.site-account-entry{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid transparent;border-radius:999px;background:#eee5d9;color:#181511;font-size:14px;font-weight:650;white-space:nowrap;transition:background-color .16s}.site-account-entry:hover{background:#fff6e9}.site-account-menu{position:relative;flex-shrink:0;color:#eee5d9}.site-account-trigger{display:flex;align-items:center;gap:10px;min-height:44px;padding:5px 12px 5px 5px;border:1px solid #ffffff18;border-radius:999px;background:#ffffff02;cursor:pointer;transition:background-color .16s,border-color .16s}.site-account-trigger:hover,.site-account-trigger[aria-expanded=true]{background:#ffffff07;border-color:#ffffff30}.site-account-avatar{flex:none;width:32px;height:32px;border-radius:50%;object-fit:cover}.site-account-initial{display:grid;place-items:center;background:#154d43;color:#eff8f4;font-size:17px;font-weight:500}.site-account-trigger-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:550}.site-account-chevron{flex:none;color:#a8a5a1;transition:transform .18s}.site-account-trigger[aria-expanded=true] .site-account-chevron{transform:rotate(180deg)}.site-account-panel{position:absolute;right:0;top:calc(100% + 10px);z-index:100;width:min(336px,calc(100vw - 32px));max-height:calc(100dvh - 100px - var(--safe-top, 0px));overflow-y:auto;overscroll-behavior:contain;padding:8px;border:1px solid #ffffff1c;border-radius:20px;background:#151516;box-shadow:0 18px 60px #0008;scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;animation:site-account-reveal .16s ease-out;transform-origin:top right}.site-account-summary{display:flex;align-items:center;gap:12px;margin:0 6px;padding:14px 4px 20px;border-bottom:1px solid #ffffff12}.site-account-summary .site-account-avatar{width:44px;height:44px;font-size:23px}.site-account-details{min-width:0;flex:1}.site-account-name-line{display:flex;align-items:center;gap:8px}.site-account-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.site-account-plan{flex:none;color:#ff954d;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.site-account-email{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a5a19c;font-size:12px}.site-account-links{padding:8px 0}.site-account-item{display:flex;align-items:center;gap:14px;width:100%;min-height:46px;padding:11px 12px;border-radius:12px;text-align:left;color:#c8c4bf;font-size:14px;line-height:1.5;cursor:pointer;transition:background-color .16s,color .16s}.site-account-item>svg{flex:none;stroke-width:1.7}.site-account-item:focus-visible,.site-account-item:hover,.site-account-item[aria-current=page]{background:#ffffff07;color:#f6eee4}.site-account-item:hover>svg:first-child,.site-account-item[aria-current=page]>svg:first-child{color:#ff954d}.site-account-item-arrow{margin-left:auto;opacity:0;transition:opacity .16s,transform .16s;transform:translateX(-3px)}.site-account-item:focus-visible .site-account-item-arrow,.site-account-item:hover .site-account-item-arrow,.site-account-item[aria-current=page] .site-account-item-arrow{opacity:.65;transform:translateX(0)}.site-account-footer{position:relative;padding-top:8px}.site-account-footer:before{content:"";position:absolute;left:6px;right:6px;top:0;height:1px;background:#ffffff12}.site-account-error{padding:8px 12px;color:#e1ada3;font-size:12px}.site-account-item:disabled{opacity:.5;cursor:wait}.site-account-entry:focus-visible,.site-account-menu :focus-visible{outline:2px solid #ff954d;outline-offset:3px}.site-account-menu-compact .site-account-trigger{padding:5px;width:44px;justify-content:center}.site-account-menu-compact .site-account-chevron,.site-account-menu-compact .site-account-trigger-name{display:none}@keyframes site-account-reveal{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}@media (max-width:639px){.site-account-chevron,.site-account-trigger-name{display:none}.site-account-trigger{width:44px;padding:5px;justify-content:center}.site-account-entry{padding:0 14px;font-size:13px}}@media (prefers-reduced-motion:reduce){.site-account-panel{animation:none}.site-account-entry,.site-account-menu *{transition:none}}