/* Buzzen V5 public profile presentation.
 * Build 0355 adds default-page accents, clearer member navigation, compact empty
 * states, and integrated reporting while preserving member-selected backgrounds.
 */

.buzzen-profile-page {
    min-height: 70vh;
    padding-bottom: 46px;
    background-color: var(--buzzen-page-bg);
    background-position: center top;
}

/* Build 0355: profiles without a member-selected background retain a restrained
 * Buzzen visual treatment rather than falling back to a completely flat canvas. */
.buzzen-profile-page.has-default-profile-accent {
    background:
        radial-gradient(circle at 6% 13%, rgba(27, 121, 189, .085) 0 88px, transparent 90px),
        radial-gradient(circle at 94% 20%, rgba(12, 53, 86, .035) 0 64px, transparent 66px),
        radial-gradient(circle at 96% 76%, rgba(255, 210, 74, .11) 0 138px, transparent 140px),
        linear-gradient(180deg, #eef6fb 0%, #f7fafc 48%, #eef5f9 100%);
}

.buzzen-profile-page.has-profile-background.profile-bg-stretch {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.buzzen-profile-page.has-profile-background.profile-bg-tile {
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    background-attachment: scroll;
}

.buzzen-profile-container {
    padding-top: 38px;
}

.buzzen-profile-canvas {
    padding: 0;
    border: 1px solid rgba(30, 89, 132, .18);
    border-radius: 20px;
    background-color: var(--profile-holder-bg, transparent);
    box-shadow: 0 24px 62px rgba(10, 39, 65, .20);
    overflow: hidden;
}

.buzzen-profile-shell {
    position: relative;
    padding: 22px;
    background: rgba(246, 250, 253, var(--profile-panel-alpha, .96));
    backdrop-filter: blur(3px);
}

.buzzen-profile-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #0c3556 0%, #1b79bd 58%, #ffd24a 100%);
}

.buzzen-profile-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 2px 12px;
}

.buzzen-profile-topline .buzzen-v5-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 3px;
    color: #547188;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.buzzen-profile-topline .buzzen-v5-kicker i {
    color: #1b79bd;
}

.buzzen-profile-page-title {
    margin: 0;
    color: #123d5c;
    font-family: var(--buzzen-font-heading);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.05;
}

.buzzen-profile-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid rgba(27, 121, 189, .24);
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    color: #155783;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(17,71,111,.07);
}

.buzzen-profile-share-button:hover,
.buzzen-profile-share-button:focus-visible {
    border-color: #1b79bd;
    background: #fff;
    color: #0f6ba9;
}

.buzzen-profile-breadcrumb {
    margin-bottom: 10px;
}

/* Build 0355: Album and Blog are member-content destinations, not breadcrumb
 * ancestors. Keep the breadcrumb structural and give member areas their own nav. */
.buzzen-profile-member-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 18px;
    padding: 5px;
    border: 1px solid rgba(27,121,189,.14);
    border-radius: 13px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 6px 16px rgba(17,71,111,.05);
}

.buzzen-profile-member-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 13px;
    border-radius: 9px;
    color: #47677e;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.buzzen-profile-member-nav a i {
    color: #1b79bd;
}

.buzzen-profile-member-nav a:hover,
.buzzen-profile-member-nav a:focus-visible {
    background: #eef7fc;
    color: #0f6ba9;
}

.buzzen-profile-member-nav a:focus-visible {
    outline: 3px solid rgba(255,210,74,.72);
    outline-offset: 2px;
}

.buzzen-profile-member-nav a.is-active {
    background: linear-gradient(135deg, #176aa2, #1c83c7);
    color: #fff;
    box-shadow: 0 5px 13px rgba(17,100,155,.18);
}

.buzzen-profile-member-nav a.is-active i {
    color: #ffd24a;
}

.buzzen-profile-alert {
    margin-bottom: 18px;
    border-radius: 12px;
    font-size: 15px;
}

/* Hero ---------------------------------------------------------------- */
.buzzen-profile-hero {
    position: relative;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) minmax(235px, 270px);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 16px;
    padding: 24px;
    border: 1px solid rgba(27,121,189,.18);
    border-radius: 18px;
    background: rgba(255,255,255,var(--profile-panel-alpha, .96));
    box-shadow: 0 14px 34px rgba(17,71,111,.10);
    overflow: hidden;
}

.buzzen-profile-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #1b79bd 0%, #ffd24a 100%);
}

.buzzen-profile-photo-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.buzzen-profile-avatar-button {
    position: relative;
    display: block;
    width: 174px;
    height: 210px;
    padding: 0;
    border: 0;
    border-radius: 17px;
    background: #e9f3fa;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(27,121,189,.15), 0 14px 30px rgba(17,71,111,.16);
    overflow: hidden;
    cursor: zoom-in;
}

.buzzen-profile-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.buzzen-profile-avatar-zoom {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(7,17,31,.78);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,.22);
}

.buzzen-profile-avatar-button:focus-visible {
    outline: 3px solid #ffd24a;
    outline-offset: 6px;
}

.buzzen-profile-mood {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    max-width: 180px;
    padding: 6px 11px;
    border: 1px solid rgba(27,121,189,.15);
    border-radius: 999px;
    background: rgba(244,250,254,.94);
    color: #496579;
    font-size: 13px;
    font-weight: 800;
}

.buzzen-profile-mood img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

button.buzzen-profile-mood {
    font: inherit;
}

.buzzen-profile-mood.is-editable {
    max-width: 190px;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.buzzen-profile-mood.is-editable > span {
    display: grid;
    min-width: 0;
    text-align: left;
}

.buzzen-profile-mood.is-editable strong {
    color: #31566f;
    font-size: 13px;
    line-height: 1.2;
}

.buzzen-profile-mood.is-editable small {
    margin-top: 1px;
    color: #1b79bd;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.buzzen-profile-mood.is-editable > i {
    color: #7691a4;
    font-size: 10px;
}

.buzzen-profile-mood.is-editable:hover,
.buzzen-profile-mood.is-editable:focus-visible {
    border-color: rgba(27,121,189,.42);
    box-shadow: 0 6px 16px rgba(17,71,111,.10);
    transform: translateY(-1px);
}

.buzzen-profile-mood.is-editable:focus-visible {
    outline: 3px solid rgba(255,210,74,.75);
    outline-offset: 3px;
}

.buzzen-profile-identity {
    min-width: 0;
    align-self: center;
    padding: 3px 0;
}

.buzzen-profile-name-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 14px;
}

