/**
 * AABW 프로젝트 피드 목록 페이지 전용 CSS - refactored fresh version
 *
 * - project.php 화면 전용 스타일
 * - 공통 상단 헤더: common/header.php, common/header.css
 * - 왼쪽 플로팅 메뉴: common/floating-profile.php, common/floating-profile.css
 * - 중복 보정 블록을 통합하고 summary/header/toolbar 이모지 포인트를 최종 스타일에 반영
 */

* {
    box-sizing: border-box;
    font-family: 'NanumSquareAc', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: #fff;
    overflow-x: hidden;
    background:
        linear-gradient(rgba(8, 12, 25, 0.76), rgba(8, 12, 25, 0.88)),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80') center / cover fixed;
}


a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

/* =========================================================
   공통 레이아웃 / 글래스 패널
========================================================= */
.page {
    position: relative;
    min-height: 100vh;
}

.glass-panel {
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 25px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.glass-panel-strong {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.28);
}

.glass-panel-strong::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.18), transparent 30%, transparent 70%, rgba(255,255,255,0.06));
}

.page-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 110px 32px 60px;
    display: grid;
    grid-template-columns: minmax(0, 980px) 300px;
    justify-content: center;
    gap: 28px;
    transition: transform 0.25s ease;
}

.page-content.has-floating-profile,
.has-floating-profile .page-content,
.page:has(.floating-profile) .page-content,
.page:has(.floating-profile-wrap) .page-content,
.page:has(.profile-floating) .page-content,
.page:has(.floating-menu) .page-content {
    grid-template-columns: minmax(0, 900px) 300px;
    transform: translateX(130px);
}

.feed-area {
    width: 100%;
    min-width: 0;
}

/* =========================================================
   상단 페이지 헤더
========================================================= */
.feed-header,
.page-header {
    margin-bottom: 18px;
}

.feed-title {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
}

.feed-desc {
    margin-top: 10px;
    color: rgba(255,255,255,0.72);
    font-size: 15px;
}

.page-header {
    position: relative;
    overflow: visible;
}

.page-header .eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    padding: 9px 15px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.page-header .eyebrow::before {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    font-size: 13px;
    line-height: 1;
}

.page-header .page-title {
    position: relative;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.page-header .page-title::after {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,0.45), transparent 34%),
        rgba(255,255,255,0.12);
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    font-size: 22px;
    transform: rotate(-5deg);
}

.page-header .page-desc {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

/* =========================================================
   요약 카드
========================================================= */
.summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.summary-card {
    position: relative;
    overflow: hidden;
    min-height: 116px;
    padding: 22px 22px 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 25px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255,255,255,0.20), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.065));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.summary-card::before {
    position: absolute;
    left: 22px;
    top: 52%;
    transform: translateY(-50%);
    z-index: 1;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.summary-card:nth-child(1)::before { content: "🗂️"; }
.summary-card:nth-child(2)::before { content: "🔥"; }
.summary-card:nth-child(3)::before { content: "💬"; }

.summary-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -46px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(167,199,255,0.12);
    pointer-events: none;
}

.summary-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.28);
    background:
        radial-gradient(circle at 0% 0%, rgba(255,255,255,0.26), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.17), rgba(255,255,255,0.08));
}

.summary-label,
.summary-value {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
}

.summary-label {
    margin-bottom: 9px;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    font-weight: 900;
}

.summary-value {
    font-size: 32px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -1.2px;
}

/* =========================================================
   검색 / 필터 툴바
========================================================= */
.feed-toolbar {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.07)),
        rgba(255,255,255,0.08);
}

.feed-toolbar::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #ffffff, #a7c7ff);
    opacity: 0.86;
    pointer-events: none;
}

.feed-toolbar > * {
    position: relative;
    z-index: 1;
}

.feed-toolbar .toolbar-left,
.toolbar-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    min-width: 0;
}

.feed-toolbar .toolbar-left {
    flex: 1 1 auto;
}

.feed-toolbar .toolbar-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-input,
.filter-select {
    height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 15px;
    outline: none;
    background: rgba(255,255,255,0.105);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.search-input {
    width: min(360px, 42vw);
}

.search-input::placeholder {
    color: rgba(255,255,255,0.45);
}

.filter-select {
    width: 150px;
    flex: 0 0 150px;
}

.filter-select option {
    color: #000;
}

.search-input:focus,
.filter-select:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.34);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.08);
}

.search-guide {
    color: rgba(255,255,255,0.55);
    font-size: 12px;
}

.toolbar-search-btn {
    height: 48px;
    min-width: 90px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.toolbar-search-btn:hover,
.toolbar-search-btn:active {
    transform: none;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.14);
    color: #fff;
}

