.evm-map-wrap{position:relative;border:1px solid #eee;border-radius:14px;overflow:hidden;box-shadow:0 6px 22px rgba(0,0,0,0.06); font-family: -apple-system, sans-serif;}
#evm-map{width:100%;height:600px; z-index: 1;}

/* Toolbar & Search */
.evm-toolbar{position:absolute;top:12px;right:12px;z-index:1000;}
.evm-search-row { display: flex; gap: 10px; margin-bottom: 15px; position: relative; }
.evm-search-wrap{position:relative; flex: 1; }
#evm-search{width:100%;padding:12px 40px 12px 15px;border:1px solid #ddd;border-radius:8px;font-size:16px;background:#fff;}
#evm-search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer}
#evm-calendar-btn { padding: 0 15px; font-size: 20px; border: 1px solid #ddd; background: #fff; border-radius: 8px; cursor: pointer; }

/* Calendar */
.evm-calendar-modal { position: absolute; top: 50px; right: 0; background: #fff; z-index: 9999; box-shadow: 0 10px 20px rgba(0,0,0,0.2); border-radius: 8px; padding: 10px; width: 300px; }
.evm-calendar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.evm-cal-month { padding: 10px; text-align: center; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: bold; }
.evm-cal-month:hover { background: #eee; }
.evm-cal-month.selected { background: #000; color: #fff; }

/* Markers */
.evm-custom-marker { pointer-events: none; }
.evm-pin-container { display: flex; flex-direction: column; align-items: center; pointer-events: auto; width: 80px; height: 80px; position: relative; transition: transform 0.2s; }
.evm-pin-container:hover { transform: scale(1.1); z-index: 9999; }
.evm-pin-name { background: #fff; color: #222; padding: 4px 10px; border-radius: 12px; font-weight: 800; font-size: 11px; text-transform: uppercase; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); position: absolute; top: -5px; left: 50%; transform: translateX(-50%); z-index: 10; }
.evm-thumb-wrapper { width: 48px; height: 48px; background: #fff; border-radius: 10px; padding: 3px; box-shadow: 0 4px 10px rgba(0,0,0,0.25); position: absolute; top: 18px; left: 50%; transform: translateX(-50%); z-index: 5; }
.evm-marker-thumb { width: 100%; height: 100%; border-radius: 7px; object-fit: cover; }
.evm-pin-tip { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #fff; position: absolute; top: 62px; left: 50%; transform: translateX(-50%); }

/* Modal */
.evm-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); display: flex; align-items: center; justify-content: center; z-index: 99999; backdrop-filter: blur(2px); }
.evm-modal-inner { background: white; border-radius: 20px; width: 800px; max-width: 92%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.evm-modal-close { position: absolute; top: 15px; right: 15px; width: 32px; height: 32px; background: rgba(0,0,0,0.5); color: white; border-radius: 50%; text-align: center; line-height: 32px; cursor: pointer; z-index: 20; }
.evm-video-container { width: 100%; padding-bottom: 56.25%; position: relative; background: #000; }
.evm-video-container iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0; }
.evm-modal-content { padding: 25px 40px 30px; text-align: center; }
.evm-modal-title { margin: 0 0 5px; font-size: 26px; font-weight: 800; }
.evm-modal-date { margin: 0 0 20px; color: #006064; font-weight: bold; }
.evm-modal-buttons { display: flex; gap: 12px; justify-content: space-between; }
.evm-btn { border: none; border-radius: 50px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; height: 48px; font-size: 16px; transition: transform 0.1s; }
.evm-btn-primary { background: #0f3d12; color: white; flex: 2; }
.evm-btn-share { background: #e0e0e0; color: #333; flex: 0 0 auto; padding: 0 20px; }
.evm-btn-secondary { background: #103ec4; color: white; flex: 1; }

/* Onboarding */
.evm-onboard-wrap { max-width: 800px; margin: 0 auto; padding: 40px; }
.evm-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.evm-price { font-size: 32px; font-weight: 800; color: #111; margin-bottom: 20px; }
.evm-pill-btn { background: #000; color: #fff; border: none; padding: 12px 30px; border-radius: 50px; font-weight: 700; cursor: pointer; width: 100%; }
.evm-progress-bar { height: 6px; background: #eee; border-radius: 3px; margin-bottom: 30px; overflow: hidden; }
.evm-fill { height: 100%; background: #000; width: 0; transition: 0.3s; }
.evm-step-content label { display: block; font-weight: 700; margin-bottom: 8px; margin-top: 15px; }
.evm-step-content input, .evm-step-content textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; }
.evm-nav-btns { display: flex; justify-content: space-between; margin-top: 30px; }
.evm-nav-btns button { padding: 12px 25px; border-radius: 50px; border: none; cursor: pointer; font-weight: 700; }
#evm-next, #evm-submit { background: #000; color: #fff; }
#evm-back { background: transparent; color: #888; }
.evm-button-primary { background: #fff; color: #333; border: 1px solid #ccc; padding: 8px 20px; border-radius: 50px; cursor: pointer; font-weight: 800; }