/*--------------------------------------------------------------
# Profile Stucture
--------------------------------------------------------------*/

#main.profile .main-feed {
    display: flex;
    padding: var(--clamp);
    gap: clamp(18px, 2vw, 24px);
}

#main.profile .sidebar.left {
    padding: 0;
    flex-basis: 30%;
    min-width: clamp(210px, 20%, 260px);
    position: sticky;
    max-width: 320px;
}

@media (max-width: 800px) {
    #main.profile .sidebar.left {
        max-width: 100%;
    }
}

#main.profile.coin .sidebar.left {
    min-width: 0;
}

#main.profile .profile-outer {
    flex-basis: clamp(700px, 65%, 900px);
    display: flex;
    gap: var(--padding-large);
    flex-grow: 1;
}

#main.profile .profile-left {
    flex-basis: 70%;
    display: grid;
    gap: 0;
    flex-grow: 1;
}

#main.profile .sidebar.right {
    padding: 0;
    max-width: 360px;
    position: sticky;
    top: var(--placement-offset);
}

#main.profile.profile-modern .post-box article > *:last-child,
#main.profile.profile-modern .post-box article > *:only-child {
    margin-bottom: 0;
}

#main.profile .post-box article {
    display: grid;
    gap: clamp(18px, 1.8vw, 24px);
}

#main.profile.profile-modern .post-box article {
    max-width: min(100%, 820px);
    color: var(--dark-text);
    line-height: 1.7;
}

#main.profile.profile-modern .post-box article > * {
    margin-top: 0;
    margin-bottom: 0;
}

#main.profile.profile-modern .post-box article p {
    font-size: inherit;
    line-height: inherit;
}

#main.profile .post-box h2,
#main.profile .post-box h3 {
    font-size: 14px;
    color: var(--dark-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#main.profile .post-box .faq-section__header {
    margin-bottom: clamp(10px, 1.5vw, 14px);
}

#main.profile .post-box .faq-section__title {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text) 12%);
}

/*--------------------------------------------------------------
# Item Tags
--------------------------------------------------------------*/

.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
    align-items: center;
    list-style-type: none;
}

#team.object-details .tags ul {
    margin-bottom: 16px;
}

.tags ul li strong {
    font-weight: bold;
    display: inline-block;
    margin-right: 3px;
}

.tags ul li a,
.tags ul li .item {
    border-radius: 32px;
    background: var(--linear-gradient);
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2;
    border: 1px var(--border) solid;
    padding: 7px 12px;
    min-height: 30px;
    color: var(--dark-text);
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    letter-spacing: 0.15px;
    box-shadow: 0 12px 26px -22px rgba(9,32,68,0.6);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tags ul li > * .title {
    vertical-align: middle;
}

.tags ul li a i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
    color: var(--brand);
    transition: color 0.18s ease;
}

#dapp-information.tags ul li a.contract-address {
    padding: 0 10px;
}

.tags ul li a.show-all {
    color: var(--dark-text);
    padding: 0 10px;
    background: var(--bg);
}

.tags ul li a.show-all:hover {
    background: var(--brand);
    color: var(--bg-primary);
}

.tags ul li a:hover {
    box-shadow: 0 16px 30px -20px rgba(9,32,68,0.7);
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, #1783e9 100%);
    transform: translateY(-1px);
}

.tags ul li a:hover i {
    color: #fff;
}

.tags .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 4px;
    border-radius: 100% !important;
    display: inline-block !important;
    vertical-align: middle;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.tags .icon:before {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 10px;
    left: 12px;
}

.tags h5 {
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5e;
    margin: 12px 0;
}

/*--------------------------------------------------------------
# Modern Profile Shell
--------------------------------------------------------------*/

#main.profile.profile-modern {
    --profile-hero-overlay: rgba(255, 255, 255, 0.08);
    --profile-hero-border: rgba(255, 255, 255, 0.14);
    --profile-hero-text: var(--dark-text);
    --profile-avatar-border: rgba(255, 255, 255, 0.72);
    --profile-card-gradient: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg) 100%);
    --profile-card-shadow: 0 24px 60px -40px rgba(8, 34, 77, 0.6);
    --profile-callout-bg: rgba(255, 247, 237, 0.9);
    --profile-callout-border: #f3b26a;
    --profile-promoted-bg: color-mix(in srgb, #f59e0b 12%, var(--bg-primary));
    --profile-promoted-border: color-mix(in srgb, #f59e0b 28%, var(--border));
    --profile-promoted-color: color-mix(in srgb, #a16207 70%, var(--dark-text));
    --profile-promoted-shadow: inset 0 1px 0 color-mix(in srgb, #ffffff 58%, transparent);
    --profile-promoted-hover-bg: color-mix(in srgb, #f59e0b 18%, var(--bg-primary));
    --profile-promoted-hover-border: color-mix(in srgb, #f59e0b 44%, var(--border));
    --profile-promoted-hover-color: color-mix(in srgb, #92400e 76%, var(--dark-text));
    --profile-promoted-hover-shadow: inset 0 1px 0 color-mix(in srgb, #ffffff 64%, transparent), 0 12px 22px -20px rgba(146, 64, 14, 0.35);
    --profile-promoted-focus-shadow: inset 0 1px 0 color-mix(in srgb, #ffffff 64%, transparent), 0 0 0 2px color-mix(in srgb, #f59e0b 46%, transparent), 0 12px 22px -20px rgba(146, 64, 14, 0.35);
    background: radial-gradient(140% 120% at 0% 0%, color-mix(in srgb, var(--brand) 5%, transparent), transparent 25%), radial-gradient(120% 140% at 90% 15%, color-mix(in srgb, var(--brand) 5%, transparent), transparent 48%), var(--bg);
}

#main.profile.profile-modern .profile-left {
    border-right: 0;
}

#main.profile:is(.person, .company, .product) .main-feed {
    justify-content: center;
}

#main.profile:is(.person, .company, .product) .profile-left {
    flex: 1 1 0;
    max-width: 1280px;
    margin-inline: auto;
}

#main.profile.profile-modern .profile-container {
    align-items: flex-start;
}

@media (max-width: 768px) {
    #main.profile.directory .sidebar.left {
        display: none;
    }
}

#main.profile.profile-modern .main-col {
    padding: 0;
    border-left: 0;
}

#main.profile.profile-modern #profile-header .profile-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.5vw, 20px);
}

#main.profile.profile-modern #profile-header .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

#main.profile.profile-modern #profile-header .breadcrumbs a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

#main.profile.profile-modern #profile-header .breadcrumbs a:hover {
    color: var(--brand);
}

#main.profile.profile-modern #profile-header .breadcrumbs .breadcrumbs__current {
    color: var(--profile-hero-text);
    font-weight: 700;
}

#main.profile.profile-modern #profile-header .content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    position: relative;
    z-index: 1;
}

#main.profile.profile-modern #profile-header .profile-avatar {
    position: relative;
    display: inline-block;
}

#main.profile.profile-modern #profile-header .company-logo-badge {
    position: absolute;
    width: clamp(24px, 3vw, 32px);
    height: clamp(24px, 3vw, 32px);
    bottom: clamp(-6px, 0.2vw, 6px);
    right: clamp(-11px, -0.1vw, -6px);
    border-radius: 10px;
    border: 2px solid var(--border);
    background: var(--bg);
    box-shadow: 0 14px 32px -20px rgba(0,0,0,0.7);
}

#main.profile #profile-header .logo,
#main.profile #profile-header .avatar {
    width: clamp(50px, 8vw, 96px);
    height: clamp(50px, 8vw, 96px);
    border: 2px solid var(--profile-avatar-border);
    border-radius: 100%;
    box-shadow: 0 15px 30px -18px rgba(0,0,0,0.55);
}

#main.profile #profile-header .profile-avatar__fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-2);
    color: var(--light-text);
    font-size: clamp(24px, 4vw, 42px);
}

#main.profile.profile-modern.company #profile-header .logo {
    border-radius: 12px;
}

#main.profile.profile-modern.product #profile-header .logo {
    border-radius: 100%;
}

#main.profile.profile-modern #profile-header .name {
    gap: 10px;
}

#main.profile.profile-modern #profile-header h1 {
    font-size: clamp(20px, 3vw, 32px);
    letter-spacing: 0.2px;
    display: flex;
    gap: 12px;
    align-items: center;
}

#main.profile.profile-modern #profile-header .meta {
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
}

#main.profile.profile-modern #profile-header .meta a:not(.promoted) {
    color: inherit;
    opacity: 0.88;
}

#main.profile.profile-modern:is(.company, .product) #profile-header .meta {
    flex-wrap: wrap;
    gap: clamp(5px, 0.8vw, 8px);
    row-gap: 6px;
    align-items: center;
}

#main.profile.profile-modern .object-details {
    background: var(--bg-primary);
    padding: clamp(14px, 1.8vw, 20px);
    gap: clamp(16px, 1.6vw, 20px);
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: 0 14px 28px -30px rgba(11, 21, 39, 0.28);
    align-self: normal;
}

#main.profile.profile-modern .object-details header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

#main.profile.profile-modern .object-details header h2 {
    background: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.8vw, 18px);
    min-width: 0;
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--dark-text);
    text-transform: none;
    text-wrap: balance;
    position: relative;
    border-bottom: 0;
}

#main.profile.profile-modern .object-details header h2 i {
    --profile-section-heading-icon-glyph-size: clamp(18px, 1.45vw, 22px);
    width: clamp(40px, 3.2vw, 48px);
    height: clamp(40px, 3.2vw, 48px);
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    align-self: center;
    border: 1px solid color-mix(in srgb, var(--brand) 16%, var(--border));
    border-radius: 14px;
    background: color-mix(in srgb, var(--brand) 6%, var(--bg-primary));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.7),
        0 12px 24px -22px rgba(14, 44, 87, 0.35);
    color: color-mix(in srgb, var(--brand) 70%, var(--dark-text));
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1;
    -webkit-mask: none;
    mask: none;
}

#main.profile.profile-modern .object-details header h2 i::before {
    content: "";
    display: block;
    width: var(--profile-section-heading-icon-glyph-size);
    height: var(--profile-section-heading-icon-glyph-size);
    background: currentColor;
    -webkit-mask: var(--cs-fa-mask) center / contain no-repeat;
    mask: var(--cs-fa-mask) center / contain no-repeat;
}

#main.profile.profile-modern .object-details header h2 .profile-section-heading-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    padding-bottom: clamp(8px, 1vw, 10px);
    position: relative;
}

#main.profile.profile-modern .object-details header h2 .profile-section-kicker {
    color: color-mix(in srgb, var(--light-text) 92%, var(--dark-text) 8%);
    font-size: clamp(9px, 0.72vw, 10px);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
}

#main.profile.profile-modern .object-details header h2 .profile-section-title {
    display: block;
    min-width: 0;
}

#main.profile.profile-modern .object-details header h2 .profile-section-heading-copy:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(38px, 5vw, 52px);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), #1c83f6);
    opacity: 0.4;
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details header h2 i {
    border-color: color-mix(in srgb, var(--brand) 24%, var(--border));
    background: color-mix(in srgb, var(--brand) 12%, var(--bg-primary));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 18px 28px -22px rgba(0, 0, 0, 0.55);
    color: color-mix(in srgb, var(--brand) 80%, #f4f8ff);
}

#main.profile.profile-modern .profile-education-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

#main.profile.profile-modern .profile-education-list__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px 16px;
    margin: 0;
    align-items: center;
    padding: 18px 4px;
    border-bottom: 1px solid color-mix(in srgb, var(--border) 82%, transparent);
    transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

#main.profile.profile-modern .profile-education-list__item:first-child {
    padding-top: 4px;
}

