.community-page{min-height:100vh;background:var(--background-color);color:var(--color);padding:4rem 1rem;margin-top:4rem}.community-page .community-page__hero{max-width:900px;margin:0 auto 3rem;text-align:center}.community-page .community-page__hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border-radius:999px;background:var(--badge-clr);border:1px solid var(--border-primary);margin-bottom:1.5rem;font-size:.85rem;letter-spacing:1px}.community-page .community-page__hero h1{font-size:clamp(2.5rem,7vw,5rem);line-height:1;margin-bottom:1rem;font-weight:900}.community-page .community-page__hero h1 span{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.community-page .community-page__hero p{color:#b8b8b8;font-size:1.05rem}.community-page .community-page__container{max-width:900px;margin:auto;display:flex;flex-direction:column;gap:1rem}.community-page .community-page__post-card{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:24px;padding:1.4rem;cursor:pointer;transition:.25s ease;box-shadow:var(--shadow-soft)}.community-page .community-page__post-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:var(--shadow-glow)}.community-page .community-page__post-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.community-page .community-page__user{display:flex;align-items:center;gap:.9rem}.community-page .community-page__avatar{width:56px;height:56px;border-radius:16px;object-fit:cover;border:1px solid var(--border-primary);box-shadow:var(--image-shadow)}.community-page .community-page__user h3{font-size:1rem;font-weight:800;margin-bottom:.3rem}.community-page .community-page__tag{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700}.community-page .community-page__tag.owner{background:rgba(212,175,55,.12);color:#f5d76e;border:1px solid rgba(212,175,55,.25)}.community-page .community-page__post-title{font-size:1.4rem;font-weight:800;margin-bottom:1rem}.community-page .community-page__post-content,.community-page .community-page__post-preview{color:#c5c5c5;line-height:1.8;white-space:pre-line}.community-page .community-page__post-preview{margin-bottom:1.4rem}.community-page .community-page__post-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.community-page .community-page__post-actions button{display:flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.04);border:1px solid var(--border-primary);color:white;padding:.8rem 1rem;border-radius:14px;cursor:pointer;transition:.2s ease}.community-page .community-page__post-actions button:hover{background:rgba(212,175,55,.1);border-color:var(--border-strong)}.community-page .community-page__post-view{max-width:900px;margin:auto}.community-page .community-page__back-button{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;background:transparent;color:white;border:1px solid var(--border-primary);padding:.8rem 1rem;border-radius:14px;cursor:pointer}.community-page .community-page__comments-section{margin-top:2rem}.community-page .community-page__comments-section h2{margin-bottom:1rem;font-size:1.5rem}.community-page .community-page__comment-card{display:flex;gap:1rem;padding:1rem;margin-bottom:1rem;background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:20px}.community-page .community-page__comment-avatar{width:48px;height:48px;border-radius:14px;object-fit:cover}.community-page .community-page__comment-top{display:flex;align-items:center;gap:.7rem;margin-bottom:.4rem}.community-page .community-page__comment-top h4{font-size:.95rem;font-weight:800}.community-page .community-page__comment-top span{font-size:.7rem;color:#f5d76e;font-weight:700}.community-page .community-page__comment-content p{color:#c5c5c5}.community-page .community-page__skeleton-card{padding:1.5rem;border-radius:24px;border:1px solid var(--border-primary);background:var(--surface-glass);animation:pulse 1.5s infinite}.community-page .community-page__skeleton-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.community-page .community-page__skeleton-avatar{width:56px;height:56px;border-radius:16px;background:rgba(255,255,255,.08)}.community-page .community-page__skeleton-lines{flex:1 1}.community-page .community-page__skeleton-line{height:12px;border-radius:999px;background:rgba(255,255,255,.08);margin-bottom:.7rem}.community-page .community-page__skeleton-line.short{width:120px}.community-page .community-page__skeleton-content{height:90px;border-radius:18px;background:rgba(255,255,255,.06);margin-bottom:1.5rem}.community-page .community-page__skeleton-footer{display:flex;gap:1rem}.community-page .community-page__skeleton-btn{width:110px;height:44px;border-radius:14px;background:rgba(255,255,255,.08)}@keyframes pulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.community-page__create-card{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:24px;padding:1.25rem;margin-bottom:1rem}.community-page__create-trigger{width:100%;padding:1rem;border-radius:14px;border:1px solid var(--border-primary);background:rgba(255,255,255,.04);color:white;cursor:pointer;font-weight:700}.community-page__create-form{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.community-page__comment-form textarea,.community-page__create-form input,.community-page__create-form textarea{width:100%;background:rgba(255,255,255,.03);border:1px solid var(--border-primary);color:white;border-radius:16px;padding:1rem;outline:none}.community-page__create-form textarea{min-height:180px;resize:vertical}.community-page__comment-form{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:20px;padding:1rem;margin-bottom:1.5rem}.community-page__comment-form textarea{min-height:100px;resize:vertical;margin-bottom:1rem}.community-page__comment-form button,.community-page__create-form button{align-self:flex-end;border:none;cursor:pointer;border-radius:14px;padding:.9rem 1.25rem;font-weight:700;color:white;background:var(--gradient-accent)}.community-page__comment-form button:disabled,.community-page__create-form button:disabled{opacity:.6;cursor:not-allowed}.community-page__comment-form textarea:focus,.community-page__create-form input:focus,.community-page__create-form textarea:focus{border-color:rgba(212,175,55,.5);box-shadow:0 0 0 1px rgba(212,175,55,.25)}@media (max-width:768px){.community-page .community-page__post-card{padding:1rem}.community-page .community-page__hero h1{font-size:3rem}.community-page .community-page__post-title{font-size:1.2rem}}