.user-menu{border-top:0;border-right:0;border-bottom:0;background:transparent;cursor:pointer;color:var(--ink)}
.logout-button{border:0;background:#f3f6fa;color:#68768d;border-radius:8px;width:34px;height:34px;cursor:pointer;font-size:17px}.logout-button:hover{background:#fff0f1;color:#d84452}
.auth-screen{position:fixed;inset:0;background:radial-gradient(circle at 75% 20%,rgba(41,132,244,.22),transparent 35%),linear-gradient(145deg,#061b38,#0c4384);z-index:300;display:flex;align-items:center;justify-content:center;padding:24px}.auth-screen.hidden{display:none}.auth-brand{position:absolute;left:35px;top:28px;color:#fff;display:flex;align-items:center;gap:11px}.auth-card{width:min(430px,100%);background:#fff;border-radius:18px;padding:34px;box-shadow:0 30px 80px rgba(0,10,30,.38)}.auth-heading{text-align:center;margin-bottom:27px}.auth-icon{margin:auto;width:48px;height:48px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);border-radius:13px;font-size:22px}.auth-heading h1{font-size:23px;margin:15px 0 7px}.auth-heading p{margin:0;color:var(--muted);font-size:12px}.password-field{position:relative}.password-field input{padding-right:42px}.password-toggle{position:absolute;right:7px;top:5px;width:32px;height:32px;border:0;background:transparent;color:#8995a7;cursor:pointer}.field small{font-size:9px;color:#8b95a6}.login-options{display:flex;justify-content:space-between;align-items:center;margin:2px 0 18px;font-size:10px;color:#69758a}.login-options label{display:flex;align-items:center;gap:5px}.login-options button{border:0;background:none;color:var(--blue);font:600 10px inherit;cursor:pointer}.auth-submit{width:100%;height:44px}.auth-error{min-height:16px;color:#d5414f;font-size:10px;text-align:center;margin:11px 0 0}.auth-footer{position:absolute;bottom:24px;color:#8fb4df}
.access-note{display:flex;gap:11px;padding:12px;background:#edf5ff;border:1px solid #d5e8ff;border-radius:8px;color:#47617e}.access-note>span{width:22px;height:22px;border-radius:50%;background:#d7eaff;color:var(--blue);display:grid;place-items:center;font-weight:700}.access-note p{font-size:10px;margin:0;line-height:1.5}.access-note strong{display:block;font-size:11px;color:#294c75}
.users-panel{margin:0 34px 35px;background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.users-toolbar{padding:17px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.users-toolbar>div:first-child strong,.users-toolbar>div:first-child span{display:block}.users-toolbar>div:first-child strong{font-size:13px}.users-toolbar>div:first-child span{font-size:10px;color:#8995a7;margin-top:4px}.search-box.compact{height:36px;width:240px}.users-table-wrap{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table th{text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.7px;color:#8a96a8;padding:12px 20px;background:#fafbfc}.users-table td{padding:14px 20px;border-top:1px solid #edf0f4;font-size:11px}.user-cell{display:flex;align-items:center;gap:10px}.user-cell .avatar{width:34px;height:34px}.user-cell strong,.user-cell small{display:block}.user-cell small{color:#8490a3;margin-top:3px}.role-badge,.online-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:10px;font-size:9px;font-weight:600}.role-badge{background:#edf5ff;color:#1765c0}.role-badge.owner{background:#fff5df;color:#ad7210}.online-badge{background:#eaf9f3;color:#17845f}.delete-user{border:0;background:#fff0f1;color:#d94351;border-radius:6px;width:30px;height:30px;cursor:pointer}.delete-user:disabled{opacity:.3;cursor:not-allowed}
.loading-overlay{position:fixed;inset:0;background:rgba(245,247,251,.8);z-index:250;display:grid;place-items:center}.loading-overlay::after{content:'';width:34px;height:34px;border:3px solid #dbe9f9;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:760px){.users-panel{margin:0 18px 25px}.users-toolbar{align-items:flex-start;gap:12px}.search-box.compact{width:180px}.auth-brand{left:20px;top:18px}}@media(max-width:520px){.auth-card{padding:26px 21px}.auth-brand{display:none}.users-toolbar{flex-direction:column}.search-box.compact{width:100%}.logout-button{display:none}}
