.community{min-height:100vh;padding:70px 0 90px;background:linear-gradient(150deg,rgb(197 138 50 / 7%),transparent 32rem)}.community-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px;padding-bottom:30px;border-bottom:1px solid var(--line)}.community-head h1{margin:8px 0;font-size:clamp(3rem,7vw,5.7rem);line-height:.92;letter-spacing:-.05em}.community-head p{max-width:650px;margin:0;color:var(--muted)}.community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.community-post{position:relative;padding:25px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,var(--surface-strong),var(--surface));transition:transform .2s,border-color .2s}.community-post:hover{border-color:rgb(197 138 50 / 48%);transform:translateY(-3px)}.community-post__unapprove{position:absolute;top:12px;right:12px;margin:0}.community-post__unapprove button{display:grid;width:30px;height:30px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--muted);cursor:pointer}.community-post__meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.8rem}.community-post__avatar{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--accent);border-radius:50%;color:var(--accent-strong);font-weight:850}.community-post h2{margin:18px 0 8px;font:600 1.45rem/1.2 Georgia,serif}.community-post p{margin:0;color:var(--muted);white-space:pre-wrap}.community-post img{width:100%;max-height:330px;margin-top:18px;border-radius:var(--radius-sm);object-fit:cover}.community-tag{display:inline-block;margin-top:20px;padding:4px 10px;border:1px solid rgb(197 138 50 / 40%);border-radius:99px;background:var(--accent-soft);color:var(--accent-strong);font-size:.72rem;font-weight:800}.community-empty{grid-column:1/-1;padding:52px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center}.post-modal{position:fixed;z-index:50;inset:0;display:none;padding:5vh 16px;background:rgb(0 0 0 / 76%)}.post-modal.open{display:block}.post-dialog{width:min(100%,620px);max-height:90vh;overflow:auto;margin:auto;padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.post-dialog__top{display:flex;align-items:center;justify-content:space-between;gap:16px}.post-dialog h2{margin:0}.post-close{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:1.25rem;cursor:pointer}.community-note{margin:12px 0;color:var(--muted);font-size:.88rem}@media(max-width:760px){.community{padding:45px 0 65px}.community-head{align-items:start;flex-direction:column}.community-grid{grid-template-columns:1fr}.post-dialog{padding:20px}}
