@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..700&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&display=swap";.ui-badge{font-size:var(--text-xs);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-weight:600;line-height:1.5;display:inline-flex}.ui-badge--neutral{background:var(--surface-low);color:var(--muted-2)}.ui-badge--accent{background:var(--accent-soft);color:var(--accent-soft-text)}.ui-badge--success{color:var(--success);background:#0b8f631f}.ui-badge--warning{color:var(--warning);background:#d26a001f}.ui-badge--danger{color:var(--danger);background:#c93d3d1f}.ui-badge .material-symbols-outlined{font-size:14px}.ui-avatar{background:var(--accent);color:#fff;border-radius:999px;flex-shrink:0;place-items:center;font-weight:600;display:inline-grid;overflow:hidden}.ui-avatar img{object-fit:cover;width:100%;height:100%}.ui-avatar--sm{width:32px;height:32px;font-size:13px}.ui-avatar--md{width:44px;height:44px;font-size:16px}.ui-avatar--lg{width:64px;height:64px;font-size:22px}.ui-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-1)}.ui-card--padded{padding:var(--space-5)}.ui-card--interactive{cursor:pointer;transition:box-shadow .18s,transform .18s}.ui-card--interactive:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}.ui-icon-button{width:40px;height:40px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:inline-flex}.ui-icon-button:hover{background:var(--surface-low)}.ui-icon-button:active{transform:scale(.94)}.ui-icon-button--ghost{color:var(--muted)}.ui-empty{text-align:center;justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-10) var(--space-6);flex-direction:column;display:flex}.ui-empty__icon{background:var(--surface-low);width:64px;height:64px;color:var(--accent);border-radius:999px;place-items:center;display:inline-grid}.ui-empty__icon .material-symbols-outlined{font-size:32px}.ui-empty__title{font-size:var(--text-lg);color:var(--text);margin:4px 0 0;font-weight:700}.ui-empty__text{max-width:360px;color:var(--muted);margin:0;line-height:1.45}.ui-empty__action{margin-top:var(--space-2)}.ui-skeleton{background:var(--surface-low);border-radius:var(--radius-sm);position:relative;overflow:hidden}.ui-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.4s infinite ui-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.ui-skeleton--text{border-radius:6px;height:.85em}.ui-skeleton--circle{border-radius:999px}@keyframes ui-skeleton-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.ui-skeleton:after{animation:none}}.ui-segmented{background:var(--surface-low);border-radius:999px;gap:2px;padding:4px;display:inline-flex}.ui-segmented__option{font-size:var(--text-sm);color:var(--muted);white-space:nowrap;border-radius:999px;padding:8px 16px;font-weight:600;transition:background .15s,color .15s}.ui-segmented__option.is-active{background:var(--surface-strong);color:var(--text);box-shadow:var(--shadow-1)}.ui-field{gap:6px;display:grid}.ui-field__label{font-size:var(--text-sm);color:var(--muted-2);font-weight:600}.ui-field__control{background:var(--surface-low);border:1px solid #0000;border-radius:14px;align-items:center;transition:border-color .18s,box-shadow .18s;display:flex;position:relative}.ui-field__control:focus-within{border-color:#2429414d;box-shadow:0 0 0 4px #2429410f}.ui-field__icon{color:var(--muted);font-size:20px;position:absolute;left:14px}.ui-field__control input{width:100%;color:var(--text);background:0 0;padding:13px 14px}.ui-field__control--with-icon input{padding-left:46px}.ui-field__error{font-size:var(--text-xs);color:var(--danger)}.btn{min-height:44px;font-size:var(--text-sm);white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:600;line-height:1;transition:background .15s,color .15s,box-shadow .15s,border-color .15s,transform .1s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;pointer-events:none}.btn__icon{font-size:20px}.btn--lg{min-height:52px;font-size:var(--text-base);padding:0 24px}.btn--full{width:100%}.btn--primary{background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:var(--accent-shadow)}.btn--primary:hover{background:var(--accent-strong)}.btn--secondary{background:var(--surface-strong);color:var(--text);border:1px solid var(--line)}.btn--secondary:hover{background:var(--surface-low);border-color:var(--line-strong)}.btn--ghost{color:var(--accent);background:0 0}.btn--ghost:hover{background:var(--surface-low)}.btn--danger{color:var(--danger);border:1px solid var(--line);background:0 0}.btn--danger:hover{background:var(--danger);border-color:var(--danger);color:#fff}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.error-boundary{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;padding:32px 24px;display:flex}.error-boundary__icon{background:var(--surface-low);width:64px;height:64px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.error-boundary__icon .material-symbols-outlined{font-size:34px}.error-boundary__title{color:var(--text);margin:4px 0 0;font-size:1.3rem;font-weight:700}.error-boundary__text{max-width:320px;color:var(--muted);margin:0;line-height:1.45}.error-boundary__button{color:#fff;background:var(--accent);border-radius:999px;margin-top:8px;padding:12px 24px;font-weight:600;transition:background .15s}.error-boundary__button:hover{background:var(--accent-strong)}.modal-backdrop{z-index:var(--z-modal);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1b1b1d73;justify-content:center;align-items:flex-end;padding:0;animation:.18s ease-out modal-fade;display:flex;position:fixed;inset:0}.modal{background:var(--surface-strong);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:88vh;box-shadow:var(--shadow-2);padding:8px 20px 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));animation:.24s cubic-bezier(.22,1,.36,1) modal-slide-up;overflow-y:auto}.modal__grabber{background:#77767e52;border-radius:999px;width:40px;height:4px;margin:2px auto 12px;display:block}.modal__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.modal__title{color:var(--text);margin:0;font-size:1.15rem;font-weight:700}.modal__close{width:36px;height:36px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.modal__close:hover{background:var(--surface-low)}.modal__body{color:var(--text)}@media (width>=768px){.modal-backdrop{align-items:center;padding:16px}.modal{border-radius:var(--radius-lg);width:min(480px,100%);padding:20px}.modal__grabber{display:none}}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal{animation:none}}.toast-viewport{left:50%;bottom:calc(84px + env(safe-area-inset-bottom,0px));z-index:var(--z-toast);pointer-events:none;flex-direction:column;gap:10px;width:min(420px,100vw - 32px);display:flex;position:fixed;transform:translate(-50%)}.toast{border-radius:var(--radius-md);background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-2);pointer-events:auto;align-items:flex-start;gap:12px;padding:14px 14px 14px 16px;animation:.22s ease-out toast-in;display:flex}.toast__icon{flex-shrink:0;margin-top:1px}.toast--info .toast__icon{color:var(--accent)}.toast--success .toast__icon{color:var(--success)}.toast--warning .toast__icon{color:var(--warning)}.toast--error .toast__icon{color:var(--danger)}.toast__body{flex:1;min-width:0}.toast__title{color:var(--text);font-size:.95rem;font-weight:600;display:block}.toast__description{color:var(--muted);margin:2px 0 0;font-size:.85rem;line-height:1.35}.toast__close{width:28px;height:28px;color:var(--muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.toast__close:hover{background:var(--surface-low)}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.styleguide{max-width:920px;padding:var(--space-8) var(--page-padding) var(--space-12);margin:0 auto}.styleguide__title{font-size:var(--text-2xl);letter-spacing:-.02em;margin:0 0 4px;font-weight:800}.styleguide__subtitle{margin:0 0 var(--space-8);color:var(--muted)}.sg-section{padding:var(--space-6) 0;border-top:1px solid var(--line)}.sg-section>h2{margin:0 0 var(--space-4);font-size:var(--text-lg);font-weight:700}.sg-row{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.sg-stack{gap:var(--space-4);max-width:420px;display:grid}.sg-swatches{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.sg-swatch{border:1px solid var(--line);border-radius:var(--radius-sm);font-size:var(--text-xs);overflow:hidden}.sg-swatch__color{height:56px}.sg-swatch__label{color:var(--muted-2);background:var(--surface-strong);padding:6px 8px}.splash{z-index:2000;background:radial-gradient(circle at top,#2429410d,#0000 28%),linear-gradient(#fcf8fb 0%,#f8f9ff 52%,#fcf8fb 100%);flex-direction:column;justify-content:center;align-items:center;gap:26px;display:flex;position:fixed;inset:0}.splash__logo{flex-direction:column;align-items:center;gap:14px;display:flex}.splash__mark{color:#fff;background:linear-gradient(#2f3551 0%,#242941 100%);border-radius:22px;place-items:center;width:76px;height:76px;font-size:38px;font-weight:700;animation:.55s cubic-bezier(.22,1,.36,1) both splash-pop,2s ease-in-out .6s infinite splash-breathe;display:grid;box-shadow:0 16px 34px #2429413d}.splash__name{color:#1b1b1d;letter-spacing:.01em;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:27px;font-weight:600;animation:.5s ease-out .18s both splash-rise}.splash__dots{gap:7px;display:flex}.splash__dots span{background:#2429416b;border-radius:999px;width:7px;height:7px;animation:1.1s ease-in-out infinite splash-dot}.splash__dots span:nth-child(2){animation-delay:.15s}.splash__dots span:nth-child(3){animation-delay:.3s}@keyframes splash-pop{0%{opacity:0;transform:scale(.6)}60%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes splash-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes splash-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-dot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.splash__mark,.splash__name,.splash__dots span{animation:none}}:root{--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;color:#1b1b1d;--bg:#fcf8fb;--bg-soft:#f8f9ff;--surface:#ffffffd6;--surface-strong:#fff;--surface-low:#f6f3f5;--surface-blue:#eff4ff;--surface-blue-strong:#e5eeff;--line:#77767e38;--line-strong:#77767e59;--text:#1b1b1d;--muted:#5d5e63;--muted-2:#46464d;--primary:#242941;--accent:#242941;--accent-strong:#161a2e;--accent-contrast:#fff;--accent-soft:var(--surface-blue-strong);--accent-soft-text:#242941;--accent-ring:#2429411f;--accent-gradient:linear-gradient(180deg, #2f3551 0%, #242941 100%);--accent-shadow:0 12px 24px #24294133;--success:#0b8f63;--warning:#d26a00;--danger:#c93d3d;--danger-bg:#ffdad6eb;--success-bg:#10b981eb;--info-bg:#3b82f6eb;--shadow-1:0 4px 20px #00000008;--shadow-2:0 10px 30px #2429411f;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--content-width:1120px;--page-padding:16px;--bottom-nav-height:64px;--z-nav:50;--z-modal:1000;--z-toast:1100;background:radial-gradient(circle at top,#2429410d,#0000 28%),linear-gradient(#fcf8fb 0%,#f8f9ff 52%,#fcf8fb 100%);font-family:Inter,sans-serif}@media (width>=768px){:root{--page-padding:24px}}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;color:var(--text);background:inherit;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;background:0 0;border:0}input{background:0 0;border:0;outline:0}#root{min-height:100vh}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;font-size:24px;line-height:1}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.glass-panel{-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow-1);background:#ffffffb8;border:1px solid #c7c5ce4d}.glass-panel--dark{background:#ffffff2e;border-color:#ffffff47}.auth-page{place-items:center;min-height:100vh;padding:24px 16px;display:grid}.auth-card{border-radius:var(--radius-md);background:#ffffffeb;border:1px solid #c7c5ce52;width:min(100%,460px);padding:32px 24px;animation:.34s cubic-bezier(.22,1,.36,1) both page-enter;box-shadow:0 16px 60px #24294117}.eyebrow{color:var(--primary);letter-spacing:-.03em;margin:0 0 10px;font-size:28px;font-weight:700}.auth-card__header h1,.desktop-hero h2,.list-summary h2{color:var(--text);letter-spacing:-.02em;margin:0}.auth-card__header h1{font-size:28px;line-height:1.15}.auth-card__subtitle{color:var(--muted);margin:8px 0 0;font-size:15px}.auth-form{gap:18px;margin-top:28px;display:grid}.field{gap:8px;display:grid}.field>span,.field__meta a{color:var(--muted-2);font-size:13px;font-weight:500}.field__meta{justify-content:flex-end;margin-top:-28px;display:flex}.field__meta a,.auth-card__footer a,.section-heading a{color:var(--accent)}.field__control,.search-box{background:var(--surface-low);border:1px solid #0000;border-radius:14px;align-items:center;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.field__control:focus-within,.search-box:focus-within{box-shadow:0 0 0 4px var(--accent-ring);border-color:#24294152}.field__icon,.search-box .material-symbols-outlined{color:var(--muted);font-size:20px;position:absolute;left:14px}.field input,.search-box input{width:100%;color:var(--text);padding:14px 16px 14px 46px}.field__hint{color:var(--muted);margin-top:6px;font-size:12px}.primary-button,.secondary-button{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;transition:transform .18s,opacity .18s,background .18s;display:inline-flex}.primary-button:hover,.secondary-button:hover,.feature-card:hover img,.trend-card:hover img{opacity:.96}.primary-button:active,.secondary-button:active,.fab:active,.icon-button:active,.icon-bubble:active,.bottom-nav__item:active,.segment-control button:active{transform:scale(.97)}.primary-button{color:#fff;background:linear-gradient(#2f3551 0%,#242941 100%);font-size:14px;font-weight:600;box-shadow:0 12px 24px #2429412e}.primary-button--full{width:100%}.secondary-button{width:100%;color:var(--text);background:#fffffff2;border:1px solid #c7c5ce73;box-shadow:0 2px 10px #00000005}.separator{text-align:center;margin:28px 0;position:relative}.separator:before{content:"";border-top:1px solid #c7c5ce73;position:absolute;inset:50% 0 auto}.separator span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;background:#ffffffeb;padding:0 10px;font-size:11px;font-weight:600;display:inline-block;position:relative}.social-actions{gap:12px;display:grid}.auth-card__footer{text-align:center;color:var(--muted);margin:28px 0 0}.google-accent{color:#4285f4}.app-shell{min-height:100vh;padding-bottom:92px;position:relative}.pull-refresh{min-height:100vh}.pull-refresh__indicator{z-index:24;color:#5d5e63;pointer-events:none;background:#ffffffeb;border:1px solid #c7c5ce57;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:12px;line-height:18px;display:inline-flex;position:fixed;top:74px;left:50%;box-shadow:0 6px 16px #2429411a}.pull-refresh__indicator .material-symbols-outlined{font-size:18px;position:static}.pull-refresh__spinner{animation:.85s linear infinite pull-refresh-spin}.pull-refresh__content{min-height:100vh}.pull-refresh__content.is-pulling{transition:none}.wishly-home-shell{background:#fcf8fb}.page{width:min(100%, var(--content-width));padding:24px 16px calc(88px + env(safe-area-inset-bottom,0px));margin:0 auto;animation:.34s cubic-bezier(.22,1,.36,1) both page-enter}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page,.auth-card{animation:none}}.section-link{color:#242941;font-size:16px;font-weight:400;line-height:24px}.desktop-header{z-index:20;border-inline:0;border-top:0;border-radius:0 0 24px 24px;display:none;position:sticky;top:0}.desktop-header__inner,.top-bar__inner{width:min(100%, var(--content-width));justify-content:space-between;align-items:center;margin:0 auto;padding:14px 16px;display:flex}.desktop-header__inner h1,.top-bar h1{letter-spacing:-.04em;color:var(--primary);margin:0;font-size:28px}.avatar{width:48px;height:48px;box-shadow:var(--shadow-1);border:1px solid #c7c5ce47;border-radius:999px;overflow:hidden}.avatar--sm{width:40px;height:40px}.avatar img,.feature-card img,.trend-card img,.product-card__image{object-fit:cover;width:100%;height:100%}.mobile-hero{justify-content:space-between;align-items:center;gap:16px;display:flex}.mobile-hero__heading{align-items:center;gap:12px;display:flex}.mobile-hero__heading p,.list-summary__meta,.feature-card__meta,.trend-card__body p,.product-card__price{color:var(--muted);margin:0}.mobile-hero__heading h2{letter-spacing:-.02em;margin:2px 0 0;font-size:24px}.desktop-hero{display:none}.desktop-hero h2{font-size:32px;line-height:1.2}.icon-bubble,.icon-button,.trend-card__fav{border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.icon-bubble{width:42px;height:42px;color:var(--primary);box-shadow:var(--shadow-1);background:#ffffffe6;border:1px solid #c7c5ce47}.icon-button{width:38px;height:38px;color:var(--primary)}.search-box{box-shadow:var(--shadow-1);background:#fffffff0;border:1px solid #c7c5ce66;margin-top:20px}.section-block{margin-top:32px}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.section-heading h3{letter-spacing:-.02em;margin:0;font-size:20px}.section-heading a{font-size:14px;font-weight:500}.list-carousel{scrollbar-width:none;grid-auto-columns:minmax(280px,320px);grid-auto-flow:column;gap:16px;padding-bottom:8px;display:grid;overflow-x:auto}.list-carousel::-webkit-scrollbar{display:none}.feature-card,.add-list-card{min-height:220px;box-shadow:var(--shadow-1);border:1px solid #c7c5ce38;border-radius:24px;position:relative;overflow:hidden}.feature-card img{transition:transform .45s}.feature-card:hover img{transform:scale(1.04)}.feature-card__overlay{background:linear-gradient(#0000 30%,#000000ad 100%);position:absolute;inset:0}.feature-card__content{color:#fff;border-radius:18px;padding:14px;position:absolute;bottom:12px;left:12px;right:12px}.feature-card__content h4{margin:0 0 8px;font-size:20px}.feature-card__meta{color:#ffffffe0;justify-content:space-between;gap:8px;font-size:12px;display:flex}.feature-card__meta span{align-items:center;gap:4px;display:inline-flex}.feature-card__meta .material-symbols-outlined{font-size:14px}.add-list-card{color:var(--accent);background:#eff4ffc7;border-style:dashed;place-content:center;gap:10px;display:grid}.add-list-card__bubble{background:var(--accent-soft);border-radius:999px;place-items:center;width:48px;height:48px;margin:0 auto;display:grid}.trending-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.trend-card,.product-card{box-shadow:var(--shadow-1);background:#ffffffeb;border:1px solid #c7c5ce4d}.trend-card{border-radius:18px;padding:12px;overflow:hidden}.trend-card__image-wrap{aspect-ratio:1;background:var(--bg-soft);border-radius:14px;position:relative;overflow:hidden}.trend-card__fav{width:34px;height:34px;color:var(--muted);background:#ffffffd1;border:1px solid #c7c5ce4d;position:absolute;top:10px;right:10px}.trend-card__body{padding-top:12px}.trend-card__body h4,.product-card__body h3{margin:0;font-size:14px;line-height:1.35}.fab{z-index:30;color:#fff;background:var(--accent-gradient);border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;position:fixed;bottom:86px;right:16px;box-shadow:0 12px 30px #24294138}.bottom-nav{z-index:25;-webkit-backdrop-filter:blur(18px);background:#ffffffbd;border-top:1px solid #c7c5ce4d;grid-template-columns:repeat(4,1fr);min-height:72px;padding:8px 12px 12px;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;justify-items:center;gap:4px;font-size:11px;font-weight:600;display:grid}.bottom-nav__item.is-active{color:var(--accent)}.wishly-home-topbar{z-index:20;-webkit-backdrop-filter:blur(6px);background:#fcf8fbcc;border-bottom:1px solid #c7c5ce4d;position:sticky;top:0}.wishly-home-topbar__inner{width:min(100%, var(--content-width));justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 16px;display:flex}.wishly-home-topbar__brand{font-family:var(--font-serif);letter-spacing:.1em;text-transform:uppercase;color:var(--text);font-size:20px;font-weight:700;line-height:1.2}.wishly-home-topbar__avatar{filter:grayscale();border-radius:999px;transition:filter .2s;display:inline-flex}.wishly-home-topbar__avatar:hover{filter:grayscale(0)}.wishly-home-page{background:#fcf8fb;padding-top:24px}.wishly-home-welcome h1{letter-spacing:-.01em;color:#1b1b1d;margin:0;font-size:22px;font-weight:700;line-height:1.25}.wishly-home-welcome p{color:#5d5e63;margin:4px 0 0;font-size:15px;line-height:20px}.wishly-home-search{box-shadow:none;background:#f6f3f5;border-color:#0000;border-radius:12px;margin-top:24px}.wishly-home-search .material-symbols-outlined{color:#6b7280}.wishly-home-search input{color:#6b7280;padding-top:14px;padding-bottom:14px;font-size:16px}.wishly-home-list-row{scrollbar-width:none;grid-auto-columns:256px;grid-auto-flow:column;gap:16px;padding-bottom:2px;display:grid;overflow-x:auto}.wishly-home-list-row::-webkit-scrollbar{display:none}.wishly-mini-list-card{color:inherit;display:block}.wishly-mini-list-card__media{aspect-ratio:4/5;background:#fff0;border:1px solid #c7c5ce4d;border-radius:12px;margin-bottom:8px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.wishly-mini-list-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.wishly-mini-list-card:hover .wishly-mini-list-card__media img{transform:scale(1.04)}.wishly-mini-list-card__privacy{-webkit-backdrop-filter:blur(4px);background:#ffffffe6;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;display:inline-flex;position:absolute;top:13px;right:13px;box-shadow:0 1px 2px #0000000d}.wishly-mini-list-card__privacy .material-symbols-outlined{color:#1b1b1d;font-size:14px}.wishly-mini-list-card__privacy span,.wishly-mini-list-card p{color:#5d5e63;font-size:12px}.wishly-mini-list-card__privacy span{color:#1b1b1d;letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700;line-height:15px}.wishly-mini-list-card h3,.wishly-shared-card__title h3{color:#1b1b1d;margin:0;font-size:16px;font-weight:400;line-height:24px}.wishly-mini-list-card p{margin:4px 0 0;font-size:12px;line-height:18px}.new-list-card{aspect-ratio:4/5;background:#ffffff80;border:2px dashed #c7c5ce;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-self:start;align-items:center;gap:8px;width:256px;display:flex}.new-list-card__icon-wrap{background:#3a3f58;border-radius:999px;place-items:center;width:48px;height:48px;display:grid}.new-list-card__icon{color:#fff;font-variation-settings:"FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;font-size:14px;position:static}.new-list-card__label{color:#5d5e63;font-size:16px;font-weight:400;line-height:24px}.list-card{color:inherit;display:block}.list-card--home{flex-shrink:0;width:256px}.list-card__media{background:#fff0;border:1px solid #c7c5ce4d;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.list-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.list-card:hover .list-card__media img{transform:scale(1.04)}.list-card--home .list-card__media{aspect-ratio:4/5;margin-bottom:8px}.list-card--lists .list-card__media{height:240px;margin-bottom:12px}.list-card__details h3{color:#1b1b1d;margin:0;font-size:16px;font-weight:400;line-height:24px}.list-card__details p{color:#5d5e63;margin:4px 0 0;font-size:12px;line-height:18px}.list-card__privacy,.list-card__visibility{-webkit-backdrop-filter:blur(4px);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:4px;min-height:23px;padding:4px 8px;font-size:10px;font-weight:700;line-height:15px;display:inline-flex;position:absolute;top:13px;box-shadow:0 1px 2px #0000000d}.list-card__privacy{color:#1b1b1d;background:#ffffffe6;right:13px}.list-card__privacy .material-symbols-outlined{color:#1b1b1d;font-size:14px}.list-card__visibility{color:#fff;background:#fff3;border:1px solid #ffffff4d;left:13px}.list-card__collaborators{align-items:center;display:flex;position:absolute;bottom:16px;right:16px}.list-card__collaborators img,.list-card__collaborators div{border:2px solid #fcf8fb;border-radius:999px;width:32px;height:32px}.list-card__collaborators img+img,.list-card__collaborators img+div,.list-card__collaborators div+img,.list-card__collaborators div+div{margin-left:-8px}.list-card__collaborators div{color:#242941;background:#dcd9db;place-items:center;font-size:10px;font-weight:700;display:grid}.lists-shell{background:#fcf8fb}.lists-page{padding-top:16px}.lists-page__hero{margin-bottom:24px}.lists-page__hero h2{color:#1b1b1d;margin:0;font-size:28px;font-weight:700;line-height:34px}.lists-page__hero p{color:#5d5e63;margin:8px 0 0;font-size:15px;line-height:20px}.lists-grid{gap:24px;display:grid}.new-list-card--grid{align-self:start;width:100%;height:240px}.lists-shell .bottom-nav{-webkit-backdrop-filter:blur(10px);background:#fcf8fbe6;border-top:1px solid #c7c5ce4d}.lists-shell .bottom-nav__item{color:#46464d}.lists-shell .bottom-nav__item.is-active{color:#242941}.wishly-shared-grid{gap:16px;display:grid}.wishly-shared-card{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex;box-shadow:0 2px 8px #0000000a}.wishly-shared-card__thumb{border-radius:12px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.wishly-shared-card__thumb img,.wishly-facepile img,.wishly-explore-card img{object-fit:cover;width:100%;height:100%}.wishly-shared-card__content{flex:1;min-width:0}.wishly-shared-card__title{align-items:center;gap:6px;margin-bottom:8px;display:flex}.wishly-shared-card__title span{color:#3a3f58;text-transform:uppercase;background:#3a3f581a;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;line-height:16px}.wishly-facepile{align-items:center;display:flex}.wishly-facepile img,.wishly-facepile div{border:2px solid #fff;border-radius:999px;width:24px;height:24px}.wishly-facepile img+img,.wishly-facepile img+div,.wishly-facepile div+img,.wishly-facepile div+div{margin-left:-8px}.wishly-facepile div{color:var(--text);background:#dcd9db;place-items:center;font-size:10px;font-weight:700;display:grid}.wishly-shared-card__chevron{color:#77767e;flex-shrink:0}.wishly-explore-grid{scrollbar-width:none;grid-auto-columns:minmax(228px,244px);grid-auto-flow:column;gap:12px;padding-bottom:4px;display:grid;overflow-x:auto}.wishly-explore-grid::-webkit-scrollbar{display:none}.wishly-home-page .section-heading{align-items:center;margin-bottom:16px}.wishly-home-page .section-heading h2{color:#1b1b1d;margin:0;font-size:20px;font-weight:600;line-height:28px}.wishly-home-shell .fab{background:#242941;bottom:94px;right:24px;box-shadow:0 4px 6px -4px #0000001a,0 10px 15px -3px #0000001a}.wishly-home-shell .bottom-nav{-webkit-backdrop-filter:blur(12px);background:#fcf8fbe6;border-top:1px solid #c7c5ce4d}.wishly-home-shell .bottom-nav__item{color:#5d5e63;font-size:12px;line-height:12px}.wishly-home-shell .bottom-nav__item.is-active{color:#242941}.wishly-home-shell .bottom-nav__item .material-symbols-outlined{color:currentColor;font-size:20px}.top-bar{z-index:20;-webkit-backdrop-filter:blur(10px);background:#fcf8fbcc;border-bottom:1px solid #c7c5ce4d;position:sticky;top:0}.list-page{padding-top:16px}.list-summary h2{font-size:28px;line-height:34px}.list-summary__privacy{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:4px;margin:8px 0 6px;font-size:11px;font-weight:600;display:inline-flex}.list-summary__privacy .material-symbols-outlined,.quote-card .material-symbols-outlined{font-size:18px}.quote-card,.link-card{background:#ffffffd6;border:1px solid #c7c5ce47;border-radius:18px;align-items:flex-start;gap:12px;margin-top:20px;padding:16px;display:flex}.quote-card{color:var(--muted-2);background:#f6f3f5e6}.quote-card--list-page{background:#f6f3f5;border-color:#c7c5ce33;border-radius:12px;padding:17px 17px 25px}.quote-card--list-page .material-symbols-outlined{color:#77767e;margin-top:2px;font-size:14px}.quote-card--list-page p{color:#1b1b1d;font-size:16px;font-style:italic;line-height:24px}.quote-card p,.link-card strong,.link-card span{margin:0}.link-card{justify-content:space-between;align-items:center}.link-card span{color:#2429419e;letter-spacing:.12em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:700;display:block}.link-card strong{color:var(--primary);font-size:15px}.toolbar{grid-template-columns:1fr auto;align-items:center;gap:14px;margin-top:16px;display:grid}.segment-control{background:#f2f2f7;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;min-height:34px;padding:2px;display:grid}.segment-control--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;width:fit-content}.segment-control button{color:#46464d;border-radius:6px;min-height:30px;padding:0 8px;font-size:12px;font-weight:500;line-height:16px;transition:background .18s,color .18s,box-shadow .18s}.segment-control button.is-active{color:#242941;background:#fffffffa;box-shadow:0 3px 4px #0000001f,0 3px .5px #0000000a}.product-collection{gap:11px;margin-top:8px;display:grid}.product-collection--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{border-radius:18px;overflow:hidden}.product-card--list{grid-template-columns:120px 1fr;display:grid}.product-card--list-aligned{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;height:121px;box-shadow:0 1px 2px #0000000d}.product-card__image-wrap{aspect-ratio:1;background:var(--surface-blue);position:relative}.product-card--list .product-card__image-wrap{aspect-ratio:auto;height:120px}.product-card__body{gap:8px;padding:14px;display:grid}.product-card--list-aligned .product-card__body{justify-content:center;gap:0;padding:12px}.product-card__brand{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.product-card--list-aligned .product-card__brand{color:#242941;letter-spacing:1px;padding-bottom:4px;font-size:10px;line-height:15px}.product-card--list-aligned h3{padding-bottom:8px;font-size:16px;font-weight:600;line-height:24px}.product-card__price{margin-top:auto;font-size:13px}.product-card--list-aligned .product-card__price{color:#46464d;margin-top:0;font-size:16px;line-height:24px}.product-card.is-muted{opacity:.82}.product-card--list-aligned.is-muted{opacity:.8}.is-striked{text-decoration:line-through}.badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 6px 12px #00000014}.product-card--list-aligned .badge{letter-spacing:.5px;min-height:16px;padding:0 8px;font-size:10px;font-weight:400;line-height:15px;top:7px;left:8px;box-shadow:0 1px 1px #0000000d}.badge--urgent{color:#7a120b;background:var(--danger-bg)}.badge--desired{color:#fff;background:var(--success-bg)}.badge--later{color:#fff;background:var(--info-bg)}.badge--bought{color:#46464d;background:#dcd9db}.wishly-list-shell .bottom-nav{-webkit-backdrop-filter:blur(10px);background:#fcf8fbe6;border-top:1px solid #c7c5ce4d}.wishly-list-shell .bottom-nav__item{color:#46464d;letter-spacing:-.025em;font-size:11px;font-weight:600;line-height:13px}.wishly-list-shell .bottom-nav__item.is-active{color:#242941}.wishly-list-shell .bottom-nav__item .material-symbols-outlined{color:currentColor;font-size:18px}.wishly-list-shell .top-bar__inner{height:56px;padding:0 16px}.wishly-list-shell .top-bar h1{color:#242941;letter-spacing:-.025em;font-size:22px;font-weight:600;line-height:28px}.wishly-list-shell .icon-button{width:28px;height:28px}.wishly-list-shell .icon-button .material-symbols-outlined{font-size:18px}.create-flow-screen{background:#fcf8fb;min-height:100vh}.create-flow-header{z-index:20;-webkit-backdrop-filter:blur(10px);background:#fcf8fbd6;border-bottom:1px solid #c7c5ce52;position:sticky;top:0}.create-flow-header__inner{grid-template-columns:40px 1fr 40px;align-items:center;width:min(100%,760px);height:64px;margin:0 auto;padding:0 16px;display:grid}.create-flow-header__inner h1{text-align:center;color:#242941;letter-spacing:-.025em;margin:0;font-size:22px;font-weight:600;line-height:28px}.create-flow-header__button,.create-flow-header__spacer{justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.create-flow-header__button{color:#0f142b}.create-flow-page{width:min(100%,760px);margin:0 auto;padding:24px 16px 188px}.create-list-form-v2{gap:24px;display:grid}.create-list-cover{justify-items:center;display:grid}.create-list-cover__button{position:relative}.create-list-cover__art{background:linear-gradient(#b8afbb 0%,#a299a6 100%);border:1px solid #c7c5ce57;border-radius:20px;width:198px;height:252px;position:relative;overflow:hidden;box-shadow:0 12px 24px #2429411f}.create-list-cover__art img{object-fit:cover;opacity:.26;width:100%;height:100%}.create-list-cover__art.has-image img{opacity:1}.create-list-cover__overlay{place-items:center;display:grid;position:absolute;inset:0}.create-list-cover__phone{background:#fff;border-radius:24px;width:94px;height:188px;padding:18px 12px;box-shadow:0 8px 20px #00000029,inset 0 1px #ffffffe0}.create-list-cover__phone-notch{background:#1b1b1d;border-radius:999px;width:28px;height:4px;margin:0 auto 16px}.create-list-cover__phone-lines{gap:7px;display:grid}.create-list-cover__phone-lines span{background:#fcf8fb;border:1px solid #c7c5ce85;border-radius:4px;height:12px}.create-list-cover__edit{color:#fff;background:#0f142b;border-radius:999px;place-items:center;width:60px;height:60px;display:grid;position:absolute;bottom:-8px;right:-8px;box-shadow:0 10px 20px #0f142b42}.create-list-cover p{color:#5d5e63;margin:18px 0 0;font-size:15px;line-height:20px}.create-list-input{gap:8px;display:grid}.create-list-input span{color:#46464d;font-size:13px;font-weight:500;line-height:18px}.create-list-input__control{background:#f6f3f5;border:1px solid #0000;border-radius:14px;align-items:center;min-height:56px;padding:0 16px;transition:border-color .2s,box-shadow .2s;display:flex}.create-list-input__control:focus-within{box-shadow:0 0 0 4px var(--accent-ring);border-color:#24294152}.create-list-input__control input{color:#1b1b1d;width:100%;padding:14px 0;font-size:16px;line-height:24px}.create-list-input__control input::placeholder{color:#77767e}.create-list-input__control--multiline{align-items:stretch;min-height:0;padding:6px 16px}.create-list-input__control textarea{color:#1b1b1d;width:100%;font:inherit;resize:vertical;background:0 0;border:0;outline:0;min-height:74px;padding:10px 0;font-size:16px;line-height:22px}.create-list-input__control textarea::placeholder{color:#77767e}.create-list-privacy h2{color:#1b1b1d;margin:0 0 16px;font-size:20px;font-weight:600;line-height:28px}.create-list-privacy__card,.settings-card{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.create-list-privacy-option__input{opacity:0;pointer-events:none;position:absolute}.create-list-privacy-option+.create-list-privacy-option,.settings-card>*+*{border-top:1px solid #c7c5ce3d}.create-list-privacy-option__label{background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px;transition:background .18s;display:grid}.create-list-privacy-option__input:checked+.create-list-privacy-option__label{background:#f6f3f5}.create-list-privacy-option__icon{color:#0f142b}.create-list-privacy-option__icon .material-symbols-outlined{font-size:24px;position:static}.create-list-privacy-option__copy strong,.settings-row strong{color:#1b1b1d;font-size:16px;font-weight:600;line-height:24px;display:block}.create-list-privacy-option__copy p,.settings-row p{color:#5d5e63;margin:4px 0 0;font-size:12px;line-height:18px}.create-list-privacy-option__radio{background:#fff;border:2px solid #c7c5ce;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.create-list-privacy-option__radio:after{content:"";background:0 0;border-radius:999px;width:8px;height:8px}.create-list-privacy-option__input:checked+.create-list-privacy-option__label .create-list-privacy-option__radio{background:#0f142b;border-color:#0f142b}.create-list-privacy-option__input:checked+.create-list-privacy-option__label .create-list-privacy-option__radio:after{background:#fff}.create-list-advanced-link{color:#1b1b1d;justify-content:space-between;align-items:center;padding:4px 4px 0;font-size:16px;line-height:24px;display:flex}.create-list-advanced-link__trigger{color:#0f142b;place-items:center;width:32px;height:32px;display:grid}.create-flow-footer{z-index:30;background:linear-gradient(#fcf8fb00 0%,#fcf8fb 34%);padding:16px;position:fixed;bottom:0;left:0;right:0}.create-flow-footer__inner{width:min(100%,760px);margin:0 auto}.create-flow-submit{color:#fff;background:#242941;border-radius:999px;min-height:56px;font-size:16px;font-weight:600;line-height:24px;box-shadow:0 12px 24px #2429412e}.activity-shell{background:#fcf8fb}.activity-page{padding-top:28px;padding-bottom:172px}.activity-topbar__brand{justify-content:center}.activity-topbar__spacer{width:38px;height:38px}.activity-page__controls{gap:14px;display:grid}.activity-search{box-shadow:none;background:#f6f3f5;border-color:#0000;border-radius:12px;margin-top:0}.activity-search .material-symbols-outlined{color:#6b7280}.activity-search input{color:#6b7280;padding-top:14px;padding-bottom:14px;font-size:16px}.activity-tabs{background:#eae7ea;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:4px;display:grid}.activity-tabs button{color:#46464d;border-radius:10px;min-height:40px;font-size:15px;font-weight:500;line-height:20px}.activity-tabs button.is-active{color:#1b1b1d;background:#fff;box-shadow:0 2px 8px #0000000a}.activity-feed{gap:16px;margin-top:24px;display:grid}.activity-request-card{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;align-items:flex-start;gap:12px;padding:14px;display:flex;box-shadow:0 2px 8px #0000000a}.activity-avatar{border-radius:999px;flex-shrink:0;width:44px;height:44px;position:relative}.activity-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.activity-avatar--request{width:48px;height:48px}.activity-avatar__badge{color:#fff;background:#242941;border:2px solid #fff;border-radius:999px;place-items:center;width:20px;height:20px;display:grid;position:absolute;bottom:-3px;right:-3px}.activity-avatar__badge .material-symbols-outlined{font-size:12px;position:static}.activity-avatar--system{color:#242941;background:#dfe3ff;place-items:center;display:grid}.activity-request-card__body,.activity-list-item__body{flex:1;min-width:0}.activity-request-card__meta,.activity-list-item__meta{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.activity-request-card__meta p,.activity-list-item__meta p{color:#1b1b1d;min-width:0;margin:0;font-size:14px;line-height:21px}.activity-request-card__meta span,.activity-list-item__meta span{color:#5d5e63;text-align:right;flex-shrink:0;width:52px;font-size:11px;line-height:16px}.activity-request-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.activity-request-card__accept,.activity-request-card__decline{border-radius:10px;width:100%;min-width:0;min-height:38px;padding:0 12px;font-size:13px;font-weight:500;line-height:18px}.activity-request-card__accept{color:#fff;background:#242941}.activity-request-card__decline{color:#5d5e63;background:#e2e2e8}.activity-list-item{align-items:flex-start;gap:12px;display:flex}.activity-list-item__body{border-bottom:1px solid #c7c5ce3d;min-width:0;padding-bottom:20px}.activity-list-item__target{color:#1b1b1d;font-weight:500}.activity-list-item__target.is-standalone,.activity-list-item__suffix{display:inline}.activity-list-item__preview{border:1px solid #c7c5ce3d;border-radius:12px;width:72px;height:72px;margin-top:12px;overflow:hidden}.activity-list-item__preview img{object-fit:cover;width:100%;height:100%}.activity-list-item__privacy{color:#5d5e63;align-items:center;gap:4px;margin-top:8px;font-size:12px;font-style:italic;line-height:18px;display:inline-flex}.activity-list-item__privacy .material-symbols-outlined{font-size:16px;position:static}.activity-list-item__faces{align-items:center;margin-top:12px;display:flex}.activity-list-item__faces img{border:2px solid #fcf8fb;border-radius:999px;width:22px;height:22px}.activity-list-item__faces img+img{margin-left:-8px}.activity-shell .fab{background:#242941;width:56px;height:56px;bottom:94px;right:24px;box-shadow:0 12px 24px #24294133}.activity-shell .fab .material-symbols-outlined{font-size:24px}.activity-shell .bottom-nav{-webkit-backdrop-filter:blur(12px);background:#fcf8fbe6;border-top:1px solid #c7c5ce4d}.activity-shell .bottom-nav__item{color:#5d5e63;font-size:12px;line-height:12px}.activity-shell .bottom-nav__item.is-active{color:#242941}.activity-shell .bottom-nav__item .material-symbols-outlined{color:currentColor;font-size:20px}.explore-shell,.profile-shell,.collaborators-shell{background:#fcf8fb}.explore-topbar,.profile-topbar,.collaborators-topbar{z-index:20;padding-top:env(safe-area-inset-top,0px);-webkit-backdrop-filter:blur(10px);background:#fcf8fbd6;border-bottom:1px solid #c7c5ce4d;position:sticky;top:0}.explore-topbar__inner,.profile-topbar__inner,.collaborators-topbar__inner{width:min(100%, var(--content-width));justify-content:space-between;align-items:center;height:56px;margin:0 auto;padding:0 16px;display:flex}.explore-topbar__spacer,.profile-topbar__spacer{width:38px;height:38px}.explore-topbar__inner h1,.profile-topbar__inner h1,.collaborators-topbar__inner h1{color:#242941;margin:0;font-size:20px;font-weight:600;line-height:28px}.explore-page,.profile-page,.collaborators-page{padding-top:72px}.explore-page{padding-top:16px}.explore-search,.collaborators-search{box-shadow:none;background:#f6f3f5;border-color:#c7c5ce29;border-radius:12px;margin-top:0;margin-bottom:6px}.explore-search .material-symbols-outlined,.collaborators-search .material-symbols-outlined{color:#77767e}.explore-search input,.collaborators-search input{color:#77767e;padding-top:13px;padding-bottom:13px;font-size:14px;line-height:20px}.explore-section+.explore-section{margin-top:28px}.explore-section__heading{margin-bottom:14px}.explore-section__heading h2{color:#1b1b1d;margin:0;font-size:18px;font-weight:600;line-height:24px}.section-link--compact{font-size:12px;line-height:18px}.explore-product-row{scrollbar-width:none;grid-auto-columns:108px;grid-auto-flow:column;gap:12px;padding-bottom:4px;display:grid;overflow-x:auto}.explore-product-row::-webkit-scrollbar{display:none}.explore-product-card{color:inherit;gap:8px;display:grid}.explore-product-card__media{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;height:138px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.explore-product-card__media img{object-fit:cover;width:100%;height:100%}.explore-product-card__favorite{color:#c7c5ce;background:#ffffffeb;border-radius:999px;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:8px;right:8px}.explore-product-card__favorite .material-symbols-outlined{font-size:14px;position:static}.explore-product-card__details p,.explore-product-card__details h3,.explore-product-card__details strong{margin:0}.explore-product-card__details p{color:#77767e;font-size:11px;line-height:16px}.explore-product-card__details h3{color:#1b1b1d;font-size:13px;font-weight:500;line-height:18px}.explore-product-card__details strong{color:#242941;margin-top:2px;font-size:13px;line-height:18px;display:block}.explore-ranking-list{gap:10px;display:grid}.explore-ranking-card{background:#ffffffdb;border:1px solid #c7c5ce4d;border-radius:14px;grid-template-columns:28px 56px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid;box-shadow:0 6px 14px #2429410d}.explore-ranking-card__position{color:#242941;background:#24294114;border-radius:999px;place-items:center;width:28px;height:28px;font-size:13px;font-weight:600;line-height:18px;display:grid}.explore-ranking-card__media{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;width:56px;height:56px;overflow:hidden}.explore-ranking-card__media img{object-fit:cover;width:100%;height:100%}.explore-ranking-card__content{min-width:0}.explore-ranking-card__content p,.explore-ranking-card__content h3,.explore-ranking-card__content strong{margin:0}.explore-ranking-card__content p{color:#77767e;font-size:11px;line-height:16px}.explore-ranking-card__content h3{color:#1b1b1d;font-size:13px;font-weight:500;line-height:18px}.explore-ranking-card__content strong{color:#242941;margin-top:2px;font-size:12px;font-weight:600;line-height:16px;display:block}.explore-ranking-card__meta{color:#77767e;white-space:nowrap;font-size:11px;line-height:16px}.explore-creators{display:none}.explore-friends-row{scrollbar-width:none;grid-auto-columns:88px;grid-auto-flow:column;gap:12px;padding-bottom:4px;display:grid;overflow-x:auto}.explore-friends-row::-webkit-scrollbar{display:none}.profile-page{padding-top:16px;padding-bottom:104px}.profile-hero-card{background:radial-gradient(circle at top,#fffffff5,#ffffffe0),linear-gradient(#f6f3f5e6,#fcf8fbf2);border:1px solid #c7c5ce57;border-radius:28px;padding:22px 18px 18px;box-shadow:0 18px 40px #24294114,inset 0 1px #ffffffe6}.profile-hero{text-align:center;justify-items:center;gap:0;display:grid}.profile-hero__avatar{background:linear-gradient(#f7dfb3 0%,#b07435 100%);border-radius:999px;width:104px;height:104px;padding:4px;position:relative;box-shadow:0 12px 24px #9d6a322e,0 3px 10px #24294114}.profile-hero__avatar img,.profile-hero__avatar-fallback{object-fit:cover;border:3px solid #fff;border-radius:999px;place-items:center;width:100%;height:100%;display:grid}.profile-hero__avatar-fallback{color:#fff;font-family:var(--font-serif);background:linear-gradient(#2f3551 0%,#242941 100%);font-size:40px;font-weight:600;line-height:1}.profile-hero__avatar-edit{color:#242941;cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .12s;display:inline-flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #0003}.profile-hero__avatar-edit:active{transform:scale(.92)}.profile-hero__avatar-edit .material-symbols-outlined{font-size:18px}.profile-hero h2{color:#1b1b1d;letter-spacing:-.03em;margin:18px 0 4px;font-size:26px;font-weight:700;line-height:32px}.profile-hero__handle{color:#5d5e63;margin:0;font-size:14px;line-height:20px}.profile-hero__bio{color:#77767e;width:min(100%,320px);margin:12px 0 0;font-size:14px;line-height:20px}.profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;margin-top:22px;display:grid}.profile-stat-card{background:linear-gradient(#fffffffa,#f6f3f5e0);border:1px solid #c7c5ce42;border-radius:20px;padding:16px 10px 14px;position:relative;box-shadow:0 10px 22px #2429410d,inset 0 1px #ffffffe6}.profile-stat-card:before{content:"";background:#2429411f;border-radius:999px;width:26px;height:4px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.profile-stat-card--1:before{background:linear-gradient(90deg,#2429412e,#2429418f)}.profile-stat-card--2:before{background:linear-gradient(90deg,#9d6a323d,#9d6a32b8)}.profile-stat-card--3:before{background:linear-gradient(90deg,#6b72803d,#2429419e)}.profile-stat-card strong,.profile-stat-card span{display:block}.profile-stat-card strong{color:#242941;letter-spacing:-.02em;margin-top:8px;font-size:20px;font-weight:700;line-height:24px}.profile-stat-card span{color:#77767e;-webkit-hyphens:none;hyphens:none;word-break:keep-all;overflow-wrap:normal;margin-top:4px;font-size:11px;line-height:15px}.profile-stat-card--action{cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.profile-stat-card--action:hover{border-color:#c7c5ce80;transform:translateY(-2px);box-shadow:0 10px 22px #2429411a}.profile-stat-card--action:active{transform:scale(.98)}.profile-stat-card span .profile-stat-card__lock{vertical-align:-2px;color:#9a99a1;margin-right:3px;font-size:13px;display:inline;position:static}.profile-stat-card__locked-value{color:#9a99a1!important}.profile-stat-card__locked-value .material-symbols-outlined{font-size:22px;position:static}.person-item--link{color:inherit;text-decoration:none}.profile-page .explore-section{margin-top:28px}.explore-creator-card{text-align:center;cursor:pointer;justify-items:center;gap:6px;text-decoration:none;display:grid}.explore-creator-card--friend{width:84px}.explore-creator-card__avatar{background:var(--accent-gradient);border-radius:999px;width:64px;height:64px;padding:3px;transition:transform .16s,box-shadow .16s}.explore-creator-card:hover .explore-creator-card__avatar{transform:translateY(-2px);box-shadow:0 10px 20px #2429413d}.explore-creator-card:active .explore-creator-card__avatar{transform:scale(.96)}.explore-creator-card__avatar img,.explore-creator-card__initial{object-fit:cover;border:2px solid #fff;border-radius:999px;place-items:center;width:100%;height:100%;display:grid}.explore-creator-card__initial{color:#fff;font-family:var(--font-serif);background:linear-gradient(#2f3551 0%,#242941 100%);font-size:22px;font-weight:600;line-height:1}.explore-creator-card:hover h3{text-decoration:underline}.explore-creator-card h3,.explore-creator-card p{margin:0}.explore-creator-card h3{color:#1b1b1d;white-space:nowrap;text-overflow:ellipsis;max-width:84px;font-size:13px;font-weight:500;line-height:18px;overflow:hidden}.explore-creator-card p{color:#77767e;white-space:nowrap;text-overflow:ellipsis;max-width:84px;font-size:11px;line-height:15px;overflow:hidden}.collaborators-page__add{color:#fff;background:#242941;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;margin-top:12px;font-size:13px;font-weight:500;line-height:18px;display:inline-flex}.collaborators-page__add .material-symbols-outlined{font-size:16px;position:static}.collaborators-card{background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;margin-top:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.collaborator-row{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;display:grid}.collaborator-row+.collaborator-row{border-top:1px solid #c7c5ce3d}.collaborator-avatar{background:#f6f3f5;border-radius:8px;width:40px;height:40px;overflow:hidden}.collaborator-avatar img{object-fit:cover;width:100%;height:100%}.collaborator-avatar.is-initial{color:#46464d;background:#c8ad68;border-radius:999px;place-items:center;font-size:18px;font-weight:500;display:grid}.collaborator-row__copy h2,.collaborator-row__copy p{margin:0}.collaborator-row__copy h2{color:#1b1b1d;font-size:16px;font-weight:500;line-height:24px}.collaborator-row__copy p{color:#77767e;font-size:12px;line-height:18px}.collaborator-row__more .material-symbols-outlined{font-size:18px}.collaborators-page__leave{color:#ef4444;text-align:center;width:100%;margin-top:28px;font-size:15px;line-height:20px}@media (width>=768px){.activity-request-card__meta p,.activity-list-item__meta p{font-size:16px;line-height:24px}.activity-request-card__meta span,.activity-list-item__meta span{width:auto;font-size:12px;line-height:18px}.activity-request-card__accept,.activity-request-card__decline{min-height:40px;font-size:14px;line-height:20px}.activity-list-item__preview{width:88px;height:88px}}.create-flow-page--advanced{gap:24px;display:grid}.settings-section{gap:12px;display:grid}.settings-section h2{color:#5d5e63;letter-spacing:.05em;text-transform:uppercase;margin:0;padding-left:8px;font-size:12px;font-weight:600;line-height:18px}.settings-row{text-align:left;background:#fff;grid-template-columns:1fr auto;align-items:center;gap:16px;width:100%;padding:16px;display:grid}.settings-row__copy{min-width:0}.settings-row__value{color:#5d5e63;align-items:center;gap:4px;font-size:16px;line-height:24px;display:inline-flex}.settings-row__value .material-symbols-outlined{color:#77767e;font-size:20px;position:static}.settings-switch{background:#c7c5ce;border-radius:999px;align-items:center;width:50px;height:28px;padding:2px;display:inline-flex}.settings-switch span{background:#fff;border-radius:999px;width:24px;height:24px;transition:transform .18s}.settings-switch.is-active{background:#0f142b}.settings-switch.is-active span{transform:translate(22px)}.settings-section--danger p{color:#5d5e63;text-align:center;margin:0;padding:0 8px;font-size:11px;line-height:15px}.settings-reset{color:#ba1a1a;background:#fff;border:1px solid #c7c5ce4d;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:72px;padding:0 20px;font-size:16px;line-height:24px;display:flex;box-shadow:0 2px 8px #0000000a}.settings-reset .material-symbols-outlined{font-size:22px;position:static}@media (width>=768px){.create-flow-page{padding-left:40px;padding-right:40px}.create-flow-submit{min-height:56px;font-size:16px}.create-list-input__control{min-height:64px}.create-list-input__control input{font-size:16px}.pull-refresh__indicator{top:84px}.auth-card{padding:40px 32px}.page{padding:32px 40px 56px}.desktop-header{display:block}.wishly-home-topbar__inner,.wishly-home-page,.lists-page{padding-left:40px;padding-right:40px}.mobile-hero{display:none}.desktop-hero{margin-top:8px;display:block}.search-box{max-width:720px;margin-top:18px}.trending-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wishly-home-list-row{grid-auto-columns:256px}.wishly-shared-grid,.lists-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fab,.bottom-nav{display:none}.app-shell{padding-bottom:0}.top-bar{border-radius:0}.toolbar{grid-template-columns:1fr auto;align-items:center}.product-collection--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lists-shell .bottom-nav{display:none}}@keyframes pull-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=1024px){.product-collection--grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lists-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.app-top-nav{display:none}@media (width>=768px){.app-top-nav{z-index:var(--z-nav);background:var(--surface);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:block;position:sticky;top:0}.app-top-nav__inner{max-width:var(--content-width);align-items:center;gap:var(--space-4);height:64px;padding:0 var(--page-padding);margin:0 auto;display:flex}.app-top-nav__brand{letter-spacing:.08em;color:var(--text);align-items:center;gap:10px;font-weight:800;display:inline-flex}.app-top-nav__logo{background:var(--accent);color:#fff;letter-spacing:0;border-radius:10px;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.app-top-nav__links{align-items:center;gap:var(--space-1);margin-left:var(--space-4);display:flex}.app-top-nav__link{color:var(--muted);font-weight:600;font-size:var(--text-sm);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;transition:background .15s,color .15s;display:inline-flex}.app-top-nav__link .material-symbols-outlined{font-size:20px}.app-top-nav__link:hover{background:var(--surface-low);color:var(--text)}.app-top-nav__link.is-active{background:var(--surface-blue-strong);color:var(--accent)}.app-top-nav__bell{margin-left:auto}.app-top-nav__account{position:relative}.app-top-nav__avatar-btn{border:1px solid #0000;border-radius:999px;align-items:center;gap:2px;padding:3px 4px 3px 3px;transition:background .15s,border-color .15s;display:inline-flex}.app-top-nav__avatar-btn:hover,.app-top-nav__avatar-btn.is-open{background:var(--surface-low);border-color:var(--line)}.app-top-nav__caret{color:var(--muted);font-size:18px}.app-top-nav__menu{border:1px solid var(--line);background:var(--surface-strong);min-width:208px;box-shadow:var(--shadow-2);z-index:var(--z-nav);border-radius:14px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.app-top-nav__menu-item{width:100%;color:var(--text);font-size:var(--text-sm);text-align:left;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-weight:500;transition:background .15s;display:flex}.app-top-nav__menu-item .material-symbols-outlined{color:var(--muted);font-size:20px}.app-top-nav__menu-item:hover{background:var(--surface-low)}.app-top-nav__menu-item--danger,.app-top-nav__menu-item--danger .material-symbols-outlined{color:var(--danger)}.wishly-home-topbar,.explore-topbar,.profile-topbar,.collaborators-topbar,.top-bar{display:none}.page{max-width:var(--content-width);margin:0 auto}}@media (width>=1440px){.wishly-shared-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.settings-row--with-icon{grid-template-columns:auto 1fr auto}.settings-row__lead{color:var(--muted);font-size:22px}.settings-row--select{cursor:pointer;transition:background .15s}.settings-row--select:hover{background:var(--surface-low)}.profile-actions{gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;justify-content:center;display:flex}.profile-menu{margin-top:var(--space-6);margin-bottom:var(--space-6)}.profile-edit-form{gap:var(--space-4);display:grid}.profile-edit-field{gap:6px;display:grid}.profile-edit-field span,.profile-edit-field__label{font-size:var(--text-sm);color:var(--muted-2);font-weight:600}.profile-edit-field input,.profile-edit-field textarea{width:100%;color:var(--text);font:inherit;resize:vertical;background:#f2f2f7;border:1px solid #0000;border-radius:14px;padding:13px 14px;transition:border-color .18s,box-shadow .18s}.profile-edit-field input:focus,.profile-edit-field textarea:focus{border-color:#2429414d;outline:none;box-shadow:0 0 0 4px #2429410f}.edit-list-privacy{gap:8px;display:grid}.profile-edit-actions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-2);display:flex}.top-bar__spacer{visibility:hidden;pointer-events:none}.settings-page{gap:var(--space-6);display:grid}.settings-page .settings-section h2{margin:0 0 4px}.auth-brand{color:var(--text);align-items:center;gap:10px;margin-bottom:18px;font-weight:800;display:inline-flex}.auth-brand__logo{background:var(--accent);color:#fff;border-radius:11px;place-items:center;width:36px;height:36px;font-size:18px;font-weight:700;display:grid}.auth-brand__name{letter-spacing:.04em;font-size:18px}.field__toggle{width:36px;height:36px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;transition:background .15s;display:inline-flex;position:absolute;right:8px}.field__toggle .material-symbols-outlined{font-size:20px;position:static}.field__toggle:hover{color:var(--text);background:#0000000d}.field__control:has(.field__toggle) input{padding-right:48px}.link-button{color:var(--accent);background:0 0;font-size:13px;font-weight:500}.social-actions{grid-template-columns:1fr 1fr}.social-icon{flex-shrink:0}.explore-product-card__favorite.is-following{background:var(--accent);color:#fff}.route-loader{place-items:center;min-height:100vh;display:grid}.route-loader__spinner{border:3px solid var(--surface-low);border-top-color:var(--accent);border-radius:999px;width:36px;height:36px;animation:.8s linear infinite ui-spin}@keyframes ui-spin{to{transform:rotate(360deg)}}.wishly-home-hero{align-items:flex-start;gap:var(--space-8);padding:var(--space-10) var(--space-5) var(--space-8);background-image:radial-gradient(at 12% 0,#d3e4fe66 0,#0000 52%),radial-gradient(at 88% 4%,#e2e2e252 0,#0000 50%),radial-gradient(at 50% 100%,#dae2fd73 0,#0000 55%);flex-direction:column;margin:-24px -16px 0;display:flex}.wishly-home-hero__copy{gap:var(--space-3);flex-direction:column;max-width:340px;display:flex}.wishly-home-hero__copy h1{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text);margin:0;font-size:42px;font-weight:500;line-height:1.12}.wishly-home-hero__copy h1 em{color:var(--muted);font-style:italic}.wishly-home-hero__copy p{max-width:280px;font-size:var(--text-base);color:var(--muted);margin:0;font-weight:300;line-height:1.6}.wishly-home-capture{width:100%;max-width:380px;position:relative}.wishly-home-capture__icon{left:var(--space-4);color:var(--muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.wishly-home-capture input{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-strong);width:100%;height:56px;color:var(--text);font-size:var(--text-base);box-shadow:var(--shadow-1);padding:0 104px 0 48px}.wishly-home-capture input::placeholder{color:var(--muted)}.wishly-home-capture input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2429411a}.wishly-home-capture button{right:var(--space-2);height:40px;padding:0 var(--space-4);border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-contrast);font-size:var(--text-sm);font-weight:600;position:absolute;top:50%;transform:translateY(-50%)}.wishly-home-journey{gap:var(--space-8);flex-direction:column;display:flex}.wishly-home-journey__head{border-bottom:1px solid var(--line);padding-bottom:var(--space-3)}.wishly-home-journey__label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin:0;font-size:11px;font-weight:500}.wishly-home-journey__list{gap:var(--space-6);flex-direction:column;display:flex}.wishly-home-journey__item{gap:var(--space-4);align-items:flex-start;display:flex}.wishly-home-journey__num{font-family:var(--font-serif);color:var(--line-strong);flex-shrink:0;font-size:24px;font-style:italic;line-height:1.4}.wishly-home-journey__item h4{margin:0 0 var(--space-1);color:var(--text);font-size:18px;font-weight:500}.wishly-home-journey__item p{color:var(--muted);margin:0;font-size:14px;font-weight:300;line-height:1.6}.wishly-home-section-title{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:500}.wishly-lists{gap:var(--space-6);flex-direction:column;display:flex}.wishly-lists__head{justify-content:space-between;align-items:flex-end;gap:var(--space-4);border-bottom:1px solid var(--line);padding-bottom:var(--space-3);display:flex}.wishly-lists__head h3{color:var(--text);margin:0;font-size:26px;line-height:1}.wishly-lists__all{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);flex-shrink:0;font-size:11px;font-weight:500;transition:color .2s}.wishly-lists__all:hover{color:var(--text)}.wishly-lists__grid{gap:var(--space-8) var(--space-3);grid-template-columns:1fr 1fr;align-items:start;display:grid}.wishly-lists__col{justify-content:space-between;gap:var(--space-3);flex-direction:column;height:100%;display:flex}.wishly-list-card{gap:var(--space-3);flex-direction:column;display:flex}.wishly-list-card--hero{grid-column:1/-1}.wishly-list-card__media{border-radius:var(--radius-sm);background:var(--surface-low);overflow:hidden}.wishly-list-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.wishly-list-card:hover .wishly-list-card__media img{transform:scale(1.04)}.wishly-list-card__media--hero{aspect-ratio:4/3}.wishly-list-card__media--tall{aspect-ratio:3/4}.wishly-list-card__media--square{aspect-ratio:1}.wishly-list-card__meta{flex-direction:column;gap:2px;display:flex}.wishly-list-card__label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:10px}.wishly-list-card__title{font-family:var(--font-serif);color:var(--text);margin:0;font-size:16px;font-style:italic;font-weight:500;line-height:1.2}.wishly-list-card--hero .wishly-list-card__title{font-size:20px}.wishly-list-card__count{color:var(--muted);font-size:13px;font-weight:300}.wishly-list-card__add{padding-bottom:var(--space-2);border-bottom:1px solid var(--line);font-family:var(--font-serif);color:var(--muted);justify-content:space-between;align-items:center;margin-top:auto;font-size:18px;font-style:italic;transition:color .2s,border-color .2s;display:flex}.wishly-list-card__add:hover{color:var(--text);border-color:var(--text)}.list-detail-page{gap:var(--space-6);flex-direction:column;display:flex}.item-add{gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-1);flex-direction:column;display:flex}.item-add__url{align-items:center;display:flex;position:relative}.item-add__url .material-symbols-outlined{color:var(--muted);pointer-events:none;position:absolute;left:12px}.item-add__url input{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-low);width:100%;height:48px;color:var(--text);font-size:var(--text-base);padding:0 14px 0 40px}.item-add__row{gap:var(--space-2);display:flex}.item-add__row input{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-low);height:44px;color:var(--text);font-size:var(--text-sm);padding:0 12px}.item-add__name{flex:auto;min-width:0}.item-add__price{flex:0 0 88px;width:88px}.item-add__row .primary-button{flex:none;min-height:44px}.item-add__status{font-size:var(--text-sm);color:var(--muted);margin:0}.item-add__preview{align-items:center;gap:var(--space-3);display:flex}.item-add__preview-thumb{border-radius:var(--radius-sm);object-fit:cover;background:var(--surface-low);width:48px;height:48px}.item-list{gap:var(--space-3);flex-direction:column;margin:6px 0 0;padding:0;list-style:none;display:flex}.item-card{align-items:center;gap:8px;display:flex;position:relative}.item-card__link{align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-1);flex:auto;transition:border-color .2s;display:flex}a.item-card__link:hover{border-color:var(--accent)}.item-card__media{flex:0 0 64px;width:64px;height:64px;position:relative}.item-card__thumb{border-radius:var(--radius-sm);object-fit:cover;background:var(--surface-low);width:100%;height:100%;display:block}.item-card__thumb--empty{color:var(--muted);place-items:center;display:grid}.item-card__badge{z-index:1;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:9px;font-weight:700;position:absolute;top:-8px;left:4px;box-shadow:0 2px 5px #00000029}button.item-card__badge{cursor:pointer}.item-card__badge--urgent{color:#7a120b;background:var(--danger-bg)}.item-card__badge--desired{color:#fff;background:var(--success-bg)}.item-card__badge--later{color:#fff;background:var(--info-bg)}.item-card__badge--bought{color:#46464d;background:#dcd9db}.item-card__body{flex-direction:column;gap:3px;min-width:0;display:flex}.item-card__store{background:var(--surface-blue-strong);color:var(--accent-soft-text);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:2px 8px;font-size:10px;font-weight:600}.item-card__title{font-size:var(--text-base);color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600;overflow:hidden}.item-card__price{font-size:var(--text-sm);color:var(--muted);font-weight:500}.item-card__open{color:var(--muted);margin-left:auto}.item-card__actions{flex:none;align-items:center;gap:8px;display:flex}.item-card__delete{width:32px;height:32px;color:var(--danger);border-radius:999px;place-items:center;display:grid}.item-card__delete:hover{background:var(--danger-bg)}button.explore-product-card{text-align:left;cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;padding:0}.explore-product-row--wrap{flex-wrap:wrap;overflow:visible}.explore-empty-hint{color:#77767e;margin:4px 0 0;font-size:14px}.explore-connect{padding:8px 0}.explore-connect__card{text-align:center;border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-1);background:radial-gradient(circle at top,#fffffff5,#ffffffe0),linear-gradient(#f6f3f5e6,#fcf8fbf2);padding:26px 20px 20px}.explore-connect__avatars{width:92px;height:60px;margin:0 auto 18px;position:relative}.explore-connect__avatar{border-radius:999px;place-items:center;display:grid;position:absolute}.explore-connect__avatar .material-symbols-outlined{position:static}.explore-connect__avatar--side{background:var(--surface-low);border:1px solid var(--line);width:48px;height:48px;color:var(--muted);top:6px}.explore-connect__avatar--side .material-symbols-outlined{font-size:24px}.explore-connect__avatar--side:first-child{left:0}.explore-connect__avatar--side:nth-child(2){right:0}.explore-connect__avatar--main{background:var(--accent-gradient);color:#fff;border:2px solid var(--surface-strong);width:46px;height:46px;top:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 16px #24294138}.explore-connect__avatar--main .material-symbols-outlined{font-size:22px}.explore-connect__card h2{font-family:var(--font-serif);color:var(--text);margin:0 0 8px;font-size:22px;font-weight:600}.explore-connect__card p{max-width:280px;color:var(--muted);margin:0 auto 20px;font-size:14px;line-height:1.6}.explore-connect__actions{flex-direction:column;gap:10px;display:flex}.explore-steps{margin-top:20px}.explore-steps__label{color:#9a99a1;letter-spacing:.04em;text-transform:uppercase;margin:0 0 12px;padding-left:2px;font-size:12px;font-weight:600}.explore-steps__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.explore-steps__list li{color:var(--muted-2);align-items:center;gap:12px;font-size:14px;display:flex}.explore-steps__num{background:var(--accent-soft);width:26px;height:26px;color:var(--accent-soft-text);border-radius:999px;flex:none;place-items:center;font-size:13px;font-weight:600;display:grid}.explore-public-toggle{text-align:center;color:var(--muted);border-top:1px solid #c7c5ce4d;margin:24px 0 0;padding-top:18px;font-size:13px}.explore-public-toggle .link-button{font-size:13px;font-weight:600}.explore-lists-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.explore-list-card{text-align:left;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-1);border-radius:18px;flex-direction:column;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;overflow:hidden}.explore-list-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-2);transform:translateY(-2px)}.explore-list-card:active{transform:scale(.985)}.explore-list-card__media{aspect-ratio:4/3;background:var(--surface-low);position:relative}.explore-list-card__media img{object-fit:cover;width:100%;height:100%}.explore-list-card__count{color:#fff;-webkit-backdrop-filter:blur(6px);background:#1416229e;border-radius:999px;align-items:center;gap:4px;padding:4px 9px;font-size:12px;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:8px;right:8px}.explore-list-card__count .material-symbols-outlined{color:#fff;font-size:14px;position:static}.explore-list-card__body{gap:8px;padding:12px;display:grid}.explore-list-card__body h3{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;line-height:19px;display:-webkit-box;overflow:hidden}.explore-list-card__owner{align-items:center;gap:7px;min-width:0;display:flex}.explore-list-card__owner span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.explore-list-card__owner .ui-avatar{flex:none}.wishly-shared-card__count{color:#77767e;font-size:13px}.list-detail-readonly{color:#46464d;background:#f2f2f7;border-radius:12px;align-items:center;gap:8px;margin:0 0 12px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.list-detail-readonly .material-symbols-outlined{font-size:18px}.share-form{gap:12px;margin-bottom:20px;display:grid}.share-form__row{align-items:stretch;gap:10px;display:flex}.share-form__role-chips{flex:1}.share-list{gap:10px;display:grid}.share-list__empty{color:#77767e;margin:0;font-size:14px}.share-list__item{background:#f7f7fa;border-radius:12px;align-items:center;gap:12px;padding:8px 10px;display:flex}.share-list__info{flex:1;gap:2px;min-width:0;display:grid}.share-list__info strong{color:var(--text,#242941);font-size:14px}.share-list__info span{color:#77767e;font-size:12px}.share-list__remove{color:#c93d3d;border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.share-list__remove:hover{background:#c93d3d1a}.list-detail-desc{color:#46464d;white-space:pre-line;margin:0 0 14px;line-height:1.5}.list-detail-actions{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.list-detail-actions__icons{flex:none;gap:6px;display:flex}.list-detail-actions__icon{color:#46464d;background:#f2f2f7;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .12s;display:inline-flex}.list-detail-actions__icon:hover{background:#e7e7ee}.list-detail-actions__icon:active{transform:scale(.94)}.list-detail-actions__icon .material-symbols-outlined{font-size:19px}.list-detail-actions__icon--danger{color:#c93d3d}.list-detail-actions__icon--danger:hover{background:#c93d3d1f}.item-add__upload{cursor:pointer;color:#242941;align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.item-add__upload .material-symbols-outlined{font-size:18px}.item-add__upload--block{color:#46464d;border:1px dashed #24294140;border-radius:12px;justify-content:center;padding:12px}.item-add__preview-info{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.confirm-dialog p{color:#46464d;margin:0 0 18px;line-height:1.5}.confirm-dialog__actions{justify-content:flex-end;gap:12px;display:flex}.lists-page__hero h2{font-family:var(--font-serif);letter-spacing:-.01em;font-size:32px;line-height:1.15}.explore-section__heading h2,.profile-menu h2{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:600}.profile-hero h2{font-family:var(--font-serif);letter-spacing:-.01em}.explore-topbar h1,.profile-topbar h1{font-family:var(--font-serif);font-weight:600}.item-card__reserve{color:#242941;white-space:nowrap;cursor:pointer;background:#f2f2f7;border-radius:999px;flex:none;align-items:center;gap:6px;margin-right:8px;padding:7px 12px;font-size:12px;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.item-card__reserve:hover:not(:disabled){background:#e7e7ee}.item-card__reserve.is-mine{color:#0b8f63;background:#0b8f631f}.item-card__reserve:disabled{opacity:.55;cursor:default}.item-card__reserve .material-symbols-outlined{font-size:16px}.collaborators-section{margin-bottom:22px}.collaborators-section__title{font-family:var(--font-serif);color:#1b1b1d;letter-spacing:-.01em;margin:0 0 10px;font-size:18px;font-weight:600}a.collaborator-row{color:inherit;text-decoration:none}.collaborator-avatar--list{border-radius:12px;overflow:hidden}.collaborator-avatar--list img{object-fit:cover;width:100%;height:100%}.activity-feed{gap:10px;display:grid}.activity-item{color:inherit;background:#fff;border:1px solid #c7c5ce4d;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex;box-shadow:0 2px 8px #00000008}.activity-item__icon{color:#242941;background:#f2f2f7;border-radius:999px;flex:none;place-items:center;width:40px;height:40px;display:grid}.activity-item__icon--reservation{color:#c93d3d;background:#c93d3d1f}.activity-item__icon--collaborator_added{color:#242941;background:#2429411a}.activity-item__icon--item_added{color:#0b8f63;background:#0b8f631f}.activity-item__icon--list_invite{color:#242941;background:#2429411a}.activity-item__icon .material-symbols-outlined{font-size:20px}.activity-item__body{flex:1;min-width:0}.activity-item__body p{color:#1b1b1d;margin:0;font-size:14px;line-height:1.4}.activity-item__body span{color:#8a8a93;margin-top:2px;font-size:12px;display:block}.activity-item__dot{background:#c93d3d;border-radius:999px;flex:none;width:9px;height:9px}.bell-wrap{position:relative}.bell-wrap__badge{color:#fff;text-align:center;background:#c93d3d;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:2px;right:2px}.additem-trigger{margin-top:4px}.additem-form{gap:16px;display:grid}.additem-link{gap:6px;display:grid}.additem-hint{color:#8a8a93;align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.additem-hint.is-loading{color:#242941;font-weight:500}.additem-spinner{border:2px solid #24294140;border-top-color:#242941;border-radius:999px;width:13px;height:13px;animation:.7s linear infinite additem-spin}@keyframes additem-spin{to{transform:rotate(360deg)}}.additem-preview{background:#f2f2f7;border-radius:14px;place-items:center;width:100%;height:180px;display:grid;overflow:hidden}.additem-preview img{object-fit:contain;width:100%;height:100%;padding:8px}.additem-preview-empty{color:#8a8a93;text-align:center;flex-direction:column;align-items:center;gap:6px;padding:0 16px;display:flex}.additem-preview-empty .material-symbols-outlined{opacity:.6;font-size:34px}.additem-actions{align-items:center;gap:12px;display:flex}.additem-upload{cursor:pointer;width:auto;min-height:42px}.additem-remove{color:#c93d3d;font-size:13px;font-weight:500}.additem-row2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.chip-group{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#46464d;white-space:nowrap;background:#f2f2f7;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.chip.is-active{color:#fff;background:#242941}.chip--urgent.is-active{background:var(--danger-bg);color:#7a120b}.chip--desired.is-active{background:var(--success-bg);color:#fff}.chip--later.is-active{background:var(--info-bg);color:#fff}.chip--bought.is-active{color:#46464d;background:#dcd9db}.additem-status{gap:8px;display:grid}.additem-status__label{font-size:var(--text-sm);color:var(--muted-2);font-weight:600}.status-edit{gap:18px;display:grid}.list-item-search,.lists-page__search{margin-bottom:8px}.additem-image{gap:8px;display:grid}.additem-image-options{justify-items:stretch;gap:10px;display:grid}.additem-image-options .additem-upload{width:100%}.additem-or{color:#8a8a93;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.additem-or:before,.additem-or:after{content:"";background:#c7c5ce80;flex:1;height:1px}.additem-url input{width:100%;color:var(--text);font:inherit;background:0 0;padding:12px 14px 12px 44px}.additem-remove{color:#c93d3d;justify-self:center;font-size:13px;font-weight:500}.guard{gap:16px;display:grid}.guard__preview{background:#f2f2f7;border-radius:14px;place-items:center;width:100%;height:150px;display:grid;overflow:hidden}.guard__preview img{object-fit:contain;width:100%;height:100%;padding:8px}.guard__preview-empty{color:#8a8a93;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:0 16px;font-size:13px;display:flex}.guard__preview-empty .material-symbols-outlined{opacity:.6;font-size:30px}.guard__section{gap:8px;display:grid}.guard__label{font-size:var(--text-sm);color:var(--muted-2);font-weight:600}.guard__lists{gap:8px;max-height:232px;display:grid;overflow-y:auto}.guard__list-row{cursor:pointer;background:#f7f7fa;border-radius:12px;align-items:center;gap:12px;padding:8px 10px;transition:background .15s;display:flex}.guard__list-row:hover:not(:disabled){background:#eeeef3}.guard__list-row:disabled{opacity:.6;cursor:default}.guard__list-row--static{cursor:default;background:#f7f7fa}.guard__list-row--static .person-tag{flex:none}.guard__list-thumb{object-fit:cover;background:#e7e7ee;border-radius:10px;flex:none;width:44px;height:44px}.guard__list-info{text-align:left;flex:1;gap:1px;min-width:0;display:grid}.guard__list-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.guard__list-info span{color:#77767e;font-size:12px}.guard__list-row>.material-symbols-outlined{color:#242941;flex:none}.guard__new{border-top:1px solid #c7c5ce66;padding-top:14px}.guard__new-row{align-items:stretch;gap:10px;display:flex}.guard__new-row input{min-width:0;color:var(--text);font:inherit;background:#f2f2f7;border:1px solid #0000;border-radius:14px;flex:1;padding:12px 14px}.guard__new-row input:focus{border-color:#2429414d;outline:none;box-shadow:0 0 0 4px #2429410f}.person-list{gap:8px;display:grid}.person-item{background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-1);border-radius:16px;align-items:center;gap:12px;padding:12px 14px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.person-item:hover{border-color:var(--line-strong);box-shadow:var(--shadow-2);transform:translateY(-1px)}.person-item__main{min-width:0;color:inherit;flex:1;align-items:center;gap:12px;text-decoration:none;display:flex}.person-item__info{gap:1px;min-width:0;display:grid}.person-item__info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.person-item__info span{color:var(--muted);font-size:13px}.person-add{color:#fff;cursor:pointer;background:#242941;border-radius:999px;flex:none;align-items:center;gap:4px;padding:8px 14px;font-size:12px;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.person-add:hover:not(:disabled){opacity:.92}.person-add:active:not(:disabled){transform:scale(.96)}.person-add:disabled{opacity:.5;cursor:default}.person-add .material-symbols-outlined{font-size:16px}.person-tag{color:#77767e;background:#f2f2f7;border-radius:999px;flex:none;align-items:center;gap:4px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.person-tag--friend{color:#0b8f63;background:#0b8f631f}.person-tag .material-symbols-outlined{font-size:15px}.profile-hint{text-align:center;color:#8a8a93;margin:8px 0 0;font-size:12px}.activity-item__icon--friend_request{color:#242941;background:#2429411a}.activity-item__icon--friend_accepted{color:#0b8f63;background:#0b8f631f}.activity-item__actions{gap:8px;margin-top:8px;display:flex}.activity-item__decline{color:#46464d;cursor:pointer;background:#f2f2f7;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600}.activity-item__decline:hover:not(:disabled){background:#e7e7ee}.activity-item:has(.activity-item__actions){align-items:flex-start}.activity-item__profile{color:var(--accent);border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.activity-item__profile:hover{background:var(--accent-soft)}.activity-actor-link{color:inherit;text-underline-offset:2px;font-weight:600;text-decoration:underline}
