:root{--veil-base:color-mix(in srgb, var(--rose) 90%, var(--accent) 10%);--veil-top:var(--veil-base);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#faf7f2;--surface:#fffdf9;--ink:#3e3933;--muted:#746e65;--accent:#775a46;--accent-hover:#604534;--rose:#eeded7;--rose-ink:#845d53;--sage:#e5e9df;--sage-ink:#50624b;--member-first:#a1496b;--member-second:#3f6d52;--line:#e8e1d8;--error:#8c343a;--error-bg:#fbeeed;--shadow:0 12px 48px #58473508, 0 2px 6px #58473504;--serif:"Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;color:var(--ink);background:var(--paper);-webkit-text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0;overflow-x:clip}button,input{font:inherit}button{cursor:pointer;touch-action:manipulation}button,a,input{-webkit-tap-highlight-color:transparent}button{color:inherit}button:disabled{cursor:wait;opacity:.58}a{color:inherit}button,a,input{outline-offset:4px}:focus-visible{outline:3px solid var(--accent)}input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--rose);color:var(--ink)}h1,h2,p{margin:0}h1,h2{overflow-wrap:anywhere}h1,h2,.choice-title,.sheet-title{font-family:var(--serif);font-weight:400}h1{letter-spacing:-.045em;font-size:clamp(2.5rem,4.6vw,4.45rem);line-height:1.12}h2{letter-spacing:-.03em;font-size:2.1rem;line-height:1.2}em{color:var(--accent);font-weight:400}p{line-height:1.7}svg{flex-shrink:0}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.site-header{width:min(1248px,100%);padding:max(30px, env(safe-area-inset-top)) 48px 24px;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;display:flex}.brand{letter-spacing:-.9px;align-items:center;min-height:44px;font-size:25px;font-weight:600;text-decoration:none;display:inline-flex}.brand-mark{width:39px;height:44px;color:var(--accent);border:1px solid #bda68e;border-radius:22px;place-items:center;margin-right:11px;display:grid;transform:rotate(-18deg)}.brand-mark svg{width:18px;height:18px;transform:rotate(18deg)}.brand-dot{color:#9a7c62}.header-note{color:var(--muted);align-items:center;gap:9px;font-size:12px;display:flex}.header-note svg{width:14px;height:14px}.welcome-layout{grid-template-columns:1.12fr 1fr;align-items:center;gap:64px;width:min(1148px,100%);margin:auto;padding:48px 48px 40px;display:grid}.eyebrow{color:var(--muted);letter-spacing:2.1px;margin-bottom:24px;font-size:10px;font-weight:600;line-height:1.6;display:block}.hero-description{color:var(--muted);margin-top:23px;font-size:15px;line-height:1.85}.story-art{width:100%;max-width:440px;height:250px;margin-top:32px;position:relative}.art-orbit{background:#eee7dc;border-radius:50%;width:248px;height:224px;position:absolute;top:7px;left:35px}.paper-note{text-align:center;background:#fffcf7;border:1px solid #e4d8c8;flex-direction:column;align-items:center;width:187px;height:224px;padding:23px 20px 19px;display:flex;position:absolute;top:0;left:72px;transform:rotate(-9deg);box-shadow:4px 9px 15px #5e483b0d}.paper-note>span:first-child{letter-spacing:2px;color:var(--muted);text-transform:uppercase;font-size:9px}.note-heart{color:#967664;margin:20px 0 10px}.paper-note strong{font-family:var(--serif);letter-spacing:-.7px;font-size:24px;font-weight:400;line-height:1.08}.paper-note>span:last-child{font-family:var(--serif);color:var(--muted);margin-top:15px;font-size:12px;font-style:italic}.mini-note{background:var(--sage);border-radius:3px;align-items:flex-start;gap:11px;width:195px;padding:17px 19px;display:flex;position:absolute;top:126px;left:218px;transform:rotate(6deg);box-shadow:3px 8px 14px #58473509}.mini-note svg{color:var(--sage-ink);width:16px;height:16px;margin-top:4px}.mini-note span{color:var(--sage-ink);font-size:11px;line-height:1.65}.mini-note strong{font-weight:500}.art-star{color:#ac8b66;position:absolute;top:46px;left:292px;transform:rotate(10deg)}.story-bottom{color:var(--muted);align-items:center;gap:12px;margin-top:14px;font-size:11px;display:flex}.overlap-dot{border:1px solid #b29683;border-radius:50%;width:22px;height:22px;margin-right:10px;position:relative}.overlap-dot:after{content:"";border:1px solid #8d9883;border-radius:50%;width:20px;height:20px;position:absolute;top:-1px;left:10px}.auth-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:32px}.auth-switch{border-bottom:1px solid var(--line);margin-bottom:30px;display:flex}.auth-switch button{min-height:48px;color:var(--muted);background:0 0;border:0;flex:1;padding:0 8px 16px;font-size:13px;font-weight:500;position:relative}.auth-switch button[aria-pressed=true]{color:var(--ink)}.auth-switch button[aria-pressed=true]:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.small-icon{background:var(--rose);width:44px;height:44px;color:var(--rose-ink);border-radius:14px;place-items:center;margin-bottom:20px;display:grid}.form-intro h2{font-size:29px}.form-intro>p{max-width:300px;margin-top:9px;font-size:13px}.muted{color:var(--muted)}.form-stack{flex-direction:column;gap:20px;display:flex}.auth-card>form{margin-top:27px}.field{color:var(--ink);flex-direction:column;gap:9px;font-size:12px;font-weight:500;display:flex}input{border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;min-height:50px;color:var(--ink);border-radius:9px;padding:12px 14px;font-size:16px;transition:border-color .16s}input:hover{border-color:#c7bbaa}input::placeholder{color:#888078;opacity:1;font-size:14px}input:disabled{opacity:.6}.field-hint{color:var(--muted);font-size:11px;font-weight:400;line-height:1.6}.password-wrap{position:relative}.password-wrap input{padding-right:52px}.icon-button{width:44px;height:44px;color:var(--muted);background:0 0;border:0;border-radius:10px;place-items:center;display:inline-grid}.icon-button:hover{background:var(--paper);color:var(--ink)}.password-toggle{position:absolute;top:3px;right:4px}.password-toggle[aria-pressed=true]{color:var(--accent);background:var(--paper)}.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:14px;min-height:52px;padding:14px 20px;font-size:13px;font-weight:500;line-height:1.5;transition:background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button.primary{background:var(--accent);color:#fffdf9}.button.primary:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 12px #60453415}.button.primary:active:not(:disabled){background:#493427}.button.secondary{border-color:var(--line);background:var(--surface)}.button.secondary:hover{border-color:var(--accent)}.button svg{width:17px;height:17px}.auth-footnote{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:7px;margin-top:22px;font-size:10px;display:flex}.auth-footnote svg{width:12px;height:12px}.reset-link{text-align:center;margin-top:12px}.text-button{min-height:44px;color:var(--accent);text-underline-offset:4px;background:0 0;border:0;padding:8px;font-size:12px;text-decoration:underline}.text-button:hover{color:var(--accent-hover)}.feedback{overflow-wrap:anywhere;border-radius:9px;padding:12px 14px;font-size:13px}.feedback.error{background:var(--error-bg);color:var(--error);border:1px solid #eed3d1}.feedback.success{background:var(--sage);color:var(--sage-ink)}.site-footer{color:var(--muted);padding:22px 24px max(28px, env(safe-area-inset-bottom));letter-spacing:.25px;justify-content:center;align-items:center;gap:12px;font-size:10px;display:flex}.site-footer svg{color:#9b7e67}.logout-button{min-height:44px;color:var(--muted);border:1px solid var(--line);background:0 0;border-radius:24px;align-items:center;gap:9px;padding:10px 12px;font-size:12px;display:inline-flex}.logout-button:hover{background:var(--surface);color:var(--ink)}.logout-button svg{width:16px;height:16px}.member-layout{flex:1;width:min(820px,100%);margin:0 auto;padding:42px 36px 24px}.home-heading{text-align:center;margin-bottom:34px}.home-heading .eyebrow{margin-bottom:15px}.home-heading h1{font-size:clamp(2.5rem,5vw,3.4rem)}.home-heading>p{margin-top:16px;font-size:14px}.surface{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:24px}.duo-card{text-align:center;margin-top:18px;padding:32px 48px 26px}.status-pill{color:#77614a;background:#f1ebe2;border-radius:20px;align-items:center;gap:7px;padding:7px 12px;font-size:10px;display:inline-flex}.status-pill>span{background:currentColor;border-radius:50%;width:5px;height:5px}.status-pill.complete{color:var(--sage-ink);background:var(--sage)}.duo-avatars{justify-content:center;align-items:center;margin:29px 0 24px;display:flex}.avatar{width:76px;height:86px;font-family:var(--serif);border-radius:45px;place-items:center;font-size:32px;display:grid}.avatar.first{background:var(--rose);color:var(--rose-ink);transform:rotate(-9deg)}.avatar.second{background:var(--sage);color:var(--sage-ink);transform:rotate(9deg)}.avatar.waiting{color:#9b8e7d;background:#faf7f2;border:1px dashed #beb5a6}.avatar-heart{color:var(--accent);place-items:center;width:44px;display:grid}.avatar-heart svg{width:17px;height:17px}.duo-card h2{font-size:31px}.narrow{max-width:360px;margin:15px auto 25px;font-size:13px}.pairing-choices{text-align:left;flex-direction:column;gap:12px;max-width:450px;margin:0 auto;display:flex}.choice-card{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:14px;align-items:center;gap:15px;width:100%;padding:20px;transition:background .16s,border-color .16s;display:flex}.choice-card:hover{background:var(--paper);border-color:#b9a38e}.choice-primary{background:#f6efe5;border-color:#e4d6c4}.choice-icon{width:39px;height:44px;color:var(--accent);background:#efe3d3;border-radius:20px;flex-shrink:0;place-items:center;display:grid}.choice-card:not(.choice-primary) .choice-icon{color:var(--sage-ink);background:var(--sage)}.choice-copy{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.choice-title{font-size:23px}.choice-copy>span:last-child{color:var(--muted);font-size:11px;line-height:1.6}.choice-card>svg{width:17px;color:var(--muted)}.privacy-note{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin-top:28px;font-size:10px;display:flex}.privacy-note svg{width:12px;height:12px}.chapter-note{justify-content:center;align-items:center;gap:20px;margin:28px auto 0;display:flex}.chapter-note p{color:var(--muted);font-family:var(--serif);font-size:16px;font-style:italic}.chapter-line{background:var(--line);width:40px;height:1px}.duo-since{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:9px;padding:15px 0 9px;font-size:11px;display:inline-flex}.duo-since svg{width:14px}.profile-card{max-width:480px;margin:30px auto;padding:36px}.profile-card .eyebrow{margin-bottom:20px}.profile-card h1{font-size:44px}.profile-card>p.muted{margin-top:20px;font-size:14px}.profile-card form{margin-top:28px}.loading-panel{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:20px;padding:80px 0;font-size:14px;display:flex}.loading-dot{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-feedback{width:min(750px,100%);margin:12px auto 0;padding:0 24px}.offline-banner{background:var(--rose);color:var(--ink);text-align:center;padding:12px 24px;font-size:13px}.skip-link{z-index:100;background:var(--surface);border-radius:8px;padding:14px;position:fixed;top:-100px;left:12px}.skip-link:focus{top:12px}.duo-sheet-view{z-index:50;height:var(--silk-100-lvh-dvh-pct)}.duo-sheet-backdrop{background:#2e27234d}.duo-sheet-content{width:100%;max-height:calc(100% - max(26px, env(safe-area-inset-top) + 10px));background:var(--surface);border-radius:24px 24px 0 0;flex-direction:column;height:auto;display:flex;overflow:hidden;box-shadow:0 24px 80px #2d231b22}.sheet-grabber{background:#d9cfc3;border-radius:4px;flex-shrink:0;width:35px;height:4px;margin:12px auto 0}.sheet-heading{flex-shrink:0;align-items:flex-start;gap:12px;padding:24px 24px 18px;display:flex}.sheet-heading>div{flex:1;min-width:0}.sheet-heading .icon-button{margin-top:-9px;margin-right:-10px}.sheet-title{letter-spacing:-.7px;margin:0;font-size:29px;line-height:1.2}.sheet-heading p{margin-top:10px;font-size:13px}.sheet-scroll{min-height:0;max-height:65dvh;overflow-y:auto}.sheet-body{padding:8px 24px max(32px, env(safe-area-inset-bottom))}.invite-steps{grid-template-columns:24px 1fr;align-items:start;gap:12px;display:grid}.invite-steps>span{background:var(--sage);width:22px;height:22px;color:var(--sage-ink);border-radius:50%;place-items:center;margin-top:2px;font-size:11px;display:grid}.invite-steps p{color:var(--muted);font-size:13px}.invite-code-box{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:16px}.invite-code-box .field{margin-bottom:12px}.invite-code-box .field-hint{margin-top:12px}.code-input{letter-spacing:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:16px}.invite-code-box .code-input{text-align:center;padding:10px 4px}.soft-note{background:var(--paper);color:var(--muted);border-radius:10px;align-items:flex-start;gap:10px;padding:15px;font-size:12px;display:flex}.soft-note svg{width:16px;margin-top:3px}.success-note{background:var(--sage);color:var(--sage-ink);border-radius:14px;align-items:flex-start;gap:16px;padding:20px;font-size:14px;display:flex}.success-note svg{margin-top:4px}.centered{text-align:center}@media (min-width:720px){.duo-sheet-content{border-radius:22px;width:480px;max-width:calc(100vw - 48px);max-height:calc(100% - 64px)}.sheet-grabber{display:none}.sheet-heading{padding-top:32px}}@media (min-width:1400px){.welcome-layout{padding-top:64px;padding-bottom:64px}}@media (max-width:900px){.welcome-layout{gap:32px;padding:32px}.auth-card{padding:26px}.site-header{padding-left:32px;padding-right:32px}.mini-note{width:170px;left:150px}.paper-note{left:20px}.art-orbit{left:0}.art-star{left:238px}}@media (max-width:719px){.site-header{padding:max(20px, env(safe-area-inset-top)) 24px 12px}.brand{font-size:23px}.brand-mark{width:32px;height:38px}.header-note{gap:0;font-size:0}.header-note svg{width:16px;height:16px}.welcome-layout{flex-direction:column;gap:28px;width:min(500px,100%);margin:0 auto;padding:34px 24px 14px;display:flex}.welcome-story{text-align:center;width:100%}.welcome-story .eyebrow{letter-spacing:1.3px;margin-bottom:16px;font-size:9px}.welcome-story h1{font-size:clamp(37px,8.6vw,46px)}.hero-description{margin-top:16px;font-size:13px;line-height:1.7}.story-art,.story-bottom{display:none}.auth-card{border-radius:20px;width:100%;padding:24px}.form-intro h2{font-size:28px}.auth-switch{margin-bottom:25px}.small-icon{display:none}.auth-card>form{margin-top:24px}.site-footer{padding-top:24px}.member-layout{padding:28px 20px 12px}.home-heading{margin-bottom:26px}.home-heading h1{font-size:40px}.home-heading>p{font-size:13px}.duo-card{padding:25px 20px 24px}.duo-card h2{font-size:29px}.choice-card{gap:12px;padding:16px 14px}.choice-title{font-size:22px}.choice-copy>span:last-child{font-size:11px}.choice-icon{width:32px;height:38px}.choice-card>svg{width:14px}.chapter-note{gap:12px}.chapter-line{width:24px}.chapter-note p{font-size:14px}.logout-button{gap:6px;padding:8px 10px;font-size:11px}.profile-card{margin:10px 0;padding:28px}.profile-card h1{font-size:40px}.sheet-title{font-size:28px}}@media (max-width:360px){.site-header{padding-left:18px;padding-right:18px}.welcome-layout{padding-left:16px;padding-right:16px}.auth-card{padding:20px}.member-layout{padding-left:14px;padding-right:14px}.duo-card{padding-left:16px;padding-right:16px}.sheet-heading,.sheet-body{padding-left:20px;padding-right:20px}.invite-code-box{padding:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}select,textarea{font:inherit;width:100%;min-width:0;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:12px 14px;font-size:16px}select{min-height:50px}textarea{resize:vertical;min-height:100px;line-height:1.6}select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.paired-summary{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 24px;padding:20px 24px;display:flex}.paired-summary .duo-avatars{width:150px;height:65px;margin:0;transform:scale(.7)}.paired-summary h2{font-size:22px}.paired-summary .narrow,.paired-summary .duo-since,.paired-summary .privacy-note{display:none}.bucket-list{margin-top:48px}.wishes-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.wishes-heading .eyebrow{margin-bottom:8px}.wishes-heading p{margin-top:10px;font-size:13px}.heading-text{flex:1;min-width:0}.back-crumb{min-height:32px;color:var(--accent);letter-spacing:1.6px;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-left:-4px;padding:0 4px;font-size:11px;font-weight:600;display:inline-flex}.back-crumb svg{width:15px;height:15px;transform:rotate(180deg)}.list-detail .wishes-heading{align-items:flex-end;gap:14px}.list-detail .wishes-heading .eyebrow,.list-detail .wishes-heading .heading-text p{display:none}.list-detail .wishes-heading h2{align-items:center;gap:11px;font-size:30px;display:flex}.heading-icon{border:1px solid color-mix(in srgb, var(--accent) 15%, var(--line));background:var(--rose);border-radius:14px 14px 16px 11px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:22px;display:inline-grid}.list-heading-actions{flex-shrink:0}.list-detail .list-heading-actions button{border-radius:50%;justify-content:center;gap:0;width:44px;height:44px;min-height:44px;padding:0;font-size:0}.list-detail .list-heading-actions svg{width:20px;height:20px}.list-detail .list-heading-actions .menu-pop button{border-radius:10px;justify-content:flex-start;gap:10px;width:100%;height:auto;min-height:46px;padding:12px;font-size:13px}.list-detail .list-heading-actions .menu-pop svg{width:16px;height:16px}.list-detail .add-item-action button{background:var(--accent);color:var(--surface);border-color:var(--accent)}.list-detail .create-list-action{display:none}.wish-status{border-bottom:1px solid var(--line);gap:24px;margin-top:26px;display:flex}.wish-status button{min-height:48px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:14px 0;font-size:14px}.wish-status button[aria-pressed=true]{border-bottom-color:var(--accent);color:var(--accent)}.wish-status span{background:var(--sage);border-radius:16px;margin-left:5px;padding:3px 8px;font-size:11px;display:inline-block}.wish-filters{flex-wrap:wrap;gap:8px;margin:18px 0 24px;display:flex}.wish-filters button{border:1px solid var(--line);background:0 0;border-radius:24px;min-height:44px;padding:10px 14px;font-size:12px}.wish-filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--surface)}.wish-grid{grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}.wish-card{--card-pad:16px;min-width:0;padding:var(--card-pad);flex-direction:column;gap:8px;display:flex;position:relative}.wish-card h3{font-size:18px;line-height:1.2}.wish-meta{color:var(--muted);overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;display:flex}.category-label{background:var(--sage);color:var(--sage-ink);border-radius:12px;padding:5px 9px}.category-films,.category-restaurants{background:var(--rose);color:var(--rose-ink)}.wish-card h3,.wish-empty h3{font-family:var(--serif);overflow-wrap:anywhere;margin:0;font-size:25px;font-weight:400;line-height:1.25}.wish-description{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted);font-size:13px}.enrich-block{flex-direction:column;gap:8px;display:flex}.enrich-chip,.enrich-suggestions li>button:first-child{text-align:left;align-items:center;gap:12px;min-width:0;display:flex}.enrich-chip{border:1px solid var(--line);border-radius:14px;padding:10px 12px}.enrich-chip .text-button{flex-shrink:0;margin-left:auto}.enrich-suggestions{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.enrich-suggestions li{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding-right:10px}.enrich-suggestions li>button:first-child{background:0 0;border:0;border-radius:14px;flex:1;width:auto;min-width:0;padding:10px 12px}.enrich-chip img,.enrich-suggestions img,.wish-enrichment img{object-fit:cover;background:var(--sage);border-radius:8px;flex-shrink:0;width:38px;height:54px}.enrich-pin{flex-shrink:0;font-size:22px}.enrich-chip img.place,.enrich-suggestions img.place{border-radius:12px;width:56px;height:56px}.enrich-block,.enrich-suggestions{min-width:0;max-width:100%}.enrich-suggestions li{align-items:center;gap:8px;min-width:0;display:flex}.enrich-suggestions .enrich-text{gap:4px}.enrich-suggestions strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.65em;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.enrich-text .city-pill{align-self:flex-start;margin-right:0}.enrich-address{-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:100%;max-height:1.55em;line-height:1.5;display:-webkit-box;overflow:hidden}.form-stack,.form-stack>*,.sheet-body{min-width:0}.enrich-details{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--accent);cursor:pointer;border-radius:16px;flex-shrink:0;padding:7px 11px;font-size:11px;font-weight:500;text-decoration:none}.enrich-details:hover{border-color:var(--accent)}.detail-gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;border-radius:14px;gap:10px;display:flex;overflow-x:auto}.detail-gallery img{aspect-ratio:4/3;object-fit:cover;scroll-snap-align:center;background:var(--sage);border-radius:14px;flex-shrink:0;width:min(420px,86%)}.detail-hours{background:var(--paper);color:var(--muted);border-radius:12px;gap:5px;margin:0;padding:12px 14px;font-size:12px;list-style:none;display:grid}.detail-hours li.today{color:var(--ink);font-weight:600}.detail-actions{flex-direction:column;gap:10px;display:flex}.detail-actions .wish-place-links{justify-content:center}.city-pill{background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent);border-radius:10px;margin-right:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.wish-place-links{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.place-chip{border:1px solid var(--line);min-height:30px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:14px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:11.5px;font-weight:500;text-decoration:none;display:inline-flex}.place-chip svg{width:13px;height:13px;color:var(--accent)}.place-chip:hover{border-color:var(--accent)}.wish-media-button{cursor:zoom-in;background:0 0;border:0;flex-shrink:0;align-self:flex-start;padding:0;position:relative}.wish-media-count{color:#fff;background:#000000a6;border-radius:10px;align-items:center;gap:4px;padding:3px 7px;font-size:10px;display:inline-flex;position:absolute;bottom:6px;right:6px}.wish-media-count svg{width:11px;height:11px}.lightbox{z-index:60;background:#000000d9;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.lightbox>img{object-fit:contain;border-radius:12px;max-width:min(92vw,900px);max-height:82vh;box-shadow:0 20px 60px #00000080}.lightbox-close{top:max(16px, env(safe-area-inset-top));color:#fff;background:#ffffff26;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;right:16px}.lightbox-nav{color:#fff;background:#ffffff26;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav.prev{left:12px}.lightbox-nav.prev svg{transform:rotate(180deg)}.lightbox-nav.next{right:12px}.lightbox-nav svg,.lightbox-close svg{width:20px;height:20px}.lightbox-count{bottom:max(20px, env(safe-area-inset-bottom));color:#fff;background:#ffffff26;border-radius:14px;padding:4px 12px;font-size:13px;position:absolute;left:50%;transform:translate(-50%)}.wish-body{gap:12px;min-width:0;display:flex}.wish-media{object-fit:cover;background:var(--sage);outline-offset:-1px;border-radius:10px;outline:1px solid #00000010;flex-shrink:0;width:54px;height:78px}.wish-media.place{border-radius:12px;width:66px;height:66px}.wish-content{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.wish-subtitle{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.wish-subtitle .field-hint{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.95em;font-size:11.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.wish-author{align-items:baseline;gap:5px;display:inline-flex}.wish-author .author-name{font:italic 500 13px/1.2 var(--serif);text-transform:none;letter-spacing:.2px;color:var(--ink)}.author-name.first{color:var(--member-first)}.author-name.second{color:var(--member-second)}.author-sep{color:var(--muted);text-transform:none;margin:0 1px}.meta-progress{top:0;left:calc(var(--card-pad) + 4px);right:calc(var(--card-pad) + 4px);height:3px;margin:0;display:block;position:absolute}.meta-progress .completion-progress{background:color-mix(in srgb, var(--accent) 9%, transparent);border-radius:0 0 3px 3px;width:100%;height:100%}.comment-action{align-items:center;gap:4px;min-height:38px;padding:0 4px;font-size:11.5px;display:inline-flex}.comment-action svg{width:17px;height:17px}.comment-more{justify-self:start;min-height:30px;font-size:11.5px}.wish-overview{color:var(--muted);-webkit-line-clamp:2;cursor:pointer;-webkit-box-orient:vertical;max-height:3.05em;margin:0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.wish-overview.open{-webkit-line-clamp:unset;max-height:none;display:block}.detail-overview{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.watch-progress{background:var(--paper);border-radius:11px;gap:8px;padding:9px 11px;display:grid}.watch-head{color:var(--ink);align-items:center;gap:7px;min-width:0;font-size:11.5px;font-weight:500;display:flex}.watch-head svg{width:15px;height:15px;color:var(--accent);flex-shrink:0}.watch-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.watch-total{color:var(--muted);flex-shrink:0;font-weight:400}.next-episode{border:1px solid var(--line);background:var(--surface);color:var(--accent);cursor:pointer;border-radius:13px;flex-shrink:0;min-height:28px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:600}.next-episode:hover{border-color:var(--accent)}.next-episode:disabled{opacity:.45;cursor:default}.watch-progress input[type=range]{appearance:none;cursor:pointer;background-clip:padding-box;border:0;border-radius:4px;width:100%;height:6px;min-height:0;padding:0}.watch-progress input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--thumb-color,var(--accent));border:2.5px solid var(--surface);border-radius:50%;width:17px;height:17px;box-shadow:0 1px 4px #00000030}.watch-progress input[type=range]::-moz-range-thumb{background:var(--thumb-color,var(--accent));border:2.5px solid var(--surface);border-radius:50%;width:17px;height:17px}.episode-info{color:var(--muted);-webkit-line-clamp:2;cursor:pointer;-webkit-box-orient:vertical;max-height:3.1em;margin:0;font-size:11.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.episode-info.open{-webkit-line-clamp:unset;max-height:none;display:block}.episode-info strong{color:var(--ink);font-weight:600}.dashboard-resume .resume-poster{object-fit:cover;background:var(--sage);border-radius:8px;flex-shrink:0;width:34px;height:48px}.dashboard-resume .resume-body{text-align:start;flex:1;gap:4px;min-width:0;display:grid}.dashboard-resume .resume-body small{color:var(--muted);font-size:11.5px}.dashboard-resume .completion-progress{height:4px}.dashboard-resume .resume-episode{color:var(--ink);font-weight:600}.dashboard-resume .resume-overview{-webkit-line-clamp:2;max-height:3em;color:var(--muted);-webkit-box-orient:vertical;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.track-wrap{display:grid;position:relative}.partner-dot{border:2px solid var(--surface);z-index:1;pointer-events:none;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.partner-dot.first{background:var(--member-first)}.partner-dot.second{background:var(--member-second)}.watch-foot{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.partner-progress{color:var(--muted);font-size:11px}.scope-toggle{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:13px;flex-shrink:0;align-items:center;gap:5px;min-height:28px;padding:4px 9px;font-size:10.5px;font-weight:600;display:inline-flex}.watch-head .scope-toggle svg{width:12px;height:12px;color:inherit}.scope-toggle[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--surface)}.sync-watch{border:1px solid var(--line);background:var(--surface);color:var(--accent);cursor:pointer;border-radius:13px;align-items:center;gap:5px;min-height:28px;margin-left:auto;padding:4px 9px;font-size:10.5px;font-weight:600;display:inline-flex}.sync-confirm{color:var(--muted);align-items:center;gap:8px;margin-left:auto;font-size:11px;display:inline-flex}.set-progress{justify-self:start;align-items:center;gap:6px;min-height:34px;font-size:12px;display:inline-flex}.set-progress svg{width:15px;height:15px}.sync-watch svg{width:12px;height:12px}.sync-watch:hover{border-color:var(--accent)}.partner-dot.small{border-width:1.5px;width:8px;height:8px}.partner-progress .author-name{font:italic 500 11.5px var(--serif)}.option-list{gap:6px;display:grid}.option-chip{background:var(--paper);border:0;border-radius:11px;align-items:center;gap:7px;min-width:0;padding:5px 8px;font-size:11.5px;display:flex}.option-chip>svg.option-pin{width:16px;height:16px;color:var(--accent);flex-shrink:0}.option-chip .text-button svg{width:13px;height:13px}.option-chip img{object-fit:cover;background:var(--sage);border-radius:8px;flex-shrink:0;width:24px;height:24px}.option-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.option-chip .text-button{flex-shrink:0;text-decoration:none}.option-chip>.option-remove{color:var(--muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:4px 6px;font-size:16px;line-height:1}.option-chip .enrich-details{min-height:28px;padding:5px 9px;font-size:10.5px}button.tag-chip,button.city-pill{cursor:pointer;border:0;font-family:inherit}.wish-ideas{background:var(--paper);border:0;border-radius:12px;font-size:12px}.wish-ideas summary{cursor:pointer;min-height:34px;color:var(--ink);align-items:center;gap:7px;padding:6px 10px;font-size:11.5px;font-weight:500;list-style:none;display:flex}.wish-ideas summary::-webkit-details-marker{display:none}.wish-ideas summary svg:first-child{width:15px;height:15px;color:var(--accent)}.wish-ideas>.field-hint{margin:0;padding:0 12px 12px}.idea-search{align-items:center;gap:6px;padding:4px 10px 2px;display:flex}.idea-search input{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex:1;min-width:0;padding:7px 10px;font-size:12.5px}.option-chip .author-name{font:italic 500 11px var(--serif);flex-shrink:0}.idea-list{gap:4px;margin:0;padding:4px 8px 8px;list-style:none;display:grid}.idea-list li{align-items:center;gap:7px;min-width:0;padding:4px 2px;display:flex}.idea-list img{object-fit:cover;background:var(--sage);border-radius:9px;flex-shrink:0;width:30px;height:30px}.idea-add{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;min-height:32px;color:var(--accent);cursor:pointer;border-radius:50%;flex-shrink:0;place-items:center;padding:0;display:grid}.idea-add:hover{border-color:var(--accent)}.idea-add svg{width:16px;height:16px}.comment-block{gap:8px;display:grid}.comment-preview{gap:6px;display:grid}.comment-bubble.small{max-width:100%;padding:5px 8px}.comment-bubble.small p{margin:2px 0 0;font-size:12px}.comment-trigger{justify-self:start;align-items:center;gap:6px;min-height:34px;font-size:12px;display:inline-flex}.comment-trigger>span[aria-hidden]{font-size:15px}.unread-badge{background:var(--accent);min-width:18px;height:18px;color:var(--surface);border-radius:9px;place-items:center;padding:0 5px;font-size:11px;font-weight:700;display:inline-grid}.unread-badge.small{flex-shrink:0;min-width:16px;height:16px;font-size:9.5px}.wish-meta .unread-badge{margin-left:auto}.comment-thread{flex-direction:column;gap:10px;max-height:46vh;padding:2px;display:flex;overflow-y:auto}.comment-bubble{background:var(--paper);border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:85%;padding:9px 12px}.comment-bubble.mine{background:color-mix(in srgb, var(--accent) 10%, var(--surface));border-radius:14px 14px 4px;align-self:flex-end}.comment-bubble p{overflow-wrap:anywhere;margin:4px 0 0;font-size:13.5px;line-height:1.45}.comment-meta{color:var(--muted);align-items:center;gap:6px;font-size:10.5px;display:inline-flex}.comment-meta button{color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;min-width:24px;min-height:24px;padding:0;font-size:14px;line-height:1;display:inline-grid}.comment-meta button svg{width:12px;height:12px}.edited-flag{font-style:italic}.comment-edit{flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;display:flex}.comment-edit input{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex:1;min-width:140px;padding:6px 9px;font-size:13px}.comment-confirm{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;font-size:11.5px;display:flex}.comment-form{align-items:center;gap:8px;display:flex}.comment-form input{flex:1;min-width:0}.comment-form .button{flex-shrink:0}.wish-progress .field-hint{margin:0}@keyframes card-glow{0%{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 60%, transparent)}65%{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 30%, transparent)}to{box-shadow:0 0 #0000}}.wish-highlight{animation:2.4s forwards card-glow}@media (prefers-reduced-motion:reduce){.wish-highlight{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 40%, transparent);animation:none}}@media (hover:hover){.wish-card{transition:box-shadow .15s}.wish-card:hover{box-shadow:0 10px 28px #00000012}}.wish-hours{color:var(--muted);background:var(--paper);border:0;border-radius:12px;font-size:12px}.wish-hours summary{cursor:pointer;min-height:34px;color:var(--ink);align-items:center;gap:7px;padding:6px 10px;font-size:11.5px;font-weight:500;list-style:none;display:flex}.wish-hours summary::-webkit-details-marker{display:none}.hours-chevron{flex-shrink:0;width:14px;height:14px;margin-left:auto;transition:transform .15s;transform:rotate(90deg)}.wish-hours[open] .hours-chevron{transform:rotate(270deg)}.wish-hours ul{gap:4px;margin:0;padding:2px 10px 10px;font-size:11.5px;list-style:none;display:grid}.wish-hours li.today{color:var(--ink);font-weight:600}.open-badge{letter-spacing:.4px;text-transform:uppercase;border-radius:10px;padding:3px 8px;font-size:10px;font-weight:700}.open-badge.open{background:var(--sage);color:var(--sage-ink)}.open-badge.closed{background:var(--rose);color:var(--rose-ink)}.enrich-pills{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.saga-card{gap:10px}.saga-head{border-top:1px solid color-mix(in srgb, var(--line) 60%, transparent);align-items:center;gap:8px;min-width:0;padding-top:2px;display:flex}.saga-order-label{letter-spacing:.3px;color:var(--muted);text-transform:uppercase;flex:1;font-size:11px;font-weight:600}.saga-label{background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent)}.member-avatar.tiny{flex:0 0 20px;width:20px;height:20px;font-size:10px}.member-avatar.tiny.first{background:color-mix(in srgb, var(--member-first) 18%, var(--surface));color:var(--member-first)}.member-avatar.tiny.second{background:color-mix(in srgb, var(--member-second) 18%, var(--surface));color:var(--member-second)}.member-avatar.tiny.both{background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent)}.member-avatar.tiny svg{width:10px;height:10px}.saga-list{gap:2px;margin:0;padding:0;list-style:none;display:grid}.saga-row{border-radius:10px;align-items:center;gap:9px;min-width:0;padding:6px 2px;display:flex}.saga-row.seen{opacity:.72}.saga-rank{background:color-mix(in srgb, var(--accent) 10%, var(--surface));height:20px;color:var(--accent);border-radius:50%;flex:0 0 20px;place-items:center;font-size:10.5px;font-weight:700;display:grid}.saga-row img{object-fit:cover;background:var(--sage);border-radius:7px;flex-shrink:0;width:30px;height:42px;display:block}.saga-refs{margin-bottom:12px}.saga-refs li{padding-right:12px}.saga-refs .saga-check{margin-left:4px}.saga-thumb{cursor:zoom-in;background:0 0;border:0;flex-shrink:0;padding:0}.saga-thumb:disabled{cursor:default}.saga-film{text-align:left;cursor:pointer;min-width:0;font:inherit;background:0 0;border:0;flex:1;gap:1px;padding:2px 0;display:grid}.saga-film strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.saga-film .field-hint{font-size:11px}.saga-watch{align-items:center;gap:7px;margin-top:3px;display:flex}.saga-watch .completion-progress{flex:1;max-width:130px;height:3px}.saga-watch .field-hint{white-space:nowrap;font-size:10.5px}.saga-check{width:15px;height:15px;color:var(--sage-ink);flex-shrink:0}.saga-chevron{width:14px;height:14px;color:var(--muted);flex-shrink:0}.saga-move{flex-shrink:0;gap:4px;display:inline-flex}.saga-move button{border:1px solid var(--line);background:var(--surface);width:30px;height:30px;min-height:30px;color:var(--accent);cursor:pointer;border-radius:9px;padding:0;font-size:14px}.saga-move button:disabled{opacity:.35}.saga-expanded{margin:4px 0 8px;padding:0;list-style:none}.saga-expanded .wish-card{box-shadow:none;border-color:color-mix(in srgb, var(--accent) 18%, var(--line))}.saga-banner{background:var(--paper);border-radius:11px;flex-direction:column;align-items:flex-start;gap:4px;padding:9px 11px;display:flex}.saga-banner .field-hint{margin:0}.saga-banner .feedback{background:0 0;padding:0}.view-toggle{background:color-mix(in srgb, var(--accent) 7%, var(--surface));border-radius:11px;flex-shrink:0;gap:3px;margin-bottom:12px;padding:3px;display:inline-flex}.view-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:5px;min-height:34px;padding:5px 11px;font-size:12px;font-weight:500;display:inline-flex}.view-toggle button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #0000000d}.view-toggle svg{width:14px;height:14px}.wishes-heading .view-toggle{align-self:center;margin-bottom:0}.list-tools{align-items:center;gap:8px;margin-bottom:12px;display:flex}.list-tools .view-toggle{flex-shrink:0;margin-bottom:0}.list-search{border:1px solid var(--line);background:color-mix(in srgb, var(--accent) 4%, var(--surface));border-radius:12px;flex:1;align-items:center;gap:7px;min-width:0;min-height:40px;padding:0 12px;display:flex}.list-search svg{width:15px;height:15px;color:var(--muted);flex-shrink:0}.list-search input{background:0 0;border:0;width:100%;min-width:0;min-height:38px;padding:0;font-size:13px}.list-search input:focus{outline:none}.list-filter-button{border:1px solid var(--line);background:var(--surface);min-width:40px;height:40px;color:var(--accent);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.list-filter-button svg{width:16px;height:16px}.list-play{gap:8px;margin-bottom:12px;display:flex}.list-play button{border:1px solid color-mix(in srgb, var(--accent) 22%, var(--line));background:color-mix(in srgb, var(--accent) 6%, var(--surface));min-width:0;min-height:42px;color:var(--accent);cursor:pointer;border-radius:13px;flex:1;justify-content:center;align-items:center;gap:7px;padding:8px 10px;font-size:13px;font-weight:600;display:inline-flex}.list-play button:hover{background:color-mix(in srgb, var(--accent) 11%, var(--surface))}.list-play svg{flex-shrink:0;width:16px;height:16px}.filter-chips{flex-wrap:wrap;gap:8px;display:flex}.filter-chips button{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--ink);cursor:pointer;border-radius:14px;padding:6px 12px;font-size:12.5px}.filter-chips button[aria-pressed=true]{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent);font-weight:600}.map-hero{background:#f6efe7;height:min(72vh,640px);margin:-6px calc(50% - 50vw) 26px;position:relative;overflow:hidden}.map-hero:before{content:"";background:linear-gradient(to bottom, var(--paper) 0%, color-mix(in srgb, var(--paper) 55%, transparent) 45%, transparent 100%);z-index:2;pointer-events:none;height:96px;position:absolute;inset:0 0 auto}.map-hero:after{content:"";background:linear-gradient(to top, var(--paper), transparent);z-index:2;pointer-events:none;height:44px;position:absolute;inset:auto 0 0}.places-map-full{opacity:0;transition:opacity .7s;position:absolute;inset:0}.map-hero .gm-style-moc{display:none!important}.places-map-full.loaded{opacity:1}.map-fallback{color:var(--muted);text-align:center;place-items:center;padding:30px;font-size:14px;display:grid;position:absolute;inset:0}.map-locate{z-index:5;border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--accent);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:34px;right:16px;box-shadow:0 4px 16px #00000024}.map-locate svg{width:19px;height:19px}.map-locate:disabled{opacity:.55}.map-marker{cursor:pointer;background:0 0;border:0;padding:0}.map-pin{background:var(--accent);border:3px solid var(--surface);border-radius:50%;width:18px;height:18px;display:block;box-shadow:0 2px 6px #00000040}.map-pin.done{background:var(--sage-ink)}.map-pin.option{background:var(--surface);border:3px solid var(--accent)}.map-pin-photo{border:3px solid var(--surface);outline:2px solid var(--accent);background:var(--sage);border-radius:15px;width:46px;height:46px;display:block;overflow:hidden;box-shadow:0 5px 14px #0000003a}.map-pin-photo img{object-fit:cover;width:100%;height:100%;display:block}.map-pin-photo.done{outline-color:var(--sage-ink)}.map-pin-photo.option{outline-style:dashed}.map-me{background:#3f76d2;border:3px solid #fff;border-radius:50%;width:16px;height:16px;display:block;box-shadow:0 0 0 7px #3f76d233}.map-marker.focus{z-index:5}.map-marker.focus .map-pin-photo,.map-marker.focus .map-pin{outline-width:3px;transition:transform .25s;transform:scale(1.2);box-shadow:0 10px 24px #00000048}.map-screen .map-hero{height:max(320px,100dvh - 250px);margin-bottom:0}@media (max-width:719px){html.map-locked{overflow:hidden}}.map-screen .map-locate{top:14px;bottom:auto}.map-drawer-view{z-index:21}.map-drawer-content{height:calc(100% - max(env(safe-area-inset-top), 56px));background:var(--paper);border:1px solid var(--line);border-bottom:0;border-radius:24px 24px 0 0;flex-direction:column;display:flex;box-shadow:0 -10px 34px #0002}.drawer-handle{cursor:grab;background:0 0;border:0;flex-shrink:0;place-items:center;width:100%;min-height:30px;padding:12px 0 8px;display:grid;position:relative}.drawer-handle:after{content:"";background:color-mix(in srgb, var(--muted) 62%, var(--surface));width:64px;height:6px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--ink) 8%, transparent);border-radius:4px;display:block}.drawer-grip{display:none}.drawer-hint{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:6px;margin:0 20px 10px;font-size:12px;display:flex}.drawer-hint svg{width:13px;height:13px;color:var(--accent);flex-shrink:0}.drawer-scroll-root{flex:1;min-height:0}.drawer-scroll{height:100%}.drawer-body{padding:2px 20px calc(110px + env(safe-area-inset-bottom))}.drawer-body .wish-grid{margin-top:6px}.import-button{background:color-mix(in srgb, var(--accent) 12%, var(--surface));width:44px;height:44px;min-height:44px;color:var(--accent);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.import-button svg{width:20px;height:20px}.overview-menu{position:relative}.menu-pop{z-index:30;background:var(--surface);border:1px solid var(--line);border-radius:14px;min-width:230px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #0002}.menu-pop button{width:100%;min-height:46px;font:inherit;text-align:left;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:12px;font-size:13px;display:flex}.menu-pop button:hover{background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.menu-pop svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}.tag-editor{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 10px;display:flex}.tag-editor input{min-width:120px;font:inherit;background:0 0;border:0;outline:none;flex:1;padding:6px 2px;font-size:14px}.tag-chip{background:color-mix(in srgb, var(--accent) 10%, var(--surface));color:var(--accent);border-radius:12px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.tag-chip button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:15px;line-height:1}.tag-chip.static{padding:2px 8px;font-size:10.5px}.wish-tags{flex-wrap:wrap;gap:5px;display:flex}.enrich-text{flex-direction:column;gap:2px;min-width:0;display:flex}.enrich-text strong,.enrich-text .field-hint{overflow-wrap:anywhere}.wish-enrichment{align-items:center;gap:12px;display:flex}.wish-enrichment img{width:52px;height:74px}.wish-enrichment .text-button{align-self:flex-start}.wish-actions{margin:2px calc(var(--card-pad) * -1) calc(6px - var(--card-pad));border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);align-items:stretch;gap:0;margin-top:auto;padding:0 4px;display:flex}.wish-actions>*{flex:1;justify-content:center;align-items:center;display:inline-flex}.wish-actions .button{min-height:44px;box-shadow:none;color:var(--accent);background:0 0;border:0;border-radius:0;gap:6px;padding:6px 8px;font-size:11.5px}.wish-actions .text-button{justify-content:center;align-items:center;gap:6px;min-height:44px;font-size:11.5px;text-decoration:none;display:inline-flex}.wish-actions .text-button svg{flex-shrink:0;width:14px;height:14px}.wish-actions>*+*{border-left:1px solid color-mix(in srgb, var(--line) 55%, transparent)}.wish-done .wish-actions .button{color:var(--sage-ink);background:0 0}.wish-empty{text-align:center;padding:40px 24px}.wish-empty>svg{color:var(--accent);margin-bottom:18px}.wish-empty p{max-width:420px;margin:14px auto 0;font-size:14px}.button.danger{background:var(--error);color:#fff}.danger-text{color:var(--error)}@media (max-width:600px){.wish-grid{grid-template-columns:1fr}.paired-summary{gap:8px 14px;padding:16px}.paired-summary .status-pill{flex-basis:100%;justify-content:center}.bucket-list{margin-top:36px}}.list-heading-actions{flex-wrap:wrap;gap:10px;display:flex}.wish-filters button{overflow-wrap:anywhere;max-width:100%}@media (max-width:600px){.list-heading-actions,.list-heading-actions>button{width:100%}}.rules-editor{border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:18px;min-width:0;margin:0;padding:16px;display:flex}.rules-editor legend{font-family:var(--serif);padding:0 6px;font-size:21px}.rule-presets,.kind-picker{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rule-presets>.field-hint,.kind-picker>.field-hint{flex:0 0 100%}.rule-presets .button,.kind-picker .button{border-radius:20px;min-height:40px;padding:8px 12px;font-size:11px}.rule-presets .button[aria-pressed=true],.kind-picker .button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--surface)}.done-divider{font:400 19px/1.2 var(--serif);color:var(--ink);align-items:center;gap:8px;margin:20px 0 10px;display:flex}.done-divider svg{width:18px;color:var(--sage-ink)}.done-count{font-size:12px;font-family:var(--sans,inherit);color:var(--muted);background:var(--sage);border-radius:14px;padding:3px 9px}.list-detail .wish-status{display:none}.wish-review{background:var(--paper);border-radius:12px;gap:8px;padding:10px 12px;font-size:12.5px;display:grid}.wish-review .member-avatar svg{width:12px;height:12px}.wish-review p{overflow-wrap:anywhere;align-items:flex-start;gap:8px;min-width:0;margin:0;display:flex}.wish-review p>span:last-child{min-width:0}.wish-review .member-avatar{flex:0 0 24px;width:24px;height:24px;font-size:11px}.wish-review-score{color:var(--accent);font-weight:600}.wish-done{background:color-mix(in srgb, var(--sage) 16%, var(--surface))}.wish-done .wish-review{background:var(--surface)}.rule-row{grid-template-columns:1.5fr 1fr;align-items:start;gap:12px;display:grid}.rule-row>.field:only-child{grid-column:1/-1}.rules-summary{color:var(--muted);margin:0;padding-left:18px;font-size:12px;line-height:1.8}.list-rules-action{margin:-6px 0 22px}.completion-panel{background:var(--paper);border-radius:14px;gap:12px;padding:16px;display:grid}.completion-panel header{justify-content:space-between;align-items:center;gap:10px;display:flex}.completion-panel header strong{font-size:14px}.completion-panel>.field-hint{margin:0}.completion-count{color:var(--muted);background:var(--surface);border-radius:14px;padding:4px 10px;font-size:12px}.completion-progress{background:color-mix(in srgb, var(--accent) 12%, var(--surface));border-radius:4px;height:6px;overflow:hidden}.completion-progress span{background:var(--accent);border-radius:4px;height:100%;transition:width .3s;display:block}.completion-checks{background:var(--paper);border-radius:12px;gap:12px;margin:0;padding:14px;list-style:none;display:grid}.completion-panel .completion-checks{background:0 0;padding:0}.participation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.member-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.member-picker{flex-wrap:wrap;gap:8px;display:flex}.member-picker .button{border-radius:18px;align-items:center;gap:8px;min-height:42px;padding:6px 14px 6px 8px;font-size:12.5px;display:inline-flex}.member-picker .button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--surface)}.member-picker .button[aria-pressed=true] .member-avatar{background:var(--surface);color:var(--accent)}.member-avatar{background:var(--rose);width:30px;height:30px;color:var(--rose-ink);border-radius:50%;flex:0 0 30px;place-items:center;font-size:13px;font-weight:600;display:grid}.status-pill{white-space:nowrap;background:color-mix(in srgb, var(--accent) 8%, var(--surface));color:var(--muted);border-radius:12px;margin-left:auto;padding:3px 9px;font-size:11px}.status-pill.met{background:var(--sage);color:var(--sage-ink)}.rating-hearts{flex-wrap:wrap;align-items:center;gap:2px;display:flex}.rating-hearts button{min-width:32px;min-height:42px;color:color-mix(in srgb, var(--accent) 35%, var(--line));background:0 0;border:0;padding:4px}.rating-hearts button svg{width:24px;height:24px;display:block}.rating-hearts button.on{color:var(--accent)}.rating-hearts button.on svg path{fill:currentColor}.rating-value{color:var(--muted);margin-left:8px;font-size:13px}.completion-checks li{color:var(--muted);align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;display:flex}.completion-checks .met{color:var(--sage-ink)}.contribution-summary{border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:10px;padding:16px;font-size:13px;display:flex}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.photo-grid>div{min-width:0}.photo-grid img{object-fit:cover;border-radius:10px;width:100%;height:140px;display:block}.review-actions{gap:10px;display:grid}.form-stack input[type=file]{font-size:12px}@media (max-width:719px){.rule-row{grid-template-columns:1fr}.rules-editor{gap:14px;padding:12px}.participation-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.collection-navigation{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:8px;margin-top:36px;padding:6px;display:flex}.collection-navigation button{min-height:48px;color:var(--muted);font:inherit;background:0 0;border:0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.collection-navigation button[aria-pressed=true]{background:var(--ink);color:var(--surface)}.collection-navigation+.bucket-list,.memory-timeline{margin-top:28px}.memory-timeline>.wish-empty{margin-top:24px}.memory-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0 16px;display:grid}.memory-search{grid-column:1/-1}.memory-month{margin:30px 0}.memory-month-title{font:26px var(--serif);text-transform:capitalize;border-bottom:1px solid var(--line);margin-bottom:20px;padding-bottom:14px}.memory-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px;margin:0;padding:0;list-style:none;display:grid}.memory-card{min-width:0;padding:12px;overflow:hidden}.memory-photos{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid;position:relative}.memory-photos>img{object-fit:cover;border-radius:7px;width:100%;height:120px}.memory-photos>img:first-child{grid-column:1/-1;height:240px}.memory-photo-count{text-align:right;color:var(--muted);grid-column:1/-1;padding:6px;font-size:11px}.memory-no-photo{background:var(--sage);min-height:110px;color:var(--sage-ink);font:19px var(--serif);border-radius:8px;justify-content:center;align-items:center;gap:12px;display:flex}.memory-copy{flex-direction:column;gap:14px;padding:20px 10px 10px;display:flex}.memory-copy h3{font:28px/1.2 var(--serif);overflow-wrap:anywhere;margin:0}.memory-copy blockquote{border-left:2px solid var(--line);color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding-left:12px;font-size:13px}.memory-location,.memory-rating,.memory-voice{overflow-wrap:anywhere;font-size:12px}.memory-voice{gap:8px;display:grid}.memory-tags{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.memory-tags li{background:var(--rose);color:var(--rose-ink);overflow-wrap:anywhere;border-radius:12px;padding:5px 10px;font-size:11px}@media (max-width:600px){.memory-grid,.memory-filters{grid-template-columns:1fr}.memory-search{grid-column:auto}.memory-photos>img:first-child{height:220px}}.capsules-panel{margin-top:28px}.capsule-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}.capsule-card{flex-direction:column;gap:16px;min-width:0;padding:24px;display:flex}.capsule-card h3{font:28px/1.2 var(--serif);overflow-wrap:anywhere}.capsule-card>.muted{font-size:13px}.capsule-card>button{margin-top:auto}.capsule-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.capsule-seal{border:1px solid var(--line);background:var(--rose);width:48px;height:48px;color:var(--rose-ink);border-radius:50%;place-items:center;display:grid}.capsule-message{white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--line);background:var(--paper);font:20px/1.7 var(--serif);border-radius:14px;padding:24px}.capsule-refresh-note{margin-top:24px}@media (max-width:600px){.capsule-grid{grid-template-columns:1fr}.collection-navigation{gap:2px}.collection-navigation button{gap:5px;font-size:12px}}.mobile-status{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:0 20px 10px;display:flex}.pending-badge{border:1px solid var(--accent);background:var(--rose);min-height:44px;color:var(--ink);border-radius:16px;align-items:center;gap:8px;padding:8px 14px;display:flex}.install-gate,.install-steps,.install-copy,:root[data-install-gate] .app-shell{display:none}:root[data-install-gate] .install-gate{display:flex}.install-gate{z-index:60;background:var(--paper);padding:max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));flex-direction:column;position:fixed;inset:0;overflow-y:auto}.install-card{text-align:center;background:var(--surface);border:1px solid var(--line);width:min(420px,100%);box-shadow:var(--shadow);border-radius:26px;flex-direction:column;align-items:center;gap:14px;margin:auto;padding:28px 22px 20px;display:flex}.install-card .brand-mark{margin:0}.install-card h1{letter-spacing:-.5px;font-size:27px}.install-card>p{font-size:13px}:root[data-install-gate=ios] .install-ios,:root[data-install-gate=ios-other] .install-ios-other,:root[data-install-gate=android] .install-android,:root[data-install-gate=android-other] .install-android-other{gap:16px;width:100%;display:grid}:root[data-install-gate$=-other] .install-copy{width:100%;display:inline-flex}.install-steps .button.primary{width:100%}.install-steps ol{text-align:start;gap:12px;margin:0;padding:0;list-style:none;display:grid}.install-steps li,.install-done{text-align:start;align-items:center;gap:12px;font-size:13.5px;line-height:1.55;display:flex}.install-step-icon{background:var(--rose);width:40px;height:40px;color:var(--rose-ink);border-radius:14px;flex-shrink:0;place-items:center;display:grid}.install-escape{flex-direction:column;align-items:center;margin-top:4px;display:flex}.install-gate .language-picker{margin:0}button:active:not(:disabled){opacity:.78}@media (max-width:719px){.signed-in .site-header{padding:max(12px, env(safe-area-inset-top)) 20px 10px}.signed-in .member-layout{padding-top:14px;padding-bottom:calc(92px + env(safe-area-inset-bottom))}.signed-in .home-heading{margin-bottom:16px}.signed-in .home-heading h1{font-size:28px}.signed-in .home-heading>p,.signed-in .home-heading .eyebrow,.paired-summary,.signed-in .site-footer{display:none}.collection-navigation{z-index:25;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:var(--surface);border-bottom:0;border-radius:20px 20px 0 0;margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 22px #00000008}.collection-navigation button{flex-direction:column;gap:4px;min-height:56px;font-size:11px}.text-button{min-height:44px}.collection-navigation+.bucket-list,.memory-timeline,.capsules-panel{margin-top:12px}.sheet-body{padding-bottom:max(24px, env(safe-area-inset-bottom))}input[type=datetime-local]{min-width:0;max-width:100%}}:root[data-theme=rose]{--paper:#fff5f5;--surface:snow;--ink:#482d36;--muted:#785361;--accent:#963f62;--accent-hover:#7a2e4b;--rose:#f5dbe5;--rose-ink:#71334b;--sage:#eee5f0;--sage-ink:#654671;--line:#ecd7df}:root[data-theme=forest]{--paper:#f2f6ef;--surface:#fafcf7;--ink:#28392d;--muted:#526a58;--accent:#386b49;--accent-hover:#294f36;--rose:#e5e9ce;--rose-ink:#556135;--sage:#dcebdc;--sage-ink:#2e5739;--line:#d7e2d4}:root[data-theme=ocean]{--paper:#f0f7fa;--surface:#fafdfd;--ink:#243b4a;--muted:#506d7e;--accent:#286782;--accent-hover:#1c4e65;--rose:#dcebf3;--rose-ink:#345d76;--sage:#d8edeb;--sage-ink:#2b6562;--line:#d1e2ea}:root[data-theme=night]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#171d25;--surface:#222b36;--ink:#f2ece4;--muted:#b8c1cc;--accent:#e4b890;--accent-hover:#f2cfad;--rose:#493b45;--rose-ink:#f4c6d7;--sage:#30483e;--sage-ink:#c5e8ca;--line:#42505f;--error:#ffb8bc;--error-bg:#4c2b35;--shadow:0 12px 40px #0002}:root[data-theme=night] .button.primary,:root[data-theme=night] .button.danger{color:#171d25}.theme-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.theme-choice{border:2px solid var(--line);background:var(--surface);min-height:70px;color:var(--ink);border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.theme-choice[aria-pressed=true]{border-color:var(--accent)}.theme-swatch{background:var(--preview);border:1px solid var(--line);border-radius:50%;width:26px;height:26px}.language-picker{justify-content:center;align-items:center;gap:8px;margin:0 20px 10px;font-size:12px;display:inline-flex}.language-picker select{width:auto;min-height:44px;padding:8px 12px}.us-screen{gap:20px;padding-top:12px;display:grid}.us-duo-card{text-align:center;background:var(--sage);color:var(--sage-ink);border-radius:24px;padding:28px 20px}.us-duo-card h3{font:27px var(--serif);margin:14px 0 8px}.us-avatars{justify-content:center;display:flex}.us-avatars span{border:3px solid var(--surface);background:var(--rose);width:64px;height:64px;color:var(--rose-ink);font:27px var(--serif);border-radius:50%;place-items:center;display:grid}.us-avatars span+span{margin-left:-10px}.settings-group{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden}.settings-row,.settings-group>.text-button,.offline-help>summary{width:100%;min-height:58px;font:inherit;text-align:start;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:18px;font-size:14px;display:flex}.settings-group>*+*{border-top:1px solid var(--line)}.offline-help p{color:var(--muted);padding:0 18px 18px;font-size:13px}.advanced-options{border:1px solid var(--line);border-radius:14px}.advanced-options>summary{cursor:pointer;min-height:52px;padding:16px;font-size:14px;font-weight:500}.advanced-options .rules-editor{border:0}.list-library{display:none}.list-tile{text-align:start;border:1px solid var(--line);background:var(--surface);border-radius:22px;flex-direction:column;gap:14px;min-width:0;padding:18px;display:flex}.list-tile strong{overflow-wrap:anywhere;font-size:17px;font-weight:600}.list-tile-icon{background:var(--rose);width:44px;height:44px;color:var(--rose-ink);border-radius:14px;place-items:center;font-size:23px;display:grid}.list-progress{background:var(--line);border-radius:4px;width:100%;height:4px;margin-top:auto;overflow:hidden}.list-progress>span{background:var(--accent);height:100%;display:block}@media (max-width:719px){.signed-in .home-heading,.signed-in .site-header,.install-shortcut{display:none}:root[data-install-web] button.install-shortcut{display:inline-flex}.brand{font-size:20px}.brand-mark{width:29px;height:32px;margin-right:8px}.mobile-status{padding:0 16px}.signed-in .member-layout{padding:max(18px, env(safe-area-inset-top)) 20px calc(96px + env(safe-area-inset-bottom))}h2{font-family:var(--serif);letter-spacing:-.6px;margin:0;font-size:27px;font-weight:400}.wishes-heading .eyebrow{letter-spacing:1.7px;color:var(--accent);margin-bottom:9px;font-size:10px;display:block}.wishes-heading p{margin-top:8px;font-size:13px}.list-library{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.list-overview>.wish-status,.list-overview>.wish-filters,.list-overview>.wish-grid,.list-overview .add-item-action{display:none}.list-overview:has(.list-tile)>.wish-empty{display:none}.list-detail>.wish-filters,.list-detail .create-list-action{display:none}.list-rules-action>button{min-height:44px;padding:8px 12px;font-size:12px}.wish-card{--card-pad:12px;padding:var(--card-pad);border-radius:16px;gap:7px}.wish-card h3{font-family:var(--serif);font-size:18px;font-weight:400}.sheet-heading{padding:16px 20px}.sheet-title{font-family:var(--serif);letter-spacing:-.5px;font-size:26px;font-weight:400}.sheet-heading .muted{margin-top:6px;font-size:12px}.sheet-scroll{max-height:72dvh}.memory-month-title{font:italic 21px var(--serif);color:var(--muted)}.memory-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.memory-filters .memory-search,.memory-filters>.field:last-child{grid-column:1/-1}.list-overview .create-list-action,.list-detail .add-item-action,.capsules-panel .wishes-heading>button{z-index:19;right:20px;bottom:calc(90px + env(safe-area-inset-bottom));width:56px;max-width:56px;position:fixed}.list-overview .create-list-action button,.list-detail .add-item-action button,.capsules-panel .wishes-heading>button{background:var(--accent);width:56px;height:56px;min-height:56px;color:var(--surface);border-color:var(--accent);border-radius:19px;justify-content:center;gap:0;padding:0;font-size:0;box-shadow:0 6px 20px #00000020}.list-overview .create-list-action svg,.list-detail .add-item-action svg,.capsules-panel .wishes-heading>button svg{width:24px;height:24px}.bucket-list,.capsules-panel{padding-bottom:65px}.list-overview .list-heading-actions,.list-detail .list-heading-actions{height:0}.advanced-options>.wish-filters{margin:0;padding:0 16px 16px}}.list-chevron{display:none}.advanced-body{gap:16px;padding:0 16px 16px;display:grid}.sheet-scroll-root{min-height:0}.sheet-exit-confirm{background:var(--surface);border-bottom:1px solid var(--line);gap:12px;padding:20px;display:grid}.sheet-exit-confirm p{color:var(--muted);font-size:14px}@media (max-width:719px){.signed-in .member-layout{padding-top:max(18px, env(safe-area-inset-top))}.collection-navigation button{min-height:56px;font-size:12px;font-weight:500}.collection-navigation button[aria-pressed=true]{background:var(--ink);color:var(--surface);font-weight:650}.collection-navigation button[aria-pressed=true] svg{stroke-width:2.5px}.list-library{border:1px solid var(--line);border-radius:20px;grid-template-columns:1fr;gap:0;margin-top:24px;overflow:hidden}.list-tile{border:0;border-radius:0;grid-template-rows:auto auto;grid-template-columns:48px minmax(0,1fr) 20px;gap:4px 14px;padding:18px 16px;display:grid;position:relative}.list-tile+.list-tile{border-top:1px solid var(--line)}.list-tile-icon{grid-area:1/1/3;align-self:center;width:48px;height:48px}.list-tile strong{grid-area:1/2;align-self:end}.list-tile>.field-hint{grid-area:2/2;font-size:13px}.list-chevron{color:var(--muted);grid-area:1/3/3;align-self:center;display:block}.list-progress,.list-detail .wish-meta .category-label{display:none}.wish-card{box-shadow:none}.wish-meta{font-size:12px}.wish-description{font-size:15px}.wish-actions{align-items:center}.list-rules-action{justify-content:flex-end;margin:0 0 12px;display:flex}.list-manage-button{background:0 0;border:0}.capsule-create-action{z-index:19;right:20px;bottom:calc(90px + env(safe-area-inset-bottom));width:56px;position:fixed}.capsule-create-action button{border-radius:19px;gap:0;width:56px;height:56px;padding:0;font-size:0}.capsule-create-action svg{width:24px;height:24px}.duo-sheet-backdrop{background:#0007}.sheet-form{height:calc(100% - max(8px, env(safe-area-inset-top)));max-height:calc(100% - max(8px, env(safe-area-inset-top)))}.sheet-form .sheet-grabber{margin-top:10px}.sheet-form .sheet-heading{border-bottom:1px solid var(--line);padding:12px 20px 16px}.sheet-form .sheet-heading .muted{margin-top:6px;font-size:13px;line-height:1.45;display:block}.sheet-form .sheet-scroll-root{flex-direction:column;flex:1;display:flex}.sheet-form .sheet-scroll{flex:1;max-height:none}.sheet-form .sheet-body{padding-top:24px}.sheet-form .field{font-size:15px}.sheet-form .field-hint{font-size:13px;line-height:1.5}.sheet-form textarea,.sheet-form select{font-size:16px}.settings-group>[data-silk]{display:block}.settings-group .text-button{text-align:start;justify-content:flex-start;width:100%;min-height:58px;padding:18px}}.list-identity{align-items:flex-end;gap:16px;display:flex}.list-identity>.field{flex:1;min-width:0}.list-icon-trigger{border:1px solid var(--line);background:color-mix(in srgb, var(--accent) 10%, var(--surface));width:64px;height:64px;color:var(--accent);border-radius:18px;place-items:center;font-size:30px;display:grid;position:relative}.icon-edit-badge{border:2px solid var(--surface);background:var(--accent);color:var(--surface);border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;bottom:-4px;right:-4px}.icon-edit-badge svg{width:14px;height:14px}.icon-picker-grid{grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:8px;display:grid}.icon-picker-grid button{aspect-ratio:1;background:color-mix(in srgb, var(--accent) 6%, var(--surface));border:2px solid #0000;border-radius:12px;min-height:48px;font-size:24px}.icon-picker-grid button[aria-pressed=true]{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 15%, var(--surface))}.icon-custom{margin-top:24px}.advanced-hint{padding:0 16px 16px}@media (max-width:719px){.wishes-heading{flex-direction:row;align-items:center;gap:10px;margin-bottom:16px}.wishes-heading h2{letter-spacing:-.7px;font-size:30px;font-weight:400}.list-overview .list-heading-actions,.list-detail .list-heading-actions{flex:none;align-items:center;gap:8px;width:auto;height:auto;margin-top:0;display:flex}.list-heading-actions>div{width:auto}.list-overview .create-list-action,.list-detail .add-item-action,.capsule-create-action{flex:0 0 44px;width:44px;max-width:44px;position:static}.list-overview .create-list-action button,.list-detail .add-item-action button,.capsule-create-action button{background:color-mix(in srgb, var(--accent) 12%, var(--surface));width:44px;height:44px;min-height:44px;color:var(--accent);box-shadow:none;border:0;border-radius:50%}.list-rules-action{margin:0}.list-rules-action .list-manage-button{background:var(--surface);border:1px solid var(--line);border-radius:50%;gap:0;width:44px;height:44px;min-height:44px;padding:0;font-size:0}.list-rules-action .list-manage-button svg{width:22px;height:22px}.list-library{margin-top:0}.list-tile-icon{background:color-mix(in srgb, var(--accent) 10%, var(--surface));color:var(--accent);border-radius:14px}.wish-status{background:color-mix(in srgb, var(--accent) 7%, var(--surface));border:0;border-radius:12px;gap:4px;margin-bottom:16px;padding:4px}.wish-status button{border:0;border-radius:9px;flex:1;min-height:44px;font-size:14px}.wish-status button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #0000000d}.wish-empty{box-shadow:none;background:0 0;border:0;padding:44px 20px}.wish-empty h3{font:400 27px/1.2 var(--serif)}.wish-empty p{font-size:14px;line-height:1.5}.sheet-heading .icon-button{background:color-mix(in srgb, var(--accent) 7%, var(--surface));border:0;border-radius:50%;width:44px;height:44px}.sheet-form .sheet-title{font-size:26px;font-weight:400}.sheet-form input,.sheet-form textarea,.sheet-form select{background:color-mix(in srgb, var(--accent) 4%, var(--surface));border-radius:12px}.sheet-form .advanced-options{background:color-mix(in srgb, var(--accent) 3%, var(--surface));border-radius:14px}.sheet-form .button.primary{border-radius:14px;min-height:50px;font-size:15px;font-weight:600}}.memory-search-bar{align-items:flex-end;gap:12px;margin:20px 0 16px;display:flex}.memory-search-bar>.field{flex:1;min-width:0}.memory-filter-button{border:1px solid var(--line);background:var(--surface);min-width:50px;height:50px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;gap:4px;display:flex}@media (max-width:719px){.memory-card h3,.capsule-card h3,.us-duo-card h3{font-family:var(--serif);font-size:27px;font-weight:400}.memory-search-bar{margin:6px 0 14px}.memory-search-bar .field{font-size:14px}.memory-search-bar input{background:color-mix(in srgb, var(--accent) 5%, var(--surface));border-radius:12px}.brand-mark{border-color:color-mix(in srgb, var(--accent) 45%, var(--line))}.brand-dot{color:var(--accent)}.list-library{border:0;border-radius:0;gap:12px;overflow:visible}.list-tile,.list-tile+.list-tile{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:20px 16px 23px}.list-tile strong{font:400 23px/1.2 var(--serif);letter-spacing:-.3px}.list-tile-icon{border:1px solid color-mix(in srgb, var(--accent) 15%, var(--line));background:var(--rose);color:var(--rose-ink);border-radius:16px 16px 18px 12px}.list-progress{opacity:.65;width:38px;height:2px;display:block;position:absolute;bottom:10px;left:78px}.bucket-list,.capsules-panel{padding-bottom:20px}.signed-in .chapter-note{gap:12px;margin-top:24px;display:flex}.signed-in .chapter-note p{text-align:center;font-size:14px}.signed-in .chapter-line{flex-shrink:0;width:24px}.us-duo-card{background:linear-gradient(135deg, var(--sage), color-mix(in srgb, var(--rose) 50%, var(--sage)))}}:is(.member-home:has(.dashboard-home)>.home-heading,.member-home:has(.dashboard-home)>.paired-summary){display:none}.dashboard-home{margin-top:28px}.dashboard-intro{text-align:center;margin:32px 0 24px}.dashboard-intro .eyebrow{color:var(--accent);margin-bottom:14px}.dashboard-intro h1{font:400 clamp(44px, 7vw, 72px)/1.08 var(--serif);letter-spacing:-2px;overflow-wrap:anywhere}.dashboard-intro>p{color:var(--muted);margin-top:12px;font-size:14px}.dashboard-couple{border-radius:24px;justify-content:center;align-items:center;gap:30px;padding:24px;display:flex}.dashboard-couple .duo-avatars{flex-shrink:0;margin:0}.dashboard-couple h2{font:400 30px/1.2 var(--serif);overflow-wrap:anywhere;margin:8px 0}.dashboard-couple h2 em{font-weight:400}.dashboard-couple h2 em.awaiting-partner{color:var(--muted);font-style:italic}.dashboard-couple p{color:var(--muted);font-size:13px}.dashboard-couple-status{color:var(--sage-ink);align-items:center;gap:7px;font-size:12px;display:inline-flex}.dashboard-couple-status:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.dashboard-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0 28px;display:grid}.dashboard-shortcuts button{border:1px solid var(--line);background:var(--surface);text-align:start;border-radius:18px;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;padding:16px;display:flex}.dashboard-shortcuts svg{color:var(--accent)}.dashboard-shortcuts strong{font-size:14px;font-weight:500}.dashboard-shortcuts span{color:var(--muted);font-size:12px;line-height:1.4}.dashboard-widgets{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-hero{grid-template-columns:1fr;margin-bottom:4px}.dashboard-hero .dashboard-widget{border-color:color-mix(in srgb, var(--accent) 30%, var(--line));box-shadow:var(--shadow)}.dashboard-feed{margin:6px 2px 10px}.feed-list{margin:0;padding:0;list-style:none;display:grid;position:relative}.feed-list:before{content:"";background:color-mix(in srgb, var(--accent) 14%, var(--line));border-radius:2px;width:2px;position:absolute;top:12px;bottom:12px;left:16px}.feed-list button{text-align:left;cursor:pointer;width:100%;min-height:44px;font:inherit;color:inherit;background:0 0;border:0;border-radius:12px;align-items:flex-start;gap:13px;padding:9px 2px;display:flex}.feed-list button:hover .feed-text strong{color:var(--accent)}.feed-icon{z-index:1;background:color-mix(in srgb, var(--accent) 10%, var(--paper));border:2px solid var(--paper);width:30px;height:30px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;margin-top:2px;display:grid;position:relative;box-shadow:0 1px 4px #00000010}.feed-icon svg{width:14px;height:14px}.feed-icon.done{background:var(--sage);color:var(--sage-ink)}.feed-text{flex:1;gap:3px;min-width:0;padding-top:5px;font-size:13.5px;line-height:1.45;display:grid}.feed-text strong{overflow-wrap:anywhere;font-weight:600}.feed-quote{color:var(--muted);overflow-wrap:anywhere;font-size:12.5px;font-style:italic}.feed-when{color:var(--muted);letter-spacing:.2px;font-size:11px}.feed-unread{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:12px}.feed-more{color:var(--accent);align-items:center;gap:5px;margin:2px 0 0 43px;display:inline-flex}.feed-more svg{width:14px;height:14px;transform:rotate(90deg)}.feed-icon.match{background:var(--rose);color:var(--rose-ink)}.match-deck,.match-celebrate,.match-empty{text-align:center;justify-items:center;gap:12px;padding:4px 0 8px;display:grid}.match-progress{z-index:2;letter-spacing:1px;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0005;border-radius:12px;padding:4px 11px;font-size:11px;font-weight:650;position:absolute;top:10px;right:10px}.match-card.noimg+.match-progress{color:var(--rose-ink);background:#ffffff80}.match-stack{margin:6px 0 4px;position:relative}.match-stack:before,.match-stack:after{content:"";background:var(--surface);border:1px solid var(--line);border-radius:22px;position:absolute;inset:0}.match-stack:before{transform:rotate(-4deg)translate(-5px,7px)}.match-stack:after{transform:rotate(3deg)translate(6px,5px)}.match-card{z-index:1;aspect-ratio:3/4;width:min(250px,62vw);box-shadow:var(--shadow);background:var(--surface);border:1px solid var(--line);border-radius:22px;position:relative;overflow:hidden}.match-card img{object-fit:cover;width:100%;height:100%;display:block}.match-card.noimg{background:linear-gradient(160deg, var(--rose), color-mix(in srgb, var(--sage) 60%, var(--rose)))}.match-noimg-icon{color:var(--rose-ink);place-items:center;display:grid;position:absolute;inset:0}.match-noimg-icon svg{width:40px;height:40px}.match-overlay{text-align:left;color:#fff;background:linear-gradient(#0000,#0005 40%,#000000c4);gap:2px;padding:74px 16px 14px;display:grid;position:absolute;inset:auto 0 0}.match-overlay strong{font:400 23px/1.15 var(--serif);letter-spacing:-.4px}.match-overlay>span{opacity:.92;font-size:12px}.match-card.noimg .match-overlay{color:var(--rose-ink);background:0 0}.match-note{color:var(--muted);max-width:320px;font-size:13px}.match-actions{align-items:flex-start;gap:34px;margin-top:6px;display:flex}.match-actions>span{justify-items:center;gap:6px;display:grid}.match-actions small{color:var(--muted);font-size:11px}.match-actions button{cursor:pointer;border-radius:50%;place-items:center;width:62px;height:62px;display:grid}.match-actions svg{width:26px;height:26px}.match-no{border:1px solid var(--line);background:var(--surface);color:var(--muted)}.match-yes{background:var(--accent);color:var(--surface);box-shadow:0 6px 18px color-mix(in srgb, var(--accent) 35%, transparent);border:0}.match-heart{background:var(--rose);width:70px;height:70px;color:var(--rose-ink);border-radius:50%;place-items:center;display:grid}.match-heart svg{width:30px;height:30px}.match-celebrate h3{font:400 28px var(--serif);margin:0}.match-celebrate{position:relative}.match-sparks{pointer-events:none;position:absolute;inset:0}.match-spark{opacity:0;color:var(--accent);position:absolute;top:58%}.match-spark:nth-child(2n){color:var(--rose-ink)}.match-spark svg{width:15px;height:15px}@media (prefers-reduced-motion:no-preference){.match-celebrate .match-heart{animation:.6s cubic-bezier(.2,1.6,.4,1) both match-pop,1.5s ease-in-out .9s infinite match-beat}.match-celebrate h3{animation:.5s cubic-bezier(.2,1,.4,1) .12s both match-rise}.match-celebrate .match-card{animation:.6s cubic-bezier(.2,1,.4,1) .22s both match-rise}.match-celebrate .button,.match-celebrate .text-button{animation:.5s cubic-bezier(.2,1,.4,1) .4s both match-rise}.match-spark{animation:2.6s ease-out infinite match-float}}@keyframes match-pop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes match-beat{0%,to{transform:scale(1)}50%{transform:scale(1.09)}}@keyframes match-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes match-float{0%{opacity:0;transform:translateY(24px)scale(.6)}18%{opacity:.95}to{opacity:0;transform:translateY(-110px)scale(1.15)rotate(14deg)}}.match-empty{color:var(--muted)}.match-empty .match-heart{background:var(--sage);color:var(--sage-ink)}.match-results{text-align:left;width:100%}.random-actions{gap:10px;margin-top:4px;display:flex}.match-meta{letter-spacing:.3px;opacity:.95;margin-top:2px;font-size:11.5px;font-weight:650}.suggestion-facts{text-align:left;border:1px solid color-mix(in srgb, var(--line) 65%, transparent);background:color-mix(in srgb, var(--accent) 3%, var(--surface));border-radius:18px;gap:9px;width:100%;max-width:340px;padding:13px 15px;display:grid}.fact-pills{flex-wrap:wrap;gap:6px;display:flex}.fact-pill{background:color-mix(in srgb, var(--accent) 6%, var(--surface));color:var(--ink);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);border-radius:12px;padding:4px 11px;font-size:11.5px;font-weight:600}.fact-pill.rating{background:var(--rose);color:var(--rose-ink);border:0}.fact-pill.open{background:var(--sage);color:var(--sage-ink);border:0}.fact-pill.closed{background:var(--error-bg,#f6e2e0);color:var(--error,#9d3b34);border:0}.fact-overview{font:italic 14px/1.6 var(--serif);color:color-mix(in srgb, var(--ink) 82%, var(--muted));border-bottom:1px solid color-mix(in srgb, var(--line) 55%, transparent);margin:2px 0;padding:2px 0 8px}.fact-line{color:var(--muted);align-items:flex-start;gap:6px;margin:0;font-size:12px;display:flex}.fact-line svg,.fact-links svg{width:13px;height:13px;color:var(--accent);flex-shrink:0;margin-top:1px}.fact-links{flex-wrap:wrap;gap:6px 18px;margin:0;font-size:12.5px;display:flex}.fact-links a{color:var(--accent);align-items:center;gap:5px;min-height:30px;font-weight:600;text-decoration:none;display:inline-flex}.fact-hours summary{color:var(--accent);cursor:pointer;align-items:center;min-height:34px;font-size:12.5px;font-weight:600;display:flex}.fact-hours ul{background:color-mix(in srgb, var(--accent) 4%, var(--surface));color:var(--muted);border-radius:12px;gap:4px;margin:2px 0 4px;padding:8px 12px;font-size:12px;list-style:none;display:grid}.photo-strip{z-index:2;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:-20px;display:flex;position:relative}.photo-strip button{border:2px solid var(--paper);background:var(--surface);cursor:pointer;border-radius:12px;width:46px;height:46px;padding:0;overflow:hidden;box-shadow:0 3px 10px #0002}.photo-strip button.active{border-color:var(--accent)}.photo-strip img{object-fit:cover;width:100%;height:100%;display:block}.capsule-conditions{border:1px solid color-mix(in srgb, var(--accent) 14%, var(--line));border-radius:16px;gap:12px;padding:14px;display:grid}.capsule-conditions legend{padding:0 6px;font-size:14px;font-weight:600}.capsule-cond-block{border-top:1px dashed color-mix(in srgb, var(--line) 70%, transparent);gap:10px;padding-top:4px;display:grid}.capsule-visibility button{min-height:44px}.capsule-qr{justify-items:center;gap:10px;display:grid}.capsule-qr img{border:1px solid var(--line);border-radius:14px;width:min(210px,60vw)}.code-scanner{justify-items:center;gap:8px;display:grid}.code-scanner video{aspect-ratio:4/3;object-fit:cover;background:#1c1518;border-radius:16px;width:100%;max-width:340px}.capsule-cond-chips{flex-wrap:wrap;gap:6px;display:flex}.capsule-cond-chips>span{background:color-mix(in srgb, var(--accent) 8%, var(--surface));color:var(--ink);border-radius:12px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.capsule-cond-chips>span.is-done{background:var(--sage);color:var(--sage-ink)}.capsule-cond-chips svg{width:13px;height:13px}.capsule-cond-chips .cond-check{color:inherit}.capsule-hint{font:italic 13px var(--serif);color:var(--muted);margin:0}.code-scanner.is-detecting video{outline:3px solid var(--sage);outline-offset:-3px}.code-scanner.has-error video{outline-offset:-3px;outline:3px solid #b3482f}.code-scanner-frame{width:100%;max-width:340px;position:relative}.code-scanner-frame video{display:block}.scanner-notice{text-align:center;border-radius:12px;margin:0;padding:8px 12px;font-size:13px;font-weight:600;position:absolute;inset:auto 10px 10px}.scanner-notice.is-error{color:#fff;background:#b3482fe6}.scanner-notice.is-ok{background:color-mix(in srgb, var(--sage) 92%, #000);color:var(--sage-ink)}.quiz-question{border:1px dashed color-mix(in srgb, var(--line) 85%, transparent);background:color-mix(in srgb, var(--surface) 60%, transparent);border-radius:16px;gap:10px;padding:14px;display:grid}.quiz-question-head{justify-content:space-between;align-items:center;display:flex}.quiz-question-head .eyebrow{margin:0}.quiz-question-tools{gap:6px;display:flex}.quiz-question-tools button{background:color-mix(in srgb, var(--line) 40%, transparent);width:26px;height:26px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;place-items:center;display:grid}.quiz-question-tools svg{width:14px;height:14px}.quiz-options{gap:8px;display:grid}.quiz-option{align-items:center;gap:8px;display:flex}.quiz-option input[type=radio]{accent-color:var(--accent);flex-shrink:0;width:17px;height:17px}.quiz-option input[type=text],.quiz-option input:not([type=radio]){flex:1;min-width:0}.quiz-option>button{color:var(--muted);cursor:pointer;background:0 0;border:none;place-items:center;display:grid}.quiz-option>button svg{width:15px;height:15px}.quiz-place-chosen{align-items:center;gap:6px;display:flex}.quiz-place-chosen svg{width:14px;height:14px;color:var(--accent)}.quiz-answer{background:color-mix(in srgb, var(--accent) 6%, var(--surface));border-radius:16px;gap:10px;padding:14px;display:grid}.quiz-answer .eyebrow{margin:0}.quiz-prompt{font:400 20px/1.3 var(--serif);margin:0}.quiz-choice-buttons{gap:8px;display:grid}@media (prefers-reduced-motion:no-preference){.quiz-answer[data-shake]{animation:.4s quiz-shake}}@keyframes quiz-shake{0%,to{transform:translate(0)}25%{transform:translate(-7px)}55%{transform:translate(6px)}80%{transform:translate(-3px)}}.capsule-pause{text-align:center}.attempts-chip{background:color-mix(in srgb, #b3482f 12%, var(--surface))!important;color:#8c3520!important}.capsule-letter.is-burned{background:var(--paper);border-style:dashed;border-color:var(--line);box-shadow:none;opacity:.85}.capsule-letter.is-burned:before{opacity:.2}.capsule-letter.is-burned h3{color:var(--muted);font-size:24px}.capsule-letter.is-burned .capsule-seal{background:color-mix(in srgb, var(--line) 45%, var(--surface));color:var(--muted);transform:rotate(-7deg)scale(.8)}.capsule-letter.is-burned .status-pill{background:color-mix(in srgb, var(--line) 50%, var(--surface));color:var(--muted)}.capsule-activity{border-top:1px dashed color-mix(in srgb, var(--line) 70%, transparent);gap:14px;padding-top:12px;display:grid}.capsule-history summary{cursor:pointer;color:var(--muted);align-items:center;gap:7px;font-size:13px;font-weight:600;list-style:none;display:flex}.capsule-history summary::-webkit-details-marker{display:none}.capsule-history summary svg{width:15px;height:15px}.capsule-history ul{gap:8px;margin:10px 0 0;padding:0;list-style:none;display:grid}.capsule-history li{align-items:baseline;gap:8px;font-size:12.5px;line-height:1.45;display:flex}.capsule-history li svg{flex-shrink:0;align-self:center;width:13px;height:13px}.capsule-history li.is-ok svg{color:var(--sage-ink)}.capsule-history li.is-fail svg{color:#b3482f}.capsule-history li span{overflow-wrap:anywhere;flex:1;min-width:0}.capsule-history li time{color:var(--muted);white-space:nowrap;font-size:11px}.capsule-comments{gap:10px;display:grid}.capsule-comments .eyebrow{margin:0}.capsule-comments ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.capsule-comments li{background:color-mix(in srgb, var(--rose) 45%, var(--surface));border-radius:14px 14px 14px 4px;gap:3px;max-width:88%;padding:9px 12px;display:grid}.capsule-comments li.is-me{background:color-mix(in srgb, var(--sage) 40%, var(--surface));border-radius:14px 14px 4px;justify-self:end}.capsule-comments li p{overflow-wrap:anywhere;margin:0;font-size:13.5px;line-height:1.45}.map-picker{justify-items:start;gap:8px;display:grid}.map-picker-canvas{border:1px solid var(--line);border-radius:14px;width:100%;height:220px;overflow:hidden}.feed-icon.capsule{background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent)}.capsule-content{position:relative}.capsule-ceremony{z-index:2;text-align:center;background:var(--paper);pointer-events:none;border-radius:16px;place-content:center;justify-items:center;gap:10px;display:grid;position:absolute;inset:-8px}.capsule-ceremony .ceremony-seal{background:color-mix(in srgb, var(--accent) 14%, var(--surface));width:64px;height:64px;color:var(--accent);border-radius:50%;place-items:center;display:grid}.capsule-ceremony .ceremony-seal svg{width:30px;height:30px}.capsule-ceremony p{font:italic 15px var(--serif);color:var(--muted);margin:0}.capsule-ceremony .ceremony-spark{background:var(--accent);opacity:0;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%}@media (prefers-reduced-motion:no-preference){.capsule-ceremony{animation:2.6s both ceremony-fade}.capsule-ceremony .ceremony-seal{animation:.7s cubic-bezier(.2,1.6,.4,1) both match-pop}.capsule-ceremony p{animation:.5s cubic-bezier(.2,1,.4,1) .25s both match-rise}.capsule-ceremony .ceremony-spark{animation:1.1s ease-out .35s both ceremony-spark}.capsule-ceremony .ceremony-spark:nth-child(2){--sx:-52px;--sy:-34px;animation-delay:.38s}.capsule-ceremony .ceremony-spark:nth-child(3){--sx:56px;--sy:-28px;animation-delay:.42s}.capsule-ceremony .ceremony-spark:nth-child(4){--sx:-38px;--sy:40px;animation-delay:.46s}.capsule-ceremony .ceremony-spark:nth-child(5){--sx:44px;--sy:36px;animation-delay:.5s}.capsule-ceremony .ceremony-spark:nth-child(6){--sx:0px;--sy:-52px;animation-delay:.54s}.capsule-ceremony .ceremony-spark:nth-child(7){--sx:-60px;--sy:6px;animation-delay:.58s}.capsule-content.is-ceremony>:not(.capsule-ceremony){animation:.7s cubic-bezier(.2,1,.4,1) 2.1s both match-rise}.capsule-cond-chips .cond-check{animation:.5s cubic-bezier(.2,1.6,.4,1) both match-pop}}@media (prefers-reduced-motion:reduce){.capsule-ceremony{display:none}}@keyframes ceremony-fade{0%,72%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes ceremony-spark{0%{opacity:0;transform:translate(-50%,-50%)}25%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--sx,40px)), calc(-50% + var(--sy,-44px)))}}.capsule-unlock-actions{gap:10px;display:grid}.capsule-code-entry{gap:8px;display:flex}.capsule-code-entry input{flex:1;min-width:0}.capsule-unlock-details{border-top:1px dashed color-mix(in srgb, var(--line) 70%, transparent);gap:8px;padding-top:10px;display:grid}.capsule-unlock-details .field-hint{align-items:center;gap:6px;display:flex}.capsule-unlock-details svg{width:14px;height:14px;color:var(--accent);flex-shrink:0}.capsule-review-unlock ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.capsule-review-unlock li{align-items:flex-start;gap:8px;font-size:13px;display:flex}.capsule-review-unlock svg{width:15px;height:15px;color:var(--accent);flex-shrink:0;margin-top:1px}.match-place{text-align:center;justify-items:center;gap:12px;padding:4px 0 6px;display:grid}.match-mini .match-card{border-radius:16px;width:148px}.match-mini .match-overlay{gap:1px;padding:36px 11px 9px}.match-mini .match-overlay strong{font-size:15px}.match-mini .match-overlay>span{font-size:10px}.place-choices{justify-content:center;max-width:340px}.place-choices .place-new{color:var(--accent);border-style:dashed;align-items:center;gap:5px;display:inline-flex}.place-choices .place-new svg{width:14px;height:14px}.match-place .field{width:100%;max-width:320px}.match-place .field input{text-align:center;background:color-mix(in srgb, var(--accent) 4%, var(--surface));border-radius:13px}.match-place .button.primary{width:100%;max-width:320px}.match-caveat{background:var(--rose);max-width:330px;color:var(--rose-ink);text-align:left;border-radius:13px;align-items:flex-start;gap:8px;margin:0;padding:10px 13px;font-size:12px;line-height:1.5;display:flex}.match-caveat svg{flex-shrink:0;width:15px;height:15px;margin-top:1px}.match-placed{justify-content:center;align-items:center;gap:10px;margin:0 0 10px;display:flex}.match-placed .text-button{min-height:32px;color:var(--sage-ink);font-weight:600;text-decoration:underline}.discover-conditions{text-align:center;justify-items:center;gap:12px;padding:6px 0 4px;display:grid}.discover-conditions .kind-badge{background:var(--rose);width:58px;height:58px;color:var(--rose-ink);border:1px solid color-mix(in srgb, var(--accent) 15%, var(--line));border-radius:19px 19px 21px 16px;place-items:center;display:grid}.discover-conditions .kind-badge svg{width:25px;height:25px}.discover-conditions h3{font:400 25px var(--serif);letter-spacing:-.4px;margin:0}.discover-conditions .field-hint{max-width:300px}.discover-conditions .filter-chips{justify-content:center;max-width:330px}.discover-conditions .field{width:100%;max-width:330px}.discover-conditions .field input{text-align:center;background:color-mix(in srgb, var(--accent) 4%, var(--surface));border-radius:13px}.discover-conditions .button.primary{width:100%;max-width:330px;margin-top:2px}.discover-kinds{gap:8px;margin:4px 0 6px;display:flex}.discover-kinds button{border:1px solid color-mix(in srgb, var(--accent) 18%, var(--line));background:color-mix(in srgb, var(--accent) 5%, var(--surface));min-width:0;min-height:62px;color:var(--accent);cursor:pointer;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;padding:10px 6px;font-size:12px;font-weight:600;display:inline-flex}.discover-kinds button:hover{background:color-mix(in srgb, var(--accent) 10%, var(--surface))}.discover-kinds svg{width:18px;height:18px}.dashboard-widget{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:22px;padding:22px}.dashboard-widget-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-widget-heading .eyebrow{letter-spacing:1.6px;margin:0}.dashboard-widget-heading svg{color:var(--accent)}.dashboard-widget h2,.dashboard-lists h2{font:400 26px/1.15 var(--serif);overflow-wrap:anywhere;margin:0}.dashboard-widget>p{color:var(--muted);margin-top:12px;font-size:14px;line-height:1.6}.dashboard-capsule{background:linear-gradient(140deg,var(--rose),color-mix(in srgb,var(--rose) 22%,var(--surface)))}.dashboard-link{width:100%;min-height:44px;color:var(--accent);text-align:start;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:10px 0 0;font-size:14px;font-weight:500;display:flex}.dashboard-pending{margin:0;padding:0;list-style:none}.dashboard-pending li+li{border-top:1px solid var(--line)}.dashboard-pending button{text-align:start;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:60px;padding:10px 0;display:flex}.dashboard-pending strong{overflow-wrap:anywhere;font-size:15px;font-weight:500;display:block}.dashboard-pending small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.dashboard-memory{grid-column:1/-1}.dashboard-memory-photo{background:var(--paper);border-radius:14px;overflow:hidden}.dashboard-memory-photo img{object-fit:cover;width:100%;height:220px;display:block}.dashboard-memory h3{font:400 26px/1.2 var(--serif);overflow-wrap:anywhere;margin:16px 0 0}.dashboard-lists{margin-top:28px}.dashboard-lists>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dashboard-lists button{text-align:start;border:1px solid var(--line);background:var(--surface);overflow-wrap:anywhere;border-radius:14px;align-items:center;gap:10px;min-width:0;min-height:56px;padding:12px;font-size:14px;display:flex}.dashboard-lists button>svg:last-child{width:16px;color:var(--muted);margin-left:auto}@media (max-width:719px){.collection-navigation button{min-width:0;padding-inline:2px;font-size:11px}.dashboard-home{margin-top:0}.dashboard-intro{margin:12px 0 24px}.dashboard-intro .eyebrow{letter-spacing:1.8px;font-size:9px}.dashboard-intro h1{font-size:52px}.dashboard-intro>p{font-size:13px}.dashboard-couple{gap:16px;padding:20px 16px}.dashboard-couple>div:last-child{min-width:0}.dashboard-couple .avatar{width:43px;height:54px;font-size:26px}.dashboard-couple .avatar-heart{width:24px}.dashboard-couple .avatar-heart svg{width:13px}.dashboard-couple h2{font-size:25px}.dashboard-couple-status{font-size:11px;line-height:1.4}.dashboard-couple p{font-size:12px}.dashboard-shortcuts{gap:8px;margin:16px 0 24px}.dashboard-shortcuts button{border-radius:16px;padding:14px 10px}.dashboard-shortcuts strong{font-size:13px}.dashboard-shortcuts span{font-size:11px}.dashboard-widgets{grid-template-columns:1fr;gap:16px}.dashboard-widget{padding:20px}.dashboard-widget h2,.dashboard-lists h2{font-size:26px}.dashboard-memory-photo img{height:190px}.dashboard-lists>div:last-child{grid-template-columns:1fr}}.capsule-countdown{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0 8px;display:grid}.countdown-unit{border:1px solid color-mix(in srgb,var(--accent) 14%,var(--line));background:color-mix(in srgb,var(--surface) 70%,transparent);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;padding:13px 4px 11px;display:flex}.countdown-unit strong{font:400 clamp(23px,6vw,36px)/1 var(--serif);font-variant-numeric:tabular-nums;color:var(--accent);letter-spacing:-.5px}.countdown-unit span{color:var(--muted);font-size:11px}.countdown-ready{color:var(--accent);font:italic 25px/1.3 var(--serif);align-items:center;gap:10px;margin:16px 0;display:flex}.countdown-ready svg{flex-shrink:0;width:22px;height:22px}.dashboard-widget>.countdown-date,.capsule-card>.countdown-date{color:var(--muted);font-size:12px;line-height:1.5}.dashboard-ready{background:linear-gradient(135deg,var(--sage),var(--surface));border-color:color-mix(in srgb,var(--sage-ink) 25%,var(--line));grid-column:1/-1}.dashboard-ready>p{margin:0 0 12px}.capsule-letter{background:linear-gradient(155deg,var(--surface),color-mix(in srgb,var(--rose) 30%,var(--surface)));border-color:color-mix(in srgb,var(--rose-ink) 18%,var(--line));box-shadow:0 5px 18px color-mix(in srgb,var(--ink) 4%,transparent);border-radius:28px;gap:16px;padding:24px;position:relative;overflow:hidden}.capsule-letter:before{content:"";background:repeating-linear-gradient(120deg,var(--rose) 0 14px,var(--surface) 14px 22px,var(--sage) 22px 36px,var(--surface) 36px 44px);height:5px;position:absolute;inset:0 0 auto}.capsule-letter .capsule-heading{margin-bottom:2px}.capsule-letter .capsule-seal{border:1px solid color-mix(in srgb,var(--rose-ink) 16%,transparent);width:56px;height:56px;box-shadow:inset 0 0 0 4px color-mix(in srgb,var(--surface) 45%,transparent);border-radius:20px 20px 24px 24px;transform:rotate(-7deg)}.capsule-letter .capsule-seal svg{width:25px;height:25px;transform:rotate(7deg)}.capsule-letter.is-ready{background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--sage) 55%,var(--surface)))}.capsule-letter.is-ready .capsule-seal,.capsule-letter.is-ready .status-pill{background:var(--sage);color:var(--sage-ink)}.capsule-letter.is-opened{background:var(--surface);border-color:color-mix(in srgb, var(--line) 80%, transparent);box-shadow:none}.capsule-letter.is-opened:before{opacity:.3}.capsule-letter.is-opened h3{color:color-mix(in srgb, var(--ink) 62%, var(--surface));font-size:25px}.capsule-letter.is-opened .capsule-seal{background:color-mix(in srgb, var(--sage) 40%, var(--surface));color:var(--sage-ink);transform:rotate(-7deg)scale(.82)}.capsule-letter.is-opened .status-pill{background:color-mix(in srgb, var(--sage) 35%, var(--surface));color:var(--sage-ink)}.capsule-letter.is-opened .capsule-formats,.capsule-letter.is-opened .capsule-cond-chips{opacity:.65}.capsule-letter.is-opened .capsule-open-button{opacity:.85}.capsule-address{gap:10px;display:grid}.capsule-letter h3{font:32px/1.15 var(--serif);letter-spacing:-.02em;margin:0}.capsule-address .eyebrow{letter-spacing:.13em;margin:0;font-size:11px}.capsule-formats{color:var(--muted);flex-wrap:wrap;gap:8px 14px;display:flex}.capsule-formats span{align-items:center;gap:5px;font-size:12px;display:inline-flex}.capsule-formats svg{width:16px;height:16px}.capsule-letter .capsule-countdown{margin:4px 0 0}.capsule-letter .countdown-date{border-top:1px dashed var(--line);padding-top:14px}.capsule-letter .capsule-open-button{border-radius:16px;width:100%;min-height:48px}.capsule-letter.is-ready .capsule-open-button{background:var(--accent);color:var(--surface);border-color:var(--accent)}.capsule-content-picker,.capsule-location-fields{border:0;min-width:0;margin:0;padding:0}.capsule-content-picker legend,.capsule-location-fields legend{margin-bottom:12px;font-weight:600}.capsule-add-types{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.capsule-add-types button{border:1px solid var(--line);background:var(--paper);min-height:78px;color:var(--ink);cursor:pointer;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.capsule-add-types button[aria-pressed=true]{background:var(--rose);border-color:var(--rose-ink);color:var(--rose-ink)}.capsule-add-types button:active{background:var(--rose)}.capsule-content-picker>.field-hint{margin-top:10px}.capsule-file-list{gap:8px;margin:16px 0 0;padding:0;list-style:none;display:grid}.capsule-file-list li{border:1px solid var(--line);background:var(--surface);border-radius:16px;align-items:center;gap:12px;padding:8px 8px 8px 14px;display:flex}.capsule-file-list li>svg{color:var(--accent);flex-shrink:0}.capsule-file-list li>div{flex:1;min-width:0}.capsule-file-list strong{overflow-wrap:anywhere;font-size:13px;font-weight:500;display:block}.capsule-file-list small{color:var(--muted)}.capsule-file-list button{flex-shrink:0;min-width:44px;min-height:44px}.capsule-location-fields{border:1px solid var(--line);background:var(--paper);border-radius:20px;gap:14px;padding:16px;display:grid}.capsule-coordinates{grid-template-columns:1fr 1fr;gap:12px;display:grid}.capsule-coordinates .field{min-width:0}.capsule-coordinates input{width:100%;min-width:0}.capsule-content{gap:20px;display:grid}.capsule-attachment{border:1px solid var(--line);background:var(--paper);border-radius:20px;min-width:0;margin:0;padding:12px}.capsule-attachment img,.capsule-attachment video{object-fit:contain;border-radius:12px;width:100%;height:auto;max-height:60vh;display:block}.capsule-attachment audio{width:100%}.capsule-attachment figcaption{overflow-wrap:anywhere;color:var(--muted);gap:8px;padding:10px 4px 0;font-size:12px;display:grid}.capsule-attachment figcaption a{min-height:44px;color:var(--accent);align-items:center;display:flex}.capsule-place{background:var(--sage);text-align:center;border-radius:24px;justify-items:center;gap:14px;padding:24px;display:grid}.capsule-place>svg{color:var(--sage-ink);width:32px;height:32px}@media (max-width:600px){.capsule-letter{border-radius:26px;gap:14px;padding:22px}.capsule-letter h3{font-size:30px}.capsule-grid{gap:16px}}.capsule-source-picker{border:1px solid var(--line);background:var(--paper);border-radius:20px;gap:12px;padding:16px;display:grid}.capsule-source-picker>.eyebrow{margin:0}.capsule-recorder{gap:12px;display:grid}.recording-status{flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;display:flex}.recording-status>span{background:var(--error);border-radius:50%;width:8px;height:8px}.recording-status time{font-variant-numeric:tabular-nums;margin-left:auto}.capsule-file-list li{padding:12px;display:block}.capsule-file-info{align-items:center;gap:10px;display:flex}.capsule-file-info>svg{color:var(--accent);flex-shrink:0}.capsule-file-info>div{flex:1;min-width:0}.capsule-file-preview{margin-top:10px}.capsule-file-preview img,.capsule-file-preview video{object-fit:contain;border-radius:12px;width:100%;height:auto;max-height:220px}.capsule-file-preview audio{width:100%;display:block}.capsule-upload-progress{gap:10px;display:grid}.capsule-upload-progress label{font-size:14px;font-weight:500}.capsule-upload-progress progress{width:100%;height:8px;accent-color:var(--accent)}.capsule-review-heading{text-align:center;justify-items:center;gap:12px;display:grid}.capsule-review-heading h3{font:30px/1.2 var(--serif);margin:0}.capsule-review-heading h3:focus{outline:none}.capsule-review-envelope{border:1px solid var(--line);background:linear-gradient(145deg,var(--surface),var(--rose));border-radius:22px;padding:22px}.capsule-review-envelope .eyebrow,.capsule-review section>.eyebrow{margin:0 0 12px}.capsule-review-envelope h4{font:28px/1.2 var(--serif);overflow-wrap:anywhere;margin:0 0 24px}.capsule-review-envelope dl{gap:18px;margin:0;display:grid}.capsule-review-envelope dt{color:var(--muted);margin-bottom:5px;font-size:12px}.capsule-review-envelope dd{margin:0;font-size:15px;line-height:1.5}.capsule-review-envelope small{color:var(--muted);margin-top:4px;display:block}.capsule-review-files{gap:16px;margin:0;padding:0;list-style:none;display:grid}.capsule-review-files li{border:1px solid var(--line);border-radius:18px;min-width:0;padding:14px}.capsule-review-files strong{overflow-wrap:anywhere;font-size:13px;font-weight:500}.memory-capsule{background:linear-gradient(150deg, var(--surface), color-mix(in srgb, var(--rose) 25%, var(--surface)))}.memory-capsule-eyebrow{align-items:center;gap:6px;display:inline-flex}.memory-capsule-eyebrow svg{width:13px;height:13px;color:var(--accent)}.memory-capsule .text-button{justify-self:start}.memory-capsule-content{gap:10px;display:grid}.memory-capsule-content .capsule-message{font:400 16px/1.55 var(--serif);white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.memory-capsule-place{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.memory-capsule-place svg{width:14px;height:14px;color:var(--accent)}.quiz-move.up svg{transform:rotate(-90deg)}.quiz-move.down svg{transform:rotate(90deg)}.memory-card{gap:10px;padding:14px;display:grid}.memory-copy{gap:8px;display:grid}.memory-timeline .memory-card h3{margin:0;font-size:20px;line-height:1.2}.memory-hero{width:fit-content;max-width:calc(100% - 16px);margin:4px auto 10px;position:relative}.memory-hero img,.memory-hero video{z-index:1;box-sizing:border-box;background:var(--surface);border:1px solid var(--line);width:auto;max-width:100%;height:auto;max-height:340px;box-shadow:0 5px 16px color-mix(in srgb, var(--ink) 14%, transparent);border-radius:8px;padding:7px 7px 10px;display:block;position:relative}.memory-hero .capsule-attachment{width:fit-content}.memory-hero:before,.memory-hero:after{content:"";background:var(--surface);border:1px solid var(--line);box-shadow:0 3px 10px color-mix(in srgb, var(--ink) 9%, transparent);border-radius:8px;position:absolute;inset:8px 4px}.memory-hero:before{transform:rotate(2.7deg)translate(5px,2px)}.memory-hero:after{transform:rotate(-2deg)translate(-4px,4px)}.memory-hero .memory-photo-count{z-index:2;color:#fff;background:#000000a6;border-radius:11px;padding:3px 9px;font-size:11px;font-weight:600;position:absolute;bottom:18px;right:16px}.memory-meta{color:var(--muted);justify-content:space-between;align-items:baseline;gap:8px;font-size:11px;display:flex}.memory-meta time{white-space:nowrap}.memory-quote{font:italic 14px/1.55 var(--serif);color:color-mix(in srgb, var(--ink) 84%, var(--surface));background:color-mix(in srgb, var(--rose) 36%, transparent);-webkit-line-clamp:3;overflow-wrap:anywhere;border-radius:4px 14px 14px;-webkit-box-orient:vertical;margin:0;padding:9px 12px;display:-webkit-box;overflow:hidden}.memory-more summary{cursor:pointer;color:var(--muted);font-size:12px;font-weight:600;list-style:none}.memory-more summary::-webkit-details-marker{display:none}.memory-more summary:after{content:" +"}.memory-more[open] summary:after{content:" −"}.memory-more{gap:8px;display:grid}.memory-capsule .memory-location{flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;display:flex}.memory-capsule .memory-location svg{width:13px;height:13px;color:var(--accent)}.memory-hero .capsule-attachment{background:0 0;border:0;border-radius:0;margin:0;padding:0;display:block}.memory-hero .capsule-attachment figcaption{display:none}.memory-hero .capsule-attachment img,.memory-hero .capsule-attachment video{width:100%;display:block}.memory-hero .capsule-attachment .muted,.memory-hero .capsule-attachment .soft-note{padding:14px}.memory-capsule-link{justify-self:start;align-items:center;gap:4px;padding:0;font-size:12.5px;display:inline-flex}.memory-capsule-link svg{width:13px;height:13px}.memory-meta .category-label{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;min-width:0;display:inline-flex;overflow:hidden}.memory-capsule-eyebrow svg{width:12px;height:12px;color:var(--accent);flex-shrink:0}.memory-quote{margin-top:-2px}.memory-card .wish-actions{margin-top:2px}.capsule-social{flex-wrap:wrap;gap:8px;display:flex}.capsule-social-chip{border:1px solid color-mix(in srgb, var(--line) 80%, transparent);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:13px;align-items:center;gap:6px;padding:5px 11px;font-size:12px;font-weight:600;display:inline-flex}.capsule-social-chip svg{width:13px;height:13px}.capsule-unread-badge{background:var(--accent);color:#fff;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10.5px;display:inline-grid}.capsule-letter.is-opened .capsule-social{opacity:1}@media (display-mode:standalone) and (max-width:719px){.duo-sheet-content{max-height:calc(100% - max(72px, env(safe-area-inset-top) + 22px))}.sheet-form{height:calc(100% - max(72px, env(safe-area-inset-top) + 22px));max-height:calc(100% - max(72px, env(safe-area-inset-top) + 22px))}.map-drawer-content{height:calc(100% - max(76px, env(safe-area-inset-top) + 24px))}}.sweet-word-slot{justify-items:center;padding:0 20px 8px;display:grid}.sweet-word{cursor:pointer;max-width:100%;color:var(--ink);font:italic 400 15.5px/1.35 var(--serif);letter-spacing:.01em;background:0 0;border:0;flex-direction:column;align-items:center;padding:4px 12px 6px;display:inline-flex}.sweet-word .sweet-text{text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px #ffffff73;max-width:100%;overflow:hidden}.sweet-word .sweet-sign{color:var(--accent);align-self:flex-end;margin:1px 6px 0 0;font:400 16px/1.2 Snell Roundhand,Apple Chancery,Savoye LET,Segoe Script,cursive;transform:rotate(-2deg)}.sweet-word .sweet-hint{letter-spacing:.3px;color:var(--muted);margin-top:3px;font:400 10.5px/1.3 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-reduced-motion:no-preference){.sweet-word.has-word{animation:.55s cubic-bezier(.2,.9,.3,1) both sweet-in}.sweet-word.is-leaving{pointer-events:none;animation:.45s ease-in both sweet-out}}@media (prefers-reduced-motion:reduce){.sweet-word.is-leaving{display:none}}@keyframes sweet-in{0%{opacity:0;transform:translateY(-9px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes sweet-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-13px)scale(.95)}}.sweet-word:not(.has-word){opacity:.65}.sweet-veil{display:none}.sweet-received{background:linear-gradient(140deg, var(--rose), color-mix(in srgb, var(--sage) 45%, var(--surface)));border-radius:16px;gap:6px;padding:14px;display:grid}.sweet-received .eyebrow{margin:0}.sweet-full{font:italic 20px/1.4 var(--serif);overflow-wrap:anywhere;margin:0}@media (max-width:719px){.sweet-veil{--veil:var(--veil-base);height:calc(env(safe-area-inset-top) + 148px);z-index:24;pointer-events:none;background:linear-gradient(to bottom, var(--veil-top) 0%, var(--veil-top) calc(env(safe-area-inset-top) + 34px), color-mix(in srgb, var(--veil) 90%, transparent) calc(env(safe-area-inset-top) + 50px), color-mix(in srgb, var(--veil) 72%, transparent) calc(env(safe-area-inset-top) + 82px), color-mix(in srgb, var(--veil) 46%, transparent) calc(env(safe-area-inset-top) + 108px), color-mix(in srgb, var(--veil) 20%, transparent) calc(env(safe-area-inset-top) + 132px), transparent 100%);display:block;position:fixed;inset:0 0 auto}.sweet-veil:before{content:"";opacity:0;background:linear-gradient(to bottom, var(--veil-top) 0%, var(--veil-top) calc(env(safe-area-inset-top) + 34px), color-mix(in srgb, var(--veil) 92%, transparent) calc(env(safe-area-inset-top) + 50px), color-mix(in srgb, var(--veil) 74%, transparent) calc(env(safe-area-inset-top) + 82px), color-mix(in srgb, var(--veil) 52%, transparent) calc(env(safe-area-inset-top) + 108px), color-mix(in srgb, var(--veil) 26%, transparent) calc(env(safe-area-inset-top) + 132px), transparent 100%);transform-origin:top;-webkit-mask-image:linear-gradient(to bottom, transparent 0, #000 calc(env(safe-area-inset-top) + 40px), #000 60%, transparent 96%);-webkit-mask-image:linear-gradient(to bottom, transparent 0, #000 calc(env(safe-area-inset-top) + 40px), #000 60%, transparent 96%);mask-image:linear-gradient(to bottom, transparent 0, #000 calc(env(safe-area-inset-top) + 40px), #000 60%, transparent 96%);position:absolute;inset:0}.sweet-word-slot{top:max(12px, env(safe-area-inset-top));z-index:26;pointer-events:none;padding:0 24px;position:fixed;left:0;right:0}.sweet-word{pointer-events:auto;max-width:min(88vw,460px);margin:0 auto}}@media (max-width:719px) and (prefers-reduced-motion:no-preference){.sweet-veil.has-word:before{animation:1.7s ease-in-out infinite veil-breathe}}@keyframes veil-breathe{0%,58%,to{opacity:0;transform:scaleY(1)}10%{opacity:1;transform:scaleY(1.06)}24%{opacity:.3;transform:scaleY(1.01)}34%{opacity:.85;transform:scaleY(1.045)}}@media (max-width:719px){.signed-in .member-layout{padding-top:calc(max(10px, env(safe-area-inset-top)) + 54px)}.signed-in .site-header{padding-top:calc(max(10px, env(safe-area-inset-top)) + 46px)}.status-tint{z-index:70;pointer-events:none;background-color:var(--veil-top);height:2px;position:fixed;top:0;left:0;right:0}}.map-drawer-wrap{height:100%}.map-drawer-wrap-content{flex-direction:column;height:100%;display:flex}@media (max-width:719px){.status-tint.is-waking{height:calc(env(safe-area-inset-top) + 12px)}}input[type=datetime-local]{box-sizing:border-box;appearance:none;width:100%;min-width:0;max-width:100%;min-height:48px}@media (max-width:719px){.sweet-veil.is-idle{height:calc(env(safe-area-inset-top) + 78px);background:linear-gradient(to bottom, var(--veil-top) 0%, var(--veil-top) calc(env(safe-area-inset-top) + 16px), color-mix(in srgb, var(--veil) 62%, transparent) calc(env(safe-area-inset-top) + 40px), color-mix(in srgb, var(--veil) 28%, transparent) calc(env(safe-area-inset-top) + 60px), transparent 100%)}.sweet-veil.is-idle:before{display:none}.sweet-word-slot.is-idle{top:max(4px, calc(env(safe-area-inset-top) - 4px))}.sweet-word-slot{justify-content:center;align-items:center;display:flex}.signed-in .member-layout{padding-top:calc(max(10px, env(safe-area-inset-top)) + 40px);transition:padding-top .45s}.signed-in .site-header{padding-top:calc(max(10px, env(safe-area-inset-top)) + 32px)}.has-sweet-word .signed-in .member-layout,:root.has-sweet-word .member-layout{padding-top:calc(max(10px, env(safe-area-inset-top)) + 58px)}:root.has-sweet-word .site-header{padding-top:calc(max(10px, env(safe-area-inset-top)) + 50px)}}.sweet-send-card{text-align:left;cursor:pointer;border:1px solid color-mix(in srgb, var(--line) 85%, transparent);background:color-mix(in srgb, var(--rose) 26%, var(--surface));width:100%;color:var(--ink);border-radius:16px;align-items:center;gap:10px;margin:12px 0 0;padding:10px 16px;display:flex}.sweet-send-card .sweet-send-text{flex:1;min-width:0}.sweet-send-card .sweet-send-heart{background:color-mix(in srgb, var(--accent) 12%, var(--surface));width:26px;height:26px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.sweet-send-card .sweet-send-heart svg{width:13px;height:13px}.sweet-send-card .sweet-send-text{font-size:13.5px;font-weight:600}.sweet-send-card>svg{width:14px;height:14px;color:var(--muted)}@media (prefers-reduced-motion:no-preference){.sweet-send-card:active .sweet-send-heart{animation:.5s cubic-bezier(.2,1.6,.4,1) match-pop}}.fridge{gap:10px;margin:0 0 28px;display:grid}.fridge-empty{border:1px dashed color-mix(in srgb, var(--line) 90%, transparent);width:100%;color:var(--muted);cursor:pointer;background:0 0;border-radius:16px;align-items:center;gap:8px;margin:0 0 28px;padding:12px 16px;font-size:13.5px;display:flex}.fridge-empty svg{width:15px;height:15px}.fridge-notes{flex-wrap:wrap;gap:12px;margin:0;padding:4px 0;list-style:none;display:flex}.fridge-note{cursor:pointer;text-align:left;max-width:180px;font:italic 400 14.5px/1.4 var(--serif);color:var(--ink);overflow-wrap:anywhere;box-shadow:0 3px 10px color-mix(in srgb, var(--ink) 12%, transparent);background:linear-gradient(160deg, color-mix(in srgb, var(--rose) 55%, #fff), color-mix(in srgb, var(--rose) 30%, #fff));border:0;border-radius:3px 14px 4px 12px;padding:12px 14px;display:block}.fridge-note.member-first{background:linear-gradient(160deg, color-mix(in srgb, var(--member-first,#a1496b) 16%, #fff), color-mix(in srgb, var(--member-first,#a1496b) 7%, #fff))}.fridge-note.member-second{background:linear-gradient(160deg, color-mix(in srgb, var(--member-second,#3f6d52) 16%, #fff), color-mix(in srgb, var(--member-second,#3f6d52) 7%, #fff))}.fridge-notes li:nth-child(odd) .fridge-note{transform:rotate(-1.6deg)}.fridge-notes li:nth-child(2n) .fridge-note{transform:rotate(1.3deg)}.fridge-notes li:nth-child(3n) .fridge-note{transform:rotate(-.6deg)}.fridge-note.fridge-new{min-width:52px;min-height:48px;color:var(--muted);background:color-mix(in srgb, var(--surface) 70%, transparent);border:1px dashed var(--line);box-shadow:none;place-items:center;display:grid}.fridge-note.fridge-new svg{width:16px;height:16px}.fridge-add{align-items:center;gap:8px;min-width:min(100%,300px);display:flex}.fridge-add input{min-width:0;font:italic 400 14.5px var(--serif);flex:1}.fridge-thread{flex-direction:column;align-items:flex-start;display:flex}.fridge-notes li .fridge-note.fridge-reply{max-width:150px;box-shadow:0 2px 7px color-mix(in srgb, var(--ink) 12%, transparent);margin:-7px 0 0 22px;padding:9px 12px;font-size:13px;transform:rotate(1.6deg)}.fridge-notes li .fridge-note.fridge-reply:nth-of-type(odd){transform:rotate(-1.2deg)}.fridge-reply-new{border:1px dashed var(--line);width:34px;height:30px;color:var(--muted);cursor:pointer;opacity:.75;background:0 0;border-radius:10px;place-items:center;margin:2px 0 0 30px;padding:0;display:grid}.fridge-reply-new svg{width:13px;height:13px}.fridge-add.fridge-reply-add{min-width:min(100%,260px);margin:6px 0 0 22px}@media (prefers-reduced-motion:no-preference){.fridge-note{transition:transform .15s}.fridge-note:active{transform:scale(.96)rotate(0)}.fridge-note.is-fading{pointer-events:none;animation:.45s ease-in both note-fly}}@media (prefers-reduced-motion:reduce){.fridge-note.is-fading{opacity:.3;pointer-events:none}}@media (max-width:719px){.fridge,.fridge-empty{margin-bottom:24px}}@keyframes note-fly{0%{opacity:1}to{opacity:0;transform:translateY(-26px)rotate(8deg)scale(.9)}}.skeleton{background:color-mix(in srgb, var(--ink) 8%, var(--paper));border-radius:7px;display:block;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(100deg, transparent 25%, color-mix(in srgb, var(--surface) 75%, transparent) 50%, transparent 75%);position:absolute;inset:0;transform:translate(-100%)}@media (prefers-reduced-motion:no-preference){.skeleton:after{animation:1.5s ease-in-out infinite skeleton-sheen}}@keyframes skeleton-sheen{to{transform:translate(100%)}}.skeleton-line{height:12px}.skeleton-line.skeleton-heading{height:19px}.sk-30{width:30%}.sk-40{width:40%}.sk-50{width:50%}.sk-70{width:70%}.sk-90{width:90%}.is-skeleton{pointer-events:none}.skeleton-text{gap:8px;display:grid}.media-skeleton{border-radius:0;width:100%;height:176px}.photo-skeleton{width:100%;height:100%;min-height:130px;display:block}.memory-skeleton{gap:20px;margin-top:24px;display:grid}.skeleton-month-line{width:150px;height:18px;margin-bottom:20px}.memory-card.is-skeleton .memory-hero{margin-bottom:6px;display:block}.memory-hero .media-skeleton{z-index:1;border:1px solid var(--line);border-radius:8px;width:230px;max-width:100%;height:190px;position:relative}.capsule-card.is-skeleton{gap:14px}.skeleton-circle{border-radius:50%;width:48px;height:48px}.skeleton-button{border-radius:10px;height:48px;margin-top:12px}.skeleton-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.list-tile.is-skeleton{min-height:130px}.list-tile.is-skeleton .skeleton-icon{border-radius:14px;width:44px;height:44px}.skeleton-rows li{gap:9px;padding:16px 0;display:grid}.skeleton-rows li+li{border-top:1px solid var(--line)}.deck-skeleton{justify-items:center;gap:18px;padding:10px 0 16px;display:grid}.deck-skeleton .skeleton-poster{aspect-ratio:3/4;border-radius:22px;width:min(250px,62vw)}.deck-skeleton .skeleton-line{width:min(180px,45vw)}.memory-widget-skeleton{gap:10px;display:grid}.memory-widget-skeleton .skeleton-photo{border-radius:14px;height:190px}.sk-inline{vertical-align:middle;width:76px;height:10px;display:inline-block}.memory-timeline .memory-card{border-radius:20px;transition:transform .22s,box-shadow .22s}@media (hover:hover){.memory-timeline .memory-card:hover{box-shadow:0 18px 44px color-mix(in srgb, var(--ink) 10%, transparent), 0 2px 8px color-mix(in srgb, var(--ink) 5%, transparent);transform:translateY(-3px)}}.memory-grid>:nth-child(odd) .memory-hero{rotate:-1.7deg}.memory-grid>:nth-child(2n) .memory-hero{rotate:1.4deg}.memory-grid>:nth-child(3n) .memory-hero{rotate:-.7deg}@media (prefers-reduced-motion:no-preference){.memory-hero{transition:rotate .3s}}@media (hover:hover){.memory-timeline .memory-card:hover .memory-hero{rotate:none}}.memory-hero .memory-photo-count{-webkit-backdrop-filter:blur(6px);background:#000000b0}.memory-timeline .memory-card:not(:has(.memory-hero)):not(.memory-capsule){background:linear-gradient(165deg, var(--surface), color-mix(in srgb, var(--sage) 24%, var(--surface)))}.memory-more[open]{border-top:1px dashed color-mix(in srgb, var(--line) 85%, transparent);margin-top:2px;padding-top:10px}@media (prefers-reduced-motion:no-preference){.memory-grid>*{animation:.4s both memory-in}.memory-grid>:nth-child(2){animation-delay:60ms}.memory-grid>:nth-child(3){animation-delay:.12s}.memory-grid>:nth-child(n+4){animation-delay:.18s}}@keyframes memory-in{0%{opacity:0;transform:translateY(10px)}}.voyages-panel{flex-direction:column;gap:26px;display:flex}.voyages-panel .wishes-heading{align-items:flex-start}.trip-create{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.trip-create svg{width:16px;height:16px}.trip-section-title{font:400 20px/1.2 var(--serif);color:var(--ink);margin:0}.trip-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.trip-card{text-align:left;cursor:pointer;border-radius:18px;align-items:center;gap:14px;width:100%;min-height:44px;padding:12px 14px;display:flex}.trip-card-photo{background:color-mix(in srgb, var(--rose) 55%, var(--surface));width:58px;height:58px;color:var(--rose-ink);border-radius:14px;flex:none;place-items:center;display:grid;overflow:hidden}.trip-card-photo img{object-fit:cover;width:100%;height:100%}.trip-card-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.trip-card-copy strong{font:400 18px/1.2 var(--serif);color:var(--ink);overflow-wrap:anywhere}.trip-card-when{color:var(--accent);font-size:13px}.trip-card-when.is-now{color:var(--rose-ink);font-weight:600}.trip-card>svg{color:var(--muted);flex:none}.trip-past,.voyages-atlas{flex-direction:column;gap:10px;display:flex}.trip-dates{grid-template-columns:1fr 1fr;gap:12px;display:grid}.trip-dates input[type=date]{width:100%;min-width:0;max-width:100%}.trip-detail{gap:18px}.trip-detail-place{align-items:center;gap:6px;margin:0;display:flex}.trip-detail-place svg{flex:none;width:14px;height:14px}.trip-detail-when{font:italic 400 17px var(--serif);color:var(--accent);margin:0}.trip-detail-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.trip-capsule-hint{flex-wrap:wrap;align-items:center;gap:8px;margin:0;display:flex}.trip-capsule-hint svg{flex:none;width:14px;height:14px}.trip-widget-when{font:italic 400 22px/1.2 var(--serif);color:var(--accent);margin:0 0 4px}.trip-checklist-block{flex-direction:column;gap:8px;display:flex}.trip-checklist{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.trip-checklist>li{align-items:center;gap:6px;display:flex}.trip-check{text-align:left;background:color-mix(in srgb, var(--surface) 70%, transparent);border:1px solid var(--line);cursor:pointer;border-radius:14px;flex:1;align-items:center;gap:10px;min-width:0;min-height:44px;padding:10px 12px;transition:background .3s,border-color .3s;display:flex}.trip-check-box{border:1.5px solid var(--muted);color:#fff;border-radius:7px;flex:none;place-items:center;width:20px;height:20px;transition:background .3s,border-color .3s;display:grid}.trip-check-text{min-width:0;color:var(--ink);overflow-wrap:anywhere;flex:1;font-size:14.5px;transition:opacity .3s}.trip-check.is-done .trip-check-text{opacity:.55;text-decoration:line-through}.trip-check.is-done.member-first{border-color:color-mix(in srgb, var(--member-first) 45%, var(--line));background:color-mix(in srgb, var(--member-first) 8%, var(--surface))}.trip-check.is-done.member-first .trip-check-box{background:var(--member-first);border-color:var(--member-first)}.trip-check.is-done.member-second{border-color:color-mix(in srgb, var(--member-second) 45%, var(--line));background:color-mix(in srgb, var(--member-second) 8%, var(--surface))}.trip-check.is-done.member-second .trip-check-box{background:var(--member-second);border-color:var(--member-second)}.trip-check-remove{color:var(--muted);flex:none}.trip-check-new{min-height:44px}@media (prefers-reduced-motion:no-preference){.trip-check.is-done .trip-check-box{animation:.45s trip-check-pop}}@keyframes trip-check-pop{40%{transform:scale(1.25)}}.world-map-block{flex-direction:column;gap:14px;display:flex}.world-map{width:100%;height:auto;display:block}.world-map path{fill:color-mix(in srgb, var(--line) 40%, var(--surface));stroke:var(--paper);stroke-width:.6px;cursor:pointer;transition:fill .25s}.world-map path:hover,.world-map path:focus-visible{fill:color-mix(in srgb, var(--accent) 30%, var(--surface));outline:none}.world-map path.is-first{fill:var(--member-first)}.world-map path.is-second{fill:var(--member-second)}.world-map path.is-both{fill:color-mix(in srgb, var(--member-first) 55%, var(--member-second))}.world-map path.is-planned{fill:color-mix(in srgb, var(--accent) 26%, var(--surface));stroke:var(--accent);stroke-dasharray:3 2}.atlas-legend{color:var(--muted);flex-wrap:wrap;gap:10px 18px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.atlas-legend li{align-items:center;gap:7px;display:flex}.atlas-swatch{background:color-mix(in srgb, var(--line) 40%, var(--surface));border-radius:5px;flex:none;width:14px;height:14px}.atlas-swatch.is-first{background:var(--member-first)}.atlas-swatch.is-second{background:var(--member-second)}.atlas-swatch.is-both{background:color-mix(in srgb, var(--member-first) 55%, var(--member-second))}.atlas-swatch.is-planned{background:color-mix(in srgb, var(--accent) 26%, var(--surface));border:1px dashed var(--accent)}.atlas-swatch.is-none{border:1px solid var(--line)}.atlas-search{flex-direction:column;gap:8px;display:flex}.atlas-toggle{text-align:left;background:color-mix(in srgb, var(--surface) 70%, transparent);border:1px solid var(--line);cursor:pointer;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 14px;display:flex}.atlas-toggle.is-active{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.atlas-toggle:disabled{opacity:.6;cursor:default}.atlas-toggle-label{min-width:0;color:var(--ink);flex-direction:column;flex:1;gap:2px;font-size:15px;display:flex}.atlas-toggle>svg{color:var(--accent);flex:none}.memory-chapter .memory-month-title{color:var(--accent);align-items:center;gap:10px;display:flex}.memory-chapter .memory-month-title svg{flex:none;width:18px;height:18px}.memory-chapter-dates{font:italic 400 14px var(--serif);color:var(--muted);margin:-6px 0 14px}@media (max-width:719px){.voyages-panel .wishes-heading{flex-direction:column;gap:14px}.trip-dates{grid-template-columns:1fr}}.world-map-frame{border-radius:18px;position:relative;overflow:hidden}.world-map{touch-action:pan-y}.world-map.is-zoomed{touch-action:none;cursor:grab}.world-map-controls{flex-direction:column;gap:6px;display:flex;position:absolute;bottom:10px;right:10px}.world-map-controls .icon-button{background:color-mix(in srgb, var(--surface) 88%, transparent);border:1px solid var(--line);width:38px;height:38px;box-shadow:var(--shadow);color:var(--ink);border-radius:12px;place-items:center;display:grid}.world-map path.is-planned{fill:color-mix(in srgb, var(--accent) 42%, var(--surface))}.atlas-actions{gap:10px;display:flex}.atlas-actions .button{align-items:center;gap:8px;display:inline-flex}.atlas-actions .button svg{width:15px;height:15px}.atlas-flag{flex:none;font-size:17px;line-height:1}.atlas-mode{grid-template-columns:1fr 1fr;gap:8px;display:grid}.atlas-mode button{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);min-height:44px;color:var(--ink);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;display:flex}.atlas-mode button[aria-pressed=true]{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:color-mix(in srgb, var(--accent) 9%, var(--surface));font-weight:600}.atlas-quick-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.atlas-quick-row{text-align:left;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);cursor:pointer;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:46px;padding:8px 12px;display:flex}.atlas-quick-row.is-active{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.atlas-quick-row:disabled{opacity:.6;cursor:default}.atlas-quick-row>svg{color:var(--muted);flex:none}.atlas-quick-row.is-active>svg{color:var(--accent)}.atlas-search .enrich-suggestions button{align-items:center;gap:10px;display:flex}.voyage-list-link{text-align:left;border:1px solid var(--line);background:color-mix(in srgb, var(--rose) 30%, var(--surface));cursor:pointer;border-radius:18px;align-items:center;gap:14px;width:100%;min-height:44px;margin:0 0 18px;padding:12px 14px;display:flex}.voyage-list-link-icon{background:color-mix(in srgb, var(--rose) 70%, var(--surface));width:42px;height:42px;color:var(--rose-ink);border-radius:12px;flex:none;place-items:center;display:grid}.voyage-list-link-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.voyage-list-link-copy strong{font:400 16.5px/1.2 var(--serif);color:var(--ink)}.voyage-list-link>svg{color:var(--muted);flex:none}.atlas-toggles{flex-direction:column;gap:8px;display:flex}.country-insight{flex-direction:column;gap:14px;display:flex}.country-insight-photo{aspect-ratio:16/9;background:color-mix(in srgb, var(--rose) 40%, var(--surface));border-radius:18px;overflow:hidden}.country-insight-photo img{object-fit:cover;width:100%;height:100%;display:block}.country-insight-extract{font:400 16px/1.55 var(--serif);color:var(--ink);overflow-wrap:anywhere;margin:0}.country-insight-source{align-self:flex-start;align-items:center;gap:6px;display:inline-flex}.country-insight-source svg{width:14px;height:14px}.country-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.country-facts>div{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:14px;min-width:0;padding:10px 12px}.country-facts dt{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 3px;font-size:11px}.country-facts dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:14.5px}.country-insight-related{flex-direction:column;gap:8px;display:flex}.country-insight-row{flex-direction:column;gap:2px;padding:10px 0;display:flex}.trip-country{flex-direction:column;gap:10px;display:flex}.voyage-flag-media{background:color-mix(in srgb, var(--rose) 40%, var(--surface));place-items:center;font-size:46px;display:grid}.voyage-strip{border-top:1px dashed color-mix(in srgb, var(--line) 85%, transparent);flex-direction:column;gap:10px;margin-top:12px;padding-top:12px;display:flex}.voyage-strip-country{color:var(--ink);flex-wrap:wrap;align-items:center;gap:6px 8px;margin:0;font-size:14.5px;display:flex}.voyage-strip-visitors{color:var(--muted);flex-basis:100%;font-size:13px}.voyage-together{color:color-mix(in srgb, var(--member-first) 55%, var(--member-second));font-style:italic}.voyage-strip-plan{justify-content:center;align-items:center;gap:8px;display:inline-flex}.voyage-strip-plan svg{width:16px;height:16px}.voyage-strip-trip{text-align:left;border:1px solid var(--line);background:color-mix(in srgb, var(--rose) 28%, var(--surface));cursor:pointer;width:100%;min-height:44px;color:var(--ink);border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.voyage-strip-trip>span{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.voyage-strip-trip strong{font-size:14px}.voyage-strip-trip small{color:var(--muted);font-size:12.5px}.voyage-strip-trip>svg{color:var(--rose-ink);flex:none;width:18px;height:18px}.voyage-strip-trip.is-now{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:color-mix(in srgb, var(--accent) 10%, var(--surface))}.trip-hero{aspect-ratio:16/9;border-radius:18px;overflow:hidden}.trip-hero img{object-fit:cover;width:100%;height:100%;display:block}.trip-status{border:1px solid var(--line);background:color-mix(in srgb, var(--rose) 22%, var(--surface));border-radius:18px;flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.trip-status.is-ongoing{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:color-mix(in srgb, var(--accent) 9%, var(--surface))}.trip-status .button{align-items:center;gap:8px;display:inline-flex}.trip-status .button svg{width:16px;height:16px}.trip-journal,.trip-photos{flex-direction:column;gap:10px;display:flex}.trip-journal .dashboard-widget-heading{margin-bottom:0}.trip-journal .button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.trip-journal .button svg{width:16px;height:16px}.trip-journal-lived{font:italic 400 15px var(--serif);color:var(--accent);margin:0}.trip-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none;display:grid}.trip-photo-grid .trip-photo{aspect-ratio:1;background:var(--line);cursor:pointer;border:0;border-radius:12px;width:100%;padding:0;display:block;overflow:hidden}.trip-photo-grid img{object-fit:cover;width:100%;height:100%;display:block}.trip-photos-hint{align-items:center;gap:8px;margin:0;display:flex}.trip-photos-hint svg{flex:none;width:15px;height:15px}.trip-card-photo .atlas-flag{font-size:28px}.trip-page{flex-direction:column;gap:22px;display:flex}.trip-page-head{flex-direction:column;gap:4px;display:flex}.trip-page-head h2{font:400 30px/1.15 var(--serif);color:var(--ink);margin:6px 0 0}.trip-page-head .muted{margin:0}.trip-back{align-self:flex-start;align-items:center;gap:4px;display:inline-flex}.trip-back-icon{width:15px;height:15px;transform:rotate(180deg)}.trip-page .trip-detail{gap:22px}.voyage-country-button{color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:2px 0;display:inline-flex}.voyage-country-button svg{width:14px;height:14px;color:var(--muted)}.trip-journal-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.trip-journal-list>li{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.trip-journal-list>li.is-lived{background:color-mix(in srgb, var(--sage) 30%, var(--surface));border-color:color-mix(in srgb, var(--sage-ink) 25%, var(--line))}.trip-journal-check{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;min-width:28px;min-height:28px;padding:0;display:grid}.trip-journal-list>li.is-lived .trip-check-box{background:var(--sage-ink);border-color:var(--sage-ink)}.trip-journal-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.trip-journal-text strong{color:var(--ink);overflow-wrap:anywhere;font-size:15px}.trip-journal-list>li.is-lived .trip-journal-text strong{opacity:.7;text-decoration:line-through}.trip-journal-text small{color:var(--muted);font-size:12.5px}.trip-journal-list .button.secondary{flex:none;min-height:36px;padding:6px 10px;font-size:13px}.trip-journal-add{flex-direction:column;gap:8px;display:flex}.trip-journal-open{justify-content:center;align-self:flex-start;align-items:center;gap:8px;display:inline-flex}.trip-journal-open svg{width:16px;height:16px}.enrich-thumb{object-fit:cover;border-radius:10px;flex:none;width:40px;height:40px}.trip-views{grid-auto-flow:column;gap:8px;display:grid}.trip-views button{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);min-height:44px;color:var(--ink);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:14px;display:flex}.trip-views button[aria-pressed=true]{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:color-mix(in srgb, var(--accent) 9%, var(--surface));font-weight:600}.trip-today{border-color:color-mix(in srgb, var(--accent) 40%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--surface));border-radius:20px;flex-direction:column;gap:12px;padding:18px;display:flex}.trip-today-head{flex-direction:column;gap:2px;display:flex}.trip-today-head h3{font:400 24px/1.15 var(--serif);color:var(--ink);margin:2px 0 0}.trip-today-actions{flex-wrap:wrap;gap:10px;display:flex}.trip-today-actions .button{align-items:center;gap:8px;display:inline-flex}.trip-today-actions .button svg{width:16px;height:16px}.trip-itinerary,.trip-days,.trip-list-view,.trip-bookings-block,.trip-loose{flex-direction:column;gap:12px;display:flex}.trip-map-frame{border:1px solid var(--line);border-radius:18px;overflow:hidden}.trip-map-frame .map-hero{border-radius:18px;height:300px;margin:0}.trip-stops{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.trip-stop{border-radius:18px;flex-direction:column;gap:10px;padding:14px;display:flex}.trip-stop-head{align-items:flex-start;gap:12px;display:flex}.trip-stop-index{background:var(--accent);color:#fff;width:28px;height:28px;font:400 15px var(--serif);border-radius:50%;flex:none;place-items:center;display:grid}.trip-stop-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.trip-stop-copy strong{font:400 18px/1.2 var(--serif);color:var(--ink);overflow-wrap:anywhere}.trip-stop-note{color:var(--muted);font-size:13.5px}.trip-stop-actions{flex:none;gap:2px;display:flex}.trip-stop-move svg{width:16px;height:16px;transform:rotate(-90deg)}.trip-stop-move.is-down svg{transform:rotate(90deg)}.trip-leg{color:var(--muted);align-items:center;gap:8px;margin:0;padding:4px 0 4px 26px;font-size:13px;display:flex;position:relative}.trip-leg-line{border-left:1px dashed color-mix(in srgb, var(--accent) 45%, transparent);width:1px;position:absolute;top:0;bottom:0;left:14px}.trip-leg svg{width:15px;height:15px;color:var(--accent)}.trip-spots{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.trip-spot{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.trip-spot.is-lived{background:color-mix(in srgb, var(--sage) 30%, var(--surface));border-color:color-mix(in srgb, var(--sage-ink) 25%, var(--line))}.trip-spot.is-lived .trip-check-box{background:var(--sage-ink);border-color:var(--sage-ink)}.trip-spot-check{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;min-width:28px;min-height:28px;padding:0;display:grid}.trip-spot-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.trip-spot-text strong{color:var(--ink);overflow-wrap:anywhere;font-size:14.5px}.trip-spot.is-lived .trip-spot-text strong{opacity:.7;text-decoration:line-through}.trip-spot-text small{color:var(--muted);font-size:12px}.trip-spot .button.secondary{flex:none;min-height:34px;padding:5px 9px;font-size:12.5px}.trip-add{justify-content:center;align-self:flex-start;align-items:center;gap:8px;display:inline-flex}.trip-add svg{width:16px;height:16px}.trip-day{border-top:1px dashed color-mix(in srgb, var(--line) 85%, transparent);flex-direction:column;gap:8px;padding:12px 0;display:flex}.trip-day.is-today{border-top-color:color-mix(in srgb, var(--accent) 45%, transparent)}.trip-day-head{font:400 18px/1.2 var(--serif);color:var(--ink);margin:0}.trip-day.is-today .trip-day-head{color:var(--accent)}.trip-day-empty{font:italic 400 14px var(--serif);color:var(--muted);margin:0}.trip-bookings{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.trip-booking{border:1px solid var(--line);background:color-mix(in srgb, var(--rose) 22%, var(--surface));border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.trip-booking-kind{background:color-mix(in srgb, var(--rose) 70%, var(--surface));width:30px;height:30px;color:var(--rose-ink);border-radius:10px;flex:none;place-items:center;display:grid}.trip-booking-copy{text-align:left;cursor:pointer;min-width:0;color:var(--ink);background:0 0;border:0;flex-direction:column;flex:1;gap:1px;display:flex}.trip-booking-copy strong{font-size:14.5px}.trip-booking-copy small{color:var(--muted);font-size:12.5px}.trip-booking-ticket{border-radius:8px;flex:none;width:34px;height:34px;overflow:hidden}.trip-booking-ticket img{object-fit:cover;width:100%;height:100%}.trip-ticket{flex-direction:column;gap:10px;display:flex}.trip-ticket input[type=file]{font-size:13px}.trip-moments{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.trip-moment{align-items:flex-start;gap:10px;display:flex}.trip-moment-photo{background:var(--line);border-radius:12px;flex:none;width:68px;height:68px;overflow:hidden}.trip-moment-photo img{object-fit:cover;width:100%;height:100%}.trip-moment-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.trip-moment-text p{font:italic 400 15.5px/1.4 var(--serif);color:var(--ink);overflow-wrap:anywhere;margin:0}.trip-moment-meta{color:var(--muted);font-size:12px}.trip-moment-compose{flex-direction:column;gap:10px;width:100%;display:flex}.trip-moment-actions{align-items:center;gap:12px;display:flex}.trip-moment-open{align-items:center;gap:8px;display:inline-flex}.trip-moment-open svg{width:16px;height:16px}.trip-live{flex-direction:column;gap:8px;display:flex}.trip-card.is-now{border-color:color-mix(in srgb, var(--accent) 50%, var(--line));background:color-mix(in srgb, var(--accent) 8%, var(--surface))}.map-pin-step{background:var(--accent);color:#fff;width:26px;height:26px;font:400 14px var(--serif);border-radius:50%;place-items:center;display:grid;box-shadow:0 2px 6px #3e393359}.map-pin-step.done{background:var(--sage-ink)}@media (max-width:719px){.trip-today-actions{flex-direction:column;align-items:stretch}.trip-views{font-size:13px}.trip-views button{padding:8px 6px;font-size:13px}}.trip-day-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;display:flex}.trip-day-head h3{font:400 19px/1.2 var(--serif);color:var(--ink);margin:0}.trip-day.is-today .trip-day-head h3{color:var(--accent)}.trip-day-head .field-hint{align-items:center;gap:4px;display:inline-flex}.trip-slot{border-left:2px solid color-mix(in srgb, var(--line) 80%, transparent);flex-direction:column;gap:6px;padding:6px 0 6px 12px;display:flex}.trip-day.is-today .trip-slot{border-left-color:color-mix(in srgb, var(--accent) 35%, transparent)}.trip-slot-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.trip-slot-label{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:11.5px}.trip-slot .trip-add{min-height:34px;padding:4px 10px;font-size:12.5px}.trip-slot .trip-add svg{width:14px;height:14px}.trip-spot{padding:6px 8px}.trip-spot-open{text-align:left;cursor:pointer;min-width:0;color:var(--ink);background:0 0;border:0;flex:1;align-items:center;gap:10px;padding:0;display:flex}.trip-spot-photo{object-fit:cover;background:color-mix(in srgb, var(--rose) 45%, var(--surface));border-radius:10px;flex:none;width:42px;height:42px}.trip-spot-photo.is-empty{color:var(--rose-ink);place-items:center;display:grid}.trip-spot-text small{color:var(--muted);overflow-wrap:anywhere;font-size:12px;display:block}.trip-spot-note{color:color-mix(in srgb, var(--accent) 80%, var(--muted));font-style:italic}.trip-spot-open>svg{color:var(--muted);flex:none;width:16px;height:16px}.spot-open{margin-left:6px;font-weight:600}.spot-open.open{color:var(--sage-ink)}.spot-open.closed{color:var(--muted)}.spot-facts{flex-wrap:wrap;gap:6px;display:flex}.spot-plan{flex-direction:column;gap:10px;display:flex}.spot-plan .atlas-mode{grid-template-columns:repeat(3,minmax(0,1fr))}.trip-loose{border:1px dashed color-mix(in srgb, var(--accent) 35%, var(--line));background:color-mix(in srgb, var(--rose) 18%, var(--surface));border-radius:16px;padding:14px}.trip-page-state{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.trip-phase{margin:0}.trip-phase.is-ongoing{background:color-mix(in srgb, var(--accent) 14%, var(--surface));color:var(--accent)}.trip-phase.is-past{background:color-mix(in srgb, var(--sage) 45%, var(--surface));color:var(--sage-ink)}.trip-start{align-items:center;gap:8px;display:inline-flex}.trip-start svg{width:16px;height:16px}.trip-menu{margin-left:auto;position:relative}.trip-menu>summary{border:1px solid var(--line);background:var(--surface);cursor:pointer;width:38px;height:38px;color:var(--muted);border-radius:12px;place-items:center;list-style:none;display:grid}.trip-menu>summary::-webkit-details-marker{display:none}.trip-menu[open]>summary{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));color:var(--accent)}.trip-menu-panel{z-index:5;border:1px solid var(--line);background:var(--surface);min-width:210px;box-shadow:var(--shadow);border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px;display:flex;position:absolute;top:44px;right:0}.trip-zone{flex-direction:column;gap:8px;display:flex}.trip-zone+.trip-zone{border-top:1px dashed color-mix(in srgb, var(--line) 80%, transparent);padding-top:12px}.trip-zone-label{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:11.5px}.trip-zone .trip-add{align-self:flex-start;min-height:36px;padding:5px 12px;font-size:13px}.trip-before{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:20px;flex-direction:column;gap:16px;padding:18px;display:flex}.trip-before .dashboard-widget-heading{margin-bottom:0}.trip-moment-start{border:1px dashed color-mix(in srgb, var(--accent) 35%, var(--line));background:color-mix(in srgb, var(--surface) 60%, transparent);width:100%;min-height:44px;color:var(--muted);font:italic 400 14.5px var(--serif);cursor:pointer;border-radius:14px;align-items:center;gap:8px;padding:10px 14px;display:flex}.trip-moment-start svg{color:var(--accent);flex:none}.trip-day-now{letter-spacing:.06em;text-transform:uppercase;background:color-mix(in srgb, var(--accent) 14%, var(--surface));color:var(--accent);vertical-align:middle;border-radius:999px;margin-right:8px;padding:2px 8px;font:600 11px/1.6 system-ui,sans-serif;display:inline-block}.trip-day .trip-add{align-self:flex-start;min-height:36px;padding:5px 12px;font-size:13px}@media (max-width:360px){.trip-spot-photo{display:none}.trip-spot-open{gap:8px}}.trip-slot.is-free .trip-slot-label{opacity:.6}.trip-slot-head{justify-content:space-between;align-items:center;gap:10px;min-height:34px;display:flex}.trip-slot-head .trip-add{border-radius:10px;min-height:32px;padding:3px 10px;font-size:12.5px}.trip-slot-head .trip-add svg{width:13px;height:13px}.trip-plan-hint{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.trip-spot-move{flex-direction:column;flex:none;display:flex}.trip-spot-move .icon-button{width:26px;height:22px}.trip-spot-move svg{width:14px;height:14px}.booking-modes{grid-template-columns:repeat(3,minmax(0,1fr))}.booking-modes button{flex-direction:column;gap:4px;padding:8px 6px;font-size:12.5px}.booking-import{flex-direction:column;gap:10px;display:flex}.booking-import textarea{width:100%;min-height:120px;font-size:14px}.booking-import input[type=file]{font-size:13px}.booking-drafts{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.booking-drafts button{text-align:left;border:1px solid color-mix(in srgb, var(--accent) 35%, var(--line));background:color-mix(in srgb, var(--accent) 6%, var(--surface));cursor:pointer;border-radius:14px;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.booking-drafts .enrich-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.booking-source{letter-spacing:.04em;color:var(--accent);font-size:11.5px}.flight-track{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.flight-track .button{align-items:center;gap:8px;display:inline-flex}.flight-status{color:var(--ink);margin:0;font-size:14px}.flight-chip{background:color-mix(in srgb, var(--sage) 45%, var(--surface));color:var(--sage-ink);border-radius:999px;padding:1px 8px;font-size:12px;font-weight:600;display:inline-block}.flight-chip.is-late{background:color-mix(in srgb, var(--error) 14%, var(--surface));color:var(--error)}.booking-found{flex-direction:column;gap:10px;display:flex}.booking-draft{text-align:left;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);cursor:pointer;border-radius:14px;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.booking-draft.is-picked{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.booking-draft.is-picked .trip-check-box{background:var(--accent);border-color:var(--accent)}.booking-draft-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.booking-draft-copy strong{color:var(--ink);overflow-wrap:anywhere;font-size:14.5px}.booking-route{font:400 13.5px var(--serif);color:var(--accent);letter-spacing:.02em}.booking-day{flex-direction:column;gap:6px;display:flex}.booking-day+.booking-day{margin-top:10px}.booking-card{border:1px solid var(--line);background:color-mix(in srgb, var(--rose) 16%, var(--surface));box-shadow:0 1px 2px color-mix(in srgb, var(--ink) 6%, transparent);border-radius:16px;align-items:stretch;gap:10px;padding:10px 12px;display:flex;position:relative}.booking-card.is-flight{background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.booking-card-tap{text-align:left;cursor:pointer;min-width:0;color:var(--ink);background:0 0;border:0;flex-direction:column;flex:1;gap:6px;padding:0;display:flex}.booking-card-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.booking-card-head strong{overflow-wrap:anywhere;flex:1;min-width:0;font-size:15px}.booking-card-facts{color:var(--muted);font-size:12.5px}.booking-card-ticket{border:1px solid var(--line);border-radius:9px;flex:none;align-self:center;width:38px;height:38px;overflow:hidden}.booking-card-ticket img{object-fit:cover;width:100%;height:100%}.booking-leg{align-items:center;gap:10px;display:flex}.booking-leg-side{flex-direction:column;flex:0 auto;gap:1px;min-width:0;display:flex}.booking-leg-side b{max-width:100%;font:600 20px/1.1 var(--serif);letter-spacing:.04em;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.booking-leg-side.is-long b{font:600 15px/1.2 var(--serif);letter-spacing:.01em}.booking-leg-side small{color:var(--muted);white-space:nowrap;font-size:12px}.booking-leg-side.is-arrival{text-align:right;align-items:flex-end}.booking-leg-line{min-width:20px;color:color-mix(in srgb, var(--accent) 70%, var(--muted));flex:24px;align-items:center;gap:4px;display:flex}.booking-leg-line:before,.booking-leg-line:after{content:"";border-top:1px dashed color-mix(in srgb, var(--accent) 40%, var(--line));flex:1;height:0}.booking-detail{flex-direction:column;gap:16px;display:flex}.booking-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0;display:grid}.booking-facts div{flex-direction:column;gap:2px;min-width:0;display:flex}.booking-facts dt{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11.5px}.booking-facts dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:15px}.booking-detail>.text-button{align-self:flex-start;align-items:center;gap:6px;display:inline-flex}.trip-ticket input[type=file]::file-selector-button{border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;margin-right:10px;padding:7px 12px}.booking-actions{border-top:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:8px;padding-top:14px;display:flex}.booking-actions .button{justify-content:center;align-self:stretch;align-items:center;gap:8px;display:inline-flex}.travel-stats{border-top:1px solid var(--line);flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;display:flex}.reach-headline{flex-wrap:wrap;align-items:baseline;gap:8px;margin:0;display:flex}.reach-headline strong{font:600 19px/1.2 var(--serif);color:var(--ink)}.reach-headline span{color:var(--muted);font-size:13px}.reach-rows{flex-direction:column;gap:7px;display:flex}.reach-row{grid-template-columns:minmax(58px,auto) 1fr minmax(84px,auto);align-items:center;gap:10px;display:grid}.reach-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.reach-bar{background:color-mix(in srgb, var(--ink) 8%, var(--surface));border-radius:999px;height:8px;overflow:hidden}.reach-bar>span{border-radius:999px;min-width:3px;height:100%;display:block}.reach-bar.is-first>span{background:var(--member-first)}.reach-bar.is-second>span{background:var(--member-second)}.reach-bar.is-both>span{background:color-mix(in srgb, var(--member-first) 55%, var(--member-second))}.reach-figure{color:var(--ink);white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:6px;font-size:13px;display:flex}.reach-figure small{color:var(--muted);font-size:12px}.trip-day-drive{background:color-mix(in srgb, var(--accent) 8%, var(--surface));border:1px solid color-mix(in srgb, var(--accent) 22%, var(--line));color:var(--ink);border-radius:12px;align-items:center;gap:10px;padding:9px 12px;display:flex}.trip-day-drive-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.trip-day-drive-copy strong{overflow-wrap:anywhere;font-size:14px}.trip-day-drive-copy small{color:var(--muted);font-size:12.5px}.trip-leg.is-road .trip-leg-label strong{color:var(--ink);font-weight:600}.trip-itinerary-actions{flex-direction:column;gap:8px;display:flex}.trip-itinerary-actions .button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.trip-stop-locate{align-self:flex-start;align-items:center;gap:5px;font-size:12.5px;display:inline-flex}.trip-capsule,.trip-capsule-row{border-radius:20px;gap:12px;margin-bottom:16px;padding:14px 16px;display:grid}.trip-capsule-row{border:1px solid var(--line);background:var(--surface);text-align:start;grid-template-columns:auto 1fr auto;grid-auto-flow:column;align-items:center;width:100%}.trip-capsule-row:hover:not(:disabled){border-color:var(--accent)}.trip-capsule-row>svg{color:var(--muted)}.trip-capsule-line{align-items:center;gap:12px;display:flex}.trip-capsule-mark{background:var(--rose);width:40px;height:40px;color:var(--rose-ink);border-radius:14px;flex-shrink:0;place-items:center;display:grid}.trip-capsule-mark svg{width:17px;height:17px}.trip-capsule-text{gap:2px;min-width:0;display:grid}.trip-capsule-text strong{font-size:14.5px;font-weight:600}.trip-capsule-text>span{color:var(--muted);overflow-wrap:anywhere;font-size:12px;line-height:1.5}.trip-capsule-when{color:var(--accent);font-variant-numeric:tabular-nums;flex-shrink:0;margin-inline-start:auto;font-size:12.5px;font-weight:600}.trip-capsule .button{min-height:46px;font-size:12.5px}.trip-capsule-row .trip-capsule-when{font-size:inherit;color:inherit;margin:0;font-weight:600}.trip-capsule-note{margin:-8px 0 16px;padding:0 4px}.trip-capsule-text>span{font-size:11.5px}.trip-capsule .field-hint{margin:0}.trip-capsule-void{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.trip-capsule-void .text-button{font-size:11.5px}.trip-capsule-actions{flex-wrap:wrap;gap:8px;display:flex}.trip-capsule-actions .button{flex:auto;min-height:46px;font-size:12.5px}.trip-capsule-tray{gap:10px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.trip-capsule-tray li{flex:0 0 96px;position:relative}.trip-capsule-tray img,.trip-capsule-tray video{object-fit:cover;border-radius:14px;width:96px;height:96px}.trip-capsule-tray .icon-button{background:var(--surface);width:30px;height:30px;position:absolute;top:2px;right:2px}.capsule-trip .eyebrow{margin-bottom:8px}.trip-retro{flex-direction:column;gap:22px;display:flex}.retro-day{gap:12px;display:grid}.retro-day-title{font:italic 19px var(--serif);color:var(--muted);font-weight:400}.retro-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.retro-grid li{gap:6px;min-width:0;display:grid}.retro-grid .capsule-attachment{background:0 0;border:0;padding:0}.retro-grid .capsule-attachment img,.retro-grid .capsule-attachment video{max-height:40vh}.retro-grid .capsule-attachment figcaption{display:none}.retro-caption{overflow-wrap:anywhere;font-size:13px}.retro-grid .author-name{font-size:11.5px}.sheet-story{height:var(--silk-100-lvh-dvh-pct);max-height:var(--silk-100-lvh-dvh-pct);color:#f6efe7;background:#14110f;border-radius:0}.sheet-story .sheet-grabber{margin-top:max(10px, env(safe-area-inset-top));background:#fff5}.sheet-heading-hidden{padding:0}.sheet-heading-hidden .sheet-title,.sheet-heading-hidden .muted{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.sheet-heading-hidden .icon-button{color:#f6efe7;background:#ffffff1f;border-radius:50%;width:38px;height:38px;margin:6px 12px 0 auto}.sheet-heading-hidden .icon-button:hover{color:#fff;background:#fff3}.sheet-heading-hidden .icon-button svg{width:17px;height:17px}.sheet-story .sheet-scroll-root{flex:1;min-height:0}.sheet-story .sheet-scroll{height:100%;max-height:none}.sheet-story .sheet-body{height:100%;padding:0 16px max(16px, env(safe-area-inset-bottom));display:flex}.sheet-story .sheet-body>div{width:100%;display:flex}.story-stage{grid-template-rows:auto auto 1fr auto;gap:10px;height:calc(100dvh - 104px);min-height:0;display:grid;position:relative}.story-progress{gap:12px;display:flex}.story-progress-day{gap:3px;min-width:0;display:flex}.story-progress-day span{background:#ffffff2e;border-radius:2px;flex:1;height:3px}.story-progress-day span.is-seen{background:#f6efe7}.story-day{font:italic 14px var(--serif);color:#d8c9b8;align-items:baseline;gap:10px;display:flex}.story-day em{letter-spacing:.4px;color:#ffffff8c;font:500 11px/1 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.story-media{place-items:center;min-height:0;display:grid}.story-media .capsule-attachment{background:0 0;border:0;max-height:100%;padding:0;display:grid}.story-media .capsule-attachment img,.story-media .capsule-attachment video{border-radius:16px;width:auto;max-width:100%;max-height:100%}.story-media .capsule-attachment figcaption,.story-media .media-skeleton{display:none}.story-caption{font:16px/1.45 var(--serif);text-align:center;padding:0 8px}.story-zone{background:0 0;border:0;width:34%;position:absolute;top:24px;bottom:0}.story-back{left:-8px}.story-next{width:66%;right:-8px}.outing-block{gap:8px;display:grid}.outing-line{gap:2px;display:grid}.outing-line .text-button{justify-self:end;margin:-12px 4px 8px;font-size:11.5px}.outing-choices{gap:8px;margin:0;padding:0;list-style:none;display:grid}.outing-choices .settings-row{border:1px solid var(--line);border-radius:16px}.outing-choices .settings-row>span{text-align:start;gap:2px;min-width:0;display:grid}
