.at-um-front-wrap{font-family:Arial,sans-serif;color:#44546a;font-size:14px;line-height:1.45}
.at-um-front-wide{position:relative;width:100vw;max-width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0 8px;box-sizing:border-box}
.at-um-topbar{display:flex;gap:10px;margin:0 0 18px}
.at-um-tab{padding:12px 16px;border-radius:10px;background:#eef4f7;color:#506176;font-size:13px;font-weight:700;cursor:pointer}
.at-um-tab.is-active{background:#009AC7;color:#fff}
.at-um-pane{display:none}
.at-um-pane.is-active{display:block}
.at-um-front-card{background:#fff;border:1px solid #dbe3ea;border-radius:12px;overflow:hidden;box-shadow:0 3px 8px rgba(15,23,42,.04)}
.at-um-card-head{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px;border-bottom:1px solid #e6edf2;flex-wrap:wrap}
.at-um-card-title{margin:0;color:#172b4d;font-size:16px;font-weight:800;line-height:1.2}
.at-um-card-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.at-um-inline-filter{min-width:260px}
.at-um-card-meta{padding:18px 20px 10px;border-bottom:1px solid #e6edf2;color:#1f2937;font-size:13px}
.at-um-card-controls{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:0 20px 14px;border-bottom:1px solid #e6edf2;flex-wrap:wrap}
.at-um-controls-left,.at-um-controls-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.at-um-page-size{width:62px;min-width:62px}
.at-um-page-size-label{color:#728197;font-size:13px}
.at-um-search-wrap{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px}
.at-um-search-wrap input{width:180px}
.at-um-table-wrap{position:relative;overflow:auto}
.at-um-table{width:100%;border-collapse:collapse;min-width:1120px;font-size:13px}
.at-um-table th,.at-um-table td{padding:14px 16px;border-bottom:1px solid #e8edf1;text-align:left;vertical-align:top}
.at-um-table thead th{background:#f7f9fb;font-weight:800;color:#596579;white-space:nowrap;font-size:12px;text-transform:none}
.at-um-table thead th.is-sortable{cursor:pointer;user-select:none}
.at-um-table thead th .at-um-sort{display:inline-block;vertical-align:middle;margin-left:8px;width:10px;height:14px;position:relative}
.at-um-table thead th .at-um-sort:before,.at-um-table thead th .at-um-sort:after{content:'';position:absolute;left:2px;border-left:4px solid transparent;border-right:4px solid transparent;opacity:.35}
.at-um-table thead th .at-um-sort:before{top:1px;border-bottom:5px solid #98a2b3}
.at-um-table thead th .at-um-sort:after{bottom:1px;border-top:5px solid #98a2b3}
.at-um-table thead th.is-sorted-asc .at-um-sort:before{opacity:1;border-bottom-color:#009AC7}
.at-um-table thead th.is-sorted-desc .at-um-sort:after{opacity:1;border-top-color:#009AC7}
.at-um-table tbody tr{cursor:pointer;transition:background .18s ease}
.at-um-table tbody tr.is-even{background:#fbfcfd}
.at-um-table tbody tr:hover{background:#f5fafc}
.at-um-table tbody td:last-child{cursor:default}
.at-um-loading{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:rgba(255,255,255,.68);z-index:2}
.at-um-spinner{width:52px;height:52px;border:3px solid #dbe5eb;border-top-color:#009AC7;border-radius:999px;animation:at-um-spin 1s linear infinite}
.at-um-input{width:100%;min-height:34px;padding:7px 10px;border:1px solid #cdd7df;border-radius:6px;background:#fff;color:#44546a;font-size:13px;box-sizing:border-box}
.at-um-input:focus{outline:none;border-color:#8bcde0;box-shadow:0 0 0 2px rgba(0,154,199,.08)}
.at-um-btn{min-height:34px;padding:0 14px;border:1px solid #c8d0d7;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .18s ease}
.at-um-btn-primary{background:#009AC7;border-color:#009AC7;color:#fff}
.at-um-btn-primary:hover{background:#028bb5;border-color:#028bb5}
.at-um-btn-danger{background:#fff5f5;border-color:#f1b7b7;color:#b42318}
.at-um-btn-export{background:#f3f6f8;border-color:#e5eaef;color:#009AC7;font-weight:700}
.at-um-btn-export:hover{background:#eaf2f6}
.at-um-export-icon{width:14px;height:16px;display:inline-block;position:relative;flex:0 0 auto}
.at-um-export-icon:before{content:'';position:absolute;inset:0;border:1.6px solid #009AC7;border-radius:2px;background:#fff}
.at-um-export-icon:after{content:'X';position:absolute;left:50%;top:51%;transform:translate(-50%,-50%);font-size:10px;font-weight:800;color:#009AC7;line-height:1}
.at-um-nav-btn{min-height:32px;padding:0 12px;border:1px solid #ccd6dd;border-radius:6px;background:#f3f5f7;color:#74839a;cursor:not-allowed;font-size:13px}
.at-um-front-alert{padding:14px 16px;background:#fff5f5;border:1px solid #f1b7b7;border-radius:10px}
.at-um-modal{position:fixed;inset:0;display:none;z-index:999999}
.at-um-modal.is-open{display:block}
.at-um-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.at-um-modal-dialog{position:relative;z-index:2;max-width:980px;width:calc(100% - 32px);margin:28px auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(15,23,42,.28)}
.at-um-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#009AC7;color:#fff}
.at-um-modal-header h3{margin:0;font-size:17px;font-weight:800}
.at-um-modal-close{appearance:none;background:rgba(255,255,255,.08);border:0;color:#fff;font-size:14px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;border-radius:5px}
.at-um-modal-body{padding:20px;max-height:74vh;overflow:auto}
.at-um-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.at-um-field-full{grid-column:1 / -1}
.at-um-field label{display:block;margin:0 0 6px;font-size:12px;font-weight:700;color:#344054}.at-um-field-hint{font-weight:600;color:#728197;font-size:11px}
.at-um-form-section+.at-um-form-section{margin-top:18px;padding-top:18px;border-top:1px solid #e8edf1}
.at-um-form-section h4{margin:0 0 12px;color:#015570;font-size:14px;font-weight:800}
.at-um-modal-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px 20px;border-top:1px solid #e8edf1}
.at-um-footer-right{display:flex;gap:10px;flex-wrap:wrap}
.at-um-msg{padding:12px 14px;border-radius:10px;margin:0 0 16px;font-size:13px}
.at-um-msg.is-error{background:#fff5f5;color:#b42318;border:1px solid #f1b7b7}
.at-um-msg.is-success{background:#f0fdf4;color:#166534;border:1px solid #b7e4c0}
.at-um-role-pill{display:inline-block;padding:5px 10px;border-radius:999px;background:#eef7fb;color:#015570;font-size:12px;font-weight:700}
.at-um-name-line strong{display:block;font-size:13px;color:#0f172a}
.at-um-name-line small{display:block;color:#97a3b6;font-style:italic;font-size:12px;margin-top:4px;line-height:1.35}
.at-um-name-spec{font-weight:400;color:#97a3b6}
.at-um-name-sep{color:#c0c8d4;margin:0 4px}
.at-um-row-inactive{opacity:.74}
.at-um-status{font-size:12px;font-weight:700}
.at-um-status.is-active{color:#027a48}
.at-um-status.is-inactive{color:#b42318}
.at-um-row-inactive .at-um-name-line small::after{content:' • inativo';color:#b42318;font-weight:700}
.at-um-pagination-bar{padding:16px 20px;border-top:1px solid #eef2f5}
.at-um-pagination{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.at-um-page-btn{min-height:32px;padding:0 12px;border:1px solid #d0d7de;border-radius:5px;background:#fff;color:#667085;cursor:pointer;box-shadow:none;font-size:13px}
.at-um-page-btn:hover:not([disabled]){background:#f7fbfd;border-color:#c3d7e1;color:#015570}
.at-um-page-btn.is-active{background:#009AC7;border-color:#009AC7;color:#fff}
.at-um-page-btn[disabled]{opacity:1;cursor:not-allowed;background:#fff;color:#b6c0cb}
.at-um-role-table td code{font-size:12px}
.at-um-toast{position:fixed;left:50%;top:50%;z-index:1000000;background:#0f172a;color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 12px 24px rgba(15,23,42,.25);opacity:0;pointer-events:none;transform:translate(-50%,calc(-50% + 12px));transition:all .2s ease;min-width:260px;text-align:center;font-size:13px}
.at-um-toast.is-show{opacity:1;transform:translate(-50%,-50%)}
.at-um-toast.is-error{background:#b42318}
@keyframes at-um-spin{to{transform:rotate(360deg)}}
@media (max-width:920px){.at-um-front-wide{left:0;right:0;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:0 12px}.at-um-grid{grid-template-columns:1fr}.at-um-modal-dialog{width:calc(100% - 16px);margin:16px auto}.at-um-table{min-width:820px}.at-um-search-wrap input{width:100%}.at-um-card-controls{padding-top:10px}.at-um-controls-right{width:100%;justify-content:flex-start}}

.at-um-btn-secondary{background:#fff;border-color:#b9c7d6;color:#44546a}
.at-um-btn-secondary:hover{background:#f4f8fb;border-color:#9fb5c9;color:#1f3347}
.at-um-btn-export:hover{background:#009AC7;border-color:#009AC7;color:#fff}
.at-um-btn-export:hover .at-um-export-icon:before{border-color:#fff;background:transparent}
.at-um-btn-export:hover .at-um-export-icon:after{color:#fff}
.at-um-modal-dialog-sm{max-width:680px}
.at-um-approval-empty strong{display:block;font-size:15px;color:#172b4d;margin-bottom:8px}
.at-um-approval-empty p{margin:0 0 10px;color:#5b6b80}
.at-um-approval-empty ul{margin:0;padding-left:18px;color:#5b6b80}
.at-um-modal-dialog-lg{max-width:1180px}
.at-um-approval-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px}
.at-um-approval-list-block,.at-um-approval-detail-block{border:1px solid #e6edf2;border-radius:12px;background:#fff}
.at-um-approval-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e6edf2;font-size:13px;color:#344054}
.at-um-approval-list{max-height:58vh;overflow:auto;padding:10px}
.at-um-approval-item{width:100%;text-align:left;border:1px solid #d8e1e8;background:#fff;border-radius:10px;padding:12px 12px;margin:0 0 10px;cursor:pointer;display:block}
.at-um-approval-item strong{display:block;color:#172b4d;font-size:13px;margin-bottom:4px}
.at-um-approval-item span,.at-um-approval-item small{display:block;color:#64748b;font-size:12px}
.at-um-approval-item.is-active{border-color:#009AC7;box-shadow:0 0 0 2px rgba(0,154,199,.08)}
.at-um-approval-empty{padding:18px;color:#64748b;font-size:13px}
.at-um-pre-page{min-height:100vh;background:#f4f7fa;padding:28px 16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}
.at-um-pre-shell{width:100%;max-width:760px}
.at-um-pre-card{background:#fff;border:1px solid #dbe3ea;border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.08);padding:28px 28px 24px}
.at-um-pre-brand{text-align:center;margin-bottom:18px}
.at-um-pre-brand img{max-width:260px;width:100%;height:auto}
.at-um-pre-card h1{margin:0 0 8px;color:#243b53;font-size:24px;font-weight:800;line-height:1.15;text-align:center}
.at-um-pre-subtitle{margin:0 0 22px;color:#5b6b80;font-size:14px;text-align:center}
.at-um-pre-form .at-um-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.at-um-pre-actions{margin-top:20px;display:flex;justify-content:center}
.at-um-pre-submit{min-width:220px;height:44px;font-size:15px}
.at-um-textarea{min-height:96px;resize:vertical}
@media (max-width:920px){.at-um-approval-layout{grid-template-columns:1fr}.at-um-pre-form .at-um-grid{grid-template-columns:1fr}.at-um-pre-card{padding:22px 18px}}


/* v1.4.1 pre-cadastro refinements */
.at-um-pre-page{min-height:100vh;background:linear-gradient(180deg,#f3f7fb 0%,#eef3f7 100%);padding:20px 16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}
.at-um-pre-shell{position:relative;width:100%;max-width:920px;display:flex;align-items:center;justify-content:center}
.at-um-pre-overlay{position:absolute;inset:24px;border-radius:28px;background:rgba(255,255,255,.34);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 0 0 1px rgba(255,255,255,.24) inset,0 20px 60px rgba(15,23,42,.08)}
.at-um-pre-card{position:relative;z-index:1;width:100%;max-width:760px;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(219,227,234,.9);border-radius:20px;box-shadow:0 22px 46px rgba(15,23,42,.10);padding:22px 28px 20px}
.at-um-pre-brand{text-align:center;margin-bottom:12px}
.at-um-pre-brand img{max-width:170px;width:100%;height:auto}
.at-um-pre-card h1{margin:0 0 6px;color:#243b53;font-size:18px;font-weight:800;line-height:1.2;text-align:center;font-family:Arial,sans-serif}
.at-um-pre-subtitle{margin:0 0 16px;color:#5b6b80;font-size:13px;text-align:center}
.at-um-pre-form .at-um-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.at-um-pre-actions{margin-top:16px;display:flex;justify-content:center}
.at-um-pre-submit{min-width:220px;height:42px;font-size:15px}
.at-um-textarea{min-height:96px;resize:vertical}
@media (max-width:920px){.at-um-pre-page{padding:16px 12px;overflow:auto}.at-um-pre-overlay{inset:8px}.at-um-pre-form .at-um-grid{grid-template-columns:1fr}.at-um-pre-card{padding:20px 18px}.at-um-pre-brand img{max-width:150px}}


/* v1.4.2 pre-cadastro modal wallpaper */
.at-um-pre-page{position:relative;min-height:100vh !important;padding:24px 16px !important;display:flex;align-items:center;justify-content:center;background:transparent !important;overflow:hidden}
.at-um-pre-page::before{content:"";position:absolute;inset:0;background-image:var(--at-um-pre-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:blur(7px) brightness(.82);transform:scale(1.04);z-index:0}
.at-um-pre-page::after{content:"";position:absolute;inset:0;background:rgba(9,31,46,.22);z-index:1}
.at-um-pre-scene,.at-um-pre-dim{display:none}
.at-um-pre-modal-wrap{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:center}
.at-um-pre-card{width:100%;max-width:620px;background:rgba(255,255,255,.97) !important;border:1px solid rgba(214,223,232,.95);border-radius:12px !important;box-shadow:0 22px 60px rgba(8,20,36,.20) !important;padding:24px 28px 22px !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
.at-um-pre-brand{margin-bottom:8px !important}
.at-um-pre-brand img{max-width:150px !important;width:100%;height:auto}
.at-um-pre-card h1{font-family:Arial,sans-serif !important;font-size:18px !important;line-height:1.2 !important;font-weight:800 !important;color:#243b53 !important;margin:0 0 6px !important;text-align:center}
.at-um-pre-subtitle{font-size:12px !important;line-height:1.4 !important;margin:0 0 14px !important;color:#5b6b80 !important;text-align:center}
.at-um-pre-form .at-um-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px 12px !important}
.at-um-pre-form .at-um-field label{font-size:11px !important;margin-bottom:4px !important;font-weight:700 !important;color:#243b53}
.at-um-pre-form .at-um-input{height:38px !important;font-size:14px !important;padding:8px 12px !important}
.at-um-pre-form textarea.at-um-input{height:72px !important;min-height:72px !important}
.at-um-pre-actions{margin-top:14px !important}
.at-um-pre-submit{min-width:220px;height:44px !important;font-size:15px !important}
.at-um-pre-page .at-um-msg{font-size:13px;margin-bottom:12px}
.at-um-pre-page .at-um-msg.is-success,.at-um-pre-page .at-um-msg.is-error{padding:10px 12px}
@media (max-width: 820px){.at-um-pre-page{padding:16px 12px !important;overflow:auto}.at-um-pre-card{max-width:640px;padding:20px 18px 18px !important}.at-um-pre-brand img{max-width:138px !important}.at-um-pre-form .at-um-grid{grid-template-columns:1fr !important}}

/* v4.2.2 pre-cadastro fixed viewport */
.at-um-pre-page{
  position:fixed !important;
  inset:0 !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  bottom:0 !important;
  margin:0 !important;
  padding:24px 16px !important;
  box-sizing:border-box !important;
  z-index:99990 !important;
}
body.admin-bar .at-um-pre-page{
  top:32px !important;
  height:calc(100vh - 32px) !important;
  min-height:calc(100vh - 32px) !important;
}
@media (max-width:782px){
  body.admin-bar .at-um-pre-page{
    top:46px !important;
    height:calc(100vh - 46px) !important;
    min-height:calc(100vh - 46px) !important;
  }
}
.at-um-pre-page::before,
.at-um-pre-page::after{
  position:absolute !important;
}
.at-um-pre-modal-wrap{
  width:100% !important;
  min-height:100% !important;
  height:100% !important;
  padding:16px !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.at-um-search-input-wrap{position:relative;display:inline-flex;align-items:center}
.at-um-search-input-wrap .at-um-input{padding-right:34px}
.at-um-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:0;background:transparent;color:#7c8aa0;border-radius:999px;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1}
.at-um-search-clear:hover{background:#eef4f8;color:#44546a}
.at-um-search-clear.is-visible{display:inline-flex}
.at-um-bg-preview{border:1px solid #d8e1e8;border-radius:10px;background:#f8fafc;overflow:hidden;min-height:160px;display:flex;align-items:center;justify-content:center}
.at-um-bg-preview img{display:block;width:100%;max-height:220px;object-fit:cover}

.at-um-role-tools{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:14px}
.at-um-role-tools .at-um-input{max-width:320px}
.at-um-role-tools-actions{display:flex;gap:8px;flex-wrap:wrap}
.at-um-cap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:44vh;overflow:auto;padding:4px}
.at-um-cap-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dbe3ea;border-radius:10px;background:#fff;cursor:pointer}
.at-um-cap-item:hover{background:#f8fbfd;border-color:#c7dbe5}
.at-um-cap-item input{margin:0}
.at-um-role-table td:last-child{white-space:nowrap}
@media (max-width:920px){.at-um-cap-grid{grid-template-columns:1fr}}
