*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}body{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent;font-family:Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#333;background-color:#f0f2f5}#root,.travel-app{height:100vh;display:flex;flex-direction:column}.travel-layout{display:flex;flex:1;overflow:hidden}.travel-header{height:56px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0;box-shadow:0 1px 4px #0000000f;position:relative;z-index:10}.travel-header-left{display:flex;align-items:center;gap:32px}.travel-header-logo{display:flex;align-items:center;gap:10px}.travel-header-logo-img{width:48px;height:48px;border-radius:10px;object-fit:cover;display:block}.travel-header-title{color:#1f1f1f;font-size:22px;font-weight:600}.travel-header-search{width:320px;height:34px;background:#f5f7fa;border-radius:17px;display:flex;align-items:center;gap:8px;padding:0 14px;color:#999}.travel-header-search input{flex:1;border:none;background:transparent;outline:none;font-size:13px;color:#333}.travel-header-search input::placeholder{color:#999}.travel-header-right{display:flex;align-items:center;gap:16px}.travel-header-brand{font-size:13px;color:#1677ff;font-weight:500;letter-spacing:1px}.travel-header-brand-text{font-size:13px;color:#1677ff;font-weight:600;letter-spacing:.5px}.travel-header-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;border-radius:50%;position:relative;transition:background .2s,color .2s}.travel-header-icon:hover{background:#f5f7fa;color:#1677ff}.travel-header-badge{position:absolute;top:6px;right:6px;width:6px;height:6px;background:#ff4d4f;border-radius:50%}.travel-header-user{display:flex;align-items:center;gap:8px;cursor:pointer;color:#333;font-size:13px;padding:4px 8px;border-radius:4px;transition:background .2s}.travel-header-user:hover{background:#f5f7fa}.travel-header-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center}.travel-sidebar{width:200px;background:#fff;flex-shrink:0;display:flex;flex-direction:column;color:#333;border-right:1px solid #e8e8e8}.travel-menu{flex:1;overflow-y:auto;padding:12px 10px}.travel-menu-group{margin-bottom:4px}.travel-menu-item{padding:10px 12px;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#333;border-radius:6px;transition:background .2s,color .2s}.travel-menu-item svg{flex-shrink:0;display:block}.travel-menu-item:hover{background:#f5f7fa;color:#1677ff}.travel-menu-item.active{background:#e6f4ff;color:#1677ff;font-weight:700;position:relative}.travel-menu-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:18px;border-radius:0 3px 3px 0;background:#1677ff}.travel-submenu{padding:6px 8px 8px 2px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px 10px}.travel-submenu-item{padding:6px 10px;cursor:pointer;font-size:13px;color:#666;border-radius:4px;transition:background .2s,color .2s;text-align:center;line-height:1.3;white-space:nowrap}.travel-submenu-item:hover{background:#f5f7fa;color:#1677ff}.travel-submenu-item.active{background:#e6f4ff;color:#1677ff;font-weight:500}.travel-sidebar-footer{padding:12px;border-top:1px solid #e8e8e8}.travel-enterprise-card{background:#f0f5ff;border-radius:8px;padding:12px}.travel-enterprise-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.travel-enterprise-info{display:flex;flex-direction:column;gap:2px}.travel-enterprise-title{font-size:14px;font-weight:600;color:#1f1f1f}.travel-enterprise-date{font-size:11px;color:#999}.travel-enterprise-btn{width:100%;padding:6px 0;background:#1677ff;border:1px solid #1677ff;border-radius:4px;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:background .2s}.travel-enterprise-btn:hover{background:#0958d9}.travel-content{flex:1;overflow-y:auto;background:#fff}.travel-page{min-height:100%}.travel-tab-bar{background:#fff;border-bottom:1px solid #e8e8e8;display:flex;padding-left:20px}.travel-tab{padding:12px 24px;font-size:14px;color:#666;cursor:pointer;border-bottom:2px solid transparent;position:relative}.travel-tab.active{color:#1890ff;font-weight:500;border-bottom-color:#1890ff}.travel-tab-close{margin-left:8px;color:#999}.travel-tab-close:hover{color:#ff4d4f}.travel-main{padding:16px;display:flex;gap:16px}.travel-main-content{flex:1;display:flex;flex-direction:column;gap:12px}.travel-module{background:#fff;border-radius:4px;overflow:hidden}.travel-module-header{background:linear-gradient(135deg,#5b8def,#8ab4f8);padding:8px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.travel-module-header.module-header-accent{background:linear-gradient(135deg,#ff9912,#ffb347)}.travel-module-header-title{color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.travel-module-header-actions{display:flex;gap:8px}.travel-module-header-btn{color:#fff;font-size:12px;padding:2px 8px;border:1px solid rgba(255,255,255,.5);border-radius:3px;cursor:pointer;background:transparent}.travel-module-header-btn:hover{background:#ffffff1a}.travel-module-content{padding:12px 16px}.travel-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 16px}.travel-form-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:10px 16px}.travel-form-divider{height:1px;background:#b0b0b0;margin:12px 0}.travel-form-button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.travel-form-item{display:flex;align-items:center;gap:8px}.travel-form-label{font-size:13px;color:#666;font-weight:500;text-align:right;padding-right:8px;white-space:nowrap;min-width:70px}.travel-quick-field .travel-form-label{min-width:80px;width:80px}.travel-quick-field .travel-form-control{flex:1}.travel-quick-field-row{flex:1;display:flex;gap:8px;min-width:0}.travel-link-btn{background:transparent;border:none;color:#1890ff;font-size:12px;cursor:pointer;white-space:nowrap;padding:0 4px;align-self:center}.travel-link-btn:hover{text-decoration:underline}.travel-required{color:#ff4d4f;margin-right:2px}.travel-form-control{flex:1;height:28px;font-size:13px;border:1px solid #d9d9d9;border-radius:3px;padding:0 8px;background:#fff}.travel-form-control:hover{border-color:#1890ff}.travel-form-control:focus{border-color:#1890ff;outline:none;box-shadow:0 0 0 2px #1890ff1a}.travel-form-control.date-picker{padding:0 8px}.travel-date-weekday{display:block;font-size:12px;color:#999;margin-top:2px}.travel-form-control.date-picker.short-date{font-size:12px}.travel-route-editor{min-height:30px;padding:4px 8px;border:1px solid #dcdfe6;border-radius:4px;outline:none;font-size:12px;line-height:1.6;white-space:normal;word-break:break-word;background:#fff;transition:border-color .2s;width:100%;box-sizing:border-box;display:block}.travel-route-editor:focus{border-color:#4080ff;box-shadow:0 0 0 1px #4080ff26}.travel-route-editor:empty:before{content:attr(data-placeholder);color:#c0c4cc;pointer-events:none}.travel-weekday-text{font-size:12px;color:#666}.travel-age-text{display:inline-block;padding:2px 6px;font-size:13px;color:#1890ff;font-weight:500;min-width:30px;text-align:center}.travel-age-red{color:#ff4d4f!important}.travel-form-control.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L7 9L11 5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:24px}.travel-form-control.textarea{height:auto;min-height:60px;padding:6px 8px;resize:vertical}.travel-form-group{display:flex;gap:4px}.travel-form-group .travel-form-control{flex:1}.travel-table-wrapper{margin-top:8px;overflow-x:auto}.travel-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px}.travel-table th,.travel-table td{padding:8px 6px;text-align:left;border-bottom:1px solid #f0f0f0}.travel-table th{background:#f5f7fa;color:#555;font-weight:500;border-bottom:2px solid #e8e8e8;letter-spacing:.5px}.travel-table tr:hover{background:#fafafa}.travel-table .travel-form-control{width:100%}.travel-form-control.short-input{width:38px;flex:none}.travel-table .meal-col{padding:2px 0;width:42px;min-width:42px}.travel-table .meal-col .travel-form-control{width:100%}.travel-table .date-col{padding:0;width:78px;min-width:78px}.travel-table .date-col .travel-form-control{width:100%;min-width:0;padding:0 2px}.travel-table .weekday-col{padding:0;width:24px;min-width:24px;text-align:center!important;vertical-align:middle}.travel-table .route-col{padding:2px 0;width:150px;min-width:150px}.travel-table .hotel-col{padding:0;width:180px;min-width:180px}.travel-table .action-col{padding:2px 0;width:32px;min-width:32px}.evidence-col{min-width:150px;width:200px}.evidence-col .travel-richtext-editor{min-height:60px;max-height:200px;overflow-y:auto}.travel-btn{padding:4px 12px;font-size:12px;border-radius:3px;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:4px}.travel-btn-add{background:#1890ff;color:#fff}.travel-btn-add:hover{background:#40a9ff}.travel-btn-delete{background:transparent;color:#ff4d4f;padding:4px}.travel-btn-delete:hover{background:#ff4d4f1a}.travel-btn-info{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff}.travel-btn-accent{background:linear-gradient(135deg,#ff9912,#ffb347);color:#fff}.travel-btn-danger{background:linear-gradient(135deg,#d94040,#ff6b6b);color:#fff}.travel-btn-success{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff}.travel-btn-warning{background:linear-gradient(135deg,#faad14,#ffc53d);color:#fff}.travel-btn-danger{background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff}.travel-btn-primary{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff}.travel-checkbox{width:16px;height:16px}.travel-total-row{background:#fafafa;font-weight:600}.travel-total-row td:first-child{text-align:right}.travel-total-amount{color:#ff4d4f;font-size:16px;font-weight:700}.travel-profits{display:flex;justify-content:space-between;padding-top:8px;border-top:1px solid #e8e8e8;margin-top:8px;font-size:14px;color:#666}.travel-sidebar-right{width:160px;background:#fff;border-left:1px solid #e8e8e8;padding:12px;flex-shrink:0}.travel-sidebar-right-title{font-size:14px;font-weight:600;color:#1890ff;padding-bottom:8px;border-bottom:2px solid #1890ff;margin-bottom:12px}.travel-sidebar-right-item{padding:8px 0 8px 8px;font-size:13px;color:#666;cursor:pointer;border-radius:4px}.travel-sidebar-right-item:hover{background:#f5f7fa}.travel-sidebar-right-item.active{background:#e6f7ff;color:#1890ff}.travel-footer{padding:16px;display:flex;justify-content:flex-end;gap:12px;background:#fff;border-top:1px solid #e8e8e8;flex-shrink:0}.travel-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.travel-page-title{font-size:18px;font-weight:600;color:#333}.travel-search-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.travel-search-input{width:200px;height:28px;font-size:13px;border:1px solid #d9d9d9;border-radius:3px;padding:0 8px 0 28px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='4' stroke='%23bbb' stroke-width='1.5'/%3E%3Cpath d='M10 10L13 13' stroke='%23bbb' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 8px center}.travel-search-input:focus{border-color:#1890ff;outline:none}.travel-filter-tabs{display:flex;gap:20px;margin-bottom:16px;border-bottom:1px solid #e8e8e8;padding-bottom:8px}.travel-filter-tab{font-size:14px;color:#666;cursor:pointer;border-bottom:2px solid transparent;padding-bottom:8px}.travel-filter-tab.active{color:#1890ff;font-weight:500;border-bottom-color:#1890ff}.travel-filter-tab-count{color:#999;font-weight:400}.travel-card{background:#fff;border-radius:4px;padding:16px;box-shadow:0 1px 3px #0000000d}.travel-stat-row{display:flex;gap:16px}.travel-stat-card{flex:1;background:#fff;border-radius:4px;padding:16px;box-shadow:0 1px 3px #0000000d}.travel-stat-title{font-size:13px;color:#666;margin-bottom:8px}.travel-stat-value{font-size:24px;font-weight:600;color:#1890ff}.travel-tag{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;color:#fff;white-space:nowrap}.travel-tag-orange{background:#faad14}.travel-tag-blue{background:#1890ff}.travel-tag-green{background:#52c41a}.travel-tag-red{background:#ff4d4f}.travel-tag-gray{background:#f0f0f0;color:#999}.travel-status-select{position:relative;display:inline-block}.travel-status-menu{position:absolute;top:100%;left:0;margin-top:4px;min-width:96px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:4px;z-index:20}.travel-status-menu-item{padding:6px 8px;border-radius:6px;cursor:pointer}.travel-status-menu-item:hover{background:#f5f7fa}.travel-status-menu-item.active{background:#e6f4ff}.travel-action-buttons{display:flex;gap:8px}.travel-action-btn{font-size:13px;color:#666;cursor:pointer;background:transparent;border:none}.travel-action-btn:hover{color:#1890ff}.travel-page-heading{font-size:18px;font-weight:600;color:#1f2329;margin:0;padding:16px 20px 4px}.travel-page-banner{background:linear-gradient(110deg,#1d6fe0,#4a9bff 55%,#7bc0ff);padding:22px 28px;color:#fff;box-shadow:0 4px 16px #1d6fe02e}.travel-page-banner-inner{display:flex;align-items:center;gap:16px}.travel-page-banner-icon{width:46px;height:46px;border-radius:12px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;color:#fff;flex:none}.travel-page-banner .travel-page-title{color:#fff;font-size:20px;margin:0}.travel-page-subtitle{font-size:12px;color:#fffc;margin-top:3px}.travel-page-banner .travel-btn-primary{margin-left:auto}.travel-page .travel-card{border-radius:10px;padding:20px;box-shadow:0 2px 12px #0000000f}.travel-stat-card{display:flex;align-items:center;gap:14px;border-radius:10px;border-left:4px solid transparent;transition:transform .18s ease,box-shadow .18s ease}.travel-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.travel-stat-icon{width:40px;height:40px;border-radius:10px;flex:none;background:#1890ff1f}.travel-stat-blue{background:linear-gradient(135deg,#eaf4ff,#f7fbff);border-left-color:#1890ff}.travel-stat-blue .travel-stat-icon{background:#1890ff24}.travel-stat-blue .travel-stat-value{color:#1890ff}.travel-stat-green{background:linear-gradient(135deg,#eafbf0,#f7fdf9);border-left-color:#52c41a}.travel-stat-green .travel-stat-icon{background:#52c41a24}.travel-stat-green .travel-stat-value{color:#389e0d}.travel-stat-orange{background:linear-gradient(135deg,#fff7e6,#fffaef);border-left-color:#fa8c16}.travel-stat-orange .travel-stat-icon{background:#fa8c1624}.travel-stat-orange .travel-stat-value{color:#fa8c16}.travel-stat-purple{background:linear-gradient(135deg,#f6efff,#fbf7ff);border-left-color:#9254de}.travel-stat-purple .travel-stat-icon{background:#9254de24}.travel-stat-purple .travel-stat-value{color:#9254de}.travel-stat-cyan{background:linear-gradient(135deg,#e6fffb,#f5fffe);border-left-color:#13c2c2}.travel-stat-cyan .travel-stat-icon{background:#13c2c224}.travel-stat-cyan .travel-stat-value{color:#13c2c2}.travel-stat-red{background:linear-gradient(135deg,#fff1f0,#fff8f7);border-left-color:#ff4d4f}.travel-stat-red .travel-stat-icon{background:#ff4d4f24}.travel-stat-red .travel-stat-value{color:#ff4d4f}.travel-stat-value{font-size:26px}.travel-search-bar-fancy{background:linear-gradient(180deg,#fafcff,#f4f8ff);border:1px solid #e8eefb;border-radius:10px;padding:12px 14px}.travel-search-bar-fancy .travel-search-icon{font-size:14px;opacity:.6}.travel-search-bar-fancy .travel-search-input{width:240px;height:32px;border-radius:8px;transition:border-color .2s,box-shadow .2s}.travel-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:12px 16px;align-items:center;width:100%}.travel-filter-item{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.travel-filter-item>label{flex:none;font-size:13px;color:#555;white-space:nowrap}.travel-filter-item>.travel-form-control{flex:1 1 auto;min-width:0;width:100%!important}.travel-filter-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;margin-top:4px}.travel-search-bar-fancy .travel-search-input:focus{box-shadow:0 0 0 3px #1890ff1f}.travel-btn-lg{font-size:14px;padding:8px 18px;border-radius:8px}.travel-table{border-radius:8px;overflow:hidden;border:1px solid #eef0f3}.travel-table-stripe tbody tr:nth-child(2n){background:#fafbfc}.travel-table-stripe tbody tr:hover{background:#eef6ff}.travel-table-stripe th{background:#f5f8fc;font-weight:600}.travel-action-buttons{gap:4px;align-items:center}.travel-action-view,.travel-action-edit{font-size:13px;padding:3px 10px;border-radius:6px;border:1px solid transparent;transition:all .15s}.travel-action-view{color:#1890ff;background:#1890ff14;border-color:#1890ff2e}.travel-action-view:hover{color:#fff;background:#1890ff;border-color:#1890ff}.travel-action-edit{color:#52c41a;background:#52c41a14;border-color:#52c41a2e}.travel-action-edit:hover{color:#fff;background:#52c41a;border-color:#52c41a}.travel-action-sep{color:#e3e6eb}.travel-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.travel-modal{background:#fff;border-radius:6px;width:700px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000026}.travel-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8e8e8;font-size:16px;font-weight:600}.travel-modal-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:0 4px;line-height:1}.travel-modal-close:hover{color:#ff4d4f}.travel-modal-body{padding:20px;overflow-y:auto;flex:1}.travel-detail-item{display:flex;padding:8px 0;border-bottom:1px dashed #f0f0f0;font-size:14px;line-height:1.6}.travel-detail-label{flex:0 0 140px;color:#888}.travel-detail-value{flex:1;color:#333;word-break:break-all}.travel-modal-hint{font-size:13px;color:#999;margin-bottom:12px;line-height:1.6}.travel-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:12px 20px;border-top:1px solid #e8e8e8}.travel-list-hint{font-size:11px;font-weight:400;color:#faad14;margin-left:8px}.travel-richtext-editor{flex:1;min-height:80px;max-height:300px;overflow-y:auto;padding:6px 10px;border:1px solid #d9d9d9;border-radius:3px;outline:none;font-size:13px;line-height:1.8;background:#fff;word-break:break-word}.travel-richtext-editor:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.travel-richtext-editor:empty:before{content:attr(data-placeholder);color:#c0c4cc;pointer-events:none}.travel-richtext-editor img{max-width:100%;cursor:pointer}.travel-richtext-editor div[contenteditable=false]{cursor:default}@media(max-width:768px){.travel-sidebar,.travel-sidebar-right{display:none}.travel-form-grid,.travel-form-grid-5{grid-template-columns:repeat(2,1fr)}}@media(max-width:1280px){.travel-form-grid-5{grid-template-columns:repeat(3,1fr)}}.login-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.login-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;border-bottom:1px solid #f0f0f0}.login-header-logo{display:flex;align-items:center;gap:10px}.login-logo-icon{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#0052d9,#06f);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.login-logo-text{font-size:18px;font-weight:600;color:#000000e6}.login-header-actions{display:flex;align-items:center;gap:16px}.login-body{flex:1;display:flex}.login-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.login-form-container{width:400px}.login-form-header{margin-bottom:40px}.login-subtitle{font-size:16px;color:#0009;margin:0 0 8px}.login-title{font-size:36px;font-weight:600;color:#000000e6;margin:0 0 16px;line-height:1.2}.login-register-line{display:flex;align-items:center;gap:4px}.login-text-muted{font-size:14px;color:#0009}.login-link{font-size:14px;color:#0052d9;cursor:pointer}.login-link:hover{text-decoration:underline}.login-form-fields{display:flex;flex-direction:column;gap:20px}.login-input-wrapper{position:relative;display:flex;align-items:center;border-bottom:1px solid #dcdcdc;transition:border-color .2s;padding:6px 0}.login-input-wrapper:focus-within{border-bottom-color:#0052d9}.login-input-icon{font-size:18px;color:#00000059;margin-right:10px;flex-shrink:0}.login-input{flex:1;border:none;outline:none;font-size:15px;color:#000000e6;background:transparent;line-height:24px}.login-input::placeholder{color:#00000059}.login-eye-icon{font-size:18px;color:#00000059;cursor:pointer;flex-shrink:0;padding:0 4px}.login-eye-icon:hover{color:#0009}.login-options{display:flex;align-items:center;justify-content:space-between}.login-remember{display:flex;align-items:center;gap:6px;font-size:14px;color:#0009;cursor:pointer}.login-remember input[type=checkbox]{width:16px;height:16px;accent-color:#0052d9;cursor:pointer}.login-forgot-link{font-size:14px;color:#0052d9;cursor:pointer}.login-forgot-link:hover{text-decoration:underline}.login-submit-btn{width:100%;height:44px;border:none;border-radius:3px;background:#0052d9;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.login-submit-btn:hover{background:#1a6af0}.login-submit-btn:active{background:#0044b8}.login-alternatives{display:flex;justify-content:center;gap:24px}.login-alt-link{font-size:14px;color:#0052d9;cursor:pointer}.login-alt-link:hover{text-decoration:underline}.crm-dashboard{display:flex;gap:16px;padding:16px;min-height:100%}.crm-main{flex:1;display:flex;flex-direction:column;gap:16px}.crm-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.crm-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}.crm-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.crm-card-title{font-size:15px;font-weight:600;color:#1f1f1f}.crm-card-more{font-size:12px;color:#999;cursor:pointer}.crm-card-more:hover{color:#1677ff}.crm-welcome{background:linear-gradient(135deg,#e6f4ff,#f0f7ff);border-radius:12px;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;min-height:140px}.crm-welcome-text{z-index:1}.crm-welcome-title{font-size:24px;font-weight:600;color:#1f1f1f;margin-bottom:8px}.crm-welcome-wave{font-size:22px}.crm-welcome-subtitle{font-size:14px;color:#666}.crm-welcome-brand{position:absolute;right:40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;gap:4px}.crm-welcome-brand-en{font-size:28px;font-weight:700;color:#1677ff;letter-spacing:1px;font-style:italic}.crm-welcome-brand-cn{font-size:16px;font-weight:600;color:#1f1f1f;letter-spacing:2px}.crm-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.crm-stat-card{background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 2px 8px #0000000a}.crm-stat-label{font-size:13px;color:#666;margin-bottom:10px}.crm-stat-value{font-size:24px;font-weight:700;color:#1f1f1f;margin-bottom:8px}.crm-stat-change{font-size:12px;color:#52c41a}.crm-quick-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.crm-quick-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;padding:8px 4px;border-radius:8px;transition:background .2s}.crm-quick-item:hover{background:#f5f7fa}.crm-quick-item span{font-size:12px;color:#333}.crm-quick-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.crm-chart-row{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:16px}.crm-chart-funnel,.crm-chart-pie,.crm-chart-line{min-height:320px}.crm-funnel{display:flex;flex-direction:column;gap:10px;padding-top:8px}.crm-funnel-row{display:flex;align-items:center;gap:10px;font-size:12px}.crm-funnel-label{width:60px;color:#666;text-align:right}.crm-funnel-bar-wrap{flex:1;display:flex;justify-content:center}.crm-funnel-bar{height:26px;background:linear-gradient(90deg,#1677ff,#69b1ff);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;min-width:36px}.crm-funnel-rate{width:42px;color:#999}.crm-pie-wrap{display:flex;align-items:center;gap:20px;padding-top:8px}.crm-pie{width:130px;height:130px;border-radius:50%;position:relative;flex-shrink:0}.crm-pie-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.crm-pie-total{font-size:16px;font-weight:700;color:#1f1f1f}.crm-pie-total-label{font-size:11px;color:#999}.crm-pie-legend{flex:1;display:flex;flex-direction:column;gap:8px}.crm-pie-legend-item{display:flex;align-items:center;gap:8px;font-size:12px}.crm-pie-dot{width:8px;height:8px;border-radius:2px}.crm-pie-label{color:#666;flex:1}.crm-pie-value{color:#333;font-weight:500}.crm-line-chart{padding-top:8px}.crm-line-svg{width:100%;height:140px}.crm-line-labels{display:flex;justify-content:space-between;padding:0 4px;font-size:11px;color:#999;margin-top:4px}.crm-line-legend{display:flex;justify-content:center;gap:20px;margin-top:12px;font-size:12px;color:#666}.crm-line-legend span{display:flex;align-items:center;gap:6px}.crm-line-legend i{width:10px;height:3px;border-radius:2px}.crm-bottom-row{display:grid;grid-template-columns:2fr 1fr;gap:16px}.crm-follow-card,.crm-notice-card{min-height:240px}.crm-table{width:100%;border-collapse:collapse;font-size:12px}.crm-table th,.crm-table td{padding:10px 8px;text-align:left;border-bottom:1px solid #f0f0f0;color:#666}.crm-table th{color:#999;font-weight:500;background:#fafafa}.crm-status{color:#1677ff;background:#e6f4ff;padding:2px 8px;border-radius:4px;font-size:11px}.crm-notice-list{display:flex;flex-direction:column;gap:12px}.crm-notice-item{padding-bottom:12px;border-bottom:1px solid #f0f0f0}.crm-notice-item:last-child{border-bottom:none;padding-bottom:0}.crm-notice-title{font-size:13px;color:#333;line-height:1.5;display:flex;align-items:center;gap:6px}.crm-notice-hot{color:#ff4d4f;border:1px solid #ffccc7;padding:0 4px;border-radius:3px;font-size:11px}.crm-notice-date{font-size:12px;color:#999;margin-top:4px}.crm-todo-list{display:flex;flex-direction:column;gap:12px}.crm-todo-item{display:flex;align-items:center;gap:10px;cursor:pointer}.crm-todo-icon{width:30px;height:30px;border-radius:50%;background:#e6f4ff;color:#1677ff;display:flex;align-items:center;justify-content:center}.crm-todo-label{flex:1;font-size:13px;color:#333}.crm-todo-value{font-size:14px;font-weight:600;color:#1f1f1f}.crm-brief-list{display:flex;flex-direction:column;gap:14px}.crm-brief-item{display:flex;align-items:center;justify-content:space-between}.crm-brief-left{display:flex;flex-direction:column;gap:4px}.crm-brief-label{font-size:12px;color:#999}.crm-brief-value{font-size:16px;font-weight:600;color:#1f1f1f}.crm-brief-change{font-size:11px;color:#52c41a}.crm-ranking-tabs{display:flex;gap:12px;font-size:12px;color:#999}.crm-ranking-tabs .active{color:#1677ff;font-weight:500;border-bottom:2px solid #1677ff;padding-bottom:2px}.crm-ranking-list{display:flex;flex-direction:column;gap:10px}.crm-ranking-item{display:flex;align-items:center;gap:10px;font-size:13px}.crm-ranking-rank{width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#999;background:#f5f5f5}.crm-ranking-rank.top{background:#1677ff;color:#fff}.crm-ranking-avatar{width:28px;height:28px;border-radius:50%;background:#f0f0f0;color:#666;font-size:12px;display:flex;align-items:center;justify-content:center}.crm-ranking-name{flex:1;color:#333}.crm-ranking-amount{color:#ff7a45;font-weight:500}@media(max-width:1280px){.crm-dashboard{flex-direction:column}.crm-sidebar{width:100%;flex-direction:row;flex-wrap:wrap}.crm-sidebar>.crm-card{flex:1;min-width:280px}.crm-stat-row{grid-template-columns:repeat(2,1fr)}.crm-quick-grid{grid-template-columns:repeat(4,1fr)}.crm-chart-row,.crm-bottom-row{grid-template-columns:1fr}}@media(max-width:768px){.crm-stat-row{grid-template-columns:1fr}.crm-quick-grid{grid-template-columns:repeat(2,1fr)}.crm-welcome-illustration{display:none}}.login-illustration{flex:1;background:#f5f7fa;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-illustration-bg{position:relative;width:420px;height:420px}.login-shape{position:absolute}.login-shape-blue{left:60px;top:80px;width:160px;height:120px;background:linear-gradient(135deg,#0052d9,#3d7fff);border-radius:16px;color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0052d959;transform:rotate(-5deg)}.login-shape-gray{right:40px;top:120px;width:140px;height:100px;background:linear-gradient(135deg,#e8eaed,#d0d3d8);border-radius:14px;color:#0006;font-size:22px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #0000001a;transform:rotate(3deg)}.login-shape-circle-blue{left:40px;bottom:60px;width:80px;height:80px;background:radial-gradient(circle,#3d7fff,#0052d9);border-radius:50%;box-shadow:0 4px 20px #0052d94d}.login-shape-circle-green{left:180px;bottom:100px;width:60px;height:60px;background:radial-gradient(circle,#00a870,#009a62);border-radius:50%;box-shadow:0 4px 16px #00a8704d}.login-shape-circle-white{right:120px;top:60px;width:50px;height:50px;background:radial-gradient(circle,#fff,#f0f0f0);border-radius:50%;box-shadow:0 2px 12px #00000014}.login-shape-t{left:260px;top:40px;width:80px;height:80px;background:linear-gradient(135deg,#e6f0ff,#c2d9ff);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0052d926;transform:rotate(12deg)}.login-shape-t span{font-size:40px;font-weight:800;color:#0052d9;font-family:Inter,sans-serif}.login-shape-toggle{right:80px;bottom:70px;width:56px;height:28px;background:#0052d9;border-radius:14px;display:flex;align-items:center;padding:0 3px;box-shadow:0 2px 8px #0052d94d}.login-toggle-circle{width:22px;height:22px;background:#fff;border-radius:50%;margin-left:auto;box-shadow:0 1px 2px #00000026}.login-watermark{right:30px;bottom:30px;font-size:60px;font-weight:800;color:#0052d90f;line-height:1}
