.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-container{width:100%;max-width:400px}.login-card{border-radius:16px;box-shadow:0 25px 80px #00000040}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:100px;height:100px;margin:0 auto 16px;display:block;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(102,126,234,.4))}.login-header h1{font-size:32px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.login-header p{color:#718096;font-size:16px}.login-button{height:48px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px}.login-button:hover{background:linear-gradient(135deg,#5568d3,#6a3f8f)}.dashboard-layout{min-height:100vh}.dashboard-sider{background:#001529;box-shadow:2px 0 8px #00000026}.logo{height:64px;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.logo-icon{width:36px;height:36px;object-fit:contain}.logo-text{font-size:20px;font-weight:700;color:#fff}.dashboard-menu{border-right:none}.dashboard-header{background:#fff;padding:0 24px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;justify-content:space-between;z-index:10}.header-left{display:flex;align-items:center}.trigger{font-size:20px;cursor:pointer;padding:0 24px;height:64px;display:flex;align-items:center;transition:all .3s;margin-left:-24px}.trigger:hover{background:#00000008}.header-right{display:flex;align-items:center;gap:20px}.user-dropdown{cursor:pointer;padding:4px 12px;border-radius:8px;transition:all .3s}.user-dropdown:hover{background:#00000008}.dashboard-content{background:#f0f2f5;padding:24px;min-height:calc(100vh - 64px)}.content-wrapper{max-width:1400px;margin:0 auto}.sider-footer{position:absolute;bottom:0;left:0;right:0;padding:16px;border-top:1px solid rgba(255,255,255,.1);background:#0003}.version-info{color:#ffffff73;font-size:12px;text-align:center;-webkit-user-select:none;user-select:none}.dashboard-page{padding:0}.page-title{font-size:28px;font-weight:700;color:#2d3748;margin-bottom:24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh}
