.atlas-surface{box-sizing:border-box;color:var(--text);border:1px solid var(--border);background-clip:padding-box}.atlas-popover{z-index:var(--layer-popover);max-width:calc(100vw - 24px);max-height:min(var(--available-height,100dvh),calc(100dvh - 24px));overscroll-behavior:contain;--surface-enter-y:-3px;overflow:auto}.atlas-popover[data-placement^=top]{--surface-enter-y:3px}.atlas-surface>[role=dialog]{outline:none}.atlas-modal{--surface-enter-y:5px}.atlas-modal-overlay{background:var(--overlay-scrim)}@media (prefers-reduced-motion:no-preference){:is(.atlas-popover,.atlas-modal)[data-entering]{animation:atlas-surface-enter var(--motion-surface-in) var(--ease-surface)}:is(.atlas-popover,.atlas-modal)[data-exiting]{animation:atlas-surface-exit var(--motion-surface-out) ease-in}.atlas-modal-overlay[data-entering]{animation:atlas-scrim-enter var(--motion-surface-in) ease-out}.atlas-modal-overlay[data-exiting]{animation:atlas-surface-exit var(--motion-surface-out) ease-in}}@keyframes atlas-surface-enter{0%{opacity:0;transform:translateY(var(--surface-enter-y))}to{opacity:1;transform:translateY(0)}}@keyframes atlas-surface-exit{to{opacity:0}}@keyframes atlas-scrim-enter{0%{opacity:0}to{opacity:1}}@media (forced-colors:active){.atlas-surface{color:canvastext;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:canvas;border-color:buttontext}}.atlas-text-button{border:1px solid var(--border-strong);border-radius:var(--radius-control);min-height:28px;color:var(--text);font:inherit;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:4px 10px;font-size:12px;transition:background-color .12s,border-color .12s;display:inline-flex}.atlas-text-button[data-hovered]{background:var(--surface-muted)}.atlas-text-button[data-focus-visible],.detail-panel-toggle[data-focus-visible]{outline:2px solid var(--focus);outline-offset:2px}.atlas-text-button[data-disabled],.detail-panel-toggle[data-disabled]{opacity:.45;cursor:default}.atlas-tooltip{z-index:var(--layer-popover);border:1px solid var(--border);background:var(--surface);max-width:min(280px,100vw - 24px);color:var(--text);box-shadow:var(--shadow-popup);overflow-wrap:anywhere;border-radius:6px;padding:5px 8px;font-size:11px;line-height:1.4}.atlas-text-button[data-pressed]{background:var(--selection-hover);border-color:var(--text-subtle)}@media (prefers-reduced-motion:reduce){.atlas-text-button{transition:none}}
