:root{--primary: #facc15;--brand-red: #dc2626;--brand-grey: #64748b;--bg-gradient: linear-gradient(135deg, #475569 0%, #64748b 100%);--glass-bg: rgba(15, 23, 42, .4);--glass-border: rgba(255, 255, 255, .15)}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}body{background:var(--bg-gradient);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;color:#fff;overflow:hidden}.bg-glow{position:absolute;width:500px;height:500px;filter:blur(150px);opacity:.1;border-radius:50%;z-index:-1}.glow-1{top:-150px;left:-150px;background:var(--brand-red)}.glow-2{bottom:-150px;right:-150px;background:var(--primary)}.login-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:28px;padding:48px 40px 0;width:100%;max-width:420px;box-shadow:0 25px 50px -12px #00000080;position:relative;overflow:hidden;display:flex;flex-direction:column;animation:fadeIn .8s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header{text-align:center;margin-bottom:32px}.logo-circle{width:80px;height:80px;background:#ffffff0d;border:2px solid var(--primary);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 10px 20px #0003}.logo-img{width:48px;height:48px;object-fit:contain}.header h1{font-size:26px;font-weight:700;margin-bottom:8px}.header p{color:#94a3b8;font-size:15px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;color:#94a3b8}.form-control{width:100%;background:#f1f5f9;border:1px solid var(--glass-border);border-radius:14px;padding:14px 18px;color:#000;font-size:16px;transition:all .25s ease;outline:none}.form-control:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #facc1566}.btn-login{background:var(--primary);color:#000;border:none;border-radius:12px;padding:0;height:52px;width:100%;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;margin-top:12px}.btn-login:hover{transform:translateY(-2px);box-shadow:0 8px 20px #facc154d;background:#fde047}.btn-icon-area{position:absolute;left:-60px;top:0;height:100%;width:52px;background:var(--brand-red);display:flex;align-items:center;justify-content:center;z-index:2;border-radius:12px 26px 26px 12px;transition:all .4s cubic-bezier(.16,1,.3,1)}.btn-login:hover .btn-icon-area{left:0}.btn-icon-area svg{width:28px;height:28px;fill:#fff;transition:transform .3s ease}.btn-text{flex:1;text-align:center;transition:all .4s cubic-bezier(.16,1,.3,1)}.btn-login:hover .btn-text{padding-left:52px}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171;padding:14px;border-radius:14px;font-size:14px;margin-bottom:24px;display:flex;align-items:center;gap:10px}.footer-links{margin-top:32px;text-align:center;font-size:13px;color:#94a3b8;padding-bottom:40px}.brand-container{position:absolute;bottom:0;left:0;right:0;height:6px;overflow:hidden;border-bottom-left-radius:28px;border-bottom-right-radius:28px;z-index:10}.brand-strip{height:100%;display:flex;width:100%}.strip-part{flex:1}
