@layer theme{:root,:host{--font-sans:"Inter", "Segoe UI", system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary:#7c3aed;--color-primary-light:#a78bfa;--color-accent:#06b6d4;--color-accent-light:#67e8f9;--color-surface:#0f172a;--color-text-primary:#f1f5f9;--color-text-secondary:#94a3b8;--color-card-maths:#10b981}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-surface);color:var(--color-text-primary);min-height:100vh;overflow-x:hidden}.bg-blobs{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.blob{filter:blur(80px);opacity:.15;border-radius:50%;animation:20s ease-in-out infinite blobFloat;position:absolute}.blob-1{background:var(--color-primary);width:500px;height:500px;animation-delay:0s;top:-10%;left:-5%}.blob-2{background:var(--color-accent);width:400px;height:400px;animation-delay:-7s;top:50%;right:-10%}.blob-3{background:var(--color-card-maths);width:350px;height:350px;animation-delay:-14s;bottom:-5%;left:30%}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-50px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(40px,30px)scale(1.02)}}.main-container{z-index:1;flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative}.header{text-align:center;margin-bottom:3rem;animation:.8s ease-out fadeInDown}.header-icon{margin-bottom:.5rem;font-size:3.5rem}.header h1{background:linear-gradient(135deg, var(--color-primary-light), var(--color-accent-light));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.header p{color:var(--color-text-secondary);margin-top:.5rem;font-size:1.1rem;font-weight:400}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1000px;animation:.8s ease-out .2s both fadeInUp;display:grid}.subject-card{cursor:pointer;color:#fff;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;min-height:220px;padding:2rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.subject-card:before{content:"";z-index:0;background:linear-gradient(135deg,#ffffff0d,#fff0);border-radius:20px;position:absolute;inset:0}.subject-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.subject-card:hover:after{left:100%}.subject-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px -10px #00000080}.card-english{background:linear-gradient(145deg,#1e40af,#3b82f6);box-shadow:0 8px 30px -5px #3b82f64d}.card-english:hover{box-shadow:0 20px 60px -10px #3b82f680}.card-gujarati{background:linear-gradient(145deg,#b45309,#f59e0b);box-shadow:0 8px 30px -5px #f59e0b4d}.card-gujarati:hover{box-shadow:0 20px 60px -10px #f59e0b80}.card-maths{background:linear-gradient(145deg,#047857,#10b981);box-shadow:0 8px 30px -5px #10b9814d}.card-maths:hover{box-shadow:0 20px 60px -10px #10b98180}.card-icon{z-index:1;margin-bottom:.75rem;font-size:2.5rem;position:relative}.card-title{z-index:1;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;position:relative}.card-subtitle{opacity:.8;z-index:1;margin-bottom:1rem;font-size:.85rem;position:relative}.card-description{opacity:.9;z-index:1;flex:1;font-size:.9rem;line-height:1.5;position:relative}.card-arrow{z-index:1;opacity:.8;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;position:relative}.subject-card:hover .card-arrow{opacity:1;gap:.75rem}.stats-bar{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;animation:.8s ease-out .4s both fadeInUp;display:flex}.stat-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;min-width:120px;padding:1rem 1.5rem}.stat-number{background:linear-gradient(135deg, var(--color-primary-light), var(--color-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800}.stat-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem}.footer{text-align:center;color:var(--color-text-secondary);opacity:.6;margin-top:auto;padding-top:3rem;font-size:.8rem;animation:.8s ease-out .6s both fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header h1{font-size:1.8rem}.header p{font-size:.95rem}.cards-grid{grid-template-columns:1fr;gap:1rem}.subject-card{min-height:180px;padding:1.5rem}.stats-bar{gap:1rem}.stat-item{min-width:90px;padding:.75rem 1rem}.stat-number{font-size:1.4rem}.main-container{padding:1.5rem 1rem}}.route-status{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.route-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ae0;border:1px solid #ffffff14;border-radius:24px;width:min(640px,100%);padding:2rem;box-shadow:0 24px 80px #00000059}.route-eyebrow{color:var(--color-accent-light);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.route-panel h1{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.route-copy{color:var(--color-text-secondary);margin-bottom:.75rem;line-height:1.6}.route-copy code,.route-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.route-code{color:var(--color-text-primary);background:#ffffff0d;border-radius:14px;margin:1.5rem 0;padding:.9rem 1rem;overflow-x:auto}.route-link{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.8rem 1.2rem;font-weight:700;text-decoration:none;display:inline-flex}
