@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--h-app:#F7F7F5;--h-surface:#FFFFFF;--h-ink-900:#111827;--h-ink-700:#374151;--h-ink-600:#4B5563;--h-ink-500:#6B7280;--h-ink-400:#9CA3AF;--h-ink-300:#B0B8C2;--h-ink-200:#D1D5DB;--h-ink-100:#E5E7EB;--h-ink-50:#F3F4F6;--h-teal-900:#134E4A;--h-teal:#0F766E;--h-teal-500:#14B8A6;--h-emerald:#0D9488;--h-teal-50:#F0FDFA;--h-teal-100:#CCFBF1;--h-teal-200:#99F6E4;--h-amber:#B45309;--h-amber-500:#F59E0B;--h-amber-50:#FEF3C7;--h-amber-200:#FCD34D;--h-border:#E5E7EB;--h-border-subtle:#ECECEA;--h-ease:cubic-bezier(0.22,1,0.36,1)}body,html{margin:0;padding:0;font-family:Inter,sans-serif;color:var(--h-ink-900);overflow-x:hidden}.h-page,body,html{background:var(--h-app)}.h-page{min-height:100vh;position:relative}.h-page:before{content:"";position:fixed;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(19,78,74,.018) 0,rgba(19,78,74,.018) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(19,78,74,.018) 0,rgba(19,78,74,.018) 50px);pointer-events:none;z-index:0}.h-page>*{position:relative;z-index:1}.h-navbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 4px rgba(19,78,74,.04);padding-top:12px!important;padding-bottom:12px!important}.h-navbar .navbar-brand{font-size:20px;font-weight:800;color:var(--h-teal-900);letter-spacing:-.03em}.h-brand{display:inline-flex;align-items:center;cursor:pointer;transition:opacity .15s var(--h-ease)}.h-brand:hover{opacity:.75}.h-brand-logo{height:28px;width:auto;display:block}@media (max-width:560px){.h-brand-logo{height:22px}}.h-ghost-btn{background:var(--h-surface);color:var(--h-teal-900);border:1px solid rgba(19,78,74,.18);border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s var(--h-ease)}.h-ghost-btn:hover{background:rgba(19,78,74,.06);border-color:var(--h-teal-900)}.h-ghost-btn--dark{background:var(--h-teal-900);color:#FFF;border-color:var(--h-teal-900)}.h-ghost-btn--dark:hover{background:#0F3F3C;color:#FFF}.h-shell{display:flex;justify-content:center;padding:44px 24px 60px}.h-container{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:28px}.h-tone-teal{color:var(--h-teal)}.h-tone-teal-deep{color:var(--h-teal-900)}.h-tone-teal-soft{color:var(--h-emerald)}.h-tone-amber{color:var(--h-amber)}.h-chip--teal{color:var(--h-teal-900);background:var(--h-teal-50);border:1px solid var(--h-teal-200)}.h-chip--teal-deep{color:#FFFFFF;background:var(--h-teal-900);border:1px solid var(--h-teal-900)}.h-chip--teal-soft{color:var(--h-emerald);background:var(--h-teal-50);border:1px solid var(--h-teal-100)}.h-chip--amber{color:var(--h-amber);background:var(--h-amber-50);border:1px solid var(--h-amber-200)}.h-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.h-greeting{font-size:30px;font-weight:700;color:var(--h-ink-900);margin:0;letter-spacing:-.02em;line-height:1.2}.h-greeting-name{background:linear-gradient(135deg,#134E4A,#0D9488 55%,#14B8A6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.h-identity{gap:8px;margin-top:8px;flex-wrap:wrap}.h-identity,.h-identity-org{display:inline-flex;align-items:center}.h-identity-org{gap:5px;font-size:11.5px;font-weight:600;color:var(--h-teal);background:var(--h-teal-50);border:1px solid var(--h-teal-200);border-radius:9999px;padding:3px 10px;letter-spacing:-.005em}.h-identity-org svg{opacity:.85}.h-identity-role{font-size:11px;font-weight:700;color:var(--h-teal-900);background:#FFFFFF;border:1px solid var(--h-teal-200);border-radius:4px;padding:2px 8px;letter-spacing:.02em;text-transform:uppercase}.h-identity-role--muted{background:var(--h-ink-50);border-color:var(--h-border);text-transform:none;font-weight:500}.h-identity-role--muted,.h-subtitle{color:var(--h-ink-500);letter-spacing:-.005em}.h-subtitle{font-size:13.5px;margin:6px 0 0}.h-credit-pill{display:inline-flex;align-items:center;gap:7px;background:var(--h-teal-50);color:var(--h-teal);border:1px solid var(--h-teal-200);border-radius:9999px;padding:7px 14px;font-size:13px;font-weight:600}.h-credit-pill--warn{background:var(--h-amber-50);color:var(--h-amber);border-color:var(--h-amber-200)}.h-credit-pill--danger{background:#FDE68A;color:#92400E;border-color:#F59E0B}.h-credit-num{font-variant-numeric:tabular-nums;font-weight:700}.h-credit-label{font-weight:500;opacity:.85}.h-search-wrap{flex-direction:column}.h-search,.h-search-wrap{position:relative;display:flex;align-items:center;gap:10px}.h-search{width:100%;max-width:720px;background:var(--h-surface);border:1.5px solid var(--h-border);border-radius:12px;padding:14px 18px;transition:border-color .15s var(--h-ease),box-shadow .2s var(--h-ease);box-shadow:0 1px 3px rgba(17,24,39,.04)}.h-search.is-open,.h-search:focus-within{border-color:var(--h-teal);box-shadow:0 0 0 4px rgba(15,118,110,.15),0 4px 18px rgba(19,78,74,.08)}.h-search.is-open{border-radius:12px 12px 0 0}.h-search-icon{color:var(--h-ink-400);flex-shrink:0}.h-search:focus-within .h-search-icon{color:var(--h-teal)}.h-search-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;font-weight:500;color:var(--h-ink-900);font-family:inherit}.h-search-input::-moz-placeholder{color:var(--h-ink-400);font-weight:400}.h-search-input::placeholder{color:var(--h-ink-400);font-weight:400}.h-search-kbd{font-size:10.5px;font-weight:600;color:var(--h-ink-500);background:var(--h-ink-50);border:1px solid var(--h-border);border-radius:4px;padding:3px 7px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.h-search-hints{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.h-hint,.h-hint-etc{font-size:12px;color:var(--h-ink-400);font-weight:500}.h-hint-etc{font-style:italic;margin-left:2px}.h-hint-chip{font-size:12px;font-weight:500;padding:3px 10px;border-radius:9999px;cursor:pointer;font-family:inherit;transition:filter .15s var(--h-ease)}.h-hint-chip:hover{filter:brightness(.97)}.h-palette{position:absolute;top:calc(100% - 1px);left:50%;transform:translateX(-50%);width:100%;max-width:720px;background:var(--h-surface);border:1.5px solid var(--h-teal);border-top-color:var(--h-border);border-radius:0 0 12px 12px;box-shadow:0 18px 48px rgba(19,78,74,.14),0 6px 16px rgba(0,0,0,.04);z-index:40;padding:6px;max-height:420px;overflow-y:auto}.h-palette-empty{padding:18px;text-align:center;font-size:13px;color:var(--h-ink-500)}.h-palette-group{padding:4px 0}.h-palette-group+.h-palette-group{border-top:1px solid var(--h-border-subtle);margin-top:4px;padding-top:6px}.h-palette-group-label{font-size:10.5px;font-weight:700;color:var(--h-ink-400);text-transform:uppercase;letter-spacing:.08em;padding:4px 12px 6px}.h-palette-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit;transition:background .1s var(--h-ease)}.h-palette-ico,.h-palette-row.is-active,.h-palette-row:hover{background:var(--h-teal-50)}.h-palette-ico{width:26px;height:26px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.h-palette-ico.h-tone-teal{background:var(--h-teal-50)}.h-palette-ico.h-tone-teal-soft{background:var(--h-teal-50);color:var(--h-emerald)}.h-palette-ico.h-tone-amber{background:var(--h-amber-50)}.h-palette-text{display:flex;flex-direction:column;min-width:0;flex:1}.h-palette-primary{font-size:13.5px;font-weight:600;color:var(--h-ink-900);letter-spacing:-.005em}.h-palette-primary,.h-palette-secondary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h-palette-secondary{font-size:11.5px;color:var(--h-ink-500);margin-top:1px}.h-palette-meta{font-size:11px;font-weight:700;color:var(--h-teal);background:var(--h-teal-50);border:1px solid var(--h-teal-200);padding:2px 7px;border-radius:4px;font-variant-numeric:tabular-nums;flex-shrink:0}.h-palette-arrow{color:var(--h-ink-300);flex-shrink:0}.h-palette-row.is-active .h-palette-arrow{color:var(--h-teal)}.h-palette-foot{display:flex;gap:14px;padding:8px 12px 6px;border-top:1px solid var(--h-border-subtle);margin-top:4px;font-size:11px;color:var(--h-ink-500)}.h-palette-foot kbd{font-size:10px;font-weight:600;background:var(--h-ink-50);border:1px solid var(--h-border);border-radius:3px;padding:1px 5px;margin-right:4px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;color:var(--h-ink-700)}.h-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.h-card{position:relative;background:var(--h-surface);border:1px solid var(--h-border);border-radius:12px;padding:22px 24px 20px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:border-color .2s var(--h-ease),transform .2s var(--h-ease),box-shadow .2s var(--h-ease);overflow:hidden}.h-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(19,78,74,.08)}.h-card--primary{border-left:3px solid var(--h-teal-900)}.h-card--primary:hover{border-color:var(--h-teal-200);border-left-color:var(--h-teal-900)}.h-card--secondary{border-left:3px solid var(--h-teal)}.h-card--secondary:hover{border-color:var(--h-teal-200)}.h-card-top{display:flex;align-items:center;gap:10px}.h-card-icon{width:32px;height:32px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center}.h-card-icon.h-tone-teal{background:var(--h-teal-50);border:1px solid var(--h-teal-200)}.h-card-icon.h-tone-teal-soft{background:var(--h-teal-50);border:1px solid var(--h-teal-100);color:var(--h-emerald)}.h-card-kicker{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.h-card-title{font-size:20px;font-weight:700;color:var(--h-ink-900);margin:0;letter-spacing:-.015em}.h-card-desc{font-size:13.5px;line-height:1.55;color:var(--h-ink-500);margin:0}.h-card-micro{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--h-ink-500);flex-wrap:wrap}.h-card-micro strong{color:var(--h-ink-900);font-weight:600;font-variant-numeric:tabular-nums}.h-dot{width:3px;height:3px;border-radius:50%;background:var(--h-ink-300)}.h-preview{border:1px dashed var(--h-border);border-radius:8px;padding:12px;background:#FAFBFB;display:flex;flex-direction:column;gap:10px;min-height:92px}.h-preview-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.h-preview-label{font-size:11.5px;font-weight:600;color:var(--h-ink-700)}.h-score-chip{font-size:11px;font-weight:700;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;padding:3px 9px;border-radius:9999px;font-variant-numeric:tabular-nums}.h-preview-bars{display:flex;flex-direction:column;gap:6px}.h-bar-row{display:grid;grid-template-columns:56px 1fr 30px;align-items:center;gap:10px}.h-bar-label{font-size:10.5px;font-weight:600;color:var(--h-ink-600);letter-spacing:.02em;text-transform:uppercase}.h-bar-track{position:relative;height:6px;background:var(--h-ink-100);border-radius:9999px;overflow:hidden}.h-bar-fill{display:block;height:100%;border-radius:9999px}.h-fill-teal-deep{background:linear-gradient(90deg,#042F2E,#134E4A)}.h-fill-teal{background:linear-gradient(90deg,#0F766E,#14B8A6)}.h-fill-teal-soft{background:linear-gradient(90deg,#14B8A6,#5EEAD4)}.h-fill-amber{background:linear-gradient(90deg,#B45309,#F59E0B)}.h-bar-val{font-size:11px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.h-preview--map{position:relative;background:radial-gradient(ellipse at 30% 20%,rgba(20,184,166,.22) 0,transparent 55%),radial-gradient(ellipse at 80% 80%,rgba(6,78,59,.35) 0,transparent 60%),linear-gradient(135deg,#0B3B38,#134E4A 55%,#0F3F3C);border:1px solid var(--h-teal-900);overflow:hidden;min-height:128px;padding:0}.h-preview-map-grid{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 11px,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 12px),repeating-linear-gradient(90deg,transparent,transparent 11px,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 12px);pointer-events:none}.h-map-badge{position:absolute;top:8px;left:8px;z-index:2;display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.92);background:rgba(4,47,46,.55);border:1px solid rgba(153,246,228,.3);border-radius:9999px;padding:3px 9px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.h-map-badge-dot{width:6px;height:6px;border-radius:50%;background:#5EEAD4;box-shadow:0 0 8px rgba(94,234,212,.8)}.h-layer-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.h-layer-shape{stroke-width:1.2;vector-effect:non-scaling-stroke}.h-shape-teal{fill:rgba(94,234,212,.22);stroke:rgba(153,246,228,.85)}.h-shape-teal-soft{fill:rgba(204,251,241,.18);stroke:rgba(204,251,241,.7)}.h-shape-amber{fill:rgba(252,211,77,.28);stroke:rgba(252,211,77,.9)}.h-layer-path{fill:none;stroke:rgba(255,255,255,.55);stroke-width:1.4;stroke-linecap:round;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.h-pin{position:absolute;width:10px;height:10px;border-radius:50%;z-index:3;box-shadow:0 0 0 2px rgba(4,47,46,.9),0 0 10px rgba(255,255,255,.4)}.h-pin.h-tone-teal{background:#5EEAD4}.h-pin.h-tone-amber{background:var(--h-amber-500)}.h-card-cta{margin-top:2px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.h-card:hover .h-card-cta svg{transform:translateX(2px)}.h-card-cta svg{transition:transform .2s var(--h-ease)}.h-section{display:flex;flex-direction:column;gap:12px}.h-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.h-section-title{font-size:12px;font-weight:700;color:var(--h-ink-500);margin:0;letter-spacing:.08em;text-transform:uppercase}.h-section-note{font-size:11.5px;color:var(--h-ink-400);font-weight:500}.h-reports-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.h-report-card{background:var(--h-surface);border:1px solid var(--h-border);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s var(--h-ease),box-shadow .2s var(--h-ease);cursor:default}.h-report-card:hover{border-color:var(--h-ink-200);box-shadow:0 4px 14px rgba(0,0,0,.04)}.h-report-head{display:inline-flex;align-items:center;gap:5px;color:var(--h-ink-500);font-size:11.5px;font-weight:500}.h-report-loc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.h-report-type{font-size:11px;font-weight:700;border-radius:4px;padding:2px 7px;align-self:flex-start;letter-spacing:.01em}.h-report-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.h-report-date{font-size:11.5px;color:var(--h-ink-500);font-variant-numeric:tabular-nums}.h-report-empty{grid-column:1/-1;display:flex;align-items:center;gap:14px;background:var(--h-surface);border:1px dashed var(--h-border);border-radius:10px;padding:16px 18px}.h-report-empty-icon{width:36px;height:36px;border-radius:8px;background:var(--h-teal-50);color:var(--h-teal);border:1px solid var(--h-teal-200);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.h-report-empty-text{flex:1;min-width:0}.h-report-empty-title{font-size:13.5px;font-weight:600;color:var(--h-ink-900)}.h-report-empty-sub{font-size:12.5px;color:var(--h-ink-500);margin-top:1px}.h-report-empty-cta{display:inline-flex;align-items:center;gap:5px;background:var(--h-teal-900);color:#FFF;border:1px solid var(--h-teal-900);border-radius:6px;padding:7px 12px;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s var(--h-ease);flex-shrink:0}.h-report-empty-cta:hover{background:#0F3F3C}.h-sub-strip{display:flex;align-items:center;gap:20px;background:var(--h-surface);border:1px solid var(--h-border);border-radius:10px;padding:14px 18px}.h-sub-left{min-width:0}.h-sub-left,.h-sub-mid{display:flex;flex-direction:column;gap:6px;flex:1 1 40%}.h-sub-mid{min-width:200px}.h-sub-label{font-size:10.5px;font-weight:700;color:var(--h-ink-500);text-transform:uppercase;letter-spacing:.08em}.h-sub-pills{display:flex;flex-wrap:wrap;gap:6px}.h-sub-pill{font-size:11.5px;font-weight:600;border-radius:9999px;padding:3px 10px}.h-sub-pill--empty{color:var(--h-ink-500);background:var(--h-ink-50);border:1px solid var(--h-border)}.h-sub-pill--more{background:transparent;color:var(--h-ink-500)}.h-sub-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.h-sub-numbers{font-size:13px;color:var(--h-ink-500);font-variant-numeric:tabular-nums;display:inline-flex;align-items:baseline;gap:2px}.h-sub-numbers strong{color:var(--h-ink-900);font-weight:700}.h-sub-slash{color:var(--h-ink-300);margin:0 2px}.h-sub-pct{margin-left:10px;font-size:11.5px;font-weight:700;color:var(--h-teal);font-variant-numeric:tabular-nums}.h-sub-strip .h-sub-bar--warn~.h-sub-pct,.h-sub-strip:has(.h-sub-bar--warn) .h-sub-pct{color:var(--h-amber)}.h-sub-bar{height:6px;background:rgba(15,118,110,.12);border-radius:9999px;overflow:hidden}.h-sub-bar-fill{height:100%;background:linear-gradient(90deg,#134E4A,#0D9488);border-radius:9999px;transition:width .3s var(--h-ease)}.h-sub-bar--warn{background:var(--h-amber-50)}.h-sub-bar--warn .h-sub-bar-fill{background:linear-gradient(90deg,#B45309,#F59E0B)}.h-sub-bar--danger{background:var(--h-rose-50)}.h-sub-bar--danger .h-sub-bar-fill{background:linear-gradient(90deg,#E11D48,#FB7185)}.h-sub-cta{background:var(--h-surface);color:var(--h-teal-900);border:1px solid var(--h-teal-900);border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s var(--h-ease);flex-shrink:0}.h-sub-cta:hover{background:var(--h-teal-900);color:#FFF}.h-whats-new{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--h-ink-500);margin-top:-4px}.h-whats-new svg{color:var(--h-teal);flex-shrink:0}.h-whats-new strong{color:var(--h-ink-700);font-weight:700}.h-promo{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:20px 0 8px;max-width:860px}.h-promo-title{font-size:44px;font-weight:700;line-height:1.1;letter-spacing:-.028em;color:var(--h-ink-900);margin:0}.h-promo-title .h-greeting-name{display:inline-block}.h-promo-tagline{font-size:14.5px;color:var(--h-ink-500);line-height:1.55;margin:0;max-width:640px}.h-promo-capture{display:flex;align-items:stretch;gap:8px;width:100%;max-width:480px;margin-top:8px}.h-promo-input{flex:1;border:1.5px solid var(--h-border);border-radius:10px;padding:12px 14px;font-size:14px;font-weight:500;color:var(--h-ink-900);font-family:inherit;background:var(--h-surface);outline:none;transition:border-color .15s var(--h-ease),box-shadow .2s var(--h-ease)}.h-promo-input::-moz-placeholder{color:var(--h-ink-400);font-weight:400}.h-promo-input::placeholder{color:var(--h-ink-400);font-weight:400}.h-promo-input:focus{border-color:var(--h-teal);box-shadow:0 0 0 4px rgba(15,118,110,.14)}.h-promo-cta{display:inline-flex;align-items:center;gap:6px;background:var(--h-teal-900);color:#FFFFFF;border:1.5px solid var(--h-teal-900);border-radius:10px;padding:10px 18px;font-size:14px;font-weight:700;letter-spacing:-.005em;cursor:pointer;transition:background .15s var(--h-ease),transform .15s var(--h-ease)}.h-promo-cta:hover{background:#0F3F3C;transform:translateY(-1px)}@media (max-width:560px){.h-promo-title{font-size:28px}.h-promo-tagline{font-size:13px}.h-promo-capture{flex-direction:column;max-width:100%}}.h-skel{display:inline-block;vertical-align:middle;background:linear-gradient(90deg,rgba(19,78,74,.08),rgba(19,78,74,.16) 50%,rgba(19,78,74,.08));background-size:200% 100%;border-radius:4px;animation:h-shimmer 1.2s linear infinite}.h-skel--name{height:.72em;width:8ch;border-radius:6px}.h-skel--line{display:block;height:10px;width:280px;max-width:60%;border-radius:9999px;margin-top:6px}@keyframes h-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.fade-in{opacity:0;transform:translateY(8px);animation:h-fade .5s forwards var(--h-ease)}@keyframes h-fade{to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.h-features{grid-template-columns:1fr}.h-reports-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.h-sub-strip{flex-wrap:wrap}.h-sub-cta{margin-left:auto}}@media (max-width:560px){.h-shell{padding:28px 16px 44px}.h-greeting{font-size:24px}.h-search{padding:12px 14px}.h-search-input{font-size:14px}.h-search-kbd{display:none}.h-reports-strip{grid-template-columns:1fr}.h-report-empty{flex-wrap:wrap}.h-header{align-items:flex-start}.h-card-title{font-size:18px}.h-bar-row{grid-template-columns:48px 1fr 28px}}