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

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

/* HELLERE ÜBERSCHRIFTEN */

.percent-title{
    font-size:26px;
    color:#ffffff;
    margin-bottom:20px;
}

.ex-title{
    color:#ffffff;
    margin-top:20px;
    margin-bottom:10px;
}

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

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

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

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

.percent-input-group label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
}

.example{
    font-weight:400;
    color:#94a3b8;
    font-size:13px;
}

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

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

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

.percent-row.total{
    font-size:18px;
    margin-bottom:15px;
}

.percent-explanation p{
    margin:6px 0;
    color:#cbd5e1;
}

.percent-table table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

.percent-table th,
.percent-table td{
    border:1px solid #1e293b;
    padding:8px;
    text-align:center;
}

.percent-table th{
    background:#1e293b;
    color:#ffffff;
}
