*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#e0e0e0;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:40px 16px}.container{width:100%;max-width:420px}h1{font-size:1.4rem;font-weight:600;margin-bottom:24px;color:#fff}.card{background:#16213e;border-radius:12px;padding:20px;margin-bottom:16px}.card h2{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#8892b0;margin-bottom:12px}label{display:block;font-size:.8rem;color:#8892b0;margin-bottom:4px}select,input[type=tel],input[type=text],input[type=password]{width:100%;padding:10px 12px;border:1px solid #2a2a4a;border-radius:8px;background:#0f3460;color:#e0e0e0;font-size:1rem;outline:none}select:focus,input:focus{border-color:#e94560}.row{display:flex;gap:10px;align-items:flex-end;margin-bottom:12px}.row>*:first-child{flex:1}button{padding:10px 20px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}button:disabled{opacity:.4;cursor:not-allowed}.btn-register{background:#0f3460;color:#e94560;border:1px solid #e94560}.btn-register:hover:not(:disabled){background:#e94560;color:#fff}.btn-register.active{background:#e94560;color:#fff}.btn-call{background:#28a745;color:#fff;width:100%;padding:14px;font-size:1rem}.btn-call:hover:not(:disabled){background:#22943d}.btn-hangup{background:#e94560;color:#fff;width:100%;padding:14px;font-size:1rem}.btn-hangup:hover:not(:disabled){background:#c73a52}.status{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:.85rem}.dot{width:8px;height:8px;border-radius:50%}.dot.off{background:#555}.dot.on{background:#28a745}.dot.error{background:#e94560}.call-status{text-align:center;padding:16px;font-size:1.1rem;font-weight:600;min-height:54px;display:flex;align-items:center;justify-content:center}.call-status.idle{color:#8892b0}.call-status.active{color:#28a745}.call-status.ringing{color:#ffc107}.call-status.error{color:#e94560}.topbar{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px}.topbar h1{margin-bottom:0}.user-chip{font-size:.8rem;color:#8892b0}.user-chip strong{color:#e0e0e0}.btn-logout{background:transparent;color:#8892b0;border:1px solid #2a2a4a;padding:6px 12px;font-size:.75rem}.btn-logout:hover{border-color:#e94560;color:#e94560}.login-error{color:#e94560;font-size:.85rem;margin-bottom:12px}.btn-login{background:#e94560;color:#fff;width:100%;padding:14px;font-size:1rem;margin-top:4px}.btn-login:hover:not(:disabled){background:#c73a52}.login-field{margin-bottom:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:900;padding:16px}.modal{background:#16213e;border-radius:12px;padding:24px;width:100%;max-width:360px;text-align:center;box-shadow:0 12px 40px #00000080}.modal h2{font-size:1.1rem;color:#fff;margin-bottom:8px;text-transform:none;letter-spacing:normal}.modal-from{color:#8892b0;font-size:.95rem;margin-bottom:20px}.modal-from strong{color:#e0e0e0}.modal-actions{display:flex;gap:12px}.modal-actions button{flex:1;width:auto;padding:14px}.toast-stack{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000;max-width:320px}.toast{padding:12px 16px;border-radius:8px;font-size:.85rem;font-weight:600;color:#fff;box-shadow:0 6px 20px #0006;border-left:4px solid;background:#16213e;animation:toast-in .2s ease-out}.toast.success{border-color:#28a745}.toast.error{border-color:#e94560}.toast.warning{border-color:#ffc107}.toast.info{border-color:#0f3460}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