#main.profile.profile-modern .profile-education-list__item:last-child {
    padding-bottom: 4px;
    border-bottom: 0;
}

#main.profile.profile-modern .profile-education-list__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 10%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg-primary) 94%, var(--brand) 6%) 100%);
    border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    flex-shrink: 0;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

#main.profile.profile-modern .profile-education-list__icon i {
    font-size: 17px;
    line-height: 1;
}

#main.profile.profile-modern .profile-education-list__content {
    display: grid;
    gap: 4px;
    min-width: 0;
}

#main.profile.profile-modern .profile-education-list__school {
    display: block;
    color: var(--dark-text);
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.02em;
}

#main.profile.profile-modern .profile-education-list__study {
    display: block;
    color: var(--light-text);
    font-size: clamp(13px, 1.35vw, 15px);
    line-height: 1.5;
}

#main.profile.profile-modern .profile-education-list__years {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    align-self: center;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--brand) 16%, var(--border));
    background: color-mix(in srgb, var(--brand) 8%, transparent);
    color: var(--light-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

#main.profile.profile-modern .profile-education-list__item:hover .profile-education-list__icon {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--brand) 28%, var(--border));
}

html[data-theme="dark"] #main.profile.profile-modern .profile-education-list__item {
    border-bottom-color: color-mix(in srgb, var(--border) 88%, transparent);
}

html[data-theme="dark"] #main.profile.profile-modern .profile-education-list__icon {
    color: color-mix(in srgb, #cfe5ff 62%, var(--brand) 38%);
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 12%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg-primary) 96%, #09111c 4%) 100%);
    border-color: color-mix(in srgb, var(--brand) 24%, var(--border));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 10px 24px -20px rgba(0,0,0,0.75);
}

html[data-theme="dark"] #main.profile.profile-modern .profile-education-list__years {
    background: color-mix(in srgb, var(--brand) 10%, rgba(255,255,255,0.02));
    border-color: color-mix(in srgb, var(--brand) 22%, var(--border));
    color: var(--dark-text);
}

@media (max-width: 680px) {
    #main.profile.profile-modern .profile-education-list__item {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 10px 14px;
        padding: 16px 2px;
    }

    #main.profile.profile-modern .profile-education-list__icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    #main.profile.profile-modern .profile-education-list__icon i {
        font-size: 16px;
    }

    #main.profile.profile-modern .profile-education-list__school {
        font-size: 16px;
    }

    #main.profile.profile-modern .profile-education-list__study {
        font-size: 14px;
    }

    #main.profile.profile-modern .profile-education-list__years {
        grid-column: 2;
        justify-self: start;
        padding: 6px 10px;
        font-size: 11px;
    }
}

#main.profile.profile-modern .object-details .list-feed.grid {
    gap: 18px;
}

#main.profile.profile-modern .object-details .objects li a,
#main.profile.profile-modern .object-details .objects li .content {
    background: linear-gradient(160deg, var(--bg-primary) 0%, var(--bg) 85%);
    border: 1px solid var(--border);
    box-shadow: 0 12px 30px -25px rgba(15, 48, 92, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#main.profile.profile-modern .object-details .objects li a:hover,
#main.profile.profile-modern .object-details .objects li .content:hover {
    transform: translateY(-3px);
    border-color: #1c83f6;
    box-shadow: 0 20px 40px -30px rgba(28, 131, 246, 0.35);
}

#main.profile.profile-modern .object-details .objects li .logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    box-shadow: 0 10px 22px -16px rgba(10, 30, 58, 0.6);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details {
    padding: clamp(12px, 1.5vw, 18px);
    gap: clamp(14px, 1.4vw, 18px);
    box-shadow: 0 14px 34px -30px rgba(14, 44, 87, 0.42);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details header h2 {
    gap: clamp(10px, 1.4vw, 14px);
    font-size: clamp(19px, 1.6vw, 24px);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details header h2 i {
    --profile-section-heading-icon-glyph-size: clamp(15px, 1.2vw, 18px);
    width: clamp(34px, 2.6vw, 40px);
    height: clamp(34px, 2.6vw, 40px);
    border-radius: 12px;
    font-size: clamp(15px, 1.2vw, 18px);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details header h2 .profile-section-heading-copy {
    padding-bottom: 8px;
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(10px, 1.4vw, 14px);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li {
    text-align: left;
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li :is(a, .content) {
    display: grid;
    grid-template-columns: clamp(52px, 4vw, 58px) minmax(0, 1fr);
    align-items: center;
    align-content: center;
    gap: 3px clamp(14px, 1.4vw, 18px);
    min-height: 0;
    padding: clamp(14px, 1.4vw, 18px) clamp(16px, 1.8vw, 22px);
    border-radius: 12px;
    background: color-mix(in srgb, var(--bg-primary) 94%, var(--bg) 6%);
    box-shadow: 0 10px 26px -28px rgba(15, 48, 92, 0.45);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li :is(a, .content):hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px -28px rgba(28, 131, 246, 0.28);
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li .logo {
    grid-row: span 3;
    align-self: center;
    width: clamp(42px, 3vw, 52px);
    height: clamp(42px, 3vw, 52px);
    margin: 0;
    border-radius: 12px;
}

#main.profile.person.profile-modern #current-work.object-details .objects li .logo {
    grid-row: span 2;
}

#main.profile.person.profile-modern #current-work.object-details .objects li :is(a, .content) {
    grid-template-columns: clamp(52px, 4vw, 58px) minmax(0, 1fr) auto;
}

#main.profile.person.profile-modern #previous-work.object-details .objects li :is(a, .content) {
    grid-template-columns: clamp(52px, 4vw, 58px) minmax(0, 1fr) auto;
}

#main.profile.person.profile-modern #previous-work.object-details .objects li .logo {
    grid-row: span 2;
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li .logo.none:after {
    font-size: 20px;
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li .name {
    margin: 0;
    font-size: clamp(13px, 0.95vw, 15px);
    line-height: 1.25;
    align-self: end;
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li .role {
    margin: 0;
    color: var(--light-text);
    font-size: clamp(11px, 0.82vw, 12px);
    line-height: 1.35;
    align-self: center;
}

#main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li .years-active {
    justify-self: start;
    align-self: start;
    margin-top: 3px;
    padding: 4px 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--brand) 7%, var(--bg));
    color: color-mix(in srgb, var(--light-text) 88%, var(--brand) 12%);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
}

#main.profile.person.profile-modern #current-work.object-details .objects li .years-active,
#main.profile.person.profile-modern #previous-work.object-details .objects li .years-active {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    margin-top: 0;
    white-space: nowrap;
}

:is(html[data-theme="dark"], body.dark) #main.profile.person.profile-modern :is(#current-work, #previous-work).object-details {
    box-shadow: 0 14px 34px -30px rgba(0, 0, 0, 0.75);
}

:is(html[data-theme="dark"], body.dark) #main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li :is(a, .content) {
    background: color-mix(in srgb, var(--bg-primary) 92%, #09111c 8%);
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    box-shadow: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects li .years-active {
    background: color-mix(in srgb, var(--brand) 10%, rgba(255,255,255,0.03));
    color: var(--dark-text);
}

@media (max-width: 680px) {
    #main.profile.person.profile-modern :is(#current-work, #previous-work).object-details .objects,
    #main.profile.person.profile-modern #current-work.object-details .objects {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    #main.profile.person.profile-modern #current-work.object-details .objects li :is(a, .content),
    #main.profile.person.profile-modern #previous-work.object-details .objects li :is(a, .content) {
        grid-template-columns: clamp(52px, 4vw, 58px) minmax(0, 1fr);
    }

    #main.profile.person.profile-modern #current-work.object-details .objects li .years-active,
    #main.profile.person.profile-modern #previous-work.object-details .objects li .years-active {
        grid-column: 2;
        grid-row: auto;
        justify-self: start;
        margin-top: 3px;
    }
}

#main.profile.profile-modern .object-details.team .person {
    padding: 12px;
    background: linear-gradient(150deg, var(--bg-primary) 0%, var(--bg) 80%);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 12px 30px -26px rgba(15, 48, 92, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#main.profile.profile-modern .object-details.team .person:hover {
    transform: translateY(-3px);
    border-color: #1c83f6;
    box-shadow: 0 20px 42px -30px rgba(28, 131, 246, 0.32);
}

#company-products .post-box {
    padding: 0;
}

#company-products .company-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

.company-product-card {
    background: linear-gradient(155deg, var(--bg-primary) 0%, var(--bg) 90%);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    height: 100%;
    box-shadow: 0 18px 42px -34px rgba(14, 44, 87, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.company-product-card:hover {
    transform: translateY(-4px);
    border-color: #1c83f6;
    box-shadow: 0 22px 46px -30px rgba(28, 131, 246, 0.32);
}

.company-product-card__link {
    color: inherit;
    text-decoration: none;
    height: 100%;
    align-items: center;
    display: flex;
    gap: 12px;
}

.company-product-card__media {
    position: relative;
    width: 72px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.company-product-card__logo {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1px solid var(--border);
    object-fit: cover;
    background: var(--bg);
    box-shadow: 0 12px 26px -18px rgba(10, 30, 58, 0.55);
    display: inline-block;
}

.company-product-card__logo.fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-text);
    background: var(--bg-hover);
}

.company-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.company-product-card__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: var(--dark-text);
}

.company-product-card__meta {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: var(--light-text);
    font-size: 12px;
    align-items: center;
}

.company-product-card__meta a {
    color: inherit;
    text-decoration: none;
}

.company-product-card__meta a:hover {
    color: var(--brand);
}

.company-product-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.company-product-card__link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #1c83f6, 0 16px 40px -30px rgba(28, 131, 246, 0.35);
}

#main.profile.profile-modern .object-details .active-message {
    background: var(--profile-callout-bg);
    border-color: var(--profile-callout-border);
    box-shadow: 0 10px 28px -20px rgba(175, 90, 15, 0.35);
}

