html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{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)}@-ms-viewport{width:device-width}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[title],abbr[data-original-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=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{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}pre,code,kbd,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}a,area,button,[role=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}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-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}html,body,#root{height:100%}:root{--primary: #1677ff;--primary-600: #155ed3;--text: #333;--muted: #888;--bg: #f5f7fb;--card: #ffffff;--border: #eeeeee;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", sans-serif}.brand{height:64px;display:flex;align-items:center;gap:10px;padding:0 16px}.brand-logo{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.brand-text{font-weight:700;letter-spacing:.2px;color:#000}.theme-dark .brand-text{color:#fff}.app-sider,.theme-dark .app-sider{background:#0f172a!important;border-right:none}.sider-title{font-size:12px;color:#ffffffb3;padding:0 16px;margin-bottom:8px}.center{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1000px 1000px at 10% 10%,#e8f0ff,#fff 40%),linear-gradient(135deg,#f7faff,#f5f5ff)}.login-wrap{width:100%;max-width:1080px;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;padding:40px}.login-left{display:flex;flex-direction:column;justify-content:center}.login-brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:600;color:#1677ff}.login-right{display:flex;align-items:center;justify-content:center}.login-card{width:420px;box-shadow:0 8px 24px #00000014;border-radius:16px}.oauth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.login-footer{margin-top:16px;text-align:center;color:#666}@media (max-width: 900px){.login-wrap{grid-template-columns:1fr}.login-card{width:100%;max-width:420px}}.app-header{background:var(--card);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.header-left{display:inline-flex;align-items:center;gap:8px;font-weight:600}.header-right{display:inline-flex;align-items:center;gap:12px}.header-user{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.header-item{color:#666}.theme-dark .app-header{background:#001529;color:#fff;border-bottom:none}.theme-dark .header-item{color:#c8c8c8}body{background:var(--bg)}.ant-typography,.ant-menu,.ant-btn,.ant-input,.ant-select,.ant-picker,body{font-family:var(--font-sans)}.app-content{padding:24px}.page-inner{min-height:calc(100vh - 64px);background:var(--card);border-radius:16px;padding:16px;box-shadow:0 8px 18px #0000000f}.theme-dark .page-inner{background:#0e1a2b;box-shadow:none}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-title-row{display:none}.page-actions{display:inline-flex;gap:8px}.crumbs-row{display:inline-flex;align-items:center;gap:8px;flex:1}.crumbs-row .ant-breadcrumb{white-space:nowrap}.page-title{font-size:18px;font-weight:700;color:#111}.toggle-btn{margin-right:8px}.ant-menu{padding:8px;background:transparent}.ant-menu-item{margin:4px 8px;border-radius:10px;height:40px;display:flex;align-items:center;color:#ffffffe6}.ant-menu-item-selected{background:#2d6df6!important;color:#fff!important}.theme-dark .ant-menu-item-selected{background:#2d6df6!important}.ant-menu-item:hover,.theme-dark .ant-menu-item:hover{background:#ffffff14}.ant-menu-item-selected,.ant-menu-item-active{position:relative}.ant-menu-item-selected:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--primary);border-radius:3px}.theme-dark .ant-menu-item-selected:before{background:#69b1ff}.ant-menu-item .anticon{margin-right:8px;color:#9bb6d7}.app-sider .ant-menu-submenu-title{color:#ffffffeb!important}.app-sider .ant-menu-submenu-title:hover{color:#fff!important}.app-sider .ant-menu-submenu-title .anticon,.app-sider .ant-menu-submenu-arrow{color:#c6d6f5!important}.ant-menu-item-group-title{padding:6px 16px;color:#ffffff8c;font-size:12px}.theme-dark .ant-menu-item-group-title{color:#ffffff8c}.ant-menu-submenu .ant-menu-submenu-arrow{transition:transform .2s ease}.ant-menu-submenu-open .ant-menu-submenu-arrow{transform:rotate(90deg)}.ant-menu-submenu-open>.ant-menu-submenu-title{background:transparent;border-radius:10px}.app-sider .ant-menu-submenu-selected>.ant-menu-submenu-title{background:transparent!important;color:#ffffffeb!important}.app-sider .brand-text{color:#fff}.app-sider .ant-menu-item{font-weight:500;letter-spacing:.2px}.app-sider .ant-menu-item-selected{font-weight:600}.app-sider .ant-menu{color:#ffffffeb}.app-sider .ant-menu-item{color:#ffffffeb!important}.app-sider .ant-menu-item .anticon{color:#c6d6f5}.app-sider .ant-menu-item-group-title{color:#fffc!important}.ant-card{border-radius:12px;border:1px solid var(--border)}.ant-btn-primary{background:var(--primary);border-color:var(--primary)}.ant-btn-primary:hover{background:var(--primary-600);border-color:var(--primary-600)}.ant-table{border-radius:12px;overflow:hidden}.ant-table-thead>tr>th{background:#fafcff;font-weight:600}.ant-table-tbody>tr:hover>td{background:#fbfdff}.ant-input,.ant-select-selector,.ant-picker{border-radius:10px}.ant-select-selection-item{background:transparent;color:inherit}.platform-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.platform-card{transition:transform .2s ease,box-shadow .2s ease}.platform-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.platform-card{position:relative}.platform-badge{position:absolute;top:10px;right:10px;font-size:12px;padding:2px 8px;border-radius:10px;line-height:1}.platform-badge-domestic{background:#fff7e6;color:#ad6800;border:1px solid #ffe58f}.platform-badge-foreign{background:#e6f7ff;color:#096dd9;border:1px solid #91d5ff}.platform-title{font-weight:600}.platform-sub{color:#888;font-size:12px}.platform-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.platform-icon-svg{display:inline-block}.brand-default{background:#888}.brand-wp{background:#21759b}.brand-typecho{background:#3f51b5}.brand-ghost{background:#303030}.brand-drupal{background:#0c6fb8}.brand-joomla{background:#5091cd}.brand-weixin{background:#07c160}.brand-toutiao{background:#ed4040}.brand-baijia{background:#2e86de}.brand-zhihu{background:#056de8}.brand-jianshu{background:#ea6f5a}.brand-medium{background:#000}.brand-weibo{background:#f90}.brand-twitter{background:#1da1f2}.brand-facebook{background:#1877f2}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.stat-card{display:flex;align-items:center;gap:16px;padding:16px}.stat-icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.icon-blue{background:linear-gradient(135deg,#1677ff,#69b1ff)}.icon-green{background:linear-gradient(135deg,#52c41a,#95de64)}.icon-purple{background:linear-gradient(135deg,#722ed1,#b37feb)}.stat-meta{display:flex;flex-direction:column}.stat-label{color:#888;font-size:12px}.stat-value{font-size:22px;font-weight:700}