.feed-write-btn {
    position: relative;
    overflow: hidden;
    min-width: 158px;
    height: 50px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,0.95), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #e6efff 45%, #c8dcff 100%);
    color: #11192b;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: -0.02em;
    white-space: nowrap;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.9),
        0 18px 38px rgba(16, 30, 62, 0.34),
        0 0 0 1px rgba(255,255,255,0.38);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.feed-write-btn::before {
    content: "✍️";
    font-size: 17px;
    line-height: 1;
}

.feed-write-btn::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -60%;
    width: 55%;
    height: 180%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
    transform: rotate(18deg);
    transition: left 0.55s ease;
    pointer-events: none;
}

.feed-write-btn:hover {
    transform: translateY(-3px);
    color: #11192b;
    filter: brightness(1.03);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 24px 48px rgba(16, 30, 62, 0.42),
        0 0 0 1px rgba(255,255,255,0.48);
}

.feed-write-btn:hover::after {
    left: 110%;
}

.feed-write-btn:active {
    transform: translateY(-1px);
}

/* =========================================================
   프로젝트 피드 카드
========================================================= */
.feed-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-card {
    overflow: hidden;
}

.post-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.post-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 20px 14px;
}

.post-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.35));
    color: #000;
    font-size: 16px;
    font-weight: 900;
}

.user-feed-name {
    font-size: 15px;
    font-weight: 800;
}

.user-feed-meta {
    margin-top: 4px;
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.post-more {
    color: rgba(255,255,255,0.72);
    font-size: 22px;
    cursor: default;
}

.post-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 500px;
    display: block;
    object-fit: cover;
    background: #111;
}

.post-body {
    padding: 18px 20px 20px;
}

.post-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
}

.post-actions span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.25s ease;
}

.post-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
}

.post-title a:hover {
    text-decoration: underline;
}

.post-text {
    margin-bottom: 14px;
    color: rgba(255,255,255,0.84);
    font-size: 15px;
    line-height: 1.7;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.post-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.85);
    font-size: 13px;
}

.project-status-badge {
    min-width: 64px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.project-status-badge.planning {
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.project-status-badge.progress {
    background: rgba(255,255,255,0.92);
    color: #000;
}

.project-status-badge.completed {
    border: 1px solid rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.18);
    color: #fff;
}

.post-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.65);
    font-size: 14px;
}

.like-display {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.88);
    font: inherit;
    cursor: default;
    user-select: none;
}

.like-display.liked {
    color: #ff6b8a;
    font-weight: 900;
}

.comment-box {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.comment-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.55;
}

.comment-writer {
    flex: 0 0 auto;
    color: #fff;
    font-weight: 900;
}

.comment-empty {
    margin-bottom: 12px;
    color: rgba(255,255,255,0.52);
    font-size: 14px;
}

.comment-more-link {
    display: inline-flex;
    margin-top: 2px;
    color: rgba(255,255,255,0.62);
    font-size: 13px;
}

.comment-more-link:hover {
    color: #fff;
    text-decoration: underline;
}

.empty-feed {
    padding: 36px 20px;
    text-align: center;
    color: rgba(255,255,255,0.72);
    font-size: 15px;
}

/* =========================================================
   우측 안내 패널
========================================================= */
.rightbar {
    position: sticky;
    top: 300px;
    height: fit-content;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.115), rgba(255,255,255,0.055));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 22px 54px rgba(0,0,0,0.42),
        inset 0 1px 0 rgba(255,255,255,0.10);
}

.rightbar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 0%, rgba(255,255,255,0.10), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 40%);
}

.rightbar > * {
    position: relative;
    z-index: 1;
}

.side-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.side-desc {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.66);
    font-size: 13px;
    line-height: 1.65;
    word-break: keep-all;
}

