.Sidebar-module__6w3VLq__sidebar{width:var(--sidebar-width);background:var(--card);border-right:1px solid var(--border);z-index:100;flex-direction:column;height:100vh;padding:32px 16px;display:flex;position:fixed;top:0;left:0}.Sidebar-module__6w3VLq__logo{align-items:center;gap:12px;margin-bottom:48px;padding:0 16px;display:flex}.Sidebar-module__6w3VLq__logoIcon{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;width:40px;height:40px;box-shadow:0 4px 12px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .3);border-radius:12px;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex}.Sidebar-module__6w3VLq__logoText{color:var(--text);letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:22px;font-weight:800}.Sidebar-module__6w3VLq__nav{flex-direction:column;flex:1;gap:8px;display:flex}.Sidebar-module__6w3VLq__navItem{border-radius:var(--radius-md);color:var(--text-secondary);text-align:left;align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:600;display:flex}.Sidebar-module__6w3VLq__navItem:hover,.Sidebar-module__6w3VLq__active{background:var(--primary-soft);color:var(--primary)}.Sidebar-module__6w3VLq__icon{font-size:20px}.Sidebar-module__6w3VLq__footer{border-top:1px solid var(--border);margin-top:auto;padding-top:24px}.Sidebar-module__6w3VLq__logoutBtn{width:100%;color:var(--danger);opacity:.8;align-items:center;gap:12px;padding:12px 16px;font-weight:600;display:flex}.Sidebar-module__6w3VLq__logoutBtn:hover{opacity:1;border-radius:var(--radius-md);background:#e64d4d1a}@media (max-width:1024px){.Sidebar-module__6w3VLq__sidebar{width:80px;padding:32px 12px}.Sidebar-module__6w3VLq__logoText,.Sidebar-module__6w3VLq__label,.Sidebar-module__6w3VLq__logoutBtn span:last-child{display:none}.Sidebar-module__6w3VLq__logo{justify-content:center;padding:0}}
.Button-module__ApdfDq__button{border-radius:var(--radius-md);white-space:nowrap;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__ApdfDq__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__ApdfDq__primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px 0 hsla(var(--primary-h), var(--primary-s), var(--primary-l), .39)}.Button-module__ApdfDq__primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.Button-module__ApdfDq__secondary{background:var(--secondary);color:#fff}.Button-module__ApdfDq__outline{border:2px solid var(--border);color:var(--text)}.Button-module__ApdfDq__outline:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.Button-module__ApdfDq__danger{background:var(--danger);color:#fff}.Button-module__ApdfDq__sm{padding:8px 16px;font-size:13px}.Button-module__ApdfDq__md{padding:12px 24px;font-size:15px}.Button-module__ApdfDq__lg{border-radius:var(--radius-md);padding:16px 32px;font-size:17px}.Button-module__ApdfDq__fullWidth{width:100%}
.ExamInterface-module__6j8Ctq__examContainer{background:var(--bg);z-index:1000;flex-direction:column;display:flex;position:fixed;inset:0}.ExamInterface-module__6j8Ctq__examHeader{background:var(--card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.ExamInterface-module__6j8Ctq__headerLeft{align-items:center;gap:16px;display:flex}.ExamInterface-module__6j8Ctq__logo{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.ExamInterface-module__6j8Ctq__examName{color:var(--text);font-size:15px;font-weight:700}.ExamInterface-module__6j8Ctq__headerRight{align-items:center;gap:32px;display:flex}.ExamInterface-module__6j8Ctq__timer{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.ExamInterface-module__6j8Ctq__timer strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:18px}.ExamInterface-module__6j8Ctq__timerWarning{animation:1s infinite ExamInterface-module__6j8Ctq__pulse;color:var(--danger)!important}.ExamInterface-module__6j8Ctq__examMain{flex:1;display:flex;overflow:hidden}.ExamInterface-module__6j8Ctq__contentArea{flex-direction:column;flex:1;padding:40px;display:flex;overflow-y:auto}.ExamInterface-module__6j8Ctq__qHeader{border-bottom:1px solid var(--border);justify-content:space-between;margin-bottom:24px;padding-bottom:12px;display:flex}.ExamInterface-module__6j8Ctq__qNum{color:var(--primary);font-size:18px;font-weight:800}.ExamInterface-module__6j8Ctq__qSubject{color:var(--text-muted);text-transform:uppercase;font-size:13px;font-weight:700}.ExamInterface-module__6j8Ctq__qBody{color:var(--text);margin-bottom:40px;font-size:18px;line-height:1.6}.ExamInterface-module__6j8Ctq__options{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.ExamInterface-module__6j8Ctq__option{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:16px;padding:16px 24px;transition:all .2s;display:flex}.ExamInterface-module__6j8Ctq__option:hover,.ExamInterface-module__6j8Ctq__selectedOpt{background:var(--primary-soft);border-color:var(--primary)}.ExamInterface-module__6j8Ctq__option input{display:none}.ExamInterface-module__6j8Ctq__radioCustom{border:2px solid var(--border);border-radius:50%;width:20px;height:20px;position:relative}.ExamInterface-module__6j8Ctq__selectedOpt .ExamInterface-module__6j8Ctq__radioCustom{border-color:var(--primary)}.ExamInterface-module__6j8Ctq__selectedOpt .ExamInterface-module__6j8Ctq__radioCustom:after{content:"";background:var(--primary);border-radius:50%;position:absolute;inset:4px}.ExamInterface-module__6j8Ctq__optText{font-size:16px;font-weight:500}.ExamInterface-module__6j8Ctq__actions{border-top:1px solid var(--border);justify-content:space-between;margin-top:auto;padding-top:32px;display:flex}.ExamInterface-module__6j8Ctq__leftActions,.ExamInterface-module__6j8Ctq__rightActions{gap:12px;display:flex}.ExamInterface-module__6j8Ctq__sidebar{background:var(--card);border-left:1px solid var(--border);flex-direction:column;width:320px;padding:24px;display:flex}.ExamInterface-module__6j8Ctq__candidateInfo{background:var(--bg);border-radius:var(--radius-md);align-items:center;gap:12px;margin-bottom:32px;padding:16px;display:flex}.ExamInterface-module__6j8Ctq__avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:800;display:flex}.ExamInterface-module__6j8Ctq__name{color:var(--text);font-size:15px;font-weight:700}.ExamInterface-module__6j8Ctq__exam{color:var(--text-muted);font-size:12px}.ExamInterface-module__6j8Ctq__paletteContainer h4{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;margin-bottom:16px;font-size:13px}.ExamInterface-module__6j8Ctq__palette{grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:32px;display:grid}.ExamInterface-module__6j8Ctq__pCell{border-radius:6px;justify-content:center;align-items:center;height:40px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ExamInterface-module__6j8Ctq__notVisited{color:#777;background:#eee}.ExamInterface-module__6j8Ctq__answered{color:#fff;background:#4caf50}.ExamInterface-module__6j8Ctq__marked{color:#fff;background:#ff9800}.ExamInterface-module__6j8Ctq__answeredMarked{color:#fff;background:#9c27b0}.ExamInterface-module__6j8Ctq__activePalette{box-shadow:0 0 0 3px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .3);transform:scale(1.1)}.ExamInterface-module__6j8Ctq__legend{flex-direction:column;gap:12px;margin-top:auto;display:flex}.ExamInterface-module__6j8Ctq__legendItem{color:var(--text-secondary);align-items:center;gap:12px;font-size:12px;font-weight:600;display:flex}.ExamInterface-module__6j8Ctq__legendItem span{border-radius:3px;width:16px;height:16px}.ExamInterface-module__6j8Ctq__loading{height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-weight:700;display:flex}
.Card-module__HCd82W__card{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);padding:24px;transition:transform .3s,box-shadow .3s}.Card-module__HCd82W__card:hover{box-shadow:var(--shadow-lg)}.Card-module__HCd82W__glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}
.Home-module__K5JEmW__layout{min-height:100vh;display:flex}.Home-module__K5JEmW__main{margin-left:var(--sidebar-width);flex:1;padding:0 40px 40px}.Home-module__K5JEmW__header{background:var(--glass);-webkit-backdrop-filter:blur(12px);z-index:50;justify-content:space-between;align-items:center;height:100px;margin-bottom:24px;display:flex;position:sticky;top:0}.Home-module__K5JEmW__headerLeft h2{color:var(--text);margin-bottom:4px;font-size:28px}.Home-module__K5JEmW__breadcrumb{color:var(--text-muted);font-size:13px;font-weight:500}.Home-module__K5JEmW__headerRight{align-items:center;gap:20px;display:flex}.Home-module__K5JEmW__streakBadge{background:var(--card);border-radius:var(--radius-full);color:#f97316;box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:8px 16px;font-size:14px;font-weight:700}.Home-module__K5JEmW__avatar{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:800;display:flex}.Home-module__K5JEmW__content{max-width:1200px;margin:0 auto}.Home-module__K5JEmW__dashboardGrid{grid-template-columns:2fr 1fr;gap:32px;display:grid}.Home-module__K5JEmW__heroCard{background:linear-gradient(135deg, hsla(var(--primary-h), var(--primary-s), var(--primary-l), .05), #b152e00d);border-color:var(--primary-soft);flex-direction:column;grid-column:span 1;justify-content:space-between;display:flex}.Home-module__K5JEmW__heroContent h3{margin-bottom:12px;font-size:22px}.Home-module__K5JEmW__heroContent p{color:var(--text-secondary);margin-bottom:24px}.Home-module__K5JEmW__progressBar{background:var(--border);border-radius:5px;height:10px;margin-bottom:24px;overflow:hidden}.Home-module__K5JEmW__progressFill{background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:5px;height:100%}.Home-module__K5JEmW__statCards{flex-direction:column;gap:24px;display:flex}.Home-module__K5JEmW__statCard{align-items:center;gap:20px;display:flex}.Home-module__K5JEmW__statIcon{background:var(--bg);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.Home-module__K5JEmW__statData{flex-direction:column;display:flex}.Home-module__K5JEmW__statVal{color:var(--text);font-size:24px;font-weight:800}.Home-module__K5JEmW__statLabel{color:var(--text-muted);font-size:13px}.Home-module__K5JEmW__recentActivity{grid-column:span 2}.Home-module__K5JEmW__recentActivity h3{margin-bottom:20px}.Home-module__K5JEmW__activityList{flex-direction:column;gap:16px;display:flex}.Home-module__K5JEmW__activityItem{background:var(--bg);border-radius:var(--radius-md);align-items:center;gap:16px;padding:16px;display:flex}.Home-module__K5JEmW__actIcon{font-size:20px}.Home-module__K5JEmW__actInfo{flex:1}.Home-module__K5JEmW__actInfo p{font-size:15px;font-weight:600}.Home-module__K5JEmW__actInfo span{color:var(--text-muted);font-size:12px}.Home-module__K5JEmW__loginPage{background:radial-gradient(circle at top right, hsla(var(--primary-h), var(--primary-s), 50%, .1), transparent), radial-gradient(circle at bottom left, #9d26d91a, transparent);background-color:var(--bg);justify-content:center;align-items:center;height:100vh;display:flex}.Home-module__K5JEmW__loginCard{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:40px;width:100%;max-width:480px;padding:48px;box-shadow:0 30px 60px -12px #00000026}.Home-module__K5JEmW__bigLogo{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;width:80px;height:80px;box-shadow:0 10px 30px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .4);border-radius:24px;justify-content:center;align-items:center;margin:0 auto 32px;font-size:40px;font-weight:800;display:flex}.Home-module__K5JEmW__loginHeader h1{letter-spacing:-.5px;margin-bottom:12px;font-size:32px}.Home-module__K5JEmW__loginHeader p{color:var(--text-secondary);margin-bottom:40px;line-height:1.6}.Home-module__K5JEmW__googleBtn{background:var(--card)!important;color:var(--text)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-sm)!important}.Home-module__K5JEmW__googleBtn:hover{background:var(--bg)!important;border-color:var(--text-muted)!important}.Home-module__K5JEmW__googleIcon{color:var(--primary);font-size:18px;font-weight:900}.Home-module__K5JEmW__loginFooter{color:var(--text-muted);margin-top:32px;font-size:13px}.Home-module__K5JEmW__loginFooter span{color:var(--primary);cursor:pointer;font-weight:600}.Home-module__K5JEmW__splash{height:100vh;color:var(--primary);background:var(--bg);justify-content:center;align-items:center;font-size:80px;font-weight:800;display:flex}@media (max-width:1024px){.Home-module__K5JEmW__main{margin-left:80px}.Home-module__K5JEmW__dashboardGrid{grid-template-columns:1fr}.Home-module__K5JEmW__recentActivity{grid-column:span 1}}
.PracticeArena-module__rYWIgW__arena{width:100%;max-width:900px;margin:0 auto;animation:.6s PracticeArena-module__rYWIgW__fadeIn}.PracticeArena-module__rYWIgW__questionCard{padding:40px}.PracticeArena-module__rYWIgW__meta{gap:12px;margin-bottom:24px;display:flex}.PracticeArena-module__rYWIgW__subject{background:var(--primary-soft);color:var(--primary);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;font-size:12px;font-weight:700}.PracticeArena-module__rYWIgW__difficulty{border-radius:var(--radius-sm);text-transform:uppercase;padding:4px 12px;font-size:12px;font-weight:700}.PracticeArena-module__rYWIgW__easy{color:#2e7d32;background:#e8f5e9}.PracticeArena-module__rYWIgW__medium{color:#ef6c00;background:#fff3e0}.PracticeArena-module__rYWIgW__hard{color:#c62828;background:#ffebee}.PracticeArena-module__rYWIgW__body{color:var(--text);margin-bottom:40px;font-size:18px;font-weight:500;line-height:1.6}.PracticeArena-module__rYWIgW__options{gap:16px;margin-bottom:32px;display:grid}.PracticeArena-module__rYWIgW__container{width:100%;min-height:500px}.PracticeArena-module__rYWIgW__resultSplash{text-align:center;background:var(--card);border-radius:32px;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:0 auto;padding:80px 20px;display:flex;box-shadow:0 20px 40px -10px #0000000d}.PracticeArena-module__rYWIgW__celebrationIcon{margin-bottom:24px;font-size:80px}.PracticeArena-module__rYWIgW__resultSplash h2{color:var(--text);margin-bottom:16px;font-size:32px;font-weight:800}.PracticeArena-module__rYWIgW__resultSplash p{color:var(--text-secondary);margin-bottom:32px;font-size:18px}.PracticeArena-module__rYWIgW__progressContainer{flex-direction:column;gap:8px;max-width:900px;margin:0 auto 30px;display:flex}.PracticeArena-module__rYWIgW__progressBar{background:var(--border);border-radius:10px;width:100%;height:8px;overflow:hidden}.PracticeArena-module__rYWIgW__progressFill{background:var(--primary);height:100%;transition:width .4s}.PracticeArena-module__rYWIgW__progressText{color:var(--text-muted);font-size:14px;font-weight:600}.PracticeArena-module__rYWIgW__option{border:2px solid var(--border);border-radius:var(--radius-md);text-align:left;align-items:center;gap:20px;padding:20px;transition:all .2s;display:flex}.PracticeArena-module__rYWIgW__option:hover:not(:disabled),.PracticeArena-module__rYWIgW__selected{border-color:var(--primary);background:var(--primary-soft)}.PracticeArena-module__rYWIgW__correct{border-color:var(--success)!important;background:#33cc801a!important}.PracticeArena-module__rYWIgW__wrong{border-color:var(--danger)!important;background:#df20201a!important}.PracticeArena-module__rYWIgW__optLabel{background:var(--border);width:32px;height:32px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.PracticeArena-module__rYWIgW__selected .PracticeArena-module__rYWIgW__optLabel{background:var(--primary);color:#fff}.PracticeArena-module__rYWIgW__correct .PracticeArena-module__rYWIgW__optLabel{background:var(--success);color:#fff}.PracticeArena-module__rYWIgW__wrong .PracticeArena-module__rYWIgW__optLabel{background:var(--danger);color:#fff}.PracticeArena-module__rYWIgW__optText{color:var(--text);font-size:16px;font-weight:500}.PracticeArena-module__rYWIgW__feedback{border-top:1px solid var(--border);margin-top:32px;padding-top:32px;animation:.4s PracticeArena-module__rYWIgW__fadeIn}.PracticeArena-module__rYWIgW__status{margin-bottom:24px;font-size:20px;font-weight:800}.PracticeArena-module__rYWIgW__statusSuccess{color:var(--success)}.PracticeArena-module__rYWIgW__statusError{color:var(--danger)}.PracticeArena-module__rYWIgW__explanation{background:var(--bg);border-radius:var(--radius-md);margin-bottom:32px;padding:24px}.PracticeArena-module__rYWIgW__explanation h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:14px}.PracticeArena-module__rYWIgW__explanation div{color:var(--text-secondary);font-size:15px;line-height:1.6}.PracticeArena-module__rYWIgW__loading{height:400px;color:var(--text-muted);justify-content:center;align-items:center;font-weight:600;display:flex}
.Landing-module__ZMSQCq__landing{--primary:#4f46e5;--primary-light:#818cf8;--primary-dark:#3730a3;--accent:#0d9488;--rose:#f43f5e;--amber:#f59e0b;--bg:#fff;--text:#0f172a;--text-muted:#475569;--violet-gradient:linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--transition:all .4s cubic-bezier(.4, 0, .2, 1);background-color:var(--bg);min-height:100vh;color:var(--text);font-family:DM Sans,sans-serif;overflow-x:hidden}.Landing-module__ZMSQCq__container{max-width:1250px;margin:0 auto;padding:0 24px}.Landing-module__ZMSQCq__nav{z-index:1000;width:100%;transition:var(--transition);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffc;border-bottom:1px solid #0000000d;padding:1.25rem 0;position:fixed;top:0;left:0}.Landing-module__ZMSQCq__navContent{justify-content:space-between;align-items:center;display:flex}.Landing-module__ZMSQCq__logo{background:var(--violet-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:10px;font-size:26px;font-weight:800;display:flex}.Landing-module__ZMSQCq__navItems{align-items:center;gap:32px;display:flex}.Landing-module__ZMSQCq__navLink{color:var(--text-muted);transition:var(--transition);font-size:15px;font-weight:600;text-decoration:none}.Landing-module__ZMSQCq__navLink:hover{color:var(--primary)}.Landing-module__ZMSQCq__navActions{align-items:center;gap:12px;display:flex}.Landing-module__ZMSQCq__hero{background:radial-gradient(circle at 10% 20%,#4f46e50d 0%,#0000 45%),radial-gradient(circle at 90% 80%,#0d94880a 0%,#0000 50%),radial-gradient(circle,#7c3aed08 0%,#0000 60%);padding:180px 0 100px;position:relative}.Landing-module__ZMSQCq__heroGrid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.Landing-module__ZMSQCq__heroContent h1{color:#0f172a;margin-bottom:24px;font-family:Plus Jakarta Sans,sans-serif;font-size:68px;line-height:1.1}.Landing-module__ZMSQCq__gradientText{background:var(--violet-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Landing-module__ZMSQCq__heroContent p{color:var(--text-muted);max-width:540px;margin-bottom:40px;font-size:20px}.Landing-module__ZMSQCq__sectionTag{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;background:#4f46e514;border:1px solid #4f46e526;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:13px;font-weight:800;display:inline-flex}.Landing-module__ZMSQCq__heroStats{border-top:1px solid #0000000f;gap:40px;margin-top:60px;padding-top:40px;display:flex}.Landing-module__ZMSQCq__statItem h4{color:var(--primary);margin-bottom:4px;font-size:32px}.Landing-module__ZMSQCq__statItem p{color:var(--text-muted);font-size:14px;font-weight:600}.Landing-module__ZMSQCq__comparison{background:#f8fafc;padding:120px 0}.Landing-module__ZMSQCq__compGrid{grid-template-columns:1fr 1.1fr;gap:40px;margin-top:60px;display:grid}.Landing-module__ZMSQCq__compCard{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:48px}.Landing-module__ZMSQCq__brainiyoCard{border:2px solid var(--primary);position:relative;box-shadow:0 25px 50px -12px #4f46e51f}.Landing-module__ZMSQCq__compBadge{background:var(--violet-gradient);color:#fff;letter-spacing:1px;border-radius:100px;padding:6px 16px;font-size:12px;font-weight:800;position:absolute;top:-16px;left:48px}.Landing-module__ZMSQCq__compList{margin-top:32px;list-style:none}.Landing-module__ZMSQCq__compList li{color:var(--text-muted);margin-bottom:20px;padding-left:36px;font-size:16px;font-weight:500;position:relative}.Landing-module__ZMSQCq__compList li:before{content:"✕";color:#ef4444;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex;position:absolute;left:0}.Landing-module__ZMSQCq__brainiyoCard .Landing-module__ZMSQCq__compList li:before{content:"✓";color:#10b981;background:#dcfce7}.Landing-module__ZMSQCq__how{padding:120px 0}.Landing-module__ZMSQCq__stepsGrid{grid-template-columns:repeat(3,1fr);gap:48px;margin-top:60px;display:grid}.Landing-module__ZMSQCq__stepCard{transition:var(--transition);background:#fff;border:1px solid #0000000a;border-radius:28px;padding:40px 32px;box-shadow:0 10px 30px #00000005}.Landing-module__ZMSQCq__stepNum{width:54px;height:54px;color:var(--primary);background:#4f46e514;border-radius:18px;justify-content:center;align-items:center;margin-bottom:24px;font-size:20px;font-weight:800;display:flex}.Landing-module__ZMSQCq__features{color:#fff;background:#0b0f19;padding:120px 0}.Landing-module__ZMSQCq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-top:60px;display:grid}.Landing-module__ZMSQCq__featCard{transition:var(--transition);background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;padding:40px}.Landing-module__ZMSQCq__featIcon{background:#ffffff0d;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;font-size:28px;display:flex}.Landing-module__ZMSQCq__testimonials{padding:120px 0}.Landing-module__ZMSQCq__testiGrid{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px;display:grid}.Landing-module__ZMSQCq__testiCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:28px;padding:40px}.Landing-module__ZMSQCq__testiHeader{align-items:center;gap:16px;margin-bottom:20px;display:flex}.Landing-module__ZMSQCq__avatar{background:var(--violet-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:800;display:flex}.Landing-module__ZMSQCq__pricing{background:#f8fafc;padding:120px 0}.Landing-module__ZMSQCq__priceGrid{grid-template-columns:1fr 1fr;gap:40px;max-width:950px;margin:60px auto 0;display:grid}.Landing-module__ZMSQCq__priceCard{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:36px;flex-direction:column;justify-content:space-between;padding:56px 48px;display:flex}.Landing-module__ZMSQCq__proCard{border:2.5px solid var(--primary);position:relative;box-shadow:0 35px 60px -15px #4f46e526}.Landing-module__ZMSQCq__popular{color:var(--primary);background:#4f46e51a;border-radius:100px;padding:6px 16px;font-size:12px;font-weight:800;position:absolute;top:24px;right:24px}.Landing-module__ZMSQCq__priceDisplay{color:#0f172a;margin:24px 0 32px;font-size:54px;font-weight:800}.Landing-module__ZMSQCq__priceDisplay span{color:var(--text-muted);font-size:16px;font-weight:600}.Landing-module__ZMSQCq__footer{color:#fff;background:#0f172a;padding:100px 0 40px}.Landing-module__ZMSQCq__footerGrid{flex-wrap:wrap;justify-content:space-between;gap:48px;margin-bottom:60px;display:flex}@media (max-width:1024px){.Landing-module__ZMSQCq__heroGrid,.Landing-module__ZMSQCq__compGrid,.Landing-module__ZMSQCq__stepsGrid,.Landing-module__ZMSQCq__testiGrid,.Landing-module__ZMSQCq__priceGrid{grid-template-columns:1fr}.Landing-module__ZMSQCq__navItems{display:none}}
.ExamResult-module__NdEmHa__container{padding:40px 0;animation:.6s ExamResult-module__NdEmHa__fadeIn}.ExamResult-module__NdEmHa__header{text-align:center;margin-bottom:48px}.ExamResult-module__NdEmHa__header h1{color:var(--text);margin-bottom:8px;font-size:36px}.ExamResult-module__NdEmHa__header p{color:var(--text-muted)}.ExamResult-module__NdEmHa__mainGrid{grid-template-columns:1fr 2fr;gap:32px;margin-bottom:48px;display:grid}.ExamResult-module__NdEmHa__scoreCard{background:var(--primary-soft);border-color:var(--primary-soft);flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.ExamResult-module__NdEmHa__scoreCircle{background:var(--card);width:160px;height:160px;box-shadow:var(--shadow-lg);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.ExamResult-module__NdEmHa__scoreVal{color:var(--primary);font-size:48px;font-weight:800;line-height:1}.ExamResult-module__NdEmHa__scoreMax{color:var(--text-muted);font-size:14px;font-weight:600}.ExamResult-module__NdEmHa__rankInfo{text-align:center}.ExamResult-module__NdEmHa__rankInfo p{color:var(--text-muted);text-transform:uppercase;margin-bottom:4px;font-size:13px;font-weight:700}.ExamResult-module__NdEmHa__rankInfo h3{color:var(--text);font-size:32px}.ExamResult-module__NdEmHa__statsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ExamResult-module__NdEmHa__statMini{flex-direction:column;gap:8px;display:flex}.ExamResult-module__NdEmHa__statLabel{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:700}.ExamResult-module__NdEmHa__statVal{font-size:28px;font-weight:800}.ExamResult-module__NdEmHa__green{color:var(--success)}.ExamResult-module__NdEmHa__red{color:var(--danger)}.ExamResult-module__NdEmHa__breakdownCard{grid-column:span 2}.ExamResult-module__NdEmHa__breakdownCard h3{margin-bottom:24px}.ExamResult-module__NdEmHa__breakdownList{flex-direction:column;gap:24px;display:flex}.ExamResult-module__NdEmHa__breakdownItem{flex-direction:column;gap:12px;display:flex}.ExamResult-module__NdEmHa__subMeta{justify-content:space-between;font-size:14px;display:flex}.ExamResult-module__NdEmHa__subMeta strong{color:var(--text)}.ExamResult-module__NdEmHa__subMeta span{color:var(--text-muted);font-weight:600}.ExamResult-module__NdEmHa__barContainer{background:var(--bg);border-radius:4px;height:8px;overflow:hidden}.ExamResult-module__NdEmHa__barFill{background:var(--primary);border-radius:4px;height:100%}.ExamResult-module__NdEmHa__footer{justify-content:center;display:flex}@media (max-width:1024px){.ExamResult-module__NdEmHa__mainGrid{grid-template-columns:1fr}.ExamResult-module__NdEmHa__breakdownCard{grid-column:span 1}}
.MockTestCenter-module__nU7fyG__container{animation:.6s MockTestCenter-module__nU7fyG__fadeIn}.MockTestCenter-module__nU7fyG__tabs{border-bottom:1px solid var(--border);gap:24px;margin-bottom:32px;display:flex}.MockTestCenter-module__nU7fyG__tab{color:var(--text-muted);padding:12px 0;font-size:15px;font-weight:700;position:relative}.MockTestCenter-module__nU7fyG__tab:hover{color:var(--text)}.MockTestCenter-module__nU7fyG__activeTab{color:var(--primary)}.MockTestCenter-module__nU7fyG__activeTab:after{content:"";background:var(--primary);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.MockTestCenter-module__nU7fyG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.MockTestCenter-module__nU7fyG__testCard{flex-direction:column;display:flex}.MockTestCenter-module__nU7fyG__cardHeader{justify-content:space-between;margin-bottom:16px;display:flex}.MockTestCenter-module__nU7fyG__badge{background:var(--primary-soft);color:var(--primary);text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.MockTestCenter-module__nU7fyG__timeBadge{color:var(--text-secondary);font-size:13px;font-weight:600}.MockTestCenter-module__nU7fyG__testCard h3{flex:1;margin-bottom:20px;font-size:18px}.MockTestCenter-module__nU7fyG__stats{background:var(--bg);border-radius:var(--radius-md);gap:24px;margin-bottom:24px;padding:16px;display:flex}.MockTestCenter-module__nU7fyG__stat{flex-direction:column;gap:4px;display:flex}.MockTestCenter-module__nU7fyG__stat span{color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:600}.MockTestCenter-module__nU7fyG__stat strong{color:var(--text);font-size:16px}
.Onboarding-module__DKacZG__onboardingOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f172af2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Onboarding-module__DKacZG__onboardingCard{background:var(--card);width:100%;max-width:500px;color:var(--text);border-radius:32px;padding:40px;box-shadow:0 25px 50px -12px #00000080}.Onboarding-module__DKacZG__onboardingCard h1{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:28px;font-weight:800}.Onboarding-module__DKacZG__onboardingCard p{color:var(--text-secondary);margin-bottom:32px;line-height:1.6}.Onboarding-module__DKacZG__selectionGroup{margin-bottom:24px}.Onboarding-module__DKacZG__selectionLabel{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:12px;font-size:14px;font-weight:600;display:block}.Onboarding-module__DKacZG__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;display:grid}.Onboarding-module__DKacZG__optionBtn{background:var(--bg);border:2px solid var(--border);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:16px;font-weight:600;transition:all .2s;display:flex}.Onboarding-module__DKacZG__optionBtn:hover{border-color:var(--primary);background:var(--primary-soft)}.Onboarding-module__DKacZG__optionBtn.Onboarding-module__DKacZG__active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.Onboarding-module__DKacZG__optionIcon{font-size:24px}.Onboarding-module__DKacZG__submitBtn{width:100%;margin-top:12px}
.PracticeSelector-module__NREnoa__selector{max-width:900px;margin:0 auto;padding:20px}.PracticeSelector-module__NREnoa__title{margin-bottom:8px;font-size:32px;font-weight:800}.PracticeSelector-module__NREnoa__subtitle{color:#64748b;margin-bottom:40px}.PracticeSelector-module__NREnoa__stepIndicator{gap:8px;margin-bottom:40px;display:flex}.PracticeSelector-module__NREnoa__stepDot{background:#e2e8f0;border-radius:10px;width:40px;height:6px;transition:all .3s}.PracticeSelector-module__NREnoa__stepDotActive{background:#4f46e5;width:60px}.PracticeSelector-module__NREnoa__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.PracticeSelector-module__NREnoa__card{background:var(--card);cursor:pointer;text-align:center;border:2px solid #f1f5f9;border-radius:24px;flex-direction:column;align-items:center;gap:16px;padding:30px;transition:all .2s;display:flex}.PracticeSelector-module__NREnoa__card:hover{border-color:#4f46e5;transform:translateY(-4px);box-shadow:0 10px 25px -5px #4f46e51a}.PracticeSelector-module__NREnoa__cardIcon{font-size:48px}.PracticeSelector-module__NREnoa__cardTitle{font-size:18px;font-weight:700}.PracticeSelector-module__NREnoa__list{flex-direction:column;gap:12px;display:flex}.PracticeSelector-module__NREnoa__listItem{background:var(--card);cursor:pointer;border:2px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:center;padding:20px 24px;transition:all .2s;display:flex}.PracticeSelector-module__NREnoa__listItem:hover{background:#f8fafc;border-color:#4f46e5}.PracticeSelector-module__NREnoa__itemInfo h4{margin-bottom:4px;font-weight:600}.PracticeSelector-module__NREnoa__itemStats{color:#94a3b8;font-size:13px}.PracticeSelector-module__NREnoa__accuracy{color:#22c55e;font-weight:700}.PracticeSelector-module__NREnoa__actions{gap:16px;margin-top:40px;display:flex}.PracticeSelector-module__NREnoa__countSelector{flex-wrap:wrap;gap:12px;display:flex}.PracticeSelector-module__NREnoa__countBtn{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .2s}.PracticeSelector-module__NREnoa__countBtnActive{color:#fff;background:#4f46e5;border-color:#4f46e5}
