@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,400..700;1,400..700&display=swap";:root{--bg:#f7f3ea;--bg-soft:#fff;--surface:#fff;--sidebar-bg:#ede9df;--line:#e0d8cc;--border:#e0d8cc;--text:#1c2b26;--muted:#73807a;--accent:#2e4b3f;--accent-deep:#1d3328;--accent-light:#d4e4d0;--gold:#dcceb9;--gold-light:#f0eae0;--coral:#f5bfa9;--coral-light:#fae8e0;--lavender:#73807a;--lavender-light:#e2e8e5;--color-teal:#a7bfa1;--color-amber:#dcceb9;--color-sky:#d4e4d0;--radius-xl:2rem;--radius-lg:1.15rem;--shadow-soft:0 2px 20px #2e4b3f14;--display-font:"Playfair Display", Georgia, serif;--body-font:"Inter", system-ui, sans-serif;--no-image-bg:#d4e4d0;--fetch-failed-bg:#d4e4d0;--fetch-failed-color:#2e4b3f}[data-theme=blue]{--bg:#f2f5f9;--bg-soft:#fff;--surface:#fff;--line:#00286414;--border:#0028641a;--text:#192030;--muted:#7b8fa6;--accent:#3a7fc1;--accent-deep:#265d96;--accent-light:#deeaf5;--shadow-soft:0 2px 16px #1e468c14;--no-image-bg:#deeaf5;--fetch-failed-bg:#e3edf7;--fetch-failed-color:#3a6090}[data-theme=sage]{--bg:#f3f7f5;--bg-soft:#fff;--surface:#fff;--line:#003c2814;--border:#003c281a;--text:#1a2420;--muted:#7a9990;--accent:#4f8c78;--accent-deep:#366659;--accent-light:#daeee8;--shadow-soft:0 2px 16px #28645014;--no-image-bg:#daeee8;--fetch-failed-bg:#e4f0eb;--fetch-failed-color:#366659}[data-theme=night]{--bg:#12121f;--bg-soft:#1c1c30;--surface:#1e1e35;--line:#ffffff12;--border:#ffffff17;--text:#ede9e4;--muted:#8986a0;--accent:#a7bfa1;--accent-deep:#2e4b3f;--accent-light:#a7bfa126;--radius-xl:1.4rem;--radius-lg:.85rem;--shadow-soft:0 2px 20px #00000073;--display-font:"Playfair Display", Georgia, serif;--body-font:"Inter", system-ui, sans-serif;--no-image-bg:#22223a;--fetch-failed-bg:#2a1a14;--fetch-failed-color:#a7bfa1}[data-theme=mono]{--bg:#f7f7f7;--bg-soft:#fff;--surface:#fff;--line:#0000001a;--border:#0000001f;--text:#111;--muted:#888;--accent:#333;--accent-deep:#111;--accent-light:#eee;--shadow-soft:0 2px 16px #00000012;--no-image-bg:#ececec;--fetch-failed-bg:#f0f0f0;--fetch-failed-color:#555}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);font-family:var(--body-font);background:var(--bg);margin:0}h1,h2,h3,p{margin:0}#root{min-height:100vh}.app-splash{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100svh;display:flex}.app-splash-logo{font-family:var(--display-font);color:var(--accent);letter-spacing:.01em;font-size:1.5rem;font-style:italic}.app-splash-tagline{color:var(--muted);font-size:.85rem;font-style:italic}.app-splash-bar-wrap{background:var(--line);border-radius:99px;width:80px;height:2px;margin-top:.5rem;overflow:hidden}.app-splash-bar{background:var(--accent);border-radius:99px;width:0%;height:100%;animation:2.5s cubic-bezier(.4,0,.2,1) forwards splash-fill}@keyframes splash-fill{0%{width:0%}60%{width:75%}to{width:95%}}.page-shell{width:min(100% - 2rem,1180px);margin:0 auto;padding-bottom:2.4rem}.page-shell--home{max-width:1120px}.page-shell--app{max-width:1220px}.surface{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.marketing-nav,.app-nav{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.4rem 0 1.2rem;display:flex}.app-nav-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.brand-logo-wordmark{align-items:center;gap:.4rem;margin:0;line-height:1;display:inline-flex}.brand-logo-icon{object-fit:cover;border-radius:7px;flex-shrink:0;width:32px;height:32px}.brand-logo-icon--lg{border-radius:10px;width:42px;height:42px}.brand-logo-kindwell{letter-spacing:-.03em;color:var(--accent);font-family:Playfair Display,Georgia,serif;font-size:1.9rem;font-weight:650}.brand-logo-signup{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-family:Instrument Sans,Segoe UI,sans-serif;font-size:.72rem;font-weight:300}.hero{margin-top:.25rem;padding:2.2rem}.marketing-hero{background:0 0;border-radius:999px;margin-top:1.5rem;padding:4rem 0}.eyebrow{color:var(--accent-deep);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600}.marketing-hero h1{letter-spacing:-.03em;max-width:14ch;margin-top:.7rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.02}.hero-content{max-width:1120px;margin:0 auto;padding:0 1rem}.hero-copy{max-width:65ch;color:var(--muted);margin-top:.95rem;font-size:1.15rem;font-weight:500;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.15rem;display:flex}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.feature-grid article{padding:1.35rem}.feature-grid h2{margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.35rem}.feature-grid p{color:var(--muted);margin-top:.55rem;line-height:1.6}.auth-root{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-brand-panel{background:#1c2b26;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden}.auth-watermark{color:#ffffff0a;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;letter-spacing:-.04em;font-family:Playfair Display,Georgia,serif;font-size:clamp(8rem,16vw,14rem);font-weight:700;line-height:1;position:absolute;top:-.1em;left:-.05em}.auth-brand-logo{color:#fff;letter-spacing:-.01em;z-index:2;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-weight:700;text-decoration:none;position:relative}.auth-brand-body{z-index:2;flex-direction:column;flex:1;gap:0;padding-bottom:.5rem;display:flex;position:relative}.auth-brand-quote-block{flex-direction:column;gap:.75rem;margin-top:calc(2rem + 110px);display:flex}.auth-brand-spacer{flex:1;min-height:2rem}.auth-brand-quote{color:#ffffff8c;border-left:2px solid #fff3;margin:0;padding-left:1.25rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.1rem,2vw,1.4rem);font-style:italic;font-weight:400;line-height:1.55}.auth-brand-attr{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;align-items:center;gap:.65rem;margin:0;font-size:.72rem;font-weight:600;display:flex}.auth-brand-attr-line{background:#ffffff40;flex-shrink:0;width:1.5rem;height:1px;display:inline-block}.auth-brand-tagline{flex-direction:column;gap:.5rem;display:flex}.auth-brand-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#dcceb9;margin:0;font-size:.7rem;font-weight:600}.auth-brand-tag{color:#fff;letter-spacing:-.03em;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;line-height:1.1}.auth-brand-tag em{font-style:italic;font-weight:400}.auth-brand-sub{color:#fff6;margin:.25rem 0 0;font-size:.88rem;line-height:1.6}.auth-brand-footer{z-index:2;justify-content:space-between;align-items:flex-end;margin-top:2rem;display:flex;position:relative}.auth-brand-est-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin:0 0 .2rem;font-size:.65rem}.auth-brand-est{color:#ffffff59;letter-spacing:.04em;margin:0;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700}.auth-form-panel{background:var(--bg);justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.auth-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:.4rem;justify-content:center;align-items:center;padding:.4rem;transition:color .14s,background .14s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.auth-close:hover{color:var(--text);background:var(--line)}.auth-form-inner{flex-direction:column;gap:0;width:100%;max-width:400px;display:flex}.auth-form-header{margin-bottom:2rem}.auth-form-title{color:var(--text);letter-spacing:-.02em;margin:0 0 .4rem;font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:400}.auth-form-sub{color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.auth-form{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-field span,.auth-field-label-row span{color:var(--text);letter-spacing:.01em;font-size:.82rem;font-weight:600}.auth-field-label-row{justify-content:space-between;align-items:center;display:flex}.auth-field input,.auth-field>input,.auth-field div+input,.auth-field-label-row+input{font-size:.95rem;font-family:var(--body-font);background:var(--sidebar-bg);color:var(--text);box-sizing:border-box;border:none;border-radius:.5rem;width:100%;padding:.85rem 1rem;transition:box-shadow .14s}.auth-field input:focus,.auth-field>input:focus,.auth-field-label-row+input:focus{box-shadow:0 0 0 2px var(--accent);outline:none}.auth-error{color:#c0392b;background:#fdf0ef;border-radius:.5rem;margin:0;padding:.6rem .85rem;font-size:.85rem}.auth-message{color:var(--accent-deep);background:var(--accent-light);border-radius:.5rem;margin:0;padding:.6rem .85rem;font-size:.85rem}.auth-google-btn{width:100%;color:var(--text);font-size:.95rem;font-weight:600;font-family:var(--body-font);cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:.5rem;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1rem;transition:background .14s,border-color .14s;display:flex}.auth-google-btn:hover{background:#f7f7f7;border-color:#0003}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#0000001a;flex:1;height:1px}.auth-submit{background:var(--text);color:#fff;width:100%;font-size:1rem;font-weight:600;font-family:var(--body-font);cursor:pointer;letter-spacing:.01em;border:none;border-radius:.5rem;margin-top:.5rem;padding:1rem;transition:background .16s}.auth-submit:hover:not(:disabled){background:#111}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-forgot{color:var(--muted);cursor:pointer;font-size:.82rem;font-weight:400;text-decoration:none;transition:color .14s}.auth-forgot:hover{color:var(--text)}.auth-switch{color:var(--muted);text-align:left;margin:0 0 1rem;font-size:.88rem}.auth-switch-btn{color:var(--text);font-size:.88rem;font-weight:700;font-family:var(--body-font);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none;transition:opacity .14s}.auth-switch-btn:hover{opacity:.7}.auth-back{color:var(--muted);font-size:.85rem;font-family:var(--body-font);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;text-decoration:none;transition:color .14s;display:block}.auth-back:hover{color:var(--text)}.auth-form-dots{justify-content:center;align-items:center;gap:.5rem;display:flex}.auth-form-dot{background:var(--line);border-radius:50%;width:8px;height:8px;transition:background .2s}.auth-form-dot--active{background:#dcceb9}@media (width>=701px) and (width<=1100px){.auth-brand-tag{font-size:clamp(1.6rem,3vw,2.2rem)}}.auth-mobile-logo{display:none}@media (width<=700px){.auth-root{grid-template-rows:auto auto;grid-template-columns:1fr}.auth-form-panel{order:1;align-items:flex-start;padding:2rem 1.5rem 2.5rem}.auth-brand-panel{order:2;min-height:auto;padding:3.5rem 1.5rem}.auth-watermark{font-size:5rem}.auth-mobile-logo{color:var(--text);margin-bottom:1.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:700;text-decoration:none;display:block}.auth-brand-logo{display:none}.auth-brand-quote-block{margin-top:0}.auth-brand-spacer{display:none}.auth-brand-body{gap:2.75rem;padding-bottom:0}.auth-brand-quote{font-size:1.05rem}.auth-brand-tag{font-size:1.75rem}}.login-card{max-width:500px;margin-top:1rem;padding:1.35rem}.login-card h2,.side-panel h2,.main-panel h2,.empty-state h3{margin:0;font-family:Playfair Display,Georgia,serif}.login-form,.add-list-form,.add-item-form{gap:.7rem;display:grid}.login-form{margin-top:.9rem}.app-layout{grid-template-columns:1fr;gap:1rem;margin-top:.3rem;display:grid}.side-panel,.main-panel{padding:1.35rem}.main-panel{width:100%}.side-panel{display:none}.panel-head{justify-content:space-between;align-items:end;gap:.75rem;display:flex}.add-list-form{grid-template-columns:minmax(0,1fr) auto;margin-top:.8rem}.add-item-form{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) 120px auto;margin-top:.9rem}.lists-wrap{gap:.7rem;margin-top:1rem;display:grid}.list-chip{width:100%;color:var(--text);text-align:left;box-shadow:none;background:#ffffffb8;border:1px solid #382b221f;border-radius:.6rem;justify-content:space-between;align-items:center;padding:.9rem;display:flex}.list-chip.active{background:#0000000a;border-color:#00000026}.list-chip small{color:var(--muted)}input,button{font:inherit}input{width:100%;min-width:0;color:var(--text);background:#fdfaf5;border:1px solid #382b2224;border-radius:.9rem;padding:.72rem .86rem}input::placeholder{color:#9d958d}.button,button{cursor:pointer;border:1px solid #0000;border-radius:.6rem;justify-content:center;align-items:center;min-height:2.85rem;padding:.68rem 1.15rem;font-size:.98rem;font-weight:400;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex}button:hover:not(:disabled),.button:hover:not(:disabled){transform:translateY(-1px)}.hamburger-btn:hover,.sidebar-close-btn:hover{background:0 0;transform:none}button:disabled,.button:disabled{opacity:.68;cursor:not-allowed}.button-primary,button:not(.button-secondary):not(.list-chip):not(.danger):not(.btn-ghost):not(.sidenav-link):not(.list-tab):not(.button-logout):not(.hamburger-btn):not(.sidebar-close-btn):not(.back-link):not(.sidebar-avatar-btn):not(.btn-logout-profile):not(.search-result-row):not(.sidenav-search-btn):not(.dash-view-all):not(.collection-card-menu-btn):not(.collection-page-menu-btn):not(.view-mode-btn):not(.item-quick-btn):not(.product-detail-action-btn):not(.product-detail-manage-trigger):not(.product-detail-close):not(.product-detail-menu-btn):not(.auth-switch-btn):not(.auth-back):not(.lp-btn-ghost):not(.profile-avatar-remove-btn):not(.dash-decide-btn):not(.dash-pass-btn):not(.lp-footer-link):not(.auth-google-btn):not(.sidebar-brand-btn):not(.product-detail-icon-btn):not(.add-item-new-collection-btn):not(.move-collection-btn):not(.move-collection-option):not(.collection-share-indicator):not(.share-revoke-btn):not(.shared-leave-btn):not(.btn-copy-link):not(.share-new-link-btn):not(.share-perm-btn):not(.share-generate-btn):not(.share-modal-close):not(.saves-sub-link):not(.breadcrumb-link):not(.invite-page-decline):not(.ob-close):not(.ob-btn-back):not(.ob-dot):not(.sidenav-add-btn):not(.mobile-add-btn):not(.mobile-tab):not(.shared-with-me-banner):not(.dw-coll-card):not(.dw-btn-ghost):not(.coll-empty-btn){background:var(--accent);color:#fff;box-shadow:none}.btn-ghost{color:var(--text);box-shadow:none;background:0 0;border:none}.button-secondary{border-color:var(--line);color:var(--text);box-shadow:none;background:0 0}input:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.muted{color:var(--muted)}.error-msg{color:#a1483d;margin:.1rem 0 0;font-size:.88rem}.empty-state{background:#ffffff94;border:1px dashed #382b221f;border-radius:1.2rem;margin-top:1rem;padding:1.5rem}.empty-state p{color:var(--muted);margin-top:.4rem}.items-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.9rem;margin-top:1rem;display:grid}.item-card{box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;flex-direction:column;transition:transform .18s;display:flex;position:relative;overflow:visible}.item-card:hover{transform:translateY(-2px)}.item-card.dragging,.item-row.dragging{opacity:.55;border-style:dashed}.item-card--draggable,.item-row.item-card--draggable{cursor:grab;touch-action:none}.item-card--draggable:active,.item-row.item-card--draggable:active{cursor:grabbing}.item-image{aspect-ratio:3/4;object-fit:contain;object-position:center;background:#f0ece6;border-radius:.75rem;width:100%;display:block}.item-no-image{background:var(--no-image-bg);color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.item-no-image.item-image{border-radius:.75rem}.item-no-image.item-row-img{border-radius:10px;flex-shrink:0;width:88px;height:88px}.item-no-image-placeholder{color:#ccc;opacity:.6;width:32px;height:32px}.item-no-image-text{color:var(--accent);font-size:.72rem;font-style:italic;line-height:1.3}.item-no-image-loading{color:var(--muted);letter-spacing:.02em;font-size:.8rem;font-style:normal}.item-no-image-upload{cursor:pointer;border:1px dashed var(--accent);color:var(--accent);font-size:.72rem;font-weight:600;font-family:var(--body-font);border-radius:8px;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem .75rem;transition:background .15s;display:flex}.item-no-image-upload:hover{background:var(--accent-light)}.item-content{flex-direction:column;flex:1;gap:.3rem;padding:.7rem 0 0;display:flex}.item-card-footer{flex-direction:column;gap:.25rem;margin-top:.2rem;display:flex}.item-content h3{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.price-line{margin:0;font-weight:700}.price-line.subtle{color:var(--muted);font-size:.88rem;font-weight:500}.price-drop{color:#2e8b6f;margin:0;font-size:.82rem;font-weight:700;animation:2.8s ease-in-out infinite price-drop-pulse}@keyframes price-drop-pulse{0%,to{opacity:1}50%{opacity:.55}}.item-fetch-failed{color:var(--fetch-failed-color);background:var(--fetch-failed-bg);border-radius:5px;width:fit-content;margin:0;padding:.2rem .45rem;font-size:.7rem;line-height:1.4}.cooloff{letter-spacing:.04em;text-transform:uppercase;border-radius:.4rem;width:fit-content;margin:.3rem 0 0;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.cooloff.locked{color:var(--muted);background:0 0;border:1px solid #0003}.cooloff.unlocked{border:1px solid var(--accent);color:var(--accent);background:0 0;animation:.45s cubic-bezier(.34,1.56,.64,1) both cooloff-unlock-pop}@keyframes cooloff-unlock-pop{0%{opacity:0;transform:scale(.78)}to{opacity:1;transform:scale(1)}}.item-actions{align-items:center;gap:.35rem;margin-top:auto;padding-top:.5rem;display:flex}.item-quick-btn{border:1px solid var(--border);width:26px;height:26px;color:var(--muted);cursor:pointer;box-shadow:none;background:0 0;border-radius:.4rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:flex}.item-quick-btn:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.item-action-refresh,.item-action-trigger{color:#6f6258;min-height:auto;box-shadow:none;background:0 0;border:none;flex:none;padding:0;font-size:.88rem;font-weight:700}.item-action-refresh{justify-content:center;align-items:center;width:auto;display:inline-flex}.item-action-refresh .material-symbols-outlined{font-size:1.05rem}.item-action-trigger{justify-content:flex-end;align-items:center;display:inline-flex}.item-actions-menu{margin-left:auto;position:relative}.item-actions-menu>summary{list-style:none}.item-actions-menu>summary::-webkit-details-marker{display:none}.item-actions-dropdown{z-index:20;background:#fffffffa;border:1px solid #382b221a;border-radius:.9rem;gap:.15rem;min-width:120px;padding:.3rem;display:grid;position:absolute;top:auto;bottom:calc(100% + .35rem);right:0;box-shadow:0 14px 30px #382b221f}.item-actions-dropdown button{min-height:2.2rem;color:var(--text);box-shadow:none;background:0 0;border-radius:.7rem;justify-content:flex-start;padding:.5rem .7rem;font-size:.86rem}.item-actions-menu .item-actions-menu .item-actions-dropdown button:not(.danger),.item-actions-dropdown button:not(.danger){color:var(--text)!important;box-shadow:none!important;background:0 0!important}.item-actions-dropdown .danger{color:#8c4a43}.item-actions-menu .item-actions-dropdown button:not(.danger):hover{background:var(--accent-light)!important}.item-actions-dropdown .danger:hover{background:#8c4a431a}.move-submenu{position:relative}.move-submenu>summary{cursor:pointer;list-style:none}.move-submenu>summary::-webkit-details-marker{display:none}.move-submenu-trigger{justify-content:flex-start;width:100%;color:var(--text)!important}.move-submenu-list{border:1px solid var(--line);border-radius:var(--radius-lg);z-index:30;background:#fff;flex-direction:column;gap:.1rem;min-width:140px;padding:.3rem;display:flex;position:absolute;top:0;left:calc(100% + .3rem);box-shadow:0 8px 24px #0000001a}.move-submenu-list button{border-radius:.5rem;width:100%;min-height:auto;font-size:.86rem;color:var(--text)!important;box-shadow:none!important;background:0 0!important;justify-content:flex-start!important;padding:.45rem .7rem!important}.move-submenu-list button:hover{transform:none;background:var(--accent-light)!important}.button-logout{color:var(--muted);border-radius:var(--radius-lg);min-height:auto;box-shadow:none;letter-spacing:.02em;text-transform:uppercase;background:0 0;border:none;padding:.4rem .6rem;font-size:.88rem;font-weight:500}.button-logout:hover{color:var(--text);background:#0000000d;transform:none}.how-it-works{margin-top:3.5rem;padding:2rem 0}.how-it-works h2{text-align:center;color:var(--text);margin:0 0 2rem;font-family:Playfair Display,Georgia,serif;font-size:2rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem;display:grid}.step{padding:0;position:relative}.step-number{background:var(--text);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:inline-flex}.step h3{color:var(--text);margin:0 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:1.3rem}.step p{color:var(--muted);margin:0;line-height:1.6}.benefits{margin-top:3.5rem;padding:2rem 0}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.benefit-card{padding:1.8rem}.benefit-icon{margin-bottom:.8rem;font-size:2.5rem}.benefit-card h3{color:var(--text);margin:0 0 .6rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem}.benefit-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.preview-section{margin-top:3.5rem;padding:2rem 0}.preview-section h2{text-align:center;color:var(--text);margin:0 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:2rem}.preview-intro{text-align:center;color:var(--muted);margin:0 0 2rem;font-size:1.05rem}.preview-mockup{background:#fff9;border:1px solid #382b221a;border-radius:1.2rem;overflow:hidden;box-shadow:0 20px 60px #382b2214}.mockup-header{color:var(--text);background:linear-gradient(135deg,#2e8b6f14 0%,#d6f0e84d 100%);border-bottom:1px solid #382b2214;padding:1rem 1.5rem;font-size:.95rem;font-weight:600}.mockup-items{flex-direction:column;gap:0;padding:0;display:flex}.mockup-item{border-bottom:1px solid #382b220f;grid-template-columns:120px 1fr;align-items:center;gap:1rem;padding:1rem 1.5rem;display:grid}.mockup-item:last-child{border-bottom:none}.mockup-image{background:linear-gradient(135deg,#f0e6d8 0%,#e8d5c4 100%);border-radius:.7rem;width:120px;height:100px}.mockup-details{flex-direction:column;gap:.35rem;display:flex}.mockup-title{color:var(--text);font-size:1rem;font-weight:600}.mockup-price{color:#2e8b6f;font-size:.95rem;font-weight:700}.mockup-status{color:var(--muted);font-size:.85rem}.lp-root{background:var(--bg);min-height:100vh;font-family:var(--body-font);color:var(--text);position:relative;overflow-x:hidden}.lp-root:before{content:"";opacity:.038;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.lp-nav{border-bottom:1px solid var(--line);background:var(--bg);z-index:50;position:sticky;top:0}.lp-nav-inner{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:1.1rem 2rem;display:flex}.lp-nav-actions{align-items:center;gap:.75rem;display:flex}@media (width<=600px){.lp-nav-page-link,.lp-nav-story{display:none}.lp-nav-inner{padding:1.1rem .5rem 1.1rem 1.5rem}.lp-section-inner{padding:0 1.25rem}}.lp-btn-primary{background:var(--accent);color:#fff;font-size:.92rem;font-weight:600;font-family:var(--body-font);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1.4rem;text-decoration:none;transition:background .16s,transform .1s;display:inline-flex}.lp-btn-primary:hover{background:var(--accent-deep)}.lp-btn-primary.lp-btn-lg{padding:.85rem 2rem;font-size:1rem}.lp-btn-ghost{color:var(--text);font-size:.92rem;font-weight:500;font-family:var(--body-font);cursor:pointer;opacity:.75;background:0 0;border:none;padding:.65rem .5rem;text-decoration:none;transition:opacity .14s}a.brand-logo-wordmark{opacity:1;padding:0}.lp-btn-ghost:hover{opacity:1}.lp-section-inner{max-width:1120px;margin:0 auto;padding:0 2rem}.lp-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep);margin:0 0 1rem;font-size:.72rem;font-weight:700}.lp-eyebrow--center{text-align:center}.lp-eyebrow:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 7'%3E%3Cpath d='M 1 5 C 6 1, 13 7, 20 4 S 30 1, 35 4' stroke='%23F5C842' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;width:36px;height:7px;margin-top:5px;display:block}.lp-eyebrow--center:after{margin-left:auto;margin-right:auto}.lp-h1{letter-spacing:-.03em;color:var(--text);margin:0 0 1.2rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.6rem,5.5vw,4.4rem);font-weight:400;line-height:1.02}.lp-h1-em{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='12' viewBox='0 0 400 12'%3E%3Cpath d='M2 9 C 30 4, 70 12, 110 7 S 180 3, 220 8 S 290 12, 330 6 S 370 3, 398 7' stroke='%23F5C842' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:100% 12px;padding-bottom:.22em;font-style:italic;display:inline-block}.lp-h2{letter-spacing:-.025em;color:var(--text);margin:0 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:400;line-height:1.12}.lp-h2-em{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='10' viewBox='0 0 400 10'%3E%3Cpath d='M2 7 C 30 3, 70 10, 110 6 S 180 2, 220 6 S 290 10, 330 5 S 370 2, 398 6' stroke='%23F5C842' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:100% 10px;padding-bottom:.18em;font-style:italic;display:inline-block}.lp-h2--center{text-align:center}.lp-brand-hero{text-align:center;padding:3.5rem 2rem .5rem}.lp-brand-hero-name{font-family:var(--display-font);color:var(--accent);letter-spacing:-.01em;margin:0;font-size:clamp(4rem,12vw,8rem);font-weight:700;line-height:1}.lp-brand-hero-tagline{color:var(--muted);margin:.6rem 0 0;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:400}.lp-hero{max-width:1120px;margin:0 auto;padding:2rem 2rem 4rem;position:relative}.lp-hero:before{content:"";background:radial-gradient(ellipse at 50% 45%, var(--accent-light) 0%, transparent 72%);z-index:0;pointer-events:none;opacity:.65;border-radius:42% 58% 65% 35%/38% 52% 48% 62%;width:52%;height:115%;position:absolute;top:-8%;right:-2%}.lp-hero>*{z-index:1;position:relative}.lp-hero-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}.lp-hero-text{max-width:520px}.lp-hero-copy{color:var(--muted);max-width:46ch;margin:0 0 2rem;font-size:1.08rem;line-height:1.75}.lp-hero-copy em{color:var(--text);font-style:italic;font-weight:500}.lp-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.lp-hero-note{color:var(--muted);margin:.85rem 0 0;font-size:.8rem}.lp-mockup-wrap{filter:drop-shadow(0 24px 64px #382b2224);position:relative}.lp-float-badge{font-size:.78rem;font-weight:600;font-family:var(--body-font);z-index:10;white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem .95rem;animation:3.5s ease-in-out infinite lp-float;display:flex;position:absolute;box-shadow:0 4px 20px #0000001a}.lp-float-badge--saved{background:var(--accent-light);color:var(--accent-deep);animation-delay:0s;top:-1rem;right:-1.5rem}.lp-float-badge--cooldown{background:var(--gold-light);color:#7a5800;animation-delay:1.75s;bottom:2.5rem;left:-2rem}.lp-float-spark{z-index:10;color:var(--gold);-webkit-user-select:none;user-select:none;font-size:1.1rem;animation:10s linear infinite lp-spin;position:absolute}.lp-float-spark--1{top:12%;right:-.75rem}.lp-float-spark--2{color:var(--coral);font-size:.7rem;animation-direction:reverse;top:55%;left:-1rem}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes lp-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lp-browser{border:1px solid var(--line);background:var(--bg);border-radius:1rem;width:100%;overflow:hidden}.lp-browser-chrome{border-bottom:1px solid var(--line);background:#fdfaf5;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.lp-browser-dots{flex-shrink:0;gap:5px;display:flex}.lp-browser-dots span{background:var(--line);border-radius:50%;width:10px;height:10px;display:block}.lp-browser-dots span:first-child{background:#ff5f56}.lp-browser-dots span:nth-child(2){background:#ffbd2e}.lp-browser-dots span:nth-child(3){background:#27c93f}.lp-browser-url{color:var(--muted);border:1px solid var(--line);white-space:nowrap;text-overflow:ellipsis;background:#fff;border-radius:999px;flex:1;padding:.3rem .75rem;font-size:.72rem;overflow:hidden}.lp-browser-body{height:340px;display:flex;overflow:hidden}.lp-app-sidebar{border-right:1px solid var(--line);background:var(--bg-soft);flex-direction:column;flex-shrink:0;gap:1.25rem;width:120px;padding:1rem .75rem;display:flex}.lp-sidebar-brand{letter-spacing:-.02em;color:var(--text);padding:0 .25rem;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:500}.lp-sidebar-nav{flex-direction:column;gap:.15rem;display:flex}.lp-nav-link{color:var(--muted);border-radius:.5rem;padding:.4rem .5rem;font-size:.72rem;font-weight:500}.lp-nav-link--active{background:var(--accent-light);color:var(--accent-deep);font-weight:600}.lp-app-main{flex-direction:column;flex:1;gap:.75rem;padding:1rem 1rem .5rem;display:flex;overflow:hidden}.lp-app-topbar{justify-content:space-between;align-items:flex-start;display:flex}.lp-app-title{color:var(--text);font-size:.9rem;font-weight:700}.lp-app-subtitle{color:var(--muted);margin-top:.1rem;font-size:.65rem}.lp-app-add-btn{background:var(--accent);color:#fff;border-radius:999px;flex-shrink:0;padding:.3rem .65rem;font-size:.65rem;font-weight:600}.lp-items-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid;overflow:hidden}.lp-item-card{border:1px solid var(--line);background:#fdfaf5;border-radius:.75rem;font-size:.68rem;overflow:hidden}.lp-item-img{aspect-ratio:4/3;width:100%}.lp-item-img--a{background:linear-gradient(135deg,#e8ddd8 0%,#d4c5bc 100%)}.lp-item-img--b{background:linear-gradient(135deg,#d8e4e0 0%,#bccec8 100%)}.lp-item-img--c{background:linear-gradient(135deg,#e4e0d8 0%,#cec9bc 100%)}.lp-item-img--d{background:linear-gradient(135deg,#dde0e8 0%,#bcc0ce 100%)}.lp-item-content{padding:.5rem .55rem .55rem}.lp-item-store{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-deep);margin:0 0 .1rem;font-size:.6rem;font-weight:700}.lp-item-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.68rem;font-weight:600;line-height:1.3;overflow:hidden}.lp-item-price{color:var(--muted);margin:0 0 .35rem;font-size:.64rem}.lp-chip{border-radius:999px;padding:.18rem .45rem;font-size:.58rem;font-weight:600;display:inline-block}.lp-chip--locked{color:#8b6010;background:#fff0d4}.lp-chip--ready{background:var(--accent-light);color:var(--accent-deep)}.lp-problem{background:#1e1610;margin-top:5rem;padding:5rem 0}.lp-problem .lp-eyebrow{color:var(--accent-light)}.lp-problem .lp-eyebrow:after,.lp-hero .lp-eyebrow:after{display:none}.lp-problem .lp-h2{color:#fff;margin-bottom:3rem}.lp-problem-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.lp-problem-card{border-radius:var(--radius-xl);background:#ffffff0f;border:1px solid #ffffff17;padding:2rem 1.75rem}.lp-problem-num{color:var(--gold);margin-bottom:.6rem;font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:400;line-height:1}.lp-problem-card p{color:#ffffff8c;margin:0;font-size:.9rem;line-height:1.6}.lp-problem-tagline{color:#fff9;text-align:center;margin-top:2rem;font-size:1rem;font-style:italic}.lp-different{background:var(--bg);padding:5rem 0}.lp-different-intro{color:var(--muted);max-width:52ch;margin:1rem 0 2.5rem;font-size:1.05rem;line-height:1.7}.lp-different-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.lp-different-row{background:var(--sidebar-bg);border-radius:1.2rem;flex-direction:column;gap:.85rem;padding:1.75rem;display:flex;overflow:hidden}.lp-different-illo{border-radius:.85rem;justify-content:center;align-items:center;width:80px;height:64px;margin-bottom:.25rem;display:flex}.lp-different-illo--coral{color:#c0613a;background:#faeae4}.lp-different-illo--lavender{color:#6b5ea8;background:#eae8f5}.lp-different-illo--green{background:var(--accent-light);color:var(--accent)}.lp-different-illo--gold{color:#8a6a20;background:#f5eed8}.lp-different-row h3{color:var(--text);margin:0;font-size:1rem;font-weight:600}.lp-different-row p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.65}@media (width<=600px){.lp-different{padding:3.5rem 0}.lp-different-intro{font-size:.95rem}.lp-different-grid{grid-template-columns:1fr}.lp-different-row{padding:1.25rem}}.lp-how{background:#fdfaf5;padding:6rem 0}.lp-steps{flex-direction:column;gap:0;max-width:680px;margin-top:3rem;margin-left:auto;margin-right:auto;display:flex}.lp-step{border-top:1px solid var(--line);grid-template-columns:52px 1fr;gap:1.25rem;padding:2rem 0;display:grid}.lp-step:last-child{border-bottom:1px solid var(--line)}.lp-step-icon{background:var(--accent-light);width:52px;height:52px;color:var(--accent-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lp-step-body h3{color:var(--text);margin:.2rem 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:500}.lp-step-body p{color:var(--muted);margin:0;font-size:.97rem;line-height:1.65}.lp-features{background:var(--bg);padding:5rem 0 6rem}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem 3rem;margin-top:1rem;display:grid}.lp-feature{border-radius:var(--radius-xl);background:#fdfaf5;border:none;flex-direction:column;gap:.6rem;padding:1.75rem 1.5rem;transition:transform .22s cubic-bezier(.25,.46,.45,.94),box-shadow .22s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 1px 4px #0000000a}.lp-feature:hover{transform:translateY(-5px);box-shadow:0 10px 32px #00000017}.lp-feature-icon{background:var(--accent-light);width:48px;height:48px;color:var(--accent-deep);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.4rem;display:flex}.lp-feature-icon--gold{background:var(--gold-light);color:#7a5800}.lp-feature-icon--coral{background:var(--coral-light);color:#a0400f}.lp-feature-icon--lavender{background:var(--lavender-light);color:var(--lavender)}.lp-feature h3{color:var(--text);margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:500}.lp-feature p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.6}.ext-nudge{z-index:1000;animation:.3s cubic-bezier(.34,1.56,.64,1) both ext-nudge-in;position:fixed;bottom:1.5rem;right:1.5rem}@keyframes ext-nudge-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ext-nudge-link{background:#18181b;border-radius:20px;padding:.8rem 1.15rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;box-shadow:0 8px 28px #00000047,0 2px 8px #0000002e}.ext-nudge-link:hover{transform:translateY(-1px);box-shadow:0 12px 36px #00000052,0 4px 12px #0003}.ext-nudge-title{color:#fff;letter-spacing:.01em;margin:0;font-size:.86rem;font-weight:600}.ext-nudge-sub{color:#ffffff80;margin:.18rem 0 0;font-size:.75rem}@media (width<=480px){.ext-nudge{bottom:1rem;right:1rem}}.lp-ext{background:var(--bg);padding:6rem 0}.lp-ext-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lp-ext-text{flex-direction:column;gap:1.1rem;display:flex}.lp-ext-copy{color:var(--muted);max-width:46ch;margin:0;font-size:1.02rem;line-height:1.7}.lp-ext-list{flex-direction:column;gap:.6rem;margin:.25rem 0;padding:0;list-style:none;display:flex}.lp-ext-list li{color:var(--text);align-items:center;gap:.55rem;font-size:.97rem;display:flex}.lp-ext-list svg{color:var(--accent-deep);flex-shrink:0}.lp-ext-cta{align-self:flex-start;align-items:center;gap:.5rem;margin-top:.25rem;text-decoration:none;display:inline-flex}.lp-ext-mockup{justify-content:center;align-items:center;display:flex}.lp-ext-popup{border:1px solid var(--line);background:#fdfaf5;border-radius:14px;width:280px;font-size:.88rem;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 4px 16px #00000012}.lp-ext-popup-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.9rem 1rem .75rem;display:flex}.lp-ext-popup-logo{color:var(--text);font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600}.lp-ext-popup-badge{color:var(--muted);background:var(--surface);border:1px solid var(--line);letter-spacing:.02em;border-radius:100px;padding:.15rem .5rem;font-size:.68rem}.lp-ext-popup-product{border-bottom:1px solid var(--line);align-items:flex-start;gap:.75rem;padding:.9rem 1rem;display:flex}.lp-ext-popup-img{background:linear-gradient(135deg,#e8e4f0 0%,#d4cfe8 100%);border-radius:8px;flex-shrink:0;width:56px;height:56px}.lp-ext-popup-meta{flex:1;min-width:0}.lp-ext-popup-store{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .15rem;font-size:.72rem}.lp-ext-popup-title{color:var(--text);margin:0 0 .25rem;font-size:.87rem;font-weight:500;line-height:1.3}.lp-ext-popup-price{color:var(--accent-deep);margin:0;font-size:.87rem;font-weight:600}.lp-ext-popup-select{border-bottom:1px solid var(--line);padding:.8rem 1rem}.lp-ext-popup-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.72rem;display:block}.lp-ext-popup-dropdown{background:var(--surface);border:1px solid var(--line);color:var(--text);cursor:default;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.88rem;display:flex}.lp-ext-popup-save{background:var(--accent);color:#fff;cursor:default;width:calc(100% - 2rem);font-size:.9rem;font-weight:600;font-family:var(--body-font);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;margin:.8rem 1rem;padding:.65rem;display:flex}@media (width<=768px){.lp-ext{padding:2.5rem 0}.lp-ext-inner{grid-template-columns:1fr;gap:2.5rem}.lp-ext-mockup{order:-1}.lp-ext-copy{max-width:none}.lp-ext-cta{justify-content:center;align-self:stretch}}.lp-cta{background:linear-gradient(135deg, var(--accent-light) 0%, var(--gold-light) 100%);padding:6rem 0;position:relative;overflow:hidden}.lp-cta:before{content:"";pointer-events:none;background:#ffffff59;border-radius:50%;width:40%;height:160%;position:absolute;top:-30%;left:30%}.lp-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.lp-cta-copy{color:var(--muted);max-width:46ch;margin:0 0 .5rem;font-size:1.05rem;line-height:1.7}.lp-footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:.6rem;padding:2rem;font-size:.8rem;display:flex}.lp-footer-links{gap:1.5rem;display:flex}.lp-footer-link{color:var(--muted);cursor:pointer;font-size:.8rem;font-family:var(--body-font);text-underline-offset:3px;background:0 0;border:none;padding:0;text-decoration:underline}.lp-footer-link:hover{color:var(--text)}.hiw-hero{text-align:center;padding:5rem 0 3.5rem}.hiw-hero-inner{flex-direction:column;align-items:center;display:flex}.hiw-h1{text-align:center;margin-bottom:1rem}.hiw-hero-sub{color:var(--muted);text-align:center;max-width:52ch;margin:0;font-size:1.08rem;line-height:1.7}.hiw-steps-section{padding:2rem 0 6rem}.hiw-step{border-top:1px solid var(--line);grid-template-columns:1fr minmax(0,300px);align-items:center;gap:2.5rem 5rem;padding:4rem 0;display:grid}.hiw-step:last-child{border-bottom:1px solid var(--line)}.hiw-step-num{width:3rem;height:2.6rem;color:var(--accent-deep);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 52'%3E%3Cpath d='M 30 4 C 47 2, 58 13, 57 26 S 48 50, 30 49 S 3 40, 4 26 S 12 6, 30 4' stroke='%23F5C842' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;margin:0 0 .9rem;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:400;line-height:1;display:inline-flex}.hiw-step-title{letter-spacing:-.02em;color:var(--text);margin:0 0 .9rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:400;line-height:1.15}.hiw-step-desc{color:var(--muted);margin:0 0 1.25rem;font-size:1.02rem;line-height:1.75}.hiw-step-details{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.hiw-step-details li{color:var(--muted);padding-left:1.25rem;font-size:.93rem;line-height:1.55;position:relative}.hiw-step-details li:before{content:"→";color:var(--accent-deep);opacity:.6;font-size:.8rem;position:absolute;top:.1em;left:0}.hiw-step-details strong{color:var(--text);font-weight:600}.hiw-step-illustration{transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.hiw-step-illustration:hover{transform:translateY(-5px)}.hiw-step-illustration svg{filter:drop-shadow(0 6px 24px #382b221a);width:100%;height:auto;transition:filter .25s cubic-bezier(.25,.46,.45,.94);display:block}.hiw-step-illustration:hover svg{filter:drop-shadow(0 14px 32px #382b2226)}@media (width<=760px){.hiw-step{grid-template-columns:1fr;gap:2rem}.hiw-hero{padding:3rem 0 2rem}}.hiw-ext{background:var(--sidebar-bg)}.hiw-different{background:var(--bg);padding:5rem 0}.hiw-different-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.hiw-different-body{color:var(--muted);margin-top:1rem;font-size:.95rem;line-height:1.75}.hiw-different-list{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.hiw-different-item{border-radius:1rem;padding:1.5rem}.hiw-different-item--no{background:#fdf0ee}.hiw-different-item--yes{background:var(--accent-light)}.hiw-different-label{letter-spacing:.08em;text-transform:uppercase;border-radius:.35rem;margin-bottom:.85rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.hiw-different-label--no{color:#8b2e22;background:#f5c2bb}.hiw-different-label--yes{background:var(--accent);color:#fff}.hiw-different-item ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.hiw-different-item--no ul li:before{content:"✕  ";color:#c0442e;font-size:.75rem;font-weight:600}.hiw-different-item--yes ul li:before{content:"✓  ";color:var(--accent);font-size:.75rem;font-weight:600}.hiw-different-item li{color:var(--text);font-size:.88rem;line-height:1.5}@media (width<=760px){.hiw-different-inner{grid-template-columns:1fr;gap:2rem}.hiw-different{padding:3.5rem 0}}.hiw-ext-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.5rem;display:flex}.hiw-ext-ios{color:var(--muted);align-items:center;gap:.4rem;margin:0;font-size:.85rem;font-style:italic;display:flex}.hiw-ext-learn-more{color:var(--accent-deep);font-size:.85rem;font-weight:500;text-decoration:none}.hiw-ext-learn-more:hover{text-decoration:underline}.chrome-hero{padding:5rem 0 4rem}.chrome-hero--split .chrome-hero-split-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.chrome-hero-text{flex-direction:column;align-items:flex-start;gap:1.1rem;display:flex}.chrome-hero-badge{background:var(--accent-light);color:var(--accent-deep);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .8rem;font-size:.7rem;font-weight:700;display:inline-flex}.chrome-hero-h1{font-family:var(--display-font);letter-spacing:-.03em;color:var(--text);margin:0;font-size:clamp(2.6rem,5.5vw,4.4rem);font-weight:400;line-height:1.02}.chrome-hero-sub{color:var(--muted);margin:0;font-size:1rem;line-height:1.65}.chrome-hero-cta{margin-top:.25rem}.chrome-hero-note{color:var(--muted);margin:0;font-size:.75rem}.chrome-hero-mockup{justify-content:center;align-items:flex-start;display:flex}.chrome-popup-wrap{background:var(--sidebar-bg);border-radius:14px;width:240px;overflow:hidden;box-shadow:0 8px 40px #0000001f}.chrome-toolbar{background:var(--accent-deep);align-items:center;gap:.5rem;padding:.55rem .75rem;display:flex}.chrome-toolbar-dots{gap:4px;display:flex}.chrome-toolbar-dots span{background:#ffffff40;border-radius:50%;width:7px;height:7px;display:block}.chrome-toolbar-bar{color:#ffffff8c;white-space:nowrap;text-overflow:ellipsis;background:#ffffff1f;border-radius:6px;flex:1;padding:.2rem .5rem;font-size:.6rem;overflow:hidden}.chrome-toolbar-ext{align-items:center;gap:4px;display:flex}.chrome-toolbar-fave-icon{background:var(--accent);border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.chrome-popup{background:var(--bg);flex-direction:column;gap:.65rem;padding:1rem;display:flex}.chrome-popup-brand{justify-content:center;margin-bottom:.1rem;display:flex}.chrome-popup-product{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:flex-start;gap:.65rem;padding:.6rem;display:flex}.chrome-popup-img-box{background:var(--sidebar-bg);border-radius:5px;flex-shrink:0;width:52px;height:52px}.chrome-popup-meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.chrome-popup-store{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.58rem;font-weight:700}.chrome-popup-title{color:var(--text);font-size:.72rem;font-weight:500;line-height:1.3}.chrome-popup-price{color:var(--text);font-size:.72rem;font-weight:600}.chrome-popup-field{flex-direction:column;gap:.2rem;display:flex}.chrome-popup-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.58rem;font-weight:600}.chrome-popup-select{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:5px;padding:.35rem .5rem;font-size:.7rem}.chrome-popup-save{background:var(--accent-deep);color:#fff;text-align:center;border-radius:6px;margin-top:.1rem;padding:.5rem;font-size:.75rem;font-weight:600}.chrome-section{padding:5rem 0}.chrome-section--alt{background:#fdfaf5}.chrome-h2{font-family:var(--display-font);letter-spacing:-.025em;color:var(--text);margin:.5rem 0 2.5rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:400;line-height:1.12}.chrome-install-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.chrome-install-illus svg{border-radius:14px;width:100%;height:auto;box-shadow:0 4px 24px #00000014}.chrome-feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.chrome-feature-row--flip{direction:rtl}.chrome-feature-row--flip>*{direction:ltr}.chrome-feature-row-illus svg{border-radius:14px;width:100%;height:auto;box-shadow:0 4px 24px #00000014}.chrome-feature-row-text{flex-direction:column;gap:.85rem;display:flex}.chrome-h2--sm{margin-bottom:0;font-size:clamp(1.5rem,2.8vw,2rem)}.chrome-feature-row-desc{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.chrome-feature-row-list{flex-direction:column;gap:.5rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.chrome-feature-row-list li{color:var(--text);padding-left:1.25rem;font-size:.88rem;position:relative}.chrome-feature-row-list li:before{content:"→";color:var(--accent);font-size:.8rem;position:absolute;left:0}.chrome-steps{flex-direction:column;gap:0;max-width:620px;display:flex}.chrome-step{border-top:1px solid var(--line);grid-template-columns:44px 1fr;gap:1.25rem;padding:1.75rem 0;display:grid}.chrome-step:last-child{border-bottom:1px solid var(--line)}.chrome-step-num{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-size:.85rem;font-weight:700;display:flex}.chrome-step-body h3{font-family:var(--display-font);color:var(--text);margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.chrome-step-body p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}.chrome-features{grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem;margin-top:.5rem;display:grid}.chrome-feature-icon{background:var(--accent-light);width:44px;height:44px;color:var(--accent-deep);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}.chrome-feature h3{font-family:var(--display-font);color:var(--text);margin:0 0 .4rem;font-size:1rem;font-weight:700}.chrome-feature p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.chrome-faq-inner{max-width:720px}.chrome-faqs{grid-template-columns:1fr 1fr;gap:2rem 3rem;display:grid}.chrome-faq h3{font-family:var(--display-font);color:var(--text);margin:0 0 .4rem;font-size:1rem;font-weight:700}.chrome-faq p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.chrome-cta-section{text-align:center;padding:6rem 0}.chrome-cta-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.chrome-cta-h2{font-family:var(--display-font);letter-spacing:-.025em;color:var(--text);margin:0;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:400}.chrome-cta-sub{color:var(--muted);margin:0;font-size:1rem}@media (width<=700px){.chrome-hero{padding:3.5rem 0 3rem}.chrome-hero--split .chrome-hero-split-inner{grid-template-columns:1fr;gap:2.5rem}.chrome-hero-text{text-align:center;align-items:center}.chrome-hero-mockup{display:none}.chrome-install-inner{grid-template-columns:1fr;gap:2rem}.chrome-install-illus{display:none}.chrome-feature-row{grid-template-columns:1fr;gap:2rem}.chrome-feature-row--flip{direction:ltr}.chrome-feature-row-illus{order:-1}.chrome-features{grid-template-columns:1fr;gap:1.75rem}.chrome-faqs{grid-template-columns:1fr;gap:1.5rem}.chrome-steps{max-width:100%}}.about-section{justify-content:center;align-items:center;min-height:calc(100svh - 200px);padding:5rem 2rem;display:flex}.about-inner{width:100%;max-width:600px}.about-h1{font-family:var(--display-font);color:var(--text);margin:.5rem 0 2rem;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.15}.about-body{color:#3a3330;flex-direction:column;gap:1.25rem;font-size:1.05rem;line-height:1.75;display:flex}.about-body em{color:var(--text);font-style:italic}.about-sign{font-family:var(--display-font);color:var(--accent-deep);margin-top:.5rem;font-size:1.15rem;font-style:italic}.privacy-inner{max-width:680px}.privacy-updated{color:var(--muted);margin:-1rem 0 1.5rem;font-size:.85rem}.privacy-body{color:#3a3330;flex-direction:column;gap:1rem;font-size:1rem;line-height:1.8;display:flex}.privacy-body h2{font-family:var(--display-font);color:var(--text);margin-top:.75rem;font-size:1.15rem;font-weight:400}.privacy-body a{color:var(--accent);text-underline-offset:2px}.privacy-body a:hover{color:var(--accent-deep)}@media (width<=900px){.lp-hero-inner{grid-template-columns:1fr;gap:3rem}.lp-hero-text{max-width:100%}.lp-problem-grid{grid-template-columns:1fr;gap:2rem}.lp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.lp-hero{padding:3rem 1.25rem}.lp-nav-inner{padding:1rem 1.25rem}.lp-section-inner{padding:0 1.25rem}.lp-problem,.lp-how{padding:4rem 0}.lp-features{padding:4rem 0 5rem}.lp-cta{padding:4rem 0}.lp-features-grid{grid-template-columns:1fr}.lp-browser-body{height:280px}.lp-app-sidebar{width:80px}.lp-sidebar-brand{display:none}}@media (width<=980px){.feature-grid,.app-layout,.add-item-form{grid-template-columns:1fr}}.app-nav-lists{flex:1;min-width:0}.lists-dropdown-container{min-width:150px;display:inline-block;position:relative}.lists-dropdown-toggle{text-align:left;border:1px solid var(--line);width:100%;color:var(--text);border-radius:var(--radius-lg);background:0 0;min-height:2.4rem;padding:.5rem .85rem;font-size:.95rem;font-weight:500;transition:background .12s}.lists-dropdown-toggle:hover{background:#0000000a;transform:none}.lists-dropdown-menu{background:var(--surface);z-index:10;border:1px solid #382b221a;border-radius:1rem;position:absolute;top:calc(100% + .5rem);left:0;right:0;box-shadow:0 12px 30px #382b221f}.lists-dropdown-content{border-bottom:1px solid #382b2214;max-height:250px;overflow-y:auto}.list-item{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;min-height:auto;padding:.75rem 1rem;font-weight:500;transition:background .12s;display:flex}.list-item:hover{background:#0000000a}.list-item.active{color:var(--text);background:#0000000f;font-weight:600}.list-item small{color:var(--muted);font-size:.85rem}.add-list-form-nav{border-top:1px solid #382b2214;gap:.5rem;padding:.75rem;display:flex}.add-list-form-nav input{border-radius:.75rem;flex:1;min-height:2.3rem;padding:.5rem .75rem;font-size:.9rem}.add-list-form-nav button{flex-shrink:0;min-height:2.3rem;padding:.5rem .9rem;font-size:.88rem}.modal-overlay{z-index:100;background:#382b2259;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg);border:1px solid #382b221a;border-radius:1.2rem;width:90%;max-width:420px;max-height:85vh;padding:1.5rem;overflow-y:auto;box-shadow:0 20px 60px #382b2233}.modal-content h2{margin:0 0 1.2rem;font-family:Playfair Display,Georgia,serif}.name-prompt-modal{text-align:center;padding:2rem 1.75rem}.name-prompt-logo{justify-content:center;margin-bottom:1rem;display:flex}.name-prompt-title{font-size:1.4rem;margin:0 0 1.25rem!important}.name-prompt-sub{color:var(--muted);margin:0 0 1.25rem;font-size:.88rem}.name-prompt-input{border:1.5px solid var(--border);background:var(--surface);width:100%;color:var(--text);font-size:1rem;font-family:var(--body-font);text-align:center;border-radius:.6rem;outline:none;margin-bottom:1rem;padding:.7rem 1rem}.name-prompt-input:focus,.name-prompt-input:focus-visible{border-color:var(--accent);outline:none}.name-prompt-actions{flex-direction:column;align-items:center;gap:.5rem;display:flex}.name-prompt-save{width:100%;padding:.7rem;font-size:.95rem}.name-prompt-skip{color:var(--muted);font-size:.82rem}.modal-actions{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.edit-form{flex-direction:column;gap:1rem;display:flex}.edit-form label,.field-label{gap:.6rem!important}.edit-form label{flex-direction:column;gap:.4rem;display:flex}.edit-form label span{color:var(--text);font-size:.95rem;font-weight:600}.edit-form input{border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:.95rem;font-family:var(--body-font);border-radius:.6rem;margin-top:.35rem;padding:.75rem 1rem}.edit-form input:focus,.edit-form input:focus-visible{border-color:var(--border);outline:none;box-shadow:0 0 0 3px #0000000f}.edit-select{width:100%;color:var(--text);font:inherit;appearance:none;cursor:pointer;background:#fdfaf5;border:1px solid #382b2224;border-radius:.9rem;padding:.7rem .85rem;font-size:.95rem}.edit-select:focus{outline:2px solid var(--accent);outline-offset:2px}.edit-image-section{flex-direction:column;gap:.6rem;display:flex}.edit-label{color:var(--text);font-size:.85rem;font-weight:600}.image-upload-zone{border:2px dashed var(--border);cursor:pointer;background:var(--bg);border-radius:.9rem;justify-content:center;align-items:center;padding:1.2rem;transition:border-color .15s,background .15s;display:flex}.image-upload-zone:hover,.image-upload-zone:focus-within{border-color:var(--accent);background:var(--accent-light)}.image-upload-zone.uploading{opacity:.6;pointer-events:none}.upload-hint{color:var(--muted);align-items:center;gap:.45rem;font-size:.85rem;font-weight:500;display:flex}.upload-error{color:#8c4a43;margin:0;font-size:.8rem}.edit-url-label{color:var(--muted);flex-direction:column;gap:.3rem;font-size:.82rem;display:flex}.edit-url-label input{width:100%;font-size:.85rem}.image-preview{background:#edf2ea;border-radius:1rem;width:100%;height:200px;position:relative;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.image-preview-remove{position:absolute;top:.5rem;right:.5rem;border:1px solid var(--border)!important;background:#ffffffe6!important;border-radius:999px!important;padding:.2rem .6rem!important;font-size:.75rem!important}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.modal-actions button{flex:1;min-height:2.6rem}.modal-actions .button-secondary{flex:.8}.app-shell{min-height:100vh;display:flex}.app-sidebar{background:var(--sidebar-bg);z-index:10;border-right:none;flex-direction:column;width:220px;padding:2rem 1.4rem;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{margin-bottom:1.8rem}.sidebar-brand-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:0;display:flex}.brand-logo-icon--xl{object-fit:cover;border-radius:14px;width:64px;height:64px;margin-left:-10px}.sidebar-wordmark{font-family:var(--display-font);color:var(--text);letter-spacing:-.01em;font-size:1.2rem;font-weight:600}.sidebar-tagline{color:var(--muted);opacity:.7;margin:0 0 .85rem;padding-left:.1rem;font-size:.72rem}.sidebar-day-greeting{color:var(--text);margin:0;padding-left:.1rem;font-size:.88rem;font-weight:500}.sidebar-brand .brand-logo-wordmark{margin:0}.sidebar-progress{border-radius:var(--radius-lg);background:#2e4b3f0f;flex-direction:column;gap:.5rem;margin:1.5rem 0 1.2rem;padding:1rem;display:flex}.sidebar-progress-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 .2rem;font-size:.7rem;font-weight:600}.sidebar-progress-stat{color:var(--text);align-items:center;gap:.5rem;font-size:.78rem;display:flex}.sidebar-progress-emoji{flex-shrink:0;font-size:.85rem}.sidebar-nav{flex-direction:column;flex:1;gap:.2rem;display:flex}.sidenav-icon{opacity:.7;flex-shrink:0}.sidenav-link{text-align:left;width:100%;color:var(--muted);cursor:pointer;min-height:auto;box-shadow:none;letter-spacing:0;background:0 0;border:none;border-radius:10px;justify-content:flex-start;align-items:center;gap:.6rem;padding:.65rem .9rem;font-size:.92rem;font-weight:500;transition:background .12s,color .12s;display:flex}.sidenav-link:hover{color:var(--text);background:#0000000f;transform:none}.sidenav-link.active{background:var(--accent-light);color:var(--accent-deep);font-weight:600}.sidebar-footer{flex-direction:column;gap:calc(.15rem + 10px);padding-top:calc(1rem - 10px);display:flex}.sidebar-help-row{border-radius:var(--radius-lg);color:var(--muted);align-items:center;gap:.45rem;padding:.4rem .6rem;font-size:.78rem;text-decoration:none;transition:background .12s,color .12s;display:flex}.sidebar-help-row:hover{background:var(--accent-light);color:var(--accent)}.sidebar-avatar-btn{border-radius:var(--radius-lg);cursor:pointer;text-align:left;border:none;justify-content:flex-start;align-items:center;gap:.7rem;width:100%;min-width:0;min-height:auto;padding:.5rem .6rem;transition:background .12s;display:flex;box-shadow:none!important;background:0 0!important}.sidebar-avatar-btn:hover{transform:none;background:var(--accent-light)!important}.sidebar-avatar{background:var(--accent-light);width:2.2rem;height:2.2rem;color:var(--accent-deep);border:1.5px solid #2e8b6f4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;overflow:hidden}.sidebar-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.sidebar-avatar-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.sidebar-avatar-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.sidebar-avatar-email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.profile-avatar-section{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fdfaf5;align-items:center;gap:1.25rem;padding:1.25rem;display:flex}.profile-avatar-preview{background:var(--accent-light);border:2px solid #82a4944d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative;overflow:hidden}.profile-avatar-img{object-fit:cover;width:100%;height:100%}.profile-avatar-initial{color:var(--accent-deep);font-size:1.5rem;font-weight:700}.profile-avatar-overlay{color:#fff;background:#00000073;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:flex;position:absolute;inset:0}.profile-avatar-actions{align-items:center;gap:.5rem;display:flex}.profile-avatar-upload-btn{background:var(--accent);color:#fff;font-size:.85rem;font-weight:600;font-family:var(--body-font);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.45rem 1rem;line-height:1.4;transition:background .16s;display:inline-block}.profile-avatar-upload-btn:hover{background:var(--accent-deep)}.profile-avatar-remove-btn{color:var(--muted);font-size:.82rem;font-weight:500;font-family:var(--body-font);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline;transition:color .14s}.profile-avatar-remove-btn:hover{color:#c0392b}.profile-avatar-hint{color:var(--muted);grid-column:1/-1;margin:.5rem 0 0;font-size:.75rem}.profile-name-row{align-items:center;gap:.5rem;display:flex}.profile-name-row input{flex:1}.btn-save-name{font-size:.85rem;font-weight:600;font-family:var(--body-font);white-space:nowrap;border-radius:var(--radius-lg);background:var(--accent);color:#fff;cursor:pointer;border:none;padding:.5rem 1rem;transition:background .16s}.btn-save-name:hover{background:var(--accent-deep)}.profile-danger-zone{border-top:1px solid var(--line);margin-top:3rem;padding-top:2rem}.btn-logout-profile{cursor:pointer;border-radius:999px;min-height:auto;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;transition:background .12s,border-color .12s;color:#a04040!important;box-shadow:none!important;background:0 0!important;border:1px solid #b43c3c33!important}.btn-logout-profile:hover{transform:none;background:#b43c3c0f!important}.app-main{flex:1;min-width:0;margin-left:220px;padding:1.5rem 3rem 4rem}.view-head{margin-bottom:2rem}.view-head h2{letter-spacing:-.025em;color:var(--text);margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.9rem;font-weight:600}.view-head p{margin:.3rem 0 0;font-size:.9rem}.collections-view,.wishlists-view{max-width:1400px}.collections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:1fr;align-items:start;gap:1.4rem;display:grid}.collection-card{cursor:pointer;background:0 0;border:none;border-radius:1.4rem;flex-direction:column;transition:transform .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden}.collection-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000017}.collection-card-index{background:var(--sidebar-bg);border-radius:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.collection-card-empty-art{flex-direction:column;align-items:center;gap:.75rem;display:flex}.collection-card-empty-label{letter-spacing:.12em;color:#9c9890;font-size:.68rem;font-weight:600}@media (width<=768px){.sidenav-add-btn--hidden-mobile{display:none}}.collection-card:nth-child(2n) .collection-card-index{background:#ede9df}.collection-card:nth-child(3n) .collection-card-index{background:#e8ede6}.collection-card:nth-child(4n) .collection-card-index{background:#ede5d8}.collection-card-info{color:var(--text);background:0 0;padding:.7rem 1rem .85rem;position:static}.collection-card-info h3{font-family:var(--body-font);color:var(--text);margin:0;font-size:.92rem;font-weight:700}.collection-card-info span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);opacity:1;font-size:.68rem;font-weight:600}.collection-new{border-radius:var(--radius-xl);aspect-ratio:4/3;background:0 0;border:1.5px dashed #2e8b6f4d;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.collection-new form{flex-direction:column;align-items:center;gap:.7rem;width:100%;display:flex}.collection-new input{text-align:center;background:#fff;border-radius:999px;font-size:.9rem}.collection-new button{background:var(--accent);color:#fff;border:none;border-radius:999px;min-height:auto;padding:.55rem 1.3rem;font-size:.88rem;font-weight:600}.list-tabs{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid var(--line);gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 80%,#0000 100%);mask-image:linear-gradient(90deg,#000 80%,#0000 100%)}.list-tabs::-webkit-scrollbar{display:none}.list-tab{color:var(--text);cursor:pointer;min-height:auto;box-shadow:none;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex-shrink:0;align-items:baseline;gap:.4rem;margin-bottom:-1px;padding:.5rem 1.1rem .65rem;font-size:.9rem;font-weight:500;transition:color .12s;display:inline-flex}.list-tab span{color:var(--muted);background:0 0;border-radius:0;padding:0;font-size:.75rem;font-weight:400}.list-tab:hover{color:var(--text);background:0 0;transform:none}.list-tab.active{border-bottom-color:var(--text);color:var(--text);background:0 0;font-weight:700}.list-tab.active span{color:var(--muted);background:0 0}.view-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.btn-add-item{cursor:pointer;white-space:nowrap;border-radius:.6rem;flex-shrink:0;min-height:auto;margin-top:0;padding:.55rem 1.3rem;font-size:.9rem;font-weight:400;background:var(--accent)!important;color:#fff!important;box-shadow:none!important;border:none!important;transition:background .15s,color .15s!important}.btn-add-item:hover{opacity:1;transform:none;background:var(--accent-deep)!important;color:#fff!important}.add-item-view{max-width:520px}.back-link{color:var(--muted);cursor:pointer;letter-spacing:0;text-underline-offset:3px;border:none;align-items:center;gap:.4rem;min-height:auto;padding:0;font-size:.88rem;font-weight:500;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .12s,text-decoration-color .12s;display:inline-flex;box-shadow:none!important;background:0 0!important}.back-link:hover{color:var(--text);-webkit-text-decoration-color:var(--muted);text-decoration-color:var(--muted);transform:none}.add-item-view>.back-link{margin-bottom:1.6rem}.add-item-form-page{flex-direction:column;gap:1.4rem;margin-top:.5rem;display:flex}.field-label{flex-direction:column;gap:.5rem;display:flex}.field-label span{color:var(--text);letter-spacing:.01em;font-size:.88rem;font-weight:600}.field-label em{color:var(--muted);font-style:normal;font-weight:400}.field-label input,.field-label select{background:var(--bg-soft);border:1px solid var(--line);font-size:.95rem;font-family:var(--body-font);color:var(--text);border-radius:.6rem;margin-top:.35rem;padding:.75rem 1rem}.field-label input:focus,.field-label input:focus-visible{border-color:var(--border);outline:none;box-shadow:0 0 0 3px #0000000f}.field-label select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a09590' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.field-label select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.btn-submit-add{cursor:pointer;border:none;border-radius:.5rem;align-self:flex-start;min-height:auto;margin-top:.5rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600;background:var(--accent)!important;color:#fff!important;box-shadow:none!important}.btn-submit-add:hover:not(:disabled){transform:none;background:var(--accent)!important}.btn-submit-add:disabled{opacity:.6}.add-item-actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.add-item-collection-row{align-items:center;gap:.5rem;display:flex}.add-item-collection-row select{flex:1}.add-item-new-collection-btn{width:2.2rem;height:2.2rem;min-height:unset;border:1.5px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:.6rem;flex-shrink:0;padding:0;font-size:1.2rem;line-height:1;transition:border-color .14s,color .14s}.add-item-new-collection-btn:hover{border-color:var(--accent);color:var(--accent)}.mobile-topbar{display:none}.mobile-add-btn{cursor:pointer;white-space:nowrap;border-radius:.6rem;justify-content:center;align-items:center;gap:.35rem;height:2rem;padding:.4rem .9rem;font-size:.82rem;font-weight:500;line-height:1;display:flex;color:var(--text)!important;border:1.5px solid var(--border)!important;background:0 0!important}.mobile-add-btn:hover{transform:none;background:var(--sidebar-bg)!important}.mobile-bottom-nav{display:none}@media (width<=720px){.app-shell{flex-direction:column}.app-sidebar{display:none}.mobile-topbar{background:var(--bg);justify-content:space-between;align-items:center;width:100%;padding:.75rem 1.1rem;display:flex}.ext-nudge,.sort-drag-hint{display:none}.mobile-bottom-nav{z-index:100;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom,0px);background:#fdfaf5;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-tab{cursor:pointer;color:#b0b0b0;font-size:.62rem;font-family:var(--body-font);letter-spacing:.01em;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.22rem;min-height:58px;padding:.55rem .25rem .5rem;font-weight:400;transition:color .15s;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.mobile-tab.active{color:var(--accent);font-weight:600}.mobile-tab svg{flex-shrink:0}.tab-icon--filled,.mobile-tab.active .tab-icon--outline{display:none}.mobile-tab.active .tab-icon--filled{display:block}.app-main{padding:0 1rem calc(56px + env(safe-area-inset-bottom,0px) + 1rem);width:100%;margin-left:0}.add-item-form{grid-template-columns:1fr}.items-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.collections-grid{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.dashboard-view .collections-grid .collection-card:nth-child(n+5){display:none}}.ext-banner{background:var(--accent-light);border-radius:var(--radius-lg);align-items:center;gap:1.2rem;padding:1rem 1.25rem;display:flex}.ext-banner-icon{width:48px;height:48px;color:var(--accent-deep);background:#2e4b3f1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ext-banner-text{flex:1;min-width:0}.ext-banner-title{color:var(--accent-deep);margin:0 0 .2rem;font-size:.9rem;font-weight:600}.ext-banner-sub{color:var(--accent-deep);opacity:.75;margin:0;font-size:.8rem;line-height:1.5}.ext-banner-actions{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.4rem;display:flex}.ext-banner-learn{color:var(--accent);text-underline-offset:2px;white-space:nowrap;font-size:.78rem;font-weight:500;text-decoration:underline}.ext-banner-learn:hover{color:var(--accent-deep)}.ext-banner-btn{background:var(--accent);color:#fff;white-space:nowrap;border-radius:.6rem;flex-shrink:0;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.ext-banner-btn:hover{background:var(--accent-deep)}@media (width<=720px){.ext-banner{display:none}}.dashboard-view{flex-direction:column;gap:3rem;max-width:1400px;display:flex}.dash-greeting-row{z-index:1;justify-content:space-between;align-items:center;gap:1rem;padding:0 0 1.5rem;display:flex;position:relative}.dash-greeting h1{color:var(--text);letter-spacing:-.03em;font-size:2.4rem;font-weight:700;font-family:var(--display-font);margin:0 0 .4rem}.dash-add-btn{cursor:pointer;white-space:nowrap;border-radius:.6rem;flex-shrink:0;min-height:auto;padding:.55rem 1.3rem;font-size:.9rem;font-weight:600;transition:background .15s,opacity .15s;background:var(--accent)!important;color:#fff!important;box-shadow:none!important;border:none!important}.dash-add-btn:hover{transform:none;background:var(--accent-deep)!important}.dash-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.dash-stat-card{background:var(--sidebar-bg);border-radius:var(--radius-lg);border:1px solid #0000000f;flex-direction:column;gap:.2rem;padding:1.1rem 1.2rem;transition:box-shadow .14s,transform .14s;display:flex}.dash-stat-item--link{cursor:pointer}.dash-stat-item--link:hover{transform:translateY(-1px);box-shadow:0 4px 16px #2e4b3f1a}.dash-stat-icon{color:var(--accent);flex-shrink:0;margin-bottom:.5rem}.dash-stat-value{color:var(--text);font-size:2rem;font-weight:700;line-height:1}.dash-stat-label{color:var(--text);font-size:.82rem;font-weight:600}.dash-stat-sub{color:var(--muted);font-size:.72rem}.dash-chips{flex-wrap:wrap;gap:.5rem;display:flex}.dash-chip{border:none;border-radius:.6rem;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.dash-chip--streak{color:#7a5010;background:#fef3e2}.dash-chip--saved{color:#2a6048;background:#e4f0e8}.dash-chip--pattern{color:#2a4a55;background:#e4eef0}.dash-section{flex-direction:column;gap:1rem;display:flex}.dashboard-view .collections-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:auto}.dash-coll-card{background:var(--sidebar-bg);cursor:pointer;border-radius:1.4rem;flex-direction:column;transition:opacity .15s;display:flex;overflow:hidden}.dash-coll-card:hover{opacity:.85}@media (width<=600px){.dash-coll-card--desktop-only{display:none}}.dash-coll-imgs{align-items:flex-end;gap:0;height:170px;padding:1.1rem 1.1rem 0;display:flex;position:relative}.dash-coll-img{object-fit:cover;background:#e8e2d8;border-radius:.85rem;flex-shrink:0;width:58%;height:130px}.dash-coll-img--0{z-index:1;align-self:flex-start;width:50%;height:110px;margin-right:-12px}.dash-coll-img--0:last-child{align-self:center;width:100%;height:130px;margin-right:0}.dash-coll-img--1{z-index:2;width:58%;height:130px}.dash-coll-img-empty{background:var(--line);border-radius:.85rem;width:100%;height:130px}.dash-coll-info{flex-direction:column;gap:.15rem;padding:.85rem 1.1rem 1.1rem;display:flex}.dash-coll-info h3{color:var(--text);margin:0;font-size:.95rem;font-weight:700}.dash-coll-info span{color:var(--muted);font-size:.78rem}.dash-section-head{justify-content:space-between;align-items:baseline;display:flex}.dash-section-head h2{letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:700}.dash-view-all{cursor:pointer;letter-spacing:.01em;white-space:nowrap;flex-shrink:0;font-size:.85rem;font-weight:600;color:var(--color-teal)!important;background:0 0!important;border:none!important;padding:0!important}.dash-view-all:after{content:" →"}@media (width<=600px){.dash-view-all:after{display:none}}.dash-recent-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.dash-recent-card{border:1px solid var(--border,#ede8e6);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.dash-recent-card:hover{box-shadow:0 2px 12px #00000014}.dash-recent-img{object-fit:contain;background:#f7f4f2;width:100%;height:160px;padding:.5rem}.dash-recent-info{flex-direction:column;gap:.25rem;padding:.8rem 1rem;display:flex}.dash-recent-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:500;overflow:hidden}.dash-recent-price{color:var(--muted);margin:0;font-size:.85rem}.price-drop-badge{color:#6dab7e;font-size:.78rem;font-weight:600}.dash-tagline{color:var(--muted);max-width:60ch;font-size:.92rem;line-height:1.55}@media (width>=601px){.dash-tagline{white-space:nowrap}}.dash-section-sub{color:var(--muted);margin-top:.2rem;font-size:.8rem;font-weight:400}.dash-ready-section{background:0 0;border:none;border-radius:999px;padding:0}.dash-ready-section .dash-section-head{margin-bottom:1rem}.dash-ready-empty{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.dash-ready-empty-art{flex-shrink:0;font-size:1.6rem;animation:2.5s ease-in-out infinite empty-hourglass-spin}@keyframes empty-hourglass-spin{0%,40%{transform:rotate(0)}50%,90%{transform:rotate(180deg)}to{transform:rotate(180deg)}}.dash-ready-empty-text{flex-direction:column;gap:.15rem;display:flex}.dash-ready-empty-title{color:var(--text);margin:0;font-size:.85rem;font-weight:600}.dash-ready-empty-sub{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.4}.dash-ready-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem;display:grid}.dash-ready-card{background:0 0;border-radius:0;flex-direction:column;gap:0;display:flex;overflow:visible}.dash-ready-img-wrap{cursor:pointer;aspect-ratio:3/4;background:var(--sidebar-bg);border-radius:.5rem;overflow:hidden}.dash-ready-img{object-fit:contain;width:100%;height:100%;transition:transform .25s}.dash-ready-img-placeholder{background:var(--sidebar-bg);width:100%;height:100%}.dash-ready-img-wrap:hover .dash-ready-img{transform:scale(1.03)}.dash-ready-body{flex-direction:column;flex:1;gap:.2rem;padding:.65rem 0 0;display:flex}.dash-ready-title-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.dash-ready-name{color:var(--text);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.82rem;font-weight:700;line-height:1.3;overflow:hidden}.dash-ready-name:hover{color:var(--accent-deep)}.dash-ready-price{color:var(--text);flex-shrink:0;font-size:.82rem;font-weight:600}.dash-ready-store{color:var(--muted);margin:0;font-size:.76rem}.dash-ready-actions{gap:.4rem;margin-top:.5rem;display:flex}.dash-decide-btn{border:1.5px solid var(--line);cursor:pointer;color:var(--text);font-size:.75rem;font-weight:500;font-family:var(--body-font);background:0 0;border-radius:.35rem;flex:2;padding:.5rem .6rem;transition:background .15s,border-color .15s}.dash-decide-btn:hover{background:var(--sidebar-bg);border-color:var(--border)}.dash-pass-btn{cursor:pointer;background:var(--accent-light);color:var(--accent-deep);font-size:.75rem;font-weight:500;font-family:var(--body-font);border:none;border-radius:.35rem;flex:1;padding:.5rem;transition:background .15s}.dash-pass-btn:hover{background:var(--color-sky)}.dash-empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.dash-empty-headline{font-family:var(--display-font);color:var(--text);font-size:1.4rem}.dash-empty-sub{color:var(--muted);max-width:36ch;font-size:.88rem;line-height:1.6}@media (width<=720px){.dash-recent-grid,.dash-ready-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.dash-ready-grid{grid-template-columns:1fr 1fr;width:100%;overflow:hidden}.dash-ready-card{width:100%;min-width:0;max-width:100%}.dash-ready-card:nth-child(n+5){display:none}.dash-ready-img-wrap{aspect-ratio:3/4;width:100%}}@media (width<=720px){.dashboard-view{gap:1.5rem}.dash-greeting-row{padding:0}.view-head{margin-bottom:.75rem}.saves-view{gap:0}.view-toolbar{margin-top:.2rem;margin-bottom:.2rem}}@media (width<=600px){.dash-stats{grid-template-columns:repeat(2,1fr);gap:.6rem}.dash-stat-value{font-size:1.6rem}.dash-chips{gap:.4rem}.dash-chip{padding:.45rem .85rem;font-size:.82rem}}.saves-view{flex-direction:column;gap:.5rem;display:flex}.saves-collection-chip{background:var(--accent-light);color:var(--accent);cursor:pointer;border-radius:20px;width:fit-content;margin-top:.3rem;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.saves-collection-chip:hover{filter:brightness(.95)}.dash-cooldown-card{cursor:pointer}.dash-cooldown-card:hover{box-shadow:0 2px 12px #00000014}.dash-cooldown-label{color:var(--accent);margin:0 0 .15rem;font-size:.78rem;font-weight:600}.collection-mosaic{background:var(--sidebar-bg);border-radius:0;position:absolute;inset:0;overflow:hidden}.collection-mosaic-img{object-fit:contain;background:#f0ece6;border-radius:.65rem;position:absolute}.collection-mosaic--1 .collection-mosaic-img{object-fit:cover;border-radius:0;width:100%;height:100%;inset:0}.collection-mosaic--2 .collection-mosaic-img:first-child{border-radius:0;width:68%;height:100%;top:0;left:0}.collection-mosaic--2 .collection-mosaic-img:nth-child(2){border:none;width:44%;height:62%;bottom:.6rem;right:.6rem;box-shadow:0 2px 10px #0000001f}.collection-mosaic--3 .collection-mosaic-img:first-child{border-radius:0;width:64%;height:100%;top:0;left:0}.collection-mosaic--3 .collection-mosaic-img:nth-child(2){border:none;width:32%;height:46%;top:.5rem;right:.5rem}.collection-mosaic--3 .collection-mosaic-img:nth-child(3){border:none;width:32%;height:46%;bottom:.5rem;right:.5rem}.collection-mosaic--4 .collection-mosaic-img:first-child{border-radius:0;width:62%;height:100%;top:0;left:0}.collection-mosaic--4 .collection-mosaic-img:nth-child(2){border:none;width:34%;height:30%;top:.45rem;right:.45rem}.collection-mosaic--4 .collection-mosaic-img:nth-child(3){border:none;width:34%;height:30%;top:calc(33% + .45rem);right:.45rem}.collection-mosaic--4 .collection-mosaic-img:nth-child(4){border:none;width:34%;height:30%;bottom:.45rem;right:.45rem}.collection-card-clickable{cursor:pointer;flex-shrink:0;height:200px;position:relative}.collection-card-info-row{align-items:baseline;gap:.5rem;display:flex}.collection-card-menu{z-index:20;flex-shrink:0;position:relative}.collection-card-menu-btn{cursor:pointer;color:#fffc;white-space:nowrap;text-underline-offset:2px;background:0 0;border:none;align-items:center;gap:.25rem;padding:.2rem 0;font-size:.75rem;font-weight:500;line-height:1;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d;list-style:none;display:flex}.collection-card-menu-btn:after{content:"";opacity:.6;border-top:4px solid;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;margin-top:1px;display:inline-block}.collection-card-menu-btn::-webkit-details-marker{display:none}.collection-card-menu[open] .collection-card-menu-btn{background:#fffffffa}.collection-card-menu[open] .collection-card-menu-btn:after{transform:rotate(180deg)}.collection-card-dropdown{border:1px solid var(--border,#ede8e6);background:#fff;border-radius:10px;flex-direction:column;min-width:120px;display:flex;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}.collection-card-dropdown button{text-align:left;cursor:pointer;color:var(--text);background:0 0;border:none;width:100%;padding:.6rem 1rem;font-size:.875rem}.collection-card-dropdown button:hover{background:var(--accent-light)}.collection-card-dropdown button.danger{color:#c0392b}.collection-card-dropdown button.danger:hover{background:#fdf0ef}.view-head-actions{align-items:center;gap:.6rem;display:flex}@media (width<=600px){.view-head-actions--desktop-only{display:none}}.collection-page-menu{position:relative;top:auto;right:auto}.collection-page-menu-btn{cursor:pointer;color:var(--text);white-space:nowrap;text-underline-offset:2px;background:0 0;border:none;align-items:center;gap:.3rem;padding:.2rem 0;font-size:.85rem;font-weight:500;line-height:1;-webkit-text-decoration:underline #00000040;text-decoration:underline #00000040;list-style:none;display:flex}.collection-page-menu-btn:after{content:"";opacity:.5;border-top:4px solid;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;margin-top:1px;display:inline-block}.collection-page-menu-btn::-webkit-details-marker{display:none}.collection-page-menu[open] .collection-page-menu-btn:after{transform:rotate(180deg)}.activity-section-head{flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.5rem}.activity-subtitle{font-size:.9rem}.activity-group{margin-bottom:1.5rem}.activity-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);margin:0 0 .5rem;padding-bottom:.5rem;font-size:.72rem;font-weight:600}.activity-feed{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.activity-row{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:1rem;padding:.85rem 0;transition:background .12s;display:flex}.activity-row:last-child{border-bottom:none}.activity-img-wrap{background:var(--sidebar-bg);border-radius:.6rem;flex-shrink:0;width:60px;height:60px;overflow:hidden}.activity-img{object-fit:contain;width:100%;height:100%;display:block}.activity-img--placeholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;display:flex}.activity-body{flex:1;min-width:0}.activity-text{color:var(--text);margin:0;font-size:.9rem;line-height:1.45}.activity-text em{font-style:italic;font-weight:600}.activity-list{color:var(--accent);font-style:normal;font-weight:600}.activity-time{color:var(--muted);margin-top:.25rem;font-size:.76rem;display:block}.activity-arrow{color:var(--muted);opacity:.45;flex-shrink:0}@media (width<=600px){.activity-img-wrap{width:52px;height:52px}.activity-text{font-size:.85rem}.activity-arrow{display:none}}.sidenav-search-btn{border:1px solid var(--border,#ede8e6);width:100%;color:var(--muted);cursor:pointer;text-align:left;background:#0000000a;border-radius:10px;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .8rem;font-size:.85rem;display:flex}.sidenav-search-btn:hover{color:var(--text);background:#00000012}.sidenav-add-btn{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:.6rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:0;padding:.55rem 1.3rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidenav-add-btn:hover{background:var(--accent-deep);color:#fff}.sidenav-search-kbd{background:#00000012;border-radius:5px;margin-left:auto;padding:.1rem .4rem;font-family:inherit;font-size:.7rem}.search-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000059;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.search-modal{background:#fff;border-radius:18px;width:100%;max-width:560px;margin:0 1rem;overflow:hidden;box-shadow:0 20px 60px #0000002e}.search-input-row{border-bottom:1px solid var(--border,#ede8e6);align-items:center;gap:.6rem;padding:.9rem 1.1rem;display:flex}.search-icon{color:var(--muted);flex-shrink:0}.search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.search-input::placeholder{color:var(--muted)}.search-esc{color:var(--muted);cursor:pointer;background:#0000000f;border-radius:5px;flex-shrink:0;padding:.15rem .45rem;font-size:.72rem}.search-results{max-height:400px;padding:.5rem 0;overflow-y:auto}.search-empty{text-align:center;color:var(--muted);margin:0;padding:1.5rem;font-size:.9rem}.search-group{padding:0 0 .5rem}.search-group-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin:0;padding:.4rem 1.1rem .3rem;font-size:.7rem;font-weight:700}.search-result-row{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;align-items:center;gap:.75rem;padding:.6rem 1.1rem;display:flex}.search-result-row:hover{background:var(--accent-light,#fceee9)}.search-result-icon{background:var(--accent-light,#fceee9);width:32px;height:32px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.search-result-icon--collection{color:#5c62a8;background:#eaecf5}.search-result-img{object-fit:contain;border:1px solid var(--border,#ede8e6);background:#f7f4f2;border-radius:8px;flex-shrink:0;width:32px;height:32px}.search-result-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;overflow:hidden}.search-result-meta{color:var(--muted);flex-shrink:0;font-size:.75rem}.collections-toolbar{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.collections-toolbar-right{align-items:center;gap:.75rem;display:flex}.collections-search-wrap{align-items:center;gap:.4rem;display:flex}.collections-search-input{border:1px solid var(--line);background:var(--bg);width:180px;color:var(--text);border-radius:.5rem;min-width:0;padding:.3rem .65rem;font-size:.85rem}.collections-search-btn{color:var(--muted)!important}.view-toolbar{background:var(--sidebar-bg);border:none;border-radius:.6rem;align-items:center;gap:.5rem;width:fit-content;margin-bottom:.4rem;padding:.28rem .85rem;display:flex}.view-mode-toggle{align-items:center;gap:.15rem;display:flex}.view-mode-btn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:.4rem;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.view-mode-btn.active{background:var(--accent-light);color:var(--accent)}.view-mode-btn:hover:not(.active){background:var(--bg);color:var(--text)}.view-toolbar-divider{background:var(--border);flex-shrink:0;width:1px;height:20px;margin:0 .3rem}.view-sort-label{color:var(--muted);white-space:nowrap;align-items:center;gap:.35rem;font-size:.82rem;display:flex}.view-sort-select{color:var(--text);cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:.82rem}.view-sort-select:focus{outline:none}.sort-drag-hint{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.items-list{flex-direction:column;gap:.6rem;display:flex}.item-row{background:var(--sidebar-bg);cursor:pointer;color:inherit;border:none;border-radius:1rem;align-items:center;gap:1.25rem;padding:1rem 1.25rem;text-decoration:none;transition:opacity .15s;display:flex}.item-row:hover{box-shadow:none;opacity:.8}.item-row-img{object-fit:contain;background:#f0ece6;border-radius:.6rem;flex-shrink:0;width:110px;height:110px}.item-row .item-content{flex:1;grid-template-columns:1fr auto auto;align-items:center;gap:0 2.5rem;min-width:0;display:grid}.item-row .item-row-main{flex-direction:column;gap:.15rem;min-width:0;display:flex}.item-row .item-row-main .item-store-name{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.68rem;font-weight:600}.item-row .item-row-main h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.item-row .price-line{white-space:nowrap;margin:0;font-size:1.1rem;font-weight:700}.item-row .cooloff{text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border:none;border-radius:.5rem;align-items:center;padding:.3rem .6rem;font-size:.65rem;font-weight:600;display:inline-flex}.item-row .cooloff:after{display:none}.item-row .cooloff.locked{color:var(--muted);background:var(--sidebar-bg)}.item-row .cooloff.unlocked{color:var(--accent);background:var(--accent-light)}.item-row .item-actions{flex-shrink:0;margin-left:auto}@media (width<=600px){.item-row{gap:.75rem;padding:.75rem .25rem}.item-row-img{width:72px;height:72px}.item-row .item-content{gap:0 1rem}.item-row .price-line{font-size:.9rem}.item-row .cooloff{min-width:72px;font-size:.6rem}}.status-section{margin-top:2rem}.status-section-header{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.6rem;display:flex}.status-section-header h3{color:var(--muted);margin:0;font-size:.9rem;font-weight:600}.status-section-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex}.purchased-icon{color:#2d8a4e;background:#d4f4dd}.passed-icon{color:var(--muted);background:#f0ece6}.status-count{background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:18px;margin-left:.25rem;padding:0 .45rem;font-size:.72rem;font-weight:600;display:inline-flex}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.item-card--scraping{pointer-events:none;overflow:hidden}.item-card--scraping .item-image,.item-card--scraping .item-no-image{background:linear-gradient(90deg,#f0ebe9 25%,#fdf0ec 50%,#f0ebe9 75%) 0 0/800px 100%;border-radius:10px 10px 0 0;animation:1.4s linear infinite shimmer}.item-card--scraping h3,.item-card--scraping .price-line,.item-card--scraping .cooloff{color:#0000;border-radius:4px;position:relative;overflow:hidden}.item-card--scraping h3:after,.item-card--scraping .price-line:after,.item-card--scraping .cooloff:after{content:"";background:linear-gradient(90deg,#ede8e6 25%,#fceee9 50%,#ede8e6 75%) 0 0/800px 100%;border-radius:4px;animation:1.4s linear infinite shimmer;position:absolute;inset:2px 0}.item-card--purchased,.item-row--purchased{opacity:.75;position:relative}.item-card--purchased .item-image,.item-row--purchased .item-row-img{filter:grayscale(20%)}.purchased-badge{color:#fff;z-index:1;background:#2d8a4e;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 1px 4px #00000026}.item-row--purchased .purchased-badge{flex-shrink:0;order:-1;position:static}.item-card--passed{opacity:.55}.item-card--passed .item-image{filter:grayscale(50%)}.passed-view .view-head h2{color:var(--muted)}.item-store-name{letter-spacing:.07em;text-transform:uppercase;color:var(--accent-deep);opacity:.8;margin:0 0 .15rem;font-size:.7rem;font-weight:700}.product-detail-overlay{z-index:110;background:#1c191873;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.product-detail-panel{background:#fdfaf5;border-radius:1.6rem;flex-direction:row;width:100%;max-width:880px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 32px 80px #382b223d}.product-detail-close{cursor:pointer;color:var(--muted);min-height:unset;background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;line-height:1;transition:color .15s;display:flex}.product-detail-close:hover{color:var(--text);transform:none}.product-detail-info-header{justify-content:flex-end;margin-bottom:.5rem;display:flex}.product-detail-img-wrap{border-radius:1.6rem 0 0 1.6rem;flex-shrink:0;width:42%;overflow:hidden}.product-detail-img{object-fit:contain;object-position:center center;background:#f0ece6;border-radius:0;width:100%;height:100%;display:block}@media (width<=600px){.product-detail-overlay{align-items:center;padding:1rem}.product-detail-panel{border-radius:1.2rem;flex-direction:column;width:100%;max-width:100%;max-height:90vh;overflow:hidden}.product-detail-img-wrap{border-radius:1.2rem 1.2rem 0 0;flex-shrink:0;width:100%;height:220px;position:relative;overflow:hidden}.product-detail-img{object-fit:contain;object-position:center center;border-radius:0;width:100%;height:100%;display:block;position:absolute;inset:0}.product-detail-info{gap:.6rem;padding:1rem 1.25rem 1.5rem;overflow-y:auto}.product-detail-info-header{margin-bottom:0}.product-detail-title{font-size:1rem;line-height:1.3}.product-detail-price{font-size:1rem}.product-detail-meta{gap:.3rem;margin:.1rem 0;padding:.65rem 0}.product-detail-actions{gap:.4rem}}.product-detail-no-img{background:var(--accent-light);border-radius:0;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;display:flex}.product-detail-upload-img{cursor:pointer;color:var(--accent-deep);font-size:.8rem;font-weight:600;font-family:var(--body-font);border:2px dashed var(--accent);flex-direction:column;gap:.5rem;transition:background .15s}.product-detail-upload-img:hover{background:#ddeee6}.product-detail-info{flex-direction:column;flex:1;gap:.9rem;min-width:0;padding:1.25rem 1.75rem 2rem;display:flex;overflow-y:auto}.product-detail-store{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-deep);margin:0;font-size:.72rem;font-weight:700}.product-detail-title{font-family:var(--display-font);color:var(--text);margin:0;font-size:1.55rem;font-weight:500;line-height:1.2}.product-detail-price-block{flex-direction:column;gap:.2rem;display:flex}.product-detail-price{color:var(--text);margin:0;font-size:1.3rem;font-weight:700}.product-detail-price-original{color:var(--muted);margin:0;font-size:.82rem}.product-detail-price-drop{color:#2d8a55;margin:0;font-size:.78rem;font-weight:700}.product-detail-status-badge{border-radius:2rem;align-items:center;gap:.4rem;width:fit-content;padding:.3rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.product-detail-status-badge.purchased{color:#2d8a55;background:#e8f5ee}.product-detail-status-badge.passed{color:#9a4c3c;background:#f5ebe8}.product-detail-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:.55rem;margin:.4rem 0;padding:1.1rem 0;display:flex}.product-detail-meta-row{grid-template-columns:80px 1fr;align-items:center;gap:.5rem;display:grid}.product-detail-meta-row dt{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:600}.product-detail-meta-row dd{color:var(--text);margin:0;font-size:.88rem}.product-detail-meta-row dd strong{font-weight:600}.product-detail-cooloff{font-size:.88rem;font-weight:600}.product-detail-cooloff.locked{color:var(--accent)}.product-detail-cooloff.unlocked{color:#2d8a55}.product-detail-collection-row{align-items:center;gap:.35rem;display:flex}.product-detail-collection-select{appearance:none;background:var(--sidebar-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23a09590' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right .5rem center;border:1px solid var(--line);font-size:.82rem;font-weight:500;font-family:var(--body-font);color:var(--text);cursor:pointer;border-radius:.45rem;padding:.2rem 1.6rem .2rem .55rem}.product-detail-collection-select:focus{border-color:var(--border);outline:none}.move-collection-wrap{position:relative}.move-collection-btn{width:1.4rem;height:1.4rem;min-height:unset;cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:.3rem;justify-content:center;align-items:center;padding:0;display:flex}.move-collection-btn:hover{background:var(--accent-light);color:var(--accent)}.move-collection-backdrop{z-index:200;position:fixed;inset:0}.move-collection-popup{background:var(--surface);border:1px solid var(--line);z-index:201;border-radius:.6rem;min-width:150px;padding:.25rem 0;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 20px #0000001f}.move-collection-option{width:100%;min-height:unset;text-align:left;cursor:pointer;color:var(--text);font-size:.84rem;font-family:var(--body-font);background:0 0;border:none;border-radius:999px;padding:.5rem .85rem;display:block}.move-collection-option:hover{background:var(--accent-light);color:var(--accent)}.product-detail-actions{align-items:center;gap:.5rem;margin-top:.6rem;display:flex}.product-detail-action-btn{cursor:pointer;border-radius:.6rem;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 0;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.product-detail-action-btn.outlined{color:var(--text);border:1.5px solid var(--line);background:0 0}.product-detail-action-btn.outlined:hover{background:var(--sidebar-bg);border-color:var(--border)}.product-detail-icon-btn{width:2rem;height:2rem;min-height:unset;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:0;transition:background .14s;display:inline-flex}.product-detail-icon-btn:hover{background:#0000000f}.product-detail-icon-btn--danger:hover{background:#fdf0f0}.product-detail-icon-btn--danger:hover svg{stroke:#9a3c3c}.product-detail-view-link{background:var(--accent);color:#fff;border-radius:.6rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.product-detail-view-link:hover{background:var(--accent-deep);text-decoration:none}.sidenav-badge{background:var(--accent);color:#fff;border-radius:99px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:auto;padding:0 .3rem;font-size:.7rem;font-weight:700;display:inline-flex}.collection-share-indicator{width:1.6rem;height:1.6rem;min-height:unset;background:var(--accent-light);color:var(--accent);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:.5rem;left:.5rem}.collection-share-indicator:hover{background:var(--accent);color:#fff}.share-modal{max-width:420px;position:relative}.share-modal-close{width:1.75rem;height:1.75rem;min-height:unset;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:1rem;right:1rem}.share-modal-close:hover{background:var(--bg);color:var(--text)}.share-modal-body{flex-direction:column;gap:1.2rem;margin:1rem 0;display:flex}.share-modal-desc{color:var(--muted);margin:0 0 .75rem;font-size:.85rem}.share-invite-section{flex-direction:column;display:flex}.share-link-row{gap:.5rem;display:flex}.share-link-input{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:text;border-radius:.5rem;flex:1;padding:.5rem .65rem;font-family:monospace;font-size:.78rem}.btn-copy-link{min-height:unset;border:1px solid var(--accent);background:var(--accent-light);color:var(--accent);cursor:pointer;white-space:nowrap;border-radius:.5rem;padding:.5rem .85rem;font-size:.83rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.btn-copy-link:hover{background:var(--accent);color:#fff}.btn-copy-link--copied,.btn-copy-link--copied:hover{color:#15803d;background:#dcfce7;border-color:#16a34a}.share-section-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin:0 0 .6rem;font-size:.72rem;font-weight:700}.share-access-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.share-access-row{align-items:center;gap:.6rem;padding:.4rem 0;display:flex}.share-access-avatar{background:var(--accent-light);width:1.8rem;height:1.8rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.share-access-email{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}.share-revoke-btn{min-height:unset;border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:.4rem;flex-shrink:0;padding:.25rem .6rem;font-size:.75rem}.share-revoke-btn:hover{color:#e05252;border-color:#e05252}.invite-page-overlay{z-index:500;background:var(--bg);justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.invite-page-card{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:380px;display:flex}.invite-page-brand{font-family:var(--display-font);color:var(--accent);margin:0 0 1rem;font-size:1.2rem;font-style:italic}.invite-page-icon{background:var(--accent-light);width:3.5rem;height:3.5rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.invite-page-check{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:.25rem;font-size:1.4rem;display:flex}.invite-page-card h2{font-family:var(--display-font);margin:0;font-size:1.7rem;font-weight:400}.invite-page-desc{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}.invite-page-actions{flex-direction:column;gap:.6rem;width:100%;margin-top:.5rem;display:flex}.invite-page-actions .button-primary,.invite-page-actions .button-secondary{width:100%}.invite-page-decline{color:var(--muted);cursor:pointer;font-size:.83rem;font-family:var(--body-font);min-height:unset;background:0 0;border:none;padding:.25rem}.invite-page-decline:hover{color:var(--text)}.invite-status-msg{color:var(--muted);text-align:center;padding:1rem 0;font-size:.9rem}.invite-auth-banner{background:var(--accent-light);color:var(--accent);border-radius:.6rem;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.6rem .85rem;font-size:.82rem;display:flex}.shared-view .collections-grid{position:relative}.shared-card-list-row{background:var(--sidebar-bg);cursor:pointer;border-radius:1rem;flex-direction:row;grid-column:1/-1;align-items:center;gap:1.25rem;width:100%;padding:1rem 1.25rem;transition:background .12s;display:flex}.shared-card-list-row:hover{background:var(--gold)}.shared-card-list-imgs{border-radius:.65rem;flex:none;width:140px;height:90px;position:relative;overflow:hidden}.shared-card-list-imgs .collection-mosaic{background:var(--line);border-radius:.65rem;position:absolute;inset:0;overflow:hidden}.shared-card-list-imgs .collection-mosaic-img{object-fit:cover;border-radius:0;position:absolute}.shared-card-list-imgs .collection-mosaic-img:first-child{width:65%;height:100%;top:0;left:0}.shared-card-list-imgs .collection-mosaic-img:nth-child(2){border-radius:.4rem;width:44%;height:68%;bottom:.4rem;right:.4rem;box-shadow:0 2px 6px #0000001f}.shared-card-list-imgs .collection-mosaic--1 .collection-mosaic-img:first-child{width:100%;height:100%}.shared-card-list-info{flex:1;min-width:0;padding-left:.75rem}.shared-card-list-info h3{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .2rem;font-size:1.05rem;font-weight:600;overflow:hidden}.shared-card-list-info p{color:var(--muted);margin:0;font-size:.82rem}.shared-card-list-arrow{border-right:1.5px solid var(--muted);border-top:1.5px solid var(--muted);opacity:.35;flex-shrink:0;width:6px;height:6px;margin-left:auto;transform:rotate(45deg)}.shared-collection-card{cursor:pointer;background:0 0;border-radius:1.4rem;flex-direction:column;transition:transform .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden}.shared-collection-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000017}.shared-card-img-wrap{flex-shrink:0;height:200px;position:relative}.shared-card-img-wrap .collection-mosaic{border-radius:0;position:absolute;inset:0}.shared-card-info{justify-content:space-between;align-items:flex-end;gap:.75rem;padding:.75rem 1rem .9rem;display:flex}.shared-card-main{flex-direction:column;gap:.25rem;min-width:0;display:flex}.shared-card-name{font-family:var(--display-font);color:var(--text);margin:0;font-size:1.15rem;font-weight:700;line-height:1.25}.shared-by-label{color:var(--muted);align-items:center;gap:.4rem;margin:0;font-size:.78rem;display:flex}.shared-by-avatar{background:var(--accent-light);width:1.3rem;height:1.3rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:inline-flex}.shared-item-count{background:var(--sidebar-bg);text-align:center;border-radius:.6rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:3rem;padding:.4rem .7rem;display:flex}.shared-item-count span:first-child{color:var(--text);font-size:1rem;font-weight:700;line-height:1.1}.shared-item-count span:last-child{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:.62rem;font-weight:600}.shared-leave-btn{min-height:unset;color:#c0392b;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe0;border:none;border-radius:.45rem;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;top:.6rem;right:.6rem}.shared-leave-btn:hover{color:#c0392b;background:#fff;transform:none}.shared-card-list-row .shared-leave-btn{border:1px solid var(--line);-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;flex-shrink:0;margin-left:auto;position:static}.saves-breadcrumb{color:var(--muted);align-items:center;gap:.35rem;margin-bottom:.75rem;font-size:.82rem;display:flex}.breadcrumb-sep{color:var(--muted);font-size:.9rem}.breadcrumb-link{min-height:unset;color:var(--accent);cursor:pointer;font-size:.82rem;font-family:var(--body-font);background:0 0;border:none;padding:0}.breadcrumb-link:hover{text-underline-offset:2px;text-decoration:underline}.saves-sub-nav{gap:.5rem;margin-bottom:1.25rem;display:flex}.saves-sub-link{border:1px solid var(--line);color:var(--text);cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--body-font);background:0 0;border-radius:99px;align-items:center;gap:.45rem;padding:.35rem .85rem;transition:border-color .12s,background .12s;display:flex}.saves-sub-link span{color:var(--muted);font-size:.75rem}.saves-sub-link:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.saves-sub-link:hover span{color:var(--accent)}.shared-with-me-banner{display:none}@media (width<=600px){.shared-with-me-banner{background:var(--accent-light);width:100%;color:var(--text);cursor:pointer;text-align:left;border:none;border-radius:.85rem;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.9rem 1rem;font-size:.88rem;font-weight:400;transition:background .12s;display:flex}.shared-with-me-banner svg:first-child{width:32px;height:32px;color:var(--accent);background:#ffffff80;border-radius:.5rem;flex-shrink:0;padding:.45rem}.shared-with-me-banner:hover{background:var(--color-sky);transform:none}.shared-banner-arrow{opacity:.6;flex-shrink:0;margin-left:auto}}.shared-list-header{flex:1;justify-content:space-between;align-items:center;gap:1rem;display:flex}.shared-list-tab{flex-direction:column;align-items:flex-start;gap:.18rem;padding-bottom:.8rem}.list-tab.shared-list-tab .shared-tab-name{color:var(--text);align-items:baseline;gap:.45rem;font-weight:600;display:flex;font-size:1.05rem!important}.list-tab.shared-list-tab .shared-tab-count{color:var(--muted);background:0 0;padding:0;font-weight:400;font-size:.78rem!important}.list-tab.shared-list-tab .shared-tab-by{color:var(--muted);letter-spacing:.01em;font-weight:400;font-size:.72rem!important}.shared-list-tab.active .shared-tab-by{opacity:1;color:var(--muted)}.shared-view-by-line{color:var(--muted);align-items:center;gap:.4rem;margin:1rem 0 .75rem;font-size:.82rem;font-style:italic;display:flex}.share-permission-toggle{border:1px solid var(--line);border-radius:99px;margin-bottom:.75rem;display:flex;overflow:hidden}.share-perm-btn{color:var(--muted);cursor:pointer;min-height:unset;font-size:.83rem;font-weight:500;font-family:var(--body-font);background:0 0;border:none;flex:1;padding:.45rem .75rem;transition:background .12s,color .12s}.share-perm-btn.active{background:var(--accent);color:#fff}.share-perm-btn:not(.active):hover{background:var(--accent-light);color:var(--accent)}.share-permission-label{color:var(--muted);margin:0 0 .5rem;font-size:.78rem}.share-generate-btn{border:1.5px solid var(--accent);width:100%;color:var(--accent);font-size:.88rem;font-weight:600;font-family:var(--body-font);cursor:pointer;min-height:unset;background:0 0;border-radius:.6rem;padding:.6rem 1rem;transition:background .12s,color .12s}.share-generate-btn:hover:not(:disabled){background:var(--accent-light)}.share-generate-btn:disabled{opacity:.5;cursor:not-allowed}.share-new-link-btn{color:var(--accent);cursor:pointer;text-underline-offset:2px;min-height:unset;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.8rem;text-decoration:underline}.share-access-perm{color:var(--muted);white-space:nowrap;background:var(--bg);border:1px solid var(--line);border-radius:.3rem;padding:.1rem .4rem;font-size:.72rem}.invite-permission-note{color:var(--muted);margin:.25rem 0 0;font-size:.82rem}.shared-add-form{gap:.5rem;margin-bottom:1.25rem;display:flex}.shared-add-input{border:1px solid var(--line);background:var(--bg);color:var(--text);font-size:.85rem;font-family:var(--body-font);border-radius:.55rem;flex:1;padding:.55rem .75rem}.shared-add-input:focus{border-color:var(--accent);outline:none}.shared-add-btn{white-space:nowrap;padding:.55rem 1rem;font-size:.85rem}.collections-view--list .collections-grid{border:none;border-radius:0;grid-template-columns:1fr;gap:.75rem;overflow:visible}.collections-view--list .collection-card{aspect-ratio:unset;background:var(--sidebar-bg);cursor:pointer;box-sizing:border-box;border:none;border-radius:1rem;flex-direction:row;align-items:center;gap:1.25rem;width:100%;height:auto;padding:1rem 1.25rem;transition:background .12s;display:flex;overflow:visible}@media (width<=600px){.collections-view--list .collection-card{gap:.85rem;padding:.75rem .85rem}.collections-view--list .collection-card-clickable{width:100px;height:68px}}.collections-view--list .collection-card:hover{box-shadow:none;background:var(--gold);transform:none}.collections-view--list .collection-card-clickable{flex:none;width:140px;height:90px;position:relative}.collections-view--list .collection-card-index{border-radius:.65rem;position:absolute;inset:0}.collections-view--list .collection-mosaic{background:var(--line);border-radius:.65rem;position:absolute;inset:0;overflow:hidden}.collections-view--list .collection-mosaic .collection-mosaic-img{object-fit:cover;border:none;border-radius:.5rem;position:absolute}.collections-view--list .collection-mosaic .collection-mosaic-img:first-child{border-radius:0;width:65%;height:100%;top:0;left:0}.collections-view--list .collection-mosaic .collection-mosaic-img:nth-child(2){width:44%;height:68%;bottom:.4rem;right:.4rem;box-shadow:0 2px 6px #0000001f}.collections-view--list .collection-mosaic--1 .collection-mosaic-img:first-child{border-radius:0;width:100%;height:100%;inset:0}.collections-view--list .collection-card-info{color:var(--text);background:0 0;flex-direction:column;flex:1;align-items:flex-start;gap:.2rem;min-width:0;padding:0 0 0 .75rem;display:flex;position:static}.collections-view--list .collection-card-info h3{color:var(--text);white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:1.05rem;font-weight:600;overflow:hidden}.collections-view--list .collection-card-info span{color:var(--muted);opacity:1;white-space:nowrap;font-size:.82rem}.collections-view--list .collection-share-indicator{flex-shrink:0;position:static}.collections-view--list .collection-card:after{content:"";border-right:1.5px solid var(--muted);border-top:1.5px solid var(--muted);opacity:.35;flex-shrink:0;width:6px;height:6px;margin-left:auto;display:block;transform:rotate(45deg)}.ob-banner{background:#fdfaf5;border:1.5px solid #00000012;border-radius:1.4rem;grid-template-columns:1fr 1fr;min-height:155px;margin-bottom:1.25rem;animation:.35s cubic-bezier(.34,1.1,.64,1) ob-slide-in;display:grid;overflow:hidden;box-shadow:0 4px 24px #00000012}@keyframes ob-slide-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.ob-left{flex-direction:column;gap:0;padding:1.1rem 1.6rem 1rem;display:flex}.ob-top-row{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.ob-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--ob-accent);background:color-mix(in srgb, var(--ob-accent) 12%, transparent);border-radius:999px;padding:.22rem .6rem;font-size:.7rem;font-weight:800}.ob-close{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1rem;line-height:1;transition:color .15s}.ob-close:hover{color:var(--text)}.ob-title{font-family:var(--display-font);color:var(--text);margin:0 0 .55rem;font-size:1.45rem;font-weight:600;line-height:1.2}.ob-body{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.ob-chrome-note{color:var(--muted);align-items:center;gap:.35rem;margin-top:.6rem;font-size:.75rem;display:flex}.ob-chrome-note a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.ob-footer{justify-content:space-between;align-items:center;margin-top:1.25rem;display:flex}.ob-dots{align-items:center;gap:.45rem;display:flex}.ob-dot{cursor:pointer;background:#d8d4ce;border:2px solid #0000;flex-shrink:0;transition:background .2s,border-color .2s,transform .2s;display:block;border-radius:50%!important;width:7px!important;height:7px!important;min-height:0!important;padding:0!important}.ob-dot.active{transform:scale(1.5);background:var(--ob-accent)!important;border-color:color-mix(in srgb, var(--ob-accent) 35%, transparent)!important;width:7px!important;height:7px!important}.ob-nav{align-items:center;gap:.35rem;display:flex}.ob-btn-next{background:var(--ob-accent);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.48rem 1.2rem;font-size:.85rem;font-weight:600;transition:opacity .15s}.ob-btn-next:hover{opacity:.85}.ob-btn-back{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.48rem .5rem;font-size:.85rem}.ob-btn-back:hover{color:var(--text)}.ob-right{background:var(--ob-bg);justify-content:center;align-items:center;padding:1rem 1.2rem;display:flex;overflow:hidden}.ob-mockup-svg{filter:drop-shadow(0 6px 18px #0000001a);width:100%;max-width:300px;height:auto;animation:.38s cubic-bezier(.34,1.2,.64,1) ob-mockup-in}@keyframes ob-mockup-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.ob-banner{grid-template-rows:auto auto;grid-template-columns:1fr}.ob-right{order:-1;min-height:160px;padding:1rem}.ob-mockup-svg{max-width:220px}.btn-add-item--nav{display:none}}[data-theme=night] .sidenav-add-btn{color:#e8744a;border-color:#e8744a}[data-theme=night] .lp-root{background:linear-gradient(to bottom, #1a1230 0%, var(--bg) 380px)}[data-theme=night] .lp-how{background:#e8744a0d}.dash-greeting{position:relative}.dash-greeting-deco{opacity:.8;pointer-events:none;flex-shrink:0;align-items:center;display:flex}@media (width<=600px){.dash-greeting-deco{display:none}}.empty-state--illustrated{text-align:center;flex-direction:column;align-items:center;gap:0;padding:2.5rem 1.5rem 2rem;display:flex}.empty-state--illustrated h3{margin-top:1rem}.empty-state--illustrated p{margin-top:.35rem}.empty-state-cta{margin-top:1.5rem;color:var(--accent)!important;border:1.5px solid var(--accent)!important;box-shadow:none!important;background:0 0!important}.empty-state-cta:hover{background:var(--accent-light)!important}.empty-state-art{color:var(--accent);opacity:1;animation:5s ease-in-out infinite empty-art-float}@keyframes empty-art-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.dash-welcome{flex-direction:column;gap:2.5rem;display:flex}.dw-hero{grid-template-columns:1fr 1fr;align-items:stretch;gap:2.5rem;display:grid}.dw-hero-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:block}.dw-hero-title{font-family:var(--display-font);color:var(--text);letter-spacing:-.02em;margin:0 0 1rem;font-size:2.6rem;font-weight:700;line-height:1.15}.dw-hero-body{color:var(--muted);max-width:44ch;margin:0 0 1.5rem;font-size:.88rem;line-height:1.7}.dw-hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dw-btn-primary,.dw-btn-ghost{font-family:var(--font);cursor:pointer;min-height:unset;border:1.5px solid #0000;border-radius:.4rem;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.dw-btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.dw-btn-primary:hover{background:var(--accent-deep);border-color:var(--accent-deep)}.dw-btn-ghost{color:var(--text);background:0 0;border-color:#c8c0b4}.dw-btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.dw-hero-right{justify-content:flex-end;align-items:stretch;display:flex}.dw-quote-card{background:#ede9df;border:1px solid #d8d2c8;border-radius:1rem;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.dw-quote-img{background:#ede9df;flex:1;width:100%;min-height:200px;overflow:hidden}.dw-quote-img svg{width:100%;height:100%;display:block}.dw-quote-body{text-align:center;background:#ede9df;padding:1.5rem 2rem 1.75rem}.dw-quote-text{font-family:var(--display-font);color:var(--text);margin:0 0 .4rem;font-size:1.6rem;font-style:italic;display:block}.dw-quote-sub{color:var(--muted);margin:0;font-size:.82rem;font-style:italic;line-height:1.5}.dw-section-title{font-family:var(--display-font);color:var(--text);letter-spacing:-.01em;margin:0;font-size:1.9rem;font-weight:700}.dw-steps{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:0;display:grid}.dw-step{background:var(--sidebar-bg);border:none;border-radius:.85rem;flex-direction:column;gap:0;padding:2rem 1.75rem 1.75rem;display:flex}.dw-step-icon{width:48px;height:48px;color:var(--text);background:#ddd9d1;border:none;border-radius:.55rem;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.dw-step h4{color:var(--text);margin:0 0 .6rem;font-size:.95rem;font-weight:700}.dw-step p{color:var(--text);opacity:.7;flex:1;margin:0 0 1.25rem;font-size:.88rem;line-height:1.65}.dw-step-link{border:none;border-bottom:1.5px solid var(--text);font-family:var(--font);color:var(--text);cursor:pointer;text-align:left;background:0 0;align-self:flex-start;padding:0 0 1px;font-size:.95rem;font-weight:400;text-decoration:none;transition:opacity .15s}.dw-step-link:hover{opacity:.6}.dw-colls-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dw-colls-sub{color:var(--muted);margin:.2rem 0 0;font-size:.88rem}.dw-colls-view-all{font-family:var(--font);color:var(--text);cursor:pointer;white-space:nowrap;border-bottom:1px solid var(--text);flex-shrink:0;margin-top:.2rem;padding:0 0 1px;font-size:.9rem;font-weight:400;text-decoration:none}.dw-colls-view-all:hover{opacity:.6}.dw-colls{grid-template-columns:260px 1fr;align-items:stretch;gap:1.25rem;display:grid}.dw-coll-card{cursor:pointer;text-align:center;background:#e8dfd5;border:1.5px dashed #cec5ba;border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:center;gap:.75rem;padding:2.25rem 1.75rem 1.75rem;transition:border-color .15s;display:flex}.dw-coll-card:hover{border-color:var(--accent)}.dw-coll-plus-wrap{background:#f5f1ec;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:flex}.dw-coll-plus{color:var(--text);font-size:1.8rem;font-weight:300;line-height:1}.dw-coll-name{font-family:var(--display-font);color:#2c2825;font-size:1.5rem;font-weight:700;line-height:1.2}.dw-coll-desc{color:#9c9188;flex:1;font-size:.82rem;line-height:1.6}.dw-coll-cta{letter-spacing:.1em;color:#9c9188;margin-top:.5rem;font-size:.68rem;font-weight:700}.dw-tip-card{background:var(--sidebar-bg);border:1px solid var(--border);border-radius:1rem;align-items:center;gap:2rem;padding:2.25rem 2rem 2rem 2.5rem;display:flex;overflow:hidden}.dw-tip-text{flex:1;min-width:0}.dw-tip-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:block}.dw-tip-title{font-family:var(--display-font);color:var(--text);letter-spacing:-.02em;margin:0 0 1rem;font-size:2.4rem;font-weight:700;line-height:1.15}.dw-tip-body{color:var(--text);opacity:.75;max-width:48ch;margin:0 0 1.25rem;font-size:.9rem;line-height:1.75}.dw-tip-dots{align-items:center;gap:.4rem;display:flex}.dw-tip-dot{background:#c8c0b4;border-radius:50%;width:10px;height:10px;display:block}.dw-tip-dot--active{background:var(--text)}.dw-tip-img{border-radius:.75rem;flex-shrink:0;align-self:stretch;width:220px;height:260px;overflow:hidden}@media (width<=860px){.dw-hero{grid-template-columns:1fr}.dw-hero-right{display:none}.dw-steps,.dw-colls{grid-template-columns:1fr}.dw-tip-img{display:none}}.action-toast{z-index:9998;white-space:nowrap;border-radius:999px;padding:.72rem 1.4rem;font-size:.92rem;font-weight:600;animation:2.6s cubic-bezier(.34,1.2,.64,1) forwards toast-in-out;position:fixed;bottom:2rem;left:50%}.action-toast--purchase{color:#fff;background:#1a6b50;box-shadow:0 8px 24px #1a6b5059}.action-toast--pass{color:#fff;background:#4a4a52;box-shadow:0 8px 24px #0000002e}@keyframes toast-in-out{0%{opacity:0;transform:translate(-50%)translateY(16px)}15%{opacity:1;transform:translate(-50%)translateY(0)}75%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-8px)}}.coll-empty-wrap{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0 2rem;display:flex}.coll-empty-card{background:var(--sidebar-bg);text-align:center;border-radius:1.2rem;flex-direction:column;align-items:center;width:100%;padding:3.5rem 2rem 3rem;display:flex}.coll-empty-art{justify-content:center;align-items:center;margin-bottom:2rem;display:flex;position:relative}.coll-empty-title{font-family:var(--display-font);color:var(--text);letter-spacing:-.02em;margin:0 0 .75rem;font-size:2rem;font-weight:700}.coll-empty-body{color:var(--muted);margin:0 0 2rem;font-size:.92rem;line-height:1.7}.coll-empty-btn{border:1.5px solid var(--text);color:var(--text);font-family:var(--font);cursor:pointer;background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.92rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.coll-empty-btn:hover{background:var(--text);color:#fff}.coll-empty-tip{color:var(--muted);text-align:center;font-size:.8rem;line-height:1.6}.coll-empty-tip svg{vertical-align:middle;margin-right:.25rem;display:inline;position:relative;top:-1px}.coll-empty-tip-link{color:var(--accent);text-underline-offset:2px;text-decoration:underline}
