/* ── monopo.vn skin ── */
:root { --mono-ease: cubic-bezier(0.25, 0.1, 0.25, 1); }

body,
button,
input,
select,
textarea {
    font-family: 'Roobert', 'Inter', sans-serif;
}

h1, h2, h3 { font-family: 'Roobert', 'Inter', sans-serif; font-weight: 300; }

/* Liquid canvas — fixed full-page background (replaces ethereal shadow) */
#monopo-liquid {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    /* glassy fallback shown until (or if) the WebGL liquid canvas paints over it */
    background:
        radial-gradient(80% 60% at 22% 18%, rgba(255, 255, 255, 0.09), transparent 60%),
        radial-gradient(70% 60% at 82% 88%, rgba(255, 255, 255, 0.06), transparent 62%),
        #050506;
}

#monopo-liquid canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.hero-pin > .hero { z-index: 2; }

/* ── What's included — monopo pillars/team style ── */
.mono-inc {
    gap: 0 28px;
    margin-top: 34px;
}

.mono-inc .inc-item {
    align-items: flex-start;
    text-align: left;
    gap: 0;
    padding: 22px 0 0;
    background: transparent;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-family: 'Roobert', sans-serif;
    letter-spacing: 0;
    text-transform: none;
    transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.4s var(--mono-ease);
}

.mono-inc .inc-item:hover { border-top-color: #fff; }

.mono-inc-num {
    display: block;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: clamp(18px, 2.6vw, 44px);
}

.mono-inc-title {
    font-size: clamp(20px, 1.66vw, 28px);
    font-weight: 300;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 10px;
    white-space: nowrap;
}

.mono-inc-title i { font-style: italic; }

.mono-inc-desc {
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    max-width: 26ch;
}

@media (max-width: 768px) {
    .mono-inc { gap: 28px 20px; }
    .mono-inc-title { white-space: normal; }
}


/* ── Header: transparent, logo left, vertical anchors right ── */
.navbar,
.navbar.scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    min-height: 0 !important;
    height: auto !important;
    align-items: flex-start !important;
    padding: clamp(16px, 3.44vw, 52px) clamp(14px, 2.6vw, 40px) 0 !important;
    z-index: 100 !important;
    display: flex !important;
}

.nav-brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
}

.nav-brand img {
    filter: invert(1) brightness(1.2) !important;
}

.nav-brand-text {
    font-family: 'Roobert', sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 0.26em !important;
    color: #fff !important;
}

