.account-panel { --account-ink: #304e54; color: var(--account-ink); background: #fff9ee; max-width: 470px; }
.account-panel .shop-header { flex: 0 0 auto; justify-content: space-between; }
.account-panel .shop-title { min-width: 0; overflow-wrap: anywhere; }
.account-lock { position: fixed; inset: 0; z-index: 2100; background: #253a37a6; pointer-events: auto; }
body.menu-open #account-panel.account-required, #account-panel.account-required { visibility: visible; opacity: 1; transition: none; z-index: 2101; position: fixed; top: 50%; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%) !important; width: min(470px, calc(100vw - 24px)); height: auto; max-height: calc(100dvh - 24px); border-radius: 24px; }
.account-required .shop-close { visibility: hidden; pointer-events: none; }
.account-body { overflow: auto; min-height: 0; overscroll-behavior: contain; padding: 20px 20px calc(24px + env(safe-area-inset-bottom, 0px)); }
.account-eyebrow { color: #9a6146; font-weight: 800; font-size: 11px; letter-spacing: .12em; margin: 0 0 9px; }
.account-heading { font-size: clamp(24px, 5vw, 32px); line-height: 1.12; margin: 0 0 12px; color: #2e5b58; }
.account-copy { font-size: 14px; line-height: 1.55; margin: 10px 0 18px; }
.account-button { appearance: none; box-sizing: border-box; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 48px; padding: 13px 16px; margin: 10px 0; border: 2px solid #285f57; border-radius: 14px; background: #326d61; color: #fff; line-height: 1.4; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; text-align: center; text-decoration: none; overflow-wrap: anywhere; }
.account-button:hover:not(:disabled) { filter: brightness(1.06); }
.account-button:focus-visible, .account-panel .shop-close:focus-visible { outline: 3px solid #d67c27; outline-offset: 3px; }
.account-button:disabled { cursor: default; opacity: .62; }
.account-google { background: #fff; color: #1f1f1f; border-color: #747775; border-radius: 4px; font-family: Arial, sans-serif; font-weight: 500; }
.account-apple { background: #000; color: #fff; border-color: #000; border-radius: 6px; }
.account-secondary { background: transparent; color: #30594f; border-color: #b8c5af; }
.account-unavailable { font-size: 12px; line-height: 1.4; margin: 0 4px 16px; color: #665d52; }
.account-status { font-size: 14px; line-height: 1.5; background: #fbe4bf; border-radius: 12px; padding: 12px; }
.account-status:empty { display: none; }
.account-restore { padding: 16px; background: #f1efd9; border: 1px solid #d7dbba; border-radius: 18px; margin-bottom: 12px; }
.account-restore h4 { font-size: 18px; margin: 0 0 12px; }
.account-restaurant { font-size: 20px; font-weight: 800; overflow-wrap: anywhere; }
.account-linked { padding: 12px 16px; border-radius: 12px; background: #e5f0d4; font-weight: 700; }
.account-footnote { font-size: 12px; line-height: 1.6; color: #625e54; margin-top: 24px; }
@media (max-width: 360px) { .account-body { padding: 16px; } .account-restore { padding: 12px; } }
@media (prefers-reduced-motion: reduce) { .account-panel { transition: none !important; } }
