@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600&display=swap";:root{--font-family: "Inter", system-ui, sans-serif;--serif-font: "Playfair Display", serif;--primary-color: #a4f470;--primary-hover: #8be056;--bg-color: #f7f7f7;--text-color: #1a1a1a;--card-bg: #ffffff;--border-color: #e5e5e5;--map-pattern: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400" fill="none"><path d="M 0 0 C 100 50, 200 150, 400 0 C 300 150, 100 250, 0 400" stroke="%23e0e0e0" fill="none" stroke-width="2"/><path d="M 0 50 C 150 100, 250 200, 400 50" stroke="%23e0e0e0" fill="none" stroke-width="1"/></svg>')}[data-theme=dark]{--bg-color: #121212;--text-color: #f0f0f0;--card-bg: #1e1e1e;--border-color: #2a2a2a;--map-pattern: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400" fill="none"><path d="M 0 0 C 100 50, 200 150, 400 0 C 300 150, 100 250, 0 400" stroke="%23222222" fill="none" stroke-width="2"/><path d="M 0 50 C 150 100, 250 200, 400 50" stroke="%23222222" fill="none" stroke-width="1"/></svg>')}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;min-height:100vh;background-image:var(--map-pattern);background-size:400px 400px}
