
/* __OM_DINO_NEW_AREA_CSS_V3__ */

#om-new-area-launch {
    padding: 9px 16px;
    border-radius: 10px;

    border: 1px solid rgba(56,189,248,.40);

    background: #0d3147;
    color: #eefaff;

    font-size: 13px;
    font-weight: 800;

    cursor: pointer;
}

#om-new-area-launch:hover {
    background: #12425e;
}

#om-new-area-launch.om-na-fixed {
    position: fixed;
    right: 24px;
    top: 20px;
    z-index: 9000;
}


#om-na-overlay {
    display: none;

    position: fixed;
    inset: 0;

    z-index: 100000;

    padding: 18px;

    align-items: center;
    justify-content: center;

    background: rgba(1,7,13,.80);

    backdrop-filter: blur(5px);
}

#om-na-overlay.open {
    display: flex;
}


#om-na-dialog {
    width: min(1480px, 97vw);
    height: min(900px, 94vh);

    display: flex;
    flex-direction: column;

    overflow: hidden;

    border-radius: 18px;

    border:
        1px solid rgba(56,189,248,.22);

    background: #071a28;
    color: #edf8fd;

    box-shadow:
        0 35px 100px rgba(0,0,0,.65);
}


.om-na-head {
    padding: 14px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-bottom:
        1px solid rgba(255,255,255,.07);
}

.om-na-head h2 {
    margin: 0 0 3px 0;
    font-size: 23px;
}

.om-na-head p {
    margin: 0;
    font-size: 10px;
    color: #7f9baa;
}

#om-na-close {
    width: 36px;
    height: 36px;

    border-radius: 9px;

    border:
        1px solid rgba(255,255,255,.10);

    background: #0c2c3e;
    color: white;

    font-size: 22px;

    cursor: pointer;
}


.om-na-layout {
    min-height: 0;
    flex: 1;

    display: grid;

    grid-template-columns:
        minmax(0, 2fr)
        minmax(370px, .85fr);
}


.om-na-map-panel {
    min-width: 0;
    min-height: 0;

    display: flex;
    flex-direction: column;

    border-right:
        1px solid rgba(255,255,255,.07);
}


.om-na-toolbar {
    padding: 9px;

    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    background: #051621;
}


.om-na-toolbar button {
    padding: 8px 11px;

    border-radius: 8px;

    border:
        1px solid rgba(255,255,255,.11);

    background: #0b2b3e;
    color: white;

    cursor: pointer;

    font-size: 11px;
    font-weight: 700;
}

.om-na-toolbar button.active {
    background: #0f4c69;

    border-color:
        rgba(56,189,248,.80);
}


#om-na-map {
    width: 100%;

    min-height: 500px;
    flex: 1;

    background: #020a10;
}


#om-na-map-info {
    min-height: 38px;

    box-sizing: border-box;

    padding: 8px 11px;

    display: flex;
    align-items: center;

    background: #051621;

    border-top:
        1px solid rgba(255,255,255,.06);

    color: #7e9bab;

    font-size: 10px;
}


.om-na-control-panel {
    min-height: 0;

    overflow-y: auto;

    padding: 15px;
}


.om-na-title {
    margin:
        8px 0 7px;

    color: #7e9ead;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .7px;

    text-transform: uppercase;
}


.om-na-fields {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 9px;
}


.om-na-field {
    display: flex;
    flex-direction: column;

    gap: 4px;

    color: #8ca7b7;

    font-size: 10px;
}


.om-na-field input {
    width: 100%;

    box-sizing: border-box;

    padding: 9px 9px;

    border-radius: 8px;

    border:
        1px solid rgba(255,255,255,.10);

    background: #04141f;
    color: #eefaff;
}


#om-na-windows {
    display: grid;
    gap: 7px;
}


.om-na-window {
    display: grid;

    grid-template-columns:
        28px 1fr;

    align-items: center;

    gap: 9px;

    padding: 9px;

    border-radius: 9px;

    border:
        1px solid rgba(56,189,248,.12);

    background: #092638;
}


.om-na-window-number {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #0d405a;

    color: #58ceff;

    font-size: 11px;
    font-weight: 900;
}


.om-na-window strong {
    display: block;

    font-size: 11px;
}


.om-na-window span {
    display: block;

    margin-top: 2px;

    color: #7d99a8;

    font-size: 9px;
}


#om-na-window-message {
    min-height: 16px;

    margin-top: 6px;

    color: #7794a4;

    font-size: 10px;
}

#om-na-window-message.bad {
    color: #ff8989;
}


.om-na-cleanup {
    display: flex;
    align-items: flex-start;

    gap: 7px;

    margin-top: 11px;

    color: #93aeba;

    font-size: 10px;
}


.om-na-progress {
    padding: 11px;

    border-radius: 10px;

    border:
        1px solid rgba(255,255,255,.07);

    background: #04141f;
}


.om-na-progress-head {
    display: flex;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 7px;
}


#om-na-progress-title {
    font-size: 11px;
    font-weight: 800;
}

#om-na-progress-detail {
    margin-top: 2px;

    color: #7593a2;

    font-size: 9px;
}

#om-na-progress-percent {
    color: #56cdfd;

    font-size: 12px;
    font-weight: 900;
}


.om-na-track {
    height: 8px;

    overflow: hidden;

    border-radius: 999px;

    background: #102b3a;
}


#om-na-bar {
    width: 0%;
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            #0284c7,
            #38bdf8
        );

    transition:
        width .3s ease;
}


#om-na-log {
    max-height: 125px;

    overflow-y: auto;

    margin-top: 9px;

    color: #6f8d9d;

    font-size: 9px;
    line-height: 1.55;
}


#om-na-error {
    min-height: 18px;

    margin-top: 8px;

    color: #ff8585;

    font-size: 10px;
}


#om-na-run {
    width: 100%;

    margin-top: 10px;

    padding: 11px;

    border-radius: 9px;

    border:
        1px solid rgba(56,189,248,.55);

    background: #08648d;
    color: white;

    font-weight: 900;

    cursor: pointer;
}

#om-na-run:hover:not(:disabled) {
    background: #0879a8;
}

#om-na-run:disabled {
    opacity: .40;

    cursor: not-allowed;
}


@media(max-width: 950px) {

    .om-na-layout {
        grid-template-columns: 1fr;

        overflow-y: auto;
    }

    .om-na-map-panel {
        min-height: 540px;

        border-right: 0;
    }

    .om-na-control-panel {
        overflow: visible;
    }
}

