.hx-cmap-host{display:flex;flex-direction:column;gap:12px}.hx-cmap-wrap{position:relative;width:100%;aspect-ratio:1 / 1;max-height:600px;background:var(--m-bg);border-radius:8px;overflow:hidden}.hx-cmap-svg{display:block;width:100%;height:100%}.hx-cmap-svg path{cursor:pointer;transition:stroke-width .12s var(--ease-decel);stroke:var(--m-mapBorder);stroke-width:.4}.hx-cmap-svg path.hovered{stroke-width:1.5}@media(hover:hover)and (pointer:fine){.hx-cmap-svg path:hover{stroke-width:1.5}}.hx-cmap-svg path:focus{outline:none}.hx-cmap-svg path:focus-visible{outline:none;stroke:var(--m-text);stroke-width:2}.hx-cmap-svg path.selected{stroke:var(--m-text);stroke-width:2}.hx-cmap-svg path:active{transform:none}.hx-cmap-zoom-ctrls{position:absolute;top:10px;right:10px;z-index:4;display:flex;flex-direction:column;gap:4px;padding:3px;background:var(--m-panel);border:1px solid var(--m-border);border-radius:8px;box-shadow:var(--m-map-zoom-shadow)}.hx-cmap-zoom-ctrls[hidden]{display:none}.hx-cmap-zoom-btn{width:40px;height:40px;padding:0;border:1px solid var(--m-border);border-radius:6px;background:var(--m-panel);color:var(--m-text2);font-family:Geist,-apple-system,sans-serif;font-size:18px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease,border-color .12s ease}.hx-cmap-zoom-btn:active{background:var(--m-chipBg)}@media(hover:hover)and (pointer:fine){.hx-cmap-zoom-btn:hover{background:var(--m-panel2);color:var(--m-text);border-color:var(--m-borderHi)}}.hx-cmap-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--m-forest)}.hx-cmap-wrap[data-loading=false] .hx-cmap-loading{display:none}.hx-cmap-loading-hex{animation:hx-cmap-spin 2s linear infinite}@keyframes hx-cmap-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.hx-cmap-loading-hex{animation:none}}.hx-cmap-loading-msg{font-family:CommitMono,ui-monospace,monospace;font-size:11px;color:var(--m-text2);margin:0}.hx-cmap-tip{position:fixed;pointer-events:none;z-index:50;background:var(--m-panel);border:1px solid var(--m-border);border-radius:6px;padding:6px 10px;font-family:Geist,-apple-system,sans-serif;font-size:11px;color:var(--m-text);box-shadow:0 2px 8px #0000001f;opacity:0;transform:translate(8px,-100%);transition:opacity 80ms ease;white-space:nowrap}.hx-cmap-tip[aria-hidden=false]{opacity:1}.hx-clist{background:var(--m-panel);border-radius:12px;padding:16px}.hx-clist-heading{margin:0 0 12px;font-family:CommitMono,ui-monospace,monospace;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--m-text3Hi)}.hx-clist-rows{display:flex;flex-direction:column;gap:4px;max-height:600px;overflow-y:auto}.hx-clist-row{background:transparent;border:1px solid transparent;border-radius:8px;padding:8px 10px;cursor:pointer;text-align:left;font:inherit;transition:background var(--dur-fast) var(--ease-decel),border-color var(--dur-fast) var(--ease-decel)}@media(hover:hover)and (pointer:fine){.hx-clist-row:hover{background:var(--m-panel2);border-color:var(--m-border)}}.hx-clist-row[data-expanded=true]{background:var(--m-forestSoft);border-color:var(--m-forest)}.hx-clist-row-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.hx-clist-row-name{font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:600;color:var(--m-text);letter-spacing:-.01em}.hx-clist-row-pop{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text2)}.hx-clist-detail{margin-top:8px;padding-top:8px;border-top:1px solid var(--m-border);display:flex;flex-direction:column;gap:8px}.hx-clist-wiki{font-family:Geist,sans-serif;font-size:12px;color:var(--m-text);line-height:1.5}.hx-clist-wiki-loading{color:var(--m-text3Hi);font-style:italic}.hx-clist-amenities{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:4px}.hx-clist-amenity{background:var(--m-panel2);border-radius:4px;padding:4px 6px;font-family:CommitMono,ui-monospace,monospace;font-size:9px;color:var(--m-text2);text-align:center}.hx-clist-amenity strong{display:block;font-size:13px;color:var(--m-forest);font-weight:700}.hx-clist-empty{color:var(--m-text3Hi);font-style:italic;text-align:center;padding:24px;font-size:12px}.hx-dept-main{width:100%;max-width:min(1100px,100%);margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:48px}.hx-dept-nav{position:sticky;top:var(--m-header-h);z-index:11;background:var(--m-bg);border-bottom:1px solid var(--m-border);padding:8px 16px;display:flex;gap:4px;overflow-x:auto;-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 24px),transparent);scrollbar-width:none}.hx-dept-nav::-webkit-scrollbar{display:none}.hx-dept-nav-pill{flex-shrink:0;padding:6px 12px;border-radius:999px;border:1px solid var(--m-border);background:var(--m-panel);color:var(--m-text2);text-decoration:none;font-family:Geist,sans-serif;font-size:12px;font-weight:500;white-space:nowrap;transition:background var(--dur-fast) var(--ease-decel),color var(--dur-fast) var(--ease-decel)}@media(hover:hover)and (pointer:fine){.hx-dept-nav-pill:hover{background:var(--m-panel2);color:var(--m-text);border-color:var(--m-borderHi)}}.hx-dept-nav-pill[data-active=true]{background:var(--m-forest);color:#fff;border-color:var(--m-forest)}.hx-dept-hero{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center;padding:24px;background:var(--m-panel);border-radius:12px;scroll-margin-top:110px}.hx-dept-hero-ring{display:flex;align-items:center}.hx-dept-hero-text{min-width:0}.hx-dept-hero-eyebrow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.hx-dept-hero-code,.hx-dept-hero-rank{font-family:CommitMono,ui-monospace,monospace;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--m-text3Hi)}.hx-dept-hero-rank{color:var(--m-forest)}.hx-dept-hero-pill{padding:2px 7px;border-radius:4px;font-family:CommitMono,ui-monospace,monospace;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hx-dept-hero-pill-tgv{background:var(--m-forestSoft);color:var(--m-forest)}.hx-dept-hero-pill-var{background:color-mix(in oklab,var(--m-warn) 18%,var(--m-panel));color:var(--m-warn)}.hx-dept-hero-name{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:36px;line-height:1.05;letter-spacing:-.02em;margin:0 0 6px;color:var(--m-text);font-variation-settings:"opsz" 96,"SOFT" 30}.hx-dept-hero-sub{font-family:CommitMono,ui-monospace,monospace;font-size:11px;color:var(--m-text2);letter-spacing:.02em}.hx-dept-hero-blurb{margin:12px 0 0;font-family:Fraunces,Georgia,serif;font-style:italic;font-size:16px;line-height:1.4;color:var(--m-text);font-variation-settings:"opsz" 36}.hx-dept-section{background:var(--m-panel);border-radius:12px;padding:20px;scroll-margin-top:110px}.hx-dept-section-title{margin:0 0 16px;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:22px;color:var(--m-text);letter-spacing:-.01em;font-variation-settings:"opsz" 36}.hx-dept-section-blurb{margin:12px 0 0;font-family:Fraunces,Georgia,serif;font-style:italic;font-size:14px;line-height:1.4;color:var(--m-text)}.hx-dept-section-note{margin-top:12px;padding:10px 12px;background:var(--m-panel2);border-radius:6px;font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text2);letter-spacing:.02em}.hx-dept-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.hx-dept-tile{background:var(--m-panel2);border-radius:10px;padding:12px 14px}.hx-dept-tile-label{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text3Hi);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.hx-dept-tile-value{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:600;color:var(--m-text);line-height:1.2;margin-top:4px;font-variation-settings:"opsz" 36}.hx-dept-tile-unit{font-family:CommitMono,ui-monospace,monospace;font-size:11px;color:var(--m-text2);margin-left:4px}.hx-dept-tile-note{font-size:11px;color:var(--m-text2);margin-top:6px;line-height:1.4}.hx-dept-hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hx-dept-hub{background:var(--m-panel2);border:1px solid var(--m-border);border-radius:8px;padding:10px 12px}.hx-dept-hub-label{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text3Hi);margin-bottom:4px;letter-spacing:.04em}.hx-dept-hub-value{font-family:Geist,-apple-system,sans-serif;font-size:13px;color:var(--m-text);font-weight:600}@media(max-width:480px){.hx-dept-hub-grid{grid-template-columns:1fr}}.hx-dept-age-list{display:flex;flex-direction:column;gap:6px}.hx-dept-age-row{display:grid;grid-template-columns:60px 1fr 50px;gap:12px;align-items:center;font-family:Geist,-apple-system,sans-serif;font-size:13px}.hx-dept-age-row-band{color:var(--m-text2);font-family:CommitMono,ui-monospace,monospace;font-size:12px}.hx-dept-age-row-bar{background:var(--m-border);border-radius:4px;height:8px;overflow:hidden}.hx-dept-age-row-bar>div{height:100%;background:var(--m-forest);transition:width .2s var(--ease-decel)}.hx-dept-age-row-val{font-family:CommitMono,ui-monospace,monospace;font-size:12px;color:var(--m-text);text-align:right;font-variant-numeric:tabular-nums}.hx-dept-panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.hx-dept-panel-header .hx-dept-panel-title{margin:0}.hx-dept-risk-list{display:flex;flex-direction:column}.hx-dept-risk-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(100px,200px) auto;gap:12px;align-items:center;padding:8px 0;font-family:Geist,-apple-system,sans-serif;font-size:13px;color:var(--m-text)}.hx-dept-risk-row+.hx-dept-risk-row{border-top:1px solid var(--m-border)}.hx-dept-risk-row-bar{background:var(--m-border);border-radius:4px;height:6px;overflow:hidden}.hx-dept-risk-row-bar>div{height:100%;background:var(--m-catRisk, #a83c30);transition:width .2s var(--ease-decel)}.hx-dept-risk-row-val{font-family:CommitMono,ui-monospace,monospace;font-size:12px;color:var(--m-text2);font-variant-numeric:tabular-nums;text-align:right}.hx-dept-risk-empty{font-family:CommitMono,ui-monospace,monospace;font-size:11px;color:var(--m-text3Hi);padding:12px 0;text-align:center}.hx-dept-chip-toggle{cursor:pointer;font:inherit}.hx-dept-chip-caret{margin-left:4px;transition:transform .16s var(--ease-decel, ease)}.hx-dept-chip-toggle[aria-expanded=true] .hx-dept-chip-caret{transform:rotate(-180deg)}.hx-dept-gsf-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.hx-dept-gsf-item{padding:8px 10px;background:var(--m-panel2);border:1px solid var(--m-border);border-radius:8px;font-family:Geist,-apple-system,sans-serif;font-size:13px;color:var(--m-text)}.hx-dept-gsf-item a{color:var(--m-forest);text-decoration:none;font-weight:500;display:inline-flex;align-items:baseline;gap:2px}@media(hover:hover)and (pointer:fine){.hx-dept-gsf-item a:hover{text-decoration:underline}}.hx-dept-chips{display:flex;flex-wrap:wrap;gap:6px}.hx-dept-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--m-chipBg);color:var(--m-text);border:1px solid var(--m-border);border-radius:999px;font-family:Geist,-apple-system,sans-serif;font-size:12px;font-weight:500}.hx-dept-chip-forest{background:color-mix(in oklab,var(--m-forest) 12%,transparent);border-color:color-mix(in oklab,var(--m-forest) 28%,transparent);color:var(--m-forest)}.hx-dept-chip-risk{background:color-mix(in oklab,var(--m-catRisk, #a83c30) 12%,transparent);border-color:color-mix(in oklab,var(--m-catRisk, #a83c30) 28%,transparent);color:var(--m-catRisk, #a83c30)}.hx-dept-panel-prose{margin:12px 0 0;font-family:Geist,-apple-system,sans-serif;font-size:13px;color:var(--m-text2);line-height:1.5}.hx-dept-tile-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.hx-dept-spark{width:100%;height:22px;display:block;margin-top:10px}.hx-dept-spark rect{rx:1}.hx-dept-tile-bar{background:var(--m-border);border-radius:4px;height:6px;overflow:hidden;margin-top:12px}.hx-dept-tile-bar>div{height:100%;background:var(--m-forest);transition:width .2s var(--ease-decel)}.hx-dept-tile-meter{display:flex;gap:3px;margin-top:12px}.hx-dept-tile-meter-dot{flex:1;height:6px;border-radius:2px;background:var(--m-border)}.hx-dept-tile-meter-dot.on{background:var(--m-forest)}.hx-dept-est-tag{display:inline-block;margin-left:5px;padding:1px 5px;border-radius:999px;background:color-mix(in oklab,var(--m-warn) 16%,transparent);border:1px solid color-mix(in oklab,var(--m-warn) 32%,transparent);color:var(--m-warn);font-family:CommitMono,ui-monospace,monospace;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:lowercase;vertical-align:super;line-height:1;cursor:help}.hx-dept-panel-title .hx-dept-est-tag,.hx-dept-tile-label .hx-dept-est-tag{vertical-align:baseline;font-size:8px}.hx-dept-month-strip{display:grid;grid-template-columns:repeat(12,1fr);gap:4px;align-items:end}.hx-dept-month-col{display:flex;flex-direction:column;align-items:center;min-width:0}.hx-dept-month-fill{width:100%;height:64px;display:flex;align-items:flex-end}.hx-dept-month-fill>div{width:100%;border-radius:2px 2px 0 0}.hx-dept-month-val{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text);font-weight:700;margin-top:4px}.hx-dept-month-label{font-family:CommitMono,ui-monospace,monospace;font-size:9px;color:var(--m-text3Hi);letter-spacing:.04em}.hx-dept-tiles-4{grid-template-columns:repeat(4,1fr)}@media(max-width:720px){.hx-dept-tiles-4{grid-template-columns:1fr 1fr}}.hx-dept-tile-delta{font-family:CommitMono,ui-monospace,monospace;font-size:11px;font-weight:700;margin-left:8px;vertical-align:middle}.hx-dept-tile-delta.is-down{color:var(--m-forest)}.hx-dept-tile-delta.is-up{color:var(--m-catRisk, #a83c30)}.hx-dept-panel{background:var(--m-panel);border:1px solid var(--m-border);border-radius:10px;padding:14px 16px;margin-top:14px}.hx-dept-panel-title{font-family:CommitMono,ui-monospace,monospace;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--m-text3Hi);margin-bottom:12px}.hx-dept-price-hist{display:flex;align-items:flex-end;gap:4px;height:90px}.hx-dept-price-hist-bar{flex:1;min-height:4px;background:color-mix(in oklab,var(--m-forest) 35%,transparent);border-radius:2px 2px 0 0;transition:background .12s ease}.hx-dept-price-hist-bar.is-median{background:var(--m-forest)}.hx-dept-price-hist-labels{display:flex;justify-content:space-between;margin-top:8px;font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text3Hi);letter-spacing:.04em}.hx-dept-price-hist-labels[hidden]{display:none}.hx-dept-price-hist-empty{flex:1;align-self:center;text-align:center;font-family:CommitMono,ui-monospace,monospace;font-size:11px;color:var(--m-text3Hi);letter-spacing:.02em}.hx-dept-price-hist-caption{margin-top:10px;font-family:Geist,-apple-system,sans-serif;font-size:11px;color:var(--m-text2);line-height:1.4}.hx-dept-tiles-3{grid-template-columns:repeat(3,1fr)}@media(max-width:720px){.hx-dept-tiles-3{grid-template-columns:1fr 1fr}}.hx-dept-subhead{margin:20px 0 10px;font-family:CommitMono,ui-monospace,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--m-text3Hi);font-weight:700}.hx-dept-communes-map{min-width:0}.hx-dept-communes-map-top{margin-bottom:16px}.hx-dept-communes-list{min-width:0}.hx-dept-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.hx-dept-section-head .hx-dept-section-title{margin:0}.hx-dept-section-action{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:var(--m-panel);color:var(--m-text);border:1px solid var(--m-border);border-radius:8px;font-family:Geist,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}@media(hover:hover)and (pointer:fine){.hx-dept-section-action:hover{background:var(--m-panel2);border-color:var(--m-borderHi)}}.hx-dept-section-action:active{background:var(--m-border)}.hx-dept-section-action:focus-visible{outline:2px solid var(--m-focus-ring, var(--m-forest));outline-offset:2px}.hx-dept-details-overlay{position:fixed;inset:0;z-index:92;background:var(--m-overlay-bg);-webkit-backdrop-filter:var(--m-overlay-blur);backdrop-filter:var(--m-overlay-blur);display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s var(--ease-standard, cubic-bezier(.4, 0, .2, 1))}.hx-dept-details-overlay[hidden]{display:none}body[data-section-details-open=true] .hx-dept-details-overlay{opacity:1;pointer-events:auto}.hx-dept-details{position:relative;width:100%;max-width:520px;max-height:82vh;display:flex;flex-direction:column;background:var(--m-panel);border-radius:var(--m-sheet-radius, 16px 16px 0 0);box-shadow:var(--m-sheet-shadow, 0 -12px 30px rgba(0, 0, 0, .18));transform:translateY(100%);transition:transform .32s var(--ease-emphasis, cubic-bezier(.3, 0, 0, 1));padding-bottom:var(--m-safe-bottom, env(safe-area-inset-bottom, 0));overflow:hidden}body[data-section-details-open=true] .hx-dept-details{transform:translateY(0)}.hx-dept-details-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 14px;border-bottom:1px solid var(--m-border);flex-shrink:0}.hx-dept-details-eyebrow{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text3Hi);font-weight:600;letter-spacing:.04em;margin-bottom:4px}.hx-dept-details-title{margin:0;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:22px;color:var(--m-text);line-height:1.1}.hx-dept-details-close{background:transparent;border:1px solid var(--m-border);border-radius:8px;width:36px;height:36px;font-size:22px;line-height:1;color:var(--m-text2);cursor:pointer;flex-shrink:0}@media(hover:hover)and (pointer:fine){.hx-dept-details-close:hover{background:var(--m-panel2)}}.hx-dept-details-close:focus-visible{outline:2px solid var(--m-focus-ring, var(--m-forest));outline-offset:2px}.hx-dept-details-body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 18px 18px}.hx-dept-details-basis{display:inline-flex;align-items:center;gap:6px;margin:0 0 18px;padding:5px 11px;border-radius:999px;background:var(--m-panel2);border:1px solid var(--m-border);font-family:CommitMono,ui-monospace,monospace;font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--m-text2)}.hx-dept-details-basis:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--m-text3Hi)}.hx-dept-details-basis[data-basis=data]:before{background:var(--m-forest)}.hx-dept-details-basis[data-basis=judgement]:before{background:var(--m-warn)}.hx-dept-details-basis[data-basis=both]:before{background:linear-gradient(90deg,var(--m-forest) 0 50%,var(--m-warn) 50% 100%)}.hx-dept-details-basis[hidden]{display:none}.hx-dept-details-sources-label{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text3Hi);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.hx-dept-details-sources{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.hx-dept-details-source{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:var(--m-panel2);border:1px solid var(--m-border);border-radius:10px;text-decoration:none;color:var(--m-text);font-family:Geist,-apple-system,sans-serif;font-size:13px;transition:background .12s ease,border-color .12s ease}.hx-dept-details-source-arrow{color:var(--m-text3Hi);transition:transform .12s ease}@media(hover:hover)and (pointer:fine){.hx-dept-details-source:hover{background:var(--m-panel);border-color:var(--m-borderHi)}.hx-dept-details-source:hover .hx-dept-details-source-arrow{transform:translate(2px,-2px);color:var(--m-forest)}}.hx-dept-section-head-actions{display:inline-flex;align-items:center;gap:8px}.hx-cmap-picker-overlay{position:fixed;inset:0;z-index:90;background:var(--m-overlay-bg);-webkit-backdrop-filter:var(--m-overlay-blur);backdrop-filter:var(--m-overlay-blur);display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s var(--ease-standard, cubic-bezier(.4, 0, .2, 1))}.hx-cmap-picker-overlay[hidden]{display:none}body[data-cmap-picker-open=true] .hx-cmap-picker-overlay{opacity:1;pointer-events:auto}.hx-cmap-picker{position:relative;width:100%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;background:var(--m-panel);border-radius:var(--m-sheet-radius, 16px 16px 0 0);box-shadow:var(--m-sheet-shadow, 0 -12px 30px rgba(0, 0, 0, .18));transform:translateY(100%);transition:transform .32s var(--ease-emphasis, cubic-bezier(.3, 0, 0, 1));padding-bottom:var(--m-safe-bottom, env(safe-area-inset-bottom, 0));overflow:hidden}body[data-cmap-picker-open=true] .hx-cmap-picker{transform:translateY(0)}.hx-cmap-picker-header{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding:14px 16px 10px;border-bottom:1px solid var(--m-border);flex-shrink:0}.hx-cmap-picker-eyebrow{font-family:CommitMono,ui-monospace,monospace;font-size:10px;color:var(--m-text3Hi);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.hx-cmap-picker-title{margin:0;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:20px;color:var(--m-text)}.hx-cmap-picker-close{background:transparent;border:1px solid var(--m-border);border-radius:8px;width:36px;height:36px;font-size:20px;color:var(--m-text2);cursor:pointer}@media(hover:hover)and (pointer:fine){.hx-cmap-picker-close:hover{background:var(--m-panel2)}}.hx-cmap-picker-body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 8px 12px;display:flex;flex-direction:column;gap:2px}.hx-cmap-picker-option{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:12px;text-align:left;padding:12px 14px;background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:background .12s ease}@media(hover:hover)and (pointer:fine){.hx-cmap-picker-option:hover{background:var(--m-panel2)}}.hx-cmap-picker-option[aria-selected=true]{background:color-mix(in oklab,var(--m-forest) 10%,transparent);border-color:color-mix(in oklab,var(--m-forest) 32%,transparent)}.hx-cmap-picker-option-name{grid-column:1;grid-row:1;font-family:Geist,-apple-system,sans-serif;font-size:14px;font-weight:600;color:var(--m-text)}.hx-cmap-picker-option-hint{grid-column:1;grid-row:2;font-family:Geist,-apple-system,sans-serif;font-size:12px;color:var(--m-text2);margin-top:2px}.hx-cmap-picker-option-check{grid-column:2;grid-row:1 / 3;align-self:center;color:var(--m-forest);font-size:16px;font-weight:700;opacity:0}.hx-cmap-picker-option[aria-selected=true] .hx-cmap-picker-option-check{opacity:1}@media(max-width:720px){.hx-dept-main{padding:12px;gap:32px}.hx-dept-hero{grid-template-columns:1fr;gap:16px;padding:20px}.hx-dept-hero-ring{justify-content:center}.hx-dept-hero-name{font-size:28px}.hx-dept-section{padding:16px}.hx-dept-section-title{font-size:18px}.hx-dept-nav-pill{display:inline-flex;align-items:center;min-height:40px;padding:6px 14px}.hx-dept-section-action{min-height:40px}}