html[data-theme="dark"] #main.profile.profile-modern {
    --profile-hero-overlay: rgba(255, 255, 255, 0.05);
    --profile-hero-border: rgba(255, 255, 255, 0.12);
    --profile-hero-text: var(--dark-text);
    --profile-avatar-border: rgba(255, 255, 255, 0.18);
    --profile-card-shadow: 0 24px 60px -40px rgba(0, 0, 0, 0.8);
    --profile-card-gradient: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg) 100%);
    --profile-callout-bg: rgba(255, 247, 237, 0.08);
    --profile-promoted-bg: color-mix(in srgb, #f59e0b 20%, var(--bg-primary));
    --profile-promoted-border: color-mix(in srgb, #f59e0b 36%, var(--border));
    --profile-promoted-color: color-mix(in srgb, #fbbf24 82%, #f5f7fb);
    --profile-promoted-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    --profile-promoted-hover-bg: color-mix(in srgb, #f59e0b 28%, var(--bg-primary));
    --profile-promoted-hover-border: color-mix(in srgb, #f59e0b 48%, var(--border));
    --profile-promoted-hover-color: #ffd166;
    --profile-promoted-hover-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 24px -22px rgba(245, 158, 11, 0.58);
    --profile-promoted-focus-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 2px color-mix(in srgb, #f59e0b 44%, transparent), 0 12px 24px -22px rgba(245, 158, 11, 0.58);
}

body.dark #main.profile.profile-modern {
    --profile-promoted-bg: color-mix(in srgb, #f59e0b 20%, var(--bg-primary));
    --profile-promoted-border: color-mix(in srgb, #f59e0b 36%, var(--border));
    --profile-promoted-color: color-mix(in srgb, #fbbf24 82%, #f5f7fb);
    --profile-promoted-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    --profile-promoted-hover-bg: color-mix(in srgb, #f59e0b 28%, var(--bg-primary));
    --profile-promoted-hover-border: color-mix(in srgb, #f59e0b 48%, var(--border));
    --profile-promoted-hover-color: #ffd166;
    --profile-promoted-hover-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 24px -22px rgba(245, 158, 11, 0.58);
    --profile-promoted-focus-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 2px color-mix(in srgb, #f59e0b 44%, transparent), 0 12px 24px -22px rgba(245, 158, 11, 0.58);
}

@media (max-width: 640px) {
    #company-products .company-products__grid {
        grid-template-columns: 1fr;
    }

    .company-product-card__link {
        grid-template-columns: auto 1fr;
    }
}

/*--------------------------------------------------------------
# Profile Header
--------------------------------------------------------------*/

#profile-header {
    width: 100%;
    height: auto;
    position: relative;
    display: grid;
    gap: var(--clamp);
}

#main.company #profile-header .logo
#main.product #profile-header .logo {
    border-radius: 6px;
}

#profile-header .name-info {
    display: flex;
    flex-direction: column;
    gap: clamp(3px, 0.7vw, 8px);
    position: relative;
}

#profile-header .name {
    display: flex;
    gap: 6px;
    align-items: center;
}

#profile-header h1 {
    font-size: clamp(16px, 3vw, 25px);
    line-height: 1.2;
    color: var(--dark-text);
    font-weight: bold;
    display: inline-block;
}

#profile-header h1 .ticker .light {
    color: var(--border);
    margin-right: 6px;
}

#profile-header .meta {
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.3;
    color: var(--light-text);
    display: flex;
    gap: 6px;
    font-weight: 700;
    align-items: center;
    line-height: 1;
}

#profile-header .name-info .company-logo {
    position: absolute;
    width: 24px;
    height: 24px;
    left: -32px;
    bottom: -2px;
    border-radius: 100%;
    border: 1px var(--border) solid;
}

#profile-header .meta > a,
#profile-header .meta > .type,
#profile-header .meta .sponsored {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

#profile-header .meta > a:hover {
    color: var(--brand);
}

#profile-header .meta .type {
    cursor: default;
}

#profile-header .meta .promoted {
    cursor: pointer;
    min-height: clamp(22px, 2.2vw, 26px);
    padding: clamp(4px, 0.5vw, 5px) clamp(8px, 0.9vw, 10px);
    border-radius: 999px;
    border: 1px solid var(--profile-promoted-border);
    background-color: var(--profile-promoted-bg);
    color: var(--profile-promoted-color);
    font-size: clamp(10px, 1.4vw, 11px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    opacity: 1;
    box-shadow: var(--profile-promoted-shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#main.profile.profile-modern:is(.company, .product) #profile-header .meta .separator {
    display: inline-flex;
    align-items: center;
    color: color-mix(in srgb, var(--light-text) 72%, transparent);
    line-height: 1;
}

#main.profile.profile-modern:is(.company, .product) #profile-header .meta .promoted:hover,
#main.profile.profile-modern:is(.company, .product) #profile-header .meta .promoted:focus-visible {
    color: var(--profile-promoted-hover-color);
    border-color: var(--profile-promoted-hover-border);
    background-color: var(--profile-promoted-hover-bg);
    box-shadow: var(--profile-promoted-hover-shadow);
    text-decoration: none;
    transform: translateY(-1px);
}

#main.profile.profile-modern:is(.company, .product) #profile-header .meta .promoted:focus-visible {
    outline: none;
    box-shadow: var(--profile-promoted-focus-shadow);
}

.profile-container {
    display: flex;
}

#main.profile .profile-container {
    gap: clamp(18px, 2vw, 24px);
    align-items: flex-start;
}

#main.profile .links-sidebar {
    --profile-links-sidebar-top: calc(var(--placement-offset) + 8px);
    flex: 0 0 30%;
    max-width: 30%;
    order: 2;
    top: var(--profile-links-sidebar-top);
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    height: calc(100vh - var(--profile-links-sidebar-top));
    height: calc(100dvh - var(--profile-links-sidebar-top));
    max-height: calc(100vh - var(--profile-links-sidebar-top));
    max-height: calc(100dvh - var(--profile-links-sidebar-top));
    min-height: 0;
    overflow: hidden;
    z-index: 6;
}

body.logged-in #main.profile .links-sidebar {
    --profile-links-sidebar-top: calc(var(--placement-offset) + var(--admin-bar-offset) + 8px);
}

#main.profile .links-sidebar .sidebar-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: clamp(10px, 1.4vw, 14px);
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--border) 88%, var(--light-text) 12%) transparent;
}

#main.profile .links-sidebar .sidebar-content::-webkit-scrollbar {
    width: 6px;
}

#main.profile .links-sidebar .sidebar-content::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--border) 88%, var(--light-text) 12%);
    border-radius: 999px;
}

#main.profile .links-sidebar .widget {
    margin: 0;
    gap: 12px;
    border: 1px solid color-mix(in srgb, var(--border) 86%, transparent);
    border-radius: var(--border-radius);
    padding: clamp(11px, 1.2vw, 13px);
    background: var(--bg-primary);
    box-shadow: 0 14px 28px -30px rgba(11, 21, 39, 0.28);
}

#main.profile .links-sidebar .widget-title > :is(h2, h3, h5),
#main.profile .links-sidebar .widget-title > .widget-title-label,
#main.profile .profile-taxonomy-card .widget-title > :is(h2, h5),
#main.profile .profile-taxonomy-card .widget-title > .widget-title-label,
#main.profile .profile-similar-widget .profile-similar-widget__title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: color-mix(in srgb, var(--light-text) 86%, var(--dark-text));
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.055em;
    line-height: 1.2;
    text-transform: uppercase;
}

#main.profile .profile-similar-widget .profile-similar-widget__title {
    gap: 7px;
    padding: 5px 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--brand) 3%, var(--bg-primary));
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
}

#main.profile .profile-similar-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

#main.profile .profile-similar-widget__header-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    max-width: 48%;
    margin-inline-start: auto;
    color: color-mix(in srgb, var(--brand) 78%, var(--dark-text));
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.2;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

#main.profile .profile-similar-widget__header-link span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main.profile .profile-similar-widget__header-link i {
    flex: 0 0 auto;
    font-size: 11px;
    transition: transform 0.2s ease;
}

#main.profile .profile-similar-widget__header-link:hover,
#main.profile .profile-similar-widget__header-link:focus-visible {
    color: var(--brand);
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#main.profile .profile-similar-widget__header-link:hover i,
#main.profile .profile-similar-widget__header-link:focus-visible i {
    transform: translateX(1px);
}

#main.profile .links-sidebar .widget-title > :is(h2, h3, h5) i,
#main.profile .links-sidebar .widget-title > .widget-title-label i,
#main.profile .profile-taxonomy-card .widget-title > :is(h2, h5) i,
#main.profile .profile-taxonomy-card .widget-title > .widget-title-label i,
#main.profile .profile-similar-widget .profile-similar-widget__title i {
    font-size: 11px;
    color: var(--brand);
}

#main.profile .links-sidebar .widget-title > :is(h2, h3, h5) span,
#main.profile .links-sidebar .widget-title > .widget-title-label span,
#main.profile .profile-taxonomy-card .widget-title > :is(h2, h5) span,
#main.profile .profile-taxonomy-card .widget-title > .widget-title-label span,
#main.profile .profile-similar-widget .profile-similar-widget__title span {
    line-height: 1.2;
}

#main.profile .profile-taxonomy-card {
    margin: 0;
    border: 1px solid color-mix(in srgb, var(--border) 86%, transparent);
    border-radius: var(--border-radius);
    padding: clamp(11px, 1.2vw, 13px);
    background: var(--bg-primary);
    box-shadow: 0 14px 28px -30px rgba(11, 21, 39, 0.28);
}

#main.profile .profile-taxonomy-card__content {
    display: grid;
    gap: 9px;
    font-size: 12px;
}

#main.profile .profile-taxonomy-card__prefixes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#main.profile .profile-taxonomy-card__group {
    display: grid;
    gap: 8px;
}

#main.profile .profile-taxonomy-card__title {
    margin-bottom: 0;
}

#main.profile .profile-taxonomy-card__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

#main.profile .profile-taxonomy-card__chip {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--border) 82%, transparent);
    background: color-mix(in srgb, var(--bg-primary) 96%, var(--bg) 4%);
    color: color-mix(in srgb, var(--light-text) 90%, var(--dark-text));
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#main.profile .profile-taxonomy-card__chip span {
    line-height: 1;
}

#main.profile .profile-taxonomy-card__chip--with-logo {
    gap: 7px;
}

#main.profile .profile-taxonomy-card__chip--with-logo img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

#main.profile .profile-taxonomy-card__chip--with-icon i {
    font-size: 10px;
    color: color-mix(in srgb, var(--brand) 74%, var(--dark-text));
    transition: color 0.2s ease, transform 0.2s ease;
}

#main.profile .profile-taxonomy-card__chip:hover,
#main.profile .profile-taxonomy-card__chip:focus-visible {
    background: color-mix(in srgb, var(--brand) 5%, var(--bg-primary));
    border-color: color-mix(in srgb, var(--brand) 18%, var(--border));
    color: color-mix(in srgb, var(--brand) 72%, var(--dark-text));
    transform: translateY(-1px);
    box-shadow: 0 14px 22px -22px rgba(15, 116, 212, 0.24);
    text-decoration: none;
}

#main.profile .profile-taxonomy-card__chip--with-icon:hover i,
#main.profile .profile-taxonomy-card__chip--with-icon:focus-visible i {
    color: inherit;
    transform: scale(1.04);
}

#main.profile .profile-taxonomy-card__chip--with-logo:hover img,
#main.profile .profile-taxonomy-card__chip--with-logo:focus-visible img {
    transform: scale(1.04);
}

#main.profile .profile-taxonomy-card__chip--sponsored {
    background: color-mix(in srgb, #f59e0b 14%, var(--bg-primary));
    border-color: color-mix(in srgb, #f59e0b 28%, var(--border));
    color: color-mix(in srgb, #b45309 64%, var(--dark-text));
}

#main.profile .profile-taxonomy-card__toggle {
    appearance: none;
    cursor: pointer;
}

#main.profile .profile-taxonomy-card__more-controls {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

#main.profile .profile-taxonomy-card__toggle--count,
#main.profile .profile-taxonomy-card__toggle--more {
    gap: 6px;
    color: color-mix(in srgb, var(--light-text) 94%, var(--dark-text) 6%);
    border-color: color-mix(in srgb, var(--border) 70%, transparent);
    background: color-mix(in srgb, var(--bg) 82%, var(--bg-primary) 18%);
    box-shadow: none;
}

#main.profile .profile-taxonomy-card__toggle--count {
    min-width: 28px;
    padding-inline: 8px;
    border-radius: 10px;
}

#main.profile .profile-taxonomy-card__toggle--more {
    padding-inline: 10px 12px;
    background: transparent;
    border-style: dashed;
}

