.community-page{--green:#176b4d;--dark:#0a3b2c;--lime:#d4e76e;--ink:#17241f;--muted:#66756e;--line:#dfe9e4;--soft:#f3f8f5;background:#fff;color:var(--ink)}
.community-shell{width:min(1180px,calc(100% - 40px));margin:auto;position:relative;z-index:2}
.community-hero{position:relative;min-height:410px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(112deg,rgba(5,48,34,.97),rgba(18,105,75,.81)),url('../../assets/profil.png') center/cover}
.community-hero:after{content:"";position:absolute;width:450px;height:450px;right:-110px;top:-190px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 65px rgba(255,255,255,.04),0 0 0 130px rgba(255,255,255,.02)}
.community-hero-copy{max-width:780px;padding:80px 0 96px;color:#fff}.community-kicker{display:flex;align-items:center;gap:10px;margin-bottom:17px;color:#eef8be;font-size:12px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase}.community-kicker:before{content:"";width:30px;height:2px;background:var(--lime)}
.community-hero h1{margin:0 0 18px;color:#fff;font-size:clamp(38px,6vw,65px);line-height:1.05;font-weight:800;letter-spacing:-1.2px}.community-hero p{max-width:700px;margin:0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.75}
.community-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:-44px}.community-stat{padding:24px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 16px 38px rgba(13,65,47,.1)}.community-stat strong{display:block;margin-bottom:8px;color:var(--green);font-size:34px;line-height:1}.community-stat span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.55px;text-transform:uppercase}
.community-section{padding:78px 0}.community-section.soft{background:var(--soft)}.community-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:31px}.community-heading-copy{max-width:700px}.community-heading small{color:var(--green);font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.community-heading h2{margin:8px 0 11px;color:var(--ink);font-size:clamp(28px,4vw,41px);line-height:1.16}.community-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.community-toolbar{display:flex;gap:12px;margin-bottom:25px}.community-toolbar input,.community-toolbar select{height:47px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 15px;color:var(--ink);outline:none}.community-toolbar input{flex:1}.community-toolbar select{min-width:230px}.community-toolbar input:focus,.community-toolbar select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,107,77,.1)}
.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.community-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(15,65,47,.055);transition:.25s}.community-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,65,47,.13)}.community-media{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#dcebe4,#b9d2c6)}.community-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.community-card:hover img{transform:scale(1.045)}.community-media-overlay{position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(transparent,rgba(5,39,28,.64))}
.community-card-body{padding:22px}.community-badges{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}.community-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e8f3ed;color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.35px}.community-badge.gold{background:#f5f5d9;color:#66721e}.community-card h3{margin:0 0 9px;color:var(--ink);font-size:19px;line-height:1.42}.community-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.community-meta{display:flex;align-items:center;gap:9px;margin-top:17px;padding-top:15px;border-top:1px solid var(--line);color:var(--green);font-size:12px;font-weight:700}.community-meta i{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#edf5f1}
.community-empty{grid-column:1/-1;padding:52px 25px;text-align:center;background:#fff;border:1px dashed #b9cbc2;border-radius:18px;color:var(--muted)}.community-empty i{display:block;margin-bottom:14px;color:#a4beb2;font-size:35px}.community-empty strong{display:block;margin-bottom:6px;color:var(--ink);font-size:18px}
.community-summary{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-bottom:30px}.community-panel{padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px}.community-panel h3{margin:0 0 7px;font-size:20px}.community-panel>p{margin:0 0 22px;color:var(--muted);font-size:13px}.community-bars{display:grid;gap:15px}.community-bar-head{display:flex;justify-content:space-between;margin-bottom:7px;font-size:12px}.community-track{height:8px;overflow:hidden;border-radius:8px;background:#e7eeea}.community-fill{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,var(--green),#4dad82)}.community-list{display:grid;gap:11px}.community-list-item{display:flex;align-items:center;gap:11px;padding:12px;border-radius:11px;background:var(--soft)}.community-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--green)}.community-list-item b{display:block;font-size:13px}.community-list-item small{color:var(--muted)}
@media(max-width:900px){.community-stats{grid-template-columns:repeat(2,1fr)}.community-grid{grid-template-columns:repeat(2,1fr)}.community-summary{grid-template-columns:1fr}}
@media(max-width:600px){.community-shell{width:calc(100% - 28px)}.community-hero{min-height:370px}.community-hero-copy{padding:70px 0 82px}.community-hero p{font-size:15px}.community-stats{gap:9px;margin-top:-34px}.community-stat{padding:17px}.community-stat strong{font-size:27px}.community-stat span{font-size:9px}.community-section{padding:58px 0}.community-heading,.community-toolbar{align-items:stretch;flex-direction:column}.community-toolbar select{min-width:0}.community-grid{grid-template-columns:1fr}.community-media{height:215px}}
