*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}:root{--app-bg:#f3f2f1;--surface:#fff;--surface-2:#f7f7f7;--text:#323130;--muted:#605e5c;--border:#edebe9;--shadow:#0000001a;--shadow-strong:#0000002e;--brand:#0f3d91;--brand-2:#0078d4}html[data-theme*=dark]{--app-bg:#0f0f10;--surface:#1b1b1c;--surface-2:#242426;--text:#f3f2f1;--muted:#c8c6c4;--border:#ffffff1f;--shadow:#00000059;--shadow-strong:#0000008c;--brand:#1d4ed8;--brand-2:#3b82f6}body{background:#f3f2f1;background:var(--app-bg);color:#323130;color:var(--text);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.muted-text{color:#605e5c;color:var(--muted)}.app-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-content{-webkit-overflow-scrolling:touch;background:#f3f2f1;background:var(--app-bg);flex:1 1;overflow-y:auto;padding:24px}@media (max-width:900px){.app-content{padding:16px}.navbar{gap:12px;padding:0 12px}}.navbar{background:#fff;background:var(--surface);border-bottom:1px solid #edebe9;border-bottom:1px solid var(--border);box-shadow:0 6px 20px #0000001a;box-shadow:0 6px 20px var(--shadow);flex-shrink:0;gap:18px;height:56px;padding:0 24px;z-index:10}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{gap:10px;min-width:160px}.brand-icon{font-size:24px}.brand-text{display:flex;flex-direction:column;line-height:1.2}.navbar-user{align-items:center;display:flex;gap:10px;margin-left:auto}.user-info{display:flex;flex-direction:column;line-height:1.2;text-align:right}.card{background:#fff;background:var(--surface);border:1px solid #edebe9;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #0000001a;box-shadow:0 10px 30px var(--shadow);padding:20px}.wizard-overlay{align-items:center;background:radial-gradient(900px 500px at 15% 10%,#3b82f62e,#0000 60%),radial-gradient(700px 500px at 85% 90%,#2563eb29,#0000 60%),#070a12ad;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:40}.wizard-container{background:linear-gradient(180deg,#ffffff0d,#fff0 120px),#fff;background:linear-gradient(180deg,#ffffff0d,#fff0 120px),var(--surface);border:1px solid #edebe9;border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 70px #0000002e;box-shadow:0 24px 70px var(--shadow-strong);max-height:calc(100vh - 40px);overflow:auto;padding:22px;width:min(920px,100%)}.wizard-header{gap:12px;margin-bottom:14px}.wizard-header,.wizard-logo{align-items:center;display:flex}.wizard-logo{background:linear-gradient(135deg,#0f3d91,#0078d4);background:linear-gradient(135deg,var(--brand),var(--brand-2));border-radius:10px;box-shadow:0 8px 22px #0000001a;box-shadow:0 8px 22px var(--shadow);height:44px;justify-content:center;width:44px}.wizard-content{background:#f7f7f7;background:var(--surface-2);border:1px solid #edebe9;border:1px solid var(--border);border-radius:12px;padding:16px}.wizard-step{gap:12px}.wizard-field,.wizard-step{display:flex;flex-direction:column}.wizard-field{gap:6px}.wizard-nav{align-items:center;display:flex;gap:10px;margin-top:14px}.content-max,.tab-container{margin:0 auto;max-width:1100px}.error-screen,.loading-screen{align-items:center;display:flex;flex-direction:column;gap:16px;height:100vh;justify-content:center;padding:32px}.helpdesk-container{display:flex;flex-direction:column;height:calc(100vh - 104px);margin:0 auto;max-width:900px;min-height:0;overflow:hidden}.helpdesk-header{align-items:flex-start;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;margin-bottom:16px}.chat-messages{background:#fff;background:var(--surface);border:1px solid #edebe9;border:1px solid var(--border);border-bottom:none;border-radius:12px 12px 0 0;box-shadow:0 10px 30px #0000001a;box-shadow:0 10px 30px var(--shadow);display:flex;flex:1 1;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding:16px}.chat-bubble{align-items:flex-start;display:flex;gap:10px}.chat-bubble.user{flex-direction:row-reverse}.bubble-avatar{align-items:center;background:#f7f7f7;background:var(--surface-2);border:1px solid #edebe9;border:1px solid var(--border);border-radius:50%;display:flex;flex-shrink:0;font-size:18px;height:34px;justify-content:center;width:34px}.user-avatar{background:#0078d4;background:var(--brand-2);border:none;color:#fff;font-size:14px;font-weight:700}.bubble-content{border:1px solid #0000;border-radius:14px;font-size:14px;line-height:1.5;max-width:75%;padding:12px 14px}.bubble-content.assistant{background:#f7f7f7;background:var(--surface-2);border-color:#edebe9;border-color:var(--border);border-radius:0 14px 14px 14px}.bubble-content.user{background:#0078d4;background:var(--brand-2);border-radius:14px 0 14px 14px;color:#fff}.typing-indicator{align-items:center;display:flex;gap:8px;min-width:120px}.chat-input-area{align-items:flex-end;background:#fff;background:var(--surface);border:1px solid #edebe9;border:1px solid var(--border);border-radius:0 0 12px 12px;border-top:none;box-shadow:0 10px 30px #0000001a;box-shadow:0 10px 30px var(--shadow);display:flex;flex-shrink:0;gap:10px;padding:12px}.chat-textarea{flex:1 1;min-height:56px}.chat-input-area textarea{width:100%!important}.user-list{display:flex;flex-direction:column;gap:4px;max-height:280px;overflow-y:auto}.user-list-item{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:10px 12px;transition:all .15s ease}.user-list-item:hover{background:#f7f7f7;background:var(--surface-2);border-color:#edebe9;border-color:var(--border)}.user-list-item.selected{background:#0078d41a;border-color:#0078d4;border-color:var(--brand-2)}.user-avatar-placeholder{align-items:center;background:#0078d4;background:var(--brand-2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:38px;justify-content:center;width:38px}.settings-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.settings-field{display:flex;flex-direction:column;gap:4px}.group-list{background:#fff;background:var(--surface);border:1px solid #edebe9;border:1px solid var(--border);border-radius:10px;max-height:220px;overflow-y:auto;padding:6px}.group-list-item{border-radius:8px;padding:8px 10px}.group-list-item:hover{background:#f7f7f7;background:var(--surface-2)}.seat-manager .muted-text{color:#605e5c;color:var(--muted)}
/*# sourceMappingURL=main.ac676fc4.css.map*/