.lso-account-wrapper{
    max-width:100%;
}

.lso-card{
    background:#ffffff;
    border-radius:24px;
    padding:32px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.lso-card-header{
    margin-bottom:24px;
}

.lso-card-header h2{
    margin:0 0 10px;
    font-size:32px;
    font-weight:800;
}

.lso-card-header p{
    margin:0;
    color:#6b7280;
}

.lso-card table{
    width:100%;
}

.lso-card table th{
    width:250px;
    padding:16px;
    font-weight:700;
}

.lso-card table td{
    padding:16px;
}

.lso-empty-state{
    text-align:center;
    padding:60px 20px;
}

.lso-empty-state h3{
    margin-bottom:10px;
    font-size:24px;
    font-weight:700;
}

.lso-empty-state p{
    color:#6b7280;
}

.lso-pending{
    color:#f59e0b;
    font-weight:600;
}

.lso-report-ready{
    color:#10b981;
    font-weight:600;
}

.lso-thank-you-wrapper{
    max-width:900px;
    margin:60px auto;
    padding:20px;
}

.lso-thank-you-card{
    background:#ffffff;
    border-radius:32px;
    padding:50px;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.lso-success-icon{
    width:80px;
    height:80px;
    line-height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#10b981;
    color:#fff;
    font-size:42px;
    font-weight:bold;
}

.lso-thank-you-card h1{
    margin-bottom:10px;
    font-size:42px;
    font-weight:800;
}

.lso-subtitle{
    color:#6b7280;
    margin-bottom:30px;
}

.lso-order-box{
    max-width:500px;
    margin:30px auto;
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
}

.lso-order-row{
    display:flex;
    justify-content:space-between;
    padding:16px 20px;
    border-bottom:1px solid #e5e7eb;
}

.lso-order-row:last-child{
    border-bottom:none;
}

.lso-report-message{
    margin-top:30px;
}

.lso-report-message h3{
    margin-bottom:10px;
}

.lso-thank-you-actions{
    margin-top:30px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.lso-thank-you-actions .button{
    background:#13b6ec;
    color:#fff;
    border-radius:999px;
    padding:14px 28px;
    text-decoration:none;
}

.lso-thank-you-actions .button.secondary{
    background:#f3f4f6;
    color:#111827;
}