:root {
    --mud-typography-default-family: "VT323", monospace;
    --mud-typography-default-font-family: "VT323", monospace;
    --mud-typography-button-font-family: "VT323", monospace;
}

html, body {
    font-family: "VT323", monospace;
    font-weight: 600;
    background-color: #1E1E2E !important;
    color: #E0E0E7 !important;
}

.mud-button-root,
.mud-button-label {
    font-family: "VT323", monospace !important;
}

.mud-typography {
    font-family: "VT323", monospace !important;
}

.mode-icon {
    color: rgba(126, 231, 135, 0.9);
}

.mode-headline {
    font-weight: 600;
    color: #e9f7ec;
}

.mode-description {
    color: rgba(224, 224, 231, 0.78);
    max-width: 440px;
}

.mode-toggle {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    width: 100%;
}

.mode-toggle-label {
    color: rgba(224, 224, 231, 0.72);
    font-weight: 500;
}

.form-divider {
    border-color: rgba(126, 231, 135, 0.18) !important;
}

.file-drop-zone {
    position: relative;
    border-radius: 1.25rem;
    padding: 2.2rem 1.5rem;
    border: 1.5px dashed rgba(126, 231, 135, 0.35);
    background: rgba(16, 25, 38, 0.55);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.file-drop-zone:hover,
.file-drop-zone:focus-within {
    border-color: rgba(126, 231, 135, 0.85);
    background: rgba(22, 34, 52, 0.65);
    box-shadow: 0 0 0 2px rgba(126, 231, 135, 0.25);
}

.file-drop-wrapper {
    position: relative;
    min-height: 180px;
}

.file-drop-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-drop-content {
    text-align: center;
    justify-content: center;
    height: 100%;
}

.file-drop-icon {
    color: rgba(126, 231, 135, 0.9);
}

.file-drop-title {
    color: #f6fff8;
    font-weight: 600;
}

.file-drop-helper {
    color: rgba(224, 224, 231, 0.72);
}

.password-row {
    flex-wrap: wrap;
}

.password-row .mud-button {
    white-space: nowrap;
}

.status-alert {
    background: rgba(26, 38, 60, 0.85);
    border-radius: 0.85rem;
    border: 1px solid rgba(126, 231, 135, 0.25);
    color: rgba(224, 224, 231, 0.92);
}

.form-actions {
    flex-wrap: wrap;
    gap: 1rem;
}

.form-actions .mud-button {
    min-width: 150px;
}

.home-page {
    padding: 0 1.5rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.hero-section {
    text-align: center;
    width: 100%;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1100px;
}

.hero-copy {
    flex: 1 1 360px;
}

.hero-kicker {
    display: inline-block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.05rem;
    color: #7ee787;
    margin-bottom: 0.75rem;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    line-height: 1.1;
    margin: 0;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    color: rgba(224, 224, 231, 0.85);
}

.hero-actions {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-actions .mud-button {
    font-size: 1.1rem;
    padding: 0.75rem 1.75rem;
}

.hero-bullets {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1rem;
}

.hero-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.hero-bullets .mud-icon-root {
    font-size: 1.6rem;
    margin-top: 0.2rem;
    color: #7ee787;
}

.hero-visual {
    flex: 1 1 280px;
    display: flex;
    justify-content: center;
}

.hero-card {
    padding: 2.5rem 2rem;
    border-radius: 1.5rem;
    background: rgba(44, 44, 60, 0.85);
    border: 1px solid rgba(126, 231, 135, 0.18);
    text-align: center;
}

.hero-logo {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 1.5rem;
    display: block;
}

.hero-card-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(224, 224, 231, 0.85);
}

.info-section {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-cta {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-cta-primary {
    background: linear-gradient(135deg, #7ee787 0%, #4ade80 50%, #2dd4bf 100%) !important;
    color: #0b1120 !important;
    box-shadow: 0 12px 30px rgba(45, 212, 191, 0.3);
    border: 1px solid rgba(126, 231, 135, 0.55) !important;
}

.hero-cta-primary:hover,
.hero-cta-primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(45, 212, 191, 0.4);
}

.hero-cta-secondary {
    background: rgba(44, 44, 60, 0.65) !important;
    border: 1px solid rgba(126, 231, 135, 0.4) !important;
    color: #7ee787 !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.35);
}

.hero-cta-secondary:hover,
.hero-cta-secondary:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(126, 231, 135, 0.65) !important;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.45);
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 0;
    text-align: center;
}

.section-kicker {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(126, 231, 135, 0.85);
    margin-bottom: 0.75rem;
}

.section-lead {
    font-size: 1.1rem;
    max-width: 720px;
    margin: 0.5rem auto 0;
    text-align: center;
    color: rgba(224, 224, 231, 0.8);
    line-height: 1.7;
}

.steps-list {
    display: grid;
    gap: 1.5rem;
    padding-left: 1.75rem;
    font-size: 1.1rem;
}

.steps-list h3,
.steps-list h4{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.steps-list p {
    margin: 0;
    line-height: 1.65;
    color: rgba(224, 224, 231, 0.85);
}

.get-started-section {
    gap: 2.5rem;
}

.get-started-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-started-body {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    align-items: start;
}

.encryption-form-section {
    gap: 2.5rem;
    display: flex;
    justify-content: center;
}

.encryption-form-card {
    width: min(100%, 780px);
    margin: 0 auto;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    border-radius: 1.75rem;
    background: linear-gradient(135deg, rgba(23, 23, 35, 0.95), rgba(33, 45, 68, 0.92));
    border: 1px solid rgba(126, 231, 135, 0.2);
    box-shadow: 0 18px 45px rgba(10, 15, 35, 0.55);
}

.get-started-card {
    background: rgba(44, 44, 60, 0.85);
    border: 1px solid rgba(126, 231, 135, 0.2);
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.get-started-details h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
}

.get-started-details .steps-list {
    padding-left: 1.5rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.feature-card {
    padding: 1.75rem;
    border-radius: 1rem;
    background: rgba(44, 44, 60, 0.85);
    border: 1px solid rgba(126, 231, 135, 0.18);
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.feature-card p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(224, 224, 231, 0.85);
}

.content-card {
    padding: 2rem;
    border-radius: 1.25rem;
    background: rgba(44, 44, 60, 0.85);
    border: 1px solid rgba(126, 231, 135, 0.18);
}

.content-card p {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(224, 224, 231, 0.85);
}

.content-card p:last-child {
    margin-bottom: 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
}

.faq-list details {
    background: rgba(44, 44, 60, 0.85);
    border: 1px solid rgba(126, 231, 135, 0.18);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
}

.faq-list summary {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    outline: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list details[open] {
    border-color: rgba(126, 231, 135, 0.35);
}

.faq-list details p {
    margin: 0.75rem 0 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(224, 224, 231, 0.85);
}

.site-appbar {
    position: relative;
    padding: 1.35rem 1.75rem;
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.92) 0%, rgba(16, 23, 42, 0.92) 65%, rgba(15, 118, 110, 0.8) 100%);
    border-bottom: 1px solid rgba(126, 231, 135, 0.25);
    box-shadow: 0 18px 40px rgba(8, 11, 24, 0.45);
    overflow: hidden;
}

    .site-appbar::before,
    .site-appbar::after {
        content: "";
        position: absolute;
        inset: -45% auto auto -20%;
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, rgba(126, 231, 135, 0.25) 0%, transparent 70%);
        filter: blur(0.5px);
        opacity: 0.55;
        pointer-events: none;
    }

    .site-appbar::after {
        inset: auto -20% -55% auto;
        background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, transparent 68%);
        opacity: 0.45;
    }

    .site-appbar .mud-toolbar {
        padding: 0;
        background-color: transparent;
    }

.site-appbar__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2.5rem;
}

