*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;background:#f8f9fa}#root{width:100%;margin:0;padding:0}.App{width:100vw;background:#f8f9fa;padding:60px 0 0;margin:0;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box}.viewport-container{width:1920px;transform-origin:top center;position:relative;background:#f8f9fa}.benchmark-indicator{position:absolute;bottom:-28px;left:0;right:0;height:24px;display:flex;flex-direction:column;gap:4px;padding:0 10px;z-index:1;pointer-events:none;opacity:.85;transition:opacity .2s ease}.metric-card-wrapper:hover .benchmark-indicator{opacity:1}.benchmark-bar-wrapper{display:flex;align-items:center;gap:8px;height:10px}.benchmark-bar-container{flex:1;position:relative;height:100%}.benchmark-bar-background{position:relative;height:8px;background:#00000014;border-radius:4px;overflow:visible}.benchmark-bar-fill{height:100%;border-radius:4px;transition:width .3s ease,background-color .3s ease;box-shadow:0 1px 3px #00000026}.benchmark-marker{position:absolute;top:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.benchmark-marker-line{width:2px;height:12px;background:#00000080;margin-top:-9px;box-shadow:0 0 2px #0000001a}.benchmark-value{font-size:11px!important;color:#888!important;font-weight:600!important;white-space:nowrap;flex-shrink:0;padding-left:4px;transform:translateY(3px);display:inline-block!important}.benchmark-label{font-size:9px;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;text-align:center;margin-top:-2px}.metric-card-wrapper.has-benchmark{margin-bottom:28px}.change-indicator{position:absolute;top:0;right:6px;transform:translateY(-70%);background:#f8f9fa;border:1px solid #e0e0e0;border-radius:4px;padding:1px 2px;display:flex;align-items:center;gap:2px;font-size:10px;font-weight:600;box-shadow:0 1px 2px #00000014;z-index:10;line-height:1}.change-indicator .arrow-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0;vertical-align:middle}.change-indicator .value{display:inline-flex;align-items:center;justify-content:center;line-height:0;letter-spacing:-.2px;vertical-align:middle}.change-indicator.increase{color:#4a7c4a}.change-indicator.decrease{color:#b84444}.cpm-input-container .change-indicator{top:0;right:6px;transform:translateY(-70%)}.metric-card{background:#fff;border-radius:8px;padding:10px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer;width:100%;min-height:70px;height:70px;max-height:70px;display:flex;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:space-between;overflow:visible;position:relative;box-sizing:border-box;z-index:2}.metric-card:hover{z-index:10000;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;transform:translateY(-2px)}.metric-label{font-size:10px;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.2px;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;position:relative}.metric-value-container{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:30px;padding:0 2px}.cpm-input-container{position:absolute;top:-38px;left:10px;transform:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px;border-radius:8px;border:1.25px solid rgba(0,0,0,.15);z-index:2;background:#fff;width:auto;min-width:fit-content;height:35px;line-height:16px;box-sizing:border-box;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;cursor:pointer;transition:all .2s ease;overflow:visible;white-space:nowrap}.cpm-label{color:#666;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.2px;line-height:1;margin-bottom:0;flex-shrink:0;white-space:nowrap}.cpm-input{color:#202124;font-weight:700;cursor:pointer;transition:all .2s;font-size:18px;padding:0;background:transparent;border:none;width:auto;text-align:right;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-shrink:0;white-space:nowrap}.cpm-input:hover{color:#1a73e8}.cpm-input-container:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000029,0 2px 4px #0000003b}.metric-input.cpm-size{font-size:18px;width:55px;max-width:55px;padding:2px 4px;margin:0;text-align:left;border:1px solid rgba(255,255,255,.3)!important;border-radius:4px!important;background:#ffffff26!important;color:#fff!important;position:static!important;top:auto!important;left:auto!important;transform:none!important;z-index:10;font-weight:700;line-height:1;box-sizing:border-box;outline:none;font-family:inherit;display:inline-block;vertical-align:baseline;flex-shrink:0;white-space:nowrap;text-indent:2px}.cpm-input-container .metric-input.cpm-size:focus{background:#ffffff40!important;border:1px solid rgba(255,255,255,.5)!important;box-shadow:none}.metric-blue .cpm-input-container{background:linear-gradient(135deg,#6bb6ff,#a8d4ff);border-color:#5aa3eb}.metric-blue .cpm-input-container .cpm-label{color:#333;font-weight:500}.metric-blue .cpm-input-container .cpm-input{color:#333;font-weight:600}.metric-green .cpm-input-container{background:linear-gradient(135deg,#81c995,#9dd6aa);border-color:#6fb582}.metric-green .cpm-input-container .cpm-label{color:#333;font-weight:500}.metric-green .cpm-input-container .cpm-input{color:#333;font-weight:600}select.metric-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%231a73e8' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;padding-right:28px}select.metric-selector{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:none;font-weight:700;color:#202124;line-height:1.1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s;text-align:center;padding:2px 4px;width:100%;outline:none;background-image:none}select.metric-selector:hover{color:#1a73e8;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%231a73e8' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 4px center;padding-right:20px}select.metric-selector:focus,select.metric-selector.editing{border:2px solid #1a73e8;border-radius:4px;background:#fff;outline:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%231a73e8' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;padding-right:28px}.cpm-validation-error,.cpc-validation-error{position:absolute;top:-35px;right:10px;background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10;animation:errorSlideDown .2s ease-out}.cpm-validation-error:after,.cpc-validation-error:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#d93025}.cpl-validation-error{position:absolute;top:-35px;right:10px;background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10;animation:errorSlideDown .2s ease-out}.cpl-validation-error:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#d93025}.cpe-validation-error{position:absolute;top:-35px;right:10px;background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10;animation:errorSlideDown .2s ease-out}.cpe-validation-error:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#d93025}.cpa-validation-error{position:absolute;top:-35px;right:10px;background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10;animation:errorSlideDown .2s ease-out}.cpa-validation-error:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#d93025}.cps-validation-error{position:absolute;top:-35px;right:10px;background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10;animation:errorSlideDown .2s ease-out}.cps-validation-error:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#d93025}.cac-validation-error{position:absolute;top:-35px;right:10px;background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10;animation:errorSlideDown .2s ease-out}.cac-validation-error:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#d93025}.floating-slider-overlay{position:absolute;top:100%;left:0;right:0;z-index:9999;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;box-shadow:0 1px 4px #0000001a;margin-top:0;padding:8px 12px 4px;animation:slideUp .15s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.metric-value{font-weight:700;color:#202124;line-height:1.1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s,font-size .2s;text-align:center;display:flex;align-items:center;justify-content:center;padding:2px 4px;overflow:hidden;max-width:100%;white-space:nowrap;width:100%}.metric-value:hover{color:#1a73e8}.metric-input{font-weight:700;color:#202124;border:2px solid #1a73e8;border-radius:4px;padding:4px 8px;width:90%;text-align:center;background:transparent;outline:none;box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;line-height:1.2}.metric-input::-webkit-inner-spin-button,.metric-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.metric-input[type=number]{-moz-appearance:textfield}.metric-slider{margin-top:12px;width:100%}.floating-slider-overlay .metric-slider{margin:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.floating-slider-overlay .slider{height:4px;width:100%;margin:4px 0}.slider-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:#666;font-weight:500}.floating-slider-overlay .slider-labels{display:flex;justify-content:space-between;width:100%;margin-top:4px;margin-bottom:0;font-size:14px;color:#666;font-weight:500}.compact-cycle-slider{padding:4px 12px!important}.compact-cycle-slider .metric-slider{margin:0!important}.compact-slider-container{display:flex;align-items:center;gap:8px;width:100%}.compact-slider-min,.compact-slider-max{font-size:14px!important;line-height:1;color:#666;font-weight:600;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:25px;text-align:center;display:inline-block}.compact-slider-min{text-align:right}.compact-slider-max{text-align:left}.compact-slider-container .slider{flex:1;margin:0;height:3px}.compact-slider-container .slider::-webkit-slider-thumb{width:14px;height:14px}.compact-slider-container .slider::-moz-range-thumb{width:14px;height:14px}.slider-min,.slider-max{-webkit-user-select:none;user-select:none}.slider{width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;transition:background .3s;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#1a73e8;cursor:pointer;box-shadow:0 2px 4px #0003;transition:all .3s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 6px #0000004d}.slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#1a73e8;cursor:pointer;border:none;box-shadow:0 2px 4px #0003;transition:all .3s ease}.slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 3px 6px #0000004d}.slider::-webkit-slider-track{width:100%;height:6px;cursor:pointer;background:#e0e0e0;border-radius:3px}.slider::-moz-range-track{width:100%;height:6px;cursor:pointer;background:#e0e0e0;border-radius:3px;border:none}.validation-error{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#d93025;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10001;box-shadow:0 2px 8px #d930254d;animation:errorSlideDown .2s ease-out}.validation-error:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#d93025}@keyframes errorSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.metric-hint-icon{position:absolute;top:4px;right:-10px;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#202124;border:1px solid #202124;box-shadow:0 1px 2px #00000026;color:#fff;font-size:11px;font-weight:700;font-family:Courier New,Courier,monospace;line-height:1;text-align:center;cursor:help;z-index:100;transition:all .2s ease}.metric-hint-icon:hover{background-color:#333;border-color:#333;transform:scale(1.05)}.metric-hint-tooltip{width:400px;max-width:90vw;max-height:80vh;padding:16px 20px;background-color:#000000f2;color:#fff;font-size:16px;font-weight:400;white-space:normal;word-wrap:break-word;overflow-y:auto;border-radius:8px;box-shadow:0 8px 32px #00000080;z-index:999999;line-height:1.6;border:1px solid rgba(255,255,255,.2);text-transform:none;letter-spacing:normal}.metric-hint-title{font-size:16px;font-weight:700;margin-bottom:12px;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:8px}.metric-hint-content{color:#fffffff2}.metric-hint-content strong{color:#fff;font-weight:600}.empty-bubble{background:#fff6;border:2px dashed #ccc;border-radius:8px;width:100%;min-height:70px;height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;box-sizing:border-box}.empty-bubble:hover{border-color:#999;background:#fff9}.position-number{font-size:28px;font-weight:700;color:#666;line-height:1;margin-bottom:2px}.empty-bubble-label{color:#999;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.companion-metric-grid-cell .empty-bubble{min-height:22px;height:22px;min-width:95px;padding:2px 7px;display:flex;align-items:center;justify-content:center}.companion-metric-grid-cell .position-number{font-size:16px;margin-bottom:0;line-height:1;font-weight:600}.progress-table-wrapper{width:100%;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;background:#fff;overflow:hidden}.progress-table-container{width:100%;overflow:hidden}.progress-table-body-container{width:100%;max-height:495px;overflow-y:auto;overflow-x:hidden}.progress-table-footer-container{width:100%;overflow:hidden;border-top:2px solid #9ca3af;background-color:#f3f4f6}.progress-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;background:transparent;position:relative}.progress-table thead{background-color:#353839}.progress-table-body-container::-webkit-scrollbar{width:8px}.progress-table-body-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.progress-table-body-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.progress-table-body-container::-webkit-scrollbar-thumb:hover{background:#555}.progress-table th{padding:12px 16px;text-align:left;font-weight:700;color:#fff;font-size:13px;border-bottom:1px solid #4b5563;border-right:2px solid rgba(255,255,255,.15);white-space:nowrap;position:relative}.progress-table th:last-child{border-right:none}.progress-table thead tr:first-child th:first-child{border-top-left-radius:11px}.progress-table thead tr:first-child th:last-child{border-top-right-radius:11px}.progress-table th:nth-child(1),.progress-table td:nth-child(1){width:5%}.progress-table th:nth-child(2),.progress-table td:nth-child(2){width:11%}.progress-table th:nth-child(3),.progress-table td:nth-child(3){width:8%}.progress-table th:nth-child(4),.progress-table td:nth-child(4){width:7%}.progress-table th:nth-child(5),.progress-table td:nth-child(5){width:8%}.progress-table th:nth-child(6),.progress-table td:nth-child(6){width:8%}.progress-table th:nth-child(7),.progress-table td:nth-child(7){width:8%}.progress-table th:nth-child(8),.progress-table td:nth-child(8){width:9%}.progress-table th:nth-child(9),.progress-table td:nth-child(9){width:9%}.progress-table th:nth-child(10),.progress-table td:nth-child(10){width:9%}.progress-table th:nth-child(11),.progress-table td:nth-child(11){width:9%}.progress-table th:nth-child(12),.progress-table td:nth-child(12){width:9%}.progress-table tbody tr{background-color:#fff;border-bottom:1px solid #e5e7eb}.progress-table tbody tr.even-row{background-color:#f9fafb}.progress-table tbody tr:hover{background-color:#f3f4f6}.progress-table td{padding:10px 16px;color:#111827;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-table tbody td{text-align:right}.progress-table tbody td:first-child{font-weight:500}.progress-table tbody td:nth-child(2){font-weight:500}.progress-table .summary-row{background-color:#f3f4f6!important;font-weight:700}.progress-table .summary-row:hover{background-color:#e5e7eb!important}.progress-table .summary-row td{font-weight:700!important;padding:12px 16px;text-align:right}.progress-table .summary-row td:first-child,.progress-table .summary-row td:nth-child(2){text-align:right;font-weight:700}.progress-table tbody tr:nth-last-child(2){border-bottom:none}.header-with-tooltip{display:inline-block;position:static}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:11px;height:11px;border-radius:50%;background-color:#fff;color:#000;font-size:7px;font-weight:700;cursor:help;transition:background-color .2s;position:absolute;top:10px;right:8px;z-index:100}.tooltip-icon:hover{background-color:#f0f0f0}.tooltip-content{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);width:350px;min-height:100px;max-height:350px;padding:16px 20px;background-color:#000000f2;color:#fff;font-size:13px;font-weight:400;white-space:normal;word-wrap:break-word;overflow-y:auto;border-radius:8px;box-shadow:0 8px 24px #0006;z-index:99999;line-height:1.6;border:1px solid rgba(255,255,255,.2)}.tooltip-content:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(0,0,0,.95)}.tooltip-content-portal{width:400px;max-width:90vw;min-height:100px;max-height:400px;padding:16px 20px;background-color:#000000f2;color:#fff;font-size:14px;font-weight:400;white-space:normal;word-wrap:break-word;overflow-y:auto;border-radius:8px;box-shadow:0 8px 32px #00000080;z-index:999999;line-height:1.6;border:1px solid rgba(255,255,255,.2)}.tooltip-content-portal:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(0,0,0,.95)}.charts-section{background:#fff;border-radius:12px;padding:20px;margin:20px;box-shadow:0 2px 8px #00000014;box-sizing:border-box}.charts-section .section-title{font-size:18px;font-weight:600;margin:0;color:#202124;border-bottom:none;padding-bottom:0}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}.chart-card{background:#fafafb;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;min-height:440px}.chart-title{font-size:14px;font-weight:600;color:#000;margin:0 0 5px;text-transform:uppercase;letter-spacing:.5px}.custom-tooltip{background:#fffffffa;border:1px solid #e0e0e0;border-radius:6px;padding:10px 14px;box-shadow:0 2px 8px #00000026}.tooltip-label{font-weight:600;color:#202124;margin:0 0 6px;font-size:13px}.tooltip-item{margin:4px 0;font-size:12px;color:#5f6368}.recharts-text{font-size:12px;fill:#666}.recharts-legend-wrapper{padding-top:10px}.recharts-legend-item-text{color:#5f6368!important;font-size:12px!important}.recharts-cartesian-axis-tick-value{fill:#666;font-size:11px}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#f0f0f0}.charts-section{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.show-grid-mode .charts-section{position:relative}.show-grid-mode .charts-section:before{content:"Charts Section";position:absolute;top:-20px;left:0;font-size:10px;color:#999;text-transform:uppercase;letter-spacing:1px}.chart-card.dark{background:#353839;border:1px solid #4a4d4e}.chart-card.dark .chart-title{color:#fff}.recharts-responsive-container{min-height:380px}.chart-loading{display:flex;align-items:center;justify-content:center;height:300px;color:#999;font-size:14px}.chart-empty{display:flex;align-items:center;justify-content:center;height:300px;color:#999;font-size:14px;text-align:center;padding:20px}.chart-subtitle{font-size:12px;color:#999;margin:-10px 0 15px;font-weight:400}.recharts-brush{fill:#f0f0f0;fill-opacity:.5}.recharts-brush-slide{fill:#8884d8;fill-opacity:.3}.recharts-reference-line-label{font-size:11px;font-weight:600;fill:#666}.bottleneck-analysis{width:100%;padding:0;margin-top:15px}.bottleneck-analysis .chart-card{background:#fafafb;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;min-height:440px;width:100%}.bottleneck-analysis .chart-title{font-size:14px;font-weight:600;color:#000;margin:0 0 5px;text-transform:uppercase;letter-spacing:.5px}.chart-legend-top{display:flex;justify-content:center;gap:20px;margin-bottom:0;padding-bottom:10px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:5px}.legend-color{width:12px;height:12px;border-radius:2px}.legend-label{font-size:12px;color:#000;font-weight:500}.bottleneck-container{background:#fff;border-radius:12px;padding:15px 20px 20px;margin:20px;box-shadow:0 2px 8px #00000014;box-sizing:border-box}.bottleneck-container .section-title{margin-bottom:5px}@media (max-width: 768px){.chart-legend-top{gap:10px}.legend-item{font-size:11px}}.benchmark-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:9998;animation:fadeIn .2s ease-out}.benchmark-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:9999;width:95%;max-width:1600px;max-height:85vh;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.benchmark-modal-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#f8f9fa}.benchmark-modal-header h2{margin:0;font-size:18px;font-weight:600;color:#202124}.benchmark-modal-close{background:none;border:none;font-size:24px;color:#5f6368;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.benchmark-modal-close:hover{background:#0000000d}.benchmark-modal-content{flex:1;padding:20px;overflow:hidden;display:flex;flex-direction:column}.benchmark-table-container{flex:1;overflow:auto;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px}.benchmark-table{width:100%;border-collapse:collapse;background:#fff}.benchmark-table thead{background:#f8f9fa;position:sticky;top:0;z-index:1}.benchmark-table th{padding:12px;text-align:center;font-size:12px;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e0e0e0}.benchmark-table th.source-header{text-align:left}.source-header{width:200px;font-weight:700;text-align:left}.metric-header{text-align:center;width:110px;min-width:110px}.benchmark-table tbody tr{border-bottom:1px solid #e0e0e0}.benchmark-table tbody tr:hover{background:#f8f9fa}.source-name{padding:12px;font-weight:600;color:#202124;background:#fafafa;position:sticky;left:0;z-index:1;text-align:left;width:200px}.benchmark-cell{padding:8px;text-align:center;cursor:pointer;position:relative;transition:all .2s}.benchmark-cell:hover{background:#1a73e80a}.benchmark-cell.selected{background:#1a73e814}.benchmark-cell.editable{cursor:pointer}.benchmark-value{font-size:14px;font-weight:500;color:#202124;min-height:24px;display:flex;align-items:center;justify-content:center}.selection-indicator{position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:transparent;border:2px solid transparent;transition:all .2s}.selection-indicator.active{background:#1a73e8;border-color:#1a73e8}.benchmark-input{width:60px;padding:4px 8px;border:2px solid #1a73e8;border-radius:4px;font-size:14px;text-align:center;outline:none;-moz-appearance:textfield}.benchmark-input::-webkit-outer-spin-button,.benchmark-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.source-name-input{width:100%;padding:4px 8px;border:2px solid #1a73e8;border-radius:4px;font-size:14px;font-weight:600;outline:none}.source-header-content{display:flex;justify-content:space-between;align-items:center;gap:8px}.add-source-btn{width:24px;height:24px;border-radius:4px;border:1px solid #dadce0;background:#fff;color:#1a73e8;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1}.add-source-btn:hover{background:#1a73e8;color:#fff;border-color:#1a73e8}.source-name-content{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%}.source-name-content span{flex:1;cursor:text}.delete-source-btn{width:20px;height:20px;border-radius:3px;border:1px solid #dadce0;background:#fff;color:#dc3545;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;flex-shrink:0}.delete-source-btn:hover{background:#dc3545;color:#fff;border-color:#dc3545}.benchmark-modal-footer{padding:16px 20px;border-top:1px solid #e0e0e0;background:#f8f9fa}.business-context-heading{margin:0 0 12px;font-size:14px;font-weight:600;color:#202124;text-transform:uppercase;letter-spacing:.5px}.context-inputs-section{display:flex;gap:12px;align-items:flex-end}.context-input-group{flex:1;display:flex;flex-direction:column;gap:4px}.context-input-group label{font-size:11px;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.5px}.context-input{padding:8px 10px;border:1px solid #dadce0;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s;background:#fff}.context-input:focus{border-color:#1a73e8;box-shadow:0 0 0 1px #1a73e8}.context-input::placeholder{color:#999;font-size:12px}.benchmark-select-section{width:100%}.benchmark-info{margin-top:16px;padding:12px;background:#f0f7ff;border-radius:6px;border:1px solid #d0e3ff}.info-text{margin:0;font-size:13px;color:#5f6368;line-height:1.5}.context-input.error{border-color:#dc3545;box-shadow:0 0 0 1px #dc3545}.field-error{display:block;color:#dc3545;font-size:11px;margin-top:4px;font-weight:500}.benchmark-select{width:100%;padding:8px 10px;border:1px solid #dadce0;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s;background:#fff;cursor:pointer}.benchmark-select:focus{border-color:#1a73e8;box-shadow:0 0 0 1px #1a73e8}.benchmark-select.error{border-color:#dc3545;box-shadow:0 0 0 1px #dc3545}.metric-header-with-tooltip{display:inline-flex;align-items:center;gap:4px}.metric-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;background-color:#e0e0e0;color:#5f6368;font-size:9px;font-weight:700;cursor:help;transition:background-color .2s;margin-left:2px}.metric-tooltip-icon:hover{background-color:#1a73e8;color:#fff}.metric-tooltip-content,.metric-tooltip-portal{position:fixed;z-index:10001;padding:10px 14px;background-color:#000000e6;color:#fff;font-size:12px;font-weight:400;white-space:nowrap;border-radius:6px;box-shadow:0 2px 8px #0000004d;text-transform:none;letter-spacing:normal;pointer-events:none}.metric-tooltip-content:after,.metric-tooltip-portal:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.9)}.metrics-container{width:1920px;margin:0;padding:0;box-sizing:border-box;display:flex;flex-direction:column;background:#f8f9fa;position:relative}.top-menu-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #e8eaed;padding:0 40px;box-shadow:0 2px 4px #00000014;position:fixed;top:0;left:0;right:0;z-index:9999;height:60px;box-sizing:border-box;width:100%;margin:0}.menu-left{flex:1;display:flex;align-items:center;gap:10px}.menu-center{flex:1;display:flex;align-items:center;justify-content:center}.menu-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:8px}.app-title{font-size:24px;font-weight:600;color:#202124;margin:0;letter-spacing:-.5px}.version-info{font-size:14px;color:#666;font-weight:500}.environment-badge{display:inline-flex;align-items:center;gap:8px;background:#363839;color:#fff;border-radius:8px;padding:8px 12px;height:35px;font-size:12px;font-weight:600;letter-spacing:.5px;transition:background .2s ease}.environment-badge .env-status{display:inline-flex;align-items:center}.environment-badge.production .env-status{color:#81c995}.environment-badge.development .env-status{color:#f44}.environment-badge .env-version{color:#fff}.grid-toggle-button{background:#363839;color:#fff;border:none;border-radius:8px;padding:8px 12px;height:35px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;align-items:center;justify-content:center}.grid-toggle-button:hover{background:#2a2b2c;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.grid-toggle-button:active{transform:translateY(0);box-shadow:0 2px 4px #6c757d33}.grid-toggle-button.active{background:#363839;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.grid-toggle-button.active:hover{background:#2a2b2c;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.hints-toggle-button{background:#363839;color:#fff;border:none;border-radius:8px;padding:8px 12px;height:35px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;align-items:center;justify-content:center}.hints-toggle-button:hover{background:#2a2b2c;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.hints-toggle-button:active{transform:translateY(0);box-shadow:0 2px 4px #6c757d33}.hints-toggle-button.active{background:#363839;color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.hints-toggle-button.active:hover{background:#2a2b2c;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.changes-toggle-button{background:#363839;color:#fff;border:none;border-radius:8px;padding:8px 12px;height:35px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;align-items:center;justify-content:center}.changes-toggle-button:hover{background:#2a2b2c;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.changes-toggle-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.changes-toggle-button.active{background:#363839;color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.changes-toggle-button.active:hover{background:#2a2b2c;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.reset-button{background:#363839;color:#fff;border:none;border-radius:8px;padding:8px 12px;height:35px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;align-items:center;justify-content:center}.reset-button:hover{background:#2a2b2c;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.reset-button:active{transform:translateY(0);box-shadow:0 2px 4px #dc354533}.reset-button.resetting{background:#363839;color:#fff;cursor:not-allowed;opacity:.6}.reset-button.resetting:hover{background:#363839;transform:none}.reset-button .spinner{display:inline-block;animation:spin 1s linear infinite;margin-right:4px}.save-button{background:#363839;color:#fff;border:none;border-radius:8px;padding:8px 12px;height:35px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}.save-button.saved{background:#363839;color:#fff;opacity:.8;cursor:default}.save-button.unsaved{background:#363839;color:#fff}.save-button.saving{background:#363839;color:#fff;opacity:.7;cursor:wait}.save-button:hover:not(:disabled){background:#2a2b2c;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.save-button:disabled{opacity:.7;cursor:not-allowed}.save-button .spinner{animation:spin 1s linear infinite;display:inline-block;margin-right:4px}.save-button .checkmark{color:#28a745;font-size:14px;margin-right:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-dropdown-container{position:relative}.profile-button{background:#363839;border:none;border-radius:8px;width:35px;height:35px;cursor:pointer;transition:all .2s ease;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.profile-button:hover{background:#2a2b2c;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.profile-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase}.profile-dropdown-menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden}.profile-email{padding:12px 16px;font-size:13px;color:#495057;border-bottom:1px solid #dee2e6;word-break:break-all}.profile-divider{height:1px;background:#dee2e6}.profile-menu-item{width:100%;padding:10px 16px;background:none;border:none;text-align:left;font-size:13px;color:#495057;cursor:pointer;transition:background .2s ease}.profile-menu-item:hover{background:#f8f9fa}.auth-forgot{background:none;border:none;color:#667eea;cursor:pointer;font-size:13px;margin-top:10px;padding:5px;transition:color .2s}.auth-forgot:hover{color:#764ba2;text-decoration:underline}.auth-success{text-align:center}.auth-success h2{color:#28a745;margin-bottom:15px}.auth-success p{color:#666;margin-bottom:20px;font-size:14px}.main-sections-container{display:flex;justify-content:center;gap:25px;padding:20px;width:100%;box-sizing:border-box}.section-card{background:#fff;border-radius:12px;padding:15px 20px 20px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:12px}.section-title{font-size:18px;font-weight:600;color:#202124;margin:0;padding-bottom:8px;border-bottom:1px solid #e8eaed}.section-grid{display:grid;gap:15px}.section-grid-2x3{grid-template-columns:repeat(2,160px);grid-template-rows:repeat(3,70px)}.section-grid-2x4{grid-template-columns:repeat(2,160px);grid-template-rows:repeat(4,70px)}.section-grid-4x3{grid-template-columns:repeat(4,160px);grid-template-rows:repeat(3,70px)}.section-grid-4x4{grid-template-columns:repeat(4,160px);grid-template-rows:repeat(4,70px)}.section-left{flex:0 0 375px}.section-middle,.section-right{flex:0 0 725px}.funnel-container{background:#fff;border-radius:12px;margin:20px;padding:15px 20px 50px;box-shadow:0 2px 8px #00000014;width:calc(100% - 40px);box-sizing:border-box;position:relative}.funnel-container .section-title{margin-bottom:5px}.benchmark-controls-bottom{position:absolute;bottom:25px;left:20px;display:flex;gap:10px;z-index:5}.benchmark-toggle-btn,.benchmark-config-btn{background:#363839!important;border-radius:8px!important;padding:8px 12px!important;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important;cursor:pointer!important;height:35px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:none!important;font-size:10px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.2px!important;color:#fff!important;box-sizing:border-box!important;-webkit-user-select:none!important;user-select:none!important;min-width:fit-content!important}.benchmark-toggle-btn:hover,.benchmark-config-btn:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b!important;transform:translateY(-2px)!important;background:#2a2b2c!important}.funnel-row-1{display:grid;grid-template-columns:repeat(8,200px);gap:34px;width:100%;padding-top:120px;margin-bottom:40px;position:relative;justify-content:center}.half-height-cells-container{position:absolute;top:0;left:0;right:0;height:120px;pointer-events:none}.half-height-cells-container>*{pointer-events:auto}.half-height-cell-41b{position:absolute;top:2px;left:334px;transform:translate(-50%);width:200px;height:35px}.half-height-cell-44b{position:absolute;top:2px;left:1036px;transform:translate(-50%);width:200px;height:35px}.half-height-cell-47b{position:absolute;top:40px;left:1738px;transform:translate(-50%);width:200px;height:35px}.half-height-cell-47c{position:absolute;top:2px;left:1738px;transform:translate(-50%);width:200px;height:35px}.half-height-cells-container .metric-wrapper{width:100%;height:35px!important;min-height:35px!important;max-height:35px!important}.half-height-cells-container .empty-placeholder{width:100%;height:35px}.half-height-cells-container .empty-bubble{opacity:0;pointer-events:none}.half-height-cells-container .metric-wrapper{opacity:1!important;pointer-events:auto!important}.show-grid-mode .half-height-cells-container .empty-bubble{opacity:1;pointer-events:auto}.half-height-cells-container .empty-bubble{width:100%;height:35px;min-height:35px;box-sizing:border-box}.half-height-cells-container .position-number{font-size:20px}.funnel-row-2{display:grid;grid-template-columns:repeat(7,150px);gap:84px;width:auto;margin:0 auto 100px;justify-content:center;position:relative}.funnel-row-2 .metric-wrapper{width:150px;height:70px}.funnel-row-3{position:relative;width:1554px;height:70px;margin:0 auto}.funnel-row-3>*:nth-child(1){position:absolute;left:234px;width:150px}.funnel-row-3>*:nth-child(2){position:absolute;left:468px;width:200px}.funnel-row-3>*:nth-child(3){position:absolute;left:1120px;width:200px}.funnel-row-3>*:nth-child(4){position:absolute;left:1404px;width:150px}.show-grid-mode .funnel-row-3>.empty-bubble:nth-child(1){width:150px!important;height:70px}.show-grid-mode .funnel-row-3>.empty-bubble:nth-child(2){width:200px!important;height:70px}.show-grid-mode .funnel-row-3>.empty-bubble:nth-child(3){width:200px!important;height:70px}.show-grid-mode .funnel-row-3>.empty-bubble:nth-child(4){width:150px!important;height:70px}.funnel-row-3 .empty-bubble{width:auto!important}.funnel-row-3>*:nth-child(1) .empty-bubble{width:150px!important}.funnel-row-3>*:nth-child(2) .empty-bubble{width:200px!important}.funnel-row-3>*:nth-child(3) .empty-bubble{width:200px!important}.funnel-row-3>*:nth-child(4) .empty-bubble{width:150px!important}.funnel-row-3>*:nth-child(1) .metric-wrapper{width:150px;height:70px}.funnel-row-3>*:nth-child(2) .metric-wrapper{width:200px;height:70px}.funnel-row-3>*:nth-child(3) .metric-wrapper{width:200px;height:70px}.funnel-row-3>*:nth-child(4) .metric-wrapper{width:150px;height:70px}.metric-card{min-height:70px;height:70px;font-size:.95em;padding:10px;box-sizing:border-box}.metric-card .metric-value{max-width:100%;white-space:nowrap}.metric-card .metric-label{font-size:11px;line-height:1.2;font-weight:600}.main-grid .metric-card .metric-label{font-size:10px;margin-bottom:2px}.metric-wrapper{width:100%;height:70px}.section-grid-2x4 .metric-wrapper,.section-grid-4x4 .metric-wrapper{width:160px;height:70px}.readonly-wrapper .metric-card{outline:1px solid #1a1a1a;cursor:default}.metric-blue .metric-card{background:linear-gradient(135deg,#6bb6ff,#a8d4ff);border:1px solid #5aa3eb;color:#333}.metric-blue .metric-card .metric-label{color:#333;font-weight:500}.metric-blue .metric-card .metric-value{color:#333;font-weight:600}.metric-blue .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-blue .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-blue .metric-card .slider{accent-color:#333}.metric-green .metric-card{background:linear-gradient(135deg,#81c995,#9dd6aa);border:1px solid #6fb582;color:#333}.metric-green .metric-card .metric-label{color:#333;font-weight:500}.metric-green .metric-card .metric-value{color:#333;font-weight:600}.metric-green .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-green .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-green .metric-card .slider{accent-color:#333}.metric-purple .metric-card{background:linear-gradient(135deg,#c5b3e6,#b8a7d9);border:1px solid #b39ed3;color:#333}.metric-purple .metric-card .metric-label{color:#333;font-weight:500}.metric-purple .metric-card .metric-value{color:#333;font-weight:600}.metric-purple .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-purple .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-purple .metric-card .slider{accent-color:#333}.metric-orange .metric-card{background:linear-gradient(135deg,#ffb366,#ff9f43);border:1px solid #ff8c42;color:#333}.metric-orange .metric-card .metric-label{color:#333;font-weight:500}.metric-orange .metric-card .metric-value{color:#333;font-weight:600}.metric-orange .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-orange .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-orange .metric-card .slider{accent-color:#333}.metric-yellow .metric-card{background:linear-gradient(135deg,#ffd93d,#ffcd3c);border:1px solid #ffc82c;color:#333}.metric-yellow .metric-card .metric-label{color:#333;font-weight:500}.metric-yellow .metric-card .metric-value{color:#333;font-weight:600}.metric-yellow .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-yellow .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-yellow .metric-card .slider{accent-color:#333}.metric-red .metric-card{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:1px solid #e55a4e;color:#333}.metric-red .metric-card .metric-label{color:#333;font-weight:500}.metric-red .metric-card .metric-value{color:#333;font-weight:600}.metric-red .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-red .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-red .metric-card .slider{accent-color:#333}.metric-teal .metric-card{background:linear-gradient(135deg,#67e8f9,#22d3ee);border:1px solid #06b6d4;color:#333}.metric-teal .metric-card .metric-label{color:#333;font-weight:500}.metric-teal .metric-card .metric-value{color:#333;font-weight:600}.metric-teal .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-teal .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-teal .metric-card .slider{accent-color:#333}.metric-lavender .metric-card{background:linear-gradient(135deg,#94b3e8,#82a5e0);border:1px solid #7096d8;color:#333}.metric-lavender .metric-card .metric-label{color:#333;font-weight:500}.metric-lavender .metric-card .metric-value{color:#333;font-weight:600}.metric-lavender .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-lavender .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-lavender .metric-card .slider{accent-color:#333}.empty-placeholder{width:160px;height:70px;visibility:hidden}.layout-main .metric-card{width:160px;height:70px}.layout-main .metric-label{font-size:10px}.layout-main .metric-value{font-size:24px}.layout-funnel .metric-card{height:70px}.layout-half .metric-card{height:35px!important;min-height:35px!important;max-height:35px!important;padding:4px 8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.layout-half .metric-label{font-size:11px;margin-bottom:0;flex-shrink:0;white-space:nowrap}.layout-half .metric-value-container{flex:1;display:flex;align-items:center;justify-content:flex-end;min-height:auto;padding:0}.layout-half .metric-value{font-size:18px!important;line-height:1}.layout-half .floating-slider-overlay{top:35px}.layout-half .floating-slider-overlay.compact-cycle-slider{top:35px;padding:3px 8px!important}.layout-half .metric-input,.layout-half select.metric-input{font-size:18px!important;padding:2px 4px;height:auto;min-height:auto}.layout-half .empty-bubble{height:35px;min-height:35px}.layout-half .position-number{font-size:20px}.show-grid-mode .empty-bubble{opacity:1!important;border:2px solid #666;background:#ffffffe6}.show-grid-mode .cpm-input-container{display:none}.show-grid-mode .empty-bubble:hover{border-color:#333;background:#fff}.show-grid-mode .position-number{color:#333;font-size:28px;font-weight:600}.show-grid-mode .companion-metric-grid-cell .position-number{font-size:16px}.metric-pink .metric-card{background:linear-gradient(135deg,#ff9fb2,#ff6b9d);border:1px solid #ff4081;color:#333}.metric-pink .metric-card .metric-label{color:#333;font-weight:500}.metric-pink .metric-card .metric-value{color:#333;font-weight:600}.metric-pink .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.metric-pink .metric-card .metric-input::placeholder{color:#ffffffb3}.metric-pink .metric-card .slider{accent-color:#333}@media (max-width: 768px){.top-menu-bar{padding:6px 12px}.environment-badge{font-size:11px;height:30px;padding:6px 8px}.app-title{font-size:16px}.reset-button{font-size:12px;padding:5px 10px}}@media (max-width: 1400px){.main-grid{grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(5,auto);gap:10px}}@media (max-width: 1200px){.main-grid{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(7,auto);gap:10px}.main-flow{grid-template-columns:repeat(6,1fr);gap:15px}.ratios-flow{grid-template-columns:repeat(6,1fr);max-width:calc(100% - 60px)}}@media (max-width: 768px){.main-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(10,auto);gap:8px}.main-flow{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:12px}.ratios-flow{grid-template-columns:repeat(4,1fr);max-width:calc(100% - 80px)}}@media (max-width: 480px){.metrics-container{padding:15px;gap:20px}.main-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(20,auto);gap:8px}.main-flow{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,auto);gap:10px}.ratios-flow{grid-template-columns:repeat(2,1fr);max-width:calc(100% - 100px)}}.progress-table-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin:20px;padding:20px;box-sizing:border-box}.table-header-row{display:flex;justify-content:space-between;align-items:center;padding:0 0 20px;border-bottom:1px solid #e8eaed;margin-bottom:20px}.progress-table-section .section-title{margin:0;font-size:18px;font-weight:600;color:#333;border-bottom:none;padding-bottom:0}.forecast-horizon-control{width:250px}.forecast-horizon-control .metric-wrapper{height:35px!important}.forecast-horizon-control .metric-card{background:#353839;border:1px solid #4a4d4e;height:35px!important;margin:0}.forecast-horizon-control .metric-card .metric-label,.forecast-horizon-control .metric-card .metric-value,.forecast-horizon-control .metric-card .metric-input{color:#fff}.forecast-horizon-control .metric-card .metric-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.forecast-horizon-control .metric-card .metric-input::placeholder{color:#ffffffb3}.forecast-horizon-control .metric-card .slider{accent-color:#333}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.auth-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:10px}.auth-card h2{text-align:center;color:#333;margin-bottom:30px;font-size:1.5rem}.auth-card form{display:flex;flex-direction:column;gap:15px}.auth-card input{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s}.auth-card input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-card button[type=submit]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s}.auth-card button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fee;color:#c00;padding:10px;border-radius:6px;font-size:14px;text-align:center}.auth-switch{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;text-align:center;width:100%;margin-top:20px;padding:10px;transition:color .2s}.auth-switch:hover{color:#764ba2;text-decoration:underline}
