:root{color-scheme:light;--forest: #1f3a33;--sage: #4d6b5c;--lavender: #b59ae8;--lavender-soft: #d9cbf5;--offwhite: #f8f8f6;--lavender-deep: #7e5fc4;--negative: #a8443c;--bg: var(--offwhite);--surface: #ffffff;--sidebar: var(--forest);--ink: #1b2a26;--ink-strong: var(--forest);--muted: #77837e;--muted-strong: #5d6a65;--line: #e6e8e4;--line-soft: #eeefec;--line-strong: #dcdfda;--revenue: var(--forest);--cost: var(--lavender);--profit: var(--sage);--margin: var(--lavender-deep);--font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: Montserrat, Inter, -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Playfair Display", Georgia, "Times New Roman", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-weight:400;background:var(--bg);color:var(--ink);font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}button{font-family:inherit}.app{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;z-index:20;width:220px;padding:22px 12px;background:var(--sidebar);color:#fff;display:flex;flex-direction:column}.logo{display:flex;align-items:center;gap:10px;padding:0 8px 25px}.logo-mark{height:51px;width:auto;display:block;flex:none}.logo-title{font-family:var(--font-display);font-weight:600;font-size:26px;letter-spacing:-.5px;line-height:1}.logo-subtitle{font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:3px;margin-top:5px;color:var(--lavender-soft)}.admin-label{font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:1.2px;color:#90a89e;margin:7px 13px 13px}.nav{display:flex;flex-direction:column;gap:3px}.nav-item{height:43px;border-radius:7px;display:flex;align-items:center;gap:13px;padding:0 12px;color:#dfe9e5;font-size:13px}.nav-item--muted{opacity:.5}.nav-item--active{background:#d9cbf529;color:#fff;font-family:var(--font-ui);font-weight:600;font-size:12px;letter-spacing:.2px}.nav-item--active .nav-icon svg{stroke:var(--lavender-soft)}.nav-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex:none}.nav-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7}.rail-sources{margin-top:auto;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;padding:14px 12px}.rail-sources__title{font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:1.2px;color:#90a89e;margin-bottom:10px}.rail-source{display:flex;align-items:center;gap:9px;font-size:12px;color:#dfe9e5;margin-top:7px}.rail-source__swatch{width:10px;height:10px;border-radius:3px;background:var(--lavender-soft);flex:none}.rail-source__state{margin-left:auto;font-size:10px;color:#90a89e}.rail-source__state--down{color:var(--lavender)}.main{margin-left:220px;width:calc(100% - 220px);padding:29px 37px 44px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:27px}.page-title{font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.6px;color:var(--forest)}.page-description{margin-top:7px;color:var(--muted);font-size:13px;max-width:62ch}.top-actions{display:flex;align-items:center;gap:11px}.range,.action-btn{height:37px;background:var(--surface);border:1px solid var(--line-strong);border-radius:7px;display:flex;align-items:center;padding:0 14px;color:var(--sage);font-size:12px}.range{gap:12px;justify-content:space-between}.action-btn{gap:8px;cursor:pointer;font-family:var(--font-ui);font-weight:600;font-size:11px}.action-btn:hover{background:var(--offwhite);border-color:var(--sage)}.action-btn svg,.range svg{width:15px;height:15px;stroke:var(--sage);fill:none;stroke-width:1.6;flex:none}.notice{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--sage);border-radius:9px;padding:14px 17px;font-size:12px;color:var(--muted-strong);margin-bottom:19px}.notice--error{border-left-color:var(--negative);color:var(--negative)}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px;margin-bottom:22px}.summary-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;min-height:142px;padding:21px;box-shadow:0 2px 8px #1f3a330a;display:flex;flex-direction:column}.card-top{display:flex;align-items:center;gap:13px}.card-icon{width:49px;height:49px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none}.card-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.8}.card-icon--revenue{background:#e3e9e7;color:var(--forest)}.card-icon--cost{background:var(--lavender-soft);color:var(--lavender-deep)}.card-icon--profit{background:#e6ece8;color:var(--sage)}.card-icon--margin{background:#ede6fa;color:var(--lavender-deep)}.card-label{font-family:var(--font-ui);font-weight:600;font-size:10px;letter-spacing:.6px;text-transform:uppercase;color:var(--muted-strong)}.card-value{font-family:var(--font-display);font-size:23px;margin-top:6px;color:var(--forest);font-weight:600}.card-value--negative{color:var(--negative)}.card-parts{margin-top:auto;padding-top:17px;display:flex;flex-wrap:wrap;gap:4px 16px;font-size:10px;color:var(--muted)}.card-part strong{font-weight:500;color:var(--sage)}.chart-section{background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:18px 17px 13px;margin-bottom:20px}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.section-title{font-family:var(--font-ui);font-weight:600;font-size:12px;letter-spacing:.3px;color:var(--forest)}.chart-legend{display:flex;flex-wrap:wrap;gap:21px;margin-top:13px;align-items:center;font-size:10px;color:var(--muted-strong)}.legend-item{display:flex;align-items:center;gap:7px}.legend-box{width:12px;height:7px;border-radius:2px;flex:none}.legend-line{width:13px;height:2px;background:var(--margin);position:relative;flex:none}.legend-line:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--margin);position:absolute;top:-2px;left:4px}.legend-shades{display:flex;align-items:center;gap:12px;margin-left:auto}.legend-shades__note{color:var(--muted)}.legend-box--shade{background:var(--sage)}.chart-plot{position:relative;margin-top:11px}.chart-plot svg{display:block;width:100%;height:auto;overflow:visible}.grid-line{stroke:var(--line-soft);stroke-width:1}.grid-line--zero{stroke:var(--line-strong)}.axis-label{fill:var(--muted);font-size:9px;font-family:var(--font-body)}.band{fill:transparent}.band--hovered{fill:var(--offwhite)}.margin-path{fill:none;stroke:var(--margin);stroke-width:2;stroke-dasharray:4 3}.margin-point{fill:#fff;stroke:var(--margin);stroke-width:2}.tooltip{position:absolute;top:4px;transform:translate(-50%);padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 6px 20px #1f3a331f;pointer-events:none;z-index:5}.tooltip__month{font-family:var(--font-ui);font-weight:600;font-size:10px;letter-spacing:.4px;color:var(--forest);margin-bottom:8px}.tooltip__grid{border-collapse:collapse;font-size:11px;white-space:nowrap}.tooltip__grid th,.tooltip__grid td{padding:3px 0 3px 16px;font-weight:400;text-align:right;color:var(--ink)}.tooltip__grid thead th{font-family:var(--font-ui);font-weight:600;color:var(--muted);font-size:9px;letter-spacing:.5px}.tooltip__grid tbody th{display:flex;align-items:center;gap:7px;padding-left:0;color:var(--muted-strong);text-align:left}.tooltip__total{border-left:1px solid var(--line);padding-left:16px!important;color:var(--forest)!important;font-weight:500}.tooltip__negative{color:var(--negative)!important}.table-section{background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:17px 13px 18px}.table-title{font-family:var(--font-ui);font-weight:600;font-size:12px;letter-spacing:.3px;margin:0 4px 13px;color:var(--forest)}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:940px}th{background:var(--offwhite);height:34px;text-align:left;font-family:var(--font-ui);font-size:9px;color:var(--muted-strong);font-weight:600;letter-spacing:.5px;padding:0 11px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);white-space:nowrap}td{height:36px;padding:0 11px;border-bottom:1px solid var(--line-soft);font-size:10px;color:var(--ink)}.col-number{text-align:right}.col-group{border-left:1px solid var(--line)}.col-span{text-align:center}tbody th{background:none;border-top:0;font-family:var(--font-body);font-size:10px;font-weight:500;color:var(--lavender-deep);height:36px;text-align:left;letter-spacing:0}.cell-negative{color:var(--negative)}.cell-margin{display:flex;align-items:center;justify-content:flex-end;gap:9px;height:36px}.margin-number{width:42px;text-align:right}.progress{height:5px;width:61px;background:var(--line);border-radius:10px;overflow:hidden;flex:none}.progress-fill{height:100%;background:var(--sage);border-radius:10px}.progress-fill--negative{background:var(--negative)}.total-row{background:#eef0ed}.total-row th,.total-row td{font-weight:500;border-bottom:none;color:var(--forest)}.total-row th{background:#eef0ed;font-family:var(--font-ui);font-weight:600}@media(max-width:1200px){.summary-grid{grid-template-columns:repeat(2,1fr)}.main{padding:25px}}.account{display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:6px 8px 6px 6px}.account__photo{width:26px;height:26px;border-radius:50%;flex:none;display:block}.account__email{font-size:11px;color:var(--muted-strong);max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account__out{background:none;border:0;border-left:1px solid var(--line);margin-left:2px;padding:3px 4px 3px 9px;cursor:pointer;font-family:var(--font-ui);font-weight:600;font-size:10px;letter-spacing:.3px;color:var(--sage)}.account__out:hover{color:var(--forest)}.signin{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--forest)}.signin-card{width:100%;max-width:430px;background:var(--surface);border-radius:14px;padding:36px 34px 30px;box-shadow:0 24px 60px #1f3a3352}.signin-brand{display:flex;align-items:center;gap:11px;margin-bottom:21px}.signin-brand .logo-mark{height:46px}.signin-brand .logo-title{color:var(--forest)}.signin-subtitle{font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:2.4px;margin-top:5px;color:var(--sage)}.signin-lede{font-size:13px;color:var(--muted-strong);line-height:1.6;margin-bottom:20px}.signin-button{display:flex;justify-content:center;min-height:44px}.signin-note{margin-top:22px;padding-top:17px;border-top:1px solid var(--line-soft);font-size:11px;line-height:1.6;color:var(--muted)}@media(max-width:800px){.sidebar{width:65px;padding:18px 8px}.logo{justify-content:center;padding:0 0 22px}.logo-mark{height:43px}.logo-text,.admin-label,.nav-item span,.rail-sources{display:none}.nav-item{justify-content:center;padding:0}.main{margin-left:65px;width:calc(100% - 65px);padding:20px}.topbar{flex-direction:column;align-items:flex-start;gap:18px}.top-actions{width:100%;flex-wrap:wrap}.account__email{max-width:14ch}.summary-grid{grid-template-columns:1fr}}@media(max-width:520px){.main{padding:15px}.page-title{font-size:27px}.chart-section{overflow-x:auto}.chart-plot{min-width:650px}}
