﻿html {
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

body {
    margin: 0;
    overflow: hidden
}

.qztrvpln {
    min-height: 100vh;
    display: flex
}

.trqzvpln {
    display: none;
    padding: 3rem;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 50%;
    background: linear-gradient(to bottom right,#0f172a,#1e293b,#334155)
}

@media (min-width:1024px) {
    .trqzvpln {
        display: flex
    }
}

.qtrvplmz {
    position: relative;
    z-index: 10
}

.vpltrzqn {
    display: flex;
    align-items: center;
    gap: .25rem;
    margin-bottom: 4rem
}

.zvpltrqn {
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff0;
    background-image: linear-gradient(to right, #a78bfa, #818cf8);
    -webkit-background-clip: text;
    background-clip: text;
}

.f8k2vmpq {
    font-size: 2.25rem;
    font-weight: 700;
    color: #e0e7ff
}

.cdrs23gj {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1
}

.hdgnnyt5 {
    font-size: 1.25rem;
    color: #e0e7ff;
    line-height: 1.75
}

.feature_list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.feature_item {
    display: flex;
    gap: 1rem;
    align-items: flex-start
}

.icon_box {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
    background: rgb(255 255 255 / .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.feature_title {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .25rem
}
.feature_text {
    color: #e0e7ff
}
.stats_row {
    display: flex;
    gap: 2rem;
    color: rgb(255 255 255 / .8)
}
.stat_num {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff
}
.stat_label {
    font-size: .875rem;
    color: #e0e7ff
}
.right_panel {
    flex: 1;
}
.cvzlkjub {
    padding: 2rem;
}
.ddwer23l {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.input_group {
    margin-bottom: 1rem;
}
.input_group label {
    font-size: .875rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: .5rem;
    display: block
}
.input_box {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: .5rem;
    outline: none;
    box-sizing: border-box;
}

.input_box:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 2px rgb(124 58 237 / .3)
}
.input_box_2 {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: .5rem;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
}

.input_box_2:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 2px rgb(124 58 237 / .3)
}
.ggpwnofd {
    position: absolute;
    top: 38px;
    right: 15px;
    cursor: pointer;
}
.btn {
    width: 100%;
    padding: .75rem;
    border-radius: .5rem;
    font-weight: 600;
    border: none;
    cursor: pointer
}
.btn_primary {
    background: linear-gradient(to right,#7c3aed,#4f46e5);
    color: #fff;
}
.btn_success {
    background: linear-gradient(to right, #32c900, #37a300);
    color: #fff;
    margin-top: 20px;
}
.lmndsawq {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background-color: #d3ffd3;
    padding: 1rem;
    text-align: center;
}
.bbjniou2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
button[disabled] {
    background: lightgray;
    cursor: not-allowed;
}
.ygko29xs {
    border: none;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
}