.verify-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--surface-2)}.verify-card{text-align:center;padding:3rem 4rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:1rem}.verify-logo{width:64px;height:64px;border-radius:16px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.verify-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.verify-card h2{font-size:1.2rem;color:var(--text)}.verify-card p{color:var(--text-muted);font-size:.9rem}.terms-page{min-height:100vh;background:var(--surface-2);padding:2rem 1rem;display:flex;justify-content:center}.terms-container{width:100%;max-width:680px;display:flex;flex-direction:column;gap:1.5rem}.terms-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--primary);border-radius:var(--radius);color:#fff}.terms-logo{width:52px;height:52px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:#fff;flex-shrink:0}.terms-header h1{font-size:1.4rem;color:#fff;margin-bottom:.2rem}.terms-badge{background:#fff3;color:#ffffffe6;padding:2px 10px;border-radius:20px;font-size:.8rem;font-weight:500;font-family:DM Sans,sans-serif}.terms-welcome{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.terms-welcome h2{font-size:1.4rem;color:var(--primary);margin-bottom:.5rem}.terms-welcome p{color:var(--text-muted);line-height:1.6}.terms-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.info-card{background:var(--surface);border-radius:var(--radius);padding:1.2rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow)}.info-icon{font-size:1.5rem}.info-card strong{display:block;font-size:.9rem;font-weight:600;color:var(--text)}.info-card span{font-size:.78rem;color:var(--text-muted)}.terms-instructions{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.terms-instructions h3{font-size:1.1rem;margin-bottom:1rem;color:var(--primary)}.terms-instructions ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.terms-instructions li{padding-left:1.5rem;position:relative;color:var(--text-muted);font-size:.9rem;line-height:1.5}.terms-instructions li:before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:600}.terms-consent{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.terms-consent h3{font-size:1.1rem;color:var(--primary);margin-bottom:.25rem}.consent-item{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.consent-item input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--primary);flex-shrink:0;cursor:pointer}.consent-item span{font-size:.9rem;color:var(--text-muted);line-height:1.5}.start-btn{width:100%;padding:1rem;background:var(--border);color:var(--text-muted);border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;transition:all .2s;cursor:not-allowed}.start-btn.active{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 16px #17a43b4d}.start-btn.active:hover{transform:translateY(-1px);box-shadow:0 6px 20px #17a43b59}@media (max-width: 600px){.terms-info-grid{grid-template-columns:1fr}}.quiz-page{min-height:100vh;background:var(--surface-2);display:flex;flex-direction:column}.quiz-topbar{background:var(--primary);padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem;position:sticky;top:0;z-index:10}.quiz-logo{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--accent);background:#ffffff1a;padding:.3rem .75rem;border-radius:8px;flex-shrink:0}.quiz-progress-wrap{flex:1;display:flex;align-items:center;gap:1rem}.quiz-progress-bar{flex:1;height:6px;background:#ffffff26;border-radius:3px;overflow:hidden}.quiz-progress-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease}.quiz-count{color:#fff9;font-size:.85rem;font-weight:500;flex-shrink:0}.quiz-timer{background:#ffffff1a;color:#ffffffe6;font-size:.9rem;font-weight:700;font-family:DM Sans,monospace;padding:.3rem .85rem;border-radius:8px;flex-shrink:0;letter-spacing:.05em;transition:background .3s,color .3s}.quiz-timer.timer-warning{background:#e53e3e;color:#fff;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.quiz-content{flex:1;max-width:680px;width:100%;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.section-label{background:var(--primary);color:#fff;border-radius:var(--radius);padding:1.25rem 1.5rem;animation:fadeIn .4s ease}.section-badge{display:inline-block;background:var(--accent);color:var(--primary);font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:20px;margin-bottom:.5rem;font-family:DM Sans,sans-serif}.section-label h3{font-size:1.1rem;color:#fff;margin-bottom:.35rem}.section-label p{font-size:.85rem;color:#ffffffa6;line-height:1.5}.question-card{background:var(--surface);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);transition:transform .25s ease,opacity .25s ease}.question-card.slide-out{transform:translate(-20px);opacity:0}.question-number{font-size:.78rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.question-text{font-size:1.05rem;font-weight:500;color:var(--text);line-height:1.65;margin-bottom:1.75rem}.rating-options{display:flex;flex-direction:column;gap:.75rem}.rating-labels{display:flex;justify-content:space-between;font-size:.78rem;color:var(--text-muted)}.rating-buttons{display:flex;gap:.75rem;justify-content:center}.rating-btn{width:52px;height:52px;border-radius:50%;border:2px solid var(--border);background:var(--surface-2);font-size:1.1rem;font-weight:600;color:var(--text-muted);transition:all .15s}.rating-btn:hover{border-color:var(--accent);color:var(--accent);background:#fff}.rating-btn.selected{background:var(--primary);border-color:var(--primary);color:#fff;transform:scale(1.1)}.mcq-options{display:flex;flex-direction:column;gap:.75rem}.mcq-btn{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid var(--border);border-radius:10px;background:var(--surface-2);text-align:left;transition:all .15s}.mcq-btn:hover{border-color:var(--accent);background:#fff}.mcq-btn.selected{border-color:var(--primary);background:var(--primary)}.mcq-btn.selected .mcq-key{background:#ffffff40;color:#fff}.mcq-btn.selected .mcq-label{color:#fff}.mcq-key{width:32px;height:32px;border-radius:8px;background:var(--border);color:var(--text-muted);font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.mcq-label{font-size:.9rem;color:var(--text);line-height:1.4;transition:color .15s}.quiz-nav{display:flex;gap:1rem;justify-content:flex-end}.nav-back{padding:.75rem 1.5rem;border:2px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:all .15s}.nav-back:hover{border-color:var(--text-muted);color:var(--text)}.nav-next{padding:.75rem 2rem;border:none;border-radius:var(--radius);background:var(--border);color:var(--text-muted);font-size:.95rem;font-weight:600;cursor:not-allowed;transition:all .2s}.nav-next.active{background:var(--primary);color:#fff;cursor:pointer}.nav-next.active:hover{transform:translateY(-1px);box-shadow:0 4px 16px #17a43b4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 500px){.rating-buttons{gap:.5rem}.rating-btn{width:44px;height:44px;font-size:1rem}.quiz-topbar{padding:.75rem 1rem}.question-card{padding:1.5rem}}.result-page{min-height:100vh;background:var(--surface-2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.result-card{background:var(--surface);border-radius:var(--radius);padding:3rem 2.5rem;max-width:560px;width:100%;box-shadow:var(--shadow);text-align:center;animation:fadeIn .5s ease}.result-icon{font-size:3.5rem;margin-bottom:1rem}.result-card h1{font-size:2rem;color:var(--primary);margin-bottom:.5rem}.result-name{font-size:1rem;color:var(--text-muted);margin-bottom:1.25rem}.result-msg{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.75rem}.result-next{background:var(--surface-2);border-radius:10px;padding:1.5rem;text-align:left;margin-bottom:2rem}.result-next h3{font-size:1rem;color:var(--primary);margin-bottom:.75rem}.result-next ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.result-next li{font-size:.88rem;color:var(--text-muted);line-height:1.5}.result-footer{font-size:.8rem;color:var(--border);border-top:1px solid var(--border);padding-top:1.25rem;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.status-page{min-height:100vh;background:var(--surface-2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.status-card{background:var(--surface);border-radius:var(--radius);padding:3rem 2.5rem;max-width:480px;width:100%;box-shadow:var(--shadow);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.status-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:.5rem}.status-card h1{font-size:1.8rem;color:var(--primary)}.status-msg{font-size:.95rem;color:var(--text-muted);line-height:1.6;max-width:360px}.status-help{background:var(--surface-2);border-radius:10px;padding:1.25rem;width:100%}.status-help p{font-size:.88rem;color:var(--text-muted);line-height:1.6}.status-brand{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem;margin-top:.5rem}.status-logo{background:var(--primary);color:#fff;font-family:Playfair Display,serif;font-size:.85rem;font-weight:700;padding:2px 8px;border-radius:6px}:root{--primary: #17A43B;--primary-dark: #128a30;--accent: #17A43B;--accent-light: #4dc76e;--surface: #ffffff;--surface-2: #F6F6F6;--text: #1a1a1a;--text-muted: #6b7280;--border: #e2e8e2;--success: #17A43B;--error: #c0392b;--radius: 12px;--shadow: 0 4px 24px rgba(23,164,59,.1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;background:var(--surface-2);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Playfair Display,serif}button{cursor:pointer;font-family:DM Sans,sans-serif}
