.deletion-interstitial{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:var(--ds-space-6)}.deletion-interstitial__inner{max-width:26rem;text-align:center}.deletion-interstitial__title{color:var(--ds-text);font-family:var(--ds-font-display),sans-serif;font-size:var(--ds-text-h1);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-h1);margin:0 0 var(--ds-space-3)}.deletion-interstitial__copy{color:var(--ds-text-muted);font-size:var(--ds-text-sm);margin:0 0 var(--ds-space-4)}.deletion-interstitial__restore{background:var(--ds-accent);border:0;border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-1);color:var(--ds-on-accent);cursor:pointer;font-weight:var(--ds-weight-semibold);padding:var(--ds-space-2) var(--ds-space-5)}.deletion-interstitial__restore:hover:not(:disabled){background:var(--ds-accent-hover)}.deletion-interstitial__restore:disabled{cursor:default;opacity:.6}.deletion-interstitial__error{color:var(--ds-danger,#d9534f);font-size:var(--ds-text-sm);margin-top:var(--ds-space-3)}.deletion-interstitial__back{color:var(--ds-text-subtle);display:block;font-size:var(--ds-text-sm);margin-top:var(--ds-space-4)}.deletion-interstitial__back:hover{color:var(--ds-text)}.app-shell,.app-shell__gate{background:var(--ds-bg);color:var(--ds-text);min-height:100vh}.app-shell__gate{align-items:center;display:flex;justify-content:center;padding:0 var(--ds-space-6)}.app-shell__gate-inner{max-width:24rem;width:100%}.app-shell__gate-inner>*+*{margin-top:var(--ds-space-4)}.app-shell__gate-title{font-family:var(--ds-font-display),sans-serif;font-size:var(--ds-text-h2);font-weight:var(--ds-weight-bold);margin:0}.app-shell__gate-copy{color:var(--ds-text-muted);font-size:var(--ds-text-sm);margin:0}.app-shell__gate-back{color:var(--ds-text-subtle);display:block;font-size:var(--ds-text-sm);text-decoration:none}.app-shell__gate-back:hover{color:var(--ds-text)}.app-shell__checking{color:var(--ds-text-subtle)}.app-shell__header{align-items:center;background:var(--ds-surface);box-shadow:var(--ds-shadow-1);display:flex;height:var(--ds-nav-height);justify-content:space-between;padding:0 var(--ds-space-6)}.app-shell__brand{align-items:center;display:inline-flex;text-decoration:none}.app-shell__authbar{align-items:center;display:flex;gap:var(--ds-space-3);justify-content:flex-end}.app-shell__body{display:flex}@media(max-width:640px){.app-shell__body{flex-direction:column}}.app-shell__main{flex:1;min-width:0;overflow-x:hidden;min-height:calc(100vh - var(--ds-nav-height));padding:var(--ds-space-8)}