.editor-boot-skeleton{display:flex;flex-direction:column;width:100%;height:100dvh;background-color:var(--bg-darkest, var(--bv-color-paper));color:var(--text-primary, var(--bv-color-ink));overflow:hidden}.editor-boot-skeleton__header{display:flex;align-items:center;justify-content:space-between;height:40px;min-height:40px;max-height:40px;padding:0 20px;background-color:var(--bg-dark, var(--bv-color-paper-2));border-bottom:1px solid var(--bg-light, var(--bv-color-rule));box-sizing:border-box;flex-shrink:0}.editor-boot-skeleton__header-left{display:flex;align-items:center;gap:8px;width:var(--media-section-width, 420px);min-width:var(--media-section-width, 420px);height:100%}.editor-boot-skeleton__header-right{display:flex;align-items:center;gap:0;height:100%}.editor-boot-skeleton__pill{height:28px;border-radius:8px;background-color:var(--bg-light, var(--bv-color-rule))}.editor-boot-skeleton__pill--demo{width:80px}.editor-boot-skeleton__pill--subscribe{width:100px}.editor-boot-skeleton__tab{width:180px;height:100%;background-color:var(--bg-light, var(--bv-color-rule));border-radius:8px}.editor-boot-skeleton__action-group{display:flex;align-items:center;gap:8px;height:100%;margin-left:8px}.editor-boot-skeleton__icon{width:44px;height:44px;min-width:44px;border-radius:10px;background-color:var(--bg-light, var(--bv-color-rule))}.editor-boot-skeleton__generate{width:180px;height:28px;border-radius:8px;background-color:var(--bg-light, var(--bv-color-rule))}.editor-boot-skeleton__main{display:flex;flex:1;min-height:0;overflow:hidden}.editor-boot-skeleton__rail{width:var(--media-section-width, 420px);min-width:var(--media-section-width, 420px);height:100%;background-color:var(--bg-dark, var(--bv-color-paper-2));border-right:1px solid var(--bg-light, var(--bv-color-rule));box-sizing:border-box}.editor-boot-skeleton__canvas{position:relative;flex:1;height:100%;background-color:var(--bg-darkest, var(--bv-color-paper));overflow:hidden}.editor-boot-skeleton__canvas-shimmer{position:absolute;inset:0;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,var(--bv-color-ink) 3%,transparent) 50%,transparent 60%);background-size:200% 100%;animation:editor-boot-skeleton-shimmer 1.8s linear infinite}@keyframes editor-boot-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
