:root{--brand-navy: #3d4f6f;--brand-navy-dark: #2d3a52;--brand-navy-light: #4a6080;--brand-gold: #c4a265;--brand-gold-light: #dfc08a;--brand-white: #ffffff;--green: #4ADE80;--green-dark: #166534;--green-light: #BBF7D0;--amber: #FFB30E;--amber-dark: #9B6400;--amber-light: #FFF7D8;--red: #F87171;--red-dark: #991B1B;--red-light: #FECACA;--status-healthy: #166534;--status-healthy-bg: #DCFCE7;--status-satisfactory: #15803D;--status-satisfactory-bg: #F0FDF4;--status-attention: #9B6400;--status-attention-bg: #FFF7D8;--status-poor: #C2410C;--status-poor-bg: #FFF7ED;--status-critical: #DC2626;--status-critical-bg: #FEF2F2;--grey-50: #F7F8FA;--grey-100: #F2F3F5;--grey-200: #E5E6EB;--grey-300: #C9CDD4;--grey-400: #8B909C;--grey-500: #6A7281;--grey-600: #4E5969;--grey-700: #353C46;--grey-900: #1D2129;--white: #FFFFFF;--blue: #165DFF;--blue-light: #D6E7FF;--blue-dark: #072CA6;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .04);--radius: 8px;--radius-lg: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--grey-50);color:var(--grey-900);line-height:1.6}.navbar{display:flex;align-items:center;padding:0 clamp(1rem,2vw,1.5rem);height:56px;background:var(--brand-navy);color:#fff;box-shadow:var(--shadow-md);position:sticky;top:0;z-index:100}.navbar-brand{display:flex;align-items:center;gap:.75rem;margin-right:2rem}.navbar-brand img{height:32px}.brand-text{font-size:1.1rem;font-weight:600;letter-spacing:2px;color:var(--brand-white)}.navbar-links{display:flex;gap:.25rem;flex:1;align-items:center}.navbar-links a{color:var(--grey-300);text-decoration:none;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;transition:all .2s}.navbar-links a:hover{color:#fff;background:var(--brand-navy-light)}.navbar-links a.active{color:#fff;background:var(--brand-gold)}.navbar-user{margin-left:auto}.user-avatar{width:34px;height:34px;border-radius:50%;background:var(--brand-gold);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--brand-navy-dark)}.navbar-dropdown-btn{background:none;border:none;cursor:pointer;color:var(--grey-300);padding:.5rem .75rem;border-radius:6px;font-size:.85rem;display:flex;align-items:center;gap:.3rem;transition:all .2s}.navbar-dropdown-btn:hover,.navbar-dropdown-btn--open{color:#fff;background:var(--brand-navy-light)}.navbar-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:.4rem;min-width:190px;z-index:200;border:1px solid var(--grey-200)}.navbar-dropdown-item{display:block;padding:.5rem .75rem;color:var(--grey-900)!important;text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .15s}.navbar-dropdown-item:visited{color:var(--grey-900)!important}.navbar-dropdown-item:hover{background:var(--grey-100);color:var(--brand-navy)!important}.content{padding:1.5rem clamp(1rem,3vw,3rem);max-width:100%;width:100%;box-sizing:border-box}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;font-weight:700;color:var(--grey-900)}.page-header p{color:var(--grey-500);font-size:.85rem;margin-top:.25rem}.tpa-grid{display:grid;grid-template-columns:repeat(var(--tpa-cols, 4),1fr);gap:clamp(1rem,1.5vw,1.5rem);margin-top:.5rem;width:100%}.tpa-card{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem 1.5rem 1rem;box-shadow:var(--shadow);border:1px solid var(--grey-200);display:flex;flex-direction:column;gap:.5rem;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit;min-height:160px}.tpa-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--brand-gold)}.tabs{display:flex;gap:.5rem;border-bottom:2px solid var(--grey-200);margin-bottom:1.5rem}.tab{padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;color:var(--grey-500);text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none}.tab:hover{color:var(--grey-900)}.tab.active{color:var(--brand-navy);border-bottom-color:var(--brand-gold);font-weight:600}.card{background:var(--white);border-radius:var(--radius-lg);padding:clamp(1rem,2vw,1.5rem);box-shadow:var(--shadow);border:1px solid var(--grey-200)}.card-title{font-size:.8rem;font-weight:600;color:var(--grey-500);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(.75rem,1.5vw,1.25rem);margin-bottom:1.5rem}.card-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,1.5vw,1.25rem);margin-bottom:1.5rem}.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.75rem,1.5vw,1.25rem);margin-bottom:1.5rem}.score-badge{padding:.2rem .6rem;border-radius:10px;font-size:.8rem;font-weight:600}.score-green{background:var(--green-light);color:var(--green-dark)}.score-amber{background:var(--amber-light);color:var(--amber-dark)}.score-red{background:var(--red-light);color:var(--red-dark)}.score-grey{background:var(--grey-100);color:var(--grey-500)}.status-badge-healthy{background:var(--status-healthy-bg);color:var(--status-healthy)}.status-badge-satisfactory{background:var(--status-satisfactory-bg);color:var(--status-satisfactory)}.status-badge-attention{background:var(--status-attention-bg);color:var(--status-attention)}.status-badge-poor{background:var(--status-poor-bg);color:var(--status-poor)}.status-badge-critical{background:var(--status-critical-bg);color:var(--status-critical)}.traffic-light{width:10px;height:10px;border-radius:50%;display:inline-block}.traffic-green{background:var(--green)}.traffic-amber{background:var(--amber)}.traffic-red{background:var(--red)}.traffic-grey{background:var(--grey-300)}.narrative-card{min-height:140px;display:flex;flex-direction:column}.narrative-card .card-content{font-size:.85rem;color:var(--grey-700);white-space:pre-wrap;line-height:1.6;flex:1}.narrative-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1rem;color:var(--grey-400)}.narrative-empty-icon{font-size:1.5rem;margin-bottom:.5rem;opacity:.4}.narrative-empty p{font-size:.8rem;margin:0;line-height:1.4}.narrative-empty p:first-of-type{font-weight:600;color:var(--grey-500);margin-bottom:.2rem}.border-blue{border-left:3px solid var(--blue);padding-left:.75rem}.border-red{border-left:3px solid var(--red);padding-left:.75rem}.border-amber{border-left:3px solid var(--amber);padding-left:.75rem}.border-gold{border-left:3px solid var(--brand-gold);padding-left:.75rem}.border-green{border-left:3px solid var(--green);padding-left:.75rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;align-content:stretch;width:100%;height:100%}.category-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .5rem;border-radius:8px;text-align:center;transition:all .2s;min-height:0}.category-box:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-box--healthy{background-color:var(--status-healthy-bg);border:1.5px solid #86efac}.category-box--satisfactory{background-color:var(--status-satisfactory-bg);border:1.5px solid #bbf7d0}.category-box--attention{background-color:var(--status-attention-bg);border:1.5px solid #FFE088}.category-box--poor{background-color:var(--status-poor-bg);border:1.5px solid #fed7aa}.category-box--critical{background-color:var(--status-critical-bg);border:1.5px solid #fecaca}.category-box__name{font-size:.78rem;font-weight:600;color:var(--grey-600);line-height:1.3;margin-bottom:.4rem}.category-box__status{font-size:.9rem;font-weight:700}.category-box--healthy .category-box__status{color:var(--status-healthy)}.category-box--satisfactory .category-box__status{color:var(--status-satisfactory)}.category-box--attention .category-box__status{color:var(--status-attention)}.category-box--poor .category-box__status{color:var(--status-poor)}.category-box--critical .category-box__status{color:var(--status-critical)}.freshness-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.5rem,1vw,1rem);margin-bottom:1.5rem}.freshness-card{background:var(--white);border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--grey-200);display:flex;align-items:center;gap:.75rem}.freshness-icon{font-size:1.5rem;flex-shrink:0}.freshness-body{flex:1;min-width:0}.freshness-source{font-size:.75rem;font-weight:600;color:var(--grey-500);text-transform:uppercase;letter-spacing:.4px}.freshness-date{font-size:.85rem;font-weight:600;color:var(--grey-900);margin-top:.1rem}.freshness-sub{font-size:.75rem;color:var(--grey-500)}.freshness-action{font-size:.75rem;font-weight:600;color:var(--brand-gold);text-decoration:none;white-space:nowrap}.freshness-action:hover{color:var(--brand-gold-light)}.freshness-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.freshness-fresh{background:var(--green)}.freshness-stale{background:var(--amber)}.freshness-missing{background:var(--grey-300)}.issue-strip{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.issue-strip-item{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s}.issue-strip-item:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.issue-strip-critical{background:var(--red-light);color:var(--red-dark);border-color:#fca5a5}.issue-strip-high{background:#ffedd5;color:#c2410c;border-color:#fdba74}.issue-strip-medium{background:var(--amber-light);color:var(--amber-dark);border-color:#ffe088}.issue-strip-low{background:var(--green-light);color:var(--green-dark);border-color:#86efac}.issue-strip-overdue{background:var(--red-light);color:var(--red-dark);border-color:#fca5a5}.source-panel{margin-bottom:1.5rem}.source-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.source-panel summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--brand-navy);list-style:none;display:flex;align-items:center;gap:.5rem}.source-panel summary::-webkit-details-marker{display:none}.source-panel[open] summary:after{content:" ▲";font-size:.7rem}.source-panel:not([open]) summary:after{content:" ▼";font-size:.7rem}.stat{text-align:center;padding:.75rem}.stat-value{font-size:1.75rem;font-weight:700;display:block;color:var(--brand-navy)}.stat-label{font-size:.75rem;color:var(--grey-500);text-transform:uppercase;letter-spacing:.5px}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table th,.data-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--grey-200)}.data-table th{background:var(--grey-50);font-weight:600;color:var(--grey-500);font-size:.75rem;text-transform:uppercase;position:sticky;top:0;z-index:1}.data-table tbody tr{transition:background .1s}.data-table tbody tr:hover{background:var(--grey-50)}.kanban-board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.5rem,1vw,.75rem);overflow-x:auto}.kanban-column{background:var(--grey-100);border-radius:var(--radius);padding:.75rem;min-height:400px}.kanban-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--grey-300)}.kanban-header h3{font-size:.75rem;text-transform:uppercase;color:var(--grey-700);font-weight:600}.count-badge{background:var(--grey-300);color:var(--grey-700);padding:.1rem .5rem;border-radius:10px;font-size:.7rem;font-weight:600}.kanban-cards{display:flex;flex-direction:column;gap:.5rem;min-height:80px}.kanban-card{background:var(--white);border-radius:8px;padding:.75rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .15s ease;border:1px solid var(--grey-200);position:relative}.kanban-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--grey-300)}.kanban-card.dragging{opacity:.5}.kanban-card.overdue{border-left:3px solid var(--red);background:var(--white)}.kanban-cards.drag-over{background:var(--grey-200);border-radius:6px}.kanban-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.kanban-card h4{font-size:.82rem;margin-bottom:.4rem;font-weight:600;line-height:1.3}.card-meta{font-size:.7rem;color:var(--grey-500);margin-bottom:.25rem}.card-due{font-size:.7rem;color:var(--grey-500);margin-top:.25rem}.card-due.overdue{color:var(--red-dark);font-weight:600}.severity-badge{padding:.1rem .4rem;border-radius:4px;font-size:.6rem;font-weight:700;text-transform:uppercase}.severity-critical{background:var(--red-light);color:var(--red-dark)}.severity-high{background:#ffedd5;color:#c2410c}.severity-medium{background:var(--amber-light);color:var(--amber-dark)}.severity-low{background:var(--green-light);color:var(--green-dark)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;font-size:.8rem;margin-bottom:.25rem;color:var(--grey-700)}.form-input{width:100%;padding:.5rem .75rem;border:1px solid var(--grey-300);border-radius:6px;font-size:.85rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--brand-gold);box-shadow:0 0 0 3px #c4a26526}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem}.help-text{font-size:.75rem;color:var(--grey-500);margin-top:.25rem}.btn{padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--brand-navy);color:#fff}.btn-primary:hover{background:var(--brand-navy-dark)}.btn-gold{background:var(--brand-gold);color:var(--brand-navy-dark)}.btn-gold:hover{background:var(--brand-gold-light)}.btn-secondary{background:var(--grey-100);color:var(--grey-700);border:1px solid var(--grey-300)}.btn-secondary:hover{background:var(--grey-200)}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.btn:disabled{opacity:.6;cursor:not-allowed}.header-actions{display:flex;gap:.75rem;align-items:center}.select-input{padding:.4rem .75rem;border:1px solid var(--grey-300);border-radius:6px;font-size:.8rem;background:#fff}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;animation:fadeIn .15s ease}.modal-content{background:#fff;border-radius:var(--radius-lg);padding:2rem;width:90%;max-width:580px;max-height:90vh;overflow-y:auto;animation:modalIn .2s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{font-size:1.1rem}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--grey-500)}.status-badge{padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}.status-pending{background:var(--amber-light);color:var(--amber-dark)}.status-in_progress{background:var(--blue-light);color:var(--blue-dark)}.status-complete,.status-done{background:var(--green-light);color:var(--green-dark)}.status-overdue{background:var(--red-light);color:var(--red-dark)}.flash{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem}.flash-success{background:var(--green-light);color:var(--green-dark)}.flash-error{background:var(--red-light);color:var(--red-dark)}.flash-info{background:var(--blue-light);color:var(--blue-dark)}.empty-state{text-align:center;padding:3rem 2rem;color:var(--grey-500)}.empty-state-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1rem;font-weight:600;color:var(--grey-700);margin-bottom:.5rem}.empty-state p{font-size:.85rem;max-width:400px;margin:0 auto;line-height:1.5}.empty-state a{color:var(--brand-gold);font-weight:600}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--grey-500);text-decoration:none;font-size:.85rem;margin-bottom:1rem;transition:color .15s}.back-link:hover{color:var(--brand-navy)}.upcoming-list{display:flex;flex-direction:column;gap:.5rem}.upcoming-item{display:flex;align-items:center;gap:.75rem;padding:.4rem 0;border-bottom:1px solid var(--grey-100);font-size:.8rem}.upcoming-item.overdue{color:var(--red-dark)}.upcoming-date{font-weight:600;width:90px;flex-shrink:0}.upcoming-title{flex:1}.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes modalIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.card{animation:fadeIn .25s ease}.skeleton{background:linear-gradient(90deg,var(--grey-100) 25%,var(--grey-200) 50%,var(--grey-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{display:flex;flex-direction:column;justify-content:flex-start}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;animation:toastIn .3s ease;font-size:.85rem;font-weight:500}.toast-success{background:var(--green-light);color:var(--green-dark);border:1px solid var(--green)}.toast-error{background:var(--red-light);color:var(--red-dark);border:1px solid var(--red)}.toast-info{background:var(--blue-light);color:var(--blue-dark);border:1px solid var(--blue)}.toast-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.toast-success .toast-icon{background:var(--green);color:#fff}.toast-error .toast-icon{background:var(--red);color:#fff}.toast-info .toast-icon{background:var(--blue);color:#fff}.toast-message{flex:1}@keyframes toastIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}h1{font-size:1.5rem;font-weight:700;line-height:1.2}h2{font-size:1.25rem;font-weight:700;line-height:1.3}h3{font-size:1rem;font-weight:600;line-height:1.4}.btn:focus-visible,.form-input:focus-visible,.tab:focus-visible{outline:2px solid var(--brand-gold);outline-offset:2px}@media(max-width:1280px){.card-grid-4{grid-template-columns:repeat(2,1fr)}.freshness-panel{grid-template-columns:repeat(3,1fr)}.card-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.kanban-board{grid-template-columns:repeat(3,minmax(0,1fr))}.tpa-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.kanban-board{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid{grid-template-columns:1fr}.card-grid-4{grid-template-columns:1fr 1fr}.card-grid-3,.freshness-panel,.form-row{grid-template-columns:1fr}.navbar-links{display:none}.tpa-grid{grid-template-columns:repeat(2,1fr)!important}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.kanban-board,.card-grid-4{grid-template-columns:1fr}.tpa-grid{grid-template-columns:1fr!important}}.portfolio-health-card{display:flex;flex-direction:column;padding:1rem 1.25rem;overflow:hidden}.portfolio-health-header{padding-bottom:.5rem;border-bottom:1px solid var(--grey-200);margin-bottom:.6rem}.portfolio-health-title{font-size:.9rem;font-weight:700;color:var(--brand-navy)}.portfolio-health-body{flex:1;display:flex;align-items:center;justify-content:center;gap:1.25rem}.portfolio-health-donut-wrapper{position:relative;width:170px;height:170px;flex-shrink:0}.portfolio-health-donut{width:100%;height:100%}.portfolio-health-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center}.portfolio-health-donut-value{font-size:1.75rem;font-weight:800;color:var(--brand-navy);line-height:1}.portfolio-health-donut-label{font-size:.65rem;font-weight:600;color:var(--grey-400);text-transform:uppercase;letter-spacing:.5px;margin-top:.15rem}.portfolio-health-breakdown{display:flex;flex-direction:column;justify-content:center;gap:.15rem}.portfolio-health-stat{display:flex;align-items:center;gap:.5rem;padding:.3rem .5rem;border-radius:6px;transition:background .15s}.portfolio-health-stat:hover{background:var(--grey-50)}.portfolio-health-stat--zero{opacity:.45}.portfolio-health-stat-dot{width:9px;height:9px;border-radius:3px;flex-shrink:0}.portfolio-health-stat-label{font-size:.8rem;font-weight:500;color:var(--grey-700);min-width:85px}.portfolio-health-stat-count{font-size:.95rem;font-weight:700;min-width:1.25rem;text-align:right}
