.clips-body {
    min-height: 100vh;
    color: #f4fbff;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 143, 88, 0.16), transparent 26%),
        radial-gradient(circle at 88% 10%, rgba(104, 224, 255, 0.18), transparent 32%),
        radial-gradient(circle at 50% 110%, rgba(70, 120, 255, 0.12), transparent 40%),
        linear-gradient(180deg, #07111d 0%, #030912 100%);
}

.clips-shell {
    position: relative;
    z-index: 1;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0.7rem 0.9rem 1.8rem;
}

.clips-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.45rem;
    color: #c6d9f2;
    text-decoration: none;
    font-size: 0.92rem;
}

.clips-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(127, 162, 205, 0.16);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(9, 18, 32, 0.96) 0%, rgba(13, 28, 48, 0.82) 78%, rgba(255, 115, 72, 0.08) 100%);
    box-shadow: 0 18px 48px rgba(2, 7, 14, 0.34);
}

.clips-copy {
    display: grid;
    gap: 0.25rem;
}

.clips-copy h1 {
    margin: 0;
    font-size: clamp(1.15rem, 1.45vw, 1.7rem);
}

.clips-lede {
    max-width: 34ch;
    color: #dbe9fb;
    margin: 0;
    font-size: 0.82rem;
}

.clips-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.1rem;
}

.clips-stat,
.clips-feature,
.clips-panel {
    border: 1px solid rgba(125, 162, 214, 0.16);
    border-radius: 26px;
    background: rgba(8, 18, 33, 0.78);
    box-shadow: 0 24px 60px rgba(2, 7, 14, 0.34);
}

.clips-stat {
    padding: 0.4rem 0.68rem;
    border-radius: 999px;
    background: rgba(10, 22, 38, 0.82);
    box-shadow: none;
}

.clips-stat strong {
    display: inline;
    font-family: "Oxanium", "Segoe UI", sans-serif;
    font-size: 0.96rem;
}

.clips-stat span {
    color: #aabbd3;
    font-size: 0.86rem;
    margin-left: 0.35rem;
}

.clips-feature {
    display: none;
}

.clips-feature p,
.clips-upload-note,
.clips-status,
.clips-empty {
    color: #b7c9df;
}

.clips-feature-list {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    color: #e7f4ff;
}

.clips-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.55rem;
    align-items: start;
}

.clips-panel {
    padding: 0.95rem;
}

.upload-panel {
    position: static;
    padding: 0.7rem 0.75rem;
    order: 2;
}

.feed-panel {
    padding: 0.75rem;
    order: 1;
}

.clips-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.clips-panel-head h2 {
    margin: 0.25rem 0 0;
}

.clips-panel-head p:last-child,
.clip-count-badge {
    max-width: 28ch;
    color: #b7c9df;
}

.upload-panel .clips-panel-head {
    margin-bottom: 0.35rem;
}

.upload-panel .clips-panel-head p:last-child {
    display: none;
}

.upload-panel .clips-panel-head h2 {
    font-size: 0.98rem;
}

.upload-panel .section-kicker {
    font-size: 0.74rem;
}

.clip-admin-panel {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid rgba(113, 216, 255, 0.24);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(9, 22, 38, 0.94), rgba(6, 16, 28, 0.92));
}

.clip-admin-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 0.9rem;
}

.clip-admin-head h3 {
    margin: 0.25rem 0 0;
    font-family: "Oxanium", "Segoe UI", sans-serif;
}

.clip-admin-head p:last-child,
.clip-admin-note {
    color: #aabbd3;
}

.clip-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.clip-admin-stat {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(125, 162, 214, 0.16);
    border-radius: 18px;
    background: rgba(4, 12, 22, 0.7);
}

.clip-admin-stat strong {
    display: block;
    font-family: "Oxanium", "Segoe UI", sans-serif;
    font-size: 1.1rem;
}

.clip-admin-stat span {
    color: #aabbd3;
    font-size: 0.9rem;
}

.clip-admin-note {
    margin: 0.9rem 0 0;
    font-size: 0.95rem;
}

.clip-owned-panel,
.clip-moderation-panel {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(125, 162, 214, 0.16);
    border-radius: 22px;
    background: rgba(7, 15, 26, 0.84);
}

