.wrapper[data-open="1"]{position:fixed;top:0;left:0;z-index:1000}.wrapper[data-open="1"] .bg{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent}.card{width:100%;height:100vh;position:fixed;background:#1c1c1e;border-radius:10px 10px 0 0;-webkit-box-shadow:0 -4px 8px rgba(0,0,0,.4);box-shadow:0 -4px 8px rgba(0,0,0,.4);left:0}.card[data-state=close]{-webkit-box-shadow:none;box-shadow:none}.pan-area-tabs{height:48px;cursor:pointer;padding:0 16px;display:grid;grid-template-columns:calc(25% - 10px) calc(50% - 10px) 25%;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.pan-area-tabs .return-button .button-grid{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}.pan-area-tabs .return-button .button-grid .return{font-weight:300;font-size:14px;color:var(--secondary)}.pan-area{height:48px;cursor:pointer;position:relative}.pan-area .local-name{font-weight:600;font-size:20px;letter-spacing:.75px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#fff}.pan-area .close-bottom-sheet{position:absolute;top:0;left:calc(100% - 21.5px)}.bottom-sheet-container{height:calc(100% - 88px);padding:8px 16px 8px 16px}.bottom-sheet-container .bottom-sheet-search{height:32px}.bottom-sheet-container .bottom-sheet-content{height:calc(100% - 32px)}