:root{
  --bg:#f3f4ed;--surface:#ffffff;--ink:#111514;--muted:#6e7774;--line:#dfe3dc;
  --mint:#73d2c1;--mint-deep:#17796b;--lime:#d2ec72;--yellow:#ffd75d;--peach:#ffab8d;
  --lav:#c5b6ff;--blue:#a9c8ff;--shadow:0 16px 40px rgba(23,35,31,.08);
  --radius-xl:34px;--radius-lg:26px;--radius-md:18px;
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:"Instrument Sans",system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}.wall-only{display:none}
.app-shell{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:calc(14px + env(safe-area-inset-top)) 20px 12px}.topbar>div{flex:1}.topbar h1{font-size:29px;margin:1px 0 0;letter-spacing:-.03em}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:700;color:var(--muted)}.eyebrow.dark{color:#335d54}.icon-btn,.avatar,.close-btn{border:0;background:transparent}.icon-btn{width:44px;height:44px;font-size:25px;padding:0;text-align:left}.avatar{width:43px;height:43px;border-radius:50%;background:#111;color:#fff;font-weight:700}.mobile-home{padding:4px 16px 110px;max-width:680px;margin:0 auto}.hero-card{background:var(--mint);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;width:180px;height:180px;border:45px solid rgba(255,255,255,.14);border-radius:50%;right:-90px;bottom:-90px}.hero-top{display:flex;gap:14px;justify-content:space-between;position:relative;z-index:1}.hero-card h2{font-size:32px;line-height:1;margin:7px 0 8px;letter-spacing:-.04em}.hero-card p{margin:0;color:#315e56;max-width:240px}.weather-pill{background:rgba(255,255,255,.65);border-radius:22px;padding:10px 12px;display:flex;align-items:center;gap:8px;height:max-content}.weather-pill strong{display:block;font-size:21px}.weather-pill small{display:block;color:#4c6963}.weather-icon{font-size:25px}.hero-events{margin-top:24px;display:grid;gap:9px;position:relative;z-index:1}.event-row{display:grid;grid-template-columns:10px 52px 1fr auto;align-items:center;gap:8px;background:rgba(255,255,255,.68);padding:11px 12px;border-radius:16px}.event-row time{font-weight:700;font-size:13px}.event-row b{font-size:14px}.event-owner{font-size:12px;color:#56736d}.dot{display:inline-block;width:9px;height:9px;border-radius:50%}.dot.jan{background:#5079e8}.dot.eydritt{background:#f4af31}.dot.rebekka{background:#d4579b}.dot.asta{background:#62bdad}.dot.anna{background:#9b75d5}.dot.nora{background:#ff8b74}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.quick-card{min-height:116px;border:0;border-radius:25px;padding:18px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;color:var(--ink)}.quick-card.mint{background:#d6f2eb}.quick-card.yellow{background:#fff0ae}.quick-card.peach{background:#ffe0d5}.quick-card.lavender{background:#e7e0ff}.quick-card .card-icon{font-size:25px}.quick-card b,.quick-card small{display:block}.quick-card b{font-size:20px;letter-spacing:-.02em}.quick-card small{font-size:13px;color:#69736f;margin-top:3px}.section-block{margin-top:28px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin:0 4px 12px}.section-heading h3{font-size:24px;margin:3px 0 0;letter-spacing:-.03em}.text-btn{border:0;background:transparent;color:#356c62;font-weight:700}.meal-card{background:#121817;color:#fff;border-radius:28px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:15px}.meal-card h3{font-size:22px;line-height:1.08;margin:8px 0}.meal-card p{color:#a7b2ae;margin:0;font-size:13px}.meal-tag{font-size:11px;font-weight:700;color:#82d7c6}.meal-art{font-size:54px}.family-strip{display:flex;gap:11px;overflow:auto;padding-bottom:5px}.person-chip{min-width:84px;text-align:center}.person-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;font-weight:700;font-size:18px;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 16px rgba(0,0,0,.08)}.person-chip b{display:block;font-size:13px}.person-chip small{font-size:11px;color:var(--muted)}.reminder-list{background:#fff;border-radius:26px;overflow:hidden}.reminder-list>div{display:flex;gap:13px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line)}.reminder-list>div:last-child{border:0}.reminder-list p{margin:0}.reminder-list b,.reminder-list small{display:block}.reminder-list small{color:var(--muted);margin-top:3px}.reminder-badge{font-size:25px}.bottom-space{padding-bottom:22px}.bottom-nav{position:fixed;z-index:20;bottom:0;left:0;right:0;height:84px;padding:8px 14px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr 70px 1fr 1fr;background:rgba(246,247,242,.93);backdrop-filter:blur(18px);border-top:1px solid rgba(0,0,0,.07)}.bottom-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7f8985}.bottom-nav button span{font-size:22px}.bottom-nav button small{font-size:10px}.bottom-nav button.active{color:#0c685a;font-weight:700}.bottom-nav .add-btn{width:58px;height:58px;margin:-12px auto 0;border-radius:22px;background:#111;color:#fff;font-size:34px;box-shadow:var(--shadow)}
.sheet-dialog{border:0;background:transparent;padding:0;width:min(100%,620px);max-width:none;position:fixed;bottom:0;margin:auto}.sheet-dialog::backdrop{background:rgba(15,21,19,.48);backdrop-filter:blur(3px)}.sheet{background:#f8f9f4;border-radius:30px 30px 0 0;padding:22px 18px calc(22px + env(safe-area-inset-bottom));max-height:88vh;overflow:auto}.sheet.compact{max-width:580px;margin:auto}.sheet header{display:flex;justify-content:space-between;align-items:start;gap:14px}.sheet h2{font-size:28px;margin:3px 0 6px;letter-spacing:-.04em}.sheet header p{margin:0;color:var(--muted);font-size:14px;max-width:430px}.close-btn{font-size:32px;line-height:1}.member-list{display:grid;gap:8px;margin:20px 0}.member-row{display:flex;align-items:center;gap:12px;background:#fff;border-radius:19px;padding:11px 13px}.member-row .person-avatar{width:46px;height:46px;margin:0}.member-row .member-copy{flex:1}.member-row b,.member-row small{display:block}.member-row small{color:var(--muted);font-size:12px}.status-badge{font-size:11px;border-radius:999px;padding:6px 9px;background:#ecf4f1;color:#37685f;font-weight:700}.status-badge.login{background:#e5f5b5;color:#50680c}.primary-btn,.secondary-btn{width:100%;border:0;border-radius:18px;padding:15px 18px;font-weight:700;margin-top:10px}.primary-btn{background:#111;color:#fff}.secondary-btn{background:#dff3ee;color:#1a6558}.sheet label{display:block;font-weight:700;margin:17px 0}.sheet input,.sheet select{display:block;width:100%;border:1px solid #d6ddd8;border-radius:15px;padding:14px;margin-top:7px;background:#fff}.toggle-row{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.toggle-row span b,.toggle-row span small{display:block}.toggle-row span small{font-weight:400;color:var(--muted)}.toggle-row input{width:23px;height:23px;margin:0}.hidden{display:none!important}.add-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.add-grid button{min-height:105px;border:0;border-radius:21px;background:#fff;font-weight:700;font-size:16px}.add-grid button span{display:block;font-size:27px;margin-bottom:8px}
/* Wallboard */
.wallboard{min-height:100vh;background:#0d1514;color:#eef5f1;padding:18px;grid-template-columns:250px 1fr;gap:16px}.wall-left{border-radius:30px;background:#17221f;padding:25px;display:flex;flex-direction:column;min-height:calc(100vh - 36px)}.wall-brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;background:var(--lime);color:#111;border-radius:15px;display:grid;place-items:center;font-size:24px;font-weight:800}.wall-brand span,.wall-brand b{display:block}.wall-brand span{font-size:10px;letter-spacing:.16em;color:#83948e}.wall-brand b{font-size:19px}.wall-date{margin-top:42px}.wall-date span,.wall-date strong{display:block}.wall-date>span:first-child{font-size:22px}.wall-date strong{font-size:104px;line-height:.9;letter-spacing:-.08em;color:var(--mint)}.wall-date>span:last-child{font-size:25px}.wall-weather{margin-top:34px;padding-top:28px;border-top:1px solid #33423d}.weather-big{font-size:34px}.wall-weather strong{display:block;font-size:50px;margin-top:2px}.wall-weather span,.wall-weather small{display:block}.wall-weather span{font-size:18px}.wall-weather small{color:#91a29c;margin-top:4px}.wall-clock{margin-top:auto;font-size:42px;font-weight:700;letter-spacing:-.04em}.wall-main{padding:14px 12px 12px}.wall-title-row{display:flex;justify-content:space-between;align-items:center;margin:8px 5px 22px}.wall-title-row h1{font-size:39px;margin:3px 0 0;letter-spacing:-.04em}.wall-main .eyebrow{color:#78918a}.wall-avatars{display:flex}.wall-avatars .person-avatar{width:43px;height:43px;margin-left:-8px;border-color:#0d1514}.wall-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr .82fr;gap:14px;height:calc(100vh - 130px)}.wall-card{border-radius:30px;padding:25px;background:#17221f;overflow:hidden;position:relative}.wall-card h2{font-size:29px;margin:4px 0;letter-spacing:-.04em}.wall-card p{color:#9cadA7;margin:6px 0}.wall-card-title{display:flex;justify-content:space-between;align-items:start}.big-count{font-size:52px;font-weight:700;color:var(--mint)}.today-card{background:#eef5ef;color:#101714}.today-card .eyebrow{color:#6d7b76}.today-card .big-count{color:#0c725f}.wall-events{display:grid;gap:8px;margin-top:18px}.wall-event{display:grid;grid-template-columns:62px 12px 1fr;align-items:center;gap:9px;padding:11px 2px;border-bottom:1px solid #d4ded8}.wall-event time{font-weight:700}.wall-event b,.wall-event small{display:block}.wall-event small{color:#6f7b77;font-size:13px;margin-top:2px}.next-up{position:absolute;left:24px;right:24px;bottom:20px;background:#d9f1a7;border-radius:17px;padding:11px 14px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.next-up span{font-size:10px;font-weight:700;letter-spacing:.13em}.next-up small{color:#516334}.meal-wall-card{background:#f0c95a;color:#161710}.meal-wall-card .eyebrow{color:#6b5a22}.meal-wall-art{font-size:76px;position:absolute;right:30px;bottom:55px}.wall-meta{position:absolute;bottom:22px;left:25px;color:#665c38;font-size:13px}.shopping-wall-card{background:#acd9ee;color:#111}.shopping-wall-card .eyebrow{color:#446a7b}.shopping-wall-card .big-count{color:#275f79}.shopping-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.shopping-chips span{background:rgba(255,255,255,.68);padding:8px 11px;border-radius:999px;font-size:13px}.wall-action{position:absolute;bottom:22px;left:25px;border:0;background:#111;color:#fff;padding:12px 15px;border-radius:14px;font-weight:700}.tomorrow-card{background:#d7c9ff;color:#111}.tomorrow-card .eyebrow{color:#695f83}.tomorrow-line{display:grid;grid-template-columns:12px 50px 1fr;gap:9px;align-items:center;margin-top:15px}.tomorrow-weather{position:absolute;left:25px;right:25px;bottom:22px;border-top:1px solid rgba(0,0,0,.12);padding-top:13px;display:flex;align-items:center;gap:10px}.tomorrow-weather b{font-size:25px}.tomorrow-weather small{margin-left:auto;color:#665e7a}.wall-settings{position:fixed;right:28px;top:27px;width:48px;height:48px;border:0;border-radius:16px;background:#eef5ef;color:#111;font-size:21px}
@media (min-width:900px){body:not(.force-mobile) .mobile-only{display:none}body:not(.force-mobile) .wall-only{display:grid}}

/* Wall v0.2 additions */
.page-view.hidden,.auth-screen.hidden{display:none!important}.optional{font-weight:400;color:var(--muted);font-size:12px}.form-message{min-height:20px;color:#a4453d;font-size:13px;margin:10px 2px 0}.form-message.success{color:#176b5d}.signout-btn{display:block;margin:18px auto 2px;color:#a4453d}.sheet textarea{display:block;width:100%;border:1px solid #d6ddd8;border-radius:15px;padding:14px;margin-top:7px;background:#fff;resize:vertical;font:inherit}
.auth-screen{min-height:100vh;display:grid;place-items:center;background:#0d1514;padding:24px;color:#eff6f1}.auth-card{width:min(100%,450px);background:#f4f5ef;color:#111;border-radius:34px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.auth-brand{display:flex;align-items:center;gap:12px}.auth-brand span,.auth-brand b{display:block}.auth-brand>div>span{font-size:10px;letter-spacing:.15em;color:#66716d}.auth-copy{margin:42px 0 22px}.auth-copy h1{font-size:40px;letter-spacing:-.05em;margin:5px 0 8px}.auth-copy p{color:var(--muted);margin:0}.auth-card label{display:block;font-weight:700;margin:16px 0}.auth-card input{display:block;width:100%;border:1px solid #d6ddd8;border-radius:15px;padding:14px;margin-top:7px;background:#fff}.auth-switch{display:block;margin:16px auto 0}.demo-note{background:#e4f3ee;color:#45615a;border-radius:16px;padding:12px 14px;font-size:12px;margin-top:24px;line-height:1.45}.demo-note code{font-size:11px}
.calendar-page{padding:4px 16px 110px;max-width:780px;margin:0 auto}.calendar-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin:8px 3px 15px}.calendar-toolbar h2{font-size:31px;letter-spacing:-.045em;margin:3px 0 0}.month-actions{display:flex;gap:6px}.month-actions button{border:0;background:#fff;border-radius:13px;min-width:42px;height:40px;padding:0 11px;font-weight:700;color:#44504c}.calendar-filters{display:flex;gap:8px;overflow:auto;padding:2px 1px 12px;scrollbar-width:none}.calendar-filters::-webkit-scrollbar{display:none}.filter-chip{border:1px solid #d8ded9;background:#fff;border-radius:999px;padding:7px 11px 7px 8px;display:flex;align-items:center;gap:7px;white-space:nowrap;color:#65706c}.filter-chip.active{background:#111;color:#fff;border-color:#111}.filter-chip .mini-dot{width:10px;height:10px;border-radius:50%;display:block}.month-card{background:#fff;border-radius:28px;padding:13px;box-shadow:var(--shadow)}.weekday-row,.month-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekday-row span{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#87908d;padding:6px 0 11px}.month-grid{border-top:1px solid #edf0ec;border-left:1px solid #edf0ec}.day-cell{min-height:78px;border-right:1px solid #edf0ec;border-bottom:1px solid #edf0ec;padding:7px 5px;background:#fff;position:relative;cursor:pointer}.day-cell:nth-child(7n){border-right:0}.day-cell.outside{background:#fafbf8;color:#b4bbb7}.day-cell.selected{background:#eef7f3}.day-cell.today .day-num{background:#111;color:#fff}.day-num{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;font-size:12px;font-weight:700}.day-dots{display:flex;gap:3px;flex-wrap:wrap;margin-top:7px}.day-dots i{width:6px;height:6px;border-radius:50%;display:block}.day-more{font-size:9px;color:#7b8581;margin-top:3px}.agenda-section{margin-top:25px}.agenda-list{display:grid;gap:9px}.agenda-empty{background:#fff;border-radius:22px;padding:22px;color:var(--muted);text-align:center}.agenda-event{background:#fff;border-radius:21px;padding:14px 15px;display:grid;grid-template-columns:53px 8px 1fr;gap:10px;align-items:start}.agenda-event time{font-size:13px;font-weight:700;padding-top:2px}.agenda-event .agenda-color{width:7px;min-height:45px;border-radius:999px}.agenda-event b,.agenda-event small{display:block}.agenda-event small{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.35}.calendar-bottom-space{height:20px}
.date-time-grid,.form-two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.date-time-grid label input+input{margin-top:6px}.participant-field,.visibility-field{border:0;padding:0;margin:21px 0 0}.participant-field legend,.visibility-field legend{font-weight:700;margin-bottom:10px}.participant-picker{display:flex;gap:8px;overflow:auto;padding:2px 1px 5px}.participant-choice{position:relative;display:block!important;margin:0!important;min-width:68px;text-align:center;cursor:pointer}.participant-choice input{position:absolute;opacity:0;pointer-events:none}.participant-choice .person-avatar{width:49px;height:49px;margin:0 auto 5px;transition:.15s}.participant-choice input:checked+.person-avatar{outline:3px solid #111;outline-offset:2px}.participant-choice small{font-weight:600;color:#59635f;font-size:11px}.visibility-field{display:grid;gap:8px}.visibility-option{display:flex!important;margin:0!important;align-items:center;gap:11px;padding:12px 13px;border-radius:17px;background:#fff}.visibility-option input{width:19px!important;height:19px;margin:0!important}.visibility-option span b,.visibility-option span small{display:block}.visibility-option span small{font-weight:400;color:var(--muted);font-size:12px;margin-top:2px}.event-dialog .sheet{max-width:650px;margin:auto}.placeholder-page{padding:30px 16px 110px;max-width:680px;margin:0 auto}.placeholder-card{background:#fff;border-radius:30px;padding:28px}.placeholder-card h2{font-size:32px;margin:6px 0}.placeholder-card p{color:var(--muted);line-height:1.55}
@media(max-width:460px){.calendar-toolbar{align-items:flex-start;flex-direction:column}.month-actions{align-self:stretch}.month-actions button:first-child{flex:1}.day-cell{min-height:66px;padding:5px 3px}.date-time-grid,.form-two-col{grid-template-columns:1fr}.month-card{padding:9px}.calendar-page{padding-left:10px;padding-right:10px}}
@media(min-width:900px){.auth-screen{position:fixed;inset:0;z-index:100}.event-dialog.sheet-dialog,.sheet-dialog{left:0;right:0}}

/* v0.3 calendar editing */
.agenda-event-button{width:100%;border:0;text-align:left;font:inherit;color:inherit;grid-template-columns:53px 8px 1fr 18px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}
.agenda-event-button:active{transform:scale(.992)}
.agenda-edit{font-size:28px;line-height:1;color:#a1aaa7;align-self:center;justify-self:end}
.event-form-actions{display:grid;gap:10px}
.danger-btn{border:1px solid #efb0aa;background:#fff4f2;color:#b53327;border-radius:16px;min-height:50px;font:inherit;font-weight:700;padding:12px 16px;cursor:pointer}
.danger-btn.hidden{display:none}

/* WALL v0.4 — households + realtime */
.household-trigger span{display:inline-block;transition:transform .18s ease}.household-trigger:active span{transform:translateY(2px)}
.switch-section{margin-top:22px}.switch-section h3{font-size:22px;margin:5px 0 11px;letter-spacing:-.03em}.household-list,.family-household-list{display:grid;gap:8px;margin-top:10px}.household-choice,.family-household-row{width:100%;border:1px solid #e1e6e2;background:#fff;border-radius:19px;padding:12px 13px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px;text-align:left;color:var(--ink)}.household-choice.active{border-color:#73d2c1;background:#effaf7}.household-choice b,.household-choice small,.family-household-row b,.family-household-row small{display:block}.household-choice b,.family-household-row b{font-size:15px}.household-choice small,.family-household-row small{font-size:12px;color:var(--muted);margin-top:2px}.house-icon{width:42px;height:42px;border-radius:14px;background:#111;color:#fff;display:grid;place-items:center;font-size:20px}.house-icon.soft{background:#dff3ee;color:#276c60}.choice-mark{font-size:20px;color:#5f766f}.family-household-badge{font-size:10px;font-weight:700;background:#edf2ef;color:#66756f;border-radius:999px;padding:6px 8px}.empty-note{color:var(--muted);font-size:13px;margin:8px 2px}.wall-title-tools{display:flex;align-items:center;gap:16px}.live-pill{height:34px;border:1px solid #3e514b;border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:7px;color:#9baca6;font-size:12px;font-weight:700}.live-pill>span{width:8px;height:8px;border-radius:50%;background:#9baca6}.live-pill.online{color:#cfeebd;border-color:#506b52}.live-pill.online>span{background:#9ed879;box-shadow:0 0 0 4px rgba(158,216,121,.12)}.live-pill.error{color:#ffb4a5;border-color:#744b43}.live-pill.error>span{background:#ff8b74}
@media(max-width:520px){.household-choice,.family-household-row{grid-template-columns:42px 1fr auto}.family-household-badge{font-size:9px}.wall-title-tools{gap:8px}}

/* WALL v0.5 — Lister & indkøb */
.reminder-button{width:100%;border:0;background:transparent;padding:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;text-align:left;color:inherit;font:inherit}.reminder-button p{margin:0}.reminder-button>span:last-child{font-size:26px;color:#a5ada9}
.lists-page{padding:5px 16px 118px;max-width:780px;margin:0 auto}.lists-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:8px 3px 18px}.lists-toolbar h2{font-size:32px;letter-spacing:-.045em;margin:3px 0 5px}.lists-toolbar p{margin:0;color:var(--muted);font-size:13px;line-height:1.45;max-width:470px}.primary-icon-btn{width:48px;height:48px;flex:0 0 48px;border:0;border-radius:16px;background:#111;color:#fff;font-size:26px;line-height:1;box-shadow:var(--shadow);cursor:pointer}.list-tabs{display:flex;gap:9px;overflow:auto;padding:2px 2px 13px;scrollbar-width:none}.list-tabs::-webkit-scrollbar{display:none}.list-tab{border:1px solid #dde3df;background:#fff;border-radius:18px;padding:10px 12px;display:grid;grid-template-columns:auto auto auto;gap:7px;align-items:center;white-space:nowrap;color:#5e6965;font:inherit;cursor:pointer}.list-tab>span{font-size:19px}.list-tab b{font-size:13px}.list-tab small{min-width:22px;height:22px;border-radius:999px;background:#edf1ed;display:grid;place-items:center;font-size:10px;font-weight:700}.list-tab.active{background:#111;color:#fff;border-color:#111}.list-tab.active small{background:rgba(255,255,255,.15);color:#fff}.active-list-card{background:#fff;border-radius:29px;padding:19px;box-shadow:var(--shadow)}.active-list-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.list-title-wrap{display:flex;align-items:center;gap:13px}.list-hero-icon{width:51px;height:51px;border-radius:16px;background:#f1cb58;display:grid;place-items:center;font-size:25px}.list-title-wrap h3{font-size:26px;letter-spacing:-.04em;margin:2px 0 2px}.list-title-wrap p{margin:0;color:var(--muted);font-size:12px}.list-settings-btn{border:0;background:#f3f5f1;color:#66706c;border-radius:14px;min-width:43px;height:43px;font-weight:700;letter-spacing:.08em;cursor:pointer}.inline-add-form{display:grid;grid-template-columns:1fr 92px 45px;gap:8px;margin-top:19px;padding:8px;background:#f3f5f1;border-radius:18px}.inline-add-form input{min-width:0;border:0;background:transparent;padding:7px 8px;font:inherit;outline:0}.inline-add-form .quantity-input{border-left:1px solid #d8dfda}.inline-add-form button{width:45px;height:45px;border:0;border-radius:14px;background:#111;color:#fff;font-size:24px;cursor:pointer}.list-section-label{display:flex;justify-content:space-between;align-items:center;margin:23px 2px 9px;color:#7b8581;font-size:10px;font-weight:700;letter-spacing:.1em}.list-section-label b{min-width:26px;height:24px;border-radius:999px;background:#edf1ed;display:grid;place-items:center;color:#59645f;letter-spacing:0}.list-items{display:grid;gap:7px}.list-item-row{display:grid;grid-template-columns:34px 1fr 31px;align-items:center;gap:9px;border:1px solid #edf0ed;border-radius:17px;padding:9px 9px 9px 10px;transition:.15s ease}.list-item-row.is-done{opacity:.58;background:#f8f9f6}.list-check{width:30px;height:30px;border:2px solid #cdd5d0;background:#fff;border-radius:10px;display:grid;place-items:center;font-weight:800;color:#fff;cursor:pointer}.is-done .list-check{background:#111;border-color:#111}.list-item-copy{border:0;background:transparent;text-align:left;padding:2px 0;color:inherit;font:inherit;min-width:0;cursor:pointer}.list-item-copy b,.list-item-copy small{display:block}.list-item-copy b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-item-copy small{font-size:11px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:13px}.is-done .list-item-copy b{text-decoration:line-through}.list-item-more{border:0;background:transparent;color:#a1aaa7;font-size:25px;cursor:pointer}.completed-block{margin-top:18px;border-top:1px solid #edf0ed;padding-top:13px}.completed-block summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;color:#737e79;font-size:12px;font-weight:700}.completed-block summary::-webkit-details-marker{display:none}.completed-block summary b{min-width:25px;height:23px;border-radius:999px;background:#edf1ed;display:grid;place-items:center;font-size:10px}.completed-block[open] .done-items{margin-top:10px}.list-empty-state{padding:30px 10px;text-align:center;color:var(--muted);display:grid;place-items:center}.list-empty-state span{width:44px;height:44px;border-radius:15px;background:#eaf5ef;color:#3f7162;display:grid;place-items:center;font-size:22px}.list-empty-state b{color:#4e5955;margin-top:10px}.list-empty-state small{margin-top:3px}.list-empty-mini{padding:16px;color:var(--muted);text-align:center;font-size:12px}.empty-list-card .inline-add-form,.empty-list-card .list-section-label,.empty-list-card .completed-block,.empty-list-card #editListBtn{display:none}.shopping-wall-card .shopping-chips{max-height:106px;overflow:hidden}.quick-list-note{color:var(--muted);font-size:12px}
@media(max-width:480px){.lists-page{padding-left:10px;padding-right:10px}.lists-toolbar{align-items:center}.lists-toolbar h2{font-size:29px}.lists-toolbar p{display:none}.active-list-card{padding:15px}.inline-add-form{grid-template-columns:1fr 74px 43px}.list-hero-icon{width:47px;height:47px}.list-title-wrap h3{font-size:23px}}
