.lss-app-template-html,
.lss-app-template-body {
    min-height: 100%;
    width: 100%;
    min-width: 0;
    background: #06080f;
}

.lss-app-template-body {
    margin: 0;
    min-height: 100dvh;
    color: #d7dee8;
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    overflow: hidden;
}

.lss-app-template {
    min-height: 100dvh;
    height: 100dvh;
    width: 100%;
    max-width: none;
    min-width: 0;
    overflow: hidden;
    background: #06080f;
}

.lss-app-template--tms {
    display: block;
}

.lss-app-template--tms .tms-facade,
.lss-app-template--tms .tms-mobile-shell {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.lss-app-template .btn,
.lss-app-template button,
.lss-app-template a {
    -webkit-tap-highlight-color: transparent;
}

.lss-app-template .btn {
    white-space: nowrap;
}

.tms-facade,
.wms-facade {
    max-width: none;
    min-height: 100dvh;
    margin: 0;
}
