:root{--theme-primary: #000000;--theme-primary-hover: #262626;--theme-accent: #FF7746;--theme-accent-hover: #E56334;--theme-accent-light: #FFF2EC;--theme-bg-body: #F6F6F6;--theme-bg-card: #FFFFFF;--theme-bg-input: #F6F6F6;--theme-bg-hover: #FAF7F3;--theme-bg-header: #000000;--theme-bg-sidebar: transparent;--theme-text-primary: #000000;--theme-text-regular: #333333;--theme-text-secondary: #666666;--theme-text-muted: #999999;--theme-text-light: #FFFFFF;--theme-border: #EBE6DF;--theme-border-light: #F0ECE6;--theme-border-input: #E5E5E5;--theme-radius-pill: 100px;--theme-radius-card: 12px;--theme-radius-modal: 12px;--theme-radius-sm: 6px;--theme-shadow-card: 0 2px 10px rgba(0, 0, 0, .04);--theme-shadow-dropdown: 0 4px 16px rgba(0, 0, 0, .08);--theme-font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif}html,body{background-color:var(--theme-bg-body)!important;color:var(--theme-text-regular);font-family:var(--theme-font-family);-webkit-font-smoothing:antialiased}.figma-header{height:64px!important;line-height:64px!important;padding:0 32px!important;background:var(--theme-bg-header)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:0 2px 8px #00000026;z-index:1000;position:relative}.figma-header-left{display:flex;align-items:center;gap:16px}.figma-header-logo{width:36px;height:36px;object-fit:contain;display:block}.figma-header-divider{width:1.5px;height:16px;background-color:#fff;border-radius:24px;opacity:.8}.figma-header-title{color:#fff;font-size:18px;font-weight:500;letter-spacing:.5px;font-family:var(--theme-font-family)}.figma-header-right{display:flex;align-items:center;gap:12px}.figma-user-profile{display:flex;align-items:center;gap:10px;cursor:pointer;padding:4px 12px;border-radius:100px;transition:background .2s ease}.figma-user-profile:hover{background:#ffffff1f}.figma-user-avatar{width:36px;height:36px;border-radius:50%;background:#333;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.figma-user-name{color:#fff;font-size:14px;font-weight:400}.figma-user-arrow{color:#fff;font-size:12px;opacity:.7;transition:transform .2s ease}.figma-sider{background:transparent!important;border-right:none!important;position:relative;display:flex!important;flex-direction:column!important}.figma-sider .ant-layout-sider-children{display:flex!important;flex-direction:column!important;justify-content:space-between!important;padding:0!important;background:transparent!important;width:100%!important;box-sizing:border-box!important}.figma-menu{background:transparent!important;border-inline-end:none!important;display:flex;flex-direction:column;gap:8px;width:100%!important}.figma-menu .ant-menu-item{height:40px!important;line-height:40px!important;border-radius:var(--theme-radius-pill)!important;margin:0!important;padding:0 20px!important;color:var(--theme-text-primary)!important;font-size:14px!important;font-weight:400!important;display:flex!important;align-items:center!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;background:transparent!important}.figma-menu .ant-menu-item .anticon{font-size:16px;min-width:16px}.figma-menu .ant-menu-item:hover{background:#0000000a!important;color:var(--theme-text-primary)!important}.figma-menu .ant-menu-item-selected{background:var(--theme-primary)!important;color:var(--theme-text-light)!important;font-weight:500!important;box-shadow:0 4px 12px #00000026!important}.figma-menu .ant-menu-item-selected .anticon{color:var(--theme-text-light)!important}.figma-menu .ant-menu-item-selected:after{display:none!important}.figma-sider.ant-layout-sider-collapsed .figma-menu,.figma-menu.ant-menu-inline-collapsed{width:100%!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important}.figma-sider.ant-layout-sider-collapsed .figma-menu .ant-menu-item,.figma-menu.ant-menu-inline-collapsed .ant-menu-item{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;padding:0!important;margin:0 auto 8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;box-sizing:border-box!important}.figma-sider.ant-layout-sider-collapsed .figma-menu .ant-menu-item .anticon,.figma-menu.ant-menu-inline-collapsed .ant-menu-item .anticon{margin:0!important;padding:0!important;font-size:18px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important}.figma-sider.ant-layout-sider-collapsed .figma-menu .ant-menu-item>span:not(.anticon):not(.ant-menu-item-icon),.figma-menu.ant-menu-inline-collapsed .ant-menu-item>span:not(.anticon):not(.ant-menu-item-icon){display:none!important}.figma-collapse-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex-shrink:0!important;border-radius:50%!important;background:var(--theme-primary)!important;color:var(--theme-text-light)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;border:none!important;box-shadow:0 2px 8px #0003;transition:all .2s ease;margin:0 auto!important;padding:0!important;box-sizing:border-box!important}.figma-collapse-btn:hover{background:var(--theme-primary-hover)!important;transform:scale(1.05)}.figma-collapse-btn .anticon{font-size:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important}.figma-content{background:transparent!important;padding:20px 24px 32px!important;min-height:calc(100vh - 64px);box-sizing:border-box}.ant-layout{background:transparent!important}.figma-card{background:var(--theme-bg-card)!important;border-radius:var(--theme-radius-card)!important;border:none!important;box-shadow:var(--theme-shadow-card)!important;margin-bottom:20px;overflow:hidden}.figma-card .ant-card-head{border-bottom:1px solid var(--theme-border-light)!important;padding:0 24px!important;min-height:56px!important}.figma-card .ant-card-head-title{font-size:18px!important;font-weight:600!important;color:var(--theme-text-primary)!important}.figma-card .ant-card-body{padding:24px!important}.figma-filter-card{background:var(--theme-bg-card);border-radius:var(--theme-radius-card);padding:18px 24px;margin-bottom:20px;box-shadow:var(--theme-shadow-card)}.figma-filter-form{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.figma-filter-left{display:flex;align-items:center;flex-wrap:wrap;gap:20px;flex:1}.figma-filter-item{display:flex;align-items:center;gap:10px}.figma-filter-label{font-size:14px;font-weight:600;color:var(--theme-text-regular);white-space:nowrap}.figma-pill-input,.figma-filter-card .ant-input,.figma-filter-card .ant-select-selector,.figma-filter-card .ant-picker{background:var(--theme-bg-input)!important;border:1px solid transparent!important;border-radius:var(--theme-radius-pill)!important;height:36px!important;box-shadow:none!important;transition:all .2s ease!important}.figma-filter-card .ant-input:focus,.figma-filter-card .ant-select-focused .ant-select-selector,.figma-filter-card .ant-picker-focused{background:#fff!important;border-color:var(--theme-primary)!important}.figma-filter-actions{display:flex;align-items:center;gap:12px}.figma-btn-reset{height:36px!important;border-radius:var(--theme-radius-pill)!important;border:1px solid #D9D9D9!important;color:var(--theme-text-regular)!important;font-weight:500!important;padding:0 20px!important;background:#fff!important}.figma-btn-reset:hover{border-color:var(--theme-primary)!important;color:var(--theme-primary)!important}.figma-btn-primary{height:36px!important;border-radius:var(--theme-radius-pill)!important;background:var(--theme-primary)!important;color:var(--theme-text-light)!important;border:none!important;font-weight:500!important;padding:0 24px!important;box-shadow:0 2px 6px #00000026!important}.figma-btn-primary:hover{background:var(--theme-primary-hover)!important;color:var(--theme-text-light)!important}.figma-table .ant-table{background:transparent!important;border-radius:var(--theme-radius-card)!important}.figma-table .ant-table-thead>tr>th{background:#fafafa!important;color:var(--theme-text-regular)!important;font-weight:500!important;font-size:14px!important;border-bottom:1px solid var(--theme-border-light)!important;padding:14px 16px!important}.figma-table .ant-table-tbody>tr>td{padding:14px 16px!important;color:var(--theme-text-regular)!important;font-size:14px!important;border-bottom:1px solid var(--theme-border-light)!important;transition:background .2s ease!important}.figma-table .ant-table-tbody>tr:hover>td{background:var(--theme-bg-hover)!important}.figma-action-link,.figma-table .ant-btn-link{color:var(--theme-accent)!important;font-weight:500!important;padding:0 6px!important}.figma-action-link:hover,.figma-table .ant-btn-link:hover{color:var(--theme-accent-hover)!important;text-decoration:underline}.figma-price-text{color:var(--theme-accent);font-weight:600;font-size:14px}.figma-table .ant-pagination{margin:20px 0 8px!important}.figma-table .ant-pagination-item-active{background:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.figma-table .ant-pagination-item-active a{color:var(--theme-text-light)!important}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}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:14px;line-height:1.5715;color:#000000d9;background-color:#f0f2f5}#app{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}@media (max-width: 768px){.mobile-hidden{display:none!important}}@media (min-width: 769px){.desktop-hidden{display:none!important}}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.card-shadow{box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.card-shadow:hover{box-shadow:0 4px 16px #00000026}
