.tt-plus-upsell[hidden] { display: none !important; }

.tt-plus-upsell {
    align-items: center;
    background: rgba(15, 23, 42, .56);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 100000;
}

.tt-plus-upsell__panel {
    background: #fff;
    border: 1px solid rgba(255, 91, 35, .18);
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(15, 23, 42, .28);
    color: #0f172a;
    max-width: 460px;
    overflow: hidden;
    padding: 28px;
    position: relative;
    width: 100%;
}

.tt-plus-upsell__close {
    align-items: center;
    background: #f1f5f9;
    border: 0;
    border-radius: 50%;
    color: #334155;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 42px;
}

.tt-plus-upsell__icon {
    align-items: center;
    background: linear-gradient(145deg, #ff6b31, #ff3d1f);
    border-radius: 18px;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 54px;
    justify-content: center;
    margin-bottom: 20px;
    width: 54px;
}

.tt-plus-upsell__eyebrow {
    color: #f04b23;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 54px 6px 0;
    text-transform: uppercase;
}

.tt-plus-upsell__title { font-size: 25px; font-weight: 900; line-height: 1.12; margin: 0 48px 12px 0; }
.tt-plus-upsell__message { color: #64748b; font-size: 15px; line-height: 1.55; margin: 0 0 20px; }
.tt-plus-upsell__benefits { background: #fff7ed; border-radius: 18px; display: grid; gap: 10px; list-style: none; margin: 0 0 22px; padding: 16px; }
.tt-plus-upsell__benefits li { align-items: center; display: flex; font-size: 14px; font-weight: 700; gap: 9px; }
.tt-plus-upsell__benefits li::before { color: #ff4f22; content: "✓"; font-weight: 900; }
.tt-plus-upsell__actions { display: flex; gap: 10px; }
.tt-plus-upsell__later, .tt-plus-upsell__cta { align-items: center; border: 0; border-radius: 16px; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; justify-content: center; min-height: 50px; padding: 0 18px; text-decoration: none; }
.tt-plus-upsell__later { background: #f1f5f9; color: #475569; }
.tt-plus-upsell__cta { background: linear-gradient(135deg, #ff5b23, #ff3d1f); color: #fff; flex: 1; }

@media (max-width: 520px) {
    .tt-plus-upsell { align-items: flex-end; padding: 0; }
    .tt-plus-upsell__panel { border-radius: 28px 28px 0 0; max-width: none; padding: 24px 20px max(24px, env(safe-area-inset-bottom)); }
    .tt-plus-upsell__actions { flex-direction: column-reverse; }
    .tt-plus-upsell__later, .tt-plus-upsell__cta { width: 100%; }
}

html[data-theme="dark"] .tt-plus-upsell__panel,
body.dark-theme .tt-plus-upsell__panel { background: #111827; color: #f8fafc; }

html[data-theme="dark"] .tt-plus-upsell__close,
body.dark-theme .tt-plus-upsell__close { background: #1f2937; color: #e2e8f0; }

[data-route-export-quota] {
    background: rgba(255, 79, 34, .12);
    border-radius: 999px;
    color: #e9471c;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 5px 7px;
    white-space: nowrap;
}
