.header-actions{display:flex;align-items:center;gap:8px}.connection-badge{border-radius:99px;padding:6px 9px;background:#eef1ed;color:#77817c;text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.connection-badge.online{background:#dff0df;color:#28623f}.connection-badge.waiting{background:#f4e8c7;color:#7a5b16}.user-button{border:0;width:34px;height:34px;border-radius:11px;background:var(--green);color:white;font-weight:900}.auth-screen{position:fixed;z-index:100;inset:0;background:radial-gradient(circle at 80% 10%,rgba(217,237,145,.35),transparent 30%),linear-gradient(145deg,#eef5ef,#fbfcfa);display:grid;place-items:center;padding:20px}.auth-screen[hidden]{display:none}.auth-card{width:min(420px,100%);background:white;border-radius:28px;padding:28px;box-shadow:0 28px 75px rgba(21,76,61,.17);display:grid;gap:10px}.auth-card>img{width:64px;height:64px;object-fit:contain;margin-bottom:5px}.auth-card h2{font-size:25px}.auth-card>p{color:var(--muted);font-size:13px;margin-bottom:8px}.auth-card form{display:grid;gap:14px}.auth-links{display:flex;justify-content:space-between}.auth-links button{border:0;background:transparent;color:var(--green);font-weight:800;padding:8px 0}.auth-message{padding:10px;border-radius:11px;background:#e8f3e9;color:#376143;font-size:12px}.auth-message.error{background:#fae9e6;color:#8b392e}@media(max-width:520px){.connection-badge{display:none}.auth-card{padding:22px;border-radius:23px}}
