/* Onlyplace Core v0.38.4 — reusable empty states and branded 404. */
:root{
  --op-es-green:#159455;
  --op-es-green-hover:#117A46;
  --op-es-green-soft:#EAF7F0;
  --op-es-bg:#F7F9F8;
  --op-es-surface:#FFFFFF;
  --op-es-text:#17201B;
  --op-es-muted:#66736B;
  --op-es-border:#DDE5E0;
}
.onlyplace-empty-state{box-sizing:border-box;width:100%;display:flex;align-items:flex-start;gap:18px;padding:24px;border:1px solid var(--op-es-border);border-radius:12px;background:var(--op-es-surface);color:var(--op-es-text)}
.onlyplace-empty-state *{box-sizing:border-box}.onlyplace-empty-state__icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:12px;background:var(--op-es-green-soft);color:var(--op-es-green)}
.onlyplace-empty-state__icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.onlyplace-empty-state__body{min-width:0}.onlyplace-empty-state__title{margin:0!important;color:var(--op-es-text)!important;font:700 20px/1.25 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.onlyplace-empty-state__description{max-width:680px;margin:8px 0 0!important;color:var(--op-es-muted)!important;font:400 15px/1.55 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.onlyplace-empty-state__actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px}.onlyplace-empty-state__button{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:10px 18px;border-radius:8px!important;background:var(--op-es-green)!important;color:#fff!important;text-decoration:none!important;font:600 15px/1.2 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.onlyplace-empty-state__button:hover{background:var(--op-es-green-hover)!important;color:#fff!important}.onlyplace-empty-state__link{color:var(--op-es-green)!important;text-decoration:none!important;font:600 15px/1.35 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.onlyplace-empty-state__link:hover{color:var(--op-es-green-hover)!important}.onlyplace-empty-state--compact{padding:20px}
.onlyplace-provider-catalog__notice.onlyplace-provider-catalog__notice--empty{padding:0!important;border:0!important;background:transparent!important}
.onlyplace-404-page #content-wrap,.onlyplace-404-page .container,.onlyplace-404-page .content-area,.onlyplace-404-page #primary{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;float:none!important}
.onlyplace-404-page #secondary,.onlyplace-404-page .widget-area,.onlyplace-404-page .sidebar-container{display:none!important}
.onlyplace-404{width:100%;margin:0;background:linear-gradient(180deg,#fff 0%,var(--op-es-bg) 100%);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--op-es-text)}
.onlyplace-404__shell{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(320px,.88fr) minmax(360px,1.12fr);align-items:center;gap:72px;min-height:620px;max-width:1280px;margin:0 auto;padding:80px 32px}
.onlyplace-404__visual{position:relative;display:grid;place-items:center;min-height:430px}.onlyplace-404__o{position:relative;z-index:2;display:grid;place-items:center;width:250px;height:250px;color:var(--op-es-green);font:800 225px/.82 Inter,system-ui,sans-serif;letter-spacing:-.1em;text-indent:-.1em}.onlyplace-404__code{position:absolute;z-index:3;right:12%;bottom:12%;padding:8px 13px;border:1px solid var(--op-es-border);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 10px 30px rgba(23,32,27,.08);color:var(--op-es-muted);font:700 14px/1 Inter,system-ui,sans-serif;letter-spacing:.08em}.onlyplace-404__orbit{position:absolute;border:1px solid rgba(21,148,85,.16);border-radius:50%}.onlyplace-404__orbit--one{width:380px;height:380px;background:radial-gradient(circle at 50% 50%,rgba(234,247,240,.95),rgba(234,247,240,.18) 58%,transparent 59%)}.onlyplace-404__orbit--two{width:300px;height:300px;border-style:dashed;opacity:.8}.onlyplace-404__eyebrow{margin:0 0 12px!important;color:var(--op-es-green)!important;font:700 13px/1.2 Inter,system-ui,sans-serif!important;letter-spacing:.08em;text-transform:uppercase}.onlyplace-404__content h1{max-width:720px;margin:0!important;color:var(--op-es-text)!important;font:750 clamp(44px,5.3vw,76px)/.98 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:-.045em}.onlyplace-404__content>p:not(.onlyplace-404__eyebrow){max-width:650px;margin:24px 0 0!important;color:var(--op-es-muted)!important;font:400 19px/1.6 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.onlyplace-404__actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px}.onlyplace-404__button{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 20px;border-radius:8px!important;background:var(--op-es-green)!important;color:#fff!important;text-decoration:none!important;font:650 16px/1.2 Inter,system-ui,sans-serif!important}.onlyplace-404__button:hover{background:var(--op-es-green-hover)!important;color:#fff!important}.onlyplace-404__link{color:var(--op-es-green)!important;text-decoration:none!important;font:650 16px/1.3 Inter,system-ui,sans-serif!important}.onlyplace-404__link:hover{color:var(--op-es-green-hover)!important}
@media(max-width:767px){.onlyplace-empty-state{gap:14px;padding:20px}.onlyplace-empty-state__icon{flex-basis:44px;width:44px;height:44px}.onlyplace-empty-state__title{font-size:18px!important}.onlyplace-404__shell{grid-template-columns:1fr;gap:18px;min-height:auto;padding:48px 20px 64px;text-align:center}.onlyplace-404__visual{min-height:280px}.onlyplace-404__o{width:180px;height:180px;font-size:162px}.onlyplace-404__orbit--one{width:275px;height:275px}.onlyplace-404__orbit--two{width:220px;height:220px}.onlyplace-404__code{right:14%;bottom:12%}.onlyplace-404__content h1{font-size:44px!important}.onlyplace-404__content>p:not(.onlyplace-404__eyebrow){margin-top:18px!important;font-size:17px!important}.onlyplace-404__actions{justify-content:center;margin-top:26px}}
@media(max-width:420px){.onlyplace-empty-state{display:block}.onlyplace-empty-state__icon{margin-bottom:14px}.onlyplace-404__content h1{font-size:39px!important}.onlyplace-404__button{width:100%;justify-content:center}.onlyplace-404__actions{gap:16px}}
