body.yatriwala-installer {
    margin: 0;
    min-height: 100vh;
    color: #18332e;
    background: #f6f4ec;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.yatriwala-installer .yatriwala-installer-nav {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(11, 86, 78, 0.16);
    border-radius: 8px;
    background: rgba(255, 253, 250, 0.9);
    box-shadow: 0 16px 38px rgba(20, 44, 39, 0.16);
    backdrop-filter: blur(14px);
}

body.yatriwala-installer .yatriwala-installer-nav a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 12px;
    color: #0b5c54;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body.yatriwala-installer .yatriwala-installer-nav a:hover,
body.yatriwala-installer .yatriwala-installer-nav a:nth-child(2) {
    color: #fffdfa;
    background: #0b5c54;
}

body.yatriwala-installer .master {
    display: flex;
    min-height: 100vh;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 42px 18px;
    background:
        linear-gradient(120deg, rgba(7, 74, 69, 0.94), rgba(19, 114, 98, 0.82) 47%, rgba(255, 247, 225, 0.86) 47%, rgba(255, 247, 225, 0.94)),
        linear-gradient(180deg, #f6f4ec 0%, #e9f4ef 100%);
}

body.yatriwala-installer .box {
    width: min(760px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(11, 86, 78, 0.12);
    border-radius: 8px;
    background: #fffdfa;
    box-shadow: 0 24px 70px rgba(20, 44, 39, 0.24);
}

body.yatriwala-installer .yatriwala-installer-footer {
    display: flex;
    width: min(760px, 100%);
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px auto 0;
    border-radius: 8px;
    padding: 14px 18px;
    color: rgba(255, 253, 250, 0.74);
    background: rgba(10, 54, 49, 0.86);
    box-shadow: 0 12px 28px rgba(20, 44, 39, 0.18);
}

body.yatriwala-installer .yatriwala-installer-footer strong {
    color: #fffdfa;
    font-size: 16px;
}

body.yatriwala-installer .yatriwala-installer-footer span {
    text-align: right;
    font-size: 13px;
    font-weight: 650;
}

body.yatriwala-installer .yatriwala-installer-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px 30px;
    color: #17312c;
    background: #fffdfa;
    border-bottom: 1px solid rgba(18, 72, 64, 0.1);
}

body.yatriwala-installer .yatriwala-installer-brand__mark {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 8px;
    color: #fffdfa;
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, #0b5c54, #1c8a78);
    box-shadow: 0 10px 22px rgba(10, 92, 84, 0.24);
}

body.yatriwala-installer .yatriwala-installer-brand__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

body.yatriwala-installer .yatriwala-installer-brand__copy strong {
    color: #102f2a;
    font-size: 22px;
    letter-spacing: 0;
}

body.yatriwala-installer .yatriwala-installer-brand__copy small {
    margin-top: 3px;
    color: #66746f;
    font-size: 13px;
}

body.yatriwala-installer .header {
    padding: 30px 38px 46px;
    color: #fffdfa;
    background:
        linear-gradient(135deg, rgba(11, 92, 84, 0.98), rgba(28, 138, 120, 0.94)),
        #0b5c54;
}

body.yatriwala-installer .header__title {
    margin: 0;
    color: #fffdfa;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}

body.yatriwala-installer .header__title code {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    color: #0b5c54;
    background: #ffe6bd;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.82em;
}

body.yatriwala-installer .step {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: -24px 38px 0;
    padding: 0;
    list-style: none;
}

body.yatriwala-installer .step__divider {
    width: 28px;
    height: 2px;
    background: rgba(20, 67, 60, 0.16);
}

body.yatriwala-installer .step__item {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 3px solid #fffdfa;
    border-radius: 50%;
    color: #6c7a75;
    background: #e9eee9;
    box-shadow: 0 12px 24px rgba(28, 65, 58, 0.18);
}

body.yatriwala-installer .step__item.active,
body.yatriwala-installer .step__item.is-active,
body.yatriwala-installer .step__item[class*="active"] {
    color: #fffdfa;
    background: #ff8a5b;
}

body.yatriwala-installer .step__item a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

body.yatriwala-installer .main {
    padding: 38px 50px 44px;
    background: #fffdfa;
}

body.yatriwala-installer .main p {
    color: #5f6e68;
    font-size: 16px;
    line-height: 1.65;
}

body.yatriwala-installer .tabs {
    margin: 0;
}

body.yatriwala-installer .tabs-wrap {
    display: block;
}

body.yatriwala-installer .form-group {
    margin-bottom: 18px;
}

body.yatriwala-installer label {
    display: block;
    margin-bottom: 8px;
    color: #21433c;
    font-size: 14px;
    font-weight: 700;
}

body.yatriwala-installer input,
body.yatriwala-installer select,
body.yatriwala-installer textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e1dc;
    border-radius: 8px;
    color: #19352f;
    background: #fbfaf6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 15px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.yatriwala-installer input:focus,
body.yatriwala-installer select:focus,
body.yatriwala-installer textarea:focus {
    border-color: #1c8a78;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(28, 138, 120, 0.12);
}

body.yatriwala-installer .installer-field-note {
    margin: -2px 0 12px;
    color: #7a6755;
    font-size: 13px;
    line-height: 1.45;
}

body.yatriwala-installer .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

body.yatriwala-installer .button,
body.yatriwala-installer a.button,
body.yatriwala-installer button.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 8px;
    padding: 12px 20px;
    color: #fffdfa;
    background: #0b5c54;
    box-shadow: 0 12px 24px rgba(11, 92, 84, 0.22);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.yatriwala-installer .button:hover,
body.yatriwala-installer a.button:hover,
body.yatriwala-installer button.button:hover {
    color: #fffdfa;
    background: #124e46;
    box-shadow: 0 16px 30px rgba(11, 92, 84, 0.26);
    transform: translateY(-1px);
}

body.yatriwala-installer .bc_test_db {
    background: #ff8a5b;
    box-shadow: 0 12px 24px rgba(255, 138, 91, 0.24);
}

body.yatriwala-installer .bc_test_db:hover {
    background: #eb7447;
    box-shadow: 0 16px 30px rgba(255, 138, 91, 0.28);
}

body.yatriwala-installer .alert {
    border-radius: 8px;
    border: 1px solid rgba(255, 138, 91, 0.24);
    color: #5f3d28;
    background: #fff3e8;
}

body.yatriwala-installer .alert-danger {
    border-color: rgba(196, 60, 48, 0.2);
    color: #753225;
    background: #fff0ed;
}

body.yatriwala-installer .error-block {
    display: block;
    margin-top: 8px;
    color: #b74733;
    font-size: 13px;
}

body.yatriwala-installer .block {
    border: 1px solid rgba(19, 91, 82, 0.12);
    border-radius: 8px;
    background: #f9f7ef;
}

body.yatriwala-installer .block > label {
    padding: 16px 18px;
    margin: 0;
    cursor: pointer;
}

body.yatriwala-installer .block .info {
    padding: 0 18px 18px;
}

body.yatriwala-installer #phpdebugbar,
body.yatriwala-installer .phpdebugbar,
body.yatriwala-installer .phpdebugbar-openhandler {
    display: none !important;
}

@media (max-width: 760px) {
    body.yatriwala-installer .yatriwala-installer-nav {
        position: static;
        justify-content: center;
        margin: 0;
        border-width: 0 0 1px;
        border-radius: 0;
        box-shadow: none;
    }

    body.yatriwala-installer .master {
        padding: 18px 10px;
        background:
            linear-gradient(180deg, rgba(7, 74, 69, 0.96) 0%, rgba(19, 114, 98, 0.9) 220px, #f6f4ec 220px),
            #f6f4ec;
    }

    body.yatriwala-installer .box {
        width: 100%;
    }

    body.yatriwala-installer .yatriwala-installer-footer {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    body.yatriwala-installer .yatriwala-installer-footer span {
        text-align: left;
    }

    body.yatriwala-installer .yatriwala-installer-brand {
        padding: 18px;
    }

    body.yatriwala-installer .header {
        padding: 24px 20px 40px;
    }

    body.yatriwala-installer .header__title {
        font-size: 24px;
    }

    body.yatriwala-installer .main {
        padding: 30px 18px 34px;
    }

    body.yatriwala-installer .step {
        gap: 4px;
        margin-left: 14px;
        margin-right: 14px;
    }

    body.yatriwala-installer .step__divider {
        width: 12px;
    }

    body.yatriwala-installer .step__item {
        width: 42px;
        height: 42px;
    }

    body.yatriwala-installer .buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.yatriwala-installer .button,
    body.yatriwala-installer a.button,
    body.yatriwala-installer button.button {
        width: 100%;
    }
}
