/* ==========================================================================
   14. Profile and creator refresh
   ========================================================================== */

.profile-shell-page,
.creator-shell-page {
    display: grid;
    gap: 24px;
}

.profile-shell-identity-card,
.profile-shell-command-card,
.profile-shell-panel,
.creator-shell-identity-card,
.creator-shell-command-card,
.creator-shell-panel,
.creator-shell-rating-card,
.profile-shell-disclosure,
.creator-shell-disclosure {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 193, 120, 0.08), transparent 32%),
        radial-gradient(circle at bottom left, rgba(255, 79, 163, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(18, 22, 31, 0.96), rgba(11, 14, 21, 0.92));
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.profile-shell-command-card,
.creator-shell-command-card {
    background:
        radial-gradient(circle at top right, rgba(244, 196, 122, 0.12), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255, 93, 168, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(24, 28, 38, 0.98), rgba(14, 18, 27, 0.94));
    border-color: rgba(255, 255, 255, 0.1);
}

.profile-shell-panel,
.creator-shell-panel,
.profile-shell-disclosure,
.creator-shell-disclosure,
.profile-shell-danger {
    background:
        linear-gradient(180deg, rgba(18, 22, 31, 0.96), rgba(11, 14, 21, 0.92)),
        rgba(18, 22, 31, 0.96);
}

.profile-shell-kicker,
.profile-shell-section-kicker,
.profile-shell-card-kicker,
.creator-shell-kicker,
.creator-shell-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f4c8dc;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.profile-shell-kicker::before,
.profile-shell-section-kicker::before,
.profile-shell-card-kicker::before,
.creator-shell-kicker::before,
.creator-shell-card-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4c47a, #ff5da8);
    box-shadow: 0 0 0 4px rgba(255, 93, 168, 0.1);
}

.profile-shell-heading h2,
.creator-shell-title,
.creator-shell-panel .section-head h2 {
    margin: 0;
    letter-spacing: -0.04em;
}

.profile-shell-panel-note,
.creator-shell-section-copy,
.creator-shell-card-copy,
.creator-shell-support-note,
.profile-shell-command-copy,
.profile-shell-summary-card p,
.profile-shell-metric-card p,
.profile-shell-command-item p,
.creator-shell-metric-card p,
.auction-v4-rule-card p,
.auction-v4-metric-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.profile-shell-meta-pill,
.creator-shell-meta-pill,
.profile-shell-chip,
.profile-shell-utility-link,
.creator-shell-fact-pill,
.profile-shell-handle,
.creator-shell-handle {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #eef1f8;
    font-size: 13px;
    line-height: 1;
}

.profile-shell-disclosure,
.creator-shell-disclosure,
.profile-shell-danger {
    padding: 18px 20px;
}

.profile-shell-disclosure > summary,
.creator-shell-disclosure > summary,
.profile-shell-danger > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
}

.profile-shell-disclosure > summary::after,
.creator-shell-disclosure > summary::after,
.profile-shell-danger > summary::after {
    content: "+";
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f4d6e4;
    font-size: 18px;
    line-height: 1;
}

.profile-shell-disclosure[open] > summary::after,
.creator-shell-disclosure[open] > summary::after,
.profile-shell-danger[open] > summary::after {
    content: "-";
}

.profile-shell-disclosure > summary::-webkit-details-marker,
.creator-shell-disclosure > summary::-webkit-details-marker,
.profile-shell-danger > summary::-webkit-details-marker {
    display: none;
}

.profile-shell-disclosure > summary strong,
.creator-shell-disclosure > summary strong,
.profile-shell-danger > summary strong {
    display: block;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.profile-shell-disclosure > summary span,
.creator-shell-disclosure > summary span,
.profile-shell-danger > summary span {
    color: var(--muted);
    line-height: 1.55;
}

.profile-shell-disclosure-count,
.creator-shell-disclosure-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 700;
}

