.page-quotation-list{background:#f7f9fb}.status-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:24px}.bento-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid transparent;display:flex;flex-direction:column;justify-content:space-between;height:128px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.bento-card:hover{border-color:rgba(0,50,125,.1);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.bento-card.active{border-color:#00327d;background-color:#f8fafc}.bento-card .bento-card-header{display:flex;justify-content:space-between;align-items:flex-start}.bento-card .bento-card-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.bento-card .bento-card-icon{font-size:24px;opacity:.9}.bento-card .bento-card-value{font-size:30px;font-weight:700;color:#191c1e}.management-header{background:#fff;padding:16px 24px;border-radius:12px 12px 0 0;border:1px solid rgba(0,50,125,.05);border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.management-header-title{font-size:18px;font-weight:700;color:#00327d;margin:0}.header-actions{display:flex;align-items:center;gap:12px}.header-search-container{position:relative}.header-search-container .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:18px;color:#94a3b8}.header-search-container .header-search-input{width:200px;height:36px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px 0 38px;font-size:13px;color:#1e293b;transition:all .2s}.header-search-container .header-search-input:focus{outline:none;border-color:#00327d;background:#fff;box-shadow:0 0 0 3px rgba(0,50,125,.1)}.filter-dropdown-wrapper{position:relative}.btn-filter{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.btn-filter:hover{background:#f8fafc;border-color:#cbd5e1}.btn-filter span{font-size:18px}.filter-floating-card{position:absolute;top:calc(100% + 8px);right:0;width:300px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);padding:20px;z-index:50}.filter-floating-card .filter-card-title{font-size:15px;font-weight:700;color:#1e293b;margin-bottom:16px}.filter-floating-card .filter-card-fields{display:flex;flex-direction:column;gap:12px}.filter-floating-card .filter-card-actions{display:flex;justify-content:space-between;margin-top:8px;padding-top:16px;border-top:1px solid #f1f5f9}.filter-floating-card .filter-card-actions .btn-clear{padding:6px 16px;font-size:13px;font-weight:600;color:#64748b;background:#f1f5f9;border:none;border-radius:6px;cursor:pointer}.filter-floating-card .filter-card-actions .btn-clear:hover{background:#e2e8f0}.filter-floating-card .filter-card-actions .btn-apply{padding:6px 20px;font-size:13px;font-weight:600;color:#fff;background:#00327d;border:none;border-radius:6px;cursor:pointer}.filter-floating-card .filter-card-actions .btn-apply:hover{opacity:.9}.btn-create-inquiry{display:flex;align-items:center;gap:8px;height:36px;padding:0 20px;background:#00327d;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-create-inquiry:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn-create-inquiry span{font-size:18px}thead tr th{color:#64748b!important;background-color:rgba(242,244,246,.5)!important}.quotation-page{background-color:#f7f9fb;min-height:calc(100vh - 100px)}.quotation-page .c-card{background:transparent;border:none;box-shadow:none;padding:0}.quotation-page :deep(.page-list){background:#fff;border-radius:0 0 12px 12px;border:1px solid rgba(0,50,125,.05);border-top:none;overflow:hidden}.quotation-page :deep(.page-list) .el-table{--el-table-header-bg-color:#f8fafc}.quotation-page :deep(.page-list) .el-table th.el-table__cell{padding:16px 0}.quotation-page :deep(.page-list) .el-table th.el-table__cell .cell{font-size:11px;font-weight:700;color:#64748b!important;text-transform:uppercase;letter-spacing:.1em}.quotation-page :deep(.page-list) .el-table td.el-table__cell{padding:12px 0}.quotation-page :deep(.page-list) .el-table .hover-row>td.el-table__cell{background-color:#f8fafc!important}.quotation-page :deep(.page-list) .el-pagination{padding:20px 24px;background:#fcfcfd;border-top:1px solid #f1f5f9}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:600!important;text-transform:uppercase;letter-spacing:-.02em}.status-badge.status-approved{background-color:#ecfdf5;color:#065f46}.status-badge.status-pending{background-color:#fffbeb;color:#92400e}.status-badge.status-rejected{background-color:#fef2f2;color:#991b1b}.status-badge.status-generating{background-color:#f1f5f9;color:#475569}.table-actions{display:flex;justify-content:flex-end;gap:4px}.btn-action-icon{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;background:transparent;border:none;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn-action-icon .material-symbols-outlined{font-size:20px}.product-name-column{color:#191c1e!important;font-size:14px!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.btn-action-icon .material-symbols-outlined{font-size:20px!important;color:#94a3b8!important;transition:color .2s}.btn-action-icon:hover{background-color:#dae2ff}.btn-action-icon:hover .material-symbols-outlined{color:#00327d}.btn-action-icon.btn-check-price:hover:not(.is-disabled){background-color:#fff1f2}.btn-action-icon.btn-check-price:hover:not(.is-disabled) .material-symbols-outlined{color:#e11d48}.btn-action-icon.btn-delete:hover .material-symbols-outlined{color:#ba1a1a}.btn-action-icon.is-disabled{cursor:not-allowed;opacity:.2}.btn-action-icon.is-disabled:hover{background:transparent;color:#94a3b8}.btn-action-icon.btn-delete:hover{background-color:#ffdad6;color:#ba1a1a}:deep(.action-header){text-align:right!important}:deep(.action-header) .cell{justify-content:flex-end!important;text-align:right!important}.quotation-drawer .el-drawer__header{margin-bottom:0;padding:0;border-bottom:1px solid rgba(195,198,213,.3);background:#fff}.quotation-drawer .drawer-header-content{padding:24px}.quotation-drawer .drawer-header-content .drawer-title{font-size:20px;font-weight:700;color:#00327d;margin:0;letter-spacing:-.02em}.quotation-drawer .drawer-header-content .drawer-subtitle{font-size:13px;color:#737784;margin:4px 0 0 0}.quotation-drawer .el-drawer__body{padding:0;background:#fff}.quotation-drawer .quotation-form{padding:24px;height:100%;display:flex;flex-direction:column;gap:24px}.quotation-drawer .quotation-form .el-form-item{margin-bottom:0}.quotation-drawer .quotation-form .el-form-item .el-form-item__label{font-size:11px;font-weight:700;color:#737784;letter-spacing:.1em;line-height:1.5;margin-bottom:8px;padding:0}.quotation-drawer .quotation-form .form-section{display:flex;flex-direction:column;gap:20px}.quotation-drawer .quotation-form .el-input__wrapper{box-shadow:inset 0 0 0 1px rgba(195,198,213,.4);border-radius:12px;padding:8px 12px;background:#fcfcfd;transition:all .2s}.quotation-drawer .quotation-form .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 2px rgba(0,50,125,.1),inset 0 0 0 1px #00327d}.quotation-drawer .quotation-form .el-input__wrapper .el-input__prefix{margin-right:8px;display:flex;align-items:center}.quotation-drawer .product-image-uploader .upload-dropzone{border:2px dashed rgba(195,198,213,.6);border-radius:16px;padding:32px;background:#f9fbfc;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.quotation-drawer .product-image-uploader .upload-dropzone:hover{border-color:#00327d;background:#f1f5f9}.quotation-drawer .product-image-uploader .upload-dropzone:hover .upload-icon-wrapper{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,50,125,.1)}.quotation-drawer .product-image-uploader .upload-dropzone .upload-placeholder{display:flex;flex-direction:column;align-items:center}.quotation-drawer .product-image-uploader .upload-dropzone .upload-placeholder .upload-icon-wrapper{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#00327d;box-shadow:0 2px 6px rgba(0,0,0,.05);margin-bottom:12px;transition:all .3s}.quotation-drawer .product-image-uploader .upload-dropzone .upload-placeholder .upload-icon-wrapper .material-symbols-outlined{font-size:28px}.quotation-drawer .product-image-uploader .upload-dropzone .upload-placeholder .upload-text{font-size:14px;font-weight:600;color:#191c1e;margin:0}.quotation-drawer .product-image-uploader .upload-dropzone .upload-placeholder .upload-hint{font-size:11px;color:#737784;margin:4px 0 0 0}.quotation-drawer .product-image-uploader .upload-dropzone .upload-preview{width:100%;height:120px;display:flex;align-items:center;justify-content:center;position:relative}.quotation-drawer .product-image-uploader .upload-dropzone .upload-preview img{max-width:100%;max-height:100%;border-radius:8px;-o-object-fit:contain;object-fit:contain}.quotation-drawer .product-image-uploader .upload-dropzone .upload-preview .upload-overlay{position:absolute;inset:0;background:rgba(25,28,30,.4);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:4px;opacity:0;transition:opacity .2s;font-size:12px;font-weight:600}.quotation-drawer .product-image-uploader .upload-dropzone .upload-preview .upload-overlay .material-symbols-outlined{font-size:24px}.quotation-drawer .product-image-uploader .upload-dropzone .upload-preview:hover .upload-overlay{opacity:1}.quotation-drawer .product-image-uploader .upload-error-tips{font-size:12px;color:#ba1a1a;margin-top:8px;padding:8px 12px;background-color:#ffdad6;border:1px solid rgba(186,26,26,.2);border-radius:8px}.quotation-drawer .preferences-section{background:#f8fafc;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:24px}.quotation-drawer .preferences-section .preference-item{display:flex;justify-content:space-between;align-items:center}.quotation-drawer .preferences-section .preference-item .preference-title{font-size:14px;font-weight:600;color:#191c1e;margin:0}.quotation-drawer .preferences-section .preference-item .preference-desc{font-size:12px;color:#737784;margin:2px 0 0 0}.quotation-drawer .preferences-section .note-area .el-textarea__inner{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(195,198,213,.4);padding:12px;font-size:13px}.quotation-drawer .preferences-section .note-area .el-textarea__inner:focus{box-shadow:inset 0 0 0 2px rgba(0,50,125,.1),inset 0 0 0 1px #00327d}.quotation-drawer .drawer-footer{padding:20px 24px;border-top:1px solid rgba(195,198,213,.2);display:flex;gap:12px;background:#fff}.quotation-drawer .drawer-footer button{height:48px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.quotation-drawer .drawer-footer .btn-cancel{flex:1;background:#fff;border:1px solid rgba(195,198,213,.5);color:#737784}.quotation-drawer .drawer-footer .btn-cancel:hover{background:#f8fafc;border-color:#737784;color:#191c1e}.quotation-drawer .drawer-footer .btn-save{flex:2;background:linear-gradient(135deg,#00327d,#0047ab);color:#fff;box-shadow:0 4px 12px rgba(0,50,125,.2)}.quotation-drawer .drawer-footer .btn-save:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,50,125,.3)}.quotation-drawer .drawer-footer .btn-save:active{transform:translateY(0)}.el-tooltip__popper.country-tooltip.is-light:before{background:#222!important;border-color:#222!important;left:16px!important;right:auto!important}.el-tooltip__popper.country-tooltip.is-light{transform:translateX(40px)!important}.quotation-page .el-table .el-table__body .cell,.quotation-page .el-table .el-table__body div,.quotation-page .el-table .el-table__body span,.quotation-page .el-table .el-table__body td{font-weight:400;font-size:14px;color:#6a6c7e;line-height:18px;text-align:left;font-style:normal}.status-filter{width:100%;margin:20px 0 10px 0;display:flex;flex-direction:column;align-items:center}.status-filter .status-cards-container{display:flex;gap:133px;justify-content:center;flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto}@media(max-width:768px){.status-filter .status-cards-container{gap:15px;justify-content:space-around}}.status-filter .status-card{background:#fff;border-radius:12px;padding:24px 20px;min-width:200px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.status-filter .status-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.status-filter .status-card.active{border-color:#4a90e2;box-shadow:0 4px 20px rgba(74,144,226,.3)}.status-filter .status-card.active .status-card-icon{transform:scale(1.1)}.status-filter .status-card.active .status-card-label{color:#4a90e2;font-weight:600}.status-filter .status-card .status-card-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .3s ease}.status-filter .status-card .status-card-icon span{font-size:24px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.status-filter .status-card .status-card-content{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.status-filter .status-card .status-card-label{font-size:16px;font-weight:500;color:#333;line-height:1.4;transition:all .3s ease}.status-filter .status-card .status-card-count{font-size:24px;font-weight:700;color:#4a90e2;line-height:1.2;transition:all .3s ease}@media(max-width:768px){.status-filter .status-card{min-width:160px;padding:20px 16px}.status-filter .status-card .status-card-icon{width:50px;height:50px;margin-bottom:12px}.status-filter .status-card .status-card-icon span{font-size:20px}.status-filter .status-card .status-card-content{gap:6px}.status-filter .status-card .status-card-label{font-size:14px}.status-filter .status-card .status-card-count{font-size:20px;font-weight:600}}.page__operate-btn{display:flex;justify-content:flex-end;margin-bottom:0}.page__operate-btn .el-button{width:180px}.page__operate-btn .el-button[type=primary]{background:#4a8cca!important;border-color:#4a8cca!important;color:#fff!important;font-weight:500;font-size:16px;border-radius:8px;height:40px;box-shadow:none;transition:background .2s}.page__operate-btn .el-button[type=primary]:focus,.page__operate-btn .el-button[type=primary]:hover{background:#3573b1!important;border-color:#3573b1!important}