#main.profile .profile-taxonomy-card__toggle--count i,
#main.profile .profile-taxonomy-card__toggle--more i {
    color: color-mix(in srgb, var(--light-text) 66%, var(--brand) 34%);
    transition: color 0.2s ease, transform 0.2s ease;
}

#main.profile .profile-taxonomy-card__toggle--count:hover,
#main.profile .profile-taxonomy-card__toggle--count:focus-visible,
#main.profile .profile-taxonomy-card__toggle--more:hover,
#main.profile .profile-taxonomy-card__toggle--more:focus-visible {
    background: color-mix(in srgb, var(--bg-hover) 82%, var(--bg-primary) 18%);
    border-color: color-mix(in srgb, var(--brand) 12%, var(--border));
    color: color-mix(in srgb, var(--dark-text) 58%, var(--light-text) 42%);
    box-shadow: none;
}

#main.profile .profile-taxonomy-card__toggle--more:hover,
#main.profile .profile-taxonomy-card__toggle--more:focus-visible {
    background: color-mix(in srgb, var(--bg-hover) 62%, transparent);
}

#main.profile .profile-taxonomy-card__group.is-expanded .profile-taxonomy-card__toggle--more i,
#main.profile .profile-taxonomy-card__toggle--count:hover i,
#main.profile .profile-taxonomy-card__toggle--count:focus-visible i,
#main.profile .profile-taxonomy-card__toggle--more:hover i,
#main.profile .profile-taxonomy-card__toggle--more:focus-visible i {
    color: color-mix(in srgb, var(--light-text) 38%, var(--brand) 62%);
}

#main.profile .profile-taxonomy-card__group.is-expanded .profile-taxonomy-card__toggle--more i {
    transform: rotate(180deg);
}

#main.profile .profile-taxonomy-card__more-label--open {
    display: none;
}

#main.profile .profile-taxonomy-card__group.is-expanded .profile-taxonomy-card__more-label--closed {
    display: none;
}

#main.profile .profile-taxonomy-card__group.is-expanded .profile-taxonomy-card__more-label--open {
    display: inline;
}

#main.profile .profile-taxonomy-card__more {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 8px;
    margin-top: 2px;
    border-top: 1px solid color-mix(in srgb, var(--border) 88%, transparent);
}

#main.profile .profile-taxonomy-card__more[hidden] {
    display: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card {
    background: var(--bg-primary);
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    box-shadow: 0 14px 28px -30px rgba(0, 0, 0, 0.7);
}

:is(html[data-theme="dark"], body.dark) #main.profile .links-sidebar .widget {
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    box-shadow: 0 14px 28px -30px rgba(0, 0, 0, 0.7);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details {
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    box-shadow: 0 14px 28px -30px rgba(0, 0, 0, 0.7);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__chip {
    background: color-mix(in srgb, var(--bg-primary) 92%, #ffffff 8%);
    border-color: color-mix(in srgb, var(--brand) 9%, var(--border));
    box-shadow: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--count,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more {
    background: color-mix(in srgb, var(--bg) 84%, var(--bg-primary) 16%);
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    color: color-mix(in srgb, var(--light-text) 84%, #ffffff 16%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more {
    background: transparent;
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--count i,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more i {
    color: color-mix(in srgb, var(--light-text) 72%, #8fc7ff 28%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--count:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--count:focus-visible,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more:focus-visible {
    background: color-mix(in srgb, var(--brand) 8%, var(--bg-primary));
    border-color: color-mix(in srgb, var(--brand) 22%, var(--border));
    color: color-mix(in srgb, #f5f7fb 26%, var(--light-text) 74%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more:focus-visible {
    background: color-mix(in srgb, var(--brand) 8%, transparent);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--count:hover i,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--count:focus-visible i,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more:hover i,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__toggle--more:focus-visible i,
:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__group.is-expanded .profile-taxonomy-card__toggle--more i {
    color: color-mix(in srgb, #dcecff 54%, #8fc7ff 46%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-taxonomy-card__chip--sponsored {
    background: color-mix(in srgb, #f59e0b 20%, var(--bg-primary));
    border-color: color-mix(in srgb, #f59e0b 36%, var(--border));
    color: color-mix(in srgb, #fbbf24 82%, #f5f7fb);
}

#main.profile .profile-similar-widget__content {
    display: grid;
    gap: 10px;
}

#main.profile .profile-similar-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    transition: height 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

#main.profile .profile-similar-widget__list-item {
    min-width: 0;
}

#main.profile .profile-similar-widget__list-item--extra {
    transform-origin: top center;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

#main.profile .profile-similar-widget.is-collapsible:not(.is-expanded) .profile-similar-widget__list-item--extra {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

#main.profile .profile-similar-widget.is-collapsible:not(.is-expanded):not(.is-animating) .profile-similar-widget__list-item--extra {
    display: none;
}

#main.profile .profile-similar-widget.is-animating .profile-similar-widget__list {
    overflow: hidden;
}

#main.profile .profile-similar-widget__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
    position: relative;
    padding: 6px;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#main.profile .profile-similar-widget:not(.profile-similar-widget--card-grid) .profile-similar-widget__list-item:not(:last-child) .profile-similar-widget__item::after {
    content: "";
    position: absolute;
    left: calc(6px + 36px + 16px);
    right: 6px;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--border) 72%, transparent) 8%, color-mix(in srgb, var(--border) 86%, transparent) 50%, transparent 100%);
    pointer-events: none;
}

#main.profile .profile-similar-widget__item:hover,
#main.profile .profile-similar-widget__item:focus-visible {
    outline: none;
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--brand) 14%, var(--border));
    background: color-mix(in srgb, var(--brand) 3%, var(--bg-primary));
    box-shadow: 0 12px 24px -26px rgba(15, 116, 212, 0.14);
}

#main.profile .profile-similar-widget__item--with-aside {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

#main.profile .profile-similar-widget__media {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--border) 84%, transparent);
    background: color-mix(in srgb, var(--brand) 3%, var(--bg-primary));
    flex: 0 0 auto;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

#main.profile .profile-similar-widget__media--person {
    border-radius: 50%;
}

#main.profile .profile-similar-widget__media--entity {
    border-radius: 14px;
}

#main.profile .profile-similar-widget__media img {
    width: 100%;
    height: 100%;
    display: block;
}

#main.profile .profile-similar-widget__media--person img {
    object-fit: cover;
}

#main.profile .profile-similar-widget__media--entity img {
    object-fit: contain;
    padding: 4px;
    border-radius: 100%;
}

#main.profile .profile-similar-widget__media-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: color-mix(in srgb, var(--brand) 74%, var(--dark-text));
}

#main.profile .profile-similar-widget__media-fallback i {
    font-size: 16px;
}

#main.profile .profile-similar-widget__body {
    min-width: 0;
    display: grid;
    gap: 2px;
}

#main.profile .profile-similar-widget__topline {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
}

#main.profile .profile-similar-widget__name {
    min-width: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 650;
    color: var(--dark-text);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#main.profile .profile-similar-widget__verified {
    color: color-mix(in srgb, var(--brand) 74%, var(--dark-text));
    flex: 0 0 auto;
    line-height: 1;
}

#main.profile .profile-similar-widget__verified i {
    font-size: 13px;
}

#main.profile .profile-similar-widget__meta {
    display: grid;
    gap: 0;
    min-width: 0;
}

#main.profile .profile-similar-widget__subtitle {
    min-width: 0;
    font-size: 11px;
    line-height: 1.4;
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#main.profile .profile-similar-widget__aside {
    min-width: 0;
    display: grid;
    gap: 4px;
    justify-items: end;
    align-content: center;
    text-align: right;
}

#main.profile .profile-similar-widget__price {
    font-size: clamp(13px, 0.79rem + 0.12vw, 14px);
    line-height: 1.2;
    font-weight: 700;
    color: var(--dark-text);
    white-space: nowrap;
}

#main.profile .profile-similar-widget__change {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    font-size: clamp(11px, 0.7rem + 0.08vw, 12px);
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

#main.profile .profile-similar-widget__change i {
    font-size: 11px;
}

#main.profile .profile-similar-widget__change.is-up {
    color: var(--green);
}

#main.profile .profile-similar-widget__change.is-down {
    color: var(--red);
}

#main.profile .profile-similar-widget__change.is-flat {
    color: color-mix(in srgb, var(--light-text) 82%, var(--dark-text));
}

#main.profile .profile-similar-widget--crypto_company .profile-similar-widget__item,
#main.profile .profile-similar-widget--crypto_product .profile-similar-widget__item {
    min-height: 54px;
    padding: 8px;
    gap: 9px;
}

#main.profile .profile-similar-widget--crypto_company .profile-similar-widget__media,
#main.profile .profile-similar-widget--crypto_product .profile-similar-widget__media {
    width: 34px;
    height: 34px;
    border-radius: 10px;
}

#main.profile .profile-similar-widget--crypto_company .profile-similar-widget__media--entity img,
#main.profile .profile-similar-widget--crypto_product .profile-similar-widget__media--entity img {
    padding: 0;
}

#main.profile .profile-similar-widget--crypto_company .profile-similar-widget__body,
#main.profile .profile-similar-widget--crypto_product .profile-similar-widget__body {
    gap: 0;
}

#main.profile .profile-similar-widget--crypto_company .profile-similar-widget__topline,
#main.profile .profile-similar-widget--crypto_product .profile-similar-widget__topline {
    align-items: center;
}

#main.profile .profile-similar-widget--crypto_company .profile-similar-widget__name,
#main.profile .profile-similar-widget--crypto_product .profile-similar-widget__name {
    -webkit-line-clamp: 1;
}

#main.profile .profile-similar-widget__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#main.profile .profile-similar-widget__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#main.profile .profile-similar-widget__toggle {
    gap: 6px;
}

#main.profile .profile-similar-widget__toggle i {
    color: color-mix(in srgb, var(--brand) 76%, var(--dark-text));
    transition: color 0.2s ease, transform 0.2s ease;
}

#main.profile .profile-similar-widget.is-expanded .profile-similar-widget__toggle i,
#main.profile .profile-similar-widget__toggle:hover i,
#main.profile .profile-similar-widget__toggle:focus-visible i {
    color: color-mix(in srgb, var(--brand) 82%, var(--dark-text));
}

#main.profile .profile-similar-widget.is-expanded .profile-similar-widget__toggle i {
    transform: rotate(180deg);
}

#main.profile .profile-similar-widget__toggle-label--open {
    display: none;
}

#main.profile .profile-similar-widget.is-expanded .profile-similar-widget__toggle-label--closed {
    display: none;
}

#main.profile .profile-similar-widget.is-expanded .profile-similar-widget__toggle-label--open {
    display: inline;
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-similar-widget__item {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-similar-widget:not(.profile-similar-widget--card-grid) .profile-similar-widget__list-item:not(:last-child) .profile-similar-widget__item::after {
    background: linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--border) 56%, rgba(255,255,255,0.08)) 8%, color-mix(in srgb, var(--border) 72%, rgba(255,255,255,0.12)) 50%, transparent 100%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-similar-widget__media {
    background: color-mix(in srgb, var(--brand) 7%, var(--bg-primary));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

#main.profile.profile-modern .parent-company-info-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    vertical-align: middle;
}

#main.profile.profile-modern .parent-company-logo-inline {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid var(--border);
    background: var(--bg);
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    #main.profile .profile-taxonomy-card__content {
        gap: 8px;
    }

    #main.profile .profile-taxonomy-card__group {
        gap: 6px;
    }
}

#main.profile .news-widget .news-toggle {
    display: flex;
    gap: 6px;
    padding: 5px;
    background: var(--bg-hover);
    border-radius: 30px;
    border: 1px var(--border) solid;
}

