/* PODCO v11.35 — iPhone activity date, host account cards, account menu, support assistant */
:root{--p34-blue:#0b467f;--p34-ink:#0b365f;--p34-muted:#6f8597;--p34-line:#d6e3e8;--p34-bg:#f4f8fa;--p34-teal:#078ca0}

/* Activity Date: keep the native iOS picker tappable but never show a blank oversized cell. */
.podco-activity-search label.podco-activity-date-label{position:relative!important;min-height:116px!important;overflow:hidden!important}
.podco-activity-date-label #podco-activity-date{
 position:absolute!important;inset:38px 0 0!important;width:100%!important;height:78px!important;min-height:78px!important;
 opacity:.015!important;z-index:3!important;cursor:pointer!important;border:0!important;padding:0!important;margin:0!important;
 -webkit-appearance:none!important;appearance:none!important;
}
.podco-activity-date-display{
 position:absolute;left:32px;right:32px;top:63px;z-index:2;color:var(--p34-muted);font:500 17px/1.2 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
 pointer-events:auto;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.podco-activity-date-label.has-value .podco-activity-date-display{color:var(--p34-ink);font-weight:750}
@media(max-width:820px){
 .podco-activity-search label.podco-activity-date-label{min-height:106px!important}
 .podco-activity-date-label #podco-activity-date{inset:34px 0 0!important;height:72px!important}
 .podco-activity-date-display{left:32px;top:61px;font-size:16px}
}

/* Hosting Account: force proper one-column, non-overlapping mobile cards. */
.podco-host-destination .podco-host-quick{
 display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important;
 position:static!important;overflow:visible!important;margin:18px 0 0!important;padding:0!important;transform:none!important
}
.podco-host-destination .podco-host-quick>a{
 position:static!important;inset:auto!important;float:none!important;transform:none!important;width:100%!important;max-width:none!important;
 min-width:0!important;min-height:88px!important;height:auto!important;box-sizing:border-box!important;margin:0!important;padding:16px!important;
 display:grid!important;grid-template-columns:46px minmax(0,1fr) 24px!important;gap:12px!important;align-items:center!important;
 border:1px solid var(--p34-line)!important;border-radius:18px!important;background:#fff!important;color:var(--p34-ink)!important;
 text-decoration:none!important;overflow:hidden!important;box-shadow:0 5px 18px rgba(13,62,99,.05)!important
}
.podco-host-destination .podco-host-quick>a>b{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:#eaf8fb!important;font-size:22px!important;line-height:1!important}
.podco-host-destination .podco-host-quick>a>span{min-width:0!important;display:block!important;position:static!important;transform:none!important}
.podco-host-destination .podco-host-quick>a strong{display:block!important;font-size:18px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important}
.podco-host-destination .podco-host-quick>a small{display:block!important;color:var(--p34-muted)!important;font-size:13px!important;line-height:1.4!important;margin-top:4px!important;white-space:normal!important;overflow-wrap:anywhere!important}
.podco-host-destination .host-page-panel{overflow:visible!important;contain:none!important}

/* Account dropdown used across guest/hosting/admin headers. */
.podco-account-menu-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #d6e2e8;border-radius:999px;background:#fff;color:var(--p34-ink);padding:9px 13px;font-weight:800;cursor:pointer;box-shadow:0 4px 13px rgba(15,55,85,.05)}
.podco-account-dropdown{position:fixed;z-index:180;right:14px;top:max(72px,calc(env(safe-area-inset-top) + 60px));width:min(310px,calc(100vw - 28px));background:#fff;border:1px solid var(--p34-line);border-radius:20px;padding:8px;box-shadow:0 22px 55px rgba(8,40,66,.22);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.podco-account-dropdown[hidden]{display:none!important}
.podco-account-dropdown a,.podco-account-dropdown button{display:flex!important;width:100%!important;box-sizing:border-box!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:0!important;border-radius:13px!important;background:#fff!important;color:var(--p34-ink)!important;text-decoration:none!important;text-align:left!important;padding:13px 12px!important;font:800 15px/1.25 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;cursor:pointer!important}
.podco-account-dropdown a:hover,.podco-account-dropdown button:hover{background:#f2f7f9!important}.podco-account-dropdown .danger{color:#a72d2d!important}

/* Logout buttons should look consistent and stay touch-friendly. */
[data-podco-logout],form[action*="/auth/form-logout"] button{min-height:48px!important;border-radius:14px!important;font-weight:850!important}
.podco-account-logout-footer{margin-top:20px;padding:20px;background:#fff;border:1px solid var(--p34-line);border-radius:22px;box-shadow:0 6px 20px rgba(13,62,99,.05)}

/* PODCO Assistant modal. */
.podco-assistant-backdrop{position:fixed;z-index:210;inset:0;background:rgba(5,25,44,.36);display:grid;align-items:end;padding:0}
.podco-assistant-backdrop[hidden]{display:none!important}
.podco-assistant-panel{width:min(560px,100%);max-height:min(78vh,720px);margin:0 auto;background:#fff;border-radius:26px 26px 0 0;box-shadow:0 -20px 60px rgba(5,28,49,.24);display:grid;grid-template-rows:auto minmax(120px,1fr) auto;padding-bottom:env(safe-area-inset-bottom);overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.podco-assistant-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid #e4edf1}.podco-assistant-head strong{display:block;color:var(--p34-ink);font-size:20px}.podco-assistant-head small{display:block;color:var(--p34-muted);margin-top:2px}.podco-assistant-head button{width:38px;height:38px;border:0;border-radius:50%;background:#eef5f8;color:var(--p34-ink);font-size:22px}
.podco-assistant-messages{overflow:auto;padding:16px;background:#f5f9fb;display:flex;flex-direction:column;gap:10px}.podco-assistant-msg{max-width:86%;border-radius:18px;padding:11px 13px;line-height:1.45;font-size:14px;white-space:pre-wrap}.podco-assistant-msg.bot{align-self:flex-start;background:#fff;border:1px solid #dce8ed;color:var(--p34-ink)}.podco-assistant-msg.user{align-self:flex-end;background:var(--p34-blue);color:#fff}.podco-assistant-msg.system{align-self:center;background:transparent;color:var(--p34-muted);font-size:12px;text-align:center}
.podco-assistant-form{padding:12px;background:#fff;border-top:1px solid #e4edf1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.podco-assistant-form textarea{resize:none;min-height:46px;max-height:120px;border:1px solid #cbdde5;border-radius:15px;padding:12px;font:500 16px/1.35 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--p34-ink)}.podco-assistant-form button{border:0;border-radius:14px;background:var(--p34-blue);color:#fff;font-weight:850;padding:0 17px}.podco-assistant-contact{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.podco-assistant-contact input{min-width:0;border:1px solid #d7e3e8;border-radius:12px;padding:10px;font-size:14px}.podco-assistant-contact small{grid-column:1/-1;color:var(--p34-muted)}

/* Support pages use the same visual language as Account/Hosting. */
body.podco-help-page,.podco-help-shell,.podco-detail-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;background:var(--p34-bg)!important}
.podco-detail-shell>section,.podco-help-tile,.podco-help-shell>section{background:#fff!important;border:1px solid var(--p34-line)!important;border-radius:22px!important;box-shadow:0 6px 20px rgba(13,62,99,.05)!important}
.podco-detail-shell h1,.podco-detail-shell h2,.podco-help-shell h1,.podco-help-shell h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:var(--p34-ink)!important;font-weight:900!important}

@media(max-width:820px){
 .podco-assistant-panel{width:100%;max-height:82vh}
 .podco-host-destination .podco-host-quick>a{grid-template-columns:44px minmax(0,1fr) 20px!important;min-height:84px!important;padding:14px!important}
 .podco-account-dropdown{top:max(68px,calc(env(safe-area-inset-top) + 54px))}
}

/* v11.35 final iPhone account-card guardrails */
.podco-host-destination .host-page-panel{display:block!important;min-width:0!important}
.podco-host-destination .host-page-panel>.podco-host-quick{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}
.podco-host-destination .host-page-panel>.podco-host-quick>a{flex:0 0 auto!important;clear:both!important;z-index:auto!important}
.podco-host-destination .host-page-panel>.podco-host-quick>a>*{min-width:0!important;max-width:100%!important}
.podco-host-destination .host-page-panel>.podco-host-quick>a>span{overflow:visible!important}

/* Keep help/support typography aligned with the rest of PODCO, including older static help pages. */
body:has(.podco-detail-shell),body:has(.podco-help-shell),body:has(.podco-tools-shell){background:var(--p34-bg)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.podco-detail-shell h1,.podco-help-shell h1,.podco-tools-shell h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:900!important;letter-spacing:-.03em!important}
