* { margin:0; padding:0; box-sizing:border-box; }


body {
    background: #0b0e14;
    color: #e0e0e0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.container {
    background: #141a26;
    padding: 2.5rem 2rem;
    border-radius: 40px;
    max-width: 520px;
    width: 100%;
    border: 1px solid #2a3344;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), inset 0 0 0 1px rgba(255,255,255,0.02);
}
.trust-bar {
    text-align: center;
    font-size: 10px;
    color: #556;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 4px 0;
    border-bottom: 1px solid #1a2230;
    padding-bottom: 10px;
}
.header-stats {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #7a8aaa;
    background: #0f141e;
    padding: 8px 14px;
    border-radius: 40px;
    margin-bottom: 20px;
    border: 1px solid #1f2a3a;
    font-weight: 500;
}
.logo-section {
    text-align: center;
    margin-bottom: 10px;
}
.logo-icon {
    font-size: 2rem;
    margin-bottom: 2px;
}
.logo-section h1 {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f0b90b, #f8d84a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}
.subtitle {
    color: #99aabb;
    font-size: 0.9rem;
    margin: 4px 0 16px 0;
    line-height: 1.5;
}
.audit-badge {
    background: #0f1a1f;
    border: 1px solid #2a6a3a;
    color: #8f8;
    padding: 10px 16px;
    border-radius: 40px;
    font-size: 13px;
    margin: 12px 0 16px 0;
    text-align: center;
    cursor: default;
}
.bonus-banner {
    background: #1a1a0a;
    border: 1px solid #f0b90b44;
    color: #e0d0a0;
    padding: 10px 16px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 0 16px 0;
    text-align: center;
}
.input-group { margin: 12px 0 14px 0; }
.input-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #c0d0e0;
    margin-bottom: 6px;
}
.input-group input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 30px;
    border: 1px solid #2a3344;
    background: #0f141e;
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.input-group input:focus { border-color: #f0b90b; box-shadow: 0 0 20px #f0b90b22; }
.token-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0f1a1f;
    padding: 12px 18px;
    border-radius: 30px;
    border: 1px solid #2a3344;
    font-size: 14px;
    color: #c0d0e0;
    margin: 12px 0 16px 0;
    font-weight: 500;
    transition: all 0.3s ease;
}
.token-preview .token-symbol { color: #f0b90b; }
.token-preview .token-price { color: #8af; }
.token-preview .token-mcap { color: #8f8; }
.steps {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 20px 0;
    font-size: 12px;
    color: #556;
}
.step {
    background: #1a2230;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid #2a3344;
    color: #7a8aaa;
    font-weight: 500;
    transition: 0.2s;
}
.step.active {
    background: #f0b90b;
    color: #0b0e14;
    border-color: #f0b90b;
    font-weight: 600;
}
.primary-btn {
    background: #f0b90b;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1rem;
    color: #0b0e14;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
    margin: 6px 0;
}
.primary-btn:hover:not(:disabled) {
    transform: scale(1.02);
    background: #f8d84a;
    box-shadow: 0 0 24px #f0b90b44;
}
.primary-btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }
.launch-btn {
    background: linear-gradient(135deg, #f0b90b, #f8d84a);
    font-size: 1.1rem;
}
.launch-btn:hover:not(:disabled) {
    box-shadow: 0 0 30px #f0b90b66;
}
.status-box {
    background: #0f141e;
    padding: 12px 16px;
    border-radius: 30px;
    font-size: 13px;
    color: #8af;
    border: 1px solid #1f2a3a;
    margin: 8px 0 12px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
}
.social-proof {
    margin: 14px 0 10px 0;
    padding: 8px 12px;
    background: #0f141e;
    border-radius: 30px;
    border: 1px solid #1a2230;
    font-size: 11px;
    color: #667;
}
.social-proof .proof-item {
    padding: 3px 0;
    border-bottom: 1px solid #1a2230;
}
.social-proof .proof-item:last-child {
    border-bottom: none;
}
/* ===== FAKE REVIEWS ===== */
.reviews-section {
    margin: 14px 0 12px 0;
    padding: 12px 14px;
    background: #0f141e;
    border-radius: 20px;
    border: 1px solid #1a2230;
}
.review-item {
    padding: 8px 0;
    border-bottom: 1px solid #1a2230;
}
.review-item:last-child {
    border-bottom: none;
}
.review-stars {
    color: #f0b90b;
    font-size: 13px;
    letter-spacing: 1px;
}
.review-text {
    font-size: 13px;
    color: #c0d0e0;
    margin: 2px 0 4px 0;
    line-height: 1.4;
    font-style: italic;
}
.review-author {
    font-size: 11px;
    color: #667;
}
/* ========== */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
    font-size: 12px;
    color: #5a6a8a;
    cursor: default;
}
.dash-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0 12px 0;
}
.dash-card {
    background: #0f141e;
    border: 1px solid #1f2a3a;
    border-radius: 20px;
    padding: 14px 12px;
    text-align: center;
}
.dash-card .dash-label {
    font-size: 10px;
    color: #667;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.dash-card .dash-value {
    font-size: 20px;
    font-weight: 700;
    color: #e0e0e0;
    margin: 4px 0 2px 0;
}
.dash-card .dash-change { font-size: 11px; font-weight: 600; }
.dash-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0 14px 0;
}
.dash-btn {
    background: #1a2230;
    border: 1px solid #2a3344;
    padding: 10px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    color: #c0d0e0;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}
.dash-btn:hover { background: #2a3344; transform: scale(1.02); }
.dash-sell {
    background: #0f141e;
    border: 1px solid #1f2a3a;
    border-radius: 20px;
    padding: 16px;
    margin: 10px 0;
}
.dash-sell h3 {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.dash-sell .sell-row { display: flex; gap: 10px; }
.dash-sell .sell-row input {
    flex: 1;
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid #2a3344;
    background: #0f141e;
    color: #e0e0e0;
    font-size: 14px;
    outline: none;
}
.dash-sell .sell-row input:focus { border-color: #f0b90b; }
.dash-sell .sell-estimate {
    font-size: 11px;
    color: #667;
    margin-top: 8px;
}
.dash-activity {
    background: #0f141e;
    border: 1px solid #1f2a3a;
    border-radius: 20px;
    padding: 12px 16px;
    margin: 10px 0 14px 0;
}
.dash-activity .activity-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #889;
    padding: 5px 0;
    border-bottom: 1px solid #1a2230;
}
.dash-activity .activity-item:last-child { border-bottom: none; }
.dash-activity .activity-item .buy { color: #8f8; }
.dash-activity .activity-item .sell { color: #f88; }
@media (max-width: 480px) {
    .container { padding: 1.5rem 1rem; border-radius: 28px; }
    .logo-section h1 { font-size: 2.2rem; }
    .header-stats { font-size: 10px; padding: 6px 12px; flex-wrap: wrap; gap: 4px; }
    .dash-grid { gap: 8px; }
    .dash-card .dash-value { font-size: 16px; }
    .dash-actions { gap: 6px; }
    .dash-btn { font-size: 10px; padding: 8px 10px; }
}

/* ===== FAKE REVIEWS ===== */
.reviews-section {
    margin: 14px 0 12px 0;
    padding: 12px 14px;
    background: #0f141e;
    border-radius: 20px;
    border: 1px solid #1a2230;
}
.review-item {
    padding: 8px 0;
    border-bottom: 1px solid #1a2230;
}
.review-item:last-child {
    border-bottom: none;
}
.review-stars {
    color: #f0b90b;
    font-size: 13px;
    letter-spacing: 1px;
}
.review-text {
    font-size: 13px;
    color: #c0d0e0;
    margin: 2px 0 4px 0;
    line-height: 1.4;
    font-style: italic;
}
.review-author {
    font-size: 11px;
    color: #667;
}

/* ===== TICKER - FIXED OVERFLOW ===== */
.ticker-wrapper {
    background: #0f141e;
    border: 1px solid #1f2a3a;
    border-radius: 40px;
    padding: 6px 0;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
.ticker-track {
    display: flex;
    gap: 32px;
    white-space: nowrap;
    animation: tickerScroll 18s linear infinite;
    width: max-content;
    padding: 0 20px;
}
.ticker-track span {
    font-size: 12px;
    font-weight: 600;
    color: #c0d0e0;
    flex-shrink: 0;
}
.ticker-track span:nth-child(odd) { color: #8f8; }

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===== LIQUIDITY METER (Dashboard) ===== */
.liquidity-meter {
    background: #0f141e;
    border: 1px solid #1f2a3a;
    border-radius: 24px;
    padding: 16px 20px;
    margin: 10px 0 16px 0;
}
.liquidity-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #c0d0e0;
    margin-bottom: 10px;
}
.meter-track {
    width: 100%;
    height: 12px;
    background: #1a2230;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #2a3344;
}
.meter-fill {
    height: 100%;
    background: linear-gradient(90deg, #f0b90b, #f8d84a);
    border-radius: 20px;
    transition: width 1s ease;
    width: 98%;
}
.liquidity-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #667;
    margin-top: 6px;
}
.liquidity-stats {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #889;
    margin-top: 10px;
}
.liquidity-stats strong { color: #e0e0e0; }

/* ===== UPLOAD SECTION ===== */
.upload-section {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #0f141e;
    border: 1px solid #1f2a3a;
    border-radius: 30px;
    padding: 10px 16px;
    margin: 8px 0 14px 0;
}
.upload-preview {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #1a2230;
    border: 2px dashed #2a3344;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #667;
    flex-shrink: 0;
    overflow: hidden;
}
.upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.upload-btn {
    background: #1a2230;
    border: 1px solid #2a3344;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #c0d0e0;
    cursor: pointer;
    transition: 0.2s;
}
.upload-btn:hover { background: #2a3344; }

/* ===== SECRET TOGGLE ===== */
#secretToggle:hover {
    color: #f0b90b;
    border-color: #f0b90b44;
}

/* ===== REMOVE LAUNCH BTN ===== */
#launchBtn { display: none !important; }