@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=Quicksand:wght@500;600;700&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-weight:600;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-md{padding:.75rem 1.5rem;font-size:.9rem}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-medium);transform:translateY(-1px)}.btn-secondary{background:var(--cloud);color:var(--text-primary)}.btn-secondary:hover:not(:disabled){background:var(--mist)}.btn-outline:hover:not(:disabled){background:var(--cloud);border-color:var(--mist)}.btn-ghost:hover:not(:disabled){background:var(--cloud);color:var(--text-primary)}.hub-page{min-height:100vh}.nav-link:hover{color:var(--text-primary);background:var(--cloud)}.hero{padding:8rem 1.5rem 4rem;background:var(--soft-white);overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--blush);color:var(--blush-dark);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero-badge-icon{width:20px;height:20px;object-fit:contain}.btn-icon{width:20px;height:20px;object-fit:contain;vertical-align:middle;margin-right:.25rem}[data-theme=dark] .hero-badge{background:#e8a8c0;color:#1a1614}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-perks{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-perk{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.hero-perk-icon{width:20px;height:20px;object-fit:contain}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-hub-visual{position:relative;width:320px;height:320px}.hub-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:var(--soft-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lifted);z-index:2}.hub-logo{width:64px;height:64px;object-fit:contain}.hub-orbit{position:absolute;top:0;left:0;width:100%;height:100%;animation:orbitSpin 30s linear infinite}.hub-item{position:absolute;width:56px;height:56px;background:var(--soft-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);animation:counterSpin 30s linear infinite}.hub-item img{width:32px;height:32px;object-fit:contain}.hub-item-1{top:0;left:50%;transform:translate(-50%)}.hub-item-2{top:25%;right:0}.hub-item-3{bottom:10%;right:10%}.hub-item-4{bottom:10%;left:10%}.hub-item-5{top:25%;left:0}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counterSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}[data-theme=dark] .hub-center,[data-theme=dark] .hub-item{background:var(--cloud)}.hero-float{position:absolute;font-size:2rem;animation:float 3s ease-in-out infinite}.hero-float img{width:48px;height:48px;object-fit:contain}.hero-float-1{top:10%;left:10%;animation-delay:0s}.hero-float-2{top:20%;right:5%;animation-delay:1s}.hero-float-3{bottom:20%;left:5%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-container{grid-template-columns:1fr;text-align:center}.hero-desc{max-width:100%}.hero-actions,.hero-perks{justify-content:center}.hero-visual{order:-1}.hero-hub-visual{width:260px;height:260px}.hub-center{width:80px;height:80px}.hub-logo{width:50px;height:50px}.hub-item{width:44px;height:44px}.hub-item img{width:24px;height:24px}.hero-float{display:none}}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}.section-desc{font-size:1.05rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.section-cta{text-align:center;margin-top:2.5rem}.badge{display:inline-flex;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:1rem}.badge-outline{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.heybub{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .heybub{background:var(--soft-white)}.heybub-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:var(--soft-white);border-radius:var(--radius-xl);padding:3rem;border:1px solid var(--border-light)}[data-theme=dark] .heybub-showcase{background:var(--cloud)}.heybub-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.heybub-feature{display:flex;gap:1rem;align-items:flex-start}.heybub-feature-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.heybub-feature-icon img{width:28px;height:28px;object-fit:contain}.heybub-feature-icon.blush{background:var(--blush)}.heybub-feature-icon.sky{background:var(--sky)}.heybub-feature-icon.mint{background:var(--mint)}[data-theme=dark] .heybub-feature-icon.blush{background:#e8a8c0}[data-theme=dark] .heybub-feature-icon.sky{background:#88b8d8}[data-theme=dark] .heybub-feature-icon.mint{background:#88c8a8}.heybub-feature h4{font-size:1rem;font-weight:700;margin-bottom:.25rem}.heybub-feature p{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.heybub-cta{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.heybub-note{font-size:.8rem;color:var(--text-muted)}.heybub-visual{display:flex;justify-content:center;align-items:center}.heybub-phone{width:240px;height:420px;background:var(--text-primary);border-radius:36px;padding:10px;box-shadow:var(--shadow-lifted);animation:phoneFloat 6s ease-in-out infinite}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}[data-theme=dark] .heybub-phone{background:#f0e8e4}.heybub-phone-screen{width:100%;height:100%;background:var(--cream);border-radius:28px;padding:1.25rem;overflow:hidden}.heybub-phone-screen .mini-baby-card{text-align:center;padding:1.25rem;background:var(--soft-white);border-radius:var(--radius-lg);margin-bottom:.75rem}[data-theme=dark] .heybub-phone-screen .mini-baby-card{background:#201c1a}.heybub-phone-screen .mini-avatar{width:50px;height:50px;background:var(--blush);border-radius:50%;margin:0 auto .5rem;object-fit:cover;animation:avatarGlow 4s ease-in-out infinite}@keyframes avatarGlow{0%,to{box-shadow:0 0 #f8c8dc00}50%{box-shadow:0 0 0 6px #f8c8dc4d}}.heybub-phone-screen .mini-name{font-family:var(--font-display);font-weight:700;color:var(--text-primary);font-size:.9rem}[data-theme=dark] .heybub-phone-screen .mini-name{color:#f0e8e4}.heybub-phone-screen .mini-age{font-size:.7rem;color:var(--text-muted)}[data-theme=dark] .heybub-phone-screen .mini-age{color:#887870}.heybub-phone-screen .mini-stats{display:flex;gap:.5rem}.heybub-phone-screen .mini-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem;border-radius:var(--radius-md);font-size:.65rem;font-weight:600}.heybub-phone-screen .mini-stat-icon{width:20px;height:20px}.heybub-phone-screen .mini-stat.blush{background:#f8c8dc;color:#4a4044}.heybub-phone-screen .mini-stat.sky{background:#b8d4e8;color:#4a4044}.stat-counter{display:inline-block;animation:statPulse 4s ease-in-out infinite}@keyframes statPulse{0%,to{opacity:1}45%{opacity:1}50%{opacity:.5;transform:scale(1.05)}55%{opacity:1}}.mini-activity-feed{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem}.mini-activity{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;background:var(--soft-white);border-radius:var(--radius-md);opacity:0;transform:translate(-10px);animation:slideInActivity 8s ease-in-out infinite}[data-theme=dark] .mini-activity{background:#2a2522}.mini-activity-1{animation-delay:0s}.mini-activity-2{animation-delay:.3s}.mini-activity-3{animation-delay:.6s}@keyframes slideInActivity{0%{opacity:0;transform:translate(-10px)}10%{opacity:1;transform:translate(0)}80%{opacity:1;transform:translate(0)}90%{opacity:0;transform:translate(10px)}to{opacity:0;transform:translate(-10px)}}.mini-activity-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mini-activity-icon img{width:14px;height:14px;object-fit:contain}.mini-activity-icon.blush{background:var(--blush)}.mini-activity-icon.sky{background:var(--sky)}.mini-activity-icon.mint{background:var(--mint)}[data-theme=dark] .mini-activity-icon.blush{background:#e8a8c0}[data-theme=dark] .mini-activity-icon.sky{background:#88b8d8}[data-theme=dark] .mini-activity-icon.mint{background:#88c8a8}.mini-activity-text{display:flex;flex-direction:column;gap:.1rem}.mini-activity-title{font-size:.6rem;font-weight:600;color:var(--text-primary)}[data-theme=dark] .mini-activity-title{color:#f0e8e4}.mini-activity-time{font-size:.5rem;color:var(--text-muted)}.mini-prediction{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem .6rem;background:var(--sky);border-radius:var(--radius-md);font-size:.55rem;font-weight:600;color:#4a4044;animation:predictionPulse 3s ease-in-out infinite}[data-theme=dark] .mini-prediction{background:#88b8d8}.mini-prediction-icon{width:16px;height:16px;object-fit:contain}@keyframes predictionPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@media(max-width:768px){.heybub-showcase{grid-template-columns:1fr;padding:2rem;gap:2rem}.heybub-visual{order:-1}.heybub-phone{width:200px;height:350px}.heybub-cta{align-items:center;text-align:center}}.services{padding:5rem 1.5rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:1.5rem;transition:all .3s ease;text-decoration:none;display:block}.service-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.service-icon{width:48px;height:48px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-icon img{width:28px;height:28px;object-fit:contain}.service-icon.sky{background:var(--sky)}.service-icon.mint{background:var(--mint)}.service-icon.butter{background:var(--butter)}.service-icon.lavender{background:var(--lavender)}[data-theme=dark] .service-icon.sky{background:#88b8d8}[data-theme=dark] .service-icon.mint{background:#88c8a8}[data-theme=dark] .service-icon.butter{background:#d8c878}[data-theme=dark] .service-icon.lavender{background:#b898d8}.service-title{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:var(--text-primary)}.service-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.5}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.services-grid{grid-template-columns:1fr}}.nannies{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .nannies{background:var(--soft-white)}.nannies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.nanny-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:1.5rem;transition:all .3s ease}[data-theme=dark] .nanny-card{background:var(--cream)}.nanny-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.nanny-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.nanny-avatar{width:56px;height:56px;border-radius:50%;background:var(--blush);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-primary)}.nanny-avatar.sky-lavender{background:var(--sky)}.nanny-avatar.mint-sky{background:var(--mint)}.nanny-verified{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--mint-dark)}.nanny-name{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.nanny-exp{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.nanny-rating{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:1rem}.stars{display:flex;gap:2px}.star-icon{width:16px;height:16px;object-fit:contain}.nanny-reviews{font-size:.8rem;color:var(--text-muted)}.nanny-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.nanny-btn{width:100%}@media(max-width:768px){.nannies-grid{grid-template-columns:1fr}}.articles{padding:5rem 1.5rem}.articles-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.article-card{background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden;transition:all .3s ease}.article-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.article-card-featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.articles-preview{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .articles-preview{background:var(--soft-white)}.articles-preview-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.articles-preview-content{max-width:500px}.articles-preview-content .section-title{text-align:left;margin-bottom:1rem}.articles-preview-content .section-desc{text-align:left;margin:0 0 2rem;max-width:none}.articles-categories-mini{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.category-pill{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-full);font-size:.8rem;font-weight:500;color:var(--text-secondary)}[data-theme=dark] .category-pill{background:var(--cloud)}.category-pill img{width:20px;height:20px;border-radius:4px;object-fit:cover}.articles-preview-scroll{position:relative;height:400px;overflow:hidden}.articles-scroll-mask{position:absolute;inset:0;overflow:hidden;border-radius:var(--radius-xl);background:var(--soft-white);border:1px solid var(--border-light)}.articles-scroll-mask:before,.articles-scroll-mask:after{content:"";position:absolute;left:0;right:0;height:60px;z-index:2;pointer-events:none}.articles-scroll-mask:before{top:0;background:linear-gradient(to bottom,var(--soft-white),transparent)}.articles-scroll-mask:after{bottom:0;background:linear-gradient(to top,var(--soft-white),transparent)}[data-theme=dark] .articles-scroll-mask{background:var(--cloud)}[data-theme=dark] .articles-scroll-mask:before{background:linear-gradient(to bottom,var(--cloud),transparent)}[data-theme=dark] .articles-scroll-mask:after{background:linear-gradient(to top,var(--cloud),transparent)}.articles-scroll-track{display:flex;flex-direction:column;gap:1rem;padding:1rem;animation:scrollArticles 20s linear infinite}@keyframes scrollArticles{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.preview-article-card{display:flex;gap:1rem;padding:.75rem;background:var(--cream);border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:transform .2s ease;text-decoration:none;cursor:pointer}[data-theme=dark] .preview-article-card{background:var(--soft-white)}.preview-article-card:hover{transform:scale(1.02)}.preview-article-img{width:80px;height:80px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0}.preview-article-info{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.preview-article-info .badge{width:fit-content;margin-bottom:0}.preview-article-title{font-size:.9rem;font-weight:600;color:var(--text-primary);line-height:1.3}.preview-article-author{font-size:.75rem;color:var(--text-muted)}@media(max-width:768px){.articles-preview-layout{grid-template-columns:1fr;gap:2rem}.articles-preview-content{text-align:center;max-width:none}.articles-preview-content .section-title,.articles-preview-content .section-desc{text-align:center}.articles-categories-mini{justify-content:center}.articles-preview-scroll{height:300px}}.shop{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .shop{background:var(--soft-white)}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden;transition:all .3s ease}[data-theme=dark] .product-card{background:var(--cream)}.shop-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);text-decoration:none;transition:all .3s ease}.category-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.category-icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.category-icon img{width:32px;height:32px;object-fit:contain}.category-icon.blush{background:var(--blush)}.category-icon.sky{background:var(--sky)}.category-icon.mint{background:var(--mint)}.category-icon.butter{background:var(--butter)}.category-icon.peach{background:var(--peach)}.category-icon.lavender{background:var(--lavender)}[data-theme=dark] .category-icon.blush{background:#e8a8c0}[data-theme=dark] .category-icon.sky{background:#88b8d8}[data-theme=dark] .category-icon.mint{background:#88c8a8}[data-theme=dark] .category-icon.butter{background:#d8c878}[data-theme=dark] .category-icon.peach{background:#d8a888}[data-theme=dark] .category-icon.lavender{background:#b898d8}.category-title{font-size:.9rem;font-weight:600;color:var(--text-primary)}@media(max-width:1024px){.shop-categories{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.shop-categories{grid-template-columns:repeat(2,1fr)}}.community{padding:5rem 1.5rem}.community-card{background:var(--lavender);border-radius:var(--radius-xl);padding:4rem;text-align:center}[data-theme=dark] .community-card{background:#b898d8}.community-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#ffffff4d;border-radius:50%;display:flex;align-items:center;justify-content:center}.community-icon img{width:48px;height:48px;object-fit:contain}.community-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem;color:var(--text-primary)}[data-theme=dark] .community-title,[data-theme=dark] .community-desc{color:#f0e8e4}.community-desc{font-size:1.05rem;color:var(--text-secondary);max-width:500px;margin:0 auto 2rem}[data-theme=dark] .community-desc{color:#f0e8e4cc}@media(max-width:768px){.community-card{padding:3rem 2rem}}.cta-section{padding:5rem 1.5rem}.cta-card{background:var(--blush);border-radius:var(--radius-xl);padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem}[data-theme=dark] .cta-card{background:#e8a8c0}.cta-content{max-width:500px}.cta-title{font-size:clamp(1.5rem,3vw,2rem);color:var(--text-primary);margin-bottom:1rem}[data-theme=dark] .cta-title,[data-theme=dark] .cta-desc{color:#1a1614}.cta-desc{color:var(--text-secondary);margin-bottom:1.5rem}.cta-actions{display:flex;gap:1rem;flex-wrap:wrap}.cta-visual{font-size:6rem}.cta-visual img{width:120px;height:120px;object-fit:contain}@media(max-width:768px){.cta-card{flex-direction:column;text-align:center;padding:3rem 2rem}.cta-visual{order:-1}.cta-actions{justify-content:center}}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-primary{background:var(--blush);color:var(--text-primary);box-shadow:var(--shadow-soft)}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--text-primary)}.btn-outline:hover{background:var(--cloud);border-color:var(--mist)}[data-theme=dark] .btn-primary{background:#e8a8c0;color:#1a1614}.scroll-animate{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-animate-fade{opacity:0;transition:opacity .6s ease-out}.scroll-animate-scale{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s cubic-bezier(.16,1,.3,1)}.scroll-animate-left{opacity:0;transform:translate(-40px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-animate-right{opacity:0;transform:translate(40px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}.stagger-1{transition-delay:0ms}.stagger-2{transition-delay:80ms}.stagger-3{transition-delay:.16s}.stagger-4{transition-delay:.24s}.stagger-5{transition-delay:.32s}.stagger-6{transition-delay:.4s}.hero-animate .hero-content{animation:heroSlideIn .9s cubic-bezier(.16,1,.3,1) forwards}.hero-animate .hero-visual{animation:heroSlideIn .9s cubic-bezier(.16,1,.3,1) .2s forwards;opacity:0}@keyframes heroSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-animate .hero-phone{animation:phoneFloat 6s ease-in-out infinite}@keyframes phoneFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(1deg)}}.section-header.scroll-visible .badge{animation:badgePop .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes badgePop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.service-card,.nanny-card,.article-card,.product-card{transform-style:preserve-3d;perspective:1000px}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){.scroll-animate,.scroll-animate-fade,.scroll-animate-scale,.scroll-animate-left,.scroll-animate-right{opacity:1;transform:none;transition:none}.hero-animate .hero-content,.hero-animate .hero-visual,.hero-animate .hero-phone{animation:none;opacity:1}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--soft-white) 0%,var(--cream) 100%);padding:1.5rem}.login-container{width:100%;max-width:400px;text-align:center}.login-header{margin-bottom:2rem}.login-logo{width:80px;height:80px;display:block;margin:0 auto 1rem;object-fit:contain}.login-header h1{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:var(--text-secondary);font-size:1.1rem}.login-card{background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-medium)}.login-card h2{font-size:1.5rem;margin-bottom:.5rem}.login-card p{color:var(--text-muted);margin-bottom:1.5rem}.login-google-btn{width:100%}.login-footer{margin-top:1.5rem;font-size:.8rem;color:var(--text-muted)}.callback-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--cream)}.callback-container{text-align:center}.callback-spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--blush-dark);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.callback-container p{color:var(--text-secondary)}.video-player{position:relative;width:100%;background:var(--cloud);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft)}.video-player.aspect-16-9{aspect-ratio:16 / 9}.video-player.aspect-4-3{aspect-ratio:4 / 3}.video-player.aspect-1-1{aspect-ratio:1 / 1}.video-poster{position:absolute;inset:0;cursor:pointer}.video-poster img{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(to bottom,#0000001a,#0006);transition:background .3s ease}.video-poster:hover .video-overlay{background:linear-gradient(to bottom,#0003,#00000080)}.play-button{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--blush),var(--peach));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #f8c8dc66;transition:all .3s ease}.play-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #f8c8dc99}.play-button svg{margin-left:4px}[data-theme=dark] .play-button{background:linear-gradient(135deg,#e8a8c0,#d8a888);box-shadow:0 4px 20px #e8a8c04d}[data-theme=dark] .play-button:hover{box-shadow:0 6px 30px #e8a8c080}.video-title{font-size:.9rem;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);text-align:center;max-width:80%}.youtube-iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.native-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;cursor:pointer}.video-controls{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;transition:opacity .3s ease}.video-controls.visible,.video-player:hover .video-controls{opacity:1}.control-btn{background:#fff3;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.control-btn:hover{background:#ffffff4d;transform:scale(1.05)}.progress-bar{flex:1;height:24px;display:flex;align-items:center;cursor:pointer}.progress-track{width:100%;height:4px;background:#ffffff4d;border-radius:2px;overflow:hidden;transition:height .2s ease}.progress-bar:hover .progress-track{height:6px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--blush),var(--peach));border-radius:2px;transition:width .1s linear}[data-theme=dark] .progress-fill{background:linear-gradient(90deg,#e8a8c0,#d8a888)}.time-display{font-size:.75rem;font-weight:500;color:#fff;white-space:nowrap;min-width:80px;text-align:center}.video-player:fullscreen{border-radius:0}.video-player:fullscreen .native-video{object-fit:contain;background:#000}@media(max-width:768px){.play-button{width:56px;height:56px}.play-button svg{width:24px;height:24px}.video-controls{padding:.75rem;gap:.5rem}.control-btn{width:32px;height:32px}.time-display{font-size:.7rem;min-width:60px}}.articles-page{min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--border-light);z-index:100;transition:background-color .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--text-primary)}.nav-logo-icon{width:32px;height:32px;object-fit:contain}.nav-links{display:flex;gap:.5rem}.nav-link{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-full);transition:all .2s ease}.nav-link:hover,.nav-link.active{color:var(--text-primary);background:var(--cloud)}.nav-actions{display:flex;align-items:center;gap:.5rem}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:50%}.nav-mobile-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-primary)}@media(max-width:768px){.nav-links,.nav-actions .btn:not(.theme-toggle){display:none}.nav-mobile-toggle{display:block}}.page-header{padding:8rem 1.5rem 3rem;background:linear-gradient(180deg,var(--soft-white) 0%,var(--cream) 100%);text-align:center}.page-header-container{max-width:700px;margin:0 auto}.page-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;margin:1rem 0;line-height:1.2}.page-desc{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin:0 auto}.badge{display:inline-flex;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:600;border-radius:var(--radius-full)}.badge-blush{background:var(--blush);color:var(--blush-dark)}.badge-sky{background:var(--sky);color:var(--sky-dark)}.badge-mint{background:var(--mint);color:var(--mint-dark)}.badge-butter{background:var(--butter);color:var(--butter-dark)}.badge-lavender{background:var(--lavender);color:var(--lavender-dark)}.badge-peach{background:var(--peach);color:var(--peach-dark)}[data-theme=dark] .badge-blush{background:#e8a8c0;color:#1a1614}[data-theme=dark] .badge-sky{background:#88b8d8;color:#1a1614}[data-theme=dark] .badge-mint{background:#88c8a8;color:#1a1614}[data-theme=dark] .badge-butter{background:#d8c878;color:#1a1614}[data-theme=dark] .badge-lavender{background:#b898d8;color:#1a1614}[data-theme=dark] .badge-peach{background:#d8a888;color:#1a1614}.categories-section{padding:2rem 1.5rem;background:var(--cream)}.section-container{max-width:1200px;margin:0 auto}.category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;text-decoration:none}.category-card:hover{background:var(--cloud);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.category-card.active{background:var(--blush);border-color:var(--blush)}[data-theme=dark] .category-card.active{background:#e8a8c0}.category-icon{width:56px;height:56px;border-radius:var(--radius-md);overflow:hidden}.category-icon img{width:100%;height:100%;object-fit:cover}.category-name{font-weight:600;font-size:.9rem;color:var(--text-primary)}.category-count{font-size:.75rem;color:var(--text-muted)}.category-card.active .category-name,.category-card.active .category-count{color:var(--text-primary)}[data-theme=dark] .category-card.active .category-name,[data-theme=dark] .category-card.active .category-count{color:#1a1614}@media(max-width:768px){.category-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.category-cards{grid-template-columns:repeat(2,1fr)}}.featured-section{padding:3rem 1.5rem}.section-heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.featured-article{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden}.featured-img{min-height:350px;display:flex;align-items:center;justify-content:center;font-size:5rem;position:relative;overflow:hidden}.featured-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.featured-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.article-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.article-date,.article-read{font-size:.8rem;color:var(--text-muted)}.featured-title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--text-primary)}.featured-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.featured-author{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.author-avatar{width:44px;height:44px;background:linear-gradient(135deg,var(--blush),var(--lavender));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--text-primary)}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;font-size:.9rem;color:var(--text-primary)}.author-title{font-size:.8rem;color:var(--text-muted)}@media(max-width:768px){.featured-article{grid-template-columns:1fr}.featured-img{min-height:250px}}.gradient-sleep{background:linear-gradient(135deg,var(--blush),var(--lavender))}.gradient-nutrition{background:linear-gradient(135deg,var(--mint),var(--sky))}.gradient-development{background:linear-gradient(135deg,var(--lavender),var(--blush))}.gradient-health{background:linear-gradient(135deg,var(--sky),var(--mint))}.gradient-parenting{background:linear-gradient(135deg,var(--butter),var(--peach))}.gradient-activities{background:linear-gradient(135deg,var(--peach),var(--butter))}[data-theme=dark] .gradient-sleep{background:linear-gradient(135deg,#3a2830,#3d3548)}[data-theme=dark] .gradient-nutrition{background:linear-gradient(135deg,#2d4038,#2d3d4a)}[data-theme=dark] .gradient-development{background:linear-gradient(135deg,#3d3548,#3a2830)}[data-theme=dark] .gradient-health{background:linear-gradient(135deg,#2d3d4a,#2d4038)}[data-theme=dark] .gradient-parenting{background:linear-gradient(135deg,#4a4230,#4a3830)}[data-theme=dark] .gradient-activities{background:linear-gradient(135deg,#4a3830,#4a4230)}.page-content{padding:3rem 1.5rem 4rem;background:var(--cloud)}[data-theme=dark] .page-content{background:var(--soft-white)}.section-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.select-small{padding:.5rem 1rem;font-size:.85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--soft-white);color:var(--text-primary);cursor:pointer;font-family:var(--font)}.select-small:focus{outline:none;border-color:var(--blush-dark)}.articles-grid-full{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.article-card-full-link{text-decoration:none;color:inherit;display:block}.article-card-full{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden;transition:all .3s ease}.article-card-full:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.article-card-img{height:180px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;position:relative;overflow:hidden}.article-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.article-card-content{padding:1.25rem}.article-card-title{font-size:1.05rem;font-weight:700;line-height:1.4;margin-bottom:.5rem;color:var(--text-primary)}.article-card-excerpt{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--blush-dark);text-decoration:none;transition:gap .2s ease}.article-link:hover{gap:.5rem}@media(max-width:768px){.articles-grid-full{grid-template-columns:1fr}}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--soft-white);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.85rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .2s ease;font-family:var(--font)}.pagination-btn:hover:not(:disabled){background:var(--cloud);border-color:var(--mist)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;align-items:center;gap:.25rem}.pagination-page{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:var(--font)}.pagination-page:hover{background:var(--cloud);color:var(--text-primary)}.pagination-page.active{background:var(--blush);color:var(--text-primary)}[data-theme=dark] .pagination-page.active{background:#e8a8c0;color:#1a1614}.pagination-dots{padding:0 .5rem;color:var(--text-muted)}.newsletter-section{padding:4rem 1.5rem}.newsletter-card{background:linear-gradient(135deg,var(--lavender),var(--sky));border-radius:var(--radius-xl);padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}[data-theme=dark] .newsletter-card{background:linear-gradient(135deg,#b898d8,#88b8d8)}.newsletter-content{max-width:450px}.newsletter-content h2{font-size:1.75rem;margin:.75rem 0;color:var(--text-primary)}[data-theme=dark] .newsletter-content h2,[data-theme=dark] .newsletter-content p{color:#1a1614}.newsletter-content p{color:var(--text-secondary);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.75rem}.input{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;font-family:var(--font);background:var(--soft-white);color:var(--text-primary)}.input:focus{outline:none;border-color:var(--blush-dark)}.newsletter-note{display:block;margin-top:.75rem;font-size:.8rem;color:var(--text-muted)}[data-theme=dark] .newsletter-note{color:#4a4044}.newsletter-visual{font-size:5rem}@media(max-width:768px){.newsletter-card{flex-direction:column;text-align:center;padding:2rem}.newsletter-visual{order:-1}.newsletter-form{flex-direction:column}}.footer{background:var(--soft-white);border-top:1px solid var(--border-light);padding:4rem 1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--text-primary);text-decoration:none;margin-bottom:1rem}.footer-logo-icon{width:32px;height:32px;object-fit:contain}.footer-heart{width:16px;height:16px;object-fit:contain;vertical-align:middle}.footer-tagline{font-size:.9rem;color:var(--text-muted);max-width:280px}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-col-title{font-size:.85rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.footer-link{display:block;font-size:.85rem;color:var(--text-secondary);text-decoration:none;padding:.35rem 0;transition:color .2s ease}.footer-link:hover{color:var(--text-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-light);font-size:.85rem;color:var(--text-muted)}.footer-social{display:flex;gap:1.5rem}.footer-social-link{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-social-link:hover{color:var(--text-primary)}@media(max-width:768px){.footer-main{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-weight:600;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap;padding:.75rem 1.5rem;font-size:.9rem}.btn-primary{background:linear-gradient(135deg,var(--blush) 0%,var(--peach) 100%);color:var(--text-primary);box-shadow:var(--shadow-soft)}.btn-primary:hover{box-shadow:var(--shadow-medium);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--cloud);color:var(--text-primary)}.btn-icon-sm{padding:.5rem}[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#e8a8c0,#d8a888);color:#1a1614}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--text-secondary);text-decoration:none;margin-bottom:1.5rem;transition:color .2s ease}.back-link:hover{color:var(--text-primary)}.article-header{padding:8rem 1.5rem 2rem;background:linear-gradient(180deg,var(--soft-white) 0%,var(--cream) 100%)}.article-header-container{max-width:800px;margin:0 auto}.article-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin:1rem 0 1.5rem;color:var(--text-primary)}.article-author{display:flex;align-items:center;gap:.75rem}.article-hero{padding:0 1.5rem;margin-top:-1rem}.article-hero-container{max-width:900px;margin:0 auto}.article-hero-img{width:100%;height:auto;max-height:450px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-lifted)}.article-content{padding:3rem 1.5rem}.article-content-container{max-width:700px;margin:0 auto}.article-body{font-size:1.05rem;line-height:1.8;color:var(--text-primary)}.article-body h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;padding-top:1rem;border-top:1px solid var(--border-light);color:var(--text-primary)}.article-body h2:first-child{margin-top:0;padding-top:0;border-top:none}.article-body h3{font-size:1.15rem;font-weight:700;margin:1.5rem 0 .75rem;color:var(--text-primary)}.article-body p{margin-bottom:1.25rem;color:var(--text-secondary)}.article-body strong{color:var(--text-primary);font-weight:600}.article-body ul,.article-body ol{margin:1rem 0 1.5rem 1.5rem;color:var(--text-secondary)}.article-body li{margin-bottom:.5rem;padding-left:.5rem}.article-body li strong{color:var(--text-primary)}.article-actions{display:flex;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.9rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:var(--font)}.btn-outline:hover{background:var(--cloud);border-color:var(--mist);color:var(--text-primary)}.related-section{padding:4rem 1.5rem;background:var(--cloud)}[data-theme=dark] .related-section{background:var(--soft-white)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.related-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden;text-decoration:none;transition:all .3s ease}.related-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.related-card-img{height:140px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;position:relative;overflow:hidden}.related-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.related-card-content{padding:1rem}.related-card-title{font-size:.95rem;font-weight:600;line-height:1.4;margin:.5rem 0;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card-read{font-size:.75rem;color:var(--text-muted)}@media(max-width:768px){.article-header{padding:6rem 1.5rem 2rem}.article-hero-img{max-height:300px}.article-body{font-size:1rem}.article-body h2{font-size:1.25rem}.article-body h3{font-size:1.05rem}.related-grid{grid-template-columns:1fr}.related-card{display:grid;grid-template-columns:120px 1fr}.related-card-img{height:100%;min-height:120px}.related-card-content{display:flex;flex-direction:column;justify-content:center}}.reading-progress-container{position:fixed;top:0;left:0;right:0;height:4px;background:var(--border-light);z-index:1000}.reading-progress-bar{height:100%;background:linear-gradient(90deg,var(--blush),var(--lavender));transition:width .1s ease-out}[data-theme=dark] .reading-progress-bar{background:linear-gradient(90deg,#e8a8c0,#b898d8)}.article-layout{display:flex;max-width:1200px;margin:0 auto;padding:0 1.5rem;gap:3rem}.article-toc{position:sticky;top:100px;width:250px;flex-shrink:0;height:fit-content;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1rem;transition:all .3s ease}.article-toc:not(.visible){width:48px;padding:.5rem}.article-toc:not(.visible) .toc-nav,.article-toc:not(.visible) .toc-progress,.article-toc:not(.visible) .toc-header span{display:none}.toc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-weight:700;font-size:.85rem;color:var(--text-primary)}.toc-toggle{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-sm);transition:all .2s ease}.toc-toggle:hover{background:var(--cloud);color:var(--text-primary)}.toc-nav{display:flex;flex-direction:column;gap:.25rem}.toc-link{display:block;padding:.5rem .75rem;font-size:.8rem;color:var(--text-secondary);text-align:left;background:none;border:none;border-left:2px solid transparent;border-radius:0 var(--radius-sm) var(--radius-sm) 0;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toc-link:hover{background:var(--cloud);color:var(--text-primary)}.toc-link.active{background:var(--blush);color:var(--text-primary);border-left-color:var(--blush-dark);font-weight:600}[data-theme=dark] .toc-link.active{background:#e8a8c0;color:#1a1614}.toc-progress{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.toc-progress-bar{height:4px;background:var(--mint);border-radius:2px;margin-bottom:.5rem;transition:width .1s ease-out}[data-theme=dark] .toc-progress-bar{background:#88c8a8}.toc-progress span{font-size:.75rem;color:var(--text-muted)}@media(max-width:1024px){.article-toc{display:none}.article-layout{flex-direction:column}}.callout{display:flex;gap:1rem;padding:1.25rem;border-radius:var(--radius-lg);margin:1.5rem 0;border-left:4px solid}.callout-icon{font-size:1.5rem;flex-shrink:0}.callout-content{flex:1;font-size:.95rem;line-height:1.6}.callout-tip{background:linear-gradient(135deg,#c8e6d44d,#b8d4e833);border-color:var(--mint)}.callout-warning{background:linear-gradient(135deg,#f8e8b84d,#f8d8c833);border-color:var(--butter)}.callout-info{background:linear-gradient(135deg,#b8d4e84d,#d8c8e833);border-color:var(--sky)}[data-theme=dark] .callout-tip{background:linear-gradient(135deg,#88c8a826,#88b8d81a)}[data-theme=dark] .callout-warning{background:linear-gradient(135deg,#d8c87826,#d8a8881a)}[data-theme=dark] .callout-info{background:linear-gradient(135deg,#88b8d826,#b898d81a)}.collapsible-section{margin:1.5rem 0}.collapsible-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:var(--cloud);border:1px solid var(--border-light);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease}.collapsible-header:hover{background:var(--soft-white);box-shadow:var(--shadow-soft)}.collapsible-header h3{margin:0;font-size:1rem;color:var(--text-primary)}.collapsible-header svg{color:var(--text-secondary);transition:transform .3s ease}.collapsible-header.collapsed svg{transform:rotate(0)}.checklist{margin:1.5rem 0;padding:1.25rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-lg)}.checklist-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border-light);cursor:pointer;transition:all .2s ease}.checklist-item:last-of-type{border-bottom:none}.checklist-item:hover{background:var(--cloud);margin:0 -.75rem;padding-left:.75rem;padding-right:.75rem;border-radius:var(--radius-md)}.checklist-item input[type=checkbox]{display:none}.checkmark{width:22px;height:22px;border:2px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;margin-top:2px}.checklist-item.checked .checkmark{background:var(--mint);border-color:var(--mint);color:#fff}[data-theme=dark] .checklist-item.checked .checkmark{background:#88c8a8;border-color:#88c8a8;color:#1a1614}.checklist-item.checked span:last-child{text-decoration:line-through;color:var(--text-muted)}.checklist-progress{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light);display:flex;align-items:center;gap:1rem}.checklist-progress-bar{flex:1;height:8px;background:var(--cloud);border-radius:4px;overflow:hidden;position:relative}.checklist-progress-bar:after{content:"";position:absolute;left:0;top:0;height:100%;width:inherit;background:linear-gradient(90deg,var(--mint),var(--sky));transition:width .3s ease}.checklist-progress span{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.article-reactions{margin-top:3rem;padding:2rem;background:var(--cloud);border-radius:var(--radius-xl);text-align:center}[data-theme=dark] .article-reactions{background:var(--soft-white)}.reactions-label{display:block;font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--text-primary)}.reactions-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.reaction-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--soft-white);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.9rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:var(--font)}[data-theme=dark] .reaction-btn{background:var(--cloud)}.reaction-btn:hover{border-color:var(--blush);color:var(--text-primary);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.reaction-btn.active{background:var(--blush);border-color:var(--blush);color:var(--text-primary)}[data-theme=dark] .reaction-btn.active{background:#e8a8c0;border-color:#e8a8c0;color:#1a1614}.reaction-count{background:#0000001a;padding:.15rem .5rem;border-radius:var(--radius-full);font-size:.75rem}.share-wrapper{position:relative}.share-menu{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:.5rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lifted);overflow:hidden;min-width:150px;animation:fadeInUp .2s ease}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.share-menu button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;font-size:.85rem;color:var(--text-primary);cursor:pointer;transition:background .2s ease;font-family:var(--font)}.share-menu button:hover{background:var(--cloud)}.share-menu button:not(:last-child){border-bottom:1px solid var(--border-light)}.comments-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.comments-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.comments-title svg{color:var(--text-secondary)}.add-comment{display:flex;gap:1rem;margin-bottom:2rem}.comment-avatar{width:44px;height:44px;background:linear-gradient(135deg,var(--blush),var(--lavender));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--text-primary);flex-shrink:0}.comment-input-wrapper{flex:1;display:flex;flex-direction:column;gap:.75rem}.comment-input{width:100%;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.95rem;font-family:var(--font);background:var(--soft-white);color:var(--text-primary);resize:none;transition:border-color .2s ease}.comment-input:focus{outline:none;border-color:var(--blush)}.comment-input::placeholder{color:var(--text-muted)}.comment-input-wrapper .btn{align-self:flex-end}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment{display:flex;gap:1rem}.comment-body{flex:1}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.comment-author{font-weight:600;font-size:.9rem;color:var(--text-primary)}.comment-date{font-size:.8rem;color:var(--text-muted)}.comment-text{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.comment-actions{display:flex;gap:1rem}.comment-action{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:color .2s ease;font-family:var(--font)}.comment-action:hover{color:var(--text-primary)}.comment-action.liked{color:var(--blush-dark)}[data-theme=dark] .comment-action.liked{color:#e8a8c0}.comments-loading,.comments-empty{text-align:center;padding:2rem;color:var(--text-muted);font-size:.95rem}.article-video{margin:2rem 0}.article-video-caption{margin-top:.75rem;font-size:.85rem;color:var(--text-muted);text-align:center;font-style:italic}.section-intro{font-size:1.1rem;color:var(--text-primary);padding:1rem 1.25rem;background:var(--cloud);border-radius:var(--radius-lg);margin:1.5rem 0}[data-theme=dark] .section-intro{background:var(--soft-white)}@media(max-width:768px){.article-reactions{padding:1.5rem}.reactions-buttons{flex-direction:column}.reaction-btn{justify-content:center}.share-menu{left:auto;right:0;transform:none}.add-comment{flex-direction:column}.comment-avatar{width:36px;height:36px;font-size:.75rem}}.nannies-page{min-height:100vh}.nannies-hero{padding:8rem 1.5rem 4rem;background:var(--soft-white);text-align:center}.nannies-hero-container{max-width:800px;margin:0 auto}.nannies-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.nannies-hero-desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-path-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:600px;margin:0 auto}.path-card{background:var(--cream);border:2px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.path-card:hover{border-color:var(--sky);transform:translateY(-4px);box-shadow:var(--shadow-medium)}.path-card.active{border-color:var(--blush);background:var(--blush)}[data-theme=dark] .path-card{background:var(--cloud)}[data-theme=dark] .path-card.active{background:#e8a8c0}.path-card-icon{width:64px;height:64px;background:var(--sky);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.path-card-icon.nanny{background:var(--lavender)}.path-card-icon img{width:32px;height:32px;object-fit:contain}.path-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.path-card p{font-size:.9rem;color:var(--text-secondary);margin:0}.path-card.active h3,.path-card.active p{color:var(--text-primary)}@media(max-width:600px){.hero-path-cards{grid-template-columns:1fr}}.how-it-works{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .how-it-works{background:var(--soft-white)}.how-it-works .section-title{text-align:center;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.step-card{text-align:center;padding:1.5rem}.step-number{width:48px;height:48px;background:var(--blush);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 auto 1rem}[data-theme=dark] .step-number{background:#e8a8c0}.step-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.step-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){.steps-grid{grid-template-columns:1fr;gap:1rem}}.for-parents,.for-nannies{padding:5rem 1.5rem}.for-parents{background:var(--soft-white)}.for-nannies{background:var(--cloud)}[data-theme=dark] .for-nannies{background:var(--soft-white)}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.split-section.reverse{direction:rtl}.split-section.reverse>*{direction:ltr}.split-content .section-title{text-align:left;margin-bottom:.5rem}.split-content .section-desc{text-align:left;margin:0 0 1.5rem;max-width:none}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.feature-list li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-secondary)}.feature-list li img{width:20px;height:20px;object-fit:contain}.split-form{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem}[data-theme=dark] .split-form{background:var(--cloud)}.signup-form h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.signup-form p{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem}.signup-form .input{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;background:var(--soft-white);color:var(--text-primary);margin-bottom:1rem;transition:border-color .2s ease}.signup-form .input:focus{outline:none;border-color:var(--blush)}[data-theme=dark] .signup-form .input{background:var(--soft-white)}.btn-full{width:100%}.nanny-form{background:var(--lavender)}[data-theme=dark] .nanny-form{background:#b898d8}.nanny-form h3,.nanny-form p{color:var(--text-primary)}[data-theme=dark] .nanny-form h3,[data-theme=dark] .nanny-form p{color:#1a1614}.nanny-form .input{background:#ffffffe6}.form-success{text-align:center;padding:2rem}.form-success img{width:48px;height:48px;margin-bottom:1rem}.form-success h3{font-size:1.25rem;margin-bottom:.5rem}.form-success p{font-size:.9rem;color:var(--text-secondary)}@media(max-width:768px){.split-section,.split-section.reverse{grid-template-columns:1fr;gap:2rem;direction:ltr}.split-content .section-title,.split-content .section-desc{text-align:center}.feature-list{align-items:center}}.trust-section{padding:5rem 1.5rem;background:var(--soft-white)}.trust-section .section-title{text-align:center;margin-bottom:3rem}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.trust-card{text-align:center;padding:1.5rem;background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl)}[data-theme=dark] .trust-card{background:var(--cloud)}.trust-icon{width:56px;height:56px;background:var(--mint);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}[data-theme=dark] .trust-icon{background:#88c8a8}.trust-icon img{width:28px;height:28px;object-fit:contain}.trust-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.trust-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){.trust-grid{grid-template-columns:1fr}}.shop-page{min-height:100vh}.cart-btn{position:relative}.cart-count{position:absolute;top:2px;right:2px;width:16px;height:16px;background:var(--blush);color:var(--text-primary);font-size:.65rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.shop-hero{padding:8rem 1.5rem 4rem;background:var(--soft-white);text-align:center}.shop-hero-container{max-width:700px;margin:0 auto}.shop-hero-eyebrow{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.shop-hero-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem;color:var(--text-primary)}.shop-hero-desc{font-size:1.15rem;color:var(--text-secondary);line-height:1.6;max-width:500px;margin:0 auto}.shop-categories{padding:2rem 1.5rem;background:var(--cream);border-bottom:1px solid var(--border-light)}[data-theme=dark] .shop-categories{background:var(--cloud)}.categories-scroll{display:flex;justify-content:center;gap:1rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none}.categories-scroll::-webkit-scrollbar{display:none}@media(max-width:768px){.categories-scroll{justify-content:flex-start}}.shop-category-card{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);cursor:pointer;transition:all .2s ease;min-width:120px}.shop-category-card:hover{border-color:var(--blush);transform:translateY(-2px)}.shop-category-card.active{background:var(--blush);border-color:var(--blush)}[data-theme=dark] .shop-category-card{background:var(--soft-white)}[data-theme=dark] .shop-category-card.active{background:#e8a8c0}.shop-category-img{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.shop-category-img img{width:32px;height:32px;object-fit:contain}.shop-category-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.shop-category-count{font-size:.7rem;color:var(--text-muted)}.shop-collections{padding:4rem 1.5rem;background:var(--soft-white)}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-heading{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.collection-card{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-radius:var(--radius-xl);text-decoration:none;overflow:hidden;min-height:140px;transition:transform .3s ease,box-shadow .3s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.collection-card.sky{background:var(--sky)}.collection-card.mint{background:var(--mint)}.collection-card.butter{background:var(--butter)}.collection-card.blush{background:var(--blush)}[data-theme=dark] .collection-card.sky{background:#88b8d8}[data-theme=dark] .collection-card.mint{background:#88c8a8}[data-theme=dark] .collection-card.butter{background:#d8c878}[data-theme=dark] .collection-card.blush{background:#e8a8c0}.collection-content{flex:1;z-index:1}.collection-card h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}[data-theme=dark] .collection-card h3,[data-theme=dark] .collection-card p{color:#1a1614}.collection-card p{font-size:.8rem;color:var(--text-secondary);margin-bottom:.75rem}.collection-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;color:var(--text-primary)}[data-theme=dark] .collection-link{color:#1a1614}.collection-img{width:60px;height:60px;display:flex;align-items:center;justify-content:center;opacity:.6}.collection-img img{width:48px;height:48px;object-fit:contain}@media(max-width:1024px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.collections-grid{grid-template-columns:1fr}}.shop-products{padding:4rem 1.5rem;background:var(--cloud)}[data-theme=dark] .shop-products{background:var(--soft-white)}.filter-controls{display:flex;gap:1rem;align-items:center}.select-small{padding:.5rem 2rem .5rem .75rem;font-size:.85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--soft-white);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}[data-theme=dark] .select-small{background-color:var(--cloud)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card-shop{display:block;text-decoration:none;background:var(--soft-white);border-radius:var(--radius-xl);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card-shop:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}[data-theme=dark] .product-card-shop{background:var(--cloud)}.product-image{position:relative;aspect-ratio:1;background:var(--cream);display:flex;align-items:center;justify-content:center;overflow:hidden}[data-theme=dark] .product-image{background:var(--soft-white)}.product-image img{width:60%;height:60%;object-fit:contain;transition:transform .3s ease}.product-card-shop:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm)}.product-badge.new{background:var(--lavender);color:var(--text-primary)}.product-badge.bestseller{background:var(--mint);color:var(--text-primary)}.product-badge.sale{background:var(--peach);color:var(--text-primary)}[data-theme=dark] .product-badge.new{background:#b898d8;color:#1a1614}[data-theme=dark] .product-badge.bestseller{background:#88c8a8;color:#1a1614}[data-theme=dark] .product-badge.sale{background:#d8a888;color:#1a1614}.quick-add{position:absolute;bottom:.75rem;right:.75rem;width:36px;height:36px;background:var(--soft-white);border:1px solid var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(8px);transition:all .2s ease}.product-card-shop:hover .quick-add{opacity:1;transform:translateY(0)}.quick-add:hover{background:var(--blush);border-color:var(--blush)}[data-theme=dark] .quick-add{background:var(--cloud)}.product-details{padding:1rem}.product-brand{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);display:block;margin-bottom:.25rem}.product-name{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.product-pricing{display:flex;align-items:center;gap:.5rem}.product-price{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-primary)}.product-price.sale{color:var(--peach-dark)}.product-price.original{font-size:.85rem;font-weight:400;color:var(--text-muted);text-decoration:line-through}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.section-header-row{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.shop-benefits{padding:3rem 1.5rem;background:var(--soft-white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto}.benefit-item{display:flex;align-items:center;gap:1rem}.benefit-icon{width:48px;height:48px;background:var(--cloud);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-primary)}[data-theme=dark] .benefit-icon{background:var(--cloud)}.benefit-text h4{font-size:.9rem;font-weight:700;margin-bottom:.15rem}.benefit-text p{font-size:.8rem;color:var(--text-muted)}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.benefits-grid{grid-template-columns:1fr}}.shop-notify{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .shop-notify{background:var(--soft-white)}.notify-card{max-width:600px;margin:0 auto;text-align:center;padding:3rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl)}[data-theme=dark] .notify-card{background:var(--cloud)}.notify-content h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.notify-content p{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.notify-form{display:flex;gap:.75rem;max-width:400px;margin:0 auto}.notify-form .input{flex:1;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;background:var(--cream);color:var(--text-primary)}.notify-form .input:focus{outline:none;border-color:var(--blush)}[data-theme=dark] .notify-form .input{background:var(--soft-white)}.notify-success{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--mint);border-radius:var(--radius-md);font-weight:600;color:var(--text-primary)}[data-theme=dark] .notify-success{background:#88c8a8;color:#1a1614}.notify-success img{width:24px;height:24px}@media(max-width:480px){.notify-form{flex-direction:column}}.community-page{min-height:100vh}.community-hero{padding:8rem 1.5rem 4rem;background:var(--soft-white);text-align:center}.community-hero-container{max-width:700px;margin:0 auto}.community-hero-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem;color:var(--text-primary)}.community-hero-desc{font-size:1.15rem;color:var(--text-secondary);line-height:1.6;max-width:500px;margin:0 auto 2.5rem}.hero-stats{display:flex;justify-content:center;gap:3rem}.hero-stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--text-primary)}.stat-label{font-size:.85rem;color:var(--text-muted)}@media(max-width:600px){.hero-stats{gap:1.5rem}.stat-value{font-size:1.5rem}}.join-section{padding:3rem 1.5rem;background:var(--cloud)}[data-theme=dark] .join-section{background:var(--soft-white)}.join-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto}.join-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);text-decoration:none;transition:all .3s ease}.join-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}[data-theme=dark] .join-card{background:var(--cloud)}.join-card-icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.join-card.discord .join-card-icon{background:#5865f2;color:#fff}.join-card.facebook .join-card-icon{background:#1877f2;color:#fff}.join-card.local .join-card-icon{background:var(--mint);color:var(--text-primary)}[data-theme=dark] .join-card.local .join-card-icon{background:#88c8a8}.join-card-content{flex:1;min-width:0}.join-card-content h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.join-card-content p{font-size:.85rem;color:var(--text-secondary);margin:0}.join-card-arrow{color:var(--text-muted);flex-shrink:0;transition:transform .2s ease}.join-card:hover .join-card-arrow{transform:translate(4px);color:var(--text-primary)}@media(max-width:900px){.join-cards{grid-template-columns:1fr}}.topics-section{padding:4rem 1.5rem;background:var(--soft-white)}.topics-section .section-heading{text-align:center;margin-bottom:2rem}.topics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto}.topic-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius-xl);text-decoration:none;transition:all .3s ease}.topic-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.topic-card.sky{background:var(--sky)}.topic-card.blush{background:var(--blush)}.topic-card.lavender{background:var(--lavender)}.topic-card.mint{background:var(--mint)}.topic-card.butter{background:var(--butter)}.topic-card.peach{background:var(--peach)}[data-theme=dark] .topic-card.sky{background:#88b8d8}[data-theme=dark] .topic-card.blush{background:#e8a8c0}[data-theme=dark] .topic-card.lavender{background:#b898d8}[data-theme=dark] .topic-card.mint{background:#88c8a8}[data-theme=dark] .topic-card.butter{background:#d8c878}[data-theme=dark] .topic-card.peach{background:#d8a888}.topic-icon{width:40px;height:40px;background:#ffffff80;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.topic-icon img{width:24px;height:24px;object-fit:contain}.topic-info h3{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.15rem}[data-theme=dark] .topic-info h3,[data-theme=dark] .topic-info span{color:#1a1614}.topic-info span{font-size:.75rem;color:var(--text-secondary)}@media(max-width:768px){.topics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.topics-grid{grid-template-columns:1fr}}.discussions-section{padding:4rem 1.5rem;background:var(--cloud)}[data-theme=dark] .discussions-section{background:var(--soft-white)}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.view-all-link{font-size:.9rem;font-weight:600;color:var(--blush-dark);text-decoration:none}.view-all-link:hover{text-decoration:underline}.discussions-list{display:flex;flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto}.discussion-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--soft-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s ease}.discussion-item:hover{border-color:var(--blush);box-shadow:var(--shadow-soft)}[data-theme=dark] .discussion-item{background:var(--cloud)}.discussion-content{flex:1;min-width:0}.discussion-topic{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--blush-dark);display:block;margin-bottom:.35rem}.discussion-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discussion-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--text-muted)}.discussion-replies{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;background:var(--cloud);border-radius:var(--radius-md);flex-shrink:0}[data-theme=dark] .discussion-replies{background:var(--soft-white)}.replies-count{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-primary)}.replies-label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.testimonials-section{padding:4rem 1.5rem;background:var(--soft-white)}.testimonials-section .section-heading{text-align:center;margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.testimonial-card{padding:1.5rem;background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl)}[data-theme=dark] .testimonial-card{background:var(--cloud)}.testimonial-quote{font-size:1rem;line-height:1.6;color:var(--text-primary);margin-bottom:1rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column}.author-name{font-size:.9rem;font-weight:600;color:var(--text-primary)}.author-location{font-size:.8rem;color:var(--text-muted)}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.community-cta{padding:5rem 1.5rem;background:var(--cloud)}[data-theme=dark] .community-cta{background:var(--soft-white)}.cta-card-community{max-width:600px;margin:0 auto;text-align:center;padding:3rem;background:var(--lavender);border-radius:var(--radius-xl)}[data-theme=dark] .cta-card-community{background:#b898d8}.cta-card-community h2{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}[data-theme=dark] .cta-card-community h2,[data-theme=dark] .cta-card-community p{color:#1a1614}.cta-card-community p{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}[data-theme=dark] .cta-card-community p{color:#1a1614cc}.cta-form{display:flex;gap:.75rem;max-width:400px;margin:0 auto}.cta-form .input{flex:1;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-md);font-size:.95rem;background:#ffffffe6;color:var(--text-primary)}.cta-form .input:focus{outline:none;border-color:var(--text-primary)}.cta-success{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#ffffff80;border-radius:var(--radius-md);font-weight:600;color:var(--text-primary)}[data-theme=dark] .cta-success{color:#1a1614}.cta-success img{width:24px;height:24px}@media(max-width:480px){.cta-form{flex-direction:column}.cta-card-community{padding:2rem}}:root{--cream: #fefdfb;--soft-white: #fff9f5;--cloud: #f8f4f0;--mist: #f0ebe5;--blush: #f8c8dc;--sky: #b8d4e8;--mint: #c8e6d4;--butter: #f8e8b8;--lavender: #d8c8e8;--peach: #f8d8c8;--blush-dark: #d4849c;--sky-dark: #6a9cb8;--mint-dark: #7ab89c;--butter-dark: #c8a848;--lavender-dark: #9878b8;--peach-dark: #c89878;--text-primary: #4a4044;--text-secondary: #7a6e72;--text-muted: #a89ca0;--text-light: #c8bcc0;--success: #98d4b4;--warning: #f8d898;--danger: #f8a8a8;--info: #a8d4f8;--border: #e8e0dc;--border-light: #f0e8e4;--shadow-soft: 0 2px 8px rgba(74, 64, 68, .06);--shadow-medium: 0 4px 16px rgba(74, 64, 68, .08);--shadow-lifted: 0 8px 24px rgba(74, 64, 68, .1);--font: "Nunito", sans-serif;--font-display: "Quicksand", sans-serif;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-full: 9999px}[data-theme=dark]{--cream: #1a1614;--soft-white: #201c1a;--cloud: #2a2522;--mist: #352f2b;--blush: #4a3540;--sky: #2d3d4a;--mint: #2d4038;--butter: #4a4230;--lavender: #3d3548;--peach: #4a3830;--blush-dark: #e8a8c0;--sky-dark: #88b8d8;--mint-dark: #88c8a8;--butter-dark: #d8c878;--lavender-dark: #b898d8;--peach-dark: #d8a888;--text-primary: #f0e8e4;--text-secondary: #b8a8a0;--text-muted: #887870;--text-light: #584840;--border: #3a3230;--border-light: #2a2420;--shadow-soft: 0 2px 8px rgba(0, 0, 0, .2);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .25);--shadow-lifted: 0 8px 24px rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);font-weight:500;line-height:1.6;color:var(--text-primary);background:var(--cream);-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--text-primary)}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}#root{min-height:100vh;display:flex;flex-direction:column}
