/*
Theme Name: QR Kod Oluşturucu - SEO Pro
Theme URI: https://qrkodolusturucu.com
Author: Antigravity SEO & Full-Stack Team
Author URI: https://qrkodolusturucu.com
Description: Google'da 1. Sıra Hedefli, SEO Uyumlu, Etkileşimli QR Kod Stüdyosu, Dinamik Yönlendirme, Analitik ve Üyelik/Ödeme Anahtarlı Gelişmiş WordPress Teması.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: qrkodolusturucu
Tags: qr-code, seo-optimized, dynamic-qr, analytics, dashboard, custom-logo, tailwindcss
*/

/* Canvas & QR Studio Overrides */
#qr-canvas, #qr-svg-wrapper svg {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#qr-canvas:hover {
    transform: scale(1.01);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
}

/* Custom Scrollbar for Studio Tabs */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Custom Glassmorphism Card Effect */
.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(229, 231, 235, 0.8);
}

/* Animation Utilities */
@keyframes pulse-subtle {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.animate-pulse-subtle {
    animation: pulse-subtle 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
