:root {
    color-scheme: dark;
    --social-bg: #0a0b0d;
    --social-panel: #111318;
    --social-panel-soft: #15181d;
    --social-panel-raised: #191c21;
    --social-text: #f4f5f6;
    --social-muted: #9299a4;
    --social-border: rgba(255, 255, 255, 0.085);
    --social-gold: #c9ab72;
    --social-gold-soft: rgba(201, 171, 114, 0.12);
    --social-gold-border: rgba(201, 171, 114, 0.35);
    --social-topbar-height: 68px;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--social-bg);
}

body.social-app-page {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    background: var(--social-bg);
    color: var(--social-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.social-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--social-topbar-height);
    border-bottom: 1px solid var(--social-border);
    background: rgba(10, 11, 13, 0.97);
}

.social-topbar__inner {
    width: min(1480px, 100%);
    height: 100%;
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 238px minmax(240px, 560px) minmax(250px, 1fr);
    gap: 20px;
    align-items: center;
}

.social-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--social-text);
    text-decoration: none;
}

.social-brand__logo-wrap {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid var(--social-gold-border);
    border-radius: 12px;
    background: var(--social-gold-soft);
    overflow: hidden;
}

.social-brand__logo-wrap img {
    width: 31px;
    height: auto;
    display: block;
}

.social-brand__copy {
    min-width: 0;
}

.social-brand__copy strong,
.social-brand__copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.social-brand__copy strong {
    font-size: 12px;
    letter-spacing: 0.035em;
}

.social-brand__copy small {
    margin-top: 2px;
    color: var(--social-gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.social-search {
    height: 40px;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid var(--social-border);
    border-radius: 12px;
    background: #101217;
    color: var(--social-muted);
}

.social-search:focus-within {
    border-color: var(--social-gold-border);
}

.social-search svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.social-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--social-text);
    font-size: 12px;
}

.social-search input::placeholder {
    color: #747b85;
}

.social-topbar__actions {
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.social-website-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 11px;
    border: 1px solid var(--social-border);
    border-radius: 10px;
    color: #aeb4bd;
    text-decoration: none;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.12em;
}

.social-website-link svg {
    width: 14px;
    height: 14px;
}

.social-icon-button,
.social-profile-button {
    min-width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--social-border);
    border-radius: 11px;
    background: #121419;
    cursor: pointer;
}

.social-icon-button {
    position: relative;
    display: grid;
    place-items: center;
    color: #b5bbc4;
}

.social-icon-button svg {
    width: 17px;
    height: 17px;
}

.social-icon-button__dot {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--social-gold);
}

.social-profile-button {
    display: grid;
    place-items: center;
    color: #e2c994;
    font-size: 9px;
    font-weight: 800;
}

