/* CONFIGURAÇÕES GERAIS */
:root {
    --primary: #d62976; /* Rosa Instagram/Spy */
    --secondary: #4f46e5; /* Roxo Premium */
    --success: #22c55e; /* Verde Conversão */
    --dark-bg: #050505;
    --glass: rgba(255, 255, 255, 0.03);
    --border: rgba(255, 255, 255, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; }

body { background: var(--dark-bg); color: #fff; line-height: 1.6; overflow-x: hidden; }

/* --- PÁGINA: INDEX (LANDING PAGE) --- */
.index-bg { background: radial-gradient(circle at top right, #1a0b1e, #050505); }

.nav-premium { padding: 25px 5%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); }
.logo { font-size: 1.8rem; font-weight: 900; letter-spacing: -1px; }
.logo span { color: var(--primary); }
.nav-status { font-size: 0.7rem; color: #888; font-weight: bold; border: 1px solid #333; padding: 5px 12px; border-radius: 50px; }
.dot { display: inline-block; width: 8px; height: 8px; background: var(--success); border-radius: 50%; margin-left: 5px; box-shadow: 0 0 10px var(--success); }

.hero-section { padding: 100px 5% 60px; text-align: center; }
.badge { background: var(--primary); color: #fff; font-size: 0.7rem; font-weight: 900; padding: 5px 15px; border-radius: 50px; margin-bottom: 20px; display: inline-block; }
h1 { font-size: 3.5rem; font-weight: 900; letter-spacing: -2px; line-height: 1.1; margin-bottom: 20px; }
h1 span { color: var(--primary); }
p { color: #aaa; max-width: 600px; margin: 0 auto 40px; }

.search-container { background: var(--glass); backdrop-filter: blur(15px); padding: 15px; border-radius: 30px; border: 1px solid var(--border); max-width: 550px; margin: 0 auto; display: flex; gap: 10px; }
.input-box { flex: 1; display: flex; align-items: center; background: #000; border-radius: 20px; padding: 0 20px; border: 1px solid #222; }
.prefix { color: var(--primary); font-weight: 900; margin-right: 5px; }
input { background: none; border: none; color: #fff; padding: 15px 0; width: 100%; outline: none; font-size: 1.1rem; }
.btn-glow { background: var(--primary); color: #fff; border: none; padding: 15px 30px; border-radius: 18px; font-weight: 900; cursor: pointer; box-shadow: 0 10px 30px rgba(214, 41, 118, 0.4); transition: 0.3s; }
.btn-glow:hover { transform: scale(1.05); }

/* --- PÁGINA: ANÁLISE (HACKING) --- */
.analysis-bg { height: 100vh; display: flex; justify-content: center; align-items: center; background: #000; }
.analysis-wrapper { text-align: center; width: 90%; max-width: 450px; }
.avatar-ring { width: 140px; height: 140px; border-radius: 50%; border: 3px solid var(--primary); margin: 0 auto 30px; position: relative; padding: 5px; }
.avatar-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.pulse-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--primary); animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

.status-card { background: #111; padding: 30px; border-radius: 25px; border: 1px solid #222; text-align: left; }
.loader-line { height: 6px; background: #222; border-radius: 10px; margin-bottom: 20px; overflow: hidden; }
.fill { height: 100%; background: var(--primary); width: 0%; transition: 0.1s; box-shadow: 0 0 15px var(--primary); }
.logs-v2 p { font-family: 'Courier New', monospace; font-size: 0.8rem; color: #666; margin-bottom: 8px; }
.logs-v2 p.active { color: var(--success); }

/* --- PÁGINA: RESULTADO (DASHBOARD) --- */
.result-bg { background: #080808; padding: 20px; }
.dashboard { max-width: 1000px; margin: 0 auto; }
.dash-nav { background: #111; padding: 15px 25px; border-radius: 20px; border: 1px solid #222; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.target-pill { display: flex; align-items: center; gap: 12px; }
.target-pill img { width: 45px; height: 45px; border-radius: 50%; border: 2px solid var(--primary); }
.live-status { font-size: 0.6rem; background: rgba(34, 197, 94, 0.1); color: var(--success); padding: 4px 10px; border-radius: 50px; font-weight: 900; }

.grid-results { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-bottom: 50px; }
.data-box { background: #111; padding: 25px; border-radius: 25px; border: 1px solid #222; }
.chat-row { display: flex; gap: 15px; margin-top: 20px; align-items: center; }
.friend-pfp { width: 50px; height: 50px; border-radius: 50%; }
.chat-info strong { font-size: 0.9rem; }
.chat-info p { font-size: 0.8rem; color: #888; }
.blurred { filter: blur(6px); opacity: 0.3; pointer-events: none; }

.map-blur { height: 200px; background: url('https://i.stack.imgur.com/HIL28.png'); border-radius: 20px; position: relative; filter: grayscale(1); margin-top: 15px; }
.lock-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; font-weight: 900; font-size: 0.8rem; color: var(--primary); }

/* SEÇÃO DE VENDAS FINAL */
.sales-footer { margin-top: 40px; }
.offer-box { background: linear-gradient(135deg, #1a1a1a, #000); border: 2px solid var(--primary); padding: 50px 30px; border-radius: 40px; text-align: center; }
.urgent-timer { color: #ff4d4d; font-weight: 900; margin-bottom: 15px; font-size: 1.1rem; }
.check-list { list-style: none; margin: 30px 0; text-align: left; max-width: 400px; margin-left: auto; margin-right: auto; }
.check-list li { margin-bottom: 12px; font-size: 0.9rem; }

.price-container { margin: 30px 0; }
.old-price { text-decoration: line-through; color: #666; font-size: 1.2rem; }
.new-price { display: block; font-size: 4rem; font-weight: 900; color: #fff; margin-top: -10px; letter-spacing: -2px; }

.cta-button-final { width: 100%; max-width: 450px; padding: 25px; border-radius: 20px; border: none; background: var(--success); color: #fff; font-size: 1.5rem; font-weight: 900; cursor: pointer; box-shadow: 0 15px 40px rgba(34, 197, 94, 0.3); transition: 0.3s; }
.cta-button-final:hover { transform: scale(1.03); }
.safe-pay { margin-top: 20px; font-size: 0.8rem; color: #666; }

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .search-container { flex-direction: column; border-radius: 20px; }
    .new-price { font-size: 3rem; }
}