*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.situacao-scope .map-controls{position:absolute;bottom:30px;right:16px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;z-index:1000}.situacao-scope .button{padding:.5rem 1rem;border:none;border-radius:1.25rem;box-shadow:0 4px 6px #0000001a;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#fff;color:#333;gap:.5rem;position:relative;min-width:2.5rem;height:2.5rem;flex-shrink:0}.situacao-scope .button--small{padding:.25rem .5rem;font-size:.875rem;gap:.25rem;min-width:2rem;height:2rem;border-radius:1rem;flex-shrink:0}.situacao-scope .button--large{padding:.75rem 1.5rem;font-size:1.125rem;gap:.75rem;min-width:3rem;height:3rem;border-radius:1.5rem;flex-shrink:0}.situacao-scope .button--active{background:#007bff;color:#fff}.situacao-scope .button--has-background{border:2px solid #ccc;background-color:#fff;overflow:hidden;padding:0}.situacao-scope .button--has-background img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}.situacao-scope .button--has-background *{position:relative;z-index:1;color:#333}.situacao-scope .button--has-background.button--active{background-color:#007bff}.situacao-scope .button--has-background.button--active *{color:#fff}.situacao-scope .button:hover:not(.button--disabled){background:#f2f2f2}.situacao-scope .button:hover:not(.button--disabled).button--has-background:not(.button--active){background-color:#f5f5f5}.situacao-scope .button:hover:not(.button--disabled).button--active{background:#007bff;opacity:.9}.situacao-scope .button--disabled{opacity:.5;cursor:not-allowed}.situacao-scope .button-group{display:flex;flex-direction:column;background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.situacao-scope .button-group--horizontal{flex-direction:row}.situacao-scope .button-group .button{border-radius:0!important;border:none;background:transparent!important;color:#333;box-shadow:none!important;transition:all all .2s ease-in-out}.situacao-scope .button-group .button:hover{background-color:#f5f5f5}.situacao-scope .button-group .button:active{transform:scale(.95)}.situacao-scope .button-group .button:not(:last-child){border-bottom:1px solid #ccc}.button-group--horizontal .situacao-scope .button-group .button:not(:last-child){border-bottom:none;border-right:1px solid #ccc}.situacao-scope .button-group .button:first-child{border-top-left-radius:50px!important;border-top-right-radius:50px!important}.situacao-scope .button-group .button:last-child{border-bottom-left-radius:50px!important;border-bottom-right-radius:50px!important}.button-group--horizontal .situacao-scope .button-group .button:first-child{border-bottom-left-radius:50px!important}.button-group--horizontal .situacao-scope .button-group .button:last-child{border-top-right-radius:50px!important;border-bottom-right-radius:50px!important}.situacao-scope .button-group .button{padding:.5rem;width:2.5rem;height:2.5rem}.situacao-scope .button-group .button--small{width:2rem;height:2rem;padding:.25rem}.situacao-scope .button-group .button--large{width:3rem;height:3rem;padding:.75rem}.situacao-scope .ad-banner{background-color:#f8f9fa;display:flex;justify-content:center;align-items:center;z-index:1000}.situacao-scope .mock-ad{width:100%;height:100%;background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.situacao-scope .c-app-drawer{position:fixed;top:0;left:-300px;width:300px;height:100%;background-color:#fff;box-shadow:0 0 10px #0003;transition:left .3s ease-in-out;z-index:1000}.situacao-scope .c-app-drawer-enter{left:-300px}.situacao-scope .c-app-drawer-enter-active,.situacao-scope .c-app-drawer-exit{left:0}.situacao-scope .c-app-drawer-exit-active{left:-300px}.situacao-scope .drawer{position:fixed;z-index:2000;height:calc(100% - 50px);width:0;top:0;left:0;display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease-in-out}@media (min-width: 980px){.situacao-scope .drawer{height:100%}}.situacao-scope .drawer__handle{display:none}.situacao-scope .drawer__content{flex:1;overflow:hidden;display:flex;flex-direction:column;background:#fff;box-shadow:0 1px 4px #0003;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.situacao-scope .drawer__header{display:flex;align-items:center;justify-content:flex-end;padding:24px;background:#fff;border-bottom:1px solid #e0e0e0;min-height:64px}.situacao-scope .drawer__close-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#666;font-size:24px;transition:color .2s ease}.situacao-scope .drawer__close-button:hover{color:#333}.situacao-scope .drawer__close-button:active{transform:scale(.95)}.situacao-scope .drawer.is-expanded .drawer__handle{position:absolute;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 1px 4px #0003;transition:all .2s ease;z-index:-1;width:24px;height:56px;top:50%;right:-24px;left:auto;transform:translateY(-50%);border-radius:0 2px 2px 0}.situacao-scope .drawer.is-expanded .drawer__handle .drawer__handle-icon{display:block;font-size:24px;color:#666;transition:transform .2s ease;transform:rotate(0)}.situacao-scope .drawer.is-expanded .drawer__content{opacity:1;visibility:visible}.situacao-scope .drawer__item-info{display:flex;flex-direction:column;gap:16px;padding:16px 24px}.situacao-scope .drawer__header-info{display:flex;flex-direction:column;gap:8px}.situacao-scope .drawer__item-name{margin:0;font-size:24px;font-weight:700;color:#333}.situacao-scope .drawer__item-description{margin:0;font-size:14px;color:#666;line-height:1.5}.situacao-scope .drawer__gps-button{padding:12px 16px;background-color:#007bff;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.situacao-scope .drawer__gps-button:hover{background-color:#0062cc}.situacao-scope .drawer__gps-button:active{transform:scale(.98)}.situacao-scope .drawer__placeholder{display:flex;align-items:center;justify-content:center;flex:1;padding:16px 24px;color:#999;font-size:14px;text-align:center}.situacao-scope .drawer.is-expanded{width:400px}.situacao-scope .drawer.no-transition,.situacao-scope .drawer.no-transition .drawer__content{transition:none!important}.situacao-scope .region-controls{position:absolute;top:24px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.situacao-scope .search-bar{position:absolute;top:24px;left:24px;z-index:3000;width:220px;max-width:calc(100% - 80px);display:flex;align-items:center;background-color:#fff;height:36px;border-radius:18px;padding:8px 12px;box-shadow:0 4px 8px #00000026;border-bottom:none;transition:width .2s ease,max-width .2s ease,box-shadow .2s ease,border-radius .2s ease,border-bottom .2s ease}.situacao-scope .search-bar__input{flex:1;border:none;outline:none;background:transparent;padding:6px 8px;font-size:14px;font-family:inherit}.situacao-scope .search-bar__input::placeholder{color:#999}.situacao-scope .search-bar__icon{font-size:18px;margin-left:8px;margin-right:0;color:#666;flex-shrink:0}.situacao-scope .search-bar__clear{background:none;border:none;cursor:pointer;font-size:18px;color:#999;padding:0 4px;margin-left:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}.situacao-scope .search-bar__clear:hover{color:#333}.situacao-scope .search-bar:hover{border-color:#999;box-shadow:0 4px 12px #0003}.situacao-scope .search-bar:focus-within{border-color:#666;box-shadow:0 4px 16px #00000040}.situacao-scope .search-bar__dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid #ccc;border-top:none;border-radius:0 0 12px 12px;list-style:none;margin:0;padding:8px 0;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto}.situacao-scope .search-bar__dropdown-item{padding:0;margin:0}.situacao-scope .search-bar__dropdown-button{width:100%;background:none;border:none;padding:12px 16px;text-align:left;cursor:pointer;font-size:14px;color:#333;font-family:inherit;transition:background-color .2s ease}.situacao-scope .search-bar__dropdown-button:hover{background-color:#f0f0f0}.situacao-scope .search-bar__dropdown-button:active{background-color:#e0e0e0}.situacao-scope .search-bar.is-expanded{width:325px;max-width:calc(100% - 80px);box-shadow:none;border-radius:0}.situacao-scope .search-bar.is-expanded .search-bar__icon{margin-left:0;margin-right:8px}.situacao-scope .occurrence-stats{position:absolute;top:68px;left:24px;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 4px 8px #00000026;min-width:160px;transition:box-shadow .2s ease}.situacao-scope .occurrence-stats:hover{box-shadow:0 6px 12px #0000002e}.situacao-scope .occurrence-stats__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.situacao-scope .occurrence-stats__item{display:flex;flex-direction:column;align-items:flex-start}.situacao-scope .occurrence-stats__item:not(:nth-child(-n+2)){border-top:1px solid transparent}.situacao-scope .occurrence-stats__value{font-size:20px;font-weight:600;color:#333;line-height:1.2;margin-bottom:4px}.situacao-scope .occurrence-stats__label{font-size:11px;font-weight:500;color:#666;line-height:1.3}.situacao-scope .home{height:100vh;overflow:hidden;position:relative;display:flex;flex-direction:column}.situacao-scope .home .map-view{flex-grow:1}.situacao-scope .home .ad-banner{flex-shrink:0;width:100%;height:50px;position:relative;bottom:auto;left:auto;transform:none;border-radius:0;box-shadow:0 -2px 5px #0000001a}@media (min-width: 980px){.situacao-scope .home{flex-direction:row}.situacao-scope .home .map-view{flex-grow:1;height:100%}.situacao-scope .home .ad-banner{position:absolute;z-index:4000;bottom:26px;left:50%;transform:translate(-50%);width:90%;max-width:728px;height:90px;border-radius:8px;box-shadow:0 2px 5px #0000001a}}.situacao-scope .map-view{flex:1;width:100%;height:100%;position:relative;z-index:0}.situacao-scope .map-container{width:100%;height:100%}.situacao-scope .custom-attribution-control{position:absolute;bottom:0;right:0;background-color:#ffffffb3;padding:0 5px;font-size:11px;line-height:1.5;border-radius:0;text-align:right;opacity:.7;z-index:1000}.situacao-scope .custom-attribution-control a{color:#0078a8;text-decoration:none}.situacao-scope .custom-attribution-control a:hover{text-decoration:underline}.situacao-scope .map-view .map-attribution{position:absolute;right:0;bottom:0;margin:0;padding:2px 6px;border-top-left-radius:6px;font-size:10px;line-height:12px;text-align:right;pointer-events:auto;text-shadow:none;z-index:1000}.situacao-scope .map-view .map-attribution,.situacao-scope .map-view .map-attribution *{text-shadow:none}.situacao-scope .map-view.map-view--normal .map-attribution{background-color:#f2f2f299;color:#1f1f1f}.situacao-scope .map-view.map-view--satellite .map-attribution{background-color:#0009;color:#fff}.situacao-scope .map-view .map-attribution a{color:inherit;text-decoration:none}.situacao-scope .map-view .map-attribution a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.situacao-scope .bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 4px 8px #00000026;z-index:1000;transition:transform all .2s ease-in-out;transform:translateY(calc(100% - 60px));max-height:90vh;display:flex;flex-direction:column}.situacao-scope .bottom-sheet__handle{padding:16px 0;display:flex;justify-content:center;cursor:pointer;touch-action:none}.situacao-scope .bottom-sheet__handle-bar{width:40px;height:4px;background:#dee2e6;border-radius:4px}.situacao-scope .bottom-sheet__content{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:16px 24px}.situacao-scope .bottom-sheet.is-expanded{transform:translateY(0)}.situacao-scope .contacts{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:2rem}.situacao-scope .contacts h1{font-size:3rem;font-weight:800;margin-bottom:2rem;letter-spacing:-.02em}.situacao-scope .contacts .nav-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.situacao-scope .maintenance{--mnt-bg: #ffffff;--mnt-text-primary: #0f172a;--mnt-text-secondary: #64748b;--mnt-accent: #0ea5e9;--mnt-accent-glow: rgba(14, 165, 233, .15);--mnt-border-subtle: rgba(15, 23, 42, .06);--mnt-surface-frosted: rgba(255, 255, 255, .8);position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--mnt-bg);color:var(--mnt-text-primary);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:2rem}.situacao-scope .maintenance__pattern{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.6;background-image:radial-gradient(var(--mnt-text-secondary) .5px,transparent .5px);background-size:24px 24px;-webkit-mask-image:radial-gradient(circle at center,black 0%,transparent 80%);mask-image:radial-gradient(circle at center,black 0%,transparent 80%)}.situacao-scope .maintenance__content{position:relative;z-index:1;max-width:520px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;animation:maintenance-fade-in .8s ease-out}.situacao-scope .maintenance__status-indicator{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--mnt-surface-frosted);border:1px solid var(--mnt-border-subtle);border-radius:9999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.situacao-scope .maintenance__dot{width:8px;height:8px;border-radius:50%;background-color:var(--mnt-accent);box-shadow:0 0 0 4px var(--mnt-accent-glow);animation:maintenance-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.situacao-scope .maintenance__label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mnt-text-secondary)}.situacao-scope .maintenance__title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.5rem;color:var(--mnt-text-primary);background:linear-gradient(to bottom right,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.situacao-scope .maintenance__message{font-size:1.125rem;line-height:1.6;color:var(--mnt-text-secondary);margin:0 0 3rem;max-width:420px;font-weight:400}.situacao-scope .maintenance__footer{border-top:1px solid var(--mnt-border-subtle);padding-top:2rem;width:100%;max-width:160px}.situacao-scope .maintenance__footer p{font-size:.75rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}@keyframes maintenance-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes maintenance-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (max-width: 640px){.situacao-scope .maintenance{padding:1.5rem}.situacao-scope .maintenance__title{font-size:2.25rem}.situacao-scope .maintenance__status-indicator{margin-bottom:2rem}}.situacao-scope .ops{--ops-bg: #f7f7f3;--ops-surface: rgba(255, 255, 255, .9);--ops-surface-strong: #ffffff;--ops-border: rgba(20, 32, 38, .08);--ops-text: #182327;--ops-muted: rgba(24, 35, 39, .6);--ops-accent: #4f9bb5;--ops-accent-strong: #2f7f96;--ops-success: #2f8f6a;--ops-danger: #c85b5b;--ops-warning: #d4a24e;--ops-shadow: 0 20px 45px rgba(21, 33, 40, .1);--ops-font-body: "SF Pro Text", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;--ops-font-display: "SF Pro Display", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;min-height:100vh;position:relative;overflow:hidden;color:var(--ops-text);background:radial-gradient(circle at 20% 20%,rgba(79,155,181,.16),transparent 55%),radial-gradient(circle at 80% 10%,rgba(47,143,106,.12),transparent 45%),linear-gradient(135deg,#f7f7f3 20%,#eef2f2 85%);font-family:var(--ops-font-body);height:100vh}.situacao-scope .ops:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(24,35,39,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(24,35,39,.04) 1px,transparent 1px);background-size:36px 36px;opacity:.4;pointer-events:none}.situacao-scope .ops:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");opacity:.18;pointer-events:none;mix-blend-mode:soft-light}.situacao-scope .ops__glow{position:absolute;width:50vw;height:50vw;top:-20vw;right:-10vw;background:radial-gradient(circle,rgba(79,155,181,.25),transparent 70%);filter:blur(30px);opacity:.6;pointer-events:none}.situacao-scope .ops__shell{position:relative;z-index:1;display:flex;gap:2.5rem;padding:3rem 4vw 0;height:100%;overflow:hidden}.situacao-scope .ops__shell--single{align-items:center;justify-content:center;padding-bottom:3rem;overflow-y:auto}.situacao-scope .ops__aside{width:240px;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border-radius:24px;background:var(--ops-surface);border:1px solid var(--ops-border);box-shadow:var(--ops-shadow);height:100%;overflow-y:auto;margin-bottom:3rem;flex-shrink:0}.situacao-scope .ops__aside-meta{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;color:var(--ops-muted)}.situacao-scope .ops__brand{font-family:var(--ops-font-display);font-size:1.4rem;letter-spacing:.08em;text-transform:uppercase}.situacao-scope .ops__nav{display:flex;flex-direction:column;gap:.75rem}.situacao-scope .ops__nav-item{display:inline-flex;width:100%;padding:.55rem .85rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;color:var(--ops-muted);background:#1823270a;text-align:left;font-family:var(--ops-font-body);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.situacao-scope .ops__nav-item:hover{border-color:#18232724}.situacao-scope .ops__nav-item:focus-visible{outline:none;box-shadow:0 0 0 3px #4f9bb52e}.situacao-scope .ops__nav-item--active{border-color:#4f9bb566;color:var(--ops-text);background:#4f9bb51f}.situacao-scope .ops__main{flex:1;display:flex;flex-direction:column;gap:2rem;height:100%;overflow-y:auto;padding-bottom:3rem}.situacao-scope .ops__header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.situacao-scope .ops__eyebrow{text-transform:uppercase;letter-spacing:.4em;font-size:.65rem;color:var(--ops-muted)}.situacao-scope .ops__title{font-family:var(--ops-font-display);font-size:2.4rem;margin-top:.5rem}.situacao-scope .ops__meta{margin-top:.8rem;color:var(--ops-muted);font-size:.9rem}.situacao-scope .ops__meta code,.situacao-scope .ops__aside-meta code,.situacao-scope .ops__auth-meta code{font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.75rem;padding:.2rem .4rem;border-radius:8px;background:#4f9bb51f;color:var(--ops-text)}.situacao-scope .ops__header-actions{display:flex;gap:.8rem;flex-wrap:wrap}.situacao-scope .ops__section{display:flex;flex-direction:column;gap:1.25rem}.situacao-scope .ops__section-head{margin-bottom:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.situacao-scope .ops__section-title{font-family:var(--ops-font-display);font-size:1.15rem}.situacao-scope .ops__section-subtitle{color:var(--ops-muted);font-size:.9rem}.situacao-scope .ops__card{border-radius:24px;border:1px solid var(--ops-border);background:var(--ops-surface);padding:1.5rem;box-shadow:var(--ops-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.situacao-scope .ops__card--dense{padding:1.2rem}.situacao-scope .ops__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.situacao-scope .ops__pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .75rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;border:1px solid transparent}.situacao-scope .ops__pill--success{color:var(--ops-success);border-color:#2f8f6a59;background:#2f8f6a1f}.situacao-scope .ops__pill--warning{color:var(--ops-warning);border-color:#d4a24e59;background:#d4a24e1f}.situacao-scope .ops__pill--danger{color:var(--ops-danger);border-color:#c85b5b59;background:#c85b5b1f}.situacao-scope .ops__maintenance{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.situacao-scope .ops__maintenance-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.situacao-scope .ops__maintenance-meta{display:flex;flex-direction:column;gap:.35rem;color:var(--ops-muted);font-size:.85rem}.situacao-scope .ops__toggle{display:inline-flex;align-items:center;gap:.9rem;padding:.35rem .9rem;border-radius:999px;border:1px solid rgba(24,35,39,.15);background:#1823270a;color:var(--ops-text);cursor:pointer;transition:background .2s ease,border .2s ease}.situacao-scope .ops__toggle-track{width:44px;height:22px;border-radius:999px;background:#1823271f;position:relative}.situacao-scope .ops__toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #1823272e;transition:transform .2s ease}.situacao-scope .ops__toggle.is-on{border-color:#4f9bb566;background:#4f9bb524}.situacao-scope .ops__toggle.is-on .ops__toggle-track{background:#4f9bb573}.situacao-scope .ops__toggle.is-on .ops__toggle-thumb{transform:translate(22px);background:#fff}.situacao-scope .ops__toggle:disabled{opacity:.5;cursor:not-allowed}.situacao-scope .ops__toggle.is-locked{opacity:.5;cursor:not-allowed}.situacao-scope .ops__metrics{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem}.situacao-scope .ops__metric{display:flex;flex-direction:column;gap:.35rem}.situacao-scope .ops__metric-label{color:var(--ops-muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.18em}.situacao-scope .ops__metric-value{font-size:.95rem}.situacao-scope .ops__job-error{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(24,35,39,.08);display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--ops-muted)}.situacao-scope .ops__job-error code{display:inline-block;background:#4f9bb51f;padding:.25rem .5rem;border-radius:8px;color:var(--ops-text)}.situacao-scope .ops__job-error--inline{margin-top:0;padding-top:0;border-top:none}.situacao-scope .ops__job-progress{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(24,35,39,.08);display:flex;flex-direction:column;gap:.6rem}.situacao-scope .ops__progress{display:flex;flex-direction:column;gap:.35rem}.situacao-scope .ops__progress-track{height:8px;border-radius:999px;background:#1823271f;overflow:hidden}.situacao-scope .ops__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ops-accent),var(--ops-accent-strong));box-shadow:0 8px 18px #4f9bb533;transition:width .3s ease}.situacao-scope .ops__progress-line{font-size:.78rem;color:var(--ops-muted);font-family:IBM Plex Mono,SFMono-Regular,monospace}.situacao-scope .ops__progress-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8rem;color:var(--ops-muted)}.situacao-scope .ops__button{border:none;border-radius:999px;padding:.6rem 1.3rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.situacao-scope .ops__button--primary{background:linear-gradient(135deg,var(--ops-accent),var(--ops-accent-strong));color:#f7fbfc;box-shadow:0 14px 32px #4f9bb540}.situacao-scope .ops__button--ghost{background:transparent;border:1px solid rgba(24,35,39,.16);color:var(--ops-text)}.situacao-scope .ops__button--block{width:100%}.situacao-scope .ops__button:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.situacao-scope .ops__button[data-loading=true]{position:relative;color:transparent}.situacao-scope .ops__button[data-loading=true]:after{content:"";position:absolute;inset:50% auto auto 50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;border-radius:50%;border:2px solid rgba(24,35,39,.25);border-top-color:var(--ops-accent-strong);animation:ops-spin .9s linear infinite}.situacao-scope .ops__notice{padding:.8rem 1rem;border-radius:16px;border:1px solid transparent;font-size:.9rem}.situacao-scope .ops__toast{position:fixed;top:2rem;right:2rem;z-index:2000;padding:1rem 1.5rem;border-radius:16px;font-size:.95rem;font-weight:500;box-shadow:0 10px 40px #0003;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);animation:ops-toast-lifecycle 4.4s cubic-bezier(.19,1,.22,1) forwards;pointer-events:auto}@keyframes ops-toast-lifecycle{0%{opacity:0;transform:translateY(-20px) scale(.9)}8%{opacity:1;transform:translateY(0) scale(1)}92%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95);pointer-events:none}}.situacao-scope .ops__toast--success{color:var(--ops-success);border-color:#2f8f6a59;background:#2f8f6a1f}.situacao-scope .ops__toast--error{color:var(--ops-danger);border-color:#c85b5b59;background:#c85b5b1f}.situacao-scope .ops__toast--info,.situacao-scope .ops__notice--info{color:var(--ops-accent);border-color:#4f9bb540;background:#4f9bb51f}.situacao-scope .ops__notice--error{color:var(--ops-danger);border-color:#c85b5b59;background:#c85b5b1f}.situacao-scope .ops__form{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.6rem}.situacao-scope .ops__field{display:flex;flex-direction:column;gap:.4rem;color:var(--ops-muted);font-size:.9rem}.situacao-scope .ops__input{border-radius:14px;border:1px solid rgba(24,35,39,.12);background:#fff;color:var(--ops-text);padding:.75rem 1rem;font-family:var(--ops-font-body);font-size:1rem}.situacao-scope .ops__textarea{resize:vertical;min-height:132px;line-height:1.5}.situacao-scope .ops__input:focus{outline:none;border-color:#4f9bb599;box-shadow:0 0 0 3px #4f9bb52e}.situacao-scope .ops__auth-card{width:min(460px,90vw);padding:2.6rem;border-radius:28px;background:var(--ops-surface-strong);border:1px solid var(--ops-border);box-shadow:var(--ops-shadow)}.situacao-scope .ops__auth-header{display:flex;flex-direction:column;gap:.6rem}.situacao-scope .ops__auth-title{font-family:var(--ops-font-display);font-size:2rem}.situacao-scope .ops__auth-subtitle{color:var(--ops-muted);font-size:.95rem}.situacao-scope .ops__auth-meta{margin-top:1.4rem;display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;color:var(--ops-muted)}.situacao-scope .ops__loading-card{display:flex;flex-direction:column;align-items:center;gap:1rem}.situacao-scope .ops__loader{width:46px;height:46px;border-radius:50%;border:2px solid rgba(79,155,181,.3);border-top-color:var(--ops-accent-strong);animation:ops-spin .9s linear infinite}@keyframes ops-spin{to{transform:rotate(360deg)}}@media (max-width: 960px){.situacao-scope .ops{height:auto;min-height:100vh;overflow:visible}.situacao-scope .ops__shell{flex-direction:column;height:auto;overflow:visible;padding-bottom:3rem}.situacao-scope .ops__aside{width:100%;height:auto;overflow-y:visible;margin-bottom:0}.situacao-scope .ops__main{height:auto;overflow-y:visible;padding-bottom:0}.situacao-scope .ops__header-actions{width:100%;justify-content:flex-start}}@media (max-width: 720px){.situacao-scope .ops__shell{padding:2.5rem 6vw}.situacao-scope .ops__title{font-size:2rem}.situacao-scope .ops__card{padding:1.2rem}}.situacao-scope .ops__maintenance-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;align-items:start;padding:.5rem}.situacao-scope .ops__m-col{display:flex;flex-direction:column;gap:1.5rem}.situacao-scope .ops__m-col--wide{grid-column:1/-1}@media (min-width: 1200px){.situacao-scope .ops__m-col--wide{grid-column:2;grid-row:1/span 2}}.situacao-scope .ops__m-card{background:var(--ops-surface);border:1px solid var(--ops-border);border-radius:20px;padding:1.5rem;box-shadow:var(--ops-shadow);display:flex;flex-direction:column;gap:1.25rem;transition:transform .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.situacao-scope .ops__m-card--highlight{background:linear-gradient(145deg,var(--ops-surface),rgba(255,255,255,.8));border:1px solid rgba(79,155,181,.2)}.situacao-scope .ops__m-header{display:flex;align-items:center;gap:.75rem;color:var(--ops-text)}.situacao-scope .ops__m-header h3{font-family:var(--ops-font-display);font-size:1.1rem;font-weight:600;margin:0}.situacao-scope .ops__m-header .ops__icon{color:var(--ops-accent);font-size:1.5rem}.situacao-scope .ops__m-header .ops__spacer{flex:1}.situacao-scope .ops__m-header .ops__icon-button{background:transparent;border:none;color:var(--ops-muted);cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.situacao-scope .ops__m-header .ops__icon-button:hover{background:#1823270f;color:var(--ops-text)}.situacao-scope .ops__m-header .ops__icon-button:disabled{opacity:.3;cursor:not-allowed}.situacao-scope .ops__m-status-control{display:flex;justify-content:center;padding:1rem 0}.situacao-scope .ops__m-toggle{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:16px;border:2px solid transparent;background:#18232708;cursor:pointer;transition:all .2s ease;text-align:left}.situacao-scope .ops__m-toggle:hover:not(:disabled){background:#1823270f}.situacao-scope .ops__m-toggle.is-active{background:#2f8f6a1a;border-color:#2f8f6a33}.situacao-scope .ops__m-toggle.is-active .ops__m-toggle-thumb{background:var(--ops-success);color:#fff}.situacao-scope .ops__m-toggle.is-locked{opacity:.6;cursor:not-allowed}.situacao-scope .ops__m-toggle-track{flex-shrink:0}.situacao-scope .ops__m-toggle-thumb{width:48px;height:48px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00000014;display:flex;align-items:center;justify-content:center;color:var(--ops-muted);transition:all .3s cubic-bezier(.34,1.56,.64,1)}.situacao-scope .ops__m-toggle-label{display:flex;flex-direction:column;gap:.2rem}.situacao-scope .ops__m-toggle-title{font-weight:600;font-size:1rem}.situacao-scope .ops__m-toggle-subtitle{font-size:.8rem;color:var(--ops-muted)}.situacao-scope .ops__m-description{font-size:.9rem;color:var(--ops-muted);line-height:1.5;margin:0}.situacao-scope .ops__m-cookie-status{background:#18232708;padding:1rem;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.situacao-scope .ops__m-indicator{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ops-muted);display:flex;align-items:center;gap:.5rem}.situacao-scope .ops__m-indicator:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--ops-muted)}.situacao-scope .ops__m-indicator.is-active{color:var(--ops-success)}.situacao-scope .ops__m-indicator.is-active:before{background:var(--ops-success);box-shadow:0 0 8px var(--ops-success)}.situacao-scope .ops__code-snippet{font-family:IBM Plex Mono,monospace;font-size:.8rem;color:var(--ops-text);word-break:break-all}.situacao-scope .ops__m-actions{display:flex;gap:.5rem;flex-wrap:wrap}.situacao-scope .ops__m-actions .ops__button--sm{padding:.4rem .8rem;font-size:.8rem}.situacao-scope .ops__m-form{display:flex;flex-direction:column;gap:1.5rem}.situacao-scope .ops__field-group{display:flex;flex-direction:column;gap:.5rem}.situacao-scope .ops__field-label{font-size:.85rem;font-weight:500;color:var(--ops-muted);margin-left:.25rem}.situacao-scope .ops__input--modern{border:1px solid rgba(24,35,39,.1);background:#ffffff80;transition:all .2s}.situacao-scope .ops__input--modern:focus{background:#fff;border-color:var(--ops-accent);box-shadow:0 0 0 4px #4f9bb51a}.situacao-scope .ops__m-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(24,35,39,.06)}.situacao-scope .ops__m-status{font-size:.85rem;color:var(--ops-muted);font-style:italic}
