/* ===== FIX: background cut / white strip issue ===== */
html,
body {
    overflow-x: hidden;
}

.submit-wrap,
.panel-wrap,
.why {
    overflow: visible !important;
    /* cut band */
    background: transparent !important;
    /* agar koi bg chipka hua hai */
}



.submit-wrap {
    width: min(1400px, 96%);
    margin: 0 auto;
    padding: 48px 0 90px;
}

/* HERO */
.submit-hero {
    text-align: center;
    padding: 12px 0 18px;
}

.submit-title {
    font-size: clamp(30px, 4.2vw, 54px);
    margin: 0 0 10px;
    letter-spacing: -0.03em;
}

.submit-sub {
    margin: 0 auto;
    max-width: 760px;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
}

/* STATS BOX */
.stats-box {
    margin: 22px auto 0;
    border: 1px solid var(--border);
    background: var(--glass);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 14px;
    max-width: 760px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.stat {
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.55);
    text-align: center;
}

.stat-number {
    font-weight: 950;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.stat-label {
    margin-top: 4px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 800;
}

.stats-foot {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: var(--muted);
}

.stats-link {
    font-weight: 900;
    text-decoration: underline;
    cursor: pointer;
}

/* TABS */
.submit-tabs {
    margin: 22px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 760px;
}

.tab-btn {
    text-align: left;
    border: 1px solid var(--border);
    background: var(--glass);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 14px;
    cursor: pointer;
}

.tab-active {
    border-color: rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

.tab-title {
    font-weight: 950;
    font-size: 15px;
}

.tab-sub {
    margin-top: 4px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 800;
}

/* PANEL */
.panel-wrap {
    margin: 18px auto 0;
    max-width: 760px;
}

.panel {
    border: 1px solid var(--border);
    background: var(--glass);
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 18px;
}

.panel-hide {
    display: none;
}

.panel-show {
    display: block;
}



.panel-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 950;
}

.panel-desc {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

/* FORM (same IDs/classes keep) */
.launch-form {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.field label {
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.field input,
.field textarea,
.field select {
    width: 100%;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.70);
    outline: none;
    font-size: 14px;
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.launch-submit {
    width: 100%;
    padding: 12px;
    border-radius: 14px;
    border: none;
    background: #111;
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.launch-note {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.launch-msg {
    margin-top: 14px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.6);
    font-weight: 900;
    font-size: 13px;
}

/* PROMO BOX */
.promo-box {
    margin-top: 14px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.55);
}

.promo-title {
    font-weight: 950;
}

.promo-sub {
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
}

/* WHY */
.why {
    margin: 133px auto 0;
    max-width: 980px;
    text-align: center;
}

.why-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--glass);
    font-weight: 950;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.why-title {
    margin: 14px 0 8px;
    font-size: clamp(24px, 3.2vw, 36px);
    font-weight: 950;
}

.why-sub {
    margin: 0 auto;
    max-width: 740px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.why-grid {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.why-card {
    text-align: left;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--glass);
    box-shadow: var(--shadow);
}

.why-card-title {
    font-weight: 950;
    margin-bottom: 8px;
}

.why-card-text {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

/* responsive */
@media (max-width: 900px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .submit-tabs {
        grid-template-columns: 1fr;
    }

    .grid2 {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }
}

/* dark mode */
@media (prefers-color-scheme: dark) {

    .stat,
    .promo-box {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.12);
    }

    .field input,
    .field textarea,
    .field select {
        border-color: rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.06);
        color: var(--text);
    }

    .launch-submit {
        background: #fff;
        color: #0b0b10;
    }

    .launch-msg {
        background: rgba(255, 255, 255, 0.06);
    }
}





.is-hidden {
    display: none !important;
}



/* =========================
   TESTIMONIALS (Premium)
   ========================= */
.testimonials-section {
    padding: 90px 0;
    margin-top: 40px;
    width: 100%;
    position: relative;
    isolation: isolate;

    /* full width gradient */
    /* background:
        radial-gradient(900px 300px at 20% 0%, rgba(120, 140, 255, .20), transparent 60%),
        radial-gradient(900px 300px at 80% 0%, rgba(255, 120, 170, .18), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, 1));
    border-top: 1px solid rgba(0, 0, 0, 0.06); */
}

/* container */
.testimonials-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

/* header */
.t-head {
    text-align: center;
    margin-bottom: 22px;
}

.t-tag {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.t-title {
    margin: 14px 0 8px;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.t-sub {
    margin: 0 auto;
    max-width: 720px;
    font-size: 16px;
    opacity: .75;
}

/* grid */
.t-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* cards */
.t-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.t-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.t-user {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.t-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.t-name {
    font-weight: 900;
    font-size: 14px;
}

.t-meta {
    font-size: 12px;
    opacity: .68;
    margin-top: 2px;
}

.t-stars {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: .9;
    padding-top: 3px;
}

.t-quote {
    margin: 10px 0 14px;
    font-size: 14px;
    line-height: 1.65;
}

.t-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.t-pill {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* responsive */
@media (max-width: 1100px) {
    .t-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t-title {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .t-grid {
        grid-template-columns: 1fr;
    }

    .t-title {
        font-size: 30px;
    }
}

/* dark mode */
@media (prefers-color-scheme: dark) {
    .testimonials-section {
        background:
            radial-gradient(900px 300px at 20% 0%, rgba(120, 140, 255, .22), transparent 60%),
            radial-gradient(900px 300px at 80% 0%, rgba(255, 120, 170, .20), transparent 60%),
            linear-gradient(180deg, rgba(10, 10, 12, .92), rgba(10, 10, 12, 1));
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .t-tag {
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.10);
    }

    .t-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.10);
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    }

    .t-avatar {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .t-pill {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.10);
    }
}











/* =========================
   LISTING PLANS BLOCK
   ========================= */
.plans {
    margin-top: 83px;
    padding: 56px 0;
}

.plans-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
}

.plans-head {
    text-align: center;
    margin-bottom: 26px;
}

.plans-title {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0;
}

.plans-sub {
    margin: 10px auto 0;
    max-width: 680px;
    opacity: 0.75;
    font-size: 14px;
    line-height: 1.6;
}

.plans-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 22px;
    align-items: stretch;
    margin-top: 22px;
}

.plan-card {
    position: relative;
    border-radius: 22px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.plan-featured {
    border: 2px solid rgba(124, 92, 255, 0.55);
    box-shadow: 0 22px 70px rgba(124, 92, 255, 0.18);
    background: linear-gradient(135deg, rgba(140, 120, 255, 0.20), rgba(255, 122, 204, 0.16)), rgba(255, 255, 255, 0.55);
}

.plan-badge {
    position: absolute;
    top: -14px;
    left: 22px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(124, 92, 255, 1), rgba(255, 122, 204, 1));
    color: #fff;
    box-shadow: 0 10px 25px rgba(124, 92, 255, 0.35);
}

.plan-top {
    margin-bottom: 14px;
}

.plan-name {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}

.plan-line {
    margin: 6px 0 0;
    opacity: 0.7;
    font-size: 14px;
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 16px 0 18px;
}

.plan-currency {
    font-size: 20px;
    font-weight: 800;
    opacity: 0.85;
}

.plan-amount {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
}

.plan-duration {
    font-size: 14px;
    opacity: 0.75;
    font-weight: 600;
}

.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    gap: 12px;
}

.plan-list li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.plan-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    background: rgba(34, 197, 94, 0.18);
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.plan-featured .plan-list li::before {
    background: rgba(124, 92, 255, 0.16);
    border: 1px solid rgba(124, 92, 255, 0.35);
    content: "✔";
}

.plan-btn {
    width: 100%;
    border: 0;
    border-radius: 16px;
    padding: 14px 16px;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    background: rgba(20, 20, 20, 0.86);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.plan-btn:hover {
    transform: translateY(-1px);
}

.plan-btn:active {
    transform: translateY(0px);
    opacity: 0.95;
}

.plan-btn-pro {
    background: linear-gradient(90deg, rgba(124, 92, 255, 1), rgba(255, 122, 204, 1));
    box-shadow: 0 18px 55px rgba(124, 92, 255, 0.25);
}

.plan-arrow {
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

.plans-foot {
    margin-top: 12px;
    text-align: center;
    opacity: 0.6;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 900px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   DARK MODE support (same theme)
   Works with: body.dark OR prefers-color-scheme: dark
   ========================= */
@media (prefers-color-scheme: dark) {
    .plan-card {
        background: rgba(18, 18, 18, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.10);
        box-shadow: 0 18px 60px rgba(0, 0, 0, 0.40);
    }

    .plan-featured {
        background: linear-gradient(135deg, rgba(124, 92, 255, 0.25), rgba(255, 122, 204, 0.18)), rgba(18, 18, 18, 0.70);
        border: 2px solid rgba(124, 92, 255, 0.55);
    }

    .plan-btn {
        background: rgba(255, 255, 255, 0.10);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .plan-btn-pro {
        border: 0;
    }
}

body.dark .plan-card {
    background: rgba(18, 18, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.40);
}

body.dark .plan-featured {
    background: linear-gradient(135deg, rgba(124, 92, 255, 0.25), rgba(255, 122, 204, 0.18)), rgba(18, 18, 18, 0.70);
    border: 2px solid rgba(124, 92, 255, 0.55);
}

body.dark .plan-btn {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}























.status-drawer {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 18px;
}

.status-card {
    width: min(760px, 96%);
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
    padding: 16px;
}

.status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.status-item {
    display: block;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86));
    box-shadow: 0 6px 16px rgba(11, 13, 18, 0.04);
}

.status-left {
    text-align: left;
}

.status-name {
    font-weight: 800;
    margin: 0 0 4px;
}

.status-sub {
    margin: 0;
    font-size: 13px;
    opacity: .75;
}

.badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(0, 0, 0, .06);
}

.badge.pending {
    background: rgba(255, 191, 0, .18);
}

.badge.approved {
    background: rgba(0, 200, 120, .18);
}

.badge.rejected {
    background: rgba(255, 60, 60, .18);
}




/* =========================
   FINDOZI LAUNCH PAGE THEME MATCH
========================= */

html,
body {
    background: var(--bg);
    color: var(--text);
}


/* make launch sections sit naturally on same theme */
.submit-wrap {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* little spacing so same home-page breathing feel */
.submit-hero {
    padding-top: 89px;
}

/* keep cards matching same site glass/surface style */
.stats-box,
.submit-tabs,
.panel,
.why-card,
.t-card,
.status-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

/* footer same spacing harmony */
.site-footer {
    margin-top: 70px;
}




/* =========================
   Launch Page Header Buttons Match Home
========================= */

/* desktop + mobile same feel */
#statusBtnHeader,
#statusBtnHeader_m {
    border: 1px solid rgba(109, 93, 252, 0.28);
    background: rgba(109, 93, 252, 0.08);
    color: var(--text);
    box-shadow: 0 8px 20px rgba(11, 13, 18, 0.06);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}

#statusBtnHeader:hover,
#statusBtnHeader_m:hover {
    transform: translateY(-1px);
    background: rgba(109, 93, 252, 0.12);
    border-color: rgba(109, 93, 252, 0.42);
    box-shadow: 0 12px 24px rgba(109, 93, 252, 0.12);
}

#statusBtnHeader:active,
#statusBtnHeader_m:active {
    transform: translateY(0);
}

/* Dashboard = same vibe as Get started */
#loginBtnHeader,
#loginBtnHeader_m {
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: var(--btn-solid-text);
    border: 1px solid transparent;
    box-shadow: 0 12px 28px rgba(109, 93, 252, 0.24);
    transition:
        transform 0.18s ease,
        filter 0.18s ease,
        box-shadow 0.18s ease;
}

#loginBtnHeader:hover,
#loginBtnHeader_m:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 14px 30px rgba(109, 93, 252, 0.30);
}

