@tailwind base;@tailwind components;@tailwind utilities;[x-cloak]{display:none!important}@layer base{html{font-family:Inter,system-ui,sans-serif}body{background-color:#fafaf8}}@layer components{.glass{@apply bg-white/80 backdrop-blur-md border border-white/60 shadow-sm;}.card{@apply bg-white border border-gray-100 rounded-2xl shadow-sm;}.btn-primary{@apply inline-flex items-center justify-center px-5 py-2.5 rounded-full text-sm font-medium text-white transition-all;background:linear-gradient(135deg,#dda038,#193b57)}.btn-primary:hover{box-shadow:0 4px 20px #dda03856;transform:translateY(-1px)}.btn-ghost{@apply inline-flex items-center justify-center px-5 py-2.5 rounded-full text-sm font-medium text-gray-600 bg-white border border-gray-200 transition-all hover:border-gray-300 hover:shadow-sm;}.gradient-text{background:linear-gradient(135deg,#dda038,#193b57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.input-base{@apply w-full rounded-xl border border-gray-200 bg-white px-4 py-2.5 text-sm text-gray-900 placeholder-gray-400 outline-none transition-all;box-shadow:0 1px 2px #0000000a}.input-base:focus{@apply border-[#dda038];box-shadow:0 0 0 3px #dda03830,0 1px 2px #0000000a}}@layer utilities{.glow-orange{box-shadow:0 4px 24px #dda03830}.text-balance{text-wrap:balance}}.marker-pin{width:28px;height:28px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 8px #00000040}.marker-pin span{transform:rotate(45deg);font-size:10px;font-weight:700;color:#fff}.marker-premium .marker-pin{background:linear-gradient(135deg,#dda038,#193b57)}.marker-basic .marker-pin{background:#6b7280}.marker-free .marker-pin{background:#9ca3af}.listing-card{transition:border-color .15s,box-shadow .15s,transform .15s}.listing-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000012}.listing-card.is-active{border-color:#dda038;box-shadow:0 0 0 3px #dda03830}
