.community-search-input-wrap{
    position: relative;
}

.community-search-clear{
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: #f5f9fc;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.community-browse-filters{
    margin:18px 0 26px;
}

.community-search-filter-btn.is-active{
    background:rgba(255,255,255,0.12);
    border-color:rgba(255,255,255,0.24);
}

.community-search-filter-btn-type small{
    margin-left:4px;
    opacity:.72;
}


.community-search-filter-group{
    margin-top:16px;
}

.community-search-filter-title{
    margin:0 0 10px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.62);
}

.community-search-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.community-search-filter-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,0.12);
    background:rgba(255,255,255,0.04);
    color:#fff;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}

.community-search-filter-btn:hover{
    background:rgba(255,255,255,0.08);
}

.community-search-filter-btn-type{
    background:rgba(16,185,129,0.10);
    border-color:rgba(16,185,129,0.22);
    color:#d1fae5;
}

.community-search-filter-btn-type small{
    font-size:11px;
    font-weight:800;
    color:rgba(255,255,255,0.62);
}

.community-search-filter-btn-developer{
    background:rgba(255,255,255,0.04);
}

.community-search-filter-logo{
    width:18px;
    height:18px;
    border-radius:999px;
    object-fit:contain;
    background:#fff;
    padding:2px;
    flex:0 0 18px;
}

.community-search-clear:hover{
    background: rgba(255,255,255,0.16);
}

.community-search-suggestions[hidden]{
    display: none !important;
}

.community-search-suggestions{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 50;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(27,49,65,0.98), rgba(17,35,47,0.98));
    box-shadow: 0 24px 60px rgba(0,0,0,0.30);
    backdrop-filter: blur(10px);
}

.community-search-suggestion{
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none;
    background: transparent;
    color: #eaf3f8 !important;
    transition: background 0.18s ease, transform 0.18s ease;
}

.community-search-suggestion:visited{
    color: #eaf3f8 !important;
}

.community-search-suggestion + .community-search-suggestion{
    margin-top: 4px;
}

.community-search-suggestion:hover{
    background: rgba(255,255,255,0.06);
    transform: translateX(2px);
}

.community-search-suggestion-title{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #f5f9fc !important;
}

.community-search-suggestion-title:visited{
    color: #f5f9fc !important;
}

.community-search{
    position: relative;
    margin: 24px 0 30px;
    padding: 22px;
    border: 1px solid transparent;
    border-radius: 26px;
    background:
        linear-gradient(rgba(18,36,48,0.96), rgba(11,25,36,0.94)) padding-box,
        linear-gradient(135deg,
            rgba(66,133,244,0.85) 0%,
            rgba(52,168,83,0.85) 32%,
            rgba(251,188,5,0.85) 68%,
            rgba(234,67,53,0.85) 100%
        ) border-box;
    box-shadow:
        0 18px 46px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.community-search::before{
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 25px;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), transparent 34%),
        radial-gradient(circle at top right, rgba(255,255,255,0.03), transparent 28%);
}

.community-search-head p{
    margin: 0;
    color: #bdd0db;
    font-size: 14px;
    line-height: 1.55;
}

.community-search-input{
    width: 100%;
    height: 60px;
    padding: 0 56px 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(28,52,68,0.96), rgba(18,39,52,0.96));
    color: #f4f8fb;
    font-size: 16px;
    outline: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 6px 18px rgba(0,0,0,0.10);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.community-search-input::placeholder{
    color: #93a8b6;
}

.community-search-input:focus{
    border-color: rgba(66,133,244,0.55);
    background: linear-gradient(180deg, rgba(32,58,76,0.98), rgba(21,43,58,0.98));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 0 0 4px rgba(66,133,244,0.12),
        0 10px 24px rgba(0,0,0,0.14);
}

.community-search-suggestions{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 30;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(29,54,70,0.98), rgba(18,38,50,0.98));
    box-shadow:
        0 22px 54px rgba(0,0,0,0.30),
        inset 0 1px 0 rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}

.community-search-status{
    margin-top: 12px;
    font-size: 13px;
    color: #b2c4cf;
}


   body{
    background:#0b141a !important;
    color:#e9edef !important;
}

.container,
.wrap,
.page,
.page-wrap,
.content{
    background:transparent !important;
}

.grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr)) !important;
    gap:18px !important;
}

.card{
    display:block !important;
    text-decoration:none !important;
    color:#e9edef !important;
    background:#111b21 !important;
    border:1px solid rgba(255,255,255,0.06) !important;
    border-radius:22px !important;
    padding:18px !important;
    box-shadow:0 12px 30px rgba(0,0,0,0.28) !important;
    transition:all .18s ease !important;
}

