@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.Layout_layoutContainer__dN9kg{display:flex;height:100vh;background-color:#f8fafc;font-family:Inter,-apple-system,sans-serif;color:#0f172a;overflow:hidden}.Layout_header__37RI2{width:280px;background:#ffffff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;flex-shrink:0;z-index:50}.Layout_headerLeft__3xS5Z{display:flex;flex-direction:column;gap:2.5rem}.Layout_brand__FEJnV{display:block;padding-left:.5rem;transition:opacity .2s}.Layout_brand__FEJnV:hover{opacity:.8}.Layout_brand__FEJnV img{display:block;max-height:40px;width:auto}.Layout_nav__LKz21{display:flex;flex-direction:column;gap:.5rem}.Layout_link__nT2lh{display:flex;align-items:center;padding:.75rem 1rem;border-radius:10px;text-decoration:none;color:#64748b;font-weight:500;font-size:.95rem;transition:all .2s ease}.Layout_link__nT2lh:hover{background-color:#f1f5f9;color:#0f172a}.Layout_activeLink__ACEG1{display:flex;align-items:center;padding:.75rem 1rem;border-radius:10px;text-decoration:none;background-color:#eef2ff;color:#4f46e5;font-weight:600;font-size:.95rem;box-shadow:0 1px 2px rgba(0,0,0,.03)}.Layout_headerRight__dcDhv{margin-top:auto;padding-top:1.5rem;border-top:1px solid #f1f5f9}.Layout_logoutButton__TCXMJ{width:100%;background:transparent;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;font-size:.9rem;font-weight:600;cursor:pointer;color:#475569;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.Layout_logoutButton__TCXMJ:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.Layout_loginButton__Xtzko{display:block;text-align:center;background:#4f46e5;color:#ffffff;padding:.75rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s;box-shadow:0 4px 6px -1px rgba(79,70,229,.2)}.Layout_loginButton__Xtzko:hover{background:#4338ca}.Layout_main__bVVJR{flex:1 1;padding:2.5rem 3rem;overflow-y:auto;height:100vh}.Layout_footer__ye8JQ{display:none}.Layout_container__m5jTj{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.Layout_container__m5jTj>header h1{font-size:1.85rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.025em}.Layout_container__m5jTj>header p{color:#64748b;font-size:1rem;margin:0}.Layout_statsGrid__StZyn{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.Layout_card__qsNUx{background:#ffffff;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.Layout_card__qsNUx:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-color:#cbd5e1}.Layout_statCardContent__rwFDA{display:flex;align-items:center;gap:1.25rem}.Layout_statIcon__NEJnO{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.Layout_iconBots__Zs4am{background:#eef2ff;color:#4f46e5}.Layout_iconConvos__MGSFN{background:#ecfeff;color:#06b6d4}.Layout_statInfo__CWFVG h2{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a;line-height:1}.Layout_statInfo__CWFVG p{margin:.25rem 0 0;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.Layout_conversationsSection__vMb0F{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Layout_conversationList__lnyqd{display:flex;flex-direction:column;list-style:none;padding:0;margin:1rem 0 0}.Layout_conversationItem__ouO2a{display:flex;justify-content:space-between;align-items:center;padding:1rem .5rem;border-bottom:1px solid #f1f5f9;transition:background .2s;border-radius:8px}.Layout_conversationItem__ouO2a:hover{background:#f8fafc;padding-left:1rem;padding-right:1rem}.Layout_conversationItem__ouO2a:last-child{border-bottom:none}.Layout_botId__PtMM9{font-size:.95rem;font-weight:600;color:#0f172a}.Layout_guestId__KVDsW{font-size:.85rem;color:#64748b}.Layout_conversationDate__q_79U{font-size:.85rem;font-weight:500;color:#94a3b8;background:#f1f5f9;padding:4px 8px;border-radius:6px}.Layout_viewAllLink__Dm2Bb{display:inline-block;margin-top:1rem;font-size:.9rem;font-weight:600;color:#4f46e5;text-decoration:none}.Layout_viewAllLink__Dm2Bb:hover{text-decoration:underline}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:sans-serif;background:#fff;line-height:1.5}