:root{--background:#fff;--foreground:#0f172a;--card:#f8fafc;--card-foreground:#0f172a;--popover:#fff;--popover-foreground:#0f172a;--primary:#2563eb;--primary-foreground:#fff;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#0f172a;--destructive:#dc2626;--destructive-foreground:#fff;--border:#cbd5e1;--input:#cbd5e1;--ring:#2563eb;--glass-bg:#fffc;--glass-border:#0000000d;--sidebar-bg:#0f172a;--sidebar-foreground:#f1f5f9;--sidebar-active-bg:#2563eb;--whatsapp-green:#075e54;--whatsapp-light-green:#25d366;--whatsapp-bg:#e5ddd5;--whatsapp-bubble-bot:#fff;--whatsapp-bubble-user:#dcf8c6;--sidebar-width:280px;--sidebar-collapsed-width:68px;--chat-width:380px}[data-theme=dark]{--background:#0b0f1a;--foreground:#f1f5f9;--card:#151b2c;--card-foreground:#f1f5f9;--popover:#151b2c;--popover-foreground:#f1f5f9;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#1e293b;--secondary-foreground:#f1f5f9;--muted:#1e293b;--muted-foreground:#94a3b8;--accent:#1e293b;--accent-foreground:#f1f5f9;--destructive:#7f1d1d;--destructive-foreground:#f1f5f9;--border:#2d3748;--input:#2d3748;--ring:#3b82f6;--glass-bg:#151b2ccc;--glass-border:#ffffff0d}*{box-sizing:border-box;margin:0;padding:0;transition:none}input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],input[type=url],select,textarea{box-shadow:none!important;border-radius:0!important}select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:2.5rem!important}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;height:100vh;font-family:Outfit,Inter,-apple-system,sans-serif;overflow:hidden}body.auth-page-body{height:auto!important;overflow:auto!important}.main-layout{width:100vw;height:100vh;display:flex}body.ai-banner-visible .main-layout{height:calc(100vh - 36px);margin-top:36px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:10;color:var(--sidebar-foreground);flex-direction:column;padding:1rem .75rem;transition:none;display:flex}.sidebar.collapsed{width:var(--sidebar-collapsed-width);padding:1rem .5rem}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.sidebar.collapsed .sidebar-header{flex-direction:column;justify-content:center;gap:1rem}.collapse-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:28px;height:28px;transition:none;display:flex;border-radius:0!important}.collapse-btn:hover{color:#fff;background:#ffffff1a}.logo-container{align-items:center;gap:.75rem;padding:0 .5rem;display:flex}.sidebar.collapsed .logo-container{justify-content:center;padding:0}.logo-icon{background:var(--sidebar-active-bg);color:#fff;width:36px;height:36px;box-shadow:none;border-radius:0;justify-content:center;align-items:center;display:flex}.logo-text{font-family:var(--font-outfit);letter-spacing:-.02em;color:#fff;font-size:1.25rem;font-weight:700}.nav-group{margin-bottom:2rem}.nav-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem;padding-left:.75rem;font-size:.7rem;font-weight:600}.nav-links{flex-direction:column;gap:.25rem;display:flex}.nav-item{color:#94a3b8;cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:none;display:flex;border-radius:0!important}.sidebar.collapsed .nav-item{justify-content:center;padding:.75rem 0}.nav-item:hover{color:#fff;background:#ffffff0d}.nav-item.active{background:var(--sidebar-active-bg);color:#fff;border-radius:0!important}.sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:1.5rem}.user-profile{cursor:pointer;border-radius:0;align-items:center;gap:.75rem;padding:.5rem;transition:none;display:flex}.user-profile:hover{background:#ffffff0d}.avatar{color:#f1f5f9;background:#1e293b;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex;overflow:hidden;border-radius:0!important}.avatar img{border-radius:0!important}.sidebar.collapsed .user-profile{justify-content:center;padding:.5rem 0}.user-info{flex-direction:column;display:flex}.user-name{color:#fff;font-size:.9rem;font-weight:600}.user-role{color:#64748b;font-size:.75rem}.content-area{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.content-header{border-bottom:1px solid var(--border);background:var(--glass-bg);z-index:5;justify-content:space-between;align-items:center;height:48px;padding:0 1rem;display:flex}.header-right{align-items:center;gap:1rem;display:flex}.icon-btn{width:40px;height:40px;color:var(--muted-foreground);cursor:pointer;border-radius:0;justify-content:center;align-items:center;transition:none;display:flex;position:relative}.icon-btn:hover{background:var(--secondary);color:var(--foreground)}.badge{background:var(--destructive);border:2px solid var(--card);border-radius:0;width:8px;height:8px;position:absolute;top:8px;right:8px}.breadcrumb{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.breadcrumb .current{color:var(--foreground);font-weight:600}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:none;border:none;border-radius:0;padding:6px 12px;font-size:.9rem;font-weight:600;transition:none}.btn-primary:hover{box-shadow:none}.scroll-content{flex:1;padding:1rem;overflow-y:auto}.scroll-content.dashboard-page{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}.ai-chat{width:var(--chat-width);background:var(--whatsapp-bg);border-left:1px solid var(--border);z-index:10;background-blend-mode:overlay;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);flex-direction:column;flex-shrink:0;display:flex;position:relative}.resizer-handle{cursor:col-resize;z-index:100;background:0 0;width:8px;height:100%;transition:none;position:absolute;top:0;left:-4px}.resizer-handle:after{content:"";background:0 0;width:2px;height:100%;transition:none;position:absolute;top:0;left:4px}.resizer-handle:hover:after,.resizer-handle.active:after{background:var(--whatsapp-green)}body.resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.chat-header{background:var(--whatsapp-green);color:#fff;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.chat-header-info{align-items:center;gap:.75rem;display:flex}.chat-avatar{color:#fff;background:#ffffff30;justify-content:center;align-items:center;width:40px;height:40px;display:flex;border-radius:50%!important}.chat-title{font-size:.95rem;font-weight:600}.chat-status{color:#ffffffb0;font-size:.75rem;font-weight:400}.chat-status:before{display:none}.chat-messages{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.date-divider{text-align:center;color:#54656f;width:fit-content;box-shadow:none;background:#fff;border-radius:0;margin:1rem auto;padding:.25rem .75rem;font-size:.75rem}.date-divider:before,.date-divider:after{display:none}.message{flex-direction:column;max-width:85%;display:flex;position:relative}.message-content{border-radius:8px;padding:.5rem .75rem;font-size:.9rem;line-height:1.4;box-shadow:0 1px .5px #0b141a21}.message.bot{align-self:flex-start}.message.bot .message-content{background:var(--whatsapp-bubble-bot);color:#111b21;border-top-left-radius:0!important}.message.user{align-self:flex-end}.message.user .message-content{background:var(--whatsapp-bubble-user);color:#111b21;border-top-right-radius:0!important}.message-content .md-p{margin:0 0 .5rem}.message-content .md-p:last-child{margin-bottom:0}.message-content .md-h{margin:.6rem 0 .35rem;font-weight:700;line-height:1.3}.message-content .md-h:first-child{margin-top:0}.message-content .md-h1{font-size:1rem}.message-content .md-h2{font-size:.95rem}.message-content .md-h3,.message-content .md-h4{font-size:.9rem}.message-content .md-list{margin:0 0 .5rem;padding-left:1.25rem}.message-content .md-list:last-child{margin-bottom:0}.message-content .md-list li{margin-bottom:.2rem}.message-content .md-code{background:#0b141a14;border-radius:4px;padding:.05rem .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.message-time{color:#667781;align-self:flex-end;margin:.25rem 0;font-size:.7rem}.chat-input-area{background:#f0f2f5;border-top:1px solid #e9edef;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.chat-input-area input{color:#111b21;background:#fff;border:none;outline:none;flex:1;padding:.6rem 1rem;font-size:.95rem;border-radius:8px!important}.chat-input-area button{color:#54656f;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-input-area button:hover:not(:disabled){color:var(--whatsapp-green)}.chat-input-area button:disabled{opacity:.5;cursor:not-allowed}@keyframes typing{0%,to{opacity:.3}50%{opacity:1}}.message-content.typing{padding-bottom:.75rem;font-size:1.5rem;line-height:.5;animation:1s infinite typing}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_fd581cbe-module__oTPgWW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_fd581cbe-module__oTPgWW__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_111fb964-module__2Tb6wa__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_111fb964-module__2Tb6wa__variable{--font-outfit:"Outfit", "Outfit Fallback"}
