: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 .3s cubic-bezier(.4,0,.2,1);border:none;position:relative;overflow:hidden}.btn-primary{background:#22c55ed9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--white);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #22c55e4d,inset 0 1px 1px #fff9,inset 0 -2px 6px #0000001a;text-shadow:0 1px 2px rgba(0,0,0,.2);z-index:1}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:skew(-25deg);z-index:-1;transition:all .6s ease}.btn-primary:hover:before{left:150%}.btn-primary:hover{background:#22c55ef2;transform:translateY(-2px);box-shadow:0 12px 40px #22c55e66,inset 0 1px 1px #fffc,inset 0 -2px 6px #00000026;border:1px solid rgba(255,255,255,.6)}.btn-primary:active{transform:translateY(1px);box-shadow:0 4px 16px #22c55e33,inset 0 2px 4px #0003}.btn-outline{background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text-main);border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 16px #0000000d,inset 0 1px 1px #fff9;z-index:1}.btn-outline:hover{background:#fff6;transform:translateY(-2px);border-color:#22c55e4d;box-shadow:0 8px 24px #00000014,inset 0 1px 1px #fffc;color:var(--primary-dark)}.btn-outline:active{transform:translateY(1px);background:#fff3;box-shadow:inset 0 2px 4px #0000000d}.glass{background:#ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.4);box-shadow:0 4px 30px #00000008}.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}.nav-menu,.user-nav-menu{display:contents}.nav-right{display:flex;align-items:center;gap:1.5rem}.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;list-style:none;margin:0;padding:0}.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 h2{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:.5rem}.section-header p{color:var(--text-muted);font-size:1rem;margin:0 auto;max-width:600px}.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-page{height:100vh;max-height:100vh;display:flex;background:#fff;overflow:hidden}.auth-container{display:flex;width:100%}.auth-sidebar{width:45%;background:#e8f5e9;padding:1.5rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;overflow:hidden}.auth-sidebar .logo-link-wrapper{margin-bottom:1rem}.auth-sidebar-content{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.auth-sidebar h1{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#111827}.auth-sidebar p{font-size:1rem;color:#4b5563;line-height:1.5;margin-bottom:1.5rem;max-width:400px}.auth-illustration-box{background:#ffffff80;border-radius:24px;padding:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000d;flex-grow:1}.auth-illustration-box img{max-width:100%;max-height:50vh;height:auto;object-fit:contain;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:2rem;height:100%;overflow-y:auto}.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 rgba(0,0,0,.08);border-radius:10px;background:#fff6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#374151;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #00000008,inset 0 1px 1px #fffc}.btn-social:hover{background:#ffffffb3;border-color:#00000026;transform:translateY(-2px);box-shadow:0 8px 24px #0000000d,inset 0 1px 1px #fff}.btn-social:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0000000d}.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}.exam-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.exam-select-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #E5E7EB;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative}.exam-select-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -8px #00000014;border-color:#d1d5db}.exam-select-card.coming-soon-card{opacity:.75}.exam-select-card.coming-soon-card:hover{opacity:.9}.exam-select-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.exam-select-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center}.coming-soon-tag{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:#9ca3af;background:#f3f4f6;padding:.3rem .75rem;border-radius:20px}.live-tag{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:#22c55e;background:#f0fdf4;padding:.3rem .75rem;border-radius:20px;display:flex;align-items:center;gap:.35rem}.live-tag:before{content:"";width:6px;height:6px;background:#22c55e;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.exam-select-card h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.exam-select-desc{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:1.5rem;flex-grow:1}.exam-select-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid #F3F4F6}.exam-stat{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#4b5563}.exam-stat svg{color:#9ca3af}.btn-disabled{background:#e5e7eb;color:#9ca3af;border:none;font-weight:600}@media(max-width:768px){.exam-cards-grid{grid-template-columns:1fr;padding:0 1rem}}.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}.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-container{flex-direction:column}.auth-sidebar{width:100%;height:auto;padding:2rem 1.5rem;position:static}.auth-form-section{width:100%;padding:2rem 1rem}}.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;align-items:flex-start}.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;position:sticky;top:72px;max-height:calc(100vh - 152px);overflow-y:auto}.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}.sidebar-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;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}html.test-active,body.test-active{overflow:hidden!important;height:100%!important}.ti-palette-fab,.ti-sidebar-backdrop{display:none}.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;height:calc(100vh - 56px);overflow:hidden;background:#f8fafc}.ti-question-area{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff}.ti-question-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 3rem;border-bottom:1px solid #F1F5F9;background:#fff;flex-shrink:0}.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;overflow-y:auto;padding:2.5rem 3rem;background:#fff}.ti-question-body::-webkit-scrollbar{width:6px}.ti-question-body::-webkit-scrollbar-track{background:#f1f5f9}.ti-question-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ti-question-body::-webkit-scrollbar-thumb:hover{background:#22c55e80}.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 3rem;border-top:1px solid #E2E8F0;background:#fff;flex-shrink:0}.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;position:sticky;top:56px;max-height:calc(100vh - 56px);overflow-y:auto}.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;border-color:#22c55e}.ti-q-btn.q-unanswered,.ti-q-btn.q-visited{background:#ef4444;color:#fff;border-color:#ef4444}.ti-q-btn.q-review{background:#a855f7;color:#fff;border-color:#a855f7}.ti-q-btn.q-current{background:#fff;color:#22c55e;border:3px solid #22C55E;box-shadow:0 0 10px #22c55e66;transform:scale(1.1);z-index:10}.ti-q-btn.q-current.q-answered{background:#22c55e;color:#fff;border-color:#166534}.ti-q-btn.q-current.q-unanswered,.ti-q-btn.q-current.q-visited{background:#ef4444;color:#fff;border-color:#991b1b}.ti-q-btn.q-current.q-review{background:#a855f7;color:#fff;border-color:#7e22ce}.ti-q-btn.q-default{background:#e2e8f0;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}.pc-overlay{position:fixed;inset:0;background:#0006;z-index:2000;display:flex;align-items:center;justify-content:center}.pc-modal{background:#fff;width:90%;max-width:400px;border-radius:4px;box-shadow:0 4px 20px #0003;overflow:hidden;animation:pcFadeIn .2s ease}@keyframes pcFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pc-modal-body{padding:1.5rem;border-bottom:1px solid #eee}.pc-modal-body p{margin:0;font-size:1.1rem;color:#333;font-family:inherit}.pc-modal-footer{padding:1rem 1.5rem;display:flex;justify-content:flex-end;gap:1.5rem;align-items:center}.pc-btn-no{display:block;background:none;border:none;font-size:1.1rem;color:#333;cursor:pointer;font-weight:500;padding:.5rem}.pc-btn-yes{background:#00a1c9;color:#fff;border:none;padding:.6rem 1.8rem;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.pc-btn-yes:hover{background:#0088ab}.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}.sr-review-section{margin-top:3rem;animation:fadeIn .6s ease-out}.sr-review-header{margin-bottom:2rem;background:linear-gradient(to right,#fff,#f0fdf4)}.sr-review-list{display:flex;flex-direction:column;gap:1.5rem}.sr-review-item{transition:transform .2s,box-shadow .2s;border-left:4px solid #E5E7EB}.sr-review-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000d}.sr-review-item.correct{border-left-color:#22c55e}.sr-review-item.incorrect{border-left-color:#ef4444}.sr-review-item.unattempted{border-left-color:#94a3b8}.sr-review-q-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #F1F5F9}.sr-q-number{font-weight:800;font-size:1rem;color:#111827}.sr-q-badges{display:flex;align-items:center;gap:.75rem}.sr-status-badge{font-size:.7rem;font-weight:800;padding:.25rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.sr-status-badge.positive{background:#dcfce7;color:#166534}.sr-status-badge.negative{background:#fee2e2;color:#b91c1c}.sr-status-badge.neutral{background:#f1f5f9;color:#64748b}.sr-q-marks{font-size:.85rem;font-weight:700;color:#475569;padding:.2rem .6rem;background:#f8fafc;border-radius:4px}.sr-q-text{font-size:1.05rem;line-height:1.7;color:#1f2937;font-weight:500;margin-bottom:1.5rem}.sr-q-image-container{margin:1.25rem 0;max-width:400px;border-radius:12px;overflow:hidden;border:1px solid #F1F5F9}.sr-q-image{width:100%;height:auto;display:block}.sr-review-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.sr-review-options{grid-template-columns:1fr}}.sr-review-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:10px;border:1px solid #E5E7EB;font-size:.9375rem;font-weight:600;color:#4b5563;background:#fff;position:relative}.sr-opt-marker{width:24px;height:24px;background:#f3f4fb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:#64748b;flex-shrink:0}.sr-opt-text{flex:1}.sr-opt-icon{flex-shrink:0}.sr-review-option.correct-ans{border-color:#22c55e;background:#f0fdf4;color:#166534}.sr-review-option.correct-ans .sr-opt-marker{background:#22c55e;color:#fff}.sr-review-option.user-wrong-ans{border-color:#ef4444;background:#fef2f2;color:#991b1b}.sr-review-option.user-wrong-ans .sr-opt-marker{background:#ef4444;color:#fff}.sr-explanation-box{background:#f9fafb;border-radius:12px;padding:1.25rem;border-top:1px solid #F1F5F9}.sr-explanation-title{display:flex;align-items:center;font-size:.875rem;font-weight:800;color:#111827;margin-bottom:.5rem}.sr-explanation-text{font-size:.9rem;line-height:1.6;color:#475569}.sr-review-footer{display:flex;justify-content:center;margin-top:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.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}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .15s,background .2s;line-height:1.4}.btn-primary{background:#22c55e;color:#fff;box-shadow:0 2px 8px #22c55e40}.btn-primary:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 6px 20px #22c55e59}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-large{padding:1rem 2rem;font-size:1rem}.login-link{font-weight:500;color:#374151;text-decoration:none;transition:color .2s}.login-link:hover{color:#22c55e}.ti-pause-overlay{position:fixed;inset:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeInTi .3s ease-out}.ti-pause-modal{background:#fffffff2;padding:3rem;border-radius:20px;text-align:center;max-width:450px;box-shadow:0 20px 50px #0000004d;border:1px solid rgba(255,255,255,.2);transform:scale(1);animation:modalPopTi .4s cubic-bezier(.34,1.56,.64,1)}.ti-pause-icon{width:80px;height:80px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.ti-pause-title{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.ti-pause-text{font-size:1rem;color:#475569;line-height:1.6;margin-bottom:2rem}@keyframes fadeInTi{0%{opacity:0}to{opacity:1}}@keyframes modalPopTi{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.about-main{overflow-x:hidden}.text-italic{font-style:italic}.about-hero{padding-top:12rem;padding-bottom:6rem;background:radial-gradient(circle at 10% 20%,rgba(34,197,94,.03) 0%,transparent 40%)}.contact-page{background-color:var(--white);min-height:100vh}.contact-hero{padding:10rem 1.5rem 5rem;text-align:center;background:linear-gradient(to bottom,#f9fbfa,#fff)}.contact-hero-title{font-size:4.5rem;font-weight:950;color:#0f172a;margin-bottom:1.5rem;letter-spacing:-.05em}.contact-hero-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.contact-main{padding-bottom:8rem}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:flex-start}.contact-form-card{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 40px 100px -20px #00000014;border:1px solid rgba(0,0,0,.03)}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-group{margin-bottom:2rem}.form-group label{display:block;font-size:.875rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.contact-input{width:100%;padding:1rem 1.25rem;border-radius:.75rem;border:1.5px solid #F1F5F9;background:#f8fafc;font-size:1rem;transition:all .2s}.contact-input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #22c55e1a}.contact-textarea{min-height:180px;resize:none}.contact-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:1.25rem}.btn-contact-send{width:100%;padding:1.125rem;background:var(--primary);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s}.btn-contact-send:hover{transform:translateY(-2px);box-shadow:0 10px 20px #22c55e33;filter:brightness(1.05)}.contact-info-col h2{font-size:2rem;font-weight:800;margin-bottom:2.5rem;color:#0f172a}.contact-info-list{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:4rem}.contact-info-item{display:flex;gap:1.5rem}.info-icon-box{width:52px;height:52px;background:#f0fdf4;color:var(--primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-text h3{font-size:1.125rem;font-weight:700;margin-bottom:.35rem;color:#1e293b}.info-text p,.info-text a{color:#64748b;font-size:1rem;line-height:1.5;text-decoration:none}.contact-map-card{background:#fff;border-radius:1.5rem;padding:.5rem;box-shadow:0 20px 50px #0000000d;border:1px solid #F1F5F9}.map-placeholder{height:300px;background:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.map-placeholder:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(34,197,94,.02) 0%,transparent 100%)}.map-inner-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 30px #0000000d;z-index:1;max-width:240px}.map-card-icon{color:var(--primary);margin-bottom:1rem}.map-inner-card h4{font-size:1rem;font-weight:800;margin-bottom:.25rem}.map-inner-card p{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.btn-map-link{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);text-decoration:none;border-bottom:2px solid rgba(34,197,94,.2);transition:all .2s}.btn-map-link:hover{border-color:var(--primary)}.about-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-hero-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.about-hero-desc{font-size:1.25rem;color:var(--text-muted);line-height:1.6;margin-bottom:2.5rem;max-width:500px}.about-hero-ctas{display:flex;gap:1.5rem}.about-hero-image-wrap{position:relative}.about-hero-img{width:100%;border-radius:2rem;box-shadow:0 30px 60px -12px #0003;transform:perspective(1000px) rotateY(-5deg)}.story-section{background:#fff;text-align:center}.narrow-container-large{max-width:800px!important}.section-title-line{position:relative;display:inline-block;padding-bottom:1rem;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.section-title-line:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--primary);border-radius:2px}.story-content p{font-size:1.125rem;line-height:1.8;color:var(--text-main);margin-bottom:2rem;opacity:.9}.about-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.about-feature-card{background:#fff;padding:3rem 2rem;border-radius:1.5rem;border:1px solid var(--border);transition:all .3s ease}.about-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d;border-color:var(--primary)}.feature-icon-circle{width:60px;height:60px;border-radius:50%;background:#f0fdf4;color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.green-soft{background:#f0fdf4}.bg-light-green{background:#f8fefa}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.mission-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800}.mission-list{margin-top:2.5rem;padding:0}.mission-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;font-weight:600;color:var(--text-main)}.mission-code-snippet{position:relative}.code-window{background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 40px 80px -20px #0000001a;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.code-header{background:#f9fafbcc;padding:.75rem 1.25rem;display:flex;gap:.5rem;border-bottom:1px solid #F1F5F9}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.code-content{padding:2.5rem;margin:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:1rem;line-height:1.7;color:#16a34a}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.why-card{text-align:center}.why-icon-refined{color:var(--primary);margin-bottom:1.5rem;display:inline-block}.why-card h3{margin-bottom:.75rem}.why-card p{color:var(--text-muted);font-size:.9375rem}.founder-section.bg-dark{background:#0b110e!important;color:#fff}.founder-grid{display:grid;grid-template-columns:400px 1fr;gap:5rem;align-items:center}.founder-image-wrap{position:relative;width:350px;height:350px;margin:0 auto}.founder-img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:8px solid rgba(34,197,94,.1)}.founder-badge{position:absolute;bottom:0;right:30px;width:54px;height:54px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:4px solid #0B110E}.text-white{color:#fff!important}.text-subtitle{color:var(--primary);font-weight:600;font-size:1.25rem;margin-bottom:1.5rem;display:block}.founder-quote{font-size:1.5rem;font-style:italic;line-height:1.6;color:#fffc;position:relative;padding-left:2rem;border-left:3px solid var(--primary);margin-top:2rem;margin-bottom:2.5rem}.founder-actions{display:flex;gap:1rem;margin-top:2.5rem}.founder-circle-btn{width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.founder-circle-btn:hover{background:var(--primary);border-color:var(--primary)}.centered-text{text-align:center}.mb-4{margin-bottom:2rem}@media(max-width:992px){.about-hero-grid,.mission-grid,.founder-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.about-hero-desc{margin:0 auto 2.5rem}.about-hero-ctas{justify-content:center}.about-features-grid,.why-grid{grid-template-columns:1fr}.founder-image-wrap{width:300px;height:300px}}.footer-redesign{background-color:#fff;padding:5rem 0 2rem;border-top:1px solid var(--border);margin-top:4rem}.footer-redesign-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-logo-section .logo{margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.footer-logo-section p{color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:350px}.footer-col h4{font-size:.875rem;font-weight:700;color:var(--text-main);letter-spacing:.05em;margin-bottom:1.5rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--text-muted);text-decoration:none;font-size:1rem;transition:all .2s ease}.footer-col ul li a:hover{color:var(--primary);padding-left:4px}.footer-copyright{padding-top:2rem;border-top:1px solid var(--border);text-align:left}.footer-copyright p{color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.footer-redesign-grid{grid-template-columns:1fr;gap:3rem}.footer-logo-section p{max-width:100%}}.legal-hero{background:linear-gradient(to bottom,#f0f9f4,#fff);padding:6rem 0 4rem;text-align:center}.legal-badge{background:var(--primary-light);color:var(--primary);padding:.35rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:inline-block;margin-bottom:1.5rem}.legal-title{font-size:3.5rem;font-weight:800;color:var(--text-main);margin-bottom:1.5rem;letter-spacing:-.02em}.legal-updated{color:var(--text-muted);font-size:1rem;max-width:600px;margin:0 auto}.legal-container{max-width:800px;margin:4rem auto;padding:0 1.5rem}.legal-intro{font-size:1.125rem;line-height:1.7;color:var(--text-muted);margin-bottom:4rem}.legal-section-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.legal-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease}.legal-item:hover{border-color:var(--primary);box-shadow:0 10px 30px #22c55e0d}.legal-number{background:var(--primary-light);color:var(--primary);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.legal-item-content{flex:1}.legal-item-content h3{font-size:1.125rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem}.legal-item-content p{color:var(--text-muted);line-height:1.6;font-size:.9375rem}.legal-cta-card{background:#f0f9f4;border-radius:16px;padding:3rem;text-align:center;border:1px solid rgba(34,197,94,.1)}.legal-cta-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.legal-cta-icon{background:var(--primary);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.legal-cta-card h2{font-size:1.5rem;font-weight:700;color:var(--text-main);margin-bottom:0}.legal-cta-card p{color:var(--text-muted);max-width:500px;margin:0 auto 2rem;line-height:1.6}@media(max-width:768px){.legal-title{font-size:2.5rem}.legal-container{margin:2rem auto}.legal-cta-card{padding:2rem 1.5rem}}.tlp-page{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column}.tlp-container{max-width:1000px;margin:2rem auto 4rem;padding:0 1.5rem;width:100%}.tlp-tabs{display:flex;gap:2.5rem;margin-bottom:2rem;border-bottom:1.5px solid #E2E8F0;padding-bottom:0}.tlp-tab{background:none;border:none;padding:.75rem 0;font-size:.9375rem;font-weight:700;color:#64748b;cursor:pointer;position:relative;transition:all .2s;display:flex;align-items:center;gap:.4rem}.tlp-tab span{color:#94a3b8;font-weight:600;font-size:.875rem}.tlp-tab.active{color:#22c55e}.tlp-tab.active:after{content:"";position:absolute;bottom:-1.5px;left:0;right:0;height:3px;background-color:#22c55e;border-radius:3px 3px 0 0}.tlp-list{display:flex;flex-direction:column;gap:1.5rem}.tlp-card{background:#fff;border-radius:16px;border:1px solid #E2E8F0;box-shadow:0 1px 3px #00000005;overflow:hidden;transition:transform .2s,box-shadow .2s}.tlp-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000000d}.tlp-card-top{display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:2rem}.tlp-card-info{flex:1}.tlp-test-title{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:.75rem;letter-spacing:-.01em}.tlp-test-stats{display:flex;gap:1.5rem;align-items:center}.tlp-stat{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem;font-weight:600}.tlp-start-btn{background-color:#22c55e;color:#fff;padding:.875rem 2.5rem;border-radius:10px;font-weight:800;font-size:1rem;text-decoration:none;transition:background .2s,transform .1s;box-shadow:0 4px 6px #22c55e33}.tlp-start-btn:hover{background-color:#16a34a;transform:scale(1.02)}.tlp-start-btn:active{transform:scale(.98)}.tlp-card-bottom{background-color:#f8fafc;padding:.875rem 2rem;border-top:1px solid #F1F5F9}.tlp-syllabus{display:flex;align-items:center;gap:1.5rem}.tlp-syllabus-label{font-size:.875rem;font-weight:800;color:#22c55e;text-transform:capitalize}.tlp-lang-badge{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700}.tlp-loader{text-align:center;padding:5rem 0;color:#64748b}.tlp-spinner{width:40px;height:40px;border:3px solid #E2E8F0;border-top-color:#22c55e;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.tlp-empty{text-align:center;padding:5rem 2rem;background:#fff;border-radius:24px;border:1px dashed #E2E8F0}.tlp-empty h3{font-weight:800;color:#1e293b;margin:1rem 0 .5rem}.tlp-empty p{color:#64748b;max-width:400px;margin:0 auto}@media(max-width:768px){.tlp-card-top{flex-direction:column;align-items:stretch;padding:1.5rem;text-align:left}.tlp-test-stats{flex-wrap:wrap;gap:1rem}.tlp-start-btn{text-align:center}.tlp-tabs{gap:1rem;overflow-x:auto;padding-bottom:.5rem}.tlp-tab{white-space:nowrap}}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-main);cursor:pointer;padding:.5rem;z-index:1001}@media(max-width:992px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav-menu{position:absolute;top:100%;left:0;right:0;background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;padding:2rem;gap:2rem;border-bottom:1px solid var(--border);box-shadow:0 10px 25px #0000000d;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path .3s cubic-bezier(.4,0,.2,1);display:flex;pointer-events:none}.nav-menu.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);pointer-events:all}.nav-links{flex-direction:column;align-items:center;gap:1.5rem}.nav-right{flex-direction:column;width:100%;gap:1rem}.nav-right .btn{width:100%;text-align:center}.user-nav-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:2rem;border-bottom:1px solid var(--border);box-shadow:0 10px 25px #0000000d;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path .3s cubic-bezier(.4,0,.2,1);display:flex;pointer-events:none}.user-nav-menu.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);pointer-events:all}.user-nav{flex-direction:column;align-items:center;gap:1.5rem}.user-profile-info{flex-direction:column;align-items:center;text-align:center}.date-info{align-items:center}html.test-active,body.test-active{overflow:auto!important;height:auto!important;position:relative!important}}@media(max-width:992px){.ti-header{background:#0f172a;flex-direction:column;align-items:stretch;padding:1rem;gap:1rem;height:auto}.ti-header-top-row{display:flex;justify-content:space-between;align-items:center}.ti-logo-text .text-black{color:#fff}.ti-header-divider{display:none}.ti-test-info{text-align:right}.ti-test-name{color:#fff}.ti-header-center{width:100%;justify-content:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;margin-top:.5rem}.ti-timer-label{color:#94a3b8}.ti-timer-value{font-size:1.75rem}.ti-header-right{width:100%;justify-content:center;gap:.5rem}.ti-action-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.05)}.ti-action-btn:hover{background:#fff3}.hide-on-mobile{display:none}.test-interface-page{height:auto!important;min-height:100vh;overflow:visible!important}.ti-layout{position:relative;padding-bottom:100px!important;display:block!important;height:auto!important;overflow:visible!important;min-height:calc(100vh - 100px)}.ti-question-area{height:auto!important;overflow:visible!important;padding:1.5rem 1rem 3rem!important;display:block!important}.ti-question-body{height:auto!important;overflow:visible!important;padding:0;margin-bottom:2rem}.ti-question-footer{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f1f5f9;border-top:1px solid #CBD5E1;flex-direction:row}.ti-footer-left{display:flex;gap:.5rem}.ti-footer-left .ti-btn{min-width:unset}.ti-btn-secondary{background:#3b82f6;color:#fff;border:none;padding:.7rem 1.25rem;border-radius:6px;font-weight:700;cursor:pointer}.ti-btn-save{background:#3b82f6;padding:.7rem 1.25rem;border-radius:6px}.ti-palette-fab{position:fixed;bottom:80px;right:1.5rem;width:50px;height:50px;border-radius:8px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f666;z-index:1000;border:none;cursor:pointer}.ti-sidebar{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100vh;z-index:2000;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;background:#fff;border:none;overflow-y:auto}.ti-sidebar.open{right:0}.ti-sidebar-backdrop{display:block;position:fixed;inset:0;background:#0006;z-index:1999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ti-btn{min-height:48px;font-size:.95rem}.ti-option{padding:1rem}}@media(max-width:768px){.test-tabs,.tlp-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;gap:1.5rem;scrollbar-width:none}.test-tabs::-webkit-scrollbar,.tlp-tabs::-webkit-scrollbar{display:none}.exam-grid,.test-grid,.about-features-grid,.why-grid,.contact-form-row{grid-template-columns:1fr!important}.stats-banner{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 1rem;border-radius:1rem}.modal-content,.auth-card,.contact-form-card{padding:1.5rem}h1{font-size:2.25rem}h2{font-size:1.75rem}.instructions-footer{flex-direction:column;padding:1.25rem;gap:1.25rem}.instructions-footer .footer-center{width:100%;justify-content:flex-start!important}.instructions-footer .footer-left,.instructions-footer .footer-right{width:100%;display:flex}.instructions-footer .btn-secondary,.instructions-footer .btn-primary-large{width:100%;justify-content:center;text-align:center;padding:.8rem}}.pc-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000}.pc-modal{background:#fff;border-radius:8px;width:90%;max-width:400px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.pc-modal-body{padding:2rem;text-align:center}.pc-modal-body p{font-size:1.125rem;color:#334155;margin:0;font-weight:500}.pc-modal-footer{display:flex;justify-content:flex-end;align-items:center;padding:1rem 1.5rem;background:#f8fafc;gap:1.5rem;border-top:1px solid #F1F5F9}.pc-btn-no{background:none;border:none;color:#64748b;font-weight:600;cursor:pointer;font-size:1rem}.pc-btn-no:hover{color:#1e293b}.pc-btn-yes{background:#22c55e;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:6px;font-weight:700;cursor:pointer;font-size:1rem;transition:background .2s}.pc-btn-yes:hover{background:#16a34a}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;visibility:visible}.loading-content{text-align:center}.loading-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.loading-brand{font-size:1.5rem;font-weight:800;color:#111827;letter-spacing:-.025em}.loading-bar-container{width:200px;height:4px;background:#f3f4f6;border-radius:2px;margin:0 auto 1.5rem;overflow:hidden;position:relative}.loading-bar-fill{position:absolute;top:0;left:0;height:100%;width:100%;background:#22c55e;transform:translate(-100%);animation:loading-bar 2s infinite ease-in-out}.loading-text{font-size:.875rem;color:#6b7280;font-weight:500}@keyframes loading-bar{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.skeleton-card{overflow:hidden;position:relative}.skeleton-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:skeleton-sweep 1.5s infinite}@keyframes skeleton-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}
