*,:before,:after{box-sizing:border-box}:root{--sans:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--dts-dark:#2e2e2e;--dts-red:#991724;--dts-red-bright:#e52629;--dts-text:#333;--dts-text-muted:#666;--dts-bg:#f0f0f0;font:16px/145% var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--dts-text);background:var(--dts-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{margin:0}#root{min-height:100svh}h1{font-weight:600}p{margin:0}#app-shell{flex-direction:column;min-height:100vh;display:flex}.brand-header{background:var(--dts-dark);flex-shrink:0;align-items:center;padding:.9rem 1.5rem;display:flex}.brand-header img{height:26px;display:block}.app-content{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.card{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:2rem;box-shadow:0 4px 20px #00000014}.tab-container{width:100%;max-width:420px}.tabs{gap:.4rem;margin-bottom:.75rem;display:flex}.tab-button{color:var(--dts-text);cursor:pointer;background:#e2e2e2;border:none;border-radius:8px;flex:1;padding:.6rem;font-size:.9rem;font-weight:600}.tab-button.active{background:var(--dts-red);color:#fff}.card h1{margin:0 0 1.5rem;font-size:1.4rem}.header-row{justify-content:space-between;align-items:center;display:flex}form{flex-direction:column;gap:.4rem;display:flex}label{color:#333;margin-top:.6rem;font-size:.85rem;font-weight:600}input,select{border:1px solid #ccc;border-radius:8px;padding:.6rem .7rem;font-family:inherit;font-size:1rem}input:focus,select:focus{outline:2px solid var(--dts-red);outline-offset:1px;border-color:var(--dts-red)}button[type=submit]{background:var(--dts-red);color:#fff;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;border:none;border-radius:999px;margin-top:1.2rem;padding:.7rem;font-size:1rem;font-weight:700;transition:background .15s}button[type=submit]:hover:not(:disabled){background:var(--dts-red-bright)}button[type=submit]:disabled{cursor:not-allowed;background:#cba6ab}.link-button{color:var(--dts-red);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.hint-text{color:#b45309;margin:.2rem 0 0;font-size:.8rem}.error-text{color:#dc2626;margin:.4rem 0 0;font-size:.85rem}.status-box{border-radius:8px;margin-top:1.2rem;padding:.8rem 1rem;font-size:.9rem}.status-box p{margin:.3rem 0 0}.status-box a{color:inherit;font-weight:600;text-decoration:underline}.status-loading{color:#3730a3;background:#eef2ff}.loading-row{align-items:center;gap:.6rem;display:flex}.progress-track{background:#3730a326;border-radius:3px;height:6px;margin-top:.7rem;overflow:hidden}.progress-fill{background:#3730a3;border-radius:3px;height:100%;transition:width .1s linear}.status-success{color:#166534;background:#dcfce7}.reset-code-value{letter-spacing:.15em;margin-top:.5rem;font-family:monospace;font-size:1.4rem;font-weight:700}.status-error{color:#991b1b;background:#fee2e2}.spinner{border:2px solid #3730a34d;border-top-color:#3730a3;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
