.cashew-dashboard,
.cashew-brand-hero,
.cashew-panel,
.cashew-card,
.cashew-friend-finder,
.cashew-composer,
.cashew-wall-post,
.cashew-invites,
.cashew-messages,
.cashew-poll,
.cashew-post-poll,
.cashew-profile-song,
.cashew-profile-song-form {
    --cashew-orange: #f79a12;
    --cashew-gold: #ffc02a;
    --cashew-deep-orange: #ef7900;
    --cashew-ink: #1f1f1f;
    --cashew-cream: #fff6df;
    --cashew-line: #f1c66a;
    --cashew-muted: #745b37;
}

.cashew-route-shell,
.cashew-profile,
.cashew-members-directory,
.cashew-edit-profile,
.cashew-auth-gate,
.cashew-auth-page,
.cashew-auth-form,
.cashew-activity-stream,
.cashew-groups,
.cashew-group-card,
.cashew-profile__section,
.cashew-member-card {
    --cashew-orange: #f79a12;
    --cashew-gold: #ffc02a;
    --cashew-deep-orange: #ef7900;
    --cashew-ink: #1f1f1f;
    --cashew-cream: #fff6df;
    --cashew-line: #f1c66a;
    --cashew-muted: #745b37;
}

.cashew-route-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: 28px 20px;
}

.cashew-top-bar {
    align-items: center;
    background: #fffaf0;
    border-bottom: 2px solid #1f1f1f;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    padding: 8px 18px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.cashew-top-bar__logo {
    align-items: center;
    display: inline-flex;
    min-height: 42px;
}

.cashew-top-bar__logo img {
    display: block;
    height: 42px;
    width: auto;
}

.cashew-top-bar__links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cashew-header-search {
    align-items: center;
    display: flex;
    flex: 1 1 240px;
    gap: 8px;
    justify-content: center;
    margin: 0;
    max-width: 460px;
    min-width: 180px;
}

.cashew-header-search input[type="search"] {
    background: #fff;
    border: 1px solid #e6ae48;
    border-radius: 999px;
    font: inherit;
    min-width: 0;
    padding: 8px 12px;
    width: 100%;
}

.cashew-header-search button {
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 8px 12px;
}

.cashew-top-bar a {
    border-radius: 999px;
    color: #1f1f1f;
    font-weight: 800;
    padding: 7px 11px;
    text-decoration: none;
}

.cashew-top-bar a:hover,
.cashew-top-bar__brand {
    background: #ffc02a;
}

body.cashew-auth-only {
    background: #fffdf8;
    margin: 0;
}

.cashew-auth-gate,
.cashew-auth-page {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 760px;
}

.cashew-auth-banner {
    background:
        linear-gradient(90deg, rgba(255, 250, 240, .9), rgba(255, 255, 255, .94)),
        url("../images/cashew-banner-soft.png") center / cover;
    border: 2px solid var(--cashew-ink);
    border-radius: 8px;
    box-shadow: 0 8px 0 rgba(31, 31, 31, .12);
    display: grid;
    gap: 14px;
    justify-items: center;
    padding: 28px 20px;
    text-align: center;
}

.cashew-auth-banner img {
    display: block;
    max-width: min(420px, 100%);
}

.cashew-auth-banner p {
    color: var(--cashew-ink);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    max-width: 520px;
}

.cashew-auth-gate__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cashew-auth-form {
    background: #fffaf0;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 20px;
}

.cashew-auth-form h1 {
    margin: 0;
}

.cashew-auth-form label {
    display: grid;
    font-weight: 800;
    gap: 6px;
}

.cashew-auth-form input[type="text"],
.cashew-auth-form input[type="email"],
.cashew-auth-form input[type="password"] {
    border: 1px solid #e6ae48;
    border-radius: 6px;
    font: inherit;
    padding: 10px 12px;
    width: 100%;
}

.cashew-auth-form__check {
    align-items: center;
    display: flex !important;
    gap: 8px;
}

