:root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; color: #303133; background: #fff; }
* { box-sizing: border-box; }
html, body { min-width: 1120px; min-height: 100%; margin: 0; }
button, select { font: inherit; } button { cursor: pointer; } button:focus-visible, select:focus-visible { outline: 2px solid #2457ff; outline-offset: 2px; }
.global-header { position: fixed; z-index: 3; top: 0; right: 0; left: 0; display: flex; height: 94px; align-items: center; border-bottom: 1px solid #e6e9ef; background: #fff; box-shadow: 0 2px 9px rgba(0,0,0,.025); }
.identity { display: flex; width: 295px; align-items: center; gap: 17px; padding-left: 21px; }.logo { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #2e65ff 0 45%, #20a38b 46% 63%, #3157ec 64%); color: #fff; font-size: 24px; font-weight: 700; font-family: Arial, sans-serif; font-style: italic; }.divider { width: 1px; height: 20px; background: #e1e4e9; }.company-menu { position: relative; }.company-switcher { max-width: 190px; overflow: hidden; border: 0; background: transparent; color: #30343a; font-size: 17px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }.caret { margin-left: 12px; font-size: 13px; }.company-dropdown { position: absolute; z-index: 10; top: 38px; left: -12px; width: 260px; padding: 12px; border: 1px solid #e0e5ee; border-radius: 12px; background: #fff; box-shadow: 0 14px 30px rgba(35,56,91,.15); }.company-dropdown[hidden] { display: none; }.company-dropdown > p { margin: 0 0 9px; color: #8a94a5; font-size: 12px; }.company-options { display: grid; gap: 6px; }.company-option { display: grid; gap: 4px; padding: 10px; border: 1px solid transparent; border-radius: 8px; background: #f7f9fd; color: #344056; text-align: left; cursor: pointer; }.company-option:hover { border-color: #b9c9ef; background: #f0f4ff; }.company-option strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.company-option small { color: #8a94a5; font-size: 10px; }
.company-options-empty { display: block; padding: 12px 10px; color: #929cab; font-size: 12px; text-align: center; }
.web-logout { width: 100%; margin-top: 10px; padding: 10px; border: 0; border-top: 1px solid #edf0f5; background: transparent; color: #d14343; font-size: 13px; text-align: left; }.web-logout:hover { background: #fff4f4; }
.company-dropdown { display: flex; max-height: calc(100vh - 120px); flex-direction: column; overflow: hidden; }
#companyOptions { display: grid; max-height: min(520px, calc(100vh - 210px)); gap: 6px; padding-right: 4px; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.global-nav { display: flex; height: 100%; flex: 1; align-items: stretch; justify-content: center; gap: 29px; }.global-nav button { position: relative; min-width: 40px; padding: 0; border: 0; background: transparent; color: #30343a; font-size: 16px; white-space: nowrap; }.global-nav button.active { color: #2457ff; font-weight: 600; }.global-nav button.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 3px 3px 0 0; background: #2457ff; content: ""; }
.header-tools { display: flex; width: 140px; align-items: center; justify-content: flex-end; gap: 20px; padding-right: 18px; }.icon-btn { position: relative; width: 24px; height: 30px; padding: 0; border: 0; background: transparent; }.search-icon::before { position: absolute; top: 6px; left: 3px; width: 13px; height: 13px; border: 2px solid #4e5968; border-radius: 50%; content: ""; }.search-icon::after { position: absolute; top: 19px; left: 17px; width: 8px; height: 2px; background: #4e5968; content: ""; transform: rotate(48deg); }.bell-icon::before { position: absolute; top: 6px; left: 5px; width: 13px; height: 14px; border: 2px solid #4e5968; border-bottom: 0; border-radius: 8px 8px 3px 3px; content: ""; }.bell-icon::after { position: absolute; top: 22px; left: 4px; width: 17px; height: 2px; border-radius: 2px; background: #4e5968; content: ""; }.bell-icon i { position: absolute; top: -2px; right: -6px; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: #f45263; color: #fff; font-size: 10px; font-style: normal; }
.sidebar { position: fixed; z-index: 2; top: 94px; bottom: 0; left: 0; width: 236px; border-right: 1px solid #dfe3e9; background: #fff; }.sidebar nav { padding: 10px 5px; }.sidebar button { display: flex; width: 100%; height: 40px; align-items: center; gap: 13px; margin: 4px 0; padding: 0 24px; border: 0; border-radius: 4px; background: transparent; color: #373b41; font-size: 14px; text-align: left; }.sidebar button.selected { background: #e8edff; color: #2457ff; font-weight: 600; }.nav-symbol { position: relative; width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 2px; }.grid-symbol::before, .grid-symbol::after { position: absolute; width: 3px; height: 3px; background: currentColor; content: ""; }.grid-symbol::before { top: 3px; left: 3px; box-shadow: 6px 0 currentColor, 0 6px currentColor, 6px 6px currentColor; }.home-symbol::before { position: absolute; top: 5px; left: 3px; width: 7px; height: 6px; border: 1px solid currentColor; content: ""; }.report-symbol::before { position: absolute; top: 3px; left: 3px; width: 2px; height: 2px; background: currentColor; box-shadow: 5px 0 currentColor, 0 5px currentColor, 5px 5px currentColor; content: ""; }
.content { min-width: 884px; margin: 94px 0 0 236px; }.page-title { display: flex; height: 51px; align-items: center; padding: 0 25px; }.page-title h1 { margin: 0; font-size: 20px; font-weight: 650; }.breadcrumb { height: 48px; padding: 15px 31px; background: #f4f5f7; color: #7e8794; font-size: 14px; }.breadcrumb span { margin: 0 6px; color: #a2a9b3; }.breadcrumb b { color: #4f5865; font-weight: 400; }
.primary-tabs { display: flex; height: 51px; align-items: stretch; gap: 36px; padding: 0 36px; border-bottom: 1px solid #e8e9ec; overflow: hidden; }.primary-tabs button { position: relative; flex: 0 0 auto; border: 0; background: transparent; color: #4e5560; font-size: 16px; }.primary-tabs button.active { color: #2457ff; }.primary-tabs button.active::after { position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px; border-radius: 2px 2px 0 0; background: #2457ff; content: ""; }
.workspace { padding: 16px 47px 60px; overflow: hidden; }.service-tabs { display: inline-flex; height: 40px; align-items: center; padding: 3px; border-radius: 7px; background: #f0f1f3; }.service-tabs button { height: 34px; padding: 0 13px; border: 0; border-radius: 5px; background: transparent; color: #626a75; font-size: 16px; }.service-tabs button.active { background: #fff; color: #30343a; box-shadow: 0 1px 1px rgba(0,0,0,.03); }.config-actions { display: flex; gap: 11px; margin-top: 14px; }.config-actions button, .outline-primary { height: 32px; padding: 0 12px; border: 1px solid #2457ff; border-radius: 5px; background: #fff; color: #2457ff; font-size: 15px; }
.table-section { margin-top: 25px; }.section-title { display: flex; min-width: 980px; height: 41px; align-items: center; }.section-title h2 { margin: 0; color: #30343a; font-size: 17px; font-weight: 650; }.section-title > span { margin-left: 10px; color: #818a97; font-size: 12px; }.section-controls { display: flex; gap: 11px; margin-left: auto; }.secondary, .reset { height: 32px; padding: 0 13px; border: 1px solid #d7dce4; border-radius: 5px; background: #fff; color: #49515c; font-size: 14px; }.primary { height: 32px; padding: 0 13px; border: 1px solid #2457ff; border-radius: 5px; background: #2457ff; color: #fff; font-size: 14px; }
.table-wrap { min-width: 980px; overflow: hidden; } table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 14px; } th { height: 46px; background: #f4f5f7; color: #5c6571; font-weight: 600; text-align: left; } th, td { padding: 0 36px; border-bottom: 1px solid #e7e8eb; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } td { height: 47px; color: #404650; } th:nth-child(1) { width: 20%; } th:nth-child(2) { width: 20%; } th:nth-child(3) { width: 33%; } th:nth-child(4) { width: 11%; } th:nth-child(5) { width: 16%; }.drag { display: inline-block; width: 14px; margin-right: 13px; color: #646d78; letter-spacing: 2px; font-weight: 800; line-height: 8px; vertical-align: middle; }.link { margin-right: 18px; border: 0; background: transparent; color: #2457ff; font-size: 14px; }.link:disabled { color: #c5c9d0; cursor: not-allowed; }
.standard-section { margin-top: 29px; }.filters { display: flex; gap: 14px; margin: 4px 0 12px; }.filters label { position: relative; }.filters label::after { position: absolute; top: 10px; right: 12px; width: 7px; height: 7px; border-right: 1px solid #a7afbc; border-bottom: 1px solid #a7afbc; content: ""; transform: rotate(45deg); pointer-events: none; }.filters select { width: 193px; height: 32px; appearance: none; padding: 0 35px 0 14px; border: 1px solid #d7dce4; border-radius: 4px; background: #fff; color: #9aa3af; font-size: 14px; }.filters .reset { margin-left: -6px; }.standards th, .standards td { padding: 0 18px; }.standards th { width: auto; }.standards th:nth-child(1) { width: 15%; }.standards th:nth-child(2), .standards th:nth-child(3) { width: 11%; }.standards th:nth-child(4), .standards th:nth-child(5), .standards th:nth-child(6), .standards th:nth-child(7), .standards th:nth-child(8) { width: 10%; }.empty-row td { height: 100px; color: #a3acb7; text-align: center; }
.toast { position: fixed; z-index: 5; bottom: 35px; left: 50%; display: none; padding: 10px 17px; border-radius: 4px; background: rgba(27,33,44,.9); color: #fff; font-size: 14px; transform: translateX(-50%); }.toast.show { display: block; }
.modal-backdrop { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.45); }.modal-backdrop[hidden] { display: none; }.config-modal { display: flex; width: min(834px, 100%); max-height: calc(100vh - 48px); flex-direction: column; border-radius: 9px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.19); overflow: hidden; }.modal-header { display: flex; height: 60px; align-items: center; justify-content: space-between; padding: 0 17px; }.modal-header h2 { margin: 0; font-size: 17px; font-weight: 650; }.close-modal { border: 0; background: transparent; color: #9ba3ad; font-size: 25px; font-weight: 200; }.modal-tabs { display: flex; height: 36px; gap: 36px; margin: 0 17px; border-bottom: 2px solid #e2e6ec; }.modal-tabs button { position: relative; padding: 0; border: 0; background: transparent; color: #333941; font-size: 14px; }.modal-tabs button.active { color: #2457ff; }.modal-tabs button.active::after { position: absolute; right: 0; bottom: -2px; left: 0; height: 2px; background: #2457ff; content: ""; }.modal-body { padding: 14px 17px 26px; overflow: auto; }.tip-box { padding: 13px 24px; border-radius: 6px; background: #f5f6f8; color: #414852; font-size: 13px; line-height: 20px; }.modal-body h3 { margin: 18px 0 12px; font-size: 15px; }.form-line { display: flex; align-items: center; gap: 15px; padding-left: 4px; font-size: 14px; }.form-line label { width: 92px; color: #5c6570; }.form-line em { color: #e45555; font-style: normal; }.config-modal select, .config-modal input { height: 32px; padding: 0 13px; border: 1px solid #d7dce4; border-radius: 4px; background: #fff; color: #59616c; font-size: 13px; }.form-line select { width: 360px; }.association-label { margin: 20px 0 10px 15px; color: #69717c; font-size: 14px; }.association-list { display: grid; gap: 11px; margin-left: 111px; }.association { position: relative; padding: 15px 13px 13px; border: 1px solid #e4e7ec; border-radius: 4px; }.association h4 { margin: 0 0 13px; font-size: 14px; font-weight: 650; }.remove-association { position: absolute; top: 15px; right: 13px; border: 0; background: transparent; color: #a2a9b3; font-size: 13px; }.association-fields { display: grid; grid-template-columns: minmax(150px,1fr) 28px minmax(180px,1.15fr); align-items: end; gap: 14px; }.association-fields label { position: relative; display: grid; gap: 7px; color: #68717b; font-size: 13px; }.association-fields input, .association-fields select { width: 100%; }.association-fields small { position: absolute; right: 9px; bottom: 8px; color: #a2a9b3; font-size: 12px; }.association-fields > span { padding-bottom: 8px; color: #8b949f; font-size: 13px; }.add-association { margin: 12px 0 0 111px; }.modal-footer { display: flex; min-height: 69px; align-items: center; justify-content: flex-end; gap: 13px; padding: 0 17px; border-top: 1px solid #e3e7ed; }
@media (max-width: 1280px) { .global-nav { gap: 20px; }.workspace { padding-right: 25px; padding-left: 35px; }.primary-tabs { gap: 25px; padding: 0 25px; } }

[hidden] { display: none !important; }
.travel-home-view { min-height: calc(100vh - 94px); padding: 0 28px 44px; background: #fff; }
.travel-home-heading { display: flex; height: 96px; align-items: center; justify-content: space-between; }.travel-home-heading h1 { margin: 0; font-size: 24px; }.travel-home-heading p { margin: 14px 0 0; color: #2457ff; font-size: 14px; }.travel-home-heading nav { display: flex; gap: 28px; }.travel-home-heading nav button { border: 0; background: transparent; color: #46505e; }
.travel-home-hero { position: relative; min-height: 465px; padding: 88px 48px 0; border-radius: 5px; background: linear-gradient(120deg,#eaf4ff,#d7ebff); overflow: visible; }.travel-service-nav { position: absolute; z-index: 2; top: 22px; right: 36px; left: 36px; display: grid; height: 70px; grid-template-columns: 180px 1fr 190px; align-items: center; padding: 0 28px; border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(40,88,155,.1); }.travel-service-nav strong { display: flex; align-items: center; gap: 9px; font-size: 21px; }.travel-service-nav strong span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: linear-gradient(135deg,#255dff 55%,#15a085 56%); color: #fff; font-size: 23px; font-style: italic; }.travel-service-nav div { display: flex; justify-content: center; gap: 42px; }.travel-service-nav button { position: relative; height: 70px; border: 0; background: transparent; color: #4b5563; }.travel-service-nav button.active { color: #1c2738; font-weight: 700; }.travel-service-nav button.active::after { position: absolute; right: 7px; bottom: 0; left: 7px; height: 3px; border-radius: 4px; background: #2457ff; content: ''; }.travel-service-nav small { color: #303b4a; line-height: 17px; text-align: right; }.travel-service-nav em { color: #8a95a6; font-size: 10px; font-style: normal; }
.travel-hero-copy { position: absolute; top: 150px; left: 66px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; transform: rotate(-2deg); }.travel-hero-copy span { padding: 8px 20px; background: #286cff; color: #fff; font-size: 28px; font-weight: 800; letter-spacing: .08em; box-shadow: 8px 7px 0 #87b5ff; }
.travel-hero-art { position: absolute; top: 120px; right: 80px; width: 440px; height: 250px; }.travel-picture { position: absolute; right: 55px; bottom: 20px; width: 250px; height: 174px; border: 12px solid #fff; border-radius: 5px; background: linear-gradient(155deg,#badbff 0 52%,#4f86dd 53% 68%,#1c66bd 69%); box-shadow: 0 12px 0 #a7ccff; transform: rotate(4deg); }.travel-plane { position: absolute; top: 6px; left: 34px; color: #fff; font-size: 58px; font-style: normal; transform: rotate(-14deg); }.travel-person { position: absolute; right: 12px; bottom: 0; width: 66px; height: 154px; border-radius: 32px 32px 10px 10px; background: #1450a1; transform: rotate(-5deg); }.travel-person::before { position: absolute; top: -25px; left: 12px; width: 42px; height: 42px; border-radius: 50%; background: #174782; content: ''; }.travel-hero-art b { position: absolute; right: 0; bottom: -16px; width: 330px; height: 42px; border-radius: 50%; background: #79aefd; opacity: .55; }
.travel-booking-card { position: absolute; z-index: 2; right: 36px; bottom: -124px; left: 36px; min-height: 235px; padding: 0 28px 24px; border-radius: 12px; background: #fff; box-shadow: 0 16px 38px rgba(42,78,135,.14); }.booking-service-tabs { display: flex; width: 270px; margin-left: -28px; }.booking-service-tabs button { width: 90px; height: 55px; border: 0; background: #3c4d68; color: #fff; font-size: 17px; }.booking-service-tabs button:first-child { border-radius: 12px 0 0; }.booking-service-tabs button.active { background: #fff; color: #2457ff; font-weight: 700; }.booking-kind { display: flex; gap: 28px; border-bottom: 1px solid #e7ebf1; }.booking-kind button { height: 48px; border: 0; background: transparent; color: #555f6e; }.booking-kind button.active { border-bottom: 3px solid #2457ff; color: #2457ff; }.booking-trip-type { display: flex; align-items: center; gap: 25px; padding: 15px 0 12px; color: #586273; }.booking-trip-type button { margin-left: auto; border: 0; background: transparent; }.booking-fields { display: grid; height: 68px; grid-template-columns: 1.2fr 1fr 32px 1fr 1.2fr 95px; align-items: center; border-radius: 7px; background: #f5f6f8; }.booking-fields > button:not(.booking-search) { display: grid; height: 44px; gap: 5px; padding: 0 20px; border: 0; border-right: 1px solid #dfe3ea; background: transparent; text-align: left; }.booking-fields small { color: #8791a1; }.booking-fields strong { color: #374151; font-size: 14px; }.booking-fields > span { color: #2457ff; font-size: 22px; text-align: center; }.booking-search { width: 72px; height: 40px; border: 1px solid #d9dde4; border-radius: 5px; background: #f5f6f8; color: #a4abb6; }.travel-permission-tip { display: grid; gap: 8px; margin-top: 158px; color: #a3acb9; font-size: 13px; text-align: center; }.travel-permission-tip strong { font-weight: 400; }