.clip-owned-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.clip-owned-head h3,
.clip-moderation-panel h3 {
    margin: 0.2rem 0 0;
    font-family: "Oxanium", "Segoe UI", sans-serif;
}

.clip-owned-head p:last-child,
.clip-owned-status {
    color: #aabbd3;
}

.clip-owned-list,
.clip-moderation-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.85rem;
}

.clip-owned-card,
.clip-moderation-card {
    padding: 0.9rem;
    border: 1px solid rgba(123, 156, 199, 0.16);
    border-radius: 18px;
    background: rgba(4, 10, 18, 0.72);
}

.clip-owned-top,
.clip-moderation-top,
.clip-moderation-auth,
.clip-moderation-actions,
.clip-moderation-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.clip-owned-top,
.clip-moderation-top {
    justify-content: space-between;
}

.clip-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.58rem;
    border-radius: 999px;
    border: 1px solid rgba(123, 156, 199, 0.18);
    background: rgba(8, 18, 30, 0.9);
    color: #dcecff;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.clip-status-badge[data-status="active"] {
    color: #8ef0b3;
    border-color: rgba(108, 229, 155, 0.3);
}

.clip-status-badge[data-status="pending"],
.clip-status-badge[data-status="processing"] {
    color: #ffd48d;
    border-color: rgba(255, 198, 109, 0.3);
}

.clip-status-badge[data-status="review"],
.clip-status-badge[data-status="flagged"] {
    color: #ffca8c;
    border-color: rgba(255, 170, 92, 0.3);
}

.clip-status-badge[data-status="rejected"] {
    color: #ffb0a7;
    border-color: rgba(255, 137, 122, 0.35);
}

.clip-owned-title,
.clip-moderation-title {
    margin: 0;
    font-family: "Oxanium", "Segoe UI", sans-serif;
}

.clip-owned-summary,
.clip-owned-reasons,
.clip-moderation-summary,
.clip-moderation-reasons,
.clip-moderation-appeal,
.clip-moderation-meta,
.clip-moderation-status {
    color: #b9cbe0;
}

.clip-owned-actions,
.clip-moderation-actions {
    margin-top: 0.8rem;
}

.clip-owned-appeal-button,
.clip-moderation-button {
    border: 1px solid rgba(113, 216, 255, 0.24);
    border-radius: 999px;
    padding: 0.6rem 0.92rem;
    color: #eef8ff;
    background: rgba(10, 20, 34, 0.96);
    cursor: pointer;
}

.clip-moderation-button--danger {
    border-color: rgba(255, 137, 122, 0.28);
    color: #ffd3cb;
}

.clip-admin-token {
    flex: 1 1 260px;
    min-width: 0;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(123, 156, 199, 0.18);
    border-radius: 16px;
    color: #f7fbff;
    background: rgba(5, 11, 20, 0.9);
}

.clip-upload-form,
.clips-feed {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.clip-upload-form {
    display: grid;
    grid-template-columns: minmax(180px, 230px) minmax(140px, 180px) minmax(160px, 200px) minmax(180px, 1fr) auto;
    gap: 0.5rem;
    align-items: end;
}

.clip-drop-zone {
    padding: 0.58rem 0.72rem;
    border: 1px dashed rgba(113, 216, 255, 0.4);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(10, 22, 38, 0.92), rgba(8, 16, 27, 0.92));
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

#clip-drop-help {
    margin: 0.2rem 0 0;
    font-size: 0.82rem;
}

.clip-drop-zone:hover,
.clip-drop-zone:focus-visible,
.clip-drop-zone.is-dragging {
    transform: translateY(-2px);
    border-color: rgba(113, 216, 255, 0.86);
    background:
        linear-gradient(180deg, rgba(12, 28, 48, 0.98), rgba(9, 18, 32, 0.94));
}

.clip-drop-zone.is-busy {
    opacity: 0.8;
    cursor: progress;
}

.clip-drop-kicker,
.clip-preview-label {
    margin: 0;
    font-size: 0.84rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #84dfff;
}

.clip-drop-zone h3,
.clip-preview-head h3 {
    margin: 0.28rem 0 0.25rem;
    font-family: "Oxanium", "Segoe UI", sans-serif;
}

