
    *{
    box-sizing:border-box;
}

html{
    -webkit-text-size-adjust:100%;
}

html,
body{
    margin:0;
    padding:0;
    width:100%;
    max-width:100%;
    overflow-x:hidden;
    background:#0b141a;
    color:#e9edef;
    font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body{
    font-size:16px;
    line-height:1.65;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

.wrap{
    width:100%;
    max-width:980px;
    margin:0 auto;
    padding:12px 14px 22px;
}
.community-post-reactions{
    margin-top:18px;
}

.back{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
    text-decoration:none;
    color:#25d366;
    font-weight:600;
    font-size:14px;
}

.card{
    width:100%;
    max-width:100%;
    min-width:0;
    background:#111b21;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:18px;
    padding:16px;
    box-shadow:0 10px 28px rgba(0,0,0,0.26);
    overflow:hidden;
}

h1{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.12;
    letter-spacing:-0.02em;
    color:#f5f7fa;
    font-weight:800;
    word-break:break-word;
    overflow-wrap:anywhere;
}

p{
    margin:0 0 16px;
    color:#c9d2d9;
    font-size:15px;
    line-height:1.7;
    word-break:break-word;
    overflow-wrap:anywhere;
}

.meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 16px;
    min-width:0;
}

.tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 10px;
    border-radius:999px;
    background:#1f2c34;
    color:#d7dee3;
    border:1px solid rgba(255,255,255,0.05);
    font-size:11px;
    font-weight:700;
    line-height:1.2;
    max-width:100%;
    white-space:normal;
    word-break:break-word;
}

.field,
.source-box{
    width:100%;
    max-width:100%;
    min-width:0;
    background:#0f1a20;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:14px;
    padding:14px;
}

.label{
    font-size:11px;
    color:#8b9aa5;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.value{
    font-size:16px;
    color:#f5f7fa;
    font-weight:600;
    line-height:1.4;
    word-break:break-word;
    overflow-wrap:anywhere;
}

.grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:18px;
    margin-bottom:18px;
    min-width:0;
}

.detail-table{
    width:100%;
    border-collapse:collapse;
}

.detail-table,
.detail-table tbody,
.detail-table tr,
.detail-table th,
.detail-table td{
    display:block;
    width:100%;
}

.detail-table tr{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.detail-table tr:last-child{
    border-bottom:0;
}

.detail-table th,
.detail-table td{
    padding:0;
    border:0;
    text-align:left;
    vertical-align:top;
    min-width:0;
}

.detail-table th{
    margin-bottom:6px;
    color:#8b9aa5;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-weight:700;
}

.detail-table td{
    color:#f5f7fa;
    font-size:14px;
    line-height:1.55;
    word-break:break-word;
    overflow-wrap:anywhere;
}

.detail-table td > div[style]{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    min-width:0;
}

.community-post-section{
    margin-top:18px;
}

.community-table-scroll,
.field > div[style*="overflow-x:auto"]{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
}

.community-data-table{
    width:100%;
    border-collapse:collapse;
    font-size:13px;
    min-width:560px;
}

.community-data-table th,
.community-data-table td{
    text-align:left;
    padding:8px;
    border-bottom:1px solid rgba(255,255,255,0.08);
    vertical-align:top;
    white-space:nowrap;
}

.community-data-table th{
    color:#8b9aa5;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-weight:700;
}

.community-data-table td{
    color:#f5f7fa;
    font-size:13px;
    line-height:1.45;
}

table[style*="width:100%; border-collapse:collapse; font-size:14px;"]{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
}

table[style*="width:100%; border-collapse:collapse; font-size:14px;"] th,
table[style*="width:100%; border-collapse:collapse; font-size:14px;"] td{
    white-space:nowrap;
}

.source-box{
    margin-top:18px;
    margin-bottom:18px;
}

.source-box h3{
    margin:0 0 12px;
    font-size:16px;
    line-height:1.3;
    color:#f5f7fa;
}

.source-row{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,0.06);
}

.source-row:last-child{
    border-bottom:0;
    padding-bottom:0;
}

.source-label{
    font-size:11px;
    color:#8b9aa5;
    text-transform:uppercase;
}

.source-value{
    font-size:14px;
    color:#f5f7fa;
    font-weight:600;
    text-align:left;
    word-break:break-word;
    overflow-wrap:anywhere;
}

.note{
    margin-top:18px;
    padding:14px 16px;
    background:rgba(37,211,102,0.08);
    border:1px solid rgba(37,211,102,0.18);
    border-radius:14px;
    font-size:13px;
    color:#cfe9d9;
}

.date{
    margin-top:16px;
    font-size:12px;
    color:#8b9aa5;
}

.community-post-cta-wrap{
    margin-top:16px;
}