.cashew-auth-form button {
    background: var(--cashew-ink);
    border: 1px solid var(--cashew-ink);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    justify-self: start;
    padding: 10px 14px;
}

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

.cashew-profile__cover {
    align-items: end;
    background:
        linear-gradient(90deg, rgba(255, 250, 240, .82), rgba(255, 255, 255, .9)),
        url("../images/cashew-banner-soft.png") center / cover;
    border: 2px solid var(--cashew-ink);
    border-radius: 8px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 240px;
    padding: 20px;
}

.cashew-profile__identity {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.cashew-avatar {
    border: 3px solid var(--cashew-gold);
    border-radius: 999px;
    height: auto;
}

.cashew-profile__identity h1 {
    margin: 0;
}

.cashew-profile__identity p {
    color: var(--cashew-muted);
    font-weight: 800;
    margin: 4px 0 0;
}

.cashew-profile__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cashew-profile__section,
.cashew-edit-profile,
.cashew-members-directory {
    background: #fffaf0;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 18px;
}

.cashew-profile__section h2,
.cashew-members-directory h1,
.cashew-edit-profile h2 {
    margin-top: 0;
}

.cashew-profile__custom {
    background: #fff;
    overflow-wrap: anywhere;
}

.cashew-edit-profile {
    display: grid;
    gap: 12px;
}

.cashew-edit-profile label {
    display: grid;
    font-weight: 800;
    gap: 6px;
}

.cashew-edit-profile input[type="text"],
.cashew-edit-profile input[type="url"],
.cashew-edit-profile input[type="file"],
.cashew-edit-profile select,
.cashew-edit-profile textarea {
    border: 1px solid #e6ae48;
    border-radius: 6px;
    font: inherit;
    padding: 10px 12px;
    width: 100%;
}

.cashew-edit-profile button {
    background: var(--cashew-ink);
    border: 1px solid var(--cashew-ink);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    justify-self: start;
    padding: 10px 14px;
}

.cashew-member-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-top: 16px;
}

.cashew-member-grid--compact {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.cashew-member-card {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.cashew-member-card a {
    align-items: center;
    color: var(--cashew-ink);
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
    text-decoration: none;
}

.cashew-member-card span {
    color: var(--cashew-muted);
    font-size: .9rem;
    font-weight: 700;
}

.cashew-profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cashew-profile-tabs a {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-ink);
    font-weight: 800;
    padding: 8px 12px;
    text-decoration: none;
}

.cashew-profile-tabs a:hover {
    background: var(--cashew-gold);
}

.cashew-activity-layout {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
}

.cashew-activity-layout:not(.has-left-ad) {
    grid-template-columns: 1fr;
}

.cashew-ad-slot {
    display: grid;
    gap: 10px;
}

.cashew-ad {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 12px;
}

.cashew-ad h3 {
    margin: 0 0 8px;
}

.cashew-activity-stream {
    display: grid;
    gap: 10px;
    width: 100%;
}

.cashew-activity-item {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.cashew-activity-item p {
    margin: 2px 0;
}

.cashew-activity-item__body {
    flex: 1;
    min-width: 0;
}

.cashew-activity-post-preview {
    background: #fffaf0;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    box-sizing: border-box;
    margin: 8px 0;
    padding: 10px;
    width: 100%;
}

.cashew-activity-post-preview__content {
    line-height: 1.5;
}

.cashew-activity-post-preview__content > *:first-child {
    margin-top: 0;
}

.cashew-activity-post-preview__content > *:last-child {
    margin-bottom: 0;
}

.cashew-activity-post-preview__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.cashew-activity-post-preview__meta span,
.cashew-activity-post-preview__meta a {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-muted);
    font-size: .8rem;
    font-weight: 800;
    padding: 4px 8px;
    text-decoration: none;
}

.cashew-activity-post-preview__meta a:hover {
    background: var(--cashew-gold);
    color: var(--cashew-ink);
}

.cashew-activity-item time {
    color: var(--cashew-muted);
    font-size: .85rem;
    font-weight: 700;
}

.cashew-link-preview {
    background: #fffaf0;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    color: var(--cashew-ink);
    display: grid;
    gap: 3px;
    margin: 10px 0;
    padding: 10px;
    text-decoration: none;
}

.cashew-link-preview__domain,
.cashew-link-preview small {
    color: var(--cashew-muted);
    font-size: .85rem;
    font-weight: 800;
}

.cashew-groups,
.cashew-group-form {
    display: grid;
    gap: 14px;
}

.cashew-group-form {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 14px;
}

.cashew-group-form h3 {
    margin: 0;
}

.cashew-group-form label {
    display: grid;
    font-weight: 800;
    gap: 6px;
}

.cashew-group-form input,
.cashew-group-form select,
.cashew-group-form textarea {
    border: 1px solid #e6ae48;
    border-radius: 6px;
    font: inherit;
    padding: 10px 12px;
    width: 100%;
}

.cashew-group-form button,
.cashew-group-card button {
    background: var(--cashew-ink);
    border: 1px solid var(--cashew-ink);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 10px 14px;
}

.cashew-group-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cashew-group-card {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.cashew-group-card h3,
.cashew-group-card p {
    margin: 0;
}

.cashew-group-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cashew-group-card__meta span {
    background: var(--cashew-cream);
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-muted);
    font-size: .85rem;
    font-weight: 800;
    padding: 5px 8px;
}

.cashew-dashboard {
    box-sizing: border-box;
    display: grid;
    gap: 24px;
    width: 100%;
}

.cashew-brand-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 240, .86), rgba(255, 255, 255, .88)),
        url("../images/cashew-banner-soft.png") center / cover;
    border: 2px solid var(--cashew-ink);
    border-radius: 8px;
    box-shadow: 0 8px 0 rgba(31, 31, 31, .12);
    min-height: 190px;
    overflow: hidden;
    padding: 24px;
}

