/* ==========================================================================
   TITANIUM AI NEXUS - STYLE.CSS (SITE 3 - FULL DISTINCT EDITION)
   Theme: Titanium Carbon Obsidian + Electric Ice-Blue & Laser Amber Accents
   ========================================================================== */

/* --- 1. CSS VARIABLES & SYSTEM RESET --- */
:root {
    --bg-titanium: #080a0f;
    --bg-card: rgba(14, 18, 28, 0.82);
    --border-titanium: rgba(56, 189, 248, 0.18);
    --border-metal: rgba(255, 255, 255, 0.08);

    --ice-blue: #38bdf8;
    --ice-glow: rgba(56, 189, 248, 0.45);
    --azure-deep: #0284c7;
    --amber-solar: #f59e0b;
    --amber-glow: rgba(245, 158, 11, 0.4);
    --emerald-auth: #10b981;
    --emerald-glow: rgba(16, 185, 129, 0.45);

    --text-pure: #ffffff;
    --text-primary: #f1f5f9;
    --text-muted: #94a3b8;
    --text-dim: #64748b;

    --font-ui: 'Outfit', sans-serif;
    --font-heading: 'Chakra Petch', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-ui);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: var(--bg-titanium);
    color: var(--text-primary);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    padding: 24px 12px;
}

/* --- 2. TITANIUM CANVAS & HEX GRID BACKGROUND --- */
.titanium-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.ambient-flare {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.26;
    animation: flarePulse 10s ease-in-out infinite alternate;
}
.flare-cyan {
    top: -100px;
    left: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--ice-blue), transparent 70%);
}
.flare-amber {
    bottom: -100px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, var(--amber-solar), transparent 70%);
    animation-delay: -3s;
}
.flare-azure {
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(2, 132, 199, 0.22), transparent 70%);
    animation-delay: -6s;
}

/* Hexagonal Honeycomb Pattern Overlay */
.hex-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(56, 189, 248, 0.08) 1px, transparent 1px),
        radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: 0 0, 14px 14px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
    -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
}

/* --- 3. TITANIUM SHELL & HEADER --- */
.titanium-app-shell {
    width: 100%;
    max-width: 520px;
    position: relative;
    z-index: 1;
}

.titanium-header {
    text-align: center;
    margin-bottom: 22px;
}

/* Hexagonal Server Radar Badge */
.hex-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(14, 18, 28, 0.7);
    border: 1px solid rgba(56, 189, 248, 0.25);
    padding: 6px 18px;
    border-radius: 50px;
    backdrop-filter: blur(12px);
    margin-bottom: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hex-radar-icon {
    position: relative;
    width: 24px;
    height: 24px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ice-blue);
    font-size: 0.75rem;
}
.hex-pulse {
    position: absolute;
    inset: -3px;
    border: 1.5px solid var(--ice-blue);
    border-radius: 8px;
    animation: hexRadarWave 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

.hex-badge-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.2;
}
.pulse-live-text {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--ice-blue);
}
.active-count {
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--text-primary);
}

.titanium-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text-pure);
    margin-bottom: 6px;
}
.ice-gradient {
    background: linear-gradient(135deg, var(--ice-blue) 0%, #38bdf8 40%, var(--amber-solar) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titanium-subtitle {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.45;
    padding: 0 16px;
}

/* --- 4. MASTER TITANIUM GLASS HUB --- */
.titanium-glass-hub {
    background: var(--bg-card);
    border: 1px solid var(--border-titanium);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    padding: 26px 22px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.85),
        0 0 30px -10px rgba(56, 189, 248, 0.15);
    position: relative;
    overflow: hidden;
}
.titanium-glass-hub::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ice-blue), var(--amber-solar), transparent);
}

.step-card {
    display: none;
    animation: titaniumFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.step-card.active {
    display: block;
}

/* --- 5. STEP 1 FORM & TITANIUM SECTIONS --- */
.titanium-section-block {
    margin-bottom: 18px;
}
.section-label-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.hex-num-tag {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(56, 189, 248, 0.12);
    color: var(--ice-blue);
    padding: 2px 7px;
    border-radius: 6px;
    border: 1px solid rgba(56, 189, 248, 0.3);
}
.label-heading {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-muted);
}

/* Platform Select Cards */
.platform-grid, .duration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.platform-card, .duration-card {
    position: relative;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid var(--border-metal);
    border-radius: 16px;
    padding: 14px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.model-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}