#loginBtnHeader:active,
#loginBtnHeader_m:active {
    transform: translateY(0);
}

/* dark mode thoda premium */
@media (prefers-color-scheme: dark) {

    #statusBtnHeader,
    #statusBtnHeader_m {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.10);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    }

    #statusBtnHeader:hover,
    #statusBtnHeader_m:hover {
        background: rgba(255, 255, 255, 0.10);
        border-color: rgba(125, 95, 255, 0.34);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
    }
}



.why-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 12px;
}







.recent-launches {
    padding: 90px 0 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.recent-tag {
    width: fit-content;
    margin: 0 auto 16px;
    padding: 8px 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.recent-title {
    text-align: center;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    font-weight: 800;
}

.recent-sub {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.recent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.recent-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.recent-card-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.recent-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.recent-meta h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
}

.recent-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.recent-pills span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f6f6f6;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.recent-desc {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
    margin: 0 0 18px;
}

.recent-actions {
    display: flex;
    gap: 10px;
}

.recent-btn {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 700;
    transition: 0.2s ease;
}

.recent-btn-light {
    background: #f5f5f5;
    color: #111;
}

.recent-btn-dark {
    background: #111;
    color: #fff;
}

.recent-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #666;
}

@media (max-width: 980px) {
    .recent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .recent-grid {
        grid-template-columns: 1fr;
    }
}























/* =========================
   LAUNCH PAGE PREMIUM POLISH
   theme.css root based
========================= */

.submit-wrap {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    padding: 49px 0 72px;
}

/* ---------- HERO / TOP ---------- */



.submit-title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--text);
    max-width: 1100px;
    margin-inline: auto;
}