.buzzen-profile-name-row h2 {
    margin: 0;
    color: #113c5b;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: .98;
    overflow-wrap: anywhere;
}

.buzzen-profile-handle {
    margin-top: 6px;
    color: #688095;
    font-size: 14px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.buzzen-profile-relationship-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf8ef;
    color: #257244;
    font-size: 13px;
    font-weight: 800;
}

.buzzen-profile-identity-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.buzzen-profile-singles-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(20, 111, 172, .24);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(231, 246, 255, .98), rgba(255, 249, 220, .98));
    color: #155f8d;
    box-shadow: 0 5px 13px rgba(18, 82, 124, .08);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.buzzen-profile-singles-chip i {
    color: #d09a0b;
}

.buzzen-profile-singles-chip:hover,
.buzzen-profile-singles-chip:focus-visible {
    border-color: rgba(20, 111, 172, .48);
    color: #0f557f;
    box-shadow: 0 8px 17px rgba(18, 82, 124, .13);
    text-decoration: none;
    transform: translateY(-1px);
}

.buzzen-profile-singles-chip:focus-visible {
    outline: 3px solid rgba(255, 210, 74, .7);
    outline-offset: 2px;
}

.buzzen-profile-singles-chip.is-owner {
    background: linear-gradient(135deg, rgba(255, 249, 220, .98), rgba(235, 247, 255, .98));
}

.buzzen-profile-identity-line {
    margin: 14px 0 0;
    color: #4d687c;
    font-size: 15px;
    line-height: 1.55;
}

.buzzen-profile-badges-showcase {
    margin-top: 15px;
    padding: 11px 12px 12px;
    border: 1px solid rgba(27,121,189,.12);
    border-radius: 14px;
    background: rgba(250,253,255,.82);
}

.buzzen-profile-badges-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.buzzen-profile-badges-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #31566f;
    font-size: 13px;
    font-weight: 900;
}

.buzzen-profile-badges-heading > span i {
    color: #d99a17;
}

.buzzen-profile-badges-heading small {
    color: #7890a1;
    font-size: 12px;
    font-weight: 700;
}

.buzzen-profile-badge-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.buzzen-profile-badge {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    padding: 6px;
    border: 1px solid rgba(27,121,189,.15);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 15px rgba(17,71,111,.08);
    cursor: zoom-in;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.buzzen-profile-badge:hover,
.buzzen-profile-badge:focus-visible {
    border-color: rgba(27,121,189,.42);
    box-shadow: 0 9px 20px rgba(17,71,111,.14);
    transform: translateY(-2px);
}

.buzzen-profile-badge:focus-visible {
    outline: 3px solid rgba(255,210,74,.75);
    outline-offset: 2px;
}

.buzzen-profile-badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,.24));
}

.buzzen-profile-stat-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 19px;
}

.buzzen-profile-stat-strip > span {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0 7px;
    align-items: center;
    min-width: 105px;
    padding: 8px 11px;
    border: 1px solid rgba(27,121,189,.11);
    border-radius: 11px;
    background: rgba(244,250,254,.90);
}

.buzzen-profile-stat-strip i {
    grid-row: 1 / 3;
    color: #1b79bd;
    font-size: 16px;
}

.buzzen-profile-stat-strip strong {
    color: #183f5c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
}

.buzzen-profile-stat-strip small {
    color: #718598;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}

/* Action panel -------------------------------------------------------- */
.buzzen-profile-actions {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-self: stretch;
    padding: 16px;
    border: 1px solid rgba(27,121,189,.14);
    border-radius: 15px;
    background: rgba(239,248,253,.88);
}

.buzzen-profile-actions form {
    display: block;
    margin: 0;
}

.buzzen-profile-actions .btn {
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
}

.buzzen-profile-action-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    color: #244f6d;
    font-size: 14px;
    font-weight: 900;
}

.buzzen-profile-action-heading i {
    color: #1b79bd;
}

.buzzen-profile-action-primary {
    border-color: #116ca9;
    background: linear-gradient(135deg, #176aa2, #1c83c7);
    color: #fff;
}

.buzzen-profile-action-primary:hover,
.buzzen-profile-action-primary:focus-visible {
    border-color: #0d5e95;
    background: linear-gradient(135deg, #125d90, #1675b3);
    color: #fff;
}

.buzzen-profile-action-secondary {
    border-color: rgba(27,121,189,.24);
    background: #fff;
    color: #185a85;
}

.buzzen-profile-action-secondary:hover,
.buzzen-profile-action-secondary:focus-visible {
    border-color: #1b79bd;
    background: #f3faff;
    color: #0f6ba9;
}

.buzzen-profile-action-danger {
    border-color: rgba(190,57,57,.32);
    background: #fff7f7;
    color: #a42e2e;
}

.buzzen-profile-action-danger:hover,
.buzzen-profile-action-danger:focus-visible {
    border-color: #bb4040;
    background: #fff0f0;
    color: #922525;
}

.buzzen-profile-action-liked {
    border-color: rgba(201,58,96,.26);
    background: #fff2f6;
    color: #a4264d;
}

.buzzen-profile-action-liked:hover,
.buzzen-profile-action-liked:focus-visible {
    border-color: #d64d74;
    background: #ffe8ef;
    color: #8f1f42;
}

.buzzen-profile-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 5px 6px;
    color: #486a82;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-profile-action-link:hover,
.buzzen-profile-action-link:focus-visible {
    color: #0f6ba9;
    text-decoration: underline;
}

.buzzen-profile-action-state,
.buzzen-profile-interaction-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    border: 1px solid rgba(27,121,189,.13);
    border-radius: 10px;
    background: rgba(255,255,255,.82);
    color: #526d81;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.buzzen-profile-action-state.is-friend {
    border-color: rgba(39,128,72,.18);
    background: #edf9f1;
    color: #267047;
}

.buzzen-profile-action-state.is-blocked {
    border-color: rgba(180,62,62,.18);
    background: #fff3f3;
    color: #9a3535;
}

.buzzen-profile-interaction-note i {
    color: #1b79bd;
}

.buzzen-profile-action-copy {
    margin: 0 0 3px;
    color: #5a7184;
    font-size: 14px;
    line-height: 1.55;
}

.buzzen-profile-action-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

/* Build 0355: reporting belongs with the other member actions. The report form
 * expands in-place instead of floating between the identity and content cards. */
.buzzen-profile-action-report {
    width: 100%;
}

.buzzen-profile-action-report > summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(170, 74, 74, .22);
    border-radius: 10px;
    background: rgba(255,255,255,.88);
    color: #8a4545;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.buzzen-profile-action-report > summary::-webkit-details-marker {
    display: none;
}