.clip-drop-zone h3 {
    font-size: 0.94rem;
}

.clip-pick-button,
.clip-submit-button {
    margin-top: 0.4rem;
}

.clip-preview-panel {
    grid-column: 1 / -1;
    padding: 1rem;
    border: 1px solid rgba(125, 162, 214, 0.16);
    border-radius: 24px;
    background: rgba(8, 16, 28, 0.94);
}

.clip-preview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.clip-preview-status,
.clip-preview-file-name,
.clip-preview-meta {
    color: #a9bdd8;
}

.clip-preview-video {
    width: 100%;
    margin-top: 0.8rem;
    border-radius: 20px;
    background: #04070d;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.clip-fields {
    display: contents;
}

.clip-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.clip-field--full {
    grid-column: auto;
}

.clip-field span {
    color: #dce8f8;
    font-size: 0.86rem;
}

.clip-field input,
.clip-field textarea {
    width: 100%;
    padding: 0.72rem 0.82rem;
    border: 1px solid rgba(123, 156, 199, 0.18);
    border-radius: 16px;
    color: #f7fbff;
    background: rgba(5, 11, 20, 0.9);
    resize: vertical;
}

.clips-upload-note {
    grid-column: 1 / -2;
    margin: 0;
    font-size: 0.74rem;
}

#clip-upload-status {
    grid-column: 1 / -2;
    margin: 0;
}

.clip-submit-button {
    align-self: stretch;
    min-height: 48px;
}

.clip-owned-panel {
    grid-column: 1 / -1;
}

.clips-feed {
    height: calc(100dvh - 6.6rem);
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.05rem;
    scroll-snap-type: y mandatory;
    scroll-padding-block: 0.35rem;
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

.clips-feed::-webkit-scrollbar {
    width: 10px;
}

.clips-feed::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(117, 160, 214, 0.22);
}

@media (max-width: 920px) {
    .clip-admin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1320px) {
    .clip-upload-form {
        grid-template-columns: minmax(180px, 1.1fr) repeat(2, minmax(150px, 0.8fr)) minmax(180px, 1fr);
    }

    .clip-submit-button {
        grid-column: 1 / -1;
        min-height: 0;
    }

    .clips-upload-note,
    #clip-upload-status {
        grid-column: 1 / -1;
    }
}

.clip-card {
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(320px, 380px);
    gap: 0.9rem;
    padding: 0.7rem;
    border: 1px solid rgba(127, 162, 205, 0.14);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(7, 16, 27, 0.97), rgba(6, 13, 23, 0.94));
    min-height: calc(100dvh - 9.6rem);
    align-items: start;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.clip-card-video-shell {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: min(72dvh, calc(100dvh - 11.5rem));
    min-height: 0;
    max-height: calc(100dvh - 11.5rem);
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #02050a;
    isolation: isolate;
    box-shadow: inset 0 0 0 1px rgba(151, 184, 231, 0.08);
}

.clip-card--vertical .clip-card-video-shell {
    height: min(74dvh, calc(100dvh - 11rem));
    min-height: 0;
    max-height: calc(100dvh - 11rem);
}

.clip-card--horizontal .clip-card-video-shell {
    height: min(62dvh, calc(100dvh - 12.75rem));
    min-height: 0;
    max-height: calc(100dvh - 12.75rem);
}

.clip-card-video-backdrop {
    position: absolute;
    inset: -4%;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(38px) saturate(1.25) brightness(0.48);
    transform: scale(1.08);
    opacity: 0.9;
}

.clip-card-video-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2, 5, 10, 0.08), rgba(2, 5, 10, 0.38));
    pointer-events: none;
}

.clip-card-video-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.55rem 0.95rem;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: min(100%, 1280px);
}

.clip-card--vertical .clip-card-video-frame {
    max-width: min(100%, 560px);
}

.clip-card video,
.clip-feed-video {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    background: #02050a;
    border-radius: 20px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}

.clip-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    width: 100%;
    max-height: calc(100dvh - 11rem);
    overflow: auto;
    position: sticky;
    top: 0.5rem;
    padding-right: 0.15rem;
}

