:root{--brand-green: #25a385;--text-black: #04100d;--dark-grey: #646c6a;--white: #ffffff;--border-grey: #e8e8e8;--strong-border-grey: #9ba3a1;--hover-grey: rgba(4, 16, 13, .04);--selected-grey: rgba(4, 16, 13, .06);--canvas: rgba(4, 16, 13, .04);--good: #25a385;--good-bg: rgba(37, 163, 133, .12);--fair: #c98a00;--fair-bg: rgba(201, 138, 0, .12);--poor: #d9730d;--poor-bg: rgba(217, 115, 13, .12);--bad: #d64545;--bad-bg: rgba(214, 69, 69, .12);--neutral: #646c6a;--neutral-bg: rgba(100, 108, 106, .12);--status-good: #25a385;--status-good-bg: rgba(37, 163, 133, .12);--status-fair: #3490fd;--status-fair-bg: rgba(52, 144, 253, .12);--status-bad: #ff8d4e;--status-bad-bg: rgba(255, 141, 78, .12);--status-alert: #ff5050;--status-alert-bg: rgba(255, 80, 80, .12);--ai-pink: #ff5d8f;--radius-card: 8px;--radius-pill: 50px;--sidebar-w: 80px;--content-max: 1180px;--font-ui: "Urbanist", ui-sans-serif, system-ui, sans-serif;--font-serif: "DM Serif Display", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-ui);color:var(--text-black);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;cursor:pointer}body.no-scroll{overflow:hidden}.app{min-height:100vh;display:flex;background:var(--white)}.app__main{flex:1;min-width:0;border-left:1px solid var(--border-grey);display:flex;flex-direction:column}.sidebar{width:var(--sidebar-w);flex-shrink:0;position:sticky;top:0;height:100vh;background:var(--white);border-right:1px solid var(--border-grey);display:flex;flex-direction:column;align-items:center}.sidebar__logo{height:90px;padding-top:20px;display:flex;align-items:center;font-family:var(--font-ui);font-weight:800;font-size:28px;color:var(--text-black);-webkit-user-select:none;user-select:none}.sidebar__nav{display:flex;flex-direction:column;align-items:center;position:relative;top:-4px;left:-2px}.sidebar__icon+.sidebar__icon{margin-top:2px}.sidebar__icon--active{color:var(--brand-green)}.sidebar__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;color:var(--text-black);background:transparent;border:none;transition:background .15s ease}.sidebar__icon:hover{background:var(--hover-grey)}.sidebar__divider{width:40px;height:1px;background:var(--border-grey);margin:20px 0}.sidebar__divider--full{width:100%;margin:0}.sidebar__invite{margin:8px 0}.sidebar__spacer{flex:1}.sidebar__tile{width:40px;height:40px;border-radius:8px;background:var(--selected-grey);display:grid;place-items:center;margin-top:1px}.sidebar__tile img{width:24px;height:24px;border-radius:8px;object-fit:cover}.sidebar__avatar{width:40px;height:40px;border-radius:12px;overflow:hidden;display:grid;place-items:center;margin:32px 0}.sidebar__avatar img{width:100%;height:100%;object-fit:cover}.topbar{padding:32px 40px 0;border-bottom:1px solid var(--border-grey);position:relative;z-index:2;background:var(--white)}.topbar__inner{max-width:var(--content-max);margin:0 auto}.topbar__crumbrow{display:flex;align-items:center;justify-content:space-between;gap:40px;height:46px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--dark-grey);font-weight:400}.breadcrumb__current{color:var(--text-black)}.topbar__head{display:flex;align-items:flex-start;gap:24px;margin-top:0}.asset-thumb{width:80px;height:80px;border-radius:24px;flex-shrink:0;background:radial-gradient(120% 120% at 30% 20%,#eafaf4,#cdeee2 45%,#a9ddcb);border:1px solid var(--border-grey);display:grid;place-items:center;overflow:hidden;position:relative}.asset-thumb svg{width:46px;height:46px;color:#1d7d66;filter:drop-shadow(0 6px 10px rgba(29,125,102,.25))}.asset-thumb img{width:100%;height:100%;object-fit:cover}.topbar__titlewrap{flex:1;min-width:0;padding-top:2px}.topbar__titlerow{display:flex;align-items:center;gap:22px}.topbar__title{font-family:var(--font-serif);font-weight:400;font-size:30px;line-height:40px;color:var(--text-black);margin:0;letter-spacing:.2px}.bookmark-btn{display:grid;place-items:center;width:40px;height:40px;margin-top:4px;border:none;background:transparent;border-radius:8px;color:var(--dark-grey);transition:background .15s ease}.bookmark-btn svg{width:20px;height:20px}.bookmark-btn:hover{background:var(--hover-grey)}.meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:40px;margin-top:12px}.meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-black)}.meta-item svg{width:16px;height:16px;color:var(--text-black)}.meta-item sup{font-size:10px}.topbar__actions{display:flex;align-items:center;gap:20px;flex-shrink:0;margin-left:auto}.avatar-stack{display:flex;align-items:center}.avatar-stack .avatar{width:34px;height:34px;border-radius:12px;border:1px solid var(--white);margin-left:-9px;display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff}.avatar-stack .avatar:first-child{margin-left:0}.avatar-stack .avatar{overflow:hidden;background:var(--border-grey)}.avatar-stack .avatar img{width:100%;height:100%;object-fit:cover}.btn-track{display:inline-flex;align-items:center;gap:6px;width:292px;height:40px;padding:0 0 0 40px;background:var(--text-black);color:var(--white);border:1px solid var(--dark-grey);border-radius:var(--radius-card);font-size:16px;font-weight:600;white-space:nowrap;transition:transform .12s ease,opacity .15s ease}.btn-track>svg:first-child{width:18px;height:18px}.btn-track>svg:last-child{margin:0 16px}.btn-track:hover{opacity:.92;transform:translateY(-1px)}.btn-track__ai{display:inline-flex;align-items:center;gap:4px;color:#fff;font-weight:700}.btn-track__divider{width:1px;height:18px;background:var(--strong-border-grey);margin-left:auto}.tabs{display:flex;align-items:center;gap:40px;margin-top:24px;padding-bottom:14px;max-width:var(--content-max)}.tab{position:relative;display:flex;align-items:center;height:34px;background:none;border:none;padding:0 8px;font-size:15px;font-weight:600;color:var(--text-black);opacity:.85;transition:opacity .15s ease}.tab:hover,.tab--active{opacity:1}.tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:2px;border-radius:58px;background:var(--brand-green)}.canvas{flex:1;background:var(--canvas);padding:24px 40px 64px}.canvas__inner{max-width:var(--content-max);margin:0 auto;display:flex;flex-direction:column;gap:8px}.canvas__inner--full{max-width:none}.card{background:var(--white);border-radius:var(--radius-card);padding:32px;position:relative}.card__head{display:flex;align-items:center;gap:12px}.card__title{font-size:20px;font-weight:700;color:var(--text-black)}.card__updated{margin-left:auto;font-size:14px;color:var(--dark-grey)}.tier-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-pill);font-size:14px;font-weight:600}.tier-pill svg{width:16px;height:16px}.metric-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px 24px}.metric{padding:12px 12px 16px;border-radius:var(--radius-card);min-height:116px;transition:background .15s ease,box-shadow .15s ease}.metric--clickable{cursor:pointer}.metric--clickable:hover{background:var(--canvas)}.metric--clickable:focus-visible{outline:none;box-shadow:0 0 0 2px var(--brand-green)}.metric__top{display:flex;align-items:center;gap:8px}.metric__icon{width:16px;height:16px;color:var(--text-black);flex-shrink:0}.metric__label{font-size:18px;font-weight:500;color:var(--text-black)}.metric__label sub{font-size:11px;font-weight:500}.metric__badge{margin-left:auto;width:28px;height:28px;border-radius:var(--radius-pill);display:grid;place-items:center}.metric__badge svg{width:16px;height:16px}.metric__value{margin-top:12px;padding-left:24px;display:flex;align-items:flex-end;gap:8px}.metric__number{font-size:48px;font-weight:700;line-height:.95;color:var(--text-black);letter-spacing:-.5px}.metric__unit{font-size:18px;font-weight:500;color:var(--text-black);padding-bottom:4px}.metric__state-text{font-size:40px;font-weight:700;line-height:1;letter-spacing:-.5px}.trends__list{display:flex;flex-direction:column;margin-top:8px}.trend-graph{cursor:pointer;padding:16px 8px 8px;border-radius:var(--radius-card);border-top:1px solid var(--border-grey);transition:background .15s ease}.trend-graph:first-child{border-top:none}.trend-graph:hover{background:var(--hover-grey)}.trend-graph:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--brand-green)}.trends__metric{margin-top:10px;font-size:48px;font-weight:700;letter-spacing:-1px;color:var(--text-black)}.trends__axis-label{margin-top:18px;font-size:14px;font-weight:500;color:var(--text-black)}.trends__viewby{position:absolute;top:32px;right:32px;display:flex;align-items:center;gap:6px}.trends__viewby-label{font-size:15px;color:var(--text-black);margin-right:6px}.seg{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-card);font-size:15px;font-weight:600;color:var(--text-black);background:transparent;border:none;transition:background .15s ease,color .15s ease}.seg svg{width:16px;height:16px}.seg:hover{background:var(--hover-grey)}.seg--active{background:var(--text-black);color:var(--white)}.chart-wrap{margin-top:14px;width:100%;height:300px}.chart-empty{height:300px;display:grid;place-items:center;color:var(--dark-grey);font-size:14px}.recharts-text{font-family:var(--font-ui);fill:var(--dark-grey);font-size:14px;font-weight:500}.demo-banner{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--poor);background:var(--poor-bg);padding:4px 12px;border-radius:var(--radius-pill)}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-green);box-shadow:0 0 #25a38580;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #25a38573}70%{box-shadow:0 0 0 6px #25a38500}to{box-shadow:0 0 #25a38500}}.card{animation:rise .5s cubic-bezier(.22,1,.36,1) both}.card:nth-child(2){animation-delay:.08s}.card:nth-child(3){animation-delay:.16s}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.spaces{position:relative;width:100%;animation:rise .5s cubic-bezier(.22,1,.36,1) both}.spaces__plan{position:relative;width:100%;overflow:hidden;touch-action:none}.spaces__zoom{transform-origin:0 0;will-change:transform;margin-top:40px}.spaces__plan--zoomable{cursor:grab}.spaces__plan--dragging{cursor:grabbing}.spaces__img{display:block;width:100%;height:auto}.spaces__hotspot{position:absolute;padding:0;border:none;background:none;aspect-ratio:176 / 100}.spaces__hotspot-shape{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.spaces__hotspot-shape path{transition:fill-opacity .15s ease,stroke-width .15s ease}.spaces__hotspot:hover .spaces__hotspot-shape path{fill-opacity:.34}.spaces__hotspot--active .spaces__hotspot-shape path{fill-opacity:.4;stroke-width:2}.spaces__hotspot:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.space-card{position:fixed;top:110px;right:-8px;z-index:1;width:300px;padding:16px 20px 20px;background:#ffffffeb;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:8px;box-shadow:0 2px 8px #04100d1a}.space-card--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:320px;color:var(--dark-grey);font-size:15px;font-weight:600;text-align:center}.space-card__empty-icon{width:22px;height:22px;color:var(--dark-grey)}.space-card__title{margin:0;font-size:18px;font-weight:600;color:var(--text-black)}.space-card__sub{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:14px;color:var(--text-black)}.space-card__sub .space-card__dot{width:2px;height:2px;border-radius:50%;background:var(--dark-grey)}.space-card__rule{height:1px;margin:16px 0;background:var(--border-grey)}.space-card__metrics,.space-card__usage{display:flex;flex-direction:column;gap:16px}.space-metric,.space-stat{display:flex;align-items:center;justify-content:space-between;gap:12px}.space-metric__name,.space-stat__name{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-black)}.space-metric__icon{width:16px;height:16px;color:var(--text-black)}.space-metric__name sub{font-size:10px}.space-metric__right{display:inline-flex;align-items:center;gap:12px}.space-metric__val,.space-stat__val{font-size:14px;font-weight:600;color:var(--text-black);white-space:nowrap}.space-metric__val em,.space-stat__val em{margin-left:4px;font-style:normal}.space-metric__dot{width:11px;height:11px;border-radius:4px;flex-shrink:0}.space-card__bar{position:relative;height:4px;margin-top:16px;border-radius:10px;background:var(--border-grey);overflow:hidden}.space-card__bar-fill{position:absolute;inset:0 auto 0 0;border-radius:10px;background:var(--brand-green)}@media (max-width: 1000px){.metric-grid{grid-template-columns:repeat(2,1fr)}.topbar__actions .avatar-stack{display:none}.spaces{width:100%}.space-card{position:static;width:100%;margin-top:16px}}@media (max-width: 640px){.topbar,.canvas{padding-left:18px;padding-right:18px}.metric-grid{grid-template-columns:1fr}.topbar__title{font-size:28px}.tabs{gap:22px;overflow-x:auto}}.spaces-timeline{display:flex;flex-direction:column;gap:24px;margin-top:-120px}.spaces-timeline--standalone{margin-top:0}.spaces-timeline__top{display:flex;align-items:center;gap:12px}.spaces-timeline__top:empty{display:none}.spaces-timeline__back{border:1px solid var(--dark-grey);background:var(--white);color:var(--text-black);font:inherit;font-weight:600;font-size:13px;padding:6px 12px;border-radius:var(--radius-pill);cursor:pointer}.spaces-timeline__back:hover{border-color:var(--brand-green);color:var(--brand-green)}.spaces-timeline__float{position:fixed;left:var(--sidebar-w);right:0;bottom:0;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px 40px 20px;pointer-events:none;background:linear-gradient(to top,#f5f6f5e6,#f5f6f500 75%)}.spaces-timeline__float .timeline-info{pointer-events:auto}.spaces-timeline__float .timeline-scrub{pointer-events:auto;align-self:stretch}.timeline-info{display:flex;flex-direction:column;gap:16px;padding:20px;background:linear-gradient(to top right,#f5f6f5e6,#f5f6f500 75%)}.timeline-block{display:flex;flex-direction:column;gap:4px}.timeline-block__label{font-size:14px;font-weight:600;color:var(--dark-grey)}.timeline-block__value{font-size:22px;font-weight:700;color:var(--text-black)}.timeline-block__value--off{color:var(--dark-grey)}.timeline-weather{display:flex;align-items:center;gap:16px;font-size:22px;font-weight:700;color:var(--text-black)}.timeline-weather__item{display:inline-flex;align-items:center;gap:8px}.timeline-weather__icon{width:16px;height:16px;color:var(--text-black)}.timeline-weather__divider{width:1px;height:20px;background:var(--strong-border-grey)}.timeline-weather__cond{color:var(--text-black)}.metric-select{position:relative;display:inline-block}.metric-select__trigger{display:inline-flex;align-items:center;gap:8px;background:none;border:none;border-radius:var(--radius-card);padding:4px 0;font:inherit;font-size:22px;font-weight:700;color:var(--text-black);cursor:pointer}.metric-select__trigger:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.metric-select__caret{width:16px;height:16px;color:var(--dark-grey)}.metric-select__menu{position:absolute;bottom:calc(100% + 8px);left:0;z-index:20;min-width:200px;margin:0;padding:8px;list-style:none;background:var(--white);border-radius:var(--radius-card);box-shadow:0 8px 24px #04100d29}.metric-select__option{display:block;width:100%;text-align:left;border:none;background:none;font:inherit;font-size:16px;font-weight:500;color:var(--text-black);padding:10px 12px;border-radius:6px;cursor:pointer}.metric-select__option:hover{background:var(--hover-grey)}.metric-select__option--active{color:var(--brand-green);font-weight:600}.timeline-scrub{display:flex;align-items:center;gap:16px;padding:0 2px}.timeline-play{flex:none;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:none;color:var(--dark-grey);cursor:pointer;transition:color .15s ease}.timeline-play:hover{color:var(--text-black)}.timeline-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1 1 auto;width:100%;height:4px;border-radius:999px;outline:none;cursor:pointer}.timeline-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--white);border:3px solid var(--text-black);box-shadow:0 2px 4px #04100d33;cursor:pointer}.timeline-range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--white);border:3px solid var(--text-black);box-shadow:0 2px 4px #04100d33;cursor:pointer}.gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--canvas);font-family:var(--font-ui)}.gate__card{display:flex;flex-direction:column;gap:12px;width:320px;padding:32px;background:var(--white);border:1px solid var(--border-grey);border-radius:var(--radius-card)}.gate__title{font-family:var(--font-serif);font-size:24px;color:var(--text-black)}.gate__hint{font-size:14px;color:var(--dark-grey);margin-bottom:8px}.gate__input{padding:10px 12px;font-family:var(--font-ui);font-size:14px;color:var(--text-black);border:1px solid var(--strong-border-grey);border-radius:var(--radius-card);outline:none}.gate__input:focus{border-color:var(--brand-green)}.gate__input--error{border-color:var(--status-alert)}.gate__error{font-size:13px;color:var(--status-alert)}.gate__button{padding:10px 12px;font-family:var(--font-ui);font-size:14px;font-weight:600;color:var(--white);background:var(--brand-green);border:none;border-radius:var(--radius-pill);cursor:pointer}.gate__button:hover{filter:brightness(1.05)}