.buzzen-profile-action-report > summary:hover,
.buzzen-profile-action-report > summary:focus-visible,
.buzzen-profile-action-report[open] > summary {
    border-color: rgba(170, 74, 74, .38);
    background: #fff7f7;
    color: #9a3535;
}

.buzzen-profile-action-report > summary:focus-visible {
    outline: 3px solid rgba(255,210,74,.72);
    outline-offset: 2px;
}

.buzzen-profile-action-state.is-reported {
    border-color: rgba(39,128,72,.16);
    background: #f1faf4;
    color: #47725a;
}

/* Secondary social controls ----------------------------------------- */
.buzzen-profile-secondary-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 16px;
}

.buzzen-profile-details-popover {
    position: relative;
    max-width: 100%;
}

.buzzen-profile-details-popover > summary,
.buzzen-profile-reported-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(27,121,189,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.90);
    color: #4d6a7e;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.buzzen-profile-details-popover > summary::-webkit-details-marker {
    display: none;
}

.buzzen-profile-details-popover > summary span {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #eaf5fc;
    color: #156b9f;
}

.buzzen-profile-details-panel,
.buzzen-profile-report-form {
    position: absolute;
    z-index: 8;
    right: 0;
    top: calc(100% + 8px);
    width: min(360px, calc(100vw - 40px));
    padding: 14px;
    border: 1px solid rgba(27,121,189,.18);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(10,44,71,.17);
}

.buzzen-profile-like-list {
    display: grid;
    gap: 8px;
    max-height: 310px;
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.buzzen-profile-like-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 9px;
    border-radius: 9px;
    background: #f6fafc;
}

.buzzen-profile-like-list a {
    color: #185b88;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-profile-like-list button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #a43838;
}

.buzzen-profile-like-list button:hover,
.buzzen-profile-like-list button:focus-visible {
    background: #ffecec;
}

.buzzen-profile-report-form {
    display: grid;
    gap: 8px;
}

.buzzen-profile-report-form label {
    color: #274e69;
    font-size: 14px;
    font-weight: 800;
}

.buzzen-profile-report-form textarea {
    min-height: 92px;
    font-size: 15px;
}

.buzzen-profile-report-form small {
    color: #6b7f8f;
    font-size: 13px;
}

.buzzen-profile-action-report .buzzen-profile-report-form {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border-color: rgba(170,74,74,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.92);
    box-shadow: none;
}

.buzzen-profile-action-report .buzzen-profile-report-form textarea {
    min-height: 82px;
}

/* Content ------------------------------------------------------------ */
.buzzen-profile-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(285px, .85fr);
    gap: 18px;
    align-items: start;
}

.buzzen-profile-main-content,
.buzzen-profile-side-content {
    display: grid;
    gap: 18px;
}

.buzzen-profile-card {
    border: 1px solid rgba(27,121,189,.15);
    border-radius: 16px;
    background: rgba(255,255,255,var(--profile-panel-alpha, .96));
    box-shadow: 0 9px 24px rgba(17,71,111,.07);
    overflow: hidden;
}

.buzzen-profile-card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 72px;
    padding: 14px 17px;
    border-bottom: 1px solid rgba(27,121,189,.10);
    background: rgba(244,250,254,.82);
}

.buzzen-profile-card-header::after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 0;
    width: 76px;
    height: 3px;
    border-radius: 999px;
    background: #f5ad24;
}

.buzzen-profile-card-header > div:first-child {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.buzzen-profile-card-header.is-compact {
    min-height: 62px;
}

.buzzen-profile-card-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 11px;
    background: #eaf5fc;
    color: #1b79bd;
    font-size: 17px;
}

.buzzen-profile-card-header h2 {
    margin: 0;
    color: #173f5d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.buzzen-profile-card-header p {
    margin: 3px 0 0;
    color: #698092;
    font-size: 13px;
    line-height: 1.4;
}

.buzzen-profile-card-header > a {
    flex: 0 0 auto;
    color: #176797;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-profile-card-header > a:hover,
.buzzen-profile-card-header > a:focus-visible {
    color: #0d78ba;
    text-decoration: underline;
}

.buzzen-profile-card-body {
    padding: 17px;
    color: #344f63;
    font-size: 15px;
    line-height: 1.68;
}

.buzzen-profile-about-body {
    min-height: 150px;
}

.buzzen-profile-about-body.is-empty {
    min-height: 0;
}

.buzzen-profile-rich-content {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.buzzen-profile-rich-content img {
    max-width: 100% !important;
    height: auto !important;
}

.buzzen-profile-rich-content iframe {
    display: block;
    width: min(100%, 720px) !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 240px;
    margin: 12px auto;
    border: 0;
}

.buzzen-profile-rich-content h1,
.buzzen-profile-rich-content h2,
.buzzen-profile-rich-content h3,
.buzzen-profile-rich-content h4,
.buzzen-profile-rich-content h5,
.buzzen-profile-rich-content h6 {
    color: #1b4868;
    line-height: 1.2;
}

.buzzen-profile-rich-content a {
    overflow-wrap: anywhere;
}

.buzzen-profile-empty-state {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 15px;
    border: 1px dashed rgba(27,121,189,.22);
    border-radius: 13px;
    background: rgba(244,250,254,.70);
}

.buzzen-profile-empty-state > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 11px;
    background: #e8f4fb;
    color: #1b79bd;
    font-size: 17px;
}

.buzzen-profile-empty-state > div {
    min-width: 0;
    flex: 1 1 auto;
}

.buzzen-profile-empty-state strong,
.buzzen-profile-empty-state span {
    display: block;
}

.buzzen-profile-empty-state strong {
    color: #244d69;
    font-size: 15px;
}

.buzzen-profile-empty-state span {
    margin-top: 2px;
    color: #687f91;
    font-size: 13px;
    line-height: 1.45;
}

.buzzen-profile-empty-state > a {
    flex: 0 0 auto;
    color: #176797;
    font-size: 13px;
    font-weight: 800;
}

.buzzen-profile-empty-state.is-quiet {
    min-height: 80px;
}

.buzzen-profile-empty-state.is-compact {
    min-height: 0;
    gap: 10px;
    padding: 11px 12px;
}

.buzzen-profile-empty-state.is-compact > i {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 9px;
    font-size: 15px;
}

.buzzen-profile-empty-state.is-compact strong {
    font-size: 14px;
}

.buzzen-profile-empty-state.is-compact span {
    font-size: 12.5px;
}

.buzzen-profile-photo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.buzzen-profile-photo-tile {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #e8f1f7;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(27,121,189,.08);
}

.buzzen-profile-photo-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .18s ease;
}

