@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=DM+Serif+Display:ital@0;1&family=Noto+Sans+Arabic:wght@400;500;600;700;800&display=swap";
:root{--primary:#a0583c;--primary-hover:#8c4c33;--primary-surface:#f8f0ec;--primary-glow:#a0583c1a;--accent:#c07d2a;--accent-surface:#faf1e4;--background:#f6f3ef;--surface:#fff;--surface-2:#fafaf8;--surface-variant:#f2eeea;--text-primary:#2c2520;--text-secondary:#6b5d52;--text-tertiary:#a89888;--text-inverse:#fff;--border:#e8e3dc;--border-subtle:#f0ece7;--divider:#f2eeea;--error:#c53030;--warning:#c4841d;--success:#2f855a;--star:#d4a44a;--shadow-sm:0 1px 3px #2c252008, 0 1px 2px #2c252005;--shadow-md:0 4px 16px #2c25200d, 0 1px 4px #2c252008;--shadow-lg:0 8px 32px #2c252014, 0 2px 6px #2c252008;--shadow-card:0 1px 4px #2c25200a, 0 0 1px #2c252008;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-full:9999px;--duration-fast:.16s;--duration-normal:.24s;--duration-slow:.4s;--ease-out-cubic:cubic-bezier(.33,1,.68,1);--ease-in-out:cubic-bezier(.45,0,.55,1);--ease-smooth:cubic-bezier(.4,0,.2,1);--text-light:#bdb0a4;--sheet-bg:#fff;--color-scheme:light}[data-theme=dark]{--primary:#c07055;--primary-hover:#d4846a;--primary-surface:#c070551a;--primary-glow:#c0705526;--accent:#d4944a;--accent-surface:#d4944a1a;--background:#1c1916;--surface:#221e1a;--surface-2:#2a2521;--surface-variant:#302b26;--text-primary:#f2ede6;--text-secondary:#b8a89a;--text-tertiary:#7a6b60;--text-inverse:#1c1916;--text-light:#5a4d44;--border:#3a3330;--border-subtle:#2e2a26;--divider:#2a2521;--error:#f07070;--warning:#e0a040;--success:#68d391;--star:#e8c060;--shadow-sm:0 1px 3px #0003, 0 1px 2px #0000001f;--shadow-md:0 4px 16px #00000047, 0 1px 4px #00000029;--shadow-lg:0 8px 32px #0000005c, 0 2px 6px #0003;--shadow-card:0 1px 4px #0000003d, 0 0 1px #00000029;--sheet-bg:#221e1a;--color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--primary:#c07055;--primary-hover:#d4846a;--primary-surface:#c070551a;--primary-glow:#c0705526;--accent:#d4944a;--accent-surface:#d4944a1a;--background:#1c1916;--surface:#221e1a;--surface-2:#2a2521;--surface-variant:#302b26;--text-primary:#f2ede6;--text-secondary:#b8a89a;--text-tertiary:#7a6b60;--text-inverse:#1c1916;--text-light:#5a4d44;--border:#3a3330;--border-subtle:#2e2a26;--divider:#2a2521;--error:#f07070;--warning:#e0a040;--success:#68d391;--star:#e8c060;--shadow-sm:0 1px 3px #0003, 0 1px 2px #0000001f;--shadow-md:0 4px 16px #00000047, 0 1px 4px #00000029;--shadow-lg:0 8px 32px #0000005c, 0 2px 6px #0003;--shadow-card:0 1px 4px #0000003d, 0 0 1px #00000029;--sheet-bg:#221e1a;--color-scheme:dark}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"kern" 1, "liga" 1;scroll-behavior:smooth;color-scheme:var(--color-scheme,light);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px}html[dir=rtl]{font-family:Noto Sans Arabic,Inter,sans-serif}html[dir=rtl] body{line-height:1.75}body{background:var(--background);color:var(--text-primary);min-height:100vh;line-height:1.6}.serif{font-family:DM Serif Display,Georgia,serif}::selection{color:var(--text-primary);background:#a0583c26}*{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}p{max-width:70ch}img{will-change:transform;max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px;border-radius:4px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-md);letter-spacing:-.1px;transition:opacity .16s var(--ease-smooth), transform .16s var(--ease-smooth), background .16s var(--ease-smooth), border-color .16s var(--ease-smooth);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.btn:active{opacity:.85!important;transform:translateY(1px)!important}.btn-primary{background:var(--text-primary);color:#fff}.btn-primary:hover{opacity:.88}.btn-outline{color:var(--text-primary);border-color:var(--border);background:0 0}.btn-outline:hover{border-color:var(--text-tertiary);background:var(--surface-variant)}.btn-ghost{color:var(--text-tertiary);background:0 0;border-color:#0000;padding:8px 14px}.btn-ghost:hover{color:var(--text-primary);background:var(--surface-variant)}.card{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-card);transition:box-shadow .3s var(--ease-smooth), transform .3s var(--ease-smooth);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.badge{letter-spacing:.4px;text-transform:uppercase;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.badge-primary{background:var(--primary-surface);color:var(--primary)}.badge-accent{color:var(--accent);background:#2a8c6e1a}.input{background:var(--background);border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);outline:none;padding:12px 16px;font-size:14px;transition:border-color .18s,box-shadow .18s}.input::placeholder{color:var(--text-light)}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a2fb312}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-enter{animation:fadeUp .4s var(--ease-out-cubic) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:60ms}.stagger>:nth-child(3){animation-delay:.12s}.stagger>:nth-child(4){animation-delay:.18s}.stagger>:nth-child(5){animation-delay:.24s}.stagger>:nth-child(6){animation-delay:.3s}.animate-fade-in{animation:fadeIn .35s var(--ease-out-cubic) forwards}.animate-fade-up{animation:fadeUp .4s var(--ease-out-cubic) forwards}.animate-scale-in{animation:fadeScale .3s var(--ease-out-cubic) forwards}@supports (view-transition-name:none){::view-transition-old(root){animation:.2s ease out both fade-out}::view-transition-new(root){animation:.3s ease out both fade-in-up}@keyframes fade-out{to{opacity:0;transform:translateY(-6px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}}}.skeleton{background:linear-gradient(90deg, var(--border) 25%, var(--divider) 50%, var(--border) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.4s infinite shimmer}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.places-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:14px;display:grid}@media (max-width:1100px){.places-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.places-grid{grid-template-columns:repeat(2,1fr);gap:10px}.container{padding:0 16px}}@media (max-width:480px){.places-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.ktachf-popup .leaflet-popup-content-wrapper{border:1px solid #e8e3dce6!important;border-radius:12px!important;padding:0!important;overflow:hidden!important;box-shadow:0 8px 28px #0a06042e,0 1px 4px #0a060414!important}.ktachf-popup .leaflet-popup-content{width:220px!important;margin:0!important;padding:0!important;line-height:1!important}.ktachf-popup .leaflet-popup-tip-container{display:none!important}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background-clip:padding-box}.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{color:#fff!important;background-color:#c1440ed9!important;font-family:Inter,system-ui,sans-serif!important;font-weight:700!important}
