:root{--background:246 250 247;--elevated:255 255 255;--surface:255 255 255;--foreground:12 42 44;--brand:0 83 90;--brand-deep:1 54 59;--brand-muted:214 234 232;--leaf:118 182 84;--lime:199 230 111;--accent:140 185 38;--card:255 255 255;--border:223 233 228;--border-strong:196 214 206;--muted-foreground:90 112 108;--muted:236 242 238;--amber:196 122 46;--red:190 70 60;--ok:96 158 92;--bar-1:0 83 90;--bar-2:118 182 84;--bar-3:199 230 111;--font-display:"Poppins",system-ui,sans-serif;--font-sans:"Manrope",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--ease:cubic-bezier(.16,1,.3,1)}:root[data-theme=dark]{--background:7 22 23;--elevated:11 31 32;--surface:13 36 37;--foreground:226 240 234;--brand:149 202 76;--brand-muted:0 83 90;--card:13 36 37;--border:28 52 52;--border-strong:48 74 74;--muted-foreground:140 166 160;--muted:19 40 41;--amber:214 150 80;--accent:199 230 111}.eyebrow,.mono{font-family:var(--font-mono)}.eyebrow{font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--muted-foreground))}.eyebrow,.num{font-weight:600}.num{font-family:var(--font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.text-grad{background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--accent)));-webkit-background-clip:text;background-clip:text;color:transparent}.app{display:grid;grid-template-columns:238px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid rgb(var(--border));background:rgb(var(--elevated));display:flex;flex-direction:column;padding:1.1rem .9rem;gap:.2rem}.side-brand{display:flex;justify-content:flex-start;padding:.5rem .3rem .9rem .45rem}.side-brand img{width:100%;max-width:190px;height:auto;border-radius:.6rem;background:#fff;padding:.55rem .7rem}.side-brand b{font-family:var(--font-display);font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.side-brand small{display:block;font-family:var(--font-mono);font-size:.44rem;letter-spacing:.28em;color:rgb(var(--muted-foreground));margin-top:1px}.nav-set[hidden]{display:none}.nav-group{font-family:var(--font-mono);font-size:.5625rem;letter-spacing:.2em;text-transform:uppercase;color:rgb(var(--muted-foreground)/.7);padding:.9rem .6rem .35rem}.nav-item{display:flex;align-items:center;gap:.65rem;padding:.5rem .6rem;border-radius:.6rem;font-size:.83rem;font-weight:500;color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease);border:1px solid transparent}.nav-item svg{width:16px;height:16px;flex:none}.nav-item .tag{margin-left:auto;font-family:var(--font-mono);font-size:.5rem;letter-spacing:.12em;color:rgb(var(--muted-foreground)/.6)}.nav-item:hover{color:rgb(var(--foreground));background:rgb(var(--muted))}.nav-item.active{color:rgb(var(--brand));background:rgb(var(--brand-muted)/.5);border-color:rgb(var(--brand)/.18);font-weight:600}.nav-item.active .tag{color:rgb(var(--brand)/.7)}.back{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;color:rgb(var(--brand));cursor:pointer;padding:.3rem .6rem .6rem}.back svg{width:14px;height:14px}.side-foot{margin-top:auto;padding-top:.8rem;border-top:1px solid rgb(var(--border));display:flex;flex-direction:column;gap:.7rem}.user{display:flex;align-items:center;gap:.6rem;padding:.3rem .4rem}.user .av{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;display:grid;place-items:center;font-weight:700;font-size:.8rem;font-family:var(--font-display)}.user .n{font-size:.78rem;font-weight:600;line-height:1.2}.user .r{font-size:.64rem;color:rgb(var(--muted-foreground))}.credit{display:flex;align-items:center;gap:.5rem;padding:.1rem .4rem}.credit span{font-family:var(--font-mono);font-size:.5rem;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--muted-foreground)/.8)}.credit img{height:20px;width:auto}.credit .naia-dark,:root[data-theme=dark] .credit .naia-light{display:none}:root[data-theme=dark] .credit .naia-dark{display:inline}:root[data-theme=light] .credit .naia-dark{display:none}.main{min-width:0}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:1rem;padding:.85rem 1.6rem;border-bottom:1px solid rgb(var(--border));background:rgb(var(--background)/.8);backdrop-filter:blur(12px)}.crumb{font-size:.8rem;color:rgb(var(--muted-foreground))}.crumb b{color:rgb(var(--foreground))}.period{margin-left:auto;font-size:.7rem;padding:.4rem .7rem;border:1px solid rgb(var(--border));border-radius:.55rem;color:rgb(var(--muted-foreground))}.live,.period{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono)}.live{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--leaf))}.live i{width:6px;height:6px;border-radius:9999px;background:rgb(var(--leaf));box-shadow:0 0 0 3px rgb(var(--leaf)/.2)}.toggle{width:34px;height:34px;border-radius:9px;border:1px solid rgb(var(--border));background:rgb(var(--card));display:grid;place-items:center;cursor:pointer;color:rgb(var(--muted-foreground))}.toggle svg{width:16px;height:16px}.moon,:root[data-theme=dark] .sun{display:none}:root[data-theme=dark] .moon{display:block}:root[data-theme=light] .moon{display:none}.page{padding:1.6rem;max-width:1240px}.hero{position:relative;overflow:hidden;border-radius:1.1rem;border:1px solid rgb(var(--border));background:rgb(var(--elevated));padding:1.5rem 1.7rem;margin-bottom:1.3rem}.hero .mesh{position:absolute;inset:0;opacity:.7;background:radial-gradient(50% 120% at 88% 0,rgb(var(--lime)/.16),transparent 60%),radial-gradient(40% 100% at 100% 100%,rgb(var(--brand)/.1),transparent 60%);pointer-events:none}.hero h1{font-family:var(--font-display);font-weight:600;font-size:1.7rem;letter-spacing:-.03em;line-height:1.1;margin:.5rem 0 .35rem}.hero h1,.hero p{position:relative}.hero p{font-size:.88rem;color:rgb(var(--muted-foreground));max-width:32rem}.hero .hstats{position:relative;display:flex;gap:1.6rem;margin-top:1rem;flex-wrap:wrap}.hero .hstat .v{font-family:var(--font-display);font-weight:600;font-size:1.25rem;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.hero .hstat .l{font-size:.68rem;color:rgb(var(--muted-foreground))}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;margin-bottom:1.3rem}.kpi{position:relative;overflow:hidden;border-radius:.9rem;border:1px solid rgb(var(--border));background:rgb(var(--card));padding:1.1rem 1.15rem}.kpi .top{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.kpi .ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:rgb(var(--brand));background:rgb(var(--brand-muted)/.55)}.kpi .ic svg{width:16px;height:16px}.kpi .lbl{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--muted-foreground))}.kpi .val{font-family:var(--font-display);font-weight:600;font-size:1.75rem;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1}.kpi .val small{font-size:.9rem;color:rgb(var(--muted-foreground));font-weight:500}.kpi .delta{font-family:var(--font-mono);font-size:.66rem;margin-top:.45rem;display:inline-flex;align-items:center;gap:.25rem}.up{color:rgb(var(--ok))}.down{color:rgb(var(--amber))}.kpi .stripe{position:absolute;left:0;top:0;bottom:0;width:3px}.split{display:grid;grid-template-columns:1.55fr 1fr;gap:1.1rem;align-items:start}.card{border-radius:1rem;border:1px solid rgb(var(--border));background:rgb(var(--card));overflow:hidden}.card .bar{height:2px;background:linear-gradient(90deg,rgb(var(--bar-1)),rgb(var(--bar-2)) 52%,rgb(var(--bar-3)))}.card .in{padding:1.25rem 1.3rem}.chead{display:flex;align-items:center;margin-bottom:1.1rem}.chead h3{font-family:var(--font-display);font-weight:600;font-size:1.02rem;letter-spacing:-.02em}.chead .sub{font-size:.72rem;color:rgb(var(--muted-foreground));margin-top:1px}.chead .act{margin-left:auto;font-size:.72rem;font-weight:600;color:rgb(var(--brand));cursor:pointer}.brow{padding:.7rem 0;border-bottom:1px solid rgb(var(--border))}.brow:last-child{border:0;padding-bottom:0}.brow .l1{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.brow .cn{font-size:.83rem;font-weight:600}.brow .pct{margin-left:auto;font-size:.72rem;font-weight:600}.brow .pct,.brow .vv{font-family:var(--font-mono)}.brow .vv{font-size:.66rem;color:rgb(var(--muted-foreground))}.track{height:7px;background:rgb(var(--muted));overflow:hidden}.fill,.track{border-radius:9999px}.fill{height:100%;background:linear-gradient(90deg,rgb(var(--brand)),rgb(var(--leaf)))}.fill.warn{background:linear-gradient(90deg,rgb(var(--leaf)),rgb(var(--amber)))}.fill.over{background:linear-gradient(90deg,rgb(var(--amber)),rgb(var(--red)))}.badge{font-family:var(--font-mono);font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .4rem;border-radius:.35rem;font-weight:600}.badge.over{color:rgb(var(--red));background:rgb(var(--red)/.12)}.badge.warn{color:rgb(var(--amber));background:rgb(var(--amber)/.14)}.badge.ok{color:rgb(var(--ok));background:rgb(var(--ok)/.12)}.badge.corte{color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6)}.badge.leite{color:rgb(var(--leaf));background:rgb(var(--leaf)/.15)}.tx{display:flex;align-items:center;gap:.7rem;padding:.6rem 0;border-bottom:1px solid rgb(var(--border))}.tx:last-child{border:0}.tx .ti{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:none}.tx .ti.in{background:rgb(var(--ok)/.13);color:rgb(var(--ok))}.tx .ti.out{background:rgb(var(--amber)/.14);color:rgb(var(--amber))}.tx .ti svg{width:15px;height:15px}.tx .d{font-size:.8rem;font-weight:600;line-height:1.25}.tx .m{font-size:.66rem;color:rgb(var(--muted-foreground))}.tx .amt{margin-left:auto;font-family:var(--font-mono);font-size:.8rem;font-weight:600;text-align:right}.tx .amt.pos{color:rgb(var(--ok))}.tx .amt.neg{color:rgb(var(--foreground))}.insight{margin-top:1.1rem;border-radius:.9rem;padding:1rem 1.1rem;border:1px solid rgb(var(--brand)/.25);background:linear-gradient(120deg,rgb(var(--brand-muted)/.5),rgb(var(--lime)/.14))}.insight .h{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.insight .h .av{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;display:grid;place-items:center}.insight .h .av svg{width:14px;height:14px}.insight .h b{font-size:.82rem}.insight .h .on{margin-left:auto;font-family:var(--font-mono);font-size:.55rem;color:rgb(var(--leaf))}.insight p{font-size:.82rem;line-height:1.5;color:rgb(var(--foreground))}.insight p b{color:rgb(var(--brand))}.chart{width:100%;height:170px}.legend{display:flex;gap:1rem;margin-top:.5rem;font-size:.68rem;color:rgb(var(--muted-foreground))}.legend i{width:9px;height:9px;border-radius:3px;display:inline-block;margin-right:.3rem;vertical-align:middle}.ftable{width:100%;border-collapse:collapse}.ftable th{text-align:left;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--muted-foreground));padding:.5rem .6rem;border-bottom:1px solid rgb(var(--border))}.ftable td.r,.ftable th.r{text-align:right}.frow{cursor:pointer;transition:.12s var(--ease)}.frow td{padding:.75rem .6rem;border-bottom:1px solid rgb(var(--border));font-size:.83rem}.frow:hover{background:rgb(var(--muted))}.frow .fn{font-weight:600;white-space:nowrap}.frow .fn .dot{width:7px;height:7px;border-radius:9999px;display:inline-block;vertical-align:middle;margin-right:.55rem}.frow .mono{font-variant-numeric:tabular-nums}.frow .minibar{width:74px;height:6px;border-radius:9999px;background:rgb(var(--muted));overflow:hidden;display:inline-block;vertical-align:middle;margin-right:.5rem}.frow .minibar span{display:block;height:100%}.chev{color:rgb(var(--muted-foreground)/.5)}@media(max-width:900px){.app{grid-template-columns:1fr}.sidebar{display:none}.grid4{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}}.asst-split{grid-template-columns:1.7fr 1fr}.pct.warn{color:rgb(var(--amber))}.pct.ok{color:rgb(var(--ok))}.pct.over{color:rgb(var(--red))}.asst-chat-card{display:flex;flex-direction:column}.asst-chat-head{display:flex;align-items:center;gap:.85rem;padding:1rem 1.3rem;border-bottom:1px solid rgb(var(--border))}.asst-avatar{width:44px;height:44px;border-radius:.85rem;flex:none;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));box-shadow:0 4px 14px rgb(var(--brand)/.28)}.asst-avatar svg{width:22px;height:22px}.asst-id{flex:1;min-width:0}.asst-name-row{display:flex;align-items:center;gap:.55rem}.asst-name-row b{font-family:var(--font-display);font-weight:600;font-size:1.02rem;letter-spacing:-.01em}.asst-online{display:inline-flex;align-items:center;gap:.32rem;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--leaf))}.asst-online i{width:6px;height:6px;border-radius:9999px;background:rgb(var(--leaf));box-shadow:0 0 0 3px rgb(var(--leaf)/.2);animation:asst-pulse 2.2s ease-in-out infinite}@keyframes asst-pulse{0%,to{box-shadow:0 0 0 3px rgb(var(--leaf)/.2)}50%{box-shadow:0 0 0 5px rgb(var(--leaf)/.06)}}.asst-role{font-size:.72rem;color:rgb(var(--muted-foreground));margin-top:1px}.asst-modes{flex:none;display:flex;gap:.2rem;padding:.2rem;border-radius:.65rem;background:rgb(var(--muted))}.asst-mode{border:none;background:transparent;padding:.4rem .8rem;border-radius:.48rem;font-family:var(--font-sans);font-size:.72rem;font-weight:700;color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease)}.asst-mode:hover{color:rgb(var(--foreground))}.asst-mode.active{background:rgb(var(--card));color:rgb(var(--brand));box-shadow:0 1px 3px rgb(0 0 0/.08)}.asst-body{padding:1.15rem 1.3rem;display:flex;flex-direction:column;gap:1rem}.asst-msg{display:flex;gap:.55rem;max-width:86%}.asst-msg.user{margin-left:auto;flex-direction:row-reverse}.asst-msg.bot{margin-right:auto}.asst-col{display:flex;flex-direction:column;min-width:0}.asst-msg.user .asst-col{align-items:flex-end}.asst-bav,.asst-uav{width:26px;height:26px;border-radius:8px;flex:none;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:.72rem;margin-top:2px}.asst-uav{background:linear-gradient(135deg,rgb(var(--brand-deep)),rgb(var(--brand)))}.asst-bav{background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)))}.asst-bav svg{width:14px;height:14px}.asst-bubble{padding:.7rem .95rem;border-radius:1rem;font-size:.83rem;line-height:1.55}.asst-bubble p{margin:0}.asst-bubble p+p{margin-top:.5rem}.asst-bubble b{font-weight:700}.asst-msg.bot .asst-bubble{background:rgb(var(--muted));border:1px solid rgb(var(--border));border-top-left-radius:.3rem;color:rgb(var(--foreground))}.asst-msg.user .asst-bubble{background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;border-top-right-radius:.3rem}.asst-bubble .mono{font-family:var(--font-mono)}.asst-bubble .badge{vertical-align:middle;margin-left:.15rem}.asst-alert{color:rgb(var(--amber));font-weight:600}.asst-time{font-family:var(--font-mono);font-size:.58rem;color:rgb(var(--muted-foreground)/.8);margin-top:.3rem;padding:0 .2rem}.asst-break{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem;padding-top:.65rem;border-top:1px solid rgb(var(--border-strong)/.5)}.asst-break .abr{display:grid;grid-template-columns:5.4rem 1fr auto;align-items:center;gap:.6rem}.asst-break .an{font-size:.72rem;font-weight:600;color:rgb(var(--foreground))}.asst-break .track{height:5px}.asst-break .av{font-size:.68rem;white-space:nowrap;text-align:right}.asst-break .av,.asst-divider{font-family:var(--font-mono);color:rgb(var(--muted-foreground))}.asst-divider{display:flex;align-items:center;gap:.6rem;margin:.1rem 0;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}.asst-divider:after,.asst-divider:before{content:"";flex:1;height:1px;background:rgb(var(--border))}.asst-divider b{color:rgb(var(--brand))}.asst-ticket{margin-top:.75rem;border:1px solid rgb(var(--border-strong));border-radius:.8rem;background:rgb(var(--card));padding:.85rem .95rem .9rem}.asst-ticket .tt-head{display:flex;align-items:center;gap:.4rem;margin-bottom:.7rem;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--brand))}.asst-ticket .tt-head svg{width:13px;height:13px}.asst-ticket .tt-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .9rem}.asst-ticket .tf{display:flex;flex-direction:column;gap:.15rem}.asst-ticket .tf .k{font-size:.6rem;color:rgb(var(--muted-foreground))}.asst-ticket .tf .v{font-family:var(--font-sans);font-size:.8rem;font-weight:700;color:rgb(var(--foreground))}.asst-ticket .tf .v.mono{font-family:var(--font-mono)}.asst-ticket .tt-actions{display:flex;gap:.6rem;margin-top:.85rem}.asst-btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:.55rem;padding:.5rem .95rem;font-size:.76rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;border:1px solid transparent;transition:.15s var(--ease)}.asst-btn svg{width:14px;height:14px}.asst-btn.primary{background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;box-shadow:0 3px 10px rgb(var(--brand)/.25)}.asst-btn.primary:hover{filter:brightness(1.05)}.asst-btn.ghost{background:transparent;border-color:rgb(var(--border-strong));color:rgb(var(--muted-foreground))}.asst-btn.ghost:hover{color:rgb(var(--foreground));background:rgb(var(--muted))}.asst-chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:.9rem 1.3rem 0}.asst-chip{border:1px solid rgb(var(--border));background:rgb(var(--card));border-radius:9999px;padding:.4rem .85rem;font-family:var(--font-sans);font-size:.72rem;font-weight:600;color:rgb(var(--muted-foreground));cursor:pointer;white-space:nowrap;transition:.15s var(--ease)}.asst-chip:hover{color:rgb(var(--brand));border-color:rgb(var(--brand)/.35);background:rgb(var(--brand-muted)/.35)}.asst-inputbar{display:flex;align-items:center;gap:.6rem;padding:1rem 1.3rem .5rem}.asst-input{flex:1;border:1px solid rgb(var(--border));border-radius:.7rem;padding:.75rem .95rem;font-size:.83rem;font-family:var(--font-sans);background:rgb(var(--elevated));color:rgb(var(--foreground))}.asst-input::-moz-placeholder{color:rgb(var(--muted-foreground)/.75)}.asst-input::placeholder{color:rgb(var(--muted-foreground)/.75)}.asst-input:focus{outline:none;border-color:rgb(var(--brand)/.45)}.asst-send{width:44px;height:44px;flex:none;border:none;border-radius:.7rem;display:grid;place-items:center;cursor:pointer;color:#fff;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));box-shadow:0 3px 10px rgb(var(--brand)/.28);transition:.15s var(--ease)}.asst-send:hover{filter:brightness(1.06)}.asst-send svg{width:18px;height:18px}.asst-foot-note{padding:.15rem 1.3rem 1.1rem;font-size:.64rem;color:rgb(var(--muted-foreground)/.8);text-align:center}.asst-side{display:flex;flex-direction:column;gap:1.1rem}.asst-farm-name{font-family:var(--font-display);font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.asst-farm-sub{font-size:.7rem;color:rgb(var(--muted-foreground));margin-top:.25rem}.asst-caps{flex-direction:column}.asst-cap,.asst-caps{display:flex;gap:.65rem}.asst-cap{align-items:center;font-size:.78rem;font-weight:500;color:rgb(var(--foreground))}.asst-cap .ic{width:26px;height:26px;border-radius:7px;flex:none;display:grid;place-items:center;background:rgb(var(--brand-muted)/.55);color:rgb(var(--brand))}.asst-cap .ic svg{width:14px;height:14px}@media(max-width:900px){.asst-split{grid-template-columns:1fr}}.fz-toolbar{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}.fz-search{position:relative;flex:1;max-width:22rem}.fz-search svg{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);width:15px;height:15px;color:rgb(var(--muted-foreground))}.fz-search input{width:100%;padding:.6rem .8rem .6rem 2.1rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--card));color:rgb(var(--foreground));font-family:var(--font-sans);font-size:.82rem;outline:none;transition:.15s var(--ease)}.fz-search input::-moz-placeholder{color:rgb(var(--muted-foreground)/.8)}.fz-search input::placeholder{color:rgb(var(--muted-foreground)/.8)}.fz-search input:focus{border-color:rgb(var(--brand)/.5);box-shadow:0 0 0 3px rgb(var(--brand)/.1)}.fz-btn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-sans);font-size:.82rem;font-weight:600;padding:.62rem 1rem;border-radius:.6rem;cursor:pointer;transition:.15s var(--ease);border:1px solid transparent;white-space:nowrap}.fz-btn svg{width:15px;height:15px}.fz-btn.primary{margin-left:auto;background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;box-shadow:0 6px 16px -6px rgb(var(--brand)/.5)}.fz-btn.primary:hover{filter:brightness(1.06)}.fz-btn.ghost{background:rgb(var(--card));border-color:rgb(var(--border));color:rgb(var(--foreground))}.fz-btn.ghost:hover{border-color:rgb(var(--border-strong))}.fz-sheet{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;color:rgb(var(--muted-foreground))}.fz-sheet i{width:6px;height:6px;border-radius:9999px;flex:none}.fz-sheet.ok i{background:rgb(var(--ok));box-shadow:0 0 0 3px rgb(var(--ok)/.16)}.fz-sheet.ok{color:rgb(var(--foreground))}.fz-sheet.off i{background:rgb(var(--muted-foreground)/.4)}.fz-sheet.off{color:rgb(var(--muted-foreground)/.85);font-style:italic}.fz-tpl{font-family:var(--font-mono);font-size:.7rem;color:rgb(var(--muted-foreground))}.fz-tpl.pend{color:rgb(var(--amber))}.fz-actions{display:flex;justify-content:flex-end;gap:.4rem}.fz-ibtn{width:30px;height:30px;border-radius:.5rem;border:1px solid rgb(var(--border));background:rgb(var(--card));display:grid;place-items:center;color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease);flex:none}.fz-ibtn svg{width:14px;height:14px}.fz-ibtn:hover{border-color:rgb(var(--brand)/.4);color:rgb(var(--brand));background:rgb(var(--brand-muted)/.35)}.fz-ibtn.danger:hover{border-color:rgb(var(--red)/.4);color:rgb(var(--red));background:rgb(var(--red)/.1)}.fz-ibtn.revive:hover{border-color:rgb(var(--leaf)/.5);color:rgb(var(--leaf));background:rgb(var(--leaf)/.12)}.fz-note{display:flex;gap:.65rem;align-items:flex-start;border-radius:.8rem;border:1px solid rgb(var(--brand)/.22);background:linear-gradient(120deg,rgb(var(--brand-muted)/.45),rgb(var(--lime)/.12));padding:.85rem 1rem;margin-bottom:1.2rem}.fz-note svg{width:17px;height:17px;color:rgb(var(--brand));flex:none;margin-top:.1rem}.fz-note p{font-size:.78rem;line-height:1.55;color:rgb(var(--foreground))}.fz-note p b{color:rgb(var(--brand))}.fz-note p code{font-family:var(--font-mono);font-size:.72rem;background:rgb(var(--card)/.7);padding:.05rem .35rem;border-radius:.3rem;border:1px solid rgb(var(--border))}.fz-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.2rem}.fz-field{display:flex;flex-direction:column;gap:.4rem}.fz-field.span2{grid-column:1/-1}.fz-field label{font-size:.72rem;font-weight:600;color:rgb(var(--foreground)/.85)}.fz-field label .opt{font-weight:400;color:rgb(var(--muted-foreground));font-size:.68rem;margin-left:.25rem}.fz-field input{padding:.62rem .75rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--background));color:rgb(var(--foreground));font-family:var(--font-sans);font-size:.82rem;outline:none;transition:.15s var(--ease)}.fz-field input.mono{font-family:var(--font-mono);font-size:.74rem;letter-spacing:-.01em}.fz-field input::-moz-placeholder{color:rgb(var(--muted-foreground)/.75)}.fz-field input::placeholder{color:rgb(var(--muted-foreground)/.75)}.fz-field input:focus{border-color:rgb(var(--brand)/.5);box-shadow:0 0 0 3px rgb(var(--brand)/.1)}.fz-field .hint{font-size:.66rem;color:rgb(var(--muted-foreground))}.fz-seg{display:inline-flex;border-radius:.6rem;border:1px solid rgb(var(--border));overflow:hidden;width:-moz-fit-content;width:fit-content}.fz-segbtn{padding:.55rem 1.1rem;font-size:.78rem;font-weight:600;color:rgb(var(--muted-foreground));background:rgb(var(--card));cursor:pointer;border-right:1px solid rgb(var(--border));transition:.15s var(--ease)}.fz-segbtn:last-child{border-right:0}.fz-segbtn.active{background:rgb(var(--brand-muted)/.6);color:rgb(var(--brand))}.fz-switchrow{display:flex;align-items:center;gap:.65rem;height:2.5rem}.fz-switch{position:relative;width:42px;height:24px;border-radius:9999px;border:1px solid rgb(var(--border));background:rgb(var(--muted));cursor:pointer;flex:none}.fz-switch,.fz-switch i{transition:.15s var(--ease)}.fz-switch i{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:9999px;background:#fff;box-shadow:0 1px 3px rgb(0 0 0/.25)}.fz-switch.on{background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--leaf)));border-color:transparent}.fz-switch.on i{left:20px}.fz-switchlbl{font-size:.78rem;color:rgb(var(--muted-foreground))}.fz-formfoot{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.4rem;padding-top:1.1rem;border-top:1px solid rgb(var(--border))}@media(max-width:900px){.fz-grid{grid-template-columns:1fr}}.hstat .frac{font-size:.62em;color:rgb(var(--muted-foreground))}.insight.top{margin-top:0;margin-bottom:1.3rem}.grp-list{display:flex;flex-direction:column;gap:1rem}.grp-card .in{padding:1.3rem 1.4rem 1.4rem}.grp-card.pending{box-shadow:0 0 0 1px rgb(var(--amber)/.18) inset}.grp-head{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.15rem;flex-wrap:wrap}.grp-head .gi{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;display:grid;place-items:center;flex:none}.grp-head .gi.off{background:rgb(var(--muted));color:rgb(var(--muted-foreground))}.grp-head .gt{flex:1;min-width:200px}.grp-head .gt h3{font-family:var(--font-display);font-weight:600;font-size:1.06rem;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.grp-head .gt .wa{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:rgb(var(--muted-foreground));margin-top:.25rem}.grp-head .gt .wa svg{color:rgb(var(--leaf));flex:none}.grp-status{display:flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .7rem;font-weight:600;margin-top:.1rem}.grp-status,.grp-status i{border-radius:9999px;flex:none}.grp-status i{width:6px;height:6px}.grp-status.on{color:rgb(var(--ok));background:rgb(var(--ok)/.12)}.grp-status.on i{background:rgb(var(--ok));box-shadow:0 0 0 3px rgb(var(--ok)/.2)}.grp-status.off{color:rgb(var(--amber));background:rgb(var(--amber)/.14)}.grp-status.off i{background:rgb(var(--amber));box-shadow:0 0 0 3px rgb(var(--amber)/.2)}.members{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:1.15rem}.member{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border:1px solid rgb(var(--border));border-radius:.75rem;background:rgb(var(--muted)/.45)}.member .av{width:34px;height:34px;border-radius:9px;background:rgb(var(--brand-muted)/.6);color:rgb(var(--brand));display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:.76rem;flex:none}.member .mt{min-width:0;flex:1}.member .mn{flex-wrap:wrap;gap:.4rem;font-size:.82rem;font-weight:600;line-height:1.3}.member .mn,.member .mp{display:flex;align-items:center}.member .mp{gap:.35rem;font-family:var(--font-mono);font-size:.68rem;color:rgb(var(--muted-foreground));margin-top:.15rem}.member .mp svg{color:rgb(var(--muted-foreground)/.7);flex:none}.badge.owner{color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6)}.pending-note{font-size:.76rem;line-height:1.55;color:rgb(var(--amber));background:rgb(var(--amber)/.1);border:1px solid rgb(var(--amber)/.22);border-radius:.7rem;padding:.7rem .85rem;margin-bottom:1.1rem}.grp-actions{display:flex;gap:.6rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid rgb(var(--border))}.gbtn{font-size:.76rem;padding:.55rem .9rem}.gbtn.ghost-ok{color:rgb(var(--ok));border-color:rgb(var(--ok)/.3);background:rgb(var(--ok)/.08)}.gbtn[disabled]{cursor:default;opacity:.85}.gbtn[disabled]:hover{background:rgb(var(--ok)/.08)}@media(max-width:640px){.members{grid-template-columns:1fr}}.lc-tabs{gap:.2rem;padding:.28rem;border-radius:.75rem;background:rgb(var(--muted));border:1px solid rgb(var(--border));margin-bottom:1.1rem}.lc-tab,.lc-tabs{display:inline-flex}.lc-tab{align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.81rem;font-weight:600;color:rgb(var(--muted-foreground));padding:.5rem 1rem;border-radius:.55rem;cursor:pointer;border:none;background:transparent;transition:.15s var(--ease)}.lc-tab i{font-style:normal;font-family:var(--font-mono);font-size:.6rem;font-weight:600;color:rgb(var(--muted-foreground)/.7);background:rgb(var(--card));border-radius:.35rem;padding:.1rem .35rem}.lc-tab:hover{color:rgb(var(--foreground))}.lc-tab.active{background:rgb(var(--card));color:rgb(var(--brand));box-shadow:0 1px 3px rgb(0 0 0/.08)}.lc-tab.active i{color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6)}.lc-toolbar{margin-bottom:1rem;flex-wrap:wrap}.lc-search,.lc-toolbar{display:flex;align-items:center;gap:.55rem}.lc-search{padding:.6rem .85rem;border:1px solid rgb(var(--border));border-radius:.6rem;background:rgb(var(--card));flex:1 1 240px;min-width:200px}.lc-search svg{width:15px;height:15px;color:rgb(var(--muted-foreground));flex:none}.lc-search input{border:none;outline:none;background:transparent;width:100%;font-family:var(--font-sans);font-size:.82rem;color:rgb(var(--foreground))}.lc-search input::-moz-placeholder{color:rgb(var(--muted-foreground)/.7)}.lc-search input::placeholder{color:rgb(var(--muted-foreground)/.7)}.lc-filter{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem .8rem;border:1px solid rgb(var(--border));border-radius:.6rem;background:rgb(var(--card));font-family:var(--font-sans);font-size:.78rem;font-weight:600;color:rgb(var(--muted-foreground));cursor:pointer;white-space:nowrap;transition:.15s var(--ease)}.lc-filter svg{width:13px;height:13px;flex:none}.lc-filter svg:last-child{color:rgb(var(--muted-foreground)/.7);width:11px;height:11px}.lc-filter:hover{color:rgb(var(--foreground));border-color:rgb(var(--border-strong))}.lc-actions{display:flex;gap:.55rem;margin-left:auto}.lc-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.62rem 1.05rem;border-radius:.6rem;font-family:var(--font-sans);font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:.15s var(--ease)}.lc-btn svg{width:14px;height:14px}.lc-btn.ghost{border-color:rgb(var(--border));background:rgb(var(--card));color:rgb(var(--foreground))}.lc-btn.ghost:hover{border-color:rgb(var(--border-strong));background:rgb(var(--muted))}.lc-btn.grad{background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;box-shadow:0 6px 16px rgb(var(--brand)/.28)}.lc-btn.grad:hover{filter:brightness(1.06)}.lc-tablewrap{overflow-x:auto}.lc-tablewrap .ftable{min-width:920px}.lc-total{font-weight:700}.lc-empty{color:rgb(var(--muted-foreground)/.45)}.lc-op{display:inline-flex;align-items:center;gap:.45rem;font-size:.79rem;font-weight:500}.lc-avt{width:22px;height:22px;border-radius:7px;flex:none;font-style:normal;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:.62rem}.badge.cat-desp{color:rgb(var(--brand));background:rgb(var(--brand-muted)/.55)}.badge.animal{color:rgb(var(--leaf));background:rgb(var(--leaf)/.15);margin-left:.4rem;vertical-align:middle}.lc-rowactions{display:flex;gap:.35rem;justify-content:flex-end;opacity:0;transition:.15s var(--ease)}.frow:hover .lc-rowactions{opacity:1}.lc-iconbtn{width:27px;height:27px;border-radius:7px;border:1px solid rgb(var(--border));background:rgb(var(--card));display:grid;place-items:center;color:rgb(var(--muted-foreground));cursor:pointer;flex:none}.lc-iconbtn svg{width:13px;height:13px}.lc-iconbtn:hover{color:rgb(var(--brand));border-color:rgb(var(--brand)/.35);background:rgb(var(--brand-muted)/.4)}.lc-iconbtn.danger:hover{color:rgb(var(--red));border-color:rgb(var(--red)/.35);background:rgb(var(--red)/.1)}.lc-tfoot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.3rem;border-top:1px solid rgb(var(--border));font-size:.78rem;color:rgb(var(--muted-foreground));flex-wrap:wrap}.lc-tfoot b{color:rgb(var(--foreground));font-family:var(--font-mono);font-weight:700}.lc-pagination{display:flex;align-items:center;gap:.55rem}.lc-pagination .mono{font-size:.72rem}.lc-pagebtn{width:26px;height:26px;border-radius:7px;border:1px solid rgb(var(--border));background:rgb(var(--card));display:grid;place-items:center;color:rgb(var(--muted-foreground));cursor:pointer}.lc-pagebtn svg{width:13px;height:13px}.lc-pagebtn:hover{color:rgb(var(--foreground));border-color:rgb(var(--border-strong))}.lc-pagebtn[disabled]{opacity:.4;cursor:default;pointer-events:none}.lc-empty-panel{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center;padding:3.2rem 1.5rem;color:rgb(var(--muted-foreground))}.lc-empty-panel svg{width:34px;height:34px;color:rgb(var(--muted-foreground)/.5)}.lc-empty-panel p{font-size:.85rem;max-width:26rem;line-height:1.55}.lc-empty-panel p b{color:rgb(var(--foreground))}@media(max-width:720px){.lc-actions{margin-left:0;width:100%}.lc-actions .lc-btn{flex:1 1 auto;justify-content:center}}.op-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-bottom:1.1rem}.op-card .in{display:flex;flex-direction:column}.op-head{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.op-rank{font-family:var(--font-mono);font-size:.64rem;font-weight:700;width:23px;height:23px;border-radius:9999px;display:grid;place-items:center;color:rgb(var(--muted-foreground));border:1px solid rgb(var(--border-strong));flex:none}.op-rank.r1{color:#fff;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)));border-color:transparent}.op-avatar{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:.68rem;letter-spacing:.01em;flex:none}.op-avatar.g1{background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)))}.op-avatar.g2{background:linear-gradient(135deg,rgb(var(--leaf)),rgb(var(--lime)))}.op-avatar.g3{background:linear-gradient(135deg,rgb(var(--accent)),rgb(var(--leaf)))}.op-avatar.g4{background:linear-gradient(135deg,rgb(var(--amber)),rgb(var(--accent)))}.op-id{min-width:0}.op-name{font-family:var(--font-display);font-weight:600;font-size:.98rem;letter-spacing:-.01em;line-height:1.2}.op-role{font-size:.68rem;margin-top:1px}.op-last,.op-role{color:rgb(var(--muted-foreground))}.op-last{margin-left:auto;display:flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:.62rem;white-space:nowrap;flex:none}.op-last svg{width:12px;height:12px}.op-total{margin-bottom:.85rem}.op-total .v{font-family:var(--font-display);font-weight:600;font-size:1.6rem;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.1}.op-total .l{font-size:.68rem;color:rgb(var(--muted-foreground));margin-top:2px}.op-stats{display:flex;gap:1.6rem;padding:.7rem 0;margin-bottom:1rem;border-top:1px solid rgb(var(--border));border-bottom:1px solid rgb(var(--border))}.op-stat{display:flex;flex-direction:column}.op-stat b{font-family:var(--font-display);font-weight:600;font-size:1.02rem;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.op-stat span{font-size:.64rem;color:rgb(var(--muted-foreground));margin-top:1px}.op-breakdown .eyebrow{display:block;margin-bottom:.6rem}.op-stack{height:8px;border-radius:9999px;overflow:hidden;display:flex;background:rgb(var(--muted));margin-bottom:.65rem}.op-stack span{height:100%}.op-legend{display:flex;flex-wrap:wrap;gap:.45rem 1.1rem}.op-li{display:flex;align-items:center;gap:.4rem;font-size:.71rem;color:rgb(var(--muted-foreground))}.op-li i{width:8px;height:8px;border-radius:2.5px;display:inline-block;flex:none}.op-li b{margin-left:.1rem;color:rgb(var(--foreground));font-family:var(--font-mono);font-weight:600;font-size:.7rem}.op-seg-bovinos{background:rgb(var(--brand))}.op-seg-nutricao{background:rgb(var(--leaf))}.op-seg-sanidade{background:rgb(var(--amber))}.op-seg-maodeobra{background:rgb(var(--accent))}.op-seg-manutencao{background:rgb(var(--muted-foreground))}.op-seg-pastagem{background:rgb(var(--lime))}.op-seg-administrativo{background:rgb(var(--border-strong))}@media(max-width:900px){.op-grid{grid-template-columns:1fr}}#view-orcamento .hero .ohead{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1.4rem;flex-wrap:wrap}#view-orcamento .hero .eyebrow-farm{display:flex;align-items:center;gap:.5rem}#view-orcamento .hero .eyebrow-farm .badge{vertical-align:middle}#view-orcamento .vsel{position:relative;flex:none;display:flex;gap:.3rem;padding:.3rem;border:1px solid rgb(var(--border));border-radius:.75rem;background:rgb(var(--muted)/.55)}#view-orcamento .vopt{display:flex;align-items:center;gap:.4rem;padding:.5rem .7rem;border-radius:.55rem;border:1px solid transparent;background:transparent;cursor:pointer;font-family:var(--font-sans);color:rgb(var(--muted-foreground));transition:.15s var(--ease)}#view-orcamento .vopt:hover{color:rgb(var(--foreground))}#view-orcamento .vopt .vname{font-size:.76rem;font-weight:600;white-space:nowrap}#view-orcamento .vopt .vtag{font-family:var(--font-mono);font-size:.55rem;letter-spacing:.06em;font-weight:600;padding:.12rem .38rem;border-radius:.35rem;background:rgb(var(--muted));color:rgb(var(--muted-foreground))}#view-orcamento .vopt.active{background:rgb(var(--card));border-color:rgb(var(--border-strong));color:rgb(var(--foreground));box-shadow:0 1px 3px rgb(0 0 0/.06)}#view-orcamento .vopt.active .vname{color:rgb(var(--brand))}#view-orcamento .vopt.active .vtag{background:rgb(var(--brand-muted)/.65);color:rgb(var(--brand))}#view-orcamento .vopt .vlive{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:.56rem;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--leaf))}#view-orcamento .vopt .vlive i{width:5px;height:5px;border-radius:9999px;background:rgb(var(--leaf));box-shadow:0 0 0 2.5px rgb(var(--leaf)/.22)}#view-orcamento .stripe.c-brand{background:rgb(var(--brand))}#view-orcamento .stripe.c-leaf{background:rgb(var(--leaf))}#view-orcamento .stripe.c-amber{background:rgb(var(--amber))}#view-orcamento .stripe.c-red{background:rgb(var(--red))}#view-orcamento .kpi .ic.ic-amber{background:rgb(var(--amber)/.14);color:rgb(var(--amber))}#view-orcamento .kpi .ic.ic-red{background:rgb(var(--red)/.13);color:rgb(var(--red))}#view-orcamento .kpi.alert{border-color:rgb(var(--red)/.3)}#view-orcamento .kpi .delta.muted{color:rgb(var(--muted-foreground))}#view-orcamento .kpi .delta.crit{color:rgb(var(--red))}#view-orcamento .kpi .delta svg{width:11px;height:11px;flex:none}#view-orcamento .chead{align-items:flex-start}#view-orcamento .oactions{margin-left:auto;display:flex;gap:.5rem;flex:none}#view-orcamento .obtn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .8rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--elevated));color:rgb(var(--foreground));font-family:var(--font-sans);font-size:.76rem;font-weight:600;cursor:pointer;transition:.15s var(--ease);white-space:nowrap}#view-orcamento .obtn svg{width:14px;height:14px;color:rgb(var(--muted-foreground))}#view-orcamento .obtn:hover{background:rgb(var(--muted));border-color:rgb(var(--border-strong))}#view-orcamento .brow .l1{gap:.55rem}#view-orcamento .brow .pct.over{color:rgb(var(--red))}#view-orcamento .brow .pct.warn{color:rgb(var(--amber))}#view-orcamento .brow .chev{width:16px;height:16px;flex:none;cursor:pointer}#view-orcamento .brow .badge{flex:none}#view-orcamento .brow.total{margin-top:.3rem;padding-top:1.1rem;border-top:2px solid rgb(var(--border-strong));border-bottom:0}#view-orcamento .brow.total .cn{font-family:var(--font-display);font-weight:600;font-size:.92rem}#view-orcamento .brow.total .pct{font-size:.8rem;color:rgb(var(--brand))}#view-orcamento .brow.total .vv{font-weight:600;color:rgb(var(--foreground))}#view-orcamento .brow.total .fill{background:linear-gradient(90deg,rgb(var(--brand)),rgb(var(--leaf)))}@media(max-width:900px){#view-orcamento .hero .ohead{flex-direction:column}#view-orcamento .vsel{width:100%}#view-orcamento .vopt{flex:1;justify-content:center}#view-orcamento .oactions{width:100%}#view-orcamento .obtn{flex:1;justify-content:center}}.pend-list{display:flex;flex-direction:column;gap:.9rem}.pend-card .in{padding:1.15rem 1.3rem 1.25rem}.pend-card.m-warn .bar{background:linear-gradient(90deg,rgb(var(--amber)),rgb(var(--amber)/.3))}.pend-card.m-risk .bar{background:linear-gradient(90deg,rgb(var(--red)),rgb(var(--red)/.3))}.pend-top{gap:.6rem;margin-bottom:.9rem}.pend-top,.src-tag{display:flex;align-items:center}.src-tag{margin-left:auto;gap:.4rem;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.02em;color:rgb(var(--brand));background:rgb(var(--brand-muted)/.5);border:1px solid rgb(var(--brand)/.18);padding:.28rem .6rem;border-radius:9999px;white-space:nowrap}.src-tag svg{width:12px;height:12px;flex:none}.pend-title{font-family:var(--font-display);font-size:1.08rem;letter-spacing:-.01em;margin-bottom:.65rem}.pend-title,.pend-title .num{font-weight:600}.miss-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.7rem}.miss-lead{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--muted-foreground));margin-right:.1rem}.miss,.miss-lead{font-family:var(--font-mono)}.miss{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;color:rgb(var(--amber));background:rgb(var(--amber)/.12);border:1px dashed rgb(var(--amber)/.45);padding:.32rem .6rem;border-radius:.5rem}.miss svg{width:12px;height:12px;flex:none}.pend-card.m-risk .miss{color:rgb(var(--red));background:rgb(var(--red)/.1);border-color:rgb(var(--red)/.4)}.pend-note{font-size:.82rem;line-height:1.55;margin-bottom:.9rem}.pend-meta,.pend-note{color:rgb(var(--muted-foreground))}.pend-meta{display:flex;align-items:center;gap:.4rem;font-size:.75rem;padding-top:.85rem;margin-bottom:1rem;border-top:1px solid rgb(var(--border))}.pend-meta .who{font-weight:600;color:rgb(var(--foreground))}.pend-meta .sep{color:rgb(var(--muted-foreground)/.5)}.pend-actions{display:flex;gap:.6rem}.pbtn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.79rem;font-weight:600;padding:.55rem 1.05rem;border-radius:.6rem;cursor:pointer;border:1px solid transparent;transition:.15s var(--ease)}.pbtn svg{width:14px;height:14px}.pbtn.primary{background:rgb(var(--brand));color:#fff}.pbtn.primary:hover{background:rgb(var(--brand-deep))}.pbtn.ghost{background:transparent;border-color:rgb(var(--border-strong));color:rgb(var(--muted-foreground))}.pbtn.ghost:hover{color:rgb(var(--foreground));background:rgb(var(--muted))}@media(max-width:900px){.pend-actions{flex-wrap:wrap}.src-tag{margin-left:0}.pend-top{flex-wrap:wrap}}.tpl-card{margin-bottom:1.3rem}.tpl-bar{display:flex;flex-direction:column;gap:.9rem}.tpl-row{align-items:flex-end;gap:1.1rem}.tpl-actions,.tpl-row{display:flex;flex-wrap:wrap}.tpl-actions{margin-left:auto;gap:.5rem;align-items:center}.tpl-field{display:flex;flex-direction:column;gap:.4rem}.tpl-field label{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--muted-foreground))}.tsel-wrap{position:relative}.tsel{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:var(--font-sans);font-size:.83rem;font-weight:600;padding:.6rem 2.1rem .6rem .85rem;border-radius:.6rem;border:1px solid rgb(var(--border-strong));background:rgb(var(--card));color:rgb(var(--foreground));min-width:190px;cursor:pointer}.tsel:focus{outline:2px solid rgb(var(--brand)/.35);outline-offset:1px}.tsel-ic{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);color:rgb(var(--muted-foreground));pointer-events:none}.tpl-status{flex-wrap:wrap;gap:.55rem;font-size:.74rem;color:rgb(var(--muted-foreground));border-top:1px solid rgb(var(--border));padding-top:.75rem}.save-dock,.tpl-status{display:flex;align-items:center}.save-dock{position:fixed;left:50%;bottom:1.35rem;z-index:60;transform:translateX(-50%);gap:.85rem;padding:.55rem .6rem .55rem 1.1rem;border-radius:.9rem;background:rgb(var(--card));border:1px solid rgb(var(--border));box-shadow:0 12px 34px -10px rgb(0 0 0/.32);animation:save-dock-in .18s ease-out}.save-dock-txt{font-size:.8rem;font-weight:600;color:rgb(var(--brand));white-space:nowrap}@keyframes save-dock-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.acct-escolha{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;padding:2.6rem 1.5rem;max-width:34rem;margin:0 auto}.acct-escolha-ic{width:3rem;height:3rem;display:grid;place-items:center;border-radius:.9rem;color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6)}.acct-escolha h3{font-size:1.05rem;font-weight:700;color:rgb(var(--foreground))}.acct-escolha p{font-size:.86rem;color:rgb(var(--muted-foreground));line-height:1.5;max-width:27rem}.acct-escolha-row{display:flex;gap:.6rem;align-items:center;margin-top:.4rem;flex-wrap:wrap;justify-content:center}.gbtn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-sans);font-size:.78rem;font-weight:600;padding:.6rem .95rem;border-radius:.6rem;cursor:pointer;transition:.15s var(--ease);border:1px solid rgb(var(--border-strong));background:rgb(var(--card));color:rgb(var(--foreground))}.gbtn svg{width:14px;height:14px;flex:none}.gbtn:hover{background:rgb(var(--muted))}.gbtn.primary{border-color:transparent;color:#fff;background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--leaf)))}.gbtn.primary:hover{filter:brightness(1.06)}.acct-split{align-items:start}.acct-tabs{display:inline-flex;gap:.3rem;background:rgb(var(--muted)/.6);border:1px solid rgb(var(--border));border-radius:.75rem;padding:.28rem;margin-bottom:1.1rem}.acct-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.15rem;border-radius:.55rem;font-family:var(--font-sans);font-size:.86rem;font-weight:600;color:rgb(var(--muted-foreground));cursor:pointer;border:0;background:transparent;transition:.15s var(--ease)}.acct-tab:hover{color:rgb(var(--foreground))}.acct-tab.active{background:rgb(var(--card));color:rgb(var(--brand));box-shadow:0 1px 3px rgb(4 16 16/.12)}.acct-tab-n{font-family:var(--font-mono);font-size:.66rem;font-weight:600;padding:.06rem .42rem;border-radius:9999px;background:rgb(var(--muted));color:rgb(var(--muted-foreground));min-width:1.1rem;text-align:center}.acct-tab.active .acct-tab-n{background:rgb(var(--brand-muted)/.6);color:rgb(var(--brand))}.acct-tree{display:flex;flex-direction:column}.acct-centro{border-bottom:1px solid rgb(var(--border))}.acct-centro:last-child{border-bottom:0}.acct-centro-head{display:flex;align-items:center;gap:.65rem;padding:.75rem .1rem;cursor:pointer;border-radius:.5rem;transition:background-color .15s var(--ease)}.acct-centro-head:hover{background:rgb(var(--muted)/.5)}.acct-centro-head:focus-visible{outline:2px solid rgb(var(--brand)/.4);outline-offset:-2px}.acct-centro-head .chev{color:rgb(var(--muted-foreground)/.6);flex:none}.acct-centro-head .cn{font-size:.87rem;font-weight:600;flex:1;display:flex;align-items:center;flex-wrap:nowrap;gap:.55rem;min-width:0}.acct-centro-head .cn .cn-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.acct-centro-head .cnt{font-family:var(--font-mono);font-size:.64rem;color:rgb(var(--muted-foreground));flex:none}.acct-subs{display:flex;flex-direction:column;gap:.4rem;padding:0 .1rem .8rem 2.35rem}.acct-sub{display:flex;align-items:center;gap:.55rem;font-size:.8rem;padding:.42rem .65rem;border-radius:.55rem;background:rgb(var(--muted)/.5);cursor:pointer;transition:background-color .15s var(--ease)}.acct-sub:hover{background:rgb(var(--muted)/.85)}.acct-sub:focus-visible{outline:2px solid rgb(var(--brand)/.4);outline-offset:-2px}.acct-sub .dot{width:5px;height:5px;border-radius:9999px;background:rgb(var(--muted-foreground)/.5);flex:none}.acct-sub .sn{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gado-tag{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.56rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6);padding:.22rem .6rem .22rem .4rem}.gado-tag,.gado-tag .sw{border-radius:9999px;flex:none}.gado-tag .sw{width:22px;height:13px;background:rgb(var(--brand));position:relative}.gado-tag .sw:after{content:"";position:absolute;top:1.5px;right:1.5px;width:10px;height:10px;border-radius:9999px;background:#fff}.gado-req{display:flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.62rem;color:rgb(var(--muted-foreground));padding:0 .1rem .9rem 2.35rem}.gado-req svg{flex:none}.gado-req.flat{padding-left:0;margin-top:.9rem}.acct-fontes{display:flex;flex-direction:column;gap:.55rem}.fonte-row{display:flex;align-items:center;gap:.6rem;padding:.65rem .75rem;border-radius:.7rem;border:1px solid rgb(var(--border));background:rgb(var(--muted)/.4);cursor:pointer;transition:.15s var(--ease)}.fonte-row:hover{background:rgb(var(--muted)/.7);border-color:rgb(var(--border-strong))}.fonte-row:focus-visible{outline:2px solid rgb(var(--brand)/.4);outline-offset:-2px}.fonte-row .fn{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.83rem;font-weight:600}.acct-categoria{padding-top:.2rem}.acct-categoria+.acct-categoria{margin-top:.35rem;padding-top:1rem;border-top:1px dashed rgb(var(--border))}.acct-cat-head{display:flex;align-items:center;gap:.55rem;padding:.5rem .1rem;margin-bottom:.15rem;cursor:pointer;border-radius:.5rem;transition:background-color .15s var(--ease)}.acct-cat-head:hover{background:rgb(var(--muted)/.5)}.acct-cat-head:hover .acct-cat-pencil{color:rgb(var(--brand))}.acct-cat-head:focus-visible{outline:2px solid rgb(var(--brand)/.4);outline-offset:-2px}.acct-cat-pencil{color:rgb(var(--muted-foreground)/.65);flex:none;transition:color .15s var(--ease)}.acct-cat-name{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:rgb(var(--muted-foreground));flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acct-cat-count{color:rgb(var(--muted-foreground)/.75)}.acct-cat-count,.acct-expand-btn{font-family:var(--font-mono);font-size:.62rem;flex:none}.acct-expand-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;font-weight:700;padding:.34rem .6rem;min-height:1.9rem;margin:-.2rem 0;border-radius:9999px;border:1px solid rgb(var(--border));background:rgb(var(--muted)/.6);color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease)}.acct-expand-btn:hover{background:rgb(var(--muted));color:rgb(var(--foreground))}.acct-expand-btn .chev{transition:transform .15s var(--ease)}.acct-expand-btn.open .chev{transform:rotate(180deg)}@media(max-width:900px){.tpl-row{align-items:stretch}.tpl-actions{margin-left:0}}.us-toolbar{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}.us-search{position:relative;flex:1;max-width:22rem}.us-search svg{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);width:15px;height:15px;color:rgb(var(--muted-foreground))}.us-search input{width:100%;padding:.6rem .8rem .6rem 2.1rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--card));color:rgb(var(--foreground));font-family:var(--font-sans);font-size:.82rem;outline:none;transition:.15s var(--ease)}.us-search input::-moz-placeholder{color:rgb(var(--muted-foreground)/.8)}.us-search input::placeholder{color:rgb(var(--muted-foreground)/.8)}.us-search input:focus{border-color:rgb(var(--brand)/.5);box-shadow:0 0 0 3px rgb(var(--brand)/.1)}.us-btn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-sans);font-size:.82rem;font-weight:600;padding:.62rem 1rem;border-radius:.6rem;cursor:pointer;transition:.15s var(--ease);border:1px solid transparent;white-space:nowrap}.us-btn svg{width:15px;height:15px}.us-btn.primary{margin-left:auto;background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;box-shadow:0 6px 16px -6px rgb(var(--brand)/.5)}.us-btn.primary:hover{filter:brightness(1.06)}.us-btn.ghost{background:rgb(var(--card));border-color:rgb(var(--border));color:rgb(var(--foreground))}.us-btn.ghost:hover{border-color:rgb(var(--border-strong))}.us-userinfo{display:flex;align-items:center;gap:.65rem}.us-avatar{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;flex:none;color:#fff;font-family:var(--font-display);font-weight:600;font-size:.72rem;background:linear-gradient(135deg,rgb(var(--brand)),rgb(var(--leaf)))}.us-avatar.adm{background:linear-gradient(135deg,rgb(var(--brand-deep)),rgb(var(--brand)))}.us-name{font-size:.83rem;font-weight:600;line-height:1.25}.us-email{font-size:.68rem;color:rgb(var(--muted-foreground));font-family:var(--font-mono)}.badge.admin{color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6)}.badge.produtor{color:rgb(var(--muted-foreground));background:rgb(var(--muted))}.badge.ativa{color:rgb(var(--ok));background:rgb(var(--ok)/.12)}.badge.inativa{color:rgb(var(--muted-foreground));background:rgb(var(--muted))}.us-chiprow{display:flex;flex-wrap:wrap;gap:.35rem;max-width:20rem}.us-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.66rem;font-weight:600;padding:.28rem .55rem;border-radius:9999px;border:1px solid rgb(var(--border));background:rgb(var(--muted));color:rgb(var(--muted-foreground))}.us-chip .role{font-weight:500;opacity:.75}.us-chip.dono{border-color:rgb(var(--brand)/.3);background:rgb(var(--brand-muted)/.4);color:rgb(var(--brand))}.us-chip.all{background:linear-gradient(120deg,rgb(var(--brand)),rgb(var(--leaf)));color:#fff;border-color:transparent}.us-chip.all svg{width:11px;height:11px}.us-actions{display:flex;justify-content:flex-end;gap:.4rem}.us-ibtn{width:30px;height:30px;border-radius:.5rem;border:1px solid rgb(var(--border));background:rgb(var(--card));display:grid;place-items:center;color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease);flex:none}.us-ibtn svg{width:14px;height:14px}.us-ibtn:hover{border-color:rgb(var(--brand)/.4);color:rgb(var(--brand));background:rgb(var(--brand-muted)/.35)}.us-ibtn.danger:hover{border-color:rgb(var(--red)/.4);color:rgb(var(--red));background:rgb(var(--red)/.1)}.us-ibtn.revive:hover{border-color:rgb(var(--leaf)/.5);color:rgb(var(--leaf));background:rgb(var(--leaf)/.12)}.us-note{display:flex;gap:.65rem;align-items:flex-start;border-radius:.8rem;border:1px solid rgb(var(--brand)/.22);background:linear-gradient(120deg,rgb(var(--brand-muted)/.45),rgb(var(--lime)/.12));padding:.85rem 1rem;margin-bottom:1.2rem}.us-note svg{width:17px;height:17px;color:rgb(var(--brand));flex:none;margin-top:.1rem}.us-note p{font-size:.78rem;line-height:1.55;color:rgb(var(--foreground))}.us-note p b{color:rgb(var(--brand))}.us-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.2rem}.us-field{display:flex;flex-direction:column;gap:.4rem}.us-field.span2{grid-column:1/-1}.us-field label{font-size:.72rem;font-weight:600;color:rgb(var(--foreground)/.85)}.us-field label .opt{font-weight:400;color:rgb(var(--muted-foreground));font-size:.68rem;margin-left:.25rem}.us-field input{padding:.62rem .75rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--background));color:rgb(var(--foreground));font-family:var(--font-sans);font-size:.82rem;outline:none;transition:.15s var(--ease)}.us-field input::-moz-placeholder{color:rgb(var(--muted-foreground)/.75)}.us-field input::placeholder{color:rgb(var(--muted-foreground)/.75)}.us-field input:focus{border-color:rgb(var(--brand)/.5);box-shadow:0 0 0 3px rgb(var(--brand)/.1)}.us-seg{display:inline-flex;border-radius:.6rem;border:1px solid rgb(var(--border));overflow:hidden;width:-moz-fit-content;width:fit-content}.us-segbtn{padding:.55rem 1.1rem;font-size:.78rem;font-weight:600;color:rgb(var(--muted-foreground));background:rgb(var(--card));cursor:pointer;border-right:1px solid rgb(var(--border));transition:.15s var(--ease)}.us-segbtn:last-child{border-right:0}.us-segbtn.active{background:rgb(var(--brand-muted)/.6);color:rgb(var(--brand))}.us-farmpick{display:flex;flex-wrap:wrap;gap:.5rem}.us-pickchip{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;font-weight:500;padding:.5rem .8rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--background));color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease)}.us-pickchip .chk{width:15px;height:15px;border-radius:.3rem;border:1.5px solid rgb(var(--border-strong));flex:none;display:grid;place-items:center}.us-pickchip .chk svg{width:10px;height:10px;color:#fff;opacity:0}.us-pickchip.sel{border-color:rgb(var(--brand)/.45);background:rgb(var(--brand-muted)/.35);color:rgb(var(--brand))}.us-pickchip.sel .chk{background:rgb(var(--brand));border-color:rgb(var(--brand))}.us-pickchip.sel .chk svg{opacity:1}.us-rolepicklist{border:1px solid rgb(var(--border));border-radius:.7rem;overflow:hidden}.us-rolepick{display:flex;align-items:center;gap:.7rem;padding:.65rem .85rem;border-bottom:1px solid rgb(var(--border));background:rgb(var(--card))}.us-rolepick:last-child{border-bottom:0}.us-rolepick .rf{font-size:.8rem;font-weight:600}.us-miniseg{margin-left:auto;display:inline-flex;border-radius:.5rem;border:1px solid rgb(var(--border));overflow:hidden}.us-minibtn{padding:.35rem .75rem;font-size:.7rem;font-weight:600;color:rgb(var(--muted-foreground));background:rgb(var(--background));cursor:pointer;border-right:1px solid rgb(var(--border))}.us-minibtn:last-child{border-right:0}.us-minibtn.active{background:rgb(var(--brand-muted)/.6);color:rgb(var(--brand))}.us-formfoot{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.4rem;padding-top:1.1rem;border-top:1px solid rgb(var(--border))}@media(max-width:900px){.us-grid{grid-template-columns:1fr}}.mdl-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1.5rem;background:rgb(8 22 22/.42);backdrop-filter:blur(6px);animation:mdl-fade .18s var(--ease)}.mdl{position:relative;width:100%;max-height:calc(100vh - 3rem);overflow:hidden;display:flex;flex-direction:column;background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:1rem;box-shadow:0 30px 80px -20px rgb(4 16 16/.5);animation:mdl-pop .22s var(--ease)}.mdl-sm{max-width:430px}.mdl-md{max-width:560px}.mdl-lg{max-width:780px}.mdl-accent{height:4px;flex:none;background:linear-gradient(90deg,rgb(var(--bar-1)),rgb(var(--bar-2)) 52%,rgb(var(--bar-3)))}.mdl-accent.amber{background:linear-gradient(90deg,rgb(var(--amber)),rgb(var(--amber)/.55))}.mdl-accent.danger{background:linear-gradient(90deg,rgb(var(--red)),rgb(var(--red)/.55))}.mdl-head{display:flex;align-items:flex-start;gap:.85rem;padding:1.15rem 1.3rem .9rem}.mdl-ic{width:38px;height:38px;flex:none;border-radius:.7rem;display:grid;place-items:center;color:rgb(var(--brand));background:rgb(var(--brand-muted)/.6)}.mdl-ic svg{width:19px;height:19px}.mdl-ic.amber{color:rgb(var(--amber));background:rgb(var(--amber)/.12)}.mdl-ic.danger{color:rgb(var(--red));background:rgb(var(--red)/.12)}.mdl-titles{flex:1;min-width:0}.mdl-titles h3{font-family:var(--font-display);font-weight:600;font-size:1.05rem;letter-spacing:-.02em;line-height:1.2}.mdl-titles p{font-size:.78rem;color:rgb(var(--muted-foreground));margin-top:.25rem;line-height:1.45}.mdl-x{flex:none;width:30px;height:30px;border-radius:.55rem;display:grid;place-items:center;border:1px solid rgb(var(--border));background:rgb(var(--card));color:rgb(var(--muted-foreground));cursor:pointer;transition:.15s var(--ease)}.mdl-x:hover{background:rgb(var(--muted));color:rgb(var(--foreground))}.mdl-body{padding:.35rem 1.3rem 1.15rem;overflow-y:auto}.mdl-foot{display:flex;justify-content:flex-end;gap:.6rem;padding:1rem 1.3rem;border-top:1px solid rgb(var(--border));background:rgb(var(--muted)/.35)}.mdl-foot .fz-btn.danger,.mdl-foot .fz-btn.primary{margin-left:0}@keyframes mdl-fade{0%{opacity:0}to{opacity:1}}@keyframes mdl-pop{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.mdl,.mdl-overlay,.toast{animation:none}}.mdl-grid{display:grid;grid-template-columns:1fr 1fr;gap:.95rem 1.1rem}.mdl-field{display:flex;flex-direction:column;gap:.4rem}.mdl-field.span2{grid-column:1/-1}.mdl-field label{font-size:.72rem;font-weight:600;color:rgb(var(--foreground)/.85)}.mdl-field label .opt{font-weight:400;color:rgb(var(--muted-foreground));font-size:.68rem;margin-left:.25rem}.mdl-field input,.mdl-field select,.mdl-field textarea{padding:.62rem .75rem;border-radius:.6rem;border:1px solid rgb(var(--border));background:rgb(var(--background));font-size:.82rem;font-family:var(--font-sans);color:rgb(var(--foreground));width:100%}.mdl-field textarea{resize:vertical;min-height:74px;line-height:1.5}.mdl-field input.mono{font-family:var(--font-mono);font-size:.74rem;letter-spacing:-.01em}.mdl-field input::-moz-placeholder,.mdl-field textarea::-moz-placeholder{color:rgb(var(--muted-foreground)/.75)}.mdl-field input::placeholder,.mdl-field textarea::placeholder{color:rgb(var(--muted-foreground)/.75)}.mdl-field input:focus,.mdl-field select:focus,.mdl-field textarea:focus{outline:none;border-color:rgb(var(--brand)/.5);box-shadow:0 0 0 3px rgb(var(--brand)/.1)}.mdl-field .hint{font-size:.66rem}.badge,.mdl-field .hint{color:rgb(var(--muted-foreground))}.badge{background:rgb(var(--muted))}.acct-sec-head{display:flex;align-items:center;gap:.55rem;margin:0 0 .85rem}.acct-sec-head h2{font-family:var(--font-display);font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.acct-sec-n{font-family:var(--font-mono);font-size:.68rem;font-weight:700;background:rgb(var(--muted));border-radius:.4rem;padding:.12rem .5rem}.acct-sec-n,.grp-empty{color:rgb(var(--muted-foreground))}.grp-empty{display:flex;align-items:flex-start;gap:.65rem;padding:1.05rem 1.25rem;font-size:.83rem;line-height:1.5}.grp-empty svg{flex:none;margin-top:.12rem;color:rgb(var(--brand))}.mdl-members{display:flex;flex-direction:column;gap:.35rem;margin:.9rem 0 .2rem;max-height:min(46vh,340px);overflow-y:auto}.mdl-members-empty{font-size:.8rem;color:rgb(var(--muted-foreground));padding:.5rem 0}.mdl-member{display:flex;align-items:center;gap:.7rem;padding:.5rem .65rem;border:1px solid rgb(var(--border));border-radius:.6rem;cursor:pointer}.mdl-member:hover{border-color:rgb(var(--border-strong))}.mdl-member input[type=checkbox]{width:1rem;height:1rem;accent-color:rgb(var(--brand));flex:none;cursor:pointer}.mm-info{display:flex;flex-direction:column;gap:.12rem;min-width:0}.mm-nome{font-size:.84rem;font-weight:600;display:flex;align-items:center;gap:.4rem}.mm-tel{font-family:var(--font-mono);font-size:.72rem;color:rgb(var(--muted-foreground))}.mdl-addrow{display:flex;gap:.5rem;align-items:center;margin-top:.75rem;flex-wrap:wrap}.mdl-addrow input{flex:1;min-width:8rem;font-family:var(--font-sans);font-size:.83rem;padding:.55rem .7rem;border:1px solid rgb(var(--border));border-radius:.55rem;background:rgb(var(--card));color:rgb(var(--foreground))}.mdl-addrow input:focus{outline:none;border-color:rgb(var(--brand)/.5);box-shadow:0 0 0 3px rgb(var(--brand)/.1)}.mdl-userpick{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.mdl-userpick-search{display:flex;align-items:center;gap:.5rem;padding:.55rem .7rem;border:1px solid rgb(var(--border));border-radius:.6rem;background:rgb(var(--card))}.mdl-userpick-search svg{color:rgb(var(--muted-foreground));flex:none}.mdl-userpick-search input{flex:1;border:0;outline:none;background:transparent;font-family:var(--font-sans);font-size:.84rem;color:rgb(var(--foreground))}.mdl-userpick-results{display:flex;flex-direction:column;gap:.3rem;max-height:min(30vh,220px);overflow-y:auto}.mdl-userpick-item{text-align:left;padding:.5rem .7rem;border:1px solid rgb(var(--border));border-radius:.55rem;background:rgb(var(--card));cursor:pointer;transition:background .12s,border-color .12s}.mdl-userpick-item:hover:not(:disabled){background:rgb(var(--brand-muted)/.5);border-color:rgb(var(--brand)/.4)}.mdl-userpick-item:disabled{opacity:.5;cursor:not-allowed}.mdl-userpick-empty{padding:.7rem;font-size:.8rem;text-align:center}.mdl-note,.mdl-userpick-empty{color:rgb(var(--muted-foreground))}.mdl-note{display:flex;gap:.6rem;font-size:.75rem;line-height:1.5;background:rgb(var(--brand-muted)/.35);border:1px solid rgb(var(--brand)/.15);border-radius:.7rem;padding:.7rem .85rem;margin-bottom:1rem}.mdl-note svg{width:16px;height:16px;flex:none;color:rgb(var(--brand));margin-top:1px}.mdl-note b{color:rgb(var(--foreground))}.mdl-note.danger{background:rgb(var(--red)/.08);border-color:rgb(var(--red)/.25);margin-bottom:0}.mdl-note.danger svg{color:rgb(var(--red))}@media(max-width:620px){.mdl-grid{grid-template-columns:1fr}}.fz-btn.danger{background:rgb(var(--red));color:#fff;border-color:transparent;box-shadow:0 6px 16px -6px rgb(var(--red)/.5)}.fz-btn.danger:hover{filter:brightness(1.06)}.fz-btn.ghost.dz-trigger{color:rgb(var(--red)/.85);border-color:rgb(var(--red)/.25)}.fz-btn.ghost.dz-trigger:hover{background:rgb(var(--red)/.1);border-color:rgb(var(--red)/.45);color:rgb(var(--red))}.fz-btn.ghost.dz-trigger:disabled{opacity:.5;cursor:not-allowed}.confirm-body{font-size:.85rem;line-height:1.6;color:rgb(var(--muted-foreground))}.confirm-body b{color:rgb(var(--foreground));font-weight:600}.toast-wrap{position:fixed;right:1.1rem;bottom:1.1rem;z-index:80;display:flex;flex-direction:column;gap:.55rem;max-width:min(92vw,360px)}.toast{position:relative;display:flex;align-items:flex-start;gap:.6rem;padding:.72rem .8rem;border-radius:.72rem;border:1px solid rgb(var(--border));background:rgb(var(--card));box-shadow:0 14px 34px -14px rgb(4 16 16/.4);animation:toast-in .24s var(--ease)}.toast-ic{flex:none;color:rgb(var(--ok));margin-top:1px}.toast.info .toast-ic{color:rgb(var(--brand))}.toast.warn .toast-ic{color:rgb(var(--amber))}.toast-txt{display:flex;flex-direction:column;gap:.12rem;flex:1;min-width:0}.toast-txt b{font-size:.8rem;font-weight:600}.toast-txt span{font-size:.72rem;line-height:1.4}.toast-txt span,.toast-x{color:rgb(var(--muted-foreground))}.toast-x{flex:none;background:none;border:0;cursor:pointer;padding:2px;border-radius:.35rem;line-height:0}.toast-x:hover{color:rgb(var(--foreground))}@keyframes toast-in{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}.save-fab{position:fixed;left:50%;bottom:1.4rem;transform:translateX(-50%);z-index:70;display:flex;align-items:center;gap:.85rem;padding:.55rem .6rem .55rem 1.05rem;background:rgb(var(--card));border:1px solid rgb(var(--border-strong));border-radius:.9rem;box-shadow:0 14px 36px -12px rgb(4 16 16/.34);animation:save-fab-in .18s var(--ease)}.save-fab-dot{flex:none;width:.5rem;height:.5rem;border-radius:50%;background:rgb(var(--brand));box-shadow:0 0 0 3px rgb(var(--brand)/.16)}.save-fab-msg{font-size:.82rem;font-weight:600;color:rgb(var(--foreground))}@keyframes save-fab-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.save-fab{animation:none}}