:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#e8edf7;background:#070b14}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% 0,#17213c 0,#0b1020 35%,#070b14 75%)}.shell{min-height:100vh;display:grid;place-items:center;padding:28px}.card,.chat{width:min(760px,100%);border:1px solid #28324b;border-radius:24px;background:rgba(12,18,33,.94);box-shadow:0 28px 90px rgba(0,0,0,.35)}.card{padding:44px}.brand{font-size:14px;letter-spacing:.34em;font-weight:800;color:#9eb3ff}.badge{display:inline-block;margin-top:20px;padding:7px 10px;border:1px solid #33436d;border-radius:999px;font-size:11px;letter-spacing:.12em;color:#b9c6e8}h1{font-size:clamp(34px,7vw,54px);line-height:1.02;margin:22px 0 12px;letter-spacing:-.04em}.lead{font-size:17px;color:#aeb9cf}.notice{margin:24px 0;padding:18px;border-radius:14px;background:#111a2d;border:1px solid #263452}.notice p{margin:7px 0 0;color:#94a3bd;line-height:1.55;font-size:14px}label{display:block;margin:15px 0 7px;color:#b9c6e8;font-size:13px}input,textarea{width:100%;border:1px solid #33415f;background:#090f1d;color:#edf3ff;border-radius:11px;padding:13px 14px;font:inherit;outline:none}input:focus,textarea:focus{border-color:#7189d8}.check{display:flex;gap:10px;align-items:flex-start;line-height:1.4}.check input{width:18px;margin:2px 0 0}.check span{color:#8f9bb2}button{border:0;border-radius:11px;background:#5d78d6;color:white;font-weight:750;padding:13px 18px;cursor:pointer}form>button{width:100%;margin-top:12px}.error{color:#fda4af;min-height:20px;font-size:13px}.hidden{display:none!important}.chat{height:min(820px,calc(100vh - 56px));display:flex;flex-direction:column;overflow:hidden}.chat header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #222d45}.chat header #tester{font-size:12px;color:#7887a3}.ghost{background:#182238;color:#aebbd4}.messages{flex:1;overflow:auto;padding:26px;display:flex;flex-direction:column;gap:14px}.bubble{max-width:82%;padding:13px 15px;border-radius:16px;line-height:1.55;white-space:pre-wrap}.bubble.user{align-self:flex-end;background:#405ba9}.bubble.assistant{align-self:flex-start;background:#141e32;border:1px solid #273653}.bubble.pending{opacity:.6}.composer{display:flex;gap:10px;padding:16px 20px;border-top:1px solid #222d45}.composer textarea{resize:none}.composer button{width:auto;margin:0}.meta{display:flex;gap:8px;align-items:center;padding:0 22px 15px;color:#697895;font-size:11px}.dot{width:7px;height:7px;border-radius:50%;background:#4ade80}.feedback{padding:10px 22px;display:flex;align-items:center;gap:10px;color:#8998b3;font-size:12px}.feedback button{padding:6px 9px;background:#182238}.feedback button:hover{background:#33456e}@media(max-width:600px){.shell{padding:0}.card,.chat{border-radius:0;min-height:100vh;border-left:0;border-right:0}.card{padding:30px 22px}.chat{height:100vh}.bubble{max-width:92%}.composer{padding:12px}.messages{padding:18px}}