:root {
    --bg-overlay-1: rgba(10, 12, 18, 0.55);
    --bg-overlay-2: rgba(10, 12, 18, 0.22);

    --card: rgba(32, 38, 52, 0.55);
    --stroke: rgba(255, 255, 255, 0.10);
    --stroke-2: rgba(255, 255, 255, 0.14);

    --text: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.60);

    --shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
    --shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.38);

    --r-xl: 28px;
    --r-lg: 22px;
    --r-md: 16px;

    --pad: 18px;
    --gap: 14px;

    --accent: #2f7bff;
    --accent-2: #1b5cff;

    --yellow: #f6c54b;
    --blue: #5fb6ff;
    --green: #4adf8b;
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { height: 100%; }

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans";
    color: var(--text);
    background: #070914;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

button { font: inherit; color: inherit; background: transparent; border: 0; padding: 0; cursor: pointer; }
img { max-width: 100%; display: block; }
.center { text-align: center; }
.muted { color: var(--muted); }

.app {
    position: relative;
    min-height: 100vh;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.bg {
    position: fixed;
    inset: 0;
    background: url("../assets/images/fon.jpg") center center / cover no-repeat;
    transform: translateZ(0);
    z-index: -3;
}
.bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(120% 90% at 50% 10%, rgba(95, 182, 255, 0.18), rgba(0,0,0,0) 55%),
            linear-gradient(to bottom, var(--bg-overlay-1), var(--bg-overlay-2));
    z-index: -2;
}
.bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 120% at 70% 30%, rgba(255,255,255,0.10), rgba(255,255,255,0) 55%);
    mix-blend-mode: overlay;
    opacity: 0.45;
    z-index: -1;
}

/* Topbar */
.topbar {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(14px + env(safe-area-inset-top)) var(--pad) 12px;
}

.icon-btn {
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(28, 34, 48, 0.55);
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.12s ease;
}
.icon-btn:active { transform: scale(0.98); }

.icon-btn--avatar {
    width: 52px;
    height: 52px;
    padding: 0;
    overflow: hidden;
}
.topbar__avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}

.icon-btn--bell-rect {
    width: 68px;
    height: 48px;
    border-radius: 18px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.bell__icon { width: 22px; height: 22px; object-fit: contain; opacity: 0.95; }

.badge {
    position: absolute;
    right: 8px;
    bottom: 8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    color: rgba(255,255,255,0.95);
    background: var(--accent);
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 8px 18px rgba(47, 123, 255, 0.35);
}

/* Main */
.screen {
    padding: 0 var(--pad);
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    overflow: visible;
}
.safe-bottom { height: env(safe-area-inset-bottom); }

/* Wallet (no card) */
.wallet-panel {
    padding: 8px 0 0;
    margin: 2px 0 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
    position: relative;
    overflow: visible;
    z-index: 2;
}
.wallet-panel__kicker {
    margin: 6px 0 10px;
    font-size: 16px;
    color: rgba(255,255,255,0.60);
}
.wallet-panel__value {
    font-size: 72px;
    letter-spacing: -0.05em;
    font-weight: 950;
    margin: 6px 0 16px;
    text-shadow: 0 14px 30px rgba(0,0,0,0.45);
}

/* Dots */
.dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
}
.dot--yellow { background: var(--yellow); }
.dot--blue { background: var(--blue); }
.dot--green { background: var(--green); }

.dot--glow.dot--yellow {
    box-shadow: 0 0 0 4px rgba(246, 197, 75, 0.18), 0 0 14px rgba(246, 197, 75, 0.65), 0 0 30px rgba(246, 197, 75, 0.35);
}
.dot--glow.dot--blue {
    box-shadow: 0 0 0 4px rgba(95, 182, 255, 0.18), 0 0 14px rgba(95, 182, 255, 0.65), 0 0 30px rgba(95, 182, 255, 0.35);
}
.dot--glow.dot--green {
    box-shadow: 0 0 0 4px rgba(74, 223, 139, 0.18), 0 0 14px rgba(74, 223, 139, 0.65), 0 0 30px rgba(74, 223, 139, 0.35);
}

