@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#fff;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-panel:#f8fafc;--bg-input:#f8fafc;--border-color:#e2e8f0;--border-focus:#10b981;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--wa-green:#10b981;--wa-green-hover:#059669;--wa-green-soft:#ecfdf5;--wa-green-glow:#10b98126;--blue-accent:#3b82f6;--purple-accent:#8b5cf6;--amber-accent:#f59e0b;--rose-accent:#f43f5e;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000d;--shadow-lg:0 10px 25px #00000014;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button,input,select,textarea{font-family:inherit}.pulse-dot{border-radius:50%;width:8px;height:8px;display:inline-block;position:relative}.pulse-dot.online{background-color:#10b981;box-shadow:0 0 6px #10b981}.pulse-dot.online:after{content:"";border:2px solid #10b981;border-radius:50%;width:12px;height:12px;animation:1.8s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;top:-2px;left:-2px}.pulse-dot.warning{background-color:#f59e0b;box-shadow:0 0 6px #f59e0b}.pulse-dot.offline{background-color:#94a3b8}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}.animate-fade-in{animation:.15s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-backdrop{-webkit-backdrop-filter:blur(5px)!important;z-index:999999!important;box-sizing:border-box!important;background:#0f172a8c!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;padding:16px!important;display:flex!important;position:fixed!important;inset:0!important;overflow-y:auto!important}.modal-dialog{border:1px solid var(--border-color)!important;box-sizing:border-box!important;background:#fff!important;border-radius:16px!important;flex-direction:column!important;width:100%!important;max-width:540px!important;max-height:calc(100vh - 32px)!important;margin:auto!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 25px 50px -12px #0f172a40!important}.modal-header{border-bottom:1px solid var(--border-color)!important;background:#fff!important;flex-shrink:0!important;justify-content:space-between!important;align-items:center!important;padding:18px 22px!important;display:flex!important}.modal-body{flex:auto!important;min-height:0!important;padding:20px 22px!important;overflow-y:auto!important}.modal-footer{border-top:1px solid var(--border-color)!important;background:#f8fafc!important;border-bottom-right-radius:16px!important;border-bottom-left-radius:16px!important;flex-shrink:0!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;padding:14px 22px!important;display:flex!important}