.cashew-brand-hero__inner {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(31, 31, 31, .12);
    border-radius: 8px;
    display: flex;
    gap: 20px;
    min-height: 140px;
    padding: 18px 22px;
    width: min(100%, 760px);
}

.cashew-brand-hero img {
    display: block;
    height: auto;
    max-width: min(420px, 55%);
}

.cashew-brand-hero p {
    color: var(--cashew-ink);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.cashew-panel {
    box-sizing: border-box;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 20px;
    background: #fffaf0;
    width: 100%;
}

.cashew-panel h2 {
    color: var(--cashew-ink);
    margin-top: 0;
}

.cashew-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.cashew-card {
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.cashew-card__media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: var(--cashew-cream) url("../images/cashew-banner-soft.png") center / cover;
    color: var(--cashew-ink);
    display: flex;
    font-weight: 700;
    justify-content: center;
    text-decoration: none;
}

.cashew-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cashew-card__body {
    padding: 14px;
}

.cashew-card__body h3 {
    font-size: 1rem;
    margin: 0 0 6px;
}

.cashew-card__body p,
.cashew-empty {
    color: var(--cashew-muted);
    margin: 0;
}

.cashew-polls {
    display: grid;
    gap: 16px;
}

.cashew-poll {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 16px;
    position: relative;
}

.cashew-poll h3 {
    margin: 0 0 12px;
}

.cashew-poll__option {
    background: #fff;
    border: 1px solid #e6ae48;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    min-height: 44px;
    overflow: hidden;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    width: 100%;
}

.cashew-poll__option span,
.cashew-poll__option strong {
    position: relative;
    z-index: 1;
}

.cashew-poll__option i {
    background: linear-gradient(90deg, rgba(255, 192, 42, .4), rgba(247, 154, 18, .35));
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 160ms ease;
}

.cashew-poll__total,
.cashew-post-poll__total,
.cashew-alert {
    color: var(--cashew-muted);
    margin: 10px 0 0;
}

.cashew-alert {
    color: #9a3412;
}

.cashew-success {
    background: #ecfdf3;
    border: 1px solid #86efac;
    border-radius: 8px;
    color: #166534;
    font-weight: 800;
    margin: 0;
    padding: 10px 12px;
}

.cashew-report-form {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 0;
}

.cashew-report-form select {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-muted);
    font-size: .8rem;
    font-weight: 800;
    max-width: 180px;
    padding: 5px 8px;
}

