.app-container{box-sizing:border-box;background-color:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-container,.container{background:var(--bg);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 8px 24px #0000001a}.login-container h2,.container h2{color:var(--text-h);margin-top:0;margin-bottom:2rem;font-size:2rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid var(--border);box-sizing:border-box;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.login-button{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.85rem;font-size:1.1rem;font-weight:600;transition:background-color .2s}.login-button:hover{background-color:#952bd6}.list-container ul{margin:0;padding:0;list-style:none}.list-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.list-item:last-child{border-bottom:none}.list-item-name{align-items:center;gap:.75rem;display:flex}.status-indicator{border-radius:50%;width:10px;height:10px}.status-live{background-color:#28a745;box-shadow:0 0 8px #28a745b3}.status-offline{background-color:#6c757d}.button{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.button-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;margin-top:2rem}.button-danger:hover{background-color:#c82333;border-color:#bd2130}.link-button{color:var(--accent);background:0 0;border:none;padding:0;text-decoration:underline}
