:root{--color-primary: #2563EB;--color-primary-light: #3B82F6;--color-primary-dark: #1D4ED8;--color-bg-layout: #F1F5F9;--color-bg-card: #FFFFFF;--color-bg-hover: #F8FAFC;--color-bg-subtle: #F8FAFC;--color-text: #0F172A;--color-text-secondary: #475569;--color-text-muted: #94A3B8;--color-border: #E2E8F0;--color-border-light: #F1F5F9;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:768px){.ant-btn{min-height:36px}.ant-btn-sm{min-height:28px}body{padding-bottom:env(safe-area-inset-bottom,0)}*{touch-action:manipulation}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body{max-height:60vh;overflow-y:auto}.ant-popover{max-width:calc(100vw - 24px)}.ant-picker-calendar .ant-picker-cell{padding:2px 0!important}}.main-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;padding:0 24px;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);box-shadow:0 2px 12px #0000004d}.main-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.3) 15%,#2563EB 50%,rgba(37,99,235,.3) 85%,transparent 100%);opacity:.8}.main-logo{font-family:Poppins,Inter,sans-serif;font-size:18px;font-weight:700;letter-spacing:1.5px;margin-right:40px;cursor:pointer;white-space:nowrap;flex-shrink:0;background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:filter var(--transition-fast),transform var(--transition-fast);-webkit-user-select:none;user-select:none}.main-logo:hover{filter:brightness(1.2);transform:scale(1.02)}.header-divider{width:1px;height:20px;background:#ffffff1f;flex-shrink:0}.header-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#ffffffb3;transition:all var(--transition-fast);cursor:pointer}.header-action-btn:hover{background:#ffffff1a;color:#fff}.ai-status-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px 2px 8px;border-radius:100px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);cursor:default;transition:background var(--transition-fast);font-size:12px;color:#fffc;white-space:nowrap;flex-shrink:0;line-height:normal}.ai-status-badge:hover{background:#ffffff1a}.ai-status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.ai-status-dot--breathing{animation:breathing 2s ease-in-out infinite}@keyframes breathing{0%,to{opacity:1;box-shadow:0 0 0 0 currentColor}50%{opacity:.6;box-shadow:0 0 6px 2px currentColor}}.search-shortcut-hint{display:inline-flex;align-items:center;justify-content:center;font-size:10px;padding:1px 5px;border-radius:4px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff6;font-family:Inter,monospace;line-height:14px;pointer-events:none}.header-user-area{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background var(--transition-fast);color:#fff;line-height:normal}.header-user-area:hover{background:#ffffff14}.main-nav-menu{background:transparent;border-bottom:none;line-height:56px}.main-content{padding:24px;max-width:1400px;width:100%;margin:0 auto}.main-content-inner{background:transparent;border-radius:0;padding:0;min-height:calc(100vh - 168px);box-shadow:none}.main-footer{text-align:center;color:var(--color-text-muted, #94A3B8);font-size:12px;padding:16px 24px}.user-avatar-area{cursor:pointer;color:#fff}.user-avatar-area .nav-username{font-size:14px}.nav-hamburger{display:none!important}@media(max-width:992px){.main-logo{margin-right:16px}.nav-search-desktop{display:none}}@media(max-width:768px){.main-header{padding:0 12px;height:48px}.main-logo{font-size:15px;margin-right:8px;letter-spacing:1px}.nav-menu-desktop,.nav-search-desktop,.nav-username,.header-divider,.search-shortcut-hint{display:none!important}.nav-hamburger{display:inline-flex!important}.main-content{padding:8px}.main-content-inner{padding:12px 10px;border-radius:8px}.main-content-inner h3.ant-typography,.main-content-inner h4.ant-typography{font-size:16px!important}.main-footer{padding:12px;font-size:11px}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{font-size:13px}.ant-table-cell{padding:8px 6px!important;white-space:nowrap}.ant-drawer-body .ant-form .ant-row,.ant-modal-body .ant-form .ant-row{flex-direction:column}.ant-drawer-body .ant-form .ant-col,.ant-modal-body .ant-form .ant-col{max-width:100%!important;flex:0 0 100%!important}.ant-drawer-content-wrapper{max-width:100vw!important}.ant-card{border-radius:8px}.ant-descriptions-item-label{font-size:12px}.ant-descriptions-item-content{font-size:13px}.ant-space-wrap{gap:6px!important}.ant-select{min-width:0!important}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{padding:8px 10px!important;font-size:13px!important}.ant-segmented{font-size:12px}.ant-segmented-item{padding:2px 8px!important}[style*="gap: 12"]{flex-wrap:wrap}}@media(max-width:480px){.main-content{padding:4px}.main-content-inner{padding:8px 6px;border-radius:6px}.ant-table-cell{padding:6px 4px!important;font-size:12px}.ant-table td:nth-child(n+6),.ant-table th:nth-child(n+6){display:none}.main-content-inner>div:first-child{flex-wrap:wrap;gap:8px}}
