@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
.gl-login-root{background:#f8f9fa;min-height:100vh;margin:0;font-family:Inter,sans-serif;display:flex}.gl-left-panel{background-color:#1a2744;background-image:radial-gradient(at 30% 70%,#e8a02012 0%,#0000 60%),radial-gradient(at 80% 20%,#ffffff0a 0%,#0000 50%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='28' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Ccircle cx='30' cy='30' r='18' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Ccircle cx='30' cy='30' r='8' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Cline x1='30' y1='2' x2='30' y2='58' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3Cline x1='2' y1='30' x2='58' y2='30' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px;display:none;position:relative}@media (min-width:1024px){.gl-left-panel{display:flex}}.gl-logo-img{object-fit:contain;filter:drop-shadow(0 0 40px #e8a02026);width:140px;height:auto;margin-bottom:24px}.gl-left-title{color:#fff;text-align:center;letter-spacing:-.02em;margin-bottom:8px;font-size:28px;font-weight:700}.gl-left-subtitle{color:#ffffff80;text-align:center;letter-spacing:.06em;text-transform:uppercase;font-size:13px}.gl-left-divider{background:linear-gradient(90deg,#0000,#e8a020,#0000);width:48px;height:2px;margin:22px auto}.gl-left-features{text-align:center;margin:0;padding:0;list-style:none}.gl-left-features li{color:#fff6;letter-spacing:.04em;margin-bottom:10px;font-size:12px}.gl-left-features li:before{content:"—  ";color:#e8a020}.gl-right-panel{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.gl-login-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:440px;padding:40px;box-shadow:0 4px 24px #1a274414}.gl-card-logo{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}.gl-card-logo-img{object-fit:contain;flex-shrink:0;width:50px;height:auto}.gl-card-brand h1{color:#1a2744;margin:0;font-size:18px;font-weight:700;line-height:1.2}.gl-card-brand p{color:#9ca3af;letter-spacing:.04em;text-transform:uppercase;margin:2px 0 0;font-size:11px}.gl-form-title{color:#191c1d;margin:0 0 4px;font-size:20px;font-weight:600}.gl-form-subtitle{color:#6b7280;margin:0 0 28px;font-size:14px}.gl-field-group{margin-bottom:16px}.gl-field-label{color:#45464d;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.gl-field-wrapper{position:relative}.gl-field-icon{color:#9ca3af;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.gl-field-icon svg{width:16px;height:16px}.gl-input{color:#191c1d;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:11px 40px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .15s,box-shadow .15s}.gl-input:focus{border-color:#1a2744;box-shadow:0 0 0 3px #1a274414,0 0 0 1px #e8a0204d}.gl-input::placeholder{color:#9ca3af}.gl-eye-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;padding:0;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.gl-eye-btn:hover{color:#1a2744}.gl-eye-btn svg{width:16px;height:16px}.gl-submit-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#1a2744;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .2s,box-shadow .2s;display:flex}.gl-submit-btn:hover:not(:disabled){background:#223060;box-shadow:0 4px 16px #1a274440}.gl-submit-btn:disabled{opacity:.7;cursor:not-allowed}.gl-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite gl-spin}@keyframes gl-spin{to{transform:rotate(360deg)}}.gl-powered{text-align:center;color:#9ca3af;letter-spacing:.04em;margin-top:24px;font-size:11px}.gl-powered strong{color:#6b7280;font-weight:600}.gl-error-msg{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;display:flex}
