:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;min-width:320px;min-height:100vh;background-color:#fff}#root{width:100%;min-height:100vh}:root{--brand: #415d94;--brand-dark: #344b77;--text: #1f2937;--muted: #5f6b7a;--border: rgba(65, 93, 148, .25);--bg: #ffffff}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 20px;background:var(--bg)}.auth-card{width:min(560px,100%);background:#fff;border:1px solid var(--border);border-radius:16px;padding:36px 32px;display:grid;gap:24px;box-shadow:0 12px 30px #415d941a}.auth-back{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;color:var(--brand);font-weight:600;cursor:pointer}.auth-back:hover{color:var(--brand-dark)}.auth-back:focus-visible{outline:none;border-radius:999px;box-shadow:0 0 0 2px #415d9426}.auth-header h1{font-size:1.9rem;margin:10px 0 6px;color:var(--brand)}.auth-header p{margin:0;color:var(--muted)}.auth-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border);color:var(--brand)}.auth-status{padding:10px 14px;border-radius:10px;font-weight:500;border:1px solid var(--border);color:var(--brand-dark);background:#415d9414}.auth-status.error{border-color:#b91c1c66;color:#b91c1c;background:#b91c1c14}.auth-form{display:grid;gap:16px}.auth-form label{display:grid;gap:6px;font-weight:600;color:var(--text)}.auth-timer{font-size:.9rem;color:var(--brand);font-weight:600;margin-top:-6px}.auth-timer.expired{color:#b91c1c}.auth-form input{border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:1rem;font-family:inherit}.auth-password{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px;padding:8px 10px 8px 0;height:44px;background:#fff}.auth-password:focus-within{border-color:var(--brand);box-shadow:0 0 0 2px #415d9426}.auth-password input{border:none;padding:10px;flex:1;outline:none;background:transparent;line-height:1.25}.auth-password input:focus{box-shadow:none}.auth-password-toggle{border:none;background:transparent;color:var(--brand);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.auth-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px #415d9426}button.primary{border:none;border-radius:10px;padding:12px 16px;background:var(--brand);color:#fff;font-weight:600;font-size:1rem;cursor:pointer}button.primary:disabled{opacity:.7;cursor:not-allowed}button.ghost{border:1px solid var(--border);background:transparent;border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer;color:var(--brand)}.auth-footer{color:var(--muted);font-size:.95rem;display:grid;gap:6px}.token-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:600px){.auth-card{padding:28px 20px}}.auth-link{color:var(--brand);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.message-row{display:flex;margin-bottom:12px}.message-row--bot{justify-content:flex-start}.message-row--user{justify-content:flex-end}.message-bubble{max-width:75%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.4}.message-bubble--bot{background:#f3f4f6;color:#111827;border-bottom-left-radius:6px}.message-bubble--user{background:#3571bb;color:#fff;border-bottom-right-radius:6px}.message-text{margin:0;white-space:pre-wrap;line-height:1.4}.message-heading{display:block;font-weight:700;margin:6px 0 2px}.message-heading--h1{font-size:1.3rem}.message-heading--h2{font-size:1.15rem}.message-heading--h3{font-size:1rem}.message-heading--h4,.message-heading--h5,.message-heading--h6{font-size:.95rem}.message-link{text-decoration:underline;word-break:break-all}.message-time{display:block;margin-top:4px;font-size:11px;opacity:.7}.table-container{width:100%;overflow-x:auto}.message-table{width:100%;border-collapse:collapse;min-width:500px}.message-th,.message-td{border:1px solid #ddd;padding:8px;text-align:left;white-space:nowrap;word-break:break-word;overflow-wrap:anywhere}.message-text{white-space:normal;line-height:1.5}.message-text p{margin:4px 0}.message-text ul{margin:4px 0;padding-left:18px}.message-text li{margin:2px 0}.quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 16px;align-items:flex-start}.quick-reply-btn{max-width:100%;border:1.5px solid #3571BB;background:#fff;color:#3571bb;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease;line-height:1.3;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:80px){.quick-reply-btn{max-width:100%;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.quick-reply-btn:hover{background:#3571bb;color:#fff}.chat-messages{flex:1;overflow-y:auto;padding:16px 12px 24px;background:#fff}.chat-message-group{margin-bottom:16px}.chat-input-bar{border-top:1px solid #e5e7eb;padding:10px 12px;background:#fff;position:sticky;bottom:0}.chat-input-send{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:8px}.chat-message-input{flex:1;min-height:30px;border:1px solid transparent;background:#f3f4f6;padding:15px 15px 0;border-radius:30px;font-size:16px;line-height:20px;outline:none;font-family:inherit;text-align:left;direction:ltr}.chat-message-input--multiline{resize:none;max-height:96px;overflow-y:auto}.chat-message-input:focus{background:#f5f5f5}.chat-send-btn{width:45px;height:45px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:2px;transition:background .2s ease,color .2s ease}.chat-send-btn:not(:disabled){background:#3571bb;color:#fff}.chat-send-btn:disabled{background:transparent;color:#9199a6;cursor:not-allowed}.chat-container{display:flex;flex-direction:column;flex:1;min-height:0}.chat-input-wrapper{width:100%;padding:12px 16px;border-top:1px solid #e6e6e6;background:#fff;position:sticky;bottom:0}.chat-input{max-width:920px;margin:0 auto;display:flex;align-items:flex-end;gap:8px}.chat-input textarea{flex:1;border-radius:20px;padding:10px 14px;border:1px solid #ddd;resize:none;min-height:40px;max-height:120px;outline:none}.chat-input button{width:40px;height:40px;border-radius:50%;border:none;background:#2f5bea;color:#fff;cursor:pointer}.site-header{height:56px;background:#fff;border-bottom:1px solid rgba(65,93,148,.2);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;position:sticky;top:0;z-index:10}.site-header__left,.site-header__right{display:flex;align-items:center}.site-header__left{justify-content:flex-start;gap:8px}.site-header__right{justify-content:flex-end}.site-header__logo{height:32px;object-fit:contain;margin-left:8px}.site-header__center{display:flex;justify-content:center;align-items:center}.site-header__title{font-size:18px;font-weight:600;color:#415d94}.site-header__back,.site-header__logout,.site-header__menu-trigger{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid rgba(65,93,148,.35);font-size:.95rem;font-weight:600;color:#415d94;cursor:pointer;padding:6px 10px;border-radius:999px;transition:background .15s ease}.site-header__back:hover,.site-header__logout:hover,.site-header__menu-trigger:hover{background:#415d9414}.back-text,.logout-text{display:none}@media(min-width:640px){.back-text,.logout-text{display:inline}}.site-header__menu{position:relative}.site-header__menu-panel{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid rgba(65,93,148,.2);border-radius:12px;box-shadow:0 12px 24px #415d941f;padding:6px;min-width:160px;z-index:20}.site-header__menu-item{width:100%;border:none;background:transparent;color:#415d94;padding:8px 10px;border-radius:8px;display:flex;align-items:center;gap:8px;font-weight:600;cursor:pointer}.site-header__menu-item:hover{background:#415d9414}@media(max-width:640px){.site-header{grid-template-columns:auto 1fr auto;height:52px;padding:0 12px}.site-header__title{font-size:16px}.site-header__logo{height:26px;margin-left:0}.site-header__back,.site-header__logout{padding:6px 8px}}#root{width:100%;height:100%}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-loading{min-height:100vh;display:grid;place-items:center;color:#415d94;font-weight:600}
