.royal-page{display:flex;flex-direction:column;gap:18px;color:var(--app-text)}.royal-header h2{margin:0 0 4px}.royal-header p{margin:0;opacity:.8}.royal-header-row{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.royal-header-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.royal-export-range{display:flex;gap:12px;flex-wrap:wrap}.royal-sheet{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.royal-sheet h3{margin:0}.royal-sheet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.royal-field{display:flex;flex-direction:column;gap:6px}.royal-field span{font-size:.9rem;opacity:.85}.royal-field input,.royal-field select,.royal-field textarea{background:var(--input-bg);color:var(--input-text);border:1px solid var(--input-border);border-radius:10px;padding:10px 12px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.royal-field input[type=date]{color-scheme:dark}.royal-field input[type=file]{padding:8px 12px;cursor:pointer}.royal-field textarea{resize:vertical;min-height:100px}.royal-field input:focus,.royal-field select:focus,.royal-field textarea:focus{outline:none;border-color:var(--focus-border);box-shadow:var(--focus-shadow)}.royal-field.is-invalid input,.royal-field.is-invalid select,.royal-field.is-invalid textarea{border-color:var(--danger-border);box-shadow:var(--danger-shadow)}.royal-field.is-invalid .royal-manifest button{border-color:var(--danger-border)}.royal-field--inline{min-width:180px}.royal-nav-select select{min-width:200px}.royal-span-2{grid-column:span 2}.royal-sheet-action{display:flex;flex-direction:column;gap:6px}.royal-sheet button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;background:var(--btn-primary-bg);color:#fff;font-weight:600}.royal-sheet button[disabled]{opacity:.6;cursor:not-allowed}.royal-sheet-status{font-size:.9rem;opacity:.85}.royal-sheet-status.is-success{color:var(--success-text);opacity:1}.royal-sheet-status.is-error{color:var(--danger-text);opacity:1}.royal-sobra-results{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow:auto;padding:4px;border:1px solid var(--input-border);border-radius:10px;background:var(--input-bg)}.royal-sheet .royal-sobra-result{text-align:left;border:1px solid var(--input-border);border-radius:8px;background:var(--panel-bg);color:var(--app-text);padding:8px 10px;font-size:.87rem;font-weight:500}.royal-sheet .royal-sobra-result.is-selected{border-color:var(--focus-border);box-shadow:0 0 0 1px var(--focus-border)}.royal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.royal-sections{display:flex;flex-direction:column;gap:16px}.royal-card{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.royal-block{gap:18px}.royal-block.is-active{border-color:var(--focus-border);box-shadow:0 0 0 1px var(--focus-border)}.royal-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.royal-block-head strong{display:block;font-size:1.05rem}.royal-block-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;margin-top:6px;background:var(--panel-border);color:var(--app-text)}.royal-block-status.is-ok{background:#22c55e29;color:var(--success-text)}.royal-block-status.is-pending{background:#eab30833;color:#a16207}.royal-block-actions{display:flex;flex-wrap:wrap;gap:8px}.royal-block-actions button{border:1px solid var(--app-border-strong);border-radius:10px;padding:8px 12px;background:transparent;color:var(--app-text);cursor:pointer;font-weight:600}.royal-block-actions button.is-danger{border-color:var(--danger-border);color:var(--danger-text)}.royal-copy-toggle{display:inline-flex;gap:10px;align-items:center;font-size:.9rem;opacity:.9}.royal-copy-toggle input{width:18px;height:18px}.royal-block-section{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid var(--panel-border)}.royal-block-section:first-of-type{border-top:none;padding-top:0}.royal-summary{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.royal-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.royal-summary-head small{display:block;opacity:.7}.royal-summary-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.royal-summary-item{display:grid;grid-template-columns:minmax(60px,auto) minmax(120px,1fr) minmax(120px,1fr) minmax(150px,1fr) minmax(140px,1fr) minmax(100px,auto);gap:8px 12px;align-items:center;padding:12px;border-radius:12px;border:1px solid var(--panel-border);background:var(--panel-bg)}.royal-summary-item.is-ok{border-color:#22c55e4d}.royal-summary-item.is-pending{border-color:#eab3084d}.royal-card-head{display:flex;flex-direction:column;gap:4px}.royal-card-head span{font-weight:600}.royal-card-head small{opacity:.7}.royal-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.royal-manifest{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.royal-manifest button{border:1px solid var(--app-border-strong);border-radius:10px;padding:10px;background:transparent;color:var(--app-text);cursor:pointer;transition:all .2s ease}.royal-manifest button.is-active{background:var(--btn-warn-bg);border-color:transparent;font-weight:600;color:#fff}.royal-manifest button.is-disabled,.royal-manifest button:disabled{opacity:.45;cursor:not-allowed}.royal-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.royal-actions button{border:0;border-radius:10px;padding:12px 16px;cursor:pointer;background:var(--btn-accent-bg);color:#fff;font-weight:600;box-shadow:0 10px 30px #0f172a40}.royal-actions button[disabled]{opacity:.6;cursor:not-allowed}.royal-hints{display:flex;gap:8px;flex-wrap:wrap;font-size:.9rem;opacity:.85}.royal-hints .is-error{color:var(--danger-text);opacity:1}.royal-hints .is-success{color:var(--success-text);opacity:1}.royal-attachment-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.royal-attachment-item{position:relative;display:inline-flex}.royal-attachment-preview-btn{border:none;background:transparent;padding:0;cursor:zoom-in;border-radius:10px;display:inline-flex}.royal-attachment-preview-btn:focus-visible{outline:2px solid var(--app-border-strong);outline-offset:2px}.royal-attachment-thumb{width:140px;height:100px;object-fit:cover;border-radius:10px;border:1px solid var(--app-border);box-shadow:0 6px 18px #0f172a33;background:var(--app-surface)}.royal-attachment-file{width:140px;height:100px;border-radius:10px;border:1px dashed var(--app-border-strong);background:var(--app-surface);color:var(--app-text);display:flex;align-items:center;justify-content:center;padding:8px;font-size:.75rem;text-align:center;word-break:break-word}.royal-attachment-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:999px;border:none;background:var(--color-danger);color:#fff;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 4px 10px #0f172a59}.royal-attachment-remove:hover{filter:brightness(.95)}.royal-field small{font-size:.78rem;opacity:.65}.royal-btn-primary{border:0;border-radius:10px;padding:12px 16px;cursor:pointer;background:var(--btn-primary-bg);color:#fff;font-weight:600}.royal-btn-primary[disabled]{opacity:.6;cursor:not-allowed}.royal-btn-danger{border:0;border-radius:10px;padding:12px 16px;cursor:pointer;background:var(--color-danger);color:#fff;font-weight:600}.royal-btn-danger[disabled]{opacity:.6;cursor:not-allowed}.royal-hint{font-size:.9rem;opacity:.85}.royal-preview{margin-bottom:24px}.royal-preview-card{background:var(--preview-bg);color:var(--preview-text);border-radius:14px;padding:20px;border:1px solid var(--preview-border);box-shadow:var(--preview-shadow)}.royal-preview-head h3{margin:0;color:var(--preview-text)}.royal-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999}.royal-preview-body{position:relative;max-width:min(1100px,92vw);max-height:88vh;background:var(--modal-bg);border:1px solid var(--modal-border);border-radius:16px;padding:16px;box-shadow:var(--modal-shadow)}.royal-preview-body img{max-width:100%;max-height:78vh;object-fit:contain;display:block;border-radius:12px}.royal-preview-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:none;background:var(--color-danger);color:#fff;font-size:20px;line-height:1;cursor:pointer}.royal-preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:none;background:var(--modal-nav-bg);color:var(--modal-nav-text);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.royal-preview-nav.is-left{left:10px}.royal-preview-nav.is-right{right:10px}.royal-preview-nav:disabled{opacity:.4;cursor:not-allowed}.royal-preview-head p{margin:4px 0 16px;opacity:.7}.royal-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.royal-preview-row{display:flex;flex-direction:column;padding:10px 12px;border-radius:10px;background:var(--preview-row-bg);border:1px solid var(--preview-row-border)}.royal-preview-label{font-size:.85rem;opacity:.7}.royal-preview-value{font-size:1rem;font-weight:600;color:var(--preview-text)}@media (max-width: 720px){.royal-span-2{grid-column:span 1}.royal-summary-item{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.ocorrencias-container{background:var(--panel-bg-strong);border-radius:26px;padding:2.5rem;border:1px solid var(--panel-border-soft);box-shadow:var(--panel-shadow-strong);display:flex;flex-direction:column;gap:2rem;color:var(--app-text)}.ocorrencias-header{display:flex;justify-content:space-between;align-items:center;background:var(--header-gradient);border-radius:20px;padding:1.5rem 2rem;border:1px solid var(--header-border);box-shadow:var(--header-shadow)}.ocorrencias-header h2{margin:0;font-size:1.8rem}.oc-feedback{padding:.9rem 1.1rem;border-radius:14px;font-weight:600;text-align:center;background:var(--panel-bg);border:1px solid var(--panel-border-soft)}.oc-feedback.is-success{background:#22c55e2e;border-color:#22c55e4d;color:var(--success-text)}.oc-feedback.is-error{background:#f871712e;border-color:#f8717152;color:var(--danger-text)}.oc-body{display:grid;gap:2rem;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);align-items:start}.oc-form{display:flex;flex-direction:column;gap:1.5rem;background:var(--panel-bg);border-radius:22px;padding:1.8rem;border:1px solid var(--panel-border-soft);box-shadow:var(--panel-shadow)}.oc-section{display:flex;flex-direction:column;gap:1.2rem;background:var(--panel-bg-strong);border-radius:18px;padding:1.4rem 1.6rem;border:1px solid var(--panel-border-soft)}.oc-section h3{margin:0;font-size:1.1rem;font-weight:600}.oc-grid{display:grid;gap:1rem}.oc-grid--primary{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.oc-field--span{grid-column:span 2}.oc-grid--transportador{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.oc-field{display:flex;flex-direction:column;gap:.45rem;font-size:.92rem}.oc-field span{color:var(--app-text-muted);letter-spacing:.02em}.oc-field input,.oc-field select,.oc-section textarea{border-radius:12px;padding:.65rem .85rem;font-size:.95rem;background:var(--input-bg);color:var(--input-text);border:1px solid var(--input-border);transition:border-color .2s ease,box-shadow .2s ease}.oc-field input[type=file]{padding:.55rem .85rem;cursor:pointer}.oc-field input:focus,.oc-field select:focus,oc-section textarea:focus{outline:none;border-color:var(--focus-border);box-shadow:var(--focus-shadow)}.oc-field.is-invalid input,.oc-field.is-invalid select,.oc-field.is-invalid textarea{border-color:var(--danger-border);box-shadow:var(--danger-shadow)}.oc-section textarea{min-height:150px;resize:vertical}.oc-section--edit{background:transparent;border:0;padding:0}.oc-edit-card{background:#0a0c1c8c;border:1px solid rgba(99,102,241,.3);border-radius:14px;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:1rem}.oc-edit-head{display:flex;flex-direction:column;gap:.3rem}.oc-edit-head span{font-size:.85rem;opacity:.7}.oc-edit-actions{display:flex;flex-wrap:wrap;gap:.75rem}.oc-field--inline .oc-radio-group{display:inline-flex;gap:1rem;padding:.5rem .8rem;border-radius:12px;background:var(--panel-bg);border:1px solid var(--panel-border-soft)}.oc-field--inline .oc-radio-group label{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer}.oc-field--wide{grid-column:span 2}.oc-table-wrapper{overflow-x:auto}.oc-table{width:100%;border-collapse:collapse;min-width:780px;font-size:.9rem}.oc-table th,.oc-table td{padding:.7rem .8rem;border-bottom:1px solid var(--panel-border-soft);text-align:left}.oc-table th{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;color:#e2e8ffb3}.oc-table td{color:#e2e8ffd9}.oc-table-label{color:#94a3ffe6;font-weight:600}.oc-loja-select{display:flex;flex-direction:column;gap:.35rem}.oc-loja-select button{align-self:flex-start;border:none;border-radius:999px;padding:.35rem .9rem;background:#6366f147;color:#e0e7ff;font-size:.78rem}.oc-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.oc-actions button{border:none;border-radius:999px;padding:.65rem 1.6rem;font-weight:600;color:#0b1026;transition:transform .2s ease}.oc-actions button:hover:not(:disabled){transform:translateY(-1px)}.oc-actions .primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 20px 45px #6366f161}.oc-actions button.secondary{background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#0b1026;box-shadow:0 18px 40px #38bdf852}.oc-actions button:not(.primary):not(.secondary){background:var(--panel-border-soft);color:#f1f5ff}.oc-actions button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.oc-preview{display:flex;flex-direction:column;gap:1.2rem;position:sticky;top:0}.oc-preview__header{display:flex;justify-content:space-between;align-items:center;background:var(--panel-bg);border-radius:18px;padding:1rem 1.3rem;border:1px solid var(--panel-border-soft)}.oc-preview__button{border:none;border-radius:999px;padding:.55rem 1.4rem;font-weight:600;background:linear-gradient(135deg,#f97316,#fb7185);color:#0b1026;box-shadow:0 18px 40px #fb718559}.oc-preview__sheet-wrapper{background:var(--panel-bg);border-radius:20px;padding:1.4rem;border:1px solid var(--panel-border-soft);box-shadow:var(--panel-shadow);display:flex;justify-content:center;align-items:stretch;overflow:visible}.oc-preview__sheet{width:min(720px,100%);background:#fff;color:#0f172a;border-radius:18px;padding:1.8rem 1.6rem;display:flex;flex-direction:column;gap:1.2rem;box-shadow:inset 0 0 0 1px var(--preview-row-border)}.oc-preview__title{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;border-bottom:1px solid var(--preview-row-border);padding-bottom:.8rem}.oc-preview__title h4{margin:0;font-size:1.15rem;color:#111827}.oc-preview__subtitle{display:block;font-size:.78rem;color:#6b7280}.oc-preview__timestamp{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;font-size:.78rem;color:#475569}.oc-preview__status{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .7rem;border-radius:999px;background:#6366f11f;color:#4f46e5;font-weight:600}.oc-preview__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.oc-preview__grid--secondary{grid-template-columns:repeat(3,minmax(0,1fr))}.oc-preview__grid--transport{grid-template-columns:repeat(2,minmax(0,1fr))}.oc-preview__label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.oc-preview__grid strong,.oc-preview__section strong{font-size:.9rem;color:#0f172a}.oc-preview__section{display:flex;flex-direction:column;gap:.8rem}.oc-preview__section-title{font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#334155}.oc-preview__loj-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.oc-preview__loj-item{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;padding:.6rem .7rem;border:1px solid var(--preview-row-border);border-radius:12px;background:#94a3ff14}.oc-preview__loj-item--empty{text-align:center;font-size:.85rem;color:#64748b}.oc-preview__section--observacao p{margin:0;font-size:.85rem;line-height:1.4;color:#475569}.oc-section--list{background:var(--panel-bg);border-radius:20px;padding:1.6rem;border:1px solid var(--panel-border-soft);box-shadow:var(--panel-shadow)}.lista-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#e2e8ffb3}.oc-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-bottom:1rem}.oc-stat-card{background:var(--panel-bg);border-radius:14px;padding:.85rem 1rem;border:1px solid var(--panel-border-soft);display:flex;flex-direction:column;gap:.35rem}.oc-stat-card span{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#e2e8ff99}.oc-stat-card strong{font-size:1.1rem;color:var(--app-text)}.table-container{overflow-x:auto;overflow-y:auto;max-height:60vh;overscroll-behavior:contain}.ocorrencias-table{width:100%;border-collapse:collapse;min-width:880px;font-size:.9rem;color:var(--app-text)}.ocorrencias-table th,.ocorrencias-table td{padding:.7rem .8rem;border-bottom:1px solid var(--panel-border-soft);text-align:left}.oc-id-cell{display:flex;flex-direction:column;gap:.45rem}.oc-id-cell strong{font-size:.95rem;color:var(--app-text)}.oc-id-actions{display:flex;flex-wrap:wrap;gap:.85rem}.oc-id-actions button{border:none;border-radius:999px;padding:.35rem .85rem;font-size:.72rem;font-weight:600;background:#818cf859;color:var(--app-text)}.oc-id-actions .delete-btn{background:#f87171a6}.oc-id-actions button:disabled{opacity:.5;cursor:not-allowed}.oc-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:80}.oc-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#050712a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.oc-modal__card{position:relative;z-index:1;width:min(420px,92vw);background:var(--panel-bg-strong);border:1px solid rgba(99,102,241,.35);border-radius:16px;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 24px 60px var(--panel-bg)}.oc-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:999px;border:none;background:var(--panel-border-soft);color:var(--app-text);font-size:20px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.oc-modal__close:hover{opacity:.85}.oc-modal__card--wide{width:min(960px,96vw);max-height:90vh;overflow:auto}.oc-modal__head{display:flex;flex-direction:column;gap:.35rem}.oc-modal__head span{opacity:.7;font-size:.9rem}.oc-modal__actions{display:flex;gap:.75rem;flex-wrap:wrap}.oc-attachment-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.oc-attachment-saved{margin-top:6px;display:flex;flex-direction:column;gap:6px}.oc-attachment-title{font-size:.8rem;opacity:.7}.oc-attachment-item{position:relative;display:inline-flex}.oc-attachment-preview-btn{border:none;background:transparent;padding:0;cursor:zoom-in;border-radius:10px;display:inline-flex}.oc-attachment-preview-btn:focus-visible{outline:2px solid rgba(148,163,255,.7);outline-offset:2px}.oc-attachment-thumb{width:140px;height:100px;object-fit:cover;border-radius:10px;border:1px solid var(--panel-border);box-shadow:0 6px 18px #0f172a33;background:#0a0c1c59}.oc-attachment-file{width:140px;height:100px;border-radius:10px;border:1px dashed var(--app-border-strong);background:#0a0c1c59;color:var(--input-text);display:flex;align-items:center;justify-content:center;padding:8px;font-size:.75rem;text-align:center;word-break:break-word}.oc-observacao-add{display:grid;gap:8px}.oc-observacao-add textarea{min-height:90px}.oc-observacao-list{display:grid;gap:10px;margin-top:6px}.oc-observacao-item{background:#0a0c1c73;border:1px solid var(--panel-border-soft);border-radius:10px;padding:10px 12px;display:grid;gap:6px}.oc-observacao-item strong{font-size:.9rem}.oc-observacao-item span{font-size:.8rem;opacity:.7}.oc-observacao-item p{margin:0;font-size:.9rem;opacity:.85}.oc-empty{margin:6px 0 0;opacity:.7;font-size:.9rem}.oc-attachment-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:999px;border:none;background:#ef4444;color:#fff;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 4px 10px var(--panel-bg)}.oc-attachment-remove:hover{opacity:.9}.oc-attachment-remove:disabled{opacity:.6;cursor:not-allowed}.oc-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#050812bf;display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999}.oc-preview-body{position:relative;max-width:min(1100px,92vw);max-height:88vh;background:#0c0e1cf2;border:1px solid var(--panel-border);border-radius:16px;padding:16px;box-shadow:var(--panel-shadow-strong)}.oc-preview-body img{max-width:100%;max-height:78vh;object-fit:contain;display:block;border-radius:12px}.oc-preview-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:none;background:#ef4444e6;color:#fff;font-size:20px;line-height:1;cursor:pointer}.oc-preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:none;background:var(--panel-bg-strong);color:var(--input-text);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.oc-preview-nav.is-left{left:10px}.oc-preview-nav.is-right{right:10px}.oc-preview-nav:disabled{opacity:.4;cursor:not-allowed}.ocorrencias-table th{text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;color:#e2e8ffa6}.ocorrencias-table tbody tr:nth-child(2n) td{background:var(--panel-bg)}.ocorrencias-table tbody tr:nth-child(odd) td{background:var(--panel-bg)}.download-btn{border:none;border-radius:999px;padding:.4rem .95rem;font-weight:600;background:#6366f152;color:var(--app-text)}.delete-btn{border:none;border-radius:999px;padding:.4rem .95rem;font-weight:600;background:#f87171a6;color:var(--app-text)}.download-btn:hover,.delete-btn:hover{opacity:.85}.empty{text-align:center;padding:1.5rem;color:#e2e8ff99}@media (max-width: 1024px){.oc-body{grid-template-columns:1fr}.oc-preview{position:static;order:-1}}@media (max-width: 720px){.ocorrencias-container{padding:1.6rem 1.2rem;border-radius:18px}.oc-modal__card--wide{padding:1rem 1.1rem}.oc-field--span{grid-column:span 1}.oc-form,.oc-preview__sheet{padding:1.2rem}.oc-preview__grid,.oc-preview__grid--secondary,.oc-preview__grid--transport,.oc-preview__loj-item{grid-template-columns:repeat(2,minmax(0,1fr))}}.actions{display:flex;gap:.85rem}.actions button{border:none;border-radius:999px;padding:.38rem .95rem;font-size:.78rem;font-weight:600;background:#818cf859;color:#fff}.actions button:hover{opacity:.85}:root .ocorrencias-table .actions .secondary{color:#fff}:root .ocorrencias-table .actions .delete-btn{color:#fff}:root[data-theme=light] .lista-heading{color:var(--app-text-muted)}:root[data-theme=light] .oc-stat-card span{color:var(--app-text-muted)}:root[data-theme=light] .ocorrencias-table th{color:var(--app-text-muted)}:root[data-theme=light] .ocorrencias-table td{color:var(--app-text)}:root[data-theme=light] .empty{color:var(--app-text-muted)}:root[data-theme=light] .oc-id-actions button,:root[data-theme=light] .actions button,:root[data-theme=light] .download-btn{background:#3433801f;color:var(--app-text)}:root[data-theme=light] .oc-id-actions .delete-btn,:root[data-theme=light] .delete-btn{background:#b24b5233;color:#5b2025}:root[data-theme=light] .ocorrencias-table .actions .secondary{background:#3433802e;color:#343380}:root[data-theme=light] .ocorrencias-table .actions .delete-btn{background:#b24b5240;color:#5b2025}
