.nx-notification-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:transparent;border:none;border-bottom:.5px solid var(--color-border-tertiary);cursor:pointer;text-align:left;transition:background .15s cubic-bezier(.4,0,.2,1)}.nx-notification-item:last-child{border-bottom:none}.nx-notification-item:hover{background:var(--color-bg-secondary)}.nx-notification-item--fixed{min-height:72px}.nx-notification-item--fixed .nx-notification-item__message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.nx-notification-item__dot{flex-shrink:0;width:8px;height:8px;border-radius:var(--radius-full);background:transparent}.nx-notification-item--unread .nx-notification-item__dot{background:var(--color-text-info)}.nx-notification-item__avatar{flex-shrink:0;width:32px;height:32px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center}.nx-notification-item__body{display:flex;flex-direction:column;gap:2px;min-width:0}.nx-notification-item__message{font-size:13px;line-height:1.5;color:var(--color-text-secondary)}.nx-notification-item--unread .nx-notification-item__message{color:var(--color-text-primary);font-weight:500}.nx-notification-item__time{font-size:11px;color:var(--color-text-tertiary)}.nx-notifications-trigger{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;flex-shrink:0;border-radius:var(--radius-md);color:var(--color-text-secondary);transition:background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.nx-notifications-trigger:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.nx-notifications-overlay .ant-popover-inner{padding:0;background:transparent;box-shadow:none;border-radius:0}.nx-notifications-panel{width:468px;background:var(--color-bg-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001f;overflow:hidden}.nx-notifications-panel__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:.5px solid var(--color-border-tertiary)}.nx-notifications-panel__title{font-size:14px;font-weight:600;color:var(--color-text-primary)}.nx-notifications-panel__list{overflow-y:auto}.nx-notifications-panel__loading{display:flex;justify-content:center;padding:24px 0}.nx-notifications-panel__empty{padding:24px 16px}.nx-notifications-panel__empty .ant-empty-description{color:var(--color-text-tertiary);font-size:13px}.nx-notifications-panel__footer{display:flex;justify-content:center;padding:4px 12px;border-top:.5px solid var(--color-border-tertiary)}.sidebar-v7{overflow:hidden}.sidebar-v7>div:nth-child(2){scrollbar-width:thin;scrollbar-color:var(--color-border-tertiary) transparent}.sidebar-v7>div:nth-child(2)::-webkit-scrollbar{width:4px}.sidebar-v7>div:nth-child(2)::-webkit-scrollbar-track{background:transparent}.sidebar-v7>div:nth-child(2)::-webkit-scrollbar-thumb{background:var(--color-border-tertiary);border-radius:4px}.sidebar-nav-item{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.nx-command-palette .ant-modal-content{padding:0;border-radius:var(--radius-lg);overflow:hidden}.nx-command-palette__body{display:flex;flex-direction:column}.nx-command-palette__input{all:unset;padding:18px 22px;font-family:var(--font-mono);font-size:16px;font-weight:500;color:var(--color-text-primary);border-bottom:.5px solid var(--color-border-tertiary);background:var(--color-bg-primary);letter-spacing:.02em;text-transform:uppercase}.nx-command-palette__input::placeholder{color:var(--color-text-tertiary);text-transform:none;font-family:var(--font-sans);letter-spacing:0}.nx-command-palette__result{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 22px;background:var(--color-bg-success);color:var(--color-text-success);font-family:var(--font-sans);font-weight:500;transition:background var(--duration-short) var(--ease-standard)}.nx-command-palette__result:hover{background:var(--color-bg-success);filter:brightness(.97)}.nx-command-palette__result-code{font-family:var(--font-mono);font-size:16px;letter-spacing:.02em}.nx-command-palette__result-arrow{font-size:13px;opacity:.85}.nx-command-palette__hints{padding:14px 22px 18px;background:var(--color-bg-primary)}.nx-command-palette__hint-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);margin-bottom:10px}.nx-command-palette__hint-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nx-command-palette__hint{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:var(--radius-sm);background:var(--color-bg-secondary);border:.5px solid var(--color-border-tertiary)}.nx-command-palette__hint-prefix{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--color-text-primary);letter-spacing:.02em}.nx-command-palette__hint-scope{font-size:10px;color:var(--color-text-tertiary)}.main-layout{min-height:100vh;background:var(--color-bg-app)}.main-layout__content-wrapper{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-app);transition:background .2s cubic-bezier(.4,0,.2,1)}.main-layout__content-wrapper>*{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.main-layout__content{flex:1;padding:24px;margin:0;background-color:var(--color-bg-app);overflow:auto;transition:background-color .2s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.main-layout__content{padding:16px}}.header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:56px;position:sticky;top:0;z-index:101;background:var(--color-bg-primary)!important;border-bottom:.5px solid var(--color-border-tertiary);box-shadow:none!important}.header__left,.header__right{display:flex;align-items:center}.header__toggle{font-size:18px;width:36px;height:36px;border-radius:var(--radius-md);color:var(--color-text-secondary);transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.header__toggle:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.header__user{padding:4px 8px;border-radius:var(--radius-md);transition:background-color .15s cubic-bezier(.4,0,.2,1)}.header__user:hover{background-color:var(--color-bg-secondary)}.header__username{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text-primary)}@media(max-width:768px){.header__username{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text-primary);background-color:var(--color-bg-app);min-height:100vh;font-feature-settings:"ss01","cv11"}a{color:var(--color-text-info);text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-primary)}.dark ::-webkit-scrollbar-thumb{background:#f5f5f333}.dark ::-webkit-scrollbar-thumb:hover{background:#f5f5f359}.text-primary{color:var(--color-text-primary)!important}.text-secondary{color:var(--color-text-secondary)!important}.text-success{color:var(--color-text-success)!important}.text-warning{color:var(--color-text-warning)!important}.text-error{color:var(--color-text-danger)!important}.text-info{color:var(--color-text-info)!important}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.ml-sm{margin-left:8px}.ml-md{margin-left:16px}.ml-lg{margin-left:24px}.mr-sm{margin-right:8px}.mr-md{margin-right:16px}.mr-lg{margin-right:24px}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-xs{margin-top:4px}.mb-xs{margin-bottom:4px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.flex-1{flex:1}.justify-end{justify-content:flex-end}.items-start{align-items:flex-start}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.container{max-width:1200px;margin:0 auto;padding:0 16px}.card{background:var(--color-bg-primary);border:.5px solid var(--color-border-tertiary);border-radius:var(--radius-lg);padding:24px;transition:all .2s cubic-bezier(.4,0,.2,1)}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.w-full{width:100%}.w-200{width:200px}.max-w-200{max-width:200px}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.text-center{text-align:center}.text-right{text-align:right}.resize-none{resize:none}.icon-success{color:var(--color-text-success)}.icon-warning{color:var(--color-text-warning)}.icon-error{color:var(--color-text-danger)}.icon-info{color:var(--color-text-info)}.icon-muted{color:var(--color-text-secondary)}.icon-primary{color:var(--color-text-info)}.icon-lg{font-size:20px}.icon-xl{font-size:32px}.icon-xxl{font-size:64px}.ant-layout{background:var(--color-bg-app)}.ant-layout-header{background:var(--color-bg-primary);box-shadow:none;border-bottom:.5px solid var(--color-border-tertiary)}.ant-layout-sider{background:var(--color-bg-primary);border-right:.5px solid var(--color-border-tertiary);box-shadow:none}.ant-card{border-radius:var(--radius-lg);border:.5px solid var(--color-border-tertiary);background:var(--color-bg-primary)}.ant-btn-primary{box-shadow:none}.ant-btn{border-radius:var(--radius-md);font-weight:500}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:var(--radius-md)!important}.ant-table .ant-table-thead>tr>th{background:var(--color-bg-secondary);font-weight:600;color:var(--color-text-secondary);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.ant-modal-content{border-radius:var(--radius-lg);background:var(--color-bg-primary)}.ant-tag{border-radius:var(--radius-md)}.ant-badge-count{border-radius:var(--radius-full)}.dark body{color:var(--color-text-primary);background-color:var(--color-bg-tertiary)}.dark .card,.dark .ant-card,.dark .ant-modal-content{background:var(--color-bg-primary);border-color:var(--color-border-tertiary)}.dark .ant-layout{background:var(--color-bg-tertiary)}.dark .ant-layout-header,.dark .ant-layout-sider{background:var(--color-bg-primary);border-color:var(--color-border-tertiary)}.dark .ant-table{background:var(--color-bg-primary)}.dark .ant-table .ant-table-thead>tr>th{background:var(--color-bg-secondary)}:root{--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--font-mono: "DM Mono", "Monaco", "Courier New", monospace;--color-bg-primary: #FFFFFF;--color-bg-secondary: #F5F5F3;--color-bg-tertiary: #EFEFEC;--color-bg-app: #F8F8F6;--color-bg-info: #E6F1FB;--color-bg-success: #EAF3DE;--color-bg-warning: #FAEEDA;--color-bg-danger: #FCEBEB;--color-text-primary: #1A1A17;--color-text-secondary: #888780;--color-text-tertiary: #B4B2A9;--color-text-info: #0C447C;--color-text-success: #27500A;--color-text-warning: #633806;--color-text-danger: #791F1F;--color-border-tertiary: rgba(73, 72, 67, .15);--color-border-secondary: rgba(73, 72, 67, .3);--color-border-primary: rgba(73, 72, 67, .4);--color-border-info: #378ADD;--color-border-success: #639922;--color-border-warning: #BA7517;--color-border-danger: #E24B4A;--color-slope-before: #888780;--color-slope-climbing: #B73E36;--color-slope-peak: #EAB308;--color-slope-descending: #378ADD;--color-slope-done: #639922;--color-slope-blocked: #E24B4A;--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 24px;--radius-full: 9999px;--shadow-hairline: 0 0 0 1px rgba(0, 0, 0, .08);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .12);--shadow-xl: 0 8px 16px rgba(0, 0, 0, .15);--shadow-hover-card: 0 4px 16px rgba(0, 0, 0, .08);--focus-ring: 0 0 0 2px rgba(12, 68, 124, .3);--duration-short: .15s;--duration-standard: .2s;--duration-long: .3s;--ease-standard: cubic-bezier(.4, 0, .2, 1);--sidebar-width: 260px;--sidebar-width-collapsed: 60px;--topbar-height: 56px;--content-max: 1200px;--text-primary: #1A1A17;--text-secondary: #888780;--text-disabled: #B4B2A9;--bg-base: #EFEFEC;--bg-body: #EFEFEC;--bg-component: #FFFFFF;--bg-elevated: #F5F5F3;--bg-surface: #F5F5F3;--bg-hover: #F5F5F3;--border-color: rgba(73, 72, 67, .15);--border-light: rgba(73, 72, 67, .1);--code-bg: #F5F5F3;--code-text: #1A1A17;--shadow-base: var(--shadow-md);--shadow-card: var(--shadow-sm);--color-primary: #0C447C;--color-primary-hover: #378ADD;--color-primary-active: #0C447C;--primary-bg-light: #E6F1FB;--primary-shadow: rgba(12, 68, 124, .2);--primary-shadow-light: rgba(12, 68, 124, .08);--color-success: #27500A;--color-warning: #633806;--color-error: #791F1F;--color-text-artifact: #5A4423;--color-bg-artifact: #F0E6D9;--color-border-artifact: rgba(90, 68, 35, .3);--record-bg: #FAEEDA;--record-border: #BA7517;--overlay-primary: rgba(12, 68, 124, .08);--overlay-success: rgba(39, 80, 10, .08);--overlay-warning: rgba(99, 56, 6, .08);--overlay-error: rgba(121, 31, 31, .08);--overlay-neutral: rgba(73, 72, 67, .06);--color-claude: #D97757;--color-claude-tint: #FBEDE6;--color-claude-fg: #7A3B22}.dark{--color-bg-primary: #1A1A17;--color-bg-secondary: #2F2F2B;--color-bg-tertiary: #3D3D38;--color-bg-app: #3D3D38;--color-bg-info: #1B3A5C;--color-bg-success: #1F3A0D;--color-bg-warning: #4A3D1A;--color-bg-danger: #3D1F1F;--color-text-primary: #F5F5F3;--color-text-secondary: #A9A7A0;--color-text-tertiary: #8A8985;--color-text-info: #6CB5FF;--color-text-success: #8BD24B;--color-text-warning: #FFB84D;--color-text-danger: #FF9999;--color-border-tertiary: rgba(245, 245, 243, .15);--color-border-secondary: rgba(245, 245, 243, .25);--color-border-primary: rgba(245, 245, 243, .35);--color-border-info: #4F9DEB;--color-border-success: #4D8A1A;--color-border-warning: #C98B35;--color-border-danger: #D96B6B;--color-slope-before: #A9A7A0;--color-slope-climbing: #C95A52;--color-slope-peak: #FBBF24;--color-slope-descending: #6CB5FF;--color-slope-done: #8BD24B;--color-slope-blocked: #FF9999;--shadow-hairline: 0 0 0 1px rgba(0, 0, 0, .4);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .5);--shadow-xl: 0 8px 16px rgba(0, 0, 0, .6);--shadow-hover-card: 0 4px 16px rgba(0, 0, 0, .45);--focus-ring: 0 0 0 2px rgba(108, 181, 255, .3);--text-primary: #F5F5F3;--text-secondary: #A9A7A0;--text-disabled: #6F6E68;--bg-base: #1A1A17;--bg-body: #1A1A17;--bg-component: #2F2F2B;--bg-elevated: #3D3D38;--bg-surface: #2F2F2B;--bg-hover: #3D3D38;--border-color: rgba(245, 245, 243, .15);--border-light: rgba(245, 245, 243, .1);--code-bg: #2F2F2B;--code-text: #F5F5F3;--shadow-base: var(--shadow-md);--shadow-card: var(--shadow-sm);--color-primary: #6CB5FF;--color-primary-hover: #8FC8FF;--color-primary-active: #4F9DEB;--primary-bg-light: rgba(108, 181, 255, .15);--primary-shadow: rgba(108, 181, 255, .3);--primary-shadow-light: rgba(108, 181, 255, .1);--color-success: #8BD24B;--color-warning: #FFB84D;--color-error: #FF9999;--color-text-artifact: #E8C896;--color-bg-artifact: #3A2E1F;--color-border-artifact: rgba(232, 200, 150, .3);--record-bg: rgba(255, 184, 77, .15);--record-border: rgba(255, 184, 77, .4);--overlay-primary: rgba(108, 181, 255, .15);--overlay-success: rgba(139, 210, 75, .15);--overlay-warning: rgba(255, 184, 77, .15);--overlay-error: rgba(255, 153, 153, .15);--overlay-neutral: rgba(245, 245, 243, .06);--color-claude: #D97757;--color-claude-tint: #3A2A23;--color-claude-fg: #F5A882}.nx-md-body{font-size:14px;line-height:1.6;color:var(--color-text-primary)}.nx-md-body>*:first-child{margin-top:0}.nx-md-body>*:last-child{margin-bottom:0}.nx-md-body__code-link{font-family:var(--font-mono);font-size:.9em;padding:0 4px;border-radius:var(--radius-sm);background:var(--color-bg-info);color:var(--color-text-info);text-decoration:none;letter-spacing:.02em;transition:filter var(--duration-short) var(--ease-standard)}.nx-md-body__code-link:hover{filter:brightness(.95);text-decoration:underline}.nx-md-body h1{font-size:22px;font-weight:600;margin:24px 0 10px;letter-spacing:-.01em;color:var(--color-text-primary);line-height:1.3}.nx-md-body h2{font-size:18px;font-weight:600;margin:20px 0 8px;color:var(--color-text-primary);line-height:1.35}.nx-md-body h3{font-size:15px;font-weight:600;margin:16px 0 6px;color:var(--color-text-primary);line-height:1.4}.nx-md-body p{margin:12px 0}.nx-md-body strong{font-weight:600}.nx-md-body em{font-style:italic}.nx-md-body ul,.nx-md-body ol{margin:12px 0;padding-left:24px}.nx-md-body li{margin:4px 0}.nx-md-body blockquote{margin:16px 0;padding-left:16px;border-left:3px solid var(--color-border-tertiary);color:var(--color-text-secondary);font-style:italic}.nx-md-body blockquote p{margin:0}.nx-md-body code{font-family:var(--font-mono);font-size:.9em;background:var(--color-bg-secondary);padding:1px 6px;border-radius:4px}.nx-md-body pre{font-family:var(--font-mono);font-size:12.5px;line-height:1.55;margin:12px 0;padding:12px 14px;overflow-x:auto;background:var(--color-bg-secondary);border:.5px solid var(--color-border-tertiary);border-radius:8px;color:var(--color-text-primary)}.nx-md-body pre code{background:transparent;padding:0;border-radius:0}.nx-md-body a{color:var(--color-text-info);text-decoration:underline;text-decoration-color:#0c447c4d;text-underline-offset:2px}.nx-md-body a:hover{text-decoration-color:var(--color-text-info)}
