.map-view-module__ZNpDRa__container{width:100%;height:100%;position:relative}.map-view-module__ZNpDRa__map{border-radius:.5rem;width:100%;height:100%;min-height:400px}.map-view-module__ZNpDRa__locationButton{z-index:1000;cursor:pointer;background:#fff;border:2px solid #0003;border-radius:4px;padding:8px;transition:all .2s;position:absolute;bottom:110px;right:20px;box-shadow:0 1px 5px #0000004d}.map-view-module__ZNpDRa__locationButton:hover{background:var(--primary);border-color:var(--primary)}.map-view-module__ZNpDRa__locationButton:hover .map-view-module__ZNpDRa__locationIcon{color:#fff}.map-view-module__ZNpDRa__locationButton:active{box-shadow:0 1px 2px #0000004d}.map-view-module__ZNpDRa__locationIcon{color:#333;width:20px;height:20px;display:block}.map-view-module__ZNpDRa__loading{background:color-mix(in srgb,var(--background)80%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.map-view-module__ZNpDRa__loadingContent{text-align:center}.map-view-module__ZNpDRa__spinner{border:4px solid var(--primary);border-top-color:#0000;border-radius:9999px;width:2rem;height:2rem;margin:0 auto .5rem;animation:1s linear infinite map-view-module__ZNpDRa__spin}@keyframes map-view-module__ZNpDRa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-view-module__ZNpDRa__loadingText{color:var(--muted-foreground);font-size:.875rem}
.point-list-panel-module__SD_Ora__container{background:var(--card);flex-direction:column;height:100%;display:flex}.point-list-panel-module__SD_Ora__header{border-bottom:1px solid var(--border);padding:1rem}.point-list-panel-module__SD_Ora__title{color:var(--foreground);font-size:1.125rem;font-weight:600}.point-list-panel-module__SD_Ora__subtitle{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.point-list-panel-module__SD_Ora__scrollArea{flex:1;padding:.75rem}.point-list-panel-module__SD_Ora__pointsList{flex-direction:column;gap:.5rem;display:flex}.point-list-panel-module__SD_Ora__emptyState{text-align:center;padding:3rem 0}.point-list-panel-module__SD_Ora__emptyIcon{width:3rem;height:3rem;color:var(--muted-foreground);margin:0 auto .75rem}.point-list-panel-module__SD_Ora__emptyText{color:var(--muted-foreground);font-size:.875rem}.point-list-panel-module__SD_Ora__pointCard{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);transition:all .2s}.point-list-panel-module__SD_Ora__pointCard:hover,.point-list-panel-module__SD_Ora__pointCard.point-list-panel-module__SD_Ora__selected{border-color:var(--primary)}.point-list-panel-module__SD_Ora__pointHeader{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;display:flex}.point-list-panel-module__SD_Ora__pointInfo{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.point-list-panel-module__SD_Ora__pointIcon{width:1rem;height:1rem;color:var(--primary);flex-shrink:0}.point-list-panel-module__SD_Ora__pointTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.point-list-panel-module__SD_Ora__pointActions{flex-shrink:0;gap:.25rem;display:flex}.point-list-panel-module__SD_Ora__iconButton{width:1.75rem;height:1.75rem}.point-list-panel-module__SD_Ora__chevronIcon{width:1rem;height:1rem;color:var(--muted-foreground);margin-left:.25rem}.point-list-panel-module__SD_Ora__pointDetails{border-top:1px solid color-mix(in srgb,var(--border)50%,transparent);margin-top:.5rem;padding:0 .75rem .75rem}.point-list-panel-module__SD_Ora__pointDescription{color:var(--muted-foreground);margin-top:.5rem;margin-bottom:.5rem;font-size:.875rem}.point-list-panel-module__SD_Ora__pointCoordinates{color:var(--muted-foreground);font-size:.75rem}.point-list-panel-module__SD_Ora__coordinatesText{font-family:var(--font-mono)}
.point-dialog-module___cti5q__formContainer{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.point-dialog-module___cti5q__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.point-dialog-module___cti5q__coordinatesRow{gap:.5rem;display:flex}.point-dialog-module___cti5q__coordinatesRow>*{flex:1}
.investment-overlay-module__Tzy-Fa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out investment-overlay-module__Tzy-Fa__fadeIn;display:flex;position:fixed;inset:0}@keyframes investment-overlay-module__Tzy-Fa__fadeIn{0%{opacity:0}to{opacity:1}}.investment-overlay-module__Tzy-Fa__content{background:var(--background);border-radius:1rem;width:100%;max-width:42rem;max-height:90vh;padding:2rem;animation:.3s ease-out investment-overlay-module__Tzy-Fa__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}@keyframes investment-overlay-module__Tzy-Fa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.investment-overlay-module__Tzy-Fa__closeButton{background:var(--muted);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.investment-overlay-module__Tzy-Fa__closeButton:hover{background:var(--accent)}.investment-overlay-module__Tzy-Fa__closeIcon{width:1.25rem;height:1.25rem;color:var(--foreground)}.investment-overlay-module__Tzy-Fa__textContainer{padding-top:1rem}.investment-overlay-module__Tzy-Fa__title{color:var(--foreground);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.investment-overlay-module__Tzy-Fa__description{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.investment-overlay-module__Tzy-Fa__addressSection{flex-direction:column;gap:1.5rem;display:flex}.investment-overlay-module__Tzy-Fa__addressBlock{background:var(--muted);border-radius:.75rem;padding:1.25rem}.investment-overlay-module__Tzy-Fa__chainTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.investment-overlay-module__Tzy-Fa__address{background:var(--background);border:1px solid var(--border);border-radius:.5rem;padding:.875rem}.investment-overlay-module__Tzy-Fa__address code{color:var(--primary);word-break:break-all;font-family:monospace;font-size:.875rem}@media (max-width:768px){.investment-overlay-module__Tzy-Fa__content{padding:1.5rem}.investment-overlay-module__Tzy-Fa__title{font-size:1.5rem}.investment-overlay-module__Tzy-Fa__description{font-size:1rem}.investment-overlay-module__Tzy-Fa__address code{font-size:.75rem}}
.page-module__E0kJGG__container{background:var(--background);width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__menuButton{z-index:50;position:fixed;top:1rem;right:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (min-width:768px){.page-module__E0kJGG__menuButton{display:none}}.page-module__E0kJGG__investmentButton{z-index:50;background:var(--primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;transition:all .2s;display:flex;position:fixed;top:1rem;left:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.page-module__E0kJGG__investmentButton:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.page-module__E0kJGG__investmentButton:active{transform:scale(.95)}.page-module__E0kJGG__mapContainer{flex:1;height:100%;padding:.5rem}@media (min-width:768px){.page-module__E0kJGG__mapContainer{padding:1rem}}.page-module__E0kJGG__panelContainer{z-index:40;border-left:1px solid var(--border);width:100%;height:100%;transition:transform .3s ease-in-out;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.page-module__E0kJGG__panelContainer.page-module__E0kJGG__open{transform:translate(0)}@media (min-width:768px){.page-module__E0kJGG__panelContainer{width:380px;position:relative;transform:translate(0)}}.page-module__E0kJGG__overlay{z-index:30;background:#00000080;position:fixed;inset:0}@media (min-width:768px){.page-module__E0kJGG__overlay{display:none}}
