body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--bg-dark:#0b0f19;--panel-bg:rgba(22,30,49,0.75);--border-color:rgba(255,255,255,0.1);--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-green:#10b981;--accent-red:#ef4444;--text-main:#f3f4f6;--text-muted:#9ca3af}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;overflow-x:hidden}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:260px;background:#111827;border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:1.5rem 1rem;position:fixed;height:100vh;top:0;left:0;z-index:100}.brand-header{gap:.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem}.brand-header,.brand-logo{display:flex;align-items:center}.brand-logo{width:38px;height:38px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border-radius:10px;justify-content:center;font-weight:800;font-size:1.25rem;color:#fff;box-shadow:0 0 15px rgba(59,130,246,.4)}.brand-title{font-size:1.15rem;font-weight:700;letter-spacing:-.5px;color:#ffffff}.brand-badge{font-size:.65rem;background:rgba(139,92,246,.2);color:#a78bfa;border:1px solid rgba(139,92,246,.4);padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:700}.nav-section{display:flex;flex-direction:column;gap:.35rem;flex:1 1}.nav-item{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;color:var(--text-muted);text-decoration:none;border-radius:8px;font-size:.92rem;font-weight:500;transition:all .2s ease}.nav-item:hover{background:rgba(255,255,255,.05);color:var(--text-main)}.nav-item.active{background:linear-gradient(90deg,rgba(59,130,246,.15),rgba(139,92,246,.15));color:#60a5fa;border-left:3px solid var(--accent-blue)}.admin-main{margin-left:260px;flex:1 1;padding:2rem}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title{font-size:1.6rem;font-weight:700;color:#fff}.page-subtitle{font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem;gap:1rem;box-shadow:0 4px 20px rgba(0,0,0,.2)}.stat-card,.stat-icon{display:flex;align-items:center}.stat-icon{width:48px;height:48px;border-radius:10px;justify-content:center;background:rgba(255,255,255,.05);color:var(--accent-blue)}.stat-value{font-size:1.5rem;font-weight:700;color:#fff}.stat-label{font-size:.82rem;color:var(--text-muted);margin-top:2px}.content-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.card-title{font-size:1.15rem;font-weight:600;color:#fff}.ant-table-wrapper .ant-table{background:transparent!important;color:#e5e7eb!important}.ant-table-wrapper .ant-table-thead>tr>th{background:rgba(17,24,39,.8)!important;color:#9ca3af!important;border-bottom:1px solid var(--border-color)!important}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid rgba(255,255,255,.05)!important;color:#f3f4f6!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:rgba(255,255,255,.03)!important}