.submit-sub {
    max-width: 780px;
    margin: 9px auto 0;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
}

/* ---------- STATS ---------- */

.stats-box {
    margin: 17px auto 0;
    max-width: 1260px;
    padding: 12px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.stat {
    min-height: 73px;
    padding: 14px 12px 12px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stat:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

/* highlighted cards */
.stat:nth-child(1) {
    border-color: rgba(88, 197, 255, 0.30);
    background:
        linear-gradient(180deg, rgba(88, 197, 255, 0.10), rgba(88, 197, 255, 0.03)),
        var(--surface);
}

.stat:nth-child(2) {
    border-color: rgba(109, 93, 252, 0.30);
    background:
        linear-gradient(180deg, rgba(109, 93, 252, 0.12), rgba(109, 93, 252, 0.03)),
        var(--surface);
}

.stat:nth-child(3) {
    border-color: rgba(46, 196, 126, 0.28);
    background:
        linear-gradient(180deg, rgba(46, 196, 126, 0.12), rgba(46, 196, 126, 0.03)),
        var(--surface);
}

.stat:nth-child(4) {
    border-color: rgba(255, 184, 77, 0.30);
    background:
        linear-gradient(180deg, rgba(255, 184, 77, 0.13), rgba(255, 184, 77, 0.03)),
        var(--surface);
}

.stat-number {
    font-family: var(--font-head);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--text);
}

.stat-label {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--muted);
}