.card:hover{
    transform:translateY(-3px) !important;
    border-color:rgba(37,211,102,0.28) !important;
    box-shadow:0 18px 40px rgba(0,0,0,0.36) !important;
}

.card-top{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin-bottom:12px !important;
}

.card-source{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
}

.pulse-dot{
    width:10px !important;
    height:10px !important;
    border-radius:50% !important;
    background:#25d366 !important;
    box-shadow:0 0 0 4px rgba(37,211,102,0.12) !important;
    display:inline-block !important;
    flex:0 0 auto !important;
}

.pulse-label{
    font-size:12px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    letter-spacing:.08em !important;
    color:#86efac !important;
}

.card-time,
.date{
    font-size:12px !important;
    color:#8696a0 !important;
    white-space:nowrap !important;
}

.title,
.card .title,
.card h2{
    color:#f7f8fa !important;
    margin:0 0 12px !important;
    font-size:28px !important;
    line-height:1.18 !important;
    letter-spacing:-0.02em !important;
}

.meta{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin-bottom:14px !important;
}

.tag{
    display:inline-flex !important;
    align-items:center !important;
    padding:7px 12px !important;
    border-radius:999px !important;
    background:#1f2c34 !important;
    color:#d1d7db !important;
    font-size:12px !important;
    line-height:1 !important;
    border:1px solid rgba(255,255,255,0.06) !important;
}

.tag-type{
    background:rgba(37,211,102,0.14) !important;
    color:#9cf2be !important;
    border-color:rgba(37,211,102,0.20) !important;
}

.summary,
.card .summary,
.card p{
    margin:0 0 16px !important;
    color:#c7d1d8 !important;
    font-size:15px !important;
    line-height:1.6 !important;
}

.community-card-intel{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin-top:10px !important;
    margin-bottom:16px !important;
}

.community-card-pill{
    display:inline-flex !important;
    align-items:center !important;
    padding:8px 12px !important;
    border-radius:999px !important;
    background:#25d366 !important;
    color:#08110d !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
}

.community-card-pill-light{
    background:#1f2c34 !important;
    color:#dbe5ea !important;
    font-weight:600 !important;
}

.card-bottom{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding-top:14px !important;
    border-top:1px solid rgba(255,255,255,0.06) !important;
}

.card-cta{
    font-size:13px !important;
    font-weight:700 !important;
    color:#25d366 !important;
}

.card-arrow{
    font-size:22px !important;
    line-height:1 !important;
    color:#25d366 !important;
}

.empty{
    background:#111b21 !important;
    border:1px solid rgba(255,255,255,0.06) !important;
    border-radius:18px !important;
    color:#c7d1d8 !important;
    padding:20px !important;
}

@media (max-width: 768px){
    .title,
    .card h2{
        font-size:22px !important;
    }

    .card{
        border-radius:18px !important;
        padding:16px !important;
    }
}