#main.profile .news-widget .news-toggle-btn {
    flex: 1;
    padding: 8px 10px;
    color: var(--dark-text);
    font-weight: 700;
    font-size: 12px;
    border-radius: 14px;
    cursor: pointer;
    transition: all .15s ease;
    background: transparent;
    border: 0;
}

#main.profile .news-widget .news-toggle-btn:hover {
    color: var(--brand);
}

#main.profile .news-widget .news-toggle-btn.active {
    background: var(--icon-color);
    color: var(--bg-primary);
    border: 1px var(--border) solid;
}

#main.profile .news-widget .news-list[data-news-list] {
    display: none;
}

#main.profile .news-widget .news-list.is-active {
    display: grid;
    gap: 16px;
}

#main.profile .news-widget .news-list .no-news-found {
    font-size: 14px;
    color: var(--light-text);
    text-align: center;
}

#main.profile .profile-news .news-widget {
    display: grid;
    gap: 12px;
}

#main.profile .profile-news__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
}

#main.profile .profile-news__header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--brand) 14%, var(--border));
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 10%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg-primary) 94%, var(--brand) 6%) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 16px 28px -24px rgba(15, 70, 140, 0.35);
    color: color-mix(in srgb, var(--brand) 82%, var(--dark-text));
    flex: 0 0 auto;
    font-size: 15px;
}

:is(html[data-theme="dark"], body.dark) #main.profile .profile-news__header-icon {
    border-color: color-mix(in srgb, var(--brand) 16%, var(--border));
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 7%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg-primary) 96%, var(--brand) 4%) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 24px -24px rgba(0, 0, 0, 0.8);
}

#main.profile .profile-news__header-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

#main.profile .profile-news__eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--brand) 10%, var(--border));
    background: color-mix(in srgb, var(--bg-hover) 62%, var(--bg-primary) 38%);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--light-text) 86%, var(--dark-text) 14%);
}

#main.profile .profile-news__title,
#main.profile .profile-news__header h5 {
    margin: 0;
    color: var(--dark-text);
    font-size: clamp(17px, 1.25vw, 19px);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

#main.profile .profile-news .news-toggle {
    margin: 0;
    padding: 3px;
    border: 1px solid color-mix(in srgb, var(--border) 90%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bg-hover) 78%, var(--bg-primary));
}

#main.profile .profile-news .news-toggle-btn {
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#main.profile .profile-news .news-toggle-btn.active {
    background: var(--bg-primary);
    color: var(--dark-text);
    border: 1px solid color-mix(in srgb, var(--border) 90%, transparent);
    box-shadow: 0 8px 16px -18px rgba(11, 21, 39, 0.5);
}

#main.profile .profile-news .news-toggle-btn:hover,
#main.profile .profile-news .news-toggle-btn:focus-visible {
    color: var(--dark-text);
}

#main.profile .profile-news .news-toggle-btn:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--brand) 26%, transparent);
    outline-offset: 2px;
}

#main.profile .profile-news .list-feed.news-lists {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    gap: 0;
}

#main.profile .profile-news .news-list.is-active {
    display: block;
}

#main.profile .profile-news-feed {
    display: grid;
    gap: 12px;
}

#main.profile .profile-news-feed__stack {
    display: grid;
    gap: 0;
}

#main.profile .profile-news-feed__stack .coin-news-card + .coin-news-card {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--border) 88%, transparent);
}

#main.profile .coin-news-card {
    margin: 0;
}

#main.profile .coin-news-card__link {
    display: grid;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

#main.profile .coin-news-card__link:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--brand) 26%, transparent);
    outline-offset: 4px;
}

#main.profile .coin-news-card__media {
    display: block;
    overflow: hidden;
    background: color-mix(in srgb, var(--bg-hover) 72%, var(--bg-primary));
    flex: 0 0 auto;
}

#main.profile .coin-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

#main.profile .coin-news-card__content {
    display: grid;
    gap: 7px;
    min-width: 0;
}

#main.profile .coin-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-width: 0;
    color: color-mix(in srgb, var(--light-text) 90%, var(--dark-text));
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

#main.profile .coin-news-card__meta-chip {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--border) 92%, transparent);
    background: color-mix(in srgb, var(--bg-primary) 94%, var(--bg-hover));
    color: color-mix(in srgb, var(--light-text) 78%, var(--dark-text));
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

#main.profile .coin-news-card__meta-chip i {
    font-size: 0.66rem;
}

#main.profile .coin-news-card__meta-chip--category {
    background: color-mix(in srgb, var(--brand) 12%, var(--bg-primary));
    color: color-mix(in srgb, var(--dark-text) 92%, var(--brand));
}

#main.profile .coin-news-card__meta-chip--accent {
    background: color-mix(in srgb, var(--bg-hover) 78%, var(--bg-primary));
    color: color-mix(in srgb, var(--dark-text) 84%, var(--light-text));
}

#main.profile .coin-news-card__meta-chip--time {
    color: color-mix(in srgb, var(--light-text) 72%, var(--dark-text));
    border: 0;
    padding: 0;
    background: transparent;
}

#main.profile .coin-news-card__sentiment {
    gap: 6px;
    background: var(--bg);
    font-weight: 800;
}

#main.profile .coin-news-card__sentiment--bullish {
    color: var(--green);
    background: rgba(19, 185, 129, 0.12);
    border-color: rgba(19, 185, 129, 0.26);
}

#main.profile .coin-news-card__sentiment--neutral {
    color: #c58a1a;
    background: rgba(245, 161, 36, 0.14);
    border-color: rgba(245, 161, 36, 0.28);
}

#main.profile .coin-news-card__sentiment--bearish {
    color: var(--red);
    background: rgba(217, 74, 67, 0.12);
    border-color: rgba(217, 74, 67, 0.26);
}

#main.profile .coin-news-card__title {
    margin: 0;
    color: var(--dark-text);
    font-size: 15px;
    line-height: 1.38;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: color 0.2s ease;
}

#main.profile .coin-news-card__excerpt {
    margin: 0;
    color: var(--light-text);
    font-size: 11px;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#main.profile .coin-news-card__link:hover .coin-news-card__media img,
#main.profile .coin-news-card__link:focus-visible .coin-news-card__media img {
    transform: scale(1.03);
}

#main.profile .coin-news-card__link:hover .coin-news-card__title,
#main.profile .coin-news-card__link:focus-visible .coin-news-card__title {
    color: var(--brand);
}

#main.profile .coin-news-card--stacked .coin-news-card__link {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

#main.profile .coin-news-card--stacked .coin-news-card__media {
    width: 72px;
    aspect-ratio: 1;
    border-radius: 10px;
}

#main.profile .coin-news-card--stacked .coin-news-card__content {
    gap: 6px;
}

#main.profile .coin-news-card--stacked .coin-news-card__title {
    font-size: 13px;
    line-height: 1.38;
    -webkit-line-clamp: 2;
}

#main.profile .news-widget__load-more {
    margin-top: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--brand) 12%, var(--border));
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 4%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg-primary) 88%, var(--bg-hover) 12%) 100%);
    color: color-mix(in srgb, var(--dark-text) 84%, var(--brand));
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 18px 30px -28px rgba(10, 32, 68, 0.45);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

#main.profile .news-widget__load-more span {
    min-width: 0;
}

#main.profile .news-widget__load-more i {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--brand) 10%, var(--bg-primary));
    color: var(--brand);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

#main.profile .news-widget__load-more:hover,
#main.profile .news-widget__load-more:focus-visible {
    border-color: color-mix(in srgb, var(--brand) 22%, var(--border));
    color: color-mix(in srgb, var(--dark-text) 70%, var(--brand));
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 8%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg-primary) 82%, var(--bg-hover) 18%) 100%);
    box-shadow: 0 22px 34px -28px rgba(10, 72, 148, 0.32);
    transform: translateY(-1px);
}

#main.profile .news-widget__load-more:hover i,
#main.profile .news-widget__load-more:focus-visible i {
    background: color-mix(in srgb, var(--brand) 16%, var(--bg-primary));
    color: color-mix(in srgb, var(--brand) 86%, var(--dark-text));
    transform: translateX(2px);
}

:is(html[data-theme="dark"], body.dark) #main.profile .news-widget__load-more {
    border-color: color-mix(in srgb, var(--brand) 14%, var(--border));
    background: linear-gradient(135deg, color-mix(in srgb, var(--bg-primary) 90%, #132031 10%) 0%, color-mix(in srgb, var(--bg) 88%, #08111d 12%) 100%);
    color: color-mix(in srgb, #f5f7fb 18%, var(--light-text) 82%);
    box-shadow: 0 20px 36px -30px rgba(0, 0, 0, 0.72);
}

:is(html[data-theme="dark"], body.dark) #main.profile .news-widget__load-more i {
    background: color-mix(in srgb, var(--brand) 14%, var(--bg-primary));
    color: color-mix(in srgb, #dcecff 34%, #8fc7ff 66%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .news-widget__load-more:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .news-widget__load-more:focus-visible {
    border-color: color-mix(in srgb, var(--brand) 28%, var(--border));
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 12%, var(--bg-primary)) 0%, color-mix(in srgb, var(--bg) 84%, #08111d 16%) 100%);
    color: #f8fbff;
    box-shadow: 0 24px 40px -30px rgba(8, 74, 158, 0.34);
}

:is(html[data-theme="dark"], body.dark) #main.profile .news-widget__load-more:hover i,
:is(html[data-theme="dark"], body.dark) #main.profile .news-widget__load-more:focus-visible i {
    background: color-mix(in srgb, var(--brand) 22%, var(--bg-primary));
    color: #dcecff;
}

#main.profile .main-col {
    flex-basis: 70%;
    order: 1;
}

@media (max-width: 1024px) {
    #main.profile .profile-container {
        flex-direction: column;
    }

    #main.profile .links-sidebar,
    #main.profile .main-col {
        max-width: 100%;
        flex-basis: 100%;
        flex: 1;
    }
    #main.profile .links-sidebar,
    #main.profile .links-sidebar .sidebar-sticky {
        position: static;
    }

    #main.profile .links-sidebar,
    #main.profile .links-sidebar .sidebar-content {
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
        overflow-x: visible;
        padding-right: 0;
    }

    #main.profile.product .main-col,
    #main.profile.company .main-col,
    #main.profile.person .main-col {
        display: contents;
    }

    #main.profile.product #profile-header,
    #main.profile.company #profile-header,
    #main.profile.person #profile-header,
    #main.profile.product .links-sidebar,
    #main.profile.company .links-sidebar,
    #main.profile.person .links-sidebar,
    #main.profile.product .profile-main-content,
    #main.profile.company .profile-main-content,
    #main.profile.person .profile-main-content {
        width: 100%;
    }

    #main.profile.product #profile-header,
    #main.profile.company #profile-header,
    #main.profile.person #profile-header {
        order: 1;
    }

    #main.profile.product .links-sidebar,
    #main.profile.company .links-sidebar,
    #main.profile.person .links-sidebar {
        order: 2;
    }

    #main.profile.product .profile-main-content,
    #main.profile.company .profile-main-content,
    #main.profile.person .profile-main-content {
        order: 3;
    }

    #main.profile .sidebar.right {
        max-width: none;
    }

    #main.profile .links-sidebar .profile-similar-widget__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.object-details .active-message {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px;
    background: var(--bg-primary);
    box-shadow: 0 14px 34px -30px rgba(14, 44, 87, 0.38);
    border: 1px #e20e0e solid;
    border-radius: 6px;
    color: var(--dark-text);
    display: inline-block;
}

