*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#eef3f9;color:#142238;font:16px system-ui,-apple-system,"Segoe UI",sans-serif}.login{width:min(460px,calc(100% - 28px));margin:8vh auto;padding:28px;border:1px solid #d7e1ed;border-radius:22px;background:#fff;box-shadow:0 24px 60px #17345c18}.brand{display:flex;align-items:center;gap:13px}.brand h1,.brand p{margin:0}.brand p,.brand small{display:block;color:#66758a}.mark{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,#6751d7,#0874e8);color:#fff;font-size:26px}form{display:grid;min-width:0;width:100%;gap:14px;margin-top:24px}label{display:grid;min-width:0;gap:7px;font-weight:750}input,button{display:block;width:100%;max-width:100%;min-width:0;min-height:48px;border:1px solid #c9d6e6;border-radius:12px;padding:11px 13px;font:inherit}button{border:0;background:#1769e8;color:#fff;font-weight:800;cursor:pointer}button:disabled{opacity:.55;cursor:wait}.error{color:#b42318}.note,.mode{color:#66758a}header{min-height:68px;padding:9px max(16px,calc((100% - 1000px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #d7e1ed}header a{color:#b42318}.app{width:min(1000px,calc(100% - 28px));margin:24px auto;display:grid;grid-template-columns:minmax(0,380px) minmax(0,1fr);gap:18px}.app section{min-width:0;overflow:hidden;padding:22px;border:1px solid #d7e1ed;border-radius:18px;background:#fff}.app h1,.app h2{margin-top:0}.state{max-width:100%;overflow-wrap:anywhere;margin-top:16px;padding:12px;border-radius:11px;background:#e9f8f1;color:#087443}.state.error{background:#fff0f0;color:#b42318}.sectionHead{display:flex;align-items:center;justify-content:space-between}.sectionHead button{width:auto;min-height:36px;padding:7px 11px}.history{display:grid;gap:8px}.history article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px;padding:12px;border:1px solid #e0e7f0;border-radius:12px}.history small{grid-column:1/-1;color:#66758a}.two{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.two>*{min-width:0}.confirm{display:flex;align-items:flex-start;gap:9px;font-weight:500;font-size:13px;line-height:1.35}.confirm input{flex:0 0 20px;width:20px;min-width:20px;min-height:20px;margin-top:1px}.danger{background:#c62828}audio{width:100%;margin-top:12px}@media(max-width:720px){header{padding:9px 14px}.app{grid-template-columns:1fr;margin:12px auto}.app section{padding:16px}}@media(max-width:480px){.two{grid-template-columns:1fr}.login{padding:20px}}
