.profile-dialog{position:fixed;inset:0;margin:auto;width:min(1120px,94vw);max-width:94vw;max-height:88dvh;padding:0;border:1px solid #4d4535;border-radius:18px;background:#171c21;color:#e5e9ed;box-shadow:0 28px 100px #0009;overflow:auto}.profile-dialog::backdrop{background:#04070bc4;backdrop-filter:blur(5px)}.profile-dialog-heading{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #ffffff12;background:#1b2026}.profile-dialog-heading small{font-size:10px;color:#ba9453;letter-spacing:1.5px}.profile-dialog-heading h2{font-size:21px;margin:4px 0 0;color:inherit}.profile-dialog-heading button{width:38px;height:38px;cursor:pointer;border:1px solid #ffffff20;border-radius:10px;background:#ffffff08;color:inherit;font-size:26px}.profile-dialog-body{padding:24px}.profile-dialog-body>.shell{width:100%;max-width:none!important;margin:0;padding:0!important}.profile-dialog-body .branding-section{margin:0}.profile-dialog-body .department-console{padding:0}.profile-dialog-body .profile-tabs{margin:0}.profile-dialog-body .profile-form{padding:0}.profile-dialog-body .profile-avatar-options{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}.profile-dashboard-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}.profile-dashboard-menu button{display:flex;align-items:center;gap:14px;text-align:left;min-height:95px;padding:20px;cursor:pointer;border:1px solid #ffffff12;border-radius:13px;background:linear-gradient(130deg,#232a30,#1c2227);color:#e9ecef;transition:transform .18s,border-color .18s}.profile-dashboard-menu button:hover{transform:translateY(-2px);border-color:#b58949}.profile-dashboard-menu button>svg{width:24px;height:24px;color:#dbaf64;flex-shrink:0}.profile-dashboard-menu button>span{display:grid;gap:6px}.profile-dashboard-menu strong{font-size:15px}.profile-dashboard-menu small{font-size:12px;color:#99a4ae}.profile-dashboard-title{margin:28px 0 0;display:flex;align-items:center;justify-content:space-between}.profile-dashboard-title h2{font-size:19px;margin:0}.profile-dashboard-title p{font-size:12px;color:#99a4ae;margin:0}.profile-dashboard-footer{display:flex;gap:20px;justify-content:center;font-size:13px;padding:18px}.profile-avatar-link{cursor:pointer}.profile-dialog input,.profile-dialog select,.profile-dialog textarea{color:inherit}.profile-dialog select option{background:#20262b;color:#edf0f2}html[data-theme=light] .profile-dialog,html[data-theme=light] .profile-dialog-heading{background:#fff;color:#26313b;border-color:#ddd}html[data-theme=light] .profile-dashboard-menu button{background:#fff;color:#26313b;border-color:#e0e4e8}html[data-theme=light] .profile-dialog select option{background:white;color:#26313b}@media(max-width:700px){.profile-dialog{position:fixed;inset:0;width:100%;max-width:100%;max-height:94dvh;margin:auto 0 0;border-radius:18px 18px 0 0}.profile-dialog-heading{padding:15px 16px}.profile-dialog-body{padding:16px 16px calc(20px + env(safe-area-inset-bottom))}.profile-dashboard-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-dashboard-menu button{padding:14px}.profile-dialog .profile-form-grid{display:grid;grid-template-columns:1fr}.profile-dialog .profile-avatar-picker{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){.profile-dashboard-menu button{transition:none}}.profile-dashboard-footer button{border:0;padding:0;background:none;color:#a8b1ba;font-size:13px}.profile-dashboard-footer button:hover{color:#edbd6c}.profile-dialog[open]{animation:profile-dialog-enter .16s ease-out}@keyframes profile-dialog-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.profile-dialog[open]{animation:none}}.profile-dialog{--muted:#a9b4bf;--surface:#1b2127;--line:#384149;isolation:isolate}.profile-dialog-body p{color:#a9b4bf}.profile-dialog-body label{color:#e5e9ed}.profile-dialog-body input,.profile-dialog-body select,.profile-dialog-body textarea{background:#151a1f;border:1px solid #46515c;border-radius:8px;padding:10px 12px}.profile-dialog-body input::placeholder{color:#8997a5}.profile-dialog-body button:focus-visible,.profile-dialog-body input:focus-visible,.profile-dialog-body select:focus-visible{outline:2px solid #eab351;outline-offset:3px}.profile-dialog-body fieldset:disabled{opacity:.55}.profile-dialog .channel-edit-dialog{position:fixed;inset:0;margin:auto;background:#1b2127;color:#e5e9ed;max-height:86dvh;overflow:auto}.profile-dialog .channel-edit-dialog::backdrop{background:#0009}html[data-theme=light] .profile-dialog{--muted:#566574;--surface:#f7f9fb;--line:#dce2e8}html[data-theme=light] .profile-dialog-body p{color:#566574}html[data-theme=light] .profile-dialog-body label{color:#26313b}html[data-theme=light] .profile-dialog-body input,html[data-theme=light] .profile-dialog-body select,html[data-theme=light] .profile-dialog-body textarea{background:#fff;color:#26313b;border-color:#bac4ce}