.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);position:relative;overflow:hidden}.login-bg{position:absolute;inset:0;pointer-events:none}.login-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.orb-1{width:400px;height:400px;background:#6366f14d;top:-100px;right:-100px}.orb-2{width:300px;height:300px;background:#a855f74d;bottom:-50px;left:-50px}.login-card{width:400px;border-radius:16px;box-shadow:0 20px 60px #0000004d;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px}.login-header h1{font-size:24px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.login-header p{color:#64748b;font-size:14px}.login-footer{text-align:center;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.login-footer p{color:#94a3b8;font-size:12px}.admin-layout{min-height:100vh}.admin-sider{background:linear-gradient(180deg,#1a1a2e,#16213e)!important}.logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.admin-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00000014}.trigger{font-size:18px;color:#64748b}.header-right{display:flex;align-items:center}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .3s}.user-info:hover{background:#f1f5f9}.user-name{color:#334155;font-size:14px}.admin-content{margin:24px;padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 112px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5}#root{min-height:100vh}
