*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#161b22}::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#484f58}:root{--landing-bg-primary: #0d1117;--landing-bg-secondary: #161b22;--landing-surface: rgba(30, 41, 59, .8);--landing-surface-hover: rgba(30, 41, 59, .95);--landing-border: rgba(99, 102, 241, .3);--landing-border-hover: rgba(99, 102, 241, .5);--landing-accent-cyan: #22d3ee;--landing-accent-purple: #a855f7;--landing-accent-blue: #6366f1;--landing-accent-red: #f87171;--landing-accent-green: #34d399;--landing-text-primary: #f1f5f9;--landing-text-secondary: #94a3b8;--landing-text-muted: #64748b}.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--landing-bg-primary) 0%,var(--landing-bg-secondary) 100%);position:relative;overflow:hidden}.admin-login-orb-1{position:absolute;width:400px;height:400px;background:radial-gradient(circle,var(--landing-accent-purple) 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%;filter:blur(80px);opacity:.3}.admin-login-orb-2{position:absolute;width:300px;height:300px;background:radial-gradient(circle,var(--landing-accent-cyan) 0%,transparent 70%);bottom:-50px;left:-50px;border-radius:50%;filter:blur(80px);opacity:.3}.admin-login-card{width:420px;background:var(--landing-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--landing-border);border-radius:16px;padding:40px;box-shadow:0 20px 60px #0006;position:relative;z-index:1}.admin-login-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.admin-login-logo-icon{font-size:28px;filter:drop-shadow(0 0 10px var(--landing-accent-cyan))}.admin-login-logo-text{font-size:20px;font-weight:700;color:var(--landing-text-primary)}.admin-login-subtitle{text-align:center;color:var(--landing-text-muted);font-size:13px;margin-bottom:32px;padding-top:4px;letter-spacing:.5px;text-transform:uppercase}.admin-login-form .ant-form-item-label>label{color:var(--landing-text-secondary)!important}.admin-login-form .ant-form-item-explain-error{color:var(--landing-accent-red)!important}.admin-login-input{background:#0f172acc!important;border:1px solid var(--landing-border)!important;border-radius:8px!important;color:var(--landing-text-primary)!important;height:48px!important}.admin-login-input:hover{border-color:var(--landing-accent-cyan)!important}.admin-login-input .ant-input{background:transparent!important;color:var(--landing-text-primary)!important}.admin-login-input .ant-input::placeholder{color:var(--landing-text-muted)!important}.admin-login-input .ant-input:-webkit-autofill,.admin-login-input .ant-input:-webkit-autofill:hover,.admin-login-input .ant-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px rgba(15,23,42,.8) inset!important;-webkit-text-fill-color:var(--landing-text-primary)!important}.admin-login-btn{height:48px!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;background:linear-gradient(135deg,var(--landing-accent-blue) 0%,var(--landing-accent-purple) 100%)!important;border:none!important;box-shadow:0 4px 20px #6366f166!important}.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #6366f180!important}.dashboard-layout{min-height:100vh;background:var(--landing-bg-primary)}.dashboard-layout>.ant-layout{background:var(--landing-bg-primary)}.dashboard-sidebar{background:var(--landing-bg-secondary)!important;border-right:1px solid var(--landing-border)!important}.sidebar-logo{height:64px;display:flex;align-items:center;justify-content:center;gap:10px;border-bottom:1px solid var(--landing-border);background:linear-gradient(180deg,rgba(99,102,241,.1) 0%,transparent 100%)}.sidebar-logo-icon{font-size:24px;filter:drop-shadow(0 0 8px var(--landing-accent-red))}.sidebar-logo-text{font-size:15px;font-weight:600;color:var(--landing-text-primary)}.dashboard-sidebar .ant-menu{background:transparent!important;border-right:none!important}.dashboard-sidebar .ant-menu-item{margin:4px 8px!important;border-radius:8px!important}.dashboard-sidebar .ant-menu-item-selected{background:linear-gradient(90deg,#6366f14d,#6366f11a)!important}.dashboard-sidebar .ant-menu-submenu-title{margin:4px 8px!important;border-radius:8px!important}.dashboard-sidebar .ant-menu-sub{background:transparent!important}.dashboard-header{padding:0 24px!important;background:#161b22e6!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.header-toggle-btn{color:var(--landing-text-secondary)!important}.header-toggle-btn:hover{color:var(--landing-accent-cyan)!important;background:#22d3ee1a!important}.dashboard-content{margin:24px;padding:24px;background:#1e293b80;border-radius:12px;border:1px solid var(--landing-border)}.dashboard-layout .ant-typography{color:var(--landing-text-primary)!important}.dashboard-layout h4.ant-typography{background:linear-gradient(90deg,var(--landing-text-primary) 0%,var(--landing-accent-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-layout .ant-card{background:var(--landing-surface)!important;border:1px solid var(--landing-border)!important;border-radius:12px!important;transition:all .3s ease}.dashboard-layout .ant-card:hover{border-color:var(--landing-border-hover)!important}.dashboard-layout .ant-card-head{border-bottom-color:var(--landing-border)!important}.dashboard-layout .ant-card-head-title{color:var(--landing-text-primary)!important}.dashboard-layout .ant-statistic-title{color:var(--landing-text-secondary)!important}.dashboard-layout .ant-statistic-content{color:var(--landing-text-primary)!important}.dashboard-layout .ant-table{background:transparent!important}.dashboard-layout .ant-table-thead>tr>th{background:#1e293b!important;color:var(--landing-text-secondary)!important;border-bottom:1px solid var(--landing-border)!important}.dashboard-layout .ant-table-tbody>tr>td{border-bottom:1px solid rgba(99,102,241,.1)!important;color:var(--landing-text-primary)!important}.dashboard-layout .ant-table-tbody>tr:hover>td{background:#6366f11a!important}.dashboard-layout .ant-table-placeholder{background:transparent!important}.dashboard-layout .ant-empty-description{color:var(--landing-text-muted)!important}.dashboard-layout .ant-input,.dashboard-layout .ant-input-affix-wrapper,.dashboard-layout .ant-select-selector,.dashboard-layout .ant-input-number,.dashboard-layout .ant-picker{background:#0f172acc!important;border-color:var(--landing-border)!important;color:var(--landing-text-primary)!important}.dashboard-layout .ant-input:hover,.dashboard-layout .ant-input-affix-wrapper:hover,.dashboard-layout .ant-input-number:hover{border-color:var(--landing-accent-cyan)!important}.dashboard-layout .ant-input::placeholder{color:var(--landing-text-muted)!important}.dashboard-layout .ant-form-item-label>label{color:var(--landing-text-secondary)!important}.dashboard-layout .ant-btn-primary{background:linear-gradient(135deg,var(--landing-accent-blue) 0%,var(--landing-accent-purple) 100%)!important;border:none!important;box-shadow:0 4px 15px #6366f166!important}.dashboard-layout .ant-btn-primary:hover{transform:translateY(-1px)}.dashboard-layout .ant-btn-default{background:transparent!important;border-color:var(--landing-border)!important;color:var(--landing-text-secondary)!important}.dashboard-layout .ant-btn-default:hover{border-color:var(--landing-accent-cyan)!important;color:var(--landing-accent-cyan)!important}.ant-modal-content{background:var(--landing-bg-secondary)!important;border:1px solid var(--landing-border)!important}.ant-modal-header{background:transparent!important;border-bottom-color:var(--landing-border)!important}.ant-modal-title{color:var(--landing-text-primary)!important}.ant-modal-close{color:var(--landing-text-secondary)!important}.ant-dropdown-menu{background:var(--landing-bg-secondary)!important;border:1px solid var(--landing-border)!important}.ant-dropdown-menu-item{color:var(--landing-text-secondary)!important}.ant-dropdown-menu-item:hover{background:#6366f11a!important;color:var(--landing-accent-cyan)!important}.ant-select-dropdown{background:var(--landing-bg-secondary)!important;border:1px solid var(--landing-border)!important}.ant-select-item{color:var(--landing-text-secondary)!important}.ant-select-item-option-selected{background:#6366f133!important;color:var(--landing-accent-cyan)!important}.ant-select-item-option-active{background:#6366f11a!important}.dashboard-layout .ant-pagination-item{background:transparent!important;border-color:var(--landing-border)!important}.dashboard-layout .ant-pagination-item a{color:var(--landing-text-secondary)!important}.dashboard-layout .ant-pagination-item-active{border-color:var(--landing-accent-cyan)!important}.dashboard-layout .ant-pagination-item-active a{color:var(--landing-accent-cyan)!important}.ant-message-notice-content{background:var(--landing-bg-secondary)!important;border:1px solid var(--landing-border)!important;color:var(--landing-text-primary)!important}.dashboard-layout .ant-descriptions-item-label{color:var(--landing-text-muted)!important}.dashboard-layout .ant-descriptions-item-content{color:var(--landing-text-primary)!important}.dashboard-layout .ant-input[data-type=textarea],.dashboard-layout textarea.ant-input{background:#0f172acc!important;border-color:var(--landing-border)!important;color:var(--landing-text-primary)!important}