html, body, body *{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

body{
    background:#0b141a !important;
    color:#e9edef !important;
    font-size:16px !important;
    line-height:1.5 !important;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale !important;
}

h1, h2, h3, h4, h5, h6,
.title,
.card .title,
.card h2{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight:700 !important;
    letter-spacing:-0.02em !important;
    color:#f5f7fa !important;
    margin:0 0 12px !important;
}

.title,
.card h2{
    font-size:24px !important;
    line-height:1.25 !important;
}

.summary,
.card .summary,
.card p{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size:15px !important;
    line-height:1.65 !important;
    color:#c9d2d9 !important;
    margin:0 0 16px !important;
}

.pulse-label,
.card-time,
.date,
.tag,
.community-card-pill,
.community-card-pill-light,
.card-cta,
.card-arrow{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.card{
    background:#111b21 !important;
    border:1px solid rgba(255,255,255,0.06) !important;
    border-radius:20px !important;
    padding:20px !important;
    box-shadow:0 8px 24px rgba(0,0,0,0.24) !important;
}

.card-top{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-bottom:12px !important;
}

.pulse-label{
    color:#7ee7a8 !important;
    font-size:12px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    letter-spacing:.08em !important;
}

.card-time,
.date{
    color:#8b9aa5 !important;
    font-size:12px !important;
}

.meta{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin-bottom:14px !important;
}

.tag{
    background:#1f2c34 !important;
    color:#d6dde2 !important;
    border:1px solid rgba(255,255,255,0.05) !important;
    border-radius:999px !important;
    padding:7px 12px !important;
    font-size:12px !important;
    font-weight:600 !important;
}

.tag-type{
    background:rgba(37,211,102,0.12) !important;
    color:#9de8b9 !important;
    border-color:rgba(37,211,102,0.18) !important;
}

.community-card-intel{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin:12px 0 16px !important;
}

.community-card-pill{
    background:#25d366 !important;
    color:#07110d !important;
    border-radius:999px !important;
    padding:8px 12px !important;
    font-size:12px !important;
    font-weight:700 !important;
}

.community-card-pill-light{
    background:#1f2c34 !important;
    color:#d6dde2 !important;
    padding:8px 12px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:600 !important;
}

.card-bottom{
    border-top:1px solid rgba(255,255,255,0.06) !important;
    padding-top:14px !important;
    margin-top:6px !important;
}

.card-cta{
    color:#25d366 !important;
    font-size:13px !important;
    font-weight:700 !important;
    text-decoration:none !important;
}

.card-arrow{
    color:#25d366 !important;
    font-size:18px !important;
}

@media (max-width: 768px){
    .title,
    .card h2{
        font-size:21px !important;
    }

    .summary,
    .card p{
        font-size:14px !important;
    }
}

.community-brokers-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
}
.community-brokers-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-top:14px;
}
.community-broker-mini{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:14px;
    padding:16px;
}
.community-broker-name{
    font-size:18px;
    font-weight:700;
    color:#111;
    text-decoration:none;
}
.community-broker-name:hover{
    text-decoration:underline;
}
.community-broker-sub{
    font-size:13px;
    color:#777;
    margin-top:4px;
}
.community-broker-meta{
    margin-top:12px;
    font-size:13px;
    color:#444;
    line-height:1.7;
}
.community-discovery-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:22px;
    margin:26px 0 34px;
    align-items:stretch;
}

.community-discovery-card{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg, #fbfffc 0%, #f2fbf5 100%);
    border:1px solid rgba(28, 120, 73, 0.12);
    border-radius:28px;
    padding:26px;
    box-shadow:0 18px 45px rgba(26, 88, 53, 0.08);
}

.community-discovery-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg, #1fb76a 0%, #59d98e 55%, #b9f2ce 100%);
}

.community-discovery-card:first-child{
    background:
        radial-gradient(circle at top left, rgba(83, 208, 128, 0.18) 0%, rgba(83, 208, 128, 0) 38%),
        linear-gradient(180deg, #f8fffa 0%, #eef9f1 100%);
    border-color:rgba(31, 183, 106, 0.18);
}

.community-discovery-card:last-child{
    background:
        radial-gradient(circle at top right, rgba(103, 215, 151, 0.14) 0%, rgba(103, 215, 151, 0) 35%),
        linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
    border-color:rgba(35, 140, 85, 0.12);
}

.community-discovery-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:16px;
    margin-bottom:18px;
}

.community-discovery-title{
    margin:0;
    font-size:30px;
    line-height:1.08;
    letter-spacing:-0.03em;
    color:#163222;
    font-weight:800;
}

.community-discovery-sub{
    margin:8px 0 0;
    font-size:15px;
    color:#557363;
    line-height:1.75;
    max-width:560px;
}

.community-discovery-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    border-radius:999px;
    background:linear-gradient(180deg, #ffffff 0%, #edf8f1 100%);
    border:1px solid rgba(31, 183, 106, 0.18);
    text-decoration:none;
    color:#177346;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
    box-shadow:0 8px 18px rgba(31, 183, 106, 0.08);
    transition:all .18s ease;
}

