:root{--r-space-page-x:16px;--r-space-page-y:16px;--r-space-card:12px;--r-space-gap:12px;--r-space-section:16px;--r-space-inline:8px;--r-font-xs:clamp(.62rem, .58rem + .2vw, .72rem);--r-font-sm:clamp(.72rem, .68rem + .2vw, .82rem);--r-font-base:clamp(.8rem, .76rem + .2vw, .94rem);--r-font-lg:clamp(1rem, .9rem + .5vw, 1.25rem);--r-font-xl:clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--r-font-2xl:clamp(1.5rem, 1.3rem + 1vw, 2rem);--r-grid-columns:1;--r-widget-columns:1;--r-stat-columns:1;--r-sidebar-width:0px;--r-sidebar-visible:0;--r-topbar-height:56px;--r-touch-target:48px;--r-icon-size:18px;--r-icon-box:36px;--r-stat-icon:36px;--r-stat-gap:12px;--r-stat-value:var(--r-font-xl);--r-modal-max-width:100%;--r-modal-margin:0px;--r-modal-radius:16px 16px 0 0;--r-modal-max-height:92vh;--r-modal-align:flex-end;--r-store-columns:1;--r-chart-direction:column;--r-chart-height:140px;--r-detail-columns:1;--r-grid-min-card:260px;--r-content-sidebar:1fr}@media (min-width:768px){:root{--r-space-page-x:24px;--r-space-page-y:20px;--r-space-card:16px;--r-space-gap:16px;--r-space-section:20px;--r-space-inline:10px;--r-grid-columns:2;--r-widget-columns:2;--r-stat-columns:2;--r-sidebar-width:72px;--r-sidebar-visible:1;--r-topbar-height:64px;--r-touch-target:44px;--r-icon-box:40px;--r-stat-icon:40px;--r-stat-gap:14px;--r-modal-max-width:520px;--r-modal-margin:20px;--r-modal-radius:22px;--r-modal-max-height:85vh;--r-modal-align:center;--r-store-columns:2;--r-chart-direction:row;--r-chart-height:180px;--r-detail-columns:2;--r-grid-min-card:280px;--r-content-sidebar:1fr 340px}}@media (min-width:1024px){:root{--r-space-page-x:28px;--r-space-page-y:24px;--r-space-card:20px;--r-space-gap:16px;--r-space-section:24px;--r-grid-columns:4;--r-widget-columns:4;--r-stat-columns:4;--r-sidebar-width:260px;--r-stat-icon:44px;--r-stat-gap:16px;--r-chart-height:200px;--r-detail-columns:3}}@media (min-width:1440px){:root{--r-space-page-x:32px;--r-space-page-y:28px;--r-sidebar-width:280px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (pointer:coarse){:root{--r-touch-target:48px}}@media (hover:hover){.r-hover-lift:hover{transform:translateY(-1px)}}.r-focusable:focus-visible{outline:2px solid var(--admin-accent,#0abfbc);outline-offset:2px;border-radius:4px}.r-focusable:focus:not(:focus-visible){outline:none}.r-safe-top{padding-top:env(safe-area-inset-top,0px)}.r-safe-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.r-safe-left{padding-left:env(safe-area-inset-left,0px)}.r-safe-right{padding-right:env(safe-area-inset-right,0px)}.r-grid{grid-template-columns:repeat(var(--r-grid-columns), 1fr);gap:var(--r-space-gap);display:grid}.r-widget-grid{grid-template-columns:repeat(var(--r-widget-columns), 1fr);gap:var(--r-space-gap);display:grid}.r-stat-grid{grid-template-columns:repeat(var(--r-stat-columns), 1fr);gap:var(--r-space-gap);display:grid}.r-store-grid{grid-template-columns:repeat(var(--r-store-columns), 1fr);gap:8px;display:grid}.r-hide-mobile{display:none}.r-show-mobile{display:block}@media (min-width:768px){.r-hide-mobile{display:initial}.r-show-mobile{display:none}}.r-hide-desktop{display:initial}@media (min-width:1024px){.r-hide-desktop{display:none}}.r-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;opacity:0;pointer-events:none;background:#0f172a80;transition:opacity .3s;position:fixed;inset:0}.r-backdrop[data-open=true]{opacity:1;pointer-events:auto}@media (min-width:1024px){.r-backdrop{display:none}}.r-sidebar{z-index:100;width:280px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.r-sidebar[data-open=true]{transform:translate(0)}@media (min-width:768px){.r-sidebar{width:var(--r-sidebar-width);transform:translate(0)}}.r-main{min-height:100dvh;margin-inline-start:0;transition:margin-inline-start .3s cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.r-main{margin-inline-start:var(--r-sidebar-width)}}.r-page{padding-block:var(--r-space-page-y);padding-inline:var(--r-space-page-x)}.r-fab{z-index:80;position:fixed;bottom:16px;right:16px}.r-fab-button{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #00000026}.r-fab-button:active{transform:scale(.95)}@media (min-width:1024px){.r-fab{display:none}}.r-floating-panel{display:none}@media (min-width:1024px){.r-floating-panel{display:flex}}.r-detail-grid{grid-template-columns:repeat(var(--r-detail-columns), 1fr);gap:var(--r-space-gap);display:grid}.r-card-grid{grid-template-columns:repeat(auto-fill, minmax(min(var(--r-grid-min-card), 100%), 1fr));gap:var(--r-space-gap);display:grid}.r-content-sidebar{grid-template-columns:var(--r-content-sidebar);gap:var(--r-space-gap);display:grid}.r-page-container{padding-block:var(--r-space-page-y);padding-inline:var(--r-space-page-x)}.skip-to-content{z-index:9999;background:var(--app-accent,#6366f1);color:#fff;border-radius:0 0 8px 8px;padding:12px 24px;font-size:.875rem;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:16px}.skip-to-content:focus{top:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.r-widget-container{container-type:inline-size}@container not (min-width:300px){.r-widget-compact .r-widget-title{font-size:var(--r-font-sm)}.r-widget-compact .r-widget-value{font-size:var(--r-font-lg)}}
:root{--gc-bg:#fafbfc;--gc-surface:#fff;--gc-surface2:#f3f4f6;--gc-border:#e5e7eb;--gc-border-hover:#d1d5db;--gc-text:#111827;--gc-text-secondary:#6b7280;--gc-text-muted:#9ca3af;--gc-heading:#111827;--gc-accent:#4f46e5;--gc-accent-light:#eef2ff;--gc-accent-hover:#4338ca;--gc-success:#16a34a;--gc-success-bg:#f0fdf4;--gc-warning:#d97706;--gc-warning-bg:#fffbeb;--gc-error:#dc2626;--gc-error-bg:#fef2f2;--gc-font-heading:"Outfit", "DM Sans", sans-serif;--gc-font-body:"DM Sans", sans-serif;--gc-font-base:14px;--gc-font-sm:12px;--gc-font-lg:16px;--gc-font-xl:18px;--gc-font-2xl:22px;--gc-font-3xl:28px;--gc-line-height:1.5;--gc-heading-weight:700;--gc-radius:8px;--gc-radius-sm:6px;--gc-radius-lg:12px;--gc-card-padding:12px;--gc-page-padding:24px;--gc-gap:8px;--gc-gap-lg:16px;--gc-shadow:0 1px 3px #0000000a;--gc-shadow-hover:0 2px 6px #0000000f;--gc-transition:.2s ease;--primary:var(--gc-accent);--secondary:var(--gc-accent-hover);--primary-soft:var(--gc-accent-light);--border:var(--gc-border);--t1:var(--gc-text);--t2:var(--gc-text-secondary);--shadow-color:0,0,0;--card:var(--gc-surface);--gc-glass-bg:#ffffffb8;--gc-glass-border:#ffffffa6;--gc-overlay-bg:#0006;--gc-text-on-accent:#fff;--gc-emoji-size:1.2rem;--gc-card-min-height:auto;--gc-card-icon-size:40px;--gc-card-icon-radius:10px;--gc-hero-gradient:linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #8b5cf6 100%);--gc-hero-shadow:0 4px 16px #4338ca1f;--gc-hero-pill-bg:#ffffff26;--gc-hero-progress-bg:linear-gradient(90deg, #a78bfa, #c4b5fd);--gc-hero-avatar-size:42px;--gc-hero-avatar-border:2px solid #ffffff59;--gc-hero-padding:16px var(--r-space-page-x,16px) 20px;--gc-hero-title-size:clamp(.95rem, 2vw, 1.25rem);--gc-hero-greeting-size:clamp(.85rem, 1.8vw, 1.05rem);--gc-hero-sub-size:.75rem;--gc-hero-pill-size:.75rem;--gc-hero-bar-height:6px;--gc-hero-show-stats:1;--gc-sidebar-gradient:linear-gradient(160deg, #0d0f1a 0%, #1a1c2e 60%, #1e2040 100%);--gc-sidebar-active:linear-gradient(90deg, #6366f133, #8b5cf61a);--gc-sidebar-text:#fff9;--gc-sidebar-text-active:#fff;--gc-sidebar-icon-bg:#ffffff0f;--gc-sidebar-width:240px;--gc-sidebar-collapsed:72px;--gc-stat-xp-bg:#fef3c7;--gc-stat-xp-color:#d97706;--gc-stat-streak-bg:#fee2e2;--gc-stat-streak-color:#dc2626;--gc-stat-level-bg:#ede9fe;--gc-stat-level-color:#6366f1}[data-gc-tier=seedlings]{--gc-bg:#f0fff4;--gc-surface:#fff;--gc-surface2:#f7fffc;--gc-border:#a7f3d066;--gc-border-hover:#6ee7b780;--gc-text:#065f46;--gc-text-secondary:#059669;--gc-text-muted:#34d399;--gc-heading:#047857;--gc-accent:#10b981;--gc-accent-light:#d1fae5;--gc-accent-hover:#059669;--gc-success:#34d399;--gc-success-bg:#ecfdf5;--gc-warning:#fbbf24;--gc-warning-bg:#fffbeb;--gc-error:#fb7185;--gc-error-bg:#fff1f2;--gc-font-heading:"Fredoka One", "Nunito", cursive;--gc-font-body:"Nunito", sans-serif;--gc-font-base:18px;--gc-font-sm:16px;--gc-font-lg:24px;--gc-font-xl:30px;--gc-font-2xl:38px;--gc-font-3xl:48px;--gc-line-height:1.8;--gc-heading-weight:800;--gc-radius:24px;--gc-radius-sm:18px;--gc-radius-lg:32px;--gc-card-padding:24px;--gc-page-padding:16px;--gc-gap:16px;--gc-gap-lg:24px;--gc-shadow:0 6px 24px #10b98124;--gc-shadow-hover:0 10px 36px #10b98138;--gc-emoji-size:3.6rem;--gc-card-min-height:200px;--gc-card-icon-size:64px;--gc-card-icon-radius:20px;--gc-hero-gradient:linear-gradient(135deg, #34d399 0%, #10b981 40%, #06b6d4 100%);--gc-hero-shadow:0 8px 24px #10b98140;--gc-hero-pill-bg:#ffffff4d;--gc-hero-progress-bg:linear-gradient(90deg, #fbbf24, #fcd34d);--gc-hero-avatar-size:64px;--gc-hero-avatar-border:4px solid #fff9;--gc-hero-padding:28px var(--r-space-page-x,16px) 32px;--gc-hero-title-size:clamp(1.3rem, 3.5vw, 2rem);--gc-hero-greeting-size:clamp(1.1rem, 3vw, 1.5rem);--gc-hero-sub-size:.95rem;--gc-hero-pill-size:.95rem;--gc-hero-bar-height:12px;--gc-hero-show-stats:0;--gc-sidebar-gradient:linear-gradient(180deg, #064e3b 0%, #065f46 60%, #047857 100%);--gc-sidebar-active:linear-gradient(90deg, #34d39959, #10b98133);--gc-sidebar-text:#ffffffbf;--gc-sidebar-text-active:#fff;--gc-sidebar-icon-bg:#ffffff1f;--gc-sidebar-width:220px;--gc-sidebar-collapsed:72px;--gc-stat-xp-bg:#d1fae5;--gc-stat-xp-color:#059669;--gc-stat-streak-bg:#fef3c7;--gc-stat-streak-color:#d97706;--gc-stat-level-bg:#d1fae5;--gc-stat-level-color:#059669}[data-gc-tier=seedlings] .gc-card,[data-gc-tier=seedlings] button.gc-card{border-color:#ffffffb3!important;box-shadow:0 6px 20px #10b9811a!important}[data-gc-tier=seedlings] .gc-card:hover,[data-gc-tier=seedlings] button.gc-card:hover{border-color:#10b9814d!important;box-shadow:0 10px 32px #10b9812e!important}[data-gc-tier=junior]{--gc-bg:#fff0f5;--gc-surface:#fff;--gc-surface2:#fff5f9;--gc-border:#ffd6e84d;--gc-border-hover:#ffb3d966;--gc-text:#7c3aed;--gc-text-secondary:#a855f7;--gc-text-muted:#c084fc;--gc-heading:#6d28d9;--gc-accent:#a855f7;--gc-accent-light:#f3e8ff;--gc-accent-hover:#9333ea;--gc-success:#34d399;--gc-success-bg:#ecfdf5;--gc-warning:#fbbf24;--gc-warning-bg:#fffbeb;--gc-error:#fb7185;--gc-error-bg:#fff1f2;--gc-font-heading:"Fredoka One", "Nunito", cursive;--gc-font-body:"Nunito", sans-serif;--gc-font-base:16px;--gc-font-sm:14px;--gc-font-lg:20px;--gc-font-xl:26px;--gc-font-2xl:32px;--gc-font-3xl:40px;--gc-line-height:1.7;--gc-heading-weight:800;--gc-radius:20px;--gc-radius-sm:14px;--gc-radius-lg:24px;--gc-card-padding:20px;--gc-page-padding:16px;--gc-gap:14px;--gc-gap-lg:20px;--gc-shadow:0 4px 20px #a855f71f;--gc-shadow-hover:0 8px 30px #a855f72e;--gc-emoji-size:2.8rem;--gc-card-min-height:180px;--gc-card-icon-size:56px;--gc-card-icon-radius:16px;--gc-hero-gradient:linear-gradient(135deg, #ff6b9d 0%, #a855f7 50%, #38bdf8 100%);--gc-hero-shadow:0 8px 24px #a855f733;--gc-hero-pill-bg:#ffffff40;--gc-hero-progress-bg:linear-gradient(90deg, #fbbf24, #ff9a3c);--gc-hero-avatar-size:56px;--gc-hero-avatar-border:3px solid #ffffff80;--gc-hero-padding:24px var(--r-space-page-x,16px) 28px;--gc-hero-title-size:clamp(1.15rem, 3vw, 1.7rem);--gc-hero-greeting-size:clamp(1rem, 2.5vw, 1.3rem);--gc-hero-sub-size:.85rem;--gc-hero-pill-size:.85rem;--gc-hero-bar-height:10px;--gc-hero-show-stats:0;--gc-sidebar-gradient:linear-gradient(180deg, #1e1b4b 0%, #312e81 60%, #4c1d95 100%);--gc-sidebar-active:linear-gradient(90deg, #ff6b9d4d, #a855f733);--gc-sidebar-text:#ffffffb3;--gc-sidebar-text-active:#fff;--gc-sidebar-icon-bg:#ffffff1a;--gc-sidebar-width:220px;--gc-sidebar-collapsed:72px;--gc-stat-xp-bg:#fef3c7;--gc-stat-xp-color:#d97706;--gc-stat-streak-bg:#fee2e2;--gc-stat-streak-color:#dc2626;--gc-stat-level-bg:#f3e8ff;--gc-stat-level-color:#7c3aed}[data-gc-tier=intermediate]{--gc-bg:#f0f4ff;--gc-surface:#fff;--gc-surface2:#f5f7ff;--gc-border:#d4dcfa;--gc-border-hover:#b4c0f0;--gc-text:#1e3a5f;--gc-text-secondary:#475569;--gc-text-muted:#94a3b8;--gc-heading:#1e40af;--gc-accent:#4f46e5;--gc-accent-light:#eef2ff;--gc-accent-hover:#4338ca;--gc-success:#10b981;--gc-success-bg:#ecfdf5;--gc-warning:#f59e0b;--gc-warning-bg:#fffbeb;--gc-error:#ef4444;--gc-error-bg:#fef2f2;--gc-font-heading:"Outfit", sans-serif;--gc-font-body:"DM Sans", sans-serif;--gc-font-base:15px;--gc-font-sm:13px;--gc-font-lg:18px;--gc-font-xl:22px;--gc-font-2xl:28px;--gc-font-3xl:34px;--gc-line-height:1.6;--gc-heading-weight:700;--gc-radius:14px;--gc-radius-sm:10px;--gc-radius-lg:18px;--gc-card-padding:16px;--gc-page-padding:20px;--gc-gap:12px;--gc-gap-lg:18px;--gc-shadow:0 2px 12px #4f46e514;--gc-shadow-hover:0 4px 16px #4f46e51f;--gc-emoji-size:1.8rem;--gc-card-min-height:120px;--gc-card-icon-size:48px;--gc-card-icon-radius:12px;--gc-hero-gradient:linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #7c3aed 100%);--gc-hero-shadow:0 8px 24px #4f46e533;--gc-hero-pill-bg:#fff3;--gc-hero-progress-bg:linear-gradient(90deg, #34d399, #10b981);--gc-hero-avatar-size:50px;--gc-hero-avatar-border:2.5px solid #ffffff80;--gc-hero-padding:20px var(--r-space-page-x,16px) 24px;--gc-hero-title-size:clamp(1.05rem, 2.5vw, 1.5rem);--gc-hero-greeting-size:clamp(.95rem, 2.2vw, 1.2rem);--gc-hero-sub-size:.8rem;--gc-hero-pill-size:.8rem;--gc-hero-bar-height:8px;--gc-hero-show-stats:1;--gc-sidebar-gradient:linear-gradient(180deg, #1e3a5f 0%, #1e40af 60%, #3b82f6 100%);--gc-sidebar-active:linear-gradient(90deg, #4f46e54d, #3b82f633);--gc-sidebar-text:#ffffffb3;--gc-sidebar-text-active:#fff;--gc-sidebar-icon-bg:#ffffff1a;--gc-sidebar-width:240px;--gc-sidebar-collapsed:72px;--gc-stat-xp-bg:#fef3c7;--gc-stat-xp-color:#d97706;--gc-stat-streak-bg:#fee2e2;--gc-stat-streak-color:#dc2626;--gc-stat-level-bg:#eef2ff;--gc-stat-level-color:#4f46e5}[data-gc-tier=senior]{--gc-bg:#f8fafc;--gc-surface:#fff;--gc-surface2:#f1f5f9;--gc-border:#e2e8f0;--gc-border-hover:#cbd5e1;--gc-text:#0f172a;--gc-text-secondary:#475569;--gc-text-muted:#94a3b8;--gc-heading:#0f172a;--gc-accent:#6366f1;--gc-accent-light:#eef2ff;--gc-accent-hover:#4f46e5;--gc-success:#22c55e;--gc-success-bg:#f0fdf4;--gc-warning:#eab308;--gc-warning-bg:#fefce8;--gc-error:#ef4444;--gc-error-bg:#fef2f2;--gc-font-heading:"Plus Jakarta Sans", sans-serif;--gc-font-body:"DM Sans", sans-serif;--gc-font-base:14.5px;--gc-font-sm:12.5px;--gc-font-lg:17px;--gc-font-xl:20px;--gc-font-2xl:24px;--gc-font-3xl:30px;--gc-line-height:1.55;--gc-heading-weight:700;--gc-radius:10px;--gc-radius-sm:6px;--gc-radius-lg:14px;--gc-card-padding:14px;--gc-page-padding:24px;--gc-gap:10px;--gc-gap-lg:16px;--gc-shadow:0 1px 6px #0000000f;--gc-shadow-hover:0 2px 8px #00000014;--gc-emoji-size:1.4rem;--gc-card-min-height:100px;--gc-card-icon-size:44px;--gc-card-icon-radius:10px;--gc-hero-gradient:linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);--gc-hero-shadow:0 6px 20px #0f172a26;--gc-hero-pill-bg:#ffffff26;--gc-hero-progress-bg:linear-gradient(90deg, #60a5fa, #818cf8);--gc-hero-avatar-size:46px;--gc-hero-avatar-border:2px solid #fff6;--gc-hero-padding:18px var(--r-space-page-x,16px) 22px;--gc-hero-title-size:clamp(1rem, 2.2vw, 1.35rem);--gc-hero-greeting-size:clamp(.9rem, 2vw, 1.1rem);--gc-hero-sub-size:.78rem;--gc-hero-pill-size:.78rem;--gc-hero-bar-height:7px;--gc-hero-show-stats:1;--gc-sidebar-gradient:linear-gradient(180deg, #0f1324 0%, #1a2242 50%, #263060 100%);--gc-sidebar-active:linear-gradient(90deg, #6366f140, #60a5fa26);--gc-sidebar-text:#ffffffa6;--gc-sidebar-text-active:#fff;--gc-sidebar-icon-bg:#ffffff14;--gc-sidebar-width:240px;--gc-sidebar-collapsed:72px;--gc-stat-xp-bg:#fef3c7;--gc-stat-xp-color:#d97706;--gc-stat-streak-bg:#fee2e2;--gc-stat-streak-color:#dc2626;--gc-stat-level-bg:#eef2ff;--gc-stat-level-color:#6366f1}[data-gc-tier=academic]{--gc-bg:#fafbfc;--gc-surface:#fff;--gc-surface2:#f3f4f6;--gc-border:#e5e7eb;--gc-border-hover:#d1d5db;--gc-text:#111827;--gc-text-secondary:#6b7280;--gc-text-muted:#9ca3af;--gc-heading:#111827;--gc-accent:#4f46e5;--gc-accent-light:#eef2ff;--gc-accent-hover:#4338ca;--gc-font-heading:"Outfit", "DM Sans", sans-serif;--gc-font-body:"DM Sans", sans-serif;--gc-font-base:14px;--gc-font-sm:12px;--gc-font-lg:16px;--gc-font-xl:18px;--gc-font-2xl:22px;--gc-font-3xl:28px;--gc-line-height:1.5;--gc-heading-weight:700;--gc-radius:8px;--gc-radius-sm:6px;--gc-radius-lg:12px;--gc-card-padding:12px;--gc-page-padding:24px;--gc-gap:8px;--gc-gap-lg:16px;--gc-shadow:0 1px 3px #0000000a;--gc-shadow-hover:0 2px 6px #0000000f;--gc-emoji-size:1.2rem;--gc-card-min-height:auto;--gc-card-icon-size:40px;--gc-card-icon-radius:10px;--gc-hero-gradient:linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #8b5cf6 100%);--gc-hero-shadow:0 4px 16px #4338ca1f;--gc-hero-pill-bg:#ffffff26;--gc-hero-progress-bg:linear-gradient(90deg, #a78bfa, #c4b5fd);--gc-hero-avatar-size:42px;--gc-hero-avatar-border:2px solid #ffffff59;--gc-hero-padding:16px var(--r-space-page-x,16px) 20px;--gc-hero-title-size:clamp(.95rem, 2vw, 1.25rem);--gc-hero-greeting-size:clamp(.85rem, 1.8vw, 1.05rem);--gc-hero-sub-size:.75rem;--gc-hero-pill-size:.75rem;--gc-hero-bar-height:6px;--gc-hero-show-stats:1;--gc-sidebar-gradient:linear-gradient(160deg, #0d0f1a 0%, #1a1c2e 60%, #1e2040 100%);--gc-sidebar-active:linear-gradient(90deg, #6366f133, #8b5cf61a);--gc-sidebar-text:#fff9;--gc-sidebar-text-active:#fff;--gc-sidebar-icon-bg:#ffffff0f;--gc-sidebar-width:240px;--gc-sidebar-collapsed:72px;--gc-stat-xp-bg:#fef3c7;--gc-stat-xp-color:#d97706;--gc-stat-streak-bg:#fee2e2;--gc-stat-streak-color:#dc2626;--gc-stat-level-bg:#ede9fe;--gc-stat-level-color:#6366f1}.gc-page{background:var(--gc-bg);min-height:100vh;font-family:var(--gc-font-body);color:var(--gc-text);font-size:var(--gc-font-base);line-height:var(--gc-line-height)}.gc-card{background:var(--gc-surface);border:1px solid var(--gc-border);border-radius:var(--gc-radius);padding:var(--gc-card-padding);box-shadow:var(--gc-shadow);transition:border-color var(--gc-transition), box-shadow var(--gc-transition)}.gc-card:hover{border-color:var(--gc-border-hover);box-shadow:var(--gc-shadow-hover)}[data-gc-tier=junior] .gc-card,[data-gc-tier=junior] button.gc-card{border-color:#fff9!important;box-shadow:0 4px 16px #a855f714!important}[data-gc-tier=junior] .gc-card:hover,[data-gc-tier=junior] button.gc-card:hover{border-color:#a855f74d!important;box-shadow:0 8px 24px #a855f726!important}.gc-heading{font-family:var(--gc-font-heading);color:var(--gc-heading);font-weight:var(--gc-heading-weight)}.gc-text{color:var(--gc-text);font-size:var(--gc-font-base)}.gc-text-secondary{color:var(--gc-text-secondary);font-size:var(--gc-font-sm)}.gc-text-muted{color:var(--gc-text-muted);font-size:var(--gc-font-sm)}.gc-badge{background:var(--gc-accent-light);color:var(--gc-accent);border-radius:var(--gc-radius-sm);font-size:var(--gc-font-sm);align-items:center;gap:4px;padding:2px 8px;font-weight:600;display:inline-flex}.gc-grid{gap:var(--gc-gap);display:grid}.gc-section-title{font-family:var(--gc-font-heading);font-size:var(--gc-font-xl);font-weight:var(--gc-heading-weight);color:var(--gc-heading);margin-bottom:var(--gc-gap)}.gc-subject-grid{gap:var(--gc-gap-lg);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));display:grid}@media (min-width:768px){.gc-subject-grid{grid-template-columns:repeat(3,1fr)}}.gc-emoji{font-size:var(--gc-emoji-size);line-height:1}.gc-card-icon{width:var(--gc-card-icon-size);height:var(--gc-card-icon-size);border-radius:var(--gc-card-icon-radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:767px){:root,[data-gc-tier]{--gc-page-padding:12px;--gc-card-padding:10px;--gc-gap:8px;--gc-gap-lg:12px;--gc-font-h1:1.25rem;--gc-font-h2:1rem;--gc-font-base:.85rem}}@media (min-width:768px) and (max-width:1023px){:root,[data-gc-tier]{--gc-page-padding:20px}}@media (min-width:1024px){:root,[data-gc-tier]{--gc-page-padding:28px;--gc-gap-lg:24px}}
/*# sourceMappingURL=0k567oz6h3k9r.css.map*/