.dt-progress{display:flex;justify-content:center;gap:7px;margin-bottom:18px}.dt-dot{width:7px;height:7px;border-radius:50%;background:var(--bg-3);transition:background .25s}.dt-dot.done{background:var(--border-strong)}.dt-dot.active{background:var(--primary)}.dt-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px;text-align:center;margin-bottom:14px}.dt-qnum{font-size:11px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.dt-question{font-family:"Outfit",sans-serif;font-size:17px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:8px}.dt-detail{font-size:12.5px;color:var(--text-sec);line-height:1.55}.dt-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.dt-btn{padding:13px;border-radius:var(--r);border:1px solid var(--border);background:var(--bg);font-family:"Outfit",sans-serif;font-size:15px;font-weight:600;color:var(--text);cursor:pointer;transition:background .15s,border-color .15s}.dt-btn:hover{background:var(--bg-2);border-color:var(--border-strong)}.dt-back-row{text-align:center}.dt-back{font-size:12px;color:var(--text-muted);background:0 0;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.outcome{border-radius:var(--r-lg);padding:22px 20px;text-align:center}.outcome-permit{background:var(--danger-bg);border:1px solid var(--danger-border)}.outcome-safe{background:var(--safe-bg);border:1px solid var(--safe-border)}.outcome-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-family:"Outfit",sans-serif;font-size:20px;font-weight:700}.outcome-permit .outcome-icon{background:#f5c4bc;color:#7a1e17}.outcome-safe .outcome-icon{background:#a3ddb8;color:#0f5531}.outcome-title{font-family:"Outfit",sans-serif;font-size:19px;font-weight:700;margin-bottom:8px}.outcome-permit .outcome-title{color:var(--danger-text)}.outcome-safe .outcome-title{color:var(--safe-text)}.outcome-body{font-size:13px;line-height:1.6;margin-bottom:14px;max-width:380px;margin-left:auto;margin-right:auto}.outcome-permit .outcome-body{color:var(--danger-text)}.outcome-safe .outcome-body{color:var(--safe-text)}.outcome-cta{display:inline-block;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;margin-bottom:10px;transition:opacity .15s}.outcome-cta:hover{opacity:.85}.outcome-permit .outcome-cta{background:var(--danger-text);color:#fff}.outcome-safe .outcome-cta{background:var(--safe-text);color:#fff}.outcome-restart{display:block;font-size:12px;color:var(--text-muted);background:0 0;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;margin:0 auto}.step-row{display:flex;gap:14px;margin-bottom:14px;position:relative;z-index:1}.step-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Outfit",sans-serif;font-size:15px;font-weight:700;color:#fff;margin-top:2px}.step-body{flex:1;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:13px 15px}.step-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}.step-title{font-family:"Outfit",sans-serif;font-size:14px;font-weight:600;color:var(--text)}.step-tag{font-size:10.5px;font-weight:500;padding:2px 8px;border-radius:20px;border:1px solid var(--border-strong);color:var(--text-sec);white-space:nowrap}.step-desc{font-size:12.5px;color:var(--text-sec);line-height:1.6}