:root{--primary: #22C55E;--primary-dark: #16A34A;--secondary: #0A110D;--bg-light: #F9FAFB;--white: #FFFFFF;--text-main: #1F2937;--text-muted: #6B7280;--border: #E5E7EB;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--white);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}h1{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.025em;margin-bottom:1.5rem}h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.25rem;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 4px 14px #22c55e63}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px)}.btn-outline{background-color:var(--white);color:var(--text-main);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.btn-outline:hover{background-color:var(--bg-light);border-color:var(--text-muted)}.glass{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}.fixed-top{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.nav-bar{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.25rem}.logo-svg{width:32px;height:32px}.logo-link-wrapper{text-decoration:none;color:inherit;display:inline-block}.logo-text{font-size:1.25rem;font-weight:700}.text-black{color:#000}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-weight:500;color:var(--text-main)}.nav-links a:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:2rem}.login-link{font-weight:600}.hero-section{padding-top:10rem;padding-bottom:8rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-grid{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:#dcfce7;color:var(--primary-dark);font-size:.75rem;font-weight:700;border-radius:2rem;margin-bottom:2rem}.badge .dot{width:6px;height:6px;background:var(--primary);border-radius:50%}.text-primary{color:var(--primary)}.hero-description{font-size:1.125rem;color:var(--text-muted);margin:0 auto 2.5rem;max-width:600px}.hero-ctas{display:flex;gap:1.25rem;justify-content:center;width:100%}.btn-large{padding:1rem 2rem}.stats-overlay{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;padding:1rem 1.5rem;border-radius:1rem;display:flex;align-items:center;gap:1rem}.avatars{display:flex}.avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--white);margin-right:-10px}.stats-text{font-size:.875rem;font-weight:500}.section-header{text-align:center;margin-bottom:4rem}.section-header p{color:var(--text-muted)}.exam-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.exam-card{background:var(--white);padding:2.5rem;border-radius:1rem;border:1px solid var(--border);transition:all .3s ease}.exam-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.icon-box{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-box.green{background:#dcfce7;color:var(--primary)}.exam-card h3{margin-bottom:1rem}.exam-card p{color:var(--text-muted);font-size:.9375rem;margin-bottom:1.5rem}.explore-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;font-size:.875rem}.stats-banner{background:var(--secondary);border-radius:1.5rem;padding:4rem 2rem;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;color:var(--white);margin-top:-4rem;position:relative;z-index:10}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.stat-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;opacity:.8}.footer-section{background:#fdfdfd;padding-top:8rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;align-items:start}.footer-desc{color:var(--text-muted);margin:1.5rem 0;font-size:.9375rem;max-width:300px}.social-links{display:flex;gap:1rem}.social-icon{width:36px;height:36px;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--text-main)}.footer-links h4,.footer-newsletter h4{font-size:.875rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.05em}.footer-links ul{padding:0;margin:0}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:var(--text-muted);font-size:.9375rem}.footer-newsletter p{color:var(--text-muted);font-size:.9375rem;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.75rem}.newsletter-form input{flex:1;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border);outline:none}.footer-bottom{border-top:1px solid var(--border);padding:2rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--text-muted)}.legal-links{display:flex;gap:2rem}.grayscale{filter:grayscale(1);opacity:.7}.page-content{padding-top:80px}.exams-header{background:#f9fafb;border-bottom:1px solid var(--border);margin-bottom:4rem}.subtitle{color:var(--text-muted);font-size:1.1rem;font-weight:500}.category-section{margin-bottom:5rem}.category-heading{display:flex;align-items:center;gap:1.25rem;margin-bottom:3rem;position:relative}.category-heading h2{font-size:1.5rem;margin-bottom:0}.exam-grid-large{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.exam-card-detailed{background:var(--white);padding:1.75rem;border-radius:1rem;border:1px solid #E5E7EB;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.exam-card-detailed:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000000d;border-color:var(--primary)}.card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.icon-sq{width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.icon-sq.blue{background:#eff6ff;color:#3b82f6}.icon-sq.green{background:#f0fdf4;color:#22c55e}.icon-sq.cyan{background:#ecfeff;color:#0891b2}.icon-sq.teal{background:#f0fdfa;color:#0d9488}.icon-sq.purple{background:#faf5ff;color:#9333ea}.icon-sq.orange{background:#fff7ed;color:#ea580c}.icon-sq.red{background:#fef2f2;color:#dc2626}.icon-sq.pink{background:#fdf2f8;color:#db2777}.icon-sq.yellow{background:#fefce8;color:#ca8a04}.category-tag{font-size:.65rem;font-weight:700;color:#9ca3af;letter-spacing:.1em}.exam-card-detailed h3{font-size:1.25rem;margin-bottom:.5rem}.exam-card-detailed p{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.4}.view-link{color:var(--primary);font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.active-link{color:var(--primary)!important;font-weight:700!important}@media(max-width:768px){.exam-grid-large{grid-template-columns:1fr}}.auth-container{display:flex;width:100%}.auth-sidebar{width:45%;background:#e8f5e9;padding:3rem;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:0;height:100vh}.auth-sidebar .logo-link-wrapper{margin-bottom:4rem}.auth-sidebar-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.auth-sidebar h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#111827}.auth-sidebar p{font-size:1.1rem;color:#4b5563;line-height:1.6;margin-bottom:2rem;max-width:400px}.auth-illustration-box{background:#ffffff80;border-radius:24px;padding:2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000d}.auth-illustration-box img{max-width:100%;height:auto;border-radius:12px}.auth-sidebar-footer{font-size:.875rem;color:#6b7280}.auth-form-section{width:55%;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.auth-card{width:100%;max-width:450px}.auth-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.auth-header h2{font-size:1.75rem;font-weight:700}.auth-header .toggle-link{font-weight:600;color:#22c55e;text-decoration:none;font-size:.875rem}.auth-subtitle{font-size:.95rem;color:#6b7280;margin-top:-1.5rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.5rem;color:#374151}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid #E5E7EB;border-radius:10px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1a}.form-utils{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.forgot-password{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s}.forgot-password:hover{color:#22c55e}.btn-auth{width:100%;border-radius:10px;padding:.875rem;font-size:1rem;font-weight:600;margin-bottom:2rem}.divider{display:flex;align-items:center;text-align:center;margin-bottom:2rem;color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.05em}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #E5E7EB}.divider span{padding:0 1rem}.btn-social{width:100%;padding:.75rem;border:1px solid #E5E7EB;border-radius:10px;background:#fff;color:#374151;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s}.btn-social:hover{background:#f9fafb;border-color:#d1d5db}.auth-footer-text{text-align:center;margin-top:2.5rem;font-size:.875rem;color:#6b7280}.auth-footer-text a{color:#374151;text-decoration:underline}.requirements-list{background:#f9fafb;border-radius:12px;padding:1.25rem;margin-bottom:2rem}.requirements-list p{font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.requirement-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b5563;margin-bottom:.75rem}.requirement-item:last-child{margin-bottom:0}.requirement-item svg{flex-shrink:0}.requirement-item.valid{color:#22c55e}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center}.input-action-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:0}.back-to-login{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#6b7280;text-decoration:none;font-weight:600;font-size:.95rem;margin-top:1rem;transition:color .2s}.back-to-login:hover{color:#22c55e}.need-help{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f3f4f6;border-radius:50px;color:#374151;font-size:.875rem;font-weight:600;text-decoration:none;margin-top:3rem;transition:all .2s}.need-help:hover{background:#e5e7eb}.mock-tests-page{background:#f9fafb}.user-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.user-nav{display:flex;gap:2rem}.user-nav a{text-decoration:none;color:#6b7280;font-weight:600;font-size:.95rem;transition:color .2s}.user-profile-info{display:flex;align-items:center;gap:1rem;text-align:right}.date-info{display:flex;flex-direction:column}.date-info .date{font-size:.75rem;color:#9ca3af;font-weight:600}.date-info .user-name{font-size:.95rem;font-weight:700;color:#111827}.profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #E8F5E9}.mock-tests-hero{padding:3rem 2rem;max-width:1200px;margin:0 auto}.mock-tests-hero h1{font-size:2.25rem;font-weight:800;margin-bottom:.5rem;color:#111827}.mock-tests-hero p{color:#6b7280;font-size:1.1rem}.test-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.mock-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #E5E7EB;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(20px)}.mock-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000000d}.mock-card-icon{width:48px;height:48px;border-radius:10px;background:#f0fdf4;color:#22c55e;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mock-card-icon.cyan{background:#ecfeff;color:#0891b2}.mock-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.mock-card .test-count{color:#9ca3af;font-size:.95rem;margin-bottom:1.5rem}.progress-section{margin-bottom:2rem}.progress-status{display:flex;justify-content:space-between;font-size:.875rem;font-weight:700;margin-bottom:.75rem}.status-label{color:#6b7280}.status-val{color:#22c55e}.status-summary{font-size:.8rem;color:#9ca3af;margin-top:.75rem}.progress-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#22c55e;border-radius:4px;transition:width .5s ease-out}.mock-card .btn{width:100%}.mock-card.coming-soon{border-style:dashed;background:#f9fafb;justify-content:center;align-items:center;text-align:center;min-height:380px}.mock-card.coming-soon p{color:#9ca3af;font-size:.875rem;margin-top:1rem;max-width:250px}@media(max-width:992px){.auth-sidebar{display:none}.auth-form-section{width:100%}}.test-list-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;gap:2rem;position:sticky;top:0;z-index:100}.search-container{flex:1;max-width:800px}.search-wrapper{position:relative;display:flex;align-items:center}.search-wrapper input{width:100%;padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:.95rem;background:#fafbfc;color:#374151;outline:none;transition:all .2s}.search-wrapper input:focus{border-color:#22c55e;background:#fff;box-shadow:0 0 0 3px #22c55e1a}.search-icon{position:absolute;right:1rem;color:#9ca3af}.test-tabs-container{background:#fff;border-bottom:1px solid #E5E7EB;padding:0 2rem}.test-tabs{display:flex;gap:3rem;max-width:1200px;margin:0 auto}.tab-btn{padding:1.25rem 0;font-weight:600;color:#6b7280;background:none;border:none;cursor:pointer;font-size:.95rem;position:relative;transition:color .2s}.tab-btn:hover{color:#111827}.tab-btn.active{color:#22c55e}.tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#22c55e}.tab-count{color:#9ca3af;margin-left:.25rem}.test-list-container{max-width:1200px;margin:2rem auto 5rem;padding:0 2rem;display:flex;flex-direction:column;gap:1.5rem}.test-row-card{background:#fff;border-radius:12px;border:1px solid #E5E7EB;overflow:hidden;transition:transform .2s,box-shadow .2s}.test-row-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.card-main{padding:2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.status-badge{position:absolute;top:1rem;left:1.5rem;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:800;letter-spacing:.05em}.status-badge.free{background:#22c55e;color:#fff}.card-content-side{padding-top:1rem}.test-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#111827}.test-meta{display:flex;gap:1.5rem;color:#6b7280;font-size:.9rem}.meta-item{display:flex;align-items:center;gap:.5rem}.meta-item svg{color:#9ca3af}.attempted-stats{display:flex;gap:1.5rem;color:#4b5563;font-weight:600}.card-action-side{display:flex;gap:1rem}.card-strip{background:#f9fafb;padding:.875rem 1.5rem;border-top:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center}.strip-links{display:flex;gap:1.5rem}.strip-link{text-decoration:none;color:#22c55e;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.strip-info{font-size:.875rem;color:#6b7280;font-weight:500}.reattempt-link{text-decoration:none;color:#22c55e;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.test-row-card.attempted .card-main{background:linear-gradient(to right,#f0fdf4 30%,#fff 40%)}.btn-outline{background:transparent;border:1px solid #22C55E;color:#22c55e}.btn-outline:hover{background:#f0fdf4}@media(max-width:768px){.card-main{flex-direction:column;align-items:flex-start;gap:1.5rem}.card-action-side{width:100%}.card-action-side .btn{flex:1}.test-list-header{flex-direction:column;align-items:stretch;gap:1rem}}.instructions-page{background:#f8fafc;min-height:100vh;padding-bottom:80px;font-family:Inter,sans-serif}.instructions-header{background:#fff;padding:.75rem 2rem;border-bottom:1px solid #E5E7EB;display:grid;grid-template-columns:250px 1fr 300px;align-items:center;position:sticky;top:0;z-index:1000}.instructions-header .logo{display:flex;align-items:center;gap:.75rem}.instructions-header .logo-text{font-size:1.25rem;font-weight:700;color:#111827}.header-center .exam-title{text-align:center;font-size:1.125rem;font-weight:600;color:#374151}.header-right .candidate-info{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.candidate-details{text-align:right;display:flex;flex-direction:column}.candidate-name{font-weight:800;font-size:.95rem;color:#111827}.candidate-id{font-size:.8rem;color:#6b7280;font-weight:500}.candidate-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e5e7eb}.instructions-layout{display:grid;grid-template-columns:1fr 320px;gap:0}.instructions-main{padding:2rem 3rem}.breadcrumb{font-size:.8rem;color:#22c55e;font-weight:600;margin-bottom:1.5rem}.main-title{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:.5rem}.test-info-strip{display:flex;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563;font-weight:600}.instructions-card{background:#fff;border-radius:12px;border:1px solid #E5E7EB;padding:2rem}.instructions-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.instructions-card h3{font-size:1.25rem;font-weight:700;color:#111827}.view-pattern{color:#22c55e;text-decoration:none;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.instructions-section{margin-bottom:2.5rem}.section-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.info-icon{width:22px;height:22px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.instructions-section h4{font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:1rem}.instructions-list{padding-left:1.25rem;color:#374151;line-height:1.7}.instructions-list li{margin-bottom:1rem;font-weight:500}.status-legend-box{background:#f8fafc;border:1px solid #E2E8F0;border-radius:10px;padding:1.5rem;margin-bottom:2.5rem}.legend-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.legend-row:first-child{margin-bottom:1rem}.legend-item{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#4b5563;font-weight:600}.legend-symbol{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.legend-symbol.not-visited{background:#e2e8f0}.legend-symbol.not-answered{background:#fb923c;color:#fff}.legend-symbol.answered{background:#22c55e;color:#fff}.legend-symbol.marked{background:#a855f7;color:#fff}.nav-rules{list-style:none;padding:0;color:#374151;font-weight:500;line-height:1.7}.nav-rules li{margin-bottom:1rem;position:relative;padding-left:1.5rem}.nav-rules li:before{content:"•";position:absolute;left:0;color:#22c55e;font-weight:900;font-size:1.25rem;line-height:1}.internet-check-banner{margin-top:3rem;height:120px;background:#0f172a;border-radius:12px;display:flex;align-items:center;padding:2rem}.banner-content p{color:#fff;font-weight:700;font-size:1.1rem}.instructions-sidebar{background:#fff;border-left:1px solid #E5E7EB;padding:2rem 1.5rem}.user-large-card{background:#fafafa;border:1px solid #F1F5F9;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.user-img-large{width:60px;height:60px;border-radius:50%}.user-info-large h4{font-size:1.125rem;font-weight:800;color:#111827}.user-info-large span{display:block;font-size:.85rem;color:#64748b;margin-bottom:.5rem}.view-profile{font-size:.7rem;font-weight:800;color:#22c55e;text-decoration:none}.sidebar-section{margin-bottom:2.5rem}.section-label{font-size:.75rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;display:block}.legend-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mini-legend{display:flex;align-items:center;gap:.75rem}.mini-symbol{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800}.mini-symbol.not-visited{background:#e2e8f0}.mini-symbol.not-answered{background:#fb923c;color:#fff}.mini-symbol.answered{background:#22c55e;color:#fff}.mini-symbol.marked{background:#a855f7;color:#fff}.mini-label{font-size:.7rem;font-weight:700;color:#475569}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.section-header .badge{background:#f1f5f9;color:#64748b;padding:.2rem .6rem;border-radius:4px;font-size:.65rem;font-weight:800}.question-palette-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.palette-btn{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E2E8F0;border-radius:4px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer}.palette-btn.empty{border-style:solid;background:transparent}.help-desk-btn{margin-top:3rem;width:100%;background:#fff;border:1px solid #E2E8F0;padding:.875rem;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:700;font-size:.9rem;color:#475569;cursor:pointer}.instructions-footer{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #E5E7EB;padding:1rem 3rem;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;z-index:2000}.footer-left{display:flex;gap:.75rem}.btn-secondary{background:#fff;border:1px solid #E5E7EB;color:#374151;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.footer-center{display:flex;justify-content:center}.consent-checkbox{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.5rem 1rem;border-radius:6px;border:1px solid #E2E8F0;cursor:pointer}.consent-checkbox input{width:18px;height:18px;accent-color:#22C55E}.consent-checkbox span{font-size:.85rem;font-weight:600;color:#475569}.footer-right{display:flex;justify-content:flex-end}.btn-primary-large{background:#22c55e;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:800;font-size:1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;box-shadow:0 4px 12px #22c55e33}.btn-primary-large:hover{background:#16a34a}@media(max-width:1200px){.instructions-layout{grid-template-columns:1fr}.instructions-sidebar{border-left:none;border-top:1px solid #E5E7EB}}.test-interface-page{background:#f1f5f9;min-height:100vh;font-family:Inter,sans-serif;margin:0;padding:0}.ti-header{background:#1e293b;padding:0 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000}.ti-header-left{display:flex;align-items:center;gap:1.25rem}.ti-logo{display:flex;align-items:center;gap:.6rem}.ti-logo-text{font-size:1.1rem;font-weight:800;color:#fff}.ti-header-divider{width:1px;height:28px;background:#475569}.ti-test-info{display:flex;flex-direction:column}.ti-test-name{font-size:.9rem;font-weight:700;color:#f1f5f9}.ti-section-name{font-size:.7rem;color:#94a3b8;font-weight:500}.ti-header-center{display:flex;align-items:center}.ti-timer-box{display:flex;flex-direction:column;align-items:center}.ti-timer-label{font-size:.6rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.ti-timer-value{font-size:1.5rem;font-weight:800;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.05em}.ti-header-right{display:flex;align-items:center;gap:.75rem}.ti-action-btn{background:#334155;border:none;color:#e2e8f0;padding:.45rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.ti-action-btn:hover{background:#475569}.ti-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #475569}.ti-layout{display:grid;grid-template-columns:1fr 320px;min-height:calc(100vh - 56px)}.ti-question-area{padding:2rem 3rem;display:flex;flex-direction:column}.ti-question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.ti-question-number{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.ti-marks-info{display:flex;gap:.75rem}.ti-marks{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:4px}.ti-marks.positive{background:#dcfce7;color:#166534}.ti-marks.negative{background:#fee2e2;color:#b91c1c}.ti-report-btn{background:none;border:none;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem}.ti-report-btn:hover{color:#334155}.ti-question-body{flex:1}.ti-question-text{font-size:1.05rem;line-height:1.8;color:#1e293b;font-weight:500;margin-bottom:2.5rem}.ti-question-text em{font-style:italic;font-weight:700}.ti-options{display:flex;flex-direction:column;gap:1rem;max-width:600px}.ti-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1.5px solid #E2E8F0;border-radius:10px;cursor:pointer;transition:all .2s;background:#fff}.ti-option:hover{border-color:#cbd5e1;background:#fafbfc}.ti-option.selected{border-color:#22c55e;background:#f0fdf4}.ti-option input[type=radio]{display:none}.ti-radio{width:22px;height:22px;border-radius:50%;border:2px solid #CBD5E1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.ti-option.selected .ti-radio{border-color:#22c55e;background:#22c55e}.ti-option.selected .ti-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.ti-option-text{font-size:1rem;font-weight:600;color:#334155}.ti-question-footer{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-top:1px solid #E2E8F0;margin-top:auto}.ti-footer-left{display:flex;gap:.75rem}.ti-btn{padding:.7rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:700;cursor:pointer;border:none;transition:all .2s}.ti-btn-outline{background:#fff;border:1.5px solid #E2E8F0;color:#334155}.ti-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.ti-btn-save{background:#22c55e;color:#fff;padding:.7rem 2.5rem;box-shadow:0 4px 12px #22c55e40}.ti-btn-save:hover{background:#16a34a}.ti-sidebar{background:#fff;border-left:1px solid #E5E7EB;display:flex;flex-direction:column}.ti-user-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #F1F5F9}.ti-user-avatar-img{width:42px;height:42px;border-radius:50%}.ti-user-name{font-size:.95rem;font-weight:800;color:#0f172a;display:block}.ti-user-id{font-size:.75rem;color:#64748b;font-weight:500}.ti-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0}.ti-stat-box{text-align:center;padding:1rem .5rem;border-bottom:1px solid #F1F5F9}.ti-stat-box:nth-child(odd){border-right:1px solid #F1F5F9}.ti-stat-value{font-size:1.5rem;font-weight:800;display:block;margin-bottom:.25rem}.ti-stat-label{font-size:.6rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.ti-stat-box.answered .ti-stat-value{color:#22c55e}.ti-stat-box.unanswered .ti-stat-value{color:#ef4444}.ti-stat-box.not-visited .ti-stat-value{color:#64748b}.ti-stat-box.review .ti-stat-value{color:#a855f7}.ti-palette-section{padding:1.25rem 1.5rem;flex:1}.ti-palette-title{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.ti-palette-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.ti-q-btn{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.8rem;font-weight:700;cursor:pointer;transition:transform .15s}.ti-q-btn:hover{transform:scale(1.1)}.ti-q-btn.q-answered{background:#22c55e;color:#fff}.ti-q-btn.q-unanswered{background:#ef4444;color:#fff}.ti-q-btn.q-review{background:#a855f7;color:#fff}.ti-q-btn.q-current{background:#fff;color:#22c55e;border:2px solid #22C55E}.ti-q-btn.q-default{background:#f1f5f9;color:#64748b}.ti-sidebar-footer{margin-top:auto;border-top:1px solid #F1F5F9}.ti-sidebar-links{display:flex;background:#f8fafc}.ti-link{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;font-size:.85rem;font-weight:600;color:#475569;text-decoration:none;border-right:1px solid #E5E7EB;transition:background .2s}.ti-link:last-child{border-right:none}.ti-link:hover{background:#e2e8f0}.ti-submit-btn{width:100%;padding:1rem;background:#1e293b;color:#fff;border:none;font-size:1rem;font-weight:800;cursor:pointer;transition:background .2s}.ti-submit-btn:hover{background:#0f172a}@media(max-width:1024px){.ti-layout{grid-template-columns:1fr}.ti-sidebar{border-left:none;border-top:1px solid #E5E7EB}.ti-question-area{padding:1.5rem}}.ts-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.ts-modal{background:#fff;border-radius:16px;width:100%;max-width:720px;box-shadow:0 25px 50px -12px #00000040;animation:tsSlideUp .3s ease}@keyframes tsSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ts-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.75rem 2rem 1rem}.ts-title{font-size:1.375rem;font-weight:800;color:#1f2937;margin-bottom:.25rem}.ts-subtitle{font-size:.85rem;color:#22c55e;font-weight:600}.ts-close{background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}.ts-close:hover{color:#374151}.ts-modal-body{padding:.5rem 2rem 1.5rem}.ts-table{width:100%;border-collapse:collapse;font-size:.85rem}.ts-table thead tr{background:#22c55e}.ts-table thead th{color:#fff;font-weight:700;padding:.75rem 1rem;text-align:center;font-size:.75rem;letter-spacing:.02em}.ts-table thead th:first-child{text-align:left;border-radius:8px 0 0}.ts-table thead th:last-child{border-radius:0 8px 0 0}.ts-table tbody td,.ts-table tfoot td{padding:.875rem 1rem;text-align:center;color:#374151;border-bottom:1px solid #F3F4F6}.ts-table tbody td:first-child,.ts-table tfoot td:first-child{text-align:left}.ts-section-name{font-weight:600;color:#1f2937}.ts-table tfoot tr{background:#f9fafb}.ts-total-label,.ts-total{font-weight:800;color:#1f2937!important}.ts-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem 1.75rem}.ts-tests-btn{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #E5E7EB;color:#374151;padding:.65rem 1.25rem;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;text-decoration:none;transition:all .2s}.ts-tests-btn:hover{background:#f9fafb;border-color:#d1d5db}.ts-resume-btn{background:#22c55e;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s}.ts-resume-btn:hover{background:#16a34a}.qr-page{background:#0f172a;min-height:100vh;font-family:Inter,sans-serif;color:#e2e8f0}.qr-header{background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.875rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1E293B;position:sticky;top:0;z-index:100}.qr-logo-link{display:flex;align-items:center;gap:.6rem;text-decoration:none}.qr-logo-text{font-size:1.125rem;font-weight:800;color:#fff}.qr-header-title{font-size:1rem;font-weight:600;color:#94a3b8}.qr-badge-ai{display:flex;align-items:center;gap:.4rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700}.qr-main{max-width:900px;margin:0 auto;padding:3rem 2rem 5rem}.qr-hero{text-align:center;margin-bottom:3rem}.qr-hero-icon{width:72px;height:72px;background:#22c55e1a;border:1px solid rgba(34,197,94,.15);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.qr-hero-title{font-size:2.25rem;font-weight:800;color:#f8fafc;margin-bottom:.75rem;letter-spacing:-.02em}.qr-hero-subtitle{font-size:1.05rem;color:#64748b;max-width:550px;margin:0 auto;line-height:1.6}.qr-upload-section{margin-bottom:2rem}.qr-upload-box{border:2px dashed #334155;border-radius:16px;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .3s;background:#1e293b4d}.qr-upload-box:hover,.qr-upload-box.dragover{border-color:#22c55e;background:#22c55e0d}.qr-upload-icon{margin-bottom:1.5rem}.qr-upload-title{font-size:1.25rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.qr-upload-hint{font-size:.9rem;color:#64748b;margin-bottom:.75rem}.qr-upload-constraint{font-size:.75rem;color:#475569;font-weight:600}.qr-file-info{display:flex;align-items:center;gap:1rem;background:#1e293b;border:1px solid #334155;padding:1rem 1.5rem;border-radius:12px;margin-top:1rem}.qr-file-name{font-weight:700;color:#f1f5f9;flex:1}.qr-file-size{font-size:.85rem;color:#64748b;font-weight:600}.qr-remove-btn{background:#334155;border:none;color:#94a3b8;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center}.qr-progress-section{margin-bottom:2rem}.qr-progress-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2rem}.qr-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.qr-progress-header h3{font-size:1.125rem;font-weight:700;color:#f1f5f9}.qr-progress-pct{font-size:1.125rem;font-weight:800;color:#22c55e}.qr-progress-bar-outer{height:8px;background:#334155;border-radius:4px;overflow:hidden;margin-bottom:1.25rem}.qr-progress-bar-inner{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;transition:width .4s ease}.qr-status-msg{font-size:.875rem;color:#94a3b8;margin-bottom:1.5rem;font-weight:500}.qr-status-badges{display:flex;gap:.75rem;flex-wrap:wrap}.qr-badge-step{display:flex;align-items:center;gap:.4rem;padding:.4rem .875rem;border-radius:20px;font-size:.75rem;font-weight:700;background:#334155;color:#64748b;transition:all .3s}.qr-badge-step.active{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.qr-badge-step.done{background:#22c55e1a;color:#4ade80}.qr-error-section{margin-bottom:2rem}.qr-error-card{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.qr-error-msg{color:#fca5a5;font-weight:600}.qr-retry-btn{background:#ef4444;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer}.qr-results-section{margin-top:2rem}.qr-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.qr-results-title{font-size:1.5rem;font-weight:800;color:#f8fafc;margin-bottom:.25rem}.qr-results-subtitle{color:#64748b;font-size:.9rem;font-weight:600}.qr-export-btn{display:flex;align-items:center;gap:.5rem;background:#22c55e;color:#fff;border:none;padding:.65rem 1.25rem;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;transition:background .2s}.qr-export-btn:hover{background:#16a34a}.qr-questions-list{display:flex;flex-direction:column;gap:1.5rem}.qr-q-card{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden;transition:border-color .2s}.qr-q-card:hover{border-color:#475569}.qr-q-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #334155;background:#1e293b99}.qr-q-number{font-weight:800;color:#f1f5f9;font-size:.95rem}.qr-q-difficulty{font-size:.7rem;font-weight:800;padding:.25rem .75rem;border-radius:20px;letter-spacing:.05em}.qr-q-card-body{padding:1.5rem}.qr-q-section{margin-bottom:1.5rem}.qr-q-section h4{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.qr-q-original{color:#94a3b8;font-size:.9rem;line-height:1.6;padding:1rem;background:#3341554d;border-radius:8px;border-left:3px solid #475569}.qr-q-redesigned{color:#e2e8f0;font-size:.95rem;line-height:1.7;font-weight:500;padding:1rem;background:#22c55e0d;border-radius:8px;border-left:3px solid #22C55E}.qr-q-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.qr-q-meta-item{background:#3341554d;padding:1rem;border-radius:8px}.qr-q-meta-label{font-size:.75rem;font-weight:700;color:#94a3b8;display:block;margin-bottom:.5rem}.qr-q-meta-item p{font-size:.85rem;color:#cbd5e1;line-height:1.5}@media(max-width:768px){.qr-hero-title{font-size:1.5rem}.qr-q-meta-grid{grid-template-columns:1fr}.qr-results-header{flex-direction:column;gap:1rem;align-items:flex-start}}.score-report-page{background:#f8fafc;min-height:100vh;font-family:Inter,sans-serif;color:#1f2937}.sr-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:.75rem 0;position:sticky;top:0;z-index:100}.sr-header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.sr-logo{display:flex;align-items:center;gap:.5rem}.sr-logo-text{font-size:1.25rem;font-weight:800;color:#111827}.sr-header-right{display:flex;align-items:center;gap:1.5rem}.sr-icon-btn{background:#f3f4fb;border:none;color:#64748b;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sr-user{display:flex;align-items:center;gap:.75rem}.sr-user-info{text-align:right}.sr-user-name{display:block;font-weight:600;font-size:.875rem;color:#111827}.sr-user-meta{font-size:.75rem;color:#6b7280}.sr-avatar{width:38px;height:38px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e5e7eb}.sr-main{max-width:1200px;margin:2rem auto 4rem;padding:0 1.5rem}.sr-title-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.sr-title{font-size:2rem;font-weight:800;color:#111827;margin-bottom:.25rem}.sr-subtitle{color:#6b7280;font-size:.9375rem}.sr-title-actions{display:flex;gap:.75rem}.sr-btn-white{background:#fff;border:1px solid #E5E7EB;color:#374151;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer}.sr-btn-green-share{background:#22c55e;border:none;color:#fff;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:0 4px 6px -1px #22c55e33}.sr-card{background:#fff;border:1px solid #F1F5F9;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.sr-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.sr-card-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:1.5rem}.sr-performance-card{display:flex;flex-direction:column;align-items:center}.sr-chart-container{position:relative;width:160px;height:160px;margin-bottom:1.5rem}.sr-progress-ring circle{fill:none;stroke-width:12;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}.sr-progress-bg{stroke:#f1f5f9}.sr-progress-fill{stroke:#22c55e;stroke-dasharray:440;transition:stroke-dashoffset 1s ease}.sr-score-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.sr-score-main{font-size:2.5rem;font-weight:800;color:#111827;line-height:1}.sr-score-total{font-size:1rem;font-weight:600;color:#94a3b8;margin-top:.25rem}.sr-badge-excel{background:#f0fdf4;color:#22c55e;font-size:.75rem;font-weight:800;padding:.375rem 1rem;border-radius:20px;letter-spacing:.02em}.sr-stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3.5rem}.sr-stat-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center}.sr-stat-icon.blue{background:#eef2ff;color:#4f46e5}.sr-stat-icon.green{background:#f0fdf4;color:#22c55e}.sr-stat-icon.orange{background:#fff7ed;color:#f97316}.sr-trend-down{color:#ef4444;font-size:.75rem;font-weight:700}.sr-trend-up{color:#22c55e;font-size:.75rem;font-weight:700}.sr-label{display:block;font-size:.85rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.sr-value{display:block;font-size:2rem;font-weight:800;color:#111827;margin-bottom:.25rem}.sr-sub-label{font-size:.75rem;color:#94a3b8}.sr-bench-section{margin-bottom:2rem}.sr-bench-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.sr-card-title-main{font-size:1.125rem;font-weight:800;color:#111827}.sr-bench-layout{display:grid;grid-template-columns:1fr 400px;gap:3rem}.sr-bar-group{margin-bottom:1.5rem}.sr-bar-label{display:flex;justify-content:space-between;font-size:.8125rem;font-weight:700;color:#475569;margin-bottom:.625rem}.sr-bar-track{height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden}.sr-bar-fill{height:100%;border-radius:6px}.sr-bar-fill.green{background:#22c55e}.sr-bar-fill.blue{background:#94a3b8}.sr-bar-fill.grey{background:#cbd5e1}.sr-insight-panel{background:#f9fbff;border:1px dashed #D1E1FF;border-radius:12px;padding:1.5rem}.sr-insight-title{font-size:.875rem;font-weight:800;color:#1e3a8a;margin-bottom:.75rem}.sr-insight-desc{font-size:.875rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.sr-insight-items{display:flex;flex-direction:column;gap:.75rem}.sr-insight-item{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;font-weight:600}.sr-insight-item.green{color:#16a34a}.sr-insight-item.orange{color:#ea580c}.sr-breakdown-card{padding-bottom:0}.sr-table{width:100%;border-collapse:collapse}.sr-table th{padding:1rem 1.5rem;font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #F1F5F9}.sr-table td{padding:1.25rem 1.5rem;text-align:center;font-size:.875rem;color:#475569;border-bottom:1px solid #F1F5F9}.section-bold{font-weight:700;color:#111827}.marks-bold{font-weight:800;color:#111827;text-align:right!important}.count-box{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-weight:700;font-size:.75rem}.count-box.green{background:#f0fdf4;color:#22c55e}.count-box.red{background:#fef2f2;color:#ef4444}.sr-table tfoot td{background:#f8fafc;padding:1.5rem;border-bottom:none}.total-bold{font-weight:800;color:#111827;font-size:1rem}.text-green{color:#22c55e}.text-red{color:#ef4444}.sr-footer-actions{display:flex;justify-content:center;gap:1.5rem;margin-top:3.5rem}.sr-btn-primary{background:#22c55e;color:#fff;border:none;padding:.875rem 2.5rem;border-radius:100px;font-weight:700;font-size:.9375rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;box-shadow:0 10px 15px -3px #22c55e4d;transition:transform .2s,box-shadow .2s}.sr-btn-primary:active{transform:scale(.98)}.sr-btn-secondary{background:#f1f5f9;color:#475569;border:none;padding:.875rem 2rem;border-radius:100px;font-weight:700;font-size:.9375rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;text-decoration:none}.sr-btn-outline-green{background:#fff;color:#22c55e;border:1px solid #22C55E;padding:.875rem 2.5rem;border-radius:100px;font-weight:700;font-size:.9375rem;display:flex;align-items:center;gap:.75rem;cursor:pointer}.site-footer{background:#fff;border-top:1px solid #E5E7EB;padding:3rem 1.5rem;text-align:center}.site-footer p{font-size:.8125rem;color:#94a3b8;margin-bottom:1rem}@media(max-width:1024px){.sr-stats-grid{grid-template-columns:repeat(2,1fr)}.sr-bench-layout{grid-template-columns:1fr}}@media(max-width:640px){.sr-title-row{flex-direction:column;align-items:flex-start;gap:1rem}.sr-stats-grid{grid-template-columns:1fr}.sr-footer-actions{flex-direction:column;align-items:stretch}}.auth-page{min-height:100vh;display:flex;background:#fff}.auth-container{display:flex;width:100%;min-height:100vh}.auth-sidebar{width:42%;max-width:480px;background:linear-gradient(160deg,#f0fdf4,#dcfce7);padding:2.5rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow:hidden}.auth-sidebar-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.auth-sidebar-content h1{font-size:2rem;font-weight:700;color:#111827;line-height:1.25;margin-bottom:1rem}.auth-sidebar-content p{color:#374151;font-size:1rem;line-height:1.6;margin-bottom:2rem}.auth-illustration-box{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #22c55e26}.auth-illustration-box img{width:100%;height:auto;display:block}.auth-sidebar-footer{font-size:.8125rem;color:#6b7280}.auth-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;overflow-y:auto}.auth-card{width:100%;max-width:440px}.auth-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.auth-header h2{font-size:1.75rem;font-weight:700;color:#111827}.toggle-link{font-size:.875rem;color:#22c55e;font-weight:600;text-decoration:none;padding:.375rem .75rem;border:1.5px solid #22C55E;border-radius:6px;transition:background .2s,color .2s}.toggle-link:hover{background:#22c55e;color:#fff}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1.5px solid #D1D5DB;border-radius:8px;font-size:.9375rem;color:#111827;background:#fafafa;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1f;background:#fff}.form-group input::placeholder{color:#9ca3af}.btn-auth{width:100%;padding:.875rem;font-size:1rem;font-weight:600;border-radius:8px;margin-top:.5rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn-auth:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #22c55e59}.btn-auth:disabled{opacity:.65;cursor:not-allowed}.divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0;color:#9ca3af;font-size:.8125rem;font-weight:500}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.btn-social{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;border:1.5px solid #D1D5DB;border-radius:8px;background:#fff;font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.btn-social:hover{border-color:#9ca3af;background:#f9fafb;box-shadow:0 2px 8px #0000000f}@media(max-width:768px){.auth-container{flex-direction:column}.auth-sidebar{width:100%;max-width:100%;height:auto;position:static;padding:2rem 1.5rem 1.5rem}.auth-sidebar-content{padding:1rem 0}.auth-illustration-box{display:none}.auth-form-section{padding:2rem 1.5rem;align-items:flex-start}}.input-with-icon{position:relative}.input-with-icon .input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center;pointer-events:none}.input-with-icon input{padding-left:2.75rem}.mock-tests-page{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.mock-tests-hero{background:linear-gradient(135deg,#f0fdf4,#fff);padding:3rem 1.5rem 2rem;text-align:center;border-bottom:1px solid #E5E7EB}.mock-tests-hero h1{font-size:2rem;font-weight:800;color:#111827;margin-bottom:.5rem}.mock-tests-hero p{color:#6b7280;font-size:1rem}.test-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem;width:100%;box-sizing:border-box}.mock-card{background:#fff;border-radius:16px;border:1px solid #E5E7EB;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 1px 4px #0000000a;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer;text-decoration:none;color:inherit}.mock-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#22c55e}.mock-card.coming-soon{background:#f9fafb;border-style:dashed;cursor:default;opacity:.75}.mock-card.coming-soon:hover{transform:none;box-shadow:none;border-color:#e5e7eb}.card-top{display:flex;flex-direction:column;gap:.75rem}.mock-card-icon{width:52px;height:52px;border-radius:12px;background:#f0fdf4;color:#22c55e;display:flex;align-items:center;justify-content:center}.mock-card-icon.blue{background:#eff6ff;color:#3b82f6}.mock-card-icon.cyan{background:#ecfeff;color:#06b6d4}.mock-card h3{font-size:1.15rem;font-weight:700;color:#111827;margin:0}.test-count{font-size:.8125rem;color:#6b7280;margin:0}.progress-section{display:flex;flex-direction:column;gap:.5rem;flex:1}.progress-status{display:flex;justify-content:space-between;align-items:center}.status-label{font-size:.8rem;color:#6b7280;font-weight:500}.status-val{font-size:.8rem;font-weight:700;color:#22c55e}.progress-bar{height:6px;background:#e5e7eb;border-radius:100px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:100px;transition:width .6s ease}.status-summary{font-size:.8rem;color:#9ca3af;margin:0}.user-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000a}.user-nav{display:flex;align-items:center;gap:2rem}.user-nav a{font-size:.9375rem;font-weight:500;color:#374151;text-decoration:none;transition:color .2s}.user-nav a:hover,.user-nav a.active{color:#22c55e}.user-profile-info{display:flex;align-items:center;gap:1rem}.date-info{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.date-info .date{font-size:.75rem;color:#9ca3af}.date-info .user-name{font-size:.875rem;font-weight:600;color:#111827}.profile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #E5E7EB}@media(max-width:768px){.test-grid{grid-template-columns:1fr;padding:1.5rem}.user-nav{gap:1rem}}
