/* ========================================
   RESPONSIVE STYLES - CYBERPUNK ORANGE THEME
   ======================================== */

/* ========================================
   MOBILE FIRST - BASE STYLES (0 - 480px)
   ======================================== */

/* Mobile view adjustment */
@media (max-width: 767px) {
    .sticky-step-indicator {
        top: 60px;
    }
}

/* ========================================
   EXTRA SMALL DEVICES (0 - 480px)
   ======================================== */
@media (max-width: 480px) {

    /* Container */
    .container {
        padding: 0 10px;
    }

    /* Navigation */
    .nav-container {
        padding: 0.5rem 0;
    }

    .logo {
        font-size: 1rem;
        gap: 8px;
    }

    .logo img {
        width: 30px;
        height: 30px;
    }

    .mobile-menu-btn {
        font-size: 1.2rem;
        padding: 0.4rem;
    }

    /* Hero Section */
    .hero .container {
        padding: 60px 0 20px;
    }

    .hero h1 {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .hero p {
        font-size: 0.8rem;
        padding: 0 5px;
        margin-bottom: 1rem;
    }

    .hero-logo {
        width: 70px;
        height: 70px;
        padding: 8px;
        margin-bottom: 0.8rem;
    }

    .hero-badges {
        gap: 0.4rem;
        margin-bottom: 1rem;
    }

    .badge {
        font-size: 0.6rem;
        padding: 0.25rem 0.6rem;
        gap: 0.3rem;
    }

    .badge i {
        font-size: 0.6rem;
    }

    .hero-buttons {
        gap: 0.5rem;
        max-width: 280px;
    }

    .hero-btn {
        min-width: 100px;
        padding: 6px 10px;
        font-size: 0.65rem;
        height: 34px;
        gap: 5px;
    }

    /* Step Indicator */
    .sticky-step-indicator {
        top: 60px;
        padding: 0.4rem 0;
    }

    .step-number {
        width: 26px;
        height: 26px;
        font-size: 0.65rem;
        margin-bottom: 0.2rem;
    }

    .step-label {
        font-size: 0.5rem;
        letter-spacing: 0.3px;
    }

    .step-indicator::before {
        top: 13px;
    }

    /* Token Creator */
    .token-creator {
        padding: 15px 0 10px;
    }

    .creator-container {
        padding: 0.8rem;
        border-radius: var(--radius-sm);
    }

    .creator-header {
        margin-bottom: 1rem;
    }

    .creator-header h2 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .creator-header h2::after {
        width: 40px;
        height: 2px;
        margin: 0.5rem auto 0;
    }

    .creator-header p {
        font-size: 0.75rem;
    }

    .section-container {
        padding: 0.7rem;
        margin-bottom: 0.7rem;
        border-radius: var(--radius-sm);
    }

    .section-header {
        font-size: 0.75rem;
        margin-bottom: 0.6rem;
        gap: 6px;
    }

    .section-header i {
        font-size: 0.85rem;
    }

    /* Form */
    .form-group {
        margin-bottom: 0.6rem;
    }

    .form-group label {
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
        gap: 4px;
    }

    .form-control {
        padding: 8px 10px;
        font-size: 0.8rem;
        border-radius: var(--radius-sm);
    }

    .error-message {
        font-size: 0.65rem;
        margin-top: 0.3rem;
    }

    .tooltip-icon {
        font-size: 0.7rem;
    }

    /* Dropdown */
    .blockchain-dropdown {
        padding: 8px 10px;
        font-size: 0.8rem;
        background-position: right 12px center;
        background-size: 10px 8px;
    }

    .current-network-indicator {
        padding: 0.4rem 0.6rem;
        font-size: 0.7rem;
        gap: 6px;
        margin-top: 0.6rem;
    }

    /* Buttons */
    .btn {
        padding: 7px 12px;
        font-size: 0.75rem;
        border-radius: var(--radius-sm);
        gap: 5px;
    }

    .btn-block {
        padding: 8px;
        font-size: 0.8rem;
        max-width: 200px;
        margin: 0.8rem auto;
    }

    /* Wallet */
    .wallet-actions {
        gap: 0.6rem;
    }

    .connection-row {
        gap: 0.6rem;
    }

    .wallet-status-badge {
        padding: 0.3rem 0.6rem;
        font-size: 0.65rem;
        max-width: 200px;
        border-radius: 16px;
    }

    .wallet-info-container {
        padding: 0.6rem;
        margin: 0.6rem 0;
        border-radius: var(--radius-sm);
    }

    .wallet-info-header {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        gap: 6px;
    }

    .wallet-info-grid {
        gap: 0.4rem;
    }

    .wallet-info-item {
        padding: 0.4rem 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .wallet-info-label {
        font-size: 0.65rem;
        min-width: auto;
        margin-bottom: 0.2rem;
    }

    .wallet-info-value {
        font-size: 0.65rem;
        text-align: left;
        margin-left: 0;
        width: 100%;
    }

    .wallet-address-value {
        font-size: 0.55rem;
        padding: 4px 6px;
        margin-top: 0.2rem;
    }

    .balance-sufficient,
    .balance-insufficient {
        text-align: left !important;
    }

    /* Cost Breakdown */
    .cost-breakdown {
        padding: 0.7rem;
        border-radius: var(--radius-sm);
        margin-top: 0.6rem;
    }

    .cost-item,
    .gas-fee-row,
    .gas-gwei-row {
        font-size: 0.7rem;
        padding: 0.3rem 0;
        flex-wrap: wrap;
    }

    .cost-item:last-child {
        font-size: 0.8rem;
    }

    .gas-fee-label,
    .gas-gwei-label {
        min-width: 80px;
        font-size: 0.65rem;
    }

    .gas-fee-value,
    .gas-gwei-value {
        font-size: 0.65rem;
    }

    /* Loading */
    .tech-spinner {
        width: 35px;
        height: 35px;
        border-width: 2px;
        margin: 0 auto 0.5rem;
    }

    .loading p {
        font-size: 0.75rem;
    }

    /* Popup */
    .popup {
        padding: 1rem;
        max-height: 90vh;
        margin: 8px;
        border-radius: var(--radius-md);
    }

    .popup-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .popup-title {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }

    .popup-message {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
        line-height: 1.4;
    }

    .popup-details {
        padding: 0.6rem;
        margin-bottom: 0.8rem;
    }

    .popup-details h4 {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
    }

    .popup-tx-hash {
        font-size: 0.6rem;
        padding: 4px;
    }

    .token-address-container {
        padding: 0.6rem;
        margin: 0.6rem 0;
    }

    .token-address-label {
        font-size: 0.75rem;
        gap: 0.3rem;
    }

    .token-address-input {
        font-size: 0.6rem;
        padding: 6px;
        margin-bottom: 0.4rem;
    }

    .token-actions {
        gap: 0.3rem;
    }

    .token-actions .btn {
        font-size: 0.65rem;
        padding: 6px 10px;
        min-height: 32px;
    }

    .popup-actions {
        gap: 0.5rem;
        margin-top: 0.8rem;
        padding-top: 0.6rem;
        flex-direction: column;
    }

    .popup-actions .btn {
        width: 100%;
        justify-content: center;
        padding: 8px 12px;
        font-size: 0.75rem;
    }

    .popup-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .btn-download {
        animation: none;
    }

    /* About Section */
    .about-web {
        padding: 15px 0 20px;
    }

    .about-web-content {
        padding: 0.8rem;
        border-radius: var(--radius-md);
    }

    .about-web h2 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .about-web h2::after {
        width: 35px;
        height: 2px;
        margin: 0.4rem auto 0;
    }

    .about-web-text {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .about-web-features {
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    .feature-item {
        padding: 0.6rem;
        border-radius: var(--radius-sm);
    }

    .feature-item h4 {
        font-size: 0.8rem;
        margin-bottom: 0.4rem;
        gap: 0.3rem;
    }

    .feature-item ul {
        padding-left: 0;
    }

    .feature-item li {
        font-size: 0.75rem;
        padding-left: 1.2rem;
        margin-bottom: 0.3rem;
        line-height: 1.4;
    }

    .feature-item li i {
        font-size: 0.7rem;
        top: 0.15rem;
    }

    .contact-support-btn {
        padding: 8px 16px;
        font-size: 0.75rem;
        min-width: 140px;
        max-width: 180px;
    }

    /* Stats */
    .about-web-content .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        margin: 1rem 0;
    }

    .about-web-content .stat-item {
        padding: 0.6rem;
        border-radius: var(--radius-sm);
    }

    .about-web-content .stat-number {
        font-size: 1.2rem;
    }

    .about-web-content .stat-label {
        font-size: 0.6rem;
    }

    /* Footer */
    footer {
        padding: 20px 0 15px;
    }

    .footer-content {
        gap: 0.8rem;
        margin-bottom: 1rem;
    }

    .footer-links {
        gap: 0.4rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-links a {
        padding: 0.3rem 0.5rem;
        font-size: 0.65rem;
        border-radius: var(--radius-sm);
    }

    .footer-bottom {
        padding-top: 1rem;
        font-size: 0.65rem;
    }

    .footer-bottom p:last-child {
        font-size: 0.55rem;
        margin-top: 0.2rem;
    }

    /* Mobile Modal */
    .mobile-modal-content {
        padding: 1rem;
        margin: 0.8rem;
        width: calc(100% - 1.6rem);
        border-radius: var(--radius-md);
    }

    .mobile-modal h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .mobile-modal p {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
        line-height: 1.4;
    }

    .mobile-modal-buttons {
        gap: 0.5rem;
    }

    .mobile-modal-buttons .btn {
        font-size: 0.75rem;
        padding: 8px 14px;
    }

    /* Mobile Navigation */
    .mobile-nav {
        width: 85%;
        max-width: 280px;
        padding: 60px 1.2rem 1.2rem;
    }

    .mobile-nav-links {
        gap: 1rem;
    }

    .mobile-nav-links a {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }

    .mobile-nav-close {
        top: 15px;
        right: 15px;
        font-size: 1.2rem;
        padding: 0.4rem;
    }

    /* Toast */
    .toast-container {
        bottom: 10px;
        right: 10px;
        max-width: 85vw;
        gap: 6px;
    }

    .toast {
        padding: 0.5rem 0.8rem;
        font-size: 0.7rem;
        border-left-width: 3px;
        border-radius: var(--radius-sm);
    }

    /* Status */
    #status {
        padding: 0.6rem;
        font-size: 0.7rem;
        margin-top: 0.6rem;
        border-radius: var(--radius-sm);
    }

    .transaction-hash {
        font-size: 0.55rem;
        padding: 4px 6px;
        margin: 4px 0;
    }

    /* Confetti */
    .confetti {
        width: 5px;
        height: 5px;
    }
}

/* ========================================
   SMALL DEVICES (481px - 767px)
   ======================================== */
@media (min-width: 481px) and (max-width: 767px) {

    /* Container */
    .container {
        padding: 0 14px;
    }

    /* Navigation */
    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .logo {
        font-size: 1.1rem;
    }

    .logo img {
        width: 32px;
        height: 32px;
    }

    /* Hero */
    .hero .container {
        padding: 70px 0 30px;
    }

    .hero h1 {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }

    .hero p {
        font-size: 0.9rem;
        padding: 0 8px;
        max-width: 500px;
    }

    .hero-logo {
        width: 85px;
        height: 85px;
        padding: 10px;
        margin-bottom: 1rem;
    }

    .hero-badges {
        gap: 0.5rem;
        margin-bottom: 1.2rem;
    }

    .badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.8rem;
    }

    .hero-buttons {
        gap: 0.7rem;
        max-width: 340px;
    }

    .hero-btn {
        min-width: 120px;
        padding: 8px 14px;
        font-size: 0.7rem;
        height: 38px;
    }

    /* Step Indicator */
    .sticky-step-indicator {
        top: 60px;
        padding: 0.5rem 0;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }

    .step-label {
        font-size: 0.6rem;
    }

    .step-indicator::before {
        top: 15px;
    }

    /* Token Creator */
    .token-creator {
        padding: 20px 0 15px;
    }

    .creator-container {
        padding: 1rem;
        border-radius: var(--radius-md);
    }

    .creator-header h2 {
        font-size: 1.3rem;
    }

    .creator-header p {
        font-size: 0.85rem;
    }

    .section-container {
        padding: 1rem;
        margin-bottom: 0.8rem;
        border-radius: var(--radius-sm);
    }

    .section-header {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    /* Form */
    .form-group {
        margin-bottom: 0.8rem;
    }

    .form-group label {
        font-size: 0.8rem;
    }

    .form-control {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    /* Buttons */
    .btn {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .btn-block {
        padding: 10px;
        font-size: 0.85rem;
        max-width: 240px;
    }

    /* Wallet */
    .wallet-status-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.7rem;
        max-width: 240px;
    }

    .wallet-info-container {
        padding: 0.8rem;
    }

    /* Cost Breakdown */
    .cost-breakdown {
        padding: 0.8rem;
    }

    .cost-item,
    .gas-fee-row,
    .gas-gwei-row {
        font-size: 0.8rem;
        padding: 0.4rem 0;
    }

    /* Popup */
    .popup {
        padding: 1.2rem;
        max-height: 90vh;
        margin: 12px;
    }

    .popup-icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    .popup-title {
        font-size: 1.05rem;
    }

    .popup-message {
        font-size: 0.85rem;
    }

    /* About */
    .about-web {
        padding: 20px 0 30px;
    }

    .about-web-content {
        padding: 1rem;
    }

    .about-web h2 {
        font-size: 1.3rem;
    }

    .about-web-text {
        font-size: 0.85rem;
    }

    .feature-item {
        padding: 0.8rem;
    }

    .feature-item li {
        font-size: 0.8rem;
    }

    /* Footer */
    .footer-links a {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }

    /* Mobile Navigation */
    .mobile-nav {
        width: 75%;
        max-width: 300px;
        padding: 70px 1.5rem 1.5rem;
    }

    .mobile-nav-links a {
        font-size: 1rem;
    }
}

/* ========================================
   MEDIUM DEVICES - TABLETS (768px - 991px)
   ======================================== */
@media (min-width: 768px) and (max-width: 991px) {

    /* Container */
    .container {
        max-width: 720px;
        padding: 0 20px;
    }

    /* Navigation */
    .nav-links {
        display: flex;
        gap: 0.8rem;
    }

    .nav-links a {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }

    .mobile-menu-btn {
        display: none;
    }

    .logo {
        font-size: 1.15rem;
    }

    /* Hero */
    .hero .container {
        padding: 90px 0 50px;
    }

    .hero h1 {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .hero p {
        font-size: 0.95rem;
        max-width: 550px;
    }

    .hero-logo {
        width: 100px;
        height: 100px;
        padding: 12px;
        margin-bottom: 1rem;
    }

    .hero-badges {
        gap: 0.6rem;
    }

    .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.9rem;
    }

    .hero-buttons {
        gap: 0.8rem;
    }

    .hero-btn {
        min-width: 150px;
        padding: 10px 18px;
        font-size: 0.8rem;
        height: 42px;
    }

    /* Step Indicator */
    .step-indicator {
        max-width: 600px;
    }

    .step-number {
        width: 34px;
        height: 34px;
        font-size: 0.8rem;
    }

    .step-label {
        font-size: 0.65rem;
    }

    /* Token Creator */
    .token-creator {
        padding: 40px 0 25px;
    }

    .creator-container {
        padding: 1.5rem;
        border-radius: var(--radius-lg);
    }

    .creator-header h2 {
        font-size: 1.5rem;
    }

    .section-container {
        padding: 1.2rem;
        border-radius: var(--radius-md);
    }

    .section-header {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    /* Form */
    .form-control {
        padding: 12px 14px;
        font-size: 0.9rem;
    }

    /* Buttons */
    .btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }

    .btn-block {
        padding: 12px;
        font-size: 0.9rem;
        max-width: 260px;
    }

    /* Wallet */
    .wallet-status-badge {
        max-width: 260px;
        font-size: 0.75rem;
    }

    /* Cost Breakdown */
    .cost-item,
    .gas-fee-row,
    .gas-gwei-row {
        font-size: 0.85rem;
    }

    /* About */
    .about-web {
        padding: 30px 0 40px;
    }

    .about-web-content {
        padding: 1.5rem;
    }

    .about-web h2 {
        font-size: 1.5rem;
    }

    .about-web-features {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .feature-item {
        padding: 1rem;
    }

    /* Footer */
    .footer-links {
        gap: 1rem;
    }

    .footer-links a {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    /* Popup */
    .popup {
        padding: 1.5rem;
        max-width: 450px;
    }

    /* Mobile Modal */
    .mobile-modal-content {
        max-width: 350px;
        padding: 1.5rem;
    }
}

/* ========================================
   LARGE DEVICES - DESKTOPS (992px - 1199px)
   ======================================== */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Container */
    .container {
        max-width: 960px;
        padding: 0 30px;
    }

    /* Navigation */
    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
        padding: 0.5rem 0.8rem;
    }

    .mobile-menu-btn {
        display: none;
    }

    .logo {
        font-size: 1.2rem;
    }

    /* Hero */
    .hero .container {
        padding: 110px 0 60px;
    }

    .hero h1 {
        font-size: 2.8rem;
        letter-spacing: 3px;
    }

    .hero p {
        font-size: 1rem;
        max-width: 600px;
    }

    .hero-logo {
        width: 120px;
        height: 120px;
        padding: 14px;
    }

    .badge {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    .hero-btn {
        min-width: 170px;
        padding: 12px 22px;
        font-size: 0.85rem;
        height: 46px;
    }

    /* Step Indicator */
    .step-indicator {
        max-width: 700px;
    }

    /* Token Creator */
    .token-creator {
        padding: 50px 0 30px;
    }

    .creator-container {
        padding: 1.8rem;
        border-radius: var(--xl);
    }

    .creator-header h2 {
        font-size: 1.7rem;
    }

    /* About */
    .about-web-features {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .about-web-content {
        padding: 1.8rem;
    }

    .about-web h2 {
        font-size: 1.6rem;
    }

    /* Footer */
    .footer-links {
        gap: 1.5rem;
    }

    .footer-links a {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    /* Popup */
    .popup {
        max-width: 480px;
        padding: 1.8rem;
    }
}

/* ========================================
   EXTRA LARGE DEVICES (1200px+)
   ======================================== */
@media (min-width: 1200px) {

    /* Container */
    .container {
        max-width: 1140px;
        padding: 0 40px;
    }

    /* Navigation */
    .nav-links {
        gap: 1.5rem;
    }

    .nav-links a {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .mobile-menu-btn {
        display: none;
    }

    .logo {
        font-size: 1.3rem;
    }

    .logo img {
        width: 40px;
        height: 40px;
    }

    /* Hero */
    .hero .container {
        padding: 130px 0 80px;
    }

    .hero h1 {
        font-size: 3.5rem;
        letter-spacing: 4px;
    }

    .hero p {
        font-size: 1.1rem;
        max-width: 650px;
    }

    .hero-logo {
        width: 140px;
        height: 140px;
        padding: 16px;
        margin-bottom: 1.5rem;
    }

    .hero-badges {
        gap: 0.8rem;
    }

    .badge {
        font-size: 0.85rem;
        padding: 0.5rem 1.2rem;
        gap: 0.6rem;
    }

    .hero-buttons {
        gap: 1rem;
    }

    .hero-btn {
        min-width: 190px;
        padding: 14px 28px;
        font-size: 0.9rem;
        height: 50px;
    }

    /* Step Indicator */
    .step-indicator {
        max-width: 800px;
    }

    .step-number {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }

    .step-label {
        font-size: 0.7rem;
    }

    .step-indicator::before {
        top: 19px;
    }

    /* Token Creator */
    .token-creator {
        padding: 60px 0 40px;
    }

    .creator-container {
        padding: 2.5rem;
        border-radius: var(--xl);
    }

    .creator-header h2 {
        font-size: 1.9rem;
        margin-bottom: 1rem;
    }

    .creator-header p {
        font-size: 1rem;
    }

    .section-container {
        padding: 1.8rem;
        margin-bottom: 1.5rem;
        border-radius: var(--lg);
    }

    .section-header {
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
        gap: 12px;
    }

    .section-header i {
        font-size: 1.3rem;
    }

    /* Form */
    .form-group {
        margin-bottom: 1.2rem;
    }

    .form-group label {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }

    .form-control {
        padding: 14px 18px;
        font-size: 0.95rem;
        border-radius: var(--radius-sm);
    }

    .error-message {
        font-size: 0.8rem;
    }

    /* Dropdown */
    .blockchain-dropdown {
        padding: 14px 18px;
        font-size: 0.95rem;
        background-position: right 18px center;
    }

    .current-network-indicator {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }

    /* Buttons */
    .btn {
        padding: 12px 22px;
        font-size: 0.9rem;
        border-radius: var(--radius-sm);
        gap: 10px;
    }

    .btn-block {
        padding: 14px;
        font-size: 0.95rem;
        max-width: 320px;
        margin: 1.5rem auto;
    }

    /* Wallet */
    .wallet-actions {
        gap: 1.2rem;
    }

    .connection-row {
        gap: 1.2rem;
    }

    .wallet-status-badge {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
        max-width: 320px;
        border-radius: 24px;
    }

    .wallet-info-container {
        padding: 1.2rem;
        margin: 1.2rem 0;
        border-radius: var(--radius-md);
    }

    .wallet-info-header {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .wallet-info-grid {
        gap: 1rem;
    }

    .wallet-info-item {
        padding: 0.6rem 0;
    }

    .wallet-info-label {
        font-size: 0.85rem;
        min-width: 120px;
    }

    .wallet-info-value {
        font-size: 0.85rem;
    }

    .wallet-address-value {
        font-size: 0.75rem;
        padding: 6px 10px;
        margin-top: 0.3rem;
    }

    /* Cost Breakdown */
    .cost-breakdown {
        padding: 1.2rem;
        border-radius: var(--radius-md);
        margin-top: 1rem;
    }

    .cost-item,
    .gas-fee-row,
    .gas-gwei-row {
        font-size: 0.9rem;
        padding: 0.6rem 0;
    }

    .cost-item:last-child {
        font-size: 1rem;
    }

    /* Loading */
    .tech-spinner {
        width: 60px;
        height: 60px;
        border-width: 3px;
        margin: 0 auto 1rem;
    }

    .loading p {
        font-size: 0.9rem;
    }

    /* Popup */
    .popup {
        padding: 2rem;
        max-width: 520px;
        border-radius: var(--xl);
    }

    .popup-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .popup-title {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    .popup-message {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }

    .popup-details {
        padding: 1rem;
        margin-bottom: 1.2rem;
    }

    .popup-details h4 {
        font-size: 0.9rem;
        margin-bottom: 0.6rem;
    }

    .popup-tx-hash {
        font-size: 0.75rem;
        padding: 8px;
    }

    .token-address-container {
        padding: 1rem;
        margin: 1rem 0;
    }

    .token-address-label {
        font-size: 0.9rem;
        gap: 0.5rem;
    }

    .token-address-input {
        font-size: 0.75rem;
        padding: 10px;
        margin-bottom: 0.8rem;
    }

    .token-actions {
        gap: 0.6rem;
    }

    .token-actions .btn {
        font-size: 0.8rem;
        padding: 10px 16px;
        min-height: 42px;
    }

    .popup-actions {
        gap: 1rem;
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .popup-actions .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .popup-close {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    /* About Section */
    .about-web {
        padding: 50px 0 60px;
    }

    .about-web-content {
        padding: 2.5rem;
        border-radius: var(--xl);
    }

    .about-web h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .about-web h2::after {
        width: 60px;
        height: 3px;
        margin: 0.8rem auto 0;
    }

    .about-web-text {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }

    .about-web-features {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .feature-item {
        padding: 1.5rem;
        border-radius: var(--radius-md);
    }

    .feature-item h4 {
        font-size: 1rem;
        margin-bottom: 0.8rem;
        gap: 0.6rem;
    }

    .feature-item li {
        font-size: 0.9rem;
        padding-left: 1.8rem;
        margin-bottom: 0.6rem;
    }

    .feature-item li i {
        font-size: 0.8rem;
        top: 0.2rem;
    }

    .contact-support-btn {
        padding: 12px 28px;
        font-size: 0.9rem;
        min-width: 200px;
        max-width: 240px;
    }

    /* Footer */
    footer {
        padding: 50px 0 30px;
    }

    .footer-content {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .footer-links {
        gap: 2rem;
    }

    .footer-links a {
        font-size: 0.9rem;
        padding: 0.5rem 1.2rem;
    }

    .footer-bottom {
        padding-top: 2rem;
        font-size: 0.85rem;
    }

    .footer-bottom p:last-child {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }

    /* Mobile Modal */
    .mobile-modal-content {
        max-width: 420px;
        padding: 2rem;
        border-radius: var(--xl);
    }

    .mobile-modal h3 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    .mobile-modal p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }

    .mobile-modal-buttons {
        gap: 0.8rem;
    }

    .mobile-modal-buttons .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    /* Mobile Navigation */
    .mobile-nav {
        width: 70%;
        max-width: 360px;
        padding: 80px 2rem 2rem;
    }

    .mobile-nav-links {
        gap: 1.5rem;
    }

    .mobile-nav-links a {
        font-size: 1.1rem;
        padding: 0.8rem 1rem;
    }

    .mobile-nav-close {
        top: 20px;
        right: 20px;
        font-size: 1.5rem;
        padding: 0.5rem;
    }

    /* Toast */
    .toast-container {
        bottom: 30px;
        right: 30px;
        max-width: 400px;
        gap: 10px;
    }

    .toast {
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
        border-left-width: 4px;
        border-radius: var(--radius-sm);
    }

    /* Status */
    #status {
        padding: 1.2rem;
        font-size: 0.85rem;
        margin-top: 1rem;
        border-radius: var(--radius-md);
    }

    .transaction-hash {
        font-size: 0.7rem;
        padding: 8px 12px;
        margin: 6px 0;
    }

    /* Confetti */
    .confetti {
        width: 8px;
        height: 8px;
    }
}

/* ========================================
   LANDSCAPE ORIENTATION (Mobile)
   ======================================== */
@media (max-height: 500px) and (orientation: landscape) {
    .hero .container {
        padding: 60px 0 20px;
        min-height: auto;
    }

    .hero {
        min-height: auto;
        padding: 20px 0;
    }

    .hero-logo {
        width: 60px;
        height: 60px;
        padding: 8px;
        margin-bottom: 0.5rem;
    }

    .hero h1 {
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }

    .hero p {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }

    .hero-badges {
        margin-bottom: 0.5rem;
        gap: 0.3rem;
    }

    .badge {
        font-size: 0.55rem;
        padding: 0.15rem 0.5rem;
    }

    .hero-buttons {
        margin-top: 0.5rem;
        gap: 0.4rem;
    }

    .hero-btn {
        min-width: 80px;
        padding: 4px 8px;
        font-size: 0.6rem;
        height: 28px;
    }

    .token-creator {
        padding: 10px 0 5px;
    }

    .creator-container {
        padding: 0.6rem;
    }

    .creator-header {
        margin-bottom: 0.5rem;
    }

    .creator-header h2 {
        font-size: 0.9rem;
    }

    .creator-header p {
        font-size: 0.65rem;
    }

    .section-container {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .section-header {
        font-size: 0.7rem;
        margin-bottom: 0.4rem;
    }

    .form-group {
        margin-bottom: 0.4rem;
    }

    .form-group label {
        font-size: 0.65rem;
        margin-bottom: 0.2rem;
    }

    .form-control {
        padding: 6px 8px;
        font-size: 0.7rem;
    }

    .btn {
        padding: 5px 10px;
        font-size: 0.65rem;
    }

    .btn-block {
        padding: 6px;
        font-size: 0.7rem;
        max-width: 150px;
        margin: 0.5rem auto;
    }

    .wallet-status-badge {
        padding: 0.2rem 0.5rem;
        font-size: 0.55rem;
        max-width: 150px;
    }

    .wallet-info-container {
        padding: 0.4rem;
        margin: 0.4rem 0;
    }

    .cost-breakdown {
        padding: 0.4rem;
        margin-top: 0.4rem;
    }

    .cost-item,
    .gas-fee-row,
    .gas-gwei-row {
        font-size: 0.6rem;
        padding: 0.2rem 0;
    }

    .about-web {
        padding: 10px 0 15px;
    }

    .about-web-content {
        padding: 0.6rem;
    }

    .about-web h2 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .about-web-text {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }

    .feature-item {
        padding: 0.4rem;
    }

    .feature-item h4 {
        font-size: 0.7rem;
        margin-bottom: 0.2rem;
    }

    .feature-item li {
        font-size: 0.6rem;
        padding-left: 1rem;
        margin-bottom: 0.1rem;
    }

    .popup {
        padding: 0.8rem;
        max-height: 85vh;
    }

    .popup-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }

    .popup-title {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }

    .popup-message {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }

    .popup-details {
        padding: 0.4rem;
        margin-bottom: 0.5rem;
    }

    .popup-actions {
        margin-top: 0.5rem;
        padding-top: 0.4rem;
        gap: 0.3rem;
    }

    .popup-actions .btn {
        padding: 4px 10px;
        font-size: 0.6rem;
    }

    .token-actions .btn {
        font-size: 0.55rem;
        padding: 4px 8px;
        min-height: 26px;
    }

    .footer-links a {
        font-size: 0.6rem;
        padding: 0.2rem 0.4rem;
    }

    .footer-bottom {
        padding-top: 0.5rem;
        font-size: 0.55rem;
    }
}

/* ========================================
   HIGH DPI / RETINA DISPLAYS
   ======================================== */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .grid-overlay {
        background-size: 30px 30px;
    }

    .hero-logo img,
    .logo img {
        image-rendering: auto;
    }
}

/* ========================================
   DARK MODE / LIGHT MODE PREFERENCE
   ======================================== */
@media (prefers-color-scheme: light) {
    /* This is already handled by the dark theme */
    /* The site is designed as dark theme by default */
}

/* ========================================
   REDUCED MOTION
   ======================================== */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .hero-logo {
        animation: none !important;
    }

    .lightning {
        animation: none !important;
        display: none !important;
    }

    .confetti {
        animation: none !important;
        display: none !important;
    }

    .hologram-ring {
        animation: none !important;
    }

    .logo-explosion {
        animation: none !important;
    }

    .badge:hover {
        transform: none !important;
    }

    .btn:hover {
        transform: none !important;
    }

    .btn::before {
        display: none !important;
    }

    .section-container:hover {
        transform: none !important;
    }

    .sticky-step-indicator {
        transition: none !important;
    }

    .popup-overlay {
        transition: none !important;
    }

    .toast {
        transition: none !important;
    }

    .step.active .step-number {
        animation: none !important;
    }

    .current-network-indicator i {
        animation: none !important;
    }

    .btn-download {
        animation: none !important;
    }

    #connectButton.blinking {
        animation: none !important;
    }

    .mobile-nav {
        transition: none !important;
    }

    .popup {
        transition: none !important;
    }

    .grid-overlay {
        animation: none !important;
    }

    .lightning-background::before,
    .lightning-background::after {
        animation: none !important;
    }

    .blinkError {
        animation: none !important;
    }

    .pulseStep {
        animation: none !important;
    }

    .gradientShift {
        animation: none !important;
    }

    .floatLogo {
        animation: none !important;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */
@media print {

    .lightning-background,
    .grid-overlay,
    .sticky-step-indicator,
    .mobile-menu-btn,
    .mobile-nav,
    .confetti-container,
    .toast-container,
    .popup-overlay,
    .mobile-modal,
    .loading-screen {
        display: none !important;
    }

    header {
        position: relative !important;
        background: #ffffff !important;
        border-bottom: 1px solid #ddd !important;
        box-shadow: none !important;
        height: auto !important;
        padding: 10px 0 !important;
    }

    .logo span {
        color: #333 !important;
        -webkit-text-fill-color: #333 !important;
        background: none !important;
    }

    .hero {
        min-height: auto !important;
        background: #ffffff !important;
        padding: 20px 0 !important;
        border-bottom: none !important;
    }

    .hero h1 {
        color: #333 !important;
        -webkit-text-fill-color: #333 !important;
        background: none !important;
        text-shadow: none !important;
    }

    .hero p {
        color: #666 !important;
    }

    .badge {
        border: 1px solid #ddd !important;
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .badge i {
        color: #666 !important;
    }

    .creator-container {
        border: 1px solid #ddd !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .creator-container::before,
    .creator-container::after {
        display: none !important;
    }

    .section-container {
        background: #f9f9f9 !important;
        border: 1px solid #eee !important;
        box-shadow: none !important;
    }

    .section-container:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .section-header {
        color: #333 !important;
    }

    .section-header i {
        color: #333 !important;
        filter: none !important;
    }

    .form-control {
        border: 1px solid #ddd !important;
        background: #ffffff !important;
        color: #333 !important;
        box-shadow: none !important;
    }

    .btn {
        background: #f5f5f5 !important;
        color: #333 !important;
        border: 1px solid #ddd !important;
        box-shadow: none !important;
    }

    .btn-primary,
    .btn-success,
    .btn-error {
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .btn-primary::before,
    .btn-success::before,
    .btn-error::before {
        display: none !important;
    }

    .wallet-status-badge {
        border: 1px solid #ddd !important;
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .wallet-info-container {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
    }

    .cost-breakdown {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
    }

    .about-web-content {
        border: 1px solid #ddd !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .about-web-content::before {
        display: none !important;
    }

    .about-web h2::after {
        background: #333 !important;
    }

    .feature-item {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
    }

    .feature-item h4 i {
        color: #333 !important;
    }

    .feature-item li i {
        color: #333 !important;
    }

    footer {
        border-top: 1px solid #ddd !important;
        background: #ffffff !important;
    }

    .footer-links a {
        color: #333 !important;
    }

    .footer-links a::after {
        display: none !important;
    }

    .footer-bottom {
        border-top: 1px solid #eee !important;
        color: #666 !important;
    }

    .current-network-indicator {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
        color: #333 !important;
    }

    .current-network-indicator i {
        color: #333 !important;
    }

    .wallet-address-value {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
    }

    .token-address-container {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
    }

    .token-address-input {
        border: 1px solid #ddd !important;
        background: #ffffff !important;
        color: #333 !important;
    }

    .popup {
        border: 1px solid #ddd !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .popup::before {
        display: none !important;
    }

    .popup-icon {
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .popup-title {
        color: #333 !important;
    }

    .popup-message {
        color: #666 !important;
    }

    .popup-details {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
    }

    .popup-tx-hash {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
        color: #333 !important;
    }

    .popup-close {
        color: #666 !important;
    }

    .toast {
        display: none !important;
    }

    .mobile-modal-content {
        border: 1px solid #ddd !important;
        background: #ffffff !important;
    }

    .mobile-modal h3 {
        color: #333 !important;
    }

    .mobile-modal p {
        color: #666 !important;
    }

    .step.active .step-number {
        background: #333 !important;
        box-shadow: none !important;
        color: #fff !important;
        border-color: #333 !important;
    }

    .step.active .step-label {
        color: #333 !important;
    }

    .step-number {
        border: 1px solid #ddd !important;
        background: #f5f5f5 !important;
        color: #666 !important;
    }

    .step-label {
        color: #999 !important;
    }

    .step-indicator::before {
        background: #ddd !important;
    }

    .nav-links a {
        color: #333 !important;
    }

    .nav-links a::after {
        display: none !important;
    }

    .logo img {
        filter: none !important;
    }

    .hero-logo img {
        filter: none !important;
    }

    .tech-spinner {
        border: 2px solid #ddd !important;
        border-top-color: #333 !important;
        box-shadow: none !important;
    }

    .hologram-loader {
        display: none !important;
    }

    .btn-download {
        animation: none !important;
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .copy-address-btn,
    .view-explorer-btn {
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .transaction-hash {
        border: 1px solid #eee !important;
        background: #f9f9f9 !important;
        color: #333 !important;
    }

    .balance-sufficient {
        color: #333 !important;
    }

    .balance-insufficient {
        color: #333 !important;
    }

    .gas-gwei-value {
        color: #333 !important;
    }

    .contact-support-btn {
        background: #f5f5f5 !important;
        color: #333 !important;
        border: 1px solid #ddd !important;
    }
}