:root{--primary:#0077b6;--secondary:#90e0ef;--success:#11caa0;--warning:#ffb703;--danger:#e63946;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#1e293b;--text-secondary:#64748b;--border:#e2e8f0;--radius:12px;--transition:all .15s ease}@media (prefers-color-scheme:dark){:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#1e293b;--text-secondary:#64748b;--border:#e2e8f0}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{background:var(--bg-tertiary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:var(--primary);transition:var(--transition);text-decoration:none}a:hover{opacity:.8}button{cursor:pointer;transition:var(--transition);border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.page-content{padding:20px}.kpis{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px;display:grid}.kpi{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:16px;box-shadow:0 2px 4px #00000005}.kpi-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:11px}.kpi-val{color:var(--text-primary);font-size:24px;font-weight:600}.kpi-val.danger{color:var(--danger)}.kpi-val.warning{color:var(--warning)}.kpi-val.success{color:var(--success)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:20px;display:grid}.card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:20px;box-shadow:0 2px 4px #00000005}.card h3{color:var(--text-primary);margin-bottom:16px;font-size:15px}.card h4{color:var(--text-primary);margin:12px 0 4px;font-size:13px}.card p{color:var(--text-secondary);font-size:12px}table{border-collapse:collapse;width:100%;margin-top:12px;font-size:12px}th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:8px;font-size:10px;font-weight:600}td{border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:middle;padding:10px 8px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--bg-secondary)}.empty{text-align:center;color:var(--text-secondary);padding:20px!important}.alerts-list{flex-direction:column;gap:8px;display:flex}.alert{border:1px solid;border-radius:8px;padding:12px;font-size:12px}.alert.critical{border-color:var(--danger);color:var(--danger);background:#e639461a}.alert.high{border-color:var(--warning);color:#d97706;background:#ffb7031a}.alert.medium{border-color:var(--primary);color:var(--primary);background:#0077b61a}.badge{background:var(--bg-secondary);color:var(--text-secondary);border-radius:99px;padding:4px 8px;font-size:10px;font-weight:600;display:inline-block}.badge.critical{color:var(--danger);background:#e6394626}.badge.high{color:#d97706;background:#ffb70333}.badge.medium{color:var(--primary);background:#0077b626}.form-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px;display:grid}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:var(--text-secondary);font-size:11px;font-weight:500}.form-group input,.form-group select{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;outline:none;padding:8px 10px;font-size:12px}.form-group input:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #0077b626}.btn{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:var(--transition);border-radius:8px;padding:8px 14px;font-size:12px;font-weight:500}.btn:hover{background:var(--bg-secondary)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{opacity:.9}.btn-success{background:var(--success);border-color:var(--success);color:#fff}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.box-tabs{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.box-tab{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:8px;padding:6px 12px;font-size:12px}.box-tab:hover{background:var(--bg-secondary)}.box-tab.active{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:500}.bar{background:var(--success);border-radius:3px;max-width:60px;height:6px;margin-right:8px;display:inline-block}.proc-item{border:1px solid var(--border);border-radius:8px;margin-bottom:8px;padding:12px}.proc-item h4{color:var(--text-primary);margin:0 0 6px;font-size:13px}.proc-item p{color:var(--text-secondary);margin:0;font-size:11px}.proc-checks{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.check-item{border:1px solid var(--border);background:var(--bg-primary);cursor:pointer;transition:var(--transition);border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:flex}.check-item:hover{background:var(--bg-secondary)}.check-item input[type=checkbox]{cursor:pointer}.actions-list{list-style:none}.actions-list li{color:var(--text-primary);border-bottom:1px solid var(--border);padding:8px 0;font-size:12px}.actions-list li:last-child{border-bottom:none}.spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.kpis{grid-template-columns:repeat(2,1fr)}.grid-2,.form-grid{grid-template-columns:1fr}table{font-size:11px}th,td{padding:6px 4px}}
.Home-module__g21JLG__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:.5px solid var(--border);z-index:100;transition:var(--transition);background:#1a1a1a;position:fixed;top:0;left:0;right:0}.Home-module__g21JLG__nav.Home-module__g21JLG__navScrolled{box-shadow:0 2px 8px #00000014}.Home-module__g21JLG__navInner{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 20px;display:flex}.Home-module__g21JLG__logo{color:var(--text-primary);cursor:pointer;align-items:center;gap:10px;font-size:18px;font-weight:600;text-decoration:none;display:flex}.Home-module__g21JLG__logoIcon{font-size:24px}.Home-module__g21JLG__logoText{background:linear-gradient(135deg, var(--primary), var(--warning));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__g21JLG__navLinks{align-items:center;gap:30px;display:flex}.Home-module__g21JLG__navLinks a{color:#fff;transition:var(--transition);font-size:14px;font-weight:500;text-decoration:none;position:relative}.Home-module__g21JLG__navLinks a:hover{color:var(--primary)}.Home-module__g21JLG__navLinks a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Home-module__g21JLG__navLinks a:hover:after{width:100%}.Home-module__g21JLG__navActions{align-items:center;gap:12px;display:flex}.Home-module__g21JLG__btnOutline{border:1.5px solid var(--primary);color:var(--primary);cursor:pointer;transition:var(--transition);background:0 0;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none}.Home-module__g21JLG__btnOutline:hover{background:var(--primary);color:#fff}.Home-module__g21JLG__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none}.Home-module__g21JLG__btnPrimary:hover{opacity:.85;transform:translateY(-1px)}.Home-module__g21JLG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:none}.Home-module__g21JLG__hamburger span{background:var(--text-primary);width:24px;height:2px;transition:var(--transition);border-radius:2px}.Home-module__g21JLG__hero{background:var(--bg-primary);padding-top:100px;padding-bottom:80px;position:relative;overflow:hidden}.Home-module__g21JLG__heroDecorCircle{pointer-events:none;background:radial-gradient(circle,#185fa51a,#0000);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-100px}.Home-module__g21JLG__heroDecorLine{pointer-events:none;background:linear-gradient(#185fa54d,#0000);width:1px;height:100%;position:absolute;top:0;right:10%}.Home-module__g21JLG__container{max-width:1200px;margin:0 auto;padding:0 20px}.Home-module__g21JLG__heroContent{z-index:2;max-width:600px;padding:0 48px;position:relative}.Home-module__g21JLG__heroBadge{color:var(--primary);background:#185fa51a;border:1px solid #185fa54d;border-radius:99px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 16px;font-size:12px;font-weight:500;display:inline-flex}.Home-module__g21JLG__heroBadge span{font-size:14px}.Home-module__g21JLG__heroLogos{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:30px;display:flex}.Home-module__g21JLG__heroLogoItem{background:#fffffff2;border:1px solid #0f6e561f;border-radius:20px;min-width:160px;max-width:280px;padding:12px;overflow:hidden}.Home-module__g21JLG__heroLogoItem img{width:100%;height:auto;display:block}.Home-module__g21JLG__heroTitle{color:var(--text-primary);margin-bottom:20px;font-size:48px;font-weight:700;line-height:1.2}.Home-module__g21JLG__heroTitle em{background:linear-gradient(135deg, var(--primary), var(--warning));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Home-module__g21JLG__heroSub{color:var(--text-secondary);margin-bottom:32px;font-size:16px;line-height:1.6}.Home-module__g21JLG__heroCTA{gap:12px;margin-bottom:48px;display:flex}.Home-module__g21JLG__btnHero{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.Home-module__g21JLG__btnHero:hover{transform:translateY(-2px);box-shadow:0 8px 16px #185fa54d}.Home-module__g21JLG__btnHeroGhost{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;transition:var(--transition);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.Home-module__g21JLG__btnHeroGhost:hover{background:var(--primary);color:#fff}.Home-module__g21JLG__heroStats{align-items:center;gap:24px;display:flex}.Home-module__g21JLG__stat{flex-direction:column;display:flex}.Home-module__g21JLG__statNum{color:var(--primary);font-size:24px;font-weight:700}.Home-module__g21JLG__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.Home-module__g21JLG__statDivider{background:var(--border);width:1px;height:40px}.Home-module__g21JLG__heroVisual{z-index:1;width:300px;position:absolute;top:80px;right:40px}.Home-module__g21JLG__heroCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;margin-bottom:20px;padding:16px}.Home-module__g21JLG__heroCardTop{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.Home-module__g21JLG__heroCardIcon{font-size:24px}.Home-module__g21JLG__heroCardTitle{color:var(--text-primary);font-size:13px;font-weight:600}.Home-module__g21JLG__heroCardSub{color:var(--text-secondary);font-size:11px}.Home-module__g21JLG__heroCardBar{background:var(--border);border-radius:2px;width:100%;height:4px;margin-bottom:12px;overflow:hidden}.Home-module__g21JLG__heroCardBarFill{background:var(--success);border-radius:2px;width:65%;height:100%}.Home-module__g21JLG__heroCardFoot{color:var(--success);font-size:11px;font-weight:500}.Home-module__g21JLG__heroOrbOuter{width:200px;height:200px;margin:0 auto 30px;position:relative}.Home-module__g21JLG__heroOrb{background:radial-gradient(circle at 30% 30%,#185fa533,#0000);border-radius:50%;width:200px;height:200px;animation:6s ease-in-out infinite Home-module__g21JLG__float;position:absolute}@keyframes Home-module__g21JLG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Home-module__g21JLG__heroFloatBadge{background:var(--primary);color:#fff;border-radius:6px;align-items:center;gap:6px;margin-left:30px;padding:8px 12px;font-size:11px;font-weight:600;animation:2s ease-in-out infinite Home-module__g21JLG__bounce;display:inline-flex}@keyframes Home-module__g21JLG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Home-module__g21JLG__services{background:#1a1a1a;padding:80px 20px}.Home-module__g21JLG__sectionHead{text-align:center;max-width:600px;margin-bottom:60px;margin-left:auto;margin-right:auto}.Home-module__g21JLG__sectionLabel{color:#fac775;text-transform:uppercase;letter-spacing:.05em;background:#854f0b4d;border-radius:99px;margin-bottom:16px;padding:8px 16px;font-size:12px;font-weight:600;display:inline-block}.Home-module__g21JLG__sectionTitle{color:#fff;font-size:36px;font-weight:700;line-height:1.3}.Home-module__g21JLG__sectionTitle em{background:linear-gradient(135deg, var(--primary), var(--warning));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Home-module__g21JLG__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.Home-module__g21JLG__serviceCard{transition:var(--transition);background:#2a2a2a;border:1px solid #404040;border-radius:12px;padding:32px 24px;position:relative}.Home-module__g21JLG__serviceCard:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 12px 24px #185fa526}.Home-module__g21JLG__serviceIcon{margin-bottom:16px;font-size:40px}.Home-module__g21JLG__serviceName{color:#fff;margin-bottom:12px;font-size:16px;font-weight:600}.Home-module__g21JLG__serviceDesc{color:#ccc;margin-bottom:16px;font-size:13px;line-height:1.6}.Home-module__g21JLG__serviceArrow{color:var(--primary);transition:var(--transition);opacity:0;font-weight:600}.Home-module__g21JLG__serviceCard:hover .Home-module__g21JLG__serviceArrow{opacity:1;transform:translate(4px)}.Home-module__g21JLG__about{background:#1a1a1a;padding:80px 20px}.Home-module__g21JLG__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.Home-module__g21JLG__aboutLeft{position:relative}.Home-module__g21JLG__aboutImgWrap{aspect-ratio:1;width:100%;position:relative}.Home-module__g21JLG__aboutImgPlaceholder{background:linear-gradient(135deg,#185fa51a,#854f0b1a);border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;font-size:80px;display:flex}.Home-module__g21JLG__aboutImgBadge{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:center;padding:12px 16px;display:flex;position:absolute;bottom:20px;left:20px}.Home-module__g21JLG__aboutBadgeNum{color:var(--primary);font-size:20px;font-weight:700}.Home-module__g21JLG__aboutBadgeText{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.Home-module__g21JLG__aboutText{color:#ccc;margin-bottom:24px;font-size:14px;line-height:1.8}.Home-module__g21JLG__aboutFeatures{flex-direction:column;gap:12px;margin-top:24px;display:flex}.Home-module__g21JLG__feature{color:#fff;align-items:center;gap:12px;font-size:14px;display:flex}.Home-module__g21JLG__featureCheck{background:var(--success);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.Home-module__g21JLG__testimonials{background:#1a1a1a;padding:80px 20px}.Home-module__g21JLG__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.Home-module__g21JLG__testimonialCard{transition:var(--transition);background:#2a2a2a;border:1px solid #404040;border-radius:12px;padding:28px}.Home-module__g21JLG__testimonialCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}.Home-module__g21JLG__testimonialStars{color:var(--warning);margin-bottom:12px;font-size:14px}.Home-module__g21JLG__testimonialText{color:#ccc;margin-bottom:20px;font-size:14px;font-style:italic;line-height:1.6}.Home-module__g21JLG__testimonialAuthor{align-items:center;gap:12px;display:flex}.Home-module__g21JLG__testimonialAvatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.Home-module__g21JLG__testimonialName{color:#fff;font-size:13px;font-weight:600}.Home-module__g21JLG__testimonialRole{color:var(--text-secondary);font-size:11px}.Home-module__g21JLG__ctaSection{background:var(--bg-primary);padding:80px 20px}.Home-module__g21JLG__ctaBox{background:linear-gradient(135deg, var(--primary), var(--warning));color:#fff;border-radius:16px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:60px 40px;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__ctaContent{z-index:2;flex:1}.Home-module__g21JLG__ctaTitle{margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.3}.Home-module__g21JLG__ctaTitle em{opacity:.9;font-style:normal}.Home-module__g21JLG__ctaSub{opacity:.95;margin-bottom:24px;font-size:16px}.Home-module__g21JLG__ctaDecor{opacity:.1;z-index:1;font-size:120px;position:absolute;bottom:-20px;right:-20px}.Home-module__g21JLG__footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:60px 20px 20px}.Home-module__g21JLG__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto 40px;display:grid}.Home-module__g21JLG__footerBrand p{color:var(--text-secondary);margin-top:12px;font-size:13px;line-height:1.6}.Home-module__g21JLG__footerCol h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:13px;font-weight:600}.Home-module__g21JLG__footerCol ul{list-style:none}.Home-module__g21JLG__footerCol li{color:var(--text-secondary);transition:var(--transition);margin-bottom:10px;font-size:12px}.Home-module__g21JLG__footerCol li:hover{color:var(--primary)}.Home-module__g21JLG__footerBottom{border-top:1px solid var(--border);max-width:1200px;color:var(--text-secondary);justify-content:space-between;align-items:center;margin:0 auto;padding-top:20px;font-size:12px;display:flex}.Home-module__g21JLG__footerBottom a{color:var(--primary);font-weight:500;text-decoration:none}@media (max-width:768px){.Home-module__g21JLG__navInner{height:60px}.Home-module__g21JLG__navLinks{background:var(--bg-primary);transition:var(--transition);z-index:99;flex-direction:column;gap:16px;max-height:calc(100vh - 60px);padding:20px;position:fixed;top:60px;left:0;right:0;overflow-y:auto;transform:translate(-100%)}.Home-module__g21JLG__navLinks.Home-module__g21JLG__navOpen{transform:translate(0)}.Home-module__g21JLG__hamburger{display:flex}.Home-module__g21JLG__heroTitle{font-size:32px}.Home-module__g21JLG__heroVisual{width:100%;margin-top:40px;position:static}.Home-module__g21JLG__aboutGrid{grid-template-columns:1fr;gap:40px}.Home-module__g21JLG__footerGrid{grid-template-columns:1fr;gap:30px}.Home-module__g21JLG__ctaBox{text-align:center;flex-direction:column;padding:40px 20px}.Home-module__g21JLG__heroCTA{flex-direction:column}.Home-module__g21JLG__heroStats{flex-direction:column;gap:16px}.Home-module__g21JLG__statDivider{display:none}}@media (max-width:480px){.Home-module__g21JLG__heroTitle,.Home-module__g21JLG__sectionTitle,.Home-module__g21JLG__ctaTitle{font-size:24px}.Home-module__g21JLG__servicesGrid{grid-template-columns:1fr}.Home-module__g21JLG__footerBottom{text-align:center;flex-direction:column;gap:12px}}
.Inventory-module__fbPyVa__layout{background:var(--bg-tertiary);height:100vh;display:flex}.Inventory-module__fbPyVa__sidebar{background:var(--bg-primary);border-right:.5px solid var(--border);flex-direction:column;width:240px;min-width:240px;display:flex;overflow-y:auto}.Inventory-module__fbPyVa__sidebarTop{border-bottom:.5px solid var(--border);padding:16px}.Inventory-module__fbPyVa__logo{color:var(--text-primary);align-items:center;gap:8px;margin:0;padding:0;font-size:16px;font-weight:600;text-decoration:none;display:flex}.Inventory-module__fbPyVa__logo span{font-size:18px}.Inventory-module__fbPyVa__navMain{flex:1;padding:16px 0;overflow-y:auto}.Inventory-module__fbPyVa__navSection{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;padding:12px 16px 4px;font-size:10px;font-weight:600}.Inventory-module__fbPyVa__navItem{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:8px;padding:10px 16px;font-size:12px;display:flex;position:relative}.Inventory-module__fbPyVa__navItem:hover{background:var(--bg-secondary);color:var(--text-primary)}.Inventory-module__fbPyVa__navItem.Inventory-module__fbPyVa__active{background:var(--primary);color:#fff;font-weight:500}.Inventory-module__fbPyVa__navItem span{flex-shrink:0;font-size:13px}.Inventory-module__fbPyVa__badge{background:var(--danger);color:#fff;border-radius:99px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:600}.Inventory-module__fbPyVa__sidebarBottom{border-top:.5px solid var(--border);padding:16px}.Inventory-module__fbPyVa__userCard{border:.5px solid var(--border);background:var(--bg-secondary);border-radius:8px;align-items:center;gap:10px;margin-bottom:12px;padding:12px;display:flex}.Inventory-module__fbPyVa__userAvatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.Inventory-module__fbPyVa__userInfo{flex:1}.Inventory-module__fbPyVa__userName{color:var(--text-primary);font-size:12px;font-weight:500}.Inventory-module__fbPyVa__userEmail{color:var(--text-secondary);font-size:10px}.Inventory-module__fbPyVa__btnLogout{border:.5px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:6px;padding:8px;font-size:11px;font-weight:500}.Inventory-module__fbPyVa__btnLogout:hover{background:var(--bg-secondary);color:var(--text-primary)}.Inventory-module__fbPyVa__main{flex-direction:column;flex:1;display:flex;overflow:hidden}.Inventory-module__fbPyVa__header{background:var(--bg-primary);border-bottom:.5px solid var(--border);justify-content:space-between;align-items:center;min-height:80px;padding:20px;display:flex}.Inventory-module__fbPyVa__headerTitle h1{color:var(--text-primary);margin-bottom:4px;font-size:22px}.Inventory-module__fbPyVa__headerTitle p{color:var(--text-secondary);font-size:12px}.Inventory-module__fbPyVa__headerActions{align-items:center;gap:12px;display:flex}.Inventory-module__fbPyVa__syncStatus{background:var(--bg-secondary);color:var(--text-secondary);transition:var(--transition);border-radius:6px;padding:6px 10px;font-size:12px}.Inventory-module__fbPyVa__syncStatus.Inventory-module__fbPyVa__syncing{color:var(--warning);animation:1s ease-in-out infinite Inventory-module__fbPyVa__pulse}.Inventory-module__fbPyVa__syncStatus.Inventory-module__fbPyVa__synced{color:var(--success);background:#0f6e5626}@keyframes Inventory-module__fbPyVa__pulse{0%,to{opacity:1}50%{opacity:.5}}.Inventory-module__fbPyVa__btnSync{border:.5px solid var(--border);background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border-radius:6px;padding:8px 14px;font-size:11px;font-weight:500}.Inventory-module__fbPyVa__btnSync:hover:not(:disabled){opacity:.85}.Inventory-module__fbPyVa__btnSync:disabled{opacity:.5;cursor:not-allowed}.Inventory-module__fbPyVa__content{background:var(--bg-tertiary);flex:1;padding:20px;overflow-y:auto}@media (max-width:1024px){.Inventory-module__fbPyVa__sidebar{width:200px}}@media (max-width:768px){.Inventory-module__fbPyVa__layout{flex-direction:column}.Inventory-module__fbPyVa__sidebar{flex-direction:row;width:100%;min-width:100%;max-height:60px;overflow:auto hidden}.Inventory-module__fbPyVa__sidebarTop{border-right:.5px solid var(--border);border-bottom:none;flex-shrink:0;padding:10px 16px}.Inventory-module__fbPyVa__navMain{gap:8px;padding:10px 16px;display:flex;overflow:auto visible}.Inventory-module__fbPyVa__navSection{display:none}.Inventory-module__fbPyVa__navItem{white-space:nowrap;flex-shrink:0}.Inventory-module__fbPyVa__sidebarBottom{display:none}.Inventory-module__fbPyVa__header{flex-direction:column;align-items:flex-start;gap:12px;min-height:auto;padding:16px}.Inventory-module__fbPyVa__headerActions{justify-content:flex-start;width:100%}.Inventory-module__fbPyVa__content{padding:16px}}
