@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Lora:ital,wght@1,600&display=swap";:root{--font-ui:"Plus Jakarta Sans", sans-serif;--font-display:"Lora", serif;--color-bg:#fff8f5;--color-card:#fff;--color-sidebar:#fff;--color-brand:#f97316;--color-brand-strong:#ef4444;--color-brand-gradient:linear-gradient(135deg, #f97316, #ef4444);--color-border:#f0ede8;--color-text-primary:#1c1917;--color-text-secondary:#78716c;--color-text-muted:#a8a29e;--color-surface-soft:#faf8f6;--color-surface-tint:#fff1eb;--color-success-bg:#dcfce7;--color-success-text:#166534;--color-warning-bg:#fef3c7;--color-warning-text:#92400e;--color-danger-bg:#fee2e2;--color-danger-text:#991b1b;--color-info-bg:#eff6ff;--color-info-text:#1d4ed8;--color-unread-dot:#f97316;--radius-section:20px;--radius-card:18px;--radius-btn:50px;--radius-btn-square:12px;--radius-input:12px;--radius-pill:50px;--shadow-hover:0 16px 40px #f973161f;--shadow-modal:0 32px 80px #0000002e;--shadow-nudge:0 8px 32px #f9731633;--shadow-soft:0 10px 26px #1c19170f;--transition:all .2s ease;--border:1.5px solid var(--color-border)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-ui);background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6}#root{min-height:100vh}a{color:inherit;transition:var(--transition);text-decoration:none}a:hover{color:inherit}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}input,textarea,select{color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6,p{margin:0}.container{width:min(1200px,100% - 48px);margin:0 auto}.card{background:var(--color-card);border:var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);transition:var(--transition)}.input-field{border:var(--border);border-radius:var(--radius-input);width:100%;min-height:48px;color:var(--color-text-primary);transition:var(--transition);background:#fff;outline:none;padding:12px 16px}.input-field:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px #f973161a}.btn{border-radius:var(--radius-btn);min-height:44px;transition:var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:11px 24px;font-size:14px;font-weight:800;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:var(--color-brand-gradient);color:#fff;box-shadow:0 4px 16px #f973164d}.btn-primary:hover:not(:disabled){box-shadow:0 8px 24px #f9731666}.btn-secondary{color:var(--color-text-secondary);border:var(--border);background:#fff;font-weight:600}.btn-secondary:hover:not(:disabled){background:var(--color-surface-soft)}.btn-text{min-height:auto;color:var(--color-text-secondary);border-radius:8px;padding:6px;font-weight:600}.btn-text:hover:not(:disabled){background:var(--color-surface-tint);color:var(--color-brand);transform:none}.btn-success{background:var(--color-success-bg);color:var(--color-success-text);box-shadow:none}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.w-full{width:100%}.gap-3{gap:12px}.text-secondary,.text-muted{color:var(--color-text-secondary)}.text-danger{color:var(--color-danger-text)}.animate-fade-in{animation:.45s forwards fadeIn}.skeleton{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.container{width:min(100% - 32px,1200px)}}.sb-wrapper{flex:1;max-width:400px;display:flex;position:relative}.sb-input-row{border:var(--border);width:100%;transition:var(--transition);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;display:flex}.sb-input-row.focused,.sb-input-row:focus-within{border-color:var(--color-brand);box-shadow:0 0 0 3px #f973161a}.sb-icon,.sb-section-label,.sb-clear-btn{color:var(--color-text-muted)}.sb-spin{color:var(--color-brand);animation:.8s linear infinite spin}.sb-input-row input{min-width:0;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px}.sb-input-row input::placeholder{color:var(--color-text-muted)}.sb-clear-btn{width:24px;height:24px;transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.sb-clear-btn:hover{background:var(--color-surface-tint);color:var(--color-brand)}.sb-dropdown{border:var(--border);box-shadow:var(--shadow-hover);z-index:120;background:#fff;border-radius:18px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden}.sb-state-msg,.sb-section-label,.sb-footer{padding-left:16px;padding-right:16px}.sb-state-msg{color:var(--color-text-secondary);align-items:center;gap:8px;padding-top:14px;padding-bottom:14px;font-size:13px;display:flex}.sb-section{padding:8px 0}.sb-section+.sb-section,.sb-footer{border-top:1px solid var(--color-border)}.sb-section-label{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;padding-top:4px;padding-bottom:8px;font-size:11px;font-weight:700;display:flex}.sb-section ul{margin:0;padding:0;list-style:none}.sb-item{transition:var(--transition);align-items:center;gap:10px;padding:10px 16px;display:flex}.sb-item:hover{background:var(--color-surface-soft)}.sb-item-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sb-icon-wishlist{background:var(--color-surface-tint);color:var(--color-brand)}.sb-icon-item{background:var(--color-success-bg);color:var(--color-success-text)}.sb-item-text{flex-direction:column;min-width:0;display:flex}.sb-item-name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.sb-item-meta{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sb-badge{border-radius:var(--radius-pill);margin-left:auto;padding:4px 10px;font-size:11px;font-weight:700}.sb-badge-purchased{background:var(--color-success-bg);color:var(--color-success-text)}.sb-footer{color:var(--color-text-muted);background:#fffaf6;padding-top:10px;padding-bottom:10px;font-size:12px}@media (width<=640px){.sb-wrapper{max-width:none}}.app-container{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.navbar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff8f5eb;border-bottom:1px solid #f0ede8cc;padding:20px 0;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;gap:24px;display:flex}.logo{color:var(--color-brand);align-items:center;gap:12px;display:inline-flex}.logo-mark{background:var(--color-brand-gradient);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:inline-flex;box-shadow:0 10px 22px #f9731638}.logo-wordmark{font-family:var(--font-display);color:var(--color-brand);font-size:18px;font-style:italic;font-weight:600}.nav-links,.nav-actions,.topbar-actions{align-items:center;gap:12px;display:flex}.nav-link{color:var(--color-text-secondary);font-size:14px;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--color-brand)}.nav-user-pill,.user-chip{border:var(--border);color:var(--color-text-primary);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:6px 12px 6px 6px;display:inline-flex}.nav-user-avatar,.avatar,.sidebar-user-avatar{background:var(--color-brand-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.nav-user-avatar{width:32px;height:32px;font-size:12px}.mobile-menu-toggle,.mobile-close-btn{color:var(--color-text-secondary);display:none}.nav-actions-mobile{display:none}.dashboard-layout{background:var(--color-bg);min-height:100vh;display:flex}.sidebar{background:var(--color-sidebar);border-right:1px solid var(--color-border);z-index:40;flex-direction:column;width:220px;min-width:220px;height:100vh;display:flex;position:sticky;top:0}.sidebar-header{padding:24px 20px 18px}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:8px 14px 18px;display:flex}.sidebar-link{color:var(--color-text-secondary);transition:var(--transition);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.sidebar-link svg{width:15px;height:15px}.sidebar-link:hover{background:var(--color-surface-soft);color:var(--color-text-primary)}.sidebar-link.active{background:var(--color-surface-tint);color:var(--color-brand);font-weight:700}.sidebar-footer{flex-direction:column;gap:10px;margin-top:auto;padding:14px;display:flex}.sidebar-user-card{background:var(--color-surface-tint);border-radius:14px;align-items:center;gap:12px;padding:16px;display:flex}.sidebar-user-avatar{flex-shrink:0;width:36px;height:36px;font-size:12px}.sidebar-user-copy{min-width:0}.sidebar-user-copy strong{color:var(--color-text-primary);font-size:13px;font-weight:700;display:block}.sidebar-user-copy span{color:var(--color-text-muted);text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.dashboard-main{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-topbar{z-index:30;background:var(--color-bg);border:none;justify-content:space-between;align-items:center;gap:16px;height:auto;padding:20px 32px;display:flex;position:sticky;top:0}.topbar-actions .btn-text{background:0 0;width:36px;height:36px;padding:0}.topbar-actions .btn-text:hover{background:var(--color-surface-tint);color:var(--color-brand)}.avatar{width:34px;height:34px;font-size:13px}.user-chip{padding-right:10px}.user-chip-copy{flex-direction:column;align-items:flex-start;display:flex}.user-chip-name{font-size:14px;font-weight:700}.user-chip-arrow{color:var(--color-text-muted)}.dashboard-content{flex:1;padding:0 32px 32px}.dashboard-content-inner{width:min(100%,1220px)}.sidebar-overlay{display:none}footer{background:#1c1917!important}footer .logo-wordmark{color:#fff}footer a{color:#ffffffa6!important}@media (width<=1024px){.sidebar{transition:var(--transition);position:fixed;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:35;background:#1c191747;display:block;position:fixed;inset:0}.mobile-menu-toggle,.mobile-close-btn{justify-content:center;align-items:center;display:inline-flex}.dashboard-topbar{padding:18px 20px}.dashboard-content{padding:0 20px 28px}}@media (width<=860px){.navbar .container{flex-wrap:wrap}.nav-links{flex-direction:column;align-items:stretch;width:100%;padding-top:8px;display:none}.nav-links.mobile-open{display:flex}.nav-actions{display:none}.nav-actions-mobile{flex-direction:column;width:100%;display:flex}.mobile-menu-toggle{margin-left:auto;display:inline-flex}}@media (width<=640px){.dashboard-topbar{flex-direction:column;align-items:stretch;padding:16px}.topbar-actions{justify-content:space-between}.dashboard-content{padding:0 16px 24px}}.landing-page--wishnest{background:var(--color-bg);flex-direction:column;display:flex}.landing-page--wishnest section[id]{scroll-margin-top:110px}.landing-hero{padding:0}.landing-hero__banner{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;margin:24px 0;padding:52px 48px;position:relative;overflow:hidden}.landing-hero__banner:after{content:"🎁✨";opacity:.1;pointer-events:none;font-size:92px;line-height:1;position:absolute;top:16px;right:24px}.landing-hero__container{z-index:1;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:center;gap:28px;display:grid;position:relative}.landing-hero__copy,.landing-hero-card,.landing-section__header,.landing-nudge__container{position:relative}.landing-kicker,.landing-section__eyebrow,.landing-chip,.landing-tag,.landing-user-note{border-radius:50px}.landing-kicker{color:#7c2d12;background:#ffffff47;border:1px solid #ffffff73;align-items:center;gap:6px;margin-bottom:16px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.landing-title{color:#fff;max-width:22ch;font-size:clamp(26px,4vw,36px);font-weight:800;line-height:1.2;font-family:var(--font-display);font-style:italic}.landing-subtitle{color:#ffffffe0;max-width:480px;margin:14px 0 18px;font-size:14px;font-weight:500;line-height:1.6}.landing-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.landing-chip-row,.landing-feed,.landing-wishlist-grid{flex-wrap:wrap;gap:14px;display:flex}.landing-user-note{color:#fff;background:#ffffff47;border:1px solid #ffffff73;padding:10px 16px}.landing-user-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;font-size:11px;display:block}.landing-chip{color:#fff;background:#ffffff40;border:1px solid #fff6;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.landing-hero__banner .btn-primary{background:var(--color-brand-gradient);color:#fff;box-shadow:0 4px 16px #0000002e}.landing-hero__banner .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.landing-hero__banner .btn-secondary{color:#fff;background:#fff3;border:1.5px solid #ffffff80}.landing-hero__banner .btn-secondary:hover{background:#ffffff52}.landing-user-note strong{color:#fff;font-size:14px;font-weight:800;display:block}.landing-hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff73;border:1px solid #ffffff8c;border-radius:18px;padding:28px 24px;box-shadow:0 4px 20px #00000014}.landing-hero-card__emoji,.landing-hero-card h2,.landing-hero-card p,.landing-hero-card__stats strong,.landing-hero-card__stats span{color:var(--color-text-primary)}.landing-hero-card__emoji{margin-bottom:10px;font-size:28px}.landing-hero-card h2{font-family:var(--font-display);color:var(--color-text-primary);font-size:22px;font-style:italic;line-height:1.25}.landing-hero-card p{color:var(--color-text-secondary);margin-top:8px;font-size:13px}.landing-hero-card__stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px;display:grid}.landing-hero-card__stats div{background:#fff1eb;border:1.5px solid #fbd5bf;border-radius:14px;padding:12px 14px}.landing-hero-card__stats span{text-transform:uppercase;letter-spacing:.08em;color:#7c2d12;font-size:11px;font-weight:700;display:block}.landing-hero-card__stats strong{color:var(--color-brand);margin-top:2px;font-size:26px;display:block}.landing-section{padding:36px 0}.landing-section__header{margin-bottom:20px}.landing-section__eyebrow{color:var(--color-brand);background:#fff1eb;align-items:center;gap:6px;margin-bottom:14px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.landing-section__header h2{font-size:clamp(28px,4vw,34px);font-weight:800}.landing-section__header p{max-width:720px;color:var(--color-text-secondary);margin-top:10px}.landing-wishlist-grid,.landing-feed{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.landing-wishlist-card,.landing-feed-card,.landing-create-card{border:var(--border);transition:var(--transition);background:#fff;border-radius:18px;padding:20px}.landing-wishlist-card:hover,.landing-feed-card:hover,.landing-create-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.landing-wishlist-card__top,.landing-feed-card__top,.landing-wishlist-card__footer{justify-content:space-between;gap:12px;display:flex}.landing-tag{align-items:center;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.landing-tag--birthday{color:#9a3412;background:#fff1eb}.landing-tag--wedding{color:#1d4ed8;background:#eff6ff}.landing-tag--diwali{color:#92400e;background:#fef3c7}.landing-tag--rakhi{color:#7c3aed;background:#f5f3ff}.landing-wishlist-card__count{text-align:right}.landing-wishlist-card__count span{color:var(--color-text-muted);font-size:11px;display:block}.landing-wishlist-card__count strong{color:var(--color-brand);font-size:28px}.landing-wishlist-card h3,.landing-feed-card h3,.landing-create-card h3{margin-top:12px;font-size:15px;font-weight:800}.landing-wishlist-card p,.landing-feed-card p,.landing-create-card p,.landing-wishlist-card__note{color:var(--color-text-secondary);margin-top:8px;font-size:13px}.landing-inline-link,.landing-soft-link,.landing-create-card__cta{color:var(--color-brand);align-items:center;gap:6px;font-size:13px;font-weight:800;display:inline-flex}.landing-create-card{text-align:center;border:2px dashed #fbd5bf;align-items:center}.landing-create-card__icon{width:56px;height:56px;color:var(--color-brand);background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 8px;display:flex}.landing-feed-item{align-items:center;gap:10px;margin-top:10px;display:flex}.landing-feed-item__thumb{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.landing-feed-item__thumb--1{background:linear-gradient(135deg,#f97316,#ef4444)}.landing-feed-item__thumb--2{background:linear-gradient(135deg,#3b82f6,#93c5fd)}.landing-feed-item__thumb--3{background:linear-gradient(135deg,#10b981,#6ee7b7)}.landing-nudge{padding:32px 0 56px}.landing-nudge__container{border:var(--border);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:32px;display:flex}.landing-nudge h2{font-size:28px;font-weight:800}.landing-nudge p{color:var(--color-text-secondary);margin-top:8px}.landing-section--ai{padding-top:8px}.landing-assistant-grid,.landing-steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.landing-assistant-card,.landing-step-card{border:var(--border);transition:var(--transition);background:#fff;border-radius:18px;padding:22px}.landing-assistant-card:hover,.landing-step-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.landing-assistant-card__icon,.landing-step-card__number{border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:inline-flex}.landing-assistant-card__icon{color:var(--color-brand);background:#fff1eb}.landing-step-card__number{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);font-size:14px;font-weight:800}.landing-assistant-card h3,.landing-step-card h3{font-size:16px;font-weight:800}.landing-assistant-card p,.landing-step-card p{color:var(--color-text-secondary);margin-top:8px;font-size:14px;line-height:1.6}.landing-assistant-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.landing-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.landing-info-card,.landing-contact{border:var(--border);background:#fff;border-radius:18px;padding:24px}.landing-info-card h3,.landing-contact h2{font-size:18px;font-weight:800}.landing-info-card p,.landing-contact p{color:var(--color-text-secondary);margin-top:10px;line-height:1.7}.landing-contact{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.landing-contact .btn{white-space:normal;word-break:break-word;text-align:center;max-width:100%}@media (width<=900px){.landing-hero__container{grid-template-columns:1fr}.landing-hero__banner{padding:36px 24px}.landing-title{max-width:none}}@media (width<=640px){.landing-actions,.landing-nudge__container,.landing-assistant-actions,.landing-contact{flex-direction:column;align-items:stretch}.landing-page--wishnest section[id]{scroll-margin-top:92px}}.dashboard-page--wishnest{flex-direction:column;gap:24px;width:100%;padding-bottom:80px;display:flex}.dashboard-hero,.dashboard-empty-card,.dashboard-guest-banner,.dashboard-share-nudge,.dashboard-feed-card,.dashboard-wishlist-card,.dashboard-create-card,.dashboard-state-card{border:var(--border)}.dashboard-hero{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;padding:36px 40px;position:relative;overflow:hidden}.dashboard-hero:after{content:"🎁✨";opacity:.12;font-size:92px;line-height:1;position:absolute;top:18px;right:24px}.dashboard-hero__glow{display:none}.dashboard-hero__content{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:center;gap:20px;display:grid;position:relative}.dashboard-hero__kicker,.dashboard-section__eyebrow,.dashboard-hero__chips span,.dashboard-tag{border-radius:var(--radius-pill);align-items:center;gap:6px;font-weight:700;display:inline-flex}.dashboard-hero__kicker{color:#7c2d12;background:#ffffff4d;border:1px solid #ffffff80;margin-bottom:16px;padding:5px 16px;font-size:12px}.dashboard-hero h1{color:#fff;max-width:740px;font-family:var(--font-display);font-size:clamp(28px,4vw,32px);font-style:italic;font-weight:600;line-height:1.2}.dashboard-hero__lead{color:#ffffffd9;max-width:480px;margin-top:12px;font-size:14px;font-weight:500;line-height:1.6}.dashboard-hero__chips{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.dashboard-hero__chips span{color:#fff;background:#ffffff40;border:1px solid #fff6;padding:8px 18px;font-size:13px}.dashboard-hero__panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff73;border:1px solid #ffffff8c;border-radius:18px;justify-self:end;width:100%;max-width:300px;padding:22px;box-shadow:0 4px 20px #00000014}.dashboard-hero__emoji{font-size:30px}.dashboard-hero__panel p{color:#7c2d12;margin-top:10px;font-size:14px;font-weight:600}.dashboard-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.dashboard-hero-stat{background:#fff1eb;border:1.5px solid #fbd5bf;border-radius:16px;padding:14px}.dashboard-hero-stat span{letter-spacing:.08em;text-transform:uppercase;color:#7c2d12;font-size:11px;font-weight:700;display:block}.dashboard-hero-stat strong{color:var(--color-brand);margin-top:4px;font-size:26px;display:block}.dashboard-hero__cta{width:100%;color:var(--color-brand);background:#fff;margin-top:14px;box-shadow:0 4px 16px #0000001f}.dashboard-section{flex-direction:column;gap:18px;display:flex}.dashboard-section__header,.dashboard-feed-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.dashboard-section__eyebrow{color:var(--color-brand);background:#fff1eb;margin-bottom:10px;padding:5px 14px;font-size:12px}.dashboard-section__header h2,.dashboard-feed-header h2{color:var(--color-text-primary);font-size:28px;font-weight:800}.dashboard-section__header p,.dashboard-feed-header p,.dashboard-feed-header__detail{max-width:680px;color:var(--color-text-secondary);font-size:14px;font-weight:500;line-height:1.7}.dashboard-primary-link,.dashboard-dark-button,.dashboard-soft-button{background:var(--color-brand-gradient);color:#fff;box-shadow:0 4px 16px #f973164d}.dashboard-primary-link,.dashboard-dark-button,.dashboard-light-button,.dashboard-soft-button{transition:var(--transition);border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-size:14px;display:inline-flex}.dashboard-light-button{color:var(--color-text-secondary);background:#faf6f2}.dashboard-light-button:hover{background:var(--color-border)}.dashboard-primary-link:hover,.dashboard-dark-button:hover,.dashboard-soft-button:hover,.dashboard-create-card:hover,.dashboard-wishlist-card:hover,.dashboard-feed-card:hover{transform:translateY(-3px)}.dashboard-state-card,.dashboard-empty-card,.dashboard-guest-banner{background:#fff;border-radius:18px;padding:24px}.dashboard-wishlist-grid,.dashboard-feed{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.dashboard-wishlist-card,.dashboard-feed-card{box-shadow:var(--shadow-soft);transition:var(--transition);background:#fff;border-radius:18px;position:relative;overflow:hidden}.dashboard-wishlist-card:before{content:"";height:3px;position:absolute;inset:0 0 auto}.dashboard-wishlist-card--birthday:before{background:linear-gradient(90deg,#f97316,#fdba74)}.dashboard-wishlist-card--wedding:before{background:linear-gradient(90deg,#3b82f6,#93c5fd)}.dashboard-wishlist-card--diwali:before{background:linear-gradient(90deg,#10b981,#6ee7b7)}.dashboard-wishlist-card--rakhi:before,.dashboard-wishlist-card--default:before{background:linear-gradient(90deg,#8b5cf6,#c4b5fd)}.dashboard-wishlist-card__shine{display:none}.dashboard-wishlist-card__header{justify-content:space-between;gap:14px;padding:20px;display:flex}.dashboard-tag{margin-bottom:12px;padding:6px 12px;font-size:11px}.dashboard-tag--birthday{color:#9a3412;background:#fff1eb}.dashboard-tag--wedding{color:#1d4ed8;background:#eff6ff}.dashboard-tag--diwali{color:#92400e;background:#fef3c7}.dashboard-tag--rakhi{color:#7c3aed;background:#f5f3ff}.dashboard-wishlist-card__header h3,.dashboard-feed-card h3{color:var(--color-text-primary);font-size:15px;font-weight:800}.dashboard-wishlist-card__header p,.dashboard-wishlist-card__sub,.dashboard-feed-card p,.dashboard-wishlist-card__note{color:var(--color-text-secondary);font-size:13px;font-weight:500;line-height:1.55}.dashboard-wishlist-card__sub{margin-top:4px}.dashboard-wishlist-card__count{text-align:right}.dashboard-wishlist-card__count span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600;display:block}.dashboard-wishlist-card__count strong{color:var(--color-brand);font-size:28px;font-weight:800}.dashboard-wishlist-card__note{padding:0 20px 16px}.dashboard-wishlist-card__actions{flex-direction:column;gap:10px;padding:0 20px 20px;display:flex}.dashboard-wishlist-card__actions-top{gap:10px;width:100%;display:flex}.dashboard-dark-button,.dashboard-light-button{flex:1}.dashboard-view-button{flex:none;width:100%}.dashboard-create-card{text-align:center;background:#fff;border:2px dashed #fbd5bf;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:260px;padding:32px 24px;display:flex}.dashboard-create-card:hover{border-color:var(--color-brand);box-shadow:var(--shadow-hover);background:#fffaf6}.dashboard-create-card__icon,.dashboard-empty-card__icon{width:56px;height:56px;color:var(--color-brand);background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.dashboard-create-card h3,.dashboard-empty-card h3{font-size:15px;font-weight:800}.dashboard-create-card p,.dashboard-empty-card p,.dashboard-guest-banner__copy{color:var(--color-text-muted);font-size:13px;font-weight:500}.dashboard-create-card__cta,.dashboard-guest-banner__title{color:var(--color-brand);font-size:13px;font-weight:800}.dashboard-empty-card{text-align:center}.dashboard-feed-card{padding:20px}.dashboard-feed-card__top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.dashboard-feed-card__items{flex-direction:column;gap:10px;margin:16px 0;display:flex}.dashboard-feed-thumb{align-items:center;gap:10px;display:flex}.dashboard-feed-thumb__box{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.dashboard-feed-thumb--indigo{background:linear-gradient(135deg,#f97316,#ef4444)}.dashboard-feed-thumb--sky{background:linear-gradient(135deg,#3b82f6,#93c5fd)}.dashboard-feed-thumb--blue{background:linear-gradient(135deg,#10b981,#6ee7b7)}.dashboard-feed-thumb p,.dashboard-feed-card__copy{color:var(--color-text-secondary);font-size:13px}.dashboard-soft-button{width:fit-content;margin-top:12px}.dashboard-share-nudge{z-index:999;max-width:290px;box-shadow:var(--shadow-nudge);background:#fff;border-color:#fbd5bf;border-radius:18px;padding:18px 20px;position:fixed;bottom:24px;right:24px}.dashboard-share-nudge__inner{padding-right:28px;position:relative}.dashboard-share-nudge__emoji{margin-bottom:6px;font-size:24px}.dashboard-share-nudge p{color:var(--color-text-muted);font-size:13px;line-height:1.5}.dashboard-share-nudge strong{color:var(--color-text-primary);margin-bottom:4px;font-size:14px;display:block}.dashboard-share-nudge__dismiss{color:#c4b5ad;position:absolute;top:0;right:0}@media (width<=900px){.dashboard-hero__content{grid-template-columns:1fr}.dashboard-hero__panel{justify-self:stretch;max-width:none}}@media (width<=640px){.dashboard-hero{padding:28px 22px}.dashboard-section__header,.dashboard-feed-header,.dashboard-wishlist-card__header{flex-direction:column;align-items:flex-start}.dashboard-wishlist-card__actions{flex-direction:column}.dashboard-share-nudge{max-width:none;bottom:16px;left:16px;right:16px}}.wishlist-page{width:100%}.wishlist-detail,.wishlists-overview,.wishlists-summary-card,.wishlist-list-card,.wishlists-guest-banner,.modal,.item-card,.add-item-panel,.invite-section,.wishlist-empty-state,.empty-state-centered .card{border:var(--border);background:#fff}.wishlist-detail{border-radius:20px;overflow:hidden}.wishlist-items-surface{background:0 0;margin-top:12px;padding:12px 0 0}.wishlist-header-main,.wishlists-overview{box-shadow:var(--shadow-soft);background:radial-gradient(circle at 100% 0,#ffffffb8,#0000 34%),linear-gradient(135deg,#fff1e8 0%,#fff8f3 58%,#fffdfb 100%);border-radius:20px;padding:28px 32px;position:relative;overflow:visible}.wishlist-header-main:after,.wishlists-overview:after{content:"✨🎁";opacity:.12;pointer-events:none;font-size:92px;position:absolute;top:16px;right:24px}.wishlist-hero,.wishlists-overview{justify-content:space-between;align-items:center;gap:20px;display:flex}.wishlists-overview-copy{flex:1;min-width:0}.wishlist-kicker{color:#9a3412;background:#fff7f1;border:1px solid #fed7aa;border-radius:50px;align-items:center;gap:6px;margin-bottom:14px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.wishlist-title-block h2,.wishlists-overview-title{color:#1c1917;font-family:var(--font-display);font-size:clamp(28px,4vw,32px);font-style:italic;line-height:1.2}.wishlist-meta,.wishlists-overview-subtitle{color:var(--color-text-secondary)}.wishlists-overview-subtitle{max-width:520px;margin-top:10px;font-size:14px;font-weight:500}.wishlist-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:13px;font-weight:600;display:flex}.wishlist-meta-pill,.wishlist-list-visibility{border-radius:50px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.wishlist-meta-pill.is-public,.wishlist-list-visibility.is-public{background:var(--color-success-bg);color:var(--color-success-text)}.wishlist-meta-pill.is-private,.wishlist-list-visibility.is-private{background:var(--color-danger-bg);color:var(--color-danger-text)}.meta-dot{opacity:.5;background:currentColor;border-radius:50%;width:5px;height:5px}.wishlist-header-actions{z-index:10;flex-wrap:wrap;align-items:center;gap:10px;display:flex;position:relative}.wishlist-header-actions .btn-secondary,.wishlist-header-actions .btn-primary{color:var(--color-brand);box-shadow:var(--shadow-soft);background:#fff}.wishlist-icon-action{width:44px;height:44px;transition:var(--transition);box-shadow:var(--shadow-soft);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.wishlist-delete-action{color:#dc2626;background:#fff7f7;border:1.5px solid #fecaca}.wishlist-delete-action:hover{background:#fee2e2;border-color:#fca5a5}.wishlist-stats-row,.wishlists-summary-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.wishlist-stat-card,.wishlists-summary-card{border:var(--border);background:#fff;border-radius:16px;padding:20px;position:relative;overflow:hidden}.wishlist-stat-card:before,.wishlists-summary-card:before{content:"";height:3px;position:absolute;inset:0 0 auto}.wishlist-stats-row .wishlist-stat-card:first-child:before,.wishlists-summary-row .wishlists-summary-card:first-child:before{background:linear-gradient(90deg,#f97316,#fdba74)}.wishlist-stats-row .wishlist-stat-card:nth-child(2):before,.wishlists-summary-row .wishlists-summary-card:nth-child(2):before{background:linear-gradient(90deg,#3b82f6,#93c5fd)}.wishlist-stats-row .wishlist-stat-card:nth-child(3):before,.wishlists-summary-row .wishlists-summary-card:nth-child(3):before{background:linear-gradient(90deg,#10b981,#6ee7b7)}.wishlist-stat-card{align-items:center;gap:12px;display:flex}.wishlist-stat-icon,.wishlist-list-card-icon,.add-icon-box{width:52px;height:52px;color:var(--color-brand);background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;display:flex}.wishlist-stat-label,.wishlists-summary-label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:12px;font-weight:600;display:block}.wishlist-stat-value,.wishlists-summary-value{margin-top:4px;font-size:28px;font-weight:800;display:block}.invite-section{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(0,1fr) minmax(280px,1.3fr) auto;align-items:center;gap:12px;padding:20px 24px;display:grid}.invite-title{font-size:15px;font-weight:700}.invite-subtitle{color:var(--color-text-secondary);margin-top:4px;font-size:13px}.invite-input-group{border:var(--border);border-radius:12px;gap:8px;padding:6px;display:flex}.invite-input-group input{border:none;outline:none;flex:1;padding:10px 12px}.invite-btn{min-width:110px}.shared-count{color:var(--color-brand);background:#fff1eb;border-radius:50px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.items-grid,.wishlists-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:8px 0 0;display:grid}.wishlist-items-surface .items-grid{padding-top:0}.items-grid-empty{grid-template-columns:1fr}.item-card,.wishlist-list-card{transition:var(--transition);border-radius:18px;position:relative;overflow:hidden}.item-card:hover,.wishlist-list-card:hover,.wishlist-list-card--add:hover{box-shadow:var(--shadow-hover);border-color:#fbd5bf;transform:translateY(-5px)}.item-img-container{background:linear-gradient(135deg,#fff1eb,#ffe4d6);min-height:178px;position:relative}.item-img,.item-img-placeholder{width:100%;height:178px}.item-img{object-fit:cover}.item-img-placeholder{color:var(--color-brand);justify-content:center;align-items:center;display:flex}.status-badge{border-radius:50px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.badge-available{background:var(--color-success-bg);color:var(--color-success-text)}.badge-purchased{background:var(--color-warning-bg);color:var(--color-warning-text)}.item-content{flex-direction:column;justify-content:space-between;min-height:150px;padding:18px;display:flex}.item-chip-row{margin-bottom:8px}.item-chip{color:var(--color-text-secondary);background:#faf6f2;border-radius:50px;align-items:center;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.item-name{font-size:15px;font-weight:800}.item-notes{color:var(--color-text-secondary);margin-top:6px;font-size:13px}.item-actions{gap:8px;margin-top:16px;display:flex}.item-card-menu-shell{pointer-events:none;z-index:10;position:absolute;inset:0}.item-card-menu-trigger{pointer-events:auto;color:#78716c;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 20px #1c19171a}.item-card-menu{pointer-events:auto;z-index:50;background:#fff;border:1.5px solid #f0ede8;border-radius:12px;min-width:140px;position:absolute;top:46px;right:10px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.item-card-menu-delete{color:#dc2626;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.item-card-menu-delete:hover{background:#fee2e2}.icon-only{border-radius:12px;padding:11px}.add-item-panel,.wishlist-list-card--add{background:#fff;border:2px dashed #fbd5bf;border-radius:18px;min-height:260px}.add-item-panel{justify-content:center;align-items:center;padding:24px;display:flex}.add-item-card,.wishlist-empty-state,.empty-state-centered .card,.wishlists-guest-banner{text-align:center}.add-item-card{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.add-item-card span,.wishlist-list-card-info h3{font-size:15px;font-weight:800}.add-item-subtitle,.wishlist-list-card-info p,.wishlists-guest-banner-copy{color:var(--color-text-secondary);margin-top:6px;font-size:13px}.wishlist-empty-state,.empty-state-centered .card{border-radius:18px;padding:60px 24px}.wishlists-list-view{flex-direction:column;gap:16px;display:flex}.wishlist-list-card{cursor:pointer;min-height:172px;box-shadow:var(--shadow-soft);flex-direction:column;justify-content:space-between;padding:18px;display:flex}.wishlist-list-card-top,.wishlist-list-card-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.wishlist-list-card-info{margin-top:14px}.wishlist-list-card-info h3{line-height:1.25}.wishlist-list-card-footer{margin-top:18px}.wishlist-list-meta{color:var(--color-text-muted);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.wishlist-list-card-arrow{color:var(--color-text-muted);background:var(--color-surface-soft);border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.wishlist-list-card--add{text-align:center;box-shadow:none;justify-content:center;align-items:center;gap:8px;padding:24px}.wishlist-list-card--add .wishlist-list-card-top,.wishlist-list-card--add .wishlist-list-card-footer{justify-content:center}.wishlist-list-card--add .wishlist-list-card-info{margin-top:0}.wishlists-guest-banner{border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.wishlists-guest-banner-title{color:var(--color-brand);font-size:14px;font-weight:800}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{width:min(100%,480px);box-shadow:var(--shadow-modal);border-radius:24px;padding:36px;position:relative}.modal-header{margin-bottom:20px}.modal-header h3{font-size:22px;font-weight:900}.modal-body p{color:var(--color-text-secondary)}.modal-form{flex-direction:column;gap:16px;display:flex}.image-upload-area{text-align:center;background:#fffaf6;border:2px dashed #fbd5bf;border-radius:14px;padding:24px}.modal-footer{justify-content:flex-end;gap:12px;display:flex}textarea.input-field{resize:vertical;min-height:110px}@media (width<=900px){.wishlist-hero,.wishlists-overview,.invite-section,.wishlists-guest-banner{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.wishlist-header-main,.wishlists-overview{padding:28px 22px}.wishlist-stats-row,.wishlists-summary-row{grid-template-columns:1fr}}@media (width<=640px){.items-grid,.wishlists-grid{padding:16px}.modal{padding:28px 22px}.modal-footer,.item-actions{flex-direction:column}}.delete-wishlist-btn{color:#dc2626;cursor:pointer;background-color:#fee2e2;border:1.5px solid #fecaca;border-radius:50px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.delete-wishlist-btn:hover{background-color:#fecaca;border-color:#fca5a5}.delete-item-btn{color:#dc2626;cursor:pointer;background-color:#fee2e2;border:none;border-radius:50px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s}.delete-item-btn:hover{background-color:#fecaca}.shared-page{flex-direction:column;gap:16px;width:100%;display:flex}.shared-header{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:16px;padding:36px 40px;display:flex;position:relative;overflow:hidden}.shared-header:after{content:"🤝🧡";opacity:.12;font-size:90px;position:absolute;top:12px;right:22px}.shared-kicker{color:#7c2d12;background:#ffffff4d;border:1px solid #ffffff80;border-radius:50px;align-items:center;gap:6px;margin-bottom:14px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.shared-header h1{color:#fff;font-family:var(--font-display);font-size:clamp(28px,4vw,32px);font-style:italic;line-height:1.2}.shared-header .text-secondary{color:#ffffffd9;max-width:480px;margin-top:10px;font-size:14px;font-weight:500}.shared-header-badge{color:#fff;background:#ffffff40;border:1px solid #fff6;border-radius:50px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.shared-summary-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.shared-summary-card{border:var(--border);transition:var(--transition);background:#fff;border-radius:16px;padding:20px;position:relative;overflow:hidden}.shared-summary-card:before{content:"";height:3px;position:absolute;inset:0 0 auto}.shared-summary-card:first-child:before{background:linear-gradient(90deg,#f97316,#fdba74)}.shared-summary-card:nth-child(2):before{background:linear-gradient(90deg,#3b82f6,#93c5fd)}.shared-summary-card:nth-child(3):before{background:linear-gradient(90deg,#10b981,#6ee7b7)}.shared-summary-card:hover,.shared-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.shared-summary-label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:12px;font-weight:600;display:block}.shared-summary-value{color:var(--color-text-primary);margin-top:10px;font-size:28px;font-weight:800;display:block}.shared-link-panel,.shared-empty,.shared-error{border:var(--border);background:#fff;border-radius:18px}.shared-link-panel{padding:24px 28px}.shared-link-title{color:var(--color-text-primary);align-items:center;gap:8px;font-size:16px;font-weight:700;display:inline-flex}.shared-link-title svg{color:var(--color-brand)}.shared-link-copy .text-secondary{margin:8px 0 16px;font-size:14px;font-weight:500}.shared-link-controls{gap:12px;display:flex}.shared-link-controls input{border:var(--border);border-radius:12px;outline:none;flex:1;min-width:0;padding:12px 16px}.shared-link-controls input:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px #f973161a}.shared-link-controls .btn{box-shadow:0 4px 16px #f973164d}.shared-link-error{color:var(--color-danger-text);margin-top:10px;font-size:13px;font-weight:600}.shared-loading,.shared-empty{text-align:center}.shared-loading{padding:60px 24px}.loading-spinner{border:3px solid var(--color-border);border-top-color:var(--color-brand);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.8s linear infinite spin}.shared-error{align-items:center;gap:14px;padding:22px;display:flex}.shared-error-icon,.shared-empty-icon{width:72px;height:72px;color:var(--color-brand);background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.shared-empty{padding:60px 24px}.shared-empty h2{margin:0 0 8px;font-size:20px;font-weight:800}.shared-empty .text-secondary{max-width:320px;color:var(--color-text-muted);margin:0 auto;font-size:14px}.shared-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.shared-card{border:var(--border);transition:var(--transition);cursor:pointer;background:#fff;border-radius:18px;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:10px 14px;padding:16px 18px;display:grid}.shared-card-icon{background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:28px;display:inline-flex;box-shadow:0 2px 12px #00000014}.shared-card-info{min-width:0}.shared-card-header{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:10px;display:flex}.shared-visibility,.meta-chip{border-radius:50px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.shared-visibility.is-public{background:var(--color-success-bg);color:var(--color-success-text)}.shared-visibility.is-private{background:var(--color-danger-bg);color:var(--color-danger-text)}.shared-card-info h3{color:var(--color-text-primary);word-break:break-word;margin:0;font-size:15px;font-weight:800;line-height:1.25}.shared-card-meta{flex-wrap:wrap;gap:8px;max-width:100%;margin-top:10px;display:flex}.meta-chip{color:var(--color-text-secondary);background:#faf6f2;min-width:0;max-width:100%}.shared-card-meta .meta-chip:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,280px);overflow:hidden}.meta-chip svg{flex:none}@media (width<=720px){.shared-header,.shared-link-controls{flex-direction:column;align-items:stretch}.shared-summary-row{grid-template-columns:1fr}}.pw-shell{background:var(--color-bg);flex-direction:column;align-items:center;min-height:100vh;display:flex}.pw-topbar,.pw-hero,.pw-items-wrap{width:min(100%,920px)}.pw-topbar{justify-content:space-between;align-items:center;padding:20px 24px 12px;display:flex}.pw-brand{color:var(--color-brand);align-items:center;gap:10px;font-weight:800;display:inline-flex}.pw-copy-btn,.pw-home-btn{background:var(--color-brand-gradient);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:11px 20px;font-size:13px;font-weight:800;display:inline-flex}.pw-hero{text-align:center;background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;margin:0 24px;padding:36px 24px;position:relative;overflow:hidden}.pw-hero-emoji{font-size:64px;line-height:1}.pw-title{color:#fff;font-family:var(--font-display);margin-top:14px;font-size:clamp(28px,4vw,32px);font-style:italic}.pw-occasion-badge{color:#fff;background:#ffffff40;border:1px solid #fff6;border-radius:50px;margin-top:12px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-block}.pw-stats{color:#ffffffd9;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;font-size:14px;display:flex}.pw-stat-num{color:#fff;font-weight:800}.pw-stat-dot{background:#ffffffa6;border-radius:50%;width:5px;height:5px;margin-top:9px}.pw-items-wrap{padding:20px 24px 56px}.pw-items-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.pw-item-card,.pw-empty,.pw-error-box{border:var(--border);background:#fff;border-radius:18px}.pw-item-card{transition:var(--transition);overflow:hidden}.pw-item-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.pw-item--purchased{opacity:.7}.pw-item-img-wrap,.pw-item-img-placeholder{height:180px}.pw-item-img-placeholder{color:var(--color-brand);background:linear-gradient(135deg,#fff1eb,#ffe4d6);justify-content:center;align-items:center;display:flex}.pw-item-img{object-fit:cover;width:100%;height:100%}.pw-item-body{padding:18px}.pw-item-top{justify-content:space-between;gap:10px;display:flex}.pw-item-name{font-size:15px;font-weight:800}.pw-status-badge{border-radius:50px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.pw-badge--available{background:var(--color-success-bg);color:var(--color-success-text)}.pw-badge--purchased{color:var(--color-text-secondary);background:#f5f4f0}.pw-item-notes{color:var(--color-text-secondary);margin-top:8px;font-size:13px}.pw-item-link{color:var(--color-brand);align-items:center;gap:4px;margin-top:14px;font-size:13px;font-weight:700;display:inline-flex}.pw-empty,.pw-loading,.pw-error-box{text-align:center;padding:48px 24px}.pw-spinner{border:3px solid var(--color-border);border-top-color:var(--color-brand);border-radius:50%;width:32px;height:32px;margin:0 auto 12px;animation:.8s linear infinite spin}.pw-error-icon{font-size:48px}.pw-error-title{margin-top:8px;font-size:24px;font-weight:800}.pw-error-msg{max-width:360px;color:var(--color-text-secondary);margin:6px auto 0}.pw-home-btn{margin-top:18px}.pw-footer{text-align:center;width:100%;color:var(--color-text-muted);margin-top:auto;padding:24px;font-size:13px}.pw-footer a{color:var(--color-brand);font-weight:700}@media (width<=640px){.pw-topbar{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.pw-hero,.pw-items-wrap{width:calc(100% - 32px);margin:0 16px;padding-left:16px;padding-right:16px}}.notif-page{flex-direction:column;gap:16px;width:100%;max-width:920px;display:flex}.notif-header{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:16px;padding:36px 40px;display:flex;position:relative;overflow:hidden}.notif-header:after{content:"🔔";opacity:.12;font-size:96px;position:absolute;top:14px;right:28px}.notif-title{color:#fff;font-family:var(--font-display);align-items:center;gap:8px;font-size:clamp(28px,4vw,32px);font-style:italic;line-height:1.2;display:flex}.notif-badge{background:var(--color-brand);color:#fff;font-size:13px;font-weight:800;font-family:var(--font-ui);border-radius:50px;justify-content:center;align-items:center;padding:3px 10px;display:inline-flex}.notif-header .text-secondary{color:#ffffffd9;margin-top:10px;font-size:14px;font-weight:500}.notif-actions{flex-wrap:wrap;gap:10px;display:flex}.notif-actions .btn-secondary{color:var(--color-text-secondary);background:#fff}.btn-danger{background:var(--color-danger-bg);color:#dc2626;transition:var(--transition);border-radius:50px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.btn-danger:hover:not(:disabled){background:#fecaca}.notif-loading,.notif-empty,.notif-error{border:var(--border);background:#fff;border-radius:18px}.notif-loading,.notif-empty{text-align:center;padding:60px 24px}.notif-spinner{border:3px solid var(--color-border);border-top-color:var(--color-brand);border-radius:50%;width:32px;height:32px;margin:0 auto 12px;animation:.8s linear infinite spin}.notif-error{color:var(--color-danger-text);padding:20px}.notif-empty-icon{width:72px;height:72px;color:var(--color-brand);background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.notif-list{flex-direction:column;gap:8px;display:flex}.notif-item{border:var(--border);transition:var(--transition);background:#fff;border-radius:14px;align-items:center;gap:14px;padding:16px 20px;display:flex;position:relative}.notif-item:hover{box-shadow:0 4px 16px #0000000f}.notif-item--unread{border-left:3px solid var(--color-brand);background:#fffaf6;border-color:#fbd5bf}.notif-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;color:var(--color-brand)!important;background:#fff1eb!important}.notif-content{flex:1}.notif-message{color:var(--color-text-secondary);font-size:14px;font-weight:600}.notif-message--bold{color:var(--color-text-primary)}.notif-time{color:var(--color-text-muted);margin-top:2px;font-size:12px;font-weight:500}.notif-dot{background:var(--color-unread-dot);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width<=720px){.notif-header{flex-direction:column;align-items:flex-start;padding:28px 22px}.notif-actions{width:100%}}.settings-page{flex-direction:column;gap:16px;width:100%;max-width:920px;display:flex}.settings-header{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;padding:36px 40px;position:relative;overflow:hidden}.settings-header:after{content:"⚙️";opacity:.12;font-size:96px;position:absolute;top:12px;right:24px}.settings-header h1{color:#fff;font-size:32px;font-weight:800}.settings-header p{color:#ffffffd9;margin-top:10px;font-size:15px;font-weight:500}.settings-section{border:var(--border);box-shadow:none;background:#fff;border-radius:18px;padding:28px}.settings-section-header{border-bottom:1px solid var(--color-border);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.settings-section-icon{width:40px;height:40px;color:var(--color-brand);background:#fff1eb;border-radius:12px;justify-content:center;align-items:center;display:flex}.settings-section-title{font-size:16px;font-weight:700}.settings-section-body{flex-direction:column;gap:20px;display:flex}.settings-field{flex-direction:column;display:flex}.settings-field label,.settings-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:700;display:inline-flex}.settings-field .input-field,.settings-select{border-radius:12px}.settings-field-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.guest-settings-note{background:#fff8f0;border:1.5px solid #ffe4cc;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;display:flex}.guest-settings-note-icon{width:40px;height:40px;color:var(--color-brand);background:#fff1eb;border-radius:12px;justify-content:center;align-items:center;display:flex}.guest-settings-note-title{color:var(--color-text-primary);font-size:15px;font-weight:700}.guest-settings-note-copy{color:var(--color-text-secondary);margin-top:4px;font-size:13px}.settings-id-chip{color:var(--color-text-secondary);background:#f5f4f0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.settings-id-chip code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.settings-theme-row{gap:10px;display:flex}.theme-btn{border:var(--border);color:var(--color-text-secondary);background:#fff;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600}.theme-btn--active{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.settings-toggle-row,.settings-action-row{justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.settings-toggle-label{color:var(--color-text-primary);font-size:15px;font-weight:600}.settings-toggle-desc{color:var(--color-text-muted);margin-top:2px;font-size:13px;font-weight:500}.toggle-switch{background:#d1d5db;border-radius:50px;align-items:center;width:52px;height:30px;padding:4px;display:flex}.toggle-switch--on{background:var(--color-brand);justify-content:flex-end}.toggle-thumb{background:#fff;border-radius:50%;width:22px;height:22px}.settings-divider{background:var(--color-border);height:1px}.btn-outline-danger{background:var(--color-warning-bg);color:var(--color-warning-text);border-radius:50px;padding:9px 20px;font-size:13px;font-weight:700}.btn-outline-danger:hover{background:#fde68a}.btn-danger-solid{background:var(--color-danger-bg);color:#dc2626;border-radius:50px;padding:9px 20px;font-size:13px;font-weight:700}.btn-danger-solid:hover{background:#fecaca}@media (width<=720px){.settings-header{padding:28px 22px}.settings-section{padding:22px}.settings-theme-row,.settings-toggle-row,.settings-action-row{flex-direction:column;align-items:stretch}}.auth-container{background:radial-gradient(circle at 100% 0,#f973161a,#0000 24rem),linear-gradient(#fff8f5 0%,#fffdfb 100%);justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:48px 24px;display:flex}.auth-card{border:var(--border);width:100%;max-width:500px;box-shadow:var(--shadow-modal);background:#fff;border-radius:24px;padding:36px}.auth-header{text-align:center;margin-bottom:28px}.auth-logo{justify-content:center;margin-bottom:20px}.auth-header h2{font-size:28px;font-weight:800}.auth-header p{color:var(--color-text-secondary);margin-top:8px;font-size:14px}.auth-social,.auth-form{flex-direction:column;gap:14px;display:flex}.social-btn,.auth-submit{width:100%}.social-icon{width:20px;height:20px}.auth-divider{color:var(--color-text-muted);align-items:center;margin:22px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--color-border);flex:1}.auth-divider span{letter-spacing:.08em;text-transform:uppercase;padding:0 12px;font-size:11px;font-weight:700}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:11px;font-weight:700}.forgot-link{color:var(--color-brand);font-size:13px;font-weight:700}.auth-error{background:var(--color-danger-bg);color:var(--color-danger-text);border:1.5px solid #fecaca;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:600}.auth-footer{text-align:center;color:var(--color-text-secondary);margin-top:24px;font-size:14px}.auth-footer a{color:var(--color-brand);font-weight:700}@media (width<=640px){.auth-card{padding:28px 22px}}.ai-assistant-page{flex-direction:column;gap:16px;width:100%;display:flex}.ai-page-hero{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:stretch;gap:16px;padding:36px 40px;display:grid;position:relative;overflow:hidden}.ai-page-hero:after{content:"🤖";opacity:.12;font-size:96px;position:absolute;top:14px;right:24px}.ai-page-kicker{color:#7c2d12;background:#ffffff4d;border:1px solid #ffffff80;border-radius:50px;align-items:center;gap:6px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.ai-page-title{color:#fff;font-family:var(--font-display);margin-top:14px;font-size:clamp(28px,4vw,32px);font-style:italic;line-height:1.2}.ai-page-subtitle{color:#ffffffd9;max-width:480px;margin-top:10px;font-size:14px;font-weight:500}.ai-page-mini-grid{gap:10px;display:grid}.ai-page-mini-card{border:var(--border);border-left:3px solid var(--color-brand);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:16px 20px;display:flex}.ai-page-mini-card svg{color:var(--color-brand)}.ai-page-mini-card span{color:var(--color-text-primary);font-size:15px;font-weight:700}.ai-coming-soon-shell{box-shadow:none;background:0 0;border:none;padding:0}.ai-coming-soon{text-align:center;background:linear-gradient(135deg,#fff8f5,#fff1eb);border:1.5px solid #fbd5bf;border-radius:20px;padding:60px 40px}.ai-coming-soon-icon{width:72px;height:72px;color:var(--color-brand);background:#fff1eb;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.ai-coming-soon-kicker{color:var(--color-brand);letter-spacing:.08em;text-transform:uppercase;background:#fff1eb;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:800;display:inline-block}.ai-coming-soon-copy h2{max-width:480px;color:var(--color-text-primary);font-family:var(--font-display);margin:0 auto 16px;font-size:32px;font-weight:600;line-height:1.2}.ai-coming-soon-copy p{max-width:440px;color:var(--color-text-secondary);margin:0 auto 32px;font-size:15px;font-weight:500}.ai-coming-soon-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=900px){.ai-page-hero{grid-template-columns:1fr;padding:28px 22px}.ai-coming-soon{padding:48px 24px}}.discover-page{flex-direction:column;gap:16px;width:100%;display:flex}.discover-hero{background:linear-gradient(135deg,#ff6b35 0%,#f7c59f 60%,#fdebd0 100%);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:16px;padding:36px 40px;display:flex;position:relative;overflow:hidden}.discover-hero:after{content:"🔍🎁";opacity:.12;font-size:92px;position:absolute;top:12px;right:22px}.discover-kicker{color:#7c2d12;background:#ffffff4d;border:1px solid #ffffff80;border-radius:50px;align-items:center;gap:6px;margin-bottom:14px;padding:5px 16px;font-size:12px;font-weight:700;display:inline-flex}.discover-hero h1{color:#fff;font-family:var(--font-display);font-size:clamp(28px,4vw,32px);font-style:italic;line-height:1.2}.discover-hero p{color:#ffffffd9;max-width:480px;margin-top:10px;font-size:14px;font-weight:500}.discover-hero-badge{color:var(--color-brand);background:#fff1eb;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.discover-search-panel,.discover-state,.discover-card{border:var(--border);background:#fff;border-radius:18px}.discover-search-panel{gap:12px;padding:20px 24px;display:flex}.discover-search-input{flex:1;position:relative}.discover-search-input svg{color:var(--color-text-muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.discover-search-input input{border:var(--border);border-radius:12px;outline:none;width:100%;padding:12px 16px 12px 44px}.discover-search-input input:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px #f973161a}.discover-suggestions{flex-wrap:wrap;gap:8px;margin-top:-2px;display:flex}.discover-suggestion-chip{color:var(--color-brand);background:#fff1eb;border-radius:50px;padding:7px 16px;font-size:13px;font-weight:700}.discover-suggestion-chip:hover{background:#ffe4cc}.discover-state{text-align:center;color:var(--color-text-muted);padding:48px 24px;font-size:14px;font-weight:500}.discover-error{background:var(--color-danger-bg);color:var(--color-danger-text);border-color:#fbc4c4}.discover-results-header{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.discover-results-header h2{font-size:24px;font-weight:800}.discover-results-header p{color:var(--color-text-secondary);font-size:14px}.discover-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.discover-card{transition:var(--transition);overflow:hidden}.discover-card:hover{box-shadow:var(--shadow-hover);border-color:#fbd5bf;transform:translateY(-5px)}.discover-card-image{aspect-ratio:4/3;background:linear-gradient(135deg,#fff1eb,#ffe4d6)}.discover-card-placeholder{width:100%;height:100%;color:var(--color-brand);justify-content:center;align-items:center;display:flex}.discover-card-image img{object-fit:cover;width:100%;height:100%}.discover-card-body{flex-direction:column;gap:10px;padding:20px;display:flex}.discover-card-meta{flex-wrap:wrap;gap:8px;display:flex}.discover-card-pill{color:var(--color-brand);text-transform:capitalize;background:#fff1eb;border-radius:50px;padding:6px 12px;font-size:11px;font-weight:700}.discover-card h3{font-size:15px;font-weight:800}.discover-card p{color:var(--color-text-secondary);font-size:13px;font-weight:500}.discover-card-footer{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;display:flex}.discover-card-label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2px;font-size:11px;display:block}.discover-card-link{background:var(--color-brand-gradient);color:#fff;border-radius:50px;align-items:center;gap:4px;padding:11px 18px;font-size:13px;font-weight:800;display:inline-flex}@media (width<=720px){.discover-hero,.discover-search-panel{flex-direction:column;align-items:stretch}.discover-hero{padding:28px 22px}}.wishnest-dashboard{color:#292524;background:radial-gradient(circle at 0 0,#ffe2d6c7,#0000 30%),radial-gradient(circle at 100% 0,#e8ddffbf,#0000 28%),linear-gradient(#fffaf7 0%,#fffdfb 48%,#fff7f2 100%);min-height:100vh;padding:1.5rem 1rem 6.5rem}.wishnest-dashboard__inner{flex-direction:column;gap:2rem;max-width:1280px;margin:0 auto;display:flex}.wishnest-hero{background:linear-gradient(135deg,#ffe7db 0%,#fff7f1 50%,#efe7ff 100%);border:1px solid #ffffffb3;border-radius:32px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 24px 80px #cd906e2e}.wishnest-hero__glow{filter:blur(40px);border-radius:999px;position:absolute}.wishnest-hero__glow--top{background:#ffffff59;width:9rem;height:9rem;top:-2rem;right:-2rem}.wishnest-hero__glow--bottom{background:#ffd7c299;width:7rem;height:7rem;bottom:-1rem;left:34%}.wishnest-hero__content{flex-direction:column;gap:1.5rem;display:flex;position:relative}.wishnest-hero__copy{max-width:760px}.wishnest-kicker{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#44403c;background:#ffffffb3;border:1px solid #fffc;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.7rem 1rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 10px 24px #78716c14}.wishnest-kicker svg{color:#f43f5e}.wishnest-hero h1{letter-spacing:-.05em;color:#1c1917;max-width:820px;margin:0;font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.05}.wishnest-hero__lead{color:#57534e;max-width:720px;margin-top:1rem;font-size:1.05rem;line-height:1.8}.wishnest-hero__chips{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.wishnest-hero__chips span{color:#57534e;background:#ffffffc2;border:1px solid #ffffffc7;border-radius:999px;padding:.8rem 1rem;font-size:.92rem;font-weight:500;box-shadow:0 8px 20px #78716c0f}.wishnest-hero__panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #fffc;border-radius:28px;width:100%;max-width:320px;padding:1.5rem;box-shadow:0 20px 40px #78716c1f}.wishnest-hero__emoji{font-size:2.8rem;line-height:1}.wishnest-hero__panel p{color:#57534e;margin-top:1rem;font-size:.95rem;font-weight:600}.wishnest-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.25rem;display:grid}.wishnest-stat{background:#fff;border-radius:20px;padding:1rem;box-shadow:0 10px 20px #78716c0f}.wishnest-stat span{color:#a8a29e;letter-spacing:.18em;text-transform:uppercase;font-size:.7rem;font-weight:700;display:block}.wishnest-stat strong{color:#1c1917;margin-top:.25rem;font-size:1.8rem;font-weight:700;display:block}.wishnest-section{flex-direction:column;gap:1.25rem;display:flex}.wishnest-section__header{flex-direction:column;gap:1rem;display:flex}.wishnest-section__eyebrow{color:#78716c;letter-spacing:.18em;text-transform:uppercase;background:#fff;border:1px solid #e7e5e4e6;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.45rem .85rem;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #78716c0d}.wishnest-section__header h2,.wishnest-feed-header h2{color:#1c1917;letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700}.wishnest-section__header p,.wishnest-feed-header p{color:#57534e;max-width:760px;margin-top:.65rem;font-size:1rem;line-height:1.75}.wishnest-primary-action,.wishnest-dark-button,.wishnest-light-button,.wishnest-soft-button,.wishnest-create-card,.wishnest-share-nudge__dismiss{transition:var(--transition)}.wishnest-primary-action{color:#fff;background:#1c1917;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.95rem 1.2rem;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 18px 32px #2925242e}.wishnest-primary-action:hover,.wishnest-dark-button:hover,.wishnest-light-button:hover,.wishnest-soft-button:hover,.wishnest-create-card:hover{transform:translateY(-2px)}.wishnest-primary-action:hover,.wishnest-dark-button:hover{background:#292524}.wishnest-wishlist-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.wishnest-wishlist-card,.wishnest-create-card,.wishnest-feed-card{border:1px solid #ffffffd1;border-radius:28px;position:relative;overflow:hidden}.wishnest-wishlist-card{padding:1.5rem;box-shadow:0 16px 50px #1c191714}.wishnest-wishlist-card--birthday{background:linear-gradient(135deg,#ffe4e6 0%,#fff 45%,#fff7ed 100%)}.wishnest-wishlist-card--diwali{background:linear-gradient(135deg,#fef3c7 0%,#fff 45%,#fff1f2 100%)}.wishnest-wishlist-card--wedding{background:linear-gradient(135deg,#ede9fe 0%,#fff 45%,#fae8ff 100%)}.wishnest-wishlist-card__shine{filter:blur(30px);background:#ffffff59;border-radius:999px;width:6rem;height:6rem;position:absolute;top:0;right:0}.wishnest-wishlist-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;position:relative}.wishnest-wishlist-card__header h3,.wishnest-create-card h3,.wishnest-feed-card h3{color:#1c1917;letter-spacing:-.03em;margin:1rem 0 0;font-size:1.75rem;font-weight:700}.wishnest-create-card p{color:#57534e;margin-top:.6rem;font-size:.95rem;line-height:1.75}.wishnest-wishlist-card__count{text-align:right;background:#ffffffd6;border-radius:20px;min-width:84px;padding:.9rem 1rem;box-shadow:0 10px 22px #78716c12}.wishnest-wishlist-card__count span{color:#a8a29e;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700;display:block}.wishnest-wishlist-card__count strong{color:#1c1917;margin-top:.3rem;font-size:1.9rem;font-weight:700;display:block}.wishnest-wishlist-card__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.wishnest-dark-button,.wishnest-light-button,.wishnest-soft-button{border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.85rem 1.15rem;font-size:.92rem;font-weight:700;display:inline-flex}.wishnest-dark-button{color:#fff;background:#1c1917}.wishnest-light-button{color:#44403c;background:#fff;border:1px solid #e7e5e4e6;box-shadow:0 10px 22px #78716c12}.wishnest-light-button:hover{background:#fafaf9}.wishnest-create-card{text-align:center;background:#ffffffd1;border-style:dashed;border-color:#a8a29e7a;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:1.75rem;display:flex;box-shadow:0 16px 50px #1c19170d}.wishnest-create-card:hover{background:#fff;border-color:#78716c80}.wishnest-create-card__icon{color:#1c1917;background:linear-gradient(135deg,#ffe4e6 0%,#ffedd5 100%);border-radius:999px;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex;box-shadow:0 12px 24px #78716c14}.wishnest-create-card__cta{color:#44403c;background:#f5f5f4;border-radius:999px;margin-top:1.25rem;padding:.8rem 1rem;font-size:.92rem;font-weight:600}.wishnest-create-card:hover .wishnest-create-card__cta{color:#fff;background:#1c1917}.wishnest-feed-header__detail{margin-top:.2rem}.wishnest-feed{scrollbar-width:thin;gap:1.25rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.wishnest-feed-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;flex:0 0 320px;padding:1.25rem;box-shadow:0 16px 40px #1c191714}.wishnest-feed-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.wishnest-feed-card__top p{color:#78716c;margin-top:.35rem;font-size:.92rem}.wishnest-feed-card__items{gap:.75rem;margin-top:1.25rem;display:flex}.wishnest-thumb{flex-shrink:0;width:64px}.wishnest-thumb-box{aspect-ratio:1;color:#44403c;border-radius:18px;justify-content:center;align-items:center;margin-bottom:.55rem;display:flex;box-shadow:0 8px 18px #78716c12}.wishnest-thumb p{color:#57534e;margin:0;font-size:.76rem;font-weight:600;line-height:1.4}.wishnest-thumb--rose{background:#fecdd3}.wishnest-thumb--orange{background:#fed7aa}.wishnest-thumb--amber{background:#fde68a}.wishnest-thumb--violet{background:#ddd6fe}.wishnest-thumb--fuchsia{background:#f5d0fe}.wishnest-thumb--pink{background:#fbcfe8}.wishnest-thumb--emerald{background:#a7f3d0}.wishnest-thumb--teal{background:#99f6e4}.wishnest-thumb--cyan{background:#a5f3fc}.wishnest-thumb--yellow{background:#fef08a}.wishnest-thumb--lime{background:#d9f99d}.wishnest-feed-card__copy{color:#57534e;background:#fafaf9;border-radius:20px;margin-top:1.25rem;padding:.95rem 1rem;font-size:.92rem;line-height:1.7}.wishnest-soft-button{color:#292524;background:#f4efe9;margin-top:1.25rem}.wishnest-soft-button:hover{color:#fff;background:#1c1917}.wishnest-tag{border:1px solid #0000;border-radius:999px;align-items:center;padding:.42rem .8rem;font-size:.74rem;font-weight:700;display:inline-flex}.wishnest-tag--birthday{color:#be123c;background:#ffe4e6;border-color:#fecdd3}.wishnest-tag--wedding{color:#6d28d9;background:#ede9fe;border-color:#ddd6fe}.wishnest-tag--diwali{color:#b45309;background:#fef3c7;border-color:#fde68a}.wishnest-tag--rakhi{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}.wishnest-share-nudge{z-index:50;position:fixed;bottom:1rem;left:1rem;right:1rem}.wishnest-share-nudge__inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #fffc;border-radius:999px;align-items:center;gap:.75rem;padding:.55rem;display:flex;box-shadow:0 20px 60px #1c19172e}.wishnest-share-nudge__inner:before{content:"";z-index:-1;background:linear-gradient(90deg,#fff1e6 0%,#fff 52%,#f3ebff 100%);border-radius:999px;position:absolute;inset:.55rem}.wishnest-share-nudge__emoji{background:#fff;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;display:none;box-shadow:0 8px 18px #78716c14}.wishnest-share-nudge__inner p{color:#57534e;flex:1;margin:0;font-size:.92rem;font-weight:500;line-height:1.6}.wishnest-share-nudge__inner strong{color:#1c1917}.wishnest-share-nudge__dismiss{color:#78716c;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 8px 18px #78716c14}.wishnest-share-nudge__dismiss:hover{color:#fff;background:#1c1917}@media (width>=768px){.wishnest-dashboard{padding:1.75rem 1.5rem 7rem}.wishnest-section__header{flex-direction:row;justify-content:space-between;align-items:flex-end}.wishnest-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wishnest-share-nudge{width:min(430px,100vw - 3rem);left:auto}.wishnest-share-nudge__emoji{display:inline-flex}}@media (width>=1024px){.wishnest-dashboard{padding:2rem 2rem 7rem}.wishnest-hero{padding:2rem 2.25rem}.wishnest-hero__content{flex-direction:row;justify-content:space-between;align-items:center}}@media (width<=767px){.wishnest-hero__panel{max-width:none}.wishnest-wishlist-card__header{flex-direction:column}.wishnest-wishlist-card__count{text-align:left}.wishnest-feed-card{flex-basis:286px}}