.object-details .active-message a {
    color: var(--brand);
    font-weight: bold;
}

.object-details .active-message strong {
    font-weight: bold;
}

.object-details .active-message a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Verified Profile Badge
--------------------------------------------------------------*/

.verified-profile {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.verified-profile i {
    font-size: clamp(12px, 1.2vw, 16px);
    vertical-align: middle;
    color: var(--brand);
}

.verified-profile.small {
    color: var(--brand);
}

.verified-profile.small::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("../images/fontawesome/light/badge-check.svg") center / contain no-repeat;
    mask: url("../images/fontawesome/light/badge-check.svg") center / contain no-repeat;
}

.verified-profile[data-tooltip]::after {
    content: attr(data-tooltip);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 12px;
    letter-spacing: 0;
    left: 50%;
    position: absolute;
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    top: 24px;
    text-align: left;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    z-index: 99999;
    font-weight: normal;
    white-space: normal;
    opacity: 0;
    transform: translate(-50%, -6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.verified-profile[data-tooltip]:hover::after,
.verified-profile[data-tooltip]:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}


/*--------------------------------------------------------------
# Profile Objects
--------------------------------------------------------------*/

#main.profile .main-col {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.5vw, 24px);
    padding: var(--clamp);
    flex-basis: 70%;
    flex-grow: 1;
}

#main.profile .profile-main-content {
    display: flex;
    flex-direction: column;
    gap: var(--clamp);
    width: 100%;
}

#main.profile.coin .main-col {
    border-left: 0;
    padding: 0;
    position: relative;
}

.object-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.object-details:last-child {
    border-bottom: 0;
}

.main-col header h2 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    color: var(--dark-text);
    padding-bottom: 6px;
    border-bottom: 2px var(--border) solid;
    display: flex;
    align-items: center;
    gap: 8px;
}

#main.profile .main-col .object-details .objects {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 0;
}

#main.profile .main-col .object-details .objects li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    flex-basis: calc(33.3% - 11px);
    text-align: center;
    padding: 0;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 576px ) {
    #main.profile .main-col .object-details .objects li {
        flex-basis: calc(50% - 8px);
    }
}

#main.profile .main-col .object-details .objects li .content {
    padding: 16px;
    border-radius: var(--border-radius);
    background: var(--bg-primary);
    display: block;
    border: 1px var(--border) solid;
}

#main.profile .main-col .object-details .objects li a {
    color: var(--dark-text);
    padding: 16px;
    display: block;
    background: var(--bg-primary);
    border: 1px var(--border) solid;
    border-radius: var(--border-radius);
}

#main.profile .main-col .object-details .objects li a:hover {
    border-color: var(--brand);
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.05);
    transition: all 0.25s ease;
    text-decoration: none;
    color: var(--brand);
}

#main.profile .main-col .object-details .objects li .name {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    margin-bottom: 6px;
}

#main.profile .main-col .object-details .objects li .role,
#main.profile .main-col .object-details .objects li .years-active {
    font-size: 11px;
    display: block;
    font-weight: 700;
    color: #9896a7;
    font-weight: normal;
}

#main.profile .main-col .object-details .objects li .role {
    font-weight: 700;
}

#main.profile .main-col .object-details .objects li .years-active {
    margin-top: 6px;
}

#main.profile .main-col .object-details .objects li .logo {
    margin: 0 auto 12px;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
    width: 48px;
    height: 48px;
    background: var(--bg-hover);
    display: block;
    position: relative;
}

#main.profile .main-col .object-details .objects li .logo.none:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask: url("../images/fontawesome/light/building.svg") center / contain no-repeat;
    mask: url("../images/fontawesome/light/building.svg") center / contain no-repeat;
    color: var(--light-text);
}

#main.profile .object-details.coin-chart .tradingview-widget-container {
    display: grid;
    gap: 0;
}

#main.profile .object-details.coin-chart div[id^="tradingview"] {
    height: 500px;
}

@media (max-width: 576px) {
    #main.profile .object-details.coin-chart div[id^="tradingview"] {
        height: 300px;
    }
}

#main.profile.profile-modern .profile-tradingview-chart {
    --profile-tradingview-chart-height: clamp(300px, 52vw, 520px);
}

#main.profile.profile-modern .profile-tradingview-chart > header {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: clamp(12px, 1.4vw, 16px);
}

