body {
    margin: 0;
}

.farsight-app-page {
    position: fixed;
    inset: 0;
    overflow: hidden;
    background: #05070a;
}

.farsight-world-state-canvas {
    position: absolute;
    inset: 0;
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

.farsight-world-state-canvas canvas {
    touch-action: none;
    overscroll-behavior: none;
}

.navigation-host--hidden,
.mountain-background-image--hidden {
    display: none;
}

.main-layout-app-content {
    margin: 0;
    padding: 0 !important;
    min-height: 100vh;
}

.mountain-background-image {
    background-image: url('images/mountain_3-1-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: min(100%, 150vh);
    width: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    z-index: -1000;
    pointer-events: none;
    touch-action: none;
}

.no-grow {
    flex-grow: 0;
}

.pass-through {
    pointer-events: none;
    touch-action: none;
}

.overlay-element {
    pointer-events: auto;
    touch-action: auto;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.mw-100 {
    max-width: 100px;
}

.mw-200 {
    max-width: 200px;
}

.mw-300 {
    max-width: 300px;
}

.mw-400 {
    max-width: 400px;
}

.mw-500 {
    max-width: 500px;
}

.mw-600 {
    max-width: 600px;
}

.mw-700 {
    max-width: 600px;
}

.mw-800 {
    max-width: 600px;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

/* Markup card (StyleSets.Card). Matches FarsightCardStyles.uss base .card. */
.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 1;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(48, 54, 61, 1);
    background-color: rgba(31, 35, 39, 0.95);
}