.side-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.side-menu a,
.side-menu .active-item {
    min-height: auto;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 15px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.side-menu a:hover {
    transform: translateX(4px);
    border-color: rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.side-menu .active-item,
.side-menu a.active-item,
.side-menu .active-item:hover,
.side-menu a.active-item:hover {
    transform: none;
    border-color: rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.92);
    color: #000;
}

.write-btn {
    width: 100%;
    height: 52px;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 15px;
    background: rgba(255,255,255,0.94);
    color: #000;
    font-size: 15px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.write-btn:hover {
    transform: translateY(-2px);
    background: #fff;
    color: #000;
}

.mini-card {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.105);
    border-radius: 22px;
    background: rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 14px 28px rgba(0,0,0,0.18);
}

.mini-title {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    font-weight: 900;
}

.rank-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.rank-item {
    padding: 12px 13px;
    border: 1px solid rgba(255,255,255,0.075);
    border-radius: 16px;
    background: rgba(255,255,255,0.065);
    box-shadow: none;
}

.rank-item strong {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.rank-item span {
    display: block;
    color: rgba(255,255,255,0.62);
    font-size: 12px;
    line-height: 1.45;
    word-break: keep-all;
}

/* =========================================================
   페이지네이션 / 모션
========================================================= */
.pagination-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.page-btn {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 15px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-weight: 700;
    transition: all 0.25s ease;
}

.page-btn.active,
.page-btn:hover {
    background: rgba(255,255,255,0.92);
    color: #000;
}

.page-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.content-motion {
    opacity: 0;
    transform: translateY(24px) scale(0.99);
    filter: blur(8px);
    will-change: opacity, transform, filter;
}

body.motion-ready .content-motion {
    animation: revealContent 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.18s; }
.delay-3 { animation-delay: 0.28s; }
.delay-4 { animation-delay: 0.38s; }

@keyframes revealContent {
    0% {
        opacity: 0;
        transform: translateY(24px) scale(0.99);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* =========================================================
   반응형
========================================================= */
@media (prefers-reduced-motion: reduce) {
    .content-motion {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
    }
}

@media (max-width: 1500px) {
    .page-content {
        max-width: 1360px;
        grid-template-columns: minmax(0, 900px) 290px;
    }

    .page-content.has-floating-profile,
    .has-floating-profile .page-content,
    .page:has(.floating-profile) .page-content,
    .page:has(.floating-profile-wrap) .page-content,
    .page:has(.profile-floating) .page-content,
    .page:has(.floating-menu) .page-content {
        grid-template-columns: minmax(0, 820px) 290px;
        transform: translateX(90px);
    }
}

@media (max-width: 1400px) {
    .page-content {
        max-width: 1240px;
        grid-template-columns: minmax(0, 860px) 280px;
    }

    .page-content.has-floating-profile,
    .has-floating-profile .page-content,
    .page:has(.floating-profile) .page-content,
    .page:has(.floating-profile-wrap) .page-content,
    .page:has(.profile-floating) .page-content,
    .page:has(.floating-menu) .page-content {
        grid-template-columns: minmax(0, 780px) 280px;
        transform: translateX(60px);
    }
}

@media (max-width: 1200px) {
    .page-content,
    .page-content.has-floating-profile,
    .has-floating-profile .page-content,
    .page:has(.floating-profile) .page-content,
    .page:has(.floating-profile-wrap) .page-content,
    .page:has(.profile-floating) .page-content,
    .page:has(.floating-menu) .page-content {
        max-width: 1080px;
        grid-template-columns: minmax(0, 1fr) 270px;
        padding-left: 24px;
        padding-right: 24px;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .page-content,
    .page-content.has-floating-profile,
    .has-floating-profile .page-content,
    .page:has(.floating-profile) .page-content,
    .page:has(.floating-profile-wrap) .page-content,
    .page:has(.profile-floating) .page-content,
    .page:has(.floating-menu) .page-content {
        max-width: 860px;
        grid-template-columns: 1fr;
        transform: none;
    }

    .summary-grid {
        grid-template-columns: 1fr;
    }

    .feed-toolbar {
        flex-wrap: wrap;
    }

    .feed-toolbar .toolbar-left,
    .feed-toolbar .toolbar-right {
        width: 100%;
    }

    .feed-toolbar .toolbar-right {
        justify-content: flex-end;
    }

    .rightbar {
        position: static;
        order: 2;
    }

    .feed-area {
        order: 1;
    }
}

@media (max-width: 768px) {
    .page-content {
        padding: 96px 16px 50px;
    }

    .feed-title {
        font-size: 32px;
    }

    .page-header .page-title {
        gap: 9px;
        font-size: 36px;
    }

    .page-header .page-title::after {
        width: 36px;
        height: 36px;
        border-radius: 14px;
        font-size: 18px;
    }

    .page-header .page-desc {
        font-size: 15px;
    }

    .summary-card {
        min-height: 124px;
        padding: 20px 18px 18px 72px;
    }

    .summary-card::before {
        left: 18px;
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 19px;
    }

    .feed-toolbar {
        overflow: visible;
        padding: 16px;
    }

    .feed-toolbar .toolbar-left {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .feed-toolbar .toolbar-right {
        justify-content: stretch;
    }

    .feed-toolbar .search-input,
    .feed-toolbar .filter-select,
    .toolbar-search-btn,
    .feed-write-btn {
        width: 100%;
        min-width: 0;
        flex: none;
    }

    .feed-write-btn {
        height: 52px;
    }

    .post-head,
    .post-body {
        padding-left: 16px;
        padding-right: 16px;
    }
}