.site-appbar__brand {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.site-appbar__logo {
    height: 62px;
    width: auto;
    filter: drop-shadow(0 0 18px rgba(126, 231, 135, 0.45));
}

.site-appbar__brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.site-appbar__title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: clamp(1.85rem, 2.6vw, 2.3rem);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f8fafc !important;
    transition: transform 0.2s ease, text-shadow 0.2s ease;
}

    .site-appbar__title:hover,
    .site-appbar__title:focus-visible {
        transform: translateY(-1px);
        text-shadow: 0 0 18px rgba(126, 231, 135, 0.45);
    }

.site-appbar__subtitle {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.08em;
    color: rgba(224, 224, 231, 0.7);
}

.site-appbar__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
    flex-wrap: wrap;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.05rem;
}

.site-appbar__nav-link {
    position: relative;
    color: rgba(226, 232, 240, 0.85);
    text-decoration: none;
    padding-bottom: 0.2rem;
    transition: color 0.2s ease;
}

    .site-appbar__nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.35rem;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        background: linear-gradient(90deg, #7ee787 0%, #2dd4bf 100%);
        transition: transform 0.2s ease;
    }

    .site-appbar__nav-link:hover,
    .site-appbar__nav-link:focus-visible {
        color: #7ee787;
    }

        .site-appbar__nav-link:hover::after,
        .site-appbar__nav-link:focus-visible::after {
            transform: scaleX(1);
        }

