/*
Theme Name: Steamy Drop Solana
Theme URI: https://steamydrop.com
Author: Custom Development
Description: Minimalist pill header with Desktop Text Nav and Mobile Hamburger. Explicit overrides.
Version: 6.6.0
*/

:root {
    --sol-dark: #030108;
    --sol-purple: #9945FF;
    --sol-green: #14F195;
    --text-main: #cbd5e1;
    --text-light: #f8fafc;
    --glass-bg: rgba(255, 255, 255, 0.02);
    --glass-border: rgba(255, 255, 255, 0.08);
    --font-main: 'Plus Jakarta Sans', system-ui, sans-serif;
}

body { margin: 0; padding: 0; background-color: var(--sol-dark); color: var(--text-main); font-family: var(--font-main); min-height: 100vh; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
h1, h2, h3, h4, p { margin-top: 0; line-height: 1.4; }

/* Standard Flex Pill Header - Mathematically locked to 1024px */
.site-header { position: relative; margin: 32px auto 0 auto; z-index: 100; background: rgba(5, 2, 10, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 24px; display: flex; justify-content: space-between; align-items: center; padding: 0 24px; height: 72px; width: calc(100% - 32px) !important; max-width: 1024px !important; box-sizing: border-box; box-shadow: 0 15px 40px rgba(0,0,0,0.6); }
.header-left { display: flex; align-items: center; gap: 16px; }
.header-right { display: flex; align-items: center; gap: 16px !important; }

/* Left Logo Styling */
.main-logo-link { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.4rem; color: #ffffff; letter-spacing: -0.02em; text-decoration: none; }
.site-icon { width: 36px; height: 36px; display: block; object-fit: contain; filter: drop-shadow(0 0 10px rgba(20,241,149,0.3)); transition: transform 0.3s; }
svg.site-icon { fill: transparent; stroke: var(--sol-green); stroke-width: 1.5; filter: drop-shadow(0 0 8px rgba(20,241,149,0.5)); }
.main-logo-link:hover .site-icon { transform: scale(1.1); }

/* Explicit Desktop Native WP Menu Overrides (Crushes WP Defaults) */
.desktop-nav { display: block; }
.desktop-nav-list { display: flex !important; align-items: center !important; gap: 24px !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
.desktop-nav-list li { margin: 0 !important; padding: 0 !important; }
.desktop-nav-list li a, .desktop-nav-list .menu-item a { color: #f8fafc !important; font-weight: 800 !important; font-size: 14px !important; text-decoration: none !important; transition: color 0.2s !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; display: inline-block !important; padding: 6px !important; }
.desktop-nav-list li a:hover, .desktop-nav-list .menu-item a:hover { color: var(--sol-green) !important; }

/* Hamburger Menu Button */
.hamburger-btn { display: none; background: transparent; border: none; color: var(--text-main); cursor: pointer; padding: 8px; transition: color 0.2s; outline: none; }
.hamburger-btn:hover { color: var(--sol-green); }

/* Solana Icon Box Buttons */
.icon-box-btn { background: linear-gradient(135deg, var(--sol-purple) 0%, var(--sol-green) 100%); color: #fff; border: none; padding: 12px; border-radius: 16px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(153,69,255,0.25); outline: none; }
.icon-box-btn svg { width: 22px; height: 22px; }
.icon-box-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20,241,149,0.35); color: #fff; }

/* Floating Dropdown Menus */
.dropdown-menu { position: absolute; top: calc(100% + 16px); background: rgba(10, 5, 20, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 24px; padding: 24px; z-index: 99; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
.dropdown-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-right { right: 0; width: 320px; }

/* Left WP Menu Content (Dropdown version) */
.mobile-nav-list { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mobile-nav-list li a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; color: var(--text-main); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.85rem; transition: background 0.2s, color 0.2s; }
.mobile-nav-list li a:hover { background: rgba(255,255,255,0.05); color: var(--text-light); }
.mobile-nav-list .current-menu-item a { color: var(--sol-green); background: rgba(20,241,149,0.1); }

/* Right Wallet Menu Content */
.wallet-list { display: flex; flex-direction: column; gap: 8px; list-style: none; margin: 0; padding: 0; }
.wallet-list a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,0.03); color: var(--text-light); font-weight: 700; font-size: 0.95rem; transition: all 0.2s ease; border: 1px solid transparent; }
.wallet-list a:hover { background: rgba(255,255,255,0.08); color: var(--sol-green); border-color: rgba(255,255,255,0.1); transform: translateX(4px); }
.wallet-list a svg { width: 20px; height: 20px; color: #94a3b8; transition: 0.2s; }
.wallet-list a:hover svg { color: var(--sol-green); }
.wallet-paypal { border: 1px solid rgba(0,112,186,0.3) !important; background: rgba(0,112,186,0.1) !important; }
.wallet-paypal:hover { border-color: #0070ba !important; background: rgba(0,112,186,0.2) !important; color: #fff !important; }
.wallet-paypal svg { color: #00a1ff !important; }

/* Page Layout */
.site-main { flex-grow: 1; width: 100%; padding: 40px 16px; position: relative; z-index: 10; }
.site-footer { display: none; } /* Emptied and Hidden */

/* App Container fallback (Overridden by Plugin Inline Style for Safety) */
.app-container { width: 100% !important; max-width: 1024px !important; margin: 0 auto !important; position: relative; z-index: 10; box-sizing: border-box; }

/* Background Glow */
.bg-orbs { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; background: radial-gradient(circle at 50% 0%, #150529 0%, #030108 60%); }
.orb-1 { position: absolute; top: -10%; left: -10%; width: 70vw; height: 70vw; background: radial-gradient(circle, rgba(153,69,255,0.15) 0%, transparent 60%); filter: blur(80px); mix-blend-mode: screen; }
.orb-2 { position: absolute; top: 30%; right: -15%; width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(20,241,149,0.1) 0%, transparent 60%); filter: blur(80px); mix-blend-mode: screen; }
.orb-3 { position: absolute; bottom: -20%; left: 15%; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(153,69,255,0.08) 0%, transparent 60%); filter: blur(80px); mix-blend-mode: screen; }

/* Responsive Overrides */
@media (max-width: 768px) {
    .site-header { margin-top: 0 !important; height: 64px !important; padding: 0 16px !important; border-radius: 0 !important; width: 100% !important; max-width: 100% !important; border-left: none !important; border-right: none !important; border-top: none !important; }
    .desktop-nav { display: none !important; }
    .hamburger-btn { display: flex !important; align-items: center; justify-content: center; }
    .header-right { gap: 12px !important; }
    
    /* Make dropdown menus full width and flush on mobile */
    .dropdown-menu { width: 100%; border-radius: 0; padding: 16px; top: 64px; right: 0; left: 0; border-left: none; border-right: none; }
}

/* Get Solana Page Styles constraint identically expanded */
.gs-wrapper { font-family: var(--font-main); color: #cbd5e1; max-width: 1024px !important; margin: 0 auto; padding: 20px 0; }
.gs-hero { text-align: center; margin-bottom: 48px; }
.gs-hero h1 { font-size: 2.8rem; font-weight: 800; color: #fff; margin-bottom: 16px; line-height: 1.2; letter-spacing: -0.02em; }
.gs-hero p { font-size: 1.1rem; max-width: 600px; margin: 0 auto; line-height: 1.6; color: #94a3b8; }
.gs-card-featured { border-top: 3px solid #0070ba; box-shadow: 0 10px 40px rgba(0,0,0,0.4); background: linear-gradient(180deg, rgba(0,112,186,0.08) 0%, rgba(255,255,255,0.02) 100%); text-align: center; border-radius: 24px; padding: 48px 32px; margin-bottom: 48px; transition: transform 0.3s, box-shadow 0.3s; border-left: 1px solid rgba(255,255,255,0.05); border-right: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.gs-card-featured:hover { transform: translateY(-6px); box-shadow: 0 15px 50px rgba(0,112,186,0.25); }
.gs-paypal-icon { width: 88px; height: 88px; background: rgba(0,112,186,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px auto; box-shadow: inset 0 0 20px rgba(0,112,186,0.2); }
.gs-paypal-icon svg { width: 44px; height: 44px; color: #00a1ff; }
.gs-btn-paypal { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #0070ba; color: #fff; font-weight: 700; padding: 16px 36px; border-radius: 50px; text-decoration: none; font-size: 1.15rem; transition: 0.2s; box-shadow: 0 8px 25px rgba(0,112,186,0.4); margin-top: 24px; }
.gs-btn-paypal:hover { background: #005ea6; transform: translateY(-2px); color: #fff; box-shadow: 0 12px 30px rgba(0,112,186,0.5); }
.gs-section-title { font-size: 1.4rem; color: #fff; font-weight: 700; margin: 48px 0 24px 0; display: flex; align-items: center; gap: 16px; }
.gs-section-title span.line { flex-grow: 1; height: 1px; background: rgba(255,255,255,0.1); }
.gs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.gs-alt-card { background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 24px; text-align: center; text-decoration: none; color: #cbd5e1; transition: 0.2s; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.gs-alt-card:hover { background: rgba(255,255,255,0.05); border-color: #14F195; color: #fff; transform: translateY(-4px); box-shadow: 0 8px 30px rgba(20,241,149,0.15); }
.gs-alt-card img, .gs-alt-card svg { width: 48px; height: 48px; margin-bottom: 8px; transition: 0.2s; border-radius: 12px; }
.gs-alt-card h4 { margin: 0; font-size: 1.2rem; color: #fff; font-weight: 800; letter-spacing: -0.01em; }
.gs-alt-card p { margin: 0; font-size: 0.85rem; line-height: 1.5; color: #94a3b8; }
.gs-notice { background: rgba(153,69,255,0.1); border: 1px solid rgba(153,69,255,0.3); padding: 16px; border-radius: 16px; color: #cbd5e1; font-size: 0.9rem; text-align: center; margin-top: 48px; line-height: 1.6; }

@media (max-width: 768px) {
    .gs-hero h1 { font-size: 2rem; }
    .gs-hero p { font-size: 1rem; }
    .gs-card-featured { padding: 32px 20px; }
    .gs-card-featured h2 { font-size: 1.5rem !important; }
    .gs-btn-paypal { padding: 12px 24px; font-size: 1rem; }
    .gs-grid { grid-template-columns: 1fr; }
}