.app-vat-wrapper{
    max-width:600px;
    margin:auto;
    font-family:Inter,system-ui;
}

.vat-card{
    background:#020617;
    padding:40px;
    border-radius:20px;
    color:#e5e7eb;
}

.vat-card h2{
    margin-bottom:20px;
}

.vat-toggle{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.vat-mode{
    flex:1;
    padding:10px;
    background:#0f172a;
    border:none;
    color:#e5e7eb;
    border-radius:10px;
    cursor:pointer;
}

.vat-mode.active{
    background:#38bdf8;
    color:#020617;
    font-weight:700;
}

.vat-input-group{
    margin-bottom:20px;
}

.vat-input-group label{
    display:block;
    margin-bottom:6px;
    font-size:14px;
}

.vat-input-group input,
.vat-input-group select{
    width:100%;
    padding:12px;
    border-radius:10px;
    border:none;
    background:#0f172a;
    color:#e5e7eb;
}

.main{
    background:#38bdf8;
    color:#020617;
    padding:12px 22px;
    border:none;
    border-radius:12px;
    font-weight:700;
    cursor:pointer;
    width:100%;
}

.vat-result{
    margin-top:30px;
    padding:20px;
    background:#0f172a;
    border-radius:15px;
}

.vat-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.vat-row.total{
    font-size:18px;
}