.clip-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.clip-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(16, 32, 55, 0.92);
    color: #cbe2fb;
    font-size: 0.82rem;
}

.clip-card-title {
    margin: 0;
    font-family: "Oxanium", "Segoe UI", sans-serif;
    font-size: 1.45rem;
}

.clip-card-caption {
    margin: 0;
    color: #dce8f8;
}

.clip-card-byline,
.clip-card-date,
.clip-card-note {
    margin: 0;
    color: #9db5d0;
}

.clip-card-metrics,
.clip-reaction-row,
.clip-comment-emoji-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.clip-metric {
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(123, 156, 199, 0.18);
    background: rgba(5, 11, 20, 0.72);
    color: #cfe2f8;
    font-size: 0.82rem;
}

.clip-reaction-button,
.clip-comment-emoji {
    border: 1px solid rgba(123, 156, 199, 0.2);
    border-radius: 999px;
    padding: 0.48rem 0.78rem;
    color: #eef8ff;
    background: rgba(8, 18, 30, 0.94);
    cursor: pointer;
}

.clip-reaction-button.is-active {
    border-color: rgba(113, 216, 255, 0.62);
    background: rgba(18, 43, 70, 0.98);
    box-shadow: inset 0 0 0 1px rgba(113, 216, 255, 0.18);
}

.clip-comments {
    padding: 0.9rem;
    border: 1px solid rgba(123, 156, 199, 0.16);
    border-radius: 20px;
    background: rgba(4, 10, 18, 0.72);
}

.clip-comments-heading,
.clip-comment-empty {
    margin: 0;
    color: #9db5d0;
    font-size: 0.92rem;
}

.clip-comments-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.clip-comment {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.55rem 0.65rem;
    border-radius: 16px;
    background: rgba(8, 18, 30, 0.84);
}

.clip-comment-head,
.clip-comment-author-row,
.clip-comment-tools {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.clip-comment-head {
    justify-content: space-between;
}

.clip-comment-author {
    color: #eff8ff;
    font-size: 0.88rem;
}

.clip-comment-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 216, 255, 0.26);
    color: #9fe7ff;
    background: rgba(12, 34, 53, 0.9);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.clip-comment-body {
    color: #d2e4f7;
    font-size: 0.95rem;
    word-break: break-word;
}

.clip-comment-tool {
    border: 1px solid rgba(123, 156, 199, 0.18);
    border-radius: 999px;
    padding: 0.32rem 0.72rem;
    color: #dcecff;
    background: rgba(6, 14, 25, 0.92);
    cursor: pointer;
    font-size: 0.78rem;
}

.clip-comment-tool--danger {
    border-color: rgba(255, 137, 122, 0.25);
    color: #ffd3cb;
}

