body:not(.staff-mode) .staff-only{display:none!important}
.login-switch{border:0;background:transparent;color:var(--green);font:inherit;font-size:12px;font-weight:700;cursor:pointer;text-align:center}.login-switch:hover{text-decoration:underline}
.account-id{display:block;margin-top:4px;color:var(--muted);font-size:10px}
.account-editor{display:grid;gap:10px;margin-top:16px;padding:14px;background:#f5f7f3;border-radius:11px}.account-editor>p{margin:0;font-size:11px;font-weight:700;color:var(--green)}.account-editor>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.account-editor label:last-child{grid-column:1/-1}.account-editor input{padding:8px;background:#fff}.account-editor .btn{justify-self:end}@media(max-width:480px){.account-editor>div{grid-template-columns:1fr}.account-editor label:last-child{grid-column:auto}}
.profile-form{display:grid;grid-template-columns:220px 1fr;gap:28px;padding:26px;max-width:900px}.profile-photo-area{display:grid;align-content:start;gap:15px}.profile-photo-preview{width:180px;height:180px;border-radius:18px;background:var(--green-soft);display:grid;place-items:center;overflow:hidden;color:var(--green);font-size:54px;font-weight:700}.profile-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-fields{display:grid;gap:16px}.profile-fields textarea{width:100%;padding:11px;border:1px solid #d8ddd8;border-radius:8px;resize:vertical;font:inherit;color:var(--ink)}.rate-display{margin:3px 0 0;padding:15px;border:1px solid var(--line);border-radius:11px}.rate-display legend{padding:0 7px;color:var(--muted);font-size:11px;font-weight:700}.rate-display>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-actions{text-align:right}.staff-profile-card{display:grid;align-content:start}.staff-photo,.staff-photo-placeholder{width:54px;height:54px;border-radius:13px;object-fit:cover}.profile-detail{display:grid;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.profile-detail small{color:var(--muted)}.profile-detail p{margin:3px 0 0;font-size:12px;white-space:pre-wrap}.master-rate-editor{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.master-rate-editor .btn{grid-column:1/-1}.master-rate-editor input{padding:8px}.staff-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:800px){.profile-form{grid-template-columns:1fr}.profile-photo-preview{width:140px;height:140px}.staff-grid{grid-template-columns:1fr}}@media(max-width:480px){.rate-display>div,.master-rate-editor{grid-template-columns:1fr}.master-rate-editor .btn{grid-column:auto}}