.gpt-badge {
    background: rgba(56, 189, 248, 0.12);
    color: var(--ice-blue);
    border: 1px solid rgba(56, 189, 248, 0.3);
}
.claude-badge {
    background: rgba(245, 158, 11, 0.12);
    color: var(--amber-solar);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.model-meta { flex: 1; }
.m-title { font-size: 0.88rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.m-sub { font-size: 0.68rem; color: var(--text-muted); }

.hex-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    color: transparent;
    transition: all 0.2s ease;
}

.platform-card:hover, .duration-card:hover {
    border-color: rgba(56, 189, 248, 0.35);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.platform-card.selected {
    border-color: var(--ice-blue);
    background: rgba(56, 189, 248, 0.08);
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
}
.platform-card.selected .hex-check {
    background: var(--ice-blue);
    color: #000;
}

/* Duration Tier Cards */
.duration-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 16px 12px;
}
.tier-name { font-size: 0.92rem; font-weight: 700; color: #fff; }
.tier-cost { font-size: 0.72rem; color: var(--text-muted); }

.gold-corner-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, var(--amber-solar), #d97706);
    color: #000;
    font-size: 0.58rem;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 0 14px 0 10px;
    letter-spacing: 0.4px;
}

.duration-card.selected {
    border-color: var(--amber-solar);
    background: rgba(245, 158, 11, 0.08);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.18);
}

/* Input Bar */
.titanium-input-bar {
    position: relative;
    display: flex;
    align-items: center;
}
.input-prefix-icon {
    position: absolute;
    left: 15px;
    color: var(--ice-blue);
    font-size: 0.85rem;
}
.titanium-input-bar input {
    width: 100%;
    background: rgba(8, 10, 15, 0.7);
    border: 1px solid var(--border-metal);
    border-radius: 14px;
    padding: 14px 14px 14px 44px;
    color: #fff;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.25s ease;
    user-select: auto;
    -webkit-user-select: auto;
}
.titanium-input-bar input:focus {
    border-color: var(--ice-blue);
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.3);
    background: rgba(8, 10, 15, 0.95);
}

/* Submit Action Button */
.btn-titanium-trigger {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, var(--ice-blue), var(--azure-deep));
    border: none;
    border-radius: 14px;
    padding: 16px;
    color: #000;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px var(--ice-glow);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    margin-top: 4px;
}
.btn-titanium-trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(56, 189, 248, 0.6);
}

.compliance-stamp {
    text-align: center;
    font-size: 0.72rem;
    color: var(--text-dim);
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.compliance-stamp i { color: var(--emerald-auth); }

/* --- 6. STEP 2: WAVEFORM POD & PROGRESS --- */
.waveform-terminal-pod {
    background: rgba(8, 10, 15, 0.95);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 18px;
    overflow: hidden;
}

.pod-header-bar {
    background: rgba(14, 18, 28, 0.9);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-metal);
}
.pod-channel-id {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    color: var(--ice-blue);
}
.channel-dot {
    width: 8px;
    height: 8px;
    background: var(--ice-blue);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--ice-blue);
}
.pod-bitrate {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--text-dim);
}

.pod-stream-console {
    padding: 16px;
    height: 155px;
    overflow-y: auto;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: #7dd3fc;
    line-height: 1.6;
}
.log-line { margin-bottom: 4px; }
.log-prefix { color: var(--ice-blue); margin-right: 4px; }

.pod-meter-section {
    padding: 14px 16px;
    background: rgba(14, 18, 28, 0.6);
    border-top: 1px solid var(--border-metal);
}
.meter-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-family: var(--font-mono);
    margin-bottom: 8px;
}
.pct-highlight { color: #fff; font-weight: 700; }

.meter-chassis {
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
}
.meter-laser-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--ice-blue), var(--azure-deep), var(--amber-solar));
    box-shadow: 0 0 12px var(--ice-blue);
    transition: width 0.4s ease;
}

/* --- 7. STEP 3: TITANIUM VIP DEVELOPER PASS CARD --- */
.clearance-hex-badge {
    width: 68px;
    height: 68px;
    background: rgba(245, 158, 11, 0.1);
    border: 2px solid rgba(245, 158, 11, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--amber-solar);
    margin: 0 auto 16px auto;
    position: relative;
}

.clearance-headline {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-pure);
    margin-bottom: 8px;
}

