@import"https://fonts.googleapis.com/css2?family=Amarante&family=Josefin+Sans:wght@300;400;500;600;700&family=Sorts+Mill+Goudy:ital@0;1&family=Trochut&display=swap";:root{--color-red: #e42313;--color-teal: #0891b2;--color-text: #1a1918;--color-text-secondary: #6b6966;--color-text-tertiary: #9b9994;--color-icon-muted: #c4c3c0;--color-bg-page: #edecea;--color-bg-sidebar: #f5f4f1;--color-border: #e5e4e1;--color-white: #ffffff;--font-ui: "Josefin Sans", "Inter", sans-serif;--font-display: "Sorts Mill Goudy", Georgia, serif;--font-headline: "Amarante", "Sorts Mill Goudy", serif;--font-accent: "Trochut", "Josefin Sans", sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;color:var(--color-text);font-family:var(--font-ui);background:var(--color-bg-page)}button,input,select{font:inherit}button{cursor:pointer}.page-shell{min-height:100vh;background:var(--color-bg-page)}.screen-shell{width:min(1440px,100vw);min-height:900px;margin:0 auto;display:flex;flex-direction:column}.header-bar{height:64px;background:var(--color-white);border-bottom:1px solid var(--color-border);box-shadow:0 2px 8px #1a191808;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.brand-title{margin:0;color:var(--color-red);font-family:var(--font-headline);font-size:28px;font-weight:400;letter-spacing:-.5px}.header-nav{display:flex;gap:8px}.nav-btn{height:36px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text);padding:0 14px;font-size:14px;font-weight:400}.nav-btn.is-active{border-color:#1a1918;background:#1a1918;color:#fff;font-weight:500}.screen-body{display:flex;flex:1;min-height:0}.explorer-layout{width:100%;display:flex;min-height:0}.sidebar{width:360px;flex-shrink:0;background:var(--color-bg-sidebar);border-right:1px solid var(--color-border);padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.control-section{display:flex;flex-direction:column;gap:8px}.section-label{margin:0;font-size:13px;font-weight:600;color:var(--color-text);font-family:var(--font-ui)}.variable-dropdown{position:relative}.variable-trigger{height:44px;border-radius:10px;border:2px solid var(--color-teal);background:var(--color-white);padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.variable-text{font-family:var(--font-display);font-size:16px;font-weight:500;color:var(--color-text);text-align:left}.variable-trigger svg,.select-wrap svg{width:16px;height:16px;stroke:var(--color-teal);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.variable-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:280px;overflow-y:auto;border:1px solid var(--color-border);background:var(--color-white);border-radius:10px;box-shadow:0 8px 20px #1a19181a;z-index:20;padding:6px;display:flex;flex-direction:column;gap:2px}.variable-menu button{border:0;background:transparent;border-radius:8px;padding:8px 10px;text-align:left;color:var(--color-text);font-size:13px;font-family:var(--font-ui)}.variable-menu button:hover{background:#f2f8fa}.variable-menu button.is-active{background:#e7f6fa;color:#055f76}.segmented-toggle{border:1px solid var(--color-border);border-radius:6px;background:var(--color-white);overflow:hidden;display:grid}.segmented-toggle.two-segments{grid-template-columns:repeat(2,minmax(0,1fr))}.segmented-toggle.four-segments{grid-template-columns:repeat(4,minmax(0,1fr))}.segmented-toggle button{border:0;border-left:1px solid var(--color-border);background:transparent;color:var(--color-text);min-height:34px;padding:7px 6px;font-size:12px;font-weight:500}.segmented-toggle.four-segments button{font-size:11px}.segmented-toggle button:first-child{border-left:0}.segmented-toggle button.is-active{background:var(--color-teal);color:#fff;border-left-color:transparent}.segmented-toggle button.is-disabled{opacity:.55}.time-range-row{display:flex;align-items:center;gap:12px}.range-pill{height:38px;min-width:82px;padding:0 16px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-white);font-size:14px;font-weight:500;color:var(--color-text);text-align:center;font-family:var(--font-ui)}.range-pill::-webkit-outer-spin-button,.range-pill::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.range-pill[type=number]{-moz-appearance:textfield}.range-pill.is-active{border:2px solid var(--color-teal)}.range-line{height:2px;background:var(--color-border);flex:1}.chart-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.chart-type-card{height:56px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--color-text);padding:4px}.chart-type-card svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.chart-type-card span{font-size:11px;font-weight:500;line-height:1}.chart-type-card.is-active{background:var(--color-teal);border-color:var(--color-teal);color:#fff}.filter-stack{display:flex;flex-direction:column;gap:12px}.filter-row{display:flex;flex-direction:column;gap:6px}.filter-sublabel{margin:0;font-size:12px;font-weight:500;color:var(--color-text-secondary)}.select-wrap{position:relative}.select-wrap select{width:100%;border:1px solid var(--color-border);border-radius:8px;background:var(--color-white);min-height:40px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:400;color:var(--color-text);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-ui)}.select-wrap svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;width:14px;height:14px;stroke:var(--color-text-secondary)}.content-area{flex:1;background:var(--color-bg-page);padding:24px 32px;display:flex;min-height:0}.chart-card{width:100%;background:var(--color-white);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 2px 8px #1a191808;display:flex;flex-direction:column;min-height:0}.chart-card-header{padding:16px 20px;border-bottom:1px solid var(--color-border);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.chart-title-stack{display:flex;flex-direction:column;gap:4px}.chart-title-stack h2{margin:0;font-family:var(--font-display);font-size:20px;font-weight:500;color:var(--color-text)}.chart-title-stack p{margin:0;font-size:12px;font-weight:400;color:var(--color-text-secondary)}.chart-actions{display:flex;gap:8px}.action-btn{border:0;background:var(--color-bg-sidebar);color:var(--color-text);border-radius:8px;min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.action-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.action-btn.icon-only{width:34px;justify-content:center;padding:0}.chart-card-body{padding:24px;flex:1;min-height:0}.chart-host{width:100%;min-height:420px}.chart-primary{display:flex;flex-direction:column;gap:16px}.chart-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mini-panel{border:1px solid var(--color-border);border-radius:10px;background:#faf9f8;padding:10px}.mini-panel h3{margin:0 0 6px;font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--color-text-secondary)}.mini-empty{margin:24px 0;text-align:center;font-size:12px;color:var(--color-text-tertiary)}.kpi-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.kpi-item{border:1px solid var(--color-border);border-radius:10px;background:var(--color-white);padding:10px 12px}.kpi-label{margin:0;font-size:11px;color:var(--color-text-secondary)}.kpi-value{margin:4px 0 0;font-size:18px;font-weight:600;font-family:var(--font-display);color:var(--color-text)}.chart-placeholder{width:100%;height:100%;border-radius:8px;background:var(--color-bg-sidebar);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:360px}.chart-placeholder svg{width:48px;height:48px;stroke:var(--color-icon-muted);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.chart-placeholder p{margin:0;font-size:14px;color:var(--color-text-tertiary)}.chart-card-footer{padding:0 24px 12px;display:flex;align-items:center;gap:8px}.chart-card-footer svg{width:12px;height:12px;stroke:var(--color-text-tertiary);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.chart-card-footer p{margin:0;font-size:11px;color:var(--color-text-tertiary)}@media (max-width: 1200px){.screen-shell{min-height:100vh}.explorer-layout{flex-direction:column}.sidebar{width:100%;border-right:0;border-bottom:1px solid var(--color-border)}.content-area{padding:16px}}@media (max-width: 760px){.header-bar{height:auto;padding:12px;flex-direction:column;align-items:flex-start;gap:10px}.header-nav{width:100%;flex-wrap:wrap}.chart-type-grid,.segmented-toggle.four-segments{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-secondary-grid,.kpi-strip{grid-template-columns:1fr}.chart-card-header{flex-direction:column}.chart-actions{width:100%}}