.profile-shell-disclosure-body,
.creator-shell-disclosure-body {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.profile-shell-panel .marketplace-empty,
.creator-shell-panel .marketplace-empty,
.creator-shell-panel .empty-block {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.025);
}

.profile-shell-danger-copy {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.creator-shell-section-copy,
.creator-shell-card-copy,
.creator-shell-support-note {
    max-width: 54ch;
}

/* Profile */

.profile-shell-hero {
    display: grid;
    gap: 18px;
}

.profile-shell-banner {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-shell-banner-image,
.creator-shell-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-shell-banner-overlay,
.creator-shell-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.08), rgba(7, 9, 13, 0.6)),
        linear-gradient(0deg, rgba(7, 9, 13, 0.78), rgba(7, 9, 13, 0.06));
}

.profile-shell-top {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
    gap: 22px;
    margin-top: -92px;
    position: relative;
    z-index: 2;
}

.profile-shell-identity-card,
.creator-shell-identity-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 24px;
    padding: 26px;
}

.profile-shell-avatar-shell,
.creator-shell-avatar-shell {
    width: 160px;
    height: 160px;
    padding: 6px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(12, 15, 22, 0.96), rgba(12, 15, 22, 0.72));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.profile-shell-avatar,
.creator-shell-avatar {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    object-fit: cover;
    display: block;
}

.profile-shell-copy,
.creator-shell-copy {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.profile-shell-title-row,
.creator-shell-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.profile-shell-title-row h1,
.creator-shell-title {
    margin: 8px 0 0;
    font-size: clamp(34px, 4.8vw, 48px);
    line-height: 0.96;
}

.profile-shell-meta-row,
.creator-shell-meta-row,
.profile-shell-utility-links,
.profile-shell-chip-row,
.creator-shell-badges,
.profile-shell-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff2d9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.launch-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.82;
}

.launch-badge--member {
    border-color: rgba(247, 200, 111, 0.28);
    background: linear-gradient(135deg, rgba(247, 200, 111, 0.16), rgba(255, 160, 122, 0.08));
    color: #ffe7bb;
}

.launch-badge--creator {
    border-color: rgba(255, 93, 168, 0.28);
    background: linear-gradient(135deg, rgba(255, 93, 168, 0.16), rgba(201, 120, 255, 0.08));
    color: #ffd8eb;
}

.profile-shell-bio,
.creator-shell-bio {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: var(--muted);
    line-height: 1.75;
}

.profile-shell-primary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-shell-command-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px;
}

