#accountPage .assessments-content{flex-direction:column;gap:1.75rem;display:flex}#accountPage .settings-section{border:1px solid var(--border-color,#e2e8f0);background:var(--surface-1,#fff);border-radius:10px;padding:1.25rem 1.5rem}#accountPage .settings-section h3{margin:0 0 .25rem;font-size:1rem}#accountPage .settings-section h4{margin:0 0 .25rem;font-size:.9rem}#accountPage .settings-section-desc{color:var(--text-secondary,#64748b);margin:.25rem 0 1rem;font-size:.9rem}#accountPage .form-grid{grid-template-columns:repeat(auto-fit, minmax(calc(260px * var(--density-scale,1)), 1fr));gap:1rem 1.5rem;display:grid}#accountPage .form-group{flex-direction:column;gap:.3rem;display:flex}#accountPage .form-group>label{font-size:.85rem;font-weight:600}#accountPage .form-static-value{color:var(--text-primary,#0f172a);padding:.4rem 0;font-size:.95rem}#accountPage .form-helper-text{color:var(--text-secondary,#64748b);font-size:.8rem}#accountPage .form-error-text{color:var(--danger,#dc2626);font-size:.9rem}#accountPage select{max-width:32rem}#accountPage .settings-empty{color:var(--text-secondary,#64748b);font-size:.9rem}#accountPage .acc-table-wrap{overflow-x:auto}#accountPage .acc-subs-table{border-collapse:collapse;width:100%;min-width:28rem;font-size:.9rem}#accountPage .acc-subs-table th,#accountPage .acc-subs-table td{text-align:center;border-bottom:1px solid var(--border-color,#e2e8f0);padding:.5rem .75rem}#accountPage .acc-subs-table thead th{color:var(--text-secondary,#64748b);font-weight:600}#accountPage .acc-subs-table th[scope=row],#accountPage .acc-ka-name{text-align:left;font-weight:600}#accountPage .acc-check{cursor:pointer;align-items:center;gap:.4rem;display:inline-flex}#accountPage .acc-check input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}#accountPage .acc-sync-block{border-top:1px solid var(--border-color,#e2e8f0);margin-top:1.25rem;padding-top:1rem}#accountPage .acc-sync-list{flex-wrap:wrap;gap:.5rem 1.5rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}#accountPage .acc-sync-row .acc-check span{font-size:.9rem}