.stats-foot {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--muted);
}

.stats-link {
    color: var(--text);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ---------- TABS ---------- */

.submit-tabs {
    margin: 23px auto 0;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 11px;
    border-radius: 999px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.tab-btn {
    appearance: none;
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 12px 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    min-height: 66px;
}

.tab-btn:hover {
    background: rgba(125, 95, 255, 0.06);
}

.tab-btn.tab-active {
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: var(--shadow-sm);
}

.tab-btn.tab-active .tab-title,
.tab-btn.tab-active .tab-sub {
    color: #fff;
}

.tab-title {
    font-family: var(--font-head);
    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--text);
}

.tab-sub {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--muted);
}

/* ---------- PANEL ---------- */

.panel-wrap {
    max-width: 1020px;
    margin: 18px auto 0;
}

.panel {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 16px 19px;
}

.panel-title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(21px, 1vw, 21px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-weight: 800;
    color: var(--text);
}

.panel-desc {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.7;
    color: var(--muted);
}

/* panel visibility */
.panel-show {
    display: block;
}

.panel-hide {
    display: none;
}

/* ---------- FORM ---------- */

#launchFormSection.is-hidden {
    display: none;
}

.launch-form {
    margin-top: 18px;
}

.field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text);
}

.field input,
.field textarea,
.field select {
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.45;
    padding: 8px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.field textarea {
    min-height: 112px;
    resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
    color: var(--muted);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
    border-color: rgba(109, 93, 252, 0.45);
    box-shadow: 0 0 0 4px rgba(109, 93, 252, 0.10);
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.launch-submit {
    width: 100%;
    margin-top: 12px;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 800;
    color: var(--btn-solid-text);
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.launch-submit:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.launch-note,
.launch-msg {
    font-size: 12px;
    line-height: 1.55;
    color: var(--muted);
}

.launch-msg {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: var(--surface);
}

/* ---------- PROMO ---------- */

.promo-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    background: var(--surface);
}

.promo-title {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
}

.promo-sub {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .submit-title {
        font-size: clamp(34px, 9vw, 54px);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .submit-wrap {
        width: min(100% - 20px, var(--container));
        padding-top: 22px;
    }

    .submit-hero {
        padding-top: 14px;
    }

    .submit-title {
        font-size: 32px;
        line-height: 1.08;
    }

    .submit-sub {
        font-size: 13px;
        line-height: 1.65;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .submit-tabs {
        grid-template-columns: 1fr;
        border-radius: var(--radius-lg);
        padding: 8px;
    }

    .tab-btn {
        min-height: auto;
        padding: 14px 14px;
    }

    .panel {
        padding: 18px 16px;
    }
}


/* =========================
   WHY LIST WITH US — COMPACT PREMIUM
========================= */

.why {
    max-width: 1400px;
    margin: 103px auto 0;
    padding: 0 20px;
    text-align: center;
}

.why-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(109, 93, 252, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
    color: #4b3ff5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(109, 93, 252, 0.08);
}

.why-title {
    margin: 18px auto 10px;
    max-width: 820px;
    font-family: var(--font-head);
    font-size: clamp(24px, 3.3vw, 43px);
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-weight: 750;
    color: var(--text);
}

.why-sub {
    max-width: 760px;
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--muted);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    justify-content: center;
    align-items: stretch;
}

.why-card {
    position: relative;
    text-align: left;
    min-height: 205px;
    padding: 22px 20px 18px;
    border-radius: 22px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.why-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 72px;
    background:
        radial-gradient(140px 80px at 10% 0%, var(--hero-a), transparent 72%),
        radial-gradient(150px 85px at 88% 0%, var(--hero-b), transparent 72%),
        radial-gradient(160px 90px at 55% 0%, var(--hero-c), transparent 74%);
    opacity: 0.42;
    pointer-events: none;
}

.why-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(109, 93, 252, 0.16);
}

.why-card-title {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 11px;
    font-family: var(--font-head);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.why-card-title span {
    flex: 1;
    min-width: 0;
}

.why-icon {
    width: 53px;
    height: 53px;
    flex: 0 0 48px;
    object-fit: contain;
    padding: 10px;
    border-radius: 14px;
    background: rgba(109, 93, 252, 0.08);
    border: 1px solid rgba(109, 93, 252, 0.14);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.why-card-text {
    margin: 0;
    font-size: 12.5px;
    text-align: center;
    line-height: 1.9;
    color: var(--muted);
    position: relative;
    z-index: 1;
}

/* last single card center */
.why-card:last-child {
    grid-column: 2 / 3;
}

/* tablet */
@media (max-width: 1024px) {
    .why {
        margin-top: 60px;
    }

    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-card {
        min-height: 190px;
    }

    .why-card:last-child {
        grid-column: 1 / -1;
        max-width: 420px;
        justify-self: center;
    }
}

/* mobile */
@media (max-width: 640px) {
    .why {
        margin-top: 52px;
        padding: 0 16px;
    }

    .why-tag {
        min-height: 34px;
        padding: 0 16px;
        font-size: 11px;
    }

    .why-title {
        margin-top: 16px;
        font-size: clamp(22px, 7vw, 30px);
        line-height: 1.16;
    }

    .why-sub {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-card,
    .why-card:last-child {
        grid-column: auto;
        max-width: none;
        min-height: auto;
        padding: 18px 16px 16px;
    }

    .why-card-title {
        font-size: 15px;
        gap: 10px;
        margin-bottom: 12px;
    }

    .why-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        padding: 9px;
    }

    .why-card-text {
        font-size: 14px;
        line-height: 1.75;
    }
}

/* dark */
@media (prefers-color-scheme: dark) {
    .why-tag {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
        border-color: rgba(125, 95, 255, 0.20);
        color: #b9adff;
        box-shadow: 0 12px 26px rgba(125, 95, 255, 0.10);
    }

    .why-card {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.10);
    }

    .why-card:hover {
        border-color: rgba(125, 95, 255, 0.24);
    }

    .why-icon {
        background: rgba(125, 95, 255, 0.10);
        border-color: rgba(125, 95, 255, 0.16);
    }
}

/* @media (prefers-color-scheme: dark){
  .why-icon{
    filter: invert(1);
  }
} */


.plan-name {
    margin: 6px 0 12px;
    text-align: center;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -0.02em;
    padding-top: 49px;
}

















/* =========================================
   RECENTLY LAUNCHED — COMPACT PREMIUM SECTION
   paste at END of launch.css
========================================= */

.recent-launches {
    position: relative;
    max-width: var(--container);
    margin: 99px auto 0;
    padding: 0 16px;
    text-align: center;
}

.recent-launches::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 72%);
    height: 110px;
    background:
        radial-gradient(circle, var(--hero-a) 0%, transparent 68%);
    opacity: 0.55;
    pointer-events: none;
    filter: blur(26px);
    z-index: 0;
}

.recent-launches>* {
    position: relative;
    z-index: 1;
}

.recent-tag {
    /* same style as why-tag */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 18px;
    border-radius: 999px;

    border: 1px solid rgba(109, 93, 252, 0.18);

    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.96),
            rgba(255, 255, 255, 0.88));

    color: #4b3ff5;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    box-shadow: 0 10px 24px rgba(109, 93, 252, 0.08);
    margin-bottom: 30px;
}