#main.profile.profile-modern .profile-tradingview-chart > header h2 {
    flex: 1 1 clamp(240px, 38vw, 320px);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__controls {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(9px, 1vw, 13px);
    min-width: 0;
    max-width: 100%;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-group {
    display: grid;
    gap: 6px;
    min-width: 0;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-options {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px;
    border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--bg-primary) 92%, var(--bg) 8%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.54),
        0 10px 20px -26px rgba(15,23,42,0.2);
    scrollbar-width: none;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-options::-webkit-scrollbar {
    display: none;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-interval-picker {
    min-width: min(100%, clamp(298px, 31vw, 370px));
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: clamp(27px, 2vw, 29px);
    padding: 0 clamp(8px, 1vw, 11px);
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: color-mix(in srgb, var(--light-text) 68%, var(--dark-text));
    box-shadow: none;
    cursor: pointer;
    font-size: clamp(9px, 0.72vw, 10px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button:hover,
#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button:focus-visible {
    color: var(--brand);
    background: color-mix(in srgb, var(--brand) 7%, transparent);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button:focus-visible {
    outline: 0;
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--brand) 22%, transparent),
        0 0 0 2px rgba(15,116,212,0.12);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button.is-active {
    color: color-mix(in srgb, var(--brand) 84%, var(--dark-text));
    background: color-mix(in srgb, var(--brand) 12%, var(--bg-primary));
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--brand) 18%, transparent),
        0 8px 18px -22px rgba(15,116,212,0.22);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button i {
    font-size: 1.1em;
    line-height: 1;
}

#main.profile.profile-modern .profile-tradingview-chart__body {
    display: grid;
    min-width: 0;
}

#main.profile.profile-modern .profile-tradingview-chart__surface {
    display: grid;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid color-mix(in srgb, var(--border) 92%, transparent);
    border-radius: 14px;
    overflow: hidden;
    background: var(--bg-primary);
    box-shadow: 0 18px 34px -32px rgba(15,23,42,0.34);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__canvas {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: var(--profile-tradingview-chart-height);
    min-height: var(--profile-tradingview-chart-height);
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__tradingview-container,
#main.profile.profile-modern .profile-tradingview-chart .coin-chart__tradingview-container > div,
#main.profile.profile-modern .profile-tradingview-chart .coin-chart__tradingview-container iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: var(--profile-tradingview-chart-height);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__canvas[data-chart-state="loading"] .coin-chart__tradingview-container {
    opacity: 0;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__status {
    position: absolute;
    inset: auto 12px 12px auto;
    z-index: 2;
    color: color-mix(in srgb, var(--light-text) 80%, var(--dark-text));
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.3;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__status--center {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__status-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid color-mix(in srgb, var(--border) 78%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--bg-primary) 94%, var(--bg) 6%);
    box-shadow: 0 14px 28px -24px rgba(15,23,42,0.24);
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__status-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    border: 2px solid color-mix(in srgb, var(--brand) 26%, transparent);
    border-top-color: var(--brand);
    border-radius: 999px;
    animation: profile-tradingview-status-spin 0.85s linear infinite;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__status:not(.coin-chart__status--loading) .coin-chart__status-icon {
    display: none;
    animation: none;
}

#main.profile.profile-modern .profile-tradingview-chart .coin-chart__noscript {
    margin: 0;
    padding: 14px;
    color: var(--light-text);
    font-size: clamp(12px, 0.9vw, 13px);
}

@keyframes profile-tradingview-status-spin {
    to {
        transform: rotate(360deg);
    }
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-options {
    border-color: rgba(127,145,171,0.18);
    background: rgba(15,23,42,0.52);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.035),
        0 10px 20px -26px rgba(0,0,0,0.82);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button {
    color: rgba(226,232,240,0.74);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button:hover,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button:focus-visible {
    color: #7fc4ff;
    background: rgba(74,168,255,0.1);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button:focus-visible {
    box-shadow:
        inset 0 0 0 1px rgba(74,168,255,0.24),
        0 0 0 2px rgba(74,168,255,0.14);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-button.is-active {
    color: rgba(223,242,255,0.92);
    background: rgba(74,168,255,0.18);
    box-shadow:
        inset 0 0 0 1px rgba(86,168,255,0.22),
        0 8px 18px -22px rgba(14,165,233,0.28);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart__surface {
    border-color: rgba(127,145,171,0.24);
    background: #0b1120;
    box-shadow: 0 18px 34px -32px rgba(0,0,0,0.9);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart__status {
    color: rgba(226,232,240,0.74);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart__status-inner {
    border-color: rgba(127,145,171,0.22);
    background: rgba(15,23,42,0.82);
    box-shadow: 0 14px 28px -24px rgba(0,0,0,0.8);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .profile-tradingview-chart .coin-chart__status-icon {
    border-color: rgba(74,168,255,0.24);
    border-top-color: #7fc4ff;
}

@media (max-width: 900px) {
    #main.profile.profile-modern .profile-tradingview-chart > header h2,
    #main.profile.profile-modern .profile-tradingview-chart .coin-chart__controls {
        flex-basis: 100%;
    }

    #main.profile.profile-modern .profile-tradingview-chart .coin-chart__controls {
        justify-content: flex-start;
    }

    #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-group--period {
        flex: 1 1 100%;
        width: 100%;
    }

    #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-options {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    #main.profile.profile-modern .profile-tradingview-chart .coin-chart__controls {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: clamp(9px, 1vw, 13px);
    }

    #main.profile.profile-modern .profile-tradingview-chart .coin-chart-control-options {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Profile Team
--------------------------------------------------------------*/

.object-details.team .team-people {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 16px);
}

.object-details.team .person {
    text-align: center;
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    min-width: 0;
}

.object-details .person > i,
.object-details .person > a > i,
.object-details.team .person-photo i {
    font-size: clamp(50px, 5vw, 58px);
    color: var(--icon-color);
}

.object-details.team .person a {
    color: var(--dark-text);
    text-decoration: none;
}

.object-details.team .person-photo {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
}

.object-details.team .person .photo {
    width: clamp(50px, 5vw, 58px);
    height: clamp(50px, 5vw, 58px);
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: var(--box-shadow);
    background: var(--bg-hover);
    transition: all 0.25s ease;
}

.object-details.team .person a .photo:hover {
    box-shadow: 0 0 0 2px var(--brand);
}

.object-details.team .person :is(h3, h5) {
    margin: 2px 0 0;
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: bold;
    color: var(--dark-text);
    line-height: 1.25;
}

.object-details.team .person :is(h3, h5) a:hover {
    color: var(--brand);
}

.object-details.team .person .title {
    margin: 0;
    max-width: 100%;
    font-size: clamp(10px, 1.2vw, 11px);
    line-height: 1.25;
    display: -webkit-box;
    min-height: 2.5em;
    overflow: hidden;
    color: var(--light-text);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.object-details.team .person .title span {
    font-weight: bold;
}

.object-details.team .person .social {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: auto;
}

.object-details.team .person .social a {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--brand) 5%, var(--bg-primary));
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
    font-size: 11px;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.object-details.team .person .social a:hover {
    background: var(--brand);
    color: var(--bg-primary);
    transform: translateY(-1px);
}

#main.profile.profile-modern .object-details.team .person {
    min-height: clamp(154px, 14vw, 176px);
    padding: clamp(10px, 1.2vw, 14px);
}

#main.profile.profile-modern .object-details.profile-support .profile-support-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(8px, 1vw, 10px);
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-list li {
    min-width: 0;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-link {
    min-height: 56px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid color-mix(in srgb, var(--border) 84%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--bg-primary) 88%, var(--bg) 12%);
    box-shadow: 0 12px 26px -28px rgba(9, 32, 68, 0.5);
    color: var(--dark-text);
    text-align: left;
    text-decoration: none;
    white-space: normal;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-link > i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--brand) 7%, var(--bg-primary));
    color: var(--brand);
    font-size: 14px;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-label {
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-value {
    min-width: 0;
    overflow: hidden;
    color: color-mix(in srgb, var(--dark-text) 88%, var(--light-text));
    font-size: clamp(11.5px, 1.3vw, 13px);
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-value i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--brand) 8%, transparent);
    color: var(--brand);
    font-size: 10px;
    vertical-align: middle;
}

#main.profile.profile-modern .object-details.profile-support .profile-support-link:hover,
#main.profile.profile-modern .object-details.profile-support .profile-support-link:focus-visible {
    border-color: color-mix(in srgb, var(--brand) 26%, transparent);
    background: color-mix(in srgb, var(--brand) 4%, var(--bg-primary));
    box-shadow: 0 18px 30px -26px color-mix(in srgb, var(--brand) 28%, rgba(9, 32, 68, 0.42));
    color: var(--dark-text);
    outline: none;
    transform: translateY(-1px);
}

#main.profile.profile-modern .object-details.profile-support .profile-support-link:hover > i,
#main.profile.profile-modern .object-details.profile-support .profile-support-link:focus-visible > i {
    background: var(--brand);
    color: var(--bg-primary);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details:is(.team, .profile-support) {
    background: color-mix(in srgb, var(--bg-primary) 94%, #020817 6%);
    border-color: color-mix(in srgb, var(--border) 84%, transparent);
    box-shadow: 0 18px 44px -40px rgba(0, 0, 0, 0.9);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details:is(.team, .profile-support) header h2 i {
    background: color-mix(in srgb, var(--brand) 8%, var(--bg-primary));
    border-color: color-mix(in srgb, var(--brand) 18%, var(--border));
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.team .person {
    background: color-mix(in srgb, var(--bg-primary) 84%, #020817 16%);
    border-color: color-mix(in srgb, var(--border) 74%, transparent);
    box-shadow: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.team .person:hover {
    background: color-mix(in srgb, var(--brand) 4%, var(--bg-primary));
    border-color: color-mix(in srgb, var(--brand) 24%, var(--border));
    box-shadow: 0 16px 34px -32px color-mix(in srgb, var(--brand) 22%, rgba(0, 0, 0, 0.75));
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.team .person .social a,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-link > i {
    border: 1px solid color-mix(in srgb, var(--brand) 14%, transparent);
    background: color-mix(in srgb, var(--brand) 9%, #06111f);
    color: color-mix(in srgb, var(--brand) 58%, #dbeafe 42%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-link {
    border-color: color-mix(in srgb, var(--border) 74%, transparent);
    background: color-mix(in srgb, var(--bg-primary) 84%, #020817 16%);
    box-shadow: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-link:hover,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-link:focus-visible {
    border-color: color-mix(in srgb, var(--brand) 24%, var(--border));
    background: color-mix(in srgb, var(--brand) 4%, var(--bg-primary));
    box-shadow: none;
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-label {
    color: color-mix(in srgb, var(--light-text) 88%, #dbeafe 12%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-value {
    color: color-mix(in srgb, var(--dark-text) 88%, #ffffff 12%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-value i {
    background: color-mix(in srgb, var(--brand) 12%, transparent);
    color: color-mix(in srgb, var(--brand) 58%, #dbeafe 42%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.team .person .social a:hover,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.team .person .social a:focus-visible,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-link:hover > i,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-details.profile-support .profile-support-link:focus-visible > i {
    background: var(--brand);
    color: var(--bg-primary);
}

@media (max-width: 1180px) {
    .object-details.team .team-people {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .object-details.team .team-people,
    #main.profile.profile-modern .object-details.profile-support .profile-support-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .object-details.team .team-people,
    #main.profile.profile-modern .object-details.profile-support .profile-support-list {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
# CTA Buttons
--------------------------------------------------------------*/

.cta-buttons {
    display: grid;
    gap: 12px;
}

.cta-buttons .btn {
    text-align: left;
    font-weight: bold;
    background: transparent;
    border:  1px var(--brand) solid;
    border-radius: 24px;
    display: block;
    font-size: 12px;
    padding: 14px 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 8px;
    justify-content: center;
    background: var(--brand);
    color: var(--bg-primary);
    background-size: 200% 200%;
    background-position: 0% 50%;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background-position 0.35s ease, color 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    color: var(--bg-primary);
    border-color: transparent;
}

.cta-buttons .btn:active {
    transform: translateY(0);
    background-position: 85% 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    filter: brightness(0.96);
}

#main.profile .cta-buttons [data-company-cta-live] {
    display: grid;
    gap: 12px;
}

#main.profile .cta-buttons [data-company-cta-live][hidden],
#main.profile .cta-buttons .company-cta-restricted[hidden] {
    display: none !important;
}

#main.profile .cta-buttons .company-cta-restricted,
#main.profile .cta-buttons .company-cta-restricted:hover,
#main.profile .cta-buttons .company-cta-restricted:focus-visible,
#main.profile .cta-buttons .company-cta-restricted:active {
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: not-allowed;
    opacity: 1;
    color: var(--light-text);
    background: color-mix(in srgb, var(--bg-hover) 78%, #fff);
    border-color: var(--border);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 72%, transparent);
    filter: none;
    transform: none;
}

#main.profile .cta-buttons .company-cta-restricted i {
    color: currentColor;
    opacity: 0.82;
}

:is(html[data-theme="dark"], body.dark) #main.profile .cta-buttons .company-cta-restricted,
:is(html[data-theme="dark"], body.dark) #main.profile .cta-buttons .company-cta-restricted:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .cta-buttons .company-cta-restricted:focus-visible,
:is(html[data-theme="dark"], body.dark) #main.profile .cta-buttons .company-cta-restricted:active {
    color: color-mix(in srgb, var(--dark-text) 72%, var(--light-text));
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-hover) 68%, #101820) 0%, color-mix(in srgb, var(--bg-hover) 88%, #101820) 100%);
    border-color: color-mix(in srgb, var(--border) 82%, var(--bg-primary));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 62%, transparent);
}

#main.profile .cta-buttons .company-cta-dropdown {
    display: block;
    position: relative;
    width: 100%;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__toggle {
    width: 100%;
    height: auto;
    min-height: 44px;
    padding: clamp(12px, 1.8vw, 14px) clamp(14px, 2vw, 16px);
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__toggle span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__toggle i {
    flex: 0 0 auto;
    color: currentColor;
    font-size: 10px;
    font-weight: 700;
    opacity: 1;
}

#main.profile .cta-buttons .btn .company-cta-button-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main.profile .cta-buttons .btn .company-cta-label-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, currentColor 12%, transparent);
    font-size: 11px;
    line-height: 1;
    text-align: center;
    opacity: 0.95;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__menu {
    top: calc(100% + 8px);
    right: 0;
    bottom: auto;
    left: 0;
    min-width: 100%;
    padding: clamp(6px, 1vw, 8px);
    border-radius: 12px;
}

#main.profile .cta-buttons .company-cta-dropdown.open .company-cta-dropdown__menu {
    display: grid;
    gap: 0;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: clamp(10px, 1.7vw, 12px) 12px;
    border-radius: 0;
    color: var(--dark-text);
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    transition: background 0.15s ease, color 0.15s ease;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item + .company-cta-dropdown__item {
    border-top: 1px solid color-mix(in srgb, var(--border) 76%, transparent);
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item-label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item .resource-dropdown-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item .company-cta-label-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
    border-radius: 50%;
    background: color-mix(in srgb, var(--brand) 8%, var(--bg-primary));
    color: color-mix(in srgb, var(--brand) 68%, var(--light-text));
    font-size: 11px;
    line-height: 1;
    text-align: center;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item .company-cta-dropdown__external-icon {
    flex: 0 0 auto;
    color: var(--light-text);
    font-size: 12px;
    line-height: 1;
    transition: color 0.15s ease, transform 0.15s ease;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:hover,
#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:focus-visible {
    background: var(--bg-hover);
    color: var(--brand);
    outline: none;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:hover .company-cta-label-icon,
#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:focus-visible .company-cta-label-icon,
#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:hover .company-cta-dropdown__external-icon,
#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:focus-visible .company-cta-dropdown__external-icon {
    color: var(--brand);
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:hover .company-cta-label-icon,
#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:focus-visible .company-cta-label-icon {
    border-color: color-mix(in srgb, var(--brand) 32%, var(--border));
    background: color-mix(in srgb, var(--brand) 14%, var(--bg-primary));
    opacity: 1;
}

#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:hover .company-cta-dropdown__external-icon,
#main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__item:focus-visible .company-cta-dropdown__external-icon {
    transform: translate(1px, -1px);
}

:is(html[data-theme="dark"], body.dark) #main.profile .cta-buttons .company-cta-dropdown .company-cta-dropdown__menu {
    border-color: color-mix(in srgb, var(--brand) 18%, var(--border));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.featured-review-widgets {
    display: grid;
    gap: 16px;
}

.featured-review-disclaimer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    margin: 0;
    padding: 8px 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,255,0.9) 100%);
    border-top: 0;
    font-size: 10px;
    line-height: 1.45;
    color: rgba(10, 30, 58, 0.6);
    letter-spacing: 0.01em;
}

.featured-review-disclaimer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: rgba(10, 30, 58, 0.52);
    font-size: 12px;
    transform: translateY(1px);
}

.featured-review-disclaimer__text {
    margin: 0;
    min-width: 0;
    white-space: normal;
}

.featured-review-widget {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255,255,255,0.98) 0%, rgba(245,248,255,0.9) 100%);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.featured-review-widget:hover {
    transform: translateY(-2px);
    border-color: var(--brand);
    box-shadow: 0 16px 38px rgba(8, 26, 52, 0.12);
}

.featured-review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.featured-review-thumb {
    width: 100%;
    aspect-ratio: 16 / 8.4;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    background: var(--bg);
    position: relative;
}

.featured-review-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.featured-review-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 14px;
    z-index: 1;
}

.featured-review-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.75) 100%);
    z-index: -1;
}

.featured-review-body {
    display: grid;
    gap: 10px;
    margin-top: auto;
    color: #fff;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
}

.featured-review-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-review-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.featured-review-category-icon svg,
.featured-review-category-icon i {
    width: 14px;
    height: 14px;
}

.featured-review-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.featured-review-text {
    display: grid;
    gap: 6px;
    flex: 1;
}

.featured-review-headline {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    color: #fff;
    flex: 1;
}

.featured-review-subheading {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--light-text);
}

.featured-review-score {
    margin-left: auto;
}

.featured-review-score .score-pill {
    font-weight: 700;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 14px;
    min-width: 44px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.featured-review-widget:hover .featured-review-score .score-pill {
    transform: translateY(-1px);
}

.featured-review-widget:hover .featured-review-image {
    transform: scale(1.06);
}

.featured-review-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,255,0.9) 100%);
    border-top: 1px solid rgba(10, 30, 58, 0.06);
}

