@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;500;600;700;800&display=swap";
:root{--home-bg:#fdfaf0;--home-ink:#1a2846;--home-muted:#606c84;--home-primary:#188ceb;--home-primary-dark:#0f6bb8;--home-primary-foreground:#f9fcff;--home-secondary:#f7efd1;--home-secondary-foreground:#55310f;--home-accent:#94f2eb;--home-accent-foreground:#00353c;--home-sun:#faca4b;--home-sun-foreground:#492b00;--home-coral:#ff8573;--home-coral-foreground:#fffbfa;--home-sky:#5cc9f9;--home-sky-foreground:#002a4e;--home-mint:#73e0b4;--home-mint-foreground:#003729;--home-grape:#c796eb;--home-grape-foreground:#fdfbff;--home-wash-blue:#e5f0fc;--home-wash-coral:#fff1ec;--home-border:#d4dfeb;--home-card:#fff;--home-radius-sm:14px;--home-radius-md:20px;--home-radius-lg:28px;--home-radius-2xl:28px;--home-radius-3xl:32px;--home-radius-4xl:36px;--home-font-display:"Baloo 2", "Nunito", system-ui, sans-serif;--home-font-sans:"Nunito", system-ui, sans-serif;--home-gradient-hero:linear-gradient(160deg, #cef 0%, #ddffeb 45%, #fff6d1 100%);--home-shadow-pop:0 10px 0 -4px color-mix(in oklab, var(--home-primary) 22%, transparent), 0 18px 40px -18px #32467373}.home-page{background:var(--home-bg);color:var(--home-ink);font-family:var(--home-font-sans);padding-bottom:4rem}.home-page h1,.home-page h2,.home-page h3{font-family:var(--home-font-display);letter-spacing:-.01em}.loading-page{background:var(--home-bg);color:var(--home-ink);font-family:var(--home-font-sans);height:85vh}.home-hero{background-image:var(--home-gradient-hero)}.home-hero-inner{text-align:center;max-width:1180px;margin:0 auto;padding:3rem 1.5rem 4rem}.home-hero-badge{background:var(--home-card);color:var(--home-primary);border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:800;display:inline-flex}.home-hero-title{margin:1.25rem 0 .75rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.home-hero-title em{color:var(--home-primary);font-style:normal}.home-hero-sub{max-width:640px;color:var(--home-muted);margin:0 auto;font-size:1.1rem;font-weight:600;line-height:1.6}.home-hero-cards{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:760px;margin:2.5rem auto 0;display:grid}.home-service-card{text-align:center;color:inherit;border-radius:var(--home-radius-2xl);background-color:var(--home-card);border:2px solid var(--home-border);padding:1.75rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block}.home-service-card:hover{box-shadow:var(--home-shadow-pop);transform:translateY(-4px)}.home-service-icon{border-radius:var(--home-radius-3xl);place-items:center;width:80px;height:80px;margin:0 auto;font-size:2.5rem;display:grid}.home-service-icon-sky{background:var(--home-sky)}.home-service-icon-sun{background:var(--home-sun)}.home-service-title{margin-top:1rem;font-size:1.4rem;font-weight:800}.home-service-text{color:var(--home-muted);margin-top:.5rem;font-size:.9rem;font-weight:600}.home-service-cta{border-radius:999px;margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:800;display:inline-block}.home-service-cta-primary{background:var(--home-primary);color:var(--home-primary-foreground)}.home-service-cta-coral{background:var(--home-coral);color:var(--home-coral-foreground)}.home-calendar-section{max-width:900px;margin:3.5rem auto 0;padding:0 1.5rem}.home-section-title{font-size:1.8rem;font-weight:800}.home-section-sub{color:var(--home-muted);margin-top:.4rem;font-weight:600}.month-calendar{background:var(--home-card);border:2px solid var(--home-border);border-radius:var(--home-radius-2xl);padding:1.5rem}.month-calendar-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.month-calendar-title{font-family:var(--home-font-display);text-transform:capitalize;font-size:1.2rem;font-weight:700}.month-calendar-nav{gap:.5rem;display:flex}.month-calendar-nav-btn{border:2px solid var(--home-border);background:var(--home-card);cursor:pointer;width:36px;height:36px;color:var(--home-ink);border-radius:999px;place-items:center;transition:background .15s,border-color .15s;display:grid}.month-calendar-nav-btn:hover{background:var(--home-wash-blue);border-color:var(--home-primary)}.month-calendar-grid{grid-template-columns:repeat(7,1fr);gap:.4rem;display:grid}.month-calendar-weekday{text-align:center;color:var(--home-muted);text-transform:uppercase;padding-bottom:.5rem;font-size:.7rem;font-weight:800}.month-calendar-day{aspect-ratio:auto;border-radius:var(--home-radius-sm,14px);background:var(--home-bg,#fdfaf0);flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;min-width:0;min-height:54px;padding:.3rem .15rem;display:flex}.month-calendar-day-number-row{align-items:center;gap:3px;display:flex}.month-calendar-day-number{font-size:.82rem;font-weight:700}.month-calendar-day-today-dot{background:var(--home-primary,#188ceb);border-radius:999px;flex-shrink:0;width:5px;height:5px}.month-calendar-day-empty{background:0 0}.month-calendar-day-event{background:var(--home-wash-blue);color:var(--home-primary-dark)}.month-calendar-empty-state{text-align:center;border-radius:var(--home-radius-md);background:var(--home-wash-blue);margin-top:1.5rem;padding:2rem 1rem}.month-calendar-empty-state p{color:var(--home-muted);margin:0;font-size:.9rem;font-weight:600}.month-calendar-empty-state a{color:var(--home-primary);margin-top:.75rem;font-weight:800;text-decoration:none;display:inline-block}.home-levels{max-width:1180px;margin:3.5rem auto 0;padding:0 1.5rem}.home-levels-header{margin-bottom:1.75rem}.home-levels-title{font-size:1.6rem;font-weight:800}.home-levels-sub{color:var(--home-muted);margin-top:.25rem;font-weight:600}.home-level-block{margin-bottom:3rem}.home-level-banner{border-radius:var(--home-radius-2xl);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.75rem 2rem;display:flex;position:relative;overflow:hidden}.home-wash-blue{background:var(--home-wash-blue)}.home-wash-coral{background:var(--home-wash-coral)}.home-level-banner-copy{z-index:1;max-width:60%;position:relative}.home-level-name{color:var(--home-ink);font-size:1.6rem;font-weight:800}.home-level-desc{color:var(--home-muted);margin-top:.35rem;font-size:.95rem;font-weight:600}.home-level-count{color:var(--home-primary-dark);background:#ffffffb3;border-radius:999px;margin-top:.75rem;padding:.3rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.home-level-banner-img{object-fit:contain;object-position:bottom;flex-shrink:0;width:220px;height:140px}.home-grade-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.home-grade-card{background:var(--home-card);border:2px solid var(--home-border);border-radius:var(--home-radius-md);color:inherit;flex-direction:column;justify-content:space-between;padding:1.25rem 1.3rem 1.4rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative}.home-grade-card:hover{box-shadow:var(--home-shadow-pop);border-color:var(--home-primary);transform:translateY(-4px)}.home-grade-card-purchased{border-color:var(--home-primary);background:linear-gradient(180deg, #fff 0%, var(--home-wash-blue) 140%)}.home-grade-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.home-grade-name{margin:0;font-size:1.15rem;font-weight:800}.home-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.3rem .6rem;font-size:.7rem;font-weight:800}.home-badge-purchased{background:var(--home-primary);color:#fff}.home-badge-progress{background:var(--home-wash-coral);color:var(--home-coral)}.home-grade-card-progress{margin-top:.9rem}.home-grade-cta{color:var(--home-primary);align-items:center;gap:.3rem;margin-top:1rem;font-size:.85rem;font-weight:700;transition:gap .15s;display:inline-flex}.home-grade-card:hover .home-grade-cta{gap:.5rem}.home-grade-cta-icon{width:.85rem;height:.85rem}.home-teacher-section{max-width:1024px;margin:3.5rem auto 0;padding:0 1.5rem}.home-teacher-card{border-radius:var(--home-radius-4xl);border:2px solid var(--home-mint);background:var(--home-mint);color:var(--home-mint-foreground);text-align:center;padding:2.5rem 2rem}.home-teacher-title{font-size:1.8rem;font-weight:800}.home-teacher-text{max-width:620px;margin:.75rem auto 0;font-weight:600}.home-teacher-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.home-teacher-btn{border-radius:999px;padding:.85rem 1.75rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:transform .15s}.home-teacher-btn:hover{transform:translateY(-2px)}.home-teacher-btn-primary{background:var(--home-primary);color:var(--home-primary-foreground)}.home-teacher-btn-outline{background:var(--home-card);color:var(--home-mint-foreground);border:2px solid #00372940}@media (max-width:720px){.home-hero-cards{grid-template-columns:1fr}.home-level-banner{text-align:left;flex-direction:column;align-items:flex-start}.home-level-banner-copy{max-width:100%}.home-level-banner-img{width:100%;height:160px}.month-calendar-day{min-height:46px}.month-calendar-day-label{font-size:.5rem}}.home-service-card:focus-visible,.home-grade-card:focus-visible,.home-teacher-btn:focus-visible,.month-calendar-nav-btn:focus-visible{outline:3px solid var(--home-primary);outline-offset:2px}.month-calendar-day{min-height:66px}.month-calendar-day-labels{flex-direction:column;align-items:center;gap:1px;width:100%;display:flex}.month-calendar-day-label{text-align:center;width:100%;min-width:0;max-width:100%;color:var(--home-primary-dark,#0f6bb8);text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;font-weight:800;line-height:1.15;overflow:hidden}.month-calendar-day-label-more{color:var(--home-muted,#606c84)}@media (max-width:480px){.month-calendar-day{min-height:58px}.month-calendar-day-label{font-size:.48rem}}