.buzzen-profile-photo-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: inherit;
    pointer-events: none;
}

.buzzen-profile-photo-tile:hover img,
.buzzen-profile-photo-tile:focus-visible img {
    transform: scale(1.035);
}

.buzzen-profile-photo-tile:focus-visible {
    outline: none;
}

.buzzen-profile-photo-tile:focus-visible::after {
    border-color: #ffd24a;
}

.buzzen-profile-blog-list,
.buzzen-profile-link-list {
    display: grid;
    gap: 8px;
}

.buzzen-profile-blog-list > a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px 11px;
    border: 1px solid rgba(27,121,189,.10);
    border-radius: 11px;
    background: #f9fcfe;
    color: inherit;
    text-decoration: none;
}

.buzzen-profile-blog-list > a > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eaf5fc;
    color: #1b79bd;
}

.buzzen-profile-blog-list strong,
.buzzen-profile-blog-list small {
    display: block;
}

.buzzen-profile-blog-list strong {
    color: #244d69;
    font-size: 15px;
    line-height: 1.35;
}

.buzzen-profile-blog-list small {
    margin-top: 2px;
    color: #758899;
    font-size: 13px;
    font-weight: 700;
}

.buzzen-profile-blog-list > a > i {
    color: #8aa0af;
    font-size: 12px;
}

.buzzen-profile-blog-list > a:hover,
.buzzen-profile-blog-list > a:focus-visible,
.buzzen-profile-link-list > a:hover,
.buzzen-profile-link-list > a:focus-visible {
    border-color: rgba(27,121,189,.28);
    background: #f1f9fe;
}

/* Sidebar ------------------------------------------------------------ */
.buzzen-profile-detail-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.buzzen-profile-detail-list > div {
    display: grid;
    gap: 3px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(27,121,189,.09);
}

.buzzen-profile-detail-list > div:first-child {
    padding-top: 0;
}

.buzzen-profile-detail-list > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.buzzen-profile-detail-list dt {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6e8394;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.buzzen-profile-detail-list dt i {
    width: 15px;
    color: #1b79bd;
    text-align: center;
}

.buzzen-profile-detail-list dd {
    margin: 0 0 0 22px;
    color: #2b4d64;
    font-size: 14px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.buzzen-profile-detail-list dd a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    overflow-wrap: anywhere;
}

.buzzen-profile-detail-list dd a i {
    font-size: 10px;
}

.buzzen-profile-side-empty {
    margin: 0;
    color: #6b8192;
    font-size: 14px;
    line-height: 1.55;
}

.buzzen-profile-link-list > a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 9px;
    border: 1px solid rgba(27,121,189,.09);
    border-radius: 10px;
    background: #f9fcfe;
    color: #27516e;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.buzzen-profile-link-list > a > i:first-child {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eaf5fc;
    color: #1b79bd;
}

.buzzen-profile-link-list > a > i:last-child {
    color: #92a4b1;
    font-size: 10px;
}

.buzzen-profile-achievements {
    display: grid;
    gap: 18px;
}

.buzzen-profile-achievement-group + .buzzen-profile-achievement-group {
    padding-top: 16px;
    border-top: 1px solid rgba(27,121,189,.10);
}

.buzzen-profile-achievement-group h3 {
    margin: 0 0 9px;
    color: #31556c;
    font-size: 16px;
    font-weight: 800;
}

.buzzen-profile-achievement-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.buzzen-profile-achievement-heading a {
    font-size: 13px;
    font-weight: 800;
}

.buzzen-profile-award-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.buzzen-profile-achievement-heading small {
    color: #7c91a1;
    font-size: 12px;
    font-weight: 700;
}

.buzzen-profile-award-button {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 112px;
    padding: 6px;
    border: 1px solid rgba(27,121,189,.12);
    border-radius: 10px;
    background: #fff;
    cursor: zoom-in;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.buzzen-profile-award-button:hover,
.buzzen-profile-award-button:focus-visible {
    border-color: rgba(27,121,189,.40);
    box-shadow: 0 8px 18px rgba(17,71,111,.12);
    transform: translateY(-2px);
}

.buzzen-profile-award-button:focus-visible {
    outline: 3px solid rgba(255,210,74,.75);
    outline-offset: 2px;
}

.buzzen-profile-award-button img {
    width: 100%;
    max-height: 105px;
    object-fit: contain;
}

.buzzen-profile-win-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.buzzen-profile-win-list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.buzzen-profile-win-list > li > i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #fff6d9;
    color: #c58a12;
}

.buzzen-profile-win-list strong,
.buzzen-profile-win-list small {
    display: block;
}

.buzzen-profile-win-list strong {
    color: #31536a;
    font-size: 14px;
}

.buzzen-profile-win-list small {
    color: #81919e;
    font-size: 13px;
}

/* Community footer -------------------------------------------------- */
.buzzen-profile-community-footer {
    margin-top: 20px;
}

.buzzen-profile-relay-card {
    border: 1px solid rgba(27,121,189,.14);
    border-radius: 15px;
    background: rgba(255,255,255,var(--profile-panel-alpha, .96));
    box-shadow: 0 8px 22px rgba(17,71,111,.06);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px 17px;
    overflow: hidden;
}

.buzzen-profile-relay-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #123f60, #1c7cb8);
    color: #ffd24a;
    font-size: 21px;
}

.buzzen-profile-relay-card small,
.buzzen-profile-relay-card strong,
.buzzen-profile-relay-card p {
    display: block;
}

.buzzen-profile-relay-card small {
    color: #1b79bd;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.buzzen-profile-relay-card strong {
    margin-top: 2px;
    color: #234b65;
    font-size: 15px;
}

.buzzen-profile-relay-card p {
    margin: 4px 0 0;
    color: #677e8f;
    font-size: 13px;
    line-height: 1.45;
}

.buzzen-profile-relay-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 10px;
    background: #176ea8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.buzzen-profile-relay-card > a:hover,
.buzzen-profile-relay-card > a:focus-visible {
    background: #125f91;
    color: #fff;
}

/* Modal -------------------------------------------------------------- */
.buzzen-profile-photo-modal {
    border: 1px solid rgba(27,121,189,.18);
    border-radius: 16px;
    overflow: hidden;
}

.buzzen-profile-photo-modal .modal-header {
    border-bottom-color: rgba(27,121,189,.12);
    background: #f3f9fd;
}