.clip-comment-form {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.clip-comment-name,
.clip-comment-input {
    width: 100%;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(123, 156, 199, 0.18);
    border-radius: 16px;
    color: #f7fbff;
    background: rgba(5, 11, 20, 0.9);
}

.clip-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

.clip-action {
    border: 1px solid rgba(113, 216, 255, 0.24);
    border-radius: 999px;
    padding: 0.72rem 1rem;
    color: #eef8ff;
    background: rgba(10, 20, 34, 0.96);
    cursor: pointer;
}

.clip-action:hover,
.clip-action:focus-visible {
    background: rgba(14, 31, 50, 0.98);
}

.clip-action--delete {
    border-color: rgba(255, 124, 115, 0.34);
}

.clip-action--report {
    border-color: rgba(255, 196, 108, 0.3);
}

.clip-action--comment {
    border-color: rgba(118, 255, 188, 0.24);
}

.hidden {
    display: none !important;
}

@media (max-width: 1500px), (max-height: 920px) {
    .clip-card {
        grid-template-columns: 1fr;
        min-height: calc(100dvh - 8.8rem);
    }

    .clip-card-video-shell,
    .clip-card--vertical .clip-card-video-shell,
    .clip-card--horizontal .clip-card-video-shell {
        height: min(60dvh, calc(100dvh - 12rem));
        min-height: 0;
        max-height: calc(100dvh - 12rem);
    }

    .clip-card-meta {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

@media (max-width: 1120px) {
    .clip-upload-form {
        grid-template-columns: 1fr;
    }

    .clips-upload-note,
    #clip-upload-status,
    .clip-submit-button {
        grid-column: auto;
    }

    .clip-card-video-shell {
        height: min(68dvh, calc(100dvh - 12rem));
        min-height: 0;
        max-height: calc(100dvh - 12rem);
    }

    .clip-card--vertical .clip-card-video-shell,
    .clip-card--horizontal .clip-card-video-shell {
        height: min(66dvh, calc(100dvh - 12.25rem));
        min-height: 0;
        max-height: calc(100dvh - 12.25rem);
    }

}

@media (max-width: 780px) {
    .clips-shell {
        padding: 0.65rem 0.58rem 1.25rem;
    }

    .clips-hero {
        gap: 0.6rem;
    }

    .clips-lede {
        display: none;
    }

    .clips-highlights {
        width: 100%;
    }

    .clips-stat {
        width: 100%;
        border-radius: 16px;
    }

    .clips-feed {
        height: calc(100dvh - 5.8rem);
    }

    .clip-card {
        grid-template-columns: minmax(0, 1fr) minmax(148px, 39vw);
        grid-template-rows: 1fr;
        height: calc(100dvh - 7.2rem);
        min-height: calc(100dvh - 7.2rem);
        overflow: hidden;
        gap: 0.55rem;
        padding: 0.55rem;
        align-items: stretch;
    }

    .clip-card-video-shell,
    .clip-card--vertical .clip-card-video-shell,
    .clip-card--horizontal .clip-card-video-shell {
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
    }

    .clip-card-video-frame {
        padding: 0.4rem 0.4rem 0.72rem;
    }

    .clip-card--vertical .clip-card-video-frame,
    .clip-card-video-frame {
        max-width: 100%;
    }

    .clip-card-meta {
        display: flex;
        flex-direction: column;
        min-height: 0;
        max-height: 100%;
        overflow: auto;
        padding-right: 0.1rem;
        padding-bottom: 0.2rem;
        gap: 0.5rem;
    }

    .clip-pill-row,
    .clip-card-note,
    .clip-card-byline,
    .clip-card-date {
        display: none;
    }

    .clip-card-title {
        order: 4;
        font-size: 0.98rem;
        line-height: 1.15;
    }

    .clip-card-caption {
        order: 5;
        font-size: 0.78rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .clip-card-metrics {
        order: 1;
        gap: 0.4rem;
    }

    .clip-reaction-row {
        order: 2;
        gap: 0.35rem;
    }

    .clip-comments {
        order: 3;
        padding: 0.65rem;
    }

    .clip-card-actions {
        order: 6;
        margin-top: 0;
        gap: 0.45rem;
    }

    .clip-metric,
    .clip-reaction-button,
    .clip-action,
    .clip-comment-tool,
    .clip-comment-badge {
        font-size: 0.74rem;
        padding-left: 0.58rem;
        padding-right: 0.58rem;
    }

    .clip-comments-heading,
    .clip-comment-empty,
    .clip-comment-body,
    .clip-comment-author {
        font-size: 0.78rem;
    }

    .clip-comment {
        padding: 0.45rem 0.5rem;
    }

    .clip-comment-form {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        margin-top: 0.55rem;
    }

    .clip-comment-name,
    .clip-comment-input {
        padding: 0.58rem 0.65rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 420px) {
    .clip-card {
        grid-template-columns: minmax(0, 1fr) minmax(136px, 41vw);
        gap: 0.45rem;
        padding: 0.5rem;
    }

    .clip-card-meta {
        gap: 0.4rem;
    }

    .clip-comments {
        padding: 0.55rem;
    }

    .clip-card-title {
        font-size: 0.92rem;
    }

    .clip-card-caption,
    .clip-comments-heading,
    .clip-comment-empty,
    .clip-comment-body,
    .clip-comment-author,
    .clip-comment-name,
    .clip-comment-input {
        font-size: 0.74rem;
    }

    .clip-metric,
    .clip-reaction-button,
    .clip-action,
    .clip-comment-tool,
    .clip-comment-badge {
        font-size: 0.7rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