.clearance-sub {
    text-align: center;
    font-size: 0.84rem;
    color: var(--text-muted);
    margin-bottom: 18px;
    line-height: 1.5;
}
.strong-text { color: #fff; font-weight: 700; }

/* Titanium Holographic Card */
.titanium-holo-card {
    position: relative;
    background: linear-gradient(145deg, #0e1422, #080b12);
    border: 1.5px solid rgba(56, 189, 248, 0.35);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.7),
        inset 0 0 20px rgba(56, 189, 248, 0.05);
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.smart-chip-icon {
    font-size: 1.5rem;
    color: var(--amber-solar);
}
.pass-brand-tag {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--ice-blue);
    letter-spacing: 1px;
}

.card-key-display {
    background: rgba(0, 0, 0, 0.6);
    border: 1px dashed rgba(56, 189, 248, 0.3);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #38bdf8;
    margin-bottom: 14px;
}

.card-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-mono);
    font-size: 0.68rem;
}
.auth-status-chip { color: var(--amber-solar); font-weight: 700; }
.enc-chip { color: var(--text-dim); }

.key-preview.revealed {
    border: 1.5px solid var(--emerald-auth);
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.12), #080b12);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.45);
}
.key-preview.revealed .card-key-display {
    border: 1px solid var(--emerald-auth);
    color: #fff;
    background: rgba(16, 185, 129, 0.15);
}
.key-preview.revealed .auth-status-chip {
    color: var(--emerald-auth);
    font-weight: 800;
}

.clearance-notice {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.45;
    margin-bottom: 20px;
}

