:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#e7c9ff;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--title-bar-bg:#000;--perfect-red:#ff4545;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc6d;--accent-border:#c084fc80;--social-bg:#2f303a;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:100vw;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;width:100%;height:100%;display:flex}@media (width<=1024px){#center{gap:18px}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.get-forecast-btn{background-color:var(--accent-bg);width:fit-content;color:var(--text-h);cursor:pointer;border:0;border-radius:20px;padding:12px 24px}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--bg);border:1px solid var(--border);width:100%;max-width:360px;box-shadow:var(--shadow);text-align:left;border-radius:10px;padding:36px 32px}.login-logo{height:48px;margin-bottom:16px;display:block}.login-card h1{letter-spacing:normal;color:var(--text-h);margin:0 0 20px;font-size:20px;font-weight:700}.btn-google{border:1px solid var(--border);background:var(--bg);cursor:pointer;width:100%;color:var(--text-h);border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:9px 16px;font-size:14px;font-weight:500;transition:background .15s;display:flex}.btn-google:hover:not(:disabled){background:var(--code-bg)}.btn-google:disabled{opacity:.5;cursor:not-allowed}.divider{text-align:center;color:var(--text);margin:16px 0;font-size:12px;position:relative}.divider:before,.divider:after{content:"";background:var(--border);width:42%;height:1px;position:absolute;top:50%}.divider:before{left:0}.divider:after{right:0}.login-card form{flex-direction:column;gap:10px;display:flex}.login-card input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);box-sizing:border-box;border-radius:6px;padding:9px 12px;font-size:14px}.login-card input:focus{outline:2px solid var(--perfect-red);outline-offset:-1px;border-color:#0000}.btn-primary{background:var(--perfect-red);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:9px 16px;font-size:14px;font-weight:500;transition:opacity .15s}.btn-primary:hover:not(:disabled){opacity:.88}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.error-msg{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-top:12px;padding:8px 12px;font-size:13px}.forgot-link{text-align:center;color:var(--text);margin-top:12px;font-size:12.5px;display:block}.forgot-link:hover{color:var(--text-h)}.top-bar{background-color:var(--title-bar-bg);justify-content:space-between;align-items:center;height:3vh;padding:10px 20px;display:flex}.top-bar-title{color:var(--perfect-red);margin:0;padding:0;font-size:1.5em}.top-bar-logout{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:4px;padding:5px 12px;font-size:13px;transition:border-color .15s,color .15s}.top-bar-logout:hover{color:#fff;border-color:#ffffff80}.table{width:90vw;height:70vh;margin:auto;padding:20px}.tab{cursor:pointer;background-color:var(--accent-bg);width:200px;height:100%;color:var(--text);box-sizing:border-box;border:none;border-bottom:4px solid #0000;align-items:center;margin:0 .5px;padding:0 20px;display:flex}.tab:hover,.tab-active{background-color:var(--bg);color:var(--text-h)}.forecast-view{flex-direction:column;padding:40px;display:flex}.forecast-view .MuiOutlinedInput-input,.forecast-view .MuiSelect-select,.forecast-view .MuiAutocomplete-input{color:var(--text)!important}.forecast-view .MuiOutlinedInput-notchedOutline,.forecast-view .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.forecast-view .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--text)!important}.forecast-view .MuiInputLabel-root,.forecast-view .MuiInputLabel-root.Mui-focused,.forecast-view .MuiSelect-icon,.forecast-view .MuiAutocomplete-popupIndicator,.forecast-view .MuiAutocomplete-clearIndicator{color:var(--text)!important}.tab-bar{background-color:var(--title-bar-bg);flex-direction:row;justify-content:flex-start;height:3vh;padding:0 5px;display:flex}.portal-config-view{flex-direction:column;padding:40px;display:flex}.controls{flex-direction:row;align-items:center;gap:16px;display:flex}.control-field{flex:0 0 240px}.forecast-toggle{border-bottom:1px solid var(--accent-bg);flex-direction:row;margin-bottom:16px;display:flex}.forecast-toggle button{color:var(--text);cursor:pointer;font:inherit;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 20px;transition:color .15s,border-color .15s}.forecast-toggle button:hover:not(:disabled){color:var(--text-h)}.forecast-toggle button:disabled{color:var(--text-h);border-bottom-color:var(--accent);cursor:default;opacity:1}.revert-button{align-self:flex-start;width:fit-content}.portal-config-view .MuiOutlinedInput-input,.portal-config-view .MuiSelect-select,.portal-config-view .MuiAutocomplete-input{color:var(--text)!important}.portal-config-view .MuiOutlinedInput-notchedOutline,.portal-config-view .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.portal-config-view .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--text)!important}.portal-config-view .MuiInputLabel-root,.portal-config-view .MuiInputLabel-root.Mui-focused,.portal-config-view .MuiSelect-icon,.portal-config-view .MuiAutocomplete-popupIndicator,.portal-config-view .MuiAutocomplete-clearIndicator{color:var(--text)!important}.calculation-view{flex-direction:row;justify-content:space-between;gap:2rem;height:100%;padding:40px;display:flex}.calculation-view-vertical{flex-direction:column;gap:2rem;width:60vw;display:flex}.detail-view-vertical{flex-direction:column;gap:2rem;width:40vw;display:flex}.calculation-section{border:2px solid var(--border);border-radius:8px;flex-direction:column;gap:1rem;height:fit-content;display:flex;overflow:hidden}.calculation-content{padding:20px}.section-header{background-color:var(--perfect-red);height:fit-content;padding:10px;display:block}.bold{color:var(--text-h);font-weight:700}.calculation-config{flex-direction:column;justify-content:space-between;gap:1rem;height:100%;display:flex}.calculation-config-horizontal{flex-direction:row;gap:4rem;height:100%;display:flex}.calculation-config-left{flex-direction:column;gap:2rem;width:40%;margin:0;padding:0;display:flex}@media screen and (width<=1920px){.calculation-config-left{width:50%}}.calculation-config-right{flex-direction:column;gap:2rem;width:60%;margin:0;padding:0;display:flex}@media screen and (width<=1920px){.calculation-config-right{width:50%}}.forecast-settings-read{flex-direction:row;justify-content:space-between;gap:1rem;padding:0 0 20px;display:flex}.forecast-setting{flex-direction:column;gap:.5rem;display:flex}.calculation-inputs{flex-direction:row;justify-content:center;gap:2rem;width:100%;padding-top:.5rem;display:flex}.forecast-select{text-align:left}.calculation-details{flex-direction:row;gap:2rem;width:100%;display:flex}.calculation-details-column{flex-direction:column;gap:.25rem;width:50%;margin-top:20px;display:flex}.wide{width:100%}.detail-tag{background-color:var(--perfect-red);color:#000;font-weight:semibold;align-self:center;width:fit-content;padding:4px 20px}.calculation-config .MuiOutlinedInput-input,.calculation-config .MuiSelect-select,.calculation-config .MuiAutocomplete-input{color:var(--text)!important}.calculation-config .MuiOutlinedInput-notchedOutline,.calculation-config .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.calculation-config .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--text)!important}.calculation-config .MuiInputLabel-root,.calculation-config .MuiInputLabel-root.Mui-focused,.calculation-config .MuiSelect-icon,.calculation-config .MuiAutocomplete-popupIndicator,.calculation-config .MuiAutocomplete-clearIndicator{color:var(--text)!important}.selected-item-display{flex-direction:row;gap:2rem;margin-bottom:20px;font-size:1.2rem;font-weight:400;display:flex}.item-details{width:60%;color:var(--border-color);flex-direction:column;gap:.25rem;display:flex}.presentation-details{flex-direction:column;width:40%;font-weight:400;display:flex}.detail-row{text-align:left;color:var(--text);border-bottom:1px solid color-mix(in srgb, var(--text) 50%, transparent);flex-direction:row;justify-content:space-between;font-size:.9rem;display:flex}.forecast-display{flex-direction:row;gap:2rem;margin-bottom:20px;font-size:1.2rem;font-weight:400;display:flex}.forecast-details{width:100%;color:var(--border-color);flex-direction:column;gap:.25rem;display:flex}.highlight{color:var(--perfect-red)}
