.dt-profile-page{min-height:100vh;display:flex;flex-direction:column;background:#f4f6f8;color:#172033}.dt-profile-main{flex:1;width:min(1100px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.dt-profile-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.dt-profile-heading h1{margin:0;font-size:30px;line-height:1.2;color:#101828}.dt-profile-heading p{margin:6px 0 0;color:#667085}.dt-profile-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px}.dt-profile-panel{background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:24px}.dt-profile-panel h2{margin:0 0 18px;font-size:20px;color:#101828}.dt-profile-muted{margin:-10px 0 18px;color:#667085;font-size:14px;line-height:1.5}.dt-profile-identity{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid #e4e7ec}.dt-profile-avatar{width:112px;height:112px;flex:0 0 112px;display:grid;place-items:center;overflow:hidden;border:3px solid #d92d20;border-radius:50%;background:#fff7cc;color:#b42318;font:700 38px/1 Arial,sans-serif;cursor:pointer}.dt-profile-avatar img{width:100%;height:100%;object-fit:cover}.dt-profile-avatar:disabled{opacity:.65;cursor:wait}.dt-profile-identity-copy{min-width:0;display:flex;flex-direction:column;gap:6px}.dt-profile-identity-copy strong{font-size:18px;color:#101828}.dt-profile-identity-copy span{overflow-wrap:anywhere;color:#667085}.dt-profile-role{align-self:flex-start;padding:4px 8px;border:1px solid #f5b7b1;border-radius:4px;background:#fff1f0;color:#b42318!important;font-size:12px;font-weight:700}.dt-profile-file{display:none}.dt-profile-upload{width:100%;margin-top:16px}.dt-profile-facts{display:grid;grid-template-columns:130px minmax(0,1fr);gap:11px 16px;margin:22px 0 0}.dt-profile-facts dt{font-size:13px;font-weight:700;color:#475467}.dt-profile-facts dd{margin:0;overflow-wrap:anywhere;color:#101828}.dt-profile-form{display:flex;flex-direction:column;gap:15px}.dt-profile-form label{display:flex;flex-direction:column;gap:6px}.dt-profile-form label span{font-size:13px;font-weight:700;color:#344054}.dt-profile-form input{width:100%;height:44px;padding:0 12px;border:1px solid #cfd5dd;border-radius:6px;background:#fff;color:#101828;font:inherit;box-sizing:border-box}.dt-profile-form input:focus{outline:2px solid #ffce00;outline-offset:1px;border-color:#b42318}.dt-profile-button{min-height:42px;padding:0 16px;border-radius:6px;font:inherit;font-weight:700;cursor:pointer}.dt-profile-button:disabled{opacity:.6;cursor:wait}.dt-profile-button-primary{border:1px solid #b42318;background:#d92d20;color:#fff}.dt-profile-button-primary:hover:not(:disabled){background:#b42318}.dt-profile-button-secondary{border:1px solid #cfd5dd;background:#fff;color:#344054}.dt-profile-button-secondary:hover:not(:disabled){background:#f2f4f7}.dt-profile-logout{margin-top:18px;padding:0;border:0;background:transparent;color:#b42318;font:inherit;font-weight:700;cursor:pointer;text-decoration:underline}.dt-profile-notice{margin-bottom:16px;padding:12px 14px;border-radius:6px;font-size:14px}.dt-profile-notice-error{border:1px solid #f8b4b0;background:#fff1f0;color:#9f1c16}.dt-profile-notice-success{border:1px solid #86d6a5;background:#ecfdf3;color:#067647}@media(max-width:760px){.dt-profile-main{width:min(100% - 20px,680px);padding:20px 0 32px}.dt-profile-heading{align-items:flex-start;flex-direction:column}.dt-profile-heading h1{font-size:25px}.dt-profile-grid{grid-template-columns:1fr}.dt-profile-panel{padding:18px}.dt-profile-avatar{width:88px;height:88px;flex-basis:88px;font-size:30px}.dt-profile-facts{grid-template-columns:1fr;gap:5px}.dt-profile-facts dd{margin-bottom:8px}}