.community-discovery-link:hover{
    transform:translateY(-1px);
    background:linear-gradient(180deg, #effcf4 0%, #e3f8ea 100%);
    border-color:rgba(31, 183, 106, 0.28);
    color:#0f5e38;
    box-shadow:0 12px 24px rgba(31, 183, 106, 0.12);
}

.community-broker-cards{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
}

.community-broker-card{
    position:relative;
    background:linear-gradient(180deg, #ffffff 0%, #f5fbf7 100%);
    border:1px solid rgba(28, 120, 73, 0.12);
    border-radius:22px;
    padding:20px;
    box-shadow:0 10px 24px rgba(26, 88, 53, 0.06);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.community-broker-card::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background:linear-gradient(90deg, rgba(31,183,106,0.28) 0%, rgba(31,183,106,0) 100%);
}

.community-broker-card:hover{
    transform:translateY(-3px);
    border-color:rgba(31, 183, 106, 0.24);
    box-shadow:0 18px 34px rgba(31, 183, 106, 0.12);
}

.community-broker-name{
    display:inline-block;
    font-size:20px;
    font-weight:800;
    color:#153725;
    text-decoration:none;
    line-height:1.25;
    letter-spacing:-0.02em;
}

.community-broker-name:hover{
    color:#0f7a48;
}

.community-broker-group{
    margin-top:5px;
    font-size:13px;
    color:#64806f;
}

.community-broker-stats{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
    margin-top:16px;
}

.community-broker-stat{
    background:linear-gradient(180deg, #f6fcf8 0%, #edf8f1 100%);
    border:1px solid rgba(31, 183, 106, 0.14);
    border-radius:16px;
    padding:12px 10px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);
}

.community-broker-stat-label{
    font-size:10px;
    color:#6b8576;
    text-transform:uppercase;
    letter-spacing:.12em;
    margin-bottom:7px;
    font-weight:800;
}

.community-broker-stat-value{
    font-size:22px;
    font-weight:800;
    color:#0f7a48;
    line-height:1;
}

.community-broker-last{
    margin-top:16px;
    font-size:13px;
    color:#4c6758;
    line-height:1.7;
    padding-top:14px;
    border-top:1px solid rgba(31, 183, 106, 0.10);
}

.community-broker-last strong{
    color:#163222;
    font-weight:800;
}

.community-signal-list{
    display:grid;
    gap:14px;
}

.community-signal-item{
    background:linear-gradient(180deg, #ffffff 0%, #f6fcf8 100%);
    border:1px solid rgba(28, 120, 73, 0.12);
    border-radius:22px;
    padding:20px;
    box-shadow:0 10px 24px rgba(26, 88, 53, 0.05);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.community-signal-item:hover{
    transform:translateY(-3px);
    border-color:rgba(31, 183, 106, 0.24);
    box-shadow:0 16px 30px rgba(31, 183, 106, 0.10);
}

.community-signal-type{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:6px 14px;
    border-radius:999px;
    background:linear-gradient(180deg, #ecfbf2 0%, #dff7e8 100%);
    border:1px solid rgba(31, 183, 106, 0.18);
    color:#13814b;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.community-signal-title{
    display:block;
    margin-top:13px;
    font-size:18px;
    line-height:1.45;
    font-weight:800;
    color:#173624;
    text-decoration:none;
    letter-spacing:-0.02em;
}

.community-signal-title:hover{
    color:#0f7a48;
}

.community-signal-meta{
    margin-top:8px;
    font-size:13px;
    color:#678171;
    line-height:1.7;
}

@media (max-width:980px){
    .community-discovery-grid{
        grid-template-columns:1fr;
    }

    .community-broker-cards{
        grid-template-columns:1fr;
    }
}

@media (max-width:640px){
    .community-discovery-card{
        padding:20px;
        border-radius:22px;
    }

    .community-discovery-title{
        font-size:24px;
    }

    .community-discovery-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .community-broker-stats{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .community-broker-card,
    .community-signal-item{
        padding:18px;
        border-radius:18px;
    }
}

.community-discovery-card .community-discovery-title,
.community-discovery-card .community-discovery-title a{
    color:#163222 !important;
    -webkit-text-fill-color:#163222 !important;
    text-shadow:none !important;
    opacity:1 !important;
}

.community-broker-logo{
    width:52px;
    height:52px;
    object-fit:cover;
    border-radius:14px;
    display:block;
    margin-bottom:14px;
    border:1px solid rgba(31,183,106,0.14);
    background:#fff;
}

.community-broker-brand{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 14px;
}

.community-broker-brand-logo{
    width:42px;
    height:42px;
    object-fit:contain;
    display:block;
    padding:6px;
    border-radius:12px;
    background:#fff;
    border:1px solid rgba(31,183,106,0.14);
    flex:0 0 42px;
}

.community-broker-brand-name{
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#5f7867;
    line-height:1.3;
}

.community-signal-brand{
    display:flex;
    align-items:center;
    gap:10px;
    margin:12px 0 8px;
}

.community-signal-brand-logo{
    width:34px;
    height:34px;
    object-fit:contain;
    display:block;
    padding:5px;
    border-radius:10px;
    background:#fff;
    border:1px solid rgba(31,183,106,0.14);
    flex:0 0 34px;
}

.community-signal-brand-name{
    font-size:13px;
    font-weight:800;
    color:#183626;
    line-height:1.35;
}
