.explore-loading{color:var(--ui-muted);font-family:var(--font-mono);align-items:center;gap:10px;padding:48px 24px;font-size:13px;display:flex}.explore-loading__dot{background:var(--ui-accent);width:8px;height:8px;animation:explore-pulse 1s var(--ui-ease-out,ease) infinite;border-radius:50%}.explore-boot{gap:var(--ui-space-4);flex-direction:column;flex:auto;min-height:0;display:flex}.explore-boot-head{gap:var(--ui-space-2);flex-direction:column;display:flex}.explore-boot-head span{border-radius:var(--ui-radius-xs);background:linear-gradient(100deg, var(--ui-surface-1) 30%, rgba(var(--ui-muted-rgb), .14) 50%, var(--ui-surface-1) 70%);animation:explore-boot-shimmer 1.25s var(--ui-ease) infinite;background-size:220% 100%;display:block}.explore-boot-eyebrow{width:130px;height:11px}.explore-boot-title{border-radius:var(--ui-radius-sm);width:min(280px,60%);height:26px}.explore-boot-blurb{width:min(560px,82%);height:13px}.explore-boot-panel{justify-content:center;align-items:center;gap:var(--ui-space-3);border:1px solid var(--ui-border);border-radius:var(--ui-radius-card);background:var(--ui-panel-solid);min-height:260px;box-shadow:var(--ui-shadow-xs);flex-direction:column;flex:auto;display:flex}.explore-boot-msg{color:var(--ui-muted);font-family:var(--font-mono);font-size:var(--ui-font-size-sm)}@keyframes explore-boot-shimmer{0%{background-position:140% 0}to{background-position:-60% 0}}@media (prefers-reduced-motion:reduce){.explore-boot-head span{animation:none}}.explore-gate{text-align:center;justify-content:center;align-items:center;gap:var(--ui-space-4);min-height:60dvh;padding:var(--ui-space-16) var(--ui-gutter);flex-direction:column;max-width:52ch;margin-inline:auto;display:flex}.explore-gate__glyph{border-radius:var(--ui-radius-full);background:var(--ui-surface-1);border:1px solid var(--ui-border);width:56px;height:56px;color:var(--ui-muted-strong);box-shadow:var(--ui-elevation-1);place-items:center;display:grid}.explore-gate__title{font-family:var(--font-display);font-size:var(--ui-font-size-xl);font-weight:600;line-height:var(--ui-leading-tight);color:var(--ui-text-strong);text-wrap:balance;margin:0}.explore-gate__body{font-size:var(--ui-font-size-md);line-height:var(--ui-leading-relaxed);color:var(--ui-muted);text-wrap:pretty;margin:0}.explore-gate .platform-button{align-items:center;gap:var(--ui-space-2);margin-top:var(--ui-space-2);display:inline-flex}@keyframes explore-pulse{0%,to{opacity:.3}50%{opacity:1}}