.profile-shell-command-value {
    font-size: clamp(30px, 3.6vw, 40px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.profile-shell-command-button {
    width: 100%;
    justify-content: center;
}

.profile-shell-command-grid,
.profile-shell-metric-grid,
.profile-shell-summary-grid,
.profile-shell-link-grid,
.profile-shell-feature-grid,
.creator-shell-metric-grid,
.creator-shell-utility-grid {
    display: grid;
    gap: 14px;
}

.profile-shell-link-grid {
    grid-template-columns: 1fr;
}

.creator-shell-utility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-shell-command-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

.profile-shell-metric-grid,
.profile-shell-summary-grid,
.profile-shell-feature-grid,
.creator-shell-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-shell-command-item,
.profile-shell-metric-card,
.profile-shell-summary-card,
.creator-shell-metric-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-shell-command-item span,
.profile-shell-metric-card span,
.profile-shell-summary-card span,
.creator-shell-metric-card span,
.creator-shell-fact-pill span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.profile-shell-command-item strong,
.profile-shell-metric-card strong,
.profile-shell-summary-card strong,
.creator-shell-metric-card strong,
.creator-shell-fact-pill strong {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.profile-shell-command-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px 12px;
    padding: 14px 16px;
}

.profile-shell-command-item p {
    grid-column: 1 / -1;
}

.profile-shell-subnav,
.creator-shell-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-shell-subnav a,
.creator-shell-subnav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #e9edf6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.profile-shell-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 22px;
    align-items: start;
}

.profile-shell-main,
.profile-shell-sidebar {
    display: grid;
    gap: 22px;
}

.profile-shell-panel {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.profile-shell-panel-head {
    display: grid;
    gap: 10px;
}

.profile-shell-panel-head--spread {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.profile-shell-summary-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-shell-summary-grid--compact .profile-shell-summary-card {
    padding: 14px;
    gap: 6px;
}

.profile-shell-summary-grid--compact .profile-shell-summary-card strong {
    font-size: 18px;
}

.profile-shell-summary-grid--compact .profile-shell-summary-card p {
    font-size: 13px;
    line-height: 1.5;
}

.profile-shell-feature-card {
    display: grid;
    gap: 16px;
    min-height: 100%;
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at top right, rgba(255, 193, 120, 0.08), transparent 34%),
        rgba(255, 255, 255, 0.035);
}

.profile-shell-feature-head {
    display: grid;
    gap: 8px;
}

.profile-shell-feature-head span,
.profile-shell-feature-row span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.profile-shell-feature-head strong {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.profile-shell-feature-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.profile-shell-feature-list {
    display: grid;
    gap: 10px;
}

.profile-shell-feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-shell-feature-row strong {
    font-size: 15px;
    text-align: right;
}

.profile-shell-follow-list {
    display: grid;
    gap: 12px;
}

.profile-shell-follow-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.profile-shell-follow-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
}

.profile-shell-follow-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.profile-shell-follow-copy strong,
.profile-shell-follow-copy span {
    overflow-wrap: anywhere;
}

.profile-shell-toggle-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-shell-visibility-form {
    display: grid;
    gap: 14px;
}

.profile-shell-toggle-copy {
    display: grid;
    gap: 6px;
}

.profile-shell-toggle-copy strong {
    font-size: 16px;
}

.profile-shell-toggle-copy span {
    color: var(--muted);
    line-height: 1.6;
}

.profile-shell-link-section {
    display: grid;
    gap: 14px;
}

.profile-shell-link-section-head {
    display: grid;
    gap: 6px;
}

.profile-shell-link-section-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.profile-shell-tool-disclosure {
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    backdrop-filter: none;
}

.profile-shell-link-card {
    display: grid;
    gap: 8px;
    min-height: 100%;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.profile-shell-link-card strong {
    font-size: 16px;
}

.profile-shell-link-card span {
    color: var(--muted);
    line-height: 1.6;
}

.profile-shell-blocker-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-shell-blocker-item {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 120, 120, 0.18);
    background: rgba(255, 120, 120, 0.08);
    color: #ffc2c2;
    font-size: 13px;
}

/* Creator */

.creator-shell {
    display: grid;
    gap: 24px;
}

.creator-shell-hero {
    display: grid;
    gap: 18px;
}

.creator-shell-banner {
    position: relative;
    height: 340px;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-shell-top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 22px;
    margin-top: -96px;
    position: relative;
    z-index: 2;
}

.creator-shell-command-card,
.creator-shell-rating-card {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.creator-shell-rating-card,
.creator-shell-command-card .creator-shell-disclosure {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
    backdrop-filter: none;
}

.creator-shell-command-section {
    display: grid;
    gap: 12px;
}

.creator-shell-command-section + .creator-shell-command-section,
.creator-shell-rating-card,
.creator-shell-command-card .creator-shell-disclosure {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-shell-rating-overview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.creator-shell-rating-overview span {
    color: var(--muted);
}

.creator-shell-fact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 2px;
}

.creator-shell-fact-pill {
    display: inline-grid;
    gap: 4px;
    padding: 12px 14px;
}

.creator-shell-primary-actions,
.creator-shell-quick-grid {
    display: grid;
    gap: 12px;
}

.creator-shell-primary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.creator-shell-quick-grid {
    grid-template-columns: 1fr;
}

.creator-shell-quick-form,
.creator-shell-utility-form {
    display: block;
}

.creator-shell-quick-action,
.creator-shell-utility-action {
    width: 100%;
}

.creator-shell-action-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 22px;
    align-items: start;
}

#creatorExposureAuction {
    order: 1;
    grid-column: 2;
    grid-row: 1 / span 2;
}

#creatorRequests {
    order: 2;
    grid-column: 1;
    grid-row: 1;
}

