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;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}@tailwind base;@tailwind components;@tailwind utilities;@layer base{::-webkit-scrollbar{@apply w-1.5 h-1.5;}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-sm hover:bg-gray-400 transition-colors;}::selection{@apply bg-primary-100 text-primary-800;}:focus-visible{@apply outline-none ring-2 ring-primary-500 ring-offset-2;}}@layer components{.btn{@apply inline-flex items-center justify-center px-4 py-2 text-sm font-medium rounded-md border transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply btn bg-primary-500 border-primary-500 text-white hover:bg-primary-600 hover:border-primary-600 focus:ring-primary-500 active:bg-primary-700;}.btn-secondary{@apply btn bg-white border-gray-300 text-gray-700 hover:bg-gray-50 hover:border-gray-400 focus:ring-primary-500 active:bg-gray-100;}.btn-success{@apply btn bg-success-500 border-success-500 text-white hover:bg-success-600 hover:border-success-600 focus:ring-success-500 active:bg-success-700;}.btn-warning{@apply btn bg-warning-500 border-warning-500 text-white hover:bg-warning-600 hover:border-warning-600 focus:ring-warning-500 active:bg-warning-700;}.btn-error{@apply btn bg-error-400 border-error-400 text-white hover:bg-error-500 hover:border-error-500 focus:ring-error-400 active:bg-error-600;}.btn-ghost{@apply btn bg-transparent border-transparent text-gray-600 hover:bg-gray-100 hover:text-gray-900 focus:ring-primary-500;}.btn-sm{@apply px-3 py-1.5 text-xs;}.btn-lg{@apply px-6 py-3 text-base;}.card{@apply bg-white rounded-lg shadow border border-gray-200 overflow-hidden;}.card-header{@apply px-6 py-4 border-b border-gray-200 bg-gray-50;}.card-body{@apply px-6 py-4;}.card-footer{@apply px-6 py-4 border-t border-gray-200 bg-gray-50;}.form-group{@apply mb-4;}.form-label{@apply block text-sm font-medium text-gray-700 mb-2;}.form-input{@apply block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-primary-500 focus:border-primary-500 transition-colors;}.form-select{@apply form-input pr-10 bg-white;}.form-textarea{@apply form-input resize-vertical;}.form-error{@apply mt-1 text-sm text-error-400;}.form-help{@apply mt-1 text-sm text-gray-500;}.table{@apply min-w-full divide-y divide-gray-200;}.table-header{@apply bg-gray-50;}.table-header-cell{@apply px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;}.table-body{@apply bg-white divide-y divide-gray-200;}.table-row{@apply hover:bg-gray-50 transition-colors;}.table-cell{@apply px-6 py-4 whitespace-nowrap text-sm text-gray-900;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-primary{@apply badge bg-primary-100 text-primary-800;}.badge-success{@apply badge bg-success-100 text-success-800;}.badge-warning{@apply badge bg-warning-100 text-warning-800;}.badge-error{@apply badge bg-error-100 text-error-800;}.badge-gray{@apply badge bg-gray-100 text-gray-800;}.loading{@apply animate-pulse;}.loading-skeleton{@apply bg-gray-200 rounded;}.divider{@apply border-t border-gray-200 my-4;}.divider-vertical{@apply border-l border-gray-200 mx-4 h-full;}.container-fluid{@apply w-full px-4 mx-auto;}.container-sm{@apply max-w-screen-sm mx-auto px-4;}.container-md{@apply max-w-screen-md mx-auto px-4;}.container-lg{@apply max-w-screen-lg mx-auto px-4;}.container-xl{@apply max-w-screen-xl mx-auto px-4;}.page-header{@apply bg-white border-b border-gray-200 px-6 py-4;}.page-title{@apply text-2xl font-semibold text-gray-900;}.page-subtitle{@apply text-sm text-gray-500 mt-1;}.page-content{@apply flex-1 p-6;}.sidebar{@apply bg-white border-r border-gray-200 w-64 flex-shrink-0;}.sidebar-header{@apply p-6 border-b border-gray-200;}.sidebar-content{@apply flex-1 overflow-y-auto;}.nav-menu{@apply space-y-1 p-4;}.nav-item{@apply flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors;}.nav-item-active{@apply nav-item bg-primary-100 text-primary-700;}.nav-item-inactive{@apply nav-item text-gray-600 hover:bg-gray-100 hover:text-gray-900;}.breadcrumb{@apply flex items-center space-x-2 text-sm text-gray-500;}.breadcrumb-item{@apply hover:text-gray-700 transition-colors;}.breadcrumb-separator{@apply text-gray-400;}.modal-overlay{@apply fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center p-4 z-50;}.modal-content{@apply bg-white rounded-lg shadow-xl max-w-md w-full max-h-full overflow-y-auto;}.modal-header{@apply px-6 py-4 border-b border-gray-200;}.modal-title{@apply text-lg font-semibold text-gray-900;}.modal-body{@apply px-6 py-4;}.modal-footer{@apply px-6 py-4 border-t border-gray-200 flex justify-end space-x-3;}}@layer utilities{.text-ellipsis{@apply truncate;}.text-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-ellipsis-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-left{padding-left:env(safe-area-inset-left)}.safe-right{padding-right:env(safe-area-inset-right)}.glass{@apply bg-white bg-opacity-80 backdrop-blur-sm border border-white border-opacity-20;}.glass-dark{@apply bg-gray-900 bg-opacity-80 backdrop-blur-sm border border-gray-700 border-opacity-20;}.gradient-primary{background:linear-gradient(135deg,theme("colors.primary.500"),theme("colors.primary.600"))}.gradient-success{background:linear-gradient(135deg,theme("colors.success.500"),theme("colors.success.600"))}.gradient-warning{background:linear-gradient(135deg,theme("colors.warning.500"),theme("colors.warning.600"))}.gradient-error{background:linear-gradient(135deg,theme("colors.error.400"),theme("colors.error.500"))}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-500{animation-delay:.5s}}.ant-btn{@apply transition-all duration-200;}.ant-btn:focus{@apply outline-none;}.ant-card,.ant-table{@apply shadow-sm;}.ant-modal-content{@apply shadow-xl;}@media (max-width: 640px){.mobile\:hidden{display:none}}@media (max-width: 768px){.tablet\:hidden{display:none}}@media (min-width: 769px){.desktop\:block{display:block}}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:12px;padding-left:12px}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1600px){.container{max-width:1500px}}.hidden{display:none!important}@media (max-width: 576px){.hidden-xs-down{display:none!important}}@media (max-width: 768px){.hidden-sm-down{display:none!important}}@media (max-width: 992px){.hidden-md-down{display:none!important}}@media (max-width: 1200px){.hidden-lg-down{display:none!important}}@media (min-width: 576px){.hidden-xs-up{display:none!important}}@media (min-width: 768px){.hidden-sm-up{display:none!important}}@media (min-width: 992px){.hidden-md-up{display:none!important}}@media (min-width: 1200px){.hidden-lg-up{display:none!important}}@media (max-width: 576px){.text-center-xs{text-align:center!important}}@media (max-width: 576px){.text-left-xs{text-align:left!important}}@media (max-width: 576px){.text-right-xs{text-align:right!important}}@media (max-width: 576px){.margin-xs{margin:8px!important}}@media (min-width: 576px) and (max-width: 768px){.margin-sm{margin:12px!important}}@media (min-width: 768px) and (max-width: 992px){.margin-md{margin:16px!important}}@media (min-width: 992px){.margin-lg{margin:24px!important}}@media (max-width: 576px){.padding-xs{padding:8px!important}}@media (min-width: 576px) and (max-width: 768px){.padding-sm{padding:12px!important}}@media (min-width: 768px) and (max-width: 992px){.padding-md{padding:16px!important}}@media (min-width: 992px){.padding-lg{padding:24px!important}}.d-flex{display:flex!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}@media (max-width: 768px){.ant-table{width:100%;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>th,.ant-table-thead>tr>td,.ant-table-tbody>tr>td{white-space:nowrap;padding:8px}.ant-form-item-label{padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-form-item{margin-bottom:16px}.ant-btn+.ant-btn{margin-top:8px;margin-left:0}.ant-card-body{padding:12px}.ant-drawer-content-wrapper{width:80vw!important}.ant-modal{max-width:calc(100vw - 32px);margin:8px auto}.ant-modal-content{padding:16px}.ant-menu-item,.ant-menu-submenu-title{padding:0 12px}}@media (max-width: 768px){.ant-btn,.ant-checkbox,.ant-radio,.ant-switch,.ant-tag{min-height:32px;min-width:32px}.ant-list-item{padding:12px}}@media (max-width: 576px){html{font-size:14px}}@media (min-width: 576px) and (max-width: 992px){html{font-size:15px}}@media (min-width: 992px){html{font-size:16px}}*{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5715;color:#000000d9;background-color:#fafafa}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.ant-btn{border-radius:6px;font-weight:500;transition:all .2s cubic-bezier(.215,.61,.355,1)}.ant-btn:focus{outline:none}.ant-btn-primary{box-shadow:0 2px 4px #1890ff33}.ant-btn-primary:hover{box-shadow:0 4px 8px #1890ff4d;transform:translateY(-1px)}.ant-table{border-radius:8px;overflow:hidden;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;border-bottom:2px solid rgba(0,0,0,.06)}.ant-table .ant-table-tbody>tr:hover>td{background:#fafafa}.ant-card{border-radius:8px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;border:none}.ant-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06)}.ant-card .ant-card-head .ant-card-head-title{font-weight:600}.ant-modal .ant-modal-content{border-radius:8px;box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008}.ant-modal .ant-modal-header{border-bottom:1px solid rgba(0,0,0,.06);border-radius:8px 8px 0 0}.ant-modal .ant-modal-header .ant-modal-title{font-weight:600}.ant-form .ant-form-item-label>label{font-weight:500}.ant-form .ant-input,.ant-form .ant-select-selector,.ant-form .ant-picker{border-radius:6px}.ant-form .ant-input:focus,.ant-form .ant-select-selector:focus,.ant-form .ant-picker:focus,.ant-form .ant-input.ant-input-focused,.ant-form .ant-select-selector.ant-input-focused,.ant-form .ant-picker.ant-input-focused,.ant-form .ant-input.ant-select-focused .ant-select-selector,.ant-form .ant-select-selector.ant-select-focused .ant-select-selector,.ant-form .ant-picker.ant-select-focused .ant-select-selector,.ant-form .ant-input.ant-picker-focused,.ant-form .ant-select-selector.ant-picker-focused,.ant-form .ant-picker.ant-picker-focused{box-shadow:0 0 0 2px #1890ff1a}.ant-pagination .ant-pagination-item{border-radius:6px}.ant-pagination .ant-pagination-item.ant-pagination-item-active{box-shadow:0 2px 4px #1890ff33}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#1890ff}.text-success{color:#52c41a}.text-warning{color:#faad14}.text-error{color:#ff4d4f}.text-secondary{color:#000000a6}.bg-primary{background-color:#1890ff}.bg-success{background-color:#52c41a}.bg-warning{background-color:#faad14}.bg-error{background-color:#ff4d4f}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.m-1{margin:8px}.mt-1{margin-top:8px}.mr-1{margin-right:8px}.mb-1{margin-bottom:8px}.ml-1{margin-left:8px}.m-2{margin:12px}.mt-2{margin-top:12px}.mr-2{margin-right:12px}.mb-2{margin-bottom:12px}.ml-2{margin-left:12px}.m-3{margin:16px}.mt-3{margin-top:16px}.mr-3{margin-right:16px}.mb-3{margin-bottom:16px}.ml-3{margin-left:16px}.m-4{margin:24px}.mt-4{margin-top:24px}.mr-4{margin-right:24px}.mb-4{margin-bottom:24px}.ml-4{margin-left:24px}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.p-1{padding:8px}.pt-1{padding-top:8px}.pr-1{padding-right:8px}.pb-1{padding-bottom:8px}.pl-1{padding-left:8px}.p-2{padding:12px}.pt-2{padding-top:12px}.pr-2{padding-right:12px}.pb-2{padding-bottom:12px}.pl-2{padding-left:12px}.p-3{padding:16px}.pt-3{padding-top:16px}.pr-3{padding-right:16px}.pb-3{padding-bottom:16px}.pl-3{padding-left:16px}.p-4{padding:24px}.pt-4{padding-top:24px}.pr-4{padding-right:24px}.pb-4{padding-bottom:24px}.pl-4{padding-left:24px}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.flex-1{flex:1}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.rounded{border-radius:6px}.rounded-sm{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-circle{border-radius:50%}.shadow{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008}.fade-enter-active,.fade-leave-active{transition:opacity .2s cubic-bezier(.215,.61,.355,1)}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all .2s cubic-bezier(.215,.61,.355,1)}.slide-up-enter-from{opacity:0;transform:translateY(20px)}.slide-up-leave-to{opacity:0;transform:translateY(-20px)}.price-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;padding:24px;box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008}.price-card .price-amount{font-size:24px;font-weight:600;margin-bottom:12px}.price-card .price-label{opacity:.8;font-size:12px}.status-tag{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-tag.status-success{background:#52c41a1a;color:#52c41a;border:1px solid rgba(82,196,26,.2)}.status-tag.status-warning{background:#faad141a;color:#faad14;border:1px solid rgba(250,173,20,.2)}.status-tag.status-error{background:#ff4d4f1a;color:#ff4d4f;border:1px solid rgba(255,77,79,.2)}.status-tag.status-info{background:#1890ff1a;color:#1890ff;border:1px solid rgba(24,144,255,.2)}.layout[data-v-b502ced8]{min-height:100vh}.layout-sider[data-v-b502ced8]{position:fixed;left:0;top:0;bottom:0;z-index:10}.logo[data-v-b502ced8]{height:32px;margin:16px;color:#fff;font-size:18px;font-weight:700;text-align:center;line-height:32px;white-space:nowrap;overflow:hidden}.site-layout[data-v-b502ced8]{transition:all .2s}.layout-header[data-v-b502ced8]{background:#fff;padding:0;height:64px;position:fixed;top:0;right:0;width:100%;z-index:9;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 4px #00152914}.trigger[data-v-b502ced8]{padding:0 24px;font-size:18px;cursor:pointer;transition:color .3s}.trigger[data-v-b502ced8]:hover{color:#1890ff}.header-right[data-v-b502ced8]{padding-right:24px}.layout-content[data-v-b502ced8]{margin:84px 24px 24px;padding:24px;background:#fff;min-height:calc(100vh - 108px);border-radius:4px}[data-v-b502ced8] .ant-layout-sider-children{display:flex;flex-direction:column}[data-v-b502ced8] .ant-menu{flex:1}:root{--primary-color: #1890ff;--success-color: #52c41a;--warning-color: #faad14;--error-color: #ff4d4f}.ant-btn{border-radius:4px;font-weight:500}.ant-table{border-radius:8px;overflow:hidden}.ant-card,.price-card{box-shadow:0 2px 8px #00000017}@media (max-width: 768px){.ant-pagination{overflow-x:auto}}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .3s ease}.fade-slide-enter-from{opacity:0;transform:translate(-30px)}.fade-slide-leave-to{opacity:0;transform:translate(30px)}.error-boundary[data-v-e96f24f9]{display:flex;align-items:center;justify-content:center;min-height:400px;padding:24px}.error-content[data-v-e96f24f9]{text-align:center;max-width:500px}.error-icon[data-v-e96f24f9]{font-size:64px;color:#ff4d4f;margin-bottom:16px}.error-title[data-v-e96f24f9]{font-size:20px;font-weight:600;color:#262626;margin-bottom:8px}.error-message[data-v-e96f24f9]{font-size:14px;color:#8c8c8c;margin-bottom:24px;line-height:1.5}.error-actions[data-v-e96f24f9]{margin-bottom:24px}.error-details[data-v-e96f24f9]{text-align:left;margin-top:16px;padding:12px;background:#f5f5f5;border-radius:4px;border:1px solid #d9d9d9}.error-details summary[data-v-e96f24f9]{cursor:pointer;font-weight:500;margin-bottom:8px}.error-details pre[data-v-e96f24f9]{font-size:12px;color:#595959;white-space:pre-wrap;word-break:break-all;margin:0}
