.head_comments .left_side {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.head_comments .left_side .fk-comment-profile-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 9px;
    border: 1px solid #f5ad1140;
    border-radius: 6px;
    background: #f5ad110b;
    color: #eabd65;
    font-size: 10px;
    white-space: nowrap;
}
.fk-comment-profile-link:focus-visible {
    outline: 2px solid #f5ad11;
    outline-offset: 3px;
}
@media(max-width:480px) {
    .head_comments .left_side {
        gap: 5px;
    }
    .head_comments .left_side .fk-comment-profile-link {
        font-size: 9px;
        padding: 5px 6px;
    }
}

/* Compact account navigation; isolated from the legacy list menu. */
:is(.filmkio_header,.head_dashboard) .drop_user_nav:has(.fk-account-menu) {width:320px;max-width:calc(100vw - 24px)}
:is(.filmkio_header,.head_dashboard) .drop_user_nav .inner_drop_user_nav.fk-account-shell {background:#15191b;border:1px solid #ffffff12;border-radius:18px;box-shadow:0 18px 55px #0007;backdrop-filter:blur(20px)}
.fk-account-menu {padding:12px;direction:rtl;text-align:right;max-height:calc(100dvh - 110px);overflow-y:auto;overscroll-behavior:contain;font-size:13px;line-height:1.6;font-weight:400}
:is(.filmkio_header,.head_dashboard) .fk-account-menu a {cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:9px;color:#dce1e4;line-height:1.6;font-size:13px;font-weight:400;text-decoration:none;transition:background .18s,color .18s;border:0;white-space:nowrap}
:is(.filmkio_header,.head_dashboard) .fk-account-menu svg {width:19px;height:19px;flex:0 0 19px;fill:none!important;stroke:currentColor!important;color:#98a3aa}
.fk-account-plan {display:flex;align-items:center;justify-content:space-between;padding:4px 4px 14px;border-bottom:1px solid #ffffff0c}
.fk-account-plan>span {display:flex;align-items:center;gap:10px;color:#edf0f2}
:is(.filmkio_header,.head_dashboard) .fk-account-plan>span>svg {color:#f5ad11;width:23px;height:23px;flex-basis:23px}
.fk-account-plan small {display:block;font-size:11px;color:#92b59c;margin-top:2px}
:is(.filmkio_header,.head_dashboard) .fk-account-plan>a {padding:7px 10px;min-height:36px;border-radius:9px;background:#f5ad1114;color:#edbc57;font-size:13px;gap:2px}
:is(.filmkio_header,.head_dashboard) .fk-account-plan>a svg {width:14px;flex-basis:14px;color:inherit}
.fk-account-primary {display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 8px}
:is(.filmkio_header,.head_dashboard) .fk-account-primary>a {position:relative;flex-direction:column;justify-content:center;gap:7px;padding:13px 6px 11px;border:1px solid #ffffff0d;background:#ffffff04;border-radius:11px;font-size:13px}
:is(.filmkio_header,.head_dashboard) .fk-account-primary>a>svg {color:#dfb85f;width:22px;height:22px;flex-basis:22px}
.fk-account-external {position:absolute;top:6px;left:9px;font-size:13px;color:#707d84}
.fk-account-grid {display:grid;grid-template-columns:1fr 1fr;gap:2px 6px;padding:2px 0 10px}
:is(.filmkio_header,.head_dashboard) .fk-account-grid>a {min-height:43px;padding:9px 8px;border-radius:8px;font-size:13px}
.fk-account-footer {display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff0c;padding-top:8px}
:is(.filmkio_header,.head_dashboard) .fk-account-footer>a {min-height:40px;padding:8px;border-radius:8px;font-size:13px}
:is(.filmkio_header,.head_dashboard) .fk-account-menu a:hover {background:#ffffff08;color:#fff}
:is(.filmkio_header,.head_dashboard) .fk-account-menu a:focus-visible {outline:2px solid #e8b54e;outline-offset:-2px;background:#ffffff08}
:is(.filmkio_header,.head_dashboard) .fk-account-footer .fk-account-exit:hover,:is(.filmkio_header,.head_dashboard) .fk-account-exit:hover svg {color:#f29c97}
:is(.filmkio_header,.head_dashboard) .btn_login_user:focus-within .drop_user_nav {visibility:visible;opacity:1}

@media(max-width:768px) {
 .home-mobile-promo--profile {background:linear-gradient(135deg,#171321,#292040 56%,#493271)}
 .home-mobile-promo--profile .home-mobile-promo__glow {background:radial-gradient(circle,#b79aff70,transparent 68%)}
 .home-mobile-promo--profile .home-mobile-promo__eyebrow i {background:#c3a6ff;box-shadow:0 0 0 4px #c3a6ff20}
 .home-mobile-promo--profile .home-mobile-promo__copy strong em,.home-mobile-promo--profile .promo-plus {color:#cbb0ff}
 .home-mobile-promo--profile .home-mobile-promo__copy small {white-space:normal}
 .home-mobile-promo--profile .home-mobile-promo__cta {background:#c5a7fc;color:#25173d}
 .home-mobile-promo--profile .promo-avatar--main {background:linear-gradient(145deg,#b799ee,#61418b)}
 .home-mobile-promo--profile:focus-visible {outline:2px solid #cbb0ff;outline-offset:-3px}
}