#creatorTipCard {
    order: 3;
    grid-column: 1;
    grid-row: 2;
}

.creator-shell-auction-panel .auction-v4-rule-grid,
.creator-shell-auction-panel .auction-v4-metric-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}

.creator-shell-auction-panel .auction-v4-rule-card,
.creator-shell-auction-panel .auction-v4-metric-card {
    padding: 16px;
    border-radius: 18px;
}

.creator-shell-auction-panel .auction-v4-rule-card strong,
.creator-shell-auction-panel .auction-v4-metric-card strong {
    font-size: 18px;
}

.creator-shell-auction-panel .auction-v4-card-actions .btn {
    flex: 1 1 180px;
}

.creator-shell-tip-panel {
    align-self: start;
}

.creator-shell-request-history {
    margin-top: 8px;
}

.creator-shell-request-panel .request-form-grid,
.creator-shell-request-panel .request-action-row {
    margin-top: 4px;
}

.creator-shell-request-panel .request-action-row,
.creator-shell-connection-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Responsive */

@media (max-width: 1180px) {
    .profile-shell-top,
    .profile-shell-layout,
    .creator-shell-top,
    .creator-shell-action-grid {
        grid-template-columns: 1fr;
    }

    .profile-shell-command-card,
    .creator-shell-command-card {
        order: 2;
    }

    #creatorRequests,
    #creatorExposureAuction,
    #creatorTipCard {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 900px) {
    .profile-shell-identity-card,
    .creator-shell-identity-card {
        grid-template-columns: 1fr;
    }

    .profile-shell-avatar-shell,
    .creator-shell-avatar-shell {
        width: 132px;
        height: 132px;
    }

    .profile-shell-command-grid,
    .profile-shell-link-grid,
    .profile-shell-feature-grid,
    .creator-shell-metric-grid,
    .creator-shell-utility-grid {
        grid-template-columns: 1fr;
    }

    .profile-shell-summary-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .profile-shell-banner,
    .creator-shell-banner {
        height: 240px;
    }

    .profile-shell-top,
    .creator-shell-top {
        margin-top: -54px;
    }

    .profile-shell-identity-card,
    .profile-shell-command-card,
    .profile-shell-panel,
    .creator-shell-identity-card,
    .creator-shell-command-card,
    .creator-shell-panel,
    .creator-shell-rating-card,
    .profile-shell-disclosure,
    .creator-shell-disclosure {
        padding: 18px;
        border-radius: 24px;
    }

    .profile-shell-title-row,
    .creator-shell-title-row {
        flex-direction: column;
    }

    .profile-shell-primary-actions,
    .creator-shell-primary-actions,
    .creator-shell-quick-grid,
    .profile-shell-metric-grid,
    .profile-shell-summary-grid,
    .profile-shell-feature-grid,
    .profile-shell-summary-grid--compact,
    .creator-shell-metric-grid {
        grid-template-columns: 1fr;
    }

    .profile-shell-follow-item {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .profile-shell-follow-item .btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .profile-shell-subnav,
    .creator-shell-subnav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .creator-shell-tip-panel {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .profile-shell-avatar-shell,
    .creator-shell-avatar-shell {
        width: 116px;
        height: 116px;
    }

    .profile-shell-title-row h1,
    .creator-shell-title {
        font-size: clamp(30px, 10vw, 38px);
    }

    .profile-shell-panel-head--spread {
        grid-template-columns: 1fr;
    }

    .profile-shell-toggle-card {
        flex-direction: column;
        align-items: stretch;
    }

    .creator-shell-fact-row,
    .profile-shell-meta-row,
    .creator-shell-meta-row {
        gap: 8px;
    }
}
