.fos-app{background:var(--app-background);min-height:100vh;display:flex}.fos-app-main{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.fos-content{padding:var(--space-6);flex:1}.fos-sidebar{width:var(--sidebar-width);background:linear-gradient(180deg, color-mix(in srgb, var(--company-primary-color) 8%, transparent), transparent 34%), var(--company-sidebar-bg);border-right:1px solid var(--company-sidebar-border);height:100vh;z-index:var(--z-sidebar);transition:width .22s ease, padding .22s ease, transform var(--transition-slow);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0}.fos-sidebar-collapsed{width:var(--sidebar-width-collapsed)}.fos-sidebar-top{align-items:center;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--company-sidebar-border);background:var(--company-sidebar-surface);grid-template-columns:minmax(0,1fr) auto;display:grid}.fos-sidebar-brand{align-items:center;gap:var(--space-4);min-width:0;display:flex}.fos-sidebar-logo{object-fit:contain;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.fos-sidebar-logo-fallback{border-radius:var(--radius-sm);background:var(--color-company-soft);color:var(--color-company-active);font-weight:var(--font-weight-bold)}.fos-sidebar-brand-text{min-width:0;transition:opacity var(--transition-fast);flex-direction:column;justify-content:center;gap:2px;display:flex}.fos-sidebar-empresa{font-weight:var(--font-weight-semibold);font-size:var(--text-sm);color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fos-sidebar-role{font-size:var(--text-xs);color:var(--color-text-muted)}.fos-sidebar-nav{padding:var(--space-4) var(--space-3);flex:1;transition:padding .22s;overflow-y:auto}.fos-sidebar-group{margin-bottom:var(--space-5)}.fos-sidebar-group-title{font-size:var(--text-xs);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.06em;color:color-mix(in srgb, var(--color-company-active) 55%, var(--color-text-secondary));padding:0 var(--space-3);margin-bottom:var(--space-2);display:block}.fos-sidebar-group ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.fos-sidebar-link{align-items:center;gap:var(--space-3);min-height:44px;padding:.55rem var(--space-3);border-radius:var(--radius-md);color:color-mix(in srgb, var(--color-company-active) 32%, var(--color-text));font-size:var(--text-md);font-weight:var(--font-weight-medium);transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border:1px solid #0000;text-decoration:none;display:flex;position:relative}.fos-sidebar-link:hover{background:var(--company-sidebar-hover);border-color:var(--company-sidebar-border);color:var(--color-text)}.fos-sidebar-link-active{background:linear-gradient(90deg, var(--company-sidebar-active) 0%, var(--company-sidebar-hover) 100%);border-color:var(--company-sidebar-border);color:color-mix(in srgb, var(--color-company-active) 80%, var(--color-text));font-weight:var(--font-weight-semibold);box-shadow:inset 4px 0 0 var(--color-company-primary), 0 8px 18px color-mix(in srgb, var(--color-company-primary) 12%, transparent)}.fos-sidebar-link-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fos-sidebar-footer{padding:var(--space-3);border-top:1px solid var(--company-sidebar-border);background:var(--company-sidebar-footer-bg);flex-shrink:0;margin-top:auto;position:relative}.fos-sidebar-user-trigger{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);width:100%;padding:var(--space-2);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;border:1px solid #0000;display:flex}.fos-sidebar-user-trigger:hover,.fos-sidebar-user-trigger[aria-expanded=true]{background:var(--company-sidebar-hover);border-color:var(--company-sidebar-border)}.fos-sidebar-avatar{border-radius:var(--radius-full);background:var(--color-company-soft);width:34px;height:34px;color:var(--color-company-active);font-size:var(--text-sm);font-weight:var(--font-weight-bold);text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fos-sidebar-user-info{flex-direction:column;align-items:flex-start;min-width:0;line-height:1.25;display:flex}.fos-sidebar-user-name{max-width:100%;font-size:var(--text-sm);font-weight:var(--font-weight-semibold);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fos-sidebar-user-empresa{max-width:100%;font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fos-sidebar-user-chevron{color:var(--color-text-muted);flex-shrink:0;margin-left:auto}.fos-sidebar-user-menu{left:var(--space-3);right:var(--space-3);bottom:calc(100% + var(--space-2));background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-2);z-index:var(--z-dropdown);animation:fos-scale-in var(--transition-fast);transform-origin:bottom;position:absolute}.fos-sidebar-user-menu a,.fos-sidebar-user-menu button{align-items:center;gap:var(--space-2);width:100%;padding:.5rem var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;text-decoration:none;display:flex}.fos-sidebar-user-menu a:hover,.fos-sidebar-user-menu button:hover{background:var(--surface-secondary)}.fos-sidebar-collapsed .fos-sidebar-user-trigger{padding:var(--space-2) 0;justify-content:center}.fos-sidebar-collapsed .fos-sidebar-user-info,.fos-sidebar-collapsed .fos-sidebar-user-chevron{display:none}.fos-sidebar-collapse-toggle{border:1px solid color-mix(in srgb, var(--color-company-primary) 42%, var(--border-color));border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-company-primary) 10%, var(--surface-primary));width:34px;height:34px;color:var(--color-company-active);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex}.fos-sidebar-collapse-toggle:hover,.fos-sidebar-collapse-toggle:focus-visible{background:color-mix(in srgb, var(--color-company-primary) 18%, var(--surface-secondary));border-color:color-mix(in srgb, var(--color-company-primary) 62%, var(--border-color));color:var(--color-company-active);box-shadow:0 0 0 3px var(--color-company-focus)}.fos-sidebar-collapsed .fos-sidebar-top{padding:var(--space-4) var(--space-2);grid-template-columns:1fr;justify-items:center}.fos-sidebar-collapsed .fos-sidebar-brand{justify-content:center}.fos-sidebar-collapsed .fos-sidebar-brand-text,.fos-sidebar-collapsed .fos-sidebar-group-title,.fos-sidebar-collapsed .fos-sidebar-link-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.fos-sidebar-collapsed .fos-sidebar-nav{padding:var(--space-3) var(--space-2)}.fos-sidebar-collapsed .fos-sidebar-group{margin-bottom:var(--space-3)}.fos-sidebar-collapsed .fos-sidebar-link{justify-content:center;gap:0;min-height:44px;padding:0}.fos-sidebar-collapsed .fos-sidebar-link:after{content:attr(data-tooltip);z-index:var(--z-dropdown);border-radius:var(--radius-sm);background:var(--color-text);max-width:220px;color:var(--color-text-inverse);box-shadow:var(--shadow-md);font-size:var(--text-xs);font-weight:var(--font-weight-medium);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition-fast), transform var(--transition-fast);padding:.45rem .65rem;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(-4px)}.fos-sidebar-collapsed .fos-sidebar-link:hover:after,.fos-sidebar-collapsed .fos-sidebar-link:focus-visible:after{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}.fos-sidebar-scrim,.fos-header{display:none}.fos-header-menu-toggle{width:36px;height:36px;color:var(--color-text-secondary);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:none}.fos-header-menu-toggle:hover{background:var(--surface-secondary)}.fos-footer{padding:var(--space-4) var(--space-6);text-align:center;font-size:var(--text-xs);color:var(--color-text-muted);flex-shrink:0}.fos-footer-dot{margin:0 var(--space-2)}@media (width<=900px){.fos-header{height:var(--header-height);padding:0 var(--space-6);background:var(--header-background);border-bottom:1px solid color-mix(in srgb, var(--color-company-primary) 8%, var(--border-color));z-index:var(--z-header);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-shrink:0;align-items:center;display:flex;position:sticky;top:0}.fos-header-menu-toggle{display:flex}.fos-sidebar{width:min(var(--sidebar-width), calc(100vw - 48px));box-shadow:var(--shadow-lg);transition:transform var(--transition-slow);position:fixed;top:0;left:0;transform:translate(-100%)}.fos-sidebar-collapsed{width:min(var(--sidebar-width), calc(100vw - 48px))}.fos-sidebar-collapsed .fos-sidebar-top{padding:var(--space-4);grid-template-columns:minmax(0,1fr) auto;justify-items:stretch}.fos-sidebar-collapsed .fos-sidebar-brand-text,.fos-sidebar-collapsed .fos-sidebar-group-title,.fos-sidebar-collapsed .fos-sidebar-link-label{clip:auto;white-space:normal;width:auto;height:auto;position:static;overflow:visible}.fos-sidebar-collapsed .fos-sidebar-link{justify-content:flex-start;gap:var(--space-3);min-height:auto;padding:.55rem var(--space-3)}.fos-sidebar-collapsed .fos-sidebar-link:after,.fos-sidebar-collapse-toggle{display:none}.fos-sidebar-collapsed .fos-sidebar-user-trigger{padding:var(--space-2);justify-content:flex-start}.fos-sidebar-collapsed .fos-sidebar-user-info,.fos-sidebar-collapsed .fos-sidebar-user-chevron{display:flex}.fos-sidebar-open{transform:translate(0)}.fos-sidebar-scrim{background:var(--overlay-scrim-soft);z-index:calc(var(--z-sidebar) - 1);animation:fos-fade-in var(--transition-fast);border:none;display:block;position:fixed;inset:0}}@media (width<=560px){.fos-content{padding:var(--space-4)}.fos-header{padding:0 var(--space-4)}}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/exo-2-cyrillic-ext-500-normal-Cc8zzZZQ.woff2)format("woff2"),url(/assets/exo-2-cyrillic-ext-500-normal-W1MGb_cZ.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/exo-2-cyrillic-500-normal-VVdDkghk.woff2)format("woff2"),url(/assets/exo-2-cyrillic-500-normal-DBzaSLUy.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/exo-2-vietnamese-500-normal-Dzcusaks.woff2)format("woff2"),url(/assets/exo-2-vietnamese-500-normal-BXxkl4Jl.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/exo-2-latin-ext-500-normal-UPjkt-P3.woff2)format("woff2"),url(/assets/exo-2-latin-ext-500-normal-CkIs4PTR.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/exo-2-latin-500-normal-z_O1F9ci.woff2)format("woff2"),url(/assets/exo-2-latin-500-normal-DseOpgOL.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-cyrillic-ext-600-normal-c2lTakb1.woff2)format("woff2"),url(/assets/exo-2-cyrillic-ext-600-normal-Bva7FavC.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-cyrillic-600-normal-CENMUrsM.woff2)format("woff2"),url(/assets/exo-2-cyrillic-600-normal-DUkGHFVI.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-vietnamese-600-normal-D_uNeL95.woff2)format("woff2"),url(/assets/exo-2-vietnamese-600-normal-H3VyuMj8.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-latin-ext-600-normal-70qtqWxx.woff2)format("woff2"),url(/assets/exo-2-latin-ext-600-normal-DMfc7h1y.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-latin-600-normal-DOMk466V.woff2)format("woff2"),url(/assets/exo-2-latin-600-normal-DZPWd1Z-.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-cyrillic-ext-700-normal-Csksz6kL.woff2)format("woff2"),url(/assets/exo-2-cyrillic-ext-700-normal-pInDkuOc.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-cyrillic-700-normal-BWvdHNKb.woff2)format("woff2"),url(/assets/exo-2-cyrillic-700-normal-BV2eOPIx.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-vietnamese-700-normal-DXLQ-H9k.woff2)format("woff2"),url(/assets/exo-2-vietnamese-700-normal-DffI6dGw.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-latin-ext-700-normal-DLQkDG7N.woff2)format("woff2"),url(/assets/exo-2-latin-ext-700-normal-BP27c6Zx.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-latin-700-normal-OoACPC18.woff2)format("woff2"),url(/assets/exo-2-latin-700-normal-CMe4g2cX.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--farmtec-green-deep:#07362c;--farmtec-green-dark:#034e3e;--farmtec-green-medium:#007955;--farmtec-green-light:#0aa665;--farmtec-slate:#5f6c65;--farmtec-white-tech:#fbfbfb;--farmtec-orange-dark:#9e5813;--farmtec-orange-medium:#d88029;--farmtec-orange-light:#f2983d;--brand:var(--farmtec-green-medium);--brand-hover:var(--farmtec-green-dark);--brand-active:var(--farmtec-green-deep);--brand-soft:#eaf6f1;--brand-text-on:#fff;--company-primary-color:var(--brand);--color-company-primary:var(--brand);--color-company-hover:var(--brand-hover);--color-company-active:var(--brand-active);--color-company-soft:var(--brand-soft);--color-company-focus:color-mix(in srgb, var(--brand) 22%, transparent);--color-action-primary:var(--brand);--color-action-primary-hover:var(--brand-hover);--color-action-primary-active:var(--brand-active);--color-action-primary-soft:var(--brand-soft);--color-on-primary:var(--brand-text-on);--color-action-secondary:var(--farmtec-orange-medium);--color-action-secondary-hover:var(--farmtec-orange-dark);--color-action-secondary-active:#7a4310;--color-action-secondary-soft:#fdf1e4;--color-on-secondary:#fff;--company-sidebar-bg:linear-gradient(180deg, color-mix(in srgb, var(--brand) 22%, #fff) 0%, color-mix(in srgb, var(--brand) 14%, #fff) 48%, color-mix(in srgb, var(--brand) 20%, #fff) 100%);--company-sidebar-surface:color-mix(in srgb, var(--brand) 18%, #fff);--company-sidebar-hover:color-mix(in srgb, var(--brand) 20%, #fff);--company-sidebar-active:color-mix(in srgb, var(--brand) 40%, #fff);--company-sidebar-border:color-mix(in srgb, var(--brand) 34%, #fff);--company-sidebar-footer-bg:color-mix(in srgb, var(--brand) 24%, #fff);--color-bg:#f4f5f7;--color-surface:#fff;--color-surface-alt:#f9fafb;--color-card:#fff;--color-card-hover:#f3f5f4;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-text:#111827;--color-text-secondary:#4b5563;--color-text-muted:#6b7280;--color-text-inverse:#fff;--app-background:var(--color-bg);--header-background:color-mix(in srgb, var(--color-surface) 86%, transparent);--sidebar-background:var(--company-sidebar-bg);--surface-primary:var(--color-surface);--surface-secondary:var(--color-surface-alt);--card-background:var(--color-card);--border-color:var(--color-border);--text-primary:var(--color-text);--text-secondary:var(--color-text-secondary);--color-success:#16a34a;--color-success-bg:#ecfdf5;--color-success-border:#a7f3d0;--color-warning:var(--farmtec-orange-medium);--color-warning-bg:#fffbeb;--color-warning-border:#fde68a;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-danger-bg:#fef2f2;--color-danger-border:#fecaca;--color-info:#0284c7;--color-info-bg:#f0f9ff;--color-info-border:#bae6fd;--color-neutral-bg:#f3f4f6;--color-neutral-border:#e5e7eb;--color-success-text:#065f46;--color-danger-text:#7f1d1d;--color-info-text:#1e40af;--overlay-scrim:#0f172a80;--overlay-scrim-soft:#0f172a66;--font-brand:"Exo 2", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-interface:"Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--font-sans:var(--font-interface);--font-metric:var(--font-interface);--text-2xs:.6875rem;--text-xs:.75rem;--text-sm:.8125rem;--text-md:.9375rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.125rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.7;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:999px;--button-height-sm:32px;--button-height-md:40px;--button-height-lg:48px;--text-button-sm:.8125rem;--text-button-md:.875rem;--text-button-lg:.9375rem;--icon-size-sm:14px;--icon-size-md:16px;--icon-size-lg:18px;--icon-button-size-sm:32px;--icon-button-size-md:40px;--icon-button-size-lg:48px;--button-radius:9px;--button-focus-ring-width:3px;--shadow-xs:0 1px 2px #0f172a0d;--shadow-sm:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow-md:0 4px 12px #0f172a14, 0 2px 4px #0f172a0a;--shadow-lg:0 12px 32px #0f172a1f, 0 4px 8px #0f172a0a;--transition-fast:.12s ease;--transition-base:.18s cubic-bezier(.4, 0, .2, 1);--transition-slow:.32s cubic-bezier(.4, 0, .2, 1);--sidebar-width:264px;--sidebar-width-collapsed:76px;--header-height:64px;--content-max-width:1280px;--z-sidebar:40;--z-header:30;--z-dropdown:60;--z-modal:100}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#07110e;--color-surface:#0d1915;--color-card:#14251f;--color-card-hover:#192f27;--color-surface-alt:#12221c;--color-border:#254239;--color-border-strong:#31574b;--color-text:#f5faf7;--color-text-secondary:#b7c8c0;--color-text-muted:#83978e;--color-text-inverse:#06120e;--app-background:#07110e;--header-background:#07110eeb;--sidebar-background:#040c0a;--surface-primary:#0d1915;--surface-secondary:#12221c;--card-background:#14251f;--border-color:#254239;--text-primary:#f5faf7;--text-secondary:#b7c8c0;--color-success:#43d17a;--color-success-bg:#102119;--color-success-border:#265c39;--color-warning:var(--farmtec-orange-light);--color-warning-bg:#2a1d0f;--color-warning-border:#6b4a20;--color-danger:#fb7b7b;--color-danger-hover:#f45c5c;--color-danger-bg:#281718;--color-danger-border:#673033;--color-info:#7db7ff;--color-info-bg:#101d2a;--color-info-border:#284d78;--color-neutral-bg:#1b221f;--color-neutral-border:#303a34;--color-success-text:#bbf7d0;--color-danger-text:#fecaca;--color-info-text:#bfdbfe;--color-action-primary:var(--brand);--color-action-primary-hover:color-mix(in srgb, var(--brand) 86%, #fff);--color-action-primary-active:color-mix(in srgb, var(--brand) 74%, #fff);--color-action-primary-soft:var(--brand-soft);--color-on-primary:var(--brand-text-on);--color-action-secondary:var(--farmtec-orange-light);--color-action-secondary-hover:color-mix(in srgb, var(--farmtec-orange-light) 86%, #fff);--color-action-secondary-active:color-mix(in srgb, var(--farmtec-orange-light) 74%, #fff);--color-action-secondary-soft:#2a1d0f;--color-on-secondary:#1f1206;--overlay-scrim:#000000ad;--overlay-scrim-soft:#0000008a;--shadow-xs:0 1px 2px #0000003d;--shadow-sm:0 1px 3px #00000052, 0 1px 2px #0000002e;--shadow-md:0 4px 14px #00000057, 0 2px 6px #00000038;--shadow-lg:0 18px 44px #0000006b, 0 6px 14px #00000047}.dark img,.dark svg{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@keyframes fos-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes fos-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes fos-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);font-size:var(--text-md);line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}h1,h2,h3,h4{font-family:var(--font-sans)}a{color:var(--brand)}::selection{background:var(--brand-soft);color:var(--brand-active)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-track{background:0 0}
