/* NEXEI 3.2.3 - Assistente persistente, links filtrados e Novo Processo responsivo */
.assistant-response-actions-v323{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.assistant-document-link-v323{display:inline-flex!important;align-items:center;gap:7px;min-height:36px;padding:8px 12px!important;border:1px solid #cdd8ff!important;border-radius:12px!important;background:linear-gradient(180deg,#fff,#f4f6ff)!important;color:#283593!important;text-decoration:none!important;box-shadow:0 5px 16px rgba(55,65,180,.09);font-size:12px}
.assistant-document-link-v323:hover{transform:translateY(-1px);border-color:#7d89ff!important;box-shadow:0 8px 20px rgba(55,65,180,.16)}
.assistant-message-content>p{margin:0 0 7px}.assistant-message-content>p:last-child{margin-bottom:0}
.assistant-message-content ul{margin:6px 0 2px;padding-left:20px}.assistant-message-content li+li{margin-top:4px}
.assistant-text-gap-v323{display:block;height:4px}
.assistant-loading-v323{min-width:68px}.nexei-assistant-modal.is-waiting-v323 .assistant-form{opacity:.84}

/* A tela de abertura continua ampla o suficiente para trabalhar, mas não estica campos em monitores grandes. */
body.page-new .wizard.compact,
body.page-new .create-panel{width:min(100%,1320px);margin-left:auto;margin-right:auto}
body.page-new .create-panel>form{width:min(100%,1160px);margin:0 auto}
body.page-new .process-inner-type{display:block;width:min(100%,520px);margin-bottom:14px}
body.page-new .upload-zone.first-upload{min-height:118px;padding:24px}
body.page-new .create-panel .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.page-new .create-panel .form-grid.full{grid-template-columns:repeat(2,minmax(0,1fr))}
body.page-new .create-panel label{min-width:0}
body.page-new .create-panel input,
body.page-new .create-panel select,
body.page-new .create-panel textarea{max-width:100%}
body.page-new .subupload-after-company{display:block;margin-top:14px}
body.page-new .create-panel .row-actions{justify-content:flex-start;margin-top:16px}

@media (max-width:900px){
 body.page-new .wizard.compact,body.page-new .create-panel{width:100%;max-width:none}
 body.page-new .create-panel>form{width:100%;max-width:none}
 body.page-new .create-panel .form-grid,body.page-new .create-panel .form-grid.full{grid-template-columns:1fr}
 body.page-new .process-inner-type{width:100%;max-width:none}
 body.page-new .upload-zone.first-upload{min-height:104px;padding:18px 14px}
}
@media (max-width:600px){
 body.page-new .create-panel{padding:16px 12px}
 body.page-new .create-panel .panel-head{align-items:flex-start;gap:10px}
 body.page-new .create-panel .panel-head h2{font-size:21px;line-height:1.2}
 body.page-new .wizard.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 body.page-new .wizard.compact .step{min-height:70px;padding:10px}
 body.page-new .create-panel .row-actions .primary{width:100%;min-height:44px}
 .assistant-response-actions-v323{display:grid;grid-template-columns:1fr}
 .assistant-document-link-v323{width:100%;justify-content:center}
}
