:root{--primary:#2563eb;--success:#10b981;--danger:#ef4444;--bg:#f8fafc;--panel:#fff;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--sidebar:#0f172a}*{box-sizing:border-box}body{font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;background:var(--bg);color:var(--text)}button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;background:#eef2ff;color:#1e3a8a;font-weight:600}button:hover{box-shadow:0 4px 12px #0f172a1f}input,select{padding:11px 12px;margin:4px;border:1px solid var(--border);border-radius:10px;background:#fff;min-height:42px}h1,h2,h3{margin-top:0}h1{font-size:28px;margin-bottom:6px}p{color:var(--muted)}.appShell{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,#0f172a,#111827);color:#fff;padding:22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brandIcon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#10b981);display:grid;place-items:center;font-weight:800}.brandTitle{font-size:18px;font-weight:800}.brandSub{font-size:12px;color:#cbd5e1}.navMenu{display:grid;gap:8px}.navItem{width:100%;background:transparent;color:#cbd5e1;display:flex;gap:10px;align-items:center;justify-content:flex-start;border-radius:12px}.navItem:hover,.navItem.active{background:#ffffff1f;color:#fff;box-shadow:none}.sidebarFooter{margin-top:auto;display:grid;gap:12px}.pharmacyBadge{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:12px;display:grid;gap:4px}.pharmacyBadge small{color:#cbd5e1}.logoutBtn{background:#ef4444;color:#fff}.mainArea{flex:1;min-width:0}.topbar{height:110px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:22px 30px}.topbar p{margin:0}.accountCard{background:#f1f5f9;border:1px solid var(--border);border-radius:14px;padding:12px 16px;display:grid;text-align:right;gap:4px}.content{padding:28px 30px}.login{display:grid;place-items:center;height:100vh;background:linear-gradient(135deg,#eff6ff,#ecfdf5)}.login form{background:#fff;padding:32px;border-radius:22px;display:grid;gap:10px;min-width:360px;box-shadow:0 24px 60px #0f172a1f}.login h2{font-size:28px;text-align:center}.login button{background:var(--primary);color:#fff}.card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:18px;margin:14px 0;box-shadow:0 8px 24px #0f172a0a}.grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.notice{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:12px 14px;border-radius:14px}.productBox{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:18px;padding:16px;margin:14px 0}.statsGrid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:14px;margin:16px 0}.statCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0a}.statCard span{color:var(--muted);font-weight:700}.statCard b{display:block;font-size:28px;margin:8px 0}.statCard small{color:var(--muted)}table{border-collapse:separate;border-spacing:0;width:100%;background:#fff;margin-top:14px;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}th,td{border-bottom:1px solid var(--border);padding:12px;text-align:left;font-size:14px}th{background:#f8fafc;color:#334155;font-size:13px;text-transform:uppercase;letter-spacing:.03em}tr:last-child td{border-bottom:0}.ok{background:#ecfdf5}.bad{background:#fef2f2}.neutral{background:#f8fafc}.err{color:#dc2626;font-weight:700}.success{color:#059669;font-weight:700}.summary{display:flex;gap:10px;margin:15px 0;flex-wrap:wrap}.okBox,.badBox,.neutralBox{padding:12px 16px;border-radius:14px;font-weight:800}.okBox{background:#d1fae5;color:#065f46}.badBox{background:#fee2e2;color:#991b1b}.neutralBox{background:#e2e8f0;color:#334155}.danger{border-color:#fecaca;background:#fff5f5}.dangerBtn{background:#dc2626;color:#fff;border:0;border-radius:10px}@media (max-width:900px){.appShell{display:block}.sidebar{width:100%;height:auto;position:relative}.topbar{height:auto;display:block}.accountCard{text-align:left;margin-top:12px}.grid,.statsGrid{grid-template-columns:1fr}}.heroCard{background:linear-gradient(135deg,#1e40af,#2563eb 55%,#10b981);color:#fff;border-radius:24px;padding:28px;display:flex;justify-content:space-between;gap:20px;align-items:center;box-shadow:0 18px 45px #2563eb40;margin-bottom:20px}.heroCard h2{font-size:30px;margin:12px 0 8px}.heroCard p{color:#dbeafe;max-width:680px}.heroActions{display:grid;gap:10px;min-width:180px}.pill{display:inline-block;background:#ffffff2e;border:1px solid rgba(255,255,255,.25);padding:7px 12px;border-radius:999px;font-size:13px;font-weight:800}.statusBadge{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:999px;font-weight:800;font-size:13px}.successBadge{background:#d1fae5;color:#065f46}.infoBadge{background:#dbeafe;color:#1e40af}.warningBadge{background:#fef3c7;color:#92400e}.proStats{grid-template-columns:repeat(4,minmax(160px,1fr))}.steps{color:#334155;line-height:1.9;margin:0;padding-left:22px}.loginSub{text-align:center;margin-top:-8px;color:#64748b}.navItem span:first-child{font-size:18px}.card h3{color:#0f172a}table button{padding:8px 10px;font-size:13px}@media (max-width:1100px){.proStats{grid-template-columns:repeat(2,1fr)}.heroCard{display:block}.heroActions{margin-top:16px}}@media (max-width:700px){.proStats{grid-template-columns:1fr}}.marketingHero{background:linear-gradient(135deg,#0f172a,#1e40af 55%,#0d9488)}.marketingGrid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;margin:16px 0 24px}.marketingCard{background:#fff;border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:0 8px 24px #0f172a0d;position:relative;overflow:hidden}.marketingCard:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:#2563eb}.marketingCard.promo:before{background:#f59e0b}.marketingCard.conseil:before{background:#10b981}.marketingCard.annonce:before{background:#8b5cf6}.marketingCard.info:before{background:#2563eb}.cardType{text-transform:uppercase;color:#64748b;font-size:12px;font-weight:900;letter-spacing:.08em}.ctaLink{display:inline-block;margin-top:10px;background:#2563eb;color:#fff;text-decoration:none;padding:10px 12px;border-radius:10px;font-weight:800}.textArea{width:100%;min-height:100px;border:1px solid var(--border);border-radius:12px;padding:12px;font-family:inherit;margin:4px}@media (max-width:1100px){.marketingGrid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.marketingGrid{grid-template-columns:1fr}}.aiHero{background:linear-gradient(135deg,#111827,#4f46e5 55%,#06b6d4)}.quickGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.aiResult{display:grid;grid-template-columns:220px 1fr;gap:18px;margin-top:18px}.aiScore{background:linear-gradient(135deg,#4f46e5,#06b6d4);color:#fff;border-radius:24px;padding:24px;text-align:center;box-shadow:0 18px 45px #4f46e540}.aiScore span{display:block;font-weight:800;color:#dbeafe}.aiScore b{display:block;font-size:54px;margin:12px 0}.aiScore small{color:#e0f2fe}.aiPanel{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 8px 24px #0f172a0d}.aiPanel h3{margin-top:16px}.aiPanel h3:first-child{margin-top:0}@media (max-width:900px){.aiResult,.quickGrid{grid-template-columns:1fr}}.proDashboard{max-width:1700px;margin:0 auto}.welcomeRow{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:18px}.welcomeRow h2{font-size:28px;margin:0 0 6px}.dashActions{display:flex;gap:12px}.primaryBtn{background:#075985;color:#fff}.kpiRow{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:16px;margin-bottom:18px}.kpiCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0d;position:relative;min-height:165px}.kpiCard span{color:#64748b;font-weight:800}.kpiCard b{display:block;font-size:28px;margin:8px 0;color:#0f172a}.kpiCard small{display:block;color:#64748b}.kpiIcon{position:absolute;right:16px;top:16px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:20px}.kpiIcon.blue{background:#dbeafe}.kpiIcon.green{background:#d1fae5}.kpiIcon.teal{background:#ccfbf1}.kpiIcon.red{background:#fee2e2}.trend{display:block;margin-top:12px;font-style:normal;font-weight:800;font-size:13px}.trend.up{color:#10b981}.trend.down{color:#ef4444}.spark{width:100%;height:24px;margin-top:6px;color:#38bdf8}.kpiCard:nth-child(4) .spark{color:#f87171}.dashGrid{display:grid;grid-template-columns:1.7fr .9fr;gap:18px}.leftDash,.rightDash{display:grid;gap:18px}.coverageChart,.campaignCard,.insightsCard,.recommendCard,.smallPanel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0d}.chartHeader,.sectionTitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chartHeader span,.sectionTitle a{color:#2563eb;font-size:13px;font-weight:800}.chartArea{height:330px;position:relative;background:linear-gradient(#fff,#f8fafc);border-radius:14px;overflow:hidden}.chartArea svg{width:100%;height:100%}.gridLine{position:absolute;left:10px;right:0;color:#94a3b8;font-size:12px;border-top:1px dashed #cbd5e1;padding-top:3px}.gl1{top:12%}.gl2{top:34%}.gl3{top:56%}.gl4{top:78%}.chartTooltip{position:absolute;background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px;box-shadow:0 12px 24px #0f172a1f;font-size:13px}.miniTable{box-shadow:none;border-radius:12px}.badge{padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.badge.blue{background:#dbeafe;color:#1d4ed8}.badge.teal{background:#ccfbf1;color:#0f766e}.badge.green{background:#d1fae5;color:#166534}.adCard{background:linear-gradient(135deg,#ecfeff,#f8fafc);border:1px solid #cffafe;border-radius:24px;padding:24px;box-shadow:0 18px 45px #0891b21f;position:relative;overflow:hidden}.adPill{display:inline-block;background:#075985;color:#fff;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px}.adCard h3{font-size:28px;margin:18px 0 8px}.adBenefits{display:grid;gap:14px;margin:20px 0}.adBenefits div{display:grid;grid-template-columns:38px 1fr;column-gap:10px;align-items:center}.adBenefits span{grid-row:1/3;width:36px;height:36px;border-radius:50%;background:#d1fae5;display:grid;place-items:center}.adBenefits small{color:#64748b}.productMock{height:160px;position:relative}.box3d{position:absolute;right:20px;top:10px;width:130px;height:120px;background:linear-gradient(145deg,#fff,#dffafe);border-radius:10px;display:grid;place-items:center;font-weight:900;color:#0891b2;box-shadow:20px 20px 40px #0f172a26;transform:skewY(-6deg)}.tag3d{position:absolute;right:105px;bottom:8px;background:#fff;color:#cbd5e1;border-radius:12px;padding:24px 30px;box-shadow:0 12px 28px #0f172a2e;font-weight:900}.adButton{display:block;width:100%;text-align:center;background:#075985;color:#fff;border-radius:14px;padding:14px;text-decoration:none;font-weight:900;margin-top:10px}.adFooter{text-align:center;color:#0f766e;font-weight:800;margin-top:12px}.insightItem,.recItem{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;border:1px solid var(--border);border-radius:14px;padding:12px;margin:10px 0}.insightItem span,.recItem span{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#e0f2fe}.insightItem small,.recItem small{display:block;color:#64748b}.insightItem em{font-style:normal;font-weight:900;font-size:12px;border-radius:999px;padding:6px 9px}.insightItem.good em{background:#d1fae5;color:#166534}.insightItem.warn em{background:#ffedd5;color:#c2410c}.insightItem.action em{background:#dbeafe;color:#1d4ed8}.recItem button{background:#fff;border:1px solid var(--border);color:#2563eb}.bottomGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:18px}.donut{width:140px;height:140px;border-radius:50%;background:conic-gradient(#10b981 0,#10b981 72%,#f59e0b 72%,#f59e0b 88%,#cbd5e1 88%);display:grid;place-items:center;margin:auto}.donut span{background:#fff;width:88px;height:88px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:22px}.alertList,.reportList{line-height:2.2;color:#334155}@media (max-width:1300px){.kpiRow{grid-template-columns:repeat(2,1fr)}.dashGrid,.bottomGrid{grid-template-columns:1fr}.chartArea{height:260px}}@media (max-width:700px){.kpiRow{grid-template-columns:1fr}.welcomeRow{display:block}.dashActions{margin-top:12px;flex-wrap:wrap}}.clientDashGrid{display:grid;grid-template-columns:1.6fr .75fr;gap:18px;margin:18px 0}.adMainPanel{background:linear-gradient(135deg,#ecfeff,#f8fafc 55%,#dffbff);border:1px solid #cffafe;border-radius:26px;padding:28px;display:grid;grid-template-columns:1.1fr .9fr;gap:20px;min-height:420px;box-shadow:0 18px 45px #0891b21f;overflow:hidden}.adMainText h2{font-size:34px;line-height:1.1;margin:18px 0 10px;color:#0f172a}.adMainText p{font-size:16px;max-width:560px}.adFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}.adFeatureGrid div{background:#fff;border:1px solid #dbeafe;border-radius:18px;padding:14px;box-shadow:0 8px 20px #0f172a0d}.adFeatureGrid span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#d1fae5;margin-bottom:8px}.adFeatureGrid b{display:block}.adFeatureGrid small{color:#64748b}.adVisual{position:relative;min-height:330px}.bigBox{right:30px;top:35px;width:210px!important;height:190px!important;font-size:20px}.bigTag{right:155px!important;bottom:20px!important;font-size:22px!important}.sideAdStack{display:grid;gap:18px}.miniAdCard{border-radius:24px;padding:24px;color:#0f172a;box-shadow:0 14px 34px #0f172a17;border:1px solid var(--border);min-height:200px}.miniAdCard span{font-weight:900}.miniAdCard h3{font-size:24px;margin:14px 0 8px}.miniAdCard a{display:inline-block;margin-top:10px;color:#075985;font-weight:900;text-decoration:none}.tealAd{background:linear-gradient(135deg,#ecfeff,#ccfbf1)}.blueAd{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.betterBottom{grid-template-columns:.8fr .95fr 1.35fr}.realtimePanel,.alertsPanel,.reportsPanel{border-radius:24px}.alertList{padding:0;margin:0;list-style:none}.alertList li{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:14px;margin-bottom:10px;background:#fff}.alertList li span{width:36px;height:36px;border-radius:12px;background:#fee2e2;display:grid;place-items:center}.alertList small{display:block;color:#64748b}.reportCards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.reportCard{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;background:#f8fafc;border:1px solid var(--border);border-radius:16px;padding:14px}.reportCard span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#dbeafe}.reportCard small{display:block;color:#64748b}.reportCard button{background:#fff;border:1px solid var(--border);color:#075985}@media (max-width:1300px){.clientDashGrid,.adMainPanel{grid-template-columns:1fr}.adVisual{min-height:240px}.adFeatureGrid,.betterBottom,.reportCards{grid-template-columns:1fr}}.adImage{max-width:100%;height:100%;object-fit:contain;border-radius:22px}.miniAdImage{width:100%;height:120px;object-fit:cover;border-radius:16px;margin-bottom:14px}.reportCard button{cursor:pointer}.reportCard button:hover{background:#eff6ff}.pharmaShell{background:#f8fbff}.pharmaSidebar{width:282px;background:radial-gradient(circle at 15% 15%,rgba(20,184,166,.26),transparent 22%),linear-gradient(180deg,#062b59,#003a63 42%,#002b4f);padding:28px 18px 20px;border-right:1px solid rgba(255,255,255,.12)}.pharmaBrand{margin-bottom:28px;padding:0 8px}.pharmaLogo{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#fff,#dffafe);display:grid;place-items:center;position:relative;box-shadow:0 8px 20px #0000002e}.pharmaLogo:before{content:"";width:24px;height:24px;border-radius:50%;border:7px solid #0f8ea8;border-top-color:transparent;display:block;transform:rotate(-35deg)}.pharmaLogo span{position:absolute;width:8px;height:22px;background:#10b981;border-radius:8px;bottom:8px}.pharmaBrand .brandTitle{font-size:21px;font-weight:900;letter-spacing:-.5px;color:#fff}.pharmaBrand .brandTitle span{color:#20d6c3}.pharmaBrand .brandSub{font-size:12px;color:#d8f3ff;margin-top:4px}.pharmaNav{gap:9px}.pharmaNav .navItem{min-height:52px;border-radius:10px;color:#eaf7ff;padding:0 14px;gap:14px;font-size:15px;font-weight:700}.pharmaNav .navItem.active{background:linear-gradient(135deg,#1684ff,#0b63e5);box-shadow:0 12px 28px #1684ff52}.pharmaNav .navItem:hover{background:#ffffff1c}.navIcon{width:24px;height:24px;display:grid;place-items:center;font-size:17px;color:#fff}.navLabel{flex:1;text-align:left}.pharmaNav em{font-style:normal;font-size:11px;background:#2563eb;color:#fff;border-radius:999px;padding:4px 8px;font-weight:800}.pharmaProfile{gap:12px;background:#0054872e;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.06)}.pharmacyBox,.userBox{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;color:#fff}.pharmacyBox b,.userBox b{font-size:13px}.pharmacyBox small,.userBox small{display:block;color:#d8f3ff;font-size:12px}.miniIcon,.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#075985;color:#fff;font-weight:900}.avatar{background:#0b82b7}.userBox button{background:transparent;color:#fff;box-shadow:none;padding:4px}.pharmaMain{background:#f8fbff}.pharmaTopbar{height:116px;padding:24px 32px;border-bottom:1px solid #e5edf7;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topWelcome h1{margin:0 0 6px;font-size:26px;line-height:1.1;color:#071b49;font-weight:900}.topWelcome p{font-size:15px;color:#506381;margin:0}.topActions{display:flex;align-items:center;gap:14px}.dateBtn{background:#fff;border:1px solid #dbe5f2;color:#071b49;border-radius:9px;box-shadow:none;min-width:225px}.iconBtn{background:#fff;color:#0b315f;border:0;width:40px;height:40px;border-radius:50%;box-shadow:none;position:relative;padding:0}.iconBtn sup{position:absolute;top:2px;right:3px;background:#0b63e5;color:#fff;width:17px;height:17px;border-radius:50%;font-size:10px;display:grid;place-items:center}.topAccount{border-left:1px solid #dbe5f2;padding-left:18px;display:flex;align-items:center;gap:12px;color:#071b49}.topAccount b{font-size:14px;display:block}.topAccount small{font-size:12px;color:#506381}.roundAvatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#003a63;color:#fff;font-weight:900}.pharmaContent{padding:28px 32px}@media (max-width:1000px){.pharmaTopbar{height:auto;display:block}.topActions{margin-top:16px;flex-wrap:wrap}.pharmaSidebar{width:100%;height:auto}}.pharmaLogin{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(32,214,195,.18),transparent 24%),radial-gradient(circle at 80% 10%,rgba(37,99,235,.16),transparent 20%),linear-gradient(135deg,#eef9ff,#f8fbff)}.loginCard{width:390px;background:#fff;border:1px solid #e5edf7;border-radius:26px;padding:34px;box-shadow:0 30px 80px #071b4924;display:grid;gap:10px}.loginLogoWrap{display:grid;place-items:center;margin-bottom:8px}.loginLogo{width:58px;height:58px}.loginCard h2{text-align:center;color:#071b49;font-size:28px;margin:4px 0 0;font-weight:900;letter-spacing:-.8px}.loginSub{text-align:center;color:#506381;margin:0 0 18px}.loginCard label{font-weight:800;color:#071b49;font-size:14px;margin-top:4px}.loginCard input{width:100%;padding:13px 14px;border:1px solid #dbe5f2;border-radius:12px;outline:none}.loginCard input:focus{border-color:#1684ff;box-shadow:0 0 0 4px #1684ff1f}.primaryLoginBtn{background:linear-gradient(135deg,#1684ff,#0b63e5);color:#fff;border-radius:12px;padding:13px;margin-top:10px}.primaryLoginBtn:disabled{opacity:.7;cursor:not-allowed}.loginHelp{text-align:center;color:#64748b;margin-top:8px}.pharmaBrand .brandTitle,.loginCard h2{font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:900;letter-spacing:-.8px;text-transform:none}.pharmaBrand .brandTitle{font-size:23px;color:#fff}.pharmaBrand .brandTitle span{color:#22d3c5}.loginCard h2{font-size:31px;color:#071b49}.noLogoBrand{display:block;padding:4px 10px 16px;margin-bottom:22px}.cleanBrand{font-size:28px!important;font-weight:900!important;letter-spacing:-1px!important;color:#fff!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;line-height:1.05}.cleanBrand:first-letter{color:#20d6c3}.noLogoBrand .brandSub{margin-top:6px;color:#d8f3ff;font-size:13px}.cleanProfile{background:#00548738;border-radius:16px;padding:14px}.cleanUserBox{grid-template-columns:42px 1fr!important;margin-bottom:12px}.cleanUserBox .avatar{width:42px;height:42px;background:#0b82b7}.cleanUserBox button,.userBox button{display:none!important}.fullLogout{width:100%;background:linear-gradient(135deg,#ef4444,#b91c1c)!important;color:#fff!important;border-radius:12px!important;padding:12px!important;box-shadow:none!important}.topActions .iconBtn{display:none!important}.cleanTopAccount{border-left:1px solid #dbe5f2;padding-left:18px}.cleanTopAccount b{color:#071b49;font-weight:900}.cleanTopAccount small{color:#506381}.roundAvatar{background:#003a63!important}.pharmaLogo,.loginLogoWrap{display:none!important}.loginCard h2{font-family:Inter,Segoe UI,Arial,sans-serif!important;font-size:34px!important;font-weight:900!important;letter-spacing:-1.2px!important;color:#071b49!important;text-transform:none!important}.loginCard h2:first-letter{color:#0f8ea8}.exportGrid{grid-template-columns:repeat(2,minmax(280px,1fr));margin-top:18px}.exportGrid .reportCard{min-height:92px}.exportGrid input[type=file]{max-width:180px;font-size:12px}.noAnomaly{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;border-radius:16px;padding:18px;font-weight:900;text-align:center}.dashboardToolbar{margin-bottom:8px;justify-content:flex-end}.dashboardToolbar>div:first-child{display:none}.aiPagePro{max-width:1500px;margin:0 auto}.aiHeroPro{background:linear-gradient(135deg,#111827,#4f46e5 58%,#06b6d4);color:#fff;border-radius:26px;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 18px 45px #4f46e538;margin-bottom:18px}.aiHeroPro h2{font-size:32px;margin:14px 0 8px}.aiHeroPro p{color:#e0f2fe}.aiScoreCircle{width:130px;height:130px;border-radius:50%;background:#ffffff24;border:1px solid rgba(255,255,255,.26);display:grid;place-items:center;text-align:center}.aiScoreCircle b{font-size:46px}.aiScoreCircle span{margin-top:-36px;color:#dbeafe}.aiPromptCard textarea{min-height:130px}.aiAnswerPanel{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;margin-top:18px;box-shadow:0 8px 24px #0f172a0f}.aiAnswerPanel h4{margin-bottom:6px}.checkLine{display:flex;align-items:center;gap:8px;font-weight:800;color:#0f172a;margin:8px}.checkLine input{min-height:auto;width:auto}@media (max-width:900px){.aiHeroPro{display:block}.aiScoreCircle{margin-top:16px}}.topActions .dateBtn,.topActions .primaryBtn,.dashActions,.dashboardToolbar,.roundAvatar{display:none!important}.cleanTopAccount,.topAccount{border-left:0!important;padding-left:0!important}.pharmaTopbar{height:92px!important}.pharmaContent>section>h2:first-child{display:none!important}.whiteShell{background:#fff!important;color:#0f172a}.whiteSidebar{width:340px!important;background:#fff!important;color:#243047!important;border-right:1px solid #e5eaf3;padding:34px 22px!important;box-shadow:none!important}.whiteBrand{display:flex;align-items:center;gap:14px;margin:10px 10px 48px}.cubeLogo{width:42px;height:42px;display:grid;place-items:center;color:#2563eb;font-size:35px}.brandText{font-size:22px;font-weight:800;letter-spacing:-.4px;color:#172033}.whiteNav{display:grid;gap:12px}.whiteNavItem{width:100%;min-height:64px;border:0;border-radius:12px;background:#fff;color:#526078;display:flex;align-items:center;gap:18px;padding:0 26px;font-size:18px;box-shadow:none;justify-content:flex-start}.whiteNavItem span{width:28px;font-size:24px}.whiteNavItem b{font-weight:700}.whiteNavItem.active{background:#eef4ff!important;color:#2563eb!important}.whiteNavItem:hover{background:#f5f8ff;transform:none;box-shadow:none}.whiteSideBottom{margin-top:auto;border-top:1px solid #e5eaf3;padding-top:26px;display:grid;gap:12px}.helpBtn,.whiteLogout{background:#fff!important;color:#526078!important;justify-content:flex-start!important;text-align:left;font-size:17px;box-shadow:none!important}.whiteMain{flex:1;min-width:0;display:flex;flex-direction:column;background:#fff}.whiteTopbar{height:120px;border-bottom:1px solid #e5eaf3;display:flex;align-items:center;gap:28px;padding:0 48px}.hamburger{background:#fff!important;color:#172033!important;font-size:30px;box-shadow:none!important}.searchBox{margin-left:auto;width:470px;height:58px;border-radius:12px;background:#f6f8fc;border:1px solid #edf1f8;display:flex;align-items:center;gap:12px;padding:0 18px}.searchBox span{font-size:30px;color:#526078}.searchBox input{flex:1;border:0!important;outline:0;background:transparent!important;margin:0!important;font-size:17px;min-height:auto!important}.searchBox em{font-style:normal;border:1px solid #d8e0ec;border-radius:8px;padding:6px 10px;color:#64748b}.whiteAccount{display:flex;align-items:center;gap:16px;color:#243047}.whiteAccount div{text-align:right}.whiteAccount b{display:block;font-size:17px}.whiteAccount small{color:#64748b}.whiteAccount span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#2563eb;color:#fff;font-weight:900}.whiteContent{padding:64px 52px;flex:1}.operationsPage h1{font-size:52px;line-height:1.05;margin:0 0 18px;letter-spacing:-1.4px;color:#0b1023}.operationsPage>p{max-width:720px;font-size:18px;line-height:1.7;color:#526078;margin-bottom:62px}.operationGrid{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:18px;margin-bottom:90px}.operationCard{height:320px;border:1px solid #d9e0eb;border-radius:14px;background:#fff;color:#0b1023;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:36px;box-shadow:0 18px 35px #0f172a14}.operationCard:hover{transform:translateY(-3px);box-shadow:0 24px 45px #0f172a21}.operationCard.blue{background:linear-gradient(135deg,#4f8cff,#275eea);color:#fff;border-color:#2860ef}.operationCard.green{background:linear-gradient(135deg,#68d8b7,#21b47b);color:#fff;border-color:#21b47b}.opIcon{width:96px;height:96px;border-radius:18px;display:grid;place-items:center;font-size:46px;background:#f1f5ff}.operationCard.blue .opIcon,.operationCard.green .opIcon{background:#ffffff29;border:1px solid rgba(255,255,255,.32)}.operationCard h3{font-size:20px;margin:0}.helpPanel{border:1px solid #d7e3f7;border-radius:14px;min-height:126px;display:grid;grid-template-columns:58px 1fr auto;gap:20px;align-items:center;padding:0 38px;color:#526078}.helpIcon{width:48px;height:48px;border-radius:50%;border:4px solid #2563eb;display:grid;place-items:center;color:#2563eb;font-weight:900;font-size:22px}.helpPanel b{font-size:19px;color:#172033}.helpPanel p{margin:6px 0 0}.helpPanel button{background:#fff!important;border:1px solid #d9e0eb;color:#243047!important;padding:16px 26px;box-shadow:none!important}.whiteFooter{border-top:1px solid #e5eaf3;text-align:center;padding:28px;color:#94a3b8}@media (max-width:1400px){.operationGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.whiteShell{display:block!important}.whiteSidebar{width:100%!important;height:auto!important;position:relative!important}.whiteTopbar{height:auto;display:block;padding:22px}.searchBox{width:100%;margin:18px 0}.operationGrid{grid-template-columns:1fr}.helpPanel{grid-template-columns:1fr;text-align:center;padding:24px}.helpIcon{margin:auto}}.searchBox,.helpPanel{display:none!important}.whiteTopbar{justify-content:space-between}.whiteAccount{margin-left:auto}.workflowGrid .operationCard p{margin:0 18px;color:#64748b;line-height:1.45;font-size:14px}.workflowGrid .operationCard.blue p,.workflowGrid .operationCard.green p{color:#ffffffe0}.exportsPanel{margin-top:42px;background:#fff;border:1px solid #e5eaf3;border-radius:18px;padding:26px;box-shadow:0 12px 28px #0f172a0d}.exportsPanel h2{margin:0 0 12px;font-size:28px}.exportGrid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:14px}.exportGrid input[type=file]{max-width:190px;font-size:12px}@media (max-width:900px){.exportGrid{grid-template-columns:1fr}}.exportOperationGrid{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:18px;margin-top:28px}.exportOperationCard{min-height:260px;border:1px solid #d9e0eb;border-radius:14px;background:#fff;color:#0b1023;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 16px;text-align:center;box-shadow:0 18px 35px #0f172a14;cursor:pointer}.exportOperationCard:hover{transform:translateY(-3px);box-shadow:0 24px 45px #0f172a21}.exportOperationCard h3{font-size:19px;margin:0}.exportOperationCard p{margin:0;color:#64748b;font-size:14px;line-height:1.45}.exportOperationCard span:last-child{margin-top:8px;border:1px solid #d9e0eb;border-radius:10px;padding:10px 16px;font-weight:800;color:#075985;background:#fff}.exportOperationCard.blue{background:linear-gradient(135deg,#4f8cff,#275eea);color:#fff;border-color:#2860ef}.exportOperationCard.green{background:linear-gradient(135deg,#68d8b7,#21b47b);color:#fff;border-color:#21b47b}.exportOperationCard.blue p,.exportOperationCard.green p{color:#ffffffe6}.exportOperationCard.blue span:last-child,.exportOperationCard.green span:last-child{background:#ffffff29;color:#fff;border-color:#ffffff59}.fileCard{position:relative}.fileCard input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}@media (max-width:1400px){.exportOperationGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.exportOperationGrid{grid-template-columns:1fr}}.piLogo{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 12px 24px #2563eb40}.piLogo span{font-size:15px;letter-spacing:-.5px}.brandWords small{display:block;color:#64748b;margin-top:2px;font-weight:700}.sidebarIsCollapsed .whiteSidebar{width:92px!important;padding:34px 14px!important}.sidebarIsCollapsed .brandWords,.sidebarIsCollapsed .whiteNavItem b,.sidebarIsCollapsed .whiteLogout b{display:none!important}.sidebarIsCollapsed .whiteBrand{justify-content:center;margin-left:0;margin-right:0}.sidebarIsCollapsed .whiteNavItem{justify-content:center;padding:0}.sidebarIsCollapsed .whiteNavItem span{width:auto}.whiteSidebar,.whiteMain{transition:all .22s ease}.hamburger{cursor:pointer}.dangerOp .opIcon{background:#ffffff29;border:1px solid rgba(255,255,255,.32)}.scanModal h2{margin:0;font-size:28px}.scanModal input{width:100%;padding:14px 16px;border:1px solid #d9e0eb;border-radius:12px}.foundProduct small{color:#166534}.whiteContent section>h2:first-child+h2,.pharmaContent section>h2:first-child+h2{display:none!important}.fileCardOp{position:relative;cursor:pointer}.fileCardOp input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.fileCardOp span{margin-top:8px;border:1px solid #d9e0eb;border-radius:10px;padding:10px 16px;font-weight:800;color:#075985;background:#fff}.dangerOp{background:linear-gradient(135deg,#ef4444,#b91c1c)!important;color:#fff!important;border-color:#b91c1c!important}.dangerOp p{color:#ffffffe0!important}.opMessage{margin-top:18px;font-weight:900}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:grid;place-items:center;z-index:9999}.scanModal{width:min(520px,92vw);background:#fff;border-radius:22px;padding:28px;box-shadow:0 30px 80px #0f172a47;position:relative;display:grid;gap:12px}.modalClose{position:absolute;right:16px;top:14px;width:36px;height:36px;border-radius:50%;background:#f1f5f9!important;color:#0f172a!important;box-shadow:none!important;padding:0;font-size:22px}.foundProduct{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:14px;padding:14px;display:grid;gap:4px}.topPageTitle{font-size:32px;font-weight:900;margin:0 0 0 16px;color:#0f172a}.whiteTopbar{display:flex;align-items:center}.whiteContent section>h1:first-child{display:none}.operationCard,.exportOperationCard{display:flex;flex-direction:column}.operationCard h3,.exportOperationCard h3{min-height:64px;display:flex;align-items:center;justify-content:center;text-align:center}.operationCard p,.exportOperationCard p{min-height:56px}.operationCard span:last-child,.exportOperationCard span:last-child{margin-top:auto}.association-page .ops-section,.inventory-page .import-section{display:none!important}.operationGrid.workflowGrid{align-items:stretch}.operationCard,.exportOperationCard{position:relative!important;min-height:330px!important;height:330px!important;padding:28px 22px!important;display:grid!important;grid-template-rows:92px 70px 70px 52px!important;align-items:center!important;justify-items:center!important;gap:0!important;text-align:center!important;overflow:visible!important}.operationCard .opIcon,.exportOperationCard .opIcon{grid-row:1!important;width:92px!important;height:92px!important;border-radius:22px!important;display:grid!important;place-items:center!important;margin:0 auto!important;font-size:42px!important;line-height:1!important;transform:none!important}.operationCard h3,.exportOperationCard h3{grid-row:2!important;align-self:center!important;min-height:58px!important;margin:0!important;padding:0 4px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.18!important;font-size:20px!important;font-weight:900!important;max-width:100%!important}.operationCard p,.exportOperationCard p{grid-row:3!important;align-self:start!important;min-height:54px!important;margin:0!important;padding:0 4px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;text-align:center!important;line-height:1.45!important;font-size:15px!important}.operationCard span,.exportOperationCard span:last-child{grid-row:4!important;align-self:end!important;min-width:140px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;border-radius:12px!important;font-weight:900!important}.fileCardOp input,.fileCard input{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:0!important;cursor:pointer!important}.operationCard.blue h3,.operationCard.green h3,.operationCard.dangerOp h3,.exportOperationCard.blue h3,.exportOperationCard.green h3{color:#fff!important}.operationCard.blue p,.operationCard.green p,.operationCard.dangerOp p,.exportOperationCard.blue p,.exportOperationCard.green p{color:#ffffffe6!important}@media (max-width:900px){.operationCard,.exportOperationCard{height:auto!important;min-height:300px!important}}.tableOnlyPage{max-width:1600px;margin:0 auto}.tableOnlyPage .notice{margin-bottom:20px}.tableToolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px}.tableToolbar input{max-width:420px;width:100%;min-height:44px;border:1px solid #d9e0eb;border-radius:12px;padding:0 14px;background:#fff}.tableToolbar span{color:#64748b;font-weight:800}.topPageTitle{margin:0;font-size:38px;line-height:1;letter-spacing:-1px;font-weight:900;color:#0b1023}.whiteTopbar{gap:22px!important}.whiteContent>section>h1:first-child{display:none!important}.whiteContent>section>h2:first-child{display:none!important}@media (max-width:900px){.topPageTitle{font-size:28px;margin-top:14px}.tableToolbar{display:block}.tableToolbar span{display:block;margin-top:10px}}.whiteContent section h1:first-child{display:none!important}.whiteTopbar .topPageTitle+.topPageTitle{display:none!important}.whiteContent>section>h1:first-child,.whiteContent>section>h2:first-child,.pharmaContent>section>h1:first-child,.pharmaContent>section>h2:first-child{display:none!important}.topPageTitle{margin:0!important;font-size:38px!important;line-height:1!important;letter-spacing:-1px!important;font-weight:900!important;color:#0b1023!important}.operationsActionPanel{margin-top:28px;margin-bottom:42px;background:#fff;border:1px solid #e5eaf3;border-radius:18px;padding:26px;box-shadow:0 12px 28px #0f172a0d}.operationsActionPanel h2{margin:0 0 12px;font-size:28px;font-weight:900;letter-spacing:-.5px;color:#0b1023}.operationsActionPanel .notice{margin-bottom:22px}.operationsActionPanel .operationGrid{margin-bottom:0!important}.proDashboardV31{max-width:1500px;margin:0 auto}.pageIntro{font-size:18px;color:#526078;margin:0 0 28px}.dashKpiGrid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:24px;margin-bottom:28px}.dashKpiCard{background:#fff;border:1px solid #e5eaf3;border-radius:16px;padding:26px 24px;display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;box-shadow:0 14px 35px #0f172a14}.dashKpiIcon{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;font-size:32px}.dashKpiIcon.blue{background:#eaf4ff;color:#1d4ed8}.dashKpiIcon.green{background:#eafaf1;color:#059669}.dashKpiIcon.orange{background:#fff0e2;color:#f97316}.dashKpiCard span{display:block;font-weight:900;color:#334155}.dashKpiCard b{display:block;font-size:34px;line-height:1.1;margin:8px 0;letter-spacing:-1px;color:#0b1023}.dashKpiCard small{color:#64748b}.greenText{color:#059669!important}.dashboardMainGrid{display:grid;grid-template-columns:1.15fr .8fr;gap:24px;margin-bottom:24px}.coveragePanelV31,.adPlaceholderV31,.reportsPanelV31,.alertsPanelV31{background:#fff;border:1px solid #e5eaf3;border-radius:16px;padding:24px;box-shadow:0 14px 35px #0f172a14}.panelTitle{display:flex;align-items:center;gap:10px;margin-bottom:22px}.panelTitle h3{margin:0;font-size:22px;font-weight:900;color:#0b1023}.coverageContent{display:grid;grid-template-columns:340px 1fr;align-items:center;gap:42px}.coverageDonut{width:300px;height:300px;border-radius:50%;background:conic-gradient(#22c55e var(--p),#eef0f4 0);display:grid;place-items:center;margin:auto}.coverageDonut>div{width:190px;height:190px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center}.coverageDonut b{font-size:48px;color:#059669;line-height:1}.coverageDonut small{font-weight:900;color:#0b1023}.coverageDonut em{font-style:normal;font-size:30px}.coverageText h3{font-size:22px;color:#0b1023}.coverageText p{color:#526078;line-height:1.7}.coverageText button{background:#075985!important;color:#fff!important;border-radius:8px;padding:15px 30px;margin:12px 0 18px}.coverageText a{display:block;color:#075985;font-weight:900}.adPlaceholderV31{min-height:420px;display:grid;place-items:center;background:linear-gradient(135deg,#f8fafc,#eef8ff)}.adPlaceholderV31 div{border:2px dashed #cbd5e1;border-radius:16px;padding:44px;text-align:center;color:#64748b}.dashboardBottomGrid{display:grid;grid-template-columns:1fr .95fr;gap:24px}.miniReportGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.miniReportGrid button{min-height:150px;background:#fff!important;border:1px solid #e5eaf3;color:#0b1023!important;border-radius:12px;display:grid;place-items:center;gap:6px;box-shadow:none!important}.miniReportGrid span{font-size:34px;color:#059669}.miniReportGrid b{font-size:14px;text-align:center}.miniReportGrid small{color:#64748b}.miniReportGrid em{font-style:normal;color:#64748b}.panelLink{display:inline-block;margin-top:22px;color:#075985;font-weight:900}.alertListV31{display:grid;gap:12px}.alertItemV31{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:14px;border-radius:12px;border:1px solid #e5eaf3;background:#f8fafc}.alertItemV31 span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff}.alertItemV31 b{display:block;color:#0b1023}.alertItemV31 small{color:#64748b}.alertItemV31.warning{border-color:#fed7aa;background:#fff7ed}.alertItemV31.danger{border-color:#fecaca;background:#fef2f2}.alertItemV31.success{border-color:#bbf7d0;background:#f0fdf4}@media (max-width:1300px){.dashKpiGrid{grid-template-columns:repeat(2,1fr)}.dashboardMainGrid,.dashboardBottomGrid{grid-template-columns:1fr}}@media (max-width:800px){.dashKpiGrid,.miniReportGrid,.coverageContent{grid-template-columns:1fr}.coverageDonut{width:240px;height:240px}.coverageDonut>div{width:155px;height:155px}}.singleAdAdmin{max-width:1500px;margin:0 auto}.adAdminGrid{display:grid;grid-template-columns:1fr 420px;gap:24px;margin:22px 0}.adEditorPanel,.adPreviewPanel,.adListPanel{background:#fff;border:1px solid #e5eaf3;border-radius:18px;padding:26px;box-shadow:0 12px 28px #0f172a0d}.adEditorPanel h2,.adPreviewPanel h2,.adListPanel h2{margin:0 0 10px;font-size:26px;font-weight:900;color:#0b1023}.mutedText{color:#64748b;margin-bottom:18px}.adFormGrid{display:grid;gap:12px;margin-bottom:18px}.adFormGrid input,.adFormGrid select,.adFormGrid textarea{width:100%;border:1px solid #d9e0eb;border-radius:12px;padding:13px 14px;background:#fff}.adFormGrid textarea{min-height:120px}.dashboardAdPreview{border:1px solid #e5eaf3;border-radius:18px;padding:22px;background:linear-gradient(135deg,#f8fafc,#eef8ff);min-height:420px;display:grid;align-content:center;gap:12px}.dashboardAdPreview img{width:100%;max-height:190px;object-fit:cover;border-radius:14px}.adPreviewImage{height:180px;border:2px dashed #cbd5e1;border-radius:14px;display:grid;place-items:center;color:#64748b;font-weight:900}.dashboardAdPreview span,.liveDashboardAd span{display:inline-block;font-size:12px;font-weight:900;color:#075985;letter-spacing:.04em}.dashboardAdPreview h3,.liveDashboardAd h3{font-size:26px;margin:0;color:#0b1023}.dashboardAdPreview p,.liveDashboardAd p{color:#526078;line-height:1.6}.dashboardAdPreview button,.liveDashboardAd a{display:inline-block;background:#075985!important;color:#fff!important;border-radius:10px;padding:13px 18px;text-decoration:none;font-weight:900;width:max-content}.adCardsList{display:grid;gap:12px;margin-top:18px}.adRowCard{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e5eaf3;border-radius:14px;padding:14px}.adRowCard b{display:block}.adRowCard small{display:block;color:#64748b}.adRowCard button{margin-left:6px}.dangerSmall{background:#fee2e2!important;color:#991b1b!important}.liveDashboardAd{width:100%;min-height:100%;display:grid;align-content:center;gap:14px}.liveDashboardAd img{width:100%;max-height:220px;object-fit:cover;border-radius:14px}@media (max-width:1100px){.adAdminGrid{grid-template-columns:1fr}}.clickableKpi{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.clickableKpi:hover{transform:translateY(-3px);box-shadow:0 20px 45px #0f172a1f}.coverageText button{cursor:pointer}.simpleAdAdmin{max-width:1500px;margin:0 auto}.simpleAdForm textarea{min-height:170px}.simpleAdPreview{border:1px solid #e5eaf3;border-radius:18px;padding:22px;background:#f8fafc;min-height:360px;display:grid;align-content:start;gap:16px}.simpleAdPreview img,.simpleLiveAd img{width:100%;max-height:260px;object-fit:cover;border-radius:14px}.simpleAdPreview p,.simpleLiveAd p{margin:0;font-size:18px;line-height:1.6;color:#0f172a;font-weight:700}.simpleLiveAd{display:grid;gap:18px;align-content:start;width:100%}.simpleLiveAd span,.simpleLiveAd h3,.simpleLiveAd a{display:none!important}.adPlaceholderV31{padding:0!important;overflow:hidden!important;min-height:420px!important}.fullImageAd{width:100%!important;height:100%!important;min-height:420px!important;display:block!important}.fullImageAd img{width:100%!important;height:100%!important;min-height:420px!important;object-fit:cover!important;border-radius:16px!important;display:block!important}.fullImageAd p,.fullImageAd span,.fullImageAd h3,.fullImageAd a{display:none!important}.emptyAdSlot{width:100%;height:100%;min-height:420px;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#f8fafc,#eef8ff);color:#64748b}.emptyAdSlot h3{color:#0b1023;margin:0 0 8px}.emptyAdSlot p{margin:0;font-weight:800}.simpleAdPreview img{aspect-ratio:3/2;object-fit:cover!important}.uploadBox{border:1px dashed #b9c8dc;background:#f8fbff;border-radius:14px;padding:16px;display:grid;gap:10px}.uploadBox label{font-weight:900;color:#0b1023}.uploadBox input[type=file]{border:0!important;padding:0!important;background:transparent!important}.uploadBox small{color:#64748b;font-weight:700}.primaryBtn:disabled{opacity:.65;cursor:not-allowed}.defaultAd img{width:100%!important;height:100%!important;min-height:420px!important;object-fit:cover!important;border-radius:16px!important}.simpleAdPreview img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:14px}.dynamicDefaultAd img{animation:adFadeIn .45s ease}@keyframes adFadeIn{0%{opacity:.72;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}.defaultAd img,.dynamicDefaultAd img{width:100%!important;height:100%!important;min-height:420px!important;object-fit:cover!important;border-radius:16px!important}.statusSummaryGrid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin:0 0 18px}.statusSummary{border:1px solid #e5eaf3;border-radius:14px;background:#fff;padding:16px 18px;box-shadow:0 8px 20px #0f172a0a}.statusSummary b{display:block;font-size:28px;color:#0b1023}.statusSummary span{color:#64748b;font-weight:900}.statusSummary.present{border-color:#bbf7d0;background:#f0fdf4}.statusSummary.missing{border-color:#fecaca;background:#fef2f2}.statusSummary.unassociated{border-color:#fed7aa;background:#fff7ed}.inventoryToolbar{display:grid!important;grid-template-columns:minmax(240px,420px) 220px 1fr;align-items:center}.inventoryToolbar select{min-height:44px;border:1px solid #d9e0eb;border-radius:12px;padding:0 12px;background:#fff;font-weight:800}.statusTable tr.rowPresent td{background:#f0fdf4}.statusTable tr.rowMissing td{background:#fef2f2}.statusTable tr.rowUnassociated td{background:#fff7ed}.statusBadge{display:inline-flex;align-items:center;justify-content:center;min-width:110px;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px}.statusBadge.rowPresent{background:#bbf7d0;color:#166534}.statusBadge.rowMissing{background:#fecaca;color:#991b1b}.statusBadge.rowUnassociated{background:#fed7aa;color:#9a3412}.coverageDonut{background:conic-gradient(#22c55e var(--progress,0deg),#eef0f4 0deg)!important}@media (max-width:900px){.statusSummaryGrid{grid-template-columns:1fr 1fr}.inventoryToolbar{grid-template-columns:1fr!important}}.dynamicAdPreview{border:1px solid #e5eaf3;border-radius:18px;padding:16px;background:#f8fafc;min-height:420px;display:grid;grid-template-rows:1fr auto;gap:14px}.dynamicAdPreview img{width:100%;max-height:520px;border-radius:14px;background:#fff}.dynamicAdPreview.contain img{object-fit:contain}.dynamicAdPreview.cover img{height:420px;object-fit:cover}.dynamicAdPreview a,.dynamicDashboardAd a{display:inline-flex;align-items:center;justify-content:center;justify-self:center;background:#075985!important;color:#fff!important;text-decoration:none!important;border-radius:12px;padding:14px 24px;font-weight:900;box-shadow:0 12px 24px #07598533}.dynamicDashboardAd{width:100%;min-height:420px;display:grid!important;grid-template-rows:1fr auto;gap:14px;padding:14px;background:#f8fafc}.dynamicDashboardAd img{width:100%;max-height:520px;border-radius:14px;background:#fff}.dynamicDashboardAd.contain img{height:auto!important;max-height:520px!important;object-fit:contain!important}.dynamicDashboardAd.cover img{height:420px!important;object-fit:cover!important}.adPlaceholderV31{min-height:420px!important;height:auto!important}.whiteBrand{min-height:74px!important;margin:8px 8px 34px!important;display:flex!important;align-items:center!important}.sidebarLogoFull{width:100%;max-width:260px;height:auto;display:block;object-fit:contain}.sidebarLogoIcon{width:56px;height:56px;object-fit:contain;display:none}.sidebarIsCollapsed .sidebarLogoFull{display:none!important}.sidebarIsCollapsed .sidebarLogoIcon{display:block!important}.sidebarIsCollapsed .whiteBrand{justify-content:center!important}.whiteBrand{min-height:72px!important;margin:10px 8px 34px!important;display:flex!important;align-items:center!important;gap:12px!important}.brandIcon{width:48px!important;height:48px!important;object-fit:contain!important;flex:0 0 48px!important}.brandTextWrap{display:grid!important;gap:2px!important;min-width:0!important}.brandNameText{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:23px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.8px!important;color:#0b1023!important;white-space:nowrap!important}.brandSubText{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:11px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#64748b!important;white-space:nowrap!important}.sidebarIsCollapsed .brandTextWrap,.sidebarIsCollapsed .brandNameText,.sidebarIsCollapsed .brandSubText{display:none!important}.sidebarIsCollapsed .whiteBrand{justify-content:center!important;margin-left:0!important;margin-right:0!important}.sidebarIsCollapsed .brandIcon{width:54px!important;height:54px!important}.sidebarLogoFull,.sidebarLogoIcon{display:none!important}.loginBrandIcon{width:72px;height:72px;object-fit:contain}.urlHint{display:block;margin:-8px 0 2px;color:#b45309;font-size:12px;font-weight:700}.coverageDonut .coverageCenter{width:190px;height:190px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center}.coverageDonut .coverageCenter small,.coverageDonut .coverageCenter em{display:none!important}.adPlaceholderV31 .dashboardCarouselAd,.adPlaceholderV31 .dashboardCarouselAd div{border:0!important}.dashboardCarouselAd{position:relative!important;overflow:hidden!important;border-radius:16px!important;padding:14px!important;align-content:stretch!important}.dashboardCarouselAd img{animation:dashboardAdSlideFade .45s ease}@keyframes dashboardAdSlideFade{0%{opacity:.55;transform:translate(12px) scale(1.01)}to{opacity:1;transform:translate(0) scale(1)}}.carouselNav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;border:1px solid rgba(15,23,42,.14)!important;background:#ffffffe0!important;color:#0b1023!important;font-size:30px!important;line-height:1!important;padding:0!important;display:grid!important;place-items:center!important;box-shadow:0 10px 24px #0f172a2e!important;z-index:5!important}.carouselNav.prev{left:18px!important}.carouselNav.next{right:18px!important}.carouselDots{position:absolute!important;left:50%!important;bottom:16px!important;transform:translate(-50%)!important;display:flex!important;gap:8px!important;align-items:center!important;justify-content:center!important;padding:8px 10px!important;border-radius:999px!important;background:#ffffffd1!important;box-shadow:0 8px 20px #0f172a1f!important;z-index:6!important}.carouselDots button{width:10px!important;height:10px!important;min-width:10px!important;padding:0!important;border-radius:999px!important;border:0!important;background:#94a3b8!important;box-shadow:none!important}.carouselDots button.active{width:24px!important;background:#075985!important}.smartCodeLogo{--logo-navy:#071b49;--logo-teal:#0f8ea8;--logo-slate:#7b889c;width:100%;display:grid;justify-items:center;gap:2px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}.smartCodeLogoMain{display:flex;align-items:flex-end;justify-content:center;gap:0;white-space:nowrap;font-size:clamp(30px,3.2vw,58px);line-height:.9;font-weight:950;letter-spacing:-.065em}.smartCodeLogoSmart{color:var(--logo-navy);text-shadow:0 1px 0 rgba(255,255,255,.24)}.smartCodeLogoInventory{margin-left:.08em;background:linear-gradient(180deg,#1ba7bc,#0f8ea8 48%,#0b7588);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgba(255,255,255,.18))}.smartCodeLogoSubRow{width:auto;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:-1px}.smartCodeLogoSubRow small{display:flex;align-items:center;color:var(--logo-slate);font-size:clamp(7px,.7vw,11px);font-weight:800;letter-spacing:.18em;line-height:1;text-align:center;text-transform:uppercase;white-space:nowrap}.smartCodeLogoSubRow small span{display:inline-block;transform:translate(.09em)}.smartCodeLogoLine{width:28px;height:2px;border-radius:999px;background:linear-gradient(90deg,#7b889c59,#7b889ce6,#7b889c59);display:block;flex:none}.sidebarCodeLogo{max-width:282px;justify-items:center;margin:0 auto}.sidebarCodeLogo .smartCodeLogoMain{justify-content:center;font-size:33px;letter-spacing:-.062em;line-height:.92}.sidebarCodeLogo .smartCodeLogoSubRow{justify-content:center;gap:7px;margin-top:4px}.sidebarCodeLogo .smartCodeLogoSubRow small{font-size:8.2px;letter-spacing:.105em;font-weight:900}.sidebarCodeLogo .smartCodeLogoLine{width:18px;height:1.5px;opacity:.72}.loginCodeLogo{max-width:348px;margin:4px auto 18px}.loginCodeLogo .smartCodeLogoMain{font-size:37px;letter-spacing:-.067em}.loginCodeLogo .smartCodeLogoSubRow small{font-size:8.7px;letter-spacing:.16em}.loginCodeLogo .smartCodeLogoLine{width:26px}.whiteBrand{min-height:92px!important;margin:12px 0 28px!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.brandIcon,.brandTextWrap,.brandNameText,.brandSubText,.loginLogoWrap,.pharmaLogo{display:none!important}.sidebarIsCollapsed .whiteBrand{min-height:64px!important;justify-content:center!important}.sidebarIsCollapsed .sidebarCodeLogo{width:54px!important;height:54px!important;max-width:54px!important;border-radius:16px;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#071b49,#0f8ea8);box-shadow:0 12px 26px #071b492e}.sidebarIsCollapsed .sidebarCodeLogo .smartCodeLogoMain,.sidebarIsCollapsed .sidebarCodeLogo .smartCodeLogoSubRow{display:none!important}.sidebarIsCollapsed .sidebarCodeLogo:before{content:"SI";color:#fff;font-weight:950;letter-spacing:-1px;font-size:21px}.whiteSidebar .whiteBrand{overflow:hidden!important}.whiteSidebar .sidebarCodeLogo{transform:none!important}.whiteSidebar .sidebarCodeLogo .smartCodeLogoMain,.whiteSidebar .sidebarCodeLogo .smartCodeLogoSubRow{max-width:100%}.whiteSidebar .sidebarCodeLogo .smartCodeLogoSubRow small{overflow:visible}@media (max-width:380px){.sidebarCodeLogo .smartCodeLogoMain{font-size:29px}.sidebarCodeLogo .smartCodeLogoSubRow small{font-size:7.5px;letter-spacing:.08em}.sidebarCodeLogo .smartCodeLogoLine{width:14px}}@media (max-width:520px){.loginCard{width:min(390px,calc(100vw - 28px));padding:28px 24px}.loginCodeLogo .smartCodeLogoMain{font-size:31px}.loginCodeLogo .smartCodeLogoSubRow small{font-size:7.9px;letter-spacing:.13em}.loginCodeLogo .smartCodeLogoSubRow{gap:7px}.loginCodeLogo .smartCodeLogoLine{width:20px}}:root{--sidebar-bg:#fbfcff;--sidebar-border:#e8edf5;--sidebar-shadow:0 22px 60px rgba(31,45,74,.08);--sidebar-text:#223554;--sidebar-muted:#4b5f80;--sidebar-active:#edf4ff;--sidebar-icon-bg:#f7f9fc;--sidebar-blue:#2563eb}html,body,#root{min-height:100%}body{background:linear-gradient(90deg,#f6f8fb,#f8fafc 54%,#eef2f7)!important}.whiteShell{background:transparent!important;padding:20px 22px!important;gap:18px}.whiteSidebar{width:346px!important;min-width:346px!important;background:linear-gradient(180deg,#fff,#fcfdff)!important;border:1px solid var(--sidebar-border)!important;border-radius:34px!important;box-shadow:var(--sidebar-shadow)!important;padding:38px 22px 24px!important;margin:0!important;height:calc(100vh - 40px)!important;position:sticky!important;top:20px!important;overflow:hidden}.whiteMain{background:#fff!important;border-radius:34px!important;border:1px solid #edf1f6;box-shadow:0 18px 52px #1f2d4a0d;overflow:hidden}.whiteBrand{margin:2px 16px 42px!important;min-height:auto!important;padding:0!important;overflow:visible!important}.smartSidebarLogo{display:flex;align-items:center;gap:15px}.smartSidebarLogoIcon{width:58px;height:58px;flex:none}.smartSidebarLogoText{display:flex;align-items:baseline;gap:8px;font-size:31px;line-height:1;font-weight:900;letter-spacing:-.05em;white-space:nowrap}.smartSidebarLogoSmart{color:#113b98}.smartSidebarLogoInventory{background:linear-gradient(180deg,#16bfce,#0da6b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.whiteNav{display:grid!important;gap:26px!important;padding:0 10px}.whiteNavItem,.whiteLogout{width:100%;min-height:128px;border:0!important;border-radius:28px!important;background:transparent!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:26px!important;padding:0 20px!important;color:var(--sidebar-text)!important;font-size:28px!important;font-weight:700!important;text-align:left!important}.whiteNavItem b,.whiteLogout b{font-weight:700!important;letter-spacing:-.03em}.whiteNavItem.active{background:var(--sidebar-active)!important;color:#173ea7!important}.whiteNavItem:hover,.whiteLogout:hover{transform:none!important;box-shadow:none!important;background:#edf4ff8c!important}.navIconTile{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:var(--sidebar-icon-bg);box-shadow:inset 0 1px #ffffffd9,0 6px 16px #243a5f0a;flex:none}.whiteNavItem.active .navIconTile{background:#e6efff}.navIconTile svg{width:36px;height:36px;display:block}.whiteSideBottom{margin-top:auto!important;border-top:1px solid #e9edf5!important;padding:28px 10px 0!important}.whiteLogout{min-height:108px;color:var(--sidebar-text)!important}.whiteTopbar{height:92px!important;padding:0 32px!important;background:#fff!important}.whiteContent{padding:34px 36px!important}.whiteFooter{border-top:1px solid #eef2f6!important}.sidebarIsCollapsed .whiteSidebar{width:108px!important;min-width:108px!important;padding:30px 12px 20px!important}.sidebarIsCollapsed .whiteBrand{margin:0 0 26px!important;justify-content:center!important}.sidebarIsCollapsed .smartSidebarLogoText,.sidebarIsCollapsed .whiteNavItem b,.sidebarIsCollapsed .whiteLogout b{display:none!important}.sidebarIsCollapsed .whiteNav{padding:0;gap:18px!important}.sidebarIsCollapsed .whiteNavItem,.sidebarIsCollapsed .whiteLogout{min-height:84px;justify-content:center!important;gap:0!important;padding:0!important;border-radius:24px!important}.sidebarIsCollapsed .navIconTile{width:58px;height:58px;border-radius:18px}.sidebarIsCollapsed .smartSidebarLogo{justify-content:center}.sidebarIsCollapsed .smartSidebarLogoIcon{width:56px;height:56px}@media (max-width:1100px){.whiteShell{padding:10px!important;display:block!important}.whiteSidebar{width:100%!important;min-width:0!important;height:auto!important;position:relative!important;top:auto!important;margin-bottom:14px!important}.whiteMain{border-radius:28px!important}}@media (max-width:700px){.smartSidebarLogoIcon{width:52px;height:52px}.smartSidebarLogoText{font-size:27px;gap:6px}.whiteNavItem,.whiteLogout{font-size:22px!important;min-height:100px;gap:18px!important;padding:0 16px!important}.navIconTile{width:62px;height:62px}.navIconTile svg{width:32px;height:32px}}.whiteBrand{margin:4px 4px 42px!important;min-height:64px!important;width:calc(100% - 8px)!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}.sidebarBrandLogo{width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;overflow:visible!important}.sidebarBrandLogo .smartSidebarLogoIcon{width:46px!important;height:46px!important;flex:0 0 46px!important}.sidebarBrandLogo .smartSidebarLogoText{display:flex!important;align-items:baseline!important;gap:5px!important;min-width:0!important;max-width:210px!important;font-size:25px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.055em!important;white-space:nowrap!important;overflow:visible!important}.sidebarBrandLogo .smartSidebarLogoSmart,.sidebarBrandLogo .smartSidebarLogoInventory{display:inline-block!important;visibility:visible!important;opacity:1!important}.sidebarBrandLogo .smartSidebarLogoInventory{margin-left:0!important}.sidebarIsCollapsed .sidebarBrandLogo .smartSidebarLogoText{display:none!important}.sidebarIsCollapsed .sidebarBrandLogo .smartSidebarLogoIcon{width:56px!important;height:56px!important;flex-basis:56px!important}.sidebarIsCollapsed .sidebarBrandLogo:before{content:none!important}.sidebarIsCollapsed .whiteBrand{width:100%!important;margin:0 0 26px!important}.whiteSidebar{overflow:hidden!important}.whiteNav{margin-top:0!important}@media (max-width:700px){.sidebarBrandLogo .smartSidebarLogoIcon{width:42px!important;height:42px!important;flex-basis:42px!important}.sidebarBrandLogo .smartSidebarLogoText{font-size:23px!important;max-width:190px!important}}:root{--font-size:14px;--background:#f5f6fa;--foreground:#1a1d2e;--card:#ffffff;--card-foreground:#1a1d2e;--primary:#3b6ef8;--primary-foreground:#ffffff;--secondary:#f0f1f7;--muted:#f0f1f7;--muted-foreground:#8b90a7;--border:#e8eaf2;--radius:10px;--sidebar:#1e2235;--sidebar-foreground:#c8ccd8;--sidebar-accent:#2a3050}html{font-size:var(--font-size)}body{background:var(--background)!important;color:var(--foreground)!important;font-family:Inter,Segoe UI,Arial,sans-serif!important}.whiteShell{min-height:100vh!important;display:flex!important;gap:0!important;padding:0!important;background:var(--background)!important}.whiteSidebar{width:210px!important;min-width:210px!important;height:100vh!important;top:0!important;position:sticky!important;background:var(--sidebar)!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:22px 10px 20px!important;margin:0!important;overflow:hidden!important;color:var(--sidebar-foreground)!important}.whiteBrand{width:100%!important;min-height:28px!important;margin:0 0 18px!important;padding:0 8px!important;justify-content:flex-start!important;overflow:hidden!important}.sidebarBrandLogo{gap:8px!important;align-items:center!important;justify-content:flex-start!important;width:100%!important}.sidebarBrandLogo .smartSidebarLogoIcon{width:28px!important;height:28px!important;flex:0 0 28px!important;background:var(--primary)!important;border-radius:8px!important;padding:5px!important}.sidebarBrandLogo .smartSidebarLogoText{display:flex!important;gap:3px!important;max-width:142px!important;font-size:13px!important;font-weight:700!important;letter-spacing:-.01em!important;color:#fff!important;white-space:nowrap!important}.sidebarBrandLogo .smartSidebarLogoSmart,.sidebarBrandLogo .smartSidebarLogoInventory{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important}.whiteNav{display:grid!important;gap:2px!important;padding:4px 0!important;margin:0!important;overflow-y:auto!important}.whiteNavItem,.whiteLogout{min-height:36px!important;width:100%!important;padding:9px 10px!important;border-radius:8px!important;background:transparent!important;color:var(--sidebar-foreground)!important;border:0!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;font-size:13px!important;font-weight:400!important;text-align:left!important}.whiteNavItem b,.whiteLogout b{font-size:13px!important;font-weight:400!important;letter-spacing:0!important}.whiteNavItem.active{background:var(--sidebar-accent)!important;color:#fff!important}.whiteNavItem.active b{font-weight:500!important;color:#fff!important}.whiteNavItem:hover,.whiteLogout:hover{background:#ffffff0f!important;color:#fff!important;transform:none!important;box-shadow:none!important}.navIconTile{width:15px!important;height:15px!important;min-width:15px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:grid!important;place-items:center!important}.navIconTile svg{width:15px!important;height:15px!important}.whiteNavItem.active .navIconTile{background:transparent!important}.whiteSideBottom{padding:10px 0 0!important;border-top:0!important;margin-top:auto!important}.whiteMain{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;background:var(--background)!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.whiteTopbar{height:56px!important;min-height:56px!important;padding:0 24px!important;background:var(--card)!important;border-bottom:1px solid var(--border)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;position:sticky!important;top:0!important;z-index:20!important}.hamburger{width:30px!important;height:30px!important;padding:0!important;border-radius:8px!important;background:var(--secondary)!important;color:var(--foreground)!important;box-shadow:none!important}.topPageTitle{font-size:18px!important;line-height:1!important;margin:0 auto 0 0!important;font-weight:700!important;color:var(--foreground)!important;letter-spacing:-.02em!important}.whiteAccount{min-height:30px!important;padding:6px 16px!important;border-radius:8px!important;background:var(--primary)!important;color:var(--primary-foreground)!important;border:0!important;box-shadow:none!important;font-size:12px!important}.whiteAccount b{font-size:12px!important;color:#fff!important;line-height:1!important}.whiteAccount small{display:none!important}.whiteContent{flex:1!important;padding:20px 24px!important;overflow:auto!important}.whiteFooter{padding:12px 24px!important;border-top:1px solid var(--border)!important;text-align:center!important;font-size:11px!important;color:var(--muted-foreground)!important;background:transparent!important}.sidebarIsCollapsed .whiteSidebar{width:64px!important;min-width:64px!important;padding:22px 8px 20px!important}.sidebarIsCollapsed .sidebarBrandLogo .smartSidebarLogoText,.sidebarIsCollapsed .whiteNavItem b,.sidebarIsCollapsed .whiteLogout b{display:none!important}.sidebarIsCollapsed .sidebarBrandLogo{justify-content:center!important}.sidebarIsCollapsed .whiteNavItem,.sidebarIsCollapsed .whiteLogout{justify-content:center!important;padding:9px!important;min-height:36px!important}.sidebarIsCollapsed .whiteBrand{padding:0!important;margin-bottom:18px!important}.sidebarIsCollapsed .sidebarBrandLogo .smartSidebarLogoIcon{width:28px!important;height:28px!important;flex-basis:28px!important}.figmaDashboard{display:flex;flex-direction:column;gap:16px;max-width:1500px;margin:0 auto;width:100%}.figmaIntro{margin:0;font-size:12px;color:var(--muted-foreground)}.figmaKpiGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.figmaKpiCard{background:var(--card)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;padding:16px 18px!important;display:flex!important;align-items:center!important;gap:14px!important;min-height:82px!important;color:var(--foreground)!important;box-shadow:none!important;text-align:left!important}.figmaKpiCard:hover{box-shadow:0 4px 16px #0000000f!important;transform:none!important}.figmaKpiIcon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;flex:none;font-size:17px;font-weight:800}.figmaKpiIcon.orange{background:#fff4e6;color:#f59e0b}.figmaKpiIcon.green{background:#e8fdf2;color:#22c55e}.figmaKpiIcon.blue{background:#eef2ff;color:#3b6ef8}.figmaKpiIcon.pink{background:#fdf2f8;color:#d946ef}.figmaKpiBody{display:block;min-width:0}.figmaKpiBody b{display:block;font-size:22px;font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--foreground)}.figmaKpiBody small{display:block;font-size:11px;font-weight:500;color:var(--muted-foreground);margin-top:3px}.figmaKpiBody em{display:block;font-style:normal;font-size:10px;color:var(--muted-foreground);opacity:.72;margin-top:1px}.figmaMiddleGrid{display:grid;grid-template-columns:1fr 280px;gap:16px;align-items:stretch}.figmaBottomGrid{display:grid;grid-template-columns:1fr 260px;gap:16px;align-items:stretch}.figmaPanel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:none}.figmaPanelTitle{display:flex;align-items:center;gap:6px;margin-bottom:20px}.figmaPanel h2,.figmaPanelTitle h2{margin:0;font-size:14px;font-weight:600;color:var(--foreground)}.figmaPanelTitle span{width:16px;height:16px;border-radius:50%;background:var(--muted);display:grid;place-items:center;font-size:9px;color:var(--muted-foreground);font-weight:700}.figmaCoveragePanel{padding:24px}.figmaCoverageContent{display:flex;align-items:center;gap:32px}.figmaGauge{position:relative;width:168px;height:168px;flex:none}.figmaGauge svg{display:block}.figmaGauge b{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:32px;font-weight:700;color:var(--foreground);letter-spacing:-.04em;line-height:1}.figmaCoverageText{flex:1;min-width:0}.figmaCoverageText h3{font-size:14px;font-weight:600;color:var(--foreground);margin:0 0 8px}.figmaCoverageText p{font-size:12px;color:var(--muted-foreground);margin:0 0 6px;line-height:1.6}.figmaCoverageText button{margin-top:14px;padding:9px 18px!important;background:var(--primary)!important;color:#fff!important;border-radius:8px!important;border:0!important;font-size:12px!important;font-weight:500!important;box-shadow:none!important}.figmaCoverageText button:hover{opacity:.88;box-shadow:none!important}.figmaAdCard{overflow:hidden;display:flex;flex-direction:column;min-height:318px}.figmaAdMedia{height:130px;background:linear-gradient(135deg,#e8f5e9,#b2dfdb);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.figmaAdMedia img{width:100%;height:100%;display:block}.figmaAdMedia img.cover{object-fit:cover}.figmaAdMedia img.contain{object-fit:contain;padding:10px;background:#fff}.figmaCarousel{position:absolute;top:50%;transform:translateY(-50%);width:24px!important;height:24px!important;padding:0!important;border-radius:50%!important;background:#ffffffd1!important;color:#1a1d2e!important;display:grid!important;place-items:center!important;box-shadow:none!important;font-size:18px!important;line-height:1!important}.figmaCarousel.prev{left:8px}.figmaCarousel.next{right:8px}.figmaAdText{padding:16px;display:flex;flex-direction:column;gap:7px;flex:1}.figmaAdText b{font-size:14px;font-weight:600;color:var(--foreground)}.figmaAdText p{font-size:11px;color:var(--muted-foreground);line-height:1.5;margin:0}.figmaAdText a{font-size:12px;font-weight:600;color:var(--primary);text-decoration:none;margin-top:auto}.figmaDots{display:flex;gap:4px;margin-top:auto;align-items:center;justify-content:center}.figmaDots button{width:6px!important;height:6px!important;border-radius:3px!important;padding:0!important;background:#0003!important;box-shadow:none!important;transition:width .2s!important}.figmaDots button.active{width:16px!important;background:var(--primary)!important}.figmaReportsPanel{padding:20px}.figmaReportGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.figmaReportBtn{display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;padding:16px 10px!important;background:var(--secondary)!important;border:1px solid var(--border)!important;border-radius:10px!important;box-shadow:none!important;color:var(--foreground)!important;min-height:110px!important}.figmaReportBtn:hover{box-shadow:0 2px 12px #3b6ef81f!important;border-color:var(--primary)!important;transform:none!important}.figmaReportIcon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:15px;font-weight:800}.figmaReportIcon.blue{background:#eef2ff;color:#3b6ef8}.figmaReportIcon.green{background:#e8fdf2;color:#22c55e}.figmaReportIcon.orange{background:#fff8e6;color:#f59e0b}.figmaReportIcon.purple{background:#fdf2f8;color:#d946ef}.figmaReportBtn b{font-size:11px;font-weight:500;text-align:center;line-height:1.3;color:var(--foreground)}.figmaReportBtn small{font-size:10px;color:var(--muted-foreground)}.figmaReportLink{display:flex!important;align-items:center!important;gap:5px!important;margin-top:14px!important;background:none!important;border:0!important;box-shadow:none!important;padding:0!important;color:var(--primary)!important;font-size:12px!important;font-weight:500!important}.figmaAlertsPanel{overflow:hidden}.figmaAlertHeader{display:flex;align-items:center;gap:6px;padding:16px 18px 12px;border-bottom:1px solid var(--border)}.figmaAlertHeader span{color:#f59e0b;font-size:14px;font-weight:800}.figmaAlertList{padding:8px 0}.figmaAlert{display:flex;align-items:flex-start;gap:10px;padding:10px 18px;transition:background .12s}.figmaAlert:hover{background:var(--secondary)}.figmaAlert>span{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:none;margin-top:1px;font-size:13px;font-weight:800}.figmaAlert.warning>span{background:#fff8e6;color:#f59e0b}.figmaAlert.danger>span{background:#fee2e2;color:#e85d4a}.figmaAlert.info>span{background:#eef2ff;color:#3b6ef8}.figmaAlert.success>span{background:#e8fdf2;color:#22c55e}.figmaAlert b{display:block;font-size:12px;font-weight:500;color:var(--foreground);line-height:1.3}.figmaAlert small{display:block;font-size:11px;color:var(--muted-foreground);margin-top:2px;line-height:1.35}.figmaDashboardFooter{padding:0 0 4px;text-align:right;color:var(--muted-foreground);font-size:11px}@media (max-width:1180px){.figmaKpiGrid{grid-template-columns:repeat(2,1fr)}.figmaMiddleGrid,.figmaBottomGrid{grid-template-columns:1fr}.figmaAdCard{min-height:300px}.figmaAdMedia{height:180px}}@media (max-width:800px){.whiteShell{display:block!important}.whiteSidebar{width:100%!important;min-width:0!important;height:auto!important;position:relative!important}.whiteNav{grid-template-columns:repeat(2,1fr)}.whiteSideBottom{padding-top:8px!important}.whiteMain{min-height:0!important}.figmaKpiGrid,.figmaReportGrid{grid-template-columns:1fr}.figmaCoverageContent{display:block}.figmaGauge{margin:0 auto 18px}.figmaMiddleGrid,.figmaBottomGrid{grid-template-columns:1fr}.figmaDashboardFooter{text-align:left}.whiteTopbar{position:relative!important}}:root{--si-bg:#f7f9fc;--si-surface:#ffffff;--si-ink:#071227;--si-sub:#53627c;--si-muted:#8a96ad;--si-line:#dfe6f1;--si-blue:#2563eb;--si-blue-2:#3b82f6;--si-green:#17a56a;--si-purple:#4f46e5;--si-orange:#f08a10;--si-sidebar:#081d3a;--si-sidebar-2:#0b315f}body{background:var(--si-bg)!important;color:var(--si-ink)!important;font-family:Inter,Segoe UI,Arial,sans-serif!important}.whiteShell{background:var(--si-bg)!important;min-height:100vh!important}.whiteSidebar{width:268px!important;min-width:268px!important;padding:26px 16px 22px!important;background:radial-gradient(circle at 0 0,rgba(52,144,255,.34),transparent 28%),linear-gradient(180deg,#071a34,#09284e 48%,#061a35)!important;border-right:1px solid rgba(255,255,255,.08)!important;box-shadow:14px 0 34px #0812261f!important}.whiteBrand{min-height:50px!important;margin:0 0 22px!important;padding:0 4px!important;display:flex!important;align-items:center!important}.sidebarBrandLogo{gap:12px!important}.sidebarBrandLogo .smartSidebarLogoIcon{width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:7px!important;background:linear-gradient(145deg,#2b7cff,#0d53c7)!important;padding:7px!important;box-shadow:0 10px 22px #2563eb57!important}.sidebarBrandLogo .smartSidebarLogoText{font-size:19px!important;font-weight:800!important;letter-spacing:-.045em!important;gap:5px!important;max-width:190px!important;color:#fff!important}.whiteNav{gap:7px!important;padding:0!important;margin-top:8px!important}.whiteNavItem,.whiteLogout{min-height:48px!important;padding:0 15px!important;border-radius:6px!important;color:#e6edf8!important;gap:13px!important;font-size:15px!important;letter-spacing:-.01em!important}.whiteNavItem b,.whiteLogout b{font-size:15px!important;font-weight:600!important;color:inherit!important}.navIconTile{width:22px!important;height:22px!important;min-width:22px!important;color:inherit!important}.navIconTile svg{width:22px!important;height:22px!important;opacity:.98}.whiteNavItem.active{background:linear-gradient(135deg,#3489ff,#1767e8)!important;color:#fff!important;box-shadow:0 12px 26px #1767e857!important}.whiteNavItem:hover,.whiteLogout:hover{background:#ffffff1a!important;color:#fff!important}.whiteSideBottom{margin-top:auto!important;border-top:1px solid rgba(255,255,255,.12)!important;padding-top:18px!important}.whiteMain{background:var(--si-bg)!important}.whiteTopbar{height:80px!important;min-height:80px!important;padding:0 32px!important;background:#fffffff5!important;border-bottom:1px solid var(--si-line)!important;box-shadow:0 1px #0f172a05!important}.hamburger{width:44px!important;height:44px!important;border-radius:6px!important;background:#f1f5fb!important;color:#0f1b31!important;border:1px solid #dce4f1!important;font-size:24px!important}.topPageTitle{font-size:26px!important;font-weight:800!important;letter-spacing:-.045em!important;color:#071227!important}.whiteAccount{display:flex!important;align-items:center!important;gap:10px!important;min-height:54px!important;padding:7px 12px 7px 8px!important;border:1px solid #dce4f1!important;border-radius:6px!important;background:#fff!important;color:#071227!important;box-shadow:0 12px 28px #0f172a0d!important}.whiteAvatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;font-weight:800;font-size:14px}.whiteAccount b{font-size:14px!important;color:#071227!important;font-weight:700!important;line-height:1.1!important}.whiteAccount small{display:block!important;font-size:12px!important;color:#53627c!important;margin-top:3px!important}.accountChevron{color:#53627c;font-size:18px;margin-left:2px;line-height:1}.whiteContent{padding:24px 32px 0!important}.whiteFooter{display:none!important}.sidebarIsCollapsed .whiteSidebar{width:86px!important;min-width:86px!important;padding:26px 13px 22px!important}.sidebarIsCollapsed .whiteNavItem,.sidebarIsCollapsed .whiteLogout{justify-content:center!important;padding:0!important}.sidebarIsCollapsed .sidebarBrandLogo .smartSidebarLogoIcon{width:42px!important;height:42px!important;flex-basis:42px!important}.sidebarIsCollapsed .whiteBrand{justify-content:center!important;padding:0!important}.figmaDashboard{max-width:none!important;width:100%!important;gap:18px!important;padding-bottom:14px!important}.figmaIntro{margin:0 0 2px!important;color:#43536d!important;font-size:15px!important;font-weight:500!important}.figmaKpiGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.figmaKpiCard{position:relative!important;min-height:118px!important;padding:24px 28px!important;gap:26px!important;border:1px solid var(--si-line)!important;border-radius:7px!important;background:#fff!important;box-shadow:0 14px 36px #0f172a0b!important;overflow:hidden!important}.figmaKpiCard:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:0;background:var(--si-blue)}.figmaKpiCard:nth-child(2):before{background:var(--si-green)}.figmaKpiCard:nth-child(3):before{background:var(--si-purple)}.figmaKpiCard:nth-child(4):before{background:var(--si-orange)}.figmaKpiCard:hover{box-shadow:0 20px 48px #0f172a14!important;transform:translateY(-1px)!important;border-color:#ccd7e8!important}.figmaKpiIcon{width:66px!important;height:66px!important;border-radius:8px!important;font-size:0!important}.figmaKpiIcon svg{width:34px;height:34px}.figmaKpiIcon.blue{background:#eef4ff!important;color:#2563eb!important}.figmaKpiIcon.green{background:#eafaf1!important;color:#16a34a!important}.figmaKpiIcon.purple{background:#f0efff!important;color:#4f46e5!important}.figmaKpiIcon.orange{background:#fff3e4!important;color:#f08a10!important}.figmaKpiBody b{font-size:31px!important;font-weight:800!important;color:#071227!important}.figmaKpiBody small{font-size:15px!important;font-weight:700!important;color:#18233b!important;margin-top:8px!important}.figmaKpiBody em{font-size:13px!important;color:#53627c!important;opacity:1!important;margin-top:3px!important}.figmaMiddleGrid{grid-template-columns:1.1fr 1fr!important;gap:22px!important;align-items:stretch!important}.figmaBottomGrid{grid-template-columns:1.75fr .65fr!important;gap:22px!important;align-items:stretch!important}.figmaPanel{background:#fff!important;border:1px solid var(--si-line)!important;border-radius:7px!important;box-shadow:0 14px 36px #0f172a0a!important}.figmaPanel h2,.figmaPanelTitle h2{font-size:19px!important;font-weight:800!important;color:#071227!important;letter-spacing:-.02em!important}.figmaPanelTitle{margin-bottom:28px!important}.figmaPanelTitle span{width:22px!important;height:22px!important;background:#f3f6fb!important;border:1px solid #dce4f1!important;color:#64748b!important;font-size:12px!important}.figmaCoveragePanel{padding:28px 34px!important;min-height:360px!important}.figmaCoverageContent{gap:52px!important;min-height:240px!important}.figmaGauge{width:214px!important;height:214px!important}.figmaGauge svg{width:214px!important;height:214px!important;overflow:visible}.figmaGauge svg circle:first-child{stroke:#edf1f7!important;stroke-width:16!important}.figmaGauge b{font-size:44px!important;font-weight:800!important;color:#071227!important}.figmaGauge:after{content:"Couverture RFID";position:absolute;left:0;right:0;top:124px;text-align:center;font-size:14px;font-weight:500;color:#69758c}.figmaCoverageText h3{font-size:20px!important;font-weight:800!important;color:#071227!important;margin-bottom:14px!important;letter-spacing:-.02em!important}.figmaCoverageText p{font-size:16px!important;color:#53627c!important;line-height:1.65!important;max-width:560px!important}.figmaCoverageText button{display:inline-flex!important;align-items:center!important;gap:10px!important;margin-top:24px!important;padding:13px 24px!important;border-radius:6px!important;background:linear-gradient(135deg,#246bff,#155ce6)!important;font-size:15px!important;font-weight:700!important;box-shadow:0 12px 24px #2563eb38!important}.figmaCoverageText button svg{width:18px;height:18px}.figmaAdCard{min-height:360px!important;overflow:hidden!important;padding:0 22px 16px!important;display:flex!important;flex-direction:column!important}.figmaAdHeader{height:60px;display:flex;align-items:center;gap:12px;justify-content:space-between}.figmaAdHeader h2{font-size:19px!important;font-weight:800!important;margin:0!important;color:#071227!important}.figmaAdHeader a{margin-left:auto;text-decoration:none;color:#2563eb;font-size:13px;font-weight:800;border:1px solid #d6e3ff;border-radius:6px;padding:7px 10px;background:#f5f8ff}.figmaAdHeader button{width:34px!important;height:34px!important;padding:0!important;background:transparent!important;color:#51617a!important;box-shadow:none!important;border:0!important;display:grid!important;place-items:center!important}.figmaAdHeader button svg{width:21px;height:21px}.figmaAdMedia{height:272px!important;border-radius:6px!important;border:1px solid #dce4f1!important;background:#eff7f2!important;box-shadow:inset 0 0 0 1px #ffffff80!important}.figmaAdMedia img.cover{object-fit:cover!important}.figmaAdMedia img.contain{object-fit:contain!important;padding:0!important;background:#fff!important}.figmaCarousel{width:42px!important;height:42px!important;border-radius:5px!important;background:#fffffff2!important;color:#071227!important;border:1px solid rgba(15,23,42,.08)!important;font-size:29px!important;font-weight:600!important;box-shadow:0 10px 24px #0f172a1f!important}.figmaCarousel.prev{left:14px!important}.figmaCarousel.next{right:14px!important}.figmaDots{height:34px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin-top:0!important}.figmaDots button{width:8px!important;height:8px!important;border-radius:50%!important;background:#d5dbe6!important}.figmaDots button.active{width:24px!important;border-radius:999px!important;background:#2563eb!important}.figmaAdText{display:none!important}.figmaReportsPanel{padding:26px 26px 30px!important;min-height:276px!important}.figmaReportGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-top:22px!important}.figmaReportBtn{min-height:154px!important;background:#fff!important;border:1px solid var(--si-line)!important;border-radius:7px!important;padding:24px 12px 0!important;position:relative!important;overflow:hidden!important;color:#071227!important}.figmaReportBtn:hover{border-color:#b8c7dc!important;box-shadow:0 16px 30px #0f172a12!important}.figmaReportIcon{width:50px!important;height:50px!important;border-radius:8px!important;margin-bottom:6px!important}.figmaReportIcon svg{width:28px;height:28px}.figmaReportIcon.blue{background:#eef4ff!important;color:#2563eb!important}.figmaReportIcon.green{background:#eafaf1!important;color:#16a34a!important}.figmaReportIcon.orange{background:#fff3e4!important;color:#f08a10!important}.figmaReportIcon.purple{background:#f0efff!important;color:#4f46e5!important}.figmaReportBtn b{font-size:14px!important;font-weight:800!important;color:#071227!important}.figmaReportBtn small{font-size:13px!important;color:#53627c!important;font-weight:600!important}.figmaReportBtn em{position:absolute;left:0;right:0;bottom:0;height:42px;display:grid;place-items:center;border-top:1px solid var(--si-line);background:#fbfcfe;color:#071227}.figmaReportBtn em svg{width:19px;height:19px}.figmaReportLink,.figmaAlertLink{background:transparent!important;border:0!important;box-shadow:none!important;color:#2563eb!important;font-size:15px!important;font-weight:800!important;margin-top:20px!important;padding:0!important}.figmaAlertsPanel{display:flex!important;flex-direction:column!important;min-height:276px!important}.figmaAlertHeader{min-height:62px!important;padding:0 24px!important;border-bottom:1px solid var(--si-line)!important;display:flex!important;gap:14px!important}.figmaAlertHeader span{width:21px;height:21px;color:#f08a10!important;display:grid;place-items:center}.figmaAlertHeader span svg{width:21px;height:21px}.figmaAlertList{padding:10px 0!important}.figmaAlert{display:grid!important;grid-template-columns:52px 1fr 20px!important;align-items:center!important;gap:12px!important;padding:16px 24px!important}.figmaAlert:hover{background:#f7f9fc!important}.figmaAlert>span{width:52px!important;height:52px!important;border-radius:8px!important;margin:0!important}.figmaAlert>span svg{width:28px;height:28px}.figmaAlert.warning>span{background:#fff3e4!important;color:#f08a10!important}.figmaAlert.danger>span{background:#fff0f0!important;color:#dc2626!important}.figmaAlert.info>span{background:#eef4ff!important;color:#2563eb!important}.figmaAlert.success>span{background:#eafaf1!important;color:#16a34a!important}.figmaAlert b{font-size:15px!important;font-weight:800!important;color:#071227!important}.figmaAlert small{font-size:14px!important;color:#53627c!important;line-height:1.45!important;margin-top:4px!important}.figmaAlert em{font-style:normal;font-size:34px;line-height:1;color:#7c879a;font-weight:300}.figmaAlertLink{margin:2px 24px 24px!important;align-self:flex-start!important}.figmaDashboardFooter{font-size:13px!important;color:#7d899d!important;text-align:center!important;padding:0 0 2px!important}@media (max-width:1400px){.whiteSidebar{width:244px!important;min-width:244px!important}.figmaKpiGrid{gap:14px!important}.figmaKpiCard{padding:20px!important;gap:18px!important}.figmaMiddleGrid,.figmaBottomGrid{grid-template-columns:1fr!important}}@media (max-width:900px){.whiteShell{display:block!important}.whiteSidebar{width:100%!important;min-width:0!important;height:auto!important;position:relative!important}.whiteNav{grid-template-columns:repeat(2,1fr)!important}.whiteTopbar{height:auto!important;min-height:74px!important;position:relative!important;flex-wrap:wrap!important;padding:14px 18px!important}.whiteContent{padding:18px!important}.figmaKpiGrid,.figmaReportGrid{grid-template-columns:1fr!important}.figmaCoverageContent{display:block!important}.figmaGauge{margin:0 auto 26px!important}.figmaAdMedia{height:210px!important}}.whiteSidebar{background:radial-gradient(circle at 0 0,rgba(98,139,212,.18),transparent 26%),linear-gradient(180deg,#081c38,#0a2446,#081b36)!important}.sidebarBrandLogo{gap:10px!important;align-items:center!important}.sidebarBrandLogo .smartSidebarLogoIcon{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:0!important;background:none!important;padding:0!important;box-shadow:none!important;color:#fff!important}.sidebarBrandLogo .smartSidebarLogoText{font-size:18px!important;font-weight:650!important;letter-spacing:-.03em!important;gap:4px!important;color:#fff!important}.sidebarBrandLogo .smartSidebarLogoSmart,.sidebarBrandLogo .smartSidebarLogoInventory{color:#fff!important;font-weight:650!important}.whiteNavItem.active{background:linear-gradient(135deg,#2b5d9d,#244f88)!important;box-shadow:none!important}.whiteNavItem b,.whiteLogout b{font-weight:500!important}.topPageTitle{font-size:24px!important;font-weight:700!important}.whiteAccount{gap:12px!important;padding:6px 14px 6px 8px!important;min-width:182px!important;box-shadow:none!important}.whiteAccount b{font-size:13px!important;font-weight:600!important}.whiteAccount small{font-size:12px!important;color:#70809a!important}.whiteAccount div{text-align:left!important}.accountChevron{display:none!important}.figmaPanel h2,.figmaPanelTitle h2{font-size:18px!important;font-weight:700!important}.figmaKpiBody small{font-size:15px!important;font-weight:600!important}.figmaKpiBody em{font-size:13px!important}.figmaCoveragePanel{padding:24px 28px!important}.figmaPanelTitle{margin-bottom:18px!important}.figmaPanelTitle span{display:none!important}.figmaGauge{width:260px!important;height:260px!important}.figmaGauge svg{width:260px!important;height:260px!important}.figmaGauge svg circle:first-child{stroke-width:20!important}.figmaGauge:after{display:none!important;content:none!important}.figmaGauge b{font-size:52px!important;font-weight:700!important}.figmaCoverageText h3{font-size:18px!important;font-weight:650!important}.figmaCoverageText p{font-size:15px!important;line-height:1.55!important}.figmaAdCard{padding:0!important;min-height:324px!important}.figmaAdHeader,.figmaAdText,.figmaCarousel,.figmaReportLink,.figmaAlertLink,.figmaAlert em{display:none!important}.figmaAdMedia{position:relative!important;height:100%!important;min-height:324px!important;border:0!important;border-radius:7px!important;background:#eef6f0!important}.figmaAdMedia img.cover,.figmaAdMedia img.contain{object-fit:cover!important;width:100%!important;height:100%!important}.figmaDotsOverlay{position:absolute!important;top:14px!important;left:50%!important;transform:translate(-50%)!important;z-index:2!important;margin:0!important;height:22px!important;background:transparent!important}.figmaDotsOverlay button{width:10px!important;height:10px!important;background:#8c98ac8c!important}.figmaDotsOverlay button.active{width:10px!important;background:#3b82f6!important;border-radius:50%!important}.figmaBottomGrid{grid-template-columns:1.6fr .95fr!important}.figmaReportsPanel{padding:24px!important}.figmaReportsPanel h2{margin-bottom:0!important}.figmaReportBtn b{font-size:14px!important;font-weight:600!important}.figmaAlertsPanel{padding-bottom:8px!important}.figmaAlertHeader{min-height:58px!important;padding:0 18px!important;justify-content:flex-start!important}.figmaAlertHeader span{display:none!important}.figmaAlertHeader h2{margin:0!important}.figmaAlertList{padding:6px 0 8px!important}.figmaAlert{grid-template-columns:52px 1fr!important;padding:12px 18px!important;gap:12px!important}.figmaAlert b{font-size:14px!important;font-weight:600!important}.figmaAlert small{font-size:13px!important;line-height:1.35!important}.figmaDashboardFooter{text-align:center!important;font-size:12px!important;color:#7d899d!important}@media (max-width:900px){.figmaGauge{width:220px!important;height:220px!important}.figmaGauge svg{width:220px!important;height:220px!important}.figmaAdMedia{min-height:220px!important}}.operationsPage{max-width:none!important;min-height:calc(100vh - 104px)!important;display:flex!important;flex-direction:column!important;gap:18px!important;padding-bottom:10px!important}.operationsPage h1{display:none!important}.operationsPage>p{margin:0!important;max-width:none!important;font-size:15px!important;line-height:1.6!important;color:#43536d!important}.operationsActionPanel{margin-top:12px!important;margin-bottom:18px!important;border-radius:7px!important;padding:22px 24px!important;box-shadow:0 14px 36px #0f172a0a!important}.operationsActionPanel h2,.exportsPanel h2{font-size:20px!important;font-weight:700!important;letter-spacing:-.02em!important;color:#071227!important}.operationsActionPanel .notice,.exportsPanel .notice{margin:0 0 18px!important;color:#53627c!important;font-size:14px!important}.operationsPage .operationGrid.workflowGrid{gap:14px!important}.operationsPage .operationCard,.operationsPage .exportOperationCard{min-height:240px!important;height:240px!important;grid-template-rows:70px 54px 48px 42px!important;padding:20px 16px!important;border-radius:7px!important}.operationsPage .operationCard .opIcon,.operationsPage .exportOperationCard .opIcon{width:62px!important;height:62px!important;border-radius:12px!important;font-size:30px!important}.operationsPage .operationCard h3,.operationsPage .exportOperationCard h3{font-size:16px!important;line-height:1.2!important;font-weight:650!important;letter-spacing:-.02em!important;min-height:44px!important}.operationsPage .operationCard p,.operationsPage .exportOperationCard p{font-size:13px!important;line-height:1.35!important;min-height:38px!important}.operationsPage .operationCard span:last-child,.operationsPage .exportOperationCard span:last-child{min-height:34px!important;padding:8px 12px!important;font-size:13px!important;border-radius:6px!important}.exportsPanel{margin-top:0!important;margin-bottom:0!important;border-radius:7px!important;padding:22px 24px!important;box-shadow:0 14px 36px #0f172a0a!important}.pageFooterLikeDashboard{margin-top:auto!important;padding:8px 0 2px!important;text-align:center!important;color:#7d899d!important;font-size:12px!important}.aiChatPage{min-height:calc(100vh - 104px)!important;display:flex!important;flex-direction:column!important;gap:18px!important;padding-bottom:10px!important}.aiChatTop{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;background:#fff!important;border:1px solid var(--si-line)!important;border-radius:7px!important;padding:22px 24px!important;box-shadow:0 14px 36px #0f172a0a!important}.aiChatBadge{display:inline-flex!important;align-items:center!important;background:#eef4ff!important;color:#24508c!important;border:1px solid #dce7fb!important;border-radius:999px!important;padding:6px 10px!important;font-size:12px!important;font-weight:700!important}.aiChatTop h2{margin:10px 0 6px!important;color:#071227!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.03em!important}.aiChatTop p{margin:0!important;color:#53627c!important;font-size:15px!important}.aiChatScore{min-width:150px!important;height:84px!important;border:1px solid #dce4f1!important;border-radius:7px!important;display:grid!important;place-items:center!important;background:#f8fbff!important}.aiChatScore b{font-size:30px!important;color:#071227!important;line-height:1!important}.aiChatScore span{font-size:12px!important;color:#53627c!important}.aiChatLayout{display:grid!important;grid-template-columns:1fr 320px!important;gap:22px!important;align-items:stretch!important;flex:1!important}.aiChatPanel,.aiContextPanel{background:#fff!important;border:1px solid var(--si-line)!important;border-radius:7px!important;box-shadow:0 14px 36px #0f172a0a!important}.aiChatPanel{display:flex!important;flex-direction:column!important;min-height:560px!important;overflow:hidden!important}.aiMessages{flex:1!important;padding:24px!important;overflow:auto!important;display:flex!important;flex-direction:column!important;gap:14px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.aiBubble{max-width:78%!important;border:1px solid #dce4f1!important;border-radius:10px!important;padding:12px 14px!important;white-space:pre-wrap!important}.aiBubble span{display:block!important;font-size:11px!important;font-weight:700!important;margin-bottom:6px!important;color:#53627c!important}.aiBubble p{margin:0!important;line-height:1.55!important;color:#1a2940!important;font-size:14px!important}.aiBubble.assistant{align-self:flex-start!important;background:#fff!important}.aiBubble.user{align-self:flex-end!important;background:#244f88!important;border-color:#244f88!important}.aiBubble.user span,.aiBubble.user p{color:#fff!important}.aiBubble.typing{opacity:.78!important}.aiQuickChips{padding:12px 18px!important;border-top:1px solid var(--si-line)!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;background:#fff!important}.aiQuickChips button{border:1px solid #dce4f1!important;background:#f8fbff!important;color:#244f88!important;border-radius:999px!important;padding:8px 12px!important;font-size:13px!important;font-weight:600!important;box-shadow:none!important}.aiComposer{border-top:1px solid var(--si-line)!important;padding:14px!important;display:grid!important;grid-template-columns:1fr 110px!important;gap:10px!important;background:#fff!important}.aiComposer textarea{min-height:54px!important;max-height:130px!important;resize:vertical!important;border:1px solid #dce4f1!important;border-radius:7px!important;padding:12px!important;outline:none!important;font-family:inherit!important}.aiComposer textarea:focus{border-color:#244f88!important;box-shadow:0 0 0 3px #244f881a!important}.aiComposer button{border-radius:7px!important;background:#244f88!important;color:#fff!important;font-weight:700!important;box-shadow:none!important}.aiContextPanel{padding:22px!important}.aiContextPanel h3{font-size:18px!important;font-weight:700!important;margin:0 0 16px!important;color:#071227!important}.aiContextStat{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:13px 0!important;border-bottom:1px solid #edf1f6!important}.aiContextStat span{color:#53627c!important;font-size:14px!important}.aiContextStat b{font-size:20px!important;color:#071227!important}@media (max-width:1100px){.aiChatLayout{grid-template-columns:1fr!important}.aiContextPanel{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px 18px!important}.aiContextPanel h3{grid-column:1/-1!important}}@media (max-width:760px){.aiChatTop{display:block!important}.aiChatScore{margin-top:14px!important}.aiComposer{grid-template-columns:1fr!important}.aiBubble{max-width:94%!important}.aiContextPanel{grid-template-columns:1fr!important}}.aiChatBadge{background:#eef7f1!important;color:#1f6b3e!important;border-color:#cfe9d8!important}.aiContextPanel{display:flex!important;flex-direction:column!important}.aiSideActions{display:grid!important;gap:9px!important;margin-top:16px!important;padding-top:16px!important;border-top:1px solid #edf1f6!important}.aiSideActions button{width:100%!important;min-height:38px!important;border:1px solid #dce4f1!important;background:#f8fbff!important;color:#244f88!important;border-radius:7px!important;font-size:13px!important;font-weight:650!important;box-shadow:none!important}.aiSideActions button:hover{background:#eef4ff!important;border-color:#cddbf0!important}.aiBubble.assistant p{font-family:Inter,Segoe UI,Arial,sans-serif!important}@media (max-width:1100px){.aiSideActions{grid-column:1/-1!important;grid-template-columns:repeat(3,1fr)!important}}@media (max-width:760px){.aiSideActions{grid-template-columns:1fr!important}}.operationsPage{gap:16px!important;padding-bottom:12px!important}.operationsPage>p{margin:-2px 0 2px!important;color:#43536d!important;font-size:15px!important;line-height:1.45!important}.operationsActionPanel,.exportsPanel{border:1px solid var(--si-line)!important;border-radius:7px!important;background:#fff!important;box-shadow:0 14px 36px #0f172a0a!important}.operationsActionPanel{padding:22px 24px!important;margin-top:6px!important;margin-bottom:16px!important}.exportsPanel{padding:22px 24px!important}.operationsActionPanel h2,.exportsPanel h2{font-size:19px!important;font-weight:650!important;letter-spacing:-.02em!important;margin:0 0 8px!important;color:#071227!important}.operationsActionPanel .notice,.exportsPanel .notice{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0 0 18px!important;color:#53627c!important;font-size:14px!important;line-height:1.45!important}.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid{gap:14px!important}.operationsPage .operationCard,.operationsPage .exportOperationCard{background:#fff!important;color:#071227!important;border:1px solid var(--si-line)!important;border-radius:7px!important;min-height:214px!important;height:214px!important;grid-template-rows:54px 46px 42px 36px!important;padding:18px 14px!important;box-shadow:none!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important}.operationsPage .operationCard:hover,.operationsPage .exportOperationCard:hover{transform:translateY(-1px)!important;border-color:#b8c7dc!important;box-shadow:0 16px 30px #0f172a0f!important}.operationsPage .operationCard:before,.operationsPage .exportOperationCard:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;background:#2563eb;border-radius:0}.operationsPage .operationCard:nth-child(2):before,.operationsPage .exportOperationCard:nth-child(2):before{background:#64748b}.operationsPage .operationCard:nth-child(3):before,.operationsPage .exportOperationCard:nth-child(3):before{background:#2f6db2}.operationsPage .operationCard:nth-child(4):before,.operationsPage .exportOperationCard:nth-child(4):before{background:#22a06b}.operationsPage .operationCard:nth-child(5):before,.operationsPage .exportOperationCard:nth-child(5):before{background:#4f46e5}.operationsPage .operationCard:nth-child(6):before,.operationsPage .exportOperationCard:nth-child(6):before{background:#dc2626}.operationsPage .operationCard .opIcon,.operationsPage .exportOperationCard .opIcon{width:48px!important;height:48px!important;border-radius:8px!important;background:#eef4ff!important;color:#2563eb!important;border:0!important;font-size:0!important}.operationsPage .operationCard .opIcon svg,.operationsPage .exportOperationCard .opIcon svg{width:25px!important;height:25px!important}.operationsPage .operationCard:nth-child(2) .opIcon,.operationsPage .exportOperationCard:nth-child(2) .opIcon{background:#f1f5f9!important;color:#64748b!important}.operationsPage .operationCard:nth-child(3) .opIcon,.operationsPage .exportOperationCard:nth-child(3) .opIcon{background:#edf5ff!important;color:#2f6db2!important}.operationsPage .operationCard:nth-child(4) .opIcon,.operationsPage .exportOperationCard:nth-child(4) .opIcon{background:#eafaf1!important;color:#22a06b!important}.operationsPage .operationCard:nth-child(5) .opIcon,.operationsPage .exportOperationCard:nth-child(5) .opIcon{background:#f0efff!important;color:#4f46e5!important}.operationsPage .operationCard:nth-child(6) .opIcon,.operationsPage .exportOperationCard:nth-child(6) .opIcon{background:#fff0f0!important;color:#dc2626!important}.operationsPage .operationCard h3,.operationsPage .exportOperationCard h3{color:#071227!important;font-size:15px!important;font-weight:600!important;line-height:1.18!important;min-height:38px!important}.operationsPage .operationCard p,.operationsPage .exportOperationCard p,.workflowGrid .operationCard.blue p,.workflowGrid .operationCard.green p,.operationCard.dangerOp p,.exportOperationCard.blue p,.exportOperationCard.green p{color:#53627c!important;font-size:12.5px!important;line-height:1.35!important;min-height:34px!important}.operationsPage .operationCard.blue h3,.operationsPage .operationCard.green h3,.operationsPage .operationCard.dangerOp h3,.operationsPage .exportOperationCard.blue h3,.operationsPage .exportOperationCard.green h3{color:#071227!important}.operationsPage .operationCard span,.operationsPage .operationCard span:last-child,.operationsPage .exportOperationCard span:last-child{min-width:112px!important;height:34px!important;border-radius:6px!important;border:1px solid #dce4f1!important;background:#fff!important;color:#1d5f91!important;font-size:13px!important;font-weight:650!important}.operationsPage .operationCard.blue span,.operationsPage .operationCard.green span,.operationsPage .exportOperationCard.blue span:last-child,.operationsPage .exportOperationCard.green span:last-child{background:#f6f9ff!important;color:#1d5f91!important;border-color:#dce4f1!important}.operationsPage .dangerOp span:last-child{background:#fff0f0!important;color:#b91c1c!important;border-color:#fecaca!important}.operationsPage .opMessage{margin:0!important;border-radius:7px!important;font-weight:600!important}.operationsPage .pageFooterLikeDashboard{margin-top:auto!important;padding-top:10px!important}@media (max-width:1400px){.operationsPage .operationCard,.operationsPage .exportOperationCard{height:220px!important;min-height:220px!important}}@media (max-width:900px){.operationsPage .operationCard,.operationsPage .exportOperationCard{height:auto!important;min-height:190px!important}}.operationsPage{max-width:none!important;gap:14px!important;min-height:calc(100vh - 104px)!important}.operationsPage>p{margin:0 0 4px!important;font-size:14px!important}.operationsActionPanel,.exportsPanel{padding:22px 26px!important;border-radius:7px!important}.operationsActionPanel{margin-top:2px!important;margin-bottom:14px!important}.operationsActionPanel h2,.exportsPanel h2{font-size:18px!important;font-weight:650!important;margin-bottom:6px!important}.operationsActionPanel .notice,.exportsPanel .notice{font-size:13.5px!important;margin-bottom:16px!important}.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid{gap:16px!important}.operationsPage .operationCard,.operationsPage .exportOperationCard{height:198px!important;min-height:198px!important;padding:16px 14px!important;grid-template-rows:48px 40px 38px 32px!important}.operationsPage .operationCard .opIcon,.operationsPage .exportOperationCard .opIcon{width:46px!important;height:46px!important;margin-bottom:0!important}.operationsPage .operationCard .opIcon svg,.operationsPage .exportOperationCard .opIcon svg{width:24px!important;height:24px!important;display:block!important;opacity:1!important}.operationsPage .operationCard h3,.operationsPage .exportOperationCard h3{font-size:14px!important;font-weight:600!important;min-height:34px!important}.operationsPage .operationCard p,.operationsPage .exportOperationCard p,.workflowGrid .operationCard.blue p,.workflowGrid .operationCard.green p,.operationCard.dangerOp p,.exportOperationCard.blue p,.exportOperationCard.green p{font-size:12px!important;min-height:30px!important}.operationsPage .operationCard span,.operationsPage .operationCard span:last-child,.operationsPage .exportOperationCard span:last-child{height:32px!important;min-width:104px!important;font-size:12.5px!important;font-weight:600!important}.operationsPage .operationCard:before,.operationsPage .exportOperationCard:before{top:18px!important;bottom:18px!important;width:2px!important}.operationsPage .dangerOp:before,.operationsPage .exportOperationCard:nth-child(6):before{background:#dc2626!important}.operationsPage .pageFooterLikeDashboard{margin-top:auto!important;padding:12px 0 0!important;color:#7d899d!important;font-size:12px!important}@media (max-width:1500px){.operationsPage .operationCard,.operationsPage .exportOperationCard{height:208px!important;min-height:208px!important}}@media (max-width:1200px){.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.operationsPage{min-height:auto!important;padding-bottom:0!important}.operationsPage .pageFooterLikeDashboard{margin-top:10px!important;padding-top:6px!important}.operationsPage{min-height:calc(100vh - 104px)!important;display:grid!important;grid-template-rows:auto minmax(250px,1fr) minmax(250px,1fr) auto auto!important;gap:18px!important;padding-bottom:0!important}.operationsActionPanel,.exportsPanel{display:flex!important;flex-direction:column!important;min-height:0!important}.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid{flex:1!important;align-items:stretch!important}.operationsPage .operationCard,.operationsPage .exportOperationCard,.operationsPage .cashOperationCard{height:100%!important;min-height:218px!important;align-content:center!important}.operationsPage .pageFooterLikeDashboard{margin-top:0!important;padding:4px 0 0!important;align-self:end!important}@media (max-width:1200px){.operationsPage{display:flex!important;min-height:auto!important}.operationsPage .operationCard,.operationsPage .exportOperationCard,.operationsPage .cashOperationCard{height:auto!important;min-height:208px!important}}.cashRegisterPage{min-height:calc(100vh - 104px)!important;display:flex!important;flex-direction:column!important;gap:16px!important;max-width:none!important;color:#071227!important}.cashRegisterHeader{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important}.cashRegisterHeader h1{margin:0 0 6px!important;font-size:28px!important;font-weight:750!important;letter-spacing:-.03em!important;color:#071227!important}.cashRegisterHeader p{margin:0!important;color:#53627c!important;font-size:14px!important}.cashHeaderActions{display:flex!important;gap:10px!important;flex-wrap:wrap!important}.cashHeaderActions button{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:38px!important;border-radius:7px!important;background:#244f88!important;color:#fff!important;box-shadow:none!important;padding:9px 14px!important;font-size:13px!important;font-weight:650!important}.cashHeaderActions svg{width:16px!important;height:16px!important}.cashHeaderActions .cashResetBtn{background:#fff0f0!important;color:#b91c1c!important;border:1px solid #fecaca!important}.cashRegisterPanel{flex:1!important;background:#fff!important;border:1px solid var(--si-line,#dce4f1)!important;border-radius:7px!important;box-shadow:0 14px 36px #0f172a0a!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.cashTabs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;border-bottom:1px solid var(--si-line,#dce4f1)!important;background:#fff!important}.cashTabs button{min-height:54px!important;border-radius:0!important;background:#fff!important;color:#071227!important;box-shadow:none!important;border:0!important;border-bottom:2px solid transparent!important;font-size:14px!important;font-weight:650!important}.cashTabs button.active{color:#ff3158!important;border-bottom-color:#ff3158!important}.cashDateBar{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:12px 16px!important;background:#f6f7f9!important;border-bottom:1px solid var(--si-line,#dce4f1)!important}.cashDateBar button{min-width:34px!important;min-height:34px!important;border-radius:6px!important;background:#fff!important;color:#071227!important;border:1px solid #dce4f1!important;box-shadow:none!important;padding:6px 10px!important}.cashDateBar input{min-height:34px!important;border-radius:6px!important;margin:0!important;padding:6px 10px!important;border:1px solid #dce4f1!important;font-weight:650!important;color:#071227!important}.cashMainGrid{flex:1!important;display:grid!important;grid-template-columns:minmax(0,1fr) 150px!important;align-items:start!important}.cashTableWrap{min-width:0!important;padding:0!important}.cashTableWrap h2{margin:0!important;padding:14px 10px!important;font-size:18px!important;font-weight:600!important;color:#1a1d2e!important}.cashTable{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.cashTable th,.cashTable td{height:50px!important;border-bottom:1px solid #edf1f6!important;text-align:center!important;vertical-align:middle!important;color:#1a1d2e!important;font-size:14px!important}.cashTable th{background:#f1f2f4!important;font-weight:750!important}.cashTable td:first-child,.cashTable th:first-child{width:34%!important}.cashTable td:nth-child(2),.cashTable th:nth-child(2){width:34%!important}.cashTable td:nth-child(3),.cashTable th:nth-child(3){width:32%!important}.cashTable input{width:min(160px,90%)!important;min-height:34px!important;margin:0!important;border:1px solid transparent!important;background:#fff!important;text-align:center!important;border-radius:6px!important;color:#071227!important;font-size:14px!important}.cashTable input:focus{outline:none!important;border-color:#244f88!important;box-shadow:0 0 0 3px #244f881a!important}.cashTable .qtyInput{font-weight:650!important}.cashTotalCard{min-height:144px!important;align-self:stretch!important;background:#f1f2f4!important;border-left:1px solid var(--si-line,#dce4f1)!important;padding:28px 14px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important}.cashTotalCard span{display:block!important;color:#000!important;font-size:28px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.04em!important}.cashTotalCard b{display:block!important;color:#000!important;font-size:26px!important;line-height:1!important;font-weight:800!important}.cashTotalCard small{color:#53627c!important;font-size:11px!important;line-height:1.3!important}.cashSummaryList{width:100%!important;margin-top:8px!important;display:grid!important;gap:8px!important}.cashSummaryList div{display:grid!important;gap:3px!important;padding:9px 7px!important;border-radius:6px!important;background:#fff!important;border:1px solid #e5eaf3!important}.cashSummaryList em{font-style:normal!important;color:#53627c!important;font-size:11px!important}.cashSummaryList strong{font-size:14px!important;color:#071227!important}.cashSummaryList .ok strong{color:#15803d!important}.cashSummaryList .warn strong{color:#b91c1c!important}.managementTable th:first-child,.managementTable td:first-child{text-align:left!important;padding-left:20px!important;width:50%!important}.managementTable th:nth-child(2),.managementTable td:nth-child(2){width:12%!important}.managementTable th:nth-child(3),.managementTable td:nth-child(3){width:38%!important}.managementTable input{width:180px!important;text-align:right!important;padding-right:12px!important;border-color:#dce4f1!important}.cashTotalRow td{font-weight:800!important;background:#f8fafc!important}.cashOkRow td{font-weight:800!important;background:#f0fdf4!important;color:#15803d!important}.cashWarnRow td{font-weight:800!important;background:#fff7ed!important;color:#b45309!important}.expenseTitleRow{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:0 10px!important}.expenseTitleRow h2{padding:14px 0!important}.expenseTitleRow button{min-height:34px!important;border-radius:6px!important;background:#244f88!important;color:#fff!important;box-shadow:none!important;font-size:13px!important}.expenseTable th:first-child,.expenseTable td:first-child{width:34%!important;text-align:left!important;padding-left:16px!important}.expenseTable th:nth-child(2),.expenseTable td:nth-child(2){width:22%!important}.expenseTable th:nth-child(3),.expenseTable td:nth-child(3){width:34%!important}.expenseTable th:nth-child(4),.expenseTable td:nth-child(4){width:10%!important}.expenseTable input{width:94%!important;text-align:left!important;border-color:#dce4f1!important}.expenseTable td:nth-child(2) input{text-align:right!important}.cashMiniDanger{width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;border-radius:6px!important;background:#fff0f0!important;color:#b91c1c!important;border:1px solid #fecaca!important;box-shadow:none!important;font-size:18px!important;line-height:1!important}.cashMsg{margin:0!important;border-radius:7px!important;font-weight:650!important}.cashRegisterPage .pageFooterLikeDashboard{margin-top:auto!important;padding:4px 0 0!important;color:#7d899d!important;font-size:12px!important;text-align:center!important}@media (max-width:1000px){.cashRegisterHeader{display:block!important}.cashHeaderActions{margin-top:12px!important}.cashMainGrid{grid-template-columns:1fr!important}.cashTotalCard{border-left:0!important;border-top:1px solid var(--si-line,#dce4f1)!important}.cashTabs{grid-template-columns:1fr!important}.cashDateBar{flex-wrap:wrap!important}}.cashExpensesSection{border-bottom:1px solid #edf1f6!important;padding-bottom:10px!important}.cashExpenseHistorySection{padding-bottom:0!important;border-bottom:0!important}.expenseEntryTable th:first-child,.expenseEntryTable td:first-child{width:24%!important;text-align:left!important;padding-left:16px!important}.expenseEntryTable th:nth-child(2),.expenseEntryTable td:nth-child(2){width:14%!important}.expenseEntryTable th:nth-child(3),.expenseEntryTable td:nth-child(3){width:18%!important}.expenseEntryTable th:nth-child(4),.expenseEntryTable td:nth-child(4){width:18%!important}.expenseEntryTable th:nth-child(5),.expenseEntryTable td:nth-child(5){width:18%!important}.expenseEntryTable th:nth-child(6),.expenseEntryTable td:nth-child(6){width:8%!important}.expenseEntryTable input{width:94%!important;text-align:left!important;border-color:#dce4f1!important}.expenseEntryTable td:nth-child(2) input{text-align:right!important}.expenseHistoryTopbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:10px 10px 0!important}.expenseHistoryTopbar h2{padding:0 0 10px!important}.expenseMonthBar{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}.expenseMonthBar button,.expensePagerButtons button{min-width:32px!important;min-height:32px!important;border-radius:6px!important;background:#fff!important;color:#071227!important;border:1px solid #dce4f1!important;box-shadow:none!important;padding:4px 8px!important}.expenseMonthBar button:disabled,.expensePagerButtons button:disabled{opacity:.45!important;cursor:not-allowed!important}.expenseMonthBar input{min-height:32px!important;border-radius:6px!important;border:1px solid #dce4f1!important;padding:6px 8px!important;margin:0!important}.expenseMonthValue{min-width:160px!important;text-align:center!important;font-size:14px!important;font-weight:700!important;color:#071227!important;text-transform:capitalize!important}.expenseHistoryTable th:first-child,.expenseHistoryTable td:first-child{width:16%!important;text-align:left!important;padding-left:18px!important}.expenseHistoryTable th:nth-child(2),.expenseHistoryTable td:nth-child(2){width:28%!important;text-align:left!important}.expenseHistoryTable th:nth-child(3),.expenseHistoryTable td:nth-child(3){width:14%!important}.expenseHistoryTable th:nth-child(4),.expenseHistoryTable td:nth-child(4){width:16%!important;text-align:left!important}.expenseHistoryTable th:nth-child(5),.expenseHistoryTable td:nth-child(5){width:13%!important;text-align:left!important}.expenseHistoryTable th:nth-child(6),.expenseHistoryTable td:nth-child(6){width:13%!important;text-align:left!important}.expenseHistoryEmpty{text-align:center!important;color:#7d899d!important;font-style:italic!important}.expenseHistoryFooter{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;padding:12px 16px 16px!important;color:#7d899d!important;font-size:12px!important}.expenseHistoryFooter strong{color:#071227!important;font-size:12px!important}.expensePagerButtons{display:flex!important;align-items:center!important;gap:8px!important}@media (max-width:1000px){.expenseHistoryTopbar{display:block!important}.expenseMonthBar{justify-content:flex-start!important;padding-bottom:10px!important}.expenseHistoryFooter{flex-wrap:wrap!important;justify-content:flex-start!important}}.cashManagementSection{border-bottom:1px solid #edf1f6!important;padding-bottom:10px!important}.cashManagementHistorySection{border-bottom:0!important;padding-bottom:0!important}.managementEntryTable th:first-child,.managementEntryTable td:first-child{text-align:left!important;padding-left:20px!important;width:58%!important}.managementEntryTable th:nth-child(2),.managementEntryTable td:nth-child(2){width:10%!important}.managementEntryTable th:nth-child(3),.managementEntryTable td:nth-child(3){width:32%!important}.managementEntryTable input{width:180px!important;text-align:right!important;padding-right:12px!important;border-color:#dce4f1!important}.cashWideTableWrap{width:100%!important;overflow-x:auto!important;padding:0 10px!important}.managementHistoryTable{min-width:1600px!important}.managementHistoryTable th,.managementHistoryTable td{white-space:nowrap!important}.managementHistoryTable th:first-child,.managementHistoryTable td:first-child{width:120px!important;text-align:left!important;padding-left:18px!important}.managementHistoryTable th:nth-child(n+2),.managementHistoryTable td:nth-child(n+2){width:122px!important}.cashAdminDashboardPage{min-height:calc(100vh - 104px)!important;display:flex!important;flex-direction:column!important;gap:18px!important;color:#071227!important}.cashAdminDashboardHeader{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;gap:16px!important;flex-wrap:wrap!important}.cashAdminDashboardHeader h1{margin:0 0 6px!important;font-size:24px!important;font-weight:750!important;letter-spacing:-.03em!important}.cashAdminDashboardHeader p{margin:0!important;color:#64748b!important;font-size:14px!important}.cashAdminToolbar{display:flex!important;gap:12px!important;flex-wrap:wrap!important}.cashAdminToolbar label{display:grid!important;gap:6px!important;min-width:180px!important}.cashAdminToolbar span{font-size:12px!important;font-weight:700!important;color:#64748b!important}.cashAdminToolbar input{min-height:38px!important;border:1px solid #dce4f1!important;border-radius:8px!important;padding:8px 10px!important;margin:0!important}.cashAdminGrid{display:grid!important;gap:0!important;border:1px solid #dce4f1!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important}.cashAdminGridTop,.cashAdminGridBottom{grid-template-columns:repeat(5,minmax(0,1fr))!important}.cashAdminCard{min-height:238px!important;background:#fff!important;border-right:1px solid #dce4f1!important;display:flex!important;flex-direction:column!important}.cashAdminGrid .cashAdminCard:last-child{border-right:0!important}.cashAdminCardHeader{min-height:52px!important;padding:12px 18px!important;border-bottom:1px solid #e9eef6!important;display:flex!important;flex-direction:column!important;gap:4px!important}.cashAdminCardHeader h3{margin:0!important;font-size:17px!important;font-weight:700!important;color:#111827!important}.cashAdminCardMeta{min-height:18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;color:#7c879a!important;font-size:12px!important}.cashAdminCardRight{font-weight:700!important;color:#7c879a!important}.cashAdminCardBody{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important}.cashAdminMainValue,.cashAdminBigMetric{display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:8px!important;line-height:1!important}.cashAdminMainValue small,.cashAdminBigMetric small{font-size:18px!important;font-weight:800!important;color:#111827!important;padding-bottom:10px!important}.cashAdminMainValue b,.cashAdminBigMetric b{font-size:58px!important;font-weight:700!important;letter-spacing:-.05em!important;color:#000!important}.cashAdminBigMetric b{font-size:56px!important}.cashAdminRingWrap{display:grid!important;justify-items:center!important;gap:10px!important}.cashAdminRing{width:132px!important;height:132px!important;position:relative!important}.cashAdminRing svg{width:132px!important;height:132px!important;transform:rotate(-90deg)!important}.cashAdminRing circle:first-child{fill:none!important;stroke:#e5e7eb!important;stroke-width:10!important}.cashAdminRing circle:last-child{fill:none!important;stroke:#d1d5db!important;stroke-width:10!important;stroke-linecap:round!important}.cashAdminRing div{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;color:#111827!important}.cashAdminRing b{font-size:28px!important;font-weight:700!important;letter-spacing:-.03em!important}.cashAdminRing small{font-size:14px!important;font-weight:700!important;color:#6b7280!important}.cashAdminRingWrap strong{font-size:15px!important;font-weight:700!important;color:#111827!important}.cashAdminRingWrap span{font-size:13px!important;color:#6b7280!important}.cashAdminDateStepper{display:flex!important;align-items:center!important;gap:8px!important}.cashAdminDateStepper button{width:24px!important;height:24px!important;min-height:24px!important;padding:0!important;border-radius:999px!important;border:1px solid #dce4f1!important;background:#fff!important;color:#64748b!important;box-shadow:none!important}.cashAdminDateStepper button:disabled{opacity:.45!important;cursor:not-allowed!important}.cashAdminDateStepper span{font-size:12px!important;color:#64748b!important}.cashAdminBottomNote{margin-top:auto!important;text-align:center!important;color:#7d899d!important;font-size:12px!important;padding-top:4px!important}@media (max-width:1400px){.cashAdminGridTop,.cashAdminGridBottom{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cashAdminGrid .cashAdminCard:nth-child(2n){border-right:0!important}.cashAdminGrid .cashAdminCard:nth-child(n+3){border-top:1px solid #dce4f1!important}}@media (max-width:800px){.cashAdminGridTop,.cashAdminGridBottom{grid-template-columns:1fr!important}.cashAdminGrid .cashAdminCard{border-right:0!important;border-top:1px solid #dce4f1!important}.cashAdminGrid .cashAdminCard:first-child{border-top:0!important}.cashAdminMainValue b,.cashAdminBigMetric b{font-size:46px!important}}.cashSectionHeading{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;padding:0 10px!important}.cashSectionHeading h2{padding:14px 0 6px!important}.cashSectionHeading p{margin:0 0 8px!important;color:#64748b!important;font-size:13px!important;text-align:right!important}.cashReadOnlyValue{width:180px!important;min-height:34px!important;margin:0 auto!important;border:1px solid #dce4f1!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding:0 12px!important;background:#f8fafc!important;color:#071227!important;font-weight:700!important}.managementResultsTable td:first-child,.managementResultsTable th:first-child{text-align:left!important;padding-left:20px!important;width:58%!important}.managementResultsTable td:nth-child(2),.managementResultsTable th:nth-child(2){width:10%!important}.managementResultsTable td:nth-child(3),.managementResultsTable th:nth-child(3){width:32%!important}.managementResultsTable td:nth-child(3){font-weight:700!important}@media (max-width:1000px){.cashSectionHeading{display:block!important}.cashSectionHeading p{text-align:left!important;margin-bottom:12px!important}.cashReadOnlyValue{width:100%!important;max-width:180px!important}}.cashOpsPanel{margin-top:2px!important}.cashOpsHeader{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;flex-wrap:wrap!important;margin-bottom:16px!important}.cashOpsHeader h2{margin:0 0 10px!important;font-size:22px!important;font-weight:750!important;color:#071227!important}.cashOpsHeader .notice{margin:0!important;max-width:760px!important}.cashOpsDateBox{display:grid!important;gap:6px!important;min-width:180px!important}.cashOpsDateBox span{font-size:12px!important;font-weight:700!important;color:#64748b!important}.cashOpsDateBox input{min-height:38px!important;border:1px solid #dce4f1!important;border-radius:8px!important;padding:8px 10px!important;margin:0!important}.cashOpsGrid{gap:16px!important}.cashOperationCard{height:100%!important;min-height:218px!important}.cashOperationCardReadOnly{cursor:default!important;opacity:1!important}.cashOperationCardReadOnly:hover{transform:none!important}.cashOpCardAmount{display:block!important;margin:2px 0 12px!important;font-size:22px!important;line-height:1.2!important;font-weight:800!important;color:#071227!important;text-align:center!important}.cashOperationCardReadOnly span:last-child{background:#f8fafc!important;color:#64748b!important;border-color:#dce4f1!important}.cashValueModal input{text-align:right!important}@media (max-width:1100px){.cashOpsGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:700px){.cashOpsGrid{grid-template-columns:1fr!important}}.operationsPage{display:flex!important;flex-direction:column!important;min-height:calc(100vh - 104px)!important;gap:18px!important;padding-bottom:10px!important}.operationsActionPanel,.exportsPanel,.cashOpsPanel{flex:none!important;min-height:auto!important}.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid,.operationsPage .cashOpsGrid{flex:none!important;align-items:stretch!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}.operationsPage .operationCard,.operationsPage .exportOperationCard,.operationsPage .cashOperationCard{height:auto!important;min-height:218px!important;max-height:240px!important;padding:22px 18px!important;justify-content:center!important;align-items:center!important}.operationsPage .operationCard .opIcon,.operationsPage .exportOperationCard .opIcon,.operationsPage .cashOperationCard .opIcon{margin:0 auto 12px!important}.operationsPage .operationCard h3,.operationsPage .exportOperationCard h3,.operationsPage .cashOperationCard h3{min-height:34px!important}.operationsPage .operationCard p,.operationsPage .exportOperationCard p,.operationsPage .cashOperationCard p{min-height:34px!important;margin-bottom:12px!important}.cashOpCardAmount{margin:0 0 10px!important}@media (max-width:1500px){.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid,.operationsPage .cashOpsGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:850px){.operationsPage .operationGrid.workflowGrid,.operationsPage .exportOperationGrid,.operationsPage .cashOpsGrid{grid-template-columns:1fr!important}.operationsPage .operationCard,.operationsPage .exportOperationCard,.operationsPage .cashOperationCard{max-height:none!important}}.cashAdminGridResults{grid-template-columns:repeat(4,minmax(0,1fr))!important}.cashAdminGridResults .cashAdminCard{min-height:230px!important}.cashAdminGridResults .cashAdminCardHeader{min-height:74px!important;align-items:flex-start!important}.cashAdminInlineDate{display:flex!important;align-items:center!important;gap:8px!important}.cashAdminInlineDate input{min-height:32px!important;border:1px solid #dce4f1!important;border-radius:8px!important;padding:6px 8px!important;margin:0!important;font-size:12px!important;color:#64748b!important;background:#fff!important}.cashAdminGridResults .cashAdminCardMeta{width:100%!important;align-items:center!important}.cashAdminGridResults .cashAdminCardRight{margin-left:auto!important}.cashAdminGridResults .cashAdminMainValue b{font-size:52px!important}@media (max-width:1600px){.cashAdminGridResults{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cashAdminGridResults .cashAdminCard:nth-child(2n){border-right:0!important}.cashAdminGridResults .cashAdminCard:nth-child(n+3){border-top:1px solid #dce4f1!important}}@media (max-width:800px){.cashAdminGridResults{grid-template-columns:1fr!important}.cashAdminGridResults .cashAdminCard{border-right:0!important;border-top:1px solid #dce4f1!important}.cashAdminGridResults .cashAdminCard:first-child{border-top:0!important}.cashAdminInlineDate input{width:100%!important}}.cashCountModal{width:min(560px,calc(100vw - 32px))!important}.cashModalTableWrap{max-height:420px!important;overflow:auto!important;border:1px solid #dce4f1!important;border-radius:10px!important;margin:10px 0 14px!important}.cashMiniTable{width:100%!important;border-collapse:collapse!important}.cashMiniTable th,.cashMiniTable td{padding:12px 14px!important;border-bottom:1px solid #e9eef6!important;text-align:center!important}.cashMiniTable thead th{background:#f8fafc!important;font-size:13px!important;font-weight:800!important;color:#0f172a!important}.cashMiniTable tbody tr:last-child td{border-bottom:0!important}.cashMiniTable td input{width:110px!important;margin:0 auto!important;text-align:center!important}.cashModalTotalBar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;background:#f8fafc!important;border:1px solid #dce4f1!important;border-radius:10px!important;padding:12px 14px!important;margin-bottom:12px!important}.cashModalTotalBar span{font-size:14px!important;font-weight:700!important;color:#475569!important}.cashModalTotalBar strong{font-size:26px!important;font-weight:800!important;color:#071227!important}.expenseValueModal{width:min(560px,calc(100vw - 32px))!important}.expenseModalFields{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin:14px 0!important}.expenseModalFields input{min-height:42px!important}.expenseModalActions{display:flex!important;justify-content:flex-end!important;margin-top:8px!important}.cashOpsDateBox input:disabled{background:#f8fafc!important;color:#64748b!important;cursor:not-allowed!important;opacity:1!important}.cashOpValueLabel{display:block!important;margin:2px 0 6px!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;color:#64748b!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.03em!important}