.community-post-cta{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:13px 16px;
    border-radius:14px;
    background:#25d366;
    color:#07110d;
    font-weight:700;
    text-decoration:none;
    text-align:center;
    box-shadow:0 8px 24px rgba(0,0,0,0.18);
}

@media (max-width: 768px){
    .wrap{
        padding:10px 10px 18px;
    }

    .card{
        padding:14px;
        border-radius:16px;
    }

    h1{
        font-size:26px;
        line-height:1.18;
        margin-bottom:10px;
    }

    p{
        font-size:14px;
        line-height:1.6;
    }

    .meta{
        gap:6px;
        margin-bottom:12px;
    }

    .tag{
        padding:8px 10px;
    }

    .field,
    .source-box{
        padding:12px;
        border-radius:12px;
    }

    .label{
        font-size:10px;
    }

    .detail-table tr{
        padding:12px 0;
    }

    .detail-table th{
        font-size:10px;
        margin-bottom:5px;
    }

    .detail-table td{
        font-size:14px;
    }

    .community-post-cta-wrap{
        padding:0 0 8px;
    }

    .community-post-cta{
        min-height:48px;
    }
}

@media (min-width: 769px){
    .wrap{
        padding:14px 16px 24px;
    }

    .card{
        border-radius:24px;
        padding:24px;
    }

    h1{
        font-size:clamp(30px, 4vw, 46px);
    }

    .grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:14px;
        margin-top:22px;
        margin-bottom:22px;
    }

    .detail-table{
        width:100%;
        border-collapse:collapse;
        display:table;
    }

    .detail-table tbody{
        display:table-row-group;
    }

    .detail-table tr{
        display:table-row;
        padding:0;
        border:0;
    }

    .detail-table th,
    .detail-table td{
        display:table-cell;
        width:auto;
        padding:12px 10px;
        border-bottom:1px solid rgba(255,255,255,0.08);
    }

    .detail-table th{
        width:220px;
        margin-bottom:0;
    }

    .source-row{
        flex-direction:row;
        justify-content:space-between;
        align-items:flex-start;
        gap:12px;
    }

    .source-value{
        text-align:right;
    }

    .community-post-cta{
        display:inline-flex;
        width:auto;
    }
}


.community-post-summary{
    margin:18px 0 24px;
}

.community-post-subheading{
    margin:18px 0 8px;
    font-size:18px;
    line-height:1.35;
    font-weight:700;
    color:#ffffff;
}

.community-post-summary-copy{
    margin:0 0 14px;
    line-height:1.8;
    color:rgba(255,255,255,0.88);
}

.community-post-summary-list{
    margin:0 0 16px 18px;
    padding:0;
    color:rgba(255,255,255,0.88);
}

.community-post-summary-list li{
    margin:0 0 8px;
    line-height:1.75;
}



@media (max-width: 1100px){
    .community-share-bar{
        position:static;
        transform:none;
        width:100%;
        margin-top:18px;
        flex-direction:row;
        flex-wrap:wrap;
        align-items:center;
        justify-content:flex-start;
    }

    .community-share-bar-label{
        width:100%;
    }

    .community-share-btn{
        min-width:120px;
    }
}

.community-share-bar{
    position:fixed !important;
    right:20px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:9999 !important;
    width:172px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    padding:14px !important;
    border-radius:22px !important;
    background:rgba(255,255,255,0.98) !important;
    border:1px solid rgba(15,23,42,0.08) !important;
    box-shadow:0 18px 50px rgba(15,23,42,0.16) !important;
    backdrop-filter:blur(14px) !important;
}

.community-share-bar-label{
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    letter-spacing:.06em !important;
    text-transform:uppercase !important;
    color:#64748b !important;
    padding:2px 2px 0 !important;
}

.community-share-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:46px !important;
    width:100% !important;
    padding:12px 14px !important;
    border-radius:16px !important;
    border:1px solid transparent !important;
    text-decoration:none !important;
    font-size:15px !important;
    font-weight:800 !important;
    cursor:pointer !important;
    box-shadow:0 4px 14px rgba(15,23,42,0.06) !important;
}

.community-share-btn.share-whatsapp{
    background:#ecfdf3 !important;
    border-color:#bbf7d0 !important;
    color:#15803d !important;
}

.community-share-btn.share-facebook{
    background:#eff6ff !important;
    border-color:#bfdbfe !important;
    color:#1d4ed8 !important;
}

.community-share-btn.share-copy{
    background:#fff7ed !important;
    border-color:#fed7aa !important;
    color:#c2410c !important;
}

.community-share-btn.share-instagram{
    background:#fdf2f8 !important;
    border-color:#fbcfe8 !important;
    color:#be185d !important;
}

