/* ANSEIO — moldura profissional de recebimento de uploads */
.anseio-upload-frame{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
  width:100%;
  margin:10px 0 10px;
  padding:15px;
  border:1px dashed rgba(151,0,12,.28);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,244,246,.88));
  color:#311217;
  box-shadow:0 16px 42px rgba(120,0,7,.06);
  cursor:pointer;
}
.anseio-upload-frame.drag{border-color:#97000c;background:#fff3f5;box-shadow:0 18px 50px rgba(151,0,12,.14)}
.anseio-upload-frame-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:#97000c;color:#fff;font-weight:900;box-shadow:0 14px 32px rgba(151,0,12,.18)}
.anseio-upload-frame b{display:block;color:#780007;font-weight:900;margin-bottom:3px}
.anseio-upload-frame small{display:block;color:#745d62;line-height:1.35;margin-bottom:5px}
.anseio-upload-frame span{display:block;color:#8b0010;font-size:12px;font-weight:800;line-height:1.35}
.upload-help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin:10px 0 14px}
.upload-help{border:1px solid rgba(151,0,12,.12);border-radius:18px;background:rgba(255,255,255,.82);padding:12px;box-shadow:0 12px 26px rgba(151,0,12,.05)}
.upload-help b{display:block;color:#780007;margin-bottom:4px}.upload-help small{color:#6e545a;line-height:1.45}
.upload-note{border:1px solid rgba(151,0,12,.12);border-radius:18px;background:#fff8f9;padding:12px;margin:10px 0;color:#6e545a;line-height:1.45}.upload-note b{color:#780007}
