.scout-page-shell{max-width:960px;margin:0 auto;padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.scout-page-shell-inner{background:var(--bg-shell);border-radius:var(--radius-lg);border:.5px solid var(--border-subtle);animation:scout-page-shell-mount .22s cubic-bezier(.16,1,.3,1) both}@keyframes scout-page-shell-mount{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.scout-page-shell-inner{animation:none}}.scout-page-shell-settings .scout-page-shell-inner{border-color:var(--border-inverse-subtle)}.scout-page-shell-settings .scout-top{background:var(--bg-shell);border:.5px solid var(--border-inverse-subtle)}.scout-page-shell-settings{height:100vh;height:100dvh;overflow:hidden}.scout-page-shell-settings .scout-top{position:static;flex-shrink:0}.scout-page-shell-settings .scout-page-shell-inner{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}@media (max-width:640px){.scout-page-shell{gap:0;padding:calc(52px + env(safe-area-inset-top, 0px)) 0 0;max-width:100%}.scout-page-shell-inner{border-radius:0;border-left:none;border-right:none;min-width:0;overflow-x:hidden}.scout-page-shell-settings,.scout-page-shell-settings .scout-page-shell-inner{height:auto;overflow:visible}.scout-page-shell-settings .scout-page-shell-inner{flex:initial;min-height:0;overflow-x:hidden}.scout-page-shell-settings .scout-top{position:fixed}}.scout-top{background:var(--bg-inverse);color:var(--text-inverse);padding:var(--space-3) var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;position:-webkit-sticky;position:sticky;top:var(--space-6);z-index:50;border-radius:var(--radius-lg)}.scout-brand{display:flex;align-items:baseline;gap:var(--space-3)}.scout-name{font-family:var(--font-display);font-size:18px;letter-spacing:-.01em;font-weight:400;color:var(--text-inverse)}.scout-by{font-size:11px;color:var(--text-inverse-secondary);letter-spacing:.06em;padding-left:var(--space-3);border-left:.5px solid var(--border-inverse-subtle);text-transform:uppercase;font-weight:500}.scout-top-right{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.scout-icon-btn{border-radius:var(--radius-md);border:.5px solid var(--border-inverse-subtle);background:transparent;color:var(--text-inverse);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:12px;line-height:1}.scout-icon-btn:hover:not(:disabled){background:var(--bg-inverse-tint-strong);text-decoration:none;color:var(--text-inverse)}.scout-icon-btn:disabled{cursor:not-allowed;opacity:.45}.scout-icon-btn-square{width:32px;height:32px;padding:0}.scout-icon-btn-text{height:32px;padding:0 12px 0 10px;gap:6px;font-weight:500}.scout-icon-btn .material-symbols-outlined{font-size:16px}.scout-acct-static{height:32px;padding:0 12px;border-radius:var(--radius-md);border:.5px solid var(--border-inverse-subtle);background:var(--bg-inverse-tint);color:var(--text-inverse);display:inline-flex;align-items:center;min-width:140px;font-size:13px;font-weight:500;line-height:1;font-family:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:640px){.scout-top{position:fixed;top:0;left:0;right:0;z-index:100;border-radius:0;padding:calc(var(--space-3) + env(safe-area-inset-top, 0px)) var(--space-4) var(--space-3);gap:var(--space-2);flex-wrap:nowrap}.scout-by{display:none}.scout-top-right{flex:1 1;justify-content:flex-end;flex-wrap:nowrap;min-width:0}.scout-acct-static{min-width:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px}.scout-top-right>:first-child{min-width:0;flex-shrink:1}.scout-icon-btn-text{width:32px;padding:0;gap:0}.scout-icon-btn-text>span:not(.material-symbols-outlined){display:none}}.scout-top-skeleton{display:inline-block;background:var(--bg-inverse-tint);border-radius:var(--radius-md);animation:scout-top-skeleton-pulse 1.4s ease-in-out infinite}.scout-top-skeleton-account{width:140px;height:32px}.scout-top-skeleton-square{width:32px;height:32px}.scout-top-skeleton-avatar{border-radius:999px}@keyframes scout-top-skeleton-pulse{0%,to{opacity:.5}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.scout-top-skeleton{animation:none;opacity:.65}}