:root {
  --night: #101722;
  --night-soft: #192332;
  --ivory: #f4ead6;
  --paper: #fff9ec;
  --ink: #152030;
  --signal-yellow: #ffd400;
  --signal-red: #f3453f;
  --signal-blue: #1685db;
  --line: rgba(244, 234, 214, .22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ivory); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, a:focus-visible { outline: .2rem solid var(--signal-yellow); outline-offset: .2rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; color: var(--ivory); text-decoration: none; }
.header-logo { display: block; width: auto; height: 3.45rem; }
main { max-width: 1440px; margin: auto; }
.hero { padding: clamp(4.5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8rem) 3.5rem; background: radial-gradient(circle at 86% 20%, rgba(22, 133, 219, .35), transparent 24rem), radial-gradient(circle at 64% 72%, rgba(243, 69, 63, .2), transparent 25rem); }
.eyebrow { margin: 0 0 .75rem; color: var(--signal-yellow); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 840px; margin-bottom: 1.3rem; font-size: clamp(3.2rem, 8vw, 7.7rem); line-height: .88; letter-spacing: -.07em; }
.hero-copy { max-width: 560px; color: #e1ddd2; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.5; }
.search { display: flex; max-width: 640px; margin-top: 2rem; padding: .4rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; background: rgba(16, 23, 34, .75); box-shadow: 0 1.3rem 4rem rgba(0,0,0,.24); }
.search input { width: 100%; min-width: 0; padding: .8rem 1rem; border: 0; outline: 0; color: var(--ivory); background: transparent; }
.search input::placeholder { color: #aab2bb; }
.search button { padding: .8rem 1.2rem; border: 0; border-radius: .7rem; background: var(--signal-yellow); color: var(--night); font-weight: 900; }
.filters { display: flex; gap: .6rem; align-items: center; overflow-x: auto; padding: 1rem clamp(1.25rem, 4vw, 4rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #121d2a; }
.finding-context { flex: none; display: grid; max-width: 13rem; margin-right: .55rem; }.finding-context strong { color: var(--signal-yellow); font-size: .9rem; }.finding-context span { color: #b9c0c7; font-size: .68rem; line-height: 1.25; }
.filter { flex: none; padding: .62rem .95rem; border: 1px solid rgba(244,234,214,.4); border-radius: 999px; color: var(--ivory); background: transparent; font-size: .9rem; font-weight: 700; }
.filter:hover, .filter.is-active { border-color: var(--signal-yellow); color: var(--night); background: var(--signal-yellow); }
.discovery { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(32rem, .95fr); min-height: 760px; }
.discovery.is-map-expanded { grid-template-columns: 1fr; }
.discovery.is-map-expanded .map-panel { min-height: min(78dvh, 920px); }
.discovery.is-map-expanded .results { display: none; }
.map-panel { position: relative; min-height: 460px; overflow: hidden; background: #203749; }
#map { position: absolute; inset: 0; z-index: 1; background: #203749; }
.leaflet-container { font-family: inherit; }
.leaflet-control-attribution { font-size: .68rem; }
.leaflet-bar a { color: var(--night); }
.alarm-marker { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: .18rem solid var(--paper); border-radius: 50% 50% 50% 0; color: var(--night); background: var(--signal-red); box-shadow: .2rem .25rem 0 rgba(16,23,34,.35); font-weight: 950; transform: rotate(-45deg); }
.alarm-marker span { transform: rotate(45deg); }
.alarm-marker.is-active { background: var(--signal-yellow); }
.leaflet-tooltip { border: 0; border-radius: .4rem; color: var(--paper); background: var(--night); box-shadow: 0 .3rem 1rem rgba(0,0,0,.25); font-weight: 800; }
.leaflet-tooltip-top::before { border-top-color: var(--night); }
.map-size-toggle { position: absolute; z-index: 3; top: 1rem; right: 1rem; min-height: 2.75rem; padding: .65rem .9rem; border: 0; border-radius: .65rem; color: var(--night); background: var(--signal-yellow); box-shadow: 0 .35rem 1rem rgba(16,23,34,.3); font-weight: 850; }
.map-size-toggle:hover { background: var(--paper); }
.map-locate-action { position: absolute; z-index: 3; top: 4.35rem; right: 1rem; min-height: 2.75rem; padding: .65rem .9rem; border: .12rem solid var(--night); border-radius: .65rem; color: var(--night); background: var(--paper); box-shadow: 0 .35rem 1rem rgba(16,23,34,.3); font-weight: 900; }.map-locate-action:hover { background: var(--signal-yellow); }
.map-note { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; margin: 0; padding: .75rem; border-radius: .7rem; color: var(--paper); background: rgba(16,23,34,.85); font-size: .82rem; pointer-events: none; }
.results { padding: clamp(1.2rem, 3vw, 3rem); background: var(--paper); color: var(--ink); }
.empty-state { display: grid; align-content: center; min-height: 100%; max-width: 38rem; padding: clamp(2rem, 6vw, 5rem); }.empty-state h2 { margin-bottom: .8rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }.empty-state p:last-child { color: #52606b; font-size: 1.05rem; line-height: 1.55; }
.place-card { display: grid; grid-template-columns: auto 1fr auto; gap: 1.15rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid #d9d0bf; }
.place-card:last-child { border-bottom: 0; }.place-card[hidden] { display: none; }
.place-number { color: var(--signal-red); font-size: .86rem; font-weight: 900; }
.place-type { margin-bottom: .35rem; color: #66717b; font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.place-card h2 { margin-bottom: .55rem; font-size: clamp(1.5rem, 3vw, 2.3rem); letter-spacing: -.045em; }.place-summary { max-width: 34rem; margin-bottom: .85rem; line-height: 1.5; }.card-strengths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem; margin: .15rem 0 .7rem; }.card-strength { display: flex; justify-content: space-between; gap: .6rem; align-items: center; min-height: 2.1rem; padding: .35rem .45rem .35rem .6rem; border: 1px solid #cbd1cf; border-radius: .55rem; color: #46535d; background: #edf0eb; font-size: .72rem; font-weight: 750; }.card-strength strong { display: grid; flex: none; place-items: center; min-width: 1.55rem; height: 1.55rem; padding: 0 .3rem; border-radius: 999px; color: var(--paper); background: #66717b; font-size: .76rem; }.card-strength.rating-heat-1 { border-color: #8ebbd9; background: #e1eef6; }.card-strength.rating-heat-2 { border-color: var(--signal-blue); background: #cce7f8; }.card-strength.rating-heat-3 { border-color: var(--night); color: var(--night); background: var(--signal-yellow); }.card-strength.rating-heat-3 strong { color: var(--night); background: var(--paper); }.card-strength.is-selected { border: .16rem solid var(--night); color: var(--night); background: var(--signal-yellow); }.place-ranking { margin: 0; color: #3c4b55; font-size: .78rem; font-weight: 850; }.details { padding: .6rem .75rem; border: 0; border-radius: .6rem; color: var(--night); background: var(--signal-blue); font-weight: 850; white-space: nowrap; }.details:hover { background: var(--signal-yellow); }
.principle { padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8rem); background: var(--night-soft); }.principle h2 { max-width: 700px; font-size: clamp(2.3rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-top: 2.5rem; }.principle-grid article { min-height: 10rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.04); }.principle-grid strong { display: block; margin-bottom: .8rem; color: var(--signal-yellow); font-size: 1.05rem; }.principle-grid span { color: #d4d6d6; line-height: 1.45; }
dialog { width: min(52rem, calc(100% - 2rem)); max-height: 90dvh; padding: 0; border: 0; border-radius: 1.2rem; color: var(--ink); background: var(--paper); box-shadow: 0 1rem 4rem rgba(0,0,0,.5); } dialog::backdrop { background: rgba(5, 9, 14, .78); }.detail-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; max-height: 90dvh; }.detail-head { display: flex; justify-content: space-between; gap: 1rem; padding: 1.6rem 1.8rem 1.35rem; border-top: .45rem solid var(--signal-yellow); color: var(--paper); background: var(--night); }.detail-head .eyebrow { margin-bottom: .45rem; }.detail-head h2 { margin-bottom: .4rem; font-size: clamp(2rem, 5vw, 3.6rem); line-height: .95; letter-spacing: -.055em; }.detail-status { margin: 0; color: var(--signal-yellow); font-weight: 800; }.dialog-close { flex: none; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 50%; color: var(--paper); background: transparent; font-size: 1.6rem; line-height: 1; }.dialog-close:hover { color: var(--night); background: var(--signal-yellow); }.detail-scroll { overflow-y: auto; padding: 1.6rem 1.8rem 2rem; }.detail-summary { max-width: 42rem; margin-bottom: 1.5rem; font-size: 1.1rem; font-weight: 650; line-height: 1.55; }.detail-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 0 0 2.2rem; }.detail-facts div { padding: .85rem; border-left: .25rem solid var(--signal-blue); background: #eee6d7; }.detail-facts dt { margin-bottom: .25rem; color: #66717b; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.detail-facts dd { margin: 0; font-weight: 720; line-height: 1.4; }.detail-scroll h3 { margin: 0 0 1rem; font-size: 1.55rem; letter-spacing: -.035em; }.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-bottom: 2.2rem; }.category-grid article { padding: 1rem; border: 1px solid #d9d0bf; border-radius: .8rem; background: #fffaf0; }.category-grid h4 { margin: 0 0 .45rem; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }.category-grid strong { display: block; margin-bottom: .45rem; color: #075f9f; font-size: 1.12rem; }.category-grid p { margin: 0; color: #4e5a63; font-size: .88rem; line-height: 1.45; }.detail-tags { margin-bottom: .9rem; }.detail-caution { padding: .8rem 1rem; border-left: .25rem solid var(--signal-red); background: #f0e1d5; font-size: .9rem; line-height: 1.45; }.experience { margin-top: 2.2rem; padding: 1.3rem; border-radius: .9rem; color: var(--paper); background: var(--night-soft); }.experience h3 { margin-bottom: .7rem; }.experience blockquote { margin: 0 0 .8rem; font-size: 1.02rem; line-height: 1.6; }.experience-meta { margin: 0; color: #bac2c8; font-size: .78rem; }.freshness { margin-top: 2rem; }.freshness ul { padding-left: 1.2rem; color: #4e5a63; line-height: 1.65; }.detail-actions { display: flex; gap: .7rem; padding: 1rem 1.8rem; border-top: 1px solid #d9d0bf; background: var(--paper); }.detail-actions button { min-height: 2.75rem; padding: .7rem 1rem; border: 0; border-radius: .65rem; color: var(--night); background: var(--signal-blue); font-weight: 850; }.detail-actions .secondary-action { border: 1px solid #9aa2a7; background: transparent; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem 1.5rem; padding: 1.5rem clamp(1.25rem, 4vw, 4rem); color: #abb4bc; background: #0a1018; font-size: .8rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; }
.site-footer a { color: var(--ivory); text-underline-offset: .2em; }
.site-footer a:hover { color: var(--signal-yellow); }
.legal-main { max-width: 1440px; min-height: calc(100dvh - 12rem); padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 8vw, 8rem); background: radial-gradient(circle at 90% 10%, rgba(22, 133, 219, .24), transparent 24rem); }
.legal-document { max-width: 54rem; }
.legal-document h1 { margin-bottom: 2rem; font-size: clamp(3rem, 8vw, 6.5rem); }
.legal-document h2 { margin: 2.7rem 0 .8rem; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.035em; }
.legal-document h3 { margin: 1.7rem 0 .6rem; }
.legal-document p, .legal-document li { color: #d7d8d6; line-height: 1.7; }
.legal-document a { color: var(--signal-yellow); text-underline-offset: .2em; }
.legal-document address { margin: 0; font-style: normal; line-height: 1.7; }
.legal-document .status-box { margin: 1.5rem 0; padding: 1rem 1.2rem; border-left: .3rem solid var(--signal-yellow); color: var(--ivory); background: var(--night-soft); }
.legal-document .legal-meta { margin-top: 3rem; color: #aab2bb; font-size: .82rem; }
@media (max-width: 820px) { .discovery { grid-template-columns: 1fr; min-height: 0; }.map-panel { min-height: 58dvh; }.discovery.is-map-expanded .map-panel { min-height: 82dvh; }.discovery.is-map-expanded .results { display: block; }.map-size-toggle { display: none; }.principle-grid { grid-template-columns: repeat(2, 1fr); }.site-header { min-height: 68px; }.header-logo { height: 3rem; } }
@media (max-width: 520px) { .search { flex-direction: column; }.search button { width: 100%; }.place-card { grid-template-columns: auto 1fr; }.details { grid-column: 2; justify-self: start; }.card-strengths { grid-template-columns: 1fr; }.principle-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .site-footer { flex-direction: column; }.site-footer nav { flex-direction: column; } }
@media (max-width: 620px) { dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; border-radius: 0; }.detail-shell { height: 100dvh; max-height: none; }.detail-head, .detail-scroll { padding-right: 1.2rem; padding-left: 1.2rem; }.detail-facts, .category-grid { grid-template-columns: 1fr; }.detail-actions { display: grid; padding: .8rem 1.2rem; }.detail-actions button { width: 100%; } }

.suggest-trigger { min-height: 2.75rem; padding: .65rem .9rem; border: 0; border-radius: .65rem; color: var(--night); background: var(--signal-yellow); font-weight: 850; }
.suggest-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; max-height: 90dvh; }
.suggest-fields { display: grid; gap: 1.2rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label, .location-choice legend { font-weight: 800; }
.form-field label span { color: #66717b; font-weight: 600; }
.form-field input, .form-field textarea { width: 100%; padding: .8rem .9rem; border: 1px solid #aab1b5; border-radius: .55rem; color: var(--ink); background: #fffdf7; }
.form-field textarea { resize: vertical; }
.form-field small { color: #58636c; line-height: 1.45; }
.location-choice { margin: 0; padding: 1rem; border: 1px solid #d9d0bf; border-radius: .7rem; }
.location-choice p { margin: .5rem 0 .8rem; color: #58636c; }
.location-choice button { min-height: 2.5rem; padding: .55rem .75rem; border-radius: .55rem; font-weight: 800; }
.location-choice .secondary-action { border: 1px solid #66717b; color: var(--ink); background: transparent; }
.text-action { border: 0; color: #075f9f; background: transparent; text-decoration: underline; text-underline-offset: .2em; }
.consent-row { display: flex; gap: .65rem; align-items: flex-start; line-height: 1.5; }
.consent-row input { flex: none; width: 1.15rem; height: 1.15rem; margin-top: .2rem; }
.consent-row a { color: #075f9f; }
.form-status { min-height: 1.4rem; margin: 0; font-weight: 750; }
.form-status.is-error { color: #a51e19; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.footer-action { padding: 0; border: 0; color: var(--ivory); background: transparent; text-decoration: underline; text-underline-offset: .2em; }
.footer-action:hover { color: var(--signal-yellow); }
.map-pick-banner { position: absolute; z-index: 500; top: 1rem; left: 50%; width: min(30rem, calc(100% - 2rem)); padding: .8rem 1rem; border-radius: .7rem; color: var(--night); background: var(--signal-yellow); box-shadow: 0 .4rem 1.4rem rgba(0,0,0,.3); font-weight: 850; text-align: center; transform: translateX(-50%); }
.contribution-banner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 8vw, 8rem); color: var(--night); background: var(--signal-yellow); }
.contribution-banner .eyebrow { color: #704b00; }
.contribution-banner h2 { margin: 0 0 .65rem; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.contribution-banner p:last-child { max-width: 47rem; margin: 0; font-size: 1.05rem; line-height: 1.5; }
.contribution-banner button { min-height: 4rem; padding: 1rem 1.35rem; border: .16rem solid var(--night); border-radius: .8rem; color: var(--ivory); background: var(--night); box-shadow: .35rem .35rem 0 rgba(16, 23, 34, .22); font-size: 1.05rem; font-weight: 900; white-space: nowrap; }
.contribution-banner button:hover { color: var(--night); background: var(--paper); }
.map-suggest-trigger { position: absolute; z-index: 3; top: 1rem; left: 3.5rem; min-height: 2.75rem; padding: .65rem .9rem; border: 0; border-radius: .65rem; color: var(--ivory); background: var(--night); box-shadow: 0 .35rem 1rem rgba(16,23,34,.3); font-weight: 850; }
.map-suggest-trigger:hover { color: var(--night); background: var(--signal-yellow); }
.category-choice { margin: 0; padding: 0; border: 0; }
.category-choice > legend { font-weight: 850; }
.category-choice > p { margin: .35rem 0 .8rem; color: #58636c; font-size: .9rem; }
.category-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.category-choice-grid label { position: relative; display: block; cursor: pointer; }
.category-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.category-choice-grid span { display: block; min-height: 100%; padding: .72rem .8rem; border: 1px solid #aab1b5; border-radius: .55rem; background: #fffdf7; transition: border-color .15s, background .15s, box-shadow .15s; }
.category-choice-grid strong, .category-choice-grid small { display: block; }
.category-choice-grid strong { margin-bottom: .35rem; }
.category-choice-grid small { color: #58636c; line-height: 1.4; }
.category-choice-grid input:checked + span { border-color: var(--night); background: #fff4b5; box-shadow: inset .22rem 0 0 var(--signal-yellow); }
.category-choice-grid input:focus-visible + span { outline: .2rem solid var(--signal-yellow); outline-offset: .2rem; }
.privacy-note { margin: 0; padding: .85rem 1rem; border-left: .25rem solid #8b969d; color: #58636c; background: #eee9df; font-size: .88rem; line-height: 1.5; }
.privacy-note a { color: #075f9f; }
@media (max-width: 760px) { .contribution-banner { grid-template-columns: 1fr; gap: 1.3rem; }.contribution-banner button { width: 100%; white-space: normal; }.map-suggest-trigger { top: auto; right: 1rem; bottom: 5rem; left: 1rem; } }
@media (max-width: 620px) { .category-choice-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .suggest-shell { height: 100dvh; max-height: none; } }

.find-form { display: grid; gap: .7rem; max-width: 820px; margin-top: 2rem; }
.find-form > label { font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.find-row { display: grid; grid-template-columns: minmax(12rem, 1fr) auto 7rem auto; align-items: center; gap: .45rem; padding: .4rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; background: rgba(16, 23, 34, .75); box-shadow: 0 1.3rem 4rem rgba(0,0,0,.24); }
.find-row input, .find-row select { min-width: 0; padding: .8rem; border: 0; border-radius: .6rem; color: var(--ivory); background: transparent; }
.find-row input::placeholder { color: #aab2bb; }
.find-row select { color: var(--night); background: var(--paper); }
.radius-label { color: #aab2bb; font-size: .75rem; font-weight: 750; text-transform: uppercase; }
.find-row button { padding: .8rem 1.2rem; border: 0; border-radius: .7rem; color: var(--night); background: var(--signal-yellow); font-weight: 900; }
.locate-action { justify-self: start; padding: .5rem 0; border: 0; color: var(--ivory); background: transparent; font-weight: 750; text-decoration: underline; text-underline-offset: .22em; }
.locate-action:hover { color: var(--signal-yellow); }
.find-status { min-height: 1.4rem; margin: 0; color: #c4cad1; font-size: .86rem; }
.rating-intro { margin: -.3rem 0 1rem; color: #58636c; }
.fairness-sticker { display: inline-block; margin: .2rem 0 1.4rem .35rem; padding: .65rem 1rem; border: .12rem solid var(--night); border-radius: .35rem; color: var(--paper); background: var(--signal-red); box-shadow: .28rem .28rem 0 var(--night); font-size: clamp(.9rem, 2vw, 1.08rem); font-weight: 950; letter-spacing: .015em; transform: rotate(-2.5deg); }
.category-grid .rating-button { position: relative; width: 100%; min-height: 7.2rem; padding: .85rem; border: 1px solid #c8c0b2; border-radius: .65rem; color: var(--ink); background: #fffaf0; text-align: left; transition: border-color .15s, background .15s; }
.rating-button .rating-label, .rating-button .rating-count, .rating-button .rating-note { display: block; }
.rating-button .rating-label { margin-bottom: .45rem; font-size: .8rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.rating-button .rating-count { margin-bottom: .45rem; color: #075f9f; font-size: 1.15rem; font-weight: 900; }
.rating-button .rating-note { color: #4e5a63; font-size: .86rem; line-height: 1.4; }
.rating-button:hover { border-color: var(--night); background: #fff4b5; }
.rating-button:disabled { cursor: default; opacity: 1; }
.place-ranking { margin: .8rem 0 0; color: #075f9f; font-size: .82rem; font-weight: 850; }
.change-actions { display: grid; gap: .5rem; }
.change-actions > div { display: flex; gap: .7rem; }
.change-actions .form-status { min-height: 0; }
.strength-profile-head { display: flex; justify-content: space-between; gap: .8rem; align-items: baseline; margin: 1rem 0 .55rem; }.strength-profile-head strong { font-size: .86rem; letter-spacing: .04em; text-transform: uppercase; }.strength-profile-head span { margin-left: auto; color: #66717b; font-size: .7rem; font-weight: 750; }.strength-profile-head a { color: #075f9f; font-size: .7rem; font-weight: 850; text-underline-offset: .18em; white-space: nowrap; }
.card-strengths { display: grid; grid-template-columns: 1fr; gap: .38rem; margin: 0 0 .8rem; }
.card-strength { display: grid; grid-template-columns: minmax(8.5rem, 1.15fr) minmax(6rem, 1fr) 3.25rem 3.4rem; gap: .55rem; align-items: center; min-height: 2rem; padding: .32rem .42rem; border: 1px solid transparent; border-radius: .45rem; color: var(--ink); background: transparent; font-size: .72rem; font-weight: 800; }
.card-strength > span:first-child { line-height: 1.15; }.card-strength > strong { display: block; min-width: 0; height: auto; padding: 0; border-radius: 0; color: var(--ink); background: transparent; font-size: .76rem; text-align: right; }.card-strength > small { color: #66717b; font-size: .66rem; font-weight: 750; text-align: right; white-space: nowrap; }
.strength-meter { position: relative; display: block; height: .72rem; overflow: hidden; border: 1px solid #91999d; border-radius: 999px; background: repeating-linear-gradient(90deg, #d7d8d2 0, #d7d8d2 calc(10% - 2px), var(--paper) calc(10% - 2px), var(--paper) 10%); }
.strength-meter-fill { display: block; width: 0; height: 100%; border-radius: inherit; background: repeating-linear-gradient(90deg, var(--signal-yellow) 0, var(--signal-yellow) calc(10% - 2px), #b39400 calc(10% - 2px), #b39400 10%); transition: width .35s ease; }
.card-strength.is-selected { border-color: var(--night); background: #fff4b5; box-shadow: inset .22rem 0 0 var(--signal-yellow); }.card-strength.is-selected .strength-meter { border-color: var(--night); }.card-strength.is-selected .strength-meter-fill { background: repeating-linear-gradient(90deg, var(--signal-red) 0, var(--signal-red) calc(10% - 2px), #a6211d calc(10% - 2px), #a6211d 10%); }
@media (max-width: 700px) { .find-row { grid-template-columns: 1fr 6.5rem; }.find-row input { grid-column: 1 / -1; }.radius-label { display: none; }.find-row button { width: 100%; }.category-grid .rating-button { min-height: 6.8rem; } }
@media (max-width: 560px) { .card-strength { grid-template-columns: minmax(7rem, 1fr) minmax(5rem, 1fr) 3rem; }.card-strength > small { display: none; }.strength-profile-head { align-items: flex-start; flex-direction: column; gap: .2rem; } }
