:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fb;--primary: #2563eb;--secondary: #7c3aed;--danger: #dc2626;--text-main: #172033;--text-muted: #64748b;--border: #dbe3ef;--background: #f4f7fb;--shadow: 0 18px 45px rgba(15, 23, 42, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 36%),radial-gradient(circle at top right,rgba(124,58,237,.14),transparent 34%),var(--background)}button,input,textarea,select{font:inherit}button{border:none}a{color:inherit;text-decoration:none}.app-container{min-height:100vh}.navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 5vw;background:#ffffffe6;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.navbar-brand,.brand-logo{display:flex;align-items:center;gap:.75rem;font-weight:900}.navbar-brand-icon,.brand-icon{display:grid;width:42px;height:42px;place-items:center;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:14px}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong,.navbar-brand strong{font-size:1rem;font-weight:900;color:var(--text-main)}.brand-text span{font-size:.72rem;font-weight:800;color:var(--text-muted)}.navbar-links,.navbar-user{display:flex;align-items:center;gap:.75rem}.nav-link,.navbar-links a{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .95rem;font-weight:800;color:var(--text-muted);border-radius:999px}.nav-link:hover,.nav-link.active,.navbar-links a:hover,.navbar-links a.active{color:var(--primary);background:#dbeafe}.user-pill,.user-chip{display:flex;align-items:center;gap:.65rem;padding:.5rem .85rem;background:#f8fafc;border:1px solid var(--border);border-radius:999px}.user-pill{flex-direction:column;align-items:flex-start;gap:.12rem}.user-pill strong,.user-chip-name{max-width:160px;overflow:hidden;font-size:.9rem;font-weight:900;color:var(--text-main);text-overflow:ellipsis;white-space:nowrap}.user-pill span,.user-role-badge{display:inline-flex;width:fit-content;padding:.18rem .48rem;font-size:.68rem;font-weight:900;color:var(--primary);text-transform:uppercase;background:#dbeafe;border-radius:999px}.user-chip-content{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;min-width:0;line-height:1.1}.auth-nav-actions{display:flex;align-items:center;gap:.75rem}.home-page,.page-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:3rem 0}.hero-section{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;min-height:calc(100vh - 100px)}.eyebrow{margin:0 0 .75rem;font-size:.78rem;font-weight:900;letter-spacing:.09em;color:var(--primary);text-transform:uppercase}.hero-content h1,.dashboard-header h1,.placeholder-card h1{margin:0;color:var(--text-main);line-height:1.05}.hero-content h1{max-width:850px;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.06em}.hero-description{max-width:720px;margin:1.3rem 0 0;font-size:1.15rem;line-height:1.8;color:var(--text-muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.primary-button,.secondary-button,.danger-button,.logout-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:42px;padding:.78rem 1.15rem;font-weight:850;border-radius:999px;cursor:pointer}.primary-button{color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 14px 30px #2563eb3d}.secondary-button{color:var(--primary);background:#fff;border:1px solid var(--border)}.danger-button{color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c)}.logout-button{color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary))}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled,.logout-button:disabled{cursor:not-allowed;opacity:.62;box-shadow:none}.full-width-button{width:100%}.hero-card,.content-card,.placeholder-card,.stat-card,.exam-card,.question-card,.dashboard-card{background:#fffffff5;border:1px solid var(--border);box-shadow:var(--shadow)}.hero-card{padding:1.3rem;border-radius:30px}.hero-card-header{padding:1rem;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:22px}.flow-list{display:grid;gap:1rem;margin-top:1rem}.flow-item{display:grid;gap:.2rem;padding:1rem;background:#f8fafc;border:1px solid var(--border);border-radius:18px}.flow-item span{color:var(--text-muted)}.loading-page{display:grid;min-height:100vh;place-items:center}.loading-card{display:grid;justify-items:center;gap:1rem;padding:2rem;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.loading-spinner,.spin-icon{animation:spin .9s linear infinite}.loading-spinner{width:42px;height:42px;border:4px solid #dbeafe;border-top-color:var(--primary);border-radius:999px}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{display:grid;min-height:calc(100vh - 90px);place-items:center;padding:3rem 1rem}.auth-card{width:min(520px,100%);padding:2.2rem;background:#fffffff5;border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow)}.auth-icon{display:grid;width:54px;height:54px;place-items:center;margin-bottom:1rem;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:18px;box-shadow:0 14px 30px #2563eb38}.auth-card h1{margin:0;font-size:clamp(2rem,4vw,2.7rem);line-height:1.1;letter-spacing:-.05em}.auth-card p{margin:1rem 0 0;color:var(--text-muted);line-height:1.75}.auth-switch{margin-top:1.4rem;text-align:center;color:var(--text-muted)}.auth-switch a{font-weight:900;color:var(--primary)}.form-card{display:grid;gap:1rem;margin-top:1.3rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-field{display:grid;gap:.5rem}.form-field span{font-size:.9rem;font-weight:850;color:var(--text-main)}.form-field input,.form-field textarea,.form-field select{width:100%;min-height:48px;padding:.85rem .95rem;color:var(--text-main);background:#f8fafc;border:1px solid var(--border);border-radius:15px;outline:none}.form-field textarea{resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.input-with-icon{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;padding:0 .9rem;background:#f8fafc;border:1px solid var(--border);border-radius:15px}.input-with-icon svg{color:var(--text-muted)}.input-with-icon input{min-height:48px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.input-with-icon:focus-within{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.input-with-icon input:focus{box-shadow:none}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.6rem}.dashboard-header h1{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.05em}.dashboard-header p,.section-title-row p,.placeholder-card p{color:var(--text-muted);line-height:1.7}.dashboard-header p{max-width:780px;margin:.7rem 0 0}.dashboard-actions,.exam-card-actions,.exam-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.dashboard-grid,.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.dashboard-card{display:grid;gap:.7rem;padding:1.35rem;border-radius:24px}.dashboard-card svg{color:var(--primary)}.dashboard-card h2{margin:0;color:var(--text-main)}.dashboard-card p{margin:0;color:var(--text-muted);line-height:1.65}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:1rem;margin-bottom:1.4rem}.stat-card{display:grid;gap:.45rem;padding:1.25rem;border-radius:20px}.stat-card span{font-weight:800;color:var(--text-muted)}.stat-card strong{font-size:1.8rem}.content-card{padding:1.4rem;border-radius:24px}.content-grid{display:grid;gap:1.3rem}.two-column-grid{grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);align-items:start}.section-title-row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.section-title-row h2{margin:0;font-size:1.35rem}.placeholder-card{display:grid;gap:.6rem;padding:2rem;border-radius:24px}.error-card{border-color:#dc26263d}.alert-message{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.9rem 1rem;font-weight:750;border-radius:16px}.alert-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.alert-success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.inline-loading{display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:180px;color:var(--text-muted);font-weight:800}.empty-state{display:grid;justify-items:center;gap:.7rem;padding:2.4rem 1rem;text-align:center;color:var(--text-muted);background:#f8fafc;border:1px dashed var(--border);border-radius:22px}.empty-state h3{margin:0;color:var(--text-main)}.exam-list,.question-list{display:grid;gap:1rem}.exam-card{display:grid;gap:1rem;padding:1.1rem;border-radius:22px}.exam-card-main{display:flex;gap:1rem;min-width:0}.exam-icon{display:grid;flex:0 0 auto;width:46px;height:46px;place-items:center;color:var(--primary);background:#dbeafe;border-radius:16px}.exam-card-header,.exam-title-row,.question-card-header,.question-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.exam-card-header h2,.question-header h2,.exam-title-row h3,.question-card-header h3{margin:0;line-height:1.35}.exam-card-header p,.exam-description{margin:.45rem 0 0;line-height:1.6;color:var(--text-muted)}.exam-meta,.exam-meta-grid,.attempt-summary-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.exam-meta span{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .65rem;font-size:.8rem;font-weight:800;color:#475569;background:#f1f5f9;border-radius:999px}.exam-meta-grid>div,.attempt-summary-card>div{display:grid;gap:.3rem;padding:.9rem;background:#f8fafc;border:1px solid var(--border);border-radius:16px}.exam-meta-grid span,.attempt-summary-card span{color:var(--text-muted);font-size:.82rem;font-weight:800}.exam-meta-grid strong,.attempt-summary-card strong{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-main)}.status-pill{display:inline-flex;align-items:center;flex:0 0 auto;gap:.35rem;padding:.36rem .65rem;font-size:.78rem;font-weight:900;border-radius:999px}.status-approved{color:#166534;background:#dcfce7}.status-pending{color:#92400e;background:#fef3c7}.status-rejected{color:#991b1b;background:#fee2e2}.status-draft{color:#1d4ed8;background:#dbeafe}.question-card{display:grid;gap:1rem;padding:1rem;border-radius:22px}.option-list{display:grid;gap:.55rem;padding:.85rem;background:#f8fafc;border:1px solid var(--border);border-radius:16px}.option-list p{margin:0;line-height:1.55}.option-card{display:flex;align-items:center;gap:.65rem;padding:.85rem;cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:15px}.option-card:hover{border-color:var(--primary);background:#eff6ff}.option-card input{width:18px;height:18px;accent-color:var(--primary)}.option-card-selected,.option-card-correct{border-color:#60a5fa;background:#eff6ff}.option-key{display:inline-grid;flex:0 0 auto;width:28px;height:28px;place-items:center;color:var(--primary);font-weight:900;background:#dbeafe;border-radius:999px}.option-badge,.correct-badge{margin-left:auto;color:#166534;font-size:.78rem;font-weight:900}.answer-preview{display:inline-flex;align-items:center;width:fit-content;gap:.45rem;padding:.48rem .75rem;color:#166534;font-weight:900;background:#dcfce7;border-radius:999px}.question-explanation,.explanation-card{margin:0;padding:.85rem;color:#475569;line-height:1.65;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px}.explanation-card p{margin:.35rem 0 0}.marks-pill{display:inline-flex;align-items:center;width:fit-content;padding:.35rem .65rem;color:var(--primary);font-size:.78rem;font-weight:900;background:#dbeafe;border-radius:999px}.timer-card{display:flex;align-items:center;gap:.8rem;min-width:190px;padding:1rem 1.2rem;color:#fff;background:linear-gradient(135deg,#ef4444,#7c3aed);border-radius:22px;box-shadow:0 16px 32px #7c3aed33}.timer-card span{display:block;font-size:.8rem;font-weight:800;opacity:.9}.timer-card strong{display:block;font-size:1.8rem;line-height:1.1}.floating-exam-timer{position:fixed;top:88px;right:24px;z-index:9999}.attempt-option-list{display:grid;gap:.75rem}.attempt-option{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.75rem;padding:.9rem 1rem;cursor:pointer;background:#f8fafc;border:1px solid var(--border);border-radius:16px}.attempt-option:hover{border-color:var(--primary);background:#eff6ff}.attempt-option.selected{color:#1d4ed8;background:#dbeafe;border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb1a}.attempt-option input{width:18px;height:18px;accent-color:var(--primary)}.submit-bar,.submit-panel{position:sticky;bottom:1rem;display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding:1rem;background:#fffffff0;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.submit-panel>div{display:flex;align-items:center;gap:.7rem;color:var(--text-muted)}.submit-panel p{margin:0}.review-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.review-answer-grid .answer-preview:first-child{color:#92400e;background:#fef3c7}.review-option-list{display:grid;gap:.7rem}.review-option-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.9rem;background:#fff;border:1px solid var(--border);border-radius:16px}.review-option-content{display:flex;align-items:center;gap:.65rem}.review-option-key{display:inline-grid;flex:0 0 auto;width:30px;height:30px;place-items:center;color:var(--primary);font-weight:900;background:#dbeafe;border-radius:999px}.review-option-text{line-height:1.5}.review-option-badges{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.review-badge{display:inline-flex;align-items:center;padding:.3rem .55rem;font-size:.72rem;font-weight:900;border-radius:999px}.review-badge-correct{color:#166534;background:#dcfce7}.review-badge-selected{color:#1d4ed8;background:#dbeafe}.review-option-correct{border-color:#86efac;background:#f0fdf4}.review-option-selected{box-shadow:inset 4px 0 0 var(--primary)}.review-option-wrong{border-color:#fecaca;background:#fef2f2}.create-exam-note{margin-top:1rem}@media(max-width:1100px){.navbar{flex-wrap:wrap}.navbar-links{order:3;width:100%;flex-wrap:wrap}.navbar-user{margin-left:auto}}@media(max-width:960px){.navbar{position:static;flex-wrap:wrap}.navbar-links,.navbar-user{width:100%;flex-wrap:wrap}.navbar-user{justify-content:space-between}.hero-section,.two-column-grid,.review-answer-grid{grid-template-columns:1fr;min-height:auto}.dashboard-header,.exam-card-header,.question-header,.section-title-row,.submit-panel{flex-direction:column;align-items:flex-start}.exam-actions,.exam-card-actions{justify-content:flex-start}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.floating-exam-timer{top:auto!important;right:1rem!important;bottom:1rem!important}}@media(max-width:620px){.home-page,.page-shell{width:min(100% - 1rem,1180px);padding:1.5rem 0}.navbar{padding:1rem}.navbar-brand,.brand-logo{width:100%}.hero-content h1{font-size:2.35rem}.hero-actions,.exam-actions,.exam-card-actions,.submit-bar{display:grid;width:100%}.primary-button,.secondary-button,.danger-button,.logout-button{width:100%}.navbar-links a,.nav-link{width:100%;justify-content:center}.navbar-user{display:grid;gap:.75rem}.user-pill,.user-chip{width:100%}.stats-grid{grid-template-columns:1fr}.content-card,.placeholder-card,.auth-card{padding:1rem;border-radius:20px}.exam-card-main,.exam-title-row,.question-card-header,.review-option-row{flex-direction:column;align-items:flex-start}.timer-card{width:100%}}.support-contact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;width:100%;border:1px solid rgba(37,99,235,.14);border-radius:22px;background:radial-gradient(circle at 0% 0%,rgba(37,99,235,.1),transparent 34%),linear-gradient(135deg,#fffffffa,#f8fafcf0);box-shadow:0 18px 42px #0f172a14;color:#0f172a}.support-contact-banner{padding:20px;margin:24px 0}.support-contact-card{grid-template-columns:auto minmax(0,1fr);padding:22px}.support-contact-compact{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;box-shadow:none}.support-contact-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 14px 30px #2563eb38}.support-contact-copy{min-width:0}.support-contact-copy h2{margin:0 0 5px;color:#0f172a;font-size:1.12rem;line-height:1.25;letter-spacing:-.02em;font-weight:900}.support-contact-copy p{margin:0;color:#475569;font-size:.94rem;line-height:1.55;font-weight:520}.support-contact-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.support-contact-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 13px;border-radius:13px;font-size:.9rem;font-weight:850;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.support-contact-email{border:1px solid rgba(37,99,235,.16);background:#eff6ff;color:#1d4ed8}.support-contact-whatsapp{border:1px solid rgba(5,150,105,.18);background:#ecfdf5;color:#047857}.support-contact-link:hover{transform:translateY(-1px);text-decoration:none}.support-contact-email:hover{box-shadow:0 12px 24px #2563eb24}.support-contact-whatsapp:hover{box-shadow:0 12px 24px #05966924}.support-contact-card .support-contact-actions,.support-contact-compact .support-contact-actions{grid-column:1 / -1;justify-content:flex-start}.support-contact-compact .support-contact-icon{width:40px;height:40px;border-radius:14px}.support-contact-compact .support-contact-copy h2{font-size:1rem}.support-contact-compact .support-contact-copy p{font-size:.88rem}@media(max-width:760px){.support-contact,.support-contact-banner{grid-template-columns:auto minmax(0,1fr)}.support-contact-actions{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:520px){.support-contact{grid-template-columns:1fr;text-align:left}.support-contact-icon{width:42px;height:42px}.support-contact-actions,.support-contact-link{width:100%}}.site-footer{margin-top:72px;border-top:1px solid rgba(148,163,184,.24);background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.12),transparent 34%),linear-gradient(180deg,#fff,#f8fafc);color:#334155}.site-footer__inner{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 34px;display:grid;grid-template-columns:minmax(240px,1.05fr) minmax(0,2.2fr);gap:40px;align-items:start}.site-footer__brand-block{display:flex;flex-direction:column;gap:16px}.site-footer__brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:#0f172a;font-size:1.35rem;font-weight:850;letter-spacing:-.03em;text-decoration:none}.site-footer__brand:hover{color:#1d4ed8}.site-footer__brand-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 14px 30px #2563eb40}.site-footer__description{max-width:390px;margin:0;color:#475569;font-size:.98rem;line-height:1.75}.site-footer__badges{display:flex;flex-wrap:wrap;gap:10px}.site-footer__badges span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;border:1px solid rgba(37,99,235,.18);background:#eff6ffb8;color:#1d4ed8;font-size:.82rem;font-weight:750}.site-footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.site-footer__column{display:flex;flex-direction:column;gap:11px}.site-footer__column h2{margin:0 0 6px;color:#0f172a;font-size:.82rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.site-footer__column a{display:inline-flex;align-items:center;gap:7px;width:fit-content;color:#475569;font-size:.94rem;font-weight:650;line-height:1.45;text-decoration:none;transition:color .18s ease,transform .18s ease}.site-footer__column a:hover{color:#1d4ed8;transform:translate(2px)}.site-footer__bottom{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:20px 0 28px;border-top:1px solid rgba(148,163,184,.22);display:flex;justify-content:space-between;gap:18px;color:#64748b;font-size:.88rem}.site-footer__bottom p{margin:0}@media(max-width:980px){.site-footer__inner{grid-template-columns:1fr}.site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.site-footer{margin-top:48px}.site-footer__inner{width:min(100% - 24px,1180px);padding:38px 0 28px;gap:30px}.site-footer__columns{grid-template-columns:1fr;gap:24px}.site-footer__bottom{width:min(100% - 24px,1180px);flex-direction:column;padding-bottom:24px}}.category-practice-page{min-height:calc(100vh - 80px);background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.12),transparent 30%),radial-gradient(circle at 90% 8%,rgba(124,58,237,.1),transparent 32%),linear-gradient(180deg,#fbfdff,#f8fafc);color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.category-practice-shell{width:min(1120px,calc(100% - 40px));margin:0 auto}.category-practice-hero{padding:56px 0 26px}.category-practice-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);gap:26px;align-items:center}.category-practice-eyebrow{margin:0 0 10px;color:#2563eb;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.category-practice-hero h1{max-width:760px;margin:0 0 16px;color:#0f172a;font-size:clamp(2.35rem,5vw,4.5rem);line-height:.98;letter-spacing:-.065em;font-weight:950}.category-practice-hero p{max-width:740px;margin:0;color:#475569;font-size:1.05rem;line-height:1.72}.category-practice-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.category-practice-primary-link,.category-practice-secondary-link{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;padding:0 16px;border-radius:15px;font-size:.95rem;font-weight:900;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.category-practice-primary-link{border:0;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 18px 38px #2563eb3d}.category-practice-secondary-link{border:1px solid rgba(15,23,42,.12);background:#fff;color:#334155}.category-practice-primary-link:hover,.category-practice-secondary-link:hover{transform:translateY(-1px);text-decoration:none}.category-practice-primary-link:hover{box-shadow:0 22px 46px #2563eb4d}.category-practice-secondary-link:hover{border-color:#2563eb47;color:#1d4ed8}.category-practice-hero-card,.category-practice-content-card,.category-practice-test-card,.category-practice-empty,.category-practice-loading{border:1px solid rgba(15,23,42,.1);border-radius:26px;background:#fffffff0;box-shadow:0 20px 54px #0f172a1a}.category-practice-hero-card{padding:24px}.category-practice-hero-card>svg{color:#2563eb}.category-practice-hero-card h2{margin:14px 0 16px;color:#0f172a;font-size:1.35rem;line-height:1.2;letter-spacing:-.025em;font-weight:900}.category-practice-hero-card p{margin-top:16px;color:#64748b;font-size:.94rem;line-height:1.6}.category-practice-stat-grid,.category-practice-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-practice-stat-grid div,.category-practice-meta div{padding:13px;border:1px solid rgba(15,23,42,.08);border-radius:15px;background:#f8fafc}.category-practice-stat-grid strong,.category-practice-meta strong{display:block;color:#0f172a;font-size:1.4rem;font-weight:950;line-height:1}.category-practice-stat-grid span,.category-practice-meta span{display:block;margin-top:5px;color:#64748b;font-size:.77rem;font-weight:850}.category-practice-content-card{display:flex;gap:14px;align-items:flex-start;padding:22px;margin:24px 0}.category-practice-content-card>svg{flex:0 0 auto;color:#2563eb}.category-practice-content-card h2{margin:0 0 8px;color:#0f172a;font-size:1.2rem;font-weight:900}.category-practice-content-card p{margin:0;color:#475569;font-size:.97rem;line-height:1.7;white-space:pre-line}.category-practice-section-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin:28px 0 18px}.category-practice-section-heading h2{margin:0;color:#0f172a;font-size:clamp(1.6rem,3vw,2.15rem);letter-spacing:-.04em}.category-practice-search{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;width:min(360px,100%);min-height:44px;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff}.category-practice-search svg{justify-self:center;color:#64748b}.category-practice-search input{min-height:42px;border:0;background:transparent;color:#0f172a;font:inherit;outline:none}.category-practice-search:focus-within{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.category-practice-alert{margin:16px 0;padding:13px 14px;border:1px solid rgba(220,38,38,.2);border-radius:14px;background:#fef2f2;color:#991b1b;font-size:.92rem;font-weight:750}.category-practice-test-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-bottom:56px}.category-practice-test-card{display:grid;gap:14px;padding:22px}.category-practice-test-card-header{display:flex;justify-content:space-between;gap:14px;align-items:center}.category-practice-test-card-header svg{color:#2563eb}.category-practice-test-card-header span{padding:6px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:900}.category-practice-test-card h3{margin:0;color:#0f172a;font-size:1.2rem;line-height:1.25;font-weight:900}.category-practice-test-card p{margin:0;color:#64748b;font-size:.94rem;line-height:1.6}.category-practice-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.category-practice-test-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.category-practice-empty,.category-practice-loading{display:grid;place-items:center;min-height:300px;padding:36px;text-align:center}.category-practice-empty svg,.category-practice-loading svg{color:#2563eb}.category-practice-loading svg{animation:categorySpin 1s linear infinite}.category-practice-empty h1,.category-practice-loading h1{margin:14px 0 8px;color:#0f172a;font-size:1.6rem;letter-spacing:-.03em}.category-practice-empty p,.category-practice-loading p{max-width:560px;margin:0;color:#64748b;font-size:.98rem;line-height:1.65}@keyframes categorySpin{to{transform:rotate(360deg)}}@media(max-width:900px){.category-practice-hero-grid,.category-practice-test-grid{grid-template-columns:1fr}.category-practice-section-heading{align-items:flex-start;flex-direction:column}.category-practice-search{width:100%}}@media(max-width:560px){.category-practice-shell{width:min(100% - 24px,1120px)}.category-practice-hero{padding-top:34px}.category-practice-hero-card,.category-practice-content-card,.category-practice-test-card,.category-practice-empty,.category-practice-loading{border-radius:22px}.category-practice-stat-grid,.category-practice-meta{grid-template-columns:1fr}.category-practice-actions,.category-practice-primary-link,.category-practice-secondary-link{width:100%}}.demo-page,.demo-attempt-page{--demo-ink: #111827;--demo-heading: #0f172a;--demo-muted: #475569;--demo-soft: #64748b;--demo-bg: #f8fafc;--demo-card: #ffffff;--demo-line: rgba(15, 23, 42, .12);--demo-line-strong: rgba(15, 23, 42, .2);--demo-blue: #2563eb;--demo-blue-dark: #1e40af;--demo-blue-soft: #eff6ff;--demo-violet: #6d28d9;--demo-green: #047857;--demo-green-soft: #ecfdf5;--demo-red: #b91c1c;--demo-red-soft: #fef2f2;--demo-amber: #92400e;--demo-amber-soft: #fffbeb;--demo-shadow: 0 18px 48px rgba(15, 23, 42, .1);--demo-shadow-soft: 0 10px 28px rgba(15, 23, 42, .075);--demo-radius-xl: 24px;--demo-radius-lg: 18px;--demo-radius-md: 14px;--demo-radius-sm: 11px;color:var(--demo-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.demo-page{min-height:calc(100vh - 80px);background:radial-gradient(circle at 12% 8%,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at 88% 0%,rgba(109,40,217,.08),transparent 30%),linear-gradient(180deg,#fbfdff,#f1f5f9 58%,#f8fafc)}.demo-shell{width:min(1120px,calc(100% - 40px));margin:0 auto}.demo-hero{padding:52px 0 40px}.demo-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:30px;align-items:center}.demo-hero-copy{min-width:0}.demo-pill,.demo-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(37,99,235,.17);background:#2563eb14;color:var(--demo-blue-dark);border-radius:999px;font-weight:800;line-height:1}.demo-pill{padding:9px 12px;font-size:.82rem;letter-spacing:.01em}.demo-title{max-width:760px;margin:18px 0 14px;color:var(--demo-heading);font-size:clamp(2rem,4.1vw,3.25rem);line-height:1.08;letter-spacing:-.04em;font-weight:900}.demo-subtitle{max-width:690px;margin:0;color:#334155;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7;font-weight:500}.demo-metrics{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.demo-metric{min-width:138px;padding:14px 16px;border:1px solid var(--demo-line);border-radius:var(--demo-radius-md);background:#ffffffe0;box-shadow:var(--demo-shadow-soft)}.demo-metric strong{display:block;color:var(--demo-heading);font-size:1.12rem;line-height:1.15;font-weight:900}.demo-metric span{display:block;margin-top:5px;color:var(--demo-soft);font-size:.82rem;font-weight:750}.demo-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.demo-btn-primary,.demo-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:12px 17px;border-radius:13px;border:1px solid transparent;font-size:.94rem;font-weight:850;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.demo-btn-primary{color:#fff;background:linear-gradient(135deg,var(--demo-blue),var(--demo-violet));box-shadow:0 14px 30px #2563eb3d}.demo-btn-secondary{color:#1e293b;background:#fff;border-color:var(--demo-line);box-shadow:0 8px 22px #0f172a11}.demo-btn-primary:hover,.demo-btn-secondary:hover{transform:translateY(-2px);text-decoration:none}.demo-btn-primary:hover{box-shadow:0 18px 38px #2563eb4d}.demo-btn-secondary:hover{border-color:#2563eb4d;box-shadow:0 14px 28px #0f172a1a}.demo-btn-primary:disabled,.demo-btn-secondary:disabled{opacity:.65;cursor:not-allowed;transform:none}.demo-panel,.demo-category-card,.demo-test-card,.demo-filter-panel,.demo-note-card,.demo-empty-state,.demo-result-hero,.demo-progress-grid,.demo-question-card,.demo-submit-card,.demo-interest-card{border:1px solid var(--demo-line);background:var(--demo-card);box-shadow:var(--demo-shadow-soft)}.demo-panel{padding:24px;border-radius:var(--demo-radius-xl)}.demo-panel .section-title-row{align-items:center;gap:11px;margin-bottom:16px}.demo-panel h2{margin:0;color:var(--demo-heading);font-size:1.18rem;line-height:1.3;letter-spacing:-.02em}.demo-benefits{display:grid;gap:12px}.demo-benefit{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:var(--demo-radius-sm);background:#f8fafc;color:#334155;font-size:.93rem;font-weight:700;line-height:1.5}.demo-benefit svg{flex:0 0 auto;margin-top:2px;color:var(--demo-green)}.demo-content-section{padding:8px 0 66px}.demo-section-heading{max-width:740px;margin-bottom:20px}.demo-section-heading h2{margin:6px 0 9px;color:var(--demo-heading);font-size:clamp(1.55rem,2.7vw,2.2rem);line-height:1.14;letter-spacing:-.035em;font-weight:900}.demo-section-heading p{margin:0;color:var(--demo-muted);font-size:.98rem;line-height:1.7}.demo-page .eyebrow,.demo-attempt-page .eyebrow{margin:0 0 8px;color:var(--demo-blue);font-size:.74rem;letter-spacing:.12em;font-weight:900;text-transform:uppercase}.demo-filter-panel{display:flex;align-items:end;gap:14px;flex-wrap:wrap;margin:22px 0;padding:16px;border-radius:var(--demo-radius-lg)}.demo-filter-field{display:grid;gap:7px;min-width:230px;flex:1}.demo-filter-field>span{color:#334155;font-size:.84rem;font-weight:850}.demo-filter-field select,.demo-filter-field input,.demo-search-wrap input{width:100%;min-height:43px;border:1px solid rgba(15,23,42,.13);border-radius:12px;background:#fff;color:var(--demo-ink);font-size:.94rem;font-weight:620;outline:none;padding:0 12px}.demo-filter-field select:focus,.demo-filter-field input:focus,.demo-search-wrap input:focus{border-color:#2563eb85;box-shadow:0 0 0 3px #2563eb1a}.demo-search-wrap{display:flex;align-items:center;gap:9px;min-height:43px;border:1px solid rgba(15,23,42,.13);border-radius:12px;background:#fff;padding:0 11px}.demo-search-wrap svg{flex:0 0 auto;color:var(--demo-soft)}.demo-search-wrap input{min-height:40px;border:0;padding:0;box-shadow:none}.demo-search-wrap input:focus{box-shadow:none}.demo-category-list{display:grid;gap:20px}.demo-category-card{overflow:hidden;padding:22px;border-radius:var(--demo-radius-xl)}.demo-category-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px}.demo-category-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.demo-badge{padding:7px 10px;font-size:.72rem;letter-spacing:.01em}.demo-category-card h3{margin:0;color:var(--demo-heading);font-size:clamp(1.18rem,1.8vw,1.55rem);line-height:1.25;letter-spacing:-.025em;font-weight:900}.demo-category-card p{max-width:820px;margin:8px 0 0;color:var(--demo-muted);font-size:.95rem;line-height:1.66;font-weight:500}.demo-test-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.demo-test-card{display:flex;flex-direction:column;min-height:224px;padding:20px;border-radius:var(--demo-radius-lg);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.demo-test-card:hover{transform:translateY(-2px);border-color:#2563eb40;box-shadow:var(--demo-shadow)}.demo-test-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:9px}.demo-test-card h4{margin:0;color:var(--demo-heading);font-size:1.02rem;line-height:1.35;letter-spacing:-.015em;font-weight:900}.demo-test-card p{flex:1;margin:0 0 16px;color:var(--demo-muted);font-size:.92rem;line-height:1.62}.demo-test-meta{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:16px}.demo-test-meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#f8fafc;color:#334155;font-size:.82rem;font-weight:800}.demo-test-meta svg{color:var(--demo-blue)}.demo-test-button{width:100%;margin-top:auto}.demo-empty-state,.demo-empty-mini,.demo-note-card,.demo-alert{display:flex;align-items:center;gap:11px}.demo-empty-state{flex-direction:column;justify-content:center;min-height:220px;padding:32px;border-radius:var(--demo-radius-xl);color:var(--demo-muted);text-align:center}.demo-empty-state svg{color:var(--demo-blue)}.demo-empty-state h1,.demo-empty-state h3{margin:8px 0 4px;color:var(--demo-heading);font-size:1.22rem}.demo-empty-state p{max-width:560px;margin:0;font-size:.95rem;line-height:1.65}.demo-error-state svg{color:var(--demo-red)}.demo-empty-mini{margin-top:16px;padding:13px;border:1px solid rgba(146,64,14,.18);border-radius:var(--demo-radius-sm);background:var(--demo-amber-soft);color:var(--demo-amber);font-size:.91rem;font-weight:750;line-height:1.5}.demo-note-card{margin-top:20px;padding:14px 16px;border-color:#04785733;border-radius:var(--demo-radius-md);background:var(--demo-green-soft);color:#065f46;font-size:.92rem;font-weight:800}.demo-disclaimer-card{align-items:flex-start;border-color:#92400e2e;background:var(--demo-amber-soft);color:var(--demo-amber)}.demo-alert{margin:16px 0;padding:13px 15px;border-radius:var(--demo-radius-sm);font-size:.92rem;font-weight:800}.demo-alert-error{border:1px solid rgba(185,28,28,.18);background:var(--demo-red-soft);color:#991b1b}.demo-alert-success{border:1px solid rgba(4,120,87,.18);background:var(--demo-green-soft);color:#065f46}.demo-attempt-page{width:min(1320px,calc(100% - 40px));margin:0 auto;padding:30px 260px 58px 0}.demo-attempt-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 18% 0%,rgba(37,99,235,.07),transparent 28%),radial-gradient(circle at 86% 12%,rgba(109,40,217,.07),transparent 28%),linear-gradient(180deg,#fbfdff,#f8fafc)}.demo-attempt-header{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;margin-bottom:20px}.demo-attempt-header h1{max-width:780px;margin:0 0 9px;color:var(--demo-heading);font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.12;letter-spacing:-.035em;font-weight:900}.demo-attempt-header p{max-width:720px;margin:0;color:var(--demo-muted);font-size:.98rem;line-height:1.65}.demo-timer-card{position:fixed;top:92px;right:max(40px,calc((100vw - 1320px)/2 + 24px));z-index:80;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;width:220px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#0f172a,#1e3a8a);box-shadow:0 20px 46px #0f172a38}.demo-timer-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#ffffff1f;color:#fff}.demo-timer-value{display:block;color:#fff;font-size:1.85rem;line-height:1;letter-spacing:.01em;font-variant-numeric:tabular-nums;font-weight:950}.demo-timer-label{display:block;margin-top:5px;color:#dbeafe;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:850}.demo-timer-danger{background:linear-gradient(135deg,#7f1d1d,#dc2626)}.demo-timer-danger .demo-timer-label{color:#fee2e2}.demo-progress-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px;padding:14px;border-radius:var(--demo-radius-xl)}.demo-progress-stat{padding:13px 14px;border:1px solid rgba(15,23,42,.08);border-radius:var(--demo-radius-md);background:#f8fafc}.demo-progress-stat strong{display:block;color:var(--demo-heading);font-size:1.06rem;line-height:1.15;font-weight:900}.demo-progress-stat span{display:block;margin-top:5px;color:var(--demo-soft);font-size:.8rem;font-weight:800}.demo-question-list{display:grid;gap:20px}.demo-question-card{padding:22px;border-radius:var(--demo-radius-xl)}.demo-question-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.demo-question-topline>span{color:var(--demo-blue);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900}.demo-question-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:.78rem;font-weight:900}.demo-question-status-correct{color:#065f46;background:var(--demo-green-soft)}.demo-question-status-wrong{color:#991b1b;background:var(--demo-red-soft)}.demo-question-card h2{max-width:920px;margin:0 0 16px;color:var(--demo-heading);font-size:clamp(1.04rem,1.45vw,1.2rem);line-height:1.52;letter-spacing:-.01em;font-weight:800}.demo-options-list{display:grid;gap:11px}.demo-option-card{display:grid;grid-template-columns:18px 38px minmax(0,1fr);gap:12px;align-items:start;padding:14px 15px;border:1px solid rgba(15,23,42,.12);border-radius:var(--demo-radius-md);background:#fff;color:#1e293b;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.demo-option-card:hover{transform:translateY(-1px);border-color:#2563eb52;background:#f8fbff;box-shadow:0 10px 24px #2563eb14}.demo-option-radio{width:17px;height:17px;margin:3px 0 0;accent-color:var(--demo-blue)}.demo-option-letter{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;border-radius:10px;background:#f1f5f9;color:#0f172a;font-size:.86rem;font-weight:900}.demo-option-text{color:#1f2937;font-size:.95rem;line-height:1.58;font-weight:560}.demo-option-selected{border-color:#2563eb80;background:var(--demo-blue-soft);box-shadow:0 0 0 3px #2563eb17}.demo-option-selected .demo-option-letter{color:#fff;background:var(--demo-blue)}.demo-option-correct{border-color:#04785761;background:var(--demo-green-soft)}.demo-option-correct .demo-option-letter{color:#fff;background:var(--demo-green)}.demo-option-wrong{border-color:#b91c1c57;background:var(--demo-red-soft)}.demo-option-wrong .demo-option-letter{color:#fff;background:var(--demo-red)}.demo-explanation-card{display:grid;grid-template-columns:22px minmax(0,1fr);gap:11px;margin-top:15px;padding:14px 15px;border:1px solid rgba(37,99,235,.15);border-radius:var(--demo-radius-md);background:#eff6ffd9;color:#334155}.demo-explanation-card svg{margin-top:2px;color:var(--demo-blue)}.demo-explanation-card strong{display:block;margin-bottom:4px;color:var(--demo-heading);font-size:.92rem}.demo-explanation-card p{margin:0;color:#334155;font-size:.94rem;line-height:1.65}.demo-submit-card{position:static;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding:18px;border-radius:var(--demo-radius-xl);background:#fff}.demo-submit-card h2{margin:0 0 6px;color:var(--demo-heading);font-size:1.12rem;line-height:1.35;letter-spacing:-.02em}.demo-submit-card p{margin:0;color:var(--demo-muted);font-size:.94rem;font-weight:620;line-height:1.55}.demo-result-hero{display:grid;grid-template-columns:minmax(0,1fr) 136px;gap:22px;align-items:center;margin-bottom:22px;padding:24px;border-radius:var(--demo-radius-xl);background:linear-gradient(135deg,#2563eb12,#6d28d912),#fff}.demo-result-hero h2{margin:0 0 8px;color:var(--demo-heading);font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.16;letter-spacing:-.03em}.demo-result-hero p{margin:0;color:var(--demo-muted);font-size:.96rem;line-height:1.65}.demo-score-circle{display:grid;place-items:center;width:122px;height:122px;border-radius:999px;background:radial-gradient(circle,#ffffff 0 55%,transparent 56%),conic-gradient(var(--demo-blue),var(--demo-violet),var(--demo-blue));box-shadow:var(--demo-shadow-soft)}.demo-score-circle span{color:var(--demo-heading);font-size:1.72rem;line-height:1;font-weight:950}.demo-score-circle small{display:block;margin-top:-26px;color:var(--demo-soft);font-size:.7rem;font-weight:850;text-align:center}.demo-interest-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(300px,1.08fr);gap:22px;margin:22px 0;padding:22px;border-radius:var(--demo-radius-xl)}.demo-interest-copy h2{margin:0 0 9px;color:var(--demo-heading);font-size:1.28rem;letter-spacing:-.025em}.demo-interest-copy p{margin:0;color:var(--demo-muted);font-size:.95rem;line-height:1.65}.demo-interest-form{display:grid;gap:13px}.demo-mini-field{display:grid;gap:7px}.demo-mini-field span{display:inline-flex;align-items:center;gap:7px;color:#334155;font-size:.84rem;font-weight:850}.demo-mini-field input,.demo-mini-field textarea{width:100%;min-height:42px;border:1px solid rgba(15,23,42,.13);border-radius:12px;padding:10px 12px;color:var(--demo-ink);font:inherit;font-size:.94rem;outline:none}.demo-mini-field textarea{resize:vertical}.demo-mini-field input:focus,.demo-mini-field textarea:focus{border-color:#2563eb85;box-shadow:0 0 0 3px #2563eb1a}.demo-mini-field-full{grid-column:1 / -1}.public-demo-page{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:30px 0 58px}@media(max-width:1180px){.demo-attempt-page{width:min(1080px,calc(100% - 40px));padding-right:0}.demo-timer-card{position:sticky;top:12px;right:auto;width:100%;min-width:0;margin-top:12px}}@media(max-width:980px){.demo-hero-grid,.demo-interest-card,.demo-result-hero,.demo-test-grid,.demo-attempt-header{grid-template-columns:1fr}.demo-timer-card{width:100%;min-width:0}.demo-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.demo-shell,.demo-attempt-page{width:min(100% - 24px,1120px);padding-right:0}.demo-hero{padding:42px 0 34px}.demo-title{font-size:clamp(1.9rem,10vw,2.7rem)}.demo-metric{width:100%}.demo-filter-panel,.demo-category-card,.demo-question-card,.demo-result-hero,.demo-interest-card{padding:17px;border-radius:20px}.demo-filter-field{min-width:100%}.demo-hero-actions,.demo-submit-card{align-items:stretch;flex-direction:column}.demo-btn-primary,.demo-btn-secondary,.demo-submit-card .demo-btn-primary,.demo-submit-card .demo-btn-secondary{width:100%}.demo-timer-value{font-size:1.72rem}}@media(max-width:560px){.demo-progress-grid{grid-template-columns:1fr}.demo-option-card{grid-template-columns:18px 34px minmax(0,1fr);gap:10px;padding:13px}.demo-option-text{font-size:.92rem}}.tb-register-page{min-height:calc(100vh - 80px);padding:44px 20px 64px;background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.1),transparent 28%),radial-gradient(circle at 92% 10%,rgba(124,58,237,.1),transparent 30%),linear-gradient(180deg,#f8fbff,#f8fafc);color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tb-register-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.55fr);gap:24px;width:min(1120px,100%);margin:0 auto;align-items:start}.tb-register-card,.tb-register-info{border:1px solid rgba(15,23,42,.1);border-radius:28px;background:#fffffff0;box-shadow:0 20px 54px #0f172a1a}.tb-register-card{padding:30px}.tb-register-info{position:sticky;top:96px;padding:26px}.tb-register-heading{margin-bottom:22px}.tb-register-heading p,.tb-register-info>p{margin:0 0 8px;color:#2563eb;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tb-register-heading h1{margin:0 0 10px;color:#0f172a;font-size:clamp(2rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.045em;font-weight:900}.tb-register-heading span{display:block;max-width:680px;color:#475569;font-size:1rem;line-height:1.65}.tb-register-info h2{margin:0 0 18px;color:#0f172a;font-size:1.35rem;line-height:1.25;letter-spacing:-.025em}.tb-register-form{display:grid;gap:16px}.tb-register-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tb-register-field{display:grid;gap:8px}.tb-register-field>span,.tb-category-select-head h2{color:#1e293b;font-size:.9rem;font-weight:850}.tb-register-field input,.tb-register-field select{width:100%;min-height:46px;border:1px solid rgba(15,23,42,.13);border-radius:14px;background:#fff;color:#0f172a;font:inherit;font-size:.96rem;outline:none}.tb-register-field input{padding:0 12px 0 0}.tb-register-field select{padding:0 12px}.tb-register-field input:focus,.tb-register-field select:focus,.tb-category-dropdown-button:focus,.tb-category-search input:focus{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.tb-register-input-wrap{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;min-height:46px;border:1px solid rgba(15,23,42,.13);border-radius:14px;background:#fff;overflow:hidden}.tb-register-input-wrap:focus-within{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.tb-register-input-wrap>svg{justify-self:center;color:#64748b}.tb-register-input-wrap input{border:0;min-height:44px}.tb-register-input-wrap input:focus{box-shadow:none}.tb-register-icon-button{display:grid;place-items:center;width:42px;height:42px;border:0;background:transparent;color:#64748b;cursor:pointer}.tb-register-icon-button:hover{color:#2563eb}.tb-register-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;padding:13px 14px;border-radius:14px;font-size:.92rem;font-weight:750;line-height:1.5}.tb-register-alert-success{border:1px solid rgba(5,150,105,.2);background:#ecfdf5;color:#065f46}.tb-register-alert-error{border:1px solid rgba(220,38,38,.2);background:#fef2f2;color:#991b1b}.tb-category-select{position:relative;display:grid;gap:12px;padding:16px;border:1px solid rgba(37,99,235,.14);border-radius:20px;background:#f8fbff}.tb-category-select-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.tb-category-select-head h2{margin:0 0 6px}.tb-category-select-head p{max-width:620px;margin:0;color:#64748b;font-size:.91rem;line-height:1.55}.tb-category-select-head>span{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.78rem;font-weight:900}.tb-category-dropdown{position:relative}.tb-category-dropdown-button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:14px;padding:0 14px;border:1px solid rgba(15,23,42,.13);border-radius:14px;background:#fff;color:#0f172a;font:inherit;font-size:.96rem;font-weight:800;cursor:pointer}.tb-category-dropdown-button svg{color:#64748b;transition:transform .18s ease}.tb-chevron-open{transform:rotate(180deg)}.tb-selected-category-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.tb-category-chip{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:7px 8px 7px 10px;border:1px solid rgba(37,99,235,.16);border-radius:999px;background:#eff6ff;color:#1e40af;font-size:.82rem;font-weight:850}.tb-category-chip button{display:grid;place-items:center;width:20px;height:20px;border:0;border-radius:999px;background:#2563eb1f;color:#1e40af;cursor:pointer}.tb-category-dropdown-panel{position:absolute;z-index:30;inset:calc(100% + 10px) 0 auto 0;padding:14px;border:1px solid rgba(15,23,42,.14);border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a29}.tb-category-search{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;min-height:44px;border:1px solid rgba(15,23,42,.12);border-radius:13px;background:#f8fafc}.tb-category-search svg{justify-self:center;color:#64748b}.tb-category-search input{border:0;min-height:42px;background:transparent;color:#0f172a;font:inherit;outline:none}.tb-category-actions{display:flex;gap:10px;margin:12px 0}.tb-category-actions button{min-height:34px;padding:0 11px;border:1px solid rgba(15,23,42,.12);border-radius:10px;background:#fff;color:#334155;font-size:.82rem;font-weight:850;cursor:pointer}.tb-category-actions button:hover:not(:disabled){border-color:#2563eb4d;color:#1d4ed8}.tb-category-actions button:disabled{opacity:.55;cursor:not-allowed}.tb-category-list{display:grid;gap:8px;max-height:280px;overflow-y:auto;padding-right:4px}.tb-category-option{display:grid;grid-template-columns:18px minmax(0,1fr);gap:11px;align-items:start;padding:12px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#fff;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.tb-category-option:hover{border-color:#2563eb42;background:#f8fbff}.tb-category-option input{width:17px;height:17px;margin-top:2px;accent-color:#2563eb}.tb-category-option-selected{border-color:#2563eb6b;background:#eff6ff;box-shadow:0 0 0 3px #2563eb14}.tb-category-option-text{display:grid;gap:4px}.tb-category-option-text strong{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#0f172a;font-size:.93rem;line-height:1.25}.tb-category-option-text em{padding:4px 7px;border-radius:999px;background:#dbeafe;color:#1e40af;font-size:.68rem;font-style:normal;font-weight:900;text-transform:uppercase}.tb-category-option-text small{color:#64748b;font-size:.82rem;line-height:1.45}.tb-category-empty{display:flex;align-items:center;gap:9px;padding:18px 10px;color:#64748b;font-size:.92rem;font-weight:750}.tb-register-note,.tb-register-selected-summary{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border:1px solid rgba(37,99,235,.14);border-radius:14px;background:#eff6ff;color:#1e3a8a;font-size:.92rem;line-height:1.5;font-weight:750}.tb-register-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;border:0;border-radius:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font:inherit;font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 18px 38px #2563eb3d}.tb-register-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 46px #2563eb4d}.tb-register-submit:disabled{opacity:.65;cursor:not-allowed}.tb-register-switch{margin:18px 0 0;color:#64748b;font-size:.94rem;text-align:center}.tb-register-switch a{color:#2563eb;font-weight:900;text-decoration:none}.tb-register-switch a:hover{text-decoration:underline}.tb-register-info-list{display:grid;gap:12px}.tb-register-info-list div{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#f8fafc;color:#334155;font-size:.92rem;line-height:1.5;font-weight:720}.tb-register-info-list svg,.tb-register-selected-summary svg{flex:0 0 auto;color:#047857;margin-top:2px}.tb-register-selected-summary{margin-top:16px}@media(max-width:960px){.tb-register-shell{grid-template-columns:1fr}.tb-register-info{position:static}}@media(max-width:720px){.tb-register-page{padding:28px 12px 48px}.tb-register-card,.tb-register-info{border-radius:22px;padding:20px}.tb-register-two-col{grid-template-columns:1fr}.tb-category-select-head{flex-direction:column}.tb-category-dropdown-panel{position:static;margin-top:10px}.tb-category-list{max-height:340px}}.tb-profile-page{min-height:calc(100vh - 80px);padding:40px 20px 64px;background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.09),transparent 28%),radial-gradient(circle at 88% 10%,rgba(124,58,237,.08),transparent 30%),linear-gradient(180deg,#fbfdff,#f8fafc);color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tb-profile-shell{width:min(1120px,100%);margin:0 auto}.tb-profile-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.tb-profile-header p{margin:0 0 8px;color:#2563eb;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tb-profile-header h1{margin:0 0 10px;color:#0f172a;font-size:clamp(2rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.045em;font-weight:900}.tb-profile-header span{display:block;max-width:760px;color:#475569;font-size:1rem;line-height:1.65}.tb-profile-secondary-button,.tb-profile-primary-button,.tb-profile-toolbar button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;font:inherit;font-weight:850;cursor:pointer;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.tb-profile-secondary-button,.tb-profile-toolbar button{min-height:42px;padding:0 14px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#334155}.tb-profile-primary-button{min-height:46px;padding:0 18px;border:0;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 18px 38px #2563eb3d}.tb-profile-secondary-button:hover,.tb-profile-toolbar button:hover:not(:disabled){transform:translateY(-1px);border-color:#2563eb4d;color:#1d4ed8}.tb-profile-primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 46px #2563eb4d}.tb-profile-toolbar button:disabled,.tb-profile-primary-button:disabled{opacity:.6;cursor:not-allowed}.tb-profile-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;padding:13px 14px;border-radius:14px;font-size:.92rem;font-weight:750;line-height:1.5}.tb-profile-alert-success{border:1px solid rgba(5,150,105,.2);background:#ecfdf5;color:#065f46}.tb-profile-alert-error{border:1px solid rgba(220,38,38,.2);background:#fef2f2;color:#991b1b}.tb-profile-grid{display:grid;grid-template-columns:minmax(260px,.36fr) minmax(0,.64fr);gap:22px;align-items:start}.tb-profile-card{border:1px solid rgba(15,23,42,.1);border-radius:26px;background:#fffffff0;box-shadow:0 20px 54px #0f172a1a}.tb-profile-summary-card{position:sticky;top:96px;padding:24px}.tb-profile-category-card{padding:24px}.tb-profile-avatar{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 18px 36px #2563eb38}.tb-profile-summary-card h2{margin:18px 0 6px;color:#0f172a;font-size:1.35rem;line-height:1.25;letter-spacing:-.025em}.tb-profile-summary-card p{margin:0;color:#64748b;font-size:.94rem;word-break:break-word}.tb-profile-summary-list{display:grid;gap:10px;margin:20px 0}.tb-profile-summary-list div{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#f8fafc}.tb-profile-summary-list strong{color:#334155;font-size:.84rem}.tb-profile-summary-list span{color:#0f172a;font-size:.84rem;font-weight:900}.tb-profile-selected-list{display:flex;flex-wrap:wrap;gap:8px}.tb-profile-selected-list span{padding:7px 10px;border:1px solid rgba(37,99,235,.16);border-radius:999px;background:#eff6ff;color:#1e40af;font-size:.82rem;font-weight:850}.tb-profile-note{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid rgba(146,64,14,.18);border-radius:14px;background:#fffbeb;color:#92400e;font-size:.9rem;font-weight:750}.tb-profile-section-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.tb-profile-section-title h2{margin:0 0 7px;color:#0f172a;font-size:1.36rem;line-height:1.25;letter-spacing:-.025em}.tb-profile-section-title p{margin:0;max-width:680px;color:#64748b;font-size:.94rem;line-height:1.6}.tb-profile-section-title>span{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.78rem;font-weight:900}.tb-profile-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.tb-profile-search{flex:1;min-width:240px;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;min-height:42px;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff}.tb-profile-search svg{justify-self:center;color:#64748b}.tb-profile-search input{min-height:40px;border:0;background:transparent;color:#0f172a;font:inherit;outline:none}.tb-profile-search:focus-within{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.tb-profile-category-list{display:grid;gap:10px;max-height:520px;overflow-y:auto;padding-right:4px}.tb-profile-category-option{display:grid;grid-template-columns:18px minmax(0,1fr);gap:11px;align-items:start;padding:13px;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#fff;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.tb-profile-category-option:hover{border-color:#2563eb42;background:#f8fbff}.tb-profile-category-option input{width:17px;height:17px;margin-top:2px;accent-color:#2563eb}.tb-profile-category-option-selected{border-color:#2563eb6b;background:#eff6ff;box-shadow:0 0 0 3px #2563eb14}.tb-profile-category-option span{display:grid;gap:4px}.tb-profile-category-option strong{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#0f172a;font-size:.94rem;line-height:1.25}.tb-profile-category-option em{padding:4px 7px;border-radius:999px;background:#dbeafe;color:#1e40af;font-size:.68rem;font-style:normal;font-weight:900;text-transform:uppercase}.tb-profile-category-option small{color:#64748b;font-size:.83rem;line-height:1.45}.tb-profile-empty{display:grid;place-items:center;min-height:220px;padding:30px;color:#64748b;text-align:center}.tb-profile-empty h3{margin:10px 0 4px;color:#0f172a;font-size:1.15rem}.tb-profile-empty p{margin:0;font-size:.94rem}.tb-profile-save-row{display:flex;justify-content:flex-end;margin-top:18px}@media(max-width:960px){.tb-profile-header,.tb-profile-section-title{flex-direction:column}.tb-profile-grid{grid-template-columns:1fr}.tb-profile-summary-card{position:static}}@media(max-width:640px){.tb-profile-page{padding:28px 12px 48px}.tb-profile-card{border-radius:22px}.tb-profile-summary-card,.tb-profile-category-card{padding:20px}.tb-profile-toolbar{display:grid}.tb-profile-search{min-width:0}.tb-profile-save-row,.tb-profile-primary-button{width:100%}}