.recent-title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(32px, 3.3vw, 47px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    font-weight: 750;
    color: var(--text);
}

.recent-sub {
    max-width: 700px;
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.recent-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.recent-card {
    text-align: left;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.recent-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(109, 93, 252, 0.20);
}

.recent-card-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.recent-logo {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: rgba(17, 17, 17, 0.04);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.recent-logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.recent-meta {
    flex: 1;
    min-width: 0;
}

.recent-meta .name-with-badge {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.recent-meta .name-with-badge span {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--text);
}

.recent-meta .verify-badge {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex: 0 0 auto;
}

.recent-founder {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.25;
    color: var(--muted);
    font-weight: 600;
}

.recent-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.recent-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.04);
    border: 1px solid transparent;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.recent-desc {
    margin: 12px 0 16px;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

.recent-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.recent-btn {
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease, background 0.16s ease;
}

.recent-btn:hover {
    transform: translateY(-1px);
}

.recent-btn-light {
    background: rgba(17, 17, 17, 0.05);
    color: var(--text);
    border: 1px solid transparent;
}

.recent-btn-light:hover {
    background: rgba(17, 17, 17, 0.08);
}

.recent-btn-dark {
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: var(--btn-solid-text);
    box-shadow: 0 12px 28px rgba(109, 93, 252, 0.22);
}

.recent-btn-dark:hover {
    filter: brightness(1.03);
}

.recent-empty {
    grid-column: 1 / -1;
    padding: 34px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 15px;
    box-shadow: var(--shadow-sm);
}

/* ===== dark mode tuning ===== */
@media (prefers-color-scheme: dark) {
    .recent-launches::before {
        opacity: 0.75;
    }

    .recent-tag {
        background: linear-gradient(180deg, rgba(109, 93, 252, 0.18), rgba(109, 93, 252, 0.08));
        border-color: rgba(155, 107, 255, 0.30);
        color: rgba(255, 255, 255, 0.92);
    }

    .recent-logo {
        background: rgba(255, 255, 255, 0.05);
    }

    .recent-pills span {
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.74);
    }

    .recent-btn-light {
        background: rgba(255, 255, 255, 0.07);
        color: rgba(255, 255, 255, 0.92);
    }

    .recent-btn-light:hover {
        background: rgba(255, 255, 255, 0.11);
    }
}

/* ===== responsive ===== */
@media (max-width: 1024px) {
    .recent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .recent-launches {
        margin-top: 70px;
    }

    .recent-tag {
        min-height: 33px;
        padding: 0 14px;
        font-size: 11px;
        letter-spacing: 0.12em;
        margin-bottom: 14px;
    }

    .recent-title {
        font-size: clamp(26px, 8vw, 38px);
        line-height: 1.08;
    }

    .recent-sub {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 12px;
    }

    .recent-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 26px;
    }

    .recent-card {
        padding: 16px;
        border-radius: 20px;
        min-height: auto;
    }

    .recent-logo {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 14px;
    }

    .recent-logo img {
        width: 26px;
        height: 26px;
    }

    .recent-meta .name-with-badge span {
        font-size: 15px;
    }

    .recent-founder {
        font-size: 12px;
    }

    .recent-desc {
        font-size: 13px;
        min-height: auto;
    }

    .recent-btn {
        height: 42px;
        font-size: 13px;
        border-radius: 13px;
    }
}