.community-share-btn.is-copied{
    background:#f0fdf4 !important;
    border-color:#86efac !important;
    color:#166534 !important;
}

@media (max-width: 900px){
    body{
        padding-bottom:140px !important;
    }

    .community-share-bar{
        position:fixed !important;
        left:12px !important;
        right:12px !important;
        top:auto !important;
        bottom:12px !important;
        transform:none !important;
        width:auto !important;
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:10px !important;
        padding:12px !important;
        border-radius:18px !important;
    }

    .community-share-bar-label{
        grid-column:1 / -1 !important;
        padding:0 2px 2px !important;
    }

    .community-share-btn{
        min-height:44px !important;
        font-size:13px !important;
        border-radius:14px !important;
    }
}

@media (max-width: 520px){
    body{
        padding-bottom:150px !important;
    }

    .community-share-bar{
        left:10px !important;
        right:10px !important;
        bottom:10px !important;
        gap:8px !important;
        padding:10px !important;
        border-radius:16px !important;
    }

    .community-share-btn{
        min-height:42px !important;
        padding:10px 12px !important;
        font-size:12px !important;
    }
}

.community-share-btn:hover{
    transform:translateY(-1px);
}

.community-share-btn.share-whatsapp{
    background:#ecfdf3;
    border-color:#bbf7d0;
    color:#15803d;
}

.community-share-btn.share-facebook{
    background:#eff6ff;
    border-color:#bfdbfe;
    color:#1d4ed8;
}

.community-share-btn.share-copy{
    background:#fff7ed;
    border-color:#fed7aa;
    color:#c2410c;
}

.community-share-btn.share-instagram{
    background:#fdf2f8;
    border-color:#fbcfe8;
    color:#be185d;
}
.community-share-btn.is-copied{
    background:#f0fdf4;
    border-color:#86efac;
    color:#166534;
}

@media (max-width: 1100px){
    body{
        padding-bottom:120px;
    }

    .community-share-bar{
        position:fixed;
        left:12px;
        right:12px;
        top:auto;
        bottom:calc(env(safe-area-inset-bottom, 0px) + 12px);
        transform:none;
        width:auto;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
        padding:12px;
        border-radius:20px;
        background:rgba(255,255,255,0.98);
        border:1px solid rgba(15,23,42,0.08);
        box-shadow:0 16px 40px rgba(15,23,42,0.18);
    }

    .community-share-bar-label{
        grid-column:1 / -1;
        padding:0 2px 2px;
    }

    .community-share-btn{
        min-height:48px;
        border-radius:14px;
        font-size:14px;
    }
}

@media (max-width: 520px){
    body{
        padding-bottom:132px;
    }

    .community-share-bar{
        left:10px;
        right:10px;
        bottom:calc(env(safe-area-inset-bottom, 0px) + 10px);
        gap:8px;
        padding:10px;
        border-radius:18px;
    }

    .community-share-btn{
        min-height:44px;
        padding:10px 12px;
        font-size:13px;
    }
}

.community-post-hero-image{
    margin:18px 0 22px;
    border-radius:20px;
    overflow:hidden;
    background:#f3f4f6;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}
.community-post-hero-image img{
    display:block;
    width:100%;
    height:auto;
    max-height:460px;
    object-fit:cover;
}
@media (max-width: 768px){
    .community-post-hero-image{
        margin:14px 0 18px;
        border-radius:16px;
    }
    .community-post-hero-image img{
        max-height:280px;
    }
}

.community-post-hero-image{
    margin:18px 0 22px;
    border-radius:20px;
    overflow:hidden;
    background:#0f1720;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 10px 30px rgba(0,0,0,0.14);
    padding:0;
    width:100%;
    cursor:zoom-in;
}
.community-post-hero-image img{
    display:block;
    width:100%;
    height:auto;
    max-height:460px;
    object-fit:cover;
}
.community-image-modal[hidden]{
    display:none;
}
.community-image-modal{
    position:fixed;
    inset:0;
    z-index:9999;
}
.community-image-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.82);
}
.community-image-modal-dialog{
    position:relative;
    z-index:2;
    width:min(94vw,1200px);
    height:min(90vh,900px);
    margin:5vh auto;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    box-sizing:border-box;
}
.community-image-modal-dialog img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,0.35);
    background:#fff;
}
.community-image-modal-close{
    position:absolute;
    top:16px;
    right:16px;
    z-index:3;
    width:44px;
    height:44px;
    border:0;
    border-radius:999px;
    background:#fff;
    color:#111;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}
@media (max-width:768px){
    .community-post-hero-image img{
        max-height:280px;
    }
    .community-image-modal-dialog{
        width:100vw;
        height:100vh;
        margin:0;
        padding:16px;
    }
    .community-image-modal-dialog img{
        border-radius:14px;
    }
}