@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";.app-shell{min-height:100vh;width:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:20px;padding:14px 22px;background:#003328;box-shadow:none}.brand{display:flex;align-items:center}.brand-logo{height:34px;width:auto;display:block;object-fit:contain;flex-shrink:0}.topbar-nav{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow-x:auto}.topbar-link{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:8px;color:#ffffffc7;text-decoration:none;font-size:13.5px;font-weight:600;white-space:nowrap;transition:background .15s,color .15s}.topbar-link:hover{background:#ffffff14;color:#fff}.topbar-link--ativo{background:#19886259;color:#fff}.topbar-link .pi{font-size:13px}.topbar-direita{display:flex;align-items:center;gap:14px;margin-left:auto}.topbar-usuario{display:flex;flex-direction:column;align-items:flex-end;line-height:1.25;color:#fff;font-size:13.5px;font-weight:600}.topbar-usuario small{font-size:11px;font-weight:500;color:#fff9}.topbar-logout{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,132,132,.45);background:#d63a3a29;color:#ffe8e8;border-radius:999px;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.02em;padding:7px 13px;cursor:pointer;box-shadow:inset 0 0 0 1px #ff5f5f26,0 4px 12px #68121238;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.topbar-logout__icon{width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff74743d;border:1px solid rgba(255,132,132,.35)}.topbar-logout__icon-svg{width:13px;height:13px}.topbar-logout:hover{background:#d63a3a47;border-color:#ff9595b3;box-shadow:inset 0 0 0 1px #ff787833,0 8px 18px #5c0f0f57;transform:translateY(-1px) scale(1.01)}.topbar-logout:active{transform:translateY(0) scale(.99)}.topbar-logout:focus-visible{outline:2px solid rgba(255,196,196,.95);outline-offset:2px}.page-content{padding:22px;flex:1;min-height:0;overflow-y:auto}.page-content--publico{padding:0}@media (max-width: 900px){.topbar{flex-wrap:wrap;gap:10px;padding:10px 14px;position:sticky;top:0;z-index:20}.topbar-nav{order:3;width:100%;gap:6px;padding-bottom:2px;scrollbar-width:none}.topbar-nav::-webkit-scrollbar{display:none}.topbar-link{flex:0 0 auto;padding:9px 13px}.topbar-usuario{display:none}.brand-logo{height:28px}.page-content{padding:14px}}@media (max-width: 420px){.topbar-logout span:not(.topbar-logout__icon){display:none}.topbar-logout{padding:8px 10px}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-main: #f1f4f6;--text: #2d3443;--green-dark: #003328;--green-main: #198862;--green-soft: #e9f6f1;--green-mid: #004737;--border: #dfe5e8;--muted: #6b7280;--muted-soft: #9ca3af;--surface: #ffffff;--danger: #b42318;--danger-soft: #fee2e2;--warning: #b45309;--warning-soft: #fef3c7;--info: #2563eb;--info-soft: #dbeafe;--success: #15803d;--success-soft: #dcfce7;--radius: 12px;--shadow-card: 0 2px 10px rgba(24, 39, 75, .08)}body{font-family:Outfit,Segoe UI,sans-serif;color:var(--text);background:var(--bg-main);min-height:100vh}#app{min-height:100vh}h1,h2,h3{font-family:Space Grotesk,Outfit,sans-serif}.form-group{margin-bottom:14px}.form-group label{display:block;color:var(--text);font-weight:600;margin-bottom:6px}.form-control{width:100%;border:1px solid #cfd8dc;border-radius:8px;padding:9px 10px;font-size:13px;background:#fff;color:var(--text);font-family:inherit}.form-control:focus{outline:none;border-color:var(--green-main);box-shadow:0 0 0 3px #1988621a}.form-control:disabled{background:#f3f4f6;color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,transform .12s,box-shadow .15s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--green-main);color:#fff}.btn-primary:hover:not(:disabled){background:var(--green-mid)}.btn-dark{background:var(--green-dark);color:#fff}.btn-dark:hover:not(:disabled){background:var(--green-mid)}.btn-outline{background:#fff;border-color:var(--border);color:var(--text)}.btn-outline:hover:not(:disabled){border-color:var(--green-main);color:var(--green-mid)}.btn-danger{background:var(--danger-soft);border-color:#b4231840;color:var(--danger)}.btn-danger:hover:not(:disabled){background:#fdd9d6}.badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:700;letter-spacing:.01em;padding:.2rem .55rem;border-radius:99px;white-space:nowrap}.badge--agendado{background:var(--green-soft);color:var(--green-mid)}.badge--confirmado{background:var(--info-soft);color:var(--info)}.badge--chegou{background:var(--warning-soft);color:var(--warning)}.badge--em_atendimento{background:#ede9fe;color:#6d28d9}.badge--concluido{background:var(--success-soft);color:var(--success)}.badge--faltou{background:var(--danger-soft);color:var(--danger)}.badge--cancelado{background:#f3f4f6;color:var(--muted)}.badge--reagendado{background:#fef3c7;color:var(--warning)}.alerta{border-radius:8px;padding:11px 14px;font-size:13.5px;font-weight:600;margin-bottom:14px}.alerta--erro{background:var(--danger-soft);color:var(--danger)}.alerta--ok{background:var(--success-soft);color:var(--success)}.alerta--aviso{background:var(--warning-soft);color:var(--warning)}.titulo-secao{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green-mid);margin-bottom:10px}.texto-apoio{font-size:13px;color:var(--muted)}.publico{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-main)}.publico-topo{display:flex;align-items:center;justify-content:center;padding:22px 16px 6px}.publico-logo{width:min(280px,62vw);height:auto;object-fit:contain}.publico-logo--completo{width:min(320px,72vw)}.publico-corpo{width:min(880px,100%);margin:0 auto;padding:14px 16px 32px;flex:1}.publico-rodape{display:flex;justify-content:center;padding:14px 16px 26px}.rodape-link{font-size:12.5px;font-weight:600;color:var(--muted-soft);text-decoration:none}.rodape-link:hover{color:var(--green-main)}.voltar{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;margin-bottom:12px;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;text-decoration:none}.voltar:hover{color:var(--green-mid)}.scroll-verde{scrollbar-width:thin;scrollbar-color:var(--green-dark) #e6efec}.scroll-verde::-webkit-scrollbar{width:10px}.scroll-verde::-webkit-scrollbar-track{background:#e6efec;border-radius:999px}.scroll-verde::-webkit-scrollbar-thumb{background:var(--green-dark);border-radius:999px;border:2px solid #e6efec}.scroll-verde::-webkit-scrollbar-thumb:hover{background:var(--green-mid)}img,svg,video{max-width:100%;height:auto}body{overflow-x:hidden;-webkit-text-size-adjust:100%}@media (max-width: 860px){.form-control,input,select,textarea{font-size:16px}.form-control{min-height:44px;padding:10px 12px}textarea.form-control{min-height:88px}.btn{min-height:44px;padding:11px 18px}.acoes .btn,.navegacao .btn{flex:1 1 auto;justify-content:center}.publico-corpo{padding:12px 14px 28px}.publico-topo{padding:18px 14px 4px}.alerta{font-size:14px}}.texto-apoio,dd,.alerta{overflow-wrap:anywhere}@media (max-width: 760px){.tabela--cartoes thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.tabela--cartoes,.tabela--cartoes tbody,.tabela--cartoes tr,.tabela--cartoes td{display:block;width:100%}.tabela--cartoes tr{border:1px solid var(--border);border-radius:10px;padding:10px 12px;margin-bottom:10px;background:#fff}.tabela--cartoes td{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;border:none;text-align:right}.tabela--cartoes td:before{content:attr(data-rotulo);flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-soft);text-align:left}.tabela--cartoes td[data-rotulo=""]:before{content:none}.tabela--cartoes td[data-rotulo=""]{justify-content:flex-end;padding-top:10px;margin-top:4px;border-top:1px solid #f1f3f5}.tabela--cartoes .vazio{display:block;text-align:center}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
