/* 6.8.52 — منوی کشویی پروفایل هدر: نمایش نام/آواتار کاربر، روزهای باقی‌مانده اشتراک (در صورت
   وجود) و پیوندهای پرکاربرد (پنل دانشجو، دوره‌های من، دوره‌های پیشنهادی، تدریس کنید، خروج). */
.fyc-account-menu{position:relative;display:inline-block;direction:rtl;text-align:right;font-family:var(--fyc-font,var(--fyc-system-font,Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))}
.fyc-account-menu *{box-sizing:border-box}
.fyc-account-menu a{text-decoration:none;color:inherit}
.fyc-am-trigger{display:flex;align-items:center;gap:8px;height:44px;padding:4px 10px 4px 6px;border:1px solid var(--fyc-line,#e2e8f0);border-radius:999px;background:var(--fyc-surface,#fff);color:var(--fyc-ink,#0f172a);cursor:pointer;font:inherit;font-size:13px;font-weight:800}
.fyc-am-trigger:hover{border-color:var(--fyc-accent,#2563eb)}
.fyc-am-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.fyc-am-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fyc-am-trigger svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s}
.fyc-account-menu.is-open .fyc-am-trigger svg{transform:rotate(180deg)}
.fyc-am-panel{position:absolute;top:calc(100% + 10px);right:0;left:auto;z-index:9999;width:280px;padding:14px;border:1px solid var(--fyc-line,#e2e8f0);border-radius:var(--fyc-radius,16px);background:var(--fyc-surface,#fff);box-shadow:var(--fyc-shadow,0 20px 45px rgba(15,23,42,.16))}
.fyc-am-panel[hidden]{display:none}
.fyc-am-sub-card{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;margin-bottom:12px;border-radius:13px;background:linear-gradient(135deg,color-mix(in srgb,var(--fyc-accent,#2563eb) 10%,var(--fyc-bg,#f4f7fb)),color-mix(in srgb,var(--fyc-accent-2,#1d4ed8) 6%,var(--fyc-bg,#f4f7fb)))}
.fyc-am-sub-days{font-size:17px;font-weight:950;color:var(--fyc-accent,#2563eb)}
.fyc-am-sub-label{font-size:11px;color:var(--fyc-muted,#64748b)}
.fyc-am-sub-cta{display:flex;align-items:center;gap:6px;margin-top:6px;padding:8px 14px;border-radius:10px;background:var(--fyc-accent,#2563eb);color:#fff;font-size:11.5px;font-weight:800}
.fyc-am-sub-cta:hover{background:var(--fyc-accent-2,#1d4ed8);color:#fff}
.fyc-am-sub-cta svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fyc-am-nav{display:flex;flex-direction:column;gap:2px}
.fyc-am-nav a{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 8px;border-radius:10px;color:var(--fyc-ink,#0f172a);font-size:12.5px;font-weight:700}
.fyc-am-nav a:hover{background:var(--fyc-bg,#f4f7fb);color:var(--fyc-accent,#2563eb)}
.fyc-am-nav svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fyc-am-foot{margin-top:8px;padding-top:8px;border-top:1px solid var(--fyc-line,#e2e8f0)}
.fyc-am-logout{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 8px;border-radius:10px;color:var(--fyc-danger,#dc2626);font-size:12.5px;font-weight:800}
.fyc-am-logout:hover{background:color-mix(in srgb,var(--fyc-danger,#dc2626) 8%,transparent)}
.fyc-am-logout svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fyc-account-menu-guest .fyc-am-login{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:var(--fyc-accent,#2563eb);color:#fff;font-size:12.5px;font-weight:800}
.fyc-account-menu-guest .fyc-am-login:hover{background:var(--fyc-accent-2,#1d4ed8);color:#fff}
.fyc-account-menu-guest .fyc-am-login svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:480px){.fyc-am-panel{position:fixed;top:auto;bottom:0;left:0;right:0;width:auto;border-radius:18px 18px 0 0}}