.recent-founder span {
    color: var(--text);
    font-weight: 700;
}









/* =========================
   STATUS DRAWER - PREMIUM
========================= */

.status-drawer {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(8, 10, 18, 0.32);
}

.status-card {
    width: min(860px, 100%);
    max-height: min(78vh, 820px);
    overflow-y: auto;
    border-radius: 13px;
    padding: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.91));
    border: 1px solid var(--border);
    box-shadow: 0 24px 70px rgba(11, 13, 18, 0.14);
}

.status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    /* margin-bottom: 10px; */
}

.status-head h3 {
    font-size: 21px;
    font-weight: 750;
    color: var(--text);
}

#statusMeta {
    margin: 0 0 14px 0 !important;
    padding: 0 2px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--muted);
}

#statusList {
    display: grid;
    gap: 12px;
}

.status-item {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86));
    box-shadow: 0 6px 16px rgba(11, 13, 18, 0.04);
}

.status-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.status-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.status-name {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    line-height: 1.15;
}

.status-site {
    margin: 4px 0 0;
    font-size: 12px;
    color: var(--muted);
    word-break: break-word;
}

.status-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.status-metric {
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.72);
    min-height: 56px;
}

.status-metric-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
}

.status-metric-value {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
}

.status-reason {
    margin: -2px 0 0;
    font-size: 13px;
    color: #d84b4b;
    line-height: 1.5;
}