.site-appbar__actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.site-appbar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 1.05rem;
    border-radius: 999px;
    background: rgba(12, 17, 35, 0.8);
    border: 1px solid rgba(126, 231, 135, 0.4);
    box-shadow: 0 0 20px rgba(45, 212, 191, 0.35);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #e2e8f0;
}

.site-appbar__button {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px !important;
    padding: 0.55rem 1.6rem !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.site-appbar__button--primary {
    background: linear-gradient(135deg, #7ee787 0%, #4ade80 50%, #2dd4bf 100%) !important;
    color: #051019 !important;
    box-shadow: 0 12px 28px rgba(45, 212, 191, 0.35);
    border: 1px solid rgba(126, 231, 135, 0.6) !important;
}

    .site-appbar__button--primary:hover,
    .site-appbar__button--primary:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(45, 212, 191, 0.45);
    }

.site-appbar__button--ghost {
    color: #7ee787 !important;
    border: 1px solid rgba(126, 231, 135, 0.35) !important;
    background: rgba(12, 18, 35, 0.6) !important;
    box-shadow: 0 10px 24px rgba(8, 12, 30, 0.55);
}

    .site-appbar__button--ghost:hover,
    .site-appbar__button--ghost:focus-visible {
        transform: translateY(-2px);
        border-color: rgba(126, 231, 135, 0.65) !important;
        box-shadow: 0 14px 32px rgba(8, 12, 30, 0.65);
    }

@media (max-width: 1200px) {
    .site-appbar {
        padding: 1.15rem 1.25rem;
    }

    .site-appbar__inner {
        gap: 2rem;
    }
}

@media (max-width: 992px) {
    .site-appbar {
        padding: 1rem 1.15rem;
    }

    .site-appbar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.85rem;
        text-align: left;
    }

    .site-appbar__brand {
        flex-direction: row;
        align-items: center;
        gap: 0.65rem;
    }

    .site-appbar__logo {
        height: 56px;
    }


    .site-appbar__actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.6rem;
        flex-wrap: nowrap;
    }

        .site-appbar__actions > * {
            flex: 0 0 auto;
        }

    .site-appbar__badge {
        padding: 0.3rem 0.85rem;
        font-size: 0.86rem;
        letter-spacing: 0.14em;
    }

    .site-appbar__button {
        padding: 0.48rem 1.1rem !important;
        font-size: 0.98rem;
    }

}


@media (max-width: 680px) {
    .site-appbar {
        padding: 0.9rem 1rem 1.1rem;
    }

    .site-appbar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        text-align: left;
    }

    .site-appbar__spacer {
        display: none;
    }

    .site-appbar__brand {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.6rem;
    }

    .site-appbar__logo {
        height: 50px;
    }

    .site-appbar__brand-text {
        display: none;
    }

    .site-appbar__actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.45rem;
        flex-wrap: wrap;
    }

        .site-appbar__actions > * {
            flex: 0 0 auto;
        }

    .site-appbar__badge {
        padding: 0.25rem 0.75rem;
        font-size: 0.82rem;
        letter-spacing: 0.16em;
    }

    .site-appbar__button {
        width: auto;
        justify-content: center;
        padding: 0.45rem 1.05rem !important;
        font-size: 0.95rem;
    }

    .site-appbar__button--primary {
        box-shadow: 0 10px 24px rgba(45, 212, 191, 0.25);
    }

    .site-appbar__button--ghost {
        display: inline-flex;
        padding: 0.45rem 0.85rem !important;
        font-size: 0.95rem;
        color: rgba(224, 224, 231, 0.85) !important;
    }

    .site-appbar__nav {
        display: none;
    }

    .site-appbar__subtitle {
        display: none;
    }
}

@media (max-width: 480px) {
    .site-appbar__logo {
        height: 46px;
    }

    .site-appbar__badge {
        font-size: 0.78rem;
        letter-spacing: 0.14em;
    }

    .site-appbar__button {
        padding: 0.45rem 0.95rem !important;
    }

    .site-appbar__actions {
        gap: 0.35rem;
    }
}
.site-footer {
    position: relative;
    margin-top: 5rem;
    padding: 3rem 1.5rem 2.5rem;
    background: radial-gradient(circle at top left, rgba(126, 231, 135, 0.08), transparent 55%), radial-gradient(circle at bottom right, rgba(34, 211, 238, 0.08), transparent 55%), rgba(24, 24, 36, 0.95);
    border-top: 1px solid rgba(126, 231, 135, 0.2);
    color: #e0e0e7;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
}

