





.login-body { display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; font-family: 'Noto Sans', sans-serif; }
.login-card { background: #ffffff; padding: 30px; border-radius: 8px; width: 100%; max-width: 420px; box-shadow: 0 0 60px 1px rgba(0,0,0,0.2); display: flex; flex-direction: column; }
.login-header { text-align: center; margin-bottom: 30px; }
.login-header h1 { color: #1fb860; font-size: 2.5rem; margin: 0; padding: 0; letter-spacing: -1px; font-weight: 800; text-transform: uppercase; text-shadow: none; }
.login-error-msg { background: rgba(231, 76, 60, 0.1); color: #e74c3c; padding: 12px; border-radius: 4px; margin-bottom: 25px; font-size: 0.85rem; text-align: center; border: 1px solid #e74c3c; }
.login-btn { background: #1fb860; width: 100%; padding: 10px; border-radius: 4px; font-weight: 600; cursor: pointer; border: none; text-transform: uppercase; text-decoration: none; font-size: 0.85rem; color: #ffffff; text-shadow: 1px 1px 3px rgba(0,0,0,0.15); }
.login-btn:hover { background-color: #18a855; }

/* --- NY PROFILVAL-CSS --- */
.select-body { display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; font-family: 'Noto Sans', sans-serif; color: #fff; }
.select-container { text-align: center; width: 100%; max-width: 1200px; padding: 40px; }
.select-container h1 { margin-bottom: 60px; }
.user-grid { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.user-card { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #808080; width: 220px; }

.profile-icon { width: 160px; height: 160px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 4.5rem; font-weight: 800; border: 4px solid transparent; margin-bottom: 20px; background: #ffffff; outline: 3px solid #ffffff; outline-offset: -1px; position: relative; box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); }
.user-card:hover .profile-icon { border-color: #1fb860; }
.user-name { font-size: 1.4rem; font-weight: 800; }
.admin-tag { position: absolute; top: -12px; right: -12px; background: #ef4444; color: #fff; font-size: 0.7rem; padding: 5px 10px; border-radius: 8px; text-transform: uppercase; font-weight: 900; box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4); letter-spacing: 1px; }
.manage-btn { margin-top: 50px; display: inline-block; padding: 12px 35px; border: 1px solid #444; color: #666; text-decoration: none; font-size: 1.1rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; border-radius: 4px; }
.manage-btn:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.05); }

.ws-item { display: flex; align-items: center; justify-content: space-between; padding: 10px; background: #161616; border-bottom: 1px solid #222; margin-bottom: 5px; }
.ws-name-info { display: flex; flex-direction: column; }
.status-badge { font-size: 0.6rem; text-transform: uppercase; padding: 2px 6px; border-radius: 3px; font-weight: 900; margin-top: 4px; display: inline-block; width: fit-content; }
.status-active { background: #1fb860; color: #fff; }
.status-paused { background: #e74c3c; color: #fff; }
.ws-actions { display: flex; gap: 10px; }
.btn-mini { padding: 5px 10px; font-size: 0.7rem; cursor: pointer; border-radius: 3px; border: none; font-weight: 700; }
.btn-pause { background: #f39c12; color: #fff; }
.btn-delete { background: #c0392b; color: #fff; }

.login-actions { display: flex; gap: 10px; margin-top: 20px; align-items: stretch; }
.login-btn { flex: 1; margin-top: 0 !important; cursor: pointer; padding: 12px 0 10px 0; border: none; box-sizing: border-box; text-shadow: 1px 1px 3px rgba(0,0,0,0.15); }
.request-btn { flex: 1; display: flex; align-items: center; justify-content: center; background-color: #e0a212; color: #FFFFFF; text-decoration: none; font-weight: 700; font-size: 0.85rem; border-radius: 4px; padding: 10px 0; box-sizing: border-box; text-shadow: 1px 1px 3px rgba(0,0,0,0.15); }
.request-btn:hover { background-color: #c78f0e; color: #FFFFFF; }
