:root{--pbfs-navy:#00314f;--pbfs-green:#0db14b;--pbfs-blue:#235eac;--pbfs-gray:#939598;--neon-cyan:#00f3ff;--neon-purple:#bc13fe;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-highlight:#ffffff26;--modal-bg:#00314fd9;--ease-out-expo:cubic-bezier(.19, 1, .22, 1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 5px var(--pbfs-green)}50%{box-shadow:0 0 20px var(--pbfs-green)}to{box-shadow:0 0 5px var(--pbfs-green)}}@keyframes borderRotate{0%{border-color:var(--pbfs-blue)}50%{border-color:var(--neon-cyan)}to{border-color:var(--pbfs-blue)}}html,body{color:#e2e8f0;-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#001a2c 0%,#003354 50%,#001a2c 100%);min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.page-container{max-width:100%;margin:0 auto;padding:0 0 60px}.page-header{flex-direction:column;gap:32px;margin-bottom:40px;display:flex}.header-brand-container{justify-content:space-between;align-items:flex-end;width:100%;display:flex}.header-logos{align-items:center;gap:16px;display:flex}.logo-group{align-items:center;gap:12px;display:flex}.logo-divider{background:#fff3;width:1px;height:24px}.header-title-area h1{color:#fff;letter-spacing:-.02em;margin:12px 0 4px;font-size:36px;font-weight:800}.header-subtitle{color:var(--pbfs-gray);font-size:16px;font-weight:500}.header-subtitle span{color:#fff;font-weight:700}.page-header h1{letter-spacing:.05em;align-items:center;gap:10px;font-size:clamp(22px,5vw,32px);font-weight:700;display:flex}.beta-badge{background:var(--pbfs-green);vertical-align:middle;border-radius:12px;padding:2px 8px;font-size:12px}.back-link{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;text-decoration:none;transition:all .2s;display:inline-flex}.back-link:hover{background:#ffffff26}.filter-bar{-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);background:#ffffff05;border-radius:20px;flex-direction:column;gap:20px;margin-bottom:32px;padding:24px;display:flex;box-shadow:0 4px 30px #0000001a}.filter-row{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.filter-group{align-items:center;gap:12px;display:flex}.filter-label{color:var(--pbfs-gray);text-transform:uppercase;letter-spacing:1px;margin-right:4px;font-size:11px;font-weight:700}.filter-pill{color:#fff9;letter-spacing:.5px;cursor:pointer;transition:all .3s var(--ease-out-expo);text-transform:uppercase;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;padding:8px 16px;font-size:12px;font-weight:500}.filter-pill:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px);box-shadow:0 0 10px #ffffff1a}.filter-pill.active{border-color:var(--pbfs-green);color:var(--pbfs-green);background:#0db14b26;box-shadow:0 0 15px #0db14b33}.filter-pill.active[data-status=Built]{border-color:var(--pbfs-blue);color:#5a9de6;background:#235eac26;box-shadow:0 0 15px #235eac4d}.filter-pill.active[data-status=In-Progress]{color:#f7a600;background:#f7a60026;border-color:#f7a600;box-shadow:0 0 15px #f7a60033}.filter-pill.active[data-status=Alpha\ Live]{color:#d2b4de;background:#9b59b626;border-color:#9b59b6;box-shadow:0 0 15px #9b59b64d}.filter-pill.active[data-status=Concept]{color:#aaa;background:#ffffff0d;border-color:#fff3}.search-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;min-width:200px;padding:10px 16px;font-size:14px;transition:all .3s}.search-input:focus{background:#ffffff14;border-color:#ffffff4d;box-shadow:0 0 15px #ffffff0d}.view-toggle{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;gap:4px;padding:4px;display:flex}.toggle-btn{color:#fff6;cursor:pointer;width:40px;height:40px;transition:all .3s var(--ease-out-expo);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.toggle-btn:hover{color:#fff;background:#ffffff0d}.toggle-btn.active{color:#fff;background:#ffffff1a;box-shadow:0 4px 15px #0003}.reset-btn{color:#f88;cursor:pointer;background:#ff646433;border:1px solid #ff646466;border-radius:8px;padding:8px 16px;font-size:13px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.project-card{cursor:pointer;transition:all .4s var(--ease-out-expo);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;min-height:180px;padding:20px;display:flex;position:relative;overflow:hidden}.project-card:hover{background:#ffffff0a;border-color:#fff3;transform:translateY(-6px)scale(1.01);box-shadow:0 15px 40px #0006}.project-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.project-card:hover:before{opacity:1}.project-card.tagquest{background:#0db14b0d;border:1px solid #0db14b33;box-shadow:0 0 0 1px #0db14b1a}.project-card.tagquest:hover{border-color:var(--pbfs-green);background:#0db14b14;box-shadow:0 0 20px #0db14b33}.p-index{color:#fff6;margin-bottom:4px;font-size:11px}.p-title{color:var(--pbfs-blue);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.project-card.tagquest .p-title{color:#fff;font-size:16px}.p-summary{color:#ffffffa6;flex:1;margin-bottom:12px;font-size:12px;line-height:1.5}.p-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.p-engines{color:#ffffff80;font-family:monospace;font-size:11px}.p-status{text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.p-status.live{color:#0db14b;background:#0db14b4d}.p-status.built{color:#5a9de6;background:#235eac4d}.p-status.in-progress{color:#f7a600;background:#f7a6004d}.p-status.alpha{color:#c898e8;background:#9b59b64d}.p-status.concept{color:#aaa;background:#6464644d}.project-card.pipeline-project{opacity:.6;filter:grayscale(.8);background:#0000004d;border:1px dotted #ffffff4d}.project-card.pipeline-project:hover{opacity:1;filter:grayscale(0);border-style:solid;border-color:var(--pbfs-green);background:#ffffff14}.p-badge.core-dev{color:var(--pbfs-gray);background:#93959833;border:1px solid #9395984d}.p-badge.suite{color:var(--pbfs-blue);background:#235eac33;border:1px solid #235eac4d}.modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;animation:fadeIn .3s var(--ease-out-expo);background:#00050ab3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{width:100%;max-width:650px;max-height:85vh;animation:slideUp .4s var(--ease-out-expo);background:#0f1423d9;border:1px solid #ffffff1a;border-top-color:#fff3;border-radius:24px;padding:40px;position:relative;overflow-y:auto;box-shadow:0 50px 100px #000c,0 0 0 1px #ffffff0d}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:0 0}.modal-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#fff3}.modal-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex;position:absolute;top:16px;right:16px}.modal-header h2{color:var(--pbfs-green);margin-bottom:16px;font-size:22px}.modal-meta{gap:10px;margin-bottom:24px;display:flex}.modal-pill{border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500}.modal-pill.engine{background:#ffffff1a;border:1px solid #fff3}.modal-pill.series{background:var(--pbfs-blue)}.modal-section{margin-bottom:24px}.modal-section h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:13px}.modal-section h4.blue{color:var(--pbfs-blue)}.modal-section h4.green{color:var(--pbfs-green)}.modal-section h4.gray{color:var(--pbfs-gray)}.modal-section p,.modal-section li{color:#ffffffd9;font-size:14px;line-height:1.6}.modal-section ul{padding-left:20px}.hub-btn{color:#ccc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-flex}.hub-btn:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.btn-grid{flex-wrap:wrap;gap:10px;display:flex}.hub-section{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:24px;padding:16px}.hub-section h4{color:#ffffff80;text-transform:uppercase;margin-top:0;margin-bottom:12px;font-size:14px}.btn-ai-update{color:#fff;background:linear-gradient(90deg,#522d9266 0%,#235eac66 100%);border:1px solid #8686ff4d;justify-content:center;width:100%;margin-bottom:20px;padding:12px;font-weight:500}.btn-ai-update:hover{background:linear-gradient(90deg,#522d9299 0%,#235eac99 100%);border-color:#5865f2;box-shadow:0 0 15px #5865f24d}.btn-ai-update.success{background:#0db14b33;border-color:#0db14b66}.btn-repo{color:#fff;border-color:#fff3}.btn-play{color:#3ddc84;background:#3ddc841a;border-color:#3ddc8433}.btn-azure{color:#0078d4;background:#0078d41a;border-color:#0078d433}.btn-sharepoint{color:#036c70;background:#036c7026;border-color:#036c704d}.btn-confluence{color:#6554c0;background:#6554c026;border-color:#6554c04d}.btn-smartsheet{color:#4ceb8b;background:#0db14b26;border-color:#0db14b4d}.chat-interface{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d111799;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:1;height:350px;margin-bottom:20px;display:flex;overflow:hidden}.chat-header{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.chat-title{color:#e2e8f0;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.text-yellow{color:#f59e0b}.chat-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:18px}.chat-close:hover{color:#fff}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:15px;display:flex;overflow-y:auto}.chat-bubble{gap:10px;max-width:85%;font-size:13px;line-height:1.4;display:flex}.chat-bubble.user{flex-direction:row-reverse;align-self:flex-end}.chat-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chat-bubble.agent .chat-avatar{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d}.chat-bubble.user .chat-avatar{color:#34d399;background:#10b98133;border:1px solid #10b9814d}.chat-content{word-wrap:break-word;border-radius:8px;padding:8px 12px;position:relative}.chat-bubble.agent .chat-content{color:#e2e8f0;background:#1e293bcc;border:1px solid #ffffff0d;border-top-left-radius:0}.chat-bubble.user .chat-content{color:#ecfdf5;background:#10b98126;border:1px solid #10b98133;border-top-right-radius:0}.chat-time{opacity:.5;text-align:right;margin-top:4px;font-size:10px}.chat-input-area{background:#ffffff05;border-top:1px solid #ffffff0d;gap:8px;padding:10px;display:flex}.chat-input-area input{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;outline:none;flex:1;padding:8px 12px;font-size:13px}.chat-input-area input:focus{border-color:#3b82f6}.chat-input-area button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;transition:all .2s;display:flex}.chat-input-area button:hover:not(:disabled){background:#2563eb}.chat-input-area button:disabled{opacity:.5;cursor:not-allowed;background:#475569}.modal-tabs{background:#0003;border:1px solid #ffffff0d;border-radius:8px;gap:8px;margin-bottom:24px;padding:4px;display:flex}.modal-tab-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.modal-tab-btn:hover{color:#fff;background:#ffffff0d}.modal-tab-btn.active{color:#fff;background:#ffffff1a;box-shadow:0 2px 4px #0003}.activity-log{border-left:2px solid #ffffff1a;margin-left:8px;padding-left:24px;position:relative}.activity-item{margin-bottom:24px;position:relative}.activity-marker{border:2px solid var(--modal-bg);z-index:2;width:12px;height:12px;transition:all .3s var(--ease-out-expo);border-radius:50%;position:absolute;top:4px;left:-31px;box-shadow:0 0 10px #00000080}.activity-item:hover .activity-marker{transform:scale(1.3);box-shadow:0 0 15px}.activity-marker.ok{background:#0db14b;box-shadow:0 0 8px #0db14b}.activity-marker.risk{background:#f7a600;box-shadow:0 0 8px #f7a600}.activity-marker.merged{background:#9b59b6;box-shadow:0 0 8px #9b59b6}.activity-marker.deploy{background:#235eac;box-shadow:0 0 8px #235eac}.activity-marker.audit{background:#fff;box-shadow:0 0 8px #fff}.activity-date{color:var(--neon-cyan);letter-spacing:.5px;margin-bottom:4px;font-family:monospace;font-size:11px}.activity-title{color:#fff;margin-bottom:4px;font-size:15px;font-weight:600}.activity-details{color:#a0aec0;background:#ffffff08;border-left:3px solid #ffffff1a;border-radius:8px;padding:10px 14px;font-size:13px}.progress-bar-container{background:#ffffff0d;border-radius:8px;margin-bottom:20px;padding:12px}.progress-label{color:#ffffffb3;justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.progress-track{background:#0000004d;border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:var(--pbfs-green);height:100%;transition:width .5s}.task-item{border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:12px;padding:12px;display:flex}.task-status-icon{color:#ffffff4d;margin-top:2px}.task-item.done .task-status-icon{color:var(--pbfs-green)}.circle{border:2px solid #ffffff4d;border-radius:50%;width:16px;height:16px}.task-title{color:#fffc;flex:1;font-size:14px}.task-item.done .task-title{color:#fff6;text-decoration:line-through}.task-badge.in-progress{color:#f7a600;background:#f7a60033;border-radius:4px;padding:2px 6px;font-size:10px}.asset-header-note{color:#4ceb8b;background:#0db14b1f;border:1px solid #0db14b4d;border-radius:8px;align-items:center;gap:10px;margin-bottom:24px;padding:14px;font-size:13px;animation:4s infinite pulseGlow;display:flex}.asset-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:16px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.asset-card:hover{background:#ffffff14;border-color:#fff3;transform:translate(6px)}.asset-tier{letter-spacing:.5px;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:24px;font-size:10px;font-weight:800;display:flex}.asset-card.tier-1 .asset-tier{background:var(--pbfs-green);color:#000;box-shadow:0 0 10px #0db14b66}.asset-card.tier-2 .asset-tier{background:var(--pbfs-blue);color:#fff;box-shadow:0 0 10px #235eac66}.asset-card.tier-3 .asset-tier{background:var(--pbfs-gray);color:#000}.asset-content{flex:1}.asset-card h4{color:#e2e8f0;margin:0 0 4px;font-family:monospace;font-size:14px}.asset-card p{align-items:center;gap:4px;margin:0;font-size:10px;font-weight:700;display:flex;box-shadow:0 0 5px #00f3ff33}.ghost-progress-container{width:100%}.ghost-track{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:4px;overflow:hidden}.ghost-fill{background:linear-gradient(90deg, var(--pbfs-blue), var(--neon-cyan));height:100%;box-shadow:0 0 8px var(--neon-cyan)}.ghost-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:9px}.team-alert{color:#f44;background:#ff44441a;border:1px solid #f443;border-radius:4px;align-items:center;gap:2px;padding:2px 4px;animation:2s infinite pulseGlow;display:flex}.chat-citations{border-top:1px solid #ffffff1a;flex-direction:column;gap:4px;margin-top:10px;padding-top:10px;display:flex}.citation-label{color:#00f3ff;letter-spacing:1px;font-size:9px;font-weight:800}.citation-tag{color:#888;background:#ffffff0d;border-radius:4px;width:fit-content;padding:2px 8px;font-size:11px}.chat-interface.dragging{background:#0db14b0d;border:2px dashed #0db14b}.chat-drop-overlay{z-index:100;color:#0db14b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f131ae6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.brain-node{cursor:pointer;transition:all .2s}.brain-node:hover circle{r:25;stroke-width:3px}.raci-matrix-view{padding:24px;animation:.8s ease-out fadeIn}.legend-bar{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:32px;padding:20px 24px;display:flex}.legend-item{align-items:center;gap:10px;display:flex}.legend-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.legend-icon.r{background:linear-gradient(135deg,#0db14b 0%,#0a8c3b 100%)}.legend-icon.a{background:linear-gradient(135deg,#235eac 0%,#1a4a8a 100%)}.legend-icon.c{background:linear-gradient(135deg,#f7a600 0%,#d48800 100%)}.legend-icon.i{background:linear-gradient(135deg,#939598 0%,#6b6d70 100%)}.legend-text{flex-direction:column;display:flex}.legend-label{color:#fff;font-size:13px;font-weight:600}.legend-desc{color:var(--pbfs-gray);font-size:11px}.raci-section{border:1px solid var(--glass-border);background:#ffffff05;border-radius:20px;margin-bottom:40px;overflow:hidden}.raci-section-header{border-bottom:1px solid var(--glass-border);background:#00314f80;padding:20px 24px}.raci-table-wrapper{max-height:700px;overflow-x:auto}.hf-raci-table{border-collapse:collapse;width:100%;font-size:12px}.hf-raci-table th{color:#fff;text-transform:uppercase;letter-spacing:.05em;text-align:center;border-bottom:1px solid var(--glass-border);background:#001829;border-right:1px solid #ffffff0d;padding:14px 8px;font-size:10px;font-weight:600}.hf-raci-table th:first-child{text-align:left;z-index:10;padding-left:20px;position:sticky;left:0}.hf-raci-table td{text-align:center;border-bottom:1px solid #0db14b33;border-right:1px solid #ffffff0d;padding:12px 8px}.hf-workstream-cell{z-index:5;border-left:4px solid var(--pbfs-green);background:linear-gradient(90deg,#00314ff2 0%,#001829fa 100%);font-weight:600;position:sticky;left:0;text-align:left!important;padding-left:20px!important}.hf-raci-cell{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:inline-flex}.hf-raci-cell.r{color:#0db14b;background:#0db14b26;border:1px solid #0db14b4d}.hf-raci-cell.a{color:#5a9de6;background:#235eac26;border:1px solid #235eac4d}.hf-raci-cell.c{color:#f7a600;background:#f7a60026;border:1px solid #f7a6004d}.hf-raci-cell.i{color:#939598;background:#93959826;border:1px solid #9395984d}.team-tree-container{flex-direction:column;align-items:center;width:100%;padding:60px 0;display:flex;overflow-x:auto}.tree-root{justify-content:center;padding-top:20px;display:flex;position:relative}.tree-list{padding-top:20px;display:flex;position:relative}.tree-item{text-align:center;padding:20px 5px 0;list-style:none;position:relative}.tree-item:before,.tree-item:after{content:"";border-top:1px solid #fff3;width:50%;height:20px;position:absolute;top:0;right:50%}.tree-item:after{border-left:1px solid #fff3;left:50%;right:auto}.tree-item:only-child:after,.tree-item:only-child:before{display:none}.tree-item:only-child{padding-top:0}.tree-item:first-child:before,.tree-item:last-child:after{border:0}.tree-item:last-child:before{border-right:1px solid #fff3;border-radius:0 5px 0 0}.tree-item:first-child:after{border-radius:5px 0 0}.tree-list:before{content:"";border-left:1px solid #fff3;width:0;height:20px;position:absolute;top:0;left:50%}.hf-tree-node{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;min-width:100px;padding:12px 16px;transition:all .3s;display:inline-flex}.hf-tree-node:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px)}.hf-node-avatar{border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;font-size:14px;font-weight:700;display:flex}.hf-node-name{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.hf-node-title{color:var(--pbfs-gray);white-space:nowrap;margin-top:2px;font-size:9px}.node-gold .hf-node-avatar{background:linear-gradient(135deg,#f7a600 0%,#d48800 100%)}.node-green .hf-node-avatar{background:linear-gradient(135deg,#0db14b 0%,#0a8c3b 100%)}.node-blue .hf-node-avatar{background:linear-gradient(135deg,#235eac 0%,#1a4a8a 100%)}.node-purple .hf-node-avatar{background:linear-gradient(135deg,#8e44ad 0%,#9b59b6 100%)}@media (width<=1024px){.filter-row{flex-wrap:wrap}.filter-group{flex-wrap:wrap;gap:6px}.header-brand-container{flex-direction:column;align-items:flex-start;gap:16px}.header-title-area h1{font-size:28px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.modal-content{max-width:95vw;padding:24px}.legend-bar{gap:16px;padding:16px}.raci-section-header{padding:14px 16px}}@media (width<=768px){.page-container{padding:0 0 40px}.dashboard-content{padding:0 12px 30px!important}.page-header{gap:20px;margin-bottom:24px}.page-header h1{font-size:clamp(18px,4vw,28px)}.header-title-area h1{font-size:22px}.header-subtitle{font-size:14px}.filter-bar{border-radius:12px;margin-bottom:20px;padding:16px}.filter-row{flex-direction:column;gap:12px}.filter-group{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.filter-group::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0}.search-input{min-width:unset;width:100%}.project-grid{grid-template-columns:1fr;gap:10px}.project-card{min-height:140px;padding:16px}.modal-overlay{align-items:flex-start;padding:8px}.modal-content{border-radius:16px;max-width:100%;max-height:90vh;margin-top:10px;padding:20px}.modal-header h2{font-size:18px}.modal-meta{flex-wrap:wrap}.modal-tabs{scrollbar-width:none;overflow-x:auto}.modal-tabs::-webkit-scrollbar{display:none}.view-toggle,.reset-btn{flex-shrink:0}.legend-bar{flex-direction:column;gap:12px;padding:16px}.hf-raci-table{font-size:10px}.hf-raci-table th{padding:10px 4px;font-size:8px}.hf-raci-table td{padding:8px 4px}.team-tree-container{padding:20px 0;overflow-x:auto}.chat-interface{height:280px}.btn-grid{flex-direction:column}}@media (width<=480px){.page-header h1{gap:6px;font-size:18px}.header-title-area h1{font-size:18px}.filter-bar{padding:12px}.filter-pill{padding:6px 10px;font-size:10px}.project-card{border-radius:10px;min-height:120px;padding:12px}.p-title{font-size:13px}.p-summary{font-size:11px}.modal-content{border-radius:12px;padding:16px}.modal-close{width:36px;height:36px;font-size:20px}.hub-btn{padding:6px 12px;font-size:12px}}