.nav-guest-auth-row {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.nav-discord-join, .nav-login {
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (min-width: 769px) {
    .navbar {
        justify-content: flex-end !important;
        gap: 0 !important;
    }
    .nav-brand {
        margin-right: auto !important;
    }
    .nav-right {
        order: 2 !important;
        margin-right: clamp(24px, 6vw, 120px) !important;
    }
    .nav-links {
        order: 3 !important;
        display: flex !important;
        flex: none !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        gap: clamp(6px, 0.57vw, 11px) !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 4px 0 0 !important;
        margin: 0 !important;
    }
    .nav-links a {
        font-family: 'Roobert', sans-serif !important;
        font-size: clamp(11px, 0.94vw, 15px) !important;
        line-height: 1 !important;
        font-weight: 300 !important;
        letter-spacing: 0.26em !important;
        text-transform: uppercase !important;
        color: #fff !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        text-decoration: none !important;
        transition: opacity 0.4s var(--mono-ease) !important;
    }
    .nav-links a:hover {
        background: transparent !important;
        color: #fff !important;
        opacity: 0.45 !important;
    }
}

.nav-links a i { font-style: italic; }

/* ── Hero sentences (monopo intro rotator) ── */
.hero h1 { margin-bottom: 18px; }

.monopo-sentences {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(52px, 5.21vw, 100px);
    font-size: clamp(34px, 3.75vw, 72px);
    line-height: clamp(52px, 5.21vw, 100px);
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
}

.monopo-sentences .msl {
    position: absolute;
    inset: 0;
    display: block;
    text-align: center;
    opacity: 0;
    transition: opacity 0.6s var(--mono-ease);
}

.monopo-sentences .msl[data-font="raleway"] { font-family: 'Raleway', sans-serif; }

.monopo-sentences .container--word {
    display: inline-block;
    position: relative;
    height: 100%;
    overflow: hidden;
    vertical-align: top;
}

.monopo-sentences .part--first,
.monopo-sentences .part--second {
    display: inline-block;
    transform: translate3d(0, -120%, 0);
    opacity: 0;
    transition: transform 0.9s var(--mono-ease), opacity 0.9s var(--mono-ease);
}

.monopo-sentences .msl.active { opacity: 1; }

.monopo-sentences .msl.active .part--first,
.monopo-sentences .msl.active .part--second {
    transform: translateZ(0);
    opacity: 1;
}

.monopo-sentences i { font-style: italic; font-weight: inherit; }

.hero-about { font-weight: 300; }

@media (max-width: 768px) {
    .monopo-sentences { white-space: normal; }
}

/* ── Clean & professional pass ── */
/* live counter: plain text, no pill */
.records-live {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 30px;
    gap: 12px;
}

.records-live-dot {
    font-weight: 400;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.75);
}

.records-live-dot::before {
    background: #fff;
    box-shadow: none;
}

.records-live-num { font-weight: 400; }

/* ── Pricing: flat monopo panels — hairline top, huge light price ── */
.ix-access-grid { gap: 48px; }

.ix-tier,
.ix-tier--pass,
.ix-tier--vault,
.price-card {
    border-radius: 0;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: none;
    padding: 30px 0 0;
    transition: border-color 0.4s var(--mono-ease);
}

.ix-tier:hover,
.ix-tier--pass:hover,
.ix-tier--vault:hover {
    transform: none;
    border-top-color: #fff;
    box-shadow: none;
}

.price-card.selected {
    border-top-color: #fff;
    box-shadow: none;
}

.ix-tier-ribbon {
    position: absolute;
    top: 32px;
    right: 0;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    padding: 6px 14px;
    font-family: 'Roobert', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ix-tier-tag {
    font-family: 'Roobert', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 26px;
}

.ix-tier-price {
    font-size: clamp(54px, 5vw, 84px);
    font-weight: 300;
    letter-spacing: -0.01em;
}

.ix-tier-price small {
    font-size: 0.32em;
    font-weight: 300;
    opacity: 0.5;
}

.ix-tier-period {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 34px;
}

.ix-tier-list { margin-bottom: 36px; }

.ix-tier-list li {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68);
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ix-tier-list li:last-child { border-bottom: none; }

.ix-tier-list li i { display: none; }

.ix-tier-cta,
.price-select-btn {
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-family: 'Roobert', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 13px 34px;
    transition: background 0.4s var(--mono-ease), color 0.4s var(--mono-ease), border-color 0.4s var(--mono-ease), letter-spacing 0.4s var(--mono-ease);
}

.ix-tier:hover .ix-tier-cta,
.price-select-btn.selected-btn {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* ── Discord community (index): subtle glassy panel — a touch more visible ── */
.ix-disco {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(90% 120% at 15% 0%, rgba(255, 255, 255, 0.06), transparent 55%),
        rgba(255, 255, 255, 0.025);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: border-color 0.5s var(--mono-ease), box-shadow 0.5s var(--mono-ease);
}

.ix-disco:hover {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.ix-disco-banner { display: none; }

.ix-disco-body {
    padding: 34px 34px 30px;
    margin-top: 0;
}

.ix-disco-icon { display: none; }

.ix-disco-name {
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.ix-disco-counts { margin-top: 14px; }

.ix-disco-count {
    font-family: 'Roobert', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
}

.ix-disco-count b { font-weight: 400; }

.ix-disco-online-dot {
    background: #fff;
    box-shadow: none;
}

.ix-disco-avatars img,
.ix-disco-more { display: none; }

.ix-disco-members-text {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.ix-disco-members-text b { font-weight: 400; color: #fff; }

.ix-disco-join {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 13px 34px !important;
    box-shadow: none !important;
    transition: background 0.4s var(--mono-ease), color 0.4s var(--mono-ease) !important;
}

.ix-disco-join:hover {
    background: #fff !important;
    color: #000 !important;
}

.ix-disco-copy {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ix-disco-copy:hover { color: #fff !important; }

.ix-disco-invite {
    font-family: 'Roobert', sans-serif;
    font-weight: 300;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.35);
}

/* ── Discord CTA block (info page) ── */
.disco-inner {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    box-shadow: none;
    padding: 40px 0 0;
}

.disco-copy h3 {
    font-family: 'Roobert', sans-serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 300;
    color: #fff;
}

.disco-copy p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.disco-join {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 13px 34px !important;
    box-shadow: none !important;
}

.disco-join:hover {
    background: #fff !important;
    color: #000 !important;
}

.disco-ghost {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.disco-ghost:hover { color: #fff !important; }

/* ── Hunt & Help pages: content above the liquid canvas ── */
.view {
    position: relative;
    z-index: 2;
}

.hunt-scene { display: none; }

/* ── OSINT Hunt: fresh glass, monopo type ── */
.hunt-nav,
.hunt-nav.scrolled {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    box-shadow: none;
    height: auto;
    align-items: flex-start;
    padding: clamp(16px, 2.6vw, 36px) clamp(14px, 2.6vw, 40px);
}

.hunt-nav-brand span {
    font-family: 'Roobert', sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    text-shadow: none;
}

.hunt-nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}

.hunt-nav-link {
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.26em !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    transition: opacity 0.4s var(--mono-ease) !important;
}

.hunt-nav-link:hover { opacity: 0.45; }

.hunt-glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.entry-panel {
    border-radius: 4px;
    padding: 56px 48px 48px;
}

.entry-brand {
    font-family: 'Roobert', sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.42em;
    color: rgba(255, 255, 255, 0.55);
}

.entry-title {
    font-family: 'Roobert', sans-serif;
    font-weight: 300;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    letter-spacing: 0.01em;
    text-shadow: none;
}

.entry-title i { font-style: italic; font-weight: inherit; }

.entry-tagline {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.entry-pill {
    font-family: 'Roobert', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.18em;
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.7);
}

.btn-discord {
    border-radius: 999px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    font-family: 'Roobert', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase;
    text-shadow: none !important;
    box-shadow: none !important;
    transition: background 0.4s var(--mono-ease), color 0.4s var(--mono-ease) !important;
}

.btn-discord:hover {
    background: #fff !important;
    color: #000 !important;
}

.hub-hero {
    border-radius: 4px;
    padding: 40px 36px 34px;
}

.hub-brand {
    font-family: 'Roobert', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.45);
}

.hub-title {
    font-family: 'Roobert', sans-serif;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    letter-spacing: 0;
}

.hub-sub {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.mission-card { border-radius: 4px; }

/* ══ Checkout modal — premium monopo black & white ══ */
.buy-bubble-overlay { background: rgba(0, 0, 0, 0.72) !important; backdrop-filter: blur(14px) !important; }
.buy-bubble {
    background:
        radial-gradient(120% 80% at 50% -10%, rgba(255, 255, 255, 0.07), transparent 60%),
        #0b0b0d !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px !important;
    box-shadow: 0 50px 110px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    padding: 30px 30px 26px !important;
    max-width: 460px !important;
}
.buy-bubble-close {
    top: 22px !important; right: 22px !important;
    width: 34px !important; height: 34px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.03) !important; color: rgba(255, 255, 255, 0.55) !important;
    font-size: 13px !important;
    display: inline-flex !important; align-items: center; justify-content: center;
    transition: background 0.25s var(--mono-ease), color 0.25s var(--mono-ease), border-color 0.25s var(--mono-ease), transform 0.25s var(--mono-ease) !important;
}
.buy-bubble-close:hover { background: rgba(255, 255, 255, 0.1) !important; color: #fff !important; border-color: rgba(255, 255, 255, 0.32) !important; transform: rotate(90deg); }
.buy-bubble-kicker {
    font-family: 'JetBrains Mono', monospace !important; font-size: 9px !important;
    font-weight: 500 !important; letter-spacing: 0.28em !important; text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38) !important; margin-bottom: 10px !important;
}
.buy-bubble-title {
    font-family: 'Roobert', sans-serif !important;
    font-weight: 300 !important; font-style: normal !important;
    font-size: 27px !important; letter-spacing: -0.015em !important; line-height: 1.1 !important;
    margin: 0 0 22px !important;
}

/* Price hero — the focal point */
.buy-bubble-hero {
    display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
    padding: 0 0 22px; margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.buy-bubble-hero-price {
    font-family: 'Roobert', sans-serif; font-weight: 300;
    font-size: 52px; line-height: 1; letter-spacing: -0.03em; color: #fff;
}
.buy-bubble-hero-plan { display: flex; flex-direction: column; gap: 4px; }
.buy-bubble-plan-name {
    font-family: 'Roobert', sans-serif !important; font-weight: 400 !important;
    font-size: 14px !important; letter-spacing: 0 !important; text-transform: none !important;
    color: rgba(255, 255, 255, 0.9) !important;
}
.buy-bubble-hero-tag {
    font-family: 'JetBrains Mono', monospace; font-size: 10px;
    letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.4);
}

.buy-bubble-notice {
    display: flex !important; align-items: center !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 13px !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-weight: 300 !important; font-size: 12.5px !important; line-height: 1.55 !important;
    padding: 14px 16px !important; margin-bottom: 22px !important;
    gap: 13px !important;
}
.buy-bubble-notice i {
    color: rgba(255, 255, 255, 0.85) !important; font-size: 15px !important;
    margin-top: 0 !important; flex-shrink: 0;
}

.buy-bubble-methods-label {
    display: block; font-family: 'JetBrains Mono', monospace;
    font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35); margin-bottom: 11px;
}
.buy-bubble-options { gap: 9px !important; margin-bottom: 20px !important; }

.buy-bubble-opt {
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 15px !important; padding: 15px 16px !important;
    transition: background 0.3s var(--mono-ease), border-color 0.3s var(--mono-ease), transform 0.3s var(--mono-ease) !important;
}
.buy-bubble-opt:not(.buy-bubble-opt--soon):hover {
    background: rgba(255, 255, 255, 0.06) !important; border-color: rgba(255, 255, 255, 0.28) !important;
}
.buy-bubble-opt:not(.buy-bubble-opt--soon):hover .buy-bubble-opt-arrow { transform: translateX(3px); color: #fff !important; }
.buy-bubble-opt--soon { opacity: 0.72 !important; }
.buy-bubble-opt-icon {
    width: 40px !important; height: 40px !important; border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important; font-size: 16px !important;
}
.buy-bubble-opt-label {
    font-family: 'Roobert', sans-serif !important; font-weight: 400 !important; font-size: 14px !important;
}
.buy-bubble-opt-hint {
    font-family: 'Roobert', sans-serif !important; font-weight: 300 !important;
    font-size: 12px !important; color: rgba(255, 255, 255, 0.42) !important;
}
.buy-bubble-soon-badge {
    font-family: 'JetBrains Mono', monospace !important; font-size: 8.5px !important; font-weight: 500 !important;
    letter-spacing: 0.14em !important; text-transform: uppercase; border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important; padding: 5px 10px !important;
    background: transparent !important; color: rgba(255, 255, 255, 0.5) !important;
}
.buy-bubble-opt-arrow { color: rgba(255, 255, 255, 0.4) !important; transition: transform 0.3s var(--mono-ease), color 0.3s var(--mono-ease); flex-shrink: 0; }

/* "or" divider */
.buy-bubble-or {
    display: flex; align-items: center; gap: 14px;
    margin: 0 0 16px; color: rgba(255, 255, 255, 0.3);
    font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
}
.buy-bubble-or::before, .buy-bubble-or::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, 0.09); }

/* Discord CTA → white monopo pill */
.buy-bubble-discord {
    background: #fff !important; border: 1px solid #fff !important; color: #000 !important;
    border-radius: 999px !important; padding: 14px 18px !important; margin-bottom: 16px !important;
    font-family: 'Roobert', sans-serif !important; font-weight: 400 !important; font-size: 14px !important;
    letter-spacing: 0.01em; text-transform: none;
    transition: transform 0.3s var(--mono-ease), box-shadow 0.3s var(--mono-ease) !important;
}
.buy-bubble-discord:hover { background: #fff !important; transform: translateY(-2px) !important; box-shadow: 0 12px 30px rgba(255, 255, 255, 0.15) !important; }
.buy-bubble-discord i { font-size: 16px !important; }

.buy-bubble-foot {
    font-family: 'JetBrains Mono', monospace !important; font-size: 10px !important;
    letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.35) !important;
}
.buy-bubble-foot kbd {
    font-family: 'JetBrains Mono', monospace; font-size: 9px;
    border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 5px;
    padding: 2px 6px; color: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.03);
}

/* ── AI assistant launcher (replaces "Open Ticket") ── */
.intel-ai-fab {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 10050;
    display: inline-flex;
    align-items: flex-end;
    gap: 12px;
    text-decoration: none;
    opacity: 1;
    transform: none;
}

/* index reuses the old floating-ticket anchor for reveal timing */
.floating-ticket-btn.intel-ai-fab { animation: none; }
html.intel-hero-reveal .floating-ticket-btn.intel-ai-fab {
    animation: ticketBtnIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.85s both;
}

.intel-ai-bubble {
    position: relative;
    order: 1;
    max-width: 220px;
    padding: 13px 18px;
    background: rgba(10, 10, 12, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px 18px 4px 18px;
    color: #fff;
    font-family: 'Roobert', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    transform-origin: bottom right;
    transition: transform 0.4s var(--mono-ease), border-color 0.4s var(--mono-ease);
}

.intel-ai-bubble b {
    display: inline-block;
    margin-right: 6px;
    font-weight: 400;
    letter-spacing: 0.14em;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.intel-ai-avatar {
    order: 2;
    position: relative;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #0a0a0c;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    transition: transform 0.4s var(--mono-ease), border-color 0.4s var(--mono-ease);
}

.intel-ai-avatar img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(1) brightness(1.15);
}

.intel-ai-avatar::after {
    content: '';
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0a0a0c;
}

.intel-ai-fab:hover .intel-ai-avatar {
    transform: scale(1.06);
    border-color: rgba(255, 255, 255, 0.5);
}

.intel-ai-fab:hover .intel-ai-bubble {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
    .intel-ai-bubble { display: none; }
    .intel-ai-fab { right: 18px; bottom: 18px; }
}

.ix-access-head h2 {
    font-family: 'Roobert', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: clamp(30px, 3.2vw, 44px);
}

.ix-access-head h2 span { color: #fff !important; }

.section-label {
    font-family: 'Roobert', sans-serif;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.45);
}

h2 { font-weight: 300; }

.inc-check { display: none; }
    


/* ── UNIVERSAL ULTRA-LUXURY MONOPO SKIN EXTENSION ── */

/* Container & Layout */
.page-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
    position: relative;
    z-index: 10;
}

/* Navbar */
.monopo-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 0 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1.5rem;
}

.nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-brand-title {
    font-family: 'Roobert', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.brand-accent {
    font-family: 'Roobert', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 0.85em;
    opacity: 0.85;
}

.nav-links-cluster {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-link-item {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.25s ease;
}

.nav-link-item:hover, .nav-link-item.active {
    color: #ffffff;
}

.nav-right-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.user-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

/* Metric Cards */
.metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.25rem;
    width: 100%;
}

@media (max-width: 900px) {
    .metrics-row { grid-template-columns: repeat(2, 1fr); }
}

.metric-card-hairline {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.metric-card-hairline:hover {
    border-top-color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
    transform: translateY(-2px);
}

.metric-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 34px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 8px;
}

.metric-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

/* Horizontal Capsule Tabs */
.tabs-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 2.25rem;
    overflow-x: auto;
    scrollbar-width: none;
    width: 100%;
}

.tab-btn {
    padding: 10px 22px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Roobert', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: all 0.25s ease;
}

.tab-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.tab-btn.active {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    font-weight: 500;
}

.tab-btn.active .tab-count {
    background: rgba(0, 0, 0, 0.12);
    color: #000000;
}

.tab-count {
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.tab-pane {
    display: none;
    animation: paneFadeIn 0.3s ease;
    width: 100%;
}

.tab-pane.active {
    display: block;
}

/* Luxury Tables */
.target-table-wrap {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    margin-top: 1.25rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.target-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.target-table th {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.4);
}

.target-table td {
    padding: 16px 24px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    vertical-align: middle;
    transition: background 0.2s ease;
}

.target-table tr:hover td {
    background: rgba(255, 255, 255, 0.035);
}

.target-table tr:last-child td {
    border-bottom: none;
}

/* Search Row Capsule */
.leak-check-row {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 10px 20px;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.leak-check-row:focus-within {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.06);
}

.leak-check-icon {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    margin-right: 10px;
}

.leak-check-input {
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: 'Roobert', sans-serif;
    font-size: 13px;
    width: 100%;
}

.leak-check-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

/* Action Buttons */
.btn-table-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-table-action:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-1px);
}

.btn-pill-invert {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-pill-invert:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.pw-toggle-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 5px 9px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.2s;
}

.pw-toggle-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.workspace-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.target-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

/* Spec Box 2-Col */
.specs-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
    margin-bottom: 2rem;
    width: 100%;
}

@media (max-width: 900px) {
    .specs-grid-2 { grid-template-columns: 1fr; }
}

.spec-box {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    padding: 26px 24px;
}

.spec-box-title {
    font-family: 'Roobert', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 13px;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-k {
    color: rgba(255, 255, 255, 0.45);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
}

.spec-v {
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}