.social-layout {
    width: min(1480px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px minmax(0, 760px) 280px;
    justify-content: center;
    align-items: start;
}

.social-sidebar,
.social-right-rail {
    position: sticky;
    top: var(--social-topbar-height);
    min-width: 0;
    max-height: calc(100vh - var(--social-topbar-height));
    overflow: auto;
    scrollbar-width: none;
}

.social-sidebar::-webkit-scrollbar,
.social-right-rail::-webkit-scrollbar {
    display: none;
}

.social-sidebar {
    padding: 22px 14px;
    border-right: 1px solid var(--social-border);
}

.social-sidebar__nav {
    display: grid;
    gap: 5px;
}

.social-nav-item {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 12px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #a7aeb7;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
}

.social-nav-item svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.social-nav-item.is-active {
    background: var(--social-gold-soft);
    color: #ead6ad;
}

.social-sidebar__divider {
    height: 1px;
    margin: 18px 10px;
    background: var(--social-border);
}

.social-sidebar__about {
    padding: 0 10px;
}

.social-sidebar__about p {
    margin: 0 0 6px;
    color: #d5d8dd;
    font-size: 11px;
    font-weight: 700;
}

.social-sidebar__about small {
    display: block;
    color: var(--social-muted);
    font-size: 9px;
    line-height: 1.6;
}

.social-sidebar__about a {
    display: inline-block;
    margin-top: 12px;
    color: var(--social-gold);
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.social-main {
    min-width: 0;
    min-height: calc(100vh - var(--social-topbar-height));
    padding: 24px 20px 64px;
    border-right: 1px solid var(--social-border);
    background: linear-gradient(180deg, #0c0e11 0%, #0a0b0d 420px);
    outline: none;
}

.social-view[hidden] {
    display: none !important;
}

.social-page-heading {
    min-width: 0;
    min-height: 46px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.social-page-heading p {
    margin: 0 0 3px;
    color: var(--social-gold);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.18em;
}

.social-page-heading h1 {
    margin: 0;
    font-size: clamp(23px, 3vw, 32px);
    line-height: 1.1;
}

.social-feed-filter {
    display: inline-flex;
    gap: 4px;
    padding: 3px;
    border: 1px solid var(--social-border);
    border-radius: 10px;
    background: #101216;
}

.social-feed-filter button {
    min-height: 31px;
    padding: 0 11px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--social-muted);
    font-size: 10px;
    cursor: pointer;
}

.social-feed-filter button.is-active {
    background: #21242a;
    color: var(--social-text);
}

.social-mobile-stories {
    display: none;
}

.social-composer,
.social-post,
.social-info-card,
.social-profile-card,
.social-notification-list article {
    border: 1px solid var(--social-border);
    border-radius: 16px;
    background: var(--social-panel);
}

.social-composer {
    margin-bottom: 14px;
    padding: 14px;
}

.social-composer__top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid var(--social-gold-border);
    border-radius: 50%;
    background: linear-gradient(145deg, #2a2e34, #17191d);
    color: #e5c98f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.social-avatar--brand {
    background: var(--social-gold-soft);
}

.social-avatar--story {
    width: 48px;
    height: 48px;
    border-width: 2px;
    box-shadow: 0 0 0 3px var(--social-bg);
}

.social-avatar--profile {
    width: 76px;
    height: 76px;
    font-size: 13px;
}

.social-composer__trigger {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--social-border);
    border-radius: 12px;
    background: #0e1013;
    color: #828a94;
    text-align: left;
    font-size: 12px;
    cursor: text;
}

.social-composer__types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 11px;
}

.social-composer__types button {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 9px;
    background: #181b20;
    color: #adb3bc;
    font-size: 10px;
    cursor: pointer;
}

.social-composer__types svg {
    width: 15px;
    height: 15px;
    color: var(--social-gold);
}

.social-composer__form {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--social-border);
}

.social-composer__form label {
    display: block;
}

.social-composer__article-title span {
    display: block;
    margin-bottom: 5px;
    color: var(--social-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-composer__form input,
.social-composer__form textarea {
    width: 100%;
    border: 1px solid var(--social-border);
    border-radius: 11px;
    background: #0d0f12;
    color: var(--social-text);
    outline: 0;
    font-size: 13px;
}

.social-composer__form input {
    height: 42px;
    margin-bottom: 8px;
    padding: 0 11px;
}

.social-composer__form textarea {
    min-height: 96px;
    padding: 10px 11px;
    resize: vertical;
}

.social-composer__form input:focus,
.social-composer__form textarea:focus {
    border-color: var(--social-gold-border);
}

.social-composer__hint {
    margin: 7px 0 0;
    color: #747c86;
    font-size: 9px;
}

.social-composer__actions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.social-button {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
}

.social-button--ghost {
    border: 1px solid var(--social-border);
    background: transparent;
    color: #b1b7c0;
}

.social-button--gold {
    border: 1px solid var(--social-gold-border);
    background: var(--social-gold-soft);
    color: #ead4a6;
}

.social-feed {
    display: grid;
    gap: 14px;
}

.social-post {
    min-width: 0;
    overflow: hidden;
    padding: 15px;
}

.social-post__header,
.social-author {
    min-width: 0;
    display: flex;
    align-items: center;
}

.social-post__header {
    justify-content: space-between;
    gap: 12px;
}

.social-author {
    gap: 10px;
}

.social-author > div {
    min-width: 0;
}

.social-author strong,
.social-author small {
    display: block;
}

.social-author strong {
    color: #ebedf0;
    font-size: 11px;
    line-height: 1.4;
}

.social-author small {
    margin-top: 2px;
    color: var(--social-muted);
    font-size: 9px;
}

.social-role {
    display: inline-flex;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 999px;
    background: var(--social-gold-soft);
    color: #d9bd86;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.08em;
    vertical-align: 1px;
}

.social-more {
    min-width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--social-muted);
    font-size: 17px;
    cursor: pointer;
}

.social-post__copy {
    margin: 12px 0;
    color: #d5d9df;
    font-size: 12px;
    line-height: 1.7;
}

.social-post__copy--large {
    margin: 18px 0;
    font-size: 16px;
    line-height: 1.55;
}

.social-post__media {
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #171a1f;
}

.social-post__media::after,
.social-article-card__cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.62));
    pointer-events: none;
}

