:root{font-family:IBM Plex Sans,Noto Sans SC,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:15px;line-height:1.5;font-weight:400;--color-text-primary: var(--text-primary);--color-text-secondary: var(--text-secondary);--color-background: var(--bg-base)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;width:100%;height:100vh;overflow:hidden;background-color:var(--bg-base);color:var(--text-primary)}#root{width:100%;height:100%}.admin-layout-sider.ant-layout-sider>.ant-layout-sider-children{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c9c5bb;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#8e9691}.ant-table,.ant-table-wrapper .ant-table{background:var(--bg-panel)!important}.ant-table-wrapper{background:transparent!important}.ant-table-container,.ant-table-wrapper .ant-table-container,.ant-table-content,.ant-table-wrapper .ant-table-content{background:var(--bg-panel)!important}.ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>th{background:var(--bg-header)!important;border-color:var(--border-dim)!important;color:var(--text-secondary)!important;font-weight:600;font-size:13px;letter-spacing:0}.ant-table-tbody>tr>td,.ant-table-wrapper .ant-table-tbody>tr>td{background:var(--bg-panel)!important;border-color:var(--border-dim)!important;color:var(--text-primary)!important}.ant-table-tbody>tr:hover>td,.ant-table-wrapper .ant-table-tbody>tr:hover>td,.ant-table-tbody>tr.ant-table-row:hover>td{background:#edf2ff!important}.ant-table-tbody>tr.ant-table-row-selected>td,.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td,.ant-table-tbody>tr.ant-table-row-selected:hover>td,.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#e3ebff!important}.ant-table-tbody>tr.table-row-even>td{background:var(--bg-panel)!important}.ant-table-tbody>tr.table-row-odd>td{background:var(--bg-header)!important}a{color:var(--terminal-primary);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:var(--text-primary)}h1,h2{font-family:var(--font-display);letter-spacing:-.025em}code,.field-notes-mono{font-family:var(--font-mono)}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none;position:absolute}[contenteditable]:focus{outline:none}.ProseMirror{outline:none}.ProseMirror p{margin:0}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.ProseMirror code{background:var(--terminal-primary-dim);padding:2px 6px;border:1px solid var(--border-dim);border-radius:6px;font-family:var(--font-mono);font-size:.9em;color:var(--terminal-primary)}.ProseMirror u{text-decoration:underline}.ProseMirror s{text-decoration:line-through}.ProseMirror a{color:var(--terminal-primary);text-decoration:none;cursor:pointer}.ProseMirror a:hover{opacity:.8}.ProseMirror blockquote{border-left:2px solid var(--terminal-primary);padding-left:12px;margin:8px 0;color:var(--text-secondary)}.ProseMirror span[data-spoiler]{background:var(--terminal-primary-dim);color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer}.ProseMirror span[data-spoiler]:hover{background:#00ff8033}@keyframes floatUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}.table-row-even{background-color:var(--bg-panel)}.table-row-odd{background-color:var(--bg-header)}.ant-table-tbody>tr:hover>td{background-color:#edf2ff!important}.ant-table-thead>tr>th{background-color:var(--bg-header)!important;font-weight:700;color:var(--text-secondary);font-size:12px;letter-spacing:0}.ant-table-wrapper .ant-table{border-radius:14px;overflow:hidden}.ant-table-tbody .ant-btn-link{padding:0 8px;height:auto;color:var(--terminal-primary)}.ant-table-tbody .ant-btn-link:hover{color:var(--terminal-primary);opacity:.8}:root{--terminal-primary: #2457e6;--terminal-primary-dim: rgba(36, 87, 230, .09);--terminal-primary-glow: rgba(36, 87, 230, .18);--terminal-secondary: #b87916;--terminal-danger: #c8462e;--bg-base: #f2efe7;--bg-panel: #fffcf7;--bg-panel-hover: #f7f4ec;--bg-header: #f6f2e9;--bg-input: #fff;--border-dim: #d9d5cb;--border-active: #2457e6;--text-primary: #17201e;--text-secondary: #46504d;--text-muted: #7a817e;--color-danger: #c8462e;--color-warning: #b87916;--color-info: #2457e6;--paper-shadow: 0 18px 50px rgba(23, 32, 30, .07);--paper-shadow-raised: 0 26px 70px rgba(23, 32, 30, .11);--font-display: "Noto Serif SC", "Songti SC", STSong, serif;--font-body: "IBM Plex Sans", "Noto Sans SC", "PingFang SC", sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--transition-theme: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease}body{background:var(--bg-base);transition:var(--transition-theme)}.glass-card{position:relative;overflow:hidden;border:1px solid #e8e4da;border-radius:20px;background:var(--bg-panel);box-shadow:var(--paper-shadow);transition:var(--transition-theme),transform .2s ease}.glass-card:hover{border-color:#d2cec3;background:#fffdf9}.glass-card:before,.glass-card:after{display:none}.terminal-btn{min-height:42px;padding:8px 18px;border:1px solid var(--terminal-primary);border-radius:12px;background:#fff;color:var(--terminal-primary);font:600 14px var(--font-body);cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.terminal-btn:hover{transform:translateY(-1px);background:var(--terminal-primary);color:#fff;box-shadow:0 12px 28px #2457e62e}.terminal-btn:after{display:none}.terminal-tag{padding:3px 10px;border:1px solid currentColor;border-radius:999px;background:#fff;font:600 12px var(--font-body)}.tag-online{color:#2d7352}.tag-warning{color:#b87916}.tag-danger,.tag-ban{color:#c8462e}.tag-info{color:#2457e6}.scanlines{display:none!important}@keyframes field-note-update{0%{box-shadow:0 0 0 3px #2457e633}to{box-shadow:var(--paper-shadow)}}.data-updated{animation:field-note-update .8s ease-out}.corner-accents:before,.corner-accents:after{display:none}.product-shell{height:100vh;height:100dvh;min-height:100vh;overflow:hidden;background:var(--bg-base)}.product-workspace-rail{position:fixed;inset:0 auto 0 0;z-index:110;width:64px;display:flex;flex-direction:column;align-items:center;border-right:1px solid rgba(255,255,255,.1);background:#17201e!important}.product-workspace-rail__brand,.product-mobile-navigation__mark{display:grid;place-items:center;flex:0 0 auto;background:#fffcf7;color:#17201e;font:900 18px/1 var(--font-display);letter-spacing:0}.product-workspace-rail__brand{width:34px;height:34px;margin-top:19px;border-radius:7px}.product-workspace-rail__nav{display:grid;gap:7px;width:100%;margin-top:34px;padding:0 10px}.product-workspace-rail__button.ant-btn{width:44px;height:44px;color:#aebcb7;border-radius:7px;font-size:19px}.product-workspace-rail__button.ant-btn:hover,.product-workspace-rail__button.ant-btn.is-active{color:#17201e;background:#fffcf7}.product-context-sider{position:fixed;inset:0 auto 0 64px;z-index:100;width:232px;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #d9d5cb;background:#f6f2e9}.product-context-sider__heading{padding:24px 20px 19px;border-bottom:1px solid #ddd8cd}.product-context-sider__eyebrow,.product-context-navigation__label,.product-mobile-navigation__eyebrow{color:#7b8581;font:600 10px/1.2 var(--font-mono);letter-spacing:1px;text-transform:uppercase}.product-context-sider__title{margin-top:8px;color:#17201e;font:800 20px/1.2 var(--font-display);letter-spacing:0}.product-context-sider__description{margin-top:8px;color:#5a625f;font-size:12px;line-height:1.6}.product-context-sider__search{margin-top:15px}.product-context-sider__search.ant-input-affix-wrapper{border-color:#d1ccc0;border-radius:7px;background:#fffcf7;box-shadow:none}.product-context-sider__search.ant-input-affix-wrapper:focus-within{border-color:#2457e6;box-shadow:0 0 0 3px #2457e61a}.product-context-navigation{flex:1;min-height:0;overflow-y:auto;padding:17px 12px 28px}.product-context-navigation__section+.product-context-navigation__section{margin-top:22px}.product-context-navigation__label{margin:0 8px 7px}.product-context-navigation__page{width:100%;min-height:39px;display:flex;align-items:center;gap:9px;margin:2px 0;padding:8px;border:0;border-radius:7px;background:transparent;color:#46504d;font:600 13px/1.4 var(--font-body);letter-spacing:0;text-align:left;cursor:pointer}.product-context-navigation__page:hover{background:#17201e0f;color:#17201e}.product-context-navigation__page.is-active{background:#17201e;color:#fffcf7}.product-context-navigation__icon{display:grid;place-items:center;width:18px;color:#2457e6}.product-context-navigation__page.is-active .product-context-navigation__icon{color:#fffcf7}.product-context-navigation__empty{margin:34px 0}.product-context-navigation__empty .ant-empty-description{color:#7b8581;font-size:12px}.product-main{height:100%;min-height:0;margin-left:296px;overflow:hidden;background:transparent!important}.product-header{position:sticky;top:0;z-index:40;height:66px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(217,213,203,.9);background:#fffcf7f0;box-shadow:0 6px 24px #17201e06}.product-header__context,.product-header__meta{display:flex;align-items:center;min-width:0}.product-header__context{gap:10px}.product-header__path-copy{min-width:0}.product-header__workspace{display:block;color:#e85d3f;font:600 10px/1.2 var(--font-mono);letter-spacing:.8px}.product-header__path{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);font-weight:700}.product-header__meta{gap:10px;flex-shrink:0;color:var(--text-muted);font-size:13px}.product-header__group-select{width:min(220px,20vw)}.product-header__group-select .ant-select-selector{border-radius:7px!important}.product-header__role.ant-tag{margin:0;padding-inline:9px;border-color:#d9d5cb;border-radius:999px;background:#fff;color:#46504d;font:600 10px var(--font-mono)}.product-header__logout.ant-btn{border-radius:7px}.product-mobile-trigger{display:none!important;width:40px!important;height:40px!important;margin-left:-8px}.product-content{height:calc(100dvh - 66px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:1560px;margin:0 auto;padding:34px 38px 56px;animation:product-page-enter .2s ease-out both}.product-mobile-drawer .ant-drawer-content{background:#17201e}.product-mobile-drawer .ant-drawer-content-wrapper{width:min(100vw,360px)!important}.product-mobile-drawer .ant-drawer-close{color:#fffcf7}.product-mobile-navigation{min-height:100%;padding:18px 13px 30px}.product-mobile-navigation__brand{display:flex;align-items:center;gap:12px;padding:4px 8px 23px;border-bottom:1px solid rgba(255,255,255,.12)}.product-mobile-navigation__mark{width:38px;height:38px;border-radius:7px}.product-mobile-navigation__eyebrow{color:#96a59f}.product-mobile-navigation__title{margin-top:4px;color:#fffcf7;font:700 16px/1.2 var(--font-body)}.product-mobile-navigation__search{margin:16px 8px 9px;width:calc(100% - 16px)}.product-mobile-navigation__search.ant-input-affix-wrapper{border-color:#fff3;border-radius:7px;background:#ffffff14;box-shadow:none}.product-mobile-navigation__search.ant-input-affix-wrapper input{color:#fffcf7;background:transparent}.product-mobile-navigation__search .ant-input-prefix,.product-mobile-navigation__search .ant-input-clear-icon{color:#aebcb7}.product-mobile-navigation__search .ant-input::placeholder{color:#96a59f}.product-mobile-navigation__search-results{padding:5px 8px 16px}.product-mobile-navigation__search-workspace+.product-mobile-navigation__search-workspace{margin-top:18px}.product-mobile-navigation__search-workspace-label{display:flex;align-items:center;gap:9px;padding:8px;color:#fffcf7;font:700 13px/1.4 var(--font-body)}.product-mobile-navigation__search-workspace-label>span{display:grid;place-items:center;width:20px;color:#93a79e;font-size:16px}.product-mobile-navigation__search-results .ant-empty{margin:34px 0}.product-mobile-navigation__search-results .ant-empty-description{color:#aebcb7;font-size:12px}.product-mobile-navigation__workspace{border-bottom:1px solid rgba(255,255,255,.1)}.product-mobile-navigation__workspace-button{width:100%;min-height:52px;display:flex;align-items:center;gap:11px;padding:10px 8px;border:0;background:transparent;color:#d8e0dc;font:700 14px/1.4 var(--font-body);text-align:left}.product-mobile-navigation__workspace-button.is-active{color:#fff}.product-mobile-navigation__workspace-button>:last-child{margin-left:auto;font-size:11px}.product-mobile-navigation__workspace-icon{display:grid;place-items:center;width:20px;color:#93a79e;font-size:17px}.product-mobile-navigation__workspace-button.is-active .product-mobile-navigation__workspace-icon{color:#fff}.product-mobile-navigation__pages{padding:0 0 12px 39px}.product-mobile-navigation__section+.product-mobile-navigation__section{margin-top:13px}.product-mobile-navigation__section>div{margin-bottom:3px;color:#95a59f;font:600 10px/1.2 var(--font-mono);letter-spacing:.8px;text-transform:uppercase}.product-mobile-navigation__section button{width:100%;min-height:38px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:0;border-radius:7px;background:transparent;color:#bcc7c2;font:600 13px/1.35 var(--font-body);text-align:left}.product-mobile-navigation__page-icon{display:grid;place-items:center;flex:0 0 18px;color:#93a79e;font-size:15px}.product-mobile-navigation__section button.is-active{background:#fffcf7;color:#17201e}.product-mobile-navigation__section button.is-active .product-mobile-navigation__page-icon{color:#2457e6}@keyframes product-page-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.product-workspace-rail,.product-context-sider{display:none}.product-main{margin-left:0}.product-header{height:58px;padding:0 12px}.product-content{height:calc(100dvh - 58px);padding:22px 14px 36px}.product-mobile-trigger{display:inline-flex!important}.product-header__desktop-only,.product-header__role{display:none}.product-header__group-select{width:min(190px,48vw)}}@media(max-width:460px){.product-content{padding:16px 10px 30px}.product-header__workspace{display:none}.product-header__path{margin-top:0;max-width:140px}.product-header__group-select{width:150px}}@media(prefers-reduced-motion:reduce){.product-content{animation:none}*,*:before,*:after{scroll-behavior:auto!important}}