.cashew-report-form button {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-muted);
    cursor: pointer;
    font-size: .8rem;
    font-weight: 800;
    padding: 5px 9px;
}

.cashew-report-form button:hover {
    background: var(--cashew-gold);
    color: var(--cashew-ink);
}

.cashew-album-report-images {
    border-top: 1px solid var(--cashew-line);
    margin-top: 10px;
    padding: 8px 12px 12px;
}

.cashew-poll.is-loading,
.cashew-post-poll.is-loading {
    opacity: .7;
}

.cashew-profile-song {
    align-items: start;
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    margin: 10px 0 0;
    max-width: 620px;
    padding: 12px;
}

.cashew-profile-song__body {
    min-width: 0;
}

.cashew-profile-song__label {
    color: var(--cashew-deep-orange);
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.cashew-profile-song__title {
    color: var(--cashew-ink);
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.cashew-profile-song__embed {
    background: var(--cashew-ink);
    border: 2px solid var(--cashew-ink);
    border-radius: 6px;
    height: 120px;
    overflow: hidden;
    width: min(100%, 420px);
}

.cashew-profile-song__embed iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.cashew-profile-song-form {
    background: #fffaf0;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    margin-top: 16px;
    padding: 16px;
}

.cashew-profile-song-form h3 {
    margin: 0 0 12px;
}

.cashew-profile-song-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.cashew-profile-song-form__row {
    display: flex;
    gap: 8px;
}

.cashew-composer label,
.cashew-message-form label,
.cashew-friend-search label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.cashew-composer,
.cashew-message-form {
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    width: 100%;
}

.cashew-composer textarea,
.cashew-composer__poll textarea,
.cashew-message-form textarea,
.cashew-message-form select,
.cashew-composer select {
    border: 1px solid #e6ae48;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
}

.cashew-composer__poll {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 10px 12px;
}

.cashew-composer__poll summary {
    cursor: pointer;
    font-weight: 800;
}

.cashew-composer__poll label {
    margin-top: 10px;
}

.cashew-composer__actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.cashew-composer__count {
    color: var(--cashew-muted);
    font-size: .85rem;
    font-weight: 800;
    white-space: nowrap;
}

.cashew-composer.is-at-limit .cashew-composer__count {
    color: var(--cashew-deep-orange);
}

.cashew-friend-search__row {
    display: flex;
    gap: 8px;
}

.cashew-friend-search input[type="search"],
.cashew-profile-song-form input[type="url"] {
    border: 1px solid #e6ae48;
    border-radius: 6px;
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
}

.cashew-friend-search button,
.cashew-button,
.cashew-composer button,
.cashew-message-form button,
.cashew-vote-button,
.cashew-profile-song-form button {
    background: var(--cashew-ink);
    border: 1px solid var(--cashew-ink);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 14px;
    white-space: nowrap;
}

.cashew-post-feed {
    box-sizing: border-box;
    display: grid;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
}

.cashew-wall-post {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 14px;
    width: 100%;
}

.cashew-wall-post header,
.cashew-wall-post footer {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.cashew-wall-post header span {
    background: var(--cashew-cream);
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-muted);
    font-size: .8rem;
    font-weight: 700;
    padding: 4px 8px;
}

.cashew-wall-post__content {
    line-height: 1.55;
    margin: 12px 0;
}

.cashew-wall-post__content > *:first-child {
    margin-top: 0;
}

.cashew-wall-post__content > *:last-child {
    margin-bottom: 0;
}

.cashew-post-poll {
    background: #fffaf0;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    margin: 12px 0;
    padding: 12px;
}

.cashew-post-poll__title {
    color: var(--cashew-ink);
}

.cashew-post-poll__option {
    background: #fff;
    border: 1px solid #e6ae48;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 42px;
    overflow: hidden;
    padding: 9px 11px;
    position: relative;
    text-align: left;
    width: 100%;
}

.cashew-post-poll__option:disabled {
    cursor: default;
}

.cashew-post-poll__option span,
.cashew-post-poll__option strong {
    position: relative;
    z-index: 1;
}

.cashew-post-poll__option i {
    background: linear-gradient(90deg, rgba(255, 192, 42, .45), rgba(247, 154, 18, .32));
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.cashew-wall-post footer {
    justify-content: flex-start;
}

.cashew-vote-button {
    min-width: 72px;
}

.cashew-ranked-posts {
    display: grid;
    gap: 18px;
}

.cashew-ranked-posts h3 {
    margin: 0 0 10px;
}

.cashew-invites,
.cashew-messages {
    display: grid;
    gap: 14px;
}

.cashew-invite-list,
.cashew-message-list {
    display: grid;
    gap: 10px;
}

.cashew-invite-code,
.cashew-message {
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    padding: 12px;
}

.cashew-invite-code {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.cashew-invite-code strong {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    letter-spacing: .04em;
}

.cashew-invite-code span {
    color: var(--cashew-muted);
    font-weight: 700;
}

.cashew-button {
    display: inline-block;
    text-decoration: none;
}

.cashew-button--gold {
    background: var(--cashew-gold);
    border-color: var(--cashew-gold);
    color: var(--cashew-ink);
}

.cashew-profile-section-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cashew-inline-action {
    display: inline-flex;
    margin: 0;
}

.cashew-delete-button {
    background: #fff !important;
    border: 1px solid #fca5a5 !important;
    color: #991b1b !important;
}

.cashew-delete-button:hover {
    background: #fee2e2 !important;
}

.cashew-friend-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.cashew-friend-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--cashew-line);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 10px;
}

.cashew-friend-card__main {
    align-items: center;
    color: var(--cashew-ink);
    display: flex;
    font-weight: 800;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
}

.cashew-friend-card__main img {
    border: 2px solid var(--cashew-gold);
    border-radius: 999px;
    flex: 0 0 auto;
}

.cashew-friend-card__main span {
    overflow-wrap: anywhere;
}

.cashew-friend-card__action {
    flex: 0 0 auto;
}

.cashew-friend-card__action form {
    margin: 0;
}

.cashew-friend-card__action--split {
    display: flex;
    gap: 8px;
}

.cashew-friend-card__action .friendship-button,
.cashew-friend-card__action .generic-button {
    margin: 0;
}

.cashew-friend-card__action a,
.cashew-friend-card__action button {
    background: var(--cashew-ink);
    border: 1px solid var(--cashew-ink);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 8px 10px;
    text-decoration: none;
}

.cashew-friend-status {
    background: var(--cashew-cream);
    border: 1px solid var(--cashew-line);
    border-radius: 999px;
    color: var(--cashew-muted);
    display: inline-block;
    font-weight: 800;
    padding: 8px 10px;
}

.cashew-friend-requests {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.cashew-friend-requests h3 {
    margin: 6px 0 0;
}

.cashew-help,
.cashew-profile-song-form__status {
    color: var(--cashew-muted);
    margin: 8px 0 0;
}

@media (max-width: 640px) {
    .cashew-top-bar {
        justify-content: center;
    }

    .cashew-top-bar__links {
        justify-content: center;
    }

    .cashew-brand-hero {
        padding: 14px;
    }

    .cashew-brand-hero__inner {
        align-items: flex-start;
        display: grid;
        min-height: 0;
    }

    .cashew-brand-hero img {
        max-width: 100%;
    }

    .cashew-friend-search__row,
    .cashew-header-search,
    .cashew-composer__actions,
    .cashew-profile-song-form__row {
        display: grid;
    }

    .cashew-friend-card {
        align-items: flex-start;
        display: grid;
    }

    .cashew-profile__cover,
    .cashew-profile__identity {
        align-items: flex-start;
        display: grid;
    }

    .cashew-activity-layout {
        grid-template-columns: 1fr;
    }
}
