:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172033;background:#f2f6fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#dcefff 0,#f2f6fa 48%,#edf1f5 100%)}button,input{font:inherit}.shell{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(680px,100%);background:#fff;border:1px solid #dbe4ec;border-radius:18px;padding:clamp(24px,5vw,48px);box-shadow:0 20px 60px rgba(27,60,88,.12)}.state{text-align:center}.hidden{display:none!important}.brand{color:#0571b7;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;margin-bottom:24px}h1{font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.15;margin:0 0 16px}h2{font-size:1.1rem;margin:0 0 10px}p{color:#526171;line-height:1.6}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.facts div{padding:16px;background:#f5f8fb;border-radius:10px}.facts dt{font-size:.8rem;color:#68798a}.facts dd{font-weight:650;margin:5px 0 0}.notice{text-align:left;background:#edf7ff;border-left:4px solid #0787d1;border-radius:8px;padding:18px 20px;margin:24px 0}.notice ul{padding-left:20px;margin:0;color:#405365;line-height:1.7}.consent{display:flex;gap:12px;text-align:left;padding:12px 0;color:#34485c;line-height:1.5}.consent input{width:20px;height:20px;flex:none}.primary,.danger{border:0;border-radius:9px;padding:13px 24px;color:#fff;font-weight:700;cursor:pointer;margin-top:20px}.primary{background:#087fc4}.primary:disabled{opacity:.45;cursor:not-allowed}.danger{background:#b72c38}.error{color:#b42318;min-height:24px}.spinner{width:42px;height:42px;border:4px solid #d5e8f6;border-top-color:#0787d1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 24px}@keyframes spin{to{transform:rotate(360deg)}}.success{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#dcf7e8;color:#16844b;font-size:2.5rem;font-weight:800;margin:0 auto 24px}.live{display:inline-flex;align-items:center;gap:8px;color:#087544;font-weight:700;margin-bottom:28px}.live span{width:10px;height:10px;border-radius:50%;background:#19aa64;box-shadow:0 0 0 6px #d8f4e7}.voice{height:100px;display:flex;align-items:center;justify-content:center;gap:7px;margin:24px 0}.voice i{display:block;width:8px;height:35%;border-radius:5px;background:#0787d1;animation:wave .9s ease-in-out infinite}.voice i:nth-child(2),.voice i:nth-child(4){animation-delay:.15s}.voice i:nth-child(3){animation-delay:.3s}@keyframes wave{50%{height:90%}}.transcript{text-align:left;max-height:180px;overflow:auto;padding:16px;background:#f6f8fa;border-radius:8px;color:#43576a;line-height:1.5}.transcript:empty{display:none}@media(max-width:520px){.facts{grid-template-columns:1fr}.card{border-radius:12px}.shell{padding:12px}}