.btn-verify-titanium {
    width: 100%;
    background: linear-gradient(135deg, var(--amber-solar), #d97706);
    border: none;
    border-radius: 14px;
    padding: 16px;
    color: #000;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px var(--amber-glow);
    transition: all 0.3s ease;
    animation: pulseAmberGlow 2s infinite;
}
.btn-verify-titanium.btn-success {
    background: linear-gradient(135deg, var(--emerald-auth), #059669);
    box-shadow: 0 8px 25px var(--emerald-glow);
    animation: none;
}

.timer-hold-row {
    text-align: center;
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 14px;
    font-family: var(--font-mono);
}

/* ⭐️ STEALTH TRIGGER HELPER (Normal Arrow Pointer & Concealed Spacing) ⭐️ */
.secret-trigger {
    cursor: default !important;
    user-select: none;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

/* --- 8. 3-IN-1 MODAL SHIELD SYSTEM --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(8, 10, 15, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.modal-overlay.active {
    display: flex;
    animation: titaniumFadeIn 0.25s ease;
}

.titanium-modal-shield {
    background: #0d121c;
    border: 1px solid rgba(56, 189, 248, 0.3);
    width: 100%;
    max-width: 480px;
    border-radius: 24px;
    padding: 24px 20px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.95);
}

.modal-close-trigger {
    position: absolute;
    top: 16px;
    right: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: var(--text-muted);
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.modal-close-trigger:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }

.modal-hero-box { text-align: center; margin-bottom: 18px; }
.modal-pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--ice-blue);
    margin-bottom: 8px;
}
.modal-headline {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.modal-lead-text {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.4;
    padding: 0 10px;
}

/* Modal Views */
.locker-view { display: none; }
.locker-view.active { display: block; }

/* VIEW 1: REAL CPA IFRAME */
.cpa-iframe-wrapper {
    width: 100%;
    height: 400px;
    background: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-metal);
}
.cpa-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* VIEW 2: PC SURVEY SIMULATION */
.survey-container {
    width: 100%;
    min-height: 330px;
    border-radius: 16px;
    overflow: hidden;
}
.survey-stage {
    display: none;
    animation: titaniumFadeIn 0.3s ease forwards;
}
.survey-stage.active { display: block; }

.human-verify-box {
    background: #1e293b;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
}
.hv-title {
    color: #facc15;
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 4px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.hv-subtitle {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 16px;
}
.offer-button-list { display: flex; flex-direction: column; gap: 12px; }
.btn-yellow-offer {
    background: #facc15;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 14px 10px;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
    line-height: 1.3;
}
.btn-yellow-offer:hover { background: #eab308; transform: translateY(-2px); }

.consumer-box {
    background: #ffffff;
    color: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.consumer-header {
    background: #091a33;
    color: #ffffff;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
}
.ncc-links { color: #94a3b8; font-size: 0.65rem; }
.consumer-body { padding: 24px 20px; text-align: center; }
.collect-tag { font-size: 0.75rem; font-weight: 800; color: #091a33; margin-bottom: 4px; }
.reward-title { font-size: 1.4rem; font-weight: 900; color: #0284c7; margin-bottom: 16px; }
.survey-question { font-size: 0.95rem; font-weight: 700; color: #0f172a; margin-bottom: 16px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-choice {
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
}
.btn-pepsi { background: #ea580c; }
.btn-pepsi:hover { background: #c2410c; }
.btn-coke { background: #dc2626; }
.btn-coke:hover { background: #b91c1c; }

.survey-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #0284c7;
    border-radius: 50%;
    margin: 20px auto 14px auto;
    animation: spinLaser 0.8s linear infinite;
}
.spinner-text { font-size: 0.85rem; font-weight: 600; color: #475569; }

.qualify-title { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.email-prompt { font-size: 0.8rem; color: #64748b; margin-bottom: 14px; }
.survey-input-box input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    margin-bottom: 14px;
    user-select: auto;
    -webkit-user-select: auto;
}
.btn-continue {
    width: 100%;
    background: #ea580c;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
}
.btn-continue:hover { background: #c2410c; }

.points-badge {
    display: inline-block;
    background: #16a34a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.req-title { font-size: 0.95rem; font-weight: 700; color: #0f172a; text-align: left; margin-bottom: 12px; }
.checklist { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.check-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 6px;
}
.check-mark { color: #16a34a; font-weight: 900; }
.final-congrats { font-size: 1rem; font-weight: 900; color: #16a34a; margin-top: 8px; }

/* VIEW 3: MOBILE APP SIMULATION */
.app-offer-list { display: flex; flex-direction: column; gap: 12px; }
.app-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.app-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
.monopoly-icon { background: linear-gradient(135deg, #0ea5e9, #2563eb); color: #fff; }
.tiktok-icon { background: #000; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); }
.coin-icon { background: linear-gradient(135deg, #f97316, #ef4444); color: #fff; }

.app-info { flex: 1; overflow: hidden; }
.app-info h4 { font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.app-info p { font-size: 0.7rem; color: var(--text-muted); margin-bottom: 4px; }
.app-rating { display: flex; align-items: center; gap: 3px; font-size: 0.65rem; color: #eab308; }
.app-rating span { color: var(--emerald-auth); font-weight: 700; margin-left: 4px; }
.app-rating .popular-text { color: var(--amber-solar); font-weight: 700; margin-left: 4px; }

.btn-install {
    background: var(--ice-blue);
    color: #000;
    border: none;
    padding: 9px 0;
    width: 100px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.btn-install:hover { background: #0284c7; color: #fff; }
.btn-install.installing { background: #0284c7; color: #fff; cursor: wait; }
.btn-install.installed {
    background: var(--emerald-auth);
    color: #000;
    font-weight: 800;
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

/* --- 9. ACTIVITY STREAM & FOOTER --- */
.titanium-stream-pod {
    margin-top: 22px;
    background: rgba(14, 18, 28, 0.55);
    border: 1px solid var(--border-metal);
    border-radius: 18px;
    padding: 16px;
}
.stream-header {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.stream-header i { color: var(--ice-blue); }

.activity-list { display: flex; flex-direction: column; gap: 8px; }
.activity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 8px 12px;
    border-radius: 10px;
    animation: titaniumSlide 0.3s ease;
}
.activity-dot { width: 6px; height: 6px; background: var(--emerald-auth); border-radius: 50%; box-shadow: 0 0 6px var(--emerald-auth); }
.activity-text { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text-muted); }
.activity-text strong { color: #fff; }
.activity-text span { color: var(--ice-blue); }
.activity-time { color: var(--text-dim); font-size: 0.7rem; font-family: var(--font-mono); }

.titanium-footer {
    text-align: center;
    font-size: 0.72rem;
    color: var(--text-dim);
    margin-top: 20px;
    line-height: 1.5;
}

/* --- 10. ANIMATIONS --- */
@keyframes titaniumFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes titaniumSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes flarePulse {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-25px) scale(1.06); }
}
@keyframes hexRadarWave {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(2.6); opacity: 0; }
}
@keyframes pulseAmberGlow {
    0%, 100% { transform: scale(1); box-shadow: 0 8px 25px var(--amber-glow); }
    50% { transform: scale(1.02); box-shadow: 0 12px 30px rgba(245, 158, 11, 0.65); }
}
@keyframes spinLaser {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}