.pm-psikotes-dashboard{
    max-width:700px;
    margin:auto;
    padding:20px;
}

.pm-menu{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.pm-mode-btn{
    padding:10px 15px;
    border:none;
    background:#f1f1f1;
    cursor:pointer;
    border-radius:8px;
}

.pm-mode-btn:hover{
    background:#ddd;
}

#pm-psikotes-container input{
    width:100%;
    padding:12px;
    margin-bottom:10px;
}

#pm-psikotes-container button{
    padding:10px 15px;
    cursor:pointer;
}

.pm-box{
    margin-top:20px;
    background:#f7f7f7;
    padding:15px;
    border-radius:10px;
}

.pm-error{
    margin-top:15px;
    background:#ffe5e5;
    color:#a40000;
    padding:10px;
    border-radius:8px;
}

.pm-petunjuk{
    margin-top:25px;
    padding:20px;
    background:#fafafa;
    border:1px solid #ddd;
    border-radius:10px;
}

.pm-petunjuk h3{
    margin-top:0;
}

.pm-petunjuk-item{
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:1px dashed #ccc;
}

.pm-petunjuk-item:last-child{
    border-bottom:none;
}

.pm-petunjuk-item h4{
    margin-bottom:8px;
}

.pm-petunjuk-item ul{
    padding-left:20px;
}

.pm-petunjuk-item code{
    background:#f1f1f1;
    padding:3px 6px;
    border-radius:4px;
}

.pm-aritmatika-container{
    max-width:700px;
    margin:auto;
}

.pm-aritmatika-row{
    display:flex;
    gap:10px;
    margin-bottom:10px;
    align-items:center;
}

.pm-aritmatika-row input{
    flex:1;
    padding:12px;
    font-size:16px;
}

.pm-aritmatika-row select{
    width:90px;
    padding:12px;
    font-size:18px;
    text-align:center;
}

.pm-hapus-row{
    padding:12px 15px;
    cursor:pointer;
}

#pm-tambah-baris,
#pm-hitung-aritmatika{
    padding:12px 20px;
    margin-top:10px;
    margin-right:10px;
    cursor:pointer;
}

.pm-box-hasil{
    margin-top:20px;
    padding:20px;
    border:1px solid #ddd;
}

.pm-hasil-utama{
    font-size:32px;
    font-weight:bold;
    margin-bottom:20px;
}

.pm-langkah-item{
    margin-bottom:10px;
    padding:10px;
    background:#f5f5f5;
}