.encryption-form-card .mud-input > input.mud-input-root,
.encryption-form-card .mud-input-slot.mud-input-root,
.encryption-form-card .mud-input-slot input.mud-input-root {
    color: #E0E0E7 !important;
}

.encryption-form-card .mud-input > input.mud-input-root::placeholder,
.encryption-form-card .mud-input-slot.mud-input-root::placeholder,
.encryption-form-card .mud-input-slot input.mud-input-root::placeholder {
    color: rgba(224, 224, 231, 0.64) !important;
}

.mud-input-root.mud-input-root-outlined.mud-input-root-focused {
    border-color: #7ee787 !important;
}

.encryption-form-card .mud-input-label {
    color: rgba(224, 224, 231, 0.78) !important;
    font-weight: 500;
}

.encryption-form-card .mud-input-slot input {
    color: #E0E0E7 !important;
    font-weight: 600;
}

.encryption-form-card .encryption-action-button,
.encryption-form-card .encryption-reset-button {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.95rem clamp(1rem, 2vw, 1.25rem);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.encryption-form-card .encryption-action-button {
    background: linear-gradient(135deg, #7ee787 0%, #4ade80 45%, #2dd4bf 100%) !important;
    color: #0b1120 !important;
    border: 1px solid rgba(126, 231, 135, 0.55) !important;
    box-shadow: 0 16px 36px rgba(45, 212, 191, 0.28);
}

.encryption-form-card .encryption-action-button:hover,
.encryption-form-card .encryption-action-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 46px rgba(45, 212, 191, 0.38);
}

.encryption-form-card .encryption-reset-button {
    background: rgba(44, 44, 60, 0.68) !important;
    border: 1px solid rgba(126, 231, 135, 0.45) !important;
    color: rgba(126, 231, 135, 0.95) !important;
    box-shadow: 0 14px 28px rgba(12, 21, 38, 0.32);
}

.encryption-form-card .encryption-reset-button:hover,
.encryption-form-card .encryption-reset-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(126, 231, 135, 0.7) !important;
    box-shadow: 0 18px 38px rgba(12, 21, 38, 0.42);
}

.encryption-form-card .mud-input-slot input::placeholder {
    color: rgba(224, 224, 231, 0.68);
}

.encryption-form-card .mud-input-helper-text {
    color: rgba(224, 224, 231, 0.7);
}

.encryption-form-card .mud-input-adornment {
    color: rgba(126, 231, 135, 0.85);
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 520px;
}

.site-footer__logo {
    width: 180px;
    max-width: 100%;
}

.site-footer__tagline {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(224, 224, 231, 0.8);
    margin: 0;
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.05rem;
}

.site-footer__link {
    color: rgba(126, 231, 135, 0.95) !important;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

    .site-footer__link:hover,
    .site-footer__link:focus-visible {
        color: #7ee787;
    }

.site-footer__link--inline {
    text-transform: none;
    letter-spacing: 0.03em;
}

.site-footer__contact {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    background: rgba(30, 30, 46, 0.85);
    border: 1px solid rgba(126, 231, 135, 0.22);
}

.site-footer__contact-icon {
    font-size: 1.6rem;
    color: #7ee787;
}

.site-footer__contact-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(224, 224, 231, 0.8);
}

.site-footer__bottom {
    max-width: 1100px;
    margin: 2.5rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(126, 231, 135, 0.12);
    text-align: center;
}

.site-footer__copyright {
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: rgba(224, 224, 231, 0.6);
}

@media (max-width: 992px) {
    .home-page {
        padding: 3.5rem 1.5rem 4rem;
        gap: 4rem;
    }

    .hero-container {
        gap: 2.5rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero-actions .mud-button {
        width: 100%;
        justify-content: center;
    }

    .get-started-body {
        grid-template-columns: 1fr;
    }

    .get-started-details {
        max-width: 620px;
        justify-self: center;
    }
}

@media (max-width: 600px) {
    .home-page {
        padding: 3rem 1.25rem 3.5rem;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-subtitle {
        font-size: 1.15rem;
    }

    .steps-list {
        padding-left: 1.25rem;
    }

    .mock-input {
        font-size: 1.1rem;
    }
}

.green-border > .mud-input-control-input-container > .mud-input.mud-input-outlined > input:focus ~ .mud-input-outlined-border {
    border-color: #7ee787 !important;
}
