/* SGO V1.03.8.47 - Navegação mobile completa e orientada a toque.
   Escopo exclusivamente mobile. Desktop permanece intacto. */
@media (max-width:900px) {
  html.sgo-mobile-native-v846 {
    --sgo47-deep:#07382b;
    --sgo47-green:#0f5b43;
    --sgo47-accent:#197a51;
    --sgo47-soft:#f3f8f5;
    --sgo47-line:#dce6e1;
    --sgo47-muted:#66786f;
    --sgo47-ink:#13271f;
  }

  html.sgo-mobile-native-v846 .mobile-bottom-nav-v103847 {
    min-height:70px!important;
    padding:6px 6px calc(6px + env(safe-area-inset-bottom,0px))!important;
    background:rgba(255,255,255,.985)!important;
    border-top:1px solid var(--sgo47-line)!important;
    box-shadow:0 -7px 22px rgba(7,56,43,.08)!important;
  }
  html.sgo-mobile-native-v846 .mobile-bottom-nav-v103847 .mobile-nav-item {
    min-width:0!important;
    min-height:54px!important;
    border-radius:11px!important;
    gap:2px!important;
    color:#64776e!important;
  }
  html.sgo-mobile-native-v846 .mobile-bottom-nav-v103847 .mobile-nav-item.active {
    color:var(--sgo47-green)!important;
    background:#eef7f2!important;
  }
  html.sgo-mobile-native-v846 .mobile-bottom-nav-v103847 .mobile-nav-icon {
    font-size:19px!important;
    line-height:1!important;
  }
  html.sgo-mobile-native-v846 .mobile-bottom-nav-v103847 .mobile-nav-label {
    font-size:8.5px!important;
    font-weight:850!important;
    letter-spacing:-.01em!important;
  }

  html.sgo-mobile-native-v846 .mobile-more-backdrop-v103847 {
    z-index:2900!important;
    background:rgba(3,22,15,.52)!important;
    backdrop-filter:blur(3px)!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-sheet-v103847 {
    width:min(100%,520px)!important;
    max-height:91dvh!important;
    padding:9px 10px calc(14px + env(safe-area-inset-bottom,0px))!important;
    border-radius:22px 22px 0 0!important;
    background:#f3f6f4!important;
    box-shadow:0 -24px 80px rgba(3,31,21,.30)!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-header-v103847 {
    position:sticky!important;
    top:-9px!important;
    z-index:4!important;
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 38px!important;
    align-items:center!important;
    gap:9px!important;
    margin:0 -1px 8px!important;
    padding:10px 9px!important;
    border-radius:15px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;
    background:linear-gradient(120deg,#07382b 0%,#0b4a37 55%,#116245 100%)!important;
    box-shadow:0 8px 20px rgba(7,56,43,.15)!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-header-v103847 .mobile-more-logo {
    width:42px!important;height:42px!important;object-fit:contain!important;padding:4px!important;
    border-radius:10px!important;background:#fff!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-header-v103847 .mobile-more-header-text strong {
    display:block!important;font-size:11px!important;line-height:1.15!important;color:#fff!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-header-v103847 .mobile-more-header-text span {
    display:block!important;margin-top:3px!important;color:#cfe2d9!important;font-size:8.5px!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-header-v103847 .mobile-more-close {
    width:36px!important;height:36px!important;min-width:36px!important;border:1px solid rgba(255,255,255,.16)!important;
    border-radius:10px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:21px!important;
  }

  html.sgo-mobile-native-v846 .mobile-nav-search-v103847 {
    position:sticky!important;top:61px!important;z-index:3!important;
    display:grid!important;grid-template-columns:28px 1fr!important;align-items:center!important;
    margin:0 0 9px!important;padding:0 8px!important;height:45px!important;
    border:1px solid var(--sgo47-line)!important;border-radius:12px!important;background:#fff!important;
    box-shadow:0 4px 12px rgba(7,56,43,.055)!important;
  }
  html.sgo-mobile-native-v846 .mobile-nav-search-v103847 span { color:var(--sgo47-green)!important;font-size:18px!important;text-align:center!important; }
  html.sgo-mobile-native-v846 .mobile-nav-search-v103847 input {
    min-height:0!important;height:42px!important;padding:0 6px!important;border:0!important;outline:0!important;
    box-shadow:none!important;background:transparent!important;color:var(--sgo47-ink)!important;font-size:15px!important;
  }

  html.sgo-mobile-native-v846 .mobile-report-hub-v103847,
  html.sgo-mobile-native-v846 .mobile-recents-v103847,
  html.sgo-mobile-native-v846 .mobile-menu-group-v103847 {
    margin:0 0 9px!important;padding:10px!important;border:1px solid var(--sgo47-line)!important;
    border-radius:14px!important;background:#fff!important;box-shadow:0 4px 14px rgba(7,56,43,.045)!important;
  }
  html.sgo-mobile-native-v846 .mobile-report-hub-v103847 {
    border-color:#cfe1d7!important;
    background:linear-gradient(145deg,#f7fbf8,#eef7f2)!important;
  }
  html.sgo-mobile-native-v846 .mobile-section-title-v103847 {
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:8px!important;
  }
  html.sgo-mobile-native-v846 .mobile-section-title-v103847 b { display:block!important;color:var(--sgo47-ink)!important;font-size:11.5px!important; }
  html.sgo-mobile-native-v846 .mobile-section-title-v103847 small { display:block!important;margin-top:2px!important;color:var(--sgo47-muted)!important;font-size:8px!important; }
  html.sgo-mobile-native-v846 .mobile-section-title-v103847 > span {
    width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:8px!important;
    background:var(--sgo47-green)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;
  }

  html.sgo-mobile-native-v846 .mobile-report-primary-v103847 {
    display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(92px,.75fr)!important;gap:7px!important;
  }
  html.sgo-mobile-native-v846 .mobile-report-primary-v103847 button {
    min-height:61px!important;padding:9px 10px!important;text-align:left!important;border:1px solid #cbded4!important;border-radius:11px!important;
    background:#fff!important;color:var(--sgo47-ink)!important;box-shadow:none!important;
  }
  html.sgo-mobile-native-v846 .mobile-report-primary-v103847 button:first-child {
    color:#fff!important;border-color:#0e6045!important;background:linear-gradient(135deg,#07382b,#0f5b43)!important;
  }
  html.sgo-mobile-native-v846 .mobile-report-primary-v103847 b { display:block!important;font-size:10.5px!important;line-height:1.15!important; }
  html.sgo-mobile-native-v846 .mobile-report-primary-v103847 small { display:block!important;margin-top:4px!important;font-size:7.8px!important;opacity:.76!important; }
  html.sgo-mobile-native-v846 .mobile-report-shortcuts-v103847 {
    display:flex!important;gap:6px!important;margin-top:8px!important;overflow:auto!important;scrollbar-width:none!important;
  }
  html.sgo-mobile-native-v846 .mobile-report-shortcuts-v103847::-webkit-scrollbar { display:none!important; }
  html.sgo-mobile-native-v846 .mobile-report-shortcuts-v103847 button {
    flex:0 0 auto!important;min-height:35px!important;display:flex!important;align-items:center!important;gap:5px!important;
    padding:6px 8px!important;border:1px solid #d8e5df!important;border-radius:9px!important;background:#fff!important;color:#355249!important;
    font-size:8.5px!important;font-weight:800!important;box-shadow:none!important;
  }
  html.sgo-mobile-native-v846 .mobile-report-shortcuts-v103847 i { font-style:normal!important;color:var(--sgo47-green)!important;font-weight:900!important; }

  html.sgo-mobile-native-v846 .mobile-recent-chips-v103847 { display:flex!important;gap:6px!important;overflow:auto!important;scrollbar-width:none!important; }
  html.sgo-mobile-native-v846 .mobile-recent-chips-v103847::-webkit-scrollbar { display:none!important; }
  html.sgo-mobile-native-v846 .mobile-recent-chips-v103847 button {
    flex:0 0 auto!important;min-height:32px!important;padding:6px 9px!important;border:1px solid #d7e3dd!important;border-radius:999px!important;
    background:#f7faf8!important;color:#365247!important;font-size:8.5px!important;font-weight:800!important;box-shadow:none!important;
  }
  html.sgo-mobile-native-v846 .mobile-recent-chips-v103847 span { color:var(--sgo47-muted)!important;font-size:8px!important; }

  html.sgo-mobile-native-v846 .mobile-more-grid-v103847 {
    display:block!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-v103847 h3 {
    margin:0 0 7px!important;color:#60736a!important;font-size:8px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.09em!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 {
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 .mobile-more-action {
    min-width:0!important;min-height:72px!important;margin:0!important;padding:9px!important;
    display:grid!important;grid-template-columns:31px minmax(0,1fr)!important;align-items:start!important;gap:7px!important;
    border:1px solid #e0e8e4!important;border-radius:11px!important;background:#fbfdfc!important;text-align:left!important;box-shadow:none!important;color:var(--sgo47-ink)!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 .mobile-more-action.active {
    border-color:#bcd9ca!important;background:#eef7f2!important;box-shadow:inset 0 0 0 1px rgba(25,122,81,.06)!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 .mobile-more-action > i {
    width:31px!important;height:31px!important;display:grid!important;place-items:center!important;border-radius:8px!important;
    background:#eef7f2!important;color:var(--sgo47-green)!important;font-style:normal!important;font-size:12px!important;font-weight:900!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 .mobile-more-action > span { min-width:0!important; }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 .mobile-more-action b {
    display:block!important;font-size:9.5px!important;line-height:1.15!important;color:var(--sgo47-ink)!important;
  }
  html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 .mobile-more-action small {
    display:block!important;margin-top:4px!important;color:var(--sgo47-muted)!important;font-size:7.5px!important;line-height:1.22!important;
  }
  html.sgo-mobile-native-v846 .mobile-search-hidden-v103847 { display:none!important; }

  html.sgo-mobile-native-v846 .mobile-more-utilities-v103847 {
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin:0 0 9px!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-utilities-v103847 > button {
    min-height:54px!important;display:grid!important;grid-template-columns:28px 1fr!important;gap:7px!important;align-items:center!important;
    padding:8px!important;border:1px solid var(--sgo47-line)!important;border-radius:11px!important;background:#fff!important;color:var(--sgo47-ink)!important;text-align:left!important;
  }
  html.sgo-mobile-native-v846 .mobile-more-utilities-v103847 i { font-style:normal!important;color:var(--sgo47-green)!important;font-size:17px!important;text-align:center!important; }
  html.sgo-mobile-native-v846 .mobile-more-utilities-v103847 b { display:block!important;font-size:9px!important; }
  html.sgo-mobile-native-v846 .mobile-more-utilities-v103847 small { display:block!important;margin-top:2px!important;color:var(--sgo47-muted)!important;font-size:7.5px!important; }

  /* Relatórios: leitura por cards no celular, mantendo a estrutura original para impressão/PDF. */
  html.pims-mobile-v13 #modalRoot table.mobile-report-cards-v13 tbody > tr {
    border-radius:12px!important;border-left-width:4px!important;box-shadow:0 4px 13px rgba(7,56,43,.055)!important;
  }
  html.pims-mobile-v13 #modalRoot table.mobile-report-cards-v13 tbody > tr::before {
    color:var(--sgo47-green)!important;font-weight:900!important;letter-spacing:.02em!important;
  }
  html.pims-mobile-v13 #modalRoot .report-view,
  html.pims-mobile-v13 #modalRoot .report-modal-shell,
  html.pims-mobile-v13 #modalRoot .report-capture-content-r91 {
    background:#f3f6f4!important;
  }
  html.pims-mobile-v13 #modalRoot .report-head,
  html.pims-mobile-v13 #modalRoot .report-header {
    border-radius:12px!important;background:#fff!important;border:1px solid var(--sgo47-line)!important;padding:10px!important;margin-bottom:9px!important;
  }

  /* Identidade do SGO nos filtros e cards sem alterar lógica. */
  html.sgo-mobile-native-v846 .mobile-filter-toggle-v124,
  html.sgo-mobile-native-v846 .mobile-collapsible-v124,
  html.sgo-mobile-native-v846 .card,
  html.sgo-mobile-native-v846 .front-card,
  html.sgo-mobile-native-v846 .gos-card,
  html.sgo-mobile-native-v846 .fac-card,
  html.sgo-mobile-native-v846 .monit-card {
    border-color:#dce6e1!important;
  }
  html.sgo-mobile-native-v846 .mobile-filter-toggle-v124 {
    border-left:3px solid var(--sgo47-accent)!important;border-radius:10px!important;
  }

  @media (max-width:380px) {
    html.sgo-mobile-native-v846 .mobile-menu-group-grid-v103847 { grid-template-columns:1fr!important; }
    html.sgo-mobile-native-v846 .mobile-report-primary-v103847 { grid-template-columns:1fr!important; }
    html.sgo-mobile-native-v846 .mobile-more-utilities-v103847 { grid-template-columns:1fr!important; }
  }
}
