.community-page{min-height:100vh;background:#fffaf1;color:var(--ink,#17231d)}
.community-main{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:76px 0 110px}
.community-hero{max-width:760px;margin:0 auto 74px;text-align:center}
.community-kicker{display:inline-flex;align-items:center;gap:8px;color:#66716a;font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.community-kicker:before{content:"";display:inline-block;width:28px;height:2px;background:#ff786b}
.community-hero h1{margin:18px 0 14px;font-size:clamp(42px,7vw,84px);line-height:.98;letter-spacing:-4px}
.community-hero h1 span{color:#ff786b}.community-hero p{max-width:610px;margin:0 auto;color:#66716a;font-size:17px;line-height:1.65}
.community-create{display:inline-flex;align-items:center;gap:18px;margin-top:28px;padding:14px 20px;border:1px solid #17231d;border-radius:9px;background:#c6f267;color:#17231d;font-size:13px;font-weight:800;box-shadow:0 3px 0 #17231d}.community-create:hover{transform:translateY(-2px);box-shadow:0 5px 0 #17231d}
.community-library{padding:32px;border:1px solid #d8d4ca;border-radius:22px;background:#fffdf8;box-shadow:0 20px 60px rgba(23,35,29,.07)}
.community-library-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.community-library-head h2{margin:10px 0 0;font-size:30px;letter-spacing:-1.4px}.community-filter-label{display:flex;align-items:center;gap:10px;color:#66716a;font-size:11px;font-weight:800}.community-filter-label select{min-width:170px;padding:10px 34px 10px 12px;border:1px solid #d8d4ca;border-radius:8px;background:#fff;font:700 12px Manrope,Arial;color:#17231d}
.community-status{padding:28px 12px;color:#66716a;text-align:center;font-size:13px}.community-status.is-error{color:#c75147}.community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.community-grid:empty{display:none}
.community-card{display:flex;min-width:0;flex-direction:column;border:1px solid #d8d4ca;border-radius:15px;background:#fff;overflow:hidden;transition:transform .18s,box-shadow .18s}.community-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(23,35,29,.12)}
.community-card-author{display:flex;align-items:center;gap:9px;padding:14px 18px 0;color:#17231d;font-size:12px;font-weight:800}.community-author-avatar{display:block;width:32px;height:32px;flex:0 0 32px;border:1px solid #d8d4ca;border-radius:50%;background:#fff;object-fit:cover}.community-author-avatar-text{display:inline-flex;align-items:center;justify-content:center;background:#c6f267;color:#17231d;font-size:10px;line-height:1;text-transform:uppercase}
.community-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px 12px}.community-card-topic{color:#77817b;font-size:9px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.community-card-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.community-card-date{color:#9aa19b;font-size:10px;white-space:nowrap}.community-card-like{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border:1px solid transparent;border-radius:999px;background:transparent;color:#77817b;font:800 11px Manrope,Arial;line-height:1;cursor:pointer;transition:color .18s,background .18s,border-color .18s,transform .18s}.community-card-like:hover{border-color:#ffc1ba;background:#fff2ef;color:#e55f55;transform:translateY(-1px)}.community-card-like.is-liked{color:#e55f55}.community-card-like.is-loading{opacity:.55;cursor:wait}.community-card-like.is-error{border-color:#e55f55;color:#c75147}.community-card-like-icon{font-size:17px;line-height:.8}.community-card h3{margin:0;padding:0 18px;font-size:19px;line-height:1.2;letter-spacing:-.5px;overflow-wrap:anywhere}.community-card-meta{display:flex;gap:8px;padding:9px 18px 14px;color:#77817b;font-size:10px;font-weight:700}
.community-preview{display:flex;flex-wrap:wrap;gap:7px;min-height:98px;margin:0 14px;padding:13px;border:1px solid #eee9df;border-radius:10px;background:#faf7f0}.community-tier-preview{display:flex;align-items:center;gap:5px;width:100%;min-width:0}.community-tier-label{display:inline-flex;align-items:center;justify-content:center;flex:0 0 25px;width:25px;height:25px;border-radius:5px;color:#17231d;font-size:10px;font-weight:900}.community-item-image{width:32px;height:32px;border:1px solid #dedbd3;border-radius:6px;background:#fff;object-fit:contain}.community-item-chip{max-width:150px;padding:5px 8px;border-radius:6px;background:#eee9df;color:#3e4942;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-more{color:#87908a;font-size:10px;font-weight:800}.community-card-actions{display:flex;gap:8px;margin-top:auto;padding:15px 18px 18px}.community-card-actions a{flex:1;padding:10px 8px;border:1px solid #17231d;border-radius:7px;text-align:center;font-size:11px;font-weight:800}.community-card-actions a:first-child{background:#17231d;color:#fff}.community-card-actions a:last-child{background:#fff;color:#17231d}.community-card-actions a:hover{opacity:.78}
@media(max-width:900px){.community-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.community-main{width:min(100% - 24px,560px);padding:48px 0 70px}.community-hero{margin-bottom:45px}.community-hero h1{letter-spacing:-2px}.community-hero p{font-size:15px}.community-library{padding:18px;border-radius:16px}.community-library-head{align-items:flex-start;flex-direction:column}.community-library-head h2{font-size:25px}.community-filter-label{width:100%;justify-content:space-between}.community-filter-label select{flex:1}.community-grid{grid-template-columns:1fr}.community-card-top{padding-top:15px}}
.community-card[data-card-href]{cursor:pointer}.community-card[data-card-href]:focus-visible{outline:3px solid #c6f267;outline-offset:3px}
