body { background-color: #0a0a1a; -webkit-tap-highlight-color: transparent; }
.glass-card { background: rgba(20, 20, 35, 0.5); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(212, 175, 55, 0.15); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5); }
.coffee-glass-card { background: rgba(28, 15, 10, 0.7); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(184, 115, 51, 0.3); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.7); }
.tarot-card-premium { background: linear-gradient(135deg, rgba(31,40,51,0.9) 0%, rgba(20,20,30,0.95) 100%); border: 1px solid rgba(212, 175, 55, 0.4); position: relative; overflow: hidden; }
.tarot-card-premium::before { content: ''; position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px; border: 1px dashed rgba(212, 175, 55, 0.3); border-radius: 6px; }
.spin-slow { animation: spin 25s linear infinite; }
@keyframes spin { 100% { transform: rotate(360deg); } }
.hidden-screen { display: none !important; }
.fade-in { animation: fadeIn 0.8s ease-out forwards; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.text-gold-foil { background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; text-shadow: 0px 2px 4px rgba(0,0,0,0.8); }
.text-copper-foil { background: linear-gradient(to right, #b87333, #e6a87c, #c07c40, #ffd3b6, #8b4513); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.text-deepastro-foil { background: linear-gradient(to right, #818cf8, #c7d2fe, #6366f1, #e0e7ff, #4f46e5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; text-shadow: 0px 2px 4px rgba(0,0,0,0.8); }
select { color: #D4AF37 !important; font-weight: bold; } 
select option { background-color: #161b33; color: #D4AF37; }
.pulse-ring { position: absolute; width: 200px; height: 200px; border: 2px solid #D4AF37; border-radius: 50%; opacity: 0; animation: pulse 3s infinite; }
@keyframes pulse { 0% { transform: scale(0.5); opacity: 0; } 50% { opacity: 0.5; } 100% { transform: scale(1.5); opacity: 0; } }
.smoke { position: absolute; bottom: -50px; left: 50%; width: 150px; height: 150px; background: radial-gradient(circle, rgba(184,115,51,0.2) 0%, transparent 70%); border-radius: 50%; filter: blur(20px); opacity: 0; animation: smokeRise 4s infinite ease-in-out; transform: translateX(-50%); pointer-events: none; }
@keyframes smokeRise { 0% { transform: translate(-50%, 0) scale(1); opacity: 0; } 50% { opacity: 0.5; } 100% { transform: translate(-50%, -200px) scale(2); opacity: 0; } }
.photo-slot { position: relative; border: 2px dashed rgba(184, 115, 51, 0.4); border-radius: 12px; height: 100px; display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; background: rgba(0,0,0,0.3); transition: all 0.3s ease; }
.photo-slot:hover { border-color: rgba(184, 115, 51, 0.8); }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 10; display: none; }
.photo-slot.has-image img { display: block; } 
.photo-slot.has-image .slot-placeholder { display: none; }
.meteor { position: absolute; width: 150px; height: 2px; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); animation: meteorFall 1.2s linear infinite; pointer-events: none; opacity: 0; }
.meteor::after { content: ''; position: absolute; right: 0; top: -2px; width: 6px; height: 6px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 15px 4px #818cf8; }
@keyframes meteorFall { 0% { transform: translate(150px, -150px) rotate(-45deg); opacity: 1; } 100% { transform: translate(-800px, 800px) rotate(-45deg); opacity: 0; } }
.tab-btn { color: #9ca3af; transition: all 0.3s ease; white-space: nowrap; padding: 0.5rem 0.75rem; border-radius: 0.5rem; }
.tab-btn.active { color: #ffffff; background-color: rgba(99, 102, 241, 0.3); box-shadow: 0 0 10px rgba(99, 102, 241, 0.2); font-weight: bold; }
.hidden-tab { display: none !important; }
.active-tab { animation: fadeIn 0.5s ease; }
.planet-icon { border-radius: 50%; box-shadow: inset -5px -5px 10px rgba(0,0,0,0.5), 0 4px 6px rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.planet-sun { background: radial-gradient(circle at 30% 30%, #ffd700, #ff8c00, #ff0000); }
.planet-moon { background: radial-gradient(circle at 30% 30%, #f4f4f5, #d4d4d8, #9ca3af); }
.planet-mercury { background: radial-gradient(circle at 30% 30%, #fcd34d, #818cf8, #4f46e5); }
.planet-venus { background: radial-gradient(circle at 30% 30%, #fbcfe8, #ec4899, #be185d); }
.planet-mars { background: radial-gradient(circle at 30% 30%, #fca5a5, #ef4444, #991b1b); }
.planet-jupiter { background: radial-gradient(circle at 30% 30%, #fed7aa, #d97706, #9a3412); }
.planet-saturn { background: radial-gradient(circle at 30% 30%, #fef3c7, #b45309, #78350f); position: relative; }
.planet-saturn::after { content: ''; position: absolute; width: 140%; height: 6px; border: 2px solid rgba(253, 230, 138, 0.8); border-radius: 50%; transform: rotate(20deg); }
.planet-uranus { background: radial-gradient(circle at 30% 30%, #bfdbfe, #06b6d4, #0369a1); }
.planet-neptune { background: radial-gradient(circle at 30% 30%, #ddd6fe, #6366f1, #312e81); }
.planet-pluto { background: radial-gradient(circle at 30% 30%, #fecaca, #9f1239, #4c0519); }
.planet-chiron { background: radial-gradient(circle at 30% 30%, #fed7aa, #ea580c, #7c2d12); }
.planet-juno { background: radial-gradient(circle at 30% 30%, #fbcfe8, #d946ef, #831843); }
.custom-scrollbar::-webkit-scrollbar { width: 4px; height: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: rgba(99, 102, 241, 0.5); border-radius: 10px; }
.zoom-container { touch-action: pan-x pan-y; overflow: auto; }
.zoom-content { transition: transform 0.3s ease; transform-origin: center; cursor: zoom-in; }
.zoomed-in { transform: scale(1.8); cursor: zoom-out; }
.blurred-content { filter: blur(8px); pointer-events: none; user-select: none; }
.dust-pill { background: rgba(0,0,0,0.6); border: 1px solid rgba(212, 175, 55, 0.4); border-radius: 99px; padding: 4px 12px; display: flex; align-items: center; gap: 6px; box-shadow: 0 0 15px rgba(212, 175, 55, 0.1); transition: all 0.3s ease; }

/* Astrokartografi: Leaflet harita sarmalayıcısı. touch-action:none, Leaflet'in
   kendi pinch-zoom/pan dokunma yönetimini tarayıcının native scroll/zoom
   davranışıyla çakışmadan yapabilmesi için gerekli. */
.leaflet-map-wrapper { touch-action: none; }
.leaflet-map-wrapper .leaflet-container { background: #030712; font-family: inherit; }
/* Leaflet varsayılan kontrolleri (zoom +/-, attribution) uygulamanın koyu/neon
   temasına uysun diye yeniden boyanıyor. */
.leaflet-map-wrapper .leaflet-control-zoom a { background: rgba(10,10,26,0.85); color: #a5b4fc; border-color: rgba(99,102,241,0.4); }
.leaflet-map-wrapper .leaflet-control-zoom a:hover { background: rgba(79,70,229,0.4); color: #fff; }
.leaflet-map-wrapper .leaflet-control-attribution { background: rgba(3,7,18,0.7); color: #6b7280; font-size: 8px; }
.leaflet-map-wrapper .leaflet-control-attribution a { color: #818cf8; }
.leaflet-map-wrapper .leaflet-bar { border: none; }
/* Ülke/şehir etiketi olan CARTO dark tile'ları hafif mor tonlamayla uygulamanın
   neon estetiğine yaklaştırıyoruz. */
.leaflet-map-wrapper .leaflet-tile-pane { filter: hue-rotate(5deg) saturate(1.15); }