.buzzen-profile-photo-modal .modal-title {
    color: #244d69;
    font-family: var(--buzzen-font-heading);
    font-weight: 800;
}

.buzzen-profile-photo-modal .modal-body {
    padding: 14px;
    background: #0a1723;
}

.buzzen-profile-photo-modal .modal-body img {
    max-height: 75vh;
    border-radius: 10px;
    object-fit: contain;
}

.buzzen-profile-showcase-modal {
    border: 1px solid rgba(27,121,189,.18);
    border-radius: 16px;
    overflow: hidden;
}

.buzzen-profile-showcase-modal .modal-header {
    border-bottom-color: rgba(27,121,189,.12);
    background: #f3f9fd;
}

.buzzen-profile-showcase-modal .modal-title {
    margin-top: 2px;
    color: #244d69;
    font-family: var(--buzzen-font-heading);
    font-weight: 800;
}

.buzzen-profile-modal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1b79bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.buzzen-profile-showcase-modal-body {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 22px;
    background: #f8fbfd;
}

.buzzen-profile-showcase-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
}

.buzzen-profile-mood-dialog {
    --bs-modal-width: 790px;
}

.buzzen-profile-mood-modal {
    position: relative;
    max-height: 100%;
    border: 1px solid rgba(86, 169, 226, .30);
    border-radius: 18px;
    background: #f4f9fc;
    box-shadow: 0 28px 70px rgba(4, 20, 35, .34), 0 0 0 1px rgba(255, 255, 255, .45);
    overflow: hidden;
}

.buzzen-profile-mood-modal::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #1b79bd 0 72%, #ffd24a 72% 100%);
    pointer-events: none;
}

.buzzen-profile-mood-modal .modal-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 22px 60px 18px 24px;
    border-bottom: 1px solid rgba(170, 216, 255, .18);
    background:
        radial-gradient(circle at 93% -45%, rgba(255, 210, 74, .25) 0 150px, transparent 152px),
        radial-gradient(circle at 58% 155%, rgba(27, 121, 189, .26) 0 165px, transparent 167px),
        linear-gradient(125deg, #071525 0%, #0b3561 58%, #07111d 100%);
    color: #fff;
}

.buzzen-profile-mood-modal .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    opacity: .78;
}

.buzzen-profile-mood-modal .modal-header .btn-close:hover,
.buzzen-profile-mood-modal .modal-header .btn-close:focus-visible {
    opacity: 1;
}

.buzzen-profile-mood-heading {
    min-width: 0;
}

.buzzen-profile-mood-modal .buzzen-profile-modal-kicker {
    color: #ffd24a;
}

.buzzen-profile-mood-modal .modal-title {
    margin-top: 4px;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 27px) !important;
    line-height: 1.05;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .22);
}

.buzzen-profile-mood-current {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 176px;
    padding: 7px 11px 7px 8px;
    border: 1px solid rgba(170, 216, 255, .22);
    border-radius: 12px;
    background: rgba(4, 22, 39, .52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.buzzen-profile-mood-current-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);
}

.buzzen-profile-mood-current img {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.buzzen-profile-mood-current-copy {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.buzzen-profile-mood-current-copy small {
    color: #a9d2ed;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1.1;
    text-transform: uppercase;
}

.buzzen-profile-mood-current-copy strong {
    color: #ffd24a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.buzzen-profile-mood-modal-body {
    min-height: 0;
    padding: 20px 22px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background:
        radial-gradient(circle at 103% -10%, rgba(255, 210, 74, .10) 0 155px, transparent 157px),
        radial-gradient(circle at -7% 108%, rgba(27, 121, 189, .08) 0 190px, transparent 192px),
        linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%);
    scrollbar-color: #1b79bd #e1edf5;
    scrollbar-width: thin;
}

.buzzen-profile-mood-modal-body::-webkit-scrollbar {
    width: 10px;
}

.buzzen-profile-mood-modal-body::-webkit-scrollbar-track {
    background: #e1edf5;
}

.buzzen-profile-mood-modal-body::-webkit-scrollbar-thumb {
    border: 2px solid #e1edf5;
    border-radius: 999px;
    background: #1b79bd;
}

.buzzen-profile-mood-intro {
    margin: 0 0 14px;
}

.buzzen-profile-mood-library-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #176da8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.buzzen-profile-mood-library-label i {
    color: #f0a719;
}

.buzzen-profile-mood-help {
    margin: 4px 0 0;
    color: #5c7689;
    font-size: 14px;
    line-height: 1.5;
}

.buzzen-profile-mood-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.buzzen-profile-mood-option {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    min-height: 96px;
    padding: 10px 7px 8px;
    overflow: hidden;
    border: 1px solid rgba(27, 121, 189, .15);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98) 0%, rgba(246, 251, 254, .98) 100%);
    box-shadow: 0 5px 14px rgba(17, 71, 111, .055), inset 0 3px 0 rgba(27, 121, 189, .07);
    color: #365a72;
    font: inherit;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.buzzen-profile-mood-option img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    transition: transform .16s ease;
}

.buzzen-profile-mood-option > span {
    max-width: 100%;
    color: #31566f;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.buzzen-profile-mood-option > small {
    min-height: 18px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #0d659e;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .045em;
    line-height: 1.3;
    text-transform: uppercase;
}

