.profile-hub {
    margin: 16px 0 40px;
    padding: 34px;
    border: 1px solid rgba(255, 153, 0, .18);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(255,153,0,.08), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        #0f1216;
}

.profile-heading,
.profile-panel-head,
.profile-bar-row > div:first-child,
.profile-channel-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.profile-heading h2 {
    margin: 5px 0 8px;
    font-size: clamp(25px, 3vw, 42px);
    letter-spacing: -.045em;
}

.profile-heading p {
    max-width: 800px;
    margin: 0;
    color: #919aa6;
    font-size: 13px;
}

.profile-scope {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(84,217,140,.25);
    border-radius: 999px;
    color: #99f1be;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
}

.profile-scope .live-dot { margin-right: 7px; }

.profile-bridge {
    display: grid;
    grid-template-columns: 1fr auto 1.2fr auto 1fr;
    align-items: stretch;
    gap: 14px;
    margin-top: 28px;
}

.profile-bridge article,
.profile-panel {
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.025);
}

.profile-bridge article {
    min-width: 0;
    padding: 22px;
    border-radius: 18px;
}

.profile-bridge-focus {
    border-color: rgba(255,153,0,.28) !important;
    background: linear-gradient(145deg, rgba(153,25,0,.24), rgba(255,153,0,.07)) !important;
}

.profile-bridge span,
.profile-panel-head > span,
.profile-split-cards span,
.profile-policy span,
.profile-contract-grid span {
    color: #8f99a7;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.profile-bridge strong {
    display: block;
    margin-top: 5px;
    font-size: clamp(25px, 2.6vw, 39px);
    letter-spacing: -.045em;
}

.profile-bridge small,
.profile-split-cards small,
.profile-policy small,
.profile-channel-row small,
.profile-contract-grid small {
    display: block;
    margin-top: 4px;
    color: #77818e;
    font-size: 10px;
}

.profile-arrow {
    display: grid;
    place-items: center;
    color: #ff9900;
    opacity: .55;
}

.profile-dual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.profile-panel {
    padding: 24px;
    border-radius: 20px;
}

.profile-panel-head { align-items: flex-start; }
.profile-panel-head h3,
.profile-data-contract h3 {
    margin: 4px 0 0;
    font-size: 20px;
}

.profile-split-cards,
.profile-policy,
.profile-contract-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.profile-split-cards > div,
.profile-policy > div,
.profile-contract-grid > div {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    background: rgba(255,255,255,.018);
}

.profile-split-cards strong,
.profile-policy strong {
    display: block;
    margin-top: 3px;
    font-size: 24px;
}

.profile-channel-list,
.profile-bars {
    display: grid;
    gap: 11px;
    margin-top: 22px;
}

.profile-channel-row {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 72px 135px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.profile-channel-row > div { min-width: 0; }
.profile-channel-row strong { font-size: 12px; }
.profile-channel-row > span { color: #b7c0cb; font-size: 12px; text-align: right; }
.profile-channel-row > b { color: #f2c363; font-size: 12px; text-align: right; }

.profile-bar-row > div:first-child { font-size: 11px; }
.profile-bar-row > div:first-child span { color: #cdd3da; }
.profile-bar-row > div:first-child strong { font-size: 11px; }
.profile-bar-row small { color: #747e8b; font-size: 9px; }

.profile-bar-track {
    height: 6px;
    overflow: hidden;
    margin: 7px 0 3px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
}

.profile-bar-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #a41e08, #ff9900);
}

.profile-bar-gold i {
    background: linear-gradient(90deg, #8b6424, #e6b54a);
}

.profile-data-contract { margin-top: 16px; }
.profile-contract-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profile-contract-grid strong { display: block; margin-top: 5px; font-size: 14px; }

@media (max-width: 980px) {
    .profile-bridge { grid-template-columns: 1fr; }
    .profile-arrow { transform: rotate(90deg); }
    .profile-dual { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
    .profile-hub { padding: 22px 16px; }
    .profile-heading { align-items: flex-start; flex-direction: column; }
    .profile-split-cards,
    .profile-policy,
    .profile-contract-grid { grid-template-columns: 1fr; }
    .profile-channel-row { grid-template-columns: 1fr auto; }
    .profile-channel-row > b { grid-column: 1 / -1; text-align: left; }
}
