.profile-bio-editor-block{ border-radius: var(--radius-md); overflow: hidden; }.profile-bio-editor-block .profile-bio-textarea{ border-radius: 0 0 var(--radius-md) var(--radius-md); border-top: none; }.profile-page-wrap{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}.main-content.profile-page .container.profile-page-wrap,
.main-content.profile-page .profile-layout,
.main-content.enterprise-profile-page .enterprise-bento-grid{
    overflow: visible;
}.main-content.enterprise-profile-page .enterprise-bento-grid{
    align-items: start;
}.profile-layout{
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    padding: 40px 0;
    align-items: start;
}.profile-sidebar{
    height: fit-content;
    align-self: start;
}.profile-sidebar-card{
    background: var(--bg-secondary);
    border-radius: var(--radius-lg);
    padding: 24px;
    border: 1px solid var(--border-color);
}.profile-sidebar-manage{
    margin-top: 12px;
}.profile-management-card{ margin-top: 1rem; }.profile-management-notice{ display: flex; align-items: center; gap: 0.6rem; padding: 0.4rem 0; font-size: 0.9rem; color: var(--text-muted); }.profile-management-notice i{ width: 1.1em; text-align: center; color: #f59e0b; }.profile-vtc-role-edit-card{ margin-top: 1rem; }.profile-vtc-role-edit-desc{ font-size: 0.9rem; color: var(--text-muted); margin: 0 0 0.75rem; }.profile-vtc-role-form{ margin-bottom: 0.75rem; }.profile-vtc-role-form:last-of-type{ margin-bottom: 0; }.profile-vtc-role-row{ display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem; }.profile-vtc-role-label{ font-size: 0.9rem; font-weight: 600; min-width: 6rem; }.profile-vtc-role-select{ min-width: 120px; }.profile-history-btn{ width: 100%; text-align: left; cursor: pointer; background: none; border: none; font: inherit; color: inherit; padding: 0.4rem 0; }.profile-history-btn:hover{ color: var(--accent-light); }.profile-history-btn i{ width: 1.1em; text-align: center; opacity: 0.9; }.profile-history-modal--open{ pointer-events: auto; }.profile-history-modal-backdrop{ position: absolute; inset: 0; background: rgba(15, 23, 42, 0.85); cursor: pointer; }.profile-history-modal-box{ position: relative; z-index: 2; width: min(980px, calc(100vw - 1.5rem)); max-width: 100%; max-height: min(92vh, 960px); background: var(--bg-secondary); border-radius: var(--radius-lg); border: 1px solid var(--border-color); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); display: flex; flex-direction: column; overflow: hidden; pointer-events: auto; box-sizing: border-box; }.profile-history-modal-header{ display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border-bottom: 1px solid var(--border-color); flex-shrink: 0; }.profile-history-modal-title{ font-size: 1.05rem; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; margin: 0; color: var(--text-primary); }.profile-history-modal-title i{ color: var(--accent-color); }.profile-history-modal-close{ border: none; background: transparent; color: var(--text-muted); cursor: pointer; padding: 0.35rem; border-radius: var(--radius-sm); line-height: 1; transition: color 0.2s, background 0.2s; pointer-events: auto; position: relative; z-index: 3; }.profile-history-modal-close:hover{ background: var(--bg-tertiary); color: var(--text-primary); }.profile-history-modal-body{ padding: 1.25rem; overflow-x: hidden; overflow-y: auto; flex: 1; min-height: 0; max-width: 100%; box-sizing: border-box; }.profile-history-account-section{
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}.profile-timeline-row--modal{
    margin-top: 0.5rem;
    max-width: 100%;
}.profile-history-modal .profile-history-account-section .profile-timeline{
    margin: 0;
}.profile-history-modal-empty{ margin: 0; font-size: 0.9rem; color: var(--text-muted); }.profile-history-list{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.9rem; }.profile-history-list--modal .profile-history-item{ border-color: var(--border-color); max-width: 100%; min-width: 0; box-sizing: border-box; }.profile-history-item{ padding: 0.75rem 0.85rem; border-radius: var(--radius-md); background: rgba(15, 23, 42, 0.75); border: 1px solid rgba(148, 163, 184, 0.25); }.profile-history-meta{ display: flex; flex-wrap: wrap; gap: 0.5rem 0.75rem; font-size: 0.8rem; margin-bottom: 0.5rem; color: var(--text-muted); max-width: 100%; }.profile-history-field{ font-weight: 600; color: var(--accent-light); }.profile-history-user::before{ content: '• '; opacity: 0.7; }.profile-history-date::before{ content: '• '; opacity: 0.7; }.profile-history-values{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0.75rem; font-size: 0.85rem; width: 100%; max-width: 100%; min-width: 0; }.profile-history-value-block{ min-width: 0; max-width: 100%; }.profile-history-label{ display: inline-block; margin-bottom: 0.2rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); }.profile-history-value{ padding: 0.5rem 0.6rem; border-radius: var(--radius-sm); background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(148, 163, 184, 0.3); max-height: 10rem; overflow-x: hidden; overflow-y: auto; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; max-width: 100%; box-sizing: border-box; }.profile-history-value-old{ border-color: rgba(248, 113, 113, 0.5); }.profile-history-value-new{ border-color: rgba(52, 211, 153, 0.5); }.profile-history-empty{ font-size: 0.9rem; color: var(--text-muted); }@media (max-width: 640px) {.profile-history-values{ grid-template-columns: 1fr; }}.profile-ban-staff-notice{
    font-size: 0.875rem;
    color: var(--text-muted);
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 0.6rem 0.75rem;
    border-radius: var(--radius-sm);
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}.profile-ban-staff-notice i{
    margin-top: 0.15rem;
    color: #f59e0b;
    flex-shrink: 0;
}.profile-sidebar-ban-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 10px 16px;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}.profile-avatar-wrapper{
    position: relative;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}.profile-avatar{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--accent-color);
}.profile-avatar-placeholder{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
}.profile-role-icon{
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
    display: inline-block;
    border: 2px solid var(--accent-color);
}.profile-role-icon-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}.profile-role-icon-plain{
    max-width: 100%;
    height: auto;
    display: block;
}.profile-level-badge{
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%);
    background: var(--accent-color);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
}.profile-username{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    word-break: break-word;
    hyphens: auto;
}.profile-username--medium{
    font-size: 1.1rem;
}.profile-username--long{
    font-size: 0.9rem;
}.profile-badge{
    --badge-color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 8px 14px;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    background: var(--bg-primary);
    border: 2px solid var(--badge-color);
    color: var(--badge-color);
    white-space: nowrap;
}.profile-badge--role{
    width: 100%;
    padding: 8px 18px;
    margin: 0 auto 14px;
}.profile-badge--neutral{
    --badge-color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 10px;
    border-width: 1px;
}.profile-role-badge{
    width: 100%;
}.profile-sidebar-settings{
    width: 100%;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 0.35rem;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(45, 212, 191, 0.35);
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.25), rgba(45, 212, 191, 0.15));
    color: #e2fdf9;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.2);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}.profile-sidebar-settings i{
    font-size: 0.85rem;
    opacity: 0.92;
}.profile-sidebar-settings:hover{
    border-color: rgba(45, 212, 191, 0.55);
    box-shadow: 0 12px 28px rgba(20, 184, 166, 0.28);
    transform: translateY(-1px);
    filter: brightness(1.05);
}.profile-stats-mini{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}.profile-stat-item{
    background: var(--bg-tertiary);
    padding: 12px;
    border-radius: var(--radius-sm);
    text-align: center;
}.profile-stat-value{
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent-light);
}.profile-stat-label{
    font-size: 0.75rem;
    color: var(--text-muted);
}.profile-main{
    min-width: 0;
}.profile-time-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}.profile-time-card{
    background: var(--bg-secondary);
    border: 1px solid var(--accent-color);
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
}.profile-time-card--link{
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}.profile-time-card--link:hover{
    background: rgba(15, 23, 42, 0.75);
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}.profile-time-card--link .profile-time-value{
    color: var(--accent-light);
}.profile-graphs-card .profile-card-title-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}.profile-graphs-link{
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.35);
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}.profile-graphs-link:hover{
    color: var(--accent-light);
    border-color: rgba(96, 165, 250, 0.5);
    background: rgba(15, 23, 42, 0.55);
}.profile-graphs-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}.profile-graph{
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-md);
    padding: 12px 12px 6px;
}.profile-graph-title{
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--text-primary);
    text-transform: capitalize;
}.profile-stats-filter-card{ margin-bottom: 1rem; }.profile-stats-filter{ display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }.profile-stats-filter-left, .profile-stats-filter-right{ display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }.profile-stats-filter-label{ font-size: 0.85rem; color: var(--text-muted); font-weight: 600; }.profile-stats-filter-select{
    min-height: 42px;
    padding: 10px 36px 10px 12px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    background-color: var(--bg-secondary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    color: var(--text-primary);
    color-scheme: dark;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}.profile-stats-filter-select:focus{
    outline: none;
    border-color: rgba(96, 165, 250, 0.65);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15);
}.profile-stats-filter-select option,
.profile-stats-filter-select optgroup{
    background: var(--bg-primary);
    color: var(--text-primary);
}.profile-stats-filter-select option:checked{
    background: var(--bg-secondary);
    color: var(--text-primary);
}.profile-stats-filter-select optgroup{
    color: var(--text-muted);
}.profile-stats-year{ display: inline-flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.22); background: rgba(15, 23, 42, 0.35); }.profile-stats-year-value{ font-weight: 800; color: var(--text-primary); min-width: 4ch; text-align: center; }.profile-stats-step{ border: none; background: transparent; color: var(--text-muted); cursor: pointer; width: 34px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s; }.profile-stats-step:hover{ background: rgba(30, 41, 59, 0.6); color: var(--text-primary); }.profile-stats-step:disabled{ opacity: 0.45; cursor: not-allowed; }.profile-stats-step:disabled:hover{ background: transparent; color: var(--text-muted); }.profile-stats-chart-wrap{ max-width: 520px; margin: 0 auto; }.profile-stats-telemetry-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0.25rem;
}.profile-stats-telemetry-item{
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: center;
    min-width: 0;
    padding: 2rem;
}.profile-stats-telemetry-item:last-child{
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
}.profile-stats-telemetry-item:nth-child(-n+2){
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}.profile-stats-telemetry-item:nth-child(1),
.profile-stats-telemetry-item:nth-child(3){
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}.profile-stats-telemetry-item:last-child{
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-right: none;
}.profile-stats-telemetry-label{
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}.profile-stats-telemetry-total{
    margin: 0;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--accent-color);
}.profile-stats-telemetry-breakdown{
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.62);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}.profile-stats-telemetry-split{
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}.profile-stats-telemetry-split::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
}.profile-stats-telemetry-split--ets::before{
    background: #3b82f6;
}.profile-stats-telemetry-split--ats::before{
    background: #10b981;
}.profile-stats-telemetry-item:last-child .profile-stats-telemetry-breakdown{
    justify-content: center;
}@media (max-width: 900px) {.profile-stats-telemetry-grid{
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0.25rem;
    }.profile-stats-telemetry-item{
        padding: 1.15rem 0.75rem;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        align-items: flex-start;
        text-align: left;
    }.profile-stats-telemetry-total{
        font-size: 2.05rem;
    }.profile-stats-telemetry-item:last-child .profile-stats-telemetry-breakdown{
        justify-content: flex-start;
    }}@media (max-width: 900px) {.profile-graphs-grid{ grid-template-columns: 1fr; }}.profile-time-value{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 4px;
}.profile-time-label{
    font-size: 0.85rem;
    color: var(--text-muted);
}.profile-tabs{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}.profile-tab{
    padding: 10px 14px;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.2s;
    color: var(--text-secondary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    text-transform: capitalize;
    white-space: nowrap;
}.profile-tab--link{
    text-decoration: none;
    color: inherit;
}.profile-tab--link:hover{
    text-decoration: none;
}.profile-tab:hover:not(.active){
    background: rgba(148, 163, 184, 0.10);
    border-color: rgba(148, 163, 184, 0.25);
    color: var(--text-primary);
}.profile-tab.active{
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    color: white;
    border-color: rgba(255,255,255,0.12);
}@media (max-width: 520px) {.profile-tabs{
        width: 100%;
        justify-content: center;
    }}.profile-tab-content{
    display: none;
}.profile-tab-content.active{
    display: block;
}.profile-content-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}.profile-content-left{
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.profile-content-left > .profile-card,
.profile-content-left > section.profile-card{
    margin-bottom: 0;
}.profile-vtc-below{
    grid-column: 1 / -1;
    margin-top: 0;
}.profile-history-row-horizontal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}@media (max-width: 900px) {.profile-history-row-horizontal{
        grid-template-columns: 1fr;
    }}.profile-history-stack-vertical{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.profile-history-stack-vertical .profile-position-section,
.profile-history-stack-vertical .profile-bans-section{
    width: 100%;
    max-width: 100%;
}.profile-history-stack-vertical > .profile-bottom-card,
.profile-history-stack-vertical > .profile-card{
    margin-bottom: 0;
}.profile-history-modal .profile-activity-list.profile-timeline{
    --account-history-visible-rows: 3;
    max-height: calc(var(--account-history-visible-rows) * 4.65rem + 0.35rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 6px;
    margin-bottom: 0;
}.profile-history-modal .profile-activity-list.profile-timeline::-webkit-scrollbar{
    width: 7px;
}.profile-history-modal .profile-activity-list.profile-timeline::-webkit-scrollbar-track{
    background: var(--tracksy-scrollbar-track);
}.profile-history-modal .profile-activity-list.profile-timeline::-webkit-scrollbar-thumb{
    background: var(--tracksy-scrollbar-thumb);
    border-radius: 10px;
}.profile-history-modal .profile-activity-list.profile-timeline::-webkit-scrollbar-thumb:hover{
    background: var(--tracksy-scrollbar-thumb-hover);
}.profile-content-grid .profile-vtc-below > .profile-bottom-card,
.profile-content-grid .profile-vtc-below > .profile-card{
    margin-bottom: 0;
}.profile-content-right{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.profile-right-sidebar{
    align-self: start;
}.profile-right-sidebar .profile-sidebar-card{
    width: 100%;
    border-radius: var(--radius-lg);
}.profile-content-right .profile-card{
    margin-bottom: 0;
}.profile-content-right .profile-timeline-h{
    grid-template-columns: 1fr;
}.profile-content-right .profile-timeline-h .profile-activity-item{
    border-right: none;
}.profile-bottom-section{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
}.profile-bottom-card{
    margin-bottom: 0;
}.profile-bottom-card--full{
    width: 100%;
    max-width: 100%;
}.profile-history-row{
    margin-top: 0;
}.profile-timeline-row{
    padding-bottom: 0;
}.profile-timeline-h{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    overflow: hidden;
}.profile-timeline-h .profile-activity-item{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    min-height: 0;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-secondary);
}.profile-timeline-h .profile-activity-item:nth-child(4n){
    border-right: none;
}.profile-timeline-h .profile-activity-item::before{
    display: none;
}.profile-timeline-h .profile-activity-icon{
    flex-shrink: 0;
}.profile-timeline-h .profile-activity-more{
    align-items: center;
    justify-content: center;
    background: var(--bg-tertiary);
}.profile-timeline-h .profile-activity-more .profile-activity-more-text{
    margin: 0;
}.profile-bans-timeline-style .profile-bans-timeline{
    display: flex;
    flex-direction: column;
    gap: 0;
}.profile-bans-timeline-style .profile-ban-entry{
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: start;
    background: transparent;
    border: none;
    border-radius: 0;
}.profile-bans-timeline-style .profile-ban-entry:last-child{
    border-bottom: none;
}.profile-bans-timeline-style .profile-ban-entry-side{
    flex-direction: column;
    gap: 0.2rem;
    padding-right: 1rem;
    border-right: 1px solid var(--border-color);
}.profile-bans-timeline-style .profile-ban-entry-body{
    padding-left: 1.25rem;
    border: none;
    border-top: none;
    padding-top: 0;
}.profile-bans-timeline-style .profile-ban-entry-issued{
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}.profile-bans-timeline-style .profile-ban-entry-reason-text{
    margin: 0 0 0 0;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    line-height: 0.5;
}.profile-bans-timeline-style .profile-ban-entry-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    width: 100%;
    margin-top: 0;
}.profile-bans-timeline-style .profile-ban-entry-footer > span{
    display: block;
    width: 100%;
}@media (max-width: 900px) {.profile-timeline-h{
        grid-template-columns: repeat(2, 1fr);
    }.profile-timeline-h .profile-activity-item:nth-child(4n){
        border-right: 1px solid var(--border-color);
    }.profile-timeline-h .profile-activity-item:nth-child(2n){
        border-right: none;
    }}@media (max-width: 768px) {.profile-timeline-h{
        grid-template-columns: 1fr;
    }.profile-timeline-h .profile-activity-item:nth-child(2n),
    .profile-timeline-h .profile-activity-item:nth-child(4n){
        border-right: none;
    }.profile-bans-timeline-style .profile-ban-entry{
        grid-template-columns: 1fr;
    }.profile-bans-timeline-style .profile-ban-entry-side{
        flex-direction: row;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }}.profile-card{
    background: var(--bg-secondary);
    border-radius: var(--radius-md);
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid var(--border-color);
}.profile-card-title{
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent-color);
    text-transform: capitalize;
}.profile-card-title i{
    margin-right: 8px;
}.profile-company-card .profile-card-title i{
    color: #22d3ee;
}.profile-history-card .profile-card-title i{
    color: #60a5fa;
}.profile-subscription-card .profile-card-title i{
    color: #f59e0b;
}.profile-details-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}.bento-card--details .profile-details-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
}.bento-card--details .profile-details-bio{
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}.bento-card--details .profile-bio-content{
    max-width: none;
}.bento-card--company-overview .enterprise-profile-company-bento-link--premium{
    max-width: none;
}@media (max-width: 960px) {.bento-card--details .profile-details-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}}.profile-detail-item{
    display: flex;
    flex-direction: column;
    gap: 4px;
}.profile-detail-label{
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
}.profile-detail-value{
    font-size: 1rem;
    color: var(--text-primary);
}.profile-detail-value a{
    color: var(--accent-light);
    text-decoration: none;
}.profile-detail-value a:hover{
    text-decoration: underline;
}.profile-client-version{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.22rem 0.5rem;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background: rgba(2, 6, 23, 0.35);
    color: var(--text-secondary);
    border: 1px solid rgba(148, 163, 184, 0.35);
}.profile-client-version::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.85);
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18);
}.profile-client-version--ok{
    border-color: rgba(34, 197, 94, 0.65);
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
}.profile-client-version--ok::before{
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}.profile-client-version--old{
    border-color: rgba(239, 68, 68, 0.65);
    background: rgba(239, 68, 68, 0.12);
    color: #fca5a5;
}.profile-client-version--old::before{
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}.profile-bio-card{
    overflow: hidden;
}.profile-bio-content{
    color: var(--text-secondary);
    line-height: 1.7;
    overflow: hidden;
}.profile-bio-content p{ margin: 0 0 0.75rem; }.profile-bio-content p:last-child{ margin-bottom: 0; }.profile-bio-content h1, .profile-bio-content h2, .profile-bio-content h3{ margin: 1rem 0 0.5rem; color: var(--text-primary); }.profile-bio-content ul, .profile-bio-content ol{ margin: 0.5rem 0 1rem; padding-left: 1.5rem; }.profile-bio-content a{ color: var(--accent-light); }.profile-bio-content .profile-muted{ color: var(--text-muted); }.profile-bio-content img{
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    border-radius: 0;
    display: block;
    margin: 0.75rem 0;
    box-sizing: border-box;
}.profile-bio-content img:first-child{ margin-top: 0; }.profile-bio-content img:last-child{ margin-bottom: 0; }.profile-bio-content hr{
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 1rem 0;
    display: block;
}.profile-company-card{
    overflow: hidden;
}.profile-company-link{
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
    background: var(--bg-primary);
    padding: 1.25rem;
    transition: border-color 0.2s, background 0.2s;
}.profile-company-link:hover{
    border-color: var(--accent-color);
    background: rgba(20, 184, 166, 0.06);
}.profile-company-inner{
    display: flex;
    align-items: center;
    gap: 1.25rem;
}.profile-company-logo-wrap{
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--border-color);
    background: var(--bg-tertiary);
    box-sizing: border-box;
}.profile-company-logo{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}.profile-company-logo-placeholder{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-tertiary);
    color: var(--text-muted);
    font-size: 1.75rem;
}.profile-company-info{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}.profile-company-name{
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.profile-company-link:hover .profile-company-name{
    color: var(--accent-light);
}.profile-company-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}.profile-company-meta i{
    margin-right: 0.3rem;
    opacity: 0.8;
}.profile-company-cta{
    font-size: 0.9rem;
    color: var(--accent-light);
    margin-top: 0.15rem;
}.profile-company-cta i{
    margin-left: 0.35rem;
    font-size: 0.75rem;
    transition: transform 0.2s;
}.profile-company-link:hover .profile-company-cta i{
    transform: translateX(4px);
}.profile-muted{
    color: var(--text-muted);
    font-size: 0.95rem;
}.profile-activity-list{
    list-style: none;
    margin: 0;
    padding: 0;
}.profile-timeline{
    position: relative;
    padding-left: 0.25rem;
}.profile-activity-item{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    position: relative;
}.profile-activity-item:not(:last-child)::before{
    content: '';
    position: absolute;
    left: calc(0.25rem + 2.5rem / 2 - 1px);
    top: calc(0.75rem + 2.5rem);
    bottom: -0.75rem;
    width: 2px;
    background: rgba(20, 184, 166, 0.35);
    border-radius: 1px;
    z-index: 0;
}.profile-activity-item:not(:last-child){
    border-bottom: none;
}.profile-activity-icon{
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border: 2px solid var(--bg-secondary);
    box-shadow: 0 0 0 1px var(--border-color);
    box-sizing: border-box;
    overflow: visible;
}.profile-activity-icon i{
    font-size: 0.75rem;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}.profile-activity-icon i::before{
    line-height: 1;
}.profile-activity-account .profile-activity-icon{
    background: rgba(34, 197, 94, 0.25);
    color: #4ade80;
}.profile-activity-vtc .profile-activity-icon{
    background: rgba(59, 130, 246, 0.25);
    color: #60a5fa;
}.profile-activity-vtc-left .profile-activity-icon{
    background: rgba(251, 146, 60, 0.25);
    color: #fb923c;
}.profile-activity-vtc-removed .profile-activity-icon{
    background: rgba(239, 68, 68, 0.25);
    color: #f87171;
}.profile-activity-body{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
}.profile-activity-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 4px;
}.profile-activity-date{
    font-size: 0.85rem;
    color: var(--text-primary);
    font-weight: 900;
    white-space: nowrap;
}.profile-activity-body strong{
    font-size: 0.95rem;
    color: var(--text-primary);
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}.profile-activity-meta{
    font-size: 0.8rem;
    color: var(--text-muted);
}.profile-activity-vtc-link{
    color: var(--accent-light);
    text-decoration: none;
    font-size: 0.9rem;
}.profile-activity-vtc-link:hover{
    text-decoration: underline;
}.profile-activity-company-badge{
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(20, 184, 166, 0.28);
    background: rgba(20, 184, 166, 0.10);
    color: var(--accent-light);
    font-weight: 900;
    font-size: 0.9rem;
    line-height: 1;
    width: fit-content;
}.profile-activity-company-badge:hover{
    background: rgba(20, 184, 166, 0.16);
}.profile-activity-company-badge.profile-activity-vtc-link:hover{
    text-decoration: none;
}.profile-activity-empty .profile-activity-icon{
    background: var(--bg-tertiary);
    color: var(--text-muted);
}.profile-activity-more{
    padding: 0.6rem 0 0;
    margin-top: 0.25rem;
    border-top: 1px dashed var(--border-color);
}.profile-activity-more-text{
    font-size: 0.85rem;
    color: var(--text-muted);
}.profile-ban-list{
    list-style: none;
    margin: 0;
    padding: 0;
}.profile-ban-item{
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
}.profile-ban-item:last-child{
    border-bottom: none;
}.profile-ban-reason{
    flex: 1 1 100%;
    color: var(--text-primary);
    font-size: 0.95rem;
}.profile-ban-meta{
    font-size: 0.85rem;
    color: var(--text-muted);
}.profile-ban-expires{
    font-size: 0.85rem;
    color: var(--text-muted);
}.profile-ban-permanent{
    color: #f87171;
}.profile-ban-success{
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid #22c55e;
    color: #4ade80;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}.profile-ban-denied{
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #fbbf24;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}.profile-user-banned-banner{
    background: #b91c1c;
    color: #fff;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-weight: 600;
}.profile-user-banned-banner i{
    font-size: 1.1rem;
}.profile-user-banned-expires{
    opacity: 0.95;
    font-weight: 500;
    font-size: 0.9rem;
}.profile-views-count{
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: var(--text-primary);
}.profile-viewers-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}.profile-viewer-item{
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}.profile-viewer-item:last-child{
    border-bottom: none;
}.profile-viewer-card{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.45rem 0.2rem;
    background: transparent;
    border: none;
    border-radius: 0;
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease;
}.profile-viewer-card:hover{
    background: rgba(255,255,255,0.03);
    color: var(--text-primary);
}.profile-viewer-card--guest{
    cursor: default;
}.profile-viewer-card--guest:hover{
    background: transparent;
}.profile-viewer-card-avatar{
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 0.78rem;
}.profile-viewer-card-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}.profile-viewer-card-name{
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.87rem;
    line-height: 1.2;
    color: var(--viewer-role-color, var(--text-primary));
}.profile-viewer-card-meta{
    display: block;
    margin-top: 1px;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1.1;
}.profile-viewer-card-arrow{
    flex-shrink: 0;
    font-size: 0.75rem;
    color: var(--text-secondary);
    opacity: 0.8;
}.profile-viewer-card:hover .profile-viewer-card-arrow{
    color: var(--accent-color);
    opacity: 1;
}.profile-card-title--views-feed{
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}.profile-views-count-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.25rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    color: var(--text-muted);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
}.profile-card-title-divider,
.profile-bans-section-divider{
    height: 2px;
    background: var(--accent-color);
    border-radius: 1px;
    margin: 0 0 1rem 0;
}.profile-card-title--with-icon{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    line-height: 1.45;
    overflow: visible;
}.profile-card-title--with-icon i{
    color: var(--accent-color);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
    margin-right: 0;
    padding: 0.2rem 0.15rem 0.18rem;
    overflow: visible;
    box-sizing: content-box;
}.profile-card-title--with-icon i::before{
    line-height: 1;
}.profile-bottom-card .profile-card-title,
.profile-bans-section .profile-bans-section-title{
    border-bottom: none;
    padding-bottom: 0;
}.profile-bans-section{
    padding: 1.25rem 1.5rem;
}.profile-bans-section-title{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: capitalize;
}.profile-bans-section-title i{
    color: var(--accent-color);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
    padding: 0.2rem 0.15rem 0.18rem;
    overflow: visible;
    box-sizing: content-box;
}.profile-bans-section-title i::before{
    line-height: 1;
}.profile-ban-entry-body{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem;
}.profile-bans-empty{
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
    padding: 0.1rem 0 0.2rem;
    overflow: visible;
}.profile-bans-timeline{
    display: flex;
    flex-direction: column;
    gap: 0;
}.profile-ban-entry{
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1rem 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: start;
}.profile-ban-entry:last-child{
    border-bottom: none;
    padding-bottom: 0;
}.profile-ban-entry:first-child{
    padding-top: 0;
}.profile-ban-entry-side{
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}.profile-ban-entry-date{
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.02em;
}.profile-ban-entry-time{
    font-size: 0.75rem;
    color: var(--text-muted);
}.profile-ban-entry-duration{
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 6px;
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    width: fit-content;
}.profile-ban-entry-duration--permanent{
    background: rgba(239, 68, 68, 0.25);
    color: #fca5a5;
}.profile-ban-entry-body{
    min-width: 0;
}.profile-ban-entry-reason-text{
    margin: 0 0 0.6rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text-primary);
}.profile-ban-entry-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    font-size: 0.8rem;
    color: var(--text-muted);
}.profile-ban-entry-by{
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--text-secondary);
}.profile-ban-entry-by i{
    opacity: 0.8;
    color: var(--accent-color);
}.profile-ban-entry-expires{
    color: var(--text-muted);
}@media (max-width: 560px) {.profile-ban-entry{
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }.profile-ban-entry-side{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
    }}.profile-position-section{
    padding: 1.25rem 1.5rem;
}.profile-position-section .profile-card-title-divider{
    margin-bottom: 1.25rem;
}.profile-position-empty{
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
    padding: 0.1rem 0 0.2rem;
    overflow: visible;
}.profile-position-timeline{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 0.5rem;
}.profile-position-timeline::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border-color);
    border-radius: 1px;
}.profile-position-entry{
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    padding-left: 0.5rem;
}.profile-position-entry:first-child{
    padding-top: 0.2rem;
}.profile-position-entry:last-child{
    padding-bottom: 0.2rem;
}.profile-position-entry-dot{
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    margin-left: 1px;
    border-radius: 50%;
    background: var(--role-color, #ef4444);
    border: 2px solid var(--bg-secondary);
    box-shadow: 0 0 0 1px var(--role-color, rgba(239, 68, 68, 0.4));
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    align-self: center;
}.profile-position-entry-content{
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 1rem;
    align-items: start;
}.profile-position-entry-meta{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}.profile-position-entry-date{
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.02em;
}.profile-position-entry-ago{
    font-size: 0.75rem;
    color: var(--text-muted);
}.profile-position-entry-body{
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}.profile-position-entry-role{
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--role-color, #ef4444);
}.profile-position-entry-from{
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}.profile-position-entry-from-role{
    font-weight: 500;
    color: var(--old-role-color, var(--role-color, #ef4444));
}@media (max-width: 560px) {.profile-position-entry{
        gap: 0.75rem;
        padding: 0.7rem 0;
    }.profile-position-entry-content{
        grid-template-columns: 1fr;
    }.profile-position-entry-dot{
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
        margin-left: 2px;
        box-sizing: border-box;
    }}.profile-card-title-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent-color);
}.profile-card-title-row .profile-card-title{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.profile-games-refresh-btn{
    padding: 6px 12px;
    font-size: 0.85rem;
}.profile-games-updated{
    font-size: 0.8rem;
    margin-bottom: 12px;
}.profile-linked-games,
.profile-connected-dlcs{
    margin-top: 16px;
}.profile-games-label{
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 8px;
}.profile-games-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}.profile-game-tag{
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
}.profile-game-tag-ets2{
    background: rgba(20, 184, 166, 0.2);
    color: var(--accent-light);
    border: 1px solid var(--accent-color);
}.profile-game-tag-ats{
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    border: 1px solid #3b82f6;
}.profile-dlcs-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 8px;
}.profile-dlc-card{
    background: var(--bg-tertiary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 12px;
    position: relative;
    min-height: 70px;
}.profile-dlc-badge{
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-muted);
}.profile-dlc-game-badge{
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}.profile-dlc-name{
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 20px;
    line-height: 1.3;
}.profile-linked-dlc-title{
    color: var(--accent-light, #5eead4);
}.profile-dlc-summary{
    font-size: 0.88rem;
    margin-bottom: 8px;
}.profile-dlc-summary strong{
    color: var(--accent-light, #5eead4);
}.profile-linked-dlc-list{
    margin-top: 8px;
    min-width: 0;
    overflow: hidden;
}.profile-dlc-accordion-fixed{
    height: auto;
    min-height: 0;
    max-height: 420px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid var(--border-color, #45475a);
    border-radius: var(--radius-sm);
    scrollbar-width: none;
    -ms-overflow-style: none;
}.profile-dlc-accordion-fixed::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
}.profile-dlc-accordion{
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
}.profile-dlc-accordion + .profile-dlc-accordion{
    border-top: 1px solid var(--border-color, #45475a);
}.profile-dlc-accordion summary.profile-dlc-by-game-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-secondary);
    padding: 12px 14px;
    cursor: pointer;
    list-style: none;
    background: var(--bg-tertiary);
    user-select: none;
}.profile-dlc-accordion summary::-webkit-details-marker,
.profile-dlc-accordion summary::marker{
    display: none;
}.profile-dlc-accordion summary:hover{
    background: var(--bg-secondary);
}.profile-dlc-accordion .profile-dlc-accordion-icon{
    font-size: 0.65rem;
    color: var(--text-muted);
    transition: transform 0.2s ease;
}.profile-dlc-accordion[open] .profile-dlc-accordion-icon{
    transform: rotate(-180deg);
}.profile-dlc-accordion .profile-dlc-items{
    margin-bottom: 0;
    border-top: 1px solid var(--border-color, #45475a);
}.profile-dlc-accordion .profile-dlc-items-horizontal{
    padding: 6px 8px 8px;
    min-width: 0;
}.profile-dlc-by-game:not(.profile-dlc-accordion) .profile-dlc-by-game-title{
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--accent-color, rgba(20, 184, 166, 0.3));
}.profile-dlc-accordion .profile-dlc-count{
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.85rem;
}.profile-dlc-count{
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.75rem;
}.profile-dlc-items{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px 24px;
}.profile-dlc-items-horizontal{
    padding: 8px 10px 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 12px;
}@media (max-width: 767px) {.profile-dlc-items{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
    }.profile-dlc-items-horizontal{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
    }}.profile-dlc-item{
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.78rem;
    line-height: 1.3;
    color: var(--accent-light, #5eead4);
    padding: 2px 0;
    min-width: 0;
}.profile-dlc-item .profile-dlc-name{
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}.profile-dlc-items-nowrap .profile-dlc-item .profile-dlc-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
}.profile-dlc-map-icon{
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-light, #5eead4);
    font-size: 0.7rem;
}.profile-dlc-dot{
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted, #94a3b8);
    font-size: 0.78rem;
    line-height: 1.3;
    width: 1em;
    height: 1em;
}.profile-dlc-name-with-icon{
    margin-top: 0;
}.profile-dlc-card .profile-dlc-name{
    margin-top: 20px;
}.profile-dlc-api-note{
    margin-top: 8px;
    font-size: 0.85rem;
    line-height: 1.5;
}.profile-all-steam-games{
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color, #45475a);
}.profile-all-games-note{
    font-size: 0.85rem;
    margin-bottom: 12px;
}.profile-all-games-list{
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}.profile-all-games-list li{
    padding: 6px 0;
    border-bottom: 1px solid var(--border-color, #313244);
}.profile-all-games-list li:last-child{
    border-bottom: none;
}.profile-all-game-link{
    color: var(--accent-color, #89b4fa);
    text-decoration: none;
}.profile-all-game-link:hover{
    text-decoration: underline;
}.profile-game-playtime{
    margin-left: 8px;
    font-size: 0.85rem;
    color: var(--text-muted, #a6adc8);
}.profile-dlc-modal{
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}.profile-dlc-modal[hidden]{
    display: none;
}.profile-dlc-modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}.profile-dlc-modal-box{
    position: relative;
    background: var(--card-bg, #313244);
    border-radius: 12px;
    padding: 24px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}.profile-dlc-modal-title{
    margin: 0 0 12px;
    font-size: 1.1rem;
    color: var(--text-color, #cdd6f4);
}.profile-dlc-modal-title i{
    margin-right: 8px;
    color: var(--accent-color, #89b4fa);
}.profile-dlc-modal-steps{
    margin: 16px 0;
    padding-left: 20px;
    line-height: 1.8;
    color: var(--text-color, #cdd6f4);
}.profile-dlc-modal-steps li{
    margin-bottom: 8px;
}.profile-dlc-bookmarklet-wrap{
    margin: 20px 0;
    padding: 16px;
    background: var(--bg-color, #1e1e2e);
    border-radius: 8px;
    display: block;
}.profile-dlc-bookmarklet-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--accent-color, #89b4fa);
    color: #1e1e2e;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}.profile-dlc-bookmarklet-link:hover{
    filter: brightness(1.1);
}.profile-dlc-modal-close{
    margin-top: 16px;
}.profile-dlc-help{
    margin-bottom: 12px;
}.profile-dlc-help-text{
    font-size: 0.9rem;
    margin: 0 0 8px;
}.profile-dlc-alt-link{
    background: none;
    border: none;
    color: var(--accent-color, #89b4fa);
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: underline;
    padding: 0;
}.profile-dlc-alt-link:hover{
    color: var(--accent-hover, #b4befe);
}.profile-socials{
    display: flex;
    flex-direction: column;
    gap: 12px;
}.profile-social-item{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-primary);
    text-decoration: none;
    padding: 6px 0;
    transition: color 0.3s;
}.profile-social-item:hover{
    color: var(--accent-light);
}@media (max-width: 968px) {.profile-layout{
        grid-template-columns: 1fr;
    }.profile-sidebar{
        position: static;
    }.profile-right-sidebar{
        position: static;
    }.profile-content-grid{
        grid-template-columns: 1fr;
    }}@media (max-width: 768px) {.profile-details-grid,
    .bento-card--details .profile-details-grid{
        grid-template-columns: 1fr;
    }}body.tracksy-admin-page.has-sidebar .profile-history-modal-box,
body.tracksy-admin-page.has-sidebar .profile-ban-modal-content{
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}body.admin-users-page .profile-client-version{
  font-size: 0.85rem;
  padding: 0.16rem 0.45rem;
}.profile-role-pill{
    border-width: 2px;
    border-style: solid;
    background: var(--bg-primary);
    padding: 0.35rem 0.65rem;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    font-weight: 700;
}.profile-stats-kpi-ribbon{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    border-radius: 14px;
    padding: 0.45rem 0.1rem 0.35rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}.profile-stats-kpi-ribbon::after{
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(20, 184, 166, 0.12), rgba(56, 189, 248, 0.55), rgba(20, 184, 166, 0.12));
}.profile-stats-kpi-item{
    min-height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.8rem 0.9rem 0.95rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}.profile-stats-kpi-item:not(:last-child){
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}.profile-stats-kpi-value{
    display: block;
    font-size: clamp(1.35rem, 3.1vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    background: linear-gradient(120deg, #5eead4 0%, #22d3ee 48%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}.profile-stats-kpi-label{
    margin-top: 0.35rem;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-muted);
}@media (max-width: 1100px) {.profile-stats-kpi-ribbon{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.profile-stats-kpi-item:nth-child(2n){
        border-right: none;
    }.profile-stats-kpi-item:nth-child(-n + 2){
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }}@media (max-width: 620px) {.profile-stats-kpi-ribbon{
        grid-template-columns: 1fr;
    }.profile-stats-kpi-item{
        min-height: 96px;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }.profile-stats-kpi-item:last-child{
        border-bottom: none;
    }}.profile-manage-card{ border-color: rgba(239, 68, 68, 0.3); }.profile-manage-actions{ display: flex; flex-wrap: wrap; gap: 0.5rem; }.profile-ban-btn.btn-danger{ background: #b91c1c; color: #fff; border-color: #b91c1c; }.profile-ban-btn.btn-danger:hover{ background: #991b1b; border-color: #991b1b; }.profile-ban-modal{ position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 1rem; }.profile-ban-modal[hidden]{ display: none; }.profile-ban-modal-overlay{ position: absolute; inset: 0; background: rgba(0,0,0,0.6); cursor: pointer; }.profile-ban-modal-content{ position: relative; background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 1.5rem; max-width: 440px; width: 100%; box-shadow: 0 20px 40px var(--shadow-lg); }.profile-ban-modal-title{ margin: 0 0 0.5rem; font-size: 1.25rem; color: var(--text-primary); display: flex; align-items: center; gap: 0.5rem; }.profile-ban-modal-subtitle{ margin: 0 0 1.25rem; font-size: 0.9rem; color: var(--text-muted); }.profile-ban-presets{ display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }.profile-ban-preset-btn{ padding: 0.4rem 0.75rem; font-size: 0.85rem; border-radius: var(--radius-sm); background: var(--bg-tertiary); border: 1px solid var(--border-color); color: var(--text-primary); cursor: pointer; transition: background 0.2s, border-color 0.2s; }.profile-ban-preset-btn:hover{ background: var(--accent-color); border-color: var(--accent-color); color: #0f172a; }.profile-ban-slider-wrap{ margin-bottom: 1rem; }.profile-ban-slider-label{ display: block; margin-bottom: 0.35rem; font-size: 0.9rem; color: var(--text-secondary); }.profile-ban-slider{ width: 100%; height: 8px; accent-color: var(--accent-color); cursor: pointer; }.profile-ban-reason-wrap{ margin-bottom: 1.25rem; }.profile-ban-inline-link{ color: var(--accent-light); text-decoration: underline; }.profile-ban-inline-link:hover{ color: var(--accent-color); }.profile-ban-reason-label{ display: block; margin-bottom: 0.35rem; font-size: 0.9rem; color: var(--text-secondary); }.profile-ban-reason{ width: 100%; padding: 0.5rem 0.75rem; font-size: 0.9rem; border-radius: var(--radius-sm); border: 1px solid var(--border-color); background: var(--bg-primary); color: var(--text-primary); resize: vertical; }.profile-ban-reason-count{ font-size: 0.8rem; color: var(--text-muted); }.profile-ban-modal-actions{ display: flex; justify-content: flex-end; gap: 0.5rem; }.profile-ban-modal-actions .btn-secondary{ background: var(--bg-tertiary); border-color: var(--border-color); color: var(--text-primary); }.profile-ban-modal-actions .btn-danger{ background: #b91c1c; border-color: #b91c1c; color: #fff; }.profile-ban-modal-actions .btn-danger:hover{ background: #991b1b; border-color: #991b1b; }.enterprise-profile-hero{
    position: relative;
    margin-bottom: 2.25rem;
}.enterprise-profile-hero__cover{
    height: min(200px, 28vw);
    border-radius: 0 0 16px 16px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.75) 100%),
        linear-gradient(120deg, #0f172a 0%, #111827 40%, #0c4c6e 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}.enterprise-profile-hero__inner.container{
    position: relative;
    margin-top: -56px;
    padding-bottom: 0.5rem;
}.enterprise-profile-hero__row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem 1.5rem;
    justify-content: space-between;
}.enterprise-profile-hero__avatar-col{
    flex-shrink: 0;
}.enterprise-profile-hero__avatar-ring{
    padding: 4px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(20, 184, 166, 0.45), rgba(15, 23, 42, 0.9));
    box-shadow: 0 12px 40px rgba(2, 6, 23, 0.55);
}.enterprise-profile-hero__avatar{
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 12px;
    object-fit: cover;
    border: none;
}.enterprise-profile-hero__avatar--placeholder{
    width: 112px;
    height: 112px;
    border-radius: 12px;
    border: none;
    background: rgba(30, 41, 59, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #64748b;
}.enterprise-profile-hero__identity{
    flex: 1 1 200px;
    min-width: 0;
    padding-bottom: 0.25rem;
}.enterprise-profile-hero__name{
    margin: 0 0 0.4rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #f8fafc;
    line-height: 1.2;
    word-break: break-word;
}.enterprise-profile-hero__name--medium{
    font-size: clamp(1.2rem, 2.6vw, 1.55rem);
}.enterprise-profile-hero__name--long{
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}.enterprise-profile-hero__role-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
}.enterprise-profile-hero__company{
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.25rem 0.65rem 0.25rem 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}.enterprise-profile-hero__company:hover{
    background: rgba(20, 184, 166, 0.12);
    border-color: rgba(20, 184, 166, 0.25);
    color: #f8fafc;
}.enterprise-profile-hero__company-logo{
    border-radius: 6px;
    object-fit: cover;
}.enterprise-profile-hero__actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-shrink: 0;
    padding-bottom: 0.35rem;
}.enterprise-profile-hero__action-btn{
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}.enterprise-profile-hero__action-btn:hover{
    background: rgba(20, 184, 166, 0.15);
    border-color: rgba(20, 184, 166, 0.35);
    color: #fff;
}.enterprise-profile-actions-menu{
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(17, 24, 39, 0.95);
}.enterprise-profile-actions-menu__summary{
    list-style: none;
    cursor: pointer;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}.enterprise-profile-actions-menu__summary::-webkit-details-marker{
    display: none;
}.enterprise-profile-actions-menu[open] .enterprise-profile-actions-menu__summary i{
    transform: rotate(180deg);
}.enterprise-profile-actions-menu__panel{
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 220px;
    z-index: 30;
    padding: 0.35rem 0;
    border-radius: 12px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
}.enterprise-profile-actions-nav-list{
    list-style: none;
    margin: 0;
    padding: 0;
}.enterprise-profile-actions-link,
.enterprise-profile-actions-link--btn{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.9rem;
    font-size: 0.85rem;
    color: #e2e8f0;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: background 0.12s ease;
}.enterprise-profile-actions-link:hover,
.enterprise-profile-actions-link--btn:hover{
    background: rgba(255, 255, 255, 0.06);
    color: #5eead4;
}.enterprise-profile-actions-notice{
    padding: 0.5rem 0.9rem;
    display: flex;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}@media (max-width: 960px) {.enterprise-profile-hero__inner.container{
        margin-top: -48px;
    }.enterprise-profile-hero__avatar,
    .enterprise-profile-hero__avatar--placeholder{
        width: 96px;
        height: 96px;
    }}.profile-card--bento-inner{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}.profile-card--bento-inner .profile-card-title{
    margin-top: 0;
}.profile-deliveries-bento .bento-jobs-list{
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
    scrollbar-gutter: auto;
}.profile-bans-section .bento-card-framed__scroll{
    overflow: visible;
    padding-right: 0;
}.profile-card--bento-framed.profile-card--bento-inner{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}.bento-card-framed__head .profile-card-title,
.bento-card-framed__head .profile-bans-section-title{
    margin-top: 0;
}.bento-card-framed__head .profile-bans-section-title{
    margin-bottom: 0.35rem;
}.bento-card-framed__head .profile-views-count--framed{
    margin: 0.4rem 0 0;
}.bento-card-framed__scroll .profile-socials{
    margin-top: 0;
}.bento-card-framed__scroll .profile-timeline-row{
    padding-bottom: 0;
}.bento-card-framed__scroll .profile-activity-list.profile-timeline{
    max-height: none;
    overflow: visible;
    padding-right: 0;
    margin-bottom: 0;
}.bento-card-framed__scroll .profile-position-timeline{
    margin-bottom: 0;
}.bento-card-framed__scroll .profile-bans-timeline{
    margin-bottom: 0;
}.bento-card-framed__scroll .profile-viewers-list{
    margin-bottom: 0;
}.bento-card-framed__scroll > .profile-muted{
    display: block;
    line-height: 1.55;
    margin: 0;
    padding: 0.05rem 0 0.25rem;
    overflow: visible;
}.profile-card--views-feed .bento-card-framed__scroll{
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
    scrollbar-width: auto;
    scrollbar-color: auto;
}.profile-card--views-feed.profile-card--bento-framed.profile-card--bento-inner{
    max-height: none;
    overflow: visible;
}.enterprise-profile-hero--compact.enterprise-profile-hero--no-cover{
    padding-top: clamp(1rem, 2.5vw, 1.65rem);
    margin-bottom: 1.35rem;
}.enterprise-profile-hero__inner--compact.container{
    margin-top: 0;
    padding-bottom: 0.35rem;
}.enterprise-profile-hero__row--compact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.35rem;
}.enterprise-profile-hero__avatar-col--compact{
    flex-shrink: 0;
}.enterprise-profile-hero__avatar-ring--compact{
    padding: 3px;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(2, 6, 23, 0.45);
}.enterprise-profile-hero__avatar--compact,
.enterprise-profile-hero__avatar--compact.enterprise-profile-hero__avatar--placeholder{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}.enterprise-profile-hero__identity-block{
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(100%, 26rem);
}.enterprise-profile-hero__title{
    margin: 0 0 0.3rem;
    font-size: clamp(1.7rem, 4.2vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.038em;
    line-height: 1.1;
    color: var(--hero-role-color, #f8fafc);
    word-break: break-word;
}.enterprise-profile-hero__title--mid{
    font-size: clamp(1.45rem, 3.4vw, 2rem);
}.enterprise-profile-hero__title--long{
    font-size: clamp(1.2rem, 2.85vw, 1.72rem);
}.enterprise-profile-hero__role-subtitle{
    margin-top: 0.4rem;
    line-height: 1;
}.enterprise-profile-hero__role-badge-img-wrap{
    display: inline-flex;
    align-items: center;
    line-height: 1;
}.enterprise-profile-hero__role-badge-img-wrap img{
    display: block;
    width: auto;
    height: 32px;
    max-width: none;
    object-fit: contain;
}.enterprise-profile-hero__role-badge-icon{
    display: block;
    width: auto;
    height: 28px;
    object-fit: contain;
}.enterprise-profile-hero__role-pill.profile-badge--neutral{
    margin: 0;
    display: inline-flex;
    align-items: center;
}.enterprise-profile-hero__stat-bar{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1 1 240px;
    min-width: min(100%, 200px);
    max-width: 100%;
    padding: 0.5rem 0;
    border-radius: 12px;
    background: rgba(11, 17, 32, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}.enterprise-profile-hero-stat--bar{
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem 0.85rem;
    gap: 0.15rem;
}.enterprise-profile-hero-stat--bar + .enterprise-profile-hero-stat--bar{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.enterprise-profile-hero__stat-bar .enterprise-profile-hero-stat__label{
    margin-bottom: 0;
    font-size: 0.56rem;
    letter-spacing: 0.11em;
}.enterprise-profile-hero-stat__value--bar{
    display: block;
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f1f5f9;
    line-height: 1.15;
}.enterprise-profile-hero__actions--compact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
}.enterprise-profile-company-bento-link{
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.5rem;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    text-decoration: none;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.15s ease, border-color 0.15s ease;
}.enterprise-profile-company-bento-link--premium{
    position: relative;
    gap: 1.05rem;
    padding: 1.15rem 1.2rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.36);
    overflow: hidden;
}.enterprise-profile-company-bento-link--premium::before{
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: radial-gradient(circle at 12% 18%, rgba(20, 184, 166, 0.18), transparent 48%);
    pointer-events: none;
}.enterprise-profile-company-bento-link:hover{
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.25);
    color: #f8fafc;
}.enterprise-profile-company-bento-link--premium:hover{
    transform: translateY(-2px);
    border-color: rgba(45, 212, 191, 0.38);
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.44);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(20, 31, 49, 0.94));
}.enterprise-profile-company-bento-link__logo-wrap{
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
}.enterprise-profile-company-bento-link__logo{
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
}.enterprise-profile-company-bento-link__logo-fallback{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #5eead4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}.enterprise-profile-company-bento-link__body{
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    min-width: 0;
    flex: 1;
    position: relative;
    z-index: 1;
}.enterprise-profile-company-bento-link__name{
    font-weight: 800;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
    word-break: break-word;
}.enterprise-profile-company-bento-link__members-pill{
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.22rem 0.66rem;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #cbd5e1;
    background: rgba(148, 163, 184, 0.13);
    border: 1px solid rgba(148, 163, 184, 0.28);
}.enterprise-profile-company-bento-link__role-pill{
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--vtc-role-color, #94a3b8);
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.4);
}.enterprise-profile-company-bento-link__chev{
    color: #64748b;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}.profile-stats-tab-empty{
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}@media (max-width: 960px) {.enterprise-profile-hero__avatar--compact,
    .enterprise-profile-hero__avatar--compact.enterprise-profile-hero__avatar--placeholder{
        width: 72px;
        height: 72px;
    }.enterprise-profile-hero__identity-block{
        max-width: none;
        flex: 1 1 calc(100% - 5.5rem);
    }.enterprise-profile-hero__stat-bar{
        flex: 1 1 100%;
        order: 4;
        width: 100%;
    }.enterprise-profile-hero__actions--compact{
        order: 3;
        margin-left: auto;
        width: auto;
    }}

.profile-secondary-roles-value{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}
.profile-secondary-role-badge{
    margin: 0;
}

.profile-edit-role-card{
    max-width: 640px;
    border: 1px solid rgba(94, 234, 212, 0.14);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.profile-edit-role-intro{
    margin: 0 0 1.35rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}
.profile-edit-role-section{
    margin-bottom: 1.35rem;
}
.profile-edit-role-label{
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-secondary);
}
.profile-edit-role-primary-wrap{
    position: relative;
}
.profile-edit-role-select-wrap{
    width: 100%;
}
.profile-edit-role-select-trigger{
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--role-accent, #94a3b8) 42%, rgba(148, 163, 184, 0.28));
    background: color-mix(in srgb, var(--role-accent, #94a3b8) 8%, rgba(15, 23, 42, 0.72));
    color: var(--text-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    --role-accent: #94a3b8;
}
.profile-edit-role-select-trigger:hover,
.profile-edit-role-select-wrap.is-open .profile-edit-role-select-trigger{
    border-color: color-mix(in srgb, var(--role-accent) 65%, transparent);
    background: color-mix(in srgb, var(--role-accent) 14%, rgba(15, 23, 42, 0.72));
}
.profile-edit-role-select-text{
    font-weight: 700;
    color: var(--role-accent, #94a3b8);
}
.profile-edit-role-select-dropdown{
    width: 100%;
    border-radius: 12px;
    max-height: 280px;
    overflow-y: auto;
}
.profile-edit-role-select-option{
    display: flex;
    align-items: center;
    gap: 0.55rem;
}
.profile-edit-role-select-option:hover,
.profile-edit-role-select-option.is-selected{
    background: color-mix(in srgb, var(--role-color, #94a3b8) 14%, var(--bg-tertiary));
}
.profile-edit-role-select-name{
    font-weight: 700;
}
.profile-edit-role-select-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent);
}
.profile-edit-role-secondary-panel{
    padding: 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.55);
}
.profile-edit-role-secondary-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}
.profile-edit-role-secondary-grid.is-empty::after{
    content: attr(data-empty-text);
    display: block;
    grid-column: 1 / -1;
    color: var(--text-muted);
    font-size: 0.88rem;
    padding: 0.35rem 0.15rem;
}
.profile-edit-role-secondary-option{
    display: block;
    cursor: pointer;
}
.profile-edit-role-secondary-option.is-hidden{
    display: none;
}
.profile-edit-role-secondary-input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.profile-edit-role-secondary-box{
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, var(--role-color, #94a3b8) 42%, rgba(148, 163, 184, 0.22));
    background: color-mix(in srgb, var(--role-color, #94a3b8) 10%, rgba(30, 41, 59, 0.45));
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.profile-edit-role-secondary-check{
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid color-mix(in srgb, var(--role-color, #94a3b8) 55%, rgba(148, 163, 184, 0.45));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    color: transparent;
    flex-shrink: 0;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.profile-edit-role-secondary-name{
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--role-color, #94a3b8);
}
.profile-edit-role-secondary-option:hover .profile-edit-role-secondary-box{
    border-color: color-mix(in srgb, var(--role-color, #94a3b8) 62%, transparent);
    background: color-mix(in srgb, var(--role-color, #94a3b8) 16%, rgba(30, 41, 59, 0.45));
}
.profile-edit-role-secondary-input:checked + .profile-edit-role-secondary-box{
    border-color: color-mix(in srgb, var(--role-color, #94a3b8) 72%, transparent);
    background: color-mix(in srgb, var(--role-color, #94a3b8) 20%, rgba(30, 41, 59, 0.45));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--role-color, #94a3b8) 35%, transparent);
}
.profile-edit-role-secondary-input:checked + .profile-edit-role-secondary-box .profile-edit-role-secondary-check{
    border-color: var(--role-color, #5eead4);
    background: var(--role-color, #5eead4);
    color: #0f172a;
}
.profile-edit-role-secondary-input:focus-visible + .profile-edit-role-secondary-box{
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}
.profile-edit-role-actions{
    margin-top: 0.35rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}
@media (max-width: 560px){
    .profile-edit-role-secondary-grid{
        grid-template-columns: 1fr;
    }
}
