/* v88 accessibility, navigation, directory, and dark-mode polish */
:root{--v88-action:#11110f;--v88-action-text:#f7f1e5;--v88-focus:#b88716}
html[data-theme="dark"]{--v88-action:#eee8dc;--v88-action-text:#090908;--v88-focus:#f1c75b}
/* Home is black/cream, never a white floating button. */
.v67-nav .v67-home-button,html[data-theme="light"] .v67-nav .v67-home-button,html[data-theme="dark"] .v67-nav .v67-home-button{background:#050505!important;border:2px solid #2d2922!important;outline:0!important;box-shadow:0 14px 34px rgba(0,0,0,.34)!important}
.v67-nav .v67-home-button svg .home-solid{fill:#eee8dc!important}
/* Global readable controls */
button,.v21-btn,[role="button"],input[type="button"],input[type="submit"]{font-weight:800!important;line-height:1.15!important;text-decoration:none!important}
.v21-btn,.v87-view-toggle button,.v87-category-nav button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px}
.v21-btn.primary,a.v21-btn.primary,button.primary{background:var(--v88-action)!important;color:var(--v88-action-text)!important;border-color:var(--v88-action)!important}
html[data-theme="dark"] button:not(.primary),html[data-theme="dark"] .v21-btn:not(.primary){color:#eee8dc!important;border-color:#514a3e!important;background:#29251e!important}
html[data-theme="light"] button:not(.primary),html[data-theme="light"] .v21-btn:not(.primary){color:#111!important;border-color:#cfc4b4!important}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--v88-focus)!important;outline-offset:2px!important}
button:disabled,.v21-btn[aria-disabled="true"]{opacity:.55!important}
/* Garage arrows remain visible in dark mode */
html[data-theme="dark"] .v85-arrow,html[data-theme="dark"] .v85-hub-card:not(.primary) .v85-arrow{background:#eee8dc!important;color:#090908!important;border:1px solid #eee8dc!important}
html[data-theme="dark"] .v85-arrow svg,html[data-theme="dark"] .v85-arrow svg *{stroke:#090908!important;color:#090908!important}
/* Platform directory */
.v88-directory-shell{display:grid;gap:14px}.v87-filterbar{top:84px!important}.v87-search-row{align-items:end}.v87-search-row .v21-field{min-width:0}.v87-search-row input{font-size:16px!important;-webkit-appearance:none;appearance:none}.v87-view-toggle{min-height:48px}.v87-view-toggle button{min-width:112px;padding:0 16px!important}.v87-category-nav{padding-bottom:4px;scroll-snap-type:x proximity}.v87-category-nav button{scroll-snap-align:start}
.v87-platform-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))!important;gap:14px!important}.v87-platform-card{min-height:0!important;padding:0!important;overflow:hidden;border-radius:24px!important}.v88-platform-head{display:grid;grid-template-columns:58px 1fr auto;gap:13px;align-items:center;padding:18px 18px 13px}.v88-logo{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 5px 16px rgba(0,0,0,.08)}.v88-logo img{width:100%;height:100%;object-fit:contain;padding:8px}.v88-platform-title h3{margin:0 0 4px!important;font-size:19px!important}.v88-platform-title small{color:var(--muted);font-weight:750}.v88-pay{font-size:12px;font-weight:900;white-space:nowrap;padding:7px 9px;border-radius:999px;background:var(--well)}.v88-card-body{padding:0 18px 18px;display:grid;gap:13px}.v88-card-body p{margin:0!important;-webkit-line-clamp:2!important;min-height:38px}.v88-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v88-meta div{padding:10px 11px;border-radius:14px;background:var(--well);min-width:0}.v88-meta span,.v88-meta strong{display:block}.v88-meta span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:850}.v88-meta strong{font-size:12px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v88-card-actions{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center}.v88-card-actions .v21-btn{border-radius:13px!important;min-height:44px!important;padding:0 16px!important}.v88-details{font-size:12px;color:var(--muted);font-weight:800}.v88-empty{padding:32px;text-align:center}
@media(max-width:720px){.v87-filterbar{position:relative!important;top:auto!important;margin-left:-4px;margin-right:-4px}.v87-search-row{display:grid!important;grid-template-columns:1fr!important}.v87-view-toggle{display:grid!important;grid-template-columns:1fr 1fr;width:100%}.v87-view-toggle button{width:100%;min-width:0}.v87-category-nav{margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.v87-platform-grid{grid-template-columns:1fr!important}.v88-platform-head{grid-template-columns:52px 1fr}.v88-logo{width:52px;height:52px}.v88-pay{grid-column:2;justify-self:start;margin-top:-6px}.v88-card-actions{grid-template-columns:1fr}.v88-card-actions .v21-btn{width:100%}.v87-section-head{align-items:flex-start;flex-direction:column}.v87-section-head .v87-count{align-self:flex-start}}
@media(max-width:380px){.v88-meta{grid-template-columns:1fr}.v88-platform-head{padding:15px 15px 11px}.v88-card-body{padding:0 15px 15px}}
