.profile-open{overflow:hidden}
#profile-panel[hidden]{display:none}
#profile-panel{position:fixed;inset:0;z-index:10000;background:#f7f6f2;display:flex;flex-direction:column}
.profile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;padding-top:max(10px,env(safe-area-inset-top));background:#f7f6f2;border-bottom:1px solid #d9dfd6;color:#174f51;font:14px system-ui,sans-serif}
.profile-toolbar button,.profile-toolbar a{font:inherit;color:inherit;background:transparent;border:1px solid #b5ceca;border-radius:8px;padding:8px 12px;text-decoration:none;cursor:pointer}
#profile-panel iframe{flex:1;width:100%;min-height:0;border:0;background:#f7f6f2}
@media(max-width:540px){.profile-toolbar span{display:none}}
