/* Thermoquímica & Christeyns — interface sem dependências externas. */
:root{--blue:#0b4ea2;--blue-dark:#073b7a;--cyan:#10a6d6;--green:#6aa83b;--ink:#172b46;--muted:#728095;--line:#e5ebf2;--bg:#f7f9fc;--radius:22px;--font:"Raleway","Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button,a,input,select{transition:background-color .16s,border-color .16s,box-shadow .16s,color .16s}a:hover{color:var(--blue-dark)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}input:focus,select:focus{border-color:#4c83bd;outline:none;box-shadow:0 0 0 3px #0b4ea211}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.22;letter-spacing:-.035em}h1{font-size:48px}h2{font-size:26px}h3{font-size:18px}p{margin-bottom:16px}.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.muted{color:var(--muted);font-size:14px;line-height:1.7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-80px;left:20px;z-index:99;padding:12px 20px;background:white;border:2px solid var(--blue)}.skip-link:focus{top:10px}
.public-body{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 3% 30%,#edf4fc 0,transparent 50%),var(--bg)}.site-header{height:107px;background:#fff;border-bottom:1px solid var(--line);flex-shrink:0}.header-inner{max-width:1320px;margin:auto;height:100%;display:flex;align-items:center;gap:28px;padding:0 50px}.brand{display:flex;align-items:center;flex-shrink:0}.brand img{display:block;width:193px;height:auto}.brand-divider{height:36px;width:1px;background:#dde4ed}.project-brand{display:flex;flex-direction:column;gap:3px}.project-brand strong{font-size:10px;letter-spacing:1.4px;font-weight:750;color:#3b506d}.project-brand strong span{color:var(--green);margin:0 2px}.project-brand>span{font-size:12px;color:var(--muted)}.header-pill{margin-left:auto;display:flex;align-items:center;gap:9px;font-size:11px;font-weight:600;color:#5f7187;padding:7px 12px;border-radius:30px;border:1px solid #e7ecf2;background:#fafbfd}.header-pill>span{height:6px;width:6px;border-radius:50%;background:var(--green)}.public-main{width:100%;max-width:1220px;margin:0 auto;flex:1;padding:0 30px}.site-footer{max-width:1220px;width:calc(100% - 60px);margin:0 auto;padding:26px 0;display:flex;justify-content:space-between;gap:20px;color:#7e8999;border-top:1px solid var(--line);font-size:11px}.site-footer>div{display:flex;gap:24px}.site-footer nav{display:flex;align-items:center;gap:16px}.site-footer a{color:#78859a;display:inline-flex;gap:6px;align-items:center}.site-footer .icon{height:12px;width:12px}.footer-dot{color:#b8c2ce}
.home-shell{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;padding:67px 20px 38px}.eyebrow{font-size:10px;letter-spacing:2.1px;font-weight:750;color:var(--blue);display:flex;align-items:center;gap:11px}.eyebrow-line{width:24px;height:2px;background:var(--green)}.home-intro h1{font-size:70px;line-height:1.1;letter-spacing:-3.6px;font-weight:750;margin:21px 0 20px}.home-intro h1 span{color:var(--blue);position:relative}.home-intro h1 span:after{content:"";position:absolute;width:89%;height:6px;border-radius:6px;background:var(--green);bottom:-7px;left:2px;transform:rotate(-3deg)}.hero-copy{color:#6b7a91;line-height:1.85;font-size:15px;margin-bottom:24px}.hero-facts{display:flex;gap:24px;font-size:12px;color:#435772;font-weight:600}.hero-facts>span{display:flex;align-items:center;gap:8px}.hero-facts .icon{width:17px;height:17px;color:var(--blue)}.brand-note{display:flex;align-items:center;gap:10px;font-size:9px;font-weight:750;letter-spacing:1.8px;color:#587087;margin:9px 0 0 12px}.brand-note-dot{height:7px;width:7px;background:var(--green);border-radius:50%}.brand-note-plus{color:#a1adba;font-size:13px;margin:0 2px}
.start-area{padding-top:24px}.start-card{padding:32px 36px 30px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius);box-shadow:0 18px 55px #16365c07,0 2px 4px #16365c02;position:relative}.start-card:before{content:"";position:absolute;height:3px;top:-1px;left:34px;right:34px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,var(--blue) 0 66%,var(--green) 66%)}.card-topline{display:flex;justify-content:space-between;align-items:center;margin:0 0 22px}.step-label{font-size:9px;letter-spacing:1.7px;font-weight:700;color:#7d8ba0}.little-icon{display:flex;align-items:center;justify-content:center;height:37px;width:37px;border-radius:11px;background:#edf4fc;color:var(--blue)}.little-icon .icon{height:19px;width:19px}.start-card h2{font-size:27px;letter-spacing:-1px;margin-bottom:10px;font-weight:750}.start-card>.muted{max-width:315px}.start-form{margin-top:25px}.field{margin:0 0 20px;min-width:0}.field label{display:block;font-size:12px;font-weight:650;color:#33455e;margin:0 0 8px}.field label>span{color:#8797ad;font-weight:400}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap>.icon{position:absolute;left:16px;color:#8799ae;width:17px;height:17px;pointer-events:none}input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select{display:block;width:100%;min-width:0;height:49px;border:1px solid #dee5ed;border-radius:9px;background:#fafbfd;color:var(--ink);padding:10px 13px;font-size:13px}.input-wrap input:not([type=checkbox]):not([type=radio]):not([type=hidden]){padding-left:44px}input::placeholder{color:#97a2b1;font-size:12px}input[aria-invalid=true]{border-color:#c74545!important}.consent{display:flex;align-items:flex-start;gap:10px;margin:23px 0 24px;font-size:10px;line-height:1.85;color:#77849a}.consent input{appearance:auto;margin:3px 0 0;accent-color:var(--blue);height:16px;width:16px;flex-shrink:0;cursor:pointer}.consent a{text-decoration:underline;text-underline-offset:2px}.button{border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:13px 22px;font-size:12px;font-weight:650;min-height:47px;border:1px solid transparent;white-space:nowrap;line-height:1.5}.button .icon{height:17px;width:17px}.button-primary{background:var(--blue);color:white;box-shadow:0 4px 10px #0b4ea218}.button-primary:hover{color:white;background:var(--blue-dark);box-shadow:0 5px 16px #0b4ea22a}.button-full{width:100%;justify-content:space-between;padding-left:20px;padding-right:18px}.button-secondary{background:#fff;color:#425775;border:1px solid #dce4ee}.button-secondary:hover{background:#eef4fb;border-color:#b7cce3}.button-small{padding:8px 13px;min-height:36px;font-size:11px}.form-note{display:flex;align-items:flex-start;justify-content:center;gap:6px;font-size:9px;color:#9aa5b5;text-align:center;margin:17px 0 0;line-height:1.7}.form-note .icon{width:12px;height:12px;margin-top:2px}.how-card{display:flex;gap:13px;margin:20px 8px 0;padding:18px 17px;background:#edf3f8;border:1px solid #e5edf4;border-radius:13px}.how-icon{display:flex;width:33px;height:33px;background:white;color:var(--blue);align-items:center;justify-content:center;border-radius:9px;flex-shrink:0}.how-icon .icon{width:16px;height:16px}.how-card strong{display:block;font-size:11px;color:#485d78;margin:1px 0 5px;font-weight:650}.how-card p{color:#8290a3;font-size:10px;line-height:1.8;margin:0}
.quiz-art{position:relative;height:218px;margin-top:19px;width:390px;max-width:100%}.art-grid{position:absolute;width:100%;height:100%;background-image:radial-gradient(#b7c9de 1px,transparent 1px);background-size:16px 16px;opacity:.35;mask-image:radial-gradient(ellipse at center,black,transparent 72%)}.orbit{position:absolute;border:1px solid #dae5f1;border-radius:50%;transform:rotate(-22deg);width:319px;height:148px;left:29px;top:25px}.orbit-two{transform:rotate(26deg);width:283px;left:50px;top:36px}.art-card{position:absolute;background:#fff;border:1px solid #dae4ee;box-shadow:0 10px 25px #1439630b;border-radius:13px;transform:rotate(-12deg);width:131px;height:154px;left:94px;top:32px;padding:15px}.art-card-back{background:#e7f0fa;left:166px;top:19px;transform:rotate(14deg)}.mini-line{display:block;height:4px;width:70%;background:#acc5e0;border-radius:6px;margin-bottom:9px}.mini-line.short{width:43%;margin-bottom:22px}.mini-choice{height:20px;width:100%;border:1px solid #ccdaeb;border-radius:4px;margin-top:8px}.art-card-front{left:102px;top:29px}.art-card-label{display:block;font-size:3.8px;letter-spacing:.6px;color:#8ea0b7;font-weight:700}.art-question{color:var(--blue);font-size:48px;line-height:1.2;font-weight:700;letter-spacing:-3px;margin:3px 0 7px}.art-choice{display:flex;gap:7px;align-items:center;border:1px solid #e5ebf1;border-radius:4px;height:18px;padding:3px 5px;margin:4px 0}.art-choice>span{font-size:5px;font-weight:700;color:#8d9bb0}.art-choice i{height:3px;background:#dce4ed;width:60%;border-radius:4px}.art-choice.correct{background:#f1f8e9;border-color:#cfe1bb}.art-choice.correct i{background:#b0cd91}.art-choice.correct>span{color:#6d9e42}.art-choice.correct>.icon{color:var(--green);width:8px;height:8px}.floating-check{position:absolute;left:238px;top:129px;width:43px;height:43px;background:var(--green);border:5px solid #f7f9fc;border-radius:50%;display:grid;place-items:center;transform:rotate(9deg);box-shadow:0 4px 10px #6aa83b21;color:#fff}.floating-check .icon{width:22px;height:22px;stroke-width:3}.art-spark{position:absolute;color:var(--green);font-size:22px;left:65px;top:49px}.spark-two{left:294px;top:103px;font-size:13px;color:#7ea5d1}.art-caption{position:absolute;bottom:4px;left:55px;display:flex;align-items:center;gap:6px;color:#899bb0;font-size:8px}.art-caption .icon{width:11px;height:11px;color:var(--green)}.steps-strip{display:flex;align-items:center;justify-content:space-between;margin:0 20px 38px;padding:27px 28px;border:1px solid #e6ebf2;border-radius:14px;background:#ffffff80;gap:18px}.steps-strip>div{display:flex;align-items:center;gap:13px}.step-number{font-size:12px;font-weight:700;color:var(--blue);display:grid;place-items:center;background:#eaf1fa;height:36px;width:36px;border-radius:10px;flex-shrink:0}.steps-strip>div>div{display:flex;flex-direction:column;gap:4px}.steps-strip strong{font-size:11px;font-weight:650;color:#3d536f}.steps-strip div div>span{font-size:9px;color:#8995a6}.step-connector{height:1px;background:#dde6ef;width:35px;flex-shrink:0}
.alert,.notice{padding:12px 15px;border-radius:9px;font-size:12px;margin:16px 0;line-height:1.6}.alert{background:#fff1f1;color:#a8353b;border:1px solid #f4d0d3}.notice{background:#edf4fc;border:1px solid #d3e1f2;color:var(--blue)}.field-error{font-size:11px;margin:5px 0 0;color:#b33c43}.text-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#71849b}.text-link .icon{width:15px;height:15px}.quiz-shell{max-width:760px;margin:42px auto 50px}.quiz-top{display:flex;justify-content:space-between;gap:15px;margin-bottom:38px}.participant-greeting{color:#7c8a9b;font-size:12px}.participant-greeting strong{color:#4d6480}.quiz-progress-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.quiz-progress-heading>span:last-child{font-size:11px;color:#8896a8}.quiz-progress-heading strong{color:var(--blue)}.progress-segments{display:flex;gap:7px;margin-bottom:25px}.progress-segments>span{flex:1;height:5px;border-radius:6px;background:#e3eaf2}.progress-segments>span.complete{background:var(--green)}.progress-segments>span.current{background:var(--blue)}.question-card{padding:35px 38px 26px;border:1px solid #e1e7ef;border-radius:20px;background:white;box-shadow:0 14px 35px #183b6005}.question-meta{display:flex;gap:12px;align-items:center;font-size:11px;color:#8a97a7;margin-bottom:24px}.tag{display:inline-flex;align-items:center;padding:5px 10px;border-radius:6px;background:#edf4fc;font-weight:650;font-size:10px;color:var(--blue)}fieldset{border:0;margin:0;padding:0;min-width:0}legend{font-size:25px;font-weight:650;line-height:1.5;letter-spacing:-.6px;margin:0 0 11px;padding:0;width:100%}.question-number{color:#b9c7d6;margin-right:5px;font-size:20px}.question-hint{font-size:12px;color:#8c98a9;margin:0 0 25px}.answer-options{display:grid;gap:11px}.answer-option{display:flex;align-items:center;gap:14px;min-height:66px;border:1px solid #e1e7ef;border-radius:10px;padding:13px 17px;position:relative;cursor:pointer;background:#fdfefe;transition:border-color .15s,background .15s}.answer-option:hover{background:#f5f8fc;border-color:#a3bddc}.answer-option input{position:absolute;opacity:0;height:1px;width:1px}.answer-option:has(input:focus-visible){outline:3px solid var(--cyan);outline-offset:3px}.answer-option:has(input:checked),.answer-option.selected{border-color:var(--blue);background:#f0f6fe;box-shadow:0 0 0 1px #0b4ea209}.answer-letter{display:grid;place-items:center;font-size:12px;width:32px;height:32px;flex-shrink:0;border:1px solid #e1e7ef;background:#fff;border-radius:7px;font-weight:650;color:#8394a9}.answer-text{font-size:13px;line-height:1.6;color:#53657e}.answer-indicator{height:18px;width:18px;border:1px solid #dae3ed;border-radius:50%;display:grid;place-items:center;margin-left:auto;flex-shrink:0}.answer-indicator .icon{display:none;width:12px;height:12px;stroke-width:2.5}.answer-option input:checked~.answer-letter{background:var(--blue);color:#fff;border-color:var(--blue)}.answer-option input:checked~.answer-indicator{background:var(--blue);border-color:var(--blue);color:white}.answer-option input:checked~.answer-indicator .icon{display:block}.answer-option input:checked~.answer-text{color:var(--blue);font-weight:600}.question-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:23px;border-top:1px solid #edf0f5}.question-bottom-note{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#9aa7b7}.question-bottom-note .icon{width:13px;height:13px}.quiz-bottom-note{display:flex;justify-content:center;align-items:center;gap:7px;font-size:10px;color:#8d9aad;margin-top:22px}.quiz-bottom-note .icon{color:var(--green);height:14px;width:14px}
.result-shell{max-width:760px;margin:40px auto 48px}.result-hero{text-align:center;background:linear-gradient(125deg,#fff,#f2f7fd);border:1px solid #e0e8f2;border-radius:22px;padding:34px 25px 24px;position:relative;overflow:hidden}.result-hero .eyebrow{justify-content:center;font-size:9px;margin-bottom:10px}.result-icon{display:grid;place-items:center;margin:0 auto 17px;width:51px;height:51px;background:#eff5e9;color:var(--green);border:1px solid #dfead4;border-radius:16px}.result-icon .icon{height:26px;width:26px}.result-hero h1{font-size:32px;margin-bottom:10px}.result-hero h1 span{color:var(--blue)}.result-hero>p{font-size:12px;color:#8592a4}.score-display{display:flex;align-items:baseline;justify-content:center;gap:7px;line-height:1;margin-top:24px}.score-display>strong{font-size:82px;letter-spacing:-4px;color:var(--blue);font-weight:750}.score-display>span{font-size:29px;color:#b7c5d5}.result-hero p.score-caption{font-size:12px;margin:8px 0 15px;color:#60738d}.result-dots{display:flex;justify-content:center;gap:8px;margin-bottom:24px}.result-dots>span{height:24px;width:24px;display:grid;place-items:center;border-radius:50%;background:#e6ecf3;color:#a5b3c3}.result-dots>span.filled{background:var(--green);color:white}.result-dots .icon{height:13px;width:13px;stroke-width:2.5}.result-saved{display:flex;justify-content:center;align-items:center;gap:7px;color:#8190a3;font-size:10px;padding-top:20px;border-top:1px solid #e3eaf2}.result-saved .icon{height:14px;width:14px}.review-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:32px 0 17px}.review-heading h2{font-size:19px;letter-spacing:-.4px;margin:0}.review-heading>span{font-size:10px;color:#95a1b1}.answer-review{display:grid;gap:12px}.review-item{padding:21px 22px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:15px}.review-symbol{width:29px;height:29px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:#edf5e7;color:#6f9d43;margin-top:2px}.review-symbol .icon{height:16px;width:16px}.is-incorrect .review-symbol{background:#fff0ef;color:#cc7c72}.review-content{min-width:0;flex:1}.review-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;color:#95a2b3;margin-bottom:7px}.review-meta span:last-child{color:#79965f}.is-incorrect .review-meta span:last-child{color:#ba807b}.review-content h3{font-size:14px;line-height:1.65;font-weight:600;letter-spacing:-.1px;margin-bottom:9px}.review-content p{font-size:11px;color:#8b96a6;margin:4px 0 0;line-height:1.8}.review-content p strong{color:#6c7e94;font-weight:550}.review-content p.correct-text,.review-content p.correct-text strong{color:#6b934d}.result-actions{margin:25px 0;display:flex;align-items:center;justify-content:center;gap:20px}.result-actions>span{font-size:10px;color:#8a97a8}
.login-shell{display:grid;grid-template-columns:1fr 440px;align-items:center;gap:80px;max-width:1000px;margin:85px auto}.login-intro h1{font-size:45px;line-height:1.3;margin:18px 0}.login-intro h1 span{color:var(--blue)}.login-intro p{color:#7d8ca1;font-size:14px}.login-decoration{height:100px;width:100px;display:grid;place-items:center;margin:28px 0;background:linear-gradient(145deg,#e9f1fc,#eef6e7);border-radius:30px;transform:rotate(-7deg)}.login-decoration .icon{height:45px;width:45px;color:var(--blue);stroke-width:1.2}.login-card>.little-icon{margin-bottom:22px}.login-card form{margin-top:26px}.login-card .button{margin-top:8px}.login-back{display:flex;justify-content:center;margin-top:22px;font-size:11px}.text-page{max-width:740px;margin:42px auto 60px;padding:35px 45px;background:#fff;border:1px solid #e2e8f0;border-radius:20px}.text-page .eyebrow{margin-top:32px}.text-page h1{margin-top:14px;font-size:38px}.text-page .lead{font-size:16px;color:#647a94}.text-page h2{font-size:20px;margin-top:28px;margin-bottom:12px}.text-page p{font-size:13px;color:#75869d;line-height:1.9}.error-page{text-align:center;max-width:650px;margin:90px auto;padding:30px}.error-page .eyebrow{justify-content:center;margin:22px 0}.error-page h1{font-size:35px}.error-page p{font-size:14px;color:#7d8da4}.error-symbol{width:64px;height:64px;border-radius:20px;background:#e9f1fb;display:grid;place-items:center;margin:auto;color:var(--blue)}.error-symbol .icon{width:29px;height:29px}.error-actions{margin:28px 0}.error-page small{color:#9eabba;font-size:10px}
.admin-body{min-height:100vh;display:flex;flex-direction:column}.header-nav{display:flex;align-items:center;gap:24px;margin-left:auto}.header-nav>a{font-size:11px;color:#7c8ca1;display:flex;align-items:center;gap:7px}.header-nav>a.nav-active{color:var(--blue);font-weight:650}.header-nav .icon{height:15px;width:15px}.icon-button{display:grid;place-items:center;height:34px;width:34px;border:1px solid var(--line);border-radius:9px;background:white;color:#7c8ca1}.admin-main{max-width:1280px;width:100%;padding:44px 40px 60px;margin:auto;flex:1}.admin-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 30px}.admin-title h1{font-size:34px;margin:10px 0 8px;letter-spacing:-1px}.admin-title p{color:#8593a5;font-size:12px;margin:0}.admin-title .eyebrow{font-size:9px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}.stat-card{display:flex;flex-direction:column;background:white;border:1px solid #e2e8f0;border-radius:14px;padding:24px;position:relative}.stat-card>.stat-icon{display:grid;place-items:center;position:absolute;top:19px;right:19px;width:32px;height:32px;border-radius:9px;background:#edf3fc;color:var(--blue)}.stat-card .stat-icon .icon{height:16px;width:16px}.stat-card>.stat-icon.green{background:#f0f6e9;color:#7ca54e}.stat-card>.stat-icon.cyan{background:#eaf7fb;color:#39a0ba}.stat-card>.stat-icon.amber{background:#fff8e7;color:#c99c41}.stat-card>span:not(.stat-icon){font-size:10px;color:#7d8da2;padding-right:33px;line-height:1.6;min-height:32px}.stat-card>strong{font-size:34px;color:#263e5d;line-height:1.3;letter-spacing:-1px;margin:9px 0 4px}.stat-card>strong small{font-size:16px;color:#abb8c8;font-weight:500;letter-spacing:0}.stat-card>small{font-size:9px;color:#a2adbc}.table-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.table-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 25px;border-bottom:1px solid #edf0f5}.table-heading h2{font-size:16px;letter-spacing:-.25px;margin:0;display:flex;align-items:center;gap:10px}.table-heading h2>span{background:#eef3fa;color:var(--blue);font-size:10px;min-width:24px;border-radius:7px;padding:4px 7px;text-align:center}.table-heading>span{font-size:10px;color:#9aa5b4}.filters{padding:20px 25px;display:flex;gap:12px;align-items:flex-end;border-bottom:1px solid #edf0f5}.filters .field{margin:0;flex:1}.filters .field.search-field{flex:1.8}.filters .field label{font-size:10px;color:#8190a4;font-weight:500}.filters input:not([type=hidden]),.filters select{height:40px;font-size:11px;background:white}.filters input::placeholder{font-size:11px}.filters .input-wrap>.icon{height:14px;width:14px;left:12px}.filters .input-wrap input:not([type=hidden]){padding-left:34px}.filters .button{min-height:40px;font-size:11px;padding:9px 17px}.clear-filters{align-self:flex-end;margin-bottom:11px;font-size:10px;color:#8193ac}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:11px}th{font-size:9px;font-weight:600;color:#8b9aac;background:#fbfcfe;padding:13px 22px;border-bottom:1px solid #edf0f5}td{padding:19px 22px;border-bottom:1px solid #edf0f5;color:#8391a5}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfdff}.table-person{display:flex;align-items:center;gap:10px;min-width:150px;max-width:260px}.table-person strong{font-weight:550;color:#4e637e;overflow-wrap:anywhere}.avatar{height:30px;width:30px;flex-shrink:0;display:grid;place-items:center;border-radius:9px;color:#557aa8;background:#edf3fa;font-size:11px;font-weight:650}.score-badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:4px 9px;border-radius:6px;background:#f5f0e7;color:#af946d;font-size:10px}.score-badge .icon{height:12px;width:12px}.score-3,.score-4{background:#eef3fb;color:#7390b4}.score-5{background:#eef6e8;color:#7c9f5b}.date-cell{white-space:nowrap;font-size:10px}.detail-link{display:inline-flex;align-items:center;gap:8px;font-size:10px;white-space:nowrap}.detail-link .icon{height:13px;width:13px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-top:1px solid #edf0f5;font-size:10px;color:#96a2b2}.pagination nav{display:flex;gap:8px}.empty-state{text-align:center;padding:55px 20px 65px}.empty-state>span{display:grid;place-items:center;width:55px;height:55px;margin:0 auto 18px;background:#f0f5fb;border-radius:16px;color:#91abc9}.empty-state h3{font-size:18px;margin-bottom:10px}.empty-state p{font-size:12px;color:#95a1b1;margin-bottom:22px}.detail-title{margin-top:25px}.detail-title h1{overflow-wrap:anywhere}.detail-date{color:#a1adbd;font-size:11px;margin-left:7px}.detail-score{padding:18px 27px;background:#fff;border:1px solid #e1e8f0;border-radius:15px;text-align:center;flex-shrink:0;display:flex;flex-direction:column}.detail-score>strong{font-size:32px;line-height:1.3;color:var(--blue)}.detail-score>strong span{font-size:19px;font-weight:450;color:#afbdce}.detail-score>span{font-size:10px;color:#94a1b3}.detail-answers{max-width:900px}.detail-answers .form-note{justify-content:flex-start}
@media(min-width:1450px){.home-shell{padding-top:80px;padding-bottom:50px}.steps-strip{margin-bottom:50px}.site-footer{padding:30px 0}}
@media(max-width:1100px){.header-inner{padding:0 30px;gap:22px}.header-pill{font-size:10px}.home-shell{gap:35px;padding-left:10px;padding-right:10px}.home-intro h1{font-size:62px}.start-card{padding:28px}.steps-strip{margin-left:10px;margin-right:10px;padding:23px 20px;gap:15px}.steps-strip>div{gap:10px}.step-connector{width:15px}.footer-motto{display:none}.header-nav{gap:15px}.admin-main{padding:35px 25px 50px}.stats-grid{gap:12px}.stat-card{padding:20px}.filters{flex-wrap:wrap}.filters .field{min-width:130px}.login-shell{gap:40px;grid-template-columns:1fr 400px;margin-top:70px}.login-intro h1{font-size:37px}}
@media(max-width:820px){.site-header{height:88px}.header-inner{padding:0 25px;gap:20px}.brand img{width:155px}.header-pill{display:none}.project-brand strong{font-size:8px;letter-spacing:1px}.project-brand>span{font-size:10px}.home-shell{gap:28px;padding:45px 0 30px;grid-template-columns:1fr 1fr}.home-intro h1{font-size:54px;letter-spacing:-2.7px}.hero-copy{font-size:13px}.desktop-break{display:none}.hero-facts{gap:14px;flex-wrap:wrap;font-size:10px}.start-card{padding:25px 23px}.start-card h2{font-size:24px}.start-card>.muted{font-size:12px}.how-card{margin-left:0;margin-right:0}.quiz-art{height:210px;transform:scale(.9);transform-origin:left top;width:320px}.brand-note{font-size:7px;letter-spacing:1.2px;margin-left:0;margin-top:0}.steps-strip{margin-left:0;margin-right:0;gap:14px;padding:20px 15px}.steps-strip>div{align-items:flex-start}.step-connector{display:none}.steps-strip div div>span{font-size:8px}.steps-strip strong{font-size:10px}.step-number{width:29px;height:29px;font-size:10px;border-radius:8px}.header-nav .nav-active{display:none}.admin-body .project-brand{display:none}.admin-body .brand-divider{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card>span:not(.stat-icon){min-height:0}.filters .field.search-field{flex:2;min-width:200px}.filters .field{min-width:125px}.login-shell{grid-template-columns:1fr;max-width:450px;gap:10px;margin:40px auto}.login-intro h1{font-size:34px}.login-intro p,.login-decoration{display:none}}
@media(max-width:620px){.public-main{padding:0 20px}.site-header{height:82px}.header-inner{gap:14px;padding:0 20px}.brand img{width:138px}.brand-divider{height:30px}.project-brand strong{font-size:7px;max-width:155px;line-height:1.7;letter-spacing:.6px}.project-brand>span{font-size:9px}.home-shell{grid-template-columns:1fr;gap:20px;padding-top:33px}.home-intro .eyebrow{font-size:9px;letter-spacing:1.7px}.home-intro h1{font-size:57px;margin:20px 0;line-height:1.08}.home-intro h1 br{display:none}.home-intro h1 span:after{height:4px;bottom:-5px}.hero-copy{font-size:13px;line-height:1.8;margin-bottom:18px;max-width:360px}.hero-copy br{display:none}.hero-facts{gap:22px;font-size:11px}.quiz-art,.brand-note{display:none}.start-area{padding-top:9px}.start-card{padding:25px}.start-card:before{left:25px;right:25px}.card-topline{margin-bottom:17px}.start-card h2{font-size:26px}.start-card>.muted{font-size:13px}.start-form{margin-top:24px}.consent{font-size:11px}.field label{font-size:12px}.form-note{font-size:9px}.how-card{margin-top:16px;padding:16px}.how-card p{font-size:10px}.how-card strong{font-size:11px}.steps-strip{flex-direction:column;align-items:stretch;gap:22px;padding:24px;margin-bottom:27px}.steps-strip>div{gap:15px;align-items:center}.step-number{height:34px;width:34px;font-size:11px}.steps-strip strong{font-size:12px}.steps-strip div div>span{font-size:10px}.site-footer{width:calc(100% - 40px);padding:23px 0;flex-direction:column;align-items:center;gap:10px;font-size:10px}.site-footer nav{gap:14px}.quiz-shell{margin:25px auto 35px}.quiz-top{margin-bottom:28px}.participant-greeting{font-size:10px}.question-card{padding:25px 20px 20px;border-radius:16px}.question-meta{margin-bottom:20px;font-size:10px}.question-meta .tag{font-size:9px}.question-card legend{font-size:22px;line-height:1.5}.question-number{font-size:17px}.question-hint{font-size:11px;margin-bottom:20px}.answer-option{gap:10px;padding:13px 12px;min-height:65px}.answer-text{font-size:12px}.answer-letter{height:29px;width:29px;font-size:11px}.question-actions{gap:10px;margin-top:25px}.question-actions .button{font-size:11px;padding:12px 15px}.question-bottom-note{max-width:90px;line-height:1.6;font-size:8px}.quiz-bottom-note{font-size:9px;text-align:center;align-items:flex-start;padding:0 12px}.quiz-bottom-note .icon{margin-top:1px}.result-shell{margin-top:25px}.result-hero{padding:27px 18px 22px}.result-hero h1{font-size:26px}.result-hero>p{font-size:11px}.review-heading{flex-direction:column;align-items:flex-start;gap:5px}.review-heading h2{font-size:18px}.review-item{padding:18px 15px;gap:10px}.review-content h3{font-size:13px}.review-meta{font-size:8px}.review-symbol{height:24px;width:24px}.review-content p{font-size:10px}.result-actions{flex-direction:column;gap:12px}.login-shell{margin:32px auto}.login-intro h1{font-size:31px;margin-bottom:25px}.login-card{padding:28px}.text-page{padding:27px 23px;margin-top:25px}.text-page h1{font-size:31px}.text-page .lead{font-size:14px}.text-page p{font-size:12px}.error-page{padding:20px 0;margin:65px auto}.error-page h1{font-size:28px}.error-page p{font-size:12px}.header-nav{gap:14px}.header-nav>a{font-size:10px}.admin-main{padding:28px 18px 40px}.admin-title{align-items:flex-start;flex-wrap:wrap;gap:18px}.admin-title h1{font-size:28px}.admin-title p{font-size:11px}.admin-title>.button{min-height:40px;font-size:11px;padding:10px 14px}.stats-grid{gap:10px}.stat-card{padding:18px 15px}.stat-card>.stat-icon{top:14px;right:13px;width:27px;height:27px;border-radius:8px}.stat-card>span:not(.stat-icon){font-size:9px;padding-right:28px;min-height:30px}.stat-card>strong{font-size:29px}.stat-card>small{font-size:8px}.stat-card .stat-icon .icon{height:14px;width:14px}.table-heading{padding:18px;gap:10px;flex-wrap:wrap}.table-heading h2{font-size:14px}.table-heading>span{font-size:9px}.filters{padding:18px;gap:12px}.filters .field.search-field{flex-basis:100%}.filters .field{min-width:calc(50% - 10px)}.filters .button{flex:1}.filters .clear-filters{margin-right:10px}.pagination{padding:15px;flex-wrap:wrap;gap:12px}.pagination>span{font-size:9px}.pagination nav{margin-left:auto}.detail-title{align-items:center}.detail-date{display:block;margin:6px 0 0}.detail-score{padding:12px 20px}.detail-score>strong{font-size:28px}.detail-score>span{font-size:9px}.detail-answers .form-note{text-align:left}}
.privacy-note{font-size:11px;line-height:1.8;color:#728095;margin:23px 0}.privacy-note a{text-decoration:underline;text-underline-offset:2px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}
