.home-page{--home-bg-hero:#faf8f5;--home-bg-section:#ffffff;--home-bg-alt:#f5f3ef}.home-hero-section{background:var(--home-bg-hero);padding:3.5rem 0 4rem;animation:fadeIn var(--transition-slow) both}.home-hero-container{max-width:1120px}.home-hero-inner{display:flex;align-items:center;gap:2.5rem}.home-hero-inner .home-hero-illustration{order:-1}.home-hero-content{flex:1 1;min-width:0}.home-hero-badge{display:inline-flex;align-items:center;gap:.35rem;background:rgba(43,238,124,.12);color:#059669;border-radius:var(--radius-full);padding:.35rem .9rem;font-size:.75rem;font-weight:700;margin-bottom:1.25rem;border:1px solid rgba(43,238,124,.25)}.home-hero-badge .material-symbols-outlined{font-size:.9rem;font-variation-settings:"FILL" 1,"wght" 600}.home-title{font-family:var(--font-display);font-size:clamp(1.55rem,3.5vw,2.5rem);font-weight:800;color:var(--color-text);line-height:1.2;margin-bottom:.875rem;letter-spacing:-.02em}.home-title-highlight{color:var(--color-primary)}.home-subtitle{font-size:1rem;color:var(--color-text-muted);font-weight:500;line-height:1.65;margin-bottom:1.5rem;max-width:460px}.home-hero-actions{margin-bottom:1.75rem}.home-hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:var(--color-bg-dark);font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.75rem 1.35rem;border-radius:var(--radius-full);box-shadow:var(--shadow-pop);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.home-hero-cta .material-symbols-outlined{font-size:1.1rem;font-variation-settings:"FILL" 0,"wght" 600}.home-hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 0 rgba(0,0,0,.12)}.home-hero-cta:active{transform:translateY(0)}.home-hero-stats{display:flex;align-items:center;gap:1.25rem}.home-hero-stat{display:flex;flex-direction:column;gap:.05rem}.home-hero-stat-num{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:var(--color-text)}.home-hero-stat-lbl{font-size:.68rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.home-hero-stat-divider{width:1px;height:34px;background:var(--color-border);flex-shrink:0}.home-hero-illustration{flex:0 0 320px;width:320px;min-width:260px;min-height:280px;display:flex;align-items:center;justify-content:center}.home-kid-svg{width:100%;height:auto;max-height:340px;display:block;filter:drop-shadow(0 10px 28px rgba(0,0,0,.08))}.home-categories-section{background:var(--home-bg-section);padding:4rem 0}.home-section-title{font-family:var(--font-display);font-size:clamp(1.25rem,2.8vw,1.65rem);font-weight:800;color:var(--color-text);text-align:center;margin-bottom:.5rem;letter-spacing:-.02em}.home-section-sub{font-size:.95rem;color:var(--color-text-muted);text-align:center;font-weight:500;margin-bottom:2.25rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.5}.home-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.home-cat-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-bottom:5px solid var(--cat-color);border-radius:var(--radius-lg);padding:1.35rem 1rem 1.1rem;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;box-shadow:var(--shadow-card);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);position:relative;overflow:hidden;animation:fadeIn var(--transition-slow) both}.home-cat-card:before{content:"";position:absolute;inset:0;background:var(--cat-bg);opacity:0;pointer-events:none;transition:opacity var(--transition-fast)}.home-cat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.home-cat-card:hover:before{opacity:1}.home-cat-card:active{transform:translateY(0)}.home-cat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--cat-bg);border-radius:50%;border:2px solid var(--cat-color);margin-bottom:.2rem;position:relative;z-index:1}.home-cat-icon .material-symbols-outlined{font-size:1.5rem;color:var(--cat-color);font-variation-settings:"FILL" 1,"wght" 600}.home-cat-name{font-family:var(--font-display);font-size:.875rem;font-weight:800;color:var(--color-text);position:relative;z-index:1}.home-cat-desc{font-size:.68rem;color:var(--color-text-muted);font-weight:500;line-height:1.4;position:relative;z-index:1;margin-top:.05rem}.home-cat-count{font-size:.65rem;font-weight:700;background:var(--cat-bg);border:1px solid var(--cat-color);border-radius:var(--radius-full);padding:.05rem .5rem}.home-cat-arrow,.home-cat-count{color:var(--cat-color);position:relative;z-index:1;margin-top:.15rem}.home-cat-arrow{font-size:.9rem;font-weight:800;transition:transform var(--transition-fast)}.home-cat-card:hover .home-cat-arrow{transform:translateX(4px)}.home-daily-section{padding:4rem 0 4.5rem;background:var(--home-bg-alt)}.home-daily-goal{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;box-shadow:var(--shadow-card);animation:fadeIn var(--transition-slow) both;max-width:560px;margin:0 auto}.home-daily-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.home-daily-icon{font-size:1.4rem;color:#f59e0b;font-variation-settings:"FILL" 1,"wght" 600;flex-shrink:0}.home-daily-title{font-size:1rem;color:var(--color-text);flex:1 1}.home-daily-pct,.home-daily-title{font-family:var(--font-display);font-weight:800}.home-daily-pct{font-size:1.05rem;color:var(--color-primary)}.home-daily-bar-track{height:10px;background:var(--color-bg);border-radius:var(--radius-full);overflow:hidden;border:1px solid var(--color-border);margin-bottom:.625rem}.home-daily-bar-fill{height:100%;background:linear-gradient(90deg,#2bee7c,#22d46e);border-radius:var(--radius-full);transition:width .6s cubic-bezier(.4,0,.2,1);min-width:4px}.home-daily-msg{font-size:.82rem;font-weight:600;color:var(--color-text-muted)}@media (max-width:768px){.home-hero-section{padding:2.5rem 0 3rem}.home-hero-inner{flex-direction:column-reverse;gap:1.5rem;text-align:center}.home-hero-illustration{flex:0 0 200px;width:200px}.home-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.home-hero-actions{display:flex}.home-hero-actions,.home-hero-stats{justify-content:center}}@media (max-width:600px){.home-cat-grid{grid-template-columns:repeat(2,1fr)}.home-cat-desc{display:none}}@media (max-width:480px){.home-hero-section{padding:2rem 0 2.5rem}.home-hero-illustration{flex:0 0 170px;width:170px}.home-title{font-size:1.3rem}}