.community-page{background:var(--background-color);min-height:100vh;color:var(--color);padding:80px 1rem 4rem}.community-page .community-page__hero{text-align:center;max-width:900px;margin:0 auto 3rem}.community-page .community-page__hero-badge{background:var(--badge-clr);border:1px solid var(--border-primary);letter-spacing:1px;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.7rem 1rem;font-size:.85rem;display:inline-flex}.community-page .community-page__hero h1{margin-bottom:1rem;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:1}.community-page .community-page__hero h1 span{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.community-page .community-page__hero p{color:#b8b8b8;font-size:1.05rem}.community-page .community-page__container{flex-direction:column;gap:1rem;max-width:900px;margin:auto;display:flex}.community-page .community-page__post-card{background:var(--surface-glass);border:1px solid var(--border-primary);cursor:pointer;box-shadow:var(--shadow-soft);border-radius:24px;padding:1.4rem;transition:all .25s}.community-page .community-page__post-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.community-page .community-page__post-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.community-page .community-page__user{align-items:center;gap:.9rem;display:flex}.community-page .community-page__avatar{object-fit:cover;border:1px solid var(--border-primary);width:56px;height:56px;box-shadow:var(--image-shadow);border-radius:16px}.community-page .community-page__user h3{font-size:1.2rem;font-weight:800}.community-page .community-page__tag{color:#f5d76e;background:#d4af371f;border:1px solid #d4af3740;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.community-page .community-page__post-title{margin-bottom:1rem;font-size:1.4rem;font-weight:800}.community-page .community-page__post-preview,.community-page .community-page__post-content{color:#c5c5c5;white-space:pre-line;line-height:1.8}.community-page .community-page__post-preview{margin-bottom:1.4rem}.community-page .community-page__post-actions{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.community-page .community-page__post-actions button{border:1px solid var(--border-primary);color:#fff;cursor:pointer;background:#ffffff0a;border-radius:14px;align-items:center;gap:.45rem;padding:.8rem 1rem;transition:all .2s;display:flex}.community-page .community-page__post-actions button:hover{border-color:var(--border-strong);background:#d4af371a}.community-page .community-page__post-view{max-width:900px;margin:auto}.community-page .community-page__back-button{color:#fff;border:1px solid var(--border-primary);cursor:pointer;z-index:11;background:0 0;border-radius:14px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.8rem 1rem;display:inline-flex;position:relative}.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{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:20px;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.community-page .community-page__comment-avatar{object-fit:cover;border-radius:14px;width:48px;height:48px}.community-page .community-page__comment-top{align-items:center;gap:.7rem;margin-bottom:.4rem;display:flex}.community-page .community-page__comment-top h4{font-size:.95rem;font-weight:800}.community-page .community-page__comment-top span{color:#f5d76e;font-size:.7rem;font-weight:700}.community-page .community-page__comment-content p{color:#c5c5c5}.community-page .community-page__skeleton-card{border:1px solid var(--border-primary);background:var(--surface-glass);border-radius:24px;padding:1.5rem;animation:1.5s infinite pulse}.community-page .community-page__skeleton-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.community-page .community-page__skeleton-avatar{background:#ffffff14;border-radius:16px;width:56px;height:56px}.community-page .community-page__skeleton-lines{flex:1}.community-page .community-page__skeleton-line{background:#ffffff14;border-radius:999px;height:12px;margin-bottom:.7rem}.community-page .community-page__skeleton-line.short{width:120px}.community-page .community-page__skeleton-content{background:#ffffff0f;border-radius:18px;height:90px;margin-bottom:1.5rem}.community-page .community-page__skeleton-footer{gap:1rem;display:flex}.community-page .community-page__skeleton-btn{background:#ffffff14;border-radius:14px;width:110px;height:44px}@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;margin-bottom:1rem;padding:1.25rem}.community-page__create-trigger{border:1px solid var(--border-primary);color:#fff;cursor:pointer;background:#ffffff0a;border-radius:14px;width:100%;padding:1rem;font-weight:700}.community-page__create-form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.community-page__create-form input,.community-page__create-form textarea,.community-page__comment-form textarea{border:1px solid var(--border-primary);color:#fff;background:#ffffff08;border-radius:16px;outline:none;width:100%;padding:1rem}.community-page__create-form textarea{resize:vertical;min-height:180px}.community-page__comment-form{background:var(--surface-glass);border:1px solid var(--border-primary);border-radius:20px;margin-bottom:1.5rem;padding:1rem}.community-page__comment-form textarea{resize:vertical;min-height:100px;margin-bottom:1rem}.community-page__create-form button,.community-page__comment-form button{cursor:pointer;color:#fff;background:var(--gradient-accent);border:none;border-radius:14px;align-self:flex-end;padding:.9rem 1.25rem;font-weight:700}.community-page__create-form button:disabled,.community-page__comment-form button:disabled{opacity:.6;cursor:not-allowed}.community-page__create-form input:focus,.community-page__create-form textarea:focus,.community-page__comment-form textarea:focus{border-color:#d4af3780;box-shadow:0 0 0 1px #d4af3740}@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}}.community-page__fab{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-glow);z-index:30;border-radius:999px;align-items:center;gap:.7rem;padding:1rem 1.35rem;font-weight:800;text-decoration:none;transition:all .25s;display:flex;position:fixed;bottom:2rem;right:2rem}.community-page__fab:hover{transform:translateY(-4px)scale(1.02)}@media (max-width:768px){.community-page__fab{justify-content:center;width:58px;height:58px;padding:0;bottom:4.65rem;right:1rem}.community-page__fab span{display:none}}.community-page__post-card{position:relative;overflow:hidden}.community-page__post-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff08,#0000 45%);transition:all .3s;position:absolute;inset:0}.community-page__post-card:hover:before{opacity:1}.community-page__post-card:hover{transform:translateY(-4px)}.community-page__post-header{margin-bottom:1rem}.community-page__user{gap:.85rem}.community-page__avatar{border-radius:12px;width:44px;height:44px}.community-page__user-info{flex-direction:column;gap:.35rem;display:flex}.community-page__user-top{text-align:center;align-items:center;gap:.55rem;display:flex}.community-page__user h3{margin:0;font-size:.95rem;font-weight:800}.community-page__post-date{color:#8f8f8f;font-size:.8rem}.community-page__tag{letter-spacing:.4px;width:fit-content;padding:.3rem .65rem;font-size:.68rem}.community-page__category{color:#f4d66a;letter-spacing:.8px;background:#d4af371f;border:1px solid #d4af3740;border-radius:999px;align-items:center;margin-bottom:.9rem;padding:.35rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.community-page__post-title{margin-bottom:.8rem;font-size:1.45rem;font-weight:900;line-height:1.2}.community-page__post-preview{color:#9f9f9f;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.3rem;line-height:1.75;display:-webkit-box;overflow:hidden}.community-page__post-actions{border-top:1px solid var(--border-primary);gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.community-page__post-actions button{color:#9b9b9b;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .9rem;transition:all .2s;display:flex}.community-page__post-actions button svg{transition:all .2s}.community-page__post-actions button:hover{color:#fff;background:#ffffff0d}.community-page__post-actions button:first-child:hover{color:#ff6b6b;background:#ff46461f}.community-page__post-actions button:first-child:hover svg{fill:currentColor}.community-page__post-actions button:last-child:hover{color:#7fb3ff;background:#4682ff1f}@media (max-width:768px){.community-page__post-title{font-size:1.25rem}.community-page__avatar{width:40px;height:40px}}
