*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:#fdf8f4}a{color:inherit}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.site-wrapper{min-height:100vh;background:#fdf8f4;font-family:Poppins,sans-serif}.inner{width:100%;max-width:480px;margin:0 auto}@media (min-width:769px){.inner{max-width:1200px;padding:0 40px}}.nav-hamburger{display:flex}.nav-desktop-links{display:none}@media (min-width:769px){.nav-hamburger{display:none}.nav-desktop-links{display:flex;align-items:center;gap:32px}}.hero-title{font-size:30px}.hero-subtitle{font-size:13px}@media (min-width:769px){.hero-title{font-size:52px}.hero-subtitle{font-size:16px}}.products-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:600px){.products-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.products-grid{grid-template-columns:1fr 1fr 1fr}}.cities-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}@media (min-width:600px){.cities-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.cities-grid{grid-template-columns:repeat(4,1fr);gap:12px}}.vendor-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media (min-width:600px){.vendor-cards-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.vendor-cards-grid{grid-template-columns:1fr 1fr 1fr}}.city-list-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}@media (min-width:600px){.city-list-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.city-list-grid{grid-template-columns:1fr 1fr 1fr}}.how-it-works-grid{display:flex;flex-direction:column;gap:20px}@media (min-width:769px){.how-it-works-grid{flex-direction:row;gap:24px}.how-it-works-grid>*{flex:1 1}}.reviews-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}@media (min-width:769px){.reviews-grid{grid-template-columns:1fr 1fr 1fr}}.page-header{background:#8f1d1d;padding:28px 20px 24px;text-align:center}@media (min-width:769px){.page-header{padding:48px 40px}}.page-content{padding:16px 20px}@media (min-width:769px){.page-content{padding:32px 40px}}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{background:#8f1d1d;color:#f2e2c4;padding:10px 14px;text-align:left;font-weight:600}.admin-table td{padding:10px 14px;border-bottom:1px solid #eee;vertical-align:top}.admin-table tr:nth-child(2n) td{background:#faf8f5}.filter-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.modal-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.55);display:flex;align-items:flex-end;justify-content:center}@media (min-width:600px){.modal-overlay{align-items:center}}.modal-sheet{background:#fdf8f4;border-radius:20px 20px 0 0;width:100%;max-width:520px;max-height:92vh;overflow-y:auto;padding:24px 20px 40px}@media (min-width:600px){.modal-sheet{border-radius:20px}}