/* Only the unavailable-session state; no changes to the workspace layout. */
.spf-storage-block{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px;background:#F1F2F4;color:var(--spf-ink,#20242B);font-family:Geist,system-ui,sans-serif}
.spf-storage-block-card{max-width:540px;padding:28px;background:#fff;border:1px solid var(--spf-accent-line,#B7C6D2);border-radius:8px}
.spf-storage-block h2{font:650 23px/1.3 Geist,system-ui,sans-serif;letter-spacing:.02em;margin:0 0 14px;color:inherit}
.spf-storage-block p{font:400 16px/1.5 Geist,system-ui,sans-serif;margin:0 0 22px;color:inherit}
.spf-storage-block button{background:var(--spf-header-bg,#20242B);color:#fff;border:0;border-radius:6px;padding:12px 18px;font:620 14px/1.4 Geist,system-ui,sans-serif;letter-spacing:.02em;cursor:pointer}
.spf-storage-block a{display:block;margin-top:18px;color:var(--spf-accent-strong,#3A566D);font:500 14px/1.5 Geist,system-ui,sans-serif;text-decoration:underline}
.spf-storage-block :is(button,a):focus-visible{outline:3px solid var(--spf-accent,#4A6A85);outline-offset:3px}
