:root{--aris-deep-space: #121A24;--aris-orbit-slate: #1E2933;--aris-primary-slate: #263238;--aris-muted-navy: #2F4156;--aris-blue-grey: #607D8B;--aris-steel-blue: #4F7CAC;--aris-bg: #F7F8FA;--aris-surface: #FFFFFF;--aris-surface-muted: #F1F4F6;--aris-border: #D9E1E7;--aris-border-strong: #C7D0D8;--aris-teal: #4BA3A2;--aris-amber: #D9A441;--aris-coral: #D96C6C;--aris-purple: #7C6FA3;--aris-green: #7A9E7E;--aris-text: #263238;--aris-text-muted: #60707A;--aris-text-light: #9FB0BD;--aris-smoke-blue: rgba(79, 124, 172, .1);--aris-smoke-teal: rgba(75, 163, 162, .08);--aris-smoke-purple: rgba(124, 111, 163, .08);--aris-smoke-amber: rgba(217, 164, 65, .07);--aris-radius-sm: 4px;--aris-radius-md: 6px;--aris-radius-lg: 8px;--aris-shadow-soft: 0 8px 24px rgba(18, 26, 36, .07);--aris-shadow-panel: 0 12px 32px rgba(18, 26, 36, .08);--aris-font: "Inter", "Segoe UI", Roboto, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--aris-font);font-size:14px;color:var(--aris-text);background:var(--aris-bg);-webkit-font-smoothing:antialiased}.aris-app-bg{background:radial-gradient(circle at 12% 18%,rgba(75,163,162,.08),transparent 28%),radial-gradient(circle at 88% 12%,rgba(79,124,172,.1),transparent 30%),radial-gradient(circle at 78% 82%,rgba(124,111,163,.08),transparent 32%),#f7f8fa}.aris-shell{display:flex;height:100vh;overflow:hidden}.aris-sidebar{width:232px;min-width:232px;background:linear-gradient(180deg,#121a24,#1e2933);color:#dde6ed;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;overflow-y:auto}.aris-sidebar-brand{padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.aris-sidebar-brand .brand-name{font-size:19px;font-weight:700;letter-spacing:3px;color:#fff}.aris-sidebar-brand .brand-tag{font-size:10.5px;color:var(--aris-text-light);margin-top:3px;letter-spacing:.4px}.aris-sidebar-nav{padding:10px 0;flex:1}.aris-sidebar-item{display:flex;align-items:center;gap:10px;padding:9px 18px;font-size:13px;color:#b8c6d1;cursor:pointer;text-decoration:none;border-left:3px solid transparent;transition:background .15s ease,color .15s ease}.aris-sidebar-item:hover{background:#ffffff0f;color:#fff}.aris-sidebar-item.active{background:#ffffff1a;border-left:3px solid var(--aris-teal);color:#fff;font-weight:600}.aris-sidebar-item .nav-icon{width:17px;text-align:center;opacity:.85}.aris-sidebar-footer{padding:12px 18px;border-top:1px solid rgba(255,255,255,.08);font-size:11.5px;color:var(--aris-text-light)}.aris-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.aris-topbar{height:60px;min-height:60px;background:#ffffffeb;border-bottom:1px solid var(--aris-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 22px;z-index:20}.aris-topbar-action{position:relative;min-width:34px;height:34px;padding:0 9px;border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);background:var(--aris-surface);color:var(--aris-muted-navy);display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font:600 12px var(--aris-font);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.aris-topbar-action:hover,.aris-topbar-action.active{background:var(--aris-smoke-blue);border-color:var(--aris-steel-blue);color:var(--aris-deep-space)}.aris-topbar-action:disabled{opacity:.55;cursor:wait}.aris-topbar-action-icon{font-size:16px;line-height:1}.aris-topbar-action.logout{padding-inline:10px}.aris-topbar-action-count{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;border:2px solid var(--aris-surface);border-radius:999px;background:var(--aris-coral);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1}@media(max-width:900px){.aris-topbar-action-label{display:none}.aris-topbar-action.logout{padding-inline:8px}}.aris-content{flex:1;overflow-y:auto;padding:20px 24px 40px}.aris-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--aris-text-muted);margin-bottom:12px}.aris-breadcrumbs a{color:var(--aris-steel-blue);text-decoration:none}.aris-breadcrumbs a:hover{text-decoration:underline}.aris-breadcrumbs .crumb-sep{color:var(--aris-text-light)}.aris-back-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);color:var(--aris-text-muted);height:28px;padding:0 10px;font-size:12px;cursor:pointer;font-family:var(--aris-font)}.aris-back-btn:hover{border-color:var(--aris-border-strong);color:var(--aris-text)}.aris-page-title{font-size:25px;font-weight:700;margin:0 0 4px;color:var(--aris-text)}.aris-page-subtitle{font-size:13px;color:var(--aris-text-muted);margin:0 0 18px}.aris-section-title{font-size:18px;font-weight:600;margin:0 0 10px}.aris-card-title{font-size:15.5px;font-weight:600;margin:0}.aris-label{font-size:12.5px;font-weight:600;color:var(--aris-text-muted)}.aris-card{background:var(--aris-surface);border:1px solid var(--aris-border);border-radius:var(--aris-radius-lg);box-shadow:0 4px 14px #121a240a;padding:15px 16px}.aris-card.smoke-teal{background:linear-gradient(135deg,var(--aris-smoke-teal),#FFFFFF 60%)}.aris-card.smoke-blue{background:linear-gradient(135deg,var(--aris-smoke-blue),#FFFFFF 60%)}.aris-card.smoke-purple{background:linear-gradient(135deg,var(--aris-smoke-purple),#FFFFFF 60%)}.aris-card.smoke-amber{background:linear-gradient(135deg,var(--aris-smoke-amber),#FFFFFF 60%)}.aris-kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:16px}.aris-kpi{background:var(--aris-surface);border:1px solid var(--aris-border);border-radius:var(--aris-radius-lg);padding:12px 14px;cursor:pointer;transition:border-color .15s ease}.aris-kpi:hover{border-color:var(--aris-teal)}.aris-kpi .kpi-value{font-size:22px;font-weight:700;line-height:1.15}.aris-kpi .kpi-label{font-size:11.5px;color:var(--aris-text-muted);margin-top:2px}.aris-btn-primary{background:var(--aris-muted-navy);color:#fff;border-radius:var(--aris-radius-md);border:1px solid var(--aris-muted-navy);height:36px;padding:0 14px;font-weight:600;font-size:13px;cursor:pointer;font-family:var(--aris-font);transition:background .15s ease}.aris-btn-primary:hover{background:#3a5069}.aris-btn-primary:disabled{opacity:.55;cursor:not-allowed}.aris-btn-secondary{background:#eef2f4;color:var(--aris-text);border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);height:36px;padding:0 14px;font-size:13px;cursor:pointer;font-family:var(--aris-font)}.aris-btn-secondary:hover{background:#e4eaee}.aris-btn-inline{background:#4f7cac14;color:var(--aris-muted-navy);border:1px solid rgba(79,124,172,.24);border-radius:var(--aris-radius-md);height:30px;padding:0 10px;font-size:12px;cursor:pointer;font-family:var(--aris-font);white-space:nowrap;transition:background .15s ease}.aris-btn-inline:hover{background:#4f7cac29}.aris-btn-inline.teal{background:#4ba3a21a;border-color:#4ba3a24d;color:#2f6f6d}.aris-btn-inline.teal:hover{background:#4ba3a22e}.aris-btn-inline.coral{background:#d96c6c1a;border-color:#d96c6c4d;color:#8a3939}.aris-btn-inline.coral:hover{background:#d96c6c2e}.aris-btn-inline.ghost{background:transparent;border-color:var(--aris-border);color:var(--aris-text-muted)}.aris-count-chip{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:600;background:#eef2f4;color:#374151;border:1px solid var(--aris-border);cursor:pointer;white-space:nowrap;font-family:var(--aris-font);transition:transform .1s ease}.aris-count-chip:hover{transform:translateY(-1px)}.aris-count-chip.zero{opacity:.5;font-weight:500}.aris-count-chip.risk{background:#d9a4411f;color:#7a5a15;border-color:#d9a44140}.aris-count-chip.legal{background:#4f7cac1f;color:#2f4156;border-color:#4f7cac40}.aris-count-chip.document{background:#4ba3a21f;color:#2f6f6d;border-color:#4ba3a240}.aris-count-chip.approval{background:#7c6fa31f;color:#514772;border-color:#7c6fa340}.aris-count-chip.ai{background:#4ba3a21a;color:#2f6f6d;border-color:#4ba3a240}.aris-count-chip.active-panel{outline:2px solid var(--aris-teal)}.aris-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:11.5px;font-weight:600;white-space:nowrap}.badge-neutral{background:#eef2f4;color:#4b5a64}.badge-teal{background:#4ba3a224;color:#2f6f6d}.badge-blue{background:#4f7cac24;color:#2f4156}.badge-amber{background:#d9a44124;color:#7a5a15}.badge-coral{background:#d96c6c24;color:#8a3939}.badge-purple{background:#7c6fa324;color:#514772}.badge-green,.risk-trivial{background:#7a9e7e24;color:#3e6f44}.risk-moderate{background:#d9a44124;color:#7a5a15}.risk-important{background:#d96c6c24;color:#8a3939}.risk-intolerable{background:#a94a4a2e;color:#7a2424}.aris-hierarchy-toolbar{position:sticky;top:0;z-index:10;background:#f7f8faeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 0 10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.aris-hierarchy-row{background:var(--aris-surface);border:1px solid var(--aris-border);border-radius:var(--aris-radius-lg);padding:10px 12px;display:grid;grid-template-columns:minmax(220px,1.6fr) auto;align-items:center;gap:8px;box-shadow:0 4px 14px #121a240a;cursor:pointer;transition:border-color .15s ease,background .2s ease}.aris-hierarchy-row:hover{border-color:#4ba3a273;background:linear-gradient(90deg,#4ba3a20d,#fff 42%)}.aris-hierarchy-row.selected{border-left:4px solid var(--aris-teal);background:#4ba3a214}.aris-node-number{font-weight:700;font-size:12.5px;color:var(--aris-steel-blue);font-variant-numeric:tabular-nums;margin-right:8px}.aris-node-name{font-weight:600;font-size:13.5px}.aris-node-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:var(--aris-text-muted)}.aris-row-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:flex-end}.aris-expand-caret{width:20px;display:inline-block;text-align:center;color:var(--aris-text-light);transition:transform .18s ease;font-size:11px}.aris-expand-caret.open{transform:rotate(90deg)}.aris-inline-panel{margin:6px 0 12px 32px;background:#fffffff0;border:1px solid var(--aris-border);border-left:3px solid var(--aris-steel-blue);border-radius:var(--aris-radius-lg);box-shadow:0 10px 26px #121a240f;overflow:hidden;animation:aris-panel-in .18s ease}.aris-inline-panel.panel-document{border-left-color:var(--aris-teal)}.aris-inline-panel.panel-risk{border-left-color:var(--aris-amber)}.aris-inline-panel.panel-legal{border-left-color:var(--aris-steel-blue)}.aris-inline-panel.panel-approval{border-left-color:var(--aris-purple)}.aris-inline-panel.panel-ai{border-left-color:var(--aris-teal)}@keyframes aris-panel-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.aris-inline-panel-header{background:var(--aris-surface-muted);border-bottom:1px solid var(--aris-border);padding:10px 12px;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:8px}.aris-inline-panel-body{padding:10px 12px}.aris-context-panel{background:#fffffff2;border:1px solid var(--aris-border);border-radius:var(--aris-radius-lg);box-shadow:var(--aris-shadow-panel);padding:14px;position:sticky;top:0;max-height:calc(100vh - 140px);overflow-y:auto}.aris-slideover-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#121a2447;z-index:60;animation:aris-fade-in .15s ease}@keyframes aris-fade-in{0%{opacity:0}to{opacity:1}}.aris-slideover{position:fixed;top:0;right:0;bottom:0;width:min(560px,92vw);background:var(--aris-surface);border-left:1px solid var(--aris-border);box-shadow:-16px 0 40px #121a2429;z-index:61;display:flex;flex-direction:column;animation:aris-slide-in .2s ease}@keyframes aris-slide-in{0%{transform:translate(24px);opacity:0}to{transform:translate(0);opacity:1}}.aris-slideover-header{padding:14px 18px;border-bottom:1px solid var(--aris-border);display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--aris-surface-muted)}.aris-slideover-body{flex:1;overflow-y:auto;padding:16px 18px}.aris-ai-panel{background:linear-gradient(135deg,#4ba3a21a,#4f7cac12);border:1px solid rgba(75,163,162,.28);border-radius:var(--aris-radius-lg);padding:12px}.aris-ai-badge{background:#4ba3a224;color:#2f6f6d;border:1px solid rgba(75,163,162,.28);border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.aris-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px 14px}.aris-field{display:flex;flex-direction:column;gap:4px}.aris-field.span-2{grid-column:span 2}.aris-field.span-full{grid-column:1 / -1}.aris-input,.aris-select,.aris-textarea{height:38px;border:1px solid var(--aris-border-strong);border-radius:var(--aris-radius-md);background:var(--aris-surface);padding:2px 10px;font-size:14px;font-family:var(--aris-font);color:var(--aris-text);width:100%}.aris-textarea{height:auto;min-height:72px;resize:vertical}.aris-input:focus,.aris-select:focus,.aris-textarea:focus{border-color:var(--aris-steel-blue);box-shadow:0 0 0 3px #4f7cac1f;outline:none}.aris-checkbox-row{display:flex;align-items:center;gap:8px;font-size:13px}.aris-inline-create{margin-top:6px;border:1px dashed var(--aris-steel-blue);border-radius:var(--aris-radius-md);background:var(--aris-smoke-blue);padding:10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.aris-compact-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.aris-compact-table th{background:#eef2f4;color:#374151;font-weight:600;border-bottom:1px solid var(--aris-border);padding:8px 10px;text-align:left;white-space:nowrap}.aris-compact-table td{background:var(--aris-surface);border-bottom:1px solid #EEF2F4;padding:8px 10px;vertical-align:middle}.aris-compact-table tr:hover td{background:#f7fafb}.aris-compact-table tr.clickable{cursor:pointer}.aris-document-list-table th:first-child,.aris-document-list-table td:first-child{width:28%}.aris-document-list-table th:nth-child(3),.aris-document-list-table td:nth-child(3){width:92px}.aris-document-list-table th:last-child,.aris-document-list-table td:last-child{width:48px;text-align:center}.aris-document-title-link{padding:0;border:0;color:#176db3;background:transparent;cursor:pointer;font:600 12px/1.35 var(--aris-font);text-align:left;text-decoration:none}.aris-document-title-link:hover{color:#0d4f87;text-decoration:underline;text-underline-offset:2px}.aris-document-title-link:focus-visible{border-radius:2px;outline:2px solid rgba(36,141,243,.35);outline-offset:2px}.aris-document-revision-cell{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.aris-document-revise-icon{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;padding:0;border:1px solid #BED2E2;border-radius:50%;color:#287c86;background:#fff;cursor:pointer;font:700 13px/1 var(--aris-font)}.aris-document-revise-icon:hover{border-color:#28a4ac;background:#ebf9f9;transform:rotate(-18deg)}.aris-document-chat-action .aris-btn-inline{width:28px;min-width:28px;padding:0}.aris-document-revision-row>td{background:#f6fafd!important}.aris-document-list-table .aris-document-revision-row>td,.aris-document-list-table .aris-document-chat-row>td{width:auto;text-align:left}.aris-document-list-cards{display:grid;gap:7px}.aris-document-entry{overflow:hidden;border:1px solid #D8E3EC;border-radius:7px;background:#fff;box-shadow:0 2px 7px #19364e0b}.aris-document-entry-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px;padding:11px 12px 10px 14px}.aris-document-entry-main{flex:1;min-width:0}.aris-document-entry .aris-document-title-link{display:block;width:100%;margin-bottom:7px;color:#176db3;font-size:13px;font-weight:700;white-space:normal}.aris-document-entry-badges{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.aris-document-entry-badges .aris-badge,.aris-document-entry-badges .aris-revision-pill{min-height:20px;padding:3px 8px;font-size:9px}.aris-document-link-badge.risk{border:1px solid #F0D3A0;color:#a96005;background:#fff5e7}.aris-document-link-badge.legal{border:1px solid #C8DBF7;color:#2d65aa;background:#edf5ff}.aris-document-upload-subtext{margin-top:6px;color:#7a8ea1;font-size:9px}.aris-document-entry-actions{flex:none;display:flex;align-items:center;gap:6px}.aris-document-revise-button,.aris-document-chat-button{display:inline-flex;align-items:center;justify-content:center;height:29px;border:1px solid #C9D9E5;color:#287c86;background:#fff;cursor:pointer;font:700 10px/1 var(--aris-font)}.aris-document-revise-button{gap:5px;padding:0 10px;border-radius:5px}.aris-document-chat-button{width:30px;padding:0;border-radius:5px}.aris-document-revise-button:hover,.aris-document-chat-button:hover{border-color:#58aab0;background:#edf9f9;box-shadow:0 2px 5px #1c575d17}.aris-document-entry-expand{padding:9px 11px;border-top:1px solid #DCE6EE;background:#f7fafd}.aris-document-entry-expand .aris-inline-create{margin-top:0!important}.aris-document-entry-expand.chat .aris-card{margin:0}@media(max-width:760px){.aris-document-entry-summary{align-items:flex-start;flex-direction:column;gap:9px}.aris-document-entry-actions{align-self:flex-end}}.aris-revision-rail{display:flex;gap:8px;overflow-x:auto;padding:8px 0}.aris-revision-pill{border:1px solid var(--aris-border);background:var(--aris-surface);border-radius:999px;padding:6px 10px;font-size:12px;white-space:nowrap;cursor:pointer;font-family:var(--aris-font)}.aris-revision-pill.current{border-color:var(--aris-teal);background:#4ba3a21f;color:#2f6f6d;font-weight:600}.aris-matrix-grid{border-collapse:collapse;font-size:12.5px}.aris-matrix-grid th,.aris-matrix-grid td{border:1px solid var(--aris-border);padding:8px;text-align:center;min-width:86px}.aris-matrix-grid th{background:var(--aris-surface-muted);font-weight:600}.aris-matrix-cell{font-weight:700;cursor:pointer}.aris-meta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px 16px}.aris-meta-item .meta-label{font-size:11.5px;color:var(--aris-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.3px}.aris-meta-item .meta-value{font-size:13.5px;margin-top:2px}.aris-chip{display:inline-flex;align-items:center;gap:4px;background:var(--aris-surface-muted);border:1px solid var(--aris-border);border-radius:999px;padding:3px 9px;font-size:12px;color:var(--aris-text-muted)}.aris-divider{border:none;border-top:1px solid var(--aris-border);margin:14px 0}.aris-empty{padding:18px;text-align:center;color:var(--aris-text-light);font-size:13px}.aris-timeline{list-style:none;margin:0;padding:0}.aris-timeline li{position:relative;padding:0 0 14px 18px;border-left:2px solid var(--aris-border);margin-left:6px;font-size:12.5px}.aris-timeline li:before{content:"";position:absolute;left:-5px;top:3px;width:8px;height:8px;border-radius:50%;background:var(--aris-steel-blue)}.aris-timeline li:last-child{border-left-color:transparent}.aris-project-layout{display:grid;grid-template-columns:218px minmax(0,1fr) 268px;gap:14px;align-items:start}@media(max-width:1280px){.aris-project-layout{grid-template-columns:minmax(0,1fr) 260px}.aris-project-layout .aris-project-left{display:none}}@media(max-width:980px){.aris-project-layout{grid-template-columns:minmax(0,1fr)}.aris-project-layout .aris-context-panel{position:static;max-height:none}}.aris-project-header{position:sticky;top:-20px;z-index:15;background:#f7f8faf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 0 10px;border-bottom:1px solid var(--aris-border);margin-bottom:12px}.aris-tabs{display:flex;align-items:flex-end;gap:2px;border-bottom:1px solid var(--aris-border);margin-bottom:12px;flex-wrap:wrap}.aris-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-bottom:2px solid transparent;padding:8px 14px;font-family:var(--aris-font);font-size:13px;font-weight:600;color:var(--aris-text-muted);cursor:pointer;display:inline-flex;align-items:center;gap:6px;border-radius:var(--aris-radius-sm) var(--aris-radius-sm) 0 0}.aris-tab:hover{color:var(--aris-text);background:var(--aris-surface-muted)}.aris-tab.active{color:var(--aris-steel-blue);border-bottom-color:var(--aris-steel-blue)}.aris-tab .aris-tab-count{font-size:11.5px;font-weight:600;background:var(--aris-surface-muted);border:1px solid var(--aris-border);border-radius:999px;padding:0 7px;line-height:17px;color:var(--aris-text-muted)}.aris-tab.active .aris-tab-count{background:var(--aris-smoke-blue);border-color:#4f7cac59;color:var(--aris-steel-blue)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#c4cfd8;border-radius:6px}::-webkit-scrollbar-track{background:transparent}.aris-drag-handle{cursor:grab;color:var(--aris-text-light);font-size:12px;padding:0 4px;-webkit-user-select:none;user-select:none}.aris-drag-handle:hover{color:var(--aris-steel-blue)}.aris-drag-handle:active{cursor:grabbing}.aris-hierarchy-row.dragging{opacity:.45}.aris-hierarchy-row.drop-target{outline:2px solid var(--aris-teal);outline-offset:-2px;background:var(--aris-smoke-teal)}.aris-structure-controls{display:inline-flex;gap:2px;margin-right:4px}.aris-structure-controls .aris-btn-inline{min-width:24px;padding:2px 5px}.aris-structure-controls .aris-btn-inline:disabled{opacity:.3;cursor:default;pointer-events:none}.aris-root-dropzone{border:2px dashed var(--aris-border-strong);border-radius:var(--aris-radius-lg);padding:10px;margin-bottom:8px;text-align:center;font-size:12.5px;color:var(--aris-text-muted);background:var(--aris-surface-muted)}.aris-root-dropzone.active{border-color:var(--aris-teal);background:var(--aris-smoke-teal);color:var(--aris-teal)}.aris-scan-progress{display:flex;align-items:center;gap:12px;padding:6px 2px}.aris-spinner{width:22px;height:22px;flex:none;border:3px solid rgba(75,163,162,.25);border-top-color:var(--aris-teal);border-radius:50%;animation:aris-spin .9s linear infinite}.aris-spinner.small{width:14px;height:14px;border-width:2px;display:inline-block;vertical-align:-2px}.aris-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:flex;align-items:center;justify-content:center;padding:18px;background:#121a24ad}.aris-preview-dialog{width:min(1380px,98vw);height:min(920px,96vh);display:grid;grid-template-rows:auto auto auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:var(--aris-radius-lg);background:var(--aris-surface);box-shadow:0 24px 70px #121a2457}.aris-preview-header{min-height:54px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--aris-border);background:linear-gradient(100deg,var(--aris-orbit-slate),var(--aris-muted-navy));color:#fff}.aris-preview-header>div{display:grid;gap:2px;min-width:0}.aris-preview-header strong{font-size:14px}.aris-preview-header span{color:#c8d4dc;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aris-preview-header .aris-btn-inline{color:#fff;border-color:#ffffff38}.aris-preview-toolbar{min-height:48px;padding:7px 12px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;border-bottom:1px solid var(--aris-border);background:var(--aris-surface-muted)}.aris-preview-toolbar .aris-input{width:220px;height:30px}.aris-preview-toolbar input[type=color]{width:32px;height:30px;padding:2px;border:1px solid var(--aris-border);border-radius:var(--aris-radius-md)}.aris-preview-toolbar-spacer{flex:1}.aris-preview-range{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 7px;border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);background:#fff;color:var(--aris-text-muted);font-size:11.5px;white-space:nowrap}.aris-preview-range input[type=range]{width:86px;accent-color:var(--aris-amber)}.aris-preview-range output{min-width:32px;color:var(--aris-text);font-weight:600;text-align:right}.aris-preview-tool-hint{color:var(--aris-text-muted);font-size:12px}.aris-preview-status{padding:6px 12px;border-bottom:1px solid rgba(75,163,162,.22);background:var(--aris-smoke-teal);color:#2f6f6d;font-size:12px}.aris-preview-status.error{background:#d96c6c1a;border-color:#d96c6c42;color:#8a3939}.aris-preview-viewport{position:relative;min-height:0;overflow:auto;padding:22px;background:radial-gradient(circle at 12% 16%,rgba(75,163,162,.07),transparent 26%),#dde4e8}.aris-preview-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--aris-muted-navy)}.aris-annotation-surface{position:relative;width:720px;min-height:480px;margin:0 auto;background:#fff;box-shadow:var(--aris-shadow-panel)}.aris-preview-base{position:absolute;top:0;right:0;bottom:0;left:0;min-width:720px;min-height:480px;background:#fff}.aris-preview-pdf-page{width:fit-content;margin:0 auto 18px;background:#fff;box-shadow:0 4px 16px #121a2421}.aris-preview-pdf-page canvas{display:block}.aris-preview-image{display:block;max-width:none}.aris-preview-text{box-sizing:border-box;width:900px;min-height:600px;margin:0;padding:34px;white-space:pre-wrap;overflow-wrap:anywhere;font:13px/1.55 Consolas,monospace}.aris-preview-fallback{width:960px;height:680px;border:0;background:#fff}.aris-annotation-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;touch-action:none}.aris-annotation-layer.tool-draw{cursor:crosshair}.aris-annotation-layer.tool-highlight{cursor:cell}.aris-annotation-layer.tool-text{cursor:text}.aris-inline-text-editor{position:absolute;z-index:5;width:min(280px,44vw);height:30px;padding:4px 7px;border:1px solid var(--aris-steel-blue);border-radius:var(--aris-radius-sm);background:#fffffff5;box-shadow:0 0 0 3px #4f7cac24,0 4px 12px #121a241f;font:600 18px Inter,Segoe UI,sans-serif;outline:none}.aris-preview-docx-wrapper{background:#eceff1!important;padding:18px 0!important}.aris-preview-docx-wrapper>section{margin:0 auto 18px!important;box-shadow:0 4px 16px #121a2421!important}@media(max-width:760px){.aris-preview-overlay{padding:4px}.aris-preview-dialog{width:100vw;height:100vh;border-radius:0}.aris-preview-toolbar-spacer{display:none}.aris-preview-toolbar .aris-btn-primary{width:100%}}@keyframes aris-spin{to{transform:rotate(360deg)}}.aris-scan-risk{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);padding:10px 12px;background:var(--aris-surface);cursor:pointer}.aris-scan-risk:hover{border-color:var(--aris-border-strong)}.aris-scan-risk.duplicate{border-color:#d9a4418c;background:var(--aris-smoke-amber)}.aris-scan-risk input[type=checkbox]{margin-top:3px}.aris-file-input{font-size:12.5px}.aris-count-chip.chat{background:#7a9e7e24;color:#3e6f44;border-color:#7a9e7e52}.aris-inline-panel.panel-chat{border-left-color:var(--aris-green)}.aris-btn-inline.chat{color:#3e6f44;border-color:#7a9e7e73}.aris-btn-inline.chat:hover{background:#7a9e7e1f}.aris-conversation-card{background:#7a9e7e0d}.aris-msg{border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);background:var(--aris-surface);padding:8px 10px}.aris-msg-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:3px}.aris-msg-body{font-size:13px;line-height:1.45}.aris-msg-origin{font-size:11px;font-weight:700;letter-spacing:.02em;padding:1px 7px;border-radius:999px;border:1px solid var(--aris-border-strong);background:var(--aris-surface-muted);color:var(--aris-text-muted);white-space:nowrap}.aris-msg-origin.node{background:#7a9e7e24;color:#3e6f44;border-color:#7a9e7e52}.aris-msg-origin.document{background:#4ba3a21f;color:#2f6f6d;border-color:#4ba3a240}.aris-msg-origin.risk{background:#d9a4411f;color:#7a5a15;border-color:#d9a44140}.aris-msg-origin.legal{background:#4f7cac1f;color:#2f4156;border-color:#4f7cac40}.aris-ref-chip{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:1px 8px;border-radius:999px;text-decoration:none;border:1px solid var(--aris-border-strong);background:var(--aris-surface-muted);color:var(--aris-text);margin:0 2px;vertical-align:baseline}.aris-ref-chip.node{background:#7a9e7e24;color:#3e6f44;border-color:#7a9e7e52}.aris-ref-chip.doc{background:#4ba3a21f;color:#2f6f6d;border-color:#4ba3a240}.aris-ref-chip:hover{filter:brightness(.96)}.aris-mention-composer{display:flex;gap:8px;align-items:flex-start}.aris-mention-menu{position:absolute;bottom:calc(100% + 4px);left:0;right:0;max-width:480px;background:var(--aris-surface);border:1px solid var(--aris-border-strong);border-radius:var(--aris-radius-md);box-shadow:var(--aris-shadow-panel);z-index:40;overflow:hidden}.aris-mention-option{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:transparent;font-family:var(--aris-font);font-size:12.5px;text-align:left;cursor:pointer}.aris-mention-option:hover{background:var(--aris-surface-muted)}.aris-tab-clip{cursor:pointer;-webkit-user-select:none;user-select:none}.aris-tab-clip.active{color:var(--aris-steel-blue);border-bottom-color:var(--aris-steel-blue)}.aris-tab-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:0 2px;margin-left:2px;font-size:11px;line-height:1;color:var(--aris-text-light);cursor:pointer;border-radius:3px}.aris-tab-close:hover{color:var(--aris-coral);background:#d96c6c1f}.aris-node-dates{font-size:12px;color:var(--aris-text-muted);white-space:nowrap}.aris-node-dates.inherited{font-style:italic;color:var(--aris-text-light)}.aris-gantt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#121a2473;display:flex;align-items:center;justify-content:center;padding:24px}.aris-gantt-window{background:var(--aris-surface);border-radius:var(--aris-radius-lg);box-shadow:var(--aris-shadow-panel);width:min(1280px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden}.aris-gantt-header{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 16px;border-bottom:1px solid var(--aris-border)}.aris-gantt-print-filters{display:grid;grid-template-columns:minmax(300px,1.35fr) minmax(270px,1fr) minmax(220px,.75fr);gap:12px;padding:10px 16px 11px;border-bottom:1px solid #D5E1EB;background:linear-gradient(100deg,#f2f8fc,#f8fbfe 52%,#f5f2fc)}.aris-gantt-print-filter{min-width:0;padding:9px 11px;border:1px solid #D7E3EC;border-radius:7px;background:#ffffffe0;box-shadow:0 2px 7px #16344e0d}.aris-gantt-print-filter-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px;color:#37536c;font-size:10.5px}.aris-gantt-print-filter-head strong{color:#173a59;font-size:11px}.aris-gantt-print-filter-head span{color:#627b91;font-size:9px;white-space:nowrap}.aris-gantt-print-filter-head .aris-gantt-filter-count{display:inline-flex;align-items:center;min-height:17px;margin-left:6px;padding:1px 6px;border:1px solid #B9D9F6;border-radius:999px;color:#1768ad;background:#eaf5fe;font-size:8px;font-weight:800;vertical-align:middle}.aris-gantt-range-ends{display:flex;justify-content:space-between;gap:8px;margin-top:3px;color:#7990a4;font-size:8px}.aris-dual-range{position:relative;height:18px}.aris-dual-range-track{position:absolute;top:8px;right:0;left:0;height:4px;border-radius:99px;background:linear-gradient(90deg,#D7E0E8 0 var(--range-start),#278DF1 var(--range-start) var(--range-end),#D7E0E8 var(--range-end))}.aris-dual-range input[type=range]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:18px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;pointer-events:none;background:transparent}.aris-dual-range input[type=range]::-webkit-slider-runnable-track{height:4px;background:transparent}.aris-dual-range input[type=range]::-webkit-slider-thumb{width:15px;height:15px;margin-top:-5px;border:2px solid #FFF;border-radius:50%;-moz-appearance:none;appearance:none;-webkit-appearance:none;pointer-events:auto;cursor:ew-resize;background:#248df3;box-shadow:0 0 0 1px #1873c8,0 2px 5px #1c4d773d}.aris-dual-range input[type=range]::-moz-range-track{height:4px;background:transparent}.aris-dual-range input[type=range]::-moz-range-thumb{width:12px;height:12px;border:2px solid #FFF;border-radius:50%;pointer-events:auto;cursor:ew-resize;background:#248df3;box-shadow:0 0 0 1px #1873c8,0 2px 5px #1c4d773d}.aris-gantt-node-type-checks{display:flex;align-items:center;gap:5px 10px;flex-wrap:wrap;max-height:47px;overflow:auto}.aris-gantt-node-type-checks label{display:inline-flex;align-items:center;gap:4px;color:#425e76;font-size:9px;cursor:pointer;white-space:nowrap}.aris-gantt-node-type-checks input{width:13px;height:13px;margin:0;accent-color:#248DF3}.aris-gantt-print-filter.column-width>input[type=range]{width:100%;height:18px;margin:0;accent-color:#8855E8}@media(max-width:980px){.aris-gantt-print-filters{grid-template-columns:1fr 1fr}.aris-gantt-print-filter.date-range{grid-column:1/-1}}.aris-gantt-body{flex:1;min-height:0;overflow:auto;padding:12px 16px 16px}.aris-pulse-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 12px;background:linear-gradient(100deg,rgba(75,163,162,.08),var(--aris-surface) 38%,rgba(124,111,163,.05));border:1px solid rgba(79,124,172,.26);border-top:3px solid var(--aris-teal);border-radius:var(--aris-radius-lg);margin-bottom:10px}.aris-pulse-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--aris-font);font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid var(--aris-border);background:var(--aris-surface-muted);color:var(--aris-text-muted);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.aris-pulse-badge.tone-teal{--pulse-tone: #4BA3A2;color:#286866;border-color:#4ba3a275;background:linear-gradient(135deg,#ddf2f0,#f4fbfa)}.aris-pulse-badge.tone-amber{--pulse-tone: #D9A441;color:#775815;border-color:#d9a4417a;background:linear-gradient(135deg,#fceac0,#fff9e9)}.aris-pulse-badge.tone-coral{--pulse-tone: #D96C6C;color:#873d3d;border-color:#d96c6c75;background:linear-gradient(135deg,#f9dfdd,#fff4f2)}.aris-pulse-badge.tone-blue{--pulse-tone: #4F7CAC;color:#31597e;border-color:#4f7cac75;background:linear-gradient(135deg,#dfeaf7,#f4f8fc)}.aris-pulse-badge.tone-purple{--pulse-tone: #7C6FA3;color:#564a79;border-color:#7c6fa375;background:linear-gradient(135deg,#e8e2f4,#f8f5fc)}.aris-pulse-badge.tone-green{--pulse-tone: #7A9E7E;color:#436a48;border-color:#7a9e7e7a;background:linear-gradient(135deg,#e0eee2,#f5faf6)}.aris-pulse-badge:hover{border-color:var(--pulse-tone, var(--aris-border-strong));color:var(--aris-text);transform:translateY(-1px);box-shadow:0 4px 10px #121a2417;filter:saturate(1.08)}.aris-pulse-dot{width:7px;height:7px;border-radius:50%;box-shadow:0 0 0 3px #4f7cac14;flex:none}.aris-pulse-badge.active{outline:2px solid var(--pulse-tone, var(--aris-steel-blue));outline-offset:1px;color:var(--aris-text);filter:saturate(1.14)}.aris-filter-action{font-weight:600;transition:transform .15s ease,box-shadow .15s ease}.aris-filter-action.expand{color:#2f6f6d;border-color:#4ba3a26b;background:linear-gradient(135deg,#ddf2f0,#f6fbfa)}.aris-filter-action.collapse{color:#514772;border-color:#7c6fa36b;background:linear-gradient(135deg,#e8e2f4,#f8f5fc)}.aris-filter-action.team{color:#2f5a8c;border-color:#4f7cac6b;background:linear-gradient(135deg,#dfeaf7,#f4f8fc)}.aris-filter-action:hover{transform:translateY(-1px);box-shadow:0 4px 10px #121a2414}.aris-pulse-divider{width:1px;align-self:stretch;background:var(--aris-border);margin:0 2px}.aris-team-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:70;width:250px;background:var(--aris-surface);border:1px solid var(--aris-border-strong);border-radius:var(--aris-radius-md);box-shadow:var(--aris-shadow-panel);padding:12px 14px;outline:none}.aris-workspace-pinned{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;align-items:start}@media(max-width:980px){.aris-workspace-pinned{grid-template-columns:minmax(0,1fr)}}.aris-hierarchy-row.compact{display:flex;align-items:center;gap:10px;padding:5px 10px;border-radius:var(--aris-radius-md)}.aris-hierarchy-row.compact.status-not-started{background-image:linear-gradient(90deg,rgba(159,176,189,.2) 0,rgba(159,176,189,.09) 38px,transparent 105px);box-shadow:inset 3px 0 #9fb0bd,0 3px 10px #121a2409}.aris-hierarchy-row.compact.status-in-progress{background-image:linear-gradient(90deg,rgba(79,124,172,.2) 0,rgba(79,124,172,.08) 38px,transparent 105px);box-shadow:inset 3px 0 var(--aris-steel-blue),0 3px 10px #4f7cac12}.aris-hierarchy-row.compact.status-completed{background-image:linear-gradient(90deg,rgba(122,158,126,.21) 0,rgba(122,158,126,.08) 38px,transparent 105px);box-shadow:inset 3px 0 var(--aris-green),0 3px 10px #7a9e7e12}.aris-hierarchy-row.compact.status-on-hold{background-image:linear-gradient(90deg,rgba(217,164,65,.21) 0,rgba(217,164,65,.08) 38px,transparent 105px);box-shadow:inset 3px 0 var(--aris-amber),0 3px 10px #d9a44112}.aris-hierarchy-row.compact.status-not-started:hover{background-image:linear-gradient(90deg,rgba(159,176,189,.27) 0,rgba(159,176,189,.11) 42px,transparent 115px)}.aris-hierarchy-row.compact.status-in-progress:hover{background-image:linear-gradient(90deg,rgba(79,124,172,.27) 0,rgba(79,124,172,.11) 42px,transparent 115px)}.aris-hierarchy-row.compact.status-completed:hover{background-image:linear-gradient(90deg,rgba(122,158,126,.28) 0,rgba(122,158,126,.11) 42px,transparent 115px)}.aris-hierarchy-row.compact.status-on-hold:hover{background-image:linear-gradient(90deg,rgba(217,164,65,.28) 0,rgba(217,164,65,.11) 42px,transparent 115px)}.aris-hierarchy-row.compact .aris-row-left{display:flex;align-items:center;gap:4px;flex:1 1 auto;min-width:0}.aris-hierarchy-row.compact .aris-row-actions{flex:0 0 auto;margin-left:auto}.aris-date-badge{font-family:var(--aris-font);font-size:11.5px;font-weight:600;padding:2px 9px;border-radius:999px;border:1px solid rgba(79,124,172,.24);background:#4f7cac12;color:var(--aris-text-muted);cursor:pointer;white-space:nowrap}.aris-date-badge:hover{border-color:var(--aris-steel-blue);color:var(--aris-text)}.aris-date-badge.inherited{font-style:italic;color:var(--aris-text-light)}.aris-context-drawer-wrap{position:fixed;top:120px;right:0;bottom:20px;z-index:80;display:flex;align-items:stretch}.aris-context-peek-bar{width:20px;background:var(--aris-steel-blue);color:#fff;border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center;cursor:pointer;writing-mode:vertical-rl;font-size:10.5px;font-weight:600;letter-spacing:.12em;opacity:.85;outline:none;-webkit-user-select:none;user-select:none}.aris-context-peek-bar:hover,.aris-context-peek-bar:focus{opacity:1}.aris-context-drawer{width:0;overflow:hidden;transition:width .18s ease;background:var(--aris-surface);border:1px solid var(--aris-border);border-right:none;box-shadow:var(--aris-shadow-panel)}.aris-context-drawer-wrap.open .aris-context-drawer{width:300px;overflow-y:auto;padding:14px}.aris-hierarchy-row.compact{padding:3px 8px;gap:7px;font-size:12.5px}.aris-hierarchy-row.compact .aris-node-name{font-size:12.5px}.aris-hierarchy-row.compact .aris-node-number{font-size:11px;padding:1px 5px;border-radius:4px;background:#4f7cac17;border:1px solid rgba(79,124,172,.16)}.aris-hierarchy-row.compact .aris-node-meta{gap:6px;font-size:11.5px}.aris-hierarchy-row.compact .aris-count-chip{font-size:10.5px;padding:1px 7px}.aris-hierarchy-row.compact .aris-btn-inline{font-size:11px;padding:1px 5px}.aris-hierarchy-row.hidden-item{opacity:.55}.aris-hierarchy-toolbar{padding-inline:8px;border:1px solid rgba(79,124,172,.2);border-left:3px solid var(--aris-steel-blue);border-radius:var(--aris-radius-md);background:linear-gradient(90deg,#4f7cac14,#fffffff0 42%)}.aris-hierarchy-number-preview{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-2px 0 10px;padding:7px 10px;border:1px solid rgba(75,163,162,.28);border-left:3px solid var(--aris-teal);border-radius:var(--aris-radius-md);background:#4ba3a212;color:var(--aris-text-muted);font-size:12px}.aris-hierarchy-number-preview strong{padding:2px 8px;border-radius:999px;background:var(--aris-muted-navy);color:#fff;font-size:12px;letter-spacing:.02em}.aris-btn-hierarchy-add{background:linear-gradient(135deg,#2F6F6D,var(--aris-teal));border-color:#2f6f6d;box-shadow:0 4px 12px #4ba3a22e}.aris-btn-hierarchy-add:hover{background:linear-gradient(135deg,#285f5d,#428f8e)}.aris-btn-hierarchy-gantt:not(.aris-btn-primary){color:#2f5a8c;border-color:#4f7cac6b;background:#4f7cac1a}.aris-workspace-pinned .aris-context-panel{border-top:3px solid var(--aris-purple);background:linear-gradient(180deg,#7c6fa30e,#fffffff5 90px)}.aris-status-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(18,26,36,.18);padding:0;cursor:pointer;flex:none}.aris-status-legend{display:inline-flex;align-items:center;gap:12px;font-size:11.5px;color:var(--aris-text-muted);white-space:nowrap}.aris-legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:4px;vertical-align:-1px}.aris-type-path{font-size:11.5px;font-weight:600;letter-spacing:.02em;color:var(--aris-text-light);white-space:nowrap}.aris-avatar-btn{width:22px;height:22px;border-radius:50%;border:none;background:var(--aris-muted-navy);color:#fff;font-family:var(--aris-font);font-size:9.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:none}.aris-avatar-btn:hover{background:var(--aris-steel-blue)}.aris-mini-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:75;min-width:180px;background:var(--aris-surface);border:1px solid var(--aris-border-strong);border-radius:var(--aris-radius-md);box-shadow:var(--aris-shadow-panel);overflow:hidden}.aris-mini-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:6px 10px;border:none;background:transparent;font-family:var(--aris-font);font-size:12.5px;text-align:left;cursor:pointer;white-space:nowrap}.aris-mini-menu button:hover{background:var(--aris-surface-muted)}.aris-hierarchy-row.compact .aris-btn-inline{border-color:transparent;background:transparent}.aris-hierarchy-row.compact .aris-btn-inline:hover:not(:disabled){border-color:var(--aris-border-strong);background:var(--aris-surface-muted)}.aris-row-add-btn{font-size:15px!important;line-height:1.1;padding:0 6px!important}.aris-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#121a2473;display:flex;align-items:center;justify-content:center;padding:24px}.aris-confirm-box{width:min(460px,92vw);background:var(--aris-surface);border-radius:var(--aris-radius-lg);box-shadow:var(--aris-shadow-panel);padding:18px 20px}.aris-confirm-title{font-weight:600;font-size:15px;margin-bottom:8px}.aris-confirm-message{font-size:13px;line-height:1.5;color:var(--aris-text-muted);white-space:pre-line;margin-bottom:16px}.aris-btn-danger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:var(--aris-radius-md);background:var(--aris-coral);color:#fff;font-family:var(--aris-font);font-size:13px;font-weight:600;height:34px;padding:0 14px;cursor:pointer}.aris-btn-danger:hover{filter:brightness(.94)}.aris-danger-action{color:#8a3939;border-color:#d96c6c6b;background:#d96c6c14}.aris-danger-action:hover{border-color:var(--aris-coral);background:#d96c6c24}.aris-gantt-inline{background:var(--aris-surface);border:1px solid var(--aris-border);border-radius:var(--aris-radius-lg);overflow:hidden}.aris-gantt2{display:flex;background:var(--aris-surface);border:1px solid var(--aris-border);border-radius:var(--aris-radius-lg);overflow:hidden}.aris-gantt2-left{width:280px;min-width:280px;border-right:1px solid var(--aris-border-strong);overflow:hidden;animation:aris-gantt2-shrink .35s ease}@keyframes aris-gantt2-shrink{0%{width:65%;min-width:65%;opacity:.85}to{width:280px;min-width:280px;opacity:1}}.aris-gantt2-timeline{flex:1;min-width:0;position:relative;animation:aris-gantt2-slidein .35s ease}@keyframes aris-gantt2-slidein{0%{transform:translate(60px);opacity:0}to{transform:translate(0);opacity:1}}.aris-gantt2-headrow{height:36px;position:relative;border-bottom:1px solid var(--aris-border);background:var(--aris-surface-muted);overflow:hidden}.aris-gantt2-caption{position:absolute;left:10px;top:4px;font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--aris-text-light)}.aris-gantt2-month{position:absolute;top:3px;padding-left:4px;border-left:1px solid var(--aris-border-strong);font-size:10.5px;font-weight:700;color:var(--aris-text-muted);white-space:nowrap;line-height:1.2}.aris-gantt2-start{position:absolute;bottom:2px;transform:translate(-50%);font-size:9.5px;color:var(--aris-text-light)}.aris-gantt2-body{position:relative}.aris-gantt2-gridlayer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.aris-gantt2-grid{position:absolute;top:0;bottom:0;width:1px;background:var(--aris-border);opacity:.7}.aris-gantt2-today{position:absolute;top:0;bottom:0;width:2px;background:var(--aris-coral);opacity:.8}.aris-gantt2-rows>div:nth-child(2n){background:#f7fafb}.aris-gantt2-label{height:26px;display:flex;align-items:center;gap:6px;padding-right:8px;font-size:12px;white-space:nowrap;overflow:hidden}.aris-gantt2-label .num{font-weight:700;font-size:11px;color:var(--aris-text-muted);flex:none}.aris-gantt2-label .nm{overflow:hidden;text-overflow:ellipsis}.aris-gantt2-row{height:26px;position:relative}.aris-gantt2-bar{position:absolute;top:5px;height:16px;border-radius:4px;opacity:.9;min-width:3px}.aris-gantt2-bar.inherited{opacity:.4;outline:1px dashed rgba(18,26,36,.35);outline-offset:-1px}.aris-gantt2{background:transparent;border:none;border-radius:0;overflow:visible;gap:8px}.aris-gantt2-left{border-right:none}.aris-gantt2-rows{display:grid;gap:3px}.aris-gantt2-rows>div:nth-child(2n){background:var(--aris-surface)}.aris-gantt2-headrow{border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);margin-bottom:3px}.aris-gantt2-line{position:relative;height:30px}.aris-gantt2-timeline .aris-gantt2-line{padding-left:0;padding-right:0}.aris-gantt2-bar{top:50%;transform:translateY(-50%)}.aris-gantt2-gridlayer{z-index:0}.aris-gantt2-timeline .aris-gantt2-rows{position:relative;z-index:1}.aris-gauge{border:none;background:transparent;padding:0;display:inline-flex;flex:none;line-height:0}.aris-gantt2-bar{overflow:hidden}.aris-gantt2-bar-fill{position:absolute;left:0;top:0;bottom:0;border-radius:inherit}.aris-gantt2-pct{position:absolute;top:50%;transform:translateY(-50%);font-size:9.5px;font-weight:700;color:var(--aris-text-muted);white-space:nowrap;pointer-events:none}.aris-gantt2-tools{margin-left:auto;display:inline-flex;gap:2px;flex:none;opacity:0}.aris-gantt2-popup{position:absolute;top:calc(100% + 3px);left:6px;z-index:95;width:320px;background:var(--aris-surface);border:1px solid var(--aris-border-strong);border-radius:var(--aris-radius-md);box-shadow:var(--aris-shadow-panel);padding:12px;cursor:default}.aris-gantt2-left{overflow:visible}.aris-gantt2-tools{opacity:.6}.aris-gantt2-line:hover .aris-gantt2-tools{opacity:1}.aris-gantt2-line{overflow:visible}.aris-gantt2-tools{margin-left:0}.aris-gantt2-rows>div.selected,.aris-gantt2-line.selected{background:#e7f1ef;outline:2px solid var(--aris-teal);outline-offset:-2px}.aris-gantt2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;max-width:100%;align-items:start}.aris-gantt2-left{width:auto;min-width:0;max-width:100%;animation:aris-gantt2-left-settle .35s ease}.aris-gantt2-timeline{width:100%;min-width:0;max-width:100%;overflow:hidden;border-left:1px solid var(--aris-border-strong);animation:aris-gantt2-slide-to-middle .35s ease}@keyframes aris-gantt2-left-settle{0%{opacity:.85}to{opacity:1}}@keyframes aris-gantt2-slide-to-middle{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:760px){.aris-gantt2{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.aris-gantt2-popup{width:min(320px,88vw)}}.aris-shell.rail-mode .aris-main{margin-left:62px}.aris-sidebar.collapsible{position:fixed;left:0;top:0;bottom:0;z-index:90;width:62px;min-width:62px;transition:width .18s ease,min-width .18s ease;overflow-x:hidden}.aris-sidebar.collapsible.expanded{width:232px;min-width:232px;box-shadow:var(--aris-shadow-panel)}.aris-sidebar.collapsed .aris-sidebar-item{justify-content:center;padding-left:0;padding-right:0}.aris-sidebar.collapsed .aris-sidebar-brand{text-align:center}.aris-sidebar-pin{border:none;background:transparent;color:#dde6ed;cursor:pointer;font-size:13px;padding:2px 5px;border-radius:4px;flex:none}.aris-sidebar-pin:hover{background:#ffffff24}.aris-inbox-filters{display:grid;grid-template-columns:minmax(150px,190px) minmax(170px,220px) minmax(240px,1fr) auto;gap:12px;align-items:end;margin-bottom:12px;padding-block:12px;background:linear-gradient(135deg,var(--aris-smoke-blue),var(--aris-surface) 65%)}.aris-inbox-filter-field{min-width:0;display:flex;flex-direction:column;gap:4px}.aris-inbox-filter-field .aris-input,.aris-inbox-filter-field .aris-select{height:34px}.aris-inbox-filter-result{height:34px;display:inline-flex;align-items:center;color:var(--aris-text-muted);font-size:12px;font-weight:600;white-space:nowrap}@media(max-width:860px){.aris-inbox-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.aris-inbox-filter-field.search{grid-column:1 / -1}}@media(max-width:560px){.aris-inbox-filters{grid-template-columns:1fr}.aris-inbox-filter-field.search{grid-column:auto}}.aris-inbox-item{border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);padding:8px 12px;background:var(--aris-surface)}.aris-inbox-item.unread{border-left:3px solid var(--aris-steel-blue);background:var(--aris-smoke-blue)}.aris-inbox-item.read{opacity:.78}.aris-inbox-head{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;min-width:0}.aris-inbox-dot{width:8px;height:8px;border-radius:50%;background:var(--aris-steel-blue);align-self:center;flex:none}.aris-workflow-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:10px}.aris-workflow-layout{display:grid;gap:14px}.aris-workflow-editor{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:14px;align-items:start}.aris-workflow-stages-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:18px 0 9px}.aris-workflow-step{display:grid;grid-template-columns:30px minmax(180px,1fr) minmax(170px,.8fr) minmax(220px,1fr) auto;gap:9px;align-items:end;padding:10px;border:1px solid var(--aris-border);border-radius:var(--aris-radius-md);background:#ffffffc2}.aris-workflow-step-number{width:26px;height:26px;margin-bottom:6px;border-radius:50%;background:var(--aris-muted-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.aris-workflow-actions{display:flex;gap:8px;margin-top:14px}.aris-field-help,.aris-table-subtext{color:var(--aris-text-muted);font-size:11.5px;line-height:1.4}.aris-form-error{color:#8a3939;background:#d96c6c1a;border:1px solid rgba(217,108,108,.28);border-radius:var(--aris-radius-md);padding:8px 10px;font-size:12.5px}@media(max-width:1180px){.aris-workflow-editor{grid-template-columns:1fr}.aris-workflow-step{grid-template-columns:30px repeat(2,minmax(180px,1fr))}.aris-workflow-step .aris-field:nth-of-type(3){grid-column:2 / -1}}@media(max-width:720px){.aris-workflow-step{grid-template-columns:30px minmax(0,1fr)}.aris-workflow-step .aris-field{grid-column:2}}.aris-ref-chip.user{background:#2f41561a;color:#2f4156;border-color:#2f415647}.aris-msg-attachments{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px;align-items:center}.aris-chat-file-chip{display:inline-flex;align-items:center;gap:7px;max-width:min(100%,720px);padding-right:3px}.aris-chat-file-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aris-chat-file-actions{display:inline-flex;align-items:center;gap:2px;margin-left:2px;padding-left:5px;border-left:1px solid rgba(47,111,109,.22)}.aris-chat-file-actions button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:21px;padding:0;border:0;border-radius:4px;color:#286c70;background:transparent;cursor:pointer;font:700 12px/1 var(--aris-font)}.aris-chat-file-actions button:hover:not(:disabled){color:#124f83;background:#ffffffc7;box-shadow:0 0 0 1px #286c702e}.aris-chat-file-actions button:disabled{cursor:not-allowed;opacity:.38}.dash-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin:6px 0 18px}.dash-kpi{position:relative;overflow:hidden;border-radius:12px;padding:14px 14px 12px;color:#fff;cursor:pointer;box-shadow:0 6px 18px #121a2424;transition:transform .15s ease,box-shadow .15s ease}.dash-kpi:hover{transform:translateY(-2px);box-shadow:0 10px 24px #121a2433}.dash-kpi.navy{background:linear-gradient(135deg,#1e2933,#2f4156 60%,#40587a)}.dash-kpi.blue{background:linear-gradient(135deg,#2f5a8c,#4f7cac 60%,#6e9bc7)}.dash-kpi.teal{background:linear-gradient(135deg,#0b6e6e,#0fa3a3 60%,#35bfb8)}.dash-kpi.coral{background:linear-gradient(135deg,#b04644,#e2726e 60%,#f09a90)}.dash-kpi.green{background:linear-gradient(135deg,#3f6e48,#5ba776 60%,#7fc194)}.dash-kpi.purple{background:linear-gradient(135deg,#4e3e77,#7b5ea7 60%,#9c82c6)}.dash-kpi.gold{background:linear-gradient(135deg,#9a7208,#d4a017 60%,#edc24c)}.dash-kpi .k-icon{position:absolute;right:8px;top:2px;font-size:44px;opacity:.18;pointer-events:none}.dash-kpi .k-value{font-size:27px;font-weight:800;line-height:1.1}.dash-kpi .k-label{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;opacity:.92;margin-top:2px}.dash-kpi .k-sub{font-size:11px;opacity:.85;margin-top:3px}.dash-dive-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:4px 0 12px}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:12px;align-items:start}.dash-card{background:var(--aris-surface);border:1px solid var(--aris-border);border-top:3px solid var(--aris-steel-blue);border-radius:12px;padding:14px;box-shadow:0 4px 14px #121a240f}.aris-onlyoffice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;padding:12px;background:#121a24b8;display:flex}.aris-onlyoffice-dialog{width:100%;min-width:0;background:var(--aris-surface);border:1px solid var(--aris-border-strong);border-radius:var(--aris-radius-lg);box-shadow:var(--aris-shadow-panel);overflow:hidden;display:flex;flex-direction:column}.aris-onlyoffice-header{min-height:60px;padding:9px 12px;border-bottom:1px solid var(--aris-border);background:linear-gradient(90deg,#4ba3a217,#4f7cac0f,#fff 70%);display:flex;align-items:center;justify-content:space-between;gap:12px}.aris-onlyoffice-header>div:first-child{display:grid;gap:2px;min-width:220px}.aris-onlyoffice-header strong{color:var(--aris-text);font-size:15px}.aris-onlyoffice-header span{color:var(--aris-text-muted);font-size:12px}.aris-onlyoffice-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.aris-onlyoffice-status{max-width:440px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aris-onlyoffice-status.error{color:var(--aris-coral);font-weight:600}.aris-onlyoffice-body{position:relative;flex:1;min-height:0;background:var(--aris-surface-muted)}.aris-onlyoffice-editor{position:absolute;top:0;right:0;bottom:0;left:0}.aris-onlyoffice-comment-overlay{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#121a247a}.aris-onlyoffice-comment-card{width:min(620px,100%);padding:16px;background:var(--aris-surface);border:1px solid var(--aris-border-strong);border-left:3px solid var(--aris-teal);border-radius:var(--aris-radius-lg);box-shadow:var(--aris-shadow-panel);display:grid;gap:12px}.aris-onlyoffice-comment-card strong{color:var(--aris-text);font-size:16px}.aris-onlyoffice-comment-card p{margin:3px 0 0;color:var(--aris-text-muted);font-size:12.5px}.aris-onlyoffice-comment-field{position:relative}.aris-onlyoffice-comment-field .aris-textarea{min-height:96px;padding:9px 10px}.aris-onlyoffice-comment-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aris-onlyoffice-comment-actions{display:flex;justify-content:flex-end;gap:8px}.aris-onlyoffice-loading{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--aris-muted-navy);background:#f7f8fac2;pointer-events:none}@media(max-width:800px){.aris-onlyoffice-overlay{padding:0}.aris-onlyoffice-dialog{border-radius:0}.aris-onlyoffice-header{align-items:flex-start;flex-direction:column}.aris-onlyoffice-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.aris-onlyoffice-status{width:100%;max-width:none}}.dash-card-title{font-weight:700;font-size:13.5px;display:flex;gap:8px;align-items:center;margin-bottom:10px}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:8px}.dash-stat{background:var(--aris-surface-muted);border-radius:8px;padding:8px 10px}.dash-stat-value{font-size:18px;font-weight:800;line-height:1.15}.dash-stat-label{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--aris-text-muted);margin-top:2px}.dash-hbar{display:flex;align-items:center;gap:8px;font-size:11px;margin:2px 0}.dash-hbar-name{width:86px;min-width:86px;color:var(--aris-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-hbar-track{flex:1;height:8px;background:#eef2f5;border-radius:99px;overflow:hidden}.dash-hbar-fill{display:block;height:100%;border-radius:99px;transition:width .3s ease}.dash-hbar-val{width:42px;text-align:right;font-weight:700}.dash-spark{display:flex;align-items:flex-end;gap:3px;height:46px}.dash-spark-bar{flex:1;min-width:6px;border-radius:3px 3px 0 0}.dash-heat{display:grid;grid-template-columns:repeat(5,26px);grid-auto-rows:26px;gap:3px}.dash-heat-cell{border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:800}.dash-titlelink{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--aris-text);text-decoration:none;padding:3px 6px;border-radius:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-titlelink:hover{background:var(--aris-surface-muted);color:var(--aris-steel-blue)}.dash-grid{display:block;columns:360px;column-gap:12px}.dash-card{display:inline-block;width:100%;margin:0 0 12px;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid}:root{--ref-navy-950: #0E1E2E;--ref-navy-900: #12263A;--ref-navy-800: #173653;--ref-blue: #248DF3;--ref-cyan: #12BFD0;--ref-teal: #20A99A;--ref-green: #4A9B68;--ref-amber: #F59E0B;--ref-coral: #E34E58;--ref-purple: #8855E8;--ref-slate: #5E7087;--aris-bg: #F4F7FB;--aris-surface-muted: #F6F8FB;--aris-border: #DCE4ED;--aris-border-strong: #C8D4E0;--aris-steel-blue: var(--ref-blue);--aris-teal: var(--ref-teal);--aris-amber: var(--ref-amber);--aris-coral: var(--ref-coral);--aris-purple: var(--ref-purple);--aris-green: var(--ref-green);--aris-muted-navy: var(--ref-navy-800);--aris-radius-lg: 7px;--aris-shadow-soft: 0 4px 14px rgba(15, 36, 56, .07);--aris-shadow-panel: 0 10px 28px rgba(15, 36, 56, .12)}body{background:var(--aris-bg);color:#24364a}.aris-app-bg{background:radial-gradient(circle at 88% 5%,rgba(36,141,243,.055),transparent 25%),linear-gradient(180deg,#f8fafd 0,#f3f7fb)}.aris-sidebar,.aris-sidebar.pinned{width:176px;min-width:176px;background:radial-gradient(circle at 20% 3%,rgba(36,141,243,.1),transparent 24%),linear-gradient(180deg,#102337,#132b42 58%,#102235);border-right:1px solid #27415B;box-shadow:4px 0 14px #0d1f301a}.aris-sidebar-brand{padding:18px 18px 15px;border-bottom-color:#ffffff14}.aris-sidebar-brand .brand-name{font-size:22px;letter-spacing:2px}.aris-sidebar-brand .brand-tag{color:#9db0c4;font-size:9px;white-space:nowrap}.aris-sidebar-nav{padding:8px 0}.aris-sidebar-item{min-height:36px;padding:8px 14px;gap:10px;color:#b8c8d8;border-left-width:3px;font-size:12px}.aris-sidebar-item:hover{color:#fff;background:#ffffff0e}.aris-sidebar-item.active{color:#fff;border-left-color:var(--ref-cyan);background:linear-gradient(90deg,#12bfd02e,#ffffff0e);box-shadow:inset 0 1px #ffffff06,inset 0 -1px #ffffff06}.aris-sidebar-item .nav-icon{color:#a8bcd0}.aris-sidebar-item.active .nav-icon{color:var(--ref-cyan)}.aris-sidebar-footer{color:#8da3b8;font-size:9.5px}.aris-topbar{height:52px;min-height:52px;padding:0 16px;background:#fffffff7;border-bottom:1px solid #D9E2EB;box-shadow:0 2px 8px #0f243809}.aris-global-search-wrap{position:relative;width:min(290px,34vw)}.aris-global-search{width:100%;height:32px;padding:0 42px 0 31px;border:1px solid #D6E0EA;border-radius:5px;outline:none;background:#fbfcfe;color:#23374b;font:12px var(--aris-font)}.aris-global-search:focus{border-color:#75b6f4;box-shadow:0 0 0 3px #248df317;background:#fff}.aris-global-search-icon{position:absolute;left:10px;top:5px;z-index:1;color:#6f8499;font-size:17px}.aris-global-search-wrap kbd{position:absolute;right:7px;top:7px;padding:2px 5px;border:1px solid #DDE5ED;border-radius:3px;color:#789;background:#f5f8fb;font:9px var(--aris-font)}.aris-global-search-results{position:absolute;z-index:150;top:38px;left:0;width:420px;max-width:80vw;padding:5px;background:#fff;border:1px solid #D6E0EA;border-radius:6px;box-shadow:0 14px 34px #0f243829}.aris-global-search-results button{width:100%;padding:8px 9px;display:flex;justify-content:space-between;gap:10px;border:0;border-radius:4px;background:transparent;color:#263c52;text-align:left;cursor:pointer;font:12px var(--aris-font)}.aris-global-search-results button:hover{background:#eef6fe}.aris-global-search-results small{color:#8294a7}.aris-global-search-empty{padding:10px;color:#7b8ea1;font-size:12px}.aris-topbar-action{height:31px;min-width:31px;border:0;background:transparent}.aris-topbar-action:hover{background:#eef5fc;border-color:transparent}.aris-content{padding:16px 18px 36px}.aris-reference-project-head{position:relative;display:flex;justify-content:space-between;align-items:stretch;gap:18px;margin:-16px -18px 0;padding:16px 24px 14px 28px;min-height:110px;color:#fff;background:radial-gradient(circle at 70% -70%,rgba(18,191,208,.32),transparent 37%),radial-gradient(circle at 100% 120%,rgba(83,73,205,.32),transparent 35%),linear-gradient(112deg,#12293f,#173d5c 56%,#233d65);border:0;border-radius:0;box-shadow:inset 0 -1px #ffffff14}.aris-reference-project-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--ref-cyan),var(--ref-blue),var(--ref-purple))}.aris-reference-project-main{min-width:280px;flex:1;align-self:center}.aris-reference-project-main .aris-breadcrumbs{margin:0 0 5px;color:#e1edf69e;font-size:9.5px}.aris-reference-project-main .aris-breadcrumbs a{color:#78dfe4}.aris-reference-project-title{display:flex;align-items:center;gap:7px}.aris-reference-project-title h1{margin:0;font-size:22px;line-height:1.15;color:#fff;letter-spacing:-.01em}.aris-reference-project-title button{padding:0;border:0;background:transparent;color:#a9bdd0;cursor:pointer;font-size:21px}.aris-reference-project-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:11px;color:#c6d4e0;font-size:10.5px}.aris-reference-project-meta strong{color:#e7f1f8;font-size:11px}.aris-reference-project-meta .aris-badge{color:#e7f4ff;background:#315c8c;border:1px solid rgba(255,255,255,.1)}.aris-reference-project-kpis{display:flex;gap:9px;align-items:center}.ref-kpi{--ref-tone:var(--ref-blue);position:relative;min-width:92px;height:78px;padding:11px 11px 8px;border:1px solid rgba(255,255,255,.14);border-radius:5px;background:#06182942;box-shadow:inset 0 1px #ffffff0a}.ref-kpi:before{content:"";position:absolute;left:-1px;right:-1px;top:-1px;height:3px;border-radius:5px 5px 0 0;background:var(--ref-tone)}.ref-kpi span{display:block;color:#d3dfe9;font-size:9px;white-space:nowrap}.ref-kpi strong{display:block;margin-top:7px;font-size:18px;line-height:1;color:#fff}.ref-kpi small{display:block;margin-top:4px;color:#b7c8d7;font-size:8.5px}.ref-kpi.blue{--ref-tone:var(--ref-blue)}.ref-kpi.cyan{--ref-tone:var(--ref-cyan)}.ref-kpi.coral{--ref-tone:var(--ref-coral)}.ref-kpi.amber{--ref-tone:var(--ref-amber)}.ref-kpi.teal{--ref-tone:var(--ref-teal)}.ref-kpi.purple{--ref-tone:var(--ref-purple)}.aris-reference-project-head+.aris-tabs{margin:0 -18px;padding:0 268px 0 16px;min-height:50px;align-items:center;background:#fff;border-bottom:1px solid #DCE4EC;box-shadow:0 2px 6px #0f243806}.aris-tab{min-height:42px;padding:0 12px;border-radius:4px 4px 0 0;color:#52677b;font-size:11px}.aris-tab.active{color:#193a5a;background:#f8fbfe;border-bottom:2px solid var(--ref-blue);box-shadow:0 0 0 1px #e2e9f0;font-weight:700}.aris-tab-count{background:#e9f1f8;color:#536c82}.aris-pulse-bar{margin:0 -18px 8px;padding:8px 268px 8px 18px;min-height:47px;border:0;border-bottom:1px solid #DEE6EE;border-radius:0;background:#fff;box-shadow:none}.aris-pulse-badge{padding:4px 9px;border-radius:5px;font-size:10.5px;box-shadow:none}.aris-pulse-badge.tone-teal{background:#e9f8f6;border-color:#c8ece7;color:#16796f}.aris-pulse-badge.tone-amber{background:#fff5e8;border-color:#f8ddb6;color:#b66418}.aris-pulse-badge.tone-coral{background:#fff0f1;border-color:#f4ced2;color:#b73843}.aris-pulse-badge.tone-blue{background:#ecf5fe;border-color:#cfe3fa;color:#276bae}.aris-pulse-badge.tone-purple{background:#f3eefe;border-color:#ded0fa;color:#7143c0}.aris-pulse-badge.tone-green{background:#ebf7ee;border-color:#cee8d5;color:#337648}.aris-pulse-bar .aris-input,.aris-pulse-bar .aris-select{border-radius:4px;background:#f9fbfd;border-color:#d8e2eb;font-size:10.5px}.aris-filter-action{border-radius:4px!important;background:#f7f9fc!important;border-color:#d6e0e9!important;color:#4d647a!important;font-size:10px!important;box-shadow:none!important}.aris-hierarchy-toolbar{min-height:43px;padding:7px 10px;border:1px solid #DDE5ED;border-left:0;border-radius:5px 5px 0 0;background:#fff;box-shadow:none}.aris-hierarchy-toolbar .aris-label{color:#173b5d;font-size:10.5px;font-weight:800}.aris-hierarchy-toolbar .aris-btn-primary,.aris-hierarchy-toolbar .aris-btn-secondary{height:29px!important;border-radius:4px;font-size:10px}.aris-btn-hierarchy-add{background:linear-gradient(135deg,#248df3,#8855e8);border-color:#536beb;box-shadow:0 3px 9px #536beb33}.aris-hierarchy-row.compact{min-height:32px;margin:0;padding:4px 8px;border:0;border-left:3px solid transparent;border-bottom:1px solid #E6ECF2;border-radius:0;background:#fff;box-shadow:none}.aris-hierarchy-row.compact:nth-child(2n){background:#fafcfe}.aris-hierarchy-row.compact:hover{border-color:#e1e8ef;border-left-color:var(--ref-cyan);background:#f2f8fd;transform:none}.aris-hierarchy-row.compact.selected{border-left-color:var(--ref-blue);background:#eaf5ff;outline:none}.aris-hierarchy-row.compact.status-not-started{box-shadow:inset 3px 0 var(--ref-slate);background-image:linear-gradient(90deg,rgba(94,112,135,.08),transparent 70px)}.aris-hierarchy-row.compact.status-in-progress{box-shadow:inset 3px 0 var(--ref-cyan);background-image:linear-gradient(90deg,rgba(18,191,208,.1),transparent 75px)}.aris-hierarchy-row.compact.status-completed{box-shadow:inset 3px 0 var(--ref-green);background-image:linear-gradient(90deg,rgba(74,155,104,.09),transparent 75px)}.aris-hierarchy-row.compact.status-on-hold{box-shadow:inset 3px 0 var(--ref-amber);background-image:linear-gradient(90deg,rgba(245,158,11,.1),transparent 75px)}.aris-hierarchy-row.compact .aris-node-number{padding:1px 5px;color:#40617e;background:#edf3f8;border-color:#d4e0ea;font-size:9.5px}.aris-hierarchy-row.compact .aris-node-name{font-size:10.5px}.aris-hierarchy-row.compact .aris-node-meta{font-size:9.5px}.aris-hierarchy-row.compact .aris-count-chip{font-size:9px;padding:1px 5px;border-radius:4px}.aris-status-dot{width:9px;height:9px;border:0}.aris-status-legend{font-size:9px;gap:8px}.aris-legend-dot{width:7px;height:7px}.aris-gantt-inline{border:1px solid #DCE4EC;border-radius:0 0 5px 5px;background:#fff;overflow:auto}.aris-gantt2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;width:100%;min-width:820px;border:0;border-radius:0;background:#fff;overflow:visible}.aris-gantt2-left{width:auto;min-width:0;border-right:1px solid #BACBDC;overflow:visible;animation:none}.aris-gantt2-timeline{min-width:0;border-left:0;overflow:hidden;background:#fff;animation:none}.aris-gantt2-headrow{height:42px;margin:0;border:0;border-bottom:1px solid #CBD7E2;border-radius:0;background:#f8fafc}.aris-gantt-table-head{display:grid;grid-template-columns:minmax(125px,1fr) 42px 68px 68px 34px 70px;align-items:center;color:#40566c;font-size:8.5px;font-weight:800;text-transform:uppercase}.aris-gantt-table-head span{padding:0 6px}.aris-gantt2-rows{display:block}.aris-gantt-table-row{position:relative;display:grid;grid-template-columns:minmax(125px,1fr) 42px 68px 68px 34px 70px;align-items:center;height:32px;border-bottom:1px solid #E4EAF0;background:#fff;color:#354c62;cursor:pointer;font-size:8.5px}.aris-gantt-table-row:nth-child(2n),.aris-gantt-timeline-row:nth-child(2n){background:#f9fbfd}.aris-gantt-table-row:hover,.aris-gantt-timeline-row:hover{background:#eef7fe}.aris-gantt-table-row.selected,.aris-gantt-timeline-row.selected{background:#e8f4fe;outline:1px solid #76B9F8;outline-offset:-1px}.aris-gantt-table-row>span{padding:0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aris-gantt-task-cell{display:flex;align-items:center;gap:5px;min-width:0;height:100%}.aris-gantt-task-cell .aris-node-name{font-size:9px}.aris-gantt-caret{color:#2e608b;font-size:11px}.aris-gantt-wbs{color:#3d5a74;font-weight:700}.aris-gantt-days{text-align:center;font-weight:700}.aris-gantt-status{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:2px 5px;border-radius:4px;color:#fff;font-size:7.8px;font-weight:700}.aris-gantt-status.status-in-progress{background:var(--ref-cyan)}.aris-gantt-status.status-not-started{background:var(--ref-slate)}.aris-gantt-table-row .aris-gantt2-tools{position:absolute;right:0;z-index:3;padding:2px;background:#fffffff0;opacity:0}.aris-gantt-table-row .aris-btn-inline{height:22px;padding:0 4px;font-size:10px}.aris-gantt2-timeline .aris-gantt2-headrow{background:linear-gradient(180deg,#f1f7fc,#f9fbfd)}.aris-gantt2-month{top:7px;border-left:0;color:#173b5d;font-size:9px;font-weight:800}.aris-gantt2-start{bottom:4px;color:#97a8b8;font-size:7px}.aris-gantt2-gridlayer{background:repeating-linear-gradient(90deg,transparent 0,transparent calc(5% - 1px),rgba(128,151,172,.11) calc(5% - 1px),rgba(128,151,172,.11) 5%)}.aris-gantt2-grid{background:#afc1d2;opacity:.55}.aris-gantt2-today{width:2px;background:#ff4655;opacity:.85;border-left:1px dashed #FF4655}.aris-gantt2-today:before{content:"TODAY";position:absolute;top:-13px;left:3px;color:#ff3546;font-size:7px;font-weight:800}.aris-gantt-timeline-row{position:relative;height:32px;border-bottom:1px solid #E4EAF0;cursor:pointer}.aris-gantt2-bar{top:50%;height:17px;border-radius:3px;opacity:1;overflow:hidden;box-shadow:0 2px 5px #0f24381a}.aris-gantt2-bar-fill{background:#ffffff29!important;border-right:1px solid rgba(255,255,255,.42)}.aris-gantt2-bar-label{position:absolute;top:0;right:5px;bottom:0;left:5px;display:flex;align-items:center;overflow:hidden;color:#fff;font-size:7.5px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px rgba(0,0,0,.12)}.aris-gantt2-bar.inherited{opacity:.55;outline:1px dashed rgba(15,36,56,.4)}.aris-workspace-pinned{grid-template-columns:minmax(0,1fr) 250px;gap:0;align-items:start}.aris-workspace-pinned .aris-context-panel{top:0;z-index:12;margin-top:-101px;min-height:calc(100vh - 176px);max-height:calc(100vh - 176px);padding:0 12px 14px;border:1px solid #D9E2EC;border-top:0;border-radius:0 0 6px 6px;background:#fff;box-shadow:0 8px 24px #0f243817}.aris-reference-ai-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 -12px 12px;padding:15px 12px 12px;min-height:68px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(18,191,208,.55),transparent 35%),linear-gradient(125deg,#162d58,#443b9a 68%,#8d4fe8);overflow:hidden}.aris-reference-ai-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--ref-blue),var(--ref-cyan),var(--ref-purple))}.aris-reference-ai-head>div{display:flex;align-items:center;gap:6px}.aris-reference-ai-head strong{font-size:13px}.aris-reference-ai-head span{padding:2px 5px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#12bfd038;font-size:7px;letter-spacing:.08em}.aris-reference-ai-head .aris-btn-inline{color:#eaf2ff;border-color:#ffffff38;background:#ffffff14}.aris-context-panel .aris-card{border-radius:5px;box-shadow:none}.aris-context-panel .aris-timeline li:before{background:var(--ref-blue)}.aris-context-peek-bar{background:linear-gradient(180deg,#204e85,#7449d3)}.aris-page-title{color:#183a5a;font-size:22px;letter-spacing:-.015em}.aris-page-subtitle{color:#718397}.aris-page-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px;margin:-16px -18px 14px;padding:14px 24px 15px;overflow:hidden;border-bottom:2px solid transparent;border-image:linear-gradient(90deg,var(--ref-cyan),var(--ref-blue),var(--ref-purple)) 1;background:radial-gradient(circle at 70% 110%,rgba(0,201,205,.23),transparent 35%),radial-gradient(circle at 96% -20%,rgba(112,73,220,.36),transparent 38%),linear-gradient(110deg,#102e49,#164d6b 54%,#27377e 82%,#4930a6);box-shadow:0 6px 18px #13334e1f;color:#fff}.aris-content>.aris-breadcrumbs,.aris-content>div>.aris-breadcrumbs{display:none}.aris-content>div:has(>.aris-page-header){position:relative}.aris-content>div>.aris-back-btn:has(+.aris-page-header){position:absolute;top:6px;left:2px;z-index:5;width:28px;padding:0;overflow:hidden;border:0;color:transparent;background:transparent;white-space:nowrap}.aris-content>div>.aris-back-btn:has(+.aris-page-header):before{content:"‹";color:#fff;font-size:23px;font-weight:700;line-height:1}.aris-content>div>.aris-back-btn:has(+.aris-page-header):hover{color:transparent;background:#ffffff1a}.aris-content>div>.aris-back-btn:has(+.aris-page-header)+.aris-page-header{padding-left:58px}.aris-page-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(100deg,rgba(255,255,255,.035),transparent 34%,rgba(87,219,226,.055))}.aris-page-header>div,.aris-page-header>button{position:relative;z-index:1}.aris-page-header .aris-page-title{margin:0 0 5px!important;color:#fff;font-size:22px;font-weight:750;letter-spacing:-.018em;text-shadow:0 1px 2px rgba(0,0,0,.18)}.aris-page-header .aris-page-subtitle{max-width:980px;margin:0;color:#cadae7;font-size:12.5px;line-height:1.45}.aris-page-header .aris-chip{border-color:#ffffff3d;color:#eaf5fc;background:#ffffff1a}.aris-page-header>.aris-btn-secondary,.aris-page-header>button.aris-btn-secondary{border-color:#ffffff57;color:#fff;background:#ffffff1a}@media(max-width:720px){.aris-page-header{align-items:flex-start;flex-direction:column;min-height:0;margin:-12px -12px 14px;padding:14px 16px}.aris-page-header .aris-page-title{font-size:19px}.aris-content>div>.aris-back-btn:has(+.aris-page-header)+.aris-page-header{padding-left:48px}}.aris-card,.aris-context-panel,.aris-inline-panel,.dash-card{border-color:#dce4ed;border-radius:6px;box-shadow:0 4px 14px #0f24380e}.aris-card:hover,.dash-card:hover{border-color:#bfd3e5}.aris-card-title,.aris-section-title{color:#1e405f}.aris-btn-primary{border-radius:4px;background:linear-gradient(135deg,#197fd9,#447ae8);border-color:#247ed4;box-shadow:0 2px 7px #247ed429}.aris-btn-primary:hover{background:linear-gradient(135deg,#1473c6,#396ddb)}.aris-btn-secondary,.aris-btn-inline,.aris-input,.aris-select{border-radius:4px}.aris-btn-secondary{background:#f7f9fc;color:#3f566c}.aris-btn-secondary:hover{background:#edf3f8}.aris-compact-table{border:1px solid #DCE4ED;border-radius:6px;overflow:hidden}.aris-compact-table th{background:#f0f5fa;color:#35516d;font-size:10.5px;text-transform:uppercase;letter-spacing:.025em}.aris-compact-table td{font-size:11.5px}.aris-compact-table tr:hover td{background:#f0f7fd}.aris-inline-panel-header{background:#f1f6fa;color:#264968}.aris-inline-panel.panel-document{border-left-color:var(--ref-teal)}.aris-inline-panel.panel-risk{border-left-color:var(--ref-amber)}.aris-inline-panel.panel-legal{border-left-color:var(--ref-blue)}.aris-inline-panel.panel-approval{border-left-color:var(--ref-purple)}.aris-inline-panel.panel-ai{border-left-color:var(--ref-cyan)}.badge-teal{background:#dff5f2;color:#137b70}.badge-blue{background:#e3f1fe;color:#266ea8}.badge-green{background:#e3f3e8;color:#2f7746}.badge-amber{background:#fff0d8;color:#a76410}.badge-coral{background:#fde5e7;color:#b43742}.badge-purple{background:#eee6fd;color:#6940b5}.badge-neutral{background:#e9eef3;color:#53687c}.aris-count-chip.document{background:#e3f6f3;color:#15776e;border-color:#c5e8e3}.aris-count-chip.risk{background:#fff1dc;color:#a4610d;border-color:#f5d9ac}.aris-count-chip.legal{background:#e6f2fe;color:#276ba7;border-color:#c9e0f7}.aris-count-chip.approval{background:#f0e9fd;color:#7042bf;border-color:#dcccf8}.aris-count-chip.ai{background:#e4f8fa;color:#147a85;border-color:#bfe8ed}.dash-kpi{border-radius:6px;box-shadow:0 5px 16px #0f24381f}.dash-card{border-radius:6px}.dash-dive-head{padding:9px 10px;background:#fff;border:1px solid #DCE4ED;border-radius:6px}.aris-slideover-header{background:linear-gradient(90deg,#eef6fd,#f7f3fe);border-bottom-color:#d9e4ed}.aris-confirm-box{border-radius:6px;border-top:3px solid var(--ref-blue)}@media(max-width:1350px){.aris-reference-project-kpis{gap:5px}.ref-kpi{min-width:76px;padding-inline:8px}.aris-reference-project-title h1{font-size:19px}.aris-workspace-pinned{grid-template-columns:minmax(0,1fr) 225px}}@media(max-width:1050px){.aris-reference-project-head{flex-direction:column}.aris-reference-project-kpis{width:100%;overflow-x:auto}.ref-kpi{flex:1;min-width:85px}.aris-reference-project-head+.aris-tabs{padding-right:16px}.aris-pulse-bar{padding-right:18px}.aris-workspace-pinned{grid-template-columns:1fr}.aris-workspace-pinned .aris-context-panel{position:static;min-height:0;max-height:none;margin-top:8px}.aris-gantt2{min-width:820px}}@media(max-width:760px){.aris-sidebar,.aris-sidebar.pinned{width:62px;min-width:62px}.aris-sidebar .brand-tag,.aris-sidebar .nav-label,.aris-sidebar-footer{display:none}.aris-sidebar-brand .brand-name{font-size:17px}.aris-content{padding:12px}.aris-reference-project-head{margin:-12px -12px 0;padding:14px}.aris-reference-project-head+.aris-tabs,.aris-pulse-bar{margin-left:-12px;margin-right:-12px}.aris-topbar>div:last-child>span{display:none}.aris-global-search-wrap{width:42vw}}.aris-reference-project-head{margin-bottom:0;background:radial-gradient(circle at 68% -60%,rgba(18,191,208,.42),transparent 38%),radial-gradient(circle at 98% 115%,rgba(105,65,224,.46),transparent 38%),linear-gradient(108deg,#10263b,#123a58 46%,#1d4b75 72%,#303987)}.aris-reference-project-head+.aris-tabs{margin-bottom:0}.aris-pulse-bar{margin-bottom:0;flex-wrap:nowrap;overflow-x:auto}.aris-hierarchy-toolbar{margin-top:0}.ref-kpi{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left;color:#fff;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.ref-kpi:hover,.ref-kpi:focus-visible{transform:translateY(-2px);border-color:#ffffff57;background:#0922387a;box-shadow:0 8px 18px #05142638;outline:none}.ref-kpi .ref-kpi-icon{float:left;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin:-1px 6px 3px 0;border:1px solid color-mix(in srgb,var(--ref-tone) 75%,#FFF);border-radius:6px;color:var(--ref-tone);background:color-mix(in srgb,var(--ref-tone) 13%,transparent);font-style:normal;font-size:14px;line-height:1}.ref-kpi span{padding-top:2px;font-weight:650}.ref-kpi strong,.ref-kpi small{clear:both}.aris-pulse-bar .aris-pulse-badge,.aris-pulse-bar .aris-pulse-divider{order:3}.aris-pulse-bar>.aris-select,.aris-pulse-bar>.aris-input,.aris-pulse-bar>.aris-filter-action,.aris-pulse-bar>div{order:1}.aris-gantt-table-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;opacity:.95}.aris-gantt-table-row.status-in-progress:before{background:var(--ref-cyan);box-shadow:8px 0 16px #12bfd021}.aris-gantt-table-row.status-completed:before{background:var(--ref-green);box-shadow:8px 0 16px #4a9b681f}.aris-gantt-table-row.status-not-started:before{background:var(--ref-slate);box-shadow:8px 0 16px #5e70871a}.aris-gantt-table-row.status-on-hold:before{background:var(--ref-amber);box-shadow:8px 0 16px #f59e0b21}.aris-gantt-table-row.depth-0 .aris-node-name{font-weight:800;color:#173a59}.aris-gantt-table-row.depth-0{background:#f7fbff}.aris-gantt-table-row.depth-1 .aris-node-name{font-weight:700}.aris-gantt-task-cell{padding-right:3px}.aris-reference-ai-head{display:block;min-height:96px;padding:14px 12px 10px;background:radial-gradient(circle at 91% 10%,rgba(18,191,208,.75),transparent 31%),radial-gradient(circle at 100% 90%,rgba(152,65,235,.62),transparent 36%),linear-gradient(122deg,#142b55,#283a8a 53%,#7846da);box-shadow:inset 0 -1px #ffffff26}.aris-reference-ai-top{display:flex;align-items:center;justify-content:space-between;gap:7px}.aris-reference-ai-top>div{display:flex;align-items:center;gap:6px}.aris-reference-ai-tabs{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:13px;padding:3px;border-radius:5px;background:#0a183e47}.aris-reference-ai-tabs button{height:27px;border:0;border-radius:4px;color:#c7d5f5;background:transparent;cursor:pointer;font:650 9.5px var(--aris-font)}.aris-reference-ai-tabs button.active{color:#fff;background:linear-gradient(135deg,#4d8bcfd9,#4f64b4d9);box-shadow:0 2px 7px #05112a3d}.aris-context-guidance{padding:9px 0;color:var(--aris-text-muted);font-size:11px;line-height:1.45}.aris-context-overview section{padding:13px 0;border-top:1px solid #E0E7EF}.aris-context-overview section:first-child{border-top:0;padding-top:2px}.aris-context-section-title{color:#243c55;font-size:11px;font-weight:800}.aris-context-overview section>small{display:block;margin-top:2px;color:#8a9aab;font-size:8.5px}.aris-context-signal-list{display:grid;gap:8px;margin:10px 0 0;padding:0;list-style:none;color:#40556a;font-size:9.5px}.aris-context-signal-list li{display:flex;align-items:center;gap:7px}.aris-context-signal-list i{width:6px;height:6px;border-radius:50%;background:#8294a6;box-shadow:0 0 0 3px #8294a617}.aris-context-signal-list .coral i{background:var(--ref-coral)}.aris-context-signal-list .amber i{background:var(--ref-amber)}.aris-context-signal-list .purple i{background:var(--ref-purple)}.aris-context-signal-list .teal i{background:var(--ref-teal)}.aris-context-milestones{display:grid;gap:9px;margin-top:10px}.aris-context-milestones>div{display:grid;grid-template-columns:7px 42px 1fr;align-items:start;gap:6px;color:#53687d;font-size:8.5px}.aris-context-milestones i{width:6px;height:6px;margin-top:2px;border-radius:50%;background:var(--ref-green)}.aris-context-milestones i.blue{background:var(--ref-blue)}.aris-context-milestones i.coral{background:var(--ref-coral)}.aris-context-milestones strong{color:#344c63;font-size:9px;font-weight:650}.aris-context-risk-list{display:grid;gap:7px;margin-top:9px}.aris-context-risk-list a{display:flex;align-items:flex-start;gap:7px;color:inherit;text-decoration:none}.aris-context-risk-list a>span{display:grid;gap:2px;min-width:0}.aris-context-risk-list strong{color:#354c62;font-size:9px}.aris-context-risk-list small{color:#8b9aaa;font-size:8px}.aris-context-risk-list .aris-badge{border-radius:4px;padding:1px 5px;font-size:8px}.aris-context-assistant{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;padding:12px;border:1px solid #75B5F4;border-radius:5px;color:#2567a7;background:linear-gradient(135deg,#f7fbff,#f5f2ff);text-decoration:none}.aris-context-assistant span{display:grid;gap:3px}.aris-context-assistant strong{font-size:10px}.aris-context-assistant small{color:#6d82a0;font-size:8px}.aris-context-assistant b{font-size:22px;font-weight:400}.aris-context-insights{display:grid;gap:8px}.aris-context-empty{padding:12px;color:#8293a5;font-size:10px}.aris-context-link-card{display:grid;grid-template-columns:auto 1fr;gap:5px 7px;padding:9px;border:1px solid #E0E7EF;border-radius:5px;color:inherit;text-decoration:none;background:#fff}.aris-context-link-card>span:last-child{grid-column:1/-1;color:#63778a;font-size:9px}.aris-context-panel .aris-meta-grid{gap:5px}.aris-context-panel .aris-meta-item{padding:7px 0;border:0;border-radius:0;background:transparent}.aris-context-panel .aris-meta-item .meta-label{color:#718397;font-size:8px}.aris-context-panel .aris-meta-item .meta-value{color:#344c63;font-size:10px}.aris-context-panel .aris-divider{margin:11px 0}.aris-context-panel .aris-label{color:#596f84;font-size:9px;font-weight:800}.aris-card.smoke-teal,.aris-card.smoke-blue,.aris-card.smoke-purple,.aris-card.smoke-amber{background:#fff;position:relative;overflow:hidden}.aris-card.smoke-teal:before,.aris-card.smoke-blue:before,.aris-card.smoke-purple:before,.aris-card.smoke-amber:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ref-blue)}.aris-card.smoke-teal:before{background:var(--ref-teal)}.aris-card.smoke-purple:before{background:var(--ref-purple)}.aris-card.smoke-amber:before{background:var(--ref-amber)}.aris-feature-switch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.aris-feature-switch{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;padding:12px;border:1px solid #D9E3ED;border-radius:8px;background:#f8fafc;cursor:pointer;transition:.18s ease}.aris-feature-switch:hover{border-color:#afc7dc;background:#fff}.aris-feature-switch.enabled{border-color:#79b8ea;background:linear-gradient(135deg,#f0f8ff,#fff)}.aris-feature-switch>input{position:absolute;opacity:0;pointer-events:none}.aris-feature-toggle{width:36px;height:20px;padding:2px;border-radius:999px;background:#bcc8d3;box-shadow:inset 0 0 0 1px #0f30491f;transition:.18s ease}.aris-feature-toggle i{display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0b273d4d;transition:.18s ease}.aris-feature-switch.enabled .aris-feature-toggle{background:linear-gradient(90deg,var(--ref-blue),var(--ref-purple))}.aris-feature-switch.enabled .aris-feature-toggle i{transform:translate(16px)}.aris-feature-switch strong{display:block;color:#173b59;font-size:13px;margin-bottom:3px}.aris-feature-switch small{display:block;color:var(--aris-text-muted);font-size:11.5px;line-height:1.35}@media(max-width:720px){.aris-feature-switch-grid{grid-template-columns:1fr}}.aris-row-add-btn,.aris-row-edit-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;min-width:24px!important;height:24px!important;padding:0!important;border:0!important;border-radius:50%!important;color:#fff!important;box-shadow:0 3px 8px #24427040!important;font-size:15px!important;font-weight:800!important;line-height:1!important;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important}.aris-row-add-btn{background:linear-gradient(135deg,#176fe8,#7046e8)!important}.aris-row-edit-btn{background:linear-gradient(135deg,#f05a39,#d83b86 55%,#7747dc)!important}.aris-row-add-btn:hover,.aris-row-edit-btn:hover{transform:translateY(-1px) scale(1.07);filter:saturate(1.12);box-shadow:0 5px 13px #4e36aa57!important}.aris-gantt-table-row .aris-gantt2-tools{display:flex;gap:3px;opacity:.86;background:linear-gradient(90deg,#fffffffa,#ffffffe0)}.aris-gantt2-tools .aris-row-add-btn,.aris-gantt2-tools .aris-row-edit-btn{width:22px!important;min-width:22px!important;height:22px!important;font-size:11px!important}.aris-gantt-row-registers>button.document,.aris-gantt-row-registers>button.chat{width:22px;height:22px;border:0;border-radius:6px;color:#fff;font-size:9px;font-weight:800;box-shadow:0 3px 7px #1f426538;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em{background:#fff;color:#375470;border-color:currentColor;box-shadow:0 1px 3px #142b4433}.aris-workspace-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:420;display:flex;align-items:center;justify-content:center;padding:30px;background:#11233a29;-webkit-backdrop-filter:blur(3px) saturate(1.06);backdrop-filter:blur(3px) saturate(1.06);animation:aris-dialog-fade .18s ease-out}.aris-workspace-dialog{position:relative;width:min(1120px,95vw);max-height:88vh;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.74);border-radius:16px;background:#f6faffb8;-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:-24px -12px 70px #d9305b52,26px -10px 72px #7c3fde61,0 28px 82px #f4702652,0 30px 70px #06162a6b;animation:aris-dialog-rise .22s cubic-bezier(.2,.8,.2,1)}.aris-workspace-dialog:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;z-index:-1;border-radius:20px;background:linear-gradient(120deg,#ef4255ad,#7743deb8,#f98024ad);filter:blur(16px);opacity:.72}.aris-workspace-dialog-head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;border-radius:15px 15px 0 0;color:#fff;background:linear-gradient(112deg,#d93657,#7a43d8 52%,#f07b29)}.aris-workspace-dialog-head>div{display:grid;gap:2px;min-width:0}.aris-workspace-dialog-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.aris-workspace-dialog-head small{color:#ffffffd4;font-size:11.5px}.aris-workspace-dialog-head>button{display:grid;place-items:center;width:31px;height:31px;flex:none;border:1px solid rgba(255,255,255,.38);border-radius:50%;color:#fff;background:#ffffff21;cursor:pointer;font-size:21px;line-height:1}.aris-workspace-dialog-head>button:hover{background:#ffffff40}.aris-workspace-dialog-body{min-height:280px;max-height:calc(88vh - 62px);overflow:auto;padding:20px;background:linear-gradient(145deg,#fff0f561,#ffffff7a 30%,#f4efff61 68%,#fff0e057);border-radius:0 0 15px 15px}.aris-workspace-dialog-body>.aris-card,.aris-workspace-dialog-body>.aris-inline-panel,.aris-workspace-dialog-body>.aris-gantt-inline-editor{margin:0;max-width:none;width:100%;border-color:#ffffffb8;background:#ffffffb8;box-shadow:0 8px 24px #1f365214;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.aris-workspace-dialog-body .aris-inline-panel-body{max-height:none;overflow:visible}@keyframes aris-dialog-fade{0%{opacity:0}to{opacity:1}}@keyframes aris-dialog-rise{0%{opacity:0;transform:translateY(14px) scale(.975)}to{opacity:1;transform:none}}@media(max-width:720px){.aris-workspace-dialog-backdrop{padding:10px}.aris-workspace-dialog{width:98vw;max-height:94vh;border-radius:12px}.aris-workspace-dialog-body{padding:12px;max-height:calc(94vh - 62px)}}.aris-gantt-row-registers>button.document,.aris-gantt-row-registers>button.chat{position:relative;display:flex;align-items:center;justify-content:flex-start;width:32px;height:23px;padding:0 2px 0 4px;border:0;border-radius:6px;color:#fff}.aris-gantt-row-registers .aris-register-glyph{display:inline-flex;align-items:center;justify-content:center;width:11px;overflow:hidden;font-size:8px;line-height:1;filter:saturate(.9)}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em{position:absolute;top:50%;right:2px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;min-width:13px;height:13px;padding:0 2px;border:1px solid #D6A928;border-radius:999px;background:#fff;color:#183a5a;box-shadow:0 1px 3px #16304b29;font-size:6.5px;font-style:normal;font-weight:400;line-height:1}.aris-ai-panel{background:linear-gradient(135deg,#f4faff,#f7f3fe);border-color:#c8ddf2}.aris-kpi{position:relative;overflow:hidden;background:#fff;border-color:#dce4ed;box-shadow:0 3px 11px #0f24380d}.aris-kpi:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--ref-blue)}.aris-kpi:nth-child(2):before{background:var(--ref-cyan)}.aris-kpi:nth-child(3):before{background:var(--ref-green)}.aris-kpi:nth-child(4):before{background:var(--ref-amber)}.aris-kpi:nth-child(5):before{background:var(--ref-purple)}.aris-kpi:nth-child(6):before{background:var(--ref-coral)}.aris-kpi:hover{border-color:#bfd3e5;transform:translateY(-1px);box-shadow:0 7px 17px #0f243814}.aris-tabs:not(.aris-reference-project-head+.aris-tabs){background:#fff;border:1px solid #DDE5ED;border-radius:6px 6px 0 0;padding:0 6px}.aris-reference-project-head{position:relative;top:auto;min-height:100px;padding:11px 26px 11px 24px;align-items:center;overflow:visible}.aris-reference-project-main{align-self:center}.aris-reference-project-main .aris-breadcrumbs{display:none}.aris-reference-project-meta{margin-top:10px}.aris-reference-project-kpis{align-self:stretch;align-items:center;gap:9px;padding:0}.ref-kpi{height:76px;min-width:92px;padding:10px 11px 8px;overflow:visible;font:inherit}.ref-kpi:before{top:-1px;height:3px}.ref-kpi .ref-kpi-icon{width:18px;height:20px;margin:-1px 5px 2px 0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:17px}.aris-workspace-pinned .aris-context-panel{margin-top:-97px}.aris-context-drawer-wrap{top:154px}@media(max-width:1050px){.aris-reference-project-head{min-height:0;align-items:stretch}.aris-reference-project-main .aris-breadcrumbs{display:flex}.aris-workspace-pinned .aris-context-panel{margin-top:8px}.aris-context-drawer-wrap{top:142px}}.aris-hierarchy-row.compact.status-in-progress{box-shadow:inset 3px 0 var(--ref-blue);background-image:linear-gradient(90deg,rgba(36,141,243,.11),transparent 76px)}.aris-hierarchy-row.compact.status-not-started{box-shadow:inset 3px 0 var(--ref-purple);background-image:linear-gradient(90deg,rgba(136,85,232,.1),transparent 76px)}.aris-hierarchy-row.compact.status-completed{box-shadow:inset 3px 0 var(--ref-green);background-image:linear-gradient(90deg,rgba(74,155,104,.1),transparent 76px)}.aris-hierarchy-row.compact.status-on-hold{box-shadow:inset 3px 0 var(--ref-amber);background-image:linear-gradient(90deg,rgba(245,158,11,.11),transparent 76px)}.aris-hierarchy-row.compact.overdue{box-shadow:inset 3px 0 var(--ref-coral);background-image:linear-gradient(90deg,rgba(227,78,88,.12),transparent 80px)}.aris-gantt-table-row.status-in-progress:before{background:var(--ref-blue);box-shadow:8px 0 16px #248df326}.aris-gantt-table-row.status-not-started:before{background:var(--ref-purple);box-shadow:8px 0 16px #8855e824}.aris-gantt-table-row.status-completed:before{background:var(--ref-green)}.aris-gantt-table-row.status-on-hold:before{background:var(--ref-amber)}.aris-gantt-table-row.overdue:before{background:var(--ref-coral);box-shadow:8px 0 16px #e34e5829}.aris-gantt-status.status-in-progress{background:var(--ref-blue)}.aris-gantt-status.status-not-started{background:var(--ref-purple)}.aris-gantt-status.status-completed{background:var(--ref-green)}.aris-gantt-status.status-on-hold{background:var(--ref-amber)}.aris-gantt-status.overdue{background:var(--ref-coral)}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(180px,1fr) 68px 68px 34px 70px}.aris-gantt-task-cell{gap:4px;padding-right:4px}.aris-gantt-table-row .aris-gantt2-tools{position:static;right:auto;display:inline-flex;order:-2;margin:0 2px 0 0;padding:0;gap:1px;background:transparent;opacity:.72}.aris-gantt-table-row:hover .aris-gantt2-tools{opacity:1}.aris-gantt2-tools .aris-btn-inline{width:19px;min-width:19px;height:20px;padding:0;border:0;color:#47627b;background:transparent;font-size:12px}.aris-gantt2-tools .aris-row-add-btn{color:var(--ref-blue);font-size:15px}.aris-gantt-inline-number{flex:none;color:#31536f;font-size:8px;font-weight:800;white-space:nowrap}.aris-gantt2-bar-fill{z-index:1;background:linear-gradient(105deg,#fff6,#fff3)!important;border-right:1px solid rgba(255,255,255,.72);box-shadow:inset 0 1px #ffffff57,3px 0 9px #ffffff26;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.aris-gantt2-bar-label{z-index:2;gap:5px;text-shadow:0 1px 2px rgba(10,28,45,.28)}.aris-gantt2-bar-name{min-width:0;overflow:hidden;text-overflow:ellipsis}.aris-gantt2-bar-label small{flex:none;padding:1px 4px;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:#ffffff2e;color:#fff;font-size:6.8px}.aris-gantt2-bar-label b{flex:none;margin-left:auto;color:#fff;font-size:7.2px}.aris-gantt2-start{bottom:3px;transform:translate(-50%);color:#8196aa;font-size:6.8px}.aris-pulse-bar{min-height:44px;padding-top:7px;padding-bottom:7px;overflow:visible}.aris-pulse-bar .aris-pulse-badge{order:1;position:relative;height:30px;padding:0 12px 0 9px;overflow:visible;border-radius:5px}.aris-pulse-bar>span[style]{order:2}.aris-pulse-bar .aris-status-legend{order:3}.aris-pulse-count{position:absolute;top:-7px;right:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border:2px solid #FFF;border-radius:999px;color:#fff!important;box-shadow:0 2px 5px #182d432e;font-size:8px;line-height:1}.aris-status-legend{gap:10px;color:#53697e;white-space:nowrap}.aris-hierarchy-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.aris-hierarchy-toolbar .aris-select,.aris-hierarchy-toolbar .aris-input,.aris-hierarchy-toolbar .aris-filter-action{height:29px!important}.aris-back-to-projects{display:inline-flex;align-items:center;justify-content:center;width:24px;height:29px;margin-left:-19px;padding:0;border:0;color:#276daf;background:transparent;cursor:pointer;font:700 23px/1 var(--aris-font)}.aris-back-to-projects:hover{color:#164f86;transform:translate(-1px)}.aris-back-to-projects:focus-visible{border-radius:4px;outline:2px solid rgba(36,141,243,.42);outline-offset:1px}.ref-kpi .ref-kpi-progress-ring{position:relative;width:20px;height:20px;border-radius:50%}.ref-kpi .ref-kpi-progress-ring:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#173a5b;box-shadow:inset 0 0 0 1px #ffffff1f}.aris-workspace-pinned{margin-right:-18px}.aris-workspace-pinned .aris-context-panel{min-height:calc(100vh - 152px);max-height:calc(100vh - 152px);border-radius:0;box-shadow:-5px 8px 20px #0f243814}.aris-context-drawer-wrap{top:152px;right:0;bottom:0;width:20px;display:block;overflow:visible}.aris-context-peek-bar{position:relative;z-index:2;width:20px;height:100%}.aris-context-drawer{position:absolute;top:0;right:0;bottom:0;width:250px;padding:0 12px 14px;overflow-y:auto;border:1px solid #D9E2EC;border-right:0;border-radius:0;background:#fff;box-shadow:-7px 8px 22px #0f24381c;transform:translate(100%);transition:transform .2s ease}.aris-context-drawer-wrap.open .aris-context-drawer{width:250px;padding:0 12px 14px;transform:translate(0)}@media(max-width:1050px){.aris-workspace-pinned{margin-right:0}.aris-pulse-bar{flex-wrap:wrap}.aris-pulse-bar .aris-status-legend{width:100%}}.aris-pulse-bar{justify-content:flex-end}.aris-pulse-bar>span[style]{order:0}.aris-pulse-bar .aris-pulse-badge{order:1}.aris-gantt2{margin-left:-18px;width:calc(100% + 18px)}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(250px,1fr) 58px 68px 68px 34px 70px}.aris-gantt-head-title{display:flex;align-items:center;gap:12px;min-width:0;padding-left:7px!important}.aris-gantt-head-title>b{flex:none;color:#28465f;font-size:8px}.aris-gantt-head-legend{display:flex;align-items:center;gap:7px;min-width:0;color:#526b82;font-size:8px;font-weight:700;text-transform:none;white-space:nowrap}.aris-gantt-head-legend>span{display:inline-flex;align-items:center;gap:3px}.aris-gantt-head-legend i{width:6px;height:6px;border-radius:50%;box-shadow:0 0 0 2px #4a5f740f}.aris-gantt-register-head{color:#638096;font-size:9px;text-align:center;letter-spacing:2px}.aris-gantt-row-registers{display:flex;align-items:center;justify-content:center;gap:2px;padding:0!important;overflow:visible!important}.aris-gantt-row-registers button{--register-tone:#287C86;position:relative;width:24px;height:23px;padding:0;border:0;border-radius:4px;color:var(--register-tone);background:#edf8f8;cursor:pointer;font:10px var(--aris-font)}.aris-gantt-row-registers button+button{--register-tone:#5471B8;color:var(--register-tone);background:#eef3fc;font-size:9px}.aris-gantt-row-registers button:hover{filter:brightness(.96);box-shadow:0 0 0 1px currentColor}.aris-gantt-row-registers em{position:absolute;top:-4px;right:-3px;display:flex;align-items:center;justify-content:center;min-width:12px;height:12px;padding:0 2px;border:1px solid #FFF;border-radius:999px;color:#fff;background:var(--register-tone);font-size:6px;font-style:normal;line-height:1}.aris-gantt2-bar{isolation:isolate;box-shadow:inset 0 1px #ffffff3d,0 2px 5px #0f24381f}.aris-gantt2-bar-fill{z-index:1;overflow:hidden;border:0;border-right:1px solid rgba(255,255,255,.88);background:linear-gradient(90deg,#ffffff1f,#ffffff57)!important;box-shadow:inset 0 1px #ffffff61,2px 0 7px #ffffff3d;-webkit-backdrop-filter:none;backdrop-filter:none}.aris-gantt2-bar-fill:after{content:"";position:absolute;top:-55%;bottom:-55%;left:-38%;width:28%;transform:skew(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);filter:blur(.3px);animation:aris-gantt-progress-shine 2.8s ease-in-out infinite}@keyframes aris-gantt-progress-shine{0%,18%{left:-38%;opacity:0}35%{opacity:.9}68%{left:112%;opacity:.55}to{left:112%;opacity:0}}.aris-gantt2-bar-label{gap:4px}.aris-gantt2-bar-label small{max-width:96px;overflow:hidden;text-overflow:ellipsis;padding:1px 5px;border:0;border-radius:3px;background:#08233d3d;font-size:6.6px;letter-spacing:.01em}.aris-gantt2-bar-label b{padding:1px 4px;border-radius:3px;background:#071e3333}@media(prefers-reduced-motion:reduce),print{.aris-gantt2-bar-fill:after{animation:none;left:62%;opacity:.55}}@media(max-width:1350px){.aris-gantt-head-legend{gap:4px}.aris-gantt-head-legend>span{font-size:0}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(190px,1fr) 52px 64px 64px 32px 66px}}.aris-role-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px}.aris-role-member{display:flex;align-items:center;gap:9px;padding:9px 10px;border:1px solid var(--aris-border);border-radius:7px;background:var(--aris-surface-muted)}.aris-role-member strong,.aris-role-member small,.aris-org-person strong,.aris-org-person small{display:block}.aris-role-member small,.aris-org-person small{margin-top:2px;color:var(--aris-text-muted);font-size:11px}.aris-user-avatar{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex:none;border-radius:50%;background:linear-gradient(145deg,#173a5b,#277fb1);color:#fff;font-size:10px;font-weight:700;box-shadow:0 3px 9px #173a5b2e}.aris-org-chart{margin-top:18px;overflow:auto;padding:4px 2px 18px}.aris-org-chart ul{list-style:none;margin:0;padding-left:24px;position:relative}.aris-org-chart>ul{padding-left:0}.aris-org-chart li{position:relative;padding:0 0 12px 20px}.aris-org-chart>ul>li{padding-left:0}.aris-org-chart li:before{content:"";position:absolute;left:0;top:18px;width:15px;border-top:1px solid #AFC6D8}.aris-org-chart>ul>li:before{display:none}.aris-org-chart li>ul:before{content:"";position:absolute;left:0;top:-12px;bottom:28px;border-left:1px solid #AFC6D8}.aris-org-person{min-width:230px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #C8DCEA;border-left:3px solid var(--aris-teal);border-radius:7px;background:linear-gradient(110deg,#fff,#f2f9fc);box-shadow:0 3px 12px #1a405d14}.aris-effective-permissions td:not(:first-child),.aris-effective-permissions th:not(:first-child){text-align:center}.aris-permission-result{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--aris-border);border-radius:5px;color:var(--aris-text-light);background:var(--aris-surface-muted);font-weight:700}.aris-permission-result.granted{border-color:#8bcba2;color:#247645;background:#e9f7ee;box-shadow:inset 0 0 0 1px #4a9b6814}.aris-customer-edit-row>td{padding:12px 14px!important;background:linear-gradient(110deg,#f4fafd,#f7f5ff);border-left:3px solid var(--aris-steel-blue)}.aris-auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 18%,rgba(32,184,209,.18),transparent 30%),radial-gradient(circle at 84% 76%,rgba(118,72,220,.2),transparent 34%),linear-gradient(135deg,#102e48,#164e70 48%,#443a94)}.aris-auth-card{width:min(440px,calc(100vw - 32px));overflow:hidden;padding:0 32px 30px;border:1px solid rgba(255,255,255,.5);border-radius:14px;background:#fffffff7;box-shadow:0 28px 80px #05182b52;text-align:center}.aris-auth-brand{margin:0 -32px 26px;padding:22px 30px;display:flex;align-items:baseline;justify-content:space-between;gap:12px;background:linear-gradient(105deg,#112f4a,#146887 64%,#5744b7);color:#fff;text-align:left}.aris-auth-brand span{font-size:27px;font-weight:800;letter-spacing:1px}.aris-auth-brand small{color:#cfe5f0;font-size:10px;letter-spacing:.4px}.aris-auth-welcome{margin:8px auto 24px;max-width:330px}.aris-auth-welcome h1{margin:8px 0 7px;color:#153956;font-size:24px}.aris-auth-welcome p,.aris-auth-loading p{color:var(--aris-text-muted);font-size:13px;line-height:1.55}.aris-auth-lock{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(145deg,#e9f8fb,#eee9ff);color:#376bd3;font-size:25px;box-shadow:inset 0 0 0 1px #376bd31f}.aris-auth-primary,.aris-auth-secondary{width:100%;min-height:42px;justify-content:center;margin-top:9px}.aris-auth-note{margin:18px auto 0;max-width:330px;color:var(--aris-text-light);font-size:11.5px;line-height:1.45}.aris-auth-card{position:relative}.aris-auth-password-link{display:block;margin:14px 0 -17px auto;padding:3px 0;border:0;color:#4b67a5;background:transparent;font:700 10px var(--aris-font);cursor:pointer}.aris-auth-password-link:hover{text-decoration:underline;color:#2a56a4}.aris-local-auth{display:grid;gap:10px;text-align:left}.aris-local-auth-head{display:flex;align-items:center;gap:8px;margin-bottom:2px;color:#173956}.aris-local-auth-head button{width:26px;height:26px;padding:0;border:0;border-radius:50%;color:#245e94;background:#ecf3f9;font-size:20px;cursor:pointer}.aris-local-auth label{display:grid;gap:4px;color:#526b82;font-size:10px;font-weight:750}.aris-local-auth small{color:#74879a;font-size:9px;line-height:1.4}.aris-local-auth .aris-auth-primary{margin-top:3px}.aris-auth-loading{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.aris-auth-error{max-height:150px;overflow:auto;padding:9px;border-radius:6px;background:#fff2f2;color:#a23535;font-size:11px;text-align:left;white-space:pre-wrap}.aris-entra-invite-option{margin-top:12px;padding:10px 12px;align-items:flex-start;border:1px solid #B9D7E8;border-left:3px solid #248DF3;border-radius:7px;background:linear-gradient(110deg,#f2fafd,#f7f5ff)}.aris-entra-invite-option span,.aris-entra-invite-option strong,.aris-entra-invite-option small{display:block}.aris-entra-invite-option small{margin-top:3px;color:var(--aris-text-muted);font-size:11.5px;line-height:1.4}.aris-user-delete{color:#b63d4d!important;border-color:#e8b9c0!important}.aris-user-delete:hover{background:#fff0f2!important}.aris-user-delete-notice{margin-bottom:12px;display:flex;align-items:center;gap:10px;border-left:3px solid var(--aris-coral);color:#8e3040}.aris-user-delete-notice span{flex:1;font-size:12.5px;line-height:1.45}.aris-tabs-pulse{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:auto;padding:0 4px 0 14px;white-space:nowrap}.aris-tabs-pulse .aris-pulse-badge{position:relative;height:30px;padding:0 11px 0 9px;overflow:visible;border-radius:5px;font-size:9px}.aris-reference-project-head+.aris-tabs{flex-wrap:nowrap;overflow-x:auto}.aris-project-detail:not(.context-pinned)>.aris-tabs{padding-right:16px}.aris-project-edit-button{width:24px;height:24px;margin-left:1px;border-radius:5px!important;color:#7edbe6!important;background:#ffffff14!important;font-size:13px!important}.aris-project-edit-button:hover{background:#ffffff29!important;color:#fff!important}.aris-project-workspace>div:first-child{margin-left:-18px}.aris-project-workspace .aris-hierarchy-toolbar{padding-left:28px}.aris-project-workspace .aris-gantt2{margin-left:0;width:100%}.aris-workspace-pinned .aris-context-panel{margin-top:-50px}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(250px,1fr) 82px 68px 68px 34px 70px}.aris-gantt-register-head{letter-spacing:1px}.aris-gantt-row-registers{gap:3px}.aris-gantt-row-registers button.assign{--register-tone:#6D54B5;width:21px;height:21px;border:1px solid #C4CDD6;border-radius:50%;color:#6d54b5;background:#fff;font-size:7px;font-weight:850;letter-spacing:-.15px;box-shadow:0 1px 2px #1b324914}.aris-gantt-row-registers button.assign.assigned{border-color:#9aca3c}.aris-gantt-row-registers button.assign.unassigned{border-color:#c4cdd6;color:#8997a4}.aris-gantt-row-registers button.assign:hover{background:#fff;box-shadow:0 0 0 2px #9aca3c21;filter:none}.aris-gantt-assign-wrap{position:relative;display:inline-flex;align-items:center;overflow:visible}.aris-gantt-assign-menu{top:calc(100% + 5px);right:0;left:auto;z-index:160;min-width:180px}.aris-gantt-row-registers .aris-gantt-assign-menu>button{width:100%;height:auto;min-height:30px;justify-content:flex-start;padding:6px 10px;border-radius:0;color:var(--aris-text);background:transparent;font-size:12px;font-weight:500;letter-spacing:0}.aris-gantt-row-registers .aris-gantt-assign-menu>button:hover{background:var(--aris-surface-muted);box-shadow:none;filter:none}.aris-gantt-row-registers .aris-gantt-assign-menu .aris-avatar-btn{width:18px;height:18px;border-radius:50%;color:#fff;background:var(--aris-muted-navy);font-size:8px;font-weight:700}.aris-gantt-inline-register-panel,.aris-gantt-timeline-panel-spacer{height:250px;border-bottom:1px solid #D7E1EA;background:#f8fbfe}.aris-gantt-inline-register-panel{padding:8px 10px 10px 18px;overflow:auto;box-shadow:inset 3px 0 var(--ref-blue)}.aris-gantt-inline-register-panel .aris-inline-panel{margin:0;border-radius:5px;box-shadow:none}.aris-gantt-inline-register-panel .aris-inline-panel-header{position:sticky;top:0;z-index:3;padding:7px 9px}.aris-gantt-inline-register-panel .aris-inline-panel-body{padding:8px 9px}.aris-gantt-timeline-panel-spacer{background:repeating-linear-gradient(90deg,#fafcfe 0,#fafcfe calc(5% - 1px),#e7edf3 calc(5% - 1px),#e7edf3 5%);opacity:.72}.aris-gantt-inline-editor{width:100%;min-height:100%;padding:9px 12px 12px;border:1px solid #D4E0EA;border-radius:6px;background:#fff;box-shadow:0 4px 14px #183a5714}.aris-gantt-inline-editor.assign{max-width:560px;min-height:0}.aris-gantt-inline-editor-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-9px -12px 10px;padding:8px 12px;border-bottom:1px solid #D9E4EE;border-radius:6px 6px 0 0;background:linear-gradient(110deg,#173a5b,#226a98 68%,#5b52b8);color:#fff}.aris-gantt-inline-editor-head>div{display:flex;align-items:baseline;gap:8px;min-width:0}.aris-gantt-inline-editor-head strong{font-size:12px}.aris-gantt-inline-editor-head small{color:#d4e5f1;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aris-gantt-inline-editor-head button{width:24px;height:24px;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#fff;background:#ffffff14;cursor:pointer;font-size:16px;line-height:1}.aris-gantt-inline-editor-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:8px;align-items:end}.aris-gantt-inline-editor-grid .aris-field:first-child{grid-column:span 2}@media(max-width:1100px){.aris-gantt-inline-editor-grid{grid-template-columns:1fr 1fr}.aris-gantt-inline-editor-grid .aris-field:first-child{grid-column:1/-1}}.aris-gantt-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:24px;background:#0c1d306b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.aris-gantt-modal{width:min(620px,94vw);padding:0 18px 18px;border:1px solid #C8D8E7;border-radius:8px;background:#fff;box-shadow:0 24px 60px #081b2f3d}.aris-gantt-modal.assign{width:min(420px,94vw)}.aris-gantt-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 -18px 16px;padding:14px 18px;border-bottom:1px solid #D9E4EE;border-radius:8px 8px 0 0;background:linear-gradient(110deg,#173a5b,#226a98 68%,#5b52b8);color:#fff}.aris-gantt-modal-head>div{display:grid;gap:3px}.aris-gantt-modal-head strong{font-size:14px}.aris-gantt-modal-head small{color:#c9deed;font-size:9px}.aris-gantt-modal-head button{width:27px;height:27px;border:1px solid rgba(255,255,255,.24);border-radius:5px;color:#fff;background:#ffffff14;cursor:pointer;font-size:18px}.aris-gantt-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.aris-gantt-modal-grid>.aris-field:first-child{grid-column:1/-1}.aris-context-drawer-wrap.open .aris-context-peek-bar{opacity:0;visibility:hidden;pointer-events:none}@media(max-width:1350px){.aris-tabs-pulse{gap:5px}.aris-tabs-pulse .aris-pulse-badge{padding-inline:7px;font-size:0;min-width:28px}.aris-tabs-pulse .aris-pulse-badge>span:not(.aris-pulse-dot){display:none}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(190px,1fr) 76px 64px 64px 32px 66px}}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(250px,1fr) 86px 68px 68px 34px 70px}.aris-gantt-register-head{display:flex;align-items:center;justify-content:center;gap:7px;letter-spacing:0}.aris-gantt-register-head span{font-size:9px;line-height:1}.aris-gantt-row-registers>button.document,.aris-gantt-row-registers>button.chat{position:relative;display:flex;align-items:center;justify-content:flex-start;width:28px;height:22px;padding:0 1px 0 3px;border:0;border-radius:6px;color:#fff;box-shadow:0 3px 7px #1f426538}.aris-gantt-row-registers>button.document{background:linear-gradient(135deg,#24a86a,#13aeb5)}.aris-gantt-row-registers>button.chat{background:linear-gradient(135deg,#7747dc,#35a7ef)}.aris-gantt-row-registers .aris-register-glyph{display:inline-flex;align-items:center;justify-content:center;width:9px;overflow:hidden;font-size:7px;line-height:1;filter:saturate(.9)}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em{position:absolute;top:50%;right:1px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;min-width:12px;height:12px;padding:0 2px;border:1px solid #D6A928;border-radius:999px;background:#fff;color:#183a5a;box-shadow:0 1px 3px #16304b29;font-size:6px;font-style:normal;font-weight:400;line-height:1}.aris-gantt-row-registers>button.chat.has-unread-mention em{border-color:#c99a16;background:#ffe66a;color:#23713d;font-weight:800;box-shadow:0 0 0 2px #ffd3302e,0 1px 4px #52410933}.aris-gantt-row-registers>button.document:hover,.aris-gantt-row-registers>button.chat:hover{transform:translateY(-1px) scale(1.06);filter:saturate(1.12);box-shadow:0 5px 11px #42439a4d}@media(max-width:1350px){.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(190px,1fr) 84px 64px 64px 32px 66px}}.aris-gantt-title-edit{position:relative;display:inline-flex!important;align-items:center;gap:4px;border-radius:3px;transition:color .15s ease,background .15s ease}.aris-gantt-title-edit:hover{padding-right:3px;color:#176fc1;text-decoration:underline;text-underline-offset:2px;background:#248df312;cursor:pointer}.aris-title-edit-glyph{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;flex:none;border-radius:50%;color:#fff;background:linear-gradient(135deg,#f05a39,#7747dc);font-size:7px;opacity:0;transform:scale(.75);transition:opacity .15s ease,transform .15s ease}.aris-gantt-title-edit:hover .aris-title-edit-glyph{opacity:1;transform:scale(1)}.aris-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aris-line-title-with-actions,.aris-gantt-title-edit{display:flex!important;align-items:center;gap:4px}.aris-title-hover-actions{display:inline-flex;align-items:center;gap:3px;flex:none;opacity:0;transform:translate(-2px);transition:opacity .15s ease,transform .15s ease}.aris-hierarchy-row:hover .aris-title-hover-actions,.aris-gantt-table-row:hover .aris-title-hover-actions,.aris-title-hover-actions:focus-within{opacity:1;transform:translate(0)}.aris-title-pin-glyph,.aris-line-title-with-actions .aris-title-edit-glyph{display:inline-grid;place-items:center;width:15px;height:15px;padding:0;border:0;border-radius:50%;color:#fff;background:linear-gradient(135deg,#f05a39,#7747dc);font-size:7px;line-height:1;cursor:pointer;opacity:1;transform:none}.aris-title-pin-glyph{background:linear-gradient(135deg,#7747dc,#35a7ef);font-size:8px}.aris-title-pin-glyph:hover,.aris-line-title-with-actions .aris-title-edit-glyph:hover{transform:scale(1.08);filter:brightness(1.06)}.aris-gantt-row-registers>button.document,.aris-gantt-row-registers>button.chat{width:25px;height:23px;padding:0;justify-content:center;overflow:visible}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em{position:static;transform:none;min-width:17px;height:17px;padding:0 3px;border:1px solid #D6A928;border-radius:999px;background:#fff;color:#183a5a;font-size:7px;font-weight:400}.aris-gantt-row-registers .aris-register-glyph{position:absolute;top:-5px;right:-5px;z-index:2;width:12px;height:12px;border:1px solid #D6A928;border-radius:999px;background:#fff;box-shadow:0 1px 3px #16304b2e;font-size:6px;line-height:1;overflow:hidden}.aris-gantt-row-registers>button.chat.has-unread-mention em{border-color:#c99a16;background:#ffe66a;color:#23713d;font-weight:800}.aris-hierarchy-row.compact.status-in-progress{box-shadow:inset 5px 0 var(--ref-blue);background-image:linear-gradient(90deg,rgba(36,141,243,.18),rgba(36,141,243,.07) 7%,transparent 15%)}.aris-hierarchy-row.compact.status-not-started{box-shadow:inset 5px 0 var(--ref-purple);background-image:linear-gradient(90deg,rgba(136,85,232,.17),rgba(136,85,232,.065) 7%,transparent 15%)}.aris-hierarchy-row.compact.status-completed{box-shadow:inset 5px 0 var(--ref-green);background-image:linear-gradient(90deg,rgba(74,155,104,.17),rgba(74,155,104,.065) 7%,transparent 15%)}.aris-hierarchy-row.compact.status-on-hold{box-shadow:inset 5px 0 var(--ref-amber);background-image:linear-gradient(90deg,rgba(245,158,11,.18),rgba(245,158,11,.07) 7%,transparent 15%)}.aris-gantt-table-row:before{width:5px}.aris-gantt-table-row.status-in-progress{background-image:linear-gradient(90deg,rgba(36,141,243,.16),rgba(36,141,243,.06) 7%,transparent 15%)}.aris-gantt-table-row.status-not-started{background-image:linear-gradient(90deg,rgba(136,85,232,.15),rgba(136,85,232,.055) 7%,transparent 15%)}.aris-gantt-table-row.status-completed{background-image:linear-gradient(90deg,rgba(74,155,104,.15),rgba(74,155,104,.055) 7%,transparent 15%)}.aris-gantt-table-row.status-on-hold{background-image:linear-gradient(90deg,rgba(245,158,11,.16),rgba(245,158,11,.06) 7%,transparent 15%)}.aris-gantt-table-row.overdue{background-image:linear-gradient(90deg,rgba(227,78,88,.17),rgba(227,78,88,.065) 7%,transparent 15%)}.aris-gantt-register-head{font-size:7px;font-weight:700;color:#71879a;text-transform:uppercase;letter-spacing:.04em}.aris-gantt-row-registers .aris-register-glyph{display:none}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em{position:relative;min-width:18px;height:18px;font-size:7.5px;font-weight:750}.aris-gantt-row-registers>button.chat em{border-radius:6px 6px 6px 2px}.aris-gantt-row-registers>button.chat em:after{content:"";position:absolute;left:2px;bottom:-3px;width:4px;height:4px;border-left:1px solid #D6A928;border-bottom:1px solid #D6A928;background:inherit;transform:skewY(-28deg) rotate(-12deg)}.aris-gantt-row-registers>button.chat.has-unread-mention em{font-weight:850}.aris-gantt-row-registers>button.chat.has-unread-mention em:after{border-color:#c99a16}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em{position:absolute;inset:auto;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);box-sizing:border-box;display:grid;place-items:center;padding:0;line-height:1;text-align:center;font-variant-numeric:tabular-nums}.aris-deliverable-toggle{flex:none;max-width:0;padding:4px 0;border:0;border-radius:999px;overflow:hidden;opacity:0;color:#fff;background:linear-gradient(105deg,#7c3aed,#a855f7 46%,#f97316);box-shadow:0 5px 12px #7c3aed38;font-size:9px;font-weight:750;line-height:1;white-space:nowrap;cursor:pointer;transition:max-width .18s ease,padding .18s ease,opacity .18s ease,transform .18s ease}.aris-hierarchy-row:hover .aris-deliverable-toggle,.aris-gantt-table-row:hover .aris-deliverable-toggle,.aris-deliverable-toggle:focus-visible{max-width:78px;padding:4px 9px;opacity:1}.aris-deliverable-toggle:hover{transform:translateY(-1px);box-shadow:0 7px 15px #f9731640}.aris-deliverable-toggle.active{outline:1px solid rgba(249,115,22,.35)}.aris-deliverable-mark{display:inline-grid;place-items:center;flex:none;width:16px;height:16px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7 46%,#f97316);box-shadow:0 2px 6px #7c3aed40;font-size:10px;font-weight:900}.aris-deliverable-option{display:flex;align-items:center;gap:9px;min-height:45px;padding:7px 10px;border:1px solid #D7E1EC;border-radius:7px;background:linear-gradient(105deg,#7c3aed0e,#f973160e);cursor:pointer}.aris-deliverable-option input{position:relative;width:34px;height:19px;flex:none;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #B8C6D4;border-radius:999px;background:#dce4ec;cursor:pointer;transition:.18s ease}.aris-deliverable-option input:after{content:"";position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #13304940;transition:.18s ease}.aris-deliverable-option input:checked{border-color:#a855f7;background:linear-gradient(105deg,#7c3aed,#f97316)}.aris-deliverable-option input:checked:after{transform:translate(15px)}.aris-deliverable-option span,.aris-deliverable-option strong,.aris-deliverable-option small{display:block}.aris-deliverable-option strong{color:#294861;font-size:10.5px}.aris-deliverable-option small{margin-top:2px;color:#718397;font-size:8px;line-height:1.2}.aris-gantt-inline-editor-grid .aris-deliverable-option{align-self:end}.aris-gantt-width-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-height:31px;padding:4px 11px;border-bottom:1px solid #D8E2EC;background:linear-gradient(90deg,#f7fafd,#fff)}.aris-gantt-width-toolbar label{color:#284861;font-size:9px;font-weight:800}.aris-gantt-width-toolbar input{width:130px;height:4px;accent-color:#6D54D8;cursor:ew-resize}.aris-gantt-width-toolbar output{min-width:31px;padding:2px 5px;border:1px solid #D4C9F3;border-radius:999px;color:#6744c1;background:#f5f1ff;font-size:8px;font-weight:800;text-align:center}.aris-gantt-width-toolbar>span{color:#8090a0;font-size:8px}.aris-toolbar-status-legend{display:flex;align-items:center;gap:7px;margin-right:6px;padding-right:10px;border-right:1px solid #DCE4EC;color:#506a81;font-size:8.5px;font-weight:750;white-space:nowrap}.aris-toolbar-status-legend>span{display:inline-flex;align-items:center;gap:3px}.aris-toolbar-status-legend i{width:7px;height:7px;border-radius:50%;box-shadow:0 0 0 2px #4a5f740f}@media(max-width:1450px){.aris-toolbar-status-legend{gap:5px}.aris-toolbar-status-legend>span{font-size:0}.aris-toolbar-status-legend i{width:8px;height:8px}.aris-gantt-width-toolbar>span{display:none}}@media(min-width:900px)and (max-width:1500px){.aris-hierarchy-toolbar{flex-wrap:nowrap;gap:4px}.aris-hierarchy-toolbar>.aris-label{flex:none;font-size:9px}.aris-hierarchy-toolbar>.aris-type-path{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aris-hierarchy-toolbar>.aris-chip{flex:none;padding-inline:6px}.aris-hierarchy-toolbar .aris-btn-primary,.aris-hierarchy-toolbar .aris-btn-secondary,.aris-hierarchy-toolbar .aris-filter-action{flex:none;padding-inline:7px!important;font-size:8.5px}.aris-hierarchy-toolbar>.aris-select{width:clamp(102px,10vw,140px)!important;min-width:92px}.aris-hierarchy-toolbar>.aris-input{width:clamp(112px,11vw,150px)!important;min-width:100px}.aris-hierarchy-toolbar .aris-toolbar-report{flex:none;padding-inline:8px;font-size:8.5px;white-space:nowrap}.aris-hierarchy-toolbar>div:last-child{flex:none}.aris-hierarchy-toolbar .aris-filter-action.team{display:grid;place-items:center;width:30px;min-width:30px;padding:0!important;font-size:12px}}.deliverable-dashboard{min-height:calc(100vh - 58px);padding:18px;background:radial-gradient(circle at 8% 2%,rgba(124,58,237,.1),transparent 24%),radial-gradient(circle at 94% 8%,rgba(249,115,22,.1),transparent 23%),radial-gradient(circle at 88% 88%,rgba(16,185,129,.09),transparent 28%),#f7f9fd}.deliverable-dashboard-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;margin:-18px -18px 18px;padding:20px 26px;color:#fff;background:radial-gradient(circle at 70% -80%,rgba(255,255,255,.28),transparent 42%),linear-gradient(112deg,#24104f,#6d28d9 28%,#f97316 57%,#087c83 78%,#065f46);box-shadow:0 12px 30px #36235e38}.deliverable-dashboard-head:after{content:"";position:absolute;inset:auto -6% -66px 28%;height:120px;background:linear-gradient(90deg,#ffffff0d,#ffffff36,#ffffff0a);filter:blur(22px);transform:rotate(-5deg);pointer-events:none}.deliverable-dashboard-head>div{position:relative;z-index:1}.deliverable-dashboard-eyebrow{display:block;margin-bottom:4px;color:#fde6cf;font-size:9px;font-weight:800;letter-spacing:.16em}.deliverable-dashboard-head h1{margin:0;font-size:25px;line-height:1.16;letter-spacing:-.02em}.deliverable-dashboard-head p{margin:5px 0 0;color:#ffffffc7;font-size:11.5px}.deliverable-dashboard-project{display:grid;grid-template-columns:auto minmax(220px,330px);align-items:center;gap:5px 10px;min-width:360px;padding:10px 12px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:#0a193a38;box-shadow:inset 0 1px #ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.deliverable-dashboard-project label{color:#ffffffb8;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.deliverable-dashboard-project select{height:32px;padding:0 30px 0 10px;border:1px solid rgba(255,255,255,.32);border-radius:7px;color:#173a59;background:#fffffff0;font-size:11.5px}.deliverable-dashboard-project a{grid-column:2;color:#fff;font-size:10px;font-weight:750;text-decoration:none}.deliverable-dashboard-project a:hover{text-decoration:underline}.deliverable-phase-grid{display:grid;gap:16px;max-width:1560px;margin:0 auto}.deliverable-phase-card{--phase-a:#7C3AED;--phase-b:#F97316;--phase-soft-a:rgba(124,58,237,.12);--phase-soft-b:rgba(249,115,22,.11);overflow:hidden;border:1px solid rgba(124,58,237,.17);border-radius:16px;background:#ffffffed;box-shadow:0 14px 38px #2a1d4e1a;transition:transform .18s ease,box-shadow .18s ease}.deliverable-phase-card.theme-blue-green{--phase-a:#2563EB;--phase-b:#10B981;--phase-soft-a:rgba(37,99,235,.12);--phase-soft-b:rgba(16,185,129,.11);border-color:#2563eb29}.deliverable-phase-card:hover{transform:translateY(-2px);box-shadow:0 18px 44px #2a1d4e26}.deliverable-phase-card.theme-purple-orange{--phase-a:#7C3AED;--phase-b:#F97316;--phase-soft-a:rgba(124,58,237,.12);--phase-soft-b:rgba(249,115,22,.11)}.deliverable-phase-head{position:relative;display:flex;justify-content:space-between;align-items:center;gap:18px;overflow:hidden;padding:16px 20px;color:#fff;background:linear-gradient(108deg,var(--phase-a),var(--phase-b))}.deliverable-phase-head:after{content:"";position:absolute;right:-25px;top:-70px;width:270px;height:180px;border-radius:50%;background:#ffffff2e;filter:blur(26px);pointer-events:none}.deliverable-phase-identity,.deliverable-phase-score{position:relative;z-index:1}.deliverable-phase-identity{display:flex;align-items:center;gap:13px;min-width:0}.deliverable-phase-number{display:grid;place-items:center;width:42px;height:42px;flex:none;border:1px solid rgba(255,255,255,.42);border-radius:12px;background:#ffffff29;box-shadow:inset 0 1px #ffffff3d;font-size:18px;font-weight:850}.deliverable-phase-identity h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.deliverable-phase-identity p{margin:4px 0 0;color:#ffffffc7;font-size:10.5px}.deliverable-phase-score{display:grid;min-width:115px;text-align:right}.deliverable-phase-score strong{font-size:26px;line-height:1}.deliverable-phase-score span{margin-top:4px;color:#ffffffc2;font-size:9.5px}.deliverable-phase-body{display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(310px,.92fr);gap:14px;padding:15px;background:linear-gradient(135deg,var(--phase-soft-a),rgba(255,255,255,.88) 36%,rgba(255,255,255,.94) 65%,var(--phase-soft-b))}.deliverable-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;grid-column:1/-1}.deliverable-kpi{position:relative;overflow:hidden;min-height:76px;padding:11px 12px;border:1px solid rgba(80,97,121,.12);border-radius:10px;background:#ffffffd6;box-shadow:0 5px 14px #1c334e0f}.deliverable-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--phase-a),var(--phase-b))}.deliverable-kpi strong{display:block;color:#152f49;font-size:20px;line-height:1.05}.deliverable-kpi span{display:block;margin-top:4px;color:#304d69;font-size:10px;font-weight:750}.deliverable-kpi small{display:block;margin-top:2px;color:#7d8fa1;font-size:8.5px}.deliverable-kpi.alert strong{color:#d9463e}.deliverable-kpi.alert{background:linear-gradient(135deg,#ffffffeb,#fff0e8db)}.deliverable-performance-panel,.deliverable-list-panel{padding:14px;border:1px solid rgba(80,97,121,.13);border-radius:11px;background:#ffffffd6;box-shadow:0 6px 18px #1c334e0e}.deliverable-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.deliverable-section-title>span{color:#183a59;font-size:12px;font-weight:850}.deliverable-section-title small{color:#8494a5;font-size:8.5px;text-align:right}.deliverable-progress-comparison{display:grid;gap:6px}.deliverable-progress-label{display:flex;justify-content:space-between;color:#60758a;font-size:9.5px}.deliverable-progress-label strong{color:#183a59}.deliverable-progress-track{height:11px;overflow:hidden;border-radius:999px;background:#e8edf4;box-shadow:inset 0 1px 2px #173a591a}.deliverable-progress-track i{display:block;height:100%;border-radius:inherit;transition:width .35s ease}.deliverable-progress-track.planned i{background:linear-gradient(90deg,#b9c5d4,#8195aa)}.deliverable-progress-track.actual i{position:relative;background:linear-gradient(90deg,var(--phase-a),var(--phase-b));box-shadow:0 0 12px var(--phase-soft-a)}.deliverable-progress-track.actual i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.55) 48%,transparent 66%);animation:deliverable-shine 2.6s ease-in-out infinite}@keyframes deliverable-shine{0%{transform:translate(-120%)}to{transform:translate(120%)}}.deliverable-status-strip{display:flex;height:9px;overflow:hidden;margin-top:15px;border-radius:999px;background:#e8edf4}.deliverable-status-strip span{display:block;height:100%}.deliverable-status-strip .completed,.deliverable-status-legend i.completed{background:#16a36a}.deliverable-status-strip .progress,.deliverable-status-legend i.progress{background:#2c7df0}.deliverable-status-strip .hold,.deliverable-status-legend i.hold{background:#f59e0b}.deliverable-status-strip .not-started,.deliverable-status-legend i.not-started{background:#7c3aed}.deliverable-status-legend{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:8px;color:#526b82;font-size:8.5px}.deliverable-status-legend span{display:flex;align-items:center;gap:4px}.deliverable-status-legend i{width:6px;height:6px;border-radius:50%}.deliverable-list-panel{min-width:0}.deliverable-list{display:grid;gap:5px;max-height:270px;overflow:auto;padding-right:3px}.deliverable-list-row{display:grid;grid-template-columns:20px minmax(150px,1fr) auto 105px;align-items:center;gap:7px;padding:7px 8px;border:1px solid #E2E8F0;border-radius:8px;background:#ffffffdb}.deliverable-gradient-tick{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--phase-a),var(--phase-b));font-size:10px;font-weight:900}.deliverable-list-title{display:grid;min-width:0}.deliverable-list-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#203e5a;font-size:9.5px}.deliverable-list-title small{margin-top:2px;color:#8696a7;font-size:8px}.deliverable-list-status{padding:3px 6px;border-radius:999px;color:#556b81;background:#e8edf4;font-size:7.5px;font-weight:800;white-space:nowrap}.deliverable-list-status.completed{color:#087a4f;background:#ddf5e9}.deliverable-list-status.in-progress{color:#135fb5;background:#dcebff}.deliverable-list-status.on-hold{color:#a75b00;background:#fff0d5}.deliverable-list-status.overdue{color:#b4232d;background:#ffe0e3}.deliverable-list-progress{position:relative;display:block;height:18px;overflow:hidden;border-radius:999px;background:#e9eef4}.deliverable-list-progress i{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,var(--phase-a),var(--phase-b));opacity:.84}.deliverable-list-progress b{position:relative;z-index:1;display:grid;place-items:center;height:100%;color:#173a59;font-size:8px}.deliverable-dashboard-empty{display:grid;place-items:center;max-width:620px;margin:70px auto;padding:35px;border:1px solid rgba(124,58,237,.16);border-radius:16px;text-align:center;background:linear-gradient(135deg,#7c3aed14,#fff,#f9731617);box-shadow:0 16px 40px #2a1d4e1a}.deliverable-dashboard-empty>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#7c3aed,#f97316);font-size:22px}.deliverable-dashboard-empty h2{margin:12px 0 4px;color:#193a58}.deliverable-dashboard-empty p{margin:0;color:#718397;font-size:11px}.deliverable-dashboard-empty a{margin-top:15px;padding:8px 14px;border-radius:8px;color:#fff;background:linear-gradient(105deg,#7c3aed,#f97316);font-size:10px;font-weight:800;text-decoration:none}@media(max-width:1050px){.deliverable-phase-body{grid-template-columns:1fr}.deliverable-kpi-grid{grid-template-columns:repeat(4,minmax(120px,1fr))}.deliverable-dashboard-head{align-items:flex-start;flex-direction:column}.deliverable-dashboard-project{width:min(100%,500px)}}@media(max-width:720px){.deliverable-dashboard{padding:12px}.deliverable-dashboard-head{margin:-12px -12px 12px;padding:17px}.deliverable-dashboard-project{grid-template-columns:1fr;min-width:0}.deliverable-dashboard-project a{grid-column:1}.deliverable-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deliverable-phase-head{align-items:flex-start}.deliverable-phase-score strong{font-size:20px}.deliverable-list-row{grid-template-columns:20px minmax(120px,1fr) auto}.deliverable-list-progress{grid-column:2/-1}.deliverable-phase-body{padding:10px}}@media(prefers-reduced-motion:reduce){.deliverable-progress-track.actual i:after{animation:none}}.deliverable-dashboard{padding:12px 14px;background:radial-gradient(circle at 10% 0,rgba(124,58,237,.08),transparent 25%),radial-gradient(circle at 92% 5%,rgba(16,185,129,.08),transparent 27%),#f5f7fc}.deliverable-dashboard-head{margin:-12px -14px 12px;padding:13px 22px;gap:16px;box-shadow:0 8px 22px #36235e2e}.deliverable-dashboard-eyebrow{font-size:8px}.deliverable-dashboard-head h1{font-size:21px}.deliverable-dashboard-head p{margin-top:3px;font-size:10px}.deliverable-dashboard-project{grid-template-columns:auto minmax(180px,260px);min-width:315px;padding:7px 10px;border-radius:10px}.deliverable-dashboard-project select{height:28px;font-size:10px}.deliverable-dashboard-project a{font-size:9px}.deliverable-phase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:none;margin:0}.deliverable-phase-card,.deliverable-phase-card.theme-purple-orange{min-width:0;overflow:hidden;border:0;border-radius:15px;color:#fff;background:linear-gradient(132deg,#5023a7,#7c3aed 36%,#db4d64 70%,#f97316);box-shadow:0 12px 26px #532b9138}.deliverable-phase-card.theme-blue-green{background:linear-gradient(132deg,#1746b0,#2563eb 37%,#0891b2 68%,#10b981);box-shadow:0 12px 26px #175b9938}.deliverable-phase-card:hover{transform:translateY(-2px);box-shadow:0 15px 31px #2a1d4e40}.deliverable-phase-head{min-height:61px;padding:11px 13px 7px;background:transparent}.deliverable-phase-head:after{right:-35px;top:-90px;width:230px;height:175px;background:#fff3}.deliverable-phase-identity{gap:9px}.deliverable-phase-number{width:34px;height:34px;border-radius:10px;font-size:14px}.deliverable-phase-identity h2{max-width:250px;color:#fff;font-size:12.5px}.deliverable-phase-identity p{margin-top:2px;color:#ffffffb5;font-size:8px}.deliverable-phase-score{min-width:72px}.deliverable-phase-score strong{color:#fff;font-size:18px}.deliverable-phase-score span{margin-top:2px;color:#ffffffb8;font-size:7px}.deliverable-phase-body{display:grid;grid-template-columns:1fr;gap:8px;padding:5px 12px 12px;background:transparent}.deliverable-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column:auto;gap:5px}.deliverable-kpi{display:flex;align-items:center;gap:6px;min-height:48px;padding:6px;border:1px solid rgba(255,255,255,.18);border-radius:9px;color:#fff;background:#ffffff1b;box-shadow:inset 0 1px #ffffff17,0 4px 10px #0c194114;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.deliverable-kpi:before{display:none}.deliverable-kpi.alert{background:#ffc2662e;border-color:#ffe2aa4a}.deliverable-kpi-icon{display:grid;place-items:center;width:25px;height:25px;flex:none;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;background:#ffffff29;font-size:12px;font-style:normal;font-weight:850;box-shadow:inset 0 1px #ffffff1f}.deliverable-kpi-copy{display:grid;min-width:0}.deliverable-kpi-copy strong,.deliverable-kpi.alert .deliverable-kpi-copy strong{display:block;color:#fff;font-size:15px;line-height:1}.deliverable-kpi-copy b{display:block;margin-top:2px;overflow:hidden;color:#fffffff5;font-size:7.5px;font-weight:800;line-height:1.05;white-space:nowrap;text-overflow:ellipsis}.deliverable-kpi-copy small{display:block;margin-top:2px;overflow:hidden;color:#ffffff9e;font-size:6.5px;line-height:1;white-space:nowrap;text-overflow:ellipsis}.deliverable-performance-panel{padding:8px 9px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#091b461f;box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.deliverable-section-title{margin-bottom:6px}.deliverable-section-title>span{color:#fff;font-size:9px}.deliverable-section-title small{color:#fff9;font-size:6.5px}.deliverable-progress-comparison{display:grid;grid-template-columns:auto minmax(70px,1fr) 28px;align-items:center;gap:4px 6px}.deliverable-progress-label{display:contents;color:#ffffffc2;font-size:7px}.deliverable-progress-label strong{grid-column:3;color:#fff;text-align:right}.deliverable-progress-track{grid-column:2;grid-row:auto;height:7px;background:#08183d3d}.deliverable-progress-track.planned i{background:#ffffff7a}.deliverable-progress-track.actual i{background:#fff;box-shadow:0 0 9px #ffffff6b}.deliverable-status-strip{height:6px;margin-top:7px;background:#08183d33}.deliverable-status-legend{gap:3px 8px;margin-top:5px;color:#ffffffc4;font-size:6.5px}@media(max-width:1360px){.deliverable-phase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deliverable-phase-identity h2{max-width:390px}}@media(max-width:820px){.deliverable-phase-grid{grid-template-columns:1fr}.deliverable-dashboard-head{align-items:flex-start;flex-direction:column}.deliverable-dashboard-project{width:100%;min-width:0}.deliverable-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.deliverable-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.deliverable-status-strip .pending,.deliverable-status-legend i.pending{background:#d946ef}.deliverable-phase-card .deliverable-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aris-hierarchy-row.compact.status-pending{box-shadow:inset 5px 0 #d946ef;background-image:linear-gradient(90deg,rgba(217,70,239,.17),rgba(217,70,239,.06) 7%,transparent 15%)}.aris-gantt-table-row.status-pending{background-image:linear-gradient(90deg,rgba(217,70,239,.15),rgba(217,70,239,.05) 7%,transparent 15%)}.aris-gantt-table-row.status-pending:before{background:#d946ef;box-shadow:8px 0 16px #d946ef21}.aris-gantt-status.status-pending,.aris-context-milestones i.pending{background:#d946ef}@media(max-width:520px){.deliverable-phase-card .deliverable-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.deliverable-dashboard-page{min-height:calc(100vh - 58px)}.deliverable-dashboard-toolbar{display:flex;align-items:center;justify-content:flex-end;min-height:42px;margin:0 0 10px;padding:6px 9px;border:1px solid #DCE4ED;border-radius:7px;background:#fff;box-shadow:0 3px 11px #0f24380d}.deliverable-dashboard-toolbar .deliverable-dashboard-project{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%;min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.deliverable-dashboard-toolbar .deliverable-dashboard-project label{color:#60758a;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.deliverable-dashboard-toolbar .deliverable-dashboard-project select{width:min(330px,42vw);height:28px;padding:0 28px 0 9px;border:1px solid #C9D7E4;border-radius:6px;color:#173a59;background:#fff;font-size:10px}.deliverable-dashboard-toolbar .deliverable-dashboard-project a{grid-column:auto;padding:6px 10px;border-radius:6px;color:#fff;background:linear-gradient(105deg,#2563eb,#7c3aed);font-size:8.5px;font-weight:800;text-decoration:none;white-space:nowrap}.deliverable-dashboard-toolbar .deliverable-dashboard-project a:hover{text-decoration:none;filter:brightness(1.05)}.deliverable-dashboard-page .deliverable-dashboard{min-height:0;padding:0;background:transparent}@media(max-width:720px){.deliverable-dashboard-toolbar{justify-content:stretch}.deliverable-dashboard-toolbar .deliverable-dashboard-project{display:grid;grid-template-columns:auto 1fr}.deliverable-dashboard-toolbar .deliverable-dashboard-project select{width:100%}.deliverable-dashboard-toolbar .deliverable-dashboard-project a{grid-column:2;width:max-content}}.aris-print-report-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;height:30px;padding:0 13px;border:0;border-radius:7px;color:#fff;background:linear-gradient(105deg,#7c3aed,#a855f7 38%,#f97316);box-shadow:0 5px 13px #7c3aed33;font-size:9px;font-weight:850;letter-spacing:.015em;cursor:pointer;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.aris-print-report-btn:hover{transform:translateY(-1px);filter:saturate(1.08) brightness(1.04);box-shadow:0 7px 17px #7c3aed45}.aris-project-card-actions{display:flex;justify-content:flex-end;margin-top:10px;padding-top:9px;border-top:1px solid #E8EDF2}.aris-project-card-actions .aris-print-report-btn{height:28px}.aris-project-report{box-sizing:border-box;width:min(1120px,calc(100% - 32px));margin:24px auto;padding:38px 46px;color:#17283c;background:#fff;box-shadow:0 16px 46px #142a4424;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:11px}.aris-project-report *{box-sizing:border-box}.aris-project-report-actions{position:sticky;z-index:5;top:12px;display:flex;justify-content:flex-end;gap:8px;margin:-24px -30px 20px;padding:8px;border:1px solid #DBE4EC;border-radius:8px;background:#ffffffeb;box-shadow:0 7px 22px #12263d1c;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.aris-project-report-actions button{height:32px;padding:0 14px;border:1px solid #CDD8E3;border-radius:6px;color:#25425d;background:#fff;font-weight:750;cursor:pointer}.aris-project-report-actions button.primary{border:0;color:#fff;background:linear-gradient(105deg,#7c3aed,#a855f7 38%,#f97316)}.aris-report-cover{padding:8px 8px 24px;border-bottom:2px solid #DFE7EF}.aris-report-brand{display:flex;align-items:center;gap:13px;color:#168fc7;letter-spacing:.14em}.aris-report-brand span{font-size:15px;font-weight:900}.aris-report-brand b{padding-left:13px;border-left:1px solid #D5DEE7;color:#8898a7;font-size:9px}.aris-report-title{margin-top:24px}.aris-report-title small{color:#1773ae;font-size:9px;font-weight:850;letter-spacing:.12em}.aris-report-title h1{margin:6px 0 4px;color:#26384b;font-size:27px;line-height:1.15}.aris-report-title p{margin:0;color:#7e8b99;font-size:12px}.aris-report-meta{display:grid;grid-template-columns:1.4fr .8fr 1.1fr 1.1fr 1fr 1fr;gap:18px;margin:27px 0 0}.aris-report-meta div{min-width:0}.aris-report-meta dt{color:#9aa7b3;font-size:7.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.aris-report-meta dd{overflow-wrap:anywhere;margin:5px 0 0;color:#35495e;font-size:9.5px;font-weight:750;line-height:1.3}.aris-report-kpis{display:grid;grid-template-columns:repeat(5,1fr);margin:0 8px;border-bottom:2px solid #DFE7EF}.aris-report-kpi{position:relative;display:grid;place-items:center;min-height:86px;border-right:1px solid #DCE5ED;text-align:center}.aris-report-kpi:last-child{border-right:0}.aris-report-kpi:after{content:"";position:absolute;bottom:-2px;left:20%;right:20%;height:3px;border-radius:99px;background:currentColor}.aris-report-kpi strong{font-size:27px;line-height:1}.aris-report-kpi span{margin-top:-11px;color:#526174;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.aris-report-kpi.blue{color:#2775b5}.aris-report-kpi.green{color:#079461}.aris-report-kpi.orange{color:#e17900}.aris-report-kpi.red{color:#d72c2c}.aris-report-kpi.purple{color:#6f2cad}.aris-report-overview{display:grid;grid-template-columns:.82fr 1.45fr;border-bottom:2px solid #DFE7EF}.aris-report-progress,.aris-report-submissions{padding:22px}.aris-report-progress{border-right:1px solid #DCE5ED}.aris-report-heading{margin:0 0 13px;padding:0 0 7px;border-bottom:1px solid #D9E4EE;color:#17659b;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.aris-report-progress-value{display:block;margin-top:14px;color:#122d4d;font-size:31px}.aris-report-progress-track{height:7px;overflow:hidden;margin-top:8px;border-radius:999px;background:#e8edf2}.aris-report-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#f97316 60%,#16a36a)}.aris-report-progress-dates{display:flex;justify-content:space-between;margin-top:6px;color:#56677a;font-size:8px;font-weight:700}.aris-report-progress>p{margin:17px 0 14px;color:#536274;font-size:9.5px;line-height:1.55}.aris-report-mini-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.aris-report-mini-kpis span{padding:8px;border:1px solid #E0E7EE;border-radius:7px;color:#627286;background:#f9fbfc;font-size:7.5px;text-transform:uppercase}.aris-report-mini-kpis b{display:block;margin-bottom:2px;color:#213b56;font-size:15px}.aris-report-submission{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:start;gap:8px;padding:9px 5px;border-bottom:1px solid #E7EDF2}.aris-report-state-dot{width:6px;height:6px;margin-top:4px;border-radius:50%;background:#7058b8}.aris-report-state-dot.approved{background:#079461}.aris-report-state-dot.pending{background:#e17900}.aris-report-state-dot.rejected{background:#d72c2c}.aris-report-submission div{display:grid;min-width:0}.aris-report-submission strong{color:#20354b;font-size:9.5px;line-height:1.35}.aris-report-submission small{margin-top:3px;color:#697a8b;font-size:8px}.aris-report-state{font-size:7.5px;font-weight:850;white-space:nowrap}.aris-report-state.approved{color:#087b53}.aris-report-state.pending{color:#b26100}.aris-report-state.rejected{color:#c12631}.aris-report-state.submitted{color:#4e43ac}.aris-report-section{padding:22px 8px;border-bottom:2px solid #DFE7EF}.aris-report-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.aris-report-type-grid article{padding:11px;border:1px solid #D9E3ED;border-radius:8px;background:#fbfcfe;break-inside:avoid}.aris-report-type-grid h3{overflow:hidden;margin:0;color:#1f6095;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.aris-report-type-grid article>small{display:block;margin:3px 0 8px;color:#7e8c99;font-size:7.5px}.aris-report-type-grid article>div{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.aris-report-type-grid span{display:flex;justify-content:space-between;padding:4px 5px;border-radius:4px;color:#637386;background:#eef3f6;font-size:7px}.aris-report-type-grid .approved{color:#087b53;background:#e6f6ef}.aris-report-type-grid .pending{color:#a85c00;background:#fff2dc}.aris-report-type-grid .rejected{color:#bd2731;background:#fde9eb}.aris-report-type-grid .submitted{color:#5145a5;background:#eeeafe}.aris-report-register{border-bottom:0}.aris-report-register table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:7px}.aris-report-register thead{display:table-header-group}.aris-report-register th{padding:7px 4px;border-bottom:2px solid #D9E4EE;color:#43566c;text-align:left;font-size:6.5px;letter-spacing:.035em;text-transform:uppercase}.aris-report-register td{overflow-wrap:anywhere;padding:7px 4px;border-bottom:1px solid #E4EAF0;color:#3e5268;vertical-align:top;line-height:1.35}.aris-report-register th:nth-child(1){width:3%}.aris-report-register th:nth-child(2){width:9%}.aris-report-register th:nth-child(3){width:22%}.aris-report-register th:nth-child(4){width:8%}.aris-report-register th:nth-child(5){width:7%}.aris-report-register th:nth-child(6),.aris-report-register th:nth-child(7){width:10%}.aris-report-register th:nth-child(8){width:9%}.aris-report-register th:nth-child(9){width:10%}.aris-report-register th:nth-child(10){width:12%}.aris-report-register tr{break-inside:avoid}.aris-report-register tr.document-row td:first-child{border-left:3px solid #2877B5}.aris-report-register tr.document-row td{background:#fcfdfe}.aris-report-register tr.revision-row td{color:#677789;background:#fafbfc}.aris-report-type{display:inline-block;padding:2px 4px;border:1px solid #D2DEE9;border-radius:4px;color:#31506c;background:#f7fafc;font-weight:750}.aris-report-empty{padding:14px;color:#8a99a7;text-align:center}.aris-report-footer{display:flex;justify-content:space-between;gap:20px;padding:18px 8px 4px;color:#667487;font-size:8px}.aris-project-report-missing{padding:60px;text-align:center}@media(max-width:800px){.aris-project-report{width:100%;margin:0;padding:24px}.aris-report-meta{grid-template-columns:repeat(2,1fr)}.aris-report-overview{grid-template-columns:1fr}.aris-report-progress{border-right:0;border-bottom:1px solid #DCE5ED}.aris-report-type-grid{grid-template-columns:repeat(2,1fr)}}@media print{@page{size:A4 portrait;margin:11mm 10mm 13mm}.aris-project-report-actions{display:none!important}html,body,#root{margin:0!important;padding:0!important;background:#fff!important}.aris-project-report{width:auto!important;margin:0!important;padding:0!important;box-shadow:none!important;font-size:9pt;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.aris-report-cover{padding-top:0}.aris-report-meta{grid-template-columns:repeat(3,1fr)}.aris-report-overview{grid-template-columns:.82fr 1.45fr}.aris-report-progress{border-right:1px solid #DCE5ED;border-bottom:0}.aris-report-heading{break-after:avoid}.aris-report-section:not(.aris-report-register),.aris-report-type-grid article,.aris-report-overview,.aris-report-kpis{break-inside:avoid}.aris-report-footer{break-inside:avoid}.aris-report-submission{padding:7px 4px}.aris-report-register table{font-size:6.3pt}.aris-report-register th{font-size:5.8pt}}.aris-sidebar-footer.aris-company-brand{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:auto;padding:10px 11px 12px;border-top:1px solid rgba(255,255,255,.08);color:#dce8f2;text-align:center}.aris-company-brand img{display:block;width:100%;max-width:138px;height:auto;padding:4px;border-radius:5px;background:#fff;box-shadow:0 5px 14px #0000002e}.aris-company-brand span{font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.aris-sidebar-footer.aris-company-brand.compact{padding:8px 5px}.aris-company-brand.compact img{width:38px;height:29px;padding:2px;object-fit:contain}.aris-report-brand{align-items:center;gap:12px;letter-spacing:normal}.aris-report-brand>img{display:block;width:96px;height:auto}.aris-report-brand>div{display:grid;gap:3px;padding-left:12px;border-left:1px solid #D5DEE7}.aris-report-brand strong{color:#243b53;font-size:12px;letter-spacing:.02em}.aris-report-brand b{padding:0;border:0;color:#718295;font-size:8px;letter-spacing:.14em}@media print{.aris-report-brand>img{width:82px}.aris-report-brand strong{font-size:10pt}.aris-report-brand b{font-size:6.8pt}}.deliverable-dashboard-page{background:#f8fafd}.deliverable-dashboard-page>.aris-page-header{margin-bottom:10px}.deliverable-dashboard-toolbar{justify-content:space-between;gap:16px;padding:7px 10px;border-color:#e2e8f0;border-radius:9px;box-shadow:0 4px 14px #162b440f}.deliverable-dashboard-updated{display:inline-flex;align-items:center;gap:5px;color:#596c82;font-size:8.5px;font-weight:700;white-space:nowrap}.deliverable-dashboard-page .deliverable-dashboard{padding:0 0 12px;background:transparent}.deliverable-phase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:none}.deliverable-phase-card{--phase-accent:#7C3AED;--phase-accent-2:#A855F7;--phase-rgb:124,58,237;min-width:0;overflow:hidden;border:1px solid rgba(var(--phase-rgb),.34);border-radius:13px;color:#17243a;background:#fff;box-shadow:0 8px 23px #1c314c17;transition:transform .18s ease,box-shadow .18s ease}.deliverable-phase-card.phase-tone-1{--phase-accent:#1673F9;--phase-accent-2:#2A8CFF;--phase-rgb:22,115,249}.deliverable-phase-card.phase-tone-2{--phase-accent:#E72596;--phase-accent-2:#F247B0;--phase-rgb:231,37,150}.deliverable-phase-card.phase-tone-3{--phase-accent:#0EA5A8;--phase-accent-2:#22C1C3;--phase-rgb:14,165,168}.deliverable-phase-card.phase-tone-4{--phase-accent:#F27605;--phase-accent-2:#FF9A1F;--phase-rgb:242,118,5}.deliverable-phase-card.phase-tone-5{--phase-accent:#20A947;--phase-accent-2:#4BC767;--phase-rgb:32,169,71}.deliverable-phase-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px #1c314c24}.deliverable-phase-head{min-height:68px;padding:12px 14px 9px;color:#17243a;background:#fff}.deliverable-phase-head:after{display:none}.deliverable-phase-identity{gap:10px}.deliverable-phase-number{width:38px;height:38px;border:0;border-radius:9px;color:#fff;background:linear-gradient(145deg,var(--phase-accent),var(--phase-accent-2));box-shadow:0 6px 14px rgba(var(--phase-rgb),.28);font-size:17px}.deliverable-phase-identity h2{max-width:300px;color:#141d31;font-size:12px;font-weight:850;letter-spacing:.01em}.deliverable-phase-identity p{margin-top:4px;color:#53657b;font-size:7.5px;font-weight:650}.deliverable-phase-score{min-width:78px}.deliverable-phase-score strong{color:var(--phase-accent);font-size:22px;font-weight:900}.deliverable-phase-score span{color:#35485e;font-size:6.5px;font-weight:750;text-transform:capitalize}.deliverable-phase-body{display:grid;grid-template-columns:1fr;gap:9px;padding:3px 11px 11px;background:#fff}.deliverable-phase-card .deliverable-kpi-grid{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:5px}.deliverable-phase-card .deliverable-kpi{--kpi-accent:var(--phase-accent);--kpi-rgb:var(--phase-rgb);position:relative;display:flex;align-items:center;justify-content:flex-start;gap:6px;min-width:0;min-height:53px;padding:6px 7px;overflow:hidden;border:1px solid #E4E9F0;border-radius:8px;color:#1b293d;background:#fff;box-shadow:0 2px 7px #182d4709;-webkit-backdrop-filter:none;backdrop-filter:none}.deliverable-phase-card .deliverable-kpi:nth-child(-n+5){grid-column:span 4}.deliverable-phase-card .deliverable-kpi:nth-child(n+6){grid-column:span 5}.deliverable-phase-card .deliverable-kpi:before{content:"";display:block;position:absolute;inset:0 auto 0 0;width:48%;background:linear-gradient(90deg,rgba(var(--kpi-rgb),.18),rgba(var(--kpi-rgb),.07) 48%,rgba(var(--kpi-rgb),0));pointer-events:none}.deliverable-phase-card .deliverable-kpi.alert{--kpi-accent:#EF3340;--kpi-rgb:239,51,64;border-color:#ef334047;background:#fff}.deliverable-phase-card .deliverable-kpi-icon{position:relative;z-index:1;display:grid;place-items:center;width:24px;height:25px;flex:none;border:0;border-radius:0;color:var(--kpi-accent);background:transparent;box-shadow:none;font-size:15px;font-style:normal;font-weight:900}.deliverable-phase-card .deliverable-kpi-copy{position:relative;z-index:1;display:grid;min-width:0}.deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{color:#162235;font-size:14px;font-weight:900;line-height:1}.deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{color:#d92935}.deliverable-phase-card .deliverable-kpi-copy b{margin-top:4px;overflow:hidden;color:#26384d;font-size:6.5px;font-weight:800;line-height:1.1;white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize}.deliverable-performance-panel{padding:9px 3px 2px;border:0;border-top:1px solid #EDF1F5;border-radius:0;background:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.deliverable-section-title{margin-bottom:7px}.deliverable-section-title>span{color:#1c2a3d;font-size:8px}.deliverable-section-title small{color:#8190a1;font-size:6px}.deliverable-progress-comparison{display:grid;grid-template-columns:1fr;gap:5px}.deliverable-progress-label{display:flex;justify-content:space-between;align-items:center;color:#24354a;font-size:7.5px;font-weight:800}.deliverable-progress-label span,.deliverable-progress-label strong{grid-column:auto;color:inherit}.deliverable-progress-track{grid-column:auto;grid-row:auto;height:7px;border-radius:999px;background:#ebeef3;box-shadow:none}.deliverable-progress-track.planned i{background:linear-gradient(90deg,rgba(var(--phase-rgb),.62),var(--phase-accent))}.deliverable-progress-track.actual i{background:linear-gradient(90deg,var(--phase-accent),var(--phase-accent-2));box-shadow:0 0 8px rgba(var(--phase-rgb),.2)}.deliverable-progress-track.actual i:after{opacity:.62}.deliverable-status-legend{display:flex;justify-content:flex-start;gap:5px 9px;margin-top:10px;padding-top:8px;border-top:1px solid #EDF1F5;color:#31445a;font-size:5.9px;font-weight:700}.deliverable-status-legend span{gap:3px}.deliverable-status-legend i{width:5px;height:5px}.deliverable-status-legend i.completed{background:#22b24c}.deliverable-status-legend i.pending{background:#f59e0b}.deliverable-status-legend i.progress{background:#1673f9}.deliverable-status-legend i.hold{background:#12a8b3}.deliverable-status-legend i.overdue{background:#ef3340}.deliverable-status-legend i.due-soon{background:#ff8a00}.deliverable-status-legend i.not-started{background:#94a3b8}@media(min-width:1361px){.deliverable-phase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1181px)and (max-width:1360px){.deliverable-phase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.deliverable-phase-identity h2{max-width:220px}.deliverable-phase-card .deliverable-kpi{padding-left:4px;padding-right:4px}.deliverable-phase-card .deliverable-kpi-icon{width:20px}.deliverable-phase-card .deliverable-kpi-copy b{font-size:5.8px}}@media(max-width:1180px){.deliverable-phase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.deliverable-dashboard-toolbar{align-items:stretch;flex-direction:column}.deliverable-dashboard-updated{order:2}.deliverable-dashboard-toolbar .deliverable-dashboard-project{justify-content:flex-start}.deliverable-phase-grid{grid-template-columns:1fr}}@media(max-width:520px){.deliverable-phase-card .deliverable-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deliverable-phase-card .deliverable-kpi:nth-child(n){grid-column:auto}.deliverable-phase-head{align-items:flex-start}.deliverable-phase-identity h2{white-space:normal}.deliverable-status-legend{justify-content:flex-start}}.deliverable-dashboard-page{min-height:calc(100vh - 58px);padding:2px 0 8px;background:radial-gradient(circle at 45% -12%,rgba(110,137,188,.08),transparent 34%),#fafbfd}.deliverable-dashboard-intro{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:3px 4px 11px}.deliverable-dashboard-intro-main{display:flex;align-items:center;gap:14px;min-width:0}.deliverable-dashboard-intro-main h1{margin:0;color:#101b38;font-size:21px;line-height:1.08;letter-spacing:-.025em}.deliverable-dashboard-intro-main p{margin:5px 0 0;color:#526686;font-size:10px}.deliverable-dashboard-logo{position:relative;display:block;width:50px;height:50px;flex:none;border:1px solid #E7EAF0;border-radius:13px;background:#fff;box-shadow:0 7px 17px #2236521a}.deliverable-dashboard-logo i{position:absolute;left:50%;width:22px;height:15px;border-radius:3px;transform:translate(-50%) rotate(30deg) skew(-10deg)}.deliverable-dashboard-logo i:nth-child(1){top:11px;background:linear-gradient(135deg,#14b8e6,#2563eb)}.deliverable-dashboard-logo i:nth-child(2){top:18px;background:linear-gradient(135deg,#2563eb,#7c3aed)}.deliverable-dashboard-logo i:nth-child(3){top:25px;background:linear-gradient(135deg,#7c3aed,#9333ea)}.deliverable-dashboard-intro-actions{display:flex;align-items:center;gap:12px}.deliverable-dashboard-updated{height:40px;padding:0 14px;border:1px solid #E6E9EF;border-radius:10px;color:#233651;background:#fff;box-shadow:0 5px 14px #20344e12;font-size:8.5px}.deliverable-dashboard-filter{position:relative}.deliverable-dashboard-filter>summary{display:grid;place-items:center;width:40px;height:40px;border:1px solid #E6E9EF;border-radius:10px;background:#fff;box-shadow:0 5px 14px #20344e12;cursor:pointer;list-style:none}.deliverable-dashboard-filter>summary::-webkit-details-marker{display:none}.deliverable-dashboard-filter>summary i{display:block;width:15px;height:2px;margin:1.5px;border-radius:99px;background:#183657}.deliverable-dashboard-filter>summary i:nth-child(2){width:10px}.deliverable-dashboard-filter>summary i:nth-child(3){width:5px}.deliverable-dashboard-filter-panel{position:absolute;z-index:20;top:47px;right:0;display:grid;grid-template-columns:1fr;gap:7px;width:300px;padding:11px;border:1px solid #DCE4ED;border-radius:10px;background:#fff;box-shadow:0 16px 38px #172b4529}.deliverable-dashboard-filter-panel label{color:#60758a;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.deliverable-dashboard-filter-panel select{height:32px;padding:0 28px 0 9px;border:1px solid #C9D7E4;border-radius:6px;color:#173a59;background:#fff;font-size:9px}.deliverable-dashboard-filter-panel a{justify-self:end;padding:6px 10px;border-radius:6px;color:#fff;background:linear-gradient(105deg,#2563eb,#7c3aed);font-size:8px;font-weight:800;text-decoration:none}.deliverable-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) minmax(175px,1.25fr);align-items:center;min-height:90px;margin-bottom:13px;padding:10px 15px;border:1px solid #E1E6ED;border-radius:12px;background:#fff;box-shadow:0 7px 22px #1f355012}.deliverable-summary-kpi{--summary:#7C3AED;display:flex;align-items:center;gap:10px;min-width:0;min-height:58px;padding:0 17px;border-right:1px solid #E3E7ED}.deliverable-summary-kpi:first-child{padding-left:5px}.deliverable-summary-kpi.tone-completed{--summary:#16A33E}.deliverable-summary-kpi.tone-progress{--summary:#1473F5}.deliverable-summary-kpi.tone-pending{--summary:#F58A00}.deliverable-summary-kpi.tone-not-started{--summary:#ED2B96}.deliverable-summary-kpi>i{display:grid;place-items:center;width:40px;height:40px;flex:none;border-radius:50%;color:var(--summary);background:color-mix(in srgb,var(--summary) 11%,white);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--summary) 16%,transparent);font-size:19px;font-style:normal;font-weight:900}.deliverable-summary-kpi>span{display:grid;min-width:0}.deliverable-summary-kpi small{overflow:hidden;color:#172943;font-size:8px;white-space:nowrap;text-overflow:ellipsis}.deliverable-summary-kpi strong{margin-top:3px;color:#101b38;font-size:21px;line-height:1}.deliverable-summary-completion{display:flex;align-items:center;justify-content:center;gap:13px;padding-left:12px;color:#1c2c48;font-size:8px;font-weight:750}.deliverable-summary-ring{display:grid;place-items:center;width:63px;height:63px;border-radius:50%;transform:rotate(-90deg)}.deliverable-summary-ring i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;color:#111d39;background:#fff;font-size:17px;font-style:normal;font-weight:900;transform:rotate(90deg)}.deliverable-dashboard-page .deliverable-dashboard{padding:0;background:transparent}.deliverable-phase-grid{gap:12px}.deliverable-phase-card{border-radius:12px;box-shadow:0 7px 20px #1f344d14}.deliverable-phase-head{min-height:61px;padding:10px 12px 7px}.deliverable-phase-number{width:35px;height:35px;font-size:15px}.deliverable-phase-identity h2{font-size:10.5px}.deliverable-phase-identity p{font-size:7px}.deliverable-phase-score strong{font-size:19px}.deliverable-phase-score span{font-size:6.5px}.deliverable-phase-body{gap:7px;padding:2px 9px 10px}.deliverable-phase-card .deliverable-kpi{min-height:46px;padding:5px 6px}.deliverable-phase-card .deliverable-kpi:before{width:36%;background:linear-gradient(90deg,rgba(var(--kpi-rgb),.12),rgba(var(--kpi-rgb),.035) 58%,transparent)}.deliverable-phase-card .deliverable-kpi.alert:after{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#ef3340}.deliverable-phase-card .deliverable-kpi-icon{width:22px;height:23px;font-size:14px}.deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{color:#17243a;font-size:12px}.deliverable-phase-card .deliverable-kpi-copy b{font-size:6px}.deliverable-phase-card .deliverable-kpi.tone-completed{--kpi-accent:#19A93C;--kpi-rgb:25,169,60}.deliverable-phase-card .deliverable-kpi.tone-pending{--kpi-accent:#FF7900;--kpi-rgb:255,121,0}.deliverable-phase-card .deliverable-kpi.tone-progress{--kpi-accent:#116FF1;--kpi-rgb:17,111,241}.deliverable-phase-card .deliverable-kpi.tone-not-started{--kpi-accent:#F02691;--kpi-rgb:240,38,145}.deliverable-phase-card .deliverable-kpi.tone-hold{--kpi-accent:#0AA8B5;--kpi-rgb:10,168,181}.deliverable-phase-card .deliverable-kpi.tone-overdue{--kpi-accent:#EF3340;--kpi-rgb:239,51,64}.deliverable-phase-card .deliverable-kpi.tone-due-soon{--kpi-accent:#FF7900;--kpi-rgb:255,121,0}.deliverable-phase-card .deliverable-kpi.tone-variance{--kpi-accent:#7C3AED;--kpi-rgb:124,58,237}.deliverable-performance-panel{padding:8px 4px 1px}.deliverable-progress-comparison{grid-template-columns:55px minmax(0,1fr) 30px;align-items:center;gap:6px 7px}.deliverable-progress-label{display:contents;font-size:7px}.deliverable-progress-label span{grid-column:1}.deliverable-progress-label strong{grid-column:3;text-align:right}.deliverable-progress-track{grid-column:2;height:7px}.deliverable-progress-track.planned i{background:linear-gradient(90deg,var(--phase-accent),var(--phase-accent-2))}.deliverable-progress-track.actual i{background:linear-gradient(90deg,color-mix(in srgb,var(--phase-accent) 65%,white),var(--phase-accent-2))}.deliverable-dashboard-legend{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 27px;min-height:45px;margin-top:13px;padding:8px 18px;border:1px solid #E7EAF0;border-radius:10px;color:#23364f;background:#fff;box-shadow:0 6px 18px #1f35500f;font-size:7px;font-weight:700}.deliverable-dashboard-legend span{display:inline-flex;align-items:center;gap:5px}.deliverable-dashboard-legend i{width:9px;height:9px;border-radius:50%}.deliverable-dashboard-legend .completed{background:#22b24c}.deliverable-dashboard-legend .pending{background:#f59e0b}.deliverable-dashboard-legend .progress{background:#1673f9}.deliverable-dashboard-legend .hold{background:#12a8b3}.deliverable-dashboard-legend .overdue{background:#ef3340}.deliverable-dashboard-legend .due-soon{background:#ff8a00}.deliverable-dashboard-legend .not-started{background:#ed2b96}.deliverable-dashboard-legend .variance{border-radius:2px;background:linear-gradient(135deg,#7c3aed,#2563eb)}@media(max-width:1250px){.deliverable-summary{grid-template-columns:repeat(3,1fr)}.deliverable-summary-kpi:nth-child(3){border-right:0}.deliverable-summary-completion{min-height:58px}}@media(max-width:760px){.deliverable-dashboard-intro{align-items:flex-start;flex-direction:column}.deliverable-dashboard-intro-actions{width:100%;justify-content:space-between}.deliverable-summary{grid-template-columns:repeat(2,1fr)}.deliverable-summary-kpi:nth-child(n){padding:5px;border-right:0}.deliverable-summary-completion{grid-column:1/-1}.deliverable-dashboard-filter-panel{right:0;width:min(300px,88vw)}}@media(min-width:1260px){.deliverable-dashboard-intro{min-height:78px}.deliverable-dashboard-logo{width:57px;height:57px}.deliverable-dashboard-logo i{width:25px;height:17px}.deliverable-dashboard-logo i:nth-child(1){top:13px}.deliverable-dashboard-logo i:nth-child(2){top:21px}.deliverable-dashboard-logo i:nth-child(3){top:29px}.deliverable-dashboard-intro-main h1{font-size:27px}.deliverable-dashboard-intro-main p{font-size:12px}.deliverable-dashboard-updated{height:46px;font-size:10px}.deliverable-dashboard-filter>summary{width:46px;height:46px}.deliverable-summary{min-height:104px;padding-top:12px;padding-bottom:12px}.deliverable-summary-kpi{min-height:66px}.deliverable-summary-kpi>i{width:47px;height:47px;font-size:21px}.deliverable-summary-kpi small{font-size:10px}.deliverable-summary-kpi strong{font-size:24px}.deliverable-summary-completion{font-size:9px}.deliverable-summary-ring{width:70px;height:70px}.deliverable-summary-ring i{width:53px;height:53px;font-size:20px}.deliverable-phase-head{min-height:69px;padding:11px 13px 8px}.deliverable-phase-number{width:41px;height:41px;font-size:18px}.deliverable-phase-identity h2{font-size:13px}.deliverable-phase-identity p{font-size:8.5px}.deliverable-phase-score strong{font-size:23px}.deliverable-phase-score span{font-size:7.5px}.deliverable-phase-body{padding:3px 11px 12px}.deliverable-phase-card .deliverable-kpi{min-height:55px;padding:6px 7px}.deliverable-phase-card .deliverable-kpi-icon{width:25px;height:27px;font-size:17px}.deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{font-size:15px}.deliverable-phase-card .deliverable-kpi-copy b{font-size:7px}.deliverable-performance-panel{padding:11px 5px 2px}.deliverable-progress-comparison{grid-template-columns:58px minmax(0,1fr) 34px;gap:8px}.deliverable-progress-label{font-size:8.5px}.deliverable-progress-track{height:8px}.deliverable-dashboard-legend{min-height:50px;font-size:8px}}.aris-row-expand-btn{display:inline-grid!important;place-items:center;flex:none;width:22px!important;min-width:22px!important;height:22px!important;padding:0!important;border:0!important;border-radius:0!important;color:#47627b!important;background:transparent!important;box-shadow:none!important;cursor:pointer;font:11px/1 var(--aris-font)!important}.aris-row-expand-btn span{display:block;transform:rotate(0);transition:transform .16s ease}.aris-row-expand-btn span.open{transform:rotate(90deg)}.aris-row-expand-btn:hover:not(:disabled){color:var(--ref-blue)!important;background:#248df314!important;box-shadow:none!important}.aris-row-expand-btn:disabled{cursor:default;opacity:.16}.aris-row-actions>.aris-row-add-btn,.aris-gantt-row-registers>.aris-row-add-btn{display:inline-grid!important;place-items:center;width:23px!important;min-width:23px!important;height:23px!important;padding:0!important;border:0!important;border-radius:7px!important;color:#fff!important;background:linear-gradient(135deg,#7046e8,#f97316)!important;box-shadow:0 2px 6px #7046e838!important;font:700 14px/1 var(--aris-font)!important}.aris-row-actions>.aris-row-add-btn:hover,.aris-gantt-row-registers>.aris-row-add-btn:hover{transform:translateY(-1px);filter:saturate(1.08);box-shadow:0 4px 9px #7046e847!important}.aris-row-left>.aris-row-expand-btn,.aris-gantt-task-cell>.aris-row-expand-btn{margin-right:1px;background:transparent!important}.aris-gantt-row-registers{gap:3px!important}.aris-gantt-table-head,.aris-gantt-table-row{grid-template-columns:minmax(220px,1fr) 96px 68px 68px 34px 70px}.aris-gantt-row-registers>button.document em,.aris-gantt-row-registers>button.chat em,.aris-gantt-row-registers>button.chat.has-unread-mention em{border:0!important;color:#fff!important;background:transparent!important;box-shadow:none!important;font-weight:800!important}.aris-gantt-row-registers>button.chat em:after{display:none!important}.aris-gantt-row-registers>button.chat:after{content:"";position:absolute;left:3px;bottom:-4px;width:7px;height:6px;background:#35a7ef;clip-path:polygon(0 0,100% 0,18% 100%);filter:none}.deliverable-phase-card .deliverable-kpi{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:auto;font-family:inherit;text-align:left;cursor:pointer}.deliverable-phase-card .deliverable-kpi:before{display:none}.deliverable-phase-card .deliverable-kpi.alert:before{display:block;width:44%;background:linear-gradient(90deg,rgba(239,51,64,.18),rgba(239,51,64,.055) 58%,transparent)}.deliverable-phase-card .deliverable-kpi:hover{border-color:#afc1d2;background:#fbfdff;box-shadow:0 5px 12px #1c314b14}.deliverable-phase-card .deliverable-kpi:focus-visible,.deliverable-summary-kpi:focus-visible,.deliverable-summary-completion:focus-visible{outline:2px solid #2563EB;outline-offset:2px}.deliverable-summary-kpi{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-top:0;border-bottom:0;border-left:0;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.deliverable-summary-kpi:before{display:none}.deliverable-summary-kpi.alert:before{content:"";display:block;position:absolute;inset:5px auto 5px 0;width:38%;border-radius:8px;background:linear-gradient(90deg,rgba(239,51,64,.16),rgba(239,51,64,.045) 62%,transparent);pointer-events:none}.deliverable-summary-kpi>*{position:relative;z-index:1}.deliverable-summary-kpi:hover,.deliverable-summary-completion:hover{background:#fafcff}.deliverable-summary-completion{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;font-family:inherit;cursor:pointer}.deliverable-dashboard-page{padding:8px 14px 14px;background:radial-gradient(circle at 48% -15%,rgba(104,138,204,.1),transparent 34%),#fbfcfe}.deliverable-dashboard-project-picker{display:inline-flex;align-items:center;gap:5px;margin-top:5px;color:#526686;font-size:11px;font-weight:650}.deliverable-dashboard-project-picker>span{display:block;max-width:min(430px,45vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deliverable-dashboard-project-picker>select{width:24px;height:22px;padding:0;border:1px solid #DCE4ED;border-radius:6px;color:transparent;background:#fff;cursor:pointer}.deliverable-dashboard-project-picker>select:hover{border-color:#9db6ce;background:#f7fafd}.deliverable-dashboard-project-picker>select option{color:#213b56}.deliverable-dashboard-page .deliverable-phase-grid{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:18px;padding:7px 10px 34px;overflow-x:auto;overflow-y:hidden}.deliverable-dashboard-page .deliverable-phase-card{--phase-accent:#7C2CF3;--phase-accent-2:#B05CFF;--phase-soft:#EADFFF;--phase-rgb:124,44,243;--footer-grad:linear-gradient(145deg,#A84EF5,#5D13F4);position:relative;min-width:210px;min-height:532px;padding:0 7px 64px;overflow:visible;border:2px solid rgba(var(--phase-rgb),.52);border-radius:21px 21px 12px 12px;background:linear-gradient(155deg,rgba(var(--phase-rgb),.075),#fffffffa 45%);box-shadow:0 14px 30px #27375a29,inset 0 0 0 4px #ffffffb8;transform:none}.deliverable-dashboard-page .deliverable-phase-card.phase-tone-1{--phase-accent:#0874ED;--phase-accent-2:#42A0FF;--phase-soft:#DDEBFC;--phase-rgb:8,116,237;--footer-grad:linear-gradient(145deg,#42A2FF,#0874ED)}.deliverable-dashboard-page .deliverable-phase-card.phase-tone-2{--phase-accent:#F01983;--phase-accent-2:#FF57AC;--phase-soft:#F9DDEC;--phase-rgb:240,25,131;--footer-grad:linear-gradient(145deg,#FF61B6,#F01983)}.deliverable-dashboard-page .deliverable-phase-card.phase-tone-3{--phase-accent:#05A8B1;--phase-accent-2:#28D3D0;--phase-soft:#D8F2F3;--phase-rgb:5,168,177;--footer-grad:linear-gradient(145deg,#2CD5D0,#04A8B0)}.deliverable-dashboard-page .deliverable-phase-card.phase-tone-4{--phase-accent:#F58A0A;--phase-accent-2:#38C94D;--phase-soft:#E3F1D8;--phase-rgb:245,138,10;--footer-grad:linear-gradient(110deg,#FF9D13,#23C746)}.deliverable-dashboard-page .deliverable-phase-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #27375a36,inset 0 0 0 4px #ffffffc7}.deliverable-dashboard-page .deliverable-phase-head{position:relative;display:grid;grid-template-rows:58px 40px 18px 20px;justify-items:center;min-height:156px;padding:15px 10px 5px;color:#0f1b3a;background:transparent;text-align:center}.deliverable-dashboard-page .deliverable-phase-identity{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;min-height:58px;padding:0 8px}.deliverable-dashboard-page .deliverable-phase-number{position:static;display:grid;place-items:center;width:51px;height:51px;flex:none;border:0;border-radius:10px;color:#fff;background:linear-gradient(145deg,var(--phase-accent-2),var(--phase-accent));box-shadow:0 7px 16px rgba(var(--phase-rgb),.25);font-size:24px;font-weight:900}.deliverable-dashboard-page .deliverable-phase-score{position:absolute;z-index:4;top:-29px;right:-7px;display:grid;place-items:center;width:82px;height:82px;min-width:82px;margin:0;border-radius:50%;box-shadow:0 8px 18px rgba(var(--phase-rgb),.18);transform:rotate(-90deg)}.deliverable-dashboard-page .deliverable-phase-score i{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;color:var(--phase-accent);background:#fff;font-size:20px;font-style:normal;font-weight:900;transform:rotate(90deg);box-shadow:inset 0 0 0 1px rgba(var(--phase-rgb),.05)}.deliverable-dashboard-page .deliverable-phase-head h2{display:grid;place-items:center;max-width:94%;min-height:40px;margin:-3px 0 0;color:#101936;font-size:16px;font-weight:900;line-height:1.08;letter-spacing:-.015em}.deliverable-dashboard-page .deliverable-phase-subtitle{display:block;min-height:18px;margin:0;color:#344b77;font-size:10px;font-weight:700;text-transform:uppercase}.deliverable-dashboard-page .deliverable-phase-head>p{margin:2px 0 0;color:#314a78;font-size:9px;font-weight:600}.deliverable-dashboard-page .deliverable-phase-body{position:relative;z-index:2;display:flex;flex-direction:column;min-height:290px;padding:12px 10px 14px;border:1px solid rgba(var(--phase-rgb),.22);border-radius:17px;background:#ffffffde;box-shadow:0 4px 13px #22345612;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi:nth-child(n){grid-column:auto}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi:nth-child(5){grid-column:1}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi{display:flex;align-items:center;gap:8px;min-height:56px;padding:7px 10px;border:1px solid #E3E8F0;border-radius:9px;background:#fff;box-shadow:0 3px 8px #2337570d}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi:hover{border-color:rgba(var(--phase-rgb),.42);background:#fff;box-shadow:0 6px 13px rgba(var(--phase-rgb),.1)}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi.alert:before{width:30%;opacity:.8}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-icon{width:26px;height:30px;color:var(--kpi-accent);font-size:20px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{font-size:16px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy b{margin-top:3px;font-size:8px}.deliverable-attention-strip{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:39px;margin-top:8px;padding:7px 12px;border:0;border-radius:9px;color:#1265d0;background:#edf5ff;font:700 9px var(--aris-font);cursor:pointer}.deliverable-attention-strip strong{font-size:11px}.deliverable-attention-strip.overdue{color:#d42635;background:#fff0f1}.deliverable-attention-strip.hold{color:#087a87;background:#eaf9fa}.deliverable-attention-strip.due{color:#1265d0;background:#edf5ff}.deliverable-dashboard-page .deliverable-performance-panel{margin-top:auto;padding:13px 0 0;border:0;border-top:1px solid #E3E7EE;border-radius:0;background:transparent;box-shadow:none}.deliverable-dashboard-page .deliverable-progress-comparison{grid-template-columns:1fr 38px;gap:6px 8px}.deliverable-dashboard-page .deliverable-progress-label{display:contents;color:#263f6b;font-size:9px}.deliverable-dashboard-page .deliverable-progress-label span{grid-column:1}.deliverable-dashboard-page .deliverable-progress-label strong{grid-column:2}.deliverable-dashboard-page .deliverable-progress-track{grid-column:1;height:8px;background:#e9ecf2}.deliverable-dashboard-page .deliverable-progress-track+.deliverable-progress-label{margin-top:3px}.deliverable-dashboard-page .deliverable-progress-track.planned i,.deliverable-dashboard-page .deliverable-progress-track.actual i{background:linear-gradient(90deg,var(--phase-accent),var(--phase-accent-2));box-shadow:0 0 8px rgba(var(--phase-rgb),.2)}.deliverable-phase-footer{position:absolute;z-index:1;left:-2px;right:-2px;bottom:-24px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:82px;padding:14px 17px 24px;border:0;color:#fff;background:var(--footer-grad);clip-path:polygon(0 0,100% 0,100% 72%,50% 100%,0 72%);text-align:left;cursor:pointer;filter:drop-shadow(0 8px 7px rgba(var(--phase-rgb),.18))}.deliverable-phase-footer:after{content:"✦";position:absolute;right:17px;bottom:18px;color:#ffffff80;font-size:12px}.deliverable-phase-footer>span{font-size:20px}.deliverable-phase-footer>b{font-size:9px;line-height:1.3}.deliverable-phase-footer>strong{padding:6px 10px;border-radius:999px;background:#ffffff29;font-size:14px}.deliverable-phase-footer:hover{filter:brightness(1.06) drop-shadow(0 9px 8px rgba(var(--phase-rgb),.23))}.deliverable-dashboard-page .deliverable-dashboard-legend{gap:10px 20px;min-height:46px;margin:0 14px;padding:5px 12px;border:0;background:transparent;box-shadow:none}.deliverable-dashboard-page .deliverable-dashboard-legend span{min-height:31px;padding:0 13px;border:1px solid #E8EBF1;border-radius:8px;background:#fff;box-shadow:0 4px 11px #2335520f}.deliverable-summary-kpi.alert:before{display:none!important}@media(max-width:1500px){.deliverable-dashboard-page .deliverable-phase-grid{grid-template-columns:repeat(5,minmax(240px,1fr))}.deliverable-dashboard-page .deliverable-phase-head h2{font-size:15px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi{padding-left:7px;padding-right:7px}}@media(max-height:900px)and (min-width:900px){.deliverable-dashboard-page{padding-top:2px}.deliverable-dashboard-intro{min-height:56px;padding-bottom:6px}.deliverable-dashboard-logo{width:43px;height:43px}.deliverable-dashboard-logo i{transform:translate(-50%) rotate(30deg) skew(-10deg) scale(.78)}.deliverable-dashboard-intro-main h1{font-size:19px}.deliverable-dashboard-project-picker{margin-top:3px;font-size:9px}.deliverable-dashboard-updated{height:34px;font-size:8px}.deliverable-summary{min-height:76px;margin-bottom:7px;padding-top:5px;padding-bottom:5px}.deliverable-summary-kpi{min-height:48px}.deliverable-summary-kpi>i{width:35px;height:35px;font-size:16px}.deliverable-summary-kpi small{font-size:7px}.deliverable-summary-kpi strong{font-size:18px}.deliverable-summary-ring{width:52px;height:52px}.deliverable-summary-ring i{width:40px;height:40px;font-size:15px}.deliverable-dashboard-page .deliverable-phase-grid{gap:13px;padding-top:4px;padding-bottom:27px}.deliverable-dashboard-page .deliverable-phase-card{min-height:422px;padding-bottom:53px}.deliverable-dashboard-page .deliverable-phase-head{grid-template-rows:48px 34px 15px 17px;min-height:128px;padding-top:10px}.deliverable-dashboard-page .deliverable-phase-number{width:43px;height:43px;font-size:20px}.deliverable-dashboard-page .deliverable-phase-score{top:-24px;width:70px;height:70px;min-width:70px}.deliverable-dashboard-page .deliverable-phase-score i{width:53px;height:53px;font-size:17px}.deliverable-dashboard-page .deliverable-phase-head h2{min-height:34px;font-size:13px}.deliverable-dashboard-page .deliverable-phase-subtitle{min-height:15px;font-size:8px}.deliverable-dashboard-page .deliverable-phase-head>p{font-size:7.5px}.deliverable-dashboard-page .deliverable-phase-body{min-height:235px;padding:8px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi{min-height:43px;padding:4px 6px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-icon{width:20px;height:24px;font-size:15px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{font-size:12px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy b{font-size:6px}.deliverable-attention-strip{min-height:30px;margin-top:5px;padding:4px 8px;font-size:7px}.deliverable-dashboard-page .deliverable-performance-panel{padding-top:8px}.deliverable-dashboard-page .deliverable-progress-label{font-size:7px}.deliverable-phase-footer{bottom:-18px;min-height:68px;padding:10px 14px 20px}.deliverable-phase-footer>b{font-size:7.5px}.deliverable-phase-footer>span{font-size:17px}.deliverable-phase-footer>strong{padding:4px 7px;font-size:11px}.deliverable-dashboard-page .deliverable-dashboard-legend{min-height:34px;margin-top:0}.deliverable-dashboard-page .deliverable-dashboard-legend span{min-height:25px;padding:0 9px}}@media(max-width:760px){.deliverable-dashboard-page{padding:5px}.deliverable-dashboard-page .deliverable-phase-grid{grid-template-columns:repeat(5,260px);padding-left:2px;padding-right:2px}.deliverable-dashboard-page .deliverable-phase-card{min-height:532px}.deliverable-dashboard-page .deliverable-dashboard-legend{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.deliverable-dashboard-page .deliverable-dashboard-legend span{flex:none}}.deliverable-dashboard-page .deliverable-phase-card{display:flex;flex-direction:column;min-height:462px;padding-bottom:52px}.deliverable-dashboard-page .deliverable-phase-head{display:block;min-height:94px;padding:11px 10px 7px;text-align:left}.deliverable-dashboard-page .deliverable-phase-identity{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:55px;padding:0}.deliverable-dashboard-page .deliverable-phase-number{width:44px;height:44px;margin:0;border-radius:9px;font-size:20px}.deliverable-dashboard-page .deliverable-phase-number svg{width:23px;height:23px;color:#fff;filter:drop-shadow(0 1px 1px rgba(15,28,55,.2))}.deliverable-dashboard-page .deliverable-phase-title{display:grid;align-content:center;min-width:0}.deliverable-dashboard-page .deliverable-phase-head .deliverable-phase-title h2{display:-webkit-box;min-height:0;max-width:none;margin:0;overflow:hidden;color:#101936;font-size:12.5px;font-weight:900;line-height:1.08;text-align:left;letter-spacing:-.01em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.deliverable-dashboard-page .deliverable-phase-subtitle{min-height:0;margin-top:4px;overflow:hidden;color:#506488;font-size:7.5px;font-weight:750;line-height:1.1;text-align:left;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.deliverable-dashboard-page .deliverable-phase-score{position:static;display:grid;place-items:center;width:50px;height:29px;min-width:50px;margin:0;border:2px solid var(--phase-accent);border-radius:999px;background:#fff!important;box-shadow:0 4px 10px rgba(var(--phase-rgb),.16);transform:none}.deliverable-dashboard-page .deliverable-phase-score i{display:block;width:auto;height:auto;border:0;border-radius:0;color:var(--phase-accent);background:transparent;font-size:12px;font-weight:900;line-height:1;transform:none;box-shadow:none}.deliverable-dashboard-page .deliverable-phase-head>p{margin:7px 0 0 53px;color:#314a78;font-size:8px;font-weight:650;text-align:left;white-space:nowrap}.deliverable-dashboard-page .deliverable-phase-body{flex:1;min-height:310px;padding:8px 9px 10px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-grid{display:grid;grid-template-columns:1fr;gap:5px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi:nth-child(n){grid-column:1}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:38px;padding:5px 9px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-icon{grid-column:1;width:24px;height:24px;font-size:15px}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy{display:contents}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy b{grid-column:2;grid-row:1;margin:0;color:#35485e;font-size:7.5px;text-transform:none}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{grid-column:3;grid-row:1;color:#17243a;font-size:14px;text-align:right}.deliverable-attention-strip{min-height:31px;margin-top:5px;padding:5px 9px;font-size:7.5px}.deliverable-dashboard-page .deliverable-performance-panel{margin-top:auto;padding-top:8px}.deliverable-dashboard-page .deliverable-progress-label{font-size:7px}.deliverable-dashboard-page .deliverable-progress-track{height:6px}.deliverable-phase-footer{bottom:-18px;min-height:68px;padding:10px 14px 20px}.deliverable-phase-footer>b{font-size:7.5px}.deliverable-phase-footer>span{font-size:17px}.deliverable-phase-footer>strong{padding:4px 7px;font-size:11px}.deliverable-dashboard-project-picker{position:relative}.deliverable-dashboard-project-picker:after{content:"⌄";position:absolute;right:7px;top:50%;color:#36516d;font-size:12px;line-height:1;pointer-events:none;transform:translateY(-56%)}.deliverable-dashboard-project-picker>select{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(max-width:760px){.deliverable-dashboard-page .deliverable-phase-card{min-height:462px}.deliverable-dashboard-page .deliverable-phase-grid{grid-template-columns:repeat(5,250px)}}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy b{font-size:8.25px;line-height:1.05}.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi-copy strong,.deliverable-dashboard-page .deliverable-phase-card .deliverable-kpi.alert .deliverable-kpi-copy strong{font-size:15px;line-height:1}.deliverable-dashboard-page .deliverable-phase-footer>b{font-size:8.4px;line-height:1.28}.deliverable-dashboard-page .deliverable-phase-footer>strong{font-size:11.75px}.deliverable-drilldown-list{display:grid;gap:6px;max-height:min(62vh,590px);overflow:auto;padding:2px}.deliverable-drilldown-row{display:grid;grid-template-columns:58px minmax(190px,1fr) 100px 58px 58px 58px;align-items:center;gap:8px;padding:9px 10px;border:1px solid #DEE6EE;border-radius:8px;color:#243b53;background:#fff;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.deliverable-drilldown-row:hover{border-color:#8eb6dc;box-shadow:0 5px 13px #1f395614;text-decoration:none}.deliverable-drilldown-number{color:#2563eb;font-size:9px;font-weight:900}.deliverable-drilldown-name{display:grid;min-width:0}.deliverable-drilldown-name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.deliverable-drilldown-name small{margin-top:3px;color:#73869a;font-size:7px}.deliverable-drilldown-status{justify-self:start;padding:3px 6px;border-radius:99px;color:#334b63;background:#edf2f6;font-size:7px;font-weight:800}.deliverable-drilldown-progress{display:grid;text-align:right}.deliverable-drilldown-progress b{font-size:10px}.deliverable-drilldown-progress small{color:#8191a2;font-size:6px}.deliverable-drilldown-variance{justify-self:end;color:#147a52;font-size:9px;font-weight:900}.deliverable-drilldown-variance.attention{color:#d92d39}.deliverable-drilldown-empty{margin:0;padding:24px;color:#8494a5;text-align:center;font-size:11px}@media(max-width:760px){.deliverable-drilldown-row{grid-template-columns:45px minmax(150px,1fr) auto}.deliverable-drilldown-progress,.deliverable-drilldown-variance{display:none}}
