.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)}.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}