.buzzen-profile-mood-option:hover,
.buzzen-profile-mood-option:focus-visible {
    border-color: rgba(27, 121, 189, .48);
    background: linear-gradient(145deg, #fff 0%, #edf7fd 100%);
    box-shadow: 0 10px 22px rgba(17, 71, 111, .12), inset 0 3px 0 rgba(27, 121, 189, .42);
    color: #174d72;
    transform: translateY(-2px);
}

.buzzen-profile-mood-option:hover img,
.buzzen-profile-mood-option:focus-visible img {
    transform: scale(1.08);
}

.buzzen-profile-mood-option:focus-visible {
    outline: 3px solid rgba(255, 210, 74, .82);
    outline-offset: 2px;
}

.buzzen-profile-mood-option.is-current {
    border-color: rgba(240, 167, 25, .72);
    background: linear-gradient(145deg, #fffdf6 0%, #fff3c8 100%);
    box-shadow: 0 8px 20px rgba(188, 131, 20, .12), inset 0 3px 0 #ffd24a;
}

.buzzen-profile-mood-option.is-current > span {
    color: #173f5d;
}

.buzzen-profile-unavailable-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px;
    text-align: center;
}

.buzzen-profile-unavailable-card .buzzen-v5-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1b79bd;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.buzzen-profile-unavailable-card h1 {
    margin: 12px 0 8px;
    color: #173f5d;
    font-size: 32px;
}

.buzzen-profile-unavailable-card p {
    margin: 0 0 18px;
    color: #667d8e;
    font-size: 15px;
}

/* Responsive --------------------------------------------------------- */
@media (max-width: 1199.98px) {
    .buzzen-profile-hero {
        grid-template-columns: 170px minmax(0, 1fr) 230px;
        gap: 19px;
        padding: 21px;
    }

    .buzzen-profile-avatar-button {
        width: 154px;
        height: 188px;
    }

    .buzzen-profile-photo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .buzzen-profile-page.has-profile-background.profile-bg-stretch {
        background-attachment: scroll;
    }

    .buzzen-profile-shell {
        padding: 18px;
    }

    .buzzen-profile-hero {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .buzzen-profile-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
    }

    .buzzen-profile-action-heading,
    .buzzen-profile-action-copy,
    .buzzen-profile-interaction-note,
    .buzzen-profile-action-state,
    .buzzen-profile-action-report {
        grid-column: 1 / -1;
    }

    .buzzen-profile-action-pair {
        grid-column: span 2;
    }

    .buzzen-profile-content-grid {
        grid-template-columns: 1fr;
    }

    .buzzen-profile-side-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .buzzen-profile-side-content > .buzzen-profile-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .buzzen-profile-container {
        padding-top: 28px;
    }

    .buzzen-profile-canvas {
        border-radius: 16px;
    }

    .buzzen-profile-shell {
        padding: 15px;
    }

    .buzzen-profile-topline {
        align-items: flex-start;
    }

    .buzzen-profile-share-button {
        min-height: 40px;
        padding-inline: 12px;
    }

    .buzzen-profile-hero {
        grid-template-columns: 1fr;
        padding: 20px 17px;
    }

    .buzzen-profile-photo-column {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .buzzen-profile-avatar-button {
        width: 132px;
        height: 160px;
    }

    .buzzen-profile-identity {
        align-self: auto;
    }

    .buzzen-profile-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .buzzen-profile-card-header {
        align-items: flex-start;
    }

    .buzzen-profile-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .buzzen-profile-side-content {
        grid-template-columns: 1fr;
    }

    .buzzen-profile-side-content > .buzzen-profile-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

}

@media (max-width: 575.98px) {
    .buzzen-profile-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 24px;
    }

    .buzzen-profile-shell {
        padding: 12px;
    }

    .buzzen-profile-topline {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .buzzen-profile-page-title {
        font-size: 29px;
    }

    .buzzen-profile-share-button {
        width: 42px;
        padding: 0;
        font-size: 0;
        border-radius: 12px;
    }

    .buzzen-profile-share-button i {
        font-size: 15px;
    }

    .buzzen-profile-breadcrumb {
        font-size: 13px;
    }

    .buzzen-profile-member-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 4px;
        padding: 4px;
    }

    .buzzen-profile-member-nav a {
        min-width: 0;
        padding-inline: 7px;
        font-size: 12.5px;
    }

    .buzzen-profile-photo-column {
        align-items: center;
    }

    .buzzen-profile-avatar-button {
        width: 118px;
        height: 144px;
    }

    .buzzen-profile-mood {
        max-width: calc(100% - 132px);
    }

    .buzzen-profile-name-row h2 {
        font-size: 34px;
    }

    .buzzen-profile-stat-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .buzzen-profile-stat-strip > span:last-child {
        grid-column: 1 / -1;
    }

    .buzzen-profile-actions {
        grid-template-columns: 1fr;
    }

    .buzzen-profile-action-pair,
    .buzzen-profile-action-heading,
    .buzzen-profile-action-copy,
    .buzzen-profile-interaction-note,
    .buzzen-profile-action-state,
    .buzzen-profile-action-report {
        grid-column: auto;
    }

    .buzzen-profile-secondary-actions {
        justify-content: stretch;
    }

    .buzzen-profile-details-popover,
    .buzzen-profile-details-popover > summary,
    .buzzen-profile-reported-state {
        width: 100%;
    }

    .buzzen-profile-details-popover > summary,
    .buzzen-profile-reported-state {
        justify-content: center;
    }

    .buzzen-profile-details-panel,
    .buzzen-profile-report-form {
        position: static;
        width: 100%;
        margin-top: 8px;
        box-shadow: 0 8px 18px rgba(10,44,71,.10);
    }

    .buzzen-profile-card-header {
        min-height: 66px;
        padding: 13px;
    }

    .buzzen-profile-card-header::after {
        left: 13px;
    }

    .buzzen-profile-card-header p {
        display: none;
    }

    .buzzen-profile-card-header > a {
        padding-top: 5px;
    }

    .buzzen-profile-card-body {
        padding: 13px;
    }

    .buzzen-profile-empty-state {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .buzzen-profile-empty-state > a {
        margin-left: 55px;
    }

    .buzzen-profile-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .buzzen-profile-rich-content iframe {
        min-height: 190px;
    }

    .buzzen-profile-relay-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .buzzen-profile-relay-icon {
        width: 44px;
        height: 44px;
    }

    .buzzen-profile-relay-card > a {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .buzzen-profile-badges-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .buzzen-profile-mood-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .buzzen-profile-badge {
        width: 72px;
        height: 72px;
    }

    .buzzen-profile-mood-modal .modal-header {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 52px 16px 18px;
    }

    .buzzen-profile-mood-current {
        width: 100%;
        min-width: 0;
        max-width: 280px;
    }

    .buzzen-profile-mood-modal-body {
        padding: 16px 14px 18px;
    }

    .buzzen-profile-mood-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .buzzen-profile-mood-option {
        min-height: 86px;
    }
}

@media (max-width: 399.98px) {
    .buzzen-profile-mood-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .buzzen-profile-photo-tile img {
        transition: none;
    }
}

.buzzen-profile-share-wrap {
    display: grid;
    justify-items: end;
    gap: 4px;
}

.buzzen-profile-share-status {
    min-height: 16px;
    color: #587488;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .buzzen-profile-share-status {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

/* Build 0310: member forum activity integration */
.buzzen-profile-forum-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.buzzen-profile-forum-summary > span {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(27,121,189,.11);
    border-radius: 11px;
    background: #f8fcfe;
}

.buzzen-profile-forum-summary i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #eaf5fc;
    color: #1b79bd;
}

.buzzen-profile-forum-summary strong,
.buzzen-profile-forum-summary small {
    display: block;
}

.buzzen-profile-forum-summary strong {
    color: #244d69;
    font-size: 16px;
    line-height: 1.1;
}

.buzzen-profile-forum-summary small {
    color: #758899;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 479.98px) {
    .buzzen-profile-forum-summary {
        grid-template-columns: 1fr;
    }
}

/* Build 0357 — legacy profile-specific AdSense placements. */
.buzzen-profile-ad {
    width: 100%;
    text-align: center;
}

.buzzen-profile-ad-leaderboard {
    max-width: 100%;
    margin: 18px auto 24px;
    overflow-x: auto;
    overflow-y: hidden;
}

.buzzen-profile-ad-leaderboard .adsbygoogle {
    margin-left: auto;
    margin-right: auto;
}

.buzzen-profile-ad-square {
    margin: 0 auto 18px;
    overflow: hidden;
}

/* Build 0371 — member profile identity hero aligned with the signed-in My Buzzen hero. */
.buzzen-profile-hero {
    isolation: isolate;
    border-color: rgba(170,216,255,.24);
    background:
        radial-gradient(circle at -5% 115%,rgba(77,166,255,.20) 0 145px,transparent 147px),
        radial-gradient(circle at 104% -33%,rgba(255,202,65,.18) 0 205px,transparent 207px),
        radial-gradient(circle at 73% 128%,rgba(27,121,189,.16) 0 126px,transparent 128px),
        radial-gradient(circle at 18% 48%,rgba(33,138,255,.25),transparent 31%),
        linear-gradient(120deg,#071525 0%,#0b3561 48%,#07111d 100%);
    box-shadow: 0 18px 40px rgba(5,19,34,.26), inset 0 1px 0 rgba(255,255,255,.06);
}

.buzzen-profile-hero::before {
    z-index: 2;
    background: linear-gradient(180deg,#1b79bd 0%,#ffd24a 100%);
}

.buzzen-profile-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 260px;
    height: 260px;
    right: 20%;
    top: -184px;
    border: 1px solid rgba(170,216,255,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(27,121,189,.045);
    pointer-events: none;
}

.buzzen-profile-hero > * {
    position: relative;
    z-index: 1;
}

.buzzen-profile-avatar-button {
    background: #0b2945;
    box-shadow:
        0 0 0 4px rgba(255,255,255,.96),
        0 0 0 7px rgba(255,210,74,.62),
        0 16px 34px rgba(0,0,0,.30);
}

.buzzen-profile-avatar-zoom {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(5,27,48,.82);
    color: #ffd24a;
    backdrop-filter: blur(6px);
}

.buzzen-profile-mood {
    border-color: rgba(170,216,255,.24);
    background: rgba(5,27,48,.58);
    color: rgba(255,255,255,.82);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
}

.buzzen-profile-mood.is-editable strong {
    color: #fff;
}

.buzzen-profile-mood.is-editable small {
    color: #ffd45d;
}

.buzzen-profile-mood.is-editable > i {
    color: rgba(255,255,255,.58);
}

.buzzen-profile-mood.is-editable:hover,
.buzzen-profile-mood.is-editable:focus-visible {
    border-color: rgba(255,210,74,.58);
    background: rgba(10,47,80,.78);
    box-shadow: 0 8px 18px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.08);
}

.buzzen-profile-name-row h2 {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0,0,0,.18);
}

.buzzen-profile-handle {
    color: #91cfff;
}

.buzzen-profile-identity-line {
    color: rgba(255,255,255,.76);
}

.buzzen-profile-relationship-chip {
    border: 1px solid rgba(145,226,174,.28);
    background: rgba(40,119,70,.28);
    color: #b8f0c9;
    backdrop-filter: blur(7px);
}

.buzzen-profile-badges-showcase {
    border-color: rgba(170,216,255,.20);
    background: rgba(5,27,48,.46);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
}

.buzzen-profile-badges-heading > span {
    color: #fff;
}

.buzzen-profile-badges-heading > span i {
    color: #ffd24a;
}

.buzzen-profile-badges-heading small {
    color: rgba(255,255,255,.58);
}

.buzzen-profile-badge {
    border-color: rgba(170,216,255,.24);
    background: linear-gradient(145deg, rgba(17,62,94,.78), rgba(5,27,48,.82));
    box-shadow: 0 8px 18px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}

.buzzen-profile-badge:hover,
.buzzen-profile-badge:focus-visible {
    border-color: rgba(255,210,74,.78);
    background: linear-gradient(145deg, rgba(25,78,114,.90), rgba(7,35,59,.92));
    box-shadow: 0 11px 24px rgba(0,0,0,.24), 0 0 0 2px rgba(255,210,74,.14);
}

.buzzen-profile-stat-strip > span {
    border-color: rgba(170,216,255,.18);
    background: rgba(5,27,48,.43);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter: blur(7px);
}

.buzzen-profile-stat-strip i {
    color: #ffd24a;
}

.buzzen-profile-stat-strip strong {
    color: #fff;
}

.buzzen-profile-stat-strip small {
    color: rgba(255,255,255,.58);
}

.buzzen-profile-actions {
    border-color: rgba(170,216,255,.23);
    background: rgba(5,27,48,.55);
    box-shadow: 0 13px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(10px);
}

.buzzen-profile-action-heading {
    color: #fff;
}

.buzzen-profile-action-heading i {
    color: #ffd24a;
}

.buzzen-profile-action-primary {
    border-color: #f5ad24;
    background: linear-gradient(135deg,#f5ad24 0%,#ffd24a 100%);
    color: #092844;
    box-shadow: 0 8px 18px rgba(245,173,36,.20);
}

.buzzen-profile-action-primary:hover,
.buzzen-profile-action-primary:focus-visible {
    border-color: #ffe27a;
    background: linear-gradient(135deg,#ffd24a 0%,#ffe27a 100%);
    color: #071525;
}

.buzzen-profile-action-secondary {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.07);
    color: #fff;
}

.buzzen-profile-action-secondary:hover,
.buzzen-profile-action-secondary:focus-visible {
    border-color: rgba(255,255,255,.56);
    background: rgba(255,255,255,.15);
    color: #fff;
}

.buzzen-profile-action-danger {
    border-color: rgba(255,151,151,.38);
    background: rgba(140,35,35,.24);
    color: #ffd1d1;
}

.buzzen-profile-action-danger:hover,
.buzzen-profile-action-danger:focus-visible {
    border-color: rgba(255,173,173,.62);
    background: rgba(156,42,42,.38);
    color: #fff;
}

.buzzen-profile-action-liked {
    border-color: rgba(255,151,184,.40);
    background: rgba(169,39,84,.24);
    color: #ffd5e2;
}

.buzzen-profile-action-liked:hover,
.buzzen-profile-action-liked:focus-visible {
    border-color: rgba(255,173,201,.64);
    background: rgba(180,48,91,.38);
    color: #fff;
}

.buzzen-profile-action-link {
    color: rgba(255,255,255,.74);
}

.buzzen-profile-action-link:hover,
.buzzen-profile-action-link:focus-visible {
    color: #ffd45d;
}

.buzzen-profile-action-state,
.buzzen-profile-interaction-note {
    border-color: rgba(170,216,255,.18);
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.78);
}

.buzzen-profile-action-state.is-friend {
    border-color: rgba(145,226,174,.24);
    background: rgba(40,119,70,.24);
    color: #b8f0c9;
}

.buzzen-profile-action-state.is-blocked {
    border-color: rgba(255,151,151,.30);
    background: rgba(140,35,35,.22);
    color: #ffd1d1;
}

.buzzen-profile-interaction-note i {
    color: #ffd24a;
}

.buzzen-profile-action-copy {
    color: rgba(255,255,255,.70);
}

.buzzen-profile-action-report > summary {
    border-color: rgba(255,170,170,.28);
    background: rgba(255,255,255,.06);
    color: #ffc8c8;
}

.buzzen-profile-action-report > summary:hover,
.buzzen-profile-action-report > summary:focus-visible,
.buzzen-profile-action-report[open] > summary {
    border-color: rgba(255,184,184,.48);
    background: rgba(148,42,42,.26);
    color: #fff;
}

.buzzen-profile-action-state.is-reported {
    border-color: rgba(145,226,174,.22);
    background: rgba(40,119,70,.20);
    color: #b8f0c9;
}

@media (max-width: 991.98px) {
    .buzzen-profile-hero::after {
        right: 3%;
    }
}

@media (max-width: 767.98px) {
    .buzzen-profile-hero {
        background:
            radial-gradient(circle at 108% -12%,rgba(255,202,65,.16) 0 150px,transparent 152px),
            radial-gradient(circle at -12% 108%,rgba(77,166,255,.18) 0 130px,transparent 132px),
            linear-gradient(145deg,#071525 0%,#0b3561 54%,#07111d 100%);
    }

    .buzzen-profile-hero::after {
        width: 210px;
        height: 210px;
        right: -80px;
        top: -150px;
    }
}

/* Build 0372 — keep profile details aligned with About Me and manage profile likes from the hero stat. */
.buzzen-profile-stat-strip > .buzzen-profile-stat-item {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0 7px;
    align-items: center;
    min-width: 105px;
    padding: 8px 11px;
    border: 1px solid rgba(170,216,255,.18);
    border-radius: 11px;
    background: rgba(5,27,48,.43);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    color: inherit;
    font: inherit;
    text-align: left;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

button.buzzen-profile-stat-item {
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

button.buzzen-profile-stat-item:hover,
button.buzzen-profile-stat-item:focus-visible {
    border-color: rgba(255,210,74,.58);
    background: rgba(11,53,97,.78);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 7px 18px rgba(0,0,0,.17);
    transform: translateY(-1px);
}

button.buzzen-profile-stat-item:focus-visible {
    outline: 3px solid rgba(255,210,74,.62);
    outline-offset: 2px;
}

.buzzen-profile-stat-item i {
    grid-row: 1 / 3;
    color: #ffd24a;
    font-size: 16px;
}

.buzzen-profile-stat-item strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
}

.buzzen-profile-stat-item small {
    color: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}

.buzzen-profile-stat-likes::after {
    content: "View";
    grid-column: 2;
    margin-top: 2px;
    color: rgba(255,210,74,.82);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.buzzen-profile-stat-likes small {
    display: none;
}

.buzzen-profile-likes-modal .modal-body {
    padding: 18px;
}

.buzzen-profile-likes-help {
    margin: 0 0 13px;
    color: #62788b;
    font-size: 13px;
    line-height: 1.5;
}

.buzzen-profile-likes-modal .buzzen-profile-like-list {
    max-height: none;
}

.buzzen-profile-likes-modal .buzzen-profile-like-list li {
    padding: 10px 11px;
    border: 1px solid rgba(27,121,189,.10);
    background: #f6fafc;
}

.buzzen-profile-likes-modal .buzzen-profile-like-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.buzzen-profile-likes-modal .buzzen-profile-like-list a i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #e8f4fb;
    color: #1674ad;
    font-size: 12px;
}

.buzzen-profile-likes-empty {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 16px;
    border: 1px dashed rgba(27,121,189,.20);
    border-radius: 12px;
    background: #f7fbfe;
    color: #60798d;
    font-size: 14px;
    font-weight: 700;
}

.buzzen-profile-likes-empty i {
    color: #1b79bd;
    font-size: 20px;
}

@media (max-width: 575.98px) {
    .buzzen-profile-stat-strip > .buzzen-profile-stat-item {
        min-width: 0;
        width: 100%;
    }
}


/* Build 0376 — normalize profile badge presentation across mixed badge artwork. */
.buzzen-profile-badge img {
    border-radius: 9px;
}

@media (max-width: 575.98px) {
    .buzzen-profile-badge {
        width: 72px;
        height: 72px;
        padding: 5px;
    }
}

/* Build 0381 — enlarge public profile badge artwork while quieting the common holder. */
.buzzen-profile-badge-strip {
    gap: 7px;
}

.buzzen-profile-badge {
    width: 90px;
    height: 90px;
    padding: 2px;
    border-color: rgba(170,216,255,.14);
    border-radius: 12px;
    background: rgba(5,27,48,.30);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.buzzen-profile-badge:hover,
.buzzen-profile-badge:focus-visible {
    border-color: rgba(255,210,74,.74);
    background: rgba(10,44,72,.52);
    box-shadow: 0 7px 16px rgba(0,0,0,.18), 0 0 0 2px rgba(255,210,74,.11);
}

.buzzen-profile-badge img {
    border-radius: 10px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.20));
}

@media (max-width: 575.98px) {
    .buzzen-profile-badge-strip {
        gap: 6px;
    }

    .buzzen-profile-badge {
        width: 78px;
        height: 78px;
        padding: 2px;
    }
}


/* Build 0412 — privacy-aware Singles identity bridge on ordinary profiles. */
@media (max-width: 767.98px) {
    .buzzen-profile-identity-chips {
        justify-content: flex-start;
        width: 100%;
    }

    .buzzen-profile-singles-chip {
        white-space: normal;
        text-align: left;
    }
}