.status-actions-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.status-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 22px rgba(109, 93, 252, 0.18);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        opacity 0.18s ease;
}

.status-open-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(109, 93, 252, 0.28);
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: lowercase;
    border: 1px solid transparent;
    white-space: nowrap;
}

.badge.approved {
    background: rgba(33, 186, 99, 0.12);
    color: #178a4d;
    border-color: rgba(33, 186, 99, 0.18);
}

.badge.pending {
    background: rgba(255, 184, 0, 0.14);
    color: #9b6a00;
    border-color: rgba(255, 184, 0, 0.22);
}

.badge.rejected {
    background: rgba(226, 72, 72, 0.12);
    color: #c53b3b;
    border-color: rgba(226, 72, 72, 0.18);
}

#statusClose {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 999px;
}

.status-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 700px) {
    .status-card {
        padding: 14px;
        border-radius: 22px;
    }

    .status-top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .status-metrics {
        grid-template-columns: 1fr;
    }

    .status-actions-row {
        justify-content: stretch;
    }

    .status-open-btn {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    .status-drawer {
        background: rgba(4, 6, 12, 0.48);
    }

    .status-card {
        background:
            linear-gradient(180deg, rgba(18, 19, 30, 0.92), rgba(12, 13, 23, 0.96));
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.48);
    }

    .status-item {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: none;
    }

    .status-metric {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.08);
    }

    .badge.approved {
        background: rgba(46, 204, 113, 0.14);
        color: #88dfad;
        border-color: rgba(46, 204, 113, 0.16);
    }

    .badge.pending {
        background: rgba(255, 193, 7, 0.14);
        color: #ffd666;
        border-color: rgba(255, 193, 7, 0.16);
    }

    .badge.rejected {
        background: rgba(255, 99, 99, 0.14);
        color: #ff9a9a;
        border-color: rgba(255, 99, 99, 0.16);
    }

    .status-reason {
        color: #ff8d8d;
    }
}



#statusList {
    display: grid;
    gap: 10px;
}

.status-reason {
    margin: -2px 0 0;
    font-size: 12px;
    color: #d84b4b;
    line-height: 1.45;
}



/* Drawer Scrollbar */

.status-card::-webkit-scrollbar {
    width: 6px;
}

.status-card::-webkit-scrollbar-track {
    background: transparent;
}

.status-card::-webkit-scrollbar-thumb {
    background: rgba(120, 120, 120, 0.35);
    border-radius: 999px;
}

.status-card::-webkit-scrollbar-thumb:hover {
    background: rgba(120, 120, 120, 0.55);
}

.status-card {
    scrollbar-width: thin;
    scrollbar-color: rgba(156, 156, 156, 0.35) transparent;
}









.status-empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 4px 6px;
}

.status-empty-copy {
    flex: 1;
    min-width: 0;
}

.status-empty-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.35;
}

.status-empty-sub {
    margin: 0;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
}

.status-empty-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(109, 93, 252, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.status-empty-btn:hover {
    opacity: .96;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(109, 93, 252, 0.22);
}

@media (max-width: 640px) {
    .status-empty {
        flex-direction: column;
        align-items: flex-start;
    }

    .status-empty-btn {
        width: 100%;
        justify-content: center;
    }
}



@media (max-width: 640px) {
    .submit-hero {
        padding-top: 86px;
    }

    .submit-title {
        font-size: clamp(38px, 9vw, 58px);
        line-height: 0.96;
        letter-spacing: -0.04em;
        margin: 0 auto 12px;
        max-width: 12ch;
    }

    .submit-sub {
        max-width: 34ch;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.55;
    }
}