:root{--color-bg: #f4f7f7;--color-surface: #ffffff;--color-text: #0d0d0d;--color-text-muted: #5c6a6a;--color-border: #d9e2e2;--color-primary: #00838f;--color-primary-dark: #003439;--color-primary-highlight: #00a0ae;--color-primary-soft: #e6f4f5;--color-teal: #268290;--color-teal-bg: #e3f5f6;--color-orange: #bc5800;--color-orange-bg: #fff1de;--color-red: #b81b1d;--color-red-bg: #fbeae9;--color-green: #268290;--color-green-bg: #e3f5f6;--color-band-efficient: #2dced4;--color-band-normal: #7b6be7;--color-band-normal-bg: #ece9fb;--color-band-elevated: #bc5800;--radius-lg: 14px;--radius-md: 12px;--radius-sm: 8px;--radius-kpi: 4px;--shadow-card: 0 1px 2px rgba(0, 52, 57, .05), 0 8px 24px rgba(0, 52, 57, .05);--backdrop-blur: blur(20px) saturate(1.35);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-family:var(--font-sans);font-weight:400}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-weight:400;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}button{cursor:pointer}h1,h2,h3,strong{font-weight:700}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;max-width:480px;width:100%;margin:0 auto;padding:16px 16px 64px}.app-main-wide{max-width:1100px;padding-bottom:96px}.menubar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:24px;min-height:64px;padding:0 20px;background:var(--color-primary-dark);color:#e8f4f4;border-bottom:1px solid rgba(255,255,255,.08)}.menubar-brand{display:flex;align-items:center;flex-shrink:0}.menubar-brand-text{font-size:14px;font-weight:400;letter-spacing:.01em;color:#e8f4f4;white-space:nowrap}.menubar-nav{display:flex;align-items:center;gap:4px;flex:1}.menubar-link{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border:none;border-radius:8px;background:transparent;color:#e8f4f4d1;font-size:13px;font-weight:400}.menubar-link:hover{background:#ffffff14;color:#fff}.menubar-link.is-active{background:#ffffff1f;color:#fff}.menubar-dropdown{position:relative}.menubar-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:168px;padding:6px;background:#fff;border:1px solid var(--color-border);border-radius:10px;box-shadow:var(--shadow-card);z-index:60}.menubar-menu button{display:block;width:100%;text-align:left;border:none;background:transparent;border-radius:8px;padding:10px 12px;color:var(--color-text);font-size:13px}.menubar-menu button:hover,.menubar-menu button.is-active{background:var(--color-primary-soft);color:var(--color-primary-dark)}.menubar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.menubar-timezone{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 4px 0 10px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#e8f4f4;font-size:12px}.menubar-timezone span{font-weight:300;color:#e8f4f4bf;white-space:nowrap}.menubar-timezone select{height:28px;max-width:220px;border:none;border-radius:6px;background:transparent;color:#e8f4f4;font-size:12px;font-weight:400;padding:0 4px;cursor:pointer}.menubar-context select{max-width:280px}.menubar-timezone select:disabled{opacity:.7;cursor:default}.menubar-timezone select:focus{outline:none}.menubar-timezone select option{color:var(--color-text);background:#fff}.menubar-user{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:300;color:#e8f4f4bf}.menubar-action{height:32px;padding:0 12px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#e8f4f4;font-size:12px}.menubar-action:hover{background:#ffffff24}.menubar-action-ghost{background:transparent}.users-home-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.users-home-header h1{margin:0 0 4px;font-size:28px;letter-spacing:-.02em}.users-home-header .muted{margin:0;font-weight:300}.users-home-count{margin:0;padding:8px 12px;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);font-size:13px;color:var(--color-text-muted)}.users-home-count strong{color:var(--color-primary-dark)}.users-search{display:flex;align-items:stretch;gap:12px;margin-bottom:20px;padding:16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.users-search-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex:1}.users-search-field{display:flex;flex-direction:column;gap:6px;min-width:0}.users-search-field span{font-size:12px;font-weight:400;color:var(--color-text-muted)}.users-search-field input{width:100%;height:42px;padding:0 14px;border:1px solid var(--color-border);border-radius:10px;background:#fbfcfc;font-size:14px;color:var(--color-text);transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.users-search-field select{width:100%;height:42px;padding:0 14px;border:1px solid var(--color-border);border-radius:10px;background:#fbfcfc;font-size:14px;color:var(--color-text)}.users-search-field input::placeholder{color:#93a3a3;font-weight:300}.users-search-field input:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #00838f26}.users-search-submit{align-self:flex-end;height:42px;padding:0 22px;border:none;border-radius:10px;background:var(--color-primary);color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.users-search-submit:hover:not(:disabled){background:var(--color-primary-highlight)}.users-search-submit:disabled{opacity:.65;cursor:default}@media(max-width:720px){.users-search{flex-direction:column}.users-search-fields{grid-template-columns:1fr}.users-search-submit{width:100%}.menubar{flex-wrap:wrap;gap:12px;padding:12px 16px}.menubar-actions{width:100%;justify-content:flex-end}}.users-table-wrap{overflow-x:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.users-table{width:100%;border-collapse:collapse;font-size:13px}.users-table th,.users-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--color-border);vertical-align:top}.users-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-weight:700;background:#f8fbfb}.users-row{cursor:pointer}.users-row:hover{background:var(--color-primary-soft)}.users-faid-link{display:inline-flex;align-items:center;gap:5px;color:var(--color-primary, #0b6e6e);text-decoration:underline;text-underline-offset:2px}.users-faid-link:hover{color:var(--color-primary-strong, #085555)}.users-faid-external{flex:0 0 auto;opacity:.75}.users-faid-link:hover .users-faid-external{opacity:1}.copyable{display:inline-flex;align-items:center;gap:6px;max-width:100%}.copyable-content{min-width:0;overflow-wrap:anywhere}.copyable-btn{flex:0 0 auto;width:22px;height:22px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--color-text-muted);font-size:12px;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.copyable:hover .copyable-btn,.copyable:focus-within .copyable-btn,.users-row:hover .copyable-btn{opacity:1}.copyable-btn:hover,.copyable-btn:focus-visible{background:#0000000f;color:var(--color-text);opacity:1}.feed-state{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.feed-state-cell{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.feed-state-generated{font-size:11px;line-height:1.3;white-space:nowrap}.feed-state-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto;background:#94a3b8}.feed-state-label{color:var(--color-text)}.feed-state--ready .feed-state-dot{background:#16a34a}.feed-state--progress .feed-state-dot{background:#eab308}.feed-state--warning .feed-state-dot{background:#f97316}.feed-state--broken .feed-state-dot,.feed-state--error .feed-state-dot{background:#dc2626}.feed-state--idle .feed-state-dot{background:#94a3b8}.users-features{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px;min-height:18px}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;font-size:18px;line-height:1;-webkit-user-select:none;user-select:none}.users-feature-icon{color:#9aa5a5;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;opacity:.85}.users-feature-brand{width:18px;height:18px;object-fit:contain;border-radius:3px;display:block;flex:0 0 auto;filter:grayscale(1) brightness(1.15) contrast(.85);opacity:.75}.users-row-actions{width:44px;text-align:right;vertical-align:middle}.users-row-menu{position:relative;display:inline-flex;justify-content:flex-end}.users-row-menu-trigger{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--color-text-muted);font-size:18px;line-height:1;cursor:pointer}.users-row-menu-trigger:hover,.users-row-menu-trigger[aria-expanded=true]{background:#0000000f;color:var(--color-text)}.users-row-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;padding:6px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;box-shadow:0 10px 28px #0f171529;z-index:5}.users-row-menu-item{display:block;width:100%;border:none;border-radius:8px;background:transparent;text-align:left;padding:10px 12px;font-size:13px;cursor:pointer;color:var(--color-text);text-decoration:none;box-sizing:border-box}.users-row-menu-item:hover{background:var(--color-primary-soft)}.users-row-menu-item.danger{color:#b42318}.users-row-menu-item.danger:hover{background:#fef3f2}.delete-user-modal{max-width:440px}.delete-user-modal-title{font-size:18px;font-weight:700;margin-bottom:10px;padding-right:28px}.delete-user-modal-body{margin:0 0 16px;font-size:14px;color:var(--color-text);line-height:1.45}.delete-user-modal-meta{margin:0 0 16px;display:grid;gap:10px}.delete-user-modal-meta div{display:grid;gap:2px}.delete-user-modal-meta dt{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.delete-user-modal-meta dd{margin:0;font-size:13px;word-break:break-all}.delete-user-modal-check{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;font-size:14px;line-height:1.4}.delete-user-modal-check input{margin-top:2px}.delete-user-modal-actions{display:flex;justify-content:flex-end;gap:10px}.delete-user-modal-status{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 8px 8px;text-align:center}.delete-user-modal-status p{margin:0;font-size:14px}.delete-user-modal-status.success p:first-child{color:#067647;font-weight:600}.delete-user-modal-status.error p:first-child{color:#b42318;font-weight:600}.delete-user-modal-error{color:var(--color-text-muted);font-size:13px!important;word-break:break-word}.button-danger{padding:10px 16px;border-radius:10px;border:none;background:#b42318;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.button-danger:hover:not(:disabled){background:#912018}.button-danger:disabled{opacity:.65;cursor:default}.users-footer{margin-top:12px;display:flex;gap:12px;align-items:center;justify-content:center}.feedback-rating{display:inline-flex;align-items:center;font-size:12px;font-weight:600;letter-spacing:.01em}.feedback-rating-up{color:#067647}.feedback-rating-down{color:#b42318}.feedback-user-link{border:0;background:none;padding:0;color:var(--color-accent, #175cd3);font:inherit;cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:2px}.feedback-user-link:hover{color:#1849a9}.feedback-reasons-cell{max-width:28rem}.feedback-reasons-text{font-size:13px;line-height:1.4;color:var(--color-text);white-space:pre-wrap;word-break:break-word}button.feedback-reasons-expandable{display:block;width:100%;margin:0;padding:0;border:0;background:none;text-align:left;cursor:pointer;font:inherit}button.feedback-reasons-expandable:hover,button.feedback-reasons-expandable:focus-visible{color:var(--color-accent, #175cd3)}.feedback-row td{vertical-align:top}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;word-break:break-all}.muted{color:var(--color-text-muted);font-weight:300}.spinner-centered{display:flex;align-items:center;justify-content:center;width:100%;padding:32px 16px;min-height:120px}.spinner-centered.spinner-inline{padding:8px;min-height:0}.spinner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;background:#ffffffb8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:inherit;min-height:160px}.spinner{border-radius:50%;border-style:solid;border-color:var(--color-border);border-top-color:var(--color-primary);animation:spinner-rotate .7s linear infinite}.spinner-sm{width:20px;height:20px;border-width:2px}.spinner-md{width:32px;height:32px;border-width:3px}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px}.badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px}.badge-GREEN,.badge-TEAL{background:var(--color-teal-bg);color:var(--color-teal)}.badge-ORANGE{background:var(--color-orange-bg);color:var(--color-orange)}.badge-RED{background:var(--color-red-bg);color:var(--color-red)}.badge-EFFICIENT{background:var(--color-teal-bg);color:var(--color-band-efficient)}.badge-NORMAL{background:var(--color-band-normal-bg);color:var(--color-band-normal)}.badge-ELEVATED{background:var(--color-orange-bg);color:var(--color-band-elevated)}.badge-EXPORTING{background:#ece6ff;color:#2a1f4a}.feed-kpi-block{display:flex;flex-direction:column;gap:4px}.feed-kpi-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:24px}.feed-kpi-legacy-hint{font-size:11px;font-weight:600;color:var(--color-text-muted)}.feed-kpi-menu{position:relative;margin-left:auto}.feed-kpi-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:28px;height:24px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--color-text-muted);font-size:18px;line-height:1;letter-spacing:1px}.feed-kpi-menu-trigger:hover,.feed-kpi-menu-trigger[aria-expanded=true]{background:var(--color-primary-soft);color:var(--color-primary-dark)}.feed-kpi-menu-dropdown{right:0;left:auto}.kpi-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.kpi-tile{flex:1 0 118px;min-width:118px;max-width:148px;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px 10px 14px;text-align:left;border:none;border-radius:var(--radius-kpi);background:var(--color-surface);box-shadow:var(--shadow-card);color:inherit}.kpi-tile-title{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;min-height:2.5em;font-size:12px;font-weight:400;line-height:1.25;color:var(--color-text)}.kpi-tile-chevron{flex-shrink:0;font-size:16px;line-height:1;color:var(--color-text-muted);font-weight:300}.kpi-tile-gauge{display:flex;justify-content:center;align-items:center;min-height:76px}.kpi-tile-fallback{font-size:20px;font-weight:700}.kpi-tile-badge{align-self:center;font-weight:700;text-transform:none;letter-spacing:0}.kpi-tile-badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.85}.kpi-tile-delta{align-self:center;font-size:11px;font-weight:400;line-height:1.25;color:var(--color-text-muted);text-align:center}.kpi-tile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:110px;font-size:13px;font-weight:600;color:var(--color-text-muted);text-align:center}.kpi-tile-empty-cta{font-size:11px;font-weight:700;color:var(--color-orange)}.ring-gauge{position:relative;flex-shrink:0}.ring-gauge svg{display:block}.ring-gauge-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;pointer-events:none}.ring-gauge-pct{font-size:var(--ring-label-size, 14px);font-weight:700;line-height:1;color:var(--color-text)}.ring-gauge-kwh{font-size:13px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.ring-gauge-unit{font-size:8px;font-weight:400}.ring-gauge-fill-animate{animation:ring-fill-ccw .9s ease-out both}@keyframes ring-fill-ccw{0%{stroke-dashoffset:var(--ring-circumference)}to{stroke-dashoffset:var(--ring-offset)}}@property --ring-pct{syntax: "<percentage>"; inherits: false; initial-value: 0%;}.ring-gauge-export-ellipse{box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;transform:scaleX(-1);background:conic-gradient(from 0deg,#d551c9 20%,#ff8300 52%,#a28aff 81%);-webkit-mask-image:radial-gradient(farthest-side,transparent calc(100% - var(--ring-stroke)),#000 calc(100% - var(--ring-stroke) + .5px));mask-image:radial-gradient(farthest-side,transparent calc(100% - var(--ring-stroke)),#000 calc(100% - var(--ring-stroke) + .5px))}.ring-gauge-export-track{opacity:.2}.ring-gauge-export-fill{-webkit-mask-image:radial-gradient(farthest-side,transparent calc(100% - var(--ring-stroke)),#000 calc(100% - var(--ring-stroke) + .5px)),conic-gradient(from 0deg,#000 0 var(--ring-pct),transparent var(--ring-pct));-webkit-mask-composite:source-in;mask-image:radial-gradient(farthest-side,transparent calc(100% - var(--ring-stroke)),#000 calc(100% - var(--ring-stroke) + .5px)),conic-gradient(from 0deg,#000 0 var(--ring-pct),transparent var(--ring-pct));mask-composite:intersect}.ring-gauge-export-fill-animate{animation:ring-export-reveal .9s ease-out both}@keyframes ring-export-reveal{0%{--ring-pct: 0%}to{--ring-pct: var(--ring-pct-to)}}.ring-gauge-sub{font-size:8px;font-weight:300;line-height:1.2;color:var(--color-text-muted);text-align:center;max-width:56px}.stat-value-TEAL{color:var(--color-teal)}.stat-value-ORANGE{color:var(--color-orange)}.stat-value-RED{color:var(--color-red)}.stat-value-GREEN{color:var(--color-green)}.insights-md{display:block}.insights-md>:first-child{margin-top:0}.insights-md>:last-child{margin-bottom:0}.insights-md p{margin:0 0 8px}.insights-md p:last-child{margin-bottom:0}.insights-md strong{font-weight:700}.insights-md-em,.insights-md em{font-style:normal;font-weight:inherit}.insights-md h1,.insights-md h2,.insights-md h3,.insights-md h4,.insights-md h5,.insights-md h6{margin:0 0 8px;font-weight:700;line-height:1.15}.insights-md h1:last-child,.insights-md h2:last-child,.insights-md h3:last-child,.insights-md h4:last-child,.insights-md h5:last-child,.insights-md h6:last-child{margin-bottom:0}.insights-md h1{font-size:24px}.insights-md h2{font-size:18px}.insights-md h3,.insights-md h4,.insights-md h5,.insights-md h6{font-size:16px}.insights-md a{color:var(--color-primary)}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:24px 0 8px}.project-divider{display:flex;align-items:center;gap:12px;margin:8px 0 4px}.project-divider-line{flex:1;height:1px;background:var(--color-border)}.project-divider-label{font-size:12px;color:var(--color-text-muted);white-space:nowrap}.button-primary{background:var(--color-primary);color:#fff;border:none;border-radius:10px;padding:11px 18px;font-weight:700;font-size:14px}.button-primary:hover:not(:disabled){background:var(--color-primary-highlight)}.button-primary:disabled{opacity:.55;cursor:default}.button-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border);border-radius:10px;padding:11px 18px;font-weight:700;font-size:14px}.button-secondary:disabled{opacity:.55;cursor:default}.button-link{background:none;border:none;color:var(--color-primary);font-weight:700;font-size:13px;padding:0}.overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f171573;display:flex;align-items:flex-end;justify-content:center;z-index:40}.overlay-backdrop.centered{align-items:center}.sheet{background:var(--color-surface);width:100%;max-width:480px;max-height:92vh;overflow-y:auto;border-radius:20px 20px 0 0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:20px;position:relative}.sheet:has(.spinner-overlay){min-height:220px}.overlay-backdrop.centered .sheet{border-radius:20px;max-height:80vh}.sheet-close{position:absolute;top:14px;right:14px;z-index:6;background:var(--color-bg);border:none;border-radius:999px;width:28px;height:28px;font-size:14px;line-height:1}.auth-form{margin-top:64px;display:flex;flex-direction:column;gap:12px}.auth-form label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--color-text-muted)}.auth-form input{padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:14px}.auth-form button[type=submit]{padding:12px;border-radius:10px;border:none;background:var(--color-primary);color:#fff;font-size:14px;font-weight:700}.context-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);text-align:left}.context-option span{color:var(--color-text-muted);font-size:12px}.state-banner{padding:12px 14px;border-radius:var(--radius-md);font-size:13px;margin-bottom:12px}.state-banner.warn{background:var(--color-orange-bg);color:var(--color-orange)}.state-banner.error{background:var(--color-red-bg);color:var(--color-red)}.state-banner.success{background:var(--color-teal-bg);color:var(--color-teal)}pre.json-viewer{background:#0f1917;color:#d8f3ea;padding:12px;border-radius:var(--radius-md);font-size:11px;overflow-x:auto;max-height:400px}.admin-page{padding-bottom:24px}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.admin-eyebrow{margin:0 0 6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);font-weight:700}.admin-page-header h1{margin:0 0 8px;font-size:28px;letter-spacing:-.02em}.admin-page-header .muted{margin:0;max-width:560px}.admin-header-actions{display:flex;gap:10px;flex-shrink:0}.admin-sections{display:flex;flex-direction:column;gap:12px}.admin-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.admin-card-header{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border:none;background:transparent;text-align:left}.admin-card-header h2{margin:0 0 4px;font-size:16px;color:var(--color-primary-dark)}.admin-card-header p{margin:0;font-size:13px;color:var(--color-text-muted);font-weight:300}.admin-card-chevron{width:28px;height:28px;border-radius:8px;background:var(--color-primary-soft);color:var(--color-primary-dark);display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;flex-shrink:0}.admin-card-body{padding:18px 20px 20px;border-top:1px solid var(--color-border)}.admin-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.admin-field{display:flex;flex-direction:column;gap:6px;min-width:0}.admin-field-full{margin-top:16px}.admin-field-label{font-size:12px;color:#555}.admin-field-hint{font-size:12px;line-height:1.35;color:var(--color-text-muted);font-weight:300}.admin-field input[type=text],.admin-field input[type=number],.admin-field select{height:40px;padding:0 12px;border:1px solid var(--color-border);border-radius:8px;background:#fbfcfc;font-size:14px}.admin-field input:focus,.admin-field select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #00838f1f;background:#fff}.admin-field-toggle{justify-content:center;padding:10px 12px;border:1px solid var(--color-border);border-radius:10px;background:#fbfcfc}.admin-field-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}.clone-result h2{margin:0 0 4px;font-size:16px;color:var(--color-primary-dark)}.clone-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;margin:16px 0 0}.clone-result-grid dt{font-size:12px;color:var(--color-text-muted)}.clone-result-grid dd{margin:2px 0 0;font-size:14px}.admin-subblock{margin-top:20px;padding-top:16px;border-top:1px solid var(--color-border)}.admin-subblock h3{margin:0 0 4px;font-size:14px;color:var(--color-primary-dark)}.admin-subblock .muted{margin:0 0 12px;font-size:12px}.admin-subblock-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.admin-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:10px}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:8px 10px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.admin-table th{background:#f8fbfb;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.admin-table input{width:100%;min-width:72px;height:34px;padding:0 8px;border:1px solid var(--color-border);border-radius:6px;background:#fff}.admin-table-ppa td:last-child{width:72px;text-align:right}.admin-sticky-actions{position:sticky;bottom:0;margin:24px -16px -16px;padding:12px 16px 16px;background:linear-gradient(180deg,#f4f7f700,#f4f7f7f2 28%,#f4f7f7)}.admin-sticky-actions-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;box-shadow:var(--shadow-card)}.admin-denied h1{margin:0 0 8px}.bar-compare{margin-top:16px}.bar-compare-title{font-size:13px;font-weight:600}.bar-compare-window,.bar-compare-unit{font-size:12px;color:var(--color-text-muted)}.bar-compare-window{margin-top:2px}.bar-compare-unit{margin-top:12px;margin-bottom:8px}.bar-compare-plot{display:flex;align-items:flex-end;justify-content:space-around;gap:24px;height:172px}.bar-compare-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.bar-compare-track{flex:1;width:100%;max-width:100px;display:flex;flex-direction:column;justify-content:flex-end}.bar-compare-fill{width:100%;border-radius:4px 4px 0 0;display:flex;justify-content:center;padding-top:6px;min-height:28px}.bar-compare-fill-current{background:var(--color-orange)}.bar-compare-fill-reduced,.bar-compare-fill-you{background:var(--color-teal)}.bar-compare-fill-average{background:var(--color-red)}.bar-compare-value{font-size:12px;font-weight:700;color:#fff}.bar-compare-label{margin-top:8px;font-size:12px;color:var(--color-text-muted)}.feed-card-link-cta{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:13px;font-weight:600}.insight-callout{margin-top:16px;padding:14px;border:2px solid transparent;border-radius:16px;background:linear-gradient(var(--color-surface),var(--color-surface)) padding-box,linear-gradient(135deg,#7661d2,#9681f0,#d551c9,#ffda5f) border-box}.insight-tips{margin-top:16px;padding:16px;background:var(--color-bg);border-radius:var(--radius-md)}.insight-tip-row+.insight-tip-row{margin-top:12px}.insight-tip-toggle{display:flex;align-items:flex-start;gap:8px;width:100%;background:none;border:none;padding:0;text-align:left;cursor:pointer;color:inherit}.insight-tip-toggle:disabled{cursor:default}.insight-tip-num{width:20px;flex:0 0 20px;font-size:18px;font-weight:700;text-align:center}.insight-tip-title{flex:1;font-size:14px}.insight-tip-chevron{color:var(--color-text-muted)}.insight-tip-body{margin:6px 0 0 28px;font-size:13px;color:var(--color-text-muted)}@media(max-width:800px){.admin-page-header,.admin-sticky-actions-inner,.admin-subblock-header{flex-direction:column;align-items:stretch}.admin-field-grid{grid-template-columns:1fr}}
