:root{--carbsi-navy-dark:#0a091d;--carbsi-navy:#120f38;--carbsi-navy-card:#181548;--carbsi-navy-border:#24205f;--carbsi-indigo:#4f46e5;--carbsi-indigo-light:#6366f1;--carbsi-cyan:#06b6d4;--carbsi-cyan-glow:#22d3ee;--carbsi-bg:#f8fafc;--carbsi-surface:#fff;--carbsi-border:#e2e8f0;--carbsi-text-primary:#0f172a;--carbsi-text-secondary:#475569;--carbsi-text-muted:#94a3b8}html,body,#root{background-color:var(--carbsi-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#64748bb3}.shell{background:var(--carbsi-bg);height:100vh;max-height:100vh;overflow:hidden}.main-layout{background:var(--carbsi-bg);flex-direction:column;height:100vh;display:flex;overflow:hidden auto}.app-sidebar{border-right:1px solid var(--carbsi-border);z-index:10;flex-direction:column;display:flex;position:sticky;top:0;left:0;overflow:hidden;box-shadow:1px 0 4px #00000005;background:#fff!important;height:100vh!important;max-height:100vh!important}.app-sidebar .ant-layout-sider-children,.sidebar-content{flex-direction:column;height:100%;display:flex;overflow:hidden}.brand-container{box-sizing:border-box;border-bottom:1px solid var(--carbsi-border);flex-shrink:0;align-items:center;gap:12px;height:64px;padding:0 18px;display:flex}.brand-logo-frame{border:1px solid var(--carbsi-border);background:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0d}.brand-logo-frame:hover{transform:scale(1.04);box-shadow:0 3px 8px #4f46e51f}.brand-logo-img{object-fit:contain;width:30px;height:30px}.brand-text-wrap{flex-direction:column;min-width:0;display:flex}.brand-title-main{color:#0f172a;letter-spacing:.3px;font-size:16px;font-weight:700;line-height:1.2}.brand-title-sub{color:#64748b;letter-spacing:.2px;margin-top:2px;font-size:11px;font-weight:500}.sidebar-section-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 8px;display:flex}.sidebar-section-title{text-transform:uppercase;letter-spacing:.6px;color:#64748b;font-size:12px;font-weight:600}.sidebar-add-btn{color:#64748b!important;border-radius:6px!important;transition:all .15s!important}.sidebar-add-btn:hover{color:#4f46e5!important;background-color:#f1f5f9!important}.sidebar-project-list{flex:1;min-height:0;padding:4px 10px;overflow-y:auto}.project-item{cursor:pointer;color:#475569;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;margin-bottom:3px;padding:9px 12px;font-size:13.5px;font-weight:500;transition:all .18s cubic-bezier(.4,0,.2,1);display:flex}.project-item:hover{color:#0f172a;background:#f8fafc}.project-item.active{color:#4338ca;background:#eef2ff;border:1px solid #e0e7ff;font-weight:600}.project-icon{color:#94a3b8;font-size:16px;transition:color .18s}.project-item:hover .project-icon{color:#64748b}.project-item.active .project-icon{color:#4f46e5}.project-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.project-active-dot{background:#4f46e5;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #4f46e566}.sidebar-footer{border-top:1px solid var(--carbsi-border);background:#f8fafc;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.user-profile-info{align-items:center;gap:10px;min-width:0;display:flex}.user-avatar-badge{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex;box-shadow:0 2px 6px #4f46e533}.user-text-info{flex-direction:column;min-width:0;display:flex}.username-display{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.user-role-badge{color:#4f46e5;font-size:11px;font-weight:500}.sidebar-logout-btn{color:#94a3b8!important;border-radius:6px!important;transition:all .15s!important}.sidebar-logout-btn:hover{color:#ef4444!important;background:#fee2e2!important}.app-header{border-bottom:1px solid var(--carbsi-border);z-index:9;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #00000005}.header-left{align-items:center;gap:14px;display:flex}.header-project-title{color:var(--carbsi-text-primary);align-items:center;gap:8px;font-size:17px;font-weight:600;display:flex}.header-nav-tabs{background:#f1f5f9;border-radius:8px;align-items:center;gap:4px;padding:3px;display:flex}.header-tab-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.header-tab-btn:hover{color:#0f172a}.header-tab-btn.active{color:#4f46e5;background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.app-content{flex-direction:column;gap:20px;margin:24px 28px;display:flex}.metrics-ribbon{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.metric-card{border:1px solid var(--carbsi-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 18px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #00000008}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.metric-info{flex-direction:column;display:flex}.metric-label{color:var(--carbsi-text-secondary);margin-bottom:4px;font-size:12.5px;font-weight:500}.metric-value{color:var(--carbsi-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;line-height:1.1}.metric-icon-wrap{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.metric-icon-indigo{color:#4f46e5;background:#eef2ff}.metric-icon-cyan{color:#0891b2;background:#ecfeff}.metric-icon-amber{color:#d97706;background:#fffbeb}.metric-icon-emerald{color:#059669;background:#ecfdf5}.workspace-card{border:1px solid var(--carbsi-border);background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 1px 3px #00000008}.table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.toolbar-filters{align-items:center;gap:12px;display:flex}.pulse-dot{background-color:#0284c7;border-radius:50%;width:8px;height:8px;margin-right:6px;animation:1.5s infinite pulse-glow;display:inline-block}@keyframes pulse-glow{0%{box-shadow:0 0 #0284c7b3}70%{box-shadow:0 0 0 6px #0284c700}to{box-shadow:0 0 #0284c700}}.spec-code-card{background:#0d1117;border:1px solid #30363d;border-radius:10px;margin-top:10px;overflow:hidden}.spec-code-header{background:#161b22;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.spec-code-title{color:#8b949e;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:12px;font-weight:600}.spec-code-body{color:#e6edf3;white-space:pre-wrap;word-break:break-all;margin:0;padding:16px;font-family:JetBrains Mono,SF Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.prd-text-box{color:#1e293b;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;font-size:14px;line-height:1.7}.report-container-card{background:#fff;border:1px solid #cbd5e1;border-radius:10px;margin-top:20px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.report-header-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.report-iframe{border:none;width:100%;height:720px;display:block}.login-page-wrapper{background:radial-gradient(circle at 50% 20%,#1e1b4b 0%,#0a091d 75%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-page-wrapper:before{content:"";pointer-events:none;background:radial-gradient(circle,#06b6d42e 0%,#6366f11f 40%,#0000 70%);width:600px;height:400px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.login-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1;background:#fffffff5;border-radius:16px;width:100%;max-width:420px;padding:40px 36px;position:relative;box-shadow:0 20px 48px #00000073,0 0 0 1px #fff3}.login-header{text-align:center;margin-bottom:28px}.login-logo-wrap{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 16px;padding:8px;display:flex;box-shadow:0 8px 24px #4f46e538,0 0 0 1px #e2e8f0cc}.login-logo-img{object-fit:contain;width:52px;height:52px}.login-brand-title{color:#0f172a;letter-spacing:.5px;margin:0;font-size:24px;font-weight:700}.login-brand-slogan{color:#64748b;margin-top:6px;font-size:13.5px;line-height:1.4}.login-btn{background:linear-gradient(135deg,#4f46e5 0%,#3b82f6 50%,#06b6d4 100%)!important;border:none!important;height:42px!important;font-size:15px!important;font-weight:600!important;transition:opacity .2s,transform .2s!important;box-shadow:0 4px 14px #4f46e559!important}.login-btn:hover{opacity:.95;transform:translateY(-1px)}.login-footer-copyright{text-align:center;color:#94a3b8;margin-top:24px;font-size:12px}.empty-state-box{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:48px 24px}
/*# sourceMappingURL=index.2462b254.css.map*/