:root{--vdd-bg: #eceef3;--vdd-bg-soft: #f6f7fb;--vdd-surface: rgba(255, 255, 255, .96);--vdd-surface-strong: #ffffff;--vdd-border: rgba(148, 163, 184, .24);--vdd-text: #111827;--vdd-text-soft: #6b7280;--vdd-primary: #9195f6;--vdd-primary-strong: #787ef2;--vdd-accent: #4ade80;--vdd-danger: #f87171;--vdd-shadow: 0 22px 52px rgba(15, 23, 42, .08);--vdd-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%)}:root[data-theme=dark]{--vdd-bg: #0f172a;--vdd-bg-soft: #111827;--vdd-surface: rgba(17, 24, 39, .98);--vdd-surface-strong: #111827;--vdd-border: rgba(71, 85, 105, .42);--vdd-text: #f8fafc;--vdd-text-soft: #94a3b8;--vdd-shadow: 0 26px 56px rgba(0, 0, 0, .3)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--vdd-bg);color:var(--vdd-text);overflow:hidden;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}a{color:inherit}.vdd-root{min-height:100vh;height:100%;overflow:hidden}.vdd-boot-screen{min-height:100vh;display:grid;place-items:center;padding:32px}.vdd-boot-panel{width:min(100%,360px);display:flex;flex-direction:column;align-items:center;gap:18px;padding:36px 28px;border-radius:26px;background:var(--vdd-surface-strong);border:1px solid var(--vdd-border);box-shadow:var(--vdd-shadow)}.vdd-boot-brand,.vdd-login-brand,.vdd-shell-brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.06em}.vdd-brand-mark{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;background:var(--vdd-primary);box-shadow:none}.vdd-login-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.vdd-login-stage{position:relative;width:min(100%,1152px);min-height:680px;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr);overflow:hidden;border-radius:32px;background:var(--vdd-surface-strong);border:1px solid var(--vdd-border);box-shadow:var(--vdd-shadow)}.vdd-login-visual{position:relative;order:2;overflow:hidden;background:var(--vdd-gradient);color:#fff;padding:56px 48px;display:flex;align-items:center;justify-content:center}.vdd-login-cloud{position:absolute;background:#ffffffc7;border-radius:999px;filter:blur(1px);animation:vdd-float 7s ease-in-out infinite}.vdd-login-cloud:before,.vdd-login-cloud:after{content:"";position:absolute;background:inherit;border-radius:inherit}.vdd-login-cloud-1{width:110px;height:42px;top:10%;left:12%}.vdd-login-cloud-1:before{width:58px;height:58px;left:10px;top:-24px}.vdd-login-cloud-1:after{width:60px;height:44px;right:8px;top:-14px}.vdd-login-cloud-2{width:138px;height:48px;top:54%;right:13%;animation-delay:1.4s}.vdd-login-cloud-2:before{width:68px;height:68px;left:16px;top:-28px}.vdd-login-cloud-2:after{width:76px;height:50px;right:12px;top:-18px}.vdd-login-cloud-3{width:90px;height:36px;bottom:16%;left:20%;animation-delay:2.1s}.vdd-login-cloud-3:before{width:48px;height:48px;left:10px;top:-18px}.vdd-login-cloud-3:after{width:52px;height:36px;right:10px;top:-12px}.vdd-login-brand-panel{position:relative;z-index:1;max-width:520px}.vdd-login-title{margin:18px 0 12px!important;color:#fff!important;font-size:clamp(44px,5vw,68px)!important;line-height:.96!important}.vdd-login-copy{color:#ffffffd1!important;font-size:16px;max-width:420px}.vdd-device-card{position:relative;z-index:1;width:min(100%,280px);height:500px;border-radius:40px;background:linear-gradient(180deg,#ffffff2e,#ffffff0f),linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:inset 0 1px #ffffff3d,0 28px 56px #0f172a3d;overflow:hidden}.vdd-device-notch{position:absolute;top:20px;left:50%;transform:translate(-50%);width:72px;height:8px;border-radius:999px;background:#ffffff52}.vdd-device-ring{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:144px;height:144px;border-radius:50%;border:4px solid rgba(255,255,255,.78);box-shadow:0 0 0 18px #ffffff29,0 0 0 38px #ffffff14}.vdd-device-lock{position:absolute;right:28px;bottom:76px;width:78px;height:96px;display:grid;place-items:center;border-radius:18px;color:#5b21b6;font-size:28px;background:#fffffff0;box-shadow:0 18px 28px #2c195929}.vdd-device-check{position:absolute;bottom:46px;right:124px;width:64px;height:64px;border-radius:20px;background:#ffffff3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vdd-device-check-dot{position:absolute;inset:50% auto auto 50%;width:18px;height:18px;transform:translate(-50%,-50%);border-radius:999px;background:#ffffffe0;box-shadow:0 0 0 10px #ffffff1f}.vdd-login-form-pane{order:1;display:flex;align-items:center;justify-content:center;padding:56px 64px}.vdd-login-card{width:min(100%,460px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.vdd-login-card-title{margin:30px 0 18px!important;font-size:clamp(44px,5vw,58px)!important;line-height:.98!important}.vdd-login-card-copy{margin-bottom:28px!important;max-width:360px;color:var(--vdd-text-soft)!important}.vdd-login-options{display:flex;align-items:center;justify-content:space-between;margin:20px 0 24px}.vdd-login-submit{height:50px;border:0;border-radius:14px!important;font-weight:600;box-shadow:0 12px 26px #9195f647}.vdd-link-button{padding-inline:0!important}.vdd-floating-theme{position:absolute;right:20px;bottom:20px;width:42px!important;height:42px!important;border-radius:999px!important;box-shadow:0 8px 18px #0f172a1f}.vdd-login-card .ant-form-item{margin-bottom:20px!important}.vdd-login-card .ant-input-affix-wrapper,.vdd-login-card .ant-input,.vdd-login-card .ant-input-password{min-height:50px}.vdd-shell-root{min-height:100vh;max-height:100vh;overflow:hidden;background:var(--vdd-bg-soft)}.vdd-shell-main,.vdd-shell-content{min-height:0;min-width:0}.vdd-shell-sider{position:sticky!important;top:0;height:100vh;overflow:hidden;border-inline-end:1px solid var(--vdd-border);background:var(--vdd-surface-strong)!important;box-shadow:none}:root[data-theme=dark] .vdd-shell-drawer .ant-drawer-content,:root[data-theme=dark] .vdd-shell-sider{background:#0b1120!important}.vdd-shell-main{flex:1 1 auto;display:flex;flex-direction:column;min-height:100vh;max-height:100vh;overflow:hidden}.vdd-shell-drawer .ant-drawer-content{background:#ffffffd1!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.vdd-shell-drawer .ant-drawer-content-wrapper{box-shadow:var(--vdd-shadow)}.vdd-shell-drawer .ant-drawer-body{padding:0!important}.vdd-shell-nav{height:100%;display:flex;flex-direction:column;overflow:hidden}.vdd-shell-brand{width:calc(100% - 32px);margin:24px 16px 12px;padding:0 4px;border:0;border-radius:0;background:transparent;color:var(--vdd-text);cursor:pointer}.vdd-brand-text{font-size:16px;letter-spacing:0}.vdd-shell-brand .vdd-brand-mark{background:#111827}:root[data-theme=dark] .vdd-shell-brand .vdd-brand-mark{background:#f8fafc;color:#111827}.vdd-shell-menu{flex:1 1 auto;min-height:0;overflow:auto;border-inline-end:0!important;background:transparent!important;padding-inline:12px;padding-bottom:20px}.vdd-shell-menu .ant-menu-item,.vdd-shell-menu .ant-menu-submenu-title{margin-block:4px!important;border-radius:10px!important;height:40px!important;line-height:40px!important;font-size:13px}.vdd-shell-menu .ant-menu-item-group-title{padding:18px 12px 8px!important;color:var(--vdd-text-soft)!important;text-transform:none;letter-spacing:.14em;font-size:11px;font-weight:700}.vdd-shell-header{position:sticky;top:0;z-index:20;flex:0 0 64px;display:flex;justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 24px!important;background:var(--vdd-surface-strong)!important;border-bottom:1px solid var(--vdd-border)}:root[data-theme=dark] .vdd-shell-header{background:var(--vdd-surface-strong)!important}.vdd-shell-header-left,.vdd-shell-header-right{display:flex;align-items:center;gap:14px}.vdd-shell-header-left{min-width:0;flex:1 1 auto}.vdd-shell-header-left>div,.vdd-page,.vdd-page>*,.vdd-page-hero>div,.vdd-card,.ant-card,.ant-card-body,.ant-table-wrapper{min-width:0}.vdd-shell-header-right{flex-shrink:0}.vdd-shell-icon-button{width:36px;height:36px;border-radius:10px;color:var(--vdd-text-soft)}.vdd-shell-breadcrumb{color:var(--vdd-text-soft);font-size:12px;letter-spacing:.08em;text-transform:uppercase;overflow-wrap:anywhere}.vdd-shell-title{font-size:18px;font-weight:600;overflow-wrap:anywhere}.vdd-user-chip{display:inline-flex;align-items:center;gap:10px;padding:0 0 0 12px;min-height:32px;border-left:1px solid var(--vdd-border);border:0;border-radius:0;background:transparent;color:inherit;cursor:pointer}.vdd-user-info{display:flex;align-items:center}.vdd-user-info strong{font-size:13px;font-weight:600}.vdd-user-chevron{color:var(--vdd-text-soft);font-size:10px}.vdd-shell-content{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:24px;background:var(--vdd-bg-soft)!important}.vdd-page{display:flex;flex-direction:column;gap:20px}.vdd-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.vdd-page-hero-copy{display:flex;flex-direction:column;gap:4px}.vdd-page-title{margin:0!important;font-size:clamp(28px,3vw,36px)!important;line-height:1.12!important}.vdd-page-desc{margin:0!important;color:var(--vdd-text-soft)!important;font-size:13px}.vdd-card{border:1px solid var(--vdd-border)!important;border-radius:18px!important;background:var(--vdd-surface-strong)!important;box-shadow:none!important}.vdd-card .ant-card-body{padding:18px!important}.vdd-card .ant-card-head{min-height:56px!important;padding-inline:18px!important;border-bottom-color:var(--vdd-border)!important}.vdd-surface{background:var(--vdd-surface-strong)!important}.vdd-grid-row{margin-top:2px}.vdd-search-form{--vdd-search-control-height: 32px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vdd-search-form .ant-form-item{align-items:center;margin-bottom:0!important}.vdd-search-form .ant-form-item-row{align-items:center}.vdd-search-form .ant-form-item-label>label{display:inline-flex;align-items:center;min-height:var(--vdd-search-control-height);font-size:13px;font-weight:600;color:var(--vdd-text)}.vdd-search-form .ant-input,.vdd-search-form .ant-input-affix-wrapper,.vdd-search-form .ant-picker,.vdd-search-form .ant-select,.vdd-search-form .ant-select-single .ant-select-selector,.vdd-search-form .ant-input-number,.vdd-search-form>.ant-btn{min-height:var(--vdd-search-control-height)!important}.vdd-search-form>.ant-btn{height:var(--vdd-search-control-height)!important}.vdd-search-form .ant-input-affix-wrapper,.vdd-search-form .ant-input:not(.ant-input-inside-affix-wrapper),.vdd-search-form .ant-select,.vdd-search-form .ant-select-single .ant-select-selector,.vdd-search-form .ant-select-content{height:var(--vdd-search-control-height)!important}.vdd-search-form .ant-input-affix-wrapper,.vdd-search-form .ant-select{border-radius:10px!important;border-color:var(--vdd-border)!important;background:var(--vdd-surface-strong)!important}.vdd-search-form .ant-select{padding-inline:0!important}.vdd-search-form .ant-input-affix-wrapper,.vdd-search-form .ant-input:not(.ant-input-inside-affix-wrapper),.vdd-search-form .ant-select-single .ant-select-selector,.vdd-search-form .ant-select-content{padding-block:0!important}.vdd-search-form .ant-input-affix-wrapper{padding-inline:11px!important}.vdd-search-form .ant-input-affix-wrapper .ant-input,.vdd-search-form .ant-input:not(.ant-input-inside-affix-wrapper){padding-inline:0!important}.vdd-search-form .ant-select-content{min-width:0;padding-inline:11px 0!important}.vdd-search-form .ant-select .ant-select-input{height:100%!important;padding:0!important}.vdd-search-form .ant-select-suffix{min-width:16px;margin-inline-start:8px;justify-content:flex-end}.vdd-search-form .ant-select-content,.vdd-search-form .ant-select-suffix{display:flex!important;align-items:center!important}.vdd-toggle-cluster{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;padding:4px;border-radius:12px;background:var(--vdd-surface-strong);border:1px solid var(--vdd-border)}.vdd-stat-card .ant-card-body{padding:20px!important}.vdd-stat-head{display:flex;justify-content:space-between;align-items:center;gap:14px;color:var(--vdd-text-soft);font-size:13px;font-weight:500}.vdd-stat-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#6b7280;background:#94a3b81f;font-size:16px}.vdd-stat-body{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:20px}.vdd-stat-value-group{display:flex;align-items:flex-end;gap:6px}.vdd-stat-body strong{font-size:clamp(28px,4vw,36px);line-height:1}.vdd-stat-value-group small{color:var(--vdd-text-soft);font-size:15px;font-weight:600}.vdd-trend-pill{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700}.vdd-trend-pill.up{color:#dc2626;background:#f871711f}.vdd-trend-pill.down{color:#15803d;background:#4ade801f}.vdd-chart-loading{min-height:260px;display:grid;place-items:center}.vdd-inline-list{display:flex;flex-wrap:wrap;gap:8px}.vdd-inline-block-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vdd-legend-item{display:inline-flex;align-items:center;gap:8px;color:var(--vdd-text-soft);font-size:13px}.vdd-legend-dot{width:10px;height:10px;border-radius:999px}.vdd-rank-index{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#9195f61f;color:var(--vdd-primary);font-weight:700}.vdd-user-line{display:flex;align-items:center;gap:12px}.vdd-user-line strong{display:block}.vdd-user-line div:last-child div{color:var(--vdd-text-soft);font-size:12px}.vdd-thumb-image{width:42px;height:42px;border-radius:10px;object-fit:cover;border:1px solid var(--vdd-border)}.vdd-thumb-empty{color:var(--vdd-text-soft);font-size:12px}.vdd-upload-trigger{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--vdd-text-soft)}.vdd-audio-cell{display:flex;flex-direction:column;gap:8px}.vdd-audio-preview{width:min(100%,220px)}.vdd-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.vdd-list-stack{display:flex;flex-direction:column;gap:12px}.vdd-inline-editor{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;gap:12px;align-items:start;padding:14px;border-radius:18px;background:#9195f60d;border:1px solid var(--vdd-border)}.vdd-inline-editor .ant-form-item{margin-bottom:0!important}.vdd-inline-editor-grow{min-width:0}.vdd-inline-editor-number{min-width:132px}.vdd-structure-row{padding:16px;border-radius:20px;background:#9195f60d;border:1px solid var(--vdd-border)}.vdd-structure-row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.vdd-delete-blocker{display:flex;flex-direction:column;gap:14px;margin-top:8px}.ant-btn{height:40px;border-radius:10px;font-weight:600;box-shadow:none}.ant-btn-primary{background:var(--vdd-primary);border-color:var(--vdd-primary)}.ant-btn-primary:hover,.ant-btn-primary:focus{background:var(--vdd-primary-strong)!important;border-color:var(--vdd-primary-strong)!important}.ant-btn-link{height:auto;padding:0}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select,.ant-select-selector,.ant-input-textarea textarea{border-radius:10px!important;border-color:var(--vdd-border)!important;background:var(--vdd-surface-strong)!important}.ant-input,.ant-input-affix-wrapper,.ant-picker,.ant-select,.ant-select-single .ant-select-selector,.ant-input-number{min-height:40px!important}.ant-input,.ant-input-affix-wrapper .ant-input,.ant-input-textarea textarea,.ant-input-number-input{line-height:1.5!important}.ant-input,.ant-input-affix-wrapper .ant-input,.ant-input-textarea textarea{padding-block:8px!important}.ant-input-affix-wrapper{padding-block:0!important}.ant-input-number-input-wrap{display:flex;align-items:center;min-height:100%}.ant-input-number-input{height:100%!important;padding-block:0!important}.ant-select,.ant-select-single .ant-select-selector{display:flex!important;align-items:center}.ant-select-content{min-width:0;display:flex!important;align-items:center!important}.ant-select-single .ant-select-suffix{display:flex!important;align-items:center!important;justify-content:flex-end}.ant-select-single .ant-select-arrow,.ant-select-single .ant-select-suffix{inset-inline-end:11px!important}.ant-input[type=color]{padding:4px!important}.ant-input-affix-wrapper-focused,.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector,.ant-input-number-focused,.ant-picker-focused{border-color:var(--vdd-primary)!important;box-shadow:0 0 0 2px #9195f624!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--vdd-primary);border-color:var(--vdd-primary)}.ant-switch{background:#94a3b857}.ant-switch.ant-switch-checked{background:var(--vdd-primary)}.ant-tag{padding:1px 8px;border:0;border-radius:8px;font-size:12px;line-height:20px;color:#6d72de;background:#9195f61f}.ant-upload-wrapper .ant-upload-select{border-radius:14px!important}.ant-table-wrapper .ant-table{background:transparent!important}.ant-table-wrapper .ant-table-container{border-radius:0!important}.ant-table-wrapper .ant-table-thead>tr>th{background:transparent!important;color:var(--vdd-text-soft)!important;font-size:12px!important;font-weight:600!important;padding:14px 12px!important;border-bottom-color:var(--vdd-border)!important}.ant-table-wrapper .ant-table-tbody>tr>td{padding:14px 12px!important;border-bottom-color:var(--vdd-border)!important;font-size:13px}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#9195f60a!important}.ant-pagination{margin-top:16px!important}.ant-modal .ant-modal-content{padding:0;overflow:hidden;border-radius:18px}.ant-modal .ant-modal-header{margin-bottom:0;padding:18px 20px;background:var(--vdd-surface-strong);border-bottom:1px solid var(--vdd-border)}.ant-modal .ant-modal-title{font-size:18px}.ant-modal .ant-modal-body{padding:20px}.ant-modal .ant-modal-footer{margin-top:0;padding:0 20px 20px}.vdd-video-preview{display:grid}.vdd-video-preview-player{width:100%;display:block;border-radius:16px;background:#000;box-shadow:inset 0 0 0 1px #ffffff0f}.vdd-shell-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.vdd-shell-sider.ant-layout-sider-collapsed .vdd-brand-text{display:none}.vdd-shell-sider.ant-layout-sider-collapsed .ant-menu-item-group-title{height:1px;margin:16px 12px 10px!important;padding:0!important;font-size:0;line-height:0;overflow:hidden;background:var(--vdd-border)}.vdd-shell-sider.ant-layout-sider-collapsed .ant-menu-item{padding-inline:calc(50% - 16px)!important}.vdd-shell-sider.ant-layout-sider-collapsed .ant-menu-title-content{display:none}.vdd-shell-sider.ant-layout-sider-collapsed .ant-menu-item .ant-menu-item-icon{margin-inline-end:0!important}@keyframes vdd-float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@media(max-width:1100px){.vdd-login-stage{grid-template-columns:1fr}.vdd-login-visual{min-height:360px;order:2;padding:40px 32px}.vdd-login-form-pane{padding:44px 36px}}@media(max-width:768px){.vdd-login-shell{padding:16px}.vdd-login-stage{min-height:auto;border-radius:24px}.vdd-login-visual{display:none}.vdd-login-form-pane{padding:32px 24px}.vdd-shell-content{padding:16px}.vdd-shell-header{height:auto;min-height:64px;padding:12px 16px!important;align-items:flex-start;flex-wrap:wrap}.vdd-inline-editor{grid-template-columns:1fr}.vdd-user-chip .vdd-user-info{display:none}.vdd-page-hero{flex-direction:column}.vdd-shell-header-left{flex-basis:220px}.vdd-shell-header-right{margin-left:auto}.vdd-shell-drawer .ant-drawer-content-wrapper{max-width:calc(100vw - 24px)}.vdd-page-title{font-size:clamp(24px,8vw,30px)!important}}
