.listings-page { padding-bottom: 8px; }

.listings-feed {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 8px 14px 24px;
}

.listing-card {
    background: linear-gradient(180deg, rgba(20, 26, 38, 0.96), rgba(10, 14, 22, 0.96));
    border: 1px solid rgba(46, 230, 214, 0.14);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.listing-media {
    position: relative;
    height: 220px;
    background: #080c14;
    overflow: hidden;
}

.listing-media-empty {
    display: grid;
    place-items: center;
    font-size: 42px;
    height: 120px;
    background:
        radial-gradient(circle at 30% 20%, rgba(46, 230, 214, 0.16), transparent 50%),
        #0b121c;
}

.listing-slide {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.listing-dots {
    position: absolute;
    left: 0; right: 0; bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.listing-dots i {
    width: 6px; height: 6px; border-radius: 99px;
    background: rgba(255,255,255,0.35);
}
.listing-dots i.on { background: #2EE6D6; width: 16px; }

.listing-body { padding: 14px 14px 16px; }

.listing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.listing-cat, .listing-no, .listing-ttl {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7AF0E6;
    background: rgba(46, 230, 214, 0.1);
    border: 1px solid rgba(46, 230, 214, 0.18);
    border-radius: 999px;
    padding: 4px 8px;
}

.listing-ttl, .listing-no { color: #8B97A8; background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.06); }

.listing-text {
    font-size: 14px;
    line-height: 1.45;
    color: #EEF3F8;
    white-space: pre-wrap;
    margin-bottom: 12px;
}

.listing-foot { margin-bottom: 12px; color: var(--text-secondary); font-size: 12px; font-weight: 700; }

.listing-contact, .listing-boost, .compose-submit {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 800;
    cursor: pointer;
}

.listing-contact {
    background: linear-gradient(135deg, #2EE6D6, #14C8B9);
    color: #04110f;
}

.listing-boost {
    margin-top: 8px;
    background: rgba(46, 230, 214, 0.12);
    color: #7AF0E6;
    border: 1px solid rgba(46, 230, 214, 0.28);
}

.listings-empty {
    margin: 28px 18px;
    padding: 28px 16px;
    text-align: center;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.listings-empty strong { color: #EEF3F8; font-size: 16px; }

.compose-page, .myads-page { padding: 14px 14px 28px; display: flex; flex-direction: column; gap: 12px; }

.compose-quota {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.45;
    text-align: center;
}
.compose-quota b { color: #2EE6D6; }

.compose-hint {
    align-self: center;
    margin: 0 auto;
    width: fit-content;
    max-width: calc(100% - 8px);
    padding: 7px 14px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    color: #FECACA;
    border: 1px solid rgba(239, 68, 68, 0.7);
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.1);
    white-space: nowrap;
    box-shadow:
        0 0 0 1px rgba(239, 68, 68, 0.12) inset,
        0 8px 18px rgba(239, 68, 68, 0.1);
}

.compose-text {
    min-height: 140px;
    resize: vertical;
    border-radius: 16px;
    border: 1px solid rgba(46, 230, 214, 0.18);
    background: rgba(12, 17, 26, 0.9);
    color: #EEF3F8;
    padding: 14px;
    font-size: 15px;
}

.compose-cats { display: flex; flex-wrap: wrap; gap: 8px; }
.compose-cat {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: #8B97A8;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 700;
}
.compose-cat.on {
    color: #04110f;
    background: #2EE6D6;
    border-color: #2EE6D6;
}

.compose-media { display: flex; flex-wrap: wrap; gap: 8px; }
.compose-thumb {
    position: relative;
    width: 72px; height: 72px;
    border-radius: 12px;
    overflow: hidden;
}
.compose-thumb img, .compose-thumb video { width: 100%; height: 100%; object-fit: cover; }
.compose-thumb button {
    position: absolute; top: 4px; right: 4px;
    width: 20px; height: 20px; border: 0; border-radius: 99px;
    background: rgba(0,0,0,0.65); color: #fff;
}

.compose-add {
    display: grid;
    place-items: center;
    height: 48px;
    border-radius: 14px;
    border: 1px dashed rgba(46, 230, 214, 0.35);
    color: #7AF0E6;
    font-weight: 700;
}

.compose-submit {
    background: linear-gradient(135deg, #2EE6D6, #14C8B9);
    color: #04110f;
}

.myads-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 4px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
}
.myads-tabs button {
    border: 0;
    border-radius: 12px;
    padding: 10px;
    background: transparent;
    color: #8B97A8;
    font-weight: 800;
}
.myads-tabs button.on { background: rgba(46, 230, 214, 0.16); color: #2EE6D6; }

.plan-card {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 16px;
    border-radius: 22px;
    border: 1px solid rgba(46, 230, 214, 0.2);
    background:
        radial-gradient(circle at 100% 0%, rgba(46, 230, 214, 0.16), transparent 46%),
        linear-gradient(165deg, #141a26, #0c111a);
    text-align: left;
    color: inherit;
    box-sizing: border-box;
}
.plan-card-pro { border-color: rgba(46, 230, 214, 0.45); }
.plan-card-vip {
    border-color: rgba(212, 175, 119, 0.45);
    background:
        radial-gradient(circle at 100% 0%, rgba(212, 175, 119, 0.2), transparent 46%),
        linear-gradient(165deg, #141a26, #0c111a);
}
.plan-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.plan-pill {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #04110f;
    background: #2EE6D6;
    border-radius: 999px;
    padding: 4px 8px;
}
.plan-card-vip .plan-pill { background: #D4AF77; }
.plan-until { font-size: 11px; color: #8B97A8; }
.plan-title { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.plan-desc { font-size: 13px; color: #8B97A8; margin-bottom: 12px; }
.plan-bar {
    height: 8px;
    border-radius: 99px;
    background: rgba(255,255,255,0.06);
    overflow: hidden;
    margin-bottom: 8px;
}
.plan-bar i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #2EE6D6, #7AF0E6);
}
.plan-count { font-size: 12px; color: #8B97A8; margin-bottom: 12px; }
.plan-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.plan-buy {
    border: 1px solid rgba(46, 230, 214, 0.28);
    background: rgba(46, 230, 214, 0.1);
    color: #7AF0E6;
    border-radius: 12px;
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 800;
}
.plan-buy-vip { border-color: rgba(212, 175, 119, 0.35); color: #E8D3A8; background: rgba(212, 175, 119, 0.1); }
.plan-buy.is-current { outline: 1px solid currentColor; }
