/* In-shell employee account route. Authenticated pages never replace the app document. */
.account-route,.account-route *,.account-route *::before,.account-route *::after{box-sizing:border-box;letter-spacing:0!important}
#route-view[data-shell-route="account"]{width:min(100%,760px);padding-top:28px;padding-bottom:110px}
.account-route{width:100%;color:#2E273B}
.account-card{border:1px solid rgba(250,247,245,.28);border-radius:32px;background:rgba(250,247,245,.97);padding:30px 28px 28px;box-shadow:0 24px 70px rgba(16,11,25,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.account-brand-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.account-home{display:block;width:180px;max-width:45%;-webkit-tap-highlight-color:transparent}.account-home img{width:100%;height:auto}.account-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(46,39,59,.14);border-radius:50%;color:#2E273B;text-decoration:none;font-size:1.7rem;font-weight:400;line-height:1;-webkit-tap-highlight-color:transparent}
.account-identity{display:grid;grid-template-columns:86px minmax(0,1fr);gap:20px;align-items:center;margin-top:48px;padding-bottom:28px;border-bottom:1px solid rgba(46,39,59,.12)}
.account-avatar{display:grid;place-items:center;width:86px;height:86px;border-radius:50%;background:#2E273B;color:#E5ECBE;font-size:1.45rem;font-weight:400;line-height:1}
.account-eyebrow{margin:0 0 7px;color:rgba(46,39,59,.58);font-size:.72rem;font-weight:400;text-transform:uppercase}.account-eyebrow span{display:block;margin-top:2px;text-transform:none}
.account-heading h1{margin:0;color:#2E273B;font-size:clamp(2rem,8vw,3.2rem);font-weight:400;line-height:1.04;text-transform:none}.account-name{margin:8px 0 0;color:rgba(46,39,59,.68);font-size:1rem;line-height:1.4}
.account-details{margin:0;padding:4px 0}.account-details>div{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid rgba(46,39,59,.1)}.account-details dt{color:rgba(46,39,59,.58);font-size:.76rem;font-weight:400;line-height:1.35;text-transform:uppercase}.account-details dt span{display:block;margin-top:3px;text-transform:none}.account-details dd{margin:0;text-align:right;font-size:.95rem;font-weight:400;line-height:1.5}
.account-actions{display:grid;gap:10px;margin-top:28px}.account-primary,.account-secondary{display:flex;align-items:center;justify-content:center;gap:7px;min-height:54px;border-radius:18px;text-decoration:none;font-size:.9rem;font-weight:400;-webkit-tap-highlight-color:transparent}.account-primary{border:1px solid #2E273B;background:#2E273B;color:#FAF7F5}.account-secondary{border:1px solid rgba(46,39,59,.18);background:transparent;color:#2E273B}.account-secondary[type=button]{width:100%;cursor:pointer}.account-actions span[lang=th]{color:inherit;opacity:.7}.account-route .hidden{display:none!important}.account-status{min-height:1.5em;margin:16px 0 0;color:rgba(46,39,59,.62);font-size:.8rem;text-align:center}
.account-home:focus,.account-home:focus-visible,.account-close:focus,.account-close:focus-visible,.account-primary:focus,.account-primary:focus-visible,.account-secondary:focus,.account-secondary:focus-visible{outline:none;box-shadow:none}
@media(max-width:520px){#route-view[data-shell-route="account"]{padding-top:18px}.account-card{padding:26px 22px 24px;border-radius:28px}.account-identity{grid-template-columns:70px minmax(0,1fr);gap:16px;margin-top:40px}.account-avatar{width:70px;height:70px;font-size:1.18rem}.account-details>div{grid-template-columns:1fr;gap:7px}.account-details dd{text-align:left}.account-home{width:160px;max-width:52%}}
