:root{--aiw-accent: #a10f18;--aiw-accent-2: #7f0c13;--aiw-accent-soft: rgba(161, 15, 24, .06);--aiw-text: #1f1d1d;--aiw-text-muted: rgba(34, 31, 31, .6);--aiw-border: rgba(34, 31, 31, .08);--aiw-border-soft: rgba(34, 31, 31, .04);--aiw-shadow: 0 24px 56px rgba(0, 0, 0, .22), 0 4px 12px rgba(0, 0, 0, .06);--aiw-shadow-soft: 0 10px 26px rgba(0, 0, 0, .16);--aiw-ring: 0 0 0 3px rgba(161, 15, 24, .18);--aiw-surface: #ffffff;--aiw-surface-soft: #f7f4f3;--aiw-surface-dim: #faf8f7}.aiw-fab{position:fixed;right:24px;bottom:24px;z-index:1000;width:58px;height:58px;border:0;border-radius:18px;cursor:pointer;color:#fff;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--aiw-accent) 0%,var(--aiw-accent-2) 100%);box-shadow:var(--aiw-shadow-soft);transition:transform .18s ease,box-shadow .18s ease,opacity .15s}.aiw-fab:hover{transform:translateY(-2px);box-shadow:0 14px 30px #00000038}.aiw-fab:focus-visible{outline:none;box-shadow:var(--aiw-ring)}.aiw-fab svg{width:26px;height:26px;display:block;fill:currentColor}.aiw-fab.is-open{transform:scale(.92);opacity:0;pointer-events:none}.aiw-fab-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#fff;color:var(--aiw-accent);font-size:11px;font-weight:700;line-height:22px;text-align:center;box-shadow:0 2px 8px #0000002e;border:2px solid var(--aiw-accent);animation:aiw-badge-in .2s ease-out}@keyframes aiw-badge-in{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.aiw-panel{position:fixed;z-index:1001;display:flex;flex-direction:column;overflow:hidden;background:var(--aiw-surface);box-shadow:var(--aiw-shadow);border:1px solid var(--aiw-border)}.aiw-panel.is-compact{right:24px;bottom:92px;width:420px;height:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 110px);border-radius:22px;animation:aiw-pop .2s ease-out}.aiw-panel.is-expanded{right:0;top:0;bottom:0;width:45vw;min-width:420px;max-width:1200px;height:100vh;border-radius:0;border-right:0;animation:aiw-slide-in .22s ease-out}@keyframes aiw-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aiw-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 720px){.aiw-fab{right:12px;bottom:12px}.aiw-panel.is-compact{right:12px;left:12px;bottom:86px;width:auto;height:78vh;max-height:calc(100vh - 100px);border-radius:18px}.aiw-panel.is-expanded{width:100vw;min-width:0}.aiw-panel.is-expanded .aiw-sidebar{display:none!important}.aiw-panel.is-expanded .aiw-messages,.aiw-panel.is-expanded .aiw-footer{margin-left:0!important}}.aiw-head{flex:0 0 auto;padding:14px 18px;background:linear-gradient(135deg,var(--aiw-accent) 0%,var(--aiw-accent-2) 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative}.aiw-head:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.15),transparent 55%);pointer-events:none}.aiw-head-text{position:relative;z-index:1}.aiw-head-title{font-size:15px;font-weight:600;line-height:1.2;display:inline-flex;align-items:center;gap:8px}.aiw-head-dot{width:8px;height:8px;border-radius:50%;background:#58e398;box-shadow:0 0 #58e39899;animation:aiw-pulse 2.4s ease-out infinite}@keyframes aiw-pulse{0%{box-shadow:0 0 #58e398b3}60%{box-shadow:0 0 0 8px #58e39800}to{box-shadow:0 0 #58e39800}}.aiw-head-sub{font-size:12px;opacity:.85;margin-top:2px}.aiw-head-actions{display:flex;gap:6px;position:relative;z-index:1}.aiw-head-btn{width:34px;height:34px;border:0;border-radius:10px;background:#ffffff2e;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .1s}.aiw-head-btn:hover{background:#ffffff47}.aiw-head-btn:active{transform:scale(.94)}.aiw-head-btn:focus-visible{outline:none;box-shadow:var(--aiw-ring)}.aiw-head-btn svg{width:15px;height:15px;fill:currentColor}.aiw-body{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--aiw-surface-soft);position:relative}.aiw-messages{flex:1;min-height:0;overflow-y:auto;padding:18px 16px;position:relative;scroll-behavior:smooth}.aiw-messages::-webkit-scrollbar{width:8px}.aiw-messages::-webkit-scrollbar-track{background:transparent}.aiw-messages::-webkit-scrollbar-thumb{background:#221f1f26;border-radius:4px}.aiw-messages::-webkit-scrollbar-thumb:hover{background:#221f1f4d}.aiw-messages.is-drag{background:#a10f180a}.aiw-drag-overlay{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px dashed var(--aiw-accent);border-radius:16px;background:#ffffffeb;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;z-index:5;color:var(--aiw-accent);font-weight:600;font-size:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.aiw-footer{flex:0 0 auto;padding:10px 14px 14px;background:var(--aiw-surface);border-top:1px solid var(--aiw-border)}.aiw-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.aiw-chip{display:inline-flex;align-items:center;background:var(--aiw-accent-soft);color:var(--aiw-accent);border-radius:999px;padding:5px 12px;font-size:12px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(161,15,24,.12);transition:background .12s}.aiw-chip:hover{background:#a10f181f}.aiw-footer .ant-sender{border-radius:14px!important;border:1px solid var(--aiw-border)!important;transition:border-color .12s,box-shadow .12s}.aiw-footer .ant-sender:hover{border-color:#a10f184d!important}.aiw-footer .ant-sender-input{padding:8px 12px!important;font-size:13.5px}.aiw-footer .ant-sender-actions-list .ant-btn-primary{background:linear-gradient(135deg,var(--aiw-accent),var(--aiw-accent-2))!important;border-color:transparent!important}.aiw-welcome{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;gap:14px}.aiw-welcome-icon{width:64px;height:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--aiw-accent) 0%,var(--aiw-accent-2) 100%);box-shadow:0 12px 30px #a10f1847;animation:aiw-welcome-pop .35s cubic-bezier(.34,1.56,.64,1)}@keyframes aiw-welcome-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.aiw-welcome h4{margin:0;font-size:18px;font-weight:600;color:var(--aiw-text)}.aiw-welcome p{margin:0;color:var(--aiw-text-muted);font-size:13.5px;max-width:320px;line-height:1.5}.aiw-suggestions{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;max-width:460px;margin-top:14px}.aiw-suggestion{text-align:left;padding:12px 14px;border:1px solid var(--aiw-border);border-radius:14px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:var(--aiw-text);transition:all .15s ease;line-height:1.35}.aiw-suggestion:hover{border-color:var(--aiw-accent);background:var(--aiw-accent-soft);transform:translateY(-1px);box-shadow:0 6px 14px #a10f181f}@media (max-width: 480px){.aiw-suggestions{grid-template-columns:1fr}}.aiw-messages .ant-bubble{margin-bottom:12px}.aiw-messages .ant-bubble-content{border-radius:16px!important;padding:10px 14px!important;box-shadow:0 1px 3px #0000000f;font-size:13.5px}.aiw-messages .ant-bubble-start .ant-bubble-content{background:#fff!important;border:1px solid var(--aiw-border-soft);border-bottom-left-radius:4px!important}.aiw-messages .ant-bubble-end .ant-bubble-content{background:linear-gradient(135deg,var(--aiw-accent),var(--aiw-accent-2))!important;color:#fff!important;border-bottom-right-radius:4px!important}.aiw-messages .ant-bubble-avatar{width:32px!important;height:32px!important;font-size:14px!important}.aiw-md{font-size:13.5px;line-height:1.5;word-break:break-word}.aiw-md>*:first-child{margin-top:0}.aiw-md>*:last-child{margin-bottom:0}.aiw-md p{margin:0 0 8px}.aiw-md p:last-child{margin-bottom:0}.aiw-md h1,.aiw-md h2,.aiw-md h3,.aiw-md h4{margin:12px 0 6px;font-weight:600;line-height:1.3}.aiw-md h1{font-size:16px}.aiw-md h2{font-size:15px}.aiw-md h3{font-size:14px}.aiw-md h4{font-size:13.5px}.aiw-md ul,.aiw-md ol{margin:4px 0 8px;padding-left:22px}.aiw-md li{margin:2px 0}.aiw-md li>p{margin:0}.aiw-md strong{font-weight:600}.aiw-md em{font-style:italic}.aiw-md code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;background:#221f1f0f;border-radius:4px;padding:1px 5px}.aiw-md pre{background:#221f1f0f;border-radius:8px;padding:8px 10px;margin:6px 0;overflow-x:auto;font-size:12.5px}.aiw-md pre code{background:transparent;padding:0}.aiw-md a{color:var(--aiw-accent);text-decoration:underline}.aiw-md blockquote{margin:6px 0;padding:4px 12px;border-left:3px solid var(--aiw-accent);color:#221f1fbf;background:#a10f180a;border-radius:0 6px 6px 0}.aiw-md hr{border:0;border-top:1px solid rgba(34,31,31,.1);margin:10px 0}.aiw-table-wrap{overflow-x:auto;margin:6px 0;border-radius:8px;border:1px solid rgba(34,31,31,.1)}.aiw-md table{border-collapse:collapse;width:100%;font-size:12.5px}.aiw-md th,.aiw-md td{border:1px solid rgba(34,31,31,.1);padding:6px 8px;text-align:left;vertical-align:top}.aiw-md th{background:#221f1f0a;font-weight:600}.aiw-md tr:nth-child(2n) td{background:#00000004}.aiw-messages .ant-bubble-end .aiw-md a{color:#fff;text-decoration:underline}.aiw-messages .ant-bubble-end .aiw-md code{background:#ffffff2e}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{box-sizing:border-box}.bulk-trip-row-error>td{background:#fff1f0!important}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.react-resizable-handle{display:none!important}.ant-table-cell{white-space:nowrap}.ant-table-thead>tr>th{white-space:nowrap}.ant-table-cell.wrap-cell,.ant-table-thead>tr>th.wrap-cell{white-space:normal}.ant-table-thead>tr>th{background:#fafafa!important;font-weight:600!important;font-size:13px!important}.ant-table-tbody>tr>td{font-size:13px!important;padding:8px 12px!important}.ant-table-tbody>tr.ant-table-row:hover>td{cursor:pointer}.ant-statistic-content-value{font-variant-numeric:tabular-nums}.ant-pagination{margin-top:12px!important}.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:10px 16px!important}.ant-table .ant-tag{font-size:12px!important;line-height:20px!important;margin:1px 0!important}.ant-card-head-title{font-size:14px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}@media (max-width: 768px){body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ant-layout-content{margin:12px!important}.ant-layout-header{height:56px!important;line-height:56px!important}.ant-card-body{padding:14px!important}.ant-card-head{padding:0 14px!important;min-height:44px!important}.ant-card-head-title{font-size:14px!important}.ant-table-wrapper{overflow-x:auto}.ant-table{font-size:12.5px!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:6px 8px!important}.ant-table-cell.hide-on-mobile,.ant-table-thead>tr>th.hide-on-mobile{display:none!important}.ant-pagination{text-align:center!important}.ant-pagination .ant-pagination-options{display:none!important}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important;top:8px!important;padding-bottom:8px!important}.ant-modal-content{padding:16px!important}.ant-modal-body{padding-top:8px!important}.ant-modal-footer{padding:12px 0 0!important}.ant-modal-title{font-size:16px!important}.ant-form-item-label{padding-bottom:4px!important}.ant-form-item{margin-bottom:12px!important}.ant-btn{min-height:36px!important}.ant-btn-lg{min-height:44px!important}.ant-btn-sm{min-height:30px!important}.ant-input,.ant-input-number-input,.ant-picker-input>input{font-size:16px!important}.ant-select-selector{min-height:36px!important}.ant-select-single .ant-select-selector .ant-select-selection-search-input,.ant-select-single .ant-select-selector .ant-select-selection-item{font-size:16px!important}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-statistic-content{font-size:18px!important}.ant-statistic-title{font-size:12px!important}.ant-descriptions-row>th,.ant-descriptions-row>td{padding:6px 8px!important}.aiw-mobile-drawer .ant-drawer-body{padding:0!important}}@media (max-width: 480px){.hide-on-narrow{display:none!important}.ant-modal-title{font-size:15px!important}.ant-statistic-content{font-size:16px!important}}@supports (padding: max(0px)){body{padding-bottom:env(safe-area-inset-bottom)}}