/* Model select */
.model-select {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.model-select__btn {
    width: 100%;
    max-width: 520px;
    height: 54px;
    padding: 0 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(18, 22, 34, 0.55);
    border: 1px solid var(--stroke);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.model-select__btn:active { transform: scale(0.99); }
.model-select__label {
    font-size: 16px;
    font-weight: 800;
    color: rgba(255,255,255,0.86);
    flex: 1;
    text-align: left;
}
.chev { width: 22px; height: 22px; opacity: 0.85; }

.model-select__menu {
    position: absolute;
    top: 62px;
    width: 100%;
    max-width: 520px;
    background: rgba(20, 24, 36, 0.92);
    border: 1px solid var(--stroke-2);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 8px;
    display: none;
    z-index: 50;
}
.model-select.is-open .model-select__menu {
    display: block;
    animation: pop 0.18s ease-out;
}
@keyframes pop {
    from { opacity: 0; transform: translateY(-6px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.menu-item {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    color: rgba(255,255,255,0.88);
}
.menu-item:hover { background: rgba(255,255,255,0.06); }
.menu-item.is-active {
    background: rgba(47, 123, 255, 0.14);
    border-color: rgba(47, 123, 255, 0.30);
}
.menu-item span:last-child { font-size: 15px; font-weight: 800; }

/* Cards */
.card {
    background: var(--card);
    border: 1px solid var(--stroke);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
}
.card__header { padding: 14px 16px 0; }
.card__title { margin: 0; font-size: 16px; font-weight: 800; color: rgba(255,255,255,0.86); }
.card--form { padding: 0 14px 16px; }

/* Form */
.form { padding: 12px 0 0; display: flex; flex-direction: column; gap: 14px; }
.field__label { font-size: 14px; color: var(--muted); margin: 0 2px 10px; }

.field__control {
    width: 100%;
    height: 56px;
    padding: 0 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(18, 22, 34, 0.55);
    border: 1px solid var(--stroke);
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.12s ease;
}
.field__control:active { transform: scale(0.99); }

.field__control.is-disabled {
    opacity: 0.55;
    filter: grayscale(0.2);
}

.field__left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.token {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}
.token--placeholder { color: rgba(255,255,255,0.70); }
.field__chev { width: 18px; height: 18px; opacity: 0.75; }
.field__right { display: flex; align-items: center; gap: 8px; }
.field__meta { font-size: 13px; font-weight: 800; color: rgba(255,255,255,0.58); padding-right: 6px; }

.hint {
    margin-top: 8px;
    padding: 0 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.52);
}

/* CTA */
.cta {
    width: 100%;
    height: 56px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
    box-shadow: 0 18px 38px rgba(47, 123, 255, 0.28);
    border: 1px solid rgba(255,255,255,0.14);
    font-size: 15px;
    font-weight: 900;
    color: rgba(255,255,255,0.95);
}
.cta:active { transform: scale(0.99); }
.cta__icon { width: 18px; height: 18px; opacity: 0.95; }

/* Total + disclaimer */
.total { display: flex; align-items: center; justify-content: space-between; padding: 2px 6px 0; }
.total__label { font-size: 14px; color: rgba(255,255,255,0.62); font-weight: 800; }
.total__value { font-size: 14px; color: rgba(255,255,255,0.78); font-weight: 900; }
.disclaimer { margin: 0; padding: 0 6px 2px; font-size: 12px; line-height: 1.25; color: rgba(255,255,255,0.45); }

/* Analyzer */
.analyzer {
    padding: 14px 16px;
    border-radius: var(--r-xl);
    background: rgba(32, 38, 52, 0.62);
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.analyzer__row { display: flex; align-items: center; gap: 12px; }
.spinner {
    width: 26px; height: 26px; border-radius: 999px;
    border: 3px solid rgba(255,255,255,0.20);
    border-top-color: rgba(255,255,255,0.85);
    animation: spin 0.85s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.analyzer__title { font-size: 14px; font-weight: 900; color: rgba(255,255,255,0.88); }
.analyzer__sub { margin-top: 2px; font-size: 12px; color: rgba(255,255,255,0.52); }

/* FAQ panel (no card) */
.faq-panel { padding: 10px 0 0; }
.faq-panel__head { padding: 0 2px 10px; }
.faq-panel__title { margin: 0; font-size: 18px; font-weight: 950; color: rgba(255,255,255,0.90); }
.faq-panel__subtitle { margin: 6px 0 0; font-size: 12px; color: rgba(255,255,255,0.50); }
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq__item {
    border-radius: 18px;
    background: rgba(18, 22, 34, 0.45);
    border: 1px solid rgba(255,255,255,0.10);
    overflow: hidden;
}
.faq__q {
    list-style: none;
    padding: 14px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 900;
    color: rgba(255,255,255,0.88);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__qtext { flex: 1; min-width: 0; }
.faq__icon { width: 18px; height: 18px; opacity: 0.75; }
details[open] .faq__icon { opacity: 0.95; }
.faq__a { padding: 0 14px 14px; font-size: 13px; line-height: 1.35; color: rgba(255,255,255,0.62); }

/* Modals */
.modal[hidden] { display: none !important; }
.modal {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.modal--center { align-items: center; }

.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.modal__sheet {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: rgba(20, 24, 36, 0.92);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 26px 26px 0 0;
    box-shadow: 0 -18px 40px rgba(0,0,0,0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(22px);
    opacity: 0;
    transition: transform 0.24s ease, opacity 0.24s ease;
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
}

.modal__sheet--dialog {
    border-radius: 26px;
    margin: 0 var(--pad);
    max-height: 78vh;
    overflow: hidden;
    transform: translateY(10px) scale(0.98);
    box-shadow: 0 26px 60px rgba(0,0,0,0.65);
    padding-bottom: 12px;
}

.modal.is-visible .modal__backdrop { opacity: 1; }
.modal.is-visible .modal__sheet { transform: translateY(0); opacity: 1; }
.modal.is-visible .modal__sheet--dialog { transform: translateY(0) scale(1); }

.modal__handle {
    width: 46px; height: 5px; border-radius: 999px;
    margin: 10px auto 6px;
    background: rgba(255,255,255,0.22);
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 10px;
}
.modal__title { font-size: 15px; font-weight: 950; color: rgba(255,255,255,0.88); }

.modal__close {
    width: 34px; height: 34px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    display: grid;
    place-items: center;
    color: rgba(255,255,255,0.8);
}

.modal__content {
    padding: 10px 12px 2px;
    overflow: auto;
    max-height: calc(78vh - 58px);
}

/* Market switch */
.market-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.seg-btn {
    height: 46px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    font-weight: 950;
    color: rgba(255,255,255,0.88);
}
.seg-btn.is-active {
    background: rgba(47, 123, 255, 0.16);
    border-color: rgba(47, 123, 255, 0.30);
    box-shadow: 0 14px 26px rgba(47, 123, 255, 0.16);
}

.market-note, .expiry-note {
    font-size: 12px;
    color: rgba(255,255,255,0.56);
    padding: 0 2px 10px;
}

/* Search */
.search-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.search {
    flex: 1;
    height: 44px;
    border-radius: 14px;
    padding: 0 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.90);
    outline: none;
}
.search::placeholder { color: rgba(255,255,255,0.45); }
.clear-btn {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.80);
    font-weight: 950;
}

/* Chips */
.chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    -webkit-overflow-scrolling: touch;
}
.chip {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    font-size: 12px;
    font-weight: 900;
    color: rgba(255,255,255,0.82);
}
.chip.is-active {
    background: rgba(47, 123, 255, 0.16);
    border-color: rgba(47, 123, 255, 0.30);
}

/* Lists */
.list { display: flex; flex-direction: column; gap: 10px; }
.list--sections { gap: 14px; }

.list-section__title {
    margin: 8px 2px 8px;
    font-size: 12px;
    font-weight: 950;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.list-item {
    width: 100%;
    min-height: 54px;
    padding: 10px 14px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    transition: transform 0.12s ease;
}
.list-item:active { transform: scale(0.99); }
.list-item.is-selected {
    background: rgba(47, 123, 255, 0.14);
    border-color: rgba(47, 123, 255, 0.30);
}

.list-item__left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.list-item__title {
    font-size: 14px;
    font-weight: 950;
    color: rgba(255,255,255,0.90);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-item__sub { font-size: 12px; color: rgba(255,255,255,0.55); }
.list-item__right { font-size: 12px; font-weight: 900; color: rgba(255,255,255,0.62); white-space: nowrap; }

.empty {
    margin: 14px 0 6px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.60);
    font-size: 13px;
}

/* Signal modal content */
.signal { padding: 18px 16px 16px; text-align: center; }
.signal__title { font-size: 14px; font-weight: 950; color: rgba(255,255,255,0.68); margin-bottom: 8px; }
.signal__big { font-size: 44px; font-weight: 950; letter-spacing: -0.03em; margin: 2px 0 8px; text-shadow: 0 16px 32px rgba(0,0,0,0.45); }
.signal__meta { font-size: 12px; color: rgba(255,255,255,0.52); margin-bottom: 14px; }
.signal__actions { display: flex; gap: 10px; }

.btn {
    flex: 1;
    height: 50px;
    border-radius: 16px;
    font-weight: 950;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    transition: transform 0.12s ease;
}
.btn:active { transform: scale(0.99); }
.btn--primary {
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
    box-shadow: 0 14px 30px rgba(47, 123, 255, 0.26);
    color: rgba(255,255,255,0.95);
}
.btn--ghost { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.86); }

/* Notify */
.notify { display: flex; flex-direction: column; gap: 10px; }
.notify__item {
    padding: 12px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.notify__badge {
    font-size: 11px;
    font-weight: 950;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(47, 123, 255, 0.16);
    border: 1px solid rgba(47, 123, 255, 0.26);
    color: rgba(255,255,255,0.88);
    white-space: nowrap;
}
.notify__title { font-size: 14px; font-weight: 950; color: rgba(255,255,255,0.88); }
.notify__desc { font-size: 12px; color: rgba(255,255,255,0.58); margin-top: 2px; line-height: 1.3; }

@media (min-width: 768px) {
    .screen, .topbar { max-width: 420px; margin: 0 auto; }
}

:root {
    --red: #ff4d5e;
}

/* BUY/SELL coloring */
.signal.is-buy .signal__big {
    color: var(--green);
    text-shadow:
            0 16px 32px rgba(0,0,0,0.45),
            0 0 22px rgba(74, 223, 139, 0.35);
}

.signal.is-sell .signal__big {
    color: var(--red);
    text-shadow:
            0 16px 32px rgba(0,0,0,0.45),
            0 0 22px rgba(255, 77, 94, 0.35);
}

/* signal stats grid */
.signal__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 0 12px;
}

.sigcard {
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 10px 10px;
    text-align: left;
}

.sigcard__label {
    font-size: 11px;
    font-weight: 900;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sigcard__value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 950;
    color: rgba(255,255,255,0.88);
}

/* details rows */
.signal__details {
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 10px 10px;
    margin-bottom: 14px;
    text-align: left;
}

.srow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 2px;
}

.srow + .srow {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.srow__k {
    font-size: 12px;
    color: rgba(255,255,255,0.62);
    font-weight: 800;
}

.srow__v {
    font-size: 12px;
    color: rgba(255,255,255,0.86);
    font-weight: 950;
    white-space: nowrap;
}

.signal__note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.25;
    color: rgba(255,255,255,0.45);
}
/* ===== Notify sheet banner + content ===== */
.notify2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notify2__banner {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.05);
}

.notify2__banner img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.notify2__body {
    padding: 2px 2px 0;
}

.notify2__title {
    font-size: 16px;
    font-weight: 950;
    color: rgba(255,255,255,0.90);
    margin-bottom: 6px;
}

.notify2__desc {
    font-size: 12.5px;
    line-height: 1.35;
    color: rgba(255,255,255,0.62);
    margin-bottom: 12px;
}

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

.benefit {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.benefit__badge {
    width: 34px;
    height: 34px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 12px;
    color: rgba(255,255,255,0.92);
    background: rgba(47, 123, 255, 0.16);
    border: 1px solid rgba(47, 123, 255, 0.28);
    box-shadow: 0 12px 22px rgba(47, 123, 255, 0.14);
    flex: 0 0 auto;
}

.benefit__title {
    font-size: 13.5px;
    font-weight: 950;
    color: rgba(255,255,255,0.88);
}

.benefit__desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(255,255,255,0.58);
}

.notify2__footer {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notify2__note {
    font-size: 12px;
    color: rgba(255,255,255,0.52);
    line-height: 1.3;
    padding: 0 2px;
}

.notify2__btn {
    height: 52px;
    border-radius: 18px;
    font-weight: 950;
    font-size: 14px;
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 16px 34px rgba(47, 123, 255, 0.22);
    color: rgba(255,255,255,0.95);
}
.notify2__btn:active { transform: scale(0.99); }

/* Banner: без карточки/рамок, на всю ширину шторки */
.notify2__banner-bleed {
    width: calc(100% + 24px);     /* компенсируем padding .modal__content (12px + 12px) */
    margin: -10px -12px 12px;     /* вверх чуть подтянули, по бокам в ноль */
}

.notify2__banner-bleed img {
    width: 90%;
    height: auto;                /* без фиксированной высоты */
    display: block;
    object-fit: contain;         /* ничего не обрезаем */
    border-radius: 0;
    margin-left: 30px/* никаких скруглений */
}

/* ===== VIP modal content ===== */
.vip {
    padding: 18px 16px 16px;
    text-align: center;
}

.vip__title {
    font-size: 18px;
    font-weight: 950;
    color: rgba(255,255,255,0.92);
    margin-bottom: 8px;
}

.vip__text {
    font-size: 13px;
    line-height: 1.35;
    color: rgba(255,255,255,0.62);
    margin-bottom: 14px;
}

.vip__actions {
    display: flex;
    gap: 10px;
}

.vip__note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.25;
    color: rgba(255,255,255,0.45);
}

/* ===== Locked UI ===== */
.menu-item.is-locked,
.list-item.is-locked {
    opacity: 0.55;
    filter: grayscale(0.25);
}

.lock-pill {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.lock-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.65);
}