.scanner-card{background:linear-gradient(145deg,#0f172af2,#020617fa);border:1px solid rgba(255 255 255 / .08);border-radius:1.25rem;padding:2rem;max-width:48rem;margin:0 auto;box-shadow:0 25px 50px -12px #00000080;animation:cardFadeIn .4s ease-out}.scanner-card--wide{max-width:56rem}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.progress-wrap{margin-bottom:2rem}.progress-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#94a3b8;margin-bottom:.5rem}.progress-track{height:6px;background:#1e293b;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#38bdf8);border-radius:999px;transition:width .5s ease}.section-header{margin-bottom:1.5rem}.section-number{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#38bdf8;background:#0ea5e91a;border:1px solid rgba(14,165,233,.2);padding:.2rem .6rem;border-radius:999px;margin-bottom:.75rem}.section-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 .5rem}.section-desc{font-size:.875rem;color:#94a3b8;line-height:1.6;margin:0}.subsections{display:flex;flex-direction:column;gap:2rem}.subsection{background:#1e293b66;border:1px solid rgba(255 255 255 / .05);border-radius:1rem;padding:1.5rem}.subsection-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.subsection-title{font-size:1.05rem;font-weight:600;color:#fff;margin:0}.subsection-ref{font-size:.7rem;color:#64748b;background:#64748b26;padding:.15rem .5rem;border-radius:999px}.subsection-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.meta-badge{font-size:.7rem;color:#94a3b8;background:#94a3b814;padding:.2rem .5rem;border-radius:.375rem}.meta-badge--penalty{color:#fbbf24;background:#fbbf2414}.gateway-text{font-size:.82rem;color:#38bdf8;font-style:italic;margin:0 0 1rem;padding-left:.75rem;border-left:2px solid rgba(56,189,248,.3)}.verdict-text{font-size:.78rem;color:#94a3b8;margin:1rem 0 0;padding:.6rem .75rem;background:#0ea5e90d;border-radius:.5rem;border-left:2px solid rgba(14,165,233,.2)}.question-list{display:flex;flex-direction:column;gap:1rem}.q-field{padding:.75rem;border-radius:.75rem;border:1px solid rgba(255 255 255 / .04);background:#0f172a66;transition:border-color .2s}.q-field:hover{border-color:#ffffff14}.q-label{display:block;font-size:.875rem;color:#e2e8f0;line-height:1.5;margin-bottom:.6rem}.q-id{display:inline-block;font-size:.7rem;font-weight:700;color:#64748b;background:#64748b26;padding:.1rem .4rem;border-radius:.25rem;margin-right:.5rem;vertical-align:middle}.q-help{font-size:.78rem;color:#4ade80;margin:.5rem 0 0;padding:.4rem .6rem;background:#4ade800f;border-radius:.375rem;border-left:2px solid rgba(74,222,128,.25);animation:helpIn .3s ease-out}@keyframes helpIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.toggle-row{display:flex;gap:.5rem}.toggle-btn{flex:1;padding:.5rem 1rem;border-radius:.5rem;font-size:.82rem;font-weight:600;cursor:pointer;border:1px solid rgba(255 255 255 / .1);background:#1e293b80;color:#94a3b8;transition:all .2s}.toggle-btn:hover{border-color:#fff3;color:#e2e8f0}.toggle-btn--active-yes{background:#4ade801f;border-color:#4ade8059;color:#4ade80}.toggle-btn--active-no{background:#94a3b81a;border-color:#94a3b840;color:#cbd5e1}.q-select,.q-input{width:100%;padding:.6rem .75rem;border-radius:.5rem;font-size:.85rem;color:#fff;background:#1e293b99;border:1px solid rgba(255 255 255 / .1);outline:none;transition:border-color .2s}.q-select:focus,.q-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e926}.q-select option{background:#0f172a;color:#fff}.btn-row{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid rgba(255 255 255 / .06)}.btn-row--center{justify-content:center;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 4px 15px #0ea5e940}.btn--primary:hover{background:linear-gradient(135deg,#38bdf8,#0ea5e9);transform:translateY(-1px)}.btn--outline{background:transparent;color:#e2e8f0;border:1px solid rgba(255 255 255 / .12)}.btn--outline:hover{border-color:#ffffff40;background:#ffffff0a}.skip-anim{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center;animation:skipPulse 1.1s ease-out}.skip-icon{width:56px;height:56px;border-radius:50%;background:#0ea5e91a;color:#38bdf8;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;animation:skipBounce .6s ease}@keyframes skipBounce{0%{transform:scale(.6);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.skip-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .35rem}.skip-sub{font-size:.82rem;color:#64748b;margin:0 0 1.5rem}.skip-bar{width:200px;height:3px;background:#1e293b;border-radius:999px;overflow:hidden}.skip-bar-fill{height:100%;background:#0ea5e9;border-radius:999px;animation:skipFill 1s ease-in-out forwards}@keyframes skipFill{0%{width:0}to{width:100%}}@keyframes skipPulse{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}.results-header{text-align:center;margin-bottom:2rem}.results-icon{width:56px;height:56px;border-radius:50%;margin:0 auto 1rem;background:#4ade801f;color:#4ade80;display:flex;align-items:center;justify-content:center;animation:checkPop .5s ease-out}.results-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.results-subtitle{font-size:.9rem;color:#94a3b8;margin:0}.results-section{margin-top:1.5rem}.results-section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 .75rem}.reg-list{display:flex;flex-direction:column;gap:.5rem}.reg-card{border:1px solid rgba(255 255 255 / .06);border-radius:.75rem;overflow:hidden;background:#1e293b4d;transition:border-color .2s}.reg-card:hover{border-color:#ffffff1a}.reg-card--open{border-color:#0ea5e933}.reg-card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;width:100%;background:none;border:none;color:inherit;text-align:left}.reg-card-left{display:flex;align-items:center;gap:.6rem}.reg-card-name{font-size:.9rem;font-weight:600;color:#fff}.reg-card-right{display:flex;align-items:center;gap:.75rem}.reg-card-penalty{font-size:.7rem;color:#fbbf24}.reg-card-body{padding:0 1rem 1rem;animation:helpIn .25s ease-out}.reg-card-meta{font-size:.75rem;color:#64748b;margin-bottom:.5rem}.reg-card-full{font-size:.78rem;color:#94a3b8;margin:0 0 .5rem}.reg-details,.reg-next{list-style:none;padding:0;margin:.4rem 0}.reg-details li,.reg-next li{font-size:.8rem;color:#cbd5e1;padding:.25rem 0 .25rem 1rem;position:relative}.reg-details li:before{content:"→";position:absolute;left:0;color:#38bdf8}.reg-next li:before{content:"•";position:absolute;left:0;color:#4ade80}.reg-next-label{font-size:.75rem;font-weight:600;color:#4ade80;margin:.5rem 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.priority-badge{font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.badge--high{background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.2)}.badge--med{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.2)}.badge--low{background:#4ade801a;color:#4ade80;border:1px solid rgba(74,222,128,.2)}.badge--dim{opacity:.5}.na-summary{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:500;color:#64748b;padding:.75rem;cursor:pointer;border:1px solid rgba(255 255 255 / .05);border-radius:.5rem;background:#1e293b33}.na-summary:hover{color:#94a3b8}.na-list{padding:.5rem 0}.na-item{display:flex;justify-content:space-between;align-items:center;padding:.35rem .75rem;font-size:.8rem;color:#475569}.steps-grid{display:flex;flex-direction:column;gap:1rem}.step-cat{background:#1e293b4d;border:1px solid rgba(255 255 255 / .05);border-radius:.75rem;padding:1rem}.step-cat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.step-cat-icon{font-size:1.3rem}.step-cat-label{font-size:.9rem;font-weight:600;color:#fff;margin:0}.step-cat-time{font-size:.72rem;color:#64748b;margin:0}.step-list{list-style:none;padding:0;margin:0}.step-list li{font-size:.82rem;color:#cbd5e1;padding:.35rem 0 .35rem 1.2rem;position:relative;line-height:1.5}.step-list li:before{content:"";position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:#0ea5e9}.overlap-table-wrap{overflow-x:auto;margin-top:.75rem}.overlap-table{width:100%;border-collapse:collapse;font-size:.78rem}.overlap-table th{text-align:left;padding:.5rem;color:#94a3b8;font-weight:600;border-bottom:1px solid rgba(255 255 255 / .08)}.overlap-table td{padding:.4rem .5rem;color:#cbd5e1;border-bottom:1px solid rgba(255 255 255 / .04)}.overlap-table tr:last-child td{border-bottom:none}.disclaimer{font-size:.72rem;color:#475569;text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255 255 255 / .05);font-style:italic}@media(max-width:640px){.scanner-card{padding:1.25rem}.section-title{font-size:1.15rem}.subsection{padding:1rem}.subsection-meta{flex-direction:column;gap:.35rem}.reg-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.reg-card-right{width:100%;justify-content:space-between}}
