:root{color-scheme:dark;font-family:Inter,Noto Sans JP,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:#090b10;color:#e6e8ef}a{color:inherit;text-decoration:none}.container{max-width:980px;margin:0 auto;padding:24px}.card{background:#121622;border:1px solid #2b3040;border-radius:12px;padding:16px}.row{display:flex;gap:12px;align-items:center}.space{display:flex;justify-content:space-between;align-items:center;gap:12px}button{cursor:pointer;border:0;border-radius:10px;padding:10px 14px;line-height:1.4;min-height:38px;box-sizing:border-box}.btn-primary{background:#58d0ff;color:#0a1220;font-weight:700}.btn-outline{background:#1a2030;color:#d8dcee;border:1px solid #2b3040;line-height:1.4;min-height:38px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}input,textarea,select{width:100%;border:1px solid #2b3040;background:#0f1421;color:#e6e8ef;border-radius:10px;padding:10px;line-height:1.4;min-height:38px;box-sizing:border-box}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #2b3040;padding:10px 6px;font-size:14px}.center{min-height:100vh;display:grid;place-items:center}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;padding:16px}.modal>.card{width:min(680px,100%)}
