.stm-app{font:inherit;color:inherit;--stm-border:#e5e7eb;--stm-muted:#64748b}.stm-app *{box-sizing:border-box}.stm-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.stm-search input{min-width:220px;padding:10px 14px;border:1px solid var(--stm-border);border-radius:999px}.stm-filters{display:flex;gap:8px;overflow:auto;flex:1;padding:2px}.stm-filters button,.stm-view-toggle button{border:1px solid var(--stm-border);background:#fff;border-radius:999px;padding:9px 13px;white-space:nowrap;cursor:pointer}.stm-filters button span{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.stm-filters button.is-active,.stm-view-toggle button.is-active{background:var(--stm-primary);color:#fff;border-color:var(--stm-primary)}.stm-view-toggle{display:none}.stm-shell{display:grid;grid-template-columns:minmax(290px,35%) minmax(0,65%);height:var(--stm-height);border:1px solid var(--stm-border);border-radius:18px;overflow:hidden;background:#fff}.stm-sidebar{overflow:auto;border-right:1px solid var(--stm-border);padding:14px}.stm-map-wrap{position:relative;min-width:0}.stm-map{height:100%;width:100%;background:#eef2f7}.stm-destination-card{border:1px solid var(--stm-border);border-radius:14px;overflow:hidden;margin-bottom:14px}.stm-destination-card img{width:100%;height:150px;object-fit:cover;display:block}.stm-destination-content{padding:14px}.stm-eyebrow,.stm-category{display:inline-block;font-size:12px;font-weight:700;color:var(--stm-primary);margin-bottom:5px}.stm-category:before{content:"";display:inline-block;width:8px;height:8px;background:var(--cat);border-radius:50%;margin-right:6px}.stm-destination-content h2,.stm-place-body h3,.stm-detail h3{margin:0 0 7px}.stm-destination-content p,.stm-place-body p{margin:5px 0;color:var(--stm-muted)}.stm-result-meta{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.stm-sort{max-width:140px;padding:7px;border:1px solid var(--stm-border);border-radius:8px}.stm-list{display:grid;gap:10px}.stm-place-card{display:grid;grid-template-columns:92px 1fr;border:1px solid var(--stm-border);border-radius:13px;overflow:hidden;background:#fff;cursor:pointer;transition:.18s}.stm-place-card:hover,.stm-place-card.is-active{border-color:var(--stm-primary);box-shadow:0 8px 24px rgba(15,23,42,.08)}.stm-place-card img{width:92px;height:100%;min-height:108px;object-fit:cover}.stm-place-body{padding:11px}.stm-place-body h3{font-size:16px}.stm-place-meta{display:flex;gap:12px;font-size:13px;font-weight:700;color:#334155;margin-top:8px}.stm-marker{background:none;border:0}.stm-marker span{display:block;width:26px;height:26px;border:3px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 3px 10px rgba(0,0,0,.25)}.stm-detail{position:absolute;top:16px;right:16px;width:min(360px,calc(100% - 32px));max-height:calc(100% - 32px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 18px 50px rgba(15,23,42,.22);z-index:500}.stm-detail>img{width:100%;height:190px;object-fit:cover}.stm-detail-body{padding:16px}.stm-detail-close{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:24px;cursor:pointer}.stm-detail dl div{margin:10px 0}.stm-detail dt{font-size:12px;color:var(--stm-muted)}.stm-detail dd{margin:2px 0}.stm-actions{display:flex;gap:8px;flex-wrap:wrap}.stm-actions a{padding:10px 13px;border-radius:9px;background:var(--stm-primary);color:#fff;text-decoration:none;font-weight:700}.stm-empty,.stm-loading{padding:24px;text-align:center;color:var(--stm-muted)}
@media(max-width:767px){.stm-view-toggle{display:flex}.stm-toolbar{align-items:stretch}.stm-search{width:100%}.stm-search input{width:100%}.stm-shell{display:block;height:auto;border-radius:14px}.stm-sidebar{height:var(--stm-mobile-height);border-right:0}.stm-map-wrap{height:var(--stm-mobile-height);display:none}.stm-app[data-mobile-view="map"] .stm-sidebar{display:none}.stm-app[data-mobile-view="map"] .stm-map-wrap{display:block}.stm-place-card{grid-template-columns:82px 1fr}.stm-place-card img{width:82px}.stm-detail{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;max-height:78vh;border-radius:20px 20px 0 0;z-index:99999}.stm-detail>img{height:180px}.stm-filters{order:3;width:100%}}
@media(min-width:768px) and (max-width:1024px){.stm-shell{grid-template-columns:42% 58%}.stm-place-card{grid-template-columns:78px 1fr}.stm-place-card img{width:78px}.stm-sidebar{padding:10px}}