.social-post__media img,
.social-article-card__cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.social-post__media figcaption {
    position: absolute;
    z-index: 1;
    left: 13px;
    bottom: 11px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.social-post__meta {
    min-width: 0;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 2px;
    border-bottom: 1px solid var(--social-border);
    color: var(--social-muted);
    font-size: 9px;
}

.social-post__actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding-top: 7px;
}

.social-post__actions button {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #9ea5af;
    font-size: 9px;
    cursor: pointer;
}

.social-post__actions button.is-liked {
    background: var(--social-gold-soft);
    color: #dfc289;
}

.social-post__actions svg {
    width: 14px;
    height: 14px;
}

.social-article-card {
    padding: 0;
}

.social-article-card__cover {
    position: relative;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    background: #17191d;
}

.social-article-card__cover span {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 14px;
    padding: 5px 8px;
    border: 1px solid var(--social-gold-border);
    border-radius: 7px;
    background: rgba(10, 11, 13, 0.76);
    color: #e5c88e;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.social-article-card__body {
    padding: 15px;
}

.social-article-card__body h2 {
    margin: 13px 0 7px;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.25;
}

.social-article-card__body > p {
    margin: 0;
    color: var(--social-muted);
    font-size: 11px;
    line-height: 1.65;
}

.social-article-card__bridge {
    margin-top: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--social-border);
    border-bottom: 1px solid var(--social-border);
    color: #858d97;
    font-size: 9px;
}

.social-article-card__bridge a {
    color: var(--social-gold);
    text-decoration: none;
    font-weight: 750;
    white-space: nowrap;
}

.social-empty-search {
    margin: 18px 0;
    padding: 24px;
    border: 1px dashed var(--social-border);
    border-radius: 14px;
    color: var(--social-muted);
    text-align: center;
    font-size: 11px;
}

.social-right-rail {
    padding: 22px 16px 60px;
}

.social-rail-section {
    margin-bottom: 22px;
}

.social-rail-section > header {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 11px;
}

.social-rail-section > header strong {
    font-size: 12px;
}

.social-rail-section > header button,
.social-network-card button {
    border: 0;
    background: transparent;
    color: var(--social-gold);
    font-size: 9px;
    font-weight: 750;
    cursor: pointer;
}

.social-rail-stories {
    display: flex;
    gap: 12px;
    overflow: hidden;
}

.social-rail-stories button {
    width: 58px;
    flex: 0 0 58px;
    padding: 3px 0;
    border: 0;
    background: transparent;
    color: #adb3bb;
    cursor: pointer;
}

.social-rail-stories small {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 8px;
}

.social-activity-list {
    display: grid;
    gap: 8px;
}

.social-activity-list article {
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 11px;
    background: #13161a;
}

.social-activity-list small,
.social-activity-list strong,
.social-activity-list span {
    display: block;
}

.social-activity-list small {
    margin-bottom: 3px;
    color: var(--social-muted);
    font-size: 7px;
    font-weight: 750;
    letter-spacing: 0.09em;
}

.social-activity-list strong {
    font-size: 10px;
    line-height: 1.4;
}

.social-activity-list span {
    margin-top: 3px;
    color: #747c86;
    font-size: 8px;
}

.social-network-card {
    padding: 14px;
    border: 1px solid rgba(201, 171, 114, 0.18);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(201, 171, 114, 0.075), rgba(255, 255, 255, 0.018));
}

.social-network-card > span {
    display: block;
    margin-bottom: 4px;
    color: var(--social-gold);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.social-network-card > strong {
    display: block;
    font-size: 12px;
}

.social-network-card p {
    margin: 6px 0 10px;
    color: var(--social-muted);
    font-size: 9px;
    line-height: 1.6;
}

.social-directory-grid,
.social-story-grid,
.social-article-index,
.social-notification-list {
    display: grid;
    gap: 12px;
}

.social-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-directory-grid article,
.social-story-grid article,
.social-article-index article {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--social-border);
    border-radius: 15px;
    background: var(--social-panel);
}

.social-directory-grid article > span,
.social-article-index article > span {
    color: var(--social-gold);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.social-directory-grid strong {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}

.social-directory-grid p,
.social-story-grid p,
.social-article-index p {
    margin: 6px 0 0;
    color: var(--social-muted);
    font-size: 10px;
    line-height: 1.65;
}

.social-info-card {
    margin-top: 14px;
    padding: 16px;
}

.social-info-card strong {
    display: block;
    font-size: 12px;
}

.social-info-card p {
    margin: 6px 0 0;
    color: var(--social-muted);
    font-size: 10px;
    line-height: 1.65;
}

.social-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-story-grid article {
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-story-grid small,
.social-story-grid strong {
    display: block;
}

.social-story-grid small {
    margin-bottom: 3px;
    color: var(--social-gold);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.social-story-grid strong {
    font-size: 12px;
}

.social-article-index article h2 {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1.35;
}

.social-article-index article a {
    display: inline-block;
    margin-top: 12px;
    color: var(--social-gold);
    text-decoration: none;
    font-size: 9px;
    font-weight: 750;
}

.social-notification-list article {
    padding: 15px;
    display: flex;
    gap: 12px;
}

.social-notification-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--social-gold-soft);
    color: var(--social-gold);
    font-size: 11px;
    font-weight: 800;
}

.social-notification-list strong {
    display: block;
    font-size: 11px;
}

.social-notification-list p {
    margin: 4px 0 0;
    color: var(--social-muted);
    font-size: 10px;
    line-height: 1.6;
}

.social-profile-card {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-profile-card small {
    color: var(--social-gold);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.social-profile-card h2 {
    margin: 3px 0 5px;
    font-size: 22px;
}

.social-profile-card p {
    margin: 0;
    color: var(--social-muted);
    font-size: 10px;
    line-height: 1.6;
}

.social-profile-tabs {
    margin-top: 14px;
    display: flex;
    gap: 6px;
    border-bottom: 1px solid var(--social-border);
}

.social-profile-tabs button {
    min-height: 39px;
    padding: 0 13px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--social-muted);
    font-size: 10px;
    cursor: pointer;
}

.social-profile-tabs button.is-active {
    border-bottom-color: var(--social-gold);
    color: #e7d1a6;
}

.social-mobile-nav {
    display: none;
}

.social-toast {
    position: fixed;
    z-index: 100;
    right: 18px;
    bottom: 18px;
    max-width: min(310px, calc(100vw - 36px));
    padding: 10px 13px;
    border: 1px solid var(--social-gold-border);
    border-radius: 11px;
    background: #202329;
    color: #e4e7ea;
    font-size: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(5px);
    transition: opacity 150ms ease, transform 150ms ease;
}

.social-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
    .social-nav-item:hover,
    .social-post__actions button:hover,
    .social-composer__types button:hover,
    .social-icon-button:hover,
    .social-profile-button:hover,
    .social-website-link:hover {
        background-color: rgba(255, 255, 255, 0.045);
    }

    .social-nav-item.is-active:hover,
    .social-post__actions button.is-liked:hover {
        background-color: var(--social-gold-soft);
    }
}

@media (max-width: 1180px) {
    .social-topbar__inner {
        grid-template-columns: 205px minmax(220px, 1fr) auto;
    }

    .social-layout {
        grid-template-columns: 200px minmax(0, 760px);
        max-width: 980px;
    }

    .social-right-rail {
        display: none;
    }

    .social-main {
        border-right: 0;
    }
}

@media (max-width: 820px) {
    :root {
        --social-topbar-height: 60px;
    }

    .social-topbar__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 0 12px;
    }

    .social-search,
    .social-website-link span,
    .social-profile-button {
        display: none;
    }

    .social-website-link {
        width: 40px;
        min-width: 40px;
        padding: 0;
        justify-content: center;
    }

    .social-brand__logo-wrap {
        width: 36px;
        height: 36px;
    }

    .social-brand__logo-wrap img {
        width: 28px;
    }

    .social-brand__copy strong {
        font-size: 11px;
    }

    .social-brand__copy small {
        font-size: 8px;
    }

    .social-layout {
        display: block;
        max-width: 760px;
    }

    .social-sidebar {
        display: none;
    }

    .social-main {
        min-height: calc(100vh - var(--social-topbar-height));
        padding: 16px 12px 88px;
    }

    .social-page-heading {
        margin-bottom: 12px;
    }

    .social-feed-filter {
        display: none;
    }

    .social-mobile-stories {
        margin: 0 -2px 12px;
        padding: 5px 2px 8px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .social-mobile-stories::-webkit-scrollbar {
        display: none;
    }

    .social-story-chip {
        width: 59px;
        flex: 0 0 59px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #adb3bc;
        cursor: pointer;
    }

    .social-story-chip small {
        display: block;
        margin-top: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 8px;
    }

    .social-composer,
    .social-post {
        border-radius: 14px;
    }

    .social-composer__types button {
        min-height: 40px;
    }

    .social-composer__types button span {
        display: none;
    }

    .social-composer__types svg {
        width: 18px;
        height: 18px;
    }

    .social-post {
        padding: 13px;
    }

    .social-post__media {
        margin-left: -13px;
        margin-right: -13px;
        border-radius: 0;
    }

    .social-article-card {
        padding: 0;
    }

    .social-article-card__bridge {
        align-items: flex-start;
        flex-direction: column;
    }

    .social-directory-grid,
    .social-story-grid {
        grid-template-columns: 1fr;
    }

    .social-mobile-nav {
        position: fixed;
        z-index: 70;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2px;
        padding: 7px max(8px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
        border-top: 1px solid var(--social-border);
        background: rgba(12, 13, 16, 0.98);
    }

    .social-mobile-nav button {
        min-width: 0;
        min-height: 46px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border: 0;
        border-radius: 9px;
        background: transparent;
        color: #858d97;
        font-size: 7px;
        cursor: pointer;
    }

    .social-mobile-nav button.is-active {
        background: var(--social-gold-soft);
        color: #e1c58e;
    }

    .social-mobile-nav svg {
        width: 18px;
        height: 18px;
    }

    .social-mobile-nav__create svg {
        color: var(--social-gold);
    }

    .social-toast {
        right: 12px;
        bottom: calc(76px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 430px) {
    .social-topbar__actions {
        gap: 5px;
    }

    .social-icon-button,
    .social-website-link {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .social-brand {
        gap: 8px;
    }

    .social-brand__copy strong {
        max-width: 145px;
    }

    .social-post__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .social-profile-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
