*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}:root{--admin-header-height:64px}body{background:var(--color-bg-body);color:var(--color-text-primary);transition:background-color .3s,color .3s}:root,[data-theme=light]{--admin-bg:#f6f7fb;--admin-surface:#fff;--admin-surface-subtle:#f0f2f7;--admin-text:#202431;--admin-text-secondary:#5f6775;--admin-border:#e1e5ec;--admin-primary:#5b5bd6;--admin-primary-hover:#4d4dc4;--admin-focus:#77e;--admin-danger:#c53b3b;--admin-radius-control:8px;--admin-radius-surface:12px;--color-bg-body:var(--admin-bg);--color-bg-surface:var(--admin-surface);--color-bg-surface-solid:var(--admin-surface);--color-bg-elevated:var(--admin-surface);--color-bg-content:var(--admin-surface-subtle);--color-bg-stat-card:var(--admin-surface);--color-bg-empty:#0000000a;--color-border:var(--admin-border);--color-border-hover:#0000001a;--color-border-strong:#0000001f;--color-text-primary:var(--admin-text);--color-text-secondary:var(--admin-text-secondary);--color-text-tertiary:#00000059;--color-text-disabled:#00000040;--color-text-placeholder:#0000004d;--color-scrollbar-thumb:#00000026;--color-scrollbar-thumb-hover:#00000040;--color-skeleton-from:#0000000a;--color-skeleton-via:#0000001a;--color-skeleton-to:#0000000a;--color-blob-accent:#7c9aff40;--color-blob-purple:#9b8af033;--color-morph-bg-primary:#7c9aff1f;--color-morph-bg-secondary:#7c9aff0f;--gradient-login-bg:linear-gradient(135deg, #eff6ff 0%, #eef2ff 30%, #f5f3ff 60%, #f8fafc 100%);--gradient-sidebar-bg:linear-gradient(180deg, #f8f9fbfa 0%, #f3f4f8fc 100%);--login-card-bg:#fffc;--login-card-border:#00000014;--login-card-shadow:0 8px 32px #00000014;--glass-surface-bg:#fffc;--stat-card-shadow:0 2px 8px #0000000f;--stat-card-shadow-hover:0 8px 24px #0000001a}[data-theme=dark]{--admin-bg:#111318;--admin-surface:#191c24;--admin-surface-subtle:#222631;--admin-text:#f4f6fa;--admin-text-secondary:#b4bbc7;--admin-border:#303542;--admin-primary:#9ca8ff;--admin-primary-hover:#b0b9ff;--admin-focus:#aab4ff;--admin-danger:#ff8b8b;--admin-radius-control:8px;--admin-radius-surface:12px;--color-bg-body:var(--admin-bg);--color-bg-surface:var(--admin-surface);--color-bg-surface-solid:var(--admin-surface);--color-bg-elevated:var(--admin-surface);--color-bg-content:var(--admin-surface-subtle);--color-bg-stat-card:var(--admin-surface-subtle);--color-bg-empty:#ffffff0a;--color-border:var(--admin-border);--color-border-hover:#ffffff1a;--color-border-strong:#ffffff1f;--color-text-primary:var(--admin-text);--color-text-secondary:var(--admin-text-secondary);--color-text-tertiary:#ffffff59;--color-text-disabled:#ffffff40;--color-text-placeholder:#ffffff4d;--color-scrollbar-thumb:#ffffff1f;--color-scrollbar-thumb-hover:#fff3;--color-skeleton-from:#ffffff0a;--color-skeleton-via:#ffffff14;--color-skeleton-to:#ffffff0a;--color-blob-accent:#7c9aff66;--color-blob-purple:#9b8af059;--color-morph-bg-primary:#ffffff14;--color-morph-bg-secondary:#ffffff0d;--gradient-login-bg:linear-gradient(135deg, #1a1c2e 0%, #252840 30%, #1e2040 60%, #1a1c32 100%);--gradient-sidebar-bg:linear-gradient(180deg, #0d0e1afa 0%, #0b0c16fc 100%);--login-card-bg:#ffffff0a;--login-card-border:#ffffff14;--login-card-shadow:0 8px 32px #0006;--glass-surface-bg:#0d0e1ae6;--stat-card-shadow:0 2px 8px #0003;--stat-card-shadow-hover:0 8px 24px #00000059}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-thumb-hover)}.admin-shell{height:100dvh;overflow:hidden}.admin-shell__main{min-width:0;height:100%;min-height:0;overflow:hidden}.admin-shell__header{z-index:10;flex:0 0 var(--admin-header-height);height:var(--admin-header-height);line-height:var(--admin-header-height);position:relative}.admin-shell__content{overscroll-behavior:contain;background:var(--color-bg-content);flex:auto;min-width:0;min-height:0;overflow:auto}.admin-page-frame{box-sizing:border-box;width:min(100%,1280px);min-width:0;min-height:100%;margin-inline:auto;padding:24px}.admin-page-surface{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-surface);width:100%;min-width:0}.admin-shell__sider{height:100%;overflow:hidden}.admin-shell__sider>.ant-layout-sider-children{height:100%;min-height:0}.admin-sidebar{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.admin-sidebar__brand{flex:0 0 var(--admin-header-height);height:var(--admin-header-height);align-items:center;gap:10px;padding:0 20px;display:flex;position:relative;overflow:hidden}.admin-sidebar__brand-divider{background:linear-gradient(90deg,#7c9aff,#0000);border-radius:1px;height:2px;position:absolute;bottom:0;left:20px;right:20px}.admin-sidebar__menu{background:var(--color-bg-surface-solid);overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-height:0;padding-top:12px;overflow:hidden auto}.admin-sidebar__menu>.ant-menu{background:0 0;min-height:100%}.admin-sidebar__menu::-webkit-scrollbar{display:none}.admin-account-trigger.ant-btn{border-radius:var(--admin-radius-control);height:40px;color:var(--color-text-primary);align-items:center;gap:8px;margin-left:4px;padding:4px 8px;display:inline-flex}.admin-account-trigger.ant-btn:hover{background:var(--color-bg-content)}.admin-account-trigger.ant-btn:focus-visible{outline:2px solid var(--admin-focus);outline-offset:2px}.admin-account-trigger__name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}@media (width<=991px){.admin-page-frame{padding:12px}.admin-account-trigger.ant-btn{min-width:44px;margin-left:0;padding:4px 7px}.admin-account-trigger__name{display:none}}@media (width<=767px){.admin-page-frame :where(.ant-btn,.ant-input,.ant-select-selector,.ant-picker){min-height:44px}}.admin-page-frame :where(a,button,[role=button],input,textarea,select):focus-visible{outline:2px solid var(--admin-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){.admin-shell *,.admin-page-frame *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.glass-surface{-webkit-backdrop-filter:blur(12px);background:var(--glass-surface-bg)}.login-bg{background:var(--gradient-login-bg)}.decorative-blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.stat-card{border:1px solid var(--color-border);background:var(--color-bg-stat-card);cursor:pointer;border-radius:8px;padding:20px 24px;transition:all .3s;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--stat-card-shadow-hover);border-color:var(--color-border-hover);transform:translateY(-2px)}.article-list-page{width:100%;min-width:0;max-width:100%}.article-list-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;max-width:100%;margin-bottom:20px;display:flex}.article-list-filters,.article-list-actions{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.article-list-filters{flex:332px}.article-list-actions{flex:0 auto;justify-content:flex-end}.article-list-search{width:200px;max-width:100%}.article-list-status{width:120px;max-width:100%}.article-list-table{width:100%;min-width:0;max-width:100%}.article-list-table>.ant-table-wrapper{min-width:0;max-width:100%}.article-list-table .ant-pagination{flex-wrap:wrap}.article-row-action.ant-btn{min-width:44px;min-height:44px}@media (width<=576px){.article-list-filters,.article-list-actions{width:100%}.article-list-search{flex:192px;width:auto;min-width:0;min-height:44px}.article-list-status{flex:112px;width:auto;min-width:112px;min-height:44px}.article-list-status .ant-select-selector{align-items:center;min-height:44px}.article-list-actions{justify-content:space-between}.article-list-actions .ant-btn{min-height:44px}.ai-article-create-modal .ant-modal-footer .ant-btn{min-width:44px;min-height:44px}}.article-list-overflow-menu .ant-dropdown-menu-item{min-height:44px}.impact-confirm-modal .ant-modal-close,.impact-confirm-modal .ant-modal-footer .ant-btn{min-width:44px;min-height:44px}.empty-state{color:var(--color-text-disabled);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;font-size:14px;display:flex}.sidebar-bg{background:var(--gradient-sidebar-bg)}.morph-shape{animation:8s ease-in-out infinite morphShape}.skeleton-block{background:linear-gradient(90deg, var(--color-skeleton-from) 25%, var(--color-skeleton-via) 50%, var(--color-skeleton-to) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes morphShape{0%,to{border-radius:42% 58% 70% 30%/45% 45% 55% 55%}34%{border-radius:70% 30% 46% 54%/30% 29% 71% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}@keyframes barGrow{0%{opacity:0;height:0}to{height:var(--bar-height);opacity:1}}
