.profile-layer,.tm-modal{position:fixed;inset:0;background:#18312dcc;z-index:50;display:grid;place-items:center;padding:18px}.profile-dialog,.tm-dialog{background:#fffdf8;border-radius:20px;padding:24px;width:min(520px,100%);max-height:90vh;overflow:auto}.profile-dialog label,.tm-dialog label{display:grid;gap:7px;margin:12px 0;font-size:13px;font-weight:700}.profile-dialog input,.tm-dialog input,.tm-dialog textarea,.tm-dialog select{padding:11px;border:1px solid var(--line);border-radius:10px}.profile-actions,.tm-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.profile-button,.tm-button{padding:11px 14px;border:0;border-radius:10px;background:var(--deep);color:#fff;font-weight:700}.profile-danger,.tm-danger{background:#9f4d43}.profile-secondary,.tm-soft{background:var(--sage2);color:var(--deep)}.tm-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.tm-card{background:#fffdf8;border:1px solid #e4e2da;border-radius:18px;padding:20px}.tm-upload{border:2px dashed #a7bcaa;border-radius:14px;padding:26px;text-align:center;background:#f3f8f1}.tm-list{display:grid;gap:10px}.tm-row{display:flex;gap:12px;align-items:center;border:1px solid #e4e2da;border-radius:13px;padding:12px}.tm-row>div{flex:1}.tm-row small{display:block;color:var(--muted);margin-top:3px}.tm-status{font-size:12px;color:#9f4d43;min-height:1.4em}.tm-status.ok{color:#4a7651}@media(max-width:850px){.tm-grid{grid-template-columns:1fr}.profile-dialog,.tm-dialog{padding:19px}}