.hx-detail-overlay{position:fixed;inset:0;z-index:94;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-detail-overlay[hidden]{display:none}body[data-detail-open=true] .hx-detail-overlay{opacity:1;pointer-events:auto}.hx-detail-card{position:relative;width:100%;max-width:var(--detail-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));overflow:hidden}html[data-theme=dark] .hx-detail-card{box-shadow:var(--m-sheet-shadow, 0 -12px 30px rgba(0, 0, 0, .5))}body[data-detail-open=true] .hx-detail-card{transform:translateY(0)}.hx-detail-grip{display:none}@media(max-width:959px){.hx-detail-grip{display:flex;justify-content:center;padding:8px 0 4px;cursor:grab;touch-action:none;flex-shrink:0;background:var(--m-panel2)}.hx-detail-grip>span{width:36px;height:4px;border-radius:2px;background:var(--m-borderHi)}}.hx-detail-header{display:flex;align-items:flex-start;gap:14px;padding:18px 18px 14px;background:var(--m-panel2);border-bottom:1px solid var(--m-border);flex-shrink:0}.hx-detail-card [hidden]{display:none!important}.hx-detail-score{flex-shrink:0}.hx-detail-score-ring{display:flex;align-items:center;justify-content:center}.hx-detail-score-empty{width:var(--detail-score-size, 88px);height:var(--detail-score-size, 88px);border-radius:50%;border:2px dashed var(--m-border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--m-text3Hi)}.hx-detail-score-dash{font-family:Fraunces,Georgia,serif;font-size:26px;font-weight:600;line-height:1}.hx-detail-score-label{font-family:CommitMono,ui-monospace,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.hx-detail-titlebox{min-width:0;flex:1}.hx-detail-eyebrow-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.hx-detail-eyebrow{font-family:CommitMono,ui-monospace,monospace;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--m-text3Hi)}.hx-detail-name{margin:0;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:26px;line-height:1.1;letter-spacing:-.015em;color:var(--m-text);font-variation-settings:"opsz" 36,"SOFT" 30}.hx-detail-pop{font-family:Geist,-apple-system,sans-serif;font-size:13px;color:var(--m-text2);margin-top:6px}.hx-detail-pop:empty{display:none}.hx-detail-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-detail-close:hover{background:var(--m-panel);border-color:var(--m-forest);color:var(--m-forest)}}.hx-detail-close:focus-visible{outline:2px solid var(--m-focus-ring, var(--m-forest));outline-offset:2px}.hx-detail-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 18px;min-height:0}.hx-detail-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px}.hx-detail-cta{display:block;margin:0 18px 18px;margin-bottom:calc(18px + var(--m-safe-bottom, 0px));padding:14px;border-radius:10px;background:var(--m-forest);color:#fff;text-decoration:none;text-align:center;font-family:Geist,-apple-system,sans-serif;font-size:14px;font-weight:600;flex-shrink:0;transition:background var(--dur-fast, .12s) var(--ease-decel, ease)}@media(hover:hover)and (pointer:fine){.hx-detail-cta:hover{background:var(--m-forestDeep, var(--m-forest))}}.hx-detail-cta:focus-visible{outline:2px solid var(--m-focus-color-on-forest, #fff);outline-offset:2px}@media(max-width:959px){.hx-detail-card{width:100%;height:auto;max-height:82vh;border-left:none;border-radius:var(--m-sheet-radius, 16px 16px 0 0);transform:translateY(100%)}body[data-detail-open=true] .hx-detail-card{transform:translateY(0)}.hx-detail-header{padding:16px 16px 14px}.hx-detail-name{font-size:24px}}
