@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:#000;color:#ffffffde}body{margin:0;min-width:320px;min-height:100vh;background-color:#000;transition:background-color .3s ease,color .3s ease}.light{color-scheme:light}.light body{background-color:#f9fafb;color:#111827de}.spot-card{@apply bg-gray-900/50 backdrop-blur-sm border border-gray-800/50 rounded-xl overflow-hidden;height:200px}.spot-card:hover{@apply border-orange-500/30 transform transition-all duration-300;box-shadow:0 0 30px #ea580c1a}.travel-plan-card{@apply bg-gray-900/50 backdrop-blur-sm border border-gray-800/50 rounded-xl p-6;}.travel-plan-card:hover{@apply border-orange-500/30;box-shadow:0 0 30px #ea580c1a}.section-title{@apply text-4xl md:text-5xl font-bold mb-4 text-transparent bg-clip-text bg-gradient-to-r from-orange-400 to-orange-600;}.section-description{@apply text-xl text-gray-400 max-w-3xl mx-auto mb-12;}.map-container{@apply h-[600px] rounded-xl overflow-hidden border border-gray-800/50 backdrop-blur-sm;box-shadow:0 0 30px #00000080}.light .spot-card{@apply bg-white border-gray-200;}.light .spot-card:hover{@apply border-orange-400;box-shadow:0 4px 20px #ea580c26}.light .travel-plan-card{@apply bg-white border-gray-200;}.light .travel-plan-card:hover{@apply border-orange-400;box-shadow:0 4px 20px #ea580c26}.light .section-description{@apply text-gray-600;}.light .map-container{@apply border-gray-300;box-shadow:0 4px 20px #0000001a}