.featured-review-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.featured-review-action i {
    font-size: 11px;
}

.featured-review-action--review {
    color: var(--text);
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(10, 30, 58, 0.1);
}

.featured-review-action--visit {
    color: #fff;
    background: linear-gradient(135deg, #0d66df 0%, var(--brand) 100%);
    box-shadow: 0 8px 18px rgba(15, 123, 250, 0.18);
}

.featured-review-action[href]:hover,
.featured-review-action[href]:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(8, 26, 52, 0.1);
}

.featured-review-action--review[href]:hover,
.featured-review-action--review[href]:focus-visible {
    color: var(--brand);
}

.featured-review-action--visit[href]:hover,
.featured-review-action--visit[href]:focus-visible {
    color: #fff;
}

.featured-review-action.is-disabled {
    opacity: 0.58;
    cursor: not-allowed;
    box-shadow: none;
}

#main.profile .featured-review-actions .featured-review-action--visit.is-restricted,
#main.profile .featured-review-actions .featured-review-action--visit.is-restricted:hover,
#main.profile .featured-review-actions .featured-review-action--visit.is-restricted:focus-visible,
#main.profile .featured-review-actions .featured-review-action--visit.is-restricted:active {
    cursor: not-allowed;
    color: #475569;
    background: color-mix(in srgb, var(--bg-hover) 78%, #fff);
    border-color: var(--border);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 72%, transparent);
    opacity: 1;
    transform: none;
}

#main.profile .featured-review-actions .featured-review-action--visit.is-restricted :is(span, i) {
    color: currentColor;
    opacity: 1;
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-widget {
    background: linear-gradient(160deg, color-mix(in srgb, var(--bg-primary) 94%, #132031 6%) 0%, color-mix(in srgb, var(--bg) 92%, #08111d 8%) 100%);
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    box-shadow: 0 22px 44px -34px rgba(0, 0, 0, 0.72);
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-widget:hover {
    border-color: color-mix(in srgb, var(--brand) 42%, var(--border));
    box-shadow: 0 24px 48px -34px rgba(0, 0, 0, 0.78);
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-actions {
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-primary) 96%, #132031 4%) 0%, color-mix(in srgb, var(--bg) 92%, #08111d 8%) 100%);
    border-top-color: color-mix(in srgb, var(--brand) 12%, var(--border));
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--review {
    color: color-mix(in srgb, var(--light-text) 80%, #ffffff 20%);
    background: color-mix(in srgb, var(--bg-primary) 88%, #132031 12%);
    border-color: color-mix(in srgb, var(--brand) 18%, var(--border));
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--review[href]:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--review[href]:focus-visible {
    color: #8fc7ff;
    background: color-mix(in srgb, var(--brand) 10%, var(--bg-primary));
    border-color: color-mix(in srgb, var(--brand) 28%, var(--border));
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--visit {
    box-shadow: 0 10px 20px rgba(8, 74, 158, 0.24);
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action[href]:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action[href]:focus-visible {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action.is-disabled {
    background: color-mix(in srgb, var(--bg-primary) 88%, #132031 12%);
    border-color: color-mix(in srgb, var(--brand) 12%, var(--border));
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--visit.is-restricted,
:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--visit.is-restricted:hover,
:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--visit.is-restricted:focus-visible,
:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-action--visit.is-restricted:active {
    color: color-mix(in srgb, var(--dark-text) 72%, var(--light-text));
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-hover) 68%, #101820) 0%, color-mix(in srgb, var(--bg-hover) 88%, #101820) 100%);
    border-color: color-mix(in srgb, var(--border) 82%, var(--bg-primary));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 62%, transparent);
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-disclaimer {
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-primary) 96%, #132031 4%) 0%, color-mix(in srgb, var(--bg) 92%, #08111d 8%) 100%);
    color: color-mix(in srgb, var(--light-text) 76%, #ffffff 24%);
}

:is(html[data-theme="dark"], body.dark) #main.profile .featured-review-disclaimer__icon {
    color: color-mix(in srgb, var(--light-text) 62%, #8fc7ff 38%);
}

@media (max-width: 480px) {
    .featured-review-actions {
        gap: 7px;
        padding: 9px;
    }

    .featured-review-action {
        min-height: 36px;
        padding: 8px 9px;
        font-size: 11px;
    }
}

/*--------------------------------------------------------------
# Research Papers
--------------------------------------------------------------*/

.object-details.research-papers {
    padding-bottom: 14px;
}

.object-details.research-papers ul li {
    border: 1px var(--border) solid;
    background: var(--bg-primary);
    position: relative;
    border-radius: var(--border-radius);
    max-width: 100%;
}

.flex-objects {
    display: grid;
    gap: 12px;
}

.object-details.research-papers ul li a {
    text-decoration: none;
    color: var(--dark-text);
    padding: 12px;
    display: flex;
    gap: 12px;
}

.object-details.research-papers ul li:hover {
    border-color: var(--brand);
}

.object-details.research-papers ul li a:hover {
    color: var(--brand);
}

.object-details.research-papers ul li :is(h5, .research-paper-title) {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.object-details.research-papers ul li p {
    font-size: 12px;
    color: #8d8c8e;
}

#main.profile.person.profile-modern #person-investments .profile-investment-title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}

.object-details.research-papers ul li a .img {
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
}

.object-details.research-papers ul li a .img i {
    font-size: 36px;
    color: var(--light-text);
    line-height: 36px;
}

/*--------------------------------------------------------------
# Flagging Links
--------------------------------------------------------------*/

#main.profile.profile-modern .object-edit {
    display: grid;
    gap: clamp(10px, 1.5vw, 14px);
    align-self: stretch;
    order: 999;
    font-size: clamp(10px, 1.5vw, 12px);
}

#main.profile.profile-modern .object-edit .meta-edit-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

#main.profile.profile-modern .object-edit .object-flagging {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 11px;
    border: 1px solid color-mix(in srgb, var(--border) 82%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bg) 72%, var(--bg-primary) 28%);
    color: color-mix(in srgb, var(--dark-text) 72%, var(--light-text));
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#main.profile.profile-modern .object-edit .object-flagging i {
    font-size: 11px;
    line-height: 1;
}

#main.profile.profile-modern .object-edit .object-flagging:hover,
#main.profile.profile-modern .object-edit .object-flagging:focus-visible {
    color: #ffffff;
    border-color: color-mix(in srgb, var(--brand) 34%, transparent);
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 90%, #ffffff 10%), color-mix(in srgb, var(--brand) 76%, #0f172a 24%));
    box-shadow: 0 16px 28px -20px color-mix(in srgb, var(--brand) 38%, rgba(11, 21, 39, 0.32));
    text-decoration: none;
    transform: translateY(-1px);
}

#main.profile.profile-modern .object-edit .object-flagging:focus-visible {
    outline: none;
}

#main.profile.profile-modern .object-edit .profile-last-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
    font-size: clamp(10px, 1.3vw, 11px);
    line-height: 1.35;
}

#main.profile.profile-modern .object-edit .profile-last-updated__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: color-mix(in srgb, var(--light-text) 86%, var(--dark-text));
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#main.profile.profile-modern .object-edit .profile-last-updated__label i {
    color: var(--brand);
    font-size: 11px;
    line-height: 1;
}

#main.profile.profile-modern .object-edit .profile-last-updated time {
    color: color-mix(in srgb, var(--dark-text) 78%, var(--light-text));
    font-weight: 700;
    white-space: nowrap;
}

#main.profile.profile-modern .object-edit .profile-claimed-notice {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    max-width: 100%;
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
    font-size: clamp(10.5px, 1.35vw, 12px);
    line-height: 1.45;
}

#main.profile.profile-modern .object-edit .profile-claimed-notice__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    color: color-mix(in srgb, var(--brand) 82%, var(--dark-text));
    font-size: clamp(10px, 1.3vw, 11px);
    font-weight: 750;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

#main.profile.profile-modern .object-edit .profile-claimed-notice__badge i {
    font-size: 12px;
    line-height: 1;
}

#main.profile.profile-modern .object-edit .profile-claimed-notice__copy {
    color: color-mix(in srgb, var(--light-text) 88%, var(--dark-text));
    font-weight: 700;
}

#main.profile.profile-modern .object-edit p {
    margin: 0;
    color: color-mix(in srgb, var(--light-text) 88%, var(--bg-primary));
    font-size: clamp(10px, 1.35vw, 11px);
    text-align: justify;
    line-height: 1.5;
}

#main.profile.profile-modern .object-edit p a {
    color: var(--light-text);
    font-weight: normal;
    text-decoration: none;
}

#main.profile.profile-modern .object-edit p a:hover {
    color: var(--brand);
    text-decoration: underline;
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .object-flagging {
    background: color-mix(in srgb, var(--bg-primary) 78%, #ffffff 6%);
    border-color: color-mix(in srgb, var(--brand) 10%, var(--border));
    color: color-mix(in srgb, var(--light-text) 76%, #ffffff 24%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .profile-last-updated,
:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .profile-last-updated__label {
    color: color-mix(in srgb, var(--light-text) 84%, #ffffff 16%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .profile-last-updated time {
    color: color-mix(in srgb, var(--dark-text) 72%, #ffffff 28%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .profile-claimed-notice {
    color: color-mix(in srgb, var(--light-text) 84%, #ffffff 16%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .profile-claimed-notice__badge {
    color: color-mix(in srgb, var(--brand) 78%, #ffffff 22%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit .profile-claimed-notice__copy {
    color: color-mix(in srgb, var(--light-text) 84%, #ffffff 16%);
}

:is(html[data-theme="dark"], body.dark) #main.profile.profile-modern .object-edit p {
    color: color-mix(in srgb, var(--light-text) 76%, var(--bg-primary));
}

@media (max-width: 480px) {
    #main.profile.profile-modern .object-edit .meta-edit-links {
        gap: 8px;
    }

    #main.profile.profile-modern .object-edit .object-flagging {
        width: 100%;
    }

    #main.profile.profile-modern .object-edit .profile-last-updated {
        width: 100%;
        justify-content: space-between;
    }
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.widget .content p {
    font-size: 12px;
    line-height: 1.5;
}

.widget .content ul {
    font-size: 12px;
    line-height: 1.5;
}

.widget .content ul {
    margin-top: 12px;
}

.widget .content ul li {
    list-style-type: square;
    margin-left: 12px;
    padding-left: 0;
    margin-bottom: 5px;
}

.widget .content p strong {
    font-weight: bold;
}

.widget p.no-object {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px #e5e5e4 solid;
}

#main.profile .sidebar .widget .list-feed .list-post:last-child {
    border-bottom: 0;
}

#main.profile .sidebar .video iframe {
    max-width: 100%;
    max-height: 160px;
    display: block;
    margin: 0;
    border: 1px var(--border) solid;
}

#main.profile .object {
    margin-bottom: 12px;
}

#main.profile .object-details ul.flex {
    display: flex;
    justify-content: space-around;
}

#main.profile .object-details ul.flex li {
    flex-grow: 1;
    margin:  6px;
    flex-basis: 50%;
}

@media (max-width: 1024px) {
    #main.profile.profile-modern .main-feed {
        flex-direction: column;
    }
    #main.profile .news-widget .news-list.is-active {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 576px) {
    #main.profile .news-widget .news-list.is-active {
        grid-template-columns: repeat(1,1fr);
    }

    #main.profile .links-sidebar .profile-similar-widget__list {
        grid-template-columns: 1fr;
    }
}
