.dashboard{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.dashboard-subtitle{color:#6b7280;font-size:1.1rem;margin:0}.controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.view-toggle{display:flex;background:#f3f4f6;border-radius:8px;padding:4px}.toggle-btn{padding:.5rem 1.25rem;border:none;background:transparent;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s ease}.toggle-btn:hover{color:#374151}.toggle-btn.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.toggle-btn.single-team-btn{background:#6366f1;color:#fff;border-radius:6px;padding:.5rem 1rem}.toggle-btn.single-team-btn:hover{background:#4f46e5;color:#fff}.team-selector{display:flex;align-items:center;gap:.75rem}.team-selector label{font-size:.95rem;color:#374151;font-weight:500}.team-selector select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background:#fff;color:#111827;cursor:pointer}.team-selector select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.team-legend{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:12px;height:12px;border-radius:3px}.legend-name{font-size:.9rem;color:#374151;font-weight:500}.overall-section{margin-bottom:3rem}.indicators-section h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem;text-align:center}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.trend-chart{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;border:1px solid #e5e7eb}.trend-chart.overall-chart{max-width:900px;margin:0 auto}.trend-chart.comparison-chart{max-width:1000px;margin:0 auto}.comparison-section{margin-bottom:2rem}.indicators-list{display:flex;flex-direction:column;gap:0}.indicator-row{display:flex;align-items:center;gap:.5rem;margin-bottom:0}.indicator-label{width:100px;flex-shrink:0;font-size:.75rem;font-weight:500;color:#374151;text-align:right}.indicator-chart{flex:1;min-width:0}.team-legend-inline{display:flex;justify-content:center;gap:1rem;margin-bottom:.75rem}.legend-item-inline{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#374151}.legend-item-inline.clickable{background:none;border:none;padding:.375rem .625rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.legend-item-inline.clickable:hover{background:#f3f4f6}.legend-item-inline.hidden-team{opacity:.5}.legend-item-inline.hidden-team span:last-child{text-decoration:line-through}.legend-dot{width:10px;height:10px;border-radius:50%}.zone-legend{display:flex;align-items:center;gap:.5rem;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid #d1d5db}.zone-indicator{width:16px;height:12px;border-radius:2px}.zone-red{background-color:#ef444466}.zone-yellow{background-color:#eab30866}.zone-green{background-color:#22c55e66}.zone-label{font-size:.75rem;color:#6b7280;margin-right:.5rem}.zone-sort-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.zone-sort-btn:hover{background:#f3f4f6}.zone-sort-btn.active{background:#e5e7eb;box-shadow:inset 0 1px 2px #0000001a}.zone-sort-btn.active .zone-label{font-weight:600;color:#374151}.chart-mode-toggle{display:flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:.8rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;margin-left:.75rem}.chart-mode-toggle:hover{background:#e5e7eb}.chart-mode-toggle.actions-mode{background:#6366f1;border-color:#6366f1;color:#fff}.chart-mode-toggle.actions-mode:hover{background:#4f46e5;border-color:#4f46e5}.chart-tooltip{background-color:#1f2937;border:none;border-radius:8px;padding:10px 14px;color:#fff;font-size:.85rem}.chart-tooltip .tooltip-label{margin:0 0 6px;font-weight:600}.chart-tooltip p{margin:3px 0}.dashboard:has(.dialog-overlay) .recharts-tooltip-wrapper,.dashboard.tooltip-disabled .recharts-tooltip-wrapper{visibility:hidden!important;pointer-events:none!important}.chart-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .125rem}.chart-subtitle{font-size:.8rem;color:#6b7280;margin:0 0 .5rem}.recharts-legend-item-text{color:#374151!important;font-size:.85rem!important}.recharts-cartesian-axis-tick-value{fill:#6b7280}.add-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#6366f1;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease}.add-btn:hover{background:#4f46e5}.add-btn:active{transform:scale(.95)}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;animation:overlay-fade-in .2s ease-out}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.dialog{background:#ffffffd9;border-radius:0;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:none;max-height:none;display:flex;flex-direction:column;box-shadow:none;z-index:1001;animation:dialog-slide-in .25s ease-out}@keyframes dialog-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dialog-overlay.closing{animation:overlay-fade-out .2s ease-out forwards}@keyframes overlay-fade-out{0%{opacity:1}to{opacity:0}}.dialog.closing{animation:dialog-slide-out .2s ease-out forwards}@keyframes dialog-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.dialog-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.dialog-header-left{display:flex;align-items:center;gap:1rem}.team-selector-inline{display:flex;align-items:center;gap:.5rem}.team-selector-inline select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background:#fff;color:#111827;cursor:pointer}.team-selector-inline select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.team-color-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.single-team-dialog .dialog-body{padding:1.5rem 2rem}.single-team-dialog .overall-section{margin-bottom:2rem}.single-team-dialog .indicators-section h2{text-align:left;margin-bottom:1rem}.dialog-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;font-size:1.5rem;cursor:pointer;border-radius:6px;transition:all .2s ease}.dialog-close:hover{background:#f3f4f6;color:#374151}.dialog-body{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background:#fff;color:#111827;cursor:pointer}.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.dialog-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.btn-primary,.btn-secondary{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:#6366f1;color:#fff;border:none}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{background:#c7d2fe;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f3f4f6}.dialog-wide{max-width:none;max-height:none}.health-checks-list{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.health-checks-list h3,.add-health-check-form h3{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.025em}.team-health-checks{margin-bottom:1rem}.team-health-checks:last-child{margin-bottom:0}.team-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.team-color-dot{width:10px;height:10px;border-radius:50%}.team-header .team-name{font-size:.9rem;font-weight:500;color:#111827}.health-check-items{display:flex;flex-wrap:wrap;gap:.5rem;padding-left:1.25rem}.health-check-item{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.375rem .5rem .375rem .75rem;border-radius:6px;cursor:pointer;transition:all .15s ease;border:2px solid transparent}.health-check-item:hover{background:#e5e7eb}.health-check-item.editing{background:#dbeafe;border-color:#3b82f6}.health-check-date{font-size:.85rem;color:#374151}.health-check-count{font-size:.75rem;color:#6b7280}.delete-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:4px;transition:all .2s ease}.delete-btn:hover{background:#fee2e2;color:#ef4444}.no-health-checks{font-size:.9rem;color:#6b7280;font-style:italic;margin:0}.add-health-check-form{margin:0}.form-row{display:flex;gap:.75rem;align-items:flex-end}.form-row .form-group{flex:1;margin-bottom:0}.form-row .btn-primary{flex-shrink:0;height:38px}.indicator-scores{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.indicator-scores h4{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 .25rem}.indicator-hint{font-size:.8rem;color:#6b7280;margin:0 0 1rem}.indicator-grid{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.add-health-check-form .indicator-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#f9fafb;border-radius:6px;border:1px solid transparent;transition:all .15s ease;margin-bottom:0}.add-health-check-form .indicator-row.enabled{background:#f0f9ff;border-color:#bae6fd}.indicator-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.indicator-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.indicator-name{font-size:.875rem;color:#374151}.indicator-controls{display:flex;align-items:center;gap:.5rem}.zone-select{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;border:1px solid #d1d5db;cursor:pointer;min-width:70px}.zone-select:focus{outline:none;box-shadow:0 0 0 2px #6366f133}.zone-select.zone-red{background:#fef2f2;border-color:#fecaca;color:#dc2626}.zone-select.zone-yellow{background:#fefce8;border-color:#fde047;color:#ca8a04}.zone-select.zone-green{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.position-select{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;border:1px solid #d1d5db;cursor:pointer;min-width:60px;background:#f9fafb;color:#374151}.position-select:focus{outline:none;box-shadow:0 0 0 2px #6366f133}.form-actions{margin-top:1.25rem;display:flex;justify-content:flex-end}.form-actions .btn-primary{height:auto;padding:.625rem 1.25rem}.zone-bar-container{display:flex;align-items:center;height:120px;flex-shrink:0;margin:0 .25rem;padding:4px 0}.zone-bar{width:3px;height:100%;border-radius:1.5px}.zone-bar-none{background-color:#e5e7eb}.trend-indicators{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;height:120px;min-width:20px;flex-shrink:0}.trend-indicator{display:flex;align-items:center;justify-content:center;line-height:1}.trend-indicator svg{display:block}.trend-dash{width:8px;height:1.5px;border-radius:1px}.action-summary.empty{display:flex;align-items:center;justify-content:center;min-width:150px;opacity:.5}.no-actions{font-size:.7rem;color:#9ca3af;text-align:center}.action-summary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem;min-width:150px;max-width:300px}.action-item{display:flex;align-items:flex-start;gap:.25rem;font-size:.6rem;line-height:1.15}.action-bullet{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:.2rem}.action-text{color:#4b5563;word-break:break-word}.action-tick{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tick-circle{width:11px;height:11px;border-radius:50%;border:1.5px solid;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.tick-check{font-size:6px;opacity:0;transition:opacity .2s ease;color:inherit}.action-tick:hover .tick-circle{background-color:currentColor}.action-tick:hover .tick-check{opacity:1;color:#fff}.action-item{transition:all .3s ease;opacity:1;transform:translate(0)}.action-item.completing{opacity:0;transform:translate(100%)}.history-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.history-section h2{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.completed-actions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.completed-action-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.completed-check{width:20px;height:20px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.completed-action-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.completed-indicator{font-size:.75rem;font-weight:600;color:#6b7280}.completed-text{font-size:.875rem;color:#374151;line-height:1.4}.completed-meta{font-size:.7rem;color:#9ca3af}.restore-btn{background:none;border:1px solid #d1d5db;border-radius:4px;padding:.25rem .5rem;cursor:pointer;color:#6b7280;font-size:.75rem;margin-left:auto;flex-shrink:0;transition:all .2s ease}.restore-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.flip-card{perspective:1000px;width:100%;height:340px}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card.highlighted .trend-chart{background:#6366f11a;animation:highlight-blend-in 1.5s cubic-bezier(.4,0,.2,1)}@keyframes highlight-blend-in{0%{background:#6366f100}20%{background:#6366f105}40%{background:#6366f10a}60%{background:#6366f10f}80%{background:#6366f114}to{background:#6366f11a}}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden}.flip-card-front{z-index:2}.flip-card-back{transform:rotateY(180deg)}.flip-card-front .trend-chart,.flip-card-back .trend-chart{position:relative;height:100%;box-sizing:border-box}.flip-dot{position:absolute;top:.75rem;right:.75rem;width:12px;height:12px;border-radius:50%;background:#6366f1;border:none;cursor:pointer;transition:all .2s ease;z-index:10}.flip-dot.has-action{width:16px;height:16px;background:#6366f1;box-shadow:0 0 0 3px #fff,0 0 0 5px #6366f1,0 0 0 8px #fff,0 0 0 10px #6366f1}.flip-dot:hover{background:#4f46e5;transform:scale(1.2)}.flip-dot.has-action:hover{box-shadow:0 0 0 3px #fff,0 0 0 5px #4f46e5,0 0 0 8px #fff,0 0 0 10px #4f46e5}.flip-dot:focus{outline:none;box-shadow:0 0 0 3px #6366f14d}.flip-dot.has-action:focus{box-shadow:0 0 0 3px #fff,0 0 0 5px #6366f1,0 0 0 8px #fff,0 0 0 10px #6366f1,0 0 0 13px #6366f14d}.action-subtitle{font-size:.85rem;color:#6b7280;margin:0 0 .75rem}.action-textarea{width:100%;height:200px;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;background:#f9fafb;color:#111827;line-height:1.5}.action-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}.action-textarea::placeholder{color:#9ca3af}.action-placeholder{display:flex;align-items:center;justify-content:center;height:200px;padding:1.5rem;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb}.action-placeholder p{margin:0;text-align:center;color:#6b7280;font-size:.9rem;line-height:1.5}.period-selection{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding:.75rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;max-width:900px;margin-left:auto;margin-right:auto}.period-selection span{font-size:.9rem;color:#0369a1}.clear-period-btn{padding:.375rem .75rem;font-size:.85rem;background:#fff;border:1px solid #bae6fd;border-radius:6px;color:#0369a1;cursor:pointer;transition:all .2s ease}.clear-period-btn:hover{background:#e0f2fe}.period-badge{display:inline-block;padding:.125rem .5rem;background:#dbeafe;color:#1e40af;border-radius:4px;font-size:.8rem;font-weight:500;margin-left:.5rem}@media(max-width:768px){.dashboard{padding:1rem}.dashboard-header h1{font-size:1.75rem}.charts-grid{grid-template-columns:1fr}.controls{flex-direction:column;gap:1rem}}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#111827}#root{min-height:100vh}
