.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.modal{border:1px solid var(--border-default);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px -10px rgba(0,0,0,.3);position:relative;z-index:1001}.modal,.modal-header{background:var(--bg-elevated);display:flex}.modal-header{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-default);align-items:center;justify-content:space-between}.modal-body{padding:var(--space-5);overflow-y:auto}.modal-body,.modal-footer{background:var(--bg-elevated)}.modal-footer{padding:var(--space-4) var(--space-5);border-top:1px solid var(--border-default);display:flex;gap:var(--space-2);justify-content:flex-end}.tab.active{color:var(--text-accent);border-bottom-color:var(--text-accent);background:var(--bg-active);border-radius:var(--radius-md) var(--radius-md) 0 0}.tab{transition:background var(--duration-fast),color var(--duration-fast);display:inline-flex;align-items:center;gap:var(--space-2)}.tabs-scroll{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none}.tabs-scroll::-webkit-scrollbar{display:none}.pri{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;font-family:var(--font-mono)}.pri-p0{background:#A9231C;color:white}.pri-p1{background:#D94A42;color:white}.pri-p2{background:var(--warning-bg);color:var(--warning-fg)}.pri-p3{background:var(--bg-sunken);color:var(--text-secondary)}.scsm-section{border-top:1px solid var(--border-default);padding-top:var(--space-3);margin-top:var(--space-3)}.scsm-section:first-child{border-top:none;padding-top:0;margin-top:0}.scsm-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:var(--space-3);display:flex;align-items:center;gap:var(--space-2)}.scsm-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3) var(--space-4)}.scsm-grid .form-group{margin-bottom:0}.scsm-grid .scsm-full{grid-column:1/-1}.scsm-derived-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:var(--bg-sunken);color:var(--text-secondary);border-radius:var(--radius-sm);font-size:11px;font-weight:600}.kanban{display:flex;gap:var(--space-3);overflow-x:auto;overflow-y:hidden;padding-bottom:var(--space-2);align-items:flex-start;scrollbar-width:thin}.kanban-col{flex:0 0 280px;background:var(--bg-sunken);border:1px solid var(--border-default);border-radius:var(--radius-md);display:flex;flex-direction:column;max-height:calc(100vh - 320px);min-height:200px}.kanban-col-header{padding:var(--space-3) var(--space-3) var(--space-2);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-default)}.kanban-col-count,.kanban-col-header{font-weight:700;color:var(--text-secondary)}.kanban-col-count{background:var(--bg-elevated);font-size:10px;padding:1px 8px;border-radius:var(--radius-full)}.kanban-col-body{flex:1;overflow-y:auto;padding:var(--space-2)}.kanban-card,.kanban-col-body{display:flex;flex-direction:column;gap:var(--space-2)}.kanban-card{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-3);cursor:pointer;transition:border-color var(--duration-fast),box-shadow var(--duration-fast)}.kanban-card:hover{border-color:var(--border-strong);box-shadow:0 2px 6px rgba(0,0,0,.06)}.kanban-card-title{font-size:var(--text-sm);font-weight:600;color:var(--text-primary);line-height:1.3}.kanban-card-meta{display:flex;gap:var(--space-2);align-items:center;font-size:11px;color:var(--text-secondary);flex-wrap:wrap}.kanban-empty{padding:var(--space-6) var(--space-3);text-align:center;font-size:var(--text-xs);color:var(--text-tertiary);font-style:italic}.whale-helm-new-ux .kanban-col{background:#F8FAFC!important;border:1px solid #e2e8f0!important;min-height:520px;display:flex;flex-direction:column}.whale-helm-new-ux .kanban-col[data-status=open]{border-top:4px solid #dc2626!important}.whale-helm-new-ux .kanban-col[data-status=in_progress]{border-top:4px solid #2563eb!important}.whale-helm-new-ux .kanban-col[data-status=pending_customer]{border-top:4px solid #d97706!important}.whale-helm-new-ux .kanban-col[data-status=resolved]{border-top:4px solid #059669!important}.whale-helm-new-ux .kanban-col[data-status=closed]{border-top:4px solid #6b7280!important}.whale-helm-new-ux .kanban-col[data-status=draft]{border-top:4px solid #7c3aed!important}.whale-helm-new-ux .kanban-col[data-status=awaiting_approval]{border-top:4px solid #ea580c!important}.whale-helm-new-ux .kanban-col[data-status=approved]{border-top:4px solid #059669!important}.whale-helm-new-ux .kanban-col[data-status=scheduled]{border-top:4px solid #2563eb!important}.whale-helm-new-ux .kanban-col[data-status=open] .kanban-col-count{background:#FEE2E2;color:#991B1B}.whale-helm-new-ux .kanban-col[data-status=in_progress] .kanban-col-count{background:#DBEAFE;color:#1E40AF}.whale-helm-new-ux .kanban-col[data-status=pending_customer] .kanban-col-count{background:#FEF3C7;color:#92400E}.whale-helm-new-ux .kanban-col[data-status=resolved] .kanban-col-count{background:#D1FAE5;color:#065F46}.whale-helm-new-ux .kanban-col-body{flex:1}.whale-helm-new-ux .kanban-empty{flex:1;display:flex;align-items:center;justify-content:center;margin:8px;border:2px dashed #cbd5e1;border-radius:8px;color:#94A3B8;font-size:12px;font-weight:500;min-height:200px;background:transparent}.whale-helm-new-ux .kanban-card{overflow:visible;border-left-width:5px!important;padding-bottom:12px}.whale-helm-new-ux .kanban-card .kanban-card-meta{margin-bottom:4px}.whale-helm-new-ux .kanban-card select{display:block;width:100%;height:34px!important;line-height:1.4!important;font-size:12px!important;padding:4px 28px 4px 10px!important;margin-top:10px!important;border-radius:6px;border:1px solid var(--border-default);background-color:white;position:relative;z-index:0;cursor:pointer}.whale-helm-new-ux .kanban-card select:hover{border-color:var(--border-strong)}.whale-helm-new-ux .kanban-card select:focus{outline:2px solid #3B82F6;outline-offset:1px}.whale-helm-new-ux .kanban-card{padding:12px 14px 14px;background:white;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.whale-helm-new-ux .kanban-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px -2px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.whale-helm-new-ux .kanban-card-title{font-size:13.5px;font-weight:600;line-height:1.35;color:var(--text-primary)}.whale-helm-new-ux .kanban-card-meta{gap:6px;font-size:10.5px}.whale-helm-new-ux .kanban-card-meta .badge{padding:1px 7px;font-size:10px}.whale-helm-new-ux .kanban-col-header{padding:10px 14px;font-size:11px;letter-spacing:.06em}.whale-helm-new-ux .kanban-col-count{background:white;font-size:11px;padding:2px 9px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}.whale-helm-new-ux .kanban-empty{padding:28px 12px;font-size:11px;font-style:normal;color:var(--text-tertiary);opacity:.7}.whale-helm-new-ux .kanban-col-header{background:rgba(255,255,255,.92);border-radius:var(--radius-md) var(--radius-md) 0 0;font-weight:700}.whale-helm-new-ux .kanban-col-count{background:var(--bg-elevated);color:var(--text-primary);box-shadow:0 0 0 1px var(--border-default)}.whale-helm-new-ux .kanban-card{border-left:3px solid var(--border-default);position:relative}.whale-helm-new-ux .kanban-card[data-priority=P0],.whale-helm-new-ux .kanban-card[data-priority=p0]{border-left-color:#A9231C}.whale-helm-new-ux .kanban-card[data-priority=P1],.whale-helm-new-ux .kanban-card[data-priority=p1]{border-left-color:#D94A42}.whale-helm-new-ux .kanban-card[data-priority=P2],.whale-helm-new-ux .kanban-card[data-priority=p2]{border-left-color:#F59E0B}.whale-helm-new-ux .kanban-card[data-priority=P3],.whale-helm-new-ux .kanban-card[data-priority=p3]{border-left-color:#3B82F6}.whale-helm-new-ux .kanban-card[data-priority=P4],.whale-helm-new-ux .kanban-card[data-priority=p4]{border-left-color:#6B7280}.whale-helm-new-ux .status-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-full);font-size:11px;font-weight:600;text-transform:capitalize;line-height:1.4}.whale-helm-new-ux .status-open{background:#FEE2E2;color:#991B1B}.whale-helm-new-ux .status-in_progress{background:#DBEAFE;color:#1E40AF}.whale-helm-new-ux .status-pending_customer{background:#FEF3C7;color:#92400E}.whale-helm-new-ux .status-resolved{background:#D1FAE5;color:#065F46}.whale-helm-new-ux .status-closed{background:#E5E7EB;color:#374151}.whale-helm-new-ux .status-draft{background:#EDE9FE;color:#5B21B6}.whale-helm-new-ux .status-awaiting_approval{background:#FED7AA;color:#9A3412}.whale-helm-new-ux .status-approved{background:#D1FAE5;color:#065F46}.whale-helm-new-ux .status-in_progress_change,.whale-helm-new-ux .status-scheduled{background:#DBEAFE;color:#1E40AF}.whale-helm-new-ux .status-implemented{background:#D1FAE5;color:#065F46}.whale-helm-new-ux .status-failed,.whale-helm-new-ux .status-rolled_back{background:#FEE2E2;color:#991B1B}.whale-helm-new-ux .status-known_error{background:#FFEDD5;color:#9A3412}.whale-helm-new-ux .status-investigating{background:#FEF3C7;color:#92400E}.whale-helm-new-ux .status-published{background:#D1FAE5;color:#065F46}.whale-helm-new-ux .sev-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.whale-helm-new-ux .sev-dot-critical,.whale-helm-new-ux .sev-dot-p0{background:#A9231C}.whale-helm-new-ux .sev-dot-high,.whale-helm-new-ux .sev-dot-p1{background:#D94A42}.whale-helm-new-ux .sev-dot-medium,.whale-helm-new-ux .sev-dot-p2{background:#F59E0B}.whale-helm-new-ux .sev-dot-low,.whale-helm-new-ux .sev-dot-p3{background:#3B82F6}.whale-helm-new-ux .sev-dot-p4{background:#6B7280}.whale-helm-new-ux .panel.panel-incidents{border-top:3px solid #dc2626}.whale-helm-new-ux .panel.panel-changes{border-top:3px solid #7c3aed}.whale-helm-new-ux .panel.panel-requests{border-top:3px solid #2563eb}.whale-helm-new-ux .panel.panel-problems{border-top:3px solid #ea580c}.whale-helm-new-ux .panel.panel-releases{border-top:3px solid #059669}.whale-helm-new-ux .panel.panel-kb{border-top:3px solid #0891b2}.whale-helm-new-ux .panel.panel-teams{border-top:3px solid #db2777}.whale-helm-new-ux .panel.panel-automation{border-top:3px solid #65a30d}.whale-helm-new-ux .panel.panel-audit{border-top:3px solid #475569}.whale-helm-new-ux .stat-tile{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-4);position:relative;overflow:hidden}.whale-helm-new-ux .stat-tile:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--text-accent)}.whale-helm-new-ux .stat-tile-incident:before{background:#DC2626}.whale-helm-new-ux .stat-tile-change:before{background:#7C3AED}.whale-helm-new-ux .stat-tile-request:before{background:#2563EB}.whale-helm-new-ux .stat-tile-problem:before{background:#EA580C}.whale-helm-new-ux .stat-tile-release:before,.whale-helm-new-ux .stat-tile-success:before{background:#059669}.whale-helm-new-ux .stat-tile-warning:before{background:#D97706}.whale-helm-new-ux .stat-tile-info:before{background:#0891B2}.whale-helm-new-ux .stat-tile-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-weight:600}.whale-helm-new-ux .stat-tile-value{font-size:28px;font-weight:700;color:var(--text-primary);line-height:1.1;margin-top:6px}.whale-helm-new-ux .stat-tile-sublabel{font-size:12px;color:var(--text-secondary);margin-top:4px}.whale-helm-new-ux .ticket-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--radius-full);font-size:13px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background var(--duration-fast),color var(--duration-fast)}.whale-helm-new-ux .ticket-pill:hover{background:var(--bg-hover)}.whale-helm-new-ux .ticket-pill.active[data-type=incidents]{background:#FEE2E2;color:#991B1B;border-color:#FECACA}.whale-helm-new-ux .ticket-pill.active[data-type=changes]{background:#EDE9FE;color:#5B21B6;border-color:#DDD6FE}.whale-helm-new-ux .ticket-pill.active[data-type=requests]{background:#DBEAFE;color:#1E40AF;border-color:#BFDBFE}.whale-helm-new-ux .ticket-pill.active[data-type=problems]{background:#FFEDD5;color:#9A3412;border-color:#FED7AA}.whale-helm-new-ux .ticket-pill.active[data-type=releases]{background:#D1FAE5;color:#065F46;border-color:#A7F3D0}.whale-helm-new-ux .tabs .tab.active[data-tab=overview]{border-bottom:2px solid #0891b2}.whale-helm-new-ux .tabs .tab.active[data-tab=tickets]{border-bottom:2px solid #dc2626}.whale-helm-new-ux .tabs .tab.active[data-tab=teams]{border-bottom:2px solid #db2777}.whale-helm-new-ux .tabs .tab.active[data-tab=automation]{border-bottom:2px solid #65a30d}.whale-helm-new-ux .tabs .tab.active[data-tab=kb]{border-bottom:2px solid #7c3aed}.whale-helm-new-ux .tabs .tab.active[data-tab=cmdb]{border-bottom:2px solid #2563eb}.whale-helm-new-ux .tabs .tab.active[data-tab=audit]{border-bottom:2px solid #475569}.whale-helm-new-ux .panel table tbody tr:hover{background:rgba(59,130,246,.04)}.whale-helm-new-ux .sla-bar{position:relative;height:6px;background:var(--bg-sunken);border-radius:3px;overflow:hidden}.whale-helm-new-ux .sla-bar-fill{position:absolute;left:0;top:0;bottom:0;transition:width .2s}.whale-helm-new-ux .sla-bar-fill-ok{background:linear-gradient(90deg,#10B981,#059669)}.whale-helm-new-ux .sla-bar-fill-warn{background:linear-gradient(90deg,#F59E0B,#D97706)}.whale-helm-new-ux .sla-bar-fill-breach{background:linear-gradient(90deg,#EF4444,#DC2626)}.popover{position:absolute;top:calc(100% + 6px);right:0;background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:0 8px 24px -4px rgba(0,0,0,.15);min-width:240px;z-index:50;padding:var(--space-2)}.popover-item{display:block;width:100%;text-align:left;padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--text-primary);background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer}.popover-item:hover{background:var(--bg-hover)}.popover-divider{height:1px;background:var(--border-default);margin:var(--space-1) 0}@media (max-width:768px){.page-header{flex-direction:column;align-items:flex-start!important;gap:12px!important}.page-header>*{width:100%}.filter-bar,.tabs{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-bar::-webkit-scrollbar,.tabs::-webkit-scrollbar{display:none}.filter-bar>*,.tab{flex-shrink:0}.modal,.modal-content{max-width:100%!important;width:calc(100vw - 16px)!important;max-height:calc(100vh - 32px)!important;margin:8px}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.hide-on-mobile{display:none!important}.form-row-2col,.kanban-board,[class*=grid-cols-]{grid-template-columns:1fr!important}.panel-body,.panel-header{padding:12px!important}.btn,.btn-md,.filter-bar>button,.nav-item,.tab,button.btn-outline,button.btn-primary,button.btn-secondary{min-height:44px}.btn-sm,.btn-xs{min-height:36px}input.input,select.select,textarea.input{min-height:44px;font-size:16px!important}textarea.input{min-height:88px}.modal-body .modal-actions{position:sticky;bottom:0;background:var(--bg-surface,white);margin:16px -12px -12px;padding:12px;border-top:1px solid var(--border-default,#e2e8f0);z-index:5}.portal-app header nav{display:none!important}.portal-app main{padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))!important}.portal-mobile-nav{display:flex!important}}.portal-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid #e2e8f0;padding:6px 4px calc(6px + env(safe-area-inset-bottom, 0px));z-index:100;box-shadow:0 -2px 12px rgba(0,0,0,.06)}.portal-mobile-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;color:#64748B;text-decoration:none;font-size:10px;font-weight:600;min-height:50px;border-radius:6px}.portal-mobile-nav a[data-active=true]{color:#2563EB;background:#EFF6FF}.portal-mobile-nav a span:first-child{font-size:20px;line-height:1}.whale-helm-new-ux .modal[data-form-type=incident] .modal-header{border-top:5px solid #dc2626;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#FEF2F2,white)}.whale-helm-new-ux .modal[data-form-type=change] .modal-header{border-top:5px solid #7c3aed;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#F5F3FF,white)}.whale-helm-new-ux .modal[data-form-type=problem] .modal-header{border-top:5px solid #ea580c;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#FFF7ED,white)}.whale-helm-new-ux .modal[data-form-type=release] .modal-header{border-top:5px solid #059669;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#ECFDF5,white)}.whale-helm-new-ux .modal[data-form-type=request] .modal-header{border-top:5px solid #2563eb;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#EFF6FF,white)}.audit-live-dot{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:var(--text-tertiary)}.audit-live-dot-core{width:7px;height:7px;border-radius:50%;background:var(--text-tertiary)}.audit-live-dot.on{color:var(--success-fg)}.audit-live-dot.on .audit-live-dot-core{background:var(--success-fg);animation:audit-live-pulse 1.6s ease-in-out infinite}@keyframes audit-live-pulse{0%,to{box-shadow:0 0 0 0 rgba(30,111,219,0)}50%{box-shadow:0 0 0 4px rgba(30,111,219,.15)}}[data-theme=dark] .audit-live-dot.on{color:#7cd9a0}.audit-live-banner{display:block;width:100%;padding:8px 20px;background:var(--info-bg);color:var(--info-fg);border:none;border-bottom:1px solid var(--border-default);font-size:12px;font-weight:600;cursor:pointer;text-align:center}.audit-live-banner:hover{filter:brightness(.97)}.audit-row-flash{animation:audit-row-flash-anim 1.2s ease-out}@keyframes audit-row-flash-anim{0%{background:rgba(30,111,219,.16)}to{background:transparent}}.whale-helm-theme{--text-accent:#0d9488;--bg-active:#ecfdf5;--border-accent:#14b8a6}.whale-helm-theme[data-theme=dark],:root[data-theme=dark] .whale-helm-theme{--text-accent:#5eead4;--bg-active:#134e4a;--border-accent:#0d9488}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:16px;padding:18px}.project-card{position:relative;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;padding:18px;cursor:pointer;display:flex;flex-direction:column;gap:12px;overflow:hidden;transition:transform .16s var(--ease-out),box-shadow .16s var(--ease-out),border-color .16s}.project-card:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#5EA1F2);opacity:0;transition:opacity .16s}.project-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px -8px rgba(10,22,40,.16),0 4px 8px -4px rgba(10,22,40,.08);border-color:var(--border-strong)}[data-theme=dark] .project-card:hover{box-shadow:0 12px 24px -8px rgba(0,0,0,.45),0 4px 8px -4px rgba(0,0,0,.3)}.project-card:hover:before{opacity:1}.project-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.project-card-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0;background:var(--bg-active)}.project-card-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 10px 3px 8px;border-radius:999px;white-space:nowrap}.project-card-status[data-status=active]{background:var(--success-bg);color:var(--success-fg)}.project-card-status:not([data-status=active]){background:var(--bg-sunken);color:var(--text-tertiary)}.project-card-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.project-card-name{font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.3}.project-card-desc{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:18px}.project-card-chips{display:flex;gap:6px;flex-wrap:wrap}.project-card-divider{height:1px;background:var(--border-default);margin:0}.project-card-cloud{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary);overflow:hidden}.project-card-cloud span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:2px}.project-card-forecast-label{font-size:10px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.project-card-forecast{font-size:17px;font-weight:800;color:#2563eb;line-height:1.2}.project-card-avatar,.project-card-avatars{display:flex;align-items:center}.project-card-avatar{width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;justify-content:center;font-size:9px;font-weight:700;border:2px solid var(--bg-surface);margin-left:-6px}.project-card-avatar:first-child{margin-left:0}.project-card-avatar-more{background:var(--bg-sunken);color:var(--text-tertiary)}.project-card-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-tertiary)}.project-card-created{font-size:10.5px;color:var(--text-tertiary);white-space:nowrap}.project-card-forecast-annual{font-size:10.5px;color:var(--text-tertiary);margin-top:1px}.project-card-icon[data-type=new-workload],.project-list-icon[data-type=new-workload]{background:#EFF6FF;color:#2563EB}.project-card-icon[data-type=migration],.project-list-icon[data-type=migration]{background:#FFF7ED;color:#EA580C}.project-card-icon[data-type=modernization],.project-list-icon[data-type=modernization]{background:#F5F3FF;color:#7C3AED}.project-card-icon[data-type=data-platform],.project-list-icon[data-type=data-platform]{background:#ECFDF5;color:#059669}[data-theme=dark] .project-card-icon[data-type=new-workload],[data-theme=dark] .project-list-icon[data-type=new-workload]{background:#14264a;color:#7aa8f2}[data-theme=dark] .project-card-icon[data-type=migration],[data-theme=dark] .project-list-icon[data-type=migration]{background:#3a2410;color:#fb923c}[data-theme=dark] .project-card-icon[data-type=modernization],[data-theme=dark] .project-list-icon[data-type=modernization]{background:#2a1f47;color:#c4b5fd}[data-theme=dark] .project-card-icon[data-type=data-platform],[data-theme=dark] .project-list-icon[data-type=data-platform]{background:#0f2e22;color:#6ee7b7}.project-card-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.project-card-info-item{display:flex;flex-direction:column;gap:2px;min-width:0}.project-card-info-label{font-size:9.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary)}.project-card-info-value{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view-switch{gap:2px;background:var(--bg-sunken);border:1px solid var(--border-default);border-radius:8px;padding:2px}.view-switch,.view-switch-btn{display:inline-flex;align-items:center}.view-switch-btn{justify-content:center;width:30px;height:28px;border-radius:6px;background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;font-size:14px;transition:background .12s,color .12s}.view-switch-btn:hover{color:var(--text-primary)}.view-switch-btn.active{background:var(--bg-surface);color:var(--text-accent);box-shadow:0 1px 3px rgba(10,22,40,.12)}.project-list{display:flex;flex-direction:column;overflow-x:auto}.project-list-row{display:flex;align-items:center;gap:16px;padding:13px 20px;border-bottom:1px solid var(--border-default);cursor:pointer;min-width:780px;transition:background .12s}.project-list-row:last-child{border-bottom:none}.project-list-row:hover{background:var(--bg-hover)}.project-list-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;background:var(--bg-active)}.project-list-main{min-width:0;flex:1 1 200px}.project-list-name{font-size:13.5px;font-weight:700;color:var(--text-primary)}.project-list-desc{font-size:11.5px;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list-chips{display:flex;gap:5px;flex:0 0 auto}.project-list-col{flex:0 0 auto;width:118px;font-size:12px;color:var(--text-secondary)}.project-list-col-label{display:block;font-size:9.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-weight:700;margin-bottom:2px}.project-list-forecast{font-weight:800;color:#2563eb;font-size:13px}.project-list-chevron{color:var(--text-tertiary);flex-shrink:0;font-size:16px}.project-card-skeleton{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;padding:18px;height:172px;overflow:hidden;position:relative}.project-card-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:project-skeleton-sheen 1.4s infinite}[data-theme=dark] .project-card-skeleton:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent)}@keyframes project-skeleton-sheen{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.project-modal-overlay{position:fixed;inset:0;background:rgba(10,22,40,.6);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.project-modal{background:var(--bg-elevated);border-radius:16px;width:100%;max-width:800px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-xl)}.project-modal-banner{background:var(--bg-elevated);border-bottom:1px solid var(--border-default);padding:20px 26px;flex-shrink:0;position:relative}.project-modal-banner:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#5EA1F2)}.project-modal-icon{width:46px;height:46px;border-radius:12px;background:var(--bg-active);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;border:1px solid var(--border-default)}.project-modal-body{padding:22px 26px 26px;overflow-y:auto;flex:1}.project-detail-card{border:1px solid var(--border-default);border-radius:12px;padding:15px 16px;background:var(--bg-surface);display:flex;flex-direction:column;gap:8px}.project-detail-card.highlight{background:linear-gradient(160deg,rgba(37,99,235,.07),rgba(37,99,235,.02));border-color:rgba(37,99,235,.25)}.project-detail-card-title{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;letter-spacing:.06em;color:var(--text-tertiary);text-transform:uppercase}