.layout{display:flex;flex-direction:column;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden;background:#f5f5f5}.layout-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 1rem 0 1.25rem;min-height:56px;gap:.75rem;background:#fff;box-shadow:0 1px 4px #00000014}.header-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.header-brand{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-nav{display:flex;align-items:center;gap:.15rem;margin-left:.75rem;flex-wrap:wrap}.header-nav-select-wrap{display:none;position:relative;width:100%;min-width:0}.header-nav-select-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.header-nav-select{box-sizing:border-box;width:100%;max-width:100%;padding:.45rem 2rem .45rem .6rem;font-size:16px;font-weight:500;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.header-nav-select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb26}.header-nav-link{padding:.35rem .55rem;font-size:.8125rem;font-weight:500;color:#64748b;text-decoration:none;border-radius:6px;white-space:nowrap}.header-nav-link:hover{color:#334155;background:#f1f5f9}.header-nav-link.active{color:#2563eb;background:#eff6ff}.header-logo{width:32px;height:32px;border-radius:6px}.header-left h1{font-size:1.25rem;font-weight:600}.header-right{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.user-role-badge{font-size:.6875rem;font-weight:600;letter-spacing:.02em;color:#4338ca;background:#eef2ff;padding:.2rem .45rem;border-radius:4px;max-width:6.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-name{font-size:.875rem;color:#666;max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{padding:.4rem .8rem;font-size:.875rem;color:#666;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer}.logout-btn:hover{background:#eee}.layout-main{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:stretch}.layout-main>*{flex:0 0 auto;width:100%;box-sizing:border-box;min-height:0}@media (max-width: 767px){.layout{height:100vh;max-height:100vh;min-height:100vh;height:100svh;max-height:100svh;min-height:100svh}.layout-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem .75rem;align-items:center;padding-top:.5rem;padding-bottom:.5rem}.header-left{display:contents}.header-brand{grid-column:1;grid-row:1;min-width:0}.header-brand h1{font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-right{grid-column:2;grid-row:1;justify-self:end}.header-nav{display:none}.header-nav-select-wrap{display:block;grid-column:1 / -1;grid-row:2}}.layout--ai-ppt-slide-preview .layout-main{overflow:hidden;flex:1;min-height:0}.layout--ai-ppt-slide-preview .layout-main>*{flex:1 1 0;min-height:0;min-width:0}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);background-size:200% 200%;animation:gradientShift 8s ease infinite;position:relative;overflow:hidden}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.auth-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.auth-bg-shape{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 6s ease-in-out infinite}.auth-bg-shape.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.auth-bg-shape.shape-2{width:200px;height:200px;bottom:20%;right:15%;animation-delay:-2s}.auth-bg-shape.shape-3{width:150px;height:150px;top:50%;left:50%;animation-delay:-4s}@keyframes float{0%,to{transform:translate(0) scale(1);opacity:.5}33%{transform:translate(30px,-30px) scale(1.05);opacity:.8}66%{transform:translate(-20px,20px) scale(.95);opacity:.6}}.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:400px;position:relative;z-index:1;animation:cardEnter .6s cubic-bezier(.34,1.56,.64,1) forwards;transform-origin:center bottom}.auth-card-wide{max-width:440px}.auth-hint{font-size:.8rem;color:#888;margin:-.75rem 0 1rem;line-height:1.4}.auth-captcha-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.auth-captcha-img{flex:1;height:44px;object-fit:contain;border-radius:8px;border:2px solid #e8e8e8;background:#f9f9f9}.auth-captcha-placeholder{flex:1;height:44px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#999;border:2px dashed #e0e0e0;border-radius:8px}.auth-captcha-refresh{flex-shrink:0;width:auto!important;margin-top:0!important;padding:.5rem .75rem!important;font-size:.875rem!important;background:#f0f0f5!important;color:#555!important}.auth-captcha-refresh:hover:not(:disabled){box-shadow:none!important;background:#e4e4ee!important}@keyframes cardEnter{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-logo{width:64px;height:64px;margin-bottom:1rem;border-radius:12px;animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.auth-card h1{font-size:1.25rem;color:#666;margin-bottom:.25rem;animation:fadeInUp .5s ease .2s both}.auth-card h2{font-size:1.5rem;margin-bottom:1.5rem;animation:fadeInUp .5s ease .25s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-card input{width:100%;padding:.75rem 1rem;margin-bottom:1rem;border:2px solid #e8e8e8;border-radius:10px;font-size:1rem;transition:all .3s ease;animation:fadeInUp .5s ease both}.auth-card input:nth-of-type(1){animation-delay:.3s}.auth-card input:nth-of-type(2){animation-delay:.35s}.auth-card input:nth-of-type(3){animation-delay:.4s}.auth-card input:nth-of-type(4){animation-delay:.45s}.auth-card input:nth-of-type(5){animation-delay:.5s}.auth-card input::placeholder{color:#aaa}.auth-card input:hover{border-color:#c4b5fd}.auth-card input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea33;transform:translateY(-1px)}.auth-error{color:#e74c3c;font-size:.875rem;margin-bottom:.5rem;animation:shake .5s ease;line-height:1.5}.auth-success{color:#15803d;font-size:.875rem;margin-bottom:.5rem;line-height:1.5}.auth-error-link{color:#667eea;font-weight:500;white-space:nowrap}.auth-error-link:hover{color:#764ba2}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.auth-card button{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;cursor:pointer;margin-top:.5rem;transition:all .3s ease;animation:fadeInUp .5s ease .4s both;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-card button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -5px #667eea66}.auth-card button:active:not(:disabled){transform:translateY(0)}.auth-card button:disabled{opacity:.9;cursor:not-allowed}.auth-card button.loading{pointer-events:none}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-card p{margin-top:1rem;text-align:center;color:#666;font-size:.875rem;animation:fadeInUp .5s ease .45s both}.auth-card a{color:#667eea;text-decoration:none;transition:color .2s ease,transform .2s ease;display:inline-block}.auth-card a:hover{color:#764ba2;transform:translate(2px)}@media (max-width: 767px){.auth-card{max-width:min(100%,360px);padding:1.85rem 1.4rem;border-radius:14px}.auth-card-wide{max-width:min(100%,380px)}}.dashboard{position:relative;isolation:isolate;padding:1.5rem 1.25rem 3rem;max-width:min(96vw,1600px);margin:0 auto;min-height:min(70vh,calc(100vh - 56px))}.dashboard-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:0 -1.25rem;border-radius:0;background:radial-gradient(ellipse 85% 55% at 50% -25%,rgba(99,102,241,.11),transparent 58%);pointer-events:none}@media (min-width: 640px){.dashboard-bg{margin:0 -1.5rem;border-radius:0 0 20px 20px}}.dashboard-hero{margin-bottom:2rem;padding:1.35rem 1.35rem 1.5rem;background:#ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.9);border-radius:16px;box-shadow:0 6px 18px -6px #0f172a12}.dashboard-hero-kicker{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#6366f1;margin:0 0 .5rem}.dashboard-hero-title{font-size:clamp(1.5rem,4vw,1.75rem);font-weight:700;letter-spacing:-.03em;color:#0f172a;margin:0;line-height:1.2}.dashboard-section-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem 1rem;margin-bottom:1rem}.dashboard-section-title{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0}.dashboard-modules{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:1rem}@media (min-width: 900px){.dashboard-modules{grid-template-columns:repeat(auto-fill,minmax(300px,380px));justify-content:start}}.module-card{position:relative;display:flex;flex-direction:column;align-items:stretch;min-height:200px;padding:1.35rem 1.35rem 1.15rem;background:#fff;border-radius:16px;border:1px solid rgba(148,163,184,.22);text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 4px 14px -5px #0f172a0f;transition:border-color .2s ease,box-shadow .22s ease,transform .22s ease}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;opacity:.95;transition:height .2s ease}.module-card--indigo:before{background:linear-gradient(90deg,#6366f1,#3b82f6 55%,#0ea5e9)}.module-card--violet:before{background:linear-gradient(90deg,#7c3aed,#a855f7,#d946ef)}.module-card--emerald:before{background:linear-gradient(90deg,#0d9488,#10b981 52%,#22c55e)}.module-card--emerald .module-card-icon-wrap{background:linear-gradient(145deg,#ecfdf5,#d1fae5);color:#047857}.module-card--emerald .module-card-cta{color:#047857}.module-card--emerald:hover .module-card-arrow{background:#ecfdf5;color:#047857}.module-card:hover{border-color:#6366f159;box-shadow:0 10px 22px -8px #0f172a17;transform:translateY(-3px)}.module-card:hover:before{height:4px}.module-card:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #6366f1,0 8px 20px -8px #0f172a14}.module-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.module-card-icon-wrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#eef2ff,#e0e7ff);color:#4f46e5;box-shadow:inset 0 1px #fffc}.module-card-svg{width:24px;height:24px}.module-card-tag{font-size:.6875rem;font-weight:600;letter-spacing:.04em;color:#64748b;background:#f1f5f9;padding:.28rem .55rem;border-radius:999px;white-space:nowrap}.module-card-title{font-size:1.0625rem;font-weight:600;margin:0 0 .45rem;line-height:1.3;color:#0f172a;letter-spacing:-.02em}.module-card-desc{font-size:.8125rem;color:#64748b;line-height:1.55;margin:0;flex:1}.module-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.15rem;padding-top:.95rem;border-top:1px solid rgba(226,232,240,.9)}.module-card-cta{font-size:.8125rem;font-weight:600;color:#4f46e5}.module-card-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#f8fafc;color:#94a3b8;transition:background .2s ease,color .2s ease,transform .2s ease}.module-card-arrow svg{width:18px;height:18px}.module-card:hover .module-card-arrow{background:#eef2ff;color:#4f46e5;transform:translate(2px)}@media (prefers-reduced-motion: reduce){.module-card,.module-card:before,.module-card-arrow{transition:none}.module-card:hover,.module-card:hover .module-card-arrow{transform:none}}@media (min-width: 640px){.dashboard{padding:2rem 1.5rem 3.5rem}.dashboard-hero{padding:1.6rem 1.65rem 1.65rem}}.video-courseware{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 1.25rem 2rem;max-width:min(96vw,1600px);margin:0 auto;box-sizing:border-box}.vc-toolbar{margin:0}.vc-toolbar-main{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1rem}.vc-back{display:inline-block;font-size:.875rem;color:#64748b;text-decoration:none;margin-bottom:0}.vc-back:hover{color:#0f172a}.vc-title{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;margin:0}.vc-upload-section{background:#fff;padding:1.15rem 1.35rem;border-radius:12px;border:1px solid #e8ecf1;box-shadow:0 1px 3px #0f172a0d}.vc-upload-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.vc-upload-hint{flex:1;min-width:min(100%,16rem);margin:0;font-size:.8125rem;line-height:1.5;color:#64748b}.vc-file-input{display:none}.vc-upload-btn{flex-shrink:0;padding:.55rem 1.25rem;font-size:.9375rem;color:#fff;background:#2563eb;border:none;border-radius:8px;cursor:pointer}.vc-upload-btn:hover:not(:disabled){background:#1d4ed8}.vc-upload-btn:disabled{opacity:.65;cursor:not-allowed}.vc-error{margin-top:.75rem;font-size:.875rem;color:#dc2626}.vc-gallery-section{background:#fff;padding:1.25rem 1.35rem;border-radius:12px;border:1px solid #e8ecf1;box-shadow:0 1px 3px #0f172a0d}.vc-gallery-section--busy{opacity:.72;pointer-events:none}.vc-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.vc-gallery-title{font-size:1rem;font-weight:600;margin:0}.vc-clear-btn{flex-shrink:0;padding:.4rem .85rem;font-size:.8125rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;cursor:pointer}.vc-clear-btn:hover{background:#fee2e2}.vc-gallery{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;justify-items:start;touch-action:manipulation}.vc-gallery--drag-active{touch-action:none;user-select:none;-webkit-user-select:none}.vc-card{position:relative;width:100%;max-width:240px;border-radius:8px;overflow:visible;border:1px solid #eee;background:#fafafa;cursor:grab;transition:opacity .15s ease,box-shadow .15s ease}.vc-card:active{cursor:grabbing}.vc-card--dragging{opacity:.55;box-shadow:0 8px 24px #0000001f}.vc-remove-btn{position:absolute;top:6px;right:6px;z-index:2;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;color:#fff;background:#00000073;border:none;border-radius:6px;cursor:pointer}.vc-remove-btn:hover{background:#dc2626d9}.vc-thumb-wrap{display:block;width:100%;padding:0;margin:0;border:none;font:inherit;cursor:zoom-in;aspect-ratio:1920 / 1080;background:#f0f0f0;border-radius:8px 8px 0 0;overflow:hidden;color:inherit}.vc-thumb-wrap:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.vc-thumb{width:100%;height:100%;object-fit:cover;vertical-align:middle}.vc-meta{padding:.5rem .6rem;display:flex;flex-direction:column;gap:.15rem}.vc-name{font-size:.75rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-size{font-size:.6875rem;color:#888}.vc-slide-fields{padding:0 .5rem .5rem;display:flex;flex-direction:column;gap:.5rem;cursor:auto}.vc-field{display:flex;flex-direction:column;gap:.2rem}.vc-field-label{font-size:.6875rem;font-weight:600;color:#555}.vc-required{margin-left:.15rem;color:#dc2626;font-weight:700;text-decoration:none;border:none;cursor:help}.vc-field-input{width:100%;padding:.35rem .45rem;font-size:.75rem;font-family:inherit;line-height:1.35;color:#333;border:1px solid #e0e0e0;border-radius:4px;resize:vertical;min-height:2.75rem;box-sizing:border-box}.vc-field-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.vc-field-input--invalid{border-color:#dc2626}.vc-field-input--invalid:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc262626}.vc-field-error{margin:.25rem 0 0;font-size:.6875rem;color:#dc2626;line-height:1.3}.vc-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#000000b8;box-sizing:border-box}.vc-preview-dialog{position:relative;max-width:min(96vw,1200px);max-height:92vh;display:flex;flex-direction:column;gap:.75rem;border-radius:10px;background:#111;box-shadow:0 16px 48px #00000073}.vc-preview-close{position:absolute;top:8px;right:8px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;font-size:1.5rem;line-height:1;color:#fff;background:#00000080;border:none;border-radius:8px;cursor:pointer}.vc-preview-close:hover{background:#dc2626e6}.vc-preview-counter{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:2;padding:.2rem .65rem;font-size:.8125rem;font-variant-numeric:tabular-nums;color:#ffffffeb;background:#00000073;border-radius:999px;pointer-events:none}.vc-preview-img-wrap{position:relative;max-height:min(78vh,calc(92vh - 4rem));display:flex;align-items:center;justify-content:center;padding:2.75rem 3rem .5rem;box-sizing:border-box}.vc-preview-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:72px;padding:0;display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;color:#fff;background:#00000059;border:none;border-radius:8px;cursor:pointer}.vc-preview-nav:hover:not(:disabled){background:#2563eba6}.vc-preview-nav:disabled{opacity:.28;cursor:not-allowed}.vc-preview-nav:focus-visible{outline:2px solid #fff;outline-offset:2px}.vc-preview-nav--prev{left:8px}.vc-preview-nav--next{right:8px}.vc-preview-img{max-width:100%;max-height:min(78vh,calc(92vh - 4rem));width:auto;height:auto;object-fit:contain;border-radius:4px;vertical-align:middle}.vc-preview-caption{margin:0 1rem 1rem;padding:.65rem .85rem;font-size:.875rem;line-height:1.5;color:#e5e5e5;background:#ffffff0f;border-radius:6px;max-height:25vh;overflow:auto}.vc-generate-section{margin-top:1.35rem;padding-top:1.35rem;border-top:1px solid #eef2f6}.vc-generate-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.vc-generate-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.vc-generate-grid{grid-template-columns:1fr 1fr;align-items:start}}.vc-gen-row-output{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.vc-gen-output-item{display:flex;flex-direction:column;gap:.35rem;flex:1 1 calc(50% - .5rem);min-width:min(100%,10rem)}@media (min-width: 900px){.vc-gen-output-item{flex:1 1 0;min-width:0}.vc-gen-output-item--gap{flex:1 1 100%}}.vc-gen-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.vc-gen-label{font-size:.8125rem;font-weight:600;color:#444}.vc-gen-input,.vc-gen-select{width:100%;min-width:0;padding:.45rem .55rem;font-size:.875rem;font-family:inherit;border:1px solid #e0e0e0;border-radius:6px;box-sizing:border-box}.vc-gen-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:1.85rem;padding-left:.55rem;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.875rem}.vc-gen-select::-ms-expand{display:none}.vc-gen-input:focus,.vc-gen-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.vc-gen-readonly{width:100%;min-width:0;padding:.45rem .55rem;font-size:.875rem;color:#555;background:#f5f5f5;border:1px solid #eee;border-radius:6px;box-sizing:border-box}.vc-gen-subtitle-section{grid-column:1 / -1;margin-top:.15rem;padding-top:1rem;border-top:1px solid #eef1f5;display:flex;flex-direction:column;gap:.65rem}.vc-gen-subtitle-title{margin:0;font-size:.9375rem;font-weight:600;color:#334155}.vc-gen-checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.45;color:#444;cursor:pointer}.vc-gen-checkbox input{margin-top:.2rem;flex-shrink:0;cursor:pointer}.vc-gen-hint{margin:0;font-size:.8125rem;line-height:1.5;color:#64748b}.vc-gen-hint--inline{margin-top:.25rem}.vc-gen-subtitle-fields{display:grid;gap:.85rem 1rem;grid-template-columns:1fr}@media (min-width: 640px){.vc-gen-subtitle-fields{grid-template-columns:minmax(7rem,9rem) 1fr 1fr;align-items:start}.vc-gen-subtitle-preview{grid-column:1 / -1}}.vc-gen-color-row{display:flex;align-items:center;gap:.5rem}.vc-gen-color-input{width:2.5rem;height:2.25rem;padding:.15rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;flex-shrink:0}.vc-gen-color-hex{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.vc-gen-subtitle-preview{display:flex;align-items:center;justify-content:center;min-height:3.5rem;padding:.65rem 1rem;border-radius:8px;border:1px solid #e2e8f0;background-image:linear-gradient(45deg,#cbd5e1 25%,transparent 25%),linear-gradient(-45deg,#cbd5e1 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#cbd5e1 75%),linear-gradient(-45deg,transparent 75%,#cbd5e1 75%);background-size:12px 12px;background-position:0 0,0 6px,6px -6px,-6px 0}.vc-gen-subtitle-preview>span{display:inline-block;padding:.2rem .55rem;font-weight:700;line-height:1.35;border-radius:4px}.vc-gen-voice-preview{margin-top:.65rem;display:flex;flex-direction:column;gap:.55rem}.vc-gen-voice-preview-label{display:flex;flex-direction:column;gap:.3rem}.vc-gen-sublabel{font-size:.75rem;font-weight:500;color:#64748b}.vc-gen-textarea{width:100%;min-width:0;min-height:2.75rem;padding:.45rem .55rem;font-size:.8125rem;line-height:1.45;font-family:inherit;border:1px solid #e0e0e0;border-radius:6px;box-sizing:border-box;resize:vertical}.vc-gen-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.vc-gen-voice-preview-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.vc-gen-preview-btn{flex:0 0 auto;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;cursor:pointer}.vc-gen-preview-btn:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.vc-gen-preview-btn:disabled{opacity:.55;cursor:not-allowed}.vc-gen-preview-audio{flex:1 1 180px;min-width:0;height:2rem;vertical-align:middle}.vc-gen-error--compact{margin:0;font-size:.75rem}.vc-gen-error{margin:.75rem 0 0;font-size:.8125rem;color:#dc2626}.vc-gen-success{margin:.75rem 0 0;font-size:.8125rem;color:#15803d}.vc-gen-submit{margin-top:1rem;padding:.55rem 1.35rem;font-size:.9375rem;font-weight:600;color:#fff;background:#15803d;border:none;border-radius:8px;cursor:pointer}.vc-gen-submit:hover:not(:disabled){background:#166534}.vc-gen-submit:disabled{opacity:.55;cursor:not-allowed}.vc-history-section{margin-top:0;padding:1.15rem 1.35rem 1.35rem;background:#fff;border-radius:12px;border:1px solid #e8ecf1;box-shadow:0 1px 3px #0f172a0d}.vc-history-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.65rem;padding-bottom:.75rem;border-bottom:1px solid #eef2f6}.vc-history-title{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;margin:0}.vc-history-head-actions{display:flex;flex-direction:column;align-items:flex-end;flex-wrap:wrap;gap:.2rem}.vc-history-poll-countdown{font-size:.6875rem;font-weight:500;line-height:1.2;color:#64748b;letter-spacing:.01em;white-space:nowrap}.vc-history-refresh{flex-shrink:0;padding:.4rem .85rem;font-size:.8125rem;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;cursor:pointer}.vc-history-refresh:hover:not(:disabled){background:#dbeafe}.vc-history-refresh:disabled{opacity:.55;cursor:not-allowed}.vc-history-note{font-size:.75rem;color:#888;line-height:1.5;margin-bottom:1rem}.vc-history-note.vc-error{color:#b91c1c}.vc-history-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.vc-history-page-btn{padding:.4rem .85rem;font-size:.8125rem;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.vc-history-page-btn:hover:not(:disabled){background:#f8fafc}.vc-history-page-btn:disabled{opacity:.5;cursor:not-allowed}.vc-history-page-info{font-size:.8125rem;color:#64748b}.vc-history-video-link{color:#2563eb;font-weight:600}.vc-history-video-link:hover{text-decoration:underline}.vc-history-table-wrap{overflow-x:auto;border:1px solid #e8ecf1;border-radius:10px;background:#fff;box-shadow:inset 0 1px #fffc}.vc-history-table{width:100%;border-collapse:collapse;font-size:.8125rem}@media (min-width: 768px){.vc-history-table th.vc-history-producer--user-desktop-hide,.vc-history-table td.vc-history-producer--user-desktop-hide{display:none!important}}.vc-history-table th,.vc-history-table td{padding:.7rem .8rem;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:middle;transition:background-color .12s ease}.vc-history-table th{font-weight:600;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#64748b;background:linear-gradient(180deg,#fafbfc,#f4f6f9);white-space:nowrap;border-bottom:2px solid #e2e8f0}@media (min-width: 768px){.vc-history-table tbody tr.vc-history-data-tr:nth-child(2n) td{background-color:#fafbfc}.vc-history-table tbody tr.vc-history-data-tr:hover td{background-color:#f1f5f9}}.vc-history-table th.vc-history-col-actions,.vc-history-table td.vc-history-col-actions{box-sizing:border-box;vertical-align:middle;text-align:right}.vc-history-col-actions .vc-history-actions{flex-wrap:wrap;justify-content:flex-end}.vc-history-table tbody tr:last-child td{border-bottom:none}.vc-history-empty-cell{text-align:center;color:#94a3b8;padding:2.5rem 1.25rem!important;line-height:1.55;font-size:.875rem}.vc-history-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-variant-numeric:tabular-nums}.vc-history-elapsed{display:inline-block;margin-left:.35rem;padding:.15rem .45rem;font-size:.72rem;font-weight:700;letter-spacing:.01em;color:#9a3412;background:linear-gradient(180deg,#fff7ed,#ffedd5);border:1px solid #fdba74;border-radius:5px;vertical-align:baseline;white-space:nowrap}.vc-history-elapsed--detail{margin-left:.2rem}.vc-history-elapsed--cell{margin-left:0}.vc-history-table th.vc-history-col-elapsed,.vc-history-table td.vc-history-col-elapsed{white-space:nowrap;width:1%}.vc-history-ellipsis{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-history-table th.vc-history-col-task-id,.vc-history-table td.vc-history-col-task-id{max-width:6rem;width:1%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-history-table th.vc-history-col-voice,.vc-history-table td.vc-history-col-voice{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-history-status{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.02em}.vc-history-status--submitted{color:#1d4ed8;background:#eff6ff}.vc-history-status--processing{color:#b45309;background:#fffbeb}.vc-history-status--succeeded{color:#15803d;background:#f0fdf4}.vc-history-status--failed{color:#b91c1c;background:#fef2f2}.vc-history-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem}.vc-history-retrybtn{padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:4px;cursor:pointer}.vc-history-retrybtn:hover:not(:disabled){background:#fef3c7;border-color:#f59e0b}.vc-history-retrybtn:disabled{opacity:.55;cursor:not-allowed}.vc-history-retrybtn--wide{width:100%;padding:.45rem .75rem;font-size:.8125rem}.vc-history-delbtn{padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;cursor:pointer}.vc-history-delbtn:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.vc-history-delbtn:disabled{opacity:.55;cursor:not-allowed}.vc-history-delbtn--wide{width:100%;padding:.45rem .75rem;font-size:.8125rem}.vc-history-dupbtn{padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:4px;cursor:pointer}.vc-history-dupbtn:hover:not(:disabled){background:#e0f2fe;border-color:#7dd3fc}.vc-history-dupbtn:disabled{opacity:.55;cursor:not-allowed}.vc-history-dupbtn--wide{width:100%;padding:.45rem .75rem;font-size:.8125rem}.vc-history-viewbtn{padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;cursor:pointer}.vc-history-viewbtn:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.vc-history-viewbtn:disabled{opacity:.55;cursor:not-allowed}.vc-history-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;box-sizing:border-box}.vc-history-detail-dialog{position:relative;width:100%;max-width:420px;max-height:90vh;overflow:auto;padding:1.25rem 1.35rem 1.5rem;background:#fff;border-radius:10px;box-shadow:0 16px 48px #0000002e}.vc-history-detail-dialog--wide{max-width:min(560px,96vw)}.vc-history-detail-player{margin-bottom:1.35rem}.vc-history-detail-video-frame{position:relative;display:flex;align-items:center;justify-content:center;width:100%;border-radius:8px;overflow:hidden;background:#0f172a;aspect-ratio:16 / 9;max-height:min(50vh,320px)}.vc-history-detail-video{display:block;width:100%;height:100%;max-height:min(50vh,320px);object-fit:contain;vertical-align:middle}.vc-history-detail-download-hint{margin:.55rem 0 0;padding:0 .15rem;font-size:.75rem;line-height:1.5;color:#64748b}.vc-history-detail-video-placeholder{display:flex;flex:1;align-self:stretch;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:0;padding:1rem 1.25rem;text-align:center;box-sizing:border-box}.vc-history-detail-video-placeholder-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.vc-history-detail-video-placeholder-text{margin:0;font-size:.8125rem;line-height:1.55;color:#cbd5e1;max-width:18rem}.vc-history-detail-inline-tip{display:block;font-size:.75rem;line-height:1.45;color:#64748b}.vc-history-detail-close{position:absolute;top:8px;right:8px;width:32px;height:32px;padding:0;font-size:1.35rem;line-height:1;color:#666;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer}.vc-history-detail-close:hover{background:#eee;color:#333}.vc-history-detail-head{margin:0 2rem 1.1rem 0}.vc-history-detail-title{font-size:1.05rem;font-weight:600;margin:0}.vc-history-detail-subtitle{margin:.35rem 0 0;font-size:.75rem;font-weight:500;color:#64748b}.vc-history-detail-meta{width:100%;margin:0 0 1rem;border-collapse:collapse;font-size:.8125rem;line-height:1.45}.vc-history-detail-meta th{width:3.25rem;padding:.5rem .65rem .5rem 0;vertical-align:top;text-align:left;font-weight:500;color:#64748b;white-space:nowrap;border-bottom:1px solid #f1f5f9}.vc-history-detail-meta td{padding:.5rem 0;vertical-align:top;color:#334155;word-break:break-word;border-bottom:1px solid #f1f5f9}.vc-history-detail-meta td:has(.vc-history-detail-meta-title){display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.vc-history-detail-meta-title{font-weight:600;color:#0f172a}.vc-history-mono-soft{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;color:#475569}.vc-history-detail-meta tbody tr:last-child th,.vc-history-detail-meta tbody tr:last-child td{border-bottom:none}.vc-history-detail-meta-row--fail th,.vc-history-detail-meta-row--fail td{color:#b91c1c}.vc-history-detail-loading{margin:0;font-size:.875rem;color:#666}.vc-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;box-sizing:border-box}.vc-confirm-dialog{width:100%;max-width:400px;padding:1.25rem 1.35rem;background:#fff;border-radius:12px;box-shadow:0 16px 48px #0f172a2e}.vc-confirm-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:600;color:#0f172a}.vc-confirm-desc{margin:0 0 1.15rem;font-size:.875rem;line-height:1.55;color:#475569;white-space:pre-line}.vc-confirm-correction{display:block;margin:0 0 1rem}.vc-confirm-correction__label{display:block;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;color:#334155}.vc-confirm-correction__input{box-sizing:border-box;width:100%;min-height:4.5rem;padding:.5rem .6rem;font-size:.875rem;line-height:1.45;color:#0f172a;border:1px solid #cbd5e1;border-radius:8px;resize:vertical;background:#fff}.vc-confirm-correction__input:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 2px #64748b33}.vc-confirm-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.vc-confirm-btn{padding:.45rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;border:1px solid transparent}.vc-confirm-btn--secondary{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.vc-confirm-btn--secondary:hover{background:#e2e8f0}.vc-confirm-btn--primary{color:#fff;background:#2563eb;border-color:#2563eb}.vc-confirm-btn--primary:hover{background:#1d4ed8}.vc-confirm-btn--danger{color:#fff;background:#dc2626;border-color:#dc2626}.vc-confirm-btn--danger:hover{background:#b91c1c}@media (max-width: 767px){.video-courseware{gap:.85rem;padding:.65rem .65rem .85rem;max-width:100%;width:100%;box-sizing:border-box}.vc-toolbar-main{flex-direction:column;align-items:flex-start;gap:.35rem}.vc-title{font-size:1.15rem;line-height:1.35}.vc-upload-section,.vc-gallery-section{padding:.85rem .75rem;border-radius:10px}.vc-upload-row{flex-direction:column;align-items:stretch;gap:.65rem}.vc-upload-btn{width:100%;box-sizing:border-box;padding:.65rem 1rem;font-size:1rem}.vc-upload-hint{flex:none;min-width:0;font-size:.8125rem}.vc-gallery-head{flex-direction:column;align-items:stretch;gap:.6rem;margin-bottom:.85rem}.vc-clear-btn{width:100%;box-sizing:border-box;padding:.5rem .85rem;text-align:center}.vc-gallery{grid-template-columns:1fr;gap:.85rem;justify-items:stretch}.vc-card{max-width:none;width:100%}.vc-field-input{font-size:16px;min-height:3rem}.vc-generate-section{margin-top:1rem;padding-top:1rem}.vc-gen-input,.vc-gen-select,.vc-gen-textarea{font-size:16px}.vc-gen-readonly{font-size:.9375rem}.vc-gen-row-output{flex-wrap:wrap;gap:.85rem}.vc-gen-output-item{flex:1 1 100%;min-width:0}.vc-gen-voice-preview-actions{flex-direction:column;align-items:stretch;gap:.65rem}.vc-gen-preview-btn{width:100%;box-sizing:border-box;padding:.55rem 1rem;font-size:.9375rem}.vc-gen-preview-audio{flex:none;width:100%;min-width:0;height:2.5rem}.vc-gen-submit{width:100%;box-sizing:border-box;padding:.7rem 1rem;font-size:1rem;margin-top:1rem}.vc-history-section{padding:.65rem .55rem .85rem;border-radius:10px}.vc-history-head{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem .6rem;margin-bottom:.5rem;padding:.35rem .5rem;border-bottom:none;background:#f8fafc;border:1px solid #e8ecf1;border-radius:8px;box-sizing:border-box}.vc-history-title{font-size:.8125rem;font-weight:700;flex:1 1 auto;min-width:0;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-history-head-actions{flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:nowrap;flex:0 0 auto;gap:.35rem;width:auto;min-width:0}.vc-history-poll-countdown{font-size:.625rem;line-height:1.15;opacity:.92;flex-shrink:1;min-width:0;max-width:6.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-history-refresh{flex:0 0 auto;min-width:0;padding:.28rem .5rem;font-size:.75rem;font-weight:600;border-radius:6px;line-height:1.2;white-space:nowrap}.vc-history-table-wrap{margin:0;border:none;border-radius:0;overflow:visible;background:transparent}.vc-history-table{display:block;width:100%;font-size:.8125rem;border-collapse:separate;border-spacing:0}.vc-history-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vc-history-table tbody{display:block}.vc-history-table tbody tr.vc-history-empty-tr{display:block;border:1px dashed #cbd5e1;border-radius:12px;background:linear-gradient(165deg,#f8fafc,#fff 48%)}.vc-history-table tbody tr.vc-history-empty-tr td{display:block;width:100%;box-sizing:border-box;border:none!important;padding:2rem 1rem!important;text-align:center}.vc-history-table tbody tr.vc-history-empty-tr td:before{content:none!important}.vc-history-table tbody tr.vc-history-data-tr{display:flex;flex-direction:column;margin-bottom:.75rem;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0f172a0a,0 4px 12px #0f172a0d}.vc-history-table tbody tr.vc-history-data-tr:last-child{margin-bottom:0}.vc-history-table tbody tr.vc-history-data-tr td{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.25rem .5rem;width:100%;box-sizing:border-box;border-bottom:1px solid #f1f5f9!important;padding:.45rem .65rem!important;text-align:right;vertical-align:top;background:#fff!important}.vc-history-table tbody tr.vc-history-data-tr td:last-child{border-bottom:none!important;padding-bottom:.55rem!important}.vc-history-table tbody tr.vc-history-data-tr td:before{content:attr(data-label);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;text-align:left;flex:0 1 auto;max-width:44%;padding-right:.35rem;line-height:1.5}.vc-history-table tbody tr.vc-history-data-tr td[data-label=任务编号],.vc-history-table tbody tr.vc-history-data-tr td[data-label=配音声色],.vc-history-table tbody tr.vc-history-data-tr td[data-label=提交时间]{display:none!important}.vc-history-table tbody tr.vc-history-data-tr td[data-label=视频名称]{order:-20;display:block;width:100%;padding:.75rem .85rem!important;background:linear-gradient(180deg,#f1f5f9,#fff 55%)!important;border-bottom:1px solid #e2e8f0!important}.vc-history-table tbody tr.vc-history-data-tr td[data-label=视频名称]:before{display:none!important;content:none!important}.vc-history-table tbody tr.vc-history-data-tr td[data-label=视频名称] .vc-history-cell-value{display:block;width:100%;max-width:none;font-size:.97rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;text-align:left;line-height:1.4}.vc-history-table tbody tr.vc-history-data-tr td[data-label=状态]{order:-15;flex-wrap:nowrap;align-items:center;padding-top:.45rem!important;padding-bottom:.45rem!important;background:#fafbfc!important;border-bottom:1px solid #eef2f6!important;justify-content:space-between;white-space:nowrap}.vc-history-table tbody tr.vc-history-data-tr td[data-label=状态]:before{flex-shrink:0;white-space:nowrap}.vc-history-table tbody tr.vc-history-data-tr td[data-label=状态] .vc-history-cell-value{flex:0 1 auto;min-width:0;text-align:right}.vc-history-table tbody tr.vc-history-data-tr td[data-label=状态] .vc-history-cell-value--inline{display:flex;flex-wrap:nowrap;justify-content:flex-end;width:100%;min-width:0}.vc-history-table tbody tr.vc-history-data-tr td[data-label=状态] .vc-history-status{white-space:nowrap}.vc-history-table tbody tr.vc-history-data-tr td[data-label=制作人]{order:-12;word-break:break-word}.vc-history-table tbody tr.vc-history-data-tr td[data-label=制作人] .vc-history-cell-value{flex:1 1 auto;min-width:0;text-align:right}.vc-history-table tbody tr.vc-history-data-tr td[data-label=耗时]{order:2}.vc-history-table tbody tr.vc-history-data-tr td[data-label=操作]{order:10}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-actions{flex-direction:column;align-items:stretch;text-align:left;gap:.4rem;padding-top:.5rem!important;background:#fafbfc!important}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-actions:before{max-width:none;flex:none;width:100%;padding-right:0;color:#64748b}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-actions .vc-history-actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:stretch;gap:.3rem;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-actions .vc-history-actions>button{flex:1 1 0;min-width:0;width:auto;box-sizing:border-box;white-space:nowrap}.vc-history-table tbody tr.vc-history-data-tr td .vc-history-cell-value{flex:1 1 auto;min-width:0;text-align:right;align-self:center}.vc-history-table tbody tr.vc-history-data-tr td .vc-history-cell-value--inline{display:flex;justify-content:flex-end;flex-wrap:wrap}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-actions .vc-history-actions.vc-history-cell-value{flex:none;width:100%;text-align:left;align-self:stretch}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-task-id,.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-voice,.vc-history-table tbody tr.vc-history-data-tr td.vc-history-col-elapsed{width:auto!important;max-width:none!important;min-width:0!important}.vc-history-table tbody tr.vc-history-data-tr td.vc-history-ellipsis{max-width:none!important;width:100%!important;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.vc-history-viewbtn,.vc-history-retrybtn,.vc-history-dupbtn,.vc-history-delbtn{padding:.32rem .45rem;font-size:.78rem;min-height:2.25rem}.vc-preview-backdrop{padding:.5rem}.vc-preview-dialog{max-height:min(92vh,100dvh - 1rem);width:100%;max-width:min(100%,calc(100vw - 1rem));border-radius:10px}.vc-preview-img-wrap{padding:2.5rem .65rem .35rem}.vc-preview-nav{width:38px;height:56px;font-size:1.5rem}.vc-preview-nav--prev{left:4px}.vc-preview-nav--next{right:4px}.vc-history-detail-backdrop{padding:.5rem;align-items:flex-end}.vc-history-detail-dialog{width:100%;max-width:none;max-height:92vh;margin-top:auto;border-radius:12px 12px 0 0;padding:1rem .85rem 1.25rem}.vc-history-detail-dialog--wide{max-width:none}.vc-confirm-actions{flex-direction:column;align-items:stretch;gap:.65rem}.vc-confirm-btn{width:100%;box-sizing:border-box;padding:.55rem 1rem;font-size:1rem}}.ai-ppt-page{max-width:1120px;margin:0 auto;padding:1.25rem 1rem 2.5rem}.ai-ppt-page--task-preview{max-width:none;margin:0;padding:0}.layout--ai-ppt-slide-preview .ai-ppt-page--task-preview{flex:1 1 0;min-height:0;display:flex;flex-direction:column;height:100%;overflow:hidden}.layout--ai-ppt-slide-preview .ai-ppt-page--task-preview>main.ai-ppt-task-preview-page{flex:1 1 0;min-height:0;height:100%}.ai-ppt-header h1{margin:0 0 .5rem;font-size:1.35rem;font-weight:600;color:#16213e}.ai-ppt-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1rem;padding:.2rem;background:#edf2f7;border-radius:10px;width:fit-content;max-width:100%}.ai-ppt-tab{padding:.45rem 1rem;font-size:.9rem;font-weight:500;border:none;border-radius:8px;background:transparent;color:#4a5568;cursor:pointer}.ai-ppt-tab:hover{color:#16213e;background:#fff9}.ai-ppt-tab--active{background:#fff;color:#16213e;box-shadow:0 1px 3px #16213e1f}.ai-ppt-prompt-manage-section{margin-top:.5rem}.ai-ppt-desc{margin:0;font-size:.9rem;line-height:1.55;color:#4a5568}.ai-ppt-desc--second{margin-top:.5rem}.ai-ppt-inline-link{color:#16213e;font-weight:600;text-decoration:none}.ai-ppt-inline-link:hover{text-decoration:underline}.ai-ppt-desc code{font-size:.82rem;padding:.1em .35em;background:#edf2f7;border-radius:4px}.ai-ppt-form{margin-top:1.5rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:1rem}.ai-ppt-field label{display:block;font-size:.88rem;font-weight:500;margin-bottom:.35rem;color:#2d3748}.ai-ppt-file-shell{width:100%}.ai-ppt-file{width:100%;box-sizing:border-box;padding:.45rem .6rem;font-size:.875rem;color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.ai-ppt-file:hover:not(:disabled){border-color:#94a3b8;background:#fff}.ai-ppt-file:focus{outline:none;border-color:#16213e;box-shadow:0 0 0 3px #16213e26}.ai-ppt-file::file-selector-button{margin-right:.85rem;padding:.45rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1e293b;background:linear-gradient(180deg,#fff,#f1f5f9);border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ai-ppt-file:hover::file-selector-button{background:#e2e8f0;border-color:#94a3b8}.ai-ppt-file:active::file-selector-button{background:#cbd5e1}.ai-ppt-file::-webkit-file-upload-button{margin-right:.85rem;padding:.45rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1e293b;background:linear-gradient(180deg,#fff,#f1f5f9);border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.ai-ppt-file:hover::-webkit-file-upload-button{background:#e2e8f0;border-color:#94a3b8}.ai-ppt-select-shell{position:relative;width:100%}.ai-ppt-select-shell:after{content:"";position:absolute;right:.75rem;top:50%;width:.65rem;height:.65rem;margin-top:-.2rem;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-50%) rotate(45deg);pointer-events:none;opacity:.85}.ai-ppt-select-shell:has(.ai-ppt-select:disabled):after{opacity:.35}.ai-ppt-select{display:block;width:100%;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.55rem 2.5rem .55rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.4;color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.ai-ppt-select:hover:not(:disabled){border-color:#94a3b8}.ai-ppt-select:focus{outline:none;border-color:#16213e;box-shadow:0 0 0 3px #16213e26}.ai-ppt-select:disabled{color:#94a3b8;background-color:#f1f5f9;cursor:not-allowed;opacity:.85}.ai-ppt-field textarea{width:100%;box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.45;padding:.65rem .75rem;border:1px solid #cbd5e0;border-radius:8px;resize:vertical}.ai-ppt-prompt-preview{background:#f7fafc;color:#2d3748;cursor:default}.ai-ppt-prompt-preview::placeholder{color:#a0aec0}.ai-ppt-hint{display:block;margin-top:.35rem;font-size:.78rem;color:#718096}.ai-ppt-hint code{font-size:.75rem;padding:.05em .25em;background:#edf2f7;border-radius:3px}.ai-ppt-actions{display:flex;flex-wrap:wrap;gap:.75rem}.ai-ppt-btn{padding:.55rem 1rem;font-size:.9rem;border-radius:8px;border:1px solid #cbd5e0;background:#fff;color:#2d3748;cursor:pointer}.ai-ppt-btn:hover:not(:disabled){background:#f7fafc}.ai-ppt-btn:disabled{opacity:.55;cursor:not-allowed}.ai-ppt-btn--primary{background:#16213e;color:#fff;border-color:#16213e}.ai-ppt-btn--primary:hover:not(:disabled){background:#1f2f5c}.ai-ppt-btn--ghost{border-color:transparent;color:#718096}.ai-ppt-alert{margin-top:1rem;padding:.75rem 1rem;background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;color:#c53030;font-size:.9rem}.ai-ppt-result{margin-top:1.75rem}.ai-ppt-result-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.ai-ppt-result-count{font-size:.9rem;color:#4a5568}.ai-ppt-export-btns{display:flex;flex-wrap:wrap;gap:.5rem}.ai-ppt-preview{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.ai-ppt-slide-wrap{width:100%;max-width:420px}.ai-ppt-slide-meta{font-size:.78rem;color:#718096;margin-bottom:.35rem}.ai-ppt-preview--ppt-layout .ai-ppt-ppt-slide-block .ai-ppt-slide-wrap>.ai-ppt-slide-meta{display:none}.ai-ppt-slide-page{width:100%;aspect-ratio:210 / 297;background:#f8f9fb;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 4px 14px #16213e14;overflow:hidden;box-sizing:border-box}.ai-ppt-preview--ppt-layout .ai-ppt-slide-page--magiwu{display:flex;flex-direction:column;background:linear-gradient(168deg,#fffdfb,#ecfeff 38%,#fff8f0);border:1px solid #fde68a;border-radius:8px;position:relative}.ai-ppt-preview--ppt-layout .ai-ppt-slide-page--magiwu:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 55% 35% at 0% 0%,rgba(253,224,71,.22) 0%,transparent 58%),radial-gradient(ellipse 45% 30% at 100% 100%,rgba(251,207,232,.2) 0%,transparent 55%);z-index:0}.ai-ppt-preview--ppt-layout .ai-ppt-slide-page--magiwu .ai-ppt-slide-brand-header,.ai-ppt-preview--ppt-layout .ai-ppt-slide-page--magiwu .ai-ppt-slide-brand-footer,.ai-ppt-preview--ppt-layout .ai-ppt-slide-page--magiwu .ai-ppt-slide-main{position:relative;z-index:1}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header{flex-shrink:0;padding:.35rem .45rem .32rem;background:linear-gradient(90deg,#fffbebf2,#fef3c7eb,#f0fdfaed);border-bottom:2px dashed rgba(251,191,36,.55)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__line{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:.28rem;width:100%}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__side{min-width:0;font-size:clamp(.46rem,1.75vw,.62rem);font-weight:700;letter-spacing:.05em;line-height:1.25}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__side--left{text-align:left;color:#0369a1}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__side--right{text-align:right;color:#0369a1}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__chapter{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__page{display:block;white-space:nowrap}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__chapter-empty,.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__page-empty{display:block;opacity:0;pointer-events:none}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__center{display:flex;align-items:center;justify-content:center;gap:.22rem;flex-wrap:nowrap;flex-shrink:0}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__blob{position:absolute;border-radius:50%;pointer-events:none;opacity:.65}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__blob--a{width:1.75rem;height:1.75rem;left:3%;top:-.35rem;background:radial-gradient(circle,rgba(125,211,252,.55) 0%,transparent 72%)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__blob--b{width:1.25rem;height:1.25rem;right:6%;bottom:-.15rem;background:radial-gradient(circle,rgba(251,207,232,.5) 0%,transparent 72%)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__emoji{font-size:clamp(.55rem,2.2vw,.72rem);line-height:1;filter:drop-shadow(0 1px 1px rgba(15,23,42,.06))}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__name{font-family:ZCOOL KuaiLe,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:clamp(.58rem,2.35vw,.82rem);font-weight:400;letter-spacing:.06em;color:#c2410c;text-shadow:0 1px 0 rgba(255,255,255,.85)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__emoji--tiny{font-size:clamp(.48rem,1.85vw,.62rem);margin-left:-.04rem}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-header__en{position:relative;z-index:1;margin:.15rem 0 0;padding:0 .25rem;text-align:center;font-family:Nunito,ui-rounded,system-ui,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:clamp(.4rem,1.55vw,.54rem);font-weight:800;letter-spacing:.06em;color:#db2777;line-height:1.25}.ai-ppt-preview--ppt-layout .ai-ppt-slide-magiwu-decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.ai-ppt-preview--ppt-layout .ai-ppt-slide-magiwu-decor__balloon{position:absolute;width:clamp(1.35rem,4.8vw,2.1rem);height:auto}.ai-ppt-preview--ppt-layout .ai-ppt-slide-magiwu-decor__balloon--tr{top:22%;right:3%;transform:rotate(10deg)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-magiwu-decor__balloon--bl{bottom:24%;left:2%;transform:rotate(-14deg)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-magiwu-decor__star{position:absolute;width:clamp(.95rem,3.4vw,1.45rem);top:30%;left:4%;opacity:.88}.ai-ppt-preview--ppt-layout .ai-ppt-slide-magiwu-decor__emoji--br{position:absolute;bottom:26%;right:5%;font-size:clamp(.75rem,2.8vw,1.05rem);line-height:1;opacity:.92}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-footer{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:wrap;padding:.28rem .45rem;background:linear-gradient(90deg,#e0f2fea6,#f0fdf4bf,#ffedd5a6);border-top:2px solid rgba(56,189,248,.35)}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-footer__star{font-size:clamp(.45rem,1.6vw,.58rem);color:#fbbf24;line-height:1}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-footer__tag-wrap{display:flex;flex-direction:column;align-items:center;gap:.12rem;min-width:0;max-width:100%}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-footer__tag{font-size:clamp(.48rem,1.75vw,.62rem);font-weight:700;letter-spacing:.02em;color:#0369a1;text-align:center;line-height:1.35}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-footer__en{font-family:Nunito,ui-rounded,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(.38rem,1.45vw,.52rem);font-weight:700;font-style:italic;letter-spacing:.05em;color:#0f766e;text-align:center;line-height:1.3}.ai-ppt-preview--ppt-layout .ai-ppt-slide-brand-footer__sparkle{font-size:clamp(.42rem,1.55vw,.55rem);line-height:1;opacity:.95}.ai-ppt-preview--ppt-layout .ai-ppt-slide-main{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ai-ppt-preview--ppt-layout .ai-ppt-slide-page--chapter-onepage .ai-ppt-slide-main{flex:0 1 auto;overflow:visible}.ai-ppt-slide-page.ai-ppt-slide-page--chapter-onepage{aspect-ratio:unset;height:auto;min-height:12rem;overflow:visible}.ai-ppt-preview--ppt-layout .ai-ppt-ppt-slide-block .ai-ppt-slide-page{border:none}.ai-ppt-slide-inner.ai-ppt-slide-inner--chapter-page{height:auto;min-height:0;padding:4.5% 5% 6%;gap:.55rem;overflow:visible;display:flex;flex-direction:column}.ai-ppt-chapter-page-header{flex-shrink:0;text-align:center;padding-bottom:.25rem;border-bottom:1px solid #e2e8f0}.ai-ppt-chapter-page-title{margin:0;font-size:clamp(.82rem,2.8vw,1rem);font-weight:700;line-height:1.25;color:#16213e}.ai-ppt-chapter-page-section{flex-shrink:0}.ai-ppt-chapter-page-section--last{padding-bottom:.15rem}.ai-ppt-chapter-page-h4{margin:0 0 .2rem;font-size:clamp(.62rem,1.85vw,.72rem);font-weight:700;color:#16213e}.ai-ppt-chapter-page-h4-en{font-family:Nunito,system-ui,-apple-system,sans-serif;font-weight:800;font-size:.88em;color:#0369a1;letter-spacing:.03em}.ai-ppt-chapter-page-muted{margin:0;font-size:clamp(.55rem,1.6vw,.64rem);color:#a0aec0}.ai-ppt-chapter-page-vocab{margin:0;padding-left:0;list-style:none}.ai-ppt-chapter-page-vocab-li{margin-bottom:.28rem;padding-bottom:.28rem;border-bottom:1px solid #edf2f7}.ai-ppt-chapter-page-vocab-li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.ai-ppt-slide-inner--chapter-page .ai-ppt-vocab-word{font-size:clamp(.58rem,1.75vw,.68rem)}.ai-ppt-slide-inner--chapter-page .ai-ppt-vocab-phonetic,.ai-ppt-slide-inner--chapter-page .ai-ppt-vocab-cn{font-size:clamp(.52rem,1.55vw,.62rem)}.ai-ppt-slide-inner--chapter-page .ai-ppt-vocab-en{font-size:clamp(.5rem,1.45vw,.58rem);margin-top:.06rem}.ai-ppt-slide-inner--chapter-page .ai-ppt-vocab-cn-sent{font-size:clamp(.5rem,1.45vw,.58rem)}.ai-ppt-chapter-page-questions{margin:0;padding-left:1em;font-size:clamp(.52rem,1.55vw,.62rem);line-height:1.38;color:#2d3748}.ai-ppt-chapter-page-questions li{margin-bottom:.28em}.ai-ppt-slide-inner{height:100%;padding:8% 7%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.ai-ppt-preview--ppt-layout .ai-ppt-slide-main>.ai-ppt-slide-inner{flex:1 1 0;min-height:0;height:auto}.ai-ppt-preview--ppt-layout .ai-ppt-slide-main>.ai-ppt-slide-inner--chapter-page{flex:0 1 auto}.ai-ppt-slide-inner--title{position:relative;justify-content:center;align-items:stretch;text-align:center}.ai-ppt-slide-inner--chapter-head{justify-content:center;text-align:center}.ai-ppt-title--chapter{font-size:clamp(.95rem,3.5vw,1.2rem)}.ai-ppt-slide-inner--vocab{overflow:hidden}.ai-ppt-vocab-head .ai-ppt-heading{margin-bottom:.25rem}.ai-ppt-vocab-chapter{margin:0 0 .45rem;font-size:clamp(.62rem,1.85vw,.72rem);color:#718096}.ai-ppt-vocab-list{margin:0;padding-left:0;list-style:none;flex:1;overflow:auto}.ai-ppt-vocab-item{margin-bottom:.45rem;padding-bottom:.45rem;border-bottom:1px solid #edf2f7}.ai-ppt-vocab-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ai-ppt-vocab-wordline{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;margin-bottom:.15rem}.ai-ppt-vocab-word{font-size:clamp(.72rem,2.2vw,.82rem);color:#16213e}.ai-ppt-vocab-phonetic{font-size:clamp(.62rem,1.9vw,.72rem);color:#4a5568;font-family:ui-serif,Georgia,Times New Roman,serif}.ai-ppt-vocab-cn{font-size:clamp(.62rem,1.9vw,.72rem);color:#2d3748;line-height:1.35}.ai-ppt-vocab-en{font-size:clamp(.58rem,1.75vw,.68rem);color:#4a5568;line-height:1.4;margin-top:.12rem}.ai-ppt-vocab-cn-sent{font-size:clamp(.58rem,1.75vw,.68rem);color:#718096;line-height:1.35;margin-top:.08rem}.ai-ppt-questions-chapter{margin:0 0 .35rem;font-size:clamp(.62rem,1.9vw,.72rem);color:#718096}.ai-ppt-questions-list{margin:0;padding-left:1.15em;font-size:clamp(.62rem,1.85vw,.72rem);line-height:1.45;color:#2d3748;overflow:auto;flex:1}.ai-ppt-questions-list li{margin-bottom:.35em}.ai-ppt-bar{position:absolute;top:0;left:0;right:0;height:4px;background:#16213e}.ai-ppt-preview--ppt-layout .ai-ppt-bar--deck-close{background:linear-gradient(90deg,#0369a1,#ea580c 55%,#fbbf24);height:5px}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual{position:relative;display:flex;justify-content:center;align-items:flex-end;min-height:clamp(3.5rem,14vw,5rem);margin:0 auto .4rem}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__book{width:clamp(4.25rem,18vw,6.5rem);height:auto;filter:drop-shadow(0 3px 6px rgba(234,88,12,.18))}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__emoji{position:absolute;font-size:clamp(1rem,4vw,1.45rem);line-height:1}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__emoji--a{left:8%;bottom:12%}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__emoji--b{right:6%;top:8%}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual--close{min-height:clamp(3rem,12vw,4.25rem)}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__wave{font-size:clamp(2rem,8vw,3rem);line-height:1;filter:drop-shadow(0 2px 4px rgba(15,23,42,.12))}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__burst{position:absolute;right:10%;bottom:0;width:clamp(2rem,8vw,2.75rem);height:auto;opacity:.95}.ai-ppt-preview--ppt-layout .ai-ppt-deck-visual__emoji--c{left:12%;top:0;font-size:clamp(.85rem,3.5vw,1.2rem)}.ai-ppt-preview--ppt-layout .ai-ppt-deck-en-line{margin:.55rem 0 0;font-family:Nunito,system-ui,sans-serif;font-size:clamp(.62rem,2.15vw,.78rem);font-weight:800;letter-spacing:.04em;color:#be185d;text-align:center;line-height:1.35}.ai-ppt-preview--ppt-layout .ai-ppt-deck-en-line--close{color:#047857}.ai-ppt-title{margin:0 0 .75rem;font-size:clamp(1rem,3.8vw,1.35rem);font-weight:700;line-height:1.25;color:#16213e}.ai-ppt-authors{margin:0;font-size:clamp(.75rem,2.4vw,.9rem);color:#4a5568;line-height:1.45}.ai-ppt-heading{margin:0 0 .5rem;font-size:clamp(.95rem,3.2vw,1.15rem);font-weight:700;color:#16213e}.ai-ppt-subheading{font-size:clamp(.8rem,2.5vw,.9rem);font-weight:600;color:#16213e;margin-bottom:.25rem}.ai-ppt-body{flex:1;font-size:clamp(.68rem,2.1vw,.78rem);line-height:1.5;color:#2d3748;overflow:auto;white-space:pre-wrap;word-break:break-word}.ai-ppt-body--pre{white-space:pre-wrap}.ai-ppt-keywords-block{margin-top:auto;padding-top:.6rem;border-top:1px solid #e2e8f0}.ai-ppt-keywords{margin:0;font-size:clamp(.65rem,2vw,.76rem);color:#4a5568;line-height:1.45}.ai-ppt-refs{margin:0;padding-left:1.1em;font-size:clamp(.62rem,1.9vw,.72rem);line-height:1.45;color:#2d3748;overflow:auto;flex:1}.ai-ppt-refs li{margin-bottom:.35em}.ai-ppt-json{margin-top:1.5rem;padding:.75rem 1rem;background:#1a202c;border-radius:8px;color:#e2e8f0}.ai-ppt-json summary{cursor:pointer;font-size:.88rem;-webkit-user-select:none;user-select:none}.ai-ppt-json pre{margin:.75rem 0 0;font-size:.72rem;line-height:1.4;overflow:auto;max-height:320px}.ai-ppt-generate-vc{padding-left:0;padding-right:0;max-width:100%}.ai-ppt-form--flush{margin-top:0}.ai-ppt-title-input{width:100%;box-sizing:border-box;padding:.55rem .75rem;font-size:.9rem;border:1px solid #cbd5e1;border-radius:8px}.ai-ppt-title-input:focus{outline:none;border-color:#16213e;box-shadow:0 0 0 3px #16213e1f}.ai-ppt-submit-ok{margin:.75rem 0 0;font-size:.875rem;color:#047857}.ai-ppt-detail-toolbar{margin-top:1rem}.ai-ppt-detail-parse-warn{margin-top:1rem;padding:.75rem 1rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;font-size:.875rem;color:#92400e}.ai-ppt-detail-parse-warn p{margin:0 0 .5rem}.ai-ppt-detail-raw-pre{white-space:pre-wrap;word-break:break-word;font-size:.7rem;max-height:240px}.ai-ppt-preview--in-dialog{max-height:min(78vh,960px);overflow-y:auto;padding-right:.25rem;margin-top:.75rem}.ai-ppt-task-preview-page{max-width:min(1720px,100%);margin:0 auto;padding:0;box-sizing:border-box;display:flex;flex-direction:column;min-height:0}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-page{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:auto;width:100%}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-page.ai-ppt-task-preview-page--slide-mode{overflow:hidden;max-width:min(1720px,100%);width:100%;align-self:center;margin-left:auto;margin-right:auto;flex:1 1 0;min-height:0;height:100%;box-sizing:border-box}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode{--ai-ppt-ppt-shell-max-w: calc(1164px + 1.7rem) ;flex:1 1 0;min-height:0;height:100%}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-task-preview-slide-area{flex:1 1 0;min-height:0;height:100%;max-height:100%;padding:0}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-task-preview-preview-anchor{flex:1 1 0;min-height:0;height:100%;max-height:100%;padding:.25rem .35rem .35rem .45rem;box-sizing:border-box}.ai-ppt-task-preview-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:auto;box-sizing:border-box}.ai-ppt-task-preview-body--slide-mode{overflow:hidden}.ai-ppt-task-preview-slide-area{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0 .75rem .6rem;box-sizing:border-box}.ai-ppt-task-preview-body--slide-mode .ai-ppt-task-preview-slide-area{padding-top:.35rem}.ai-ppt-task-preview-preview-anchor{position:relative;flex:1;min-height:0;display:flex;flex-direction:row;align-items:stretch;gap:.5rem}.ai-ppt-task-preview-back-near{flex-shrink:0;align-self:flex-start;margin-top:.15rem;white-space:nowrap}.ai-ppt-task-preview-preview-toolbar{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:.45rem;align-self:flex-start;margin-top:.15rem;max-width:11rem}.ai-ppt-task-preview-preview-toolbar .ai-ppt-task-preview-back-near{margin-top:0;align-self:stretch}.ai-ppt-task-preview-export-pdf{font-size:.85rem}.ai-ppt-task-preview-export-error{margin:0;font-size:.72rem;line-height:1.35;color:#b91c1c}.ai-ppt-task-preview-preview-anchor>.ai-ppt-preview--fullpage.ai-ppt-preview--ppt-layout{flex:1;min-width:0;min-height:0;margin-top:0}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-task-preview-preview-anchor>.ai-ppt-preview--fullpage.ai-ppt-preview--ppt-layout{width:100%;max-width:100%;margin-left:0;margin-right:0;height:100%;max-height:100%;flex:1 1 0}.ai-ppt-task-preview-page .vc-history-detail-inline-tip{margin:.15rem 0 .35rem;font-size:.72rem;line-height:1.35}.ai-ppt-task-preview-footer{margin-top:1.5rem}.ai-ppt-preview--fullpage{margin-top:.75rem}.ai-ppt-preview--fullpage.ai-ppt-preview--ppt-layout{width:100%;max-width:min(1720px,100%);margin-left:auto;margin-right:auto;box-sizing:border-box;flex:1;min-height:0;display:flex;flex-direction:column;margin-top:.5rem}.ai-ppt-task-preview-slide-area .ai-ppt-preview--fullpage.ai-ppt-preview--ppt-layout{max-width:none;margin-left:0;margin-right:0}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-task-preview-slide-area .ai-ppt-preview--fullpage.ai-ppt-preview--ppt-layout{max-width:100%}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-ppt-shell{flex:1 1 auto;width:fit-content;max-width:min(var(--ai-ppt-ppt-shell-max-w),100%);min-width:0;align-self:center;margin-left:auto;margin-right:auto;box-sizing:border-box;justify-content:center}@media (max-width: 899px){.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode{--ai-ppt-ppt-shell-max-w: calc(904px + 1.7rem) }}.ai-ppt-ppt-shell{display:flex;flex-direction:row;align-items:stretch;flex:1;min-height:0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0f172a0f}.ai-ppt-ppt-thumbs{width:200px;flex-shrink:0;overflow-x:hidden;overflow-y:auto;min-height:0;border-right:1px solid #e8ecf1;background:#f8fafc;padding:.4rem 0;-webkit-overflow-scrolling:touch}.ai-ppt-ppt-thumb{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.45rem .55rem;margin:0;border:none;border-left:3px solid transparent;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit;box-sizing:border-box}.ai-ppt-ppt-thumb:hover{background:#eef2f7}.ai-ppt-ppt-thumb--active{background:#e8eeff;border-left-color:#4f46e5}.ai-ppt-ppt-thumb-num{font-size:.62rem;font-weight:700;letter-spacing:.02em;color:#64748b}.ai-ppt-ppt-thumb--active .ai-ppt-ppt-thumb-num{color:#4338ca}.ai-ppt-ppt-thumb-label{font-size:.72rem;font-weight:500;color:#334155;line-height:1.35;word-break:break-word}.ai-ppt-ppt-thumb-visual-wrap{--ppt-thumb-design-w: 1120px;container-type:inline-size;container-name:ppt-thumb-slot;position:relative;width:100%;max-height:124px;aspect-ratio:210 / 297;overflow:hidden;border-radius:6px;border:1px solid #e2e8f0;background:#f8f9fb;margin-bottom:.28rem;box-sizing:border-box}.ai-ppt-ppt-thumb-scale-inner{position:absolute;top:0;left:0;width:var(--ppt-thumb-design-w);transform-origin:top left;transform:scale(calc(100cqw / var(--ppt-thumb-design-w)));pointer-events:none;backface-visibility:hidden}.ai-ppt-ppt-thumb-visual .ai-ppt-slide-wrap{width:var(--ppt-thumb-design-w);max-width:none}.ai-ppt-ppt-thumb-visual .ai-ppt-slide-page{border:none;box-shadow:none}@media (max-width: 899px){.ai-ppt-ppt-thumb-visual-wrap{--ppt-thumb-design-w: 700px}}.ai-ppt-ppt-thumb-visual .ai-ppt-slide-meta{display:none}.ai-ppt-ppt-thumb-visual{-webkit-font-smoothing:antialiased}.ai-ppt-ppt-stage{flex:1;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.65rem .85rem 1rem;background:#eef2f7;-webkit-overflow-scrolling:touch}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-ppt-stage{flex:0 1 auto;max-width:calc(700px + 1.7rem)}@media (min-width: 900px){.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-ppt-stage{max-width:calc(960px + 1.7rem)}}.ai-ppt-ppt-stage:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #4f46e559}.ai-ppt-ppt-slide-block{display:flex;justify-content:center;margin-bottom:1.25rem;scroll-margin-top:.5rem}.ai-ppt-ppt-slide-block:last-child{margin-bottom:0}.ai-ppt-ppt-slide-block--current{outline:2px solid rgba(79,70,229,.55);outline-offset:4px;border-radius:10px}.ai-ppt-preview--ppt-layout .ai-ppt-ppt-slide-block--current{outline:none}.ai-ppt-ppt-slide-block .ai-ppt-slide-wrap{width:min(100%,700px);max-width:700px}@media (min-width: 900px){.ai-ppt-ppt-slide-block .ai-ppt-slide-wrap{width:min(100%,960px);max-width:960px}}@media (max-width: 639px){.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-ppt-shell{width:100%;align-self:stretch;justify-content:stretch}.layout--ai-ppt-slide-preview .ai-ppt-task-preview-body--slide-mode .ai-ppt-ppt-stage{flex:1;max-width:none}.ai-ppt-ppt-shell{flex-direction:column}.ai-ppt-ppt-thumbs{width:100%;max-height:min(40vh,200px);border-right:none;border-bottom:1px solid #e8ecf1;display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.35rem .45rem;gap:.35rem;flex-shrink:0;-webkit-overflow-scrolling:touch}.ai-ppt-ppt-thumb{flex:0 0 auto;width:min(118px,38vw);border-left:none;border-bottom:3px solid transparent;border-radius:8px;padding:.4rem .45rem;background:#fff;border:1px solid #e2e8f0}.ai-ppt-ppt-thumb-visual-wrap{max-height:100px}.ai-ppt-ppt-thumb--active{border-color:#c7d2fe;border-bottom-color:#4f46e5;background:#eef2ff}.ai-ppt-ppt-stage{flex:1;min-height:0}.ai-ppt-task-preview-preview-anchor{flex-direction:column;align-items:stretch;gap:.35rem}.ai-ppt-task-preview-back-near{align-self:flex-start;margin-top:0}}.ai-ppt-preview-dialog.vc-history-detail-dialog{max-width:min(520px,96vw)}.ai-ppt-preview-dialog.vc-history-detail-dialog--wide{max-width:min(960px,98vw);width:100%}.ai-ppt-preview-dialog .ai-ppt-slide-wrap{max-width:min(560px,100%)}@media (min-width: 900px){.ai-ppt-preview-dialog .ai-ppt-slide-wrap{max-width:600px}}@media (max-width: 639px){.ai-ppt-preview-dialog.vc-history-detail-dialog--wide{max-width:none}}.ai-ppt-detail-footer-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e8ecf1}@media (min-width: 900px){.ai-ppt-slide-wrap{max-width:480px}}.ai-prompt-manage{padding:1.25rem 1.5rem 2rem;max-width:min(96vw,960px);margin:0 auto;box-sizing:border-box}.ai-prompt-manage-head{margin-bottom:1rem}.ai-prompt-manage-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 .35rem}.ai-prompt-manage-desc{margin:0;font-size:.875rem;color:#64748b;line-height:1.55}.ai-prompt-manage-desc--embedded{margin:0 0 1rem}.ai-prompt-manage-desc code{font-size:.8rem;padding:.08em .35em;background:#f1f5f9;border-radius:4px}.ai-prompt-manage-link-row{margin:.65rem 0 0}.ai-prompt-manage-link{font-size:.875rem;color:#16213e;text-decoration:none}.ai-prompt-manage-link:hover{text-decoration:underline}.ai-prompt-manage-error{margin:0 0 1rem;padding:.55rem .75rem;font-size:.875rem;color:#b91c1c;background:#fef2f2;border-radius:8px}.ai-prompt-manage-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.ai-prompt-manage-table-wrap{overflow-x:auto;border:1px solid #e8ecf1;border-radius:10px;background:#fff}.ai-prompt-manage-table{width:100%;border-collapse:collapse;font-size:.8125rem}.ai-prompt-manage-table th,.ai-prompt-manage-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:middle}.ai-prompt-manage-table th{font-weight:600;color:#475569;background:#f8fafc;white-space:nowrap}.ai-prompt-manage-table tbody tr:last-child td{border-bottom:none}.ai-prompt-manage-empty{text-align:center;color:#94a3b8;padding:2rem 1rem!important}.ai-prompt-manage-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}.ai-prompt-manage-col-actions{min-width:11rem;width:14%;white-space:nowrap}.ai-prompt-manage-actions{display:flex;flex-wrap:wrap;gap:.35rem}.ai-prompt-manage-btn{padding:.45rem .85rem;font-size:.8125rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}.ai-prompt-manage-btn:hover:not(:disabled){background:#f8fafc}.ai-prompt-manage-btn:disabled{opacity:.55;cursor:not-allowed}.ai-prompt-manage-btn--primary{background:#16213e;color:#fff;border-color:#16213e}.ai-prompt-manage-btn--primary:hover:not(:disabled){background:#1f2f5c}.ai-prompt-manage-btn--small{padding:.3rem .55rem;font-size:.78rem}.ai-prompt-manage-btn--danger{color:#b91c1c;border-color:#fecaca;background:snow}.ai-prompt-manage-btn--danger:hover:not(:disabled){background:#fef2f2}.ai-prompt-manage-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.ai-prompt-manage-modal{width:100%;max-width:640px;max-height:min(90vh,900px);overflow:auto;background:#fff;border-radius:12px;padding:1.25rem 1.35rem;box-shadow:0 20px 50px #0f172a33}.ai-prompt-manage-modal-title{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#0f172a}.ai-prompt-manage-field{margin-bottom:.85rem}.ai-prompt-manage-field label{display:block;font-size:.82rem;font-weight:500;margin-bottom:.3rem;color:#334155}.ai-prompt-manage-field input[type=text]{width:100%;box-sizing:border-box;padding:.5rem .65rem;font-size:.9rem;border:1px solid #cbd5e1;border-radius:8px}.ai-prompt-manage-field textarea{width:100%;box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.45;padding:.6rem .65rem;border:1px solid #cbd5e1;border-radius:8px;resize:vertical;min-height:200px}.ai-prompt-manage-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.comic-drama{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 1.25rem 2rem;max-width:min(96vw,1600px);margin:0 auto;box-sizing:border-box}.cd-panel{background:#fff;padding:1.15rem 1.35rem;border-radius:12px;border:1px solid #e8ecf1;box-shadow:0 1px 3px #0f172a0d}.cd-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}.cd-toolbar-actions{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.vc-toolbar-main.cd-toolbar-main--detail{flex:1 1 0;min-width:0;align-items:center}.cd-title-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.25rem;flex:1 1 auto;min-width:0}.cd-title-meta-row .cd-title{flex:0 1 auto;max-width:100%}.cd-detail-meta--title-line{flex:1 1 280px;min-width:0;align-items:center;row-gap:.35rem}.cd-detail-inline-alert{margin:0}.cd-title{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;margin:0}.cd-back{font-size:.875rem;color:#64748b;text-decoration:none}.cd-back:hover{color:#0f172a}.cd-primary-btn{padding:.55rem 1.25rem;font-size:.9375rem;color:#fff;background:#7c3aed;border:none;border-radius:8px;cursor:pointer}.cd-primary-btn:hover:not(:disabled){background:#6d28d9}.cd-primary-btn:disabled{opacity:.65;cursor:not-allowed}.cd-warning-btn{padding:.55rem 1rem;font-size:.875rem;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;cursor:pointer;font-weight:600}.cd-warning-btn:hover:not(:disabled){background:#fef3c7}.cd-warning-btn:disabled{opacity:.62;cursor:not-allowed}.cd-secondary-btn{padding:.55rem 1.1rem;font-size:.875rem;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer}.cd-secondary-btn:hover:not(:disabled){background:#e2e8f0}.cd-secondary-btn:disabled{opacity:.6;cursor:not-allowed}.cd-danger-btn{padding:.2rem .55rem;font-size:.8125rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;cursor:pointer}.cd-danger-btn:hover:not(:disabled){background:#fee2e2}.cd-danger-btn:disabled{opacity:.5;cursor:not-allowed}.cd-link-btn{padding:.2rem .35rem;font-size:.8125rem;font-weight:600;color:#2563eb;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cd-link-btn:hover:not(:disabled){color:#1d4ed8}.cd-link-btn:disabled{opacity:.45;cursor:not-allowed;text-decoration:none;color:#94a3b8}.cd-ep-action-icon{width:1rem;height:1rem;flex-shrink:0}.cd-ep-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.32rem .55rem;font-size:.8125rem;font-weight:600;line-height:1.2;border-radius:7px;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.cd-ep-action-btn--view{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.cd-ep-action-btn--view:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd;color:#1e40af}.cd-ep-action-btn--redo{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.cd-ep-action-btn--redo:hover:not(:disabled){background:#ede9fe;border-color:#c4b5fd;color:#5b21b6}.cd-ep-action-btn--panel{color:#0f766e;background:#ecfdf5;border-color:#99f6e4}.cd-ep-action-btn--panel:hover:not(:disabled){background:#d1fae5;border-color:#5eead4;color:#115e59}.cd-ep-action-btn:disabled{opacity:.55;cursor:not-allowed}.cd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:80;padding:1rem;box-sizing:border-box}.cd-modal{background:#fff;border-radius:12px;border:1px solid #e8ecf1;box-shadow:0 12px 40px #0f172a26;width:min(100%,560px);max-height:min(90vh,720px);display:flex;flex-direction:column}.cd-modal--wide{width:min(100%,640px);max-height:min(92vh,800px)}.cd-create-row-nums{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.cd-create-row-video{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 1rem}@media (max-width: 560px){.cd-create-row-video{grid-template-columns:1fr}}@media (max-width: 480px){.cd-create-row-nums{grid-template-columns:1fr}}.cd-textarea--visual-style{min-height:88px}.cd-textarea--synopsis{min-height:140px}.cd-code{font-size:.78em;padding:.12em .35em;border-radius:4px;background:#f1f5f9;color:#475569}.cd-col-episodes{white-space:nowrap}.cd-modal-head{padding:1rem 1.25rem;border-bottom:1px solid #e8ecf1;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cd-modal-title{margin:0;font-size:1.05rem;font-weight:600;color:#0f172a}.cd-modal-body{padding:1rem 1.25rem;overflow:auto;flex:1;display:flex;flex-direction:column;gap:.85rem}.cd-modal-footer{padding:.85rem 1.25rem;border-top:1px solid #e8ecf1;display:flex;justify-content:flex-end;gap:.6rem}.cd-field-label{display:block;font-size:.8125rem;font-weight:600;color:#475569;margin-bottom:.35rem}.cd-input{width:100%;box-sizing:border-box;padding:.55rem .65rem;font-size:.9375rem;border:1px solid #cbd5e1;border-radius:8px}.cd-textarea{width:100%;box-sizing:border-box;min-height:180px;padding:.65rem .75rem;font-size:.875rem;line-height:1.5;border:1px solid #cbd5e1;border-radius:8px;resize:vertical;font-family:ui-sans-serif,system-ui,sans-serif}.cd-detail-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8125rem;color:#64748b}.cd-detail-meta strong{color:#334155;font-weight:600}.cd-story-readonly{white-space:pre-wrap;word-break:break-word;font-size:.875rem;line-height:1.6;color:#1e293b;margin:0;max-height:min(40vh,320px);overflow:auto;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.cd-story-readonly--visual-style{max-height:min(28vh,240px);border-color:#e0e7ff;background:linear-gradient(165deg,#fafaff,#f4f4ff 55%,#f8fafc)}.cd-video-media-panel__head{margin-bottom:.85rem}.cd-video-media-panel__title{margin:0 0 .4rem}.cd-video-media-panel__lead{margin:0;max-width:52rem}.cd-video-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem .85rem;margin-bottom:1.35rem}@media (max-width: 640px){.cd-video-spec-grid{grid-template-columns:1fr}}.cd-video-spec-tile{display:flex;flex-direction:column;gap:.2rem;min-height:4.5rem;padding:.8rem .95rem;border-radius:10px;border:1px solid #e8ecf1;background:linear-gradient(160deg,#fcfcff,#f4f6fb);box-shadow:inset 0 1px #ffffffd9}.cd-video-spec-tile__label{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.cd-video-spec-tile__value{font-size:1.125rem;font-weight:700;color:#312e81;letter-spacing:-.02em;line-height:1.25}.cd-video-spec-tile__hint{font-size:.75rem;color:#64748b;line-height:1.35;margin-top:auto;padding-top:.15rem}.cd-visual-style-block{padding-top:.15rem;border-top:1px solid #f1f5f9}.cd-visual-style-block__title{font-size:.875rem;font-weight:600;color:#475569;margin:.85rem 0 .55rem}.cd-visual-style-block__empty{margin:0;padding:1rem 1.1rem;border-radius:10px;border:1px dashed #cbd5e1;background:#f8fafc}.cd-visual-style-block__empty-title{margin:0 0 .35rem;font-size:.875rem;font-weight:600;color:#64748b}.cd-visual-style-block__empty-desc{margin:0;font-size:.8125rem;line-height:1.55;color:#64748b}.cd-field-checkbox{display:flex;align-items:flex-start;gap:.45rem;font-size:.8125rem;color:#64748b;line-height:1.45;cursor:pointer;-webkit-user-select:none;user-select:none}.cd-field-checkbox input{margin-top:.2rem;flex-shrink:0}.cd-ark-api-hint{margin:0 0 1rem;padding:.65rem .85rem;font-size:.8125rem;line-height:1.5;color:#475569;background:#f8fafc;border:1px solid #e8ecf1;border-radius:8px}.cd-video-spec-grid--secondary{margin-top:.65rem}.cd-panel-video-options{margin-top:.75rem;padding-top:.85rem;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.35rem}.cd-visual-style-block--subtitle{padding-top:.35rem}.cd-shots-head{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.cd-shots-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #e8ecf1}.cd-shots-table{width:100%;border-collapse:collapse;font-size:.8125rem}.cd-shots-table th,.cd-shots-table td{padding:.55rem .65rem;text-align:left;vertical-align:top;border-bottom:1px solid #f1f5f9}.cd-shots-table th{background:#f8fafc;color:#475569;font-weight:600}.cd-shots-table tbody tr:last-child td{border-bottom:none}.cd-shot-col-idx{width:3rem;white-space:nowrap}.cd-episodes-stack{display:flex;flex-direction:column;gap:1.25rem}.cd-episode-block{border-radius:8px;border:1px solid #e8ecf1;overflow:hidden}.cd-episode-title{margin:0;padding:.55rem .75rem;font-size:.9375rem;font-weight:600;color:#0f172a;background:linear-gradient(90deg,#f5f3ff,#fafafa);border-bottom:1px solid #e8ecf1}.cd-shot-empty{text-align:center;color:#94a3b8;font-size:.8125rem}.cd-hint{margin:0;font-size:.8125rem;color:#64748b;line-height:1.45}.cd-inline-error{margin:0;font-size:.875rem;color:#dc2626}.cd-story-text-help{margin:0 0 .75rem;padding:.65rem .85rem;font-size:.8125rem;line-height:1.55;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.cd-story-text-help--compact{margin-bottom:.5rem;padding:.5rem .65rem;font-size:.78rem}.cd-story-text-help__lead{margin:0 0 .5rem}.cd-story-text-help__lead--compact{margin-bottom:.45rem;font-size:.78rem}.cd-story-text-help__list{margin:0 0 .5rem;padding-left:1.25rem}.cd-story-text-help__list li{margin-bottom:.35rem}.cd-story-text-help__list li:last-child{margin-bottom:0}.cd-story-text-help__summary{margin:0;padding-top:.35rem;border-top:1px dashed #e2e8f0;color:#64748b;font-size:.78rem}.cd-story-text-help--compact .cd-story-text-help__summary{padding-top:.3rem;font-size:.74rem}.vc-history-status.cd-history-status--draft{background:#e2e8f0;color:#475569}.vc-history-status.cd-history-status--paused{background:#fef3c7;color:#b45309}.cd-ep-actions-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .65rem}.cd-episode-progress-panel{border-color:#ddd6fe;box-shadow:0 2px 12px #5b21b60f}.cd-episode-progress-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.65rem}.cd-episode-progress-title{margin-bottom:0!important}.cd-episode-progress-count{margin:0}.cd-episode-progress-intro{margin:0 0 .65rem}.cd-episode-progress-wrap{border-color:#e9d5ff}.cd-episode-progress-table .cd-ep-col-idx{width:3.5rem;white-space:nowrap}.cd-episode-progress-table .cd-ep-col-title{min-width:8rem;max-width:min(28vw,220px)}.cd-episode-progress-table .cd-ep-col-outline{min-width:12rem;max-width:min(42vw,420px);vertical-align:top}.cd-episode-progress-table .cd-ep-outline-text{margin:0;font-size:.8125rem;line-height:1.55;color:#334155;white-space:pre-wrap;word-break:break-word}.cd-episode-progress-table .cd-ep-col-status{width:6.5rem;white-space:nowrap}.cd-episode-progress-table .cd-ep-col-merged{min-width:12rem;max-width:min(32vw,260px);vertical-align:top}.cd-ep-merged-status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.cd-ep-merged-status-badge{font-size:.8125rem}.cd-ep-merged-status-detail{font-size:.75rem;line-height:1.35;color:#64748b}.cd-ep-merged-status-detail--busy{color:#2563eb;font-weight:600}.cd-ep-merged-processing-meta{display:block;font-size:.72rem;font-weight:600;line-height:1.4;color:#5b21b6;max-width:100%}.cd-ep-merged-status-fail{font-size:.72rem;line-height:1.4;color:#b91c1c;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cd-ep-merged-status-ok{font-size:.72rem;line-height:1.4;color:#15803d}.cd-ep-merged-status-hint{font-size:.72rem;line-height:1.4;color:#64748b}.cd-episode-progress-table .cd-ep-col-action{width:auto;max-width:max-content;white-space:nowrap;text-align:right;vertical-align:middle}.cd-episode-progress-table .cd-ep-actions-cell{flex-wrap:wrap;justify-content:flex-end}.cd-episode-progress-table .cd-ep-note-empty{color:#cbd5e1}.vc-history-status.cd-ep-status--empty{background:#f1f5f9;color:#94a3b8}.vc-history-status.cd-ep-status--skipped{background:#fefce8;color:#a16207}.vc-history-status.cd-ep-status--unknown{background:#f8fafc;color:#64748b}.cd-shot-col-spec{max-width:6.75rem;min-width:4.5rem;font-size:.72rem;font-weight:600;color:#64748b;white-space:nowrap}.cd-shot-spec-cell{max-width:7rem;min-width:4.5rem;font-size:.72rem;line-height:1.35;color:#334155;word-break:break-word;vertical-align:top;padding:.5rem .4rem;border-bottom:1px solid #f1f5f9}.cd-shots-table tbody tr:last-child .cd-shot-spec-cell{border-bottom:none}.cd-modal--episode-shots{width:min(100%,1360px);max-height:min(92vh,900px)}.cd-modal-overlay--shot-media{z-index:95}.cd-modal--shot-media{width:min(100%,520px);max-height:min(90vh,720px)}.cd-visually-hidden-file{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cd-shot-media-form{display:flex;flex-direction:column;gap:.9rem}.cd-shot-media-field{display:flex;flex-direction:column;gap:.35rem;margin:0}.cd-shot-media-field__label{font-size:.8125rem;font-weight:600;color:#475569}.cd-textarea--shot-media-url{min-height:0;font-size:.85rem}.cd-shot-media-upload-row{display:flex;flex-wrap:wrap;gap:.5rem}.cd-secondary-btn--compact{padding:.35rem .65rem;font-size:.8125rem}.cd-shot-media-hint{margin:0;font-size:.78rem}.cd-shot-panel-resource-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2;color:#475569;background:#f8fafc;border:1px solid #cbd5e1;border-radius:7px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cd-shot-panel-resource-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.cd-shot-panel-resource-btn:disabled{opacity:.55;cursor:not-allowed}.cd-shot-src-condensed{margin:0;font-size:.68rem;line-height:1.35;color:#64748b;word-break:break-all}.cd-shot-last-cp{margin:.2rem 0 0;font-size:.68rem;line-height:1.35;color:#64748b;word-break:break-word}.cd-shots-table--panel-actions .cd-shot-col-panel-st{width:6.75rem;white-space:nowrap}.cd-shot-col-video-st{width:7.25rem;min-width:7.25rem;white-space:nowrap}.cd-shot-video-st-cell{vertical-align:middle;padding:.55rem .5rem;border-bottom:1px solid #f1f5f9}.cd-shots-table tbody tr:last-child .cd-shot-video-st-cell{border-bottom:none}.cd-shot-video-st-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.cd-shot-col-panel-op{width:12.75rem;min-width:12.75rem;white-space:nowrap}.cd-shot-col-panel{width:5.5rem;white-space:nowrap}.cd-shot-panel-cell{vertical-align:middle}.cd-shot-panel-cell--status .vc-history-status{display:inline-flex;font-size:.72rem;padding:.15rem .45rem}.cd-shot-panel-fail{margin:.35rem 0 0;font-size:.72rem;line-height:1.35;color:#dc2626;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.cd-shot-panel-gen-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2;color:#0f766e;background:#ecfdf5;border:1px solid #99f6e4;border-radius:7px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cd-shot-panel-gen-btn:hover:not(:disabled){background:#d1fae5;border-color:#5eead4}.cd-shot-panel-gen-btn:disabled{opacity:.55;cursor:not-allowed}.cd-shot-panel-cell--op{vertical-align:middle;min-width:12.75rem}.cd-shot-panel-op-actions{display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.cd-shot-panel-video-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2;color:#5b21b6;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:7px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cd-shot-panel-video-btn:hover:not(:disabled){background:#ede9fe;border-color:#a78bfa}.cd-shot-panel-video-btn:disabled{opacity:.55;cursor:not-allowed}.cd-shot-panel-copy-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2;color:#0369a1;background:#e0f2fe;border:1px solid #7dd3fc;border-radius:7px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cd-shot-panel-copy-btn:hover:not(:disabled){background:#bae6fd;border-color:#38bdf8}.cd-shot-panel-copy-btn:disabled{opacity:.55;cursor:not-allowed}.cd-shot-panel-copy-btn--ok{color:#047857;border-color:#6ee7b7;background:#ecfdf5}.cd-shot-panel-copy-btn--ok:hover:not(:disabled){background:#d1fae5;border-color:#34d399}.cd-shot-panel-copy-btn--err{color:#b91c1c;border-color:#fca5a5;background:#fef2f2}.cd-shot-panel-copy-btn--err:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.cd-shot-copy-banner{margin:0 0 .65rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;line-height:1.4;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px}.cd-shot-col-panel-vid{width:7.5rem;min-width:7.5rem;white-space:nowrap}.cd-shot-panel-cell--vid{vertical-align:middle}.cd-shot-panel-video-poster-btn{position:relative;display:block;width:6.75rem;height:4.25rem;padding:0;margin:0;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;cursor:pointer;background:#0f172a;line-height:0;transition:border-color .15s ease,box-shadow .15s ease}.cd-shot-panel-video-poster-btn:hover{border-color:#a78bfa;box-shadow:0 2px 10px #5b21b62e}.cd-shot-panel-video-poster-btn:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.cd-shot-panel-video-poster-img{width:100%;height:100%;object-fit:cover;display:block}.cd-shot-panel-video-poster-fallback{width:100%;height:100%;background:linear-gradient(145deg,#1e293b,#0f172a)}.cd-shot-panel-video-poster-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f172a52;pointer-events:none}.cd-shot-panel-video-play-icon{width:2.25rem;height:2.25rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}.cd-video-preview-title-sub{font-weight:500;color:#94a3b8}.cd-video-preview-body{min-height:12rem}.cd-video-preview-player{display:block;max-width:100%;width:min(100%,960px);max-height:min(76vh,780px);border-radius:6px;background:#000}.cd-ep-action-btn--video{color:#5b21b6;border-color:#c4b5fd;background:#faf5ff}.cd-ep-action-btn--video:hover:not(:disabled){background:#f3e8ff;border-color:#a78bfa}.cd-ep-actions-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.cd-ep-action-btn--merged{color:#0f766e;border-color:#99f6e4;background:#ecfdf5}.cd-ep-action-btn--merged:hover:not(:disabled){background:#d1fae5;border-color:#5eead4}.cd-ep-merged-video-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem .55rem;max-width:min(100%,26rem)}.cd-ep-merged-video-meta .vc-history-status{font-size:.75rem}.cd-ep-merged-link{padding:0;margin:0;border:none;background:none;cursor:pointer;font-size:.8125rem;font-weight:600;color:#0369a1;text-decoration:underline;text-underline-offset:2px}a.cd-ep-merged-link{display:inline;text-decoration:underline}.cd-ep-merged-link:hover{color:#075985}.cd-ep-merged-fail{font-size:.75rem;font-weight:500;color:#b91c1c;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-modal-panel-video-strip{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap;margin-bottom:.65rem;padding:.5rem .65rem;font-size:.8125rem;font-weight:600;color:#5b21b6;background:linear-gradient(135deg,#faf5ff,#f5f3ff);border:1px solid #ddd6fe;border-radius:8px}.cd-modal-panel-video-strip__pulse{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#7c3aed;animation:cd-gen-dot-bounce 1.05s ease-in-out infinite}.cd-shot-panel-thumb-btn{display:inline-flex;padding:0;margin:0;border:none;background:transparent;border-radius:6px;cursor:zoom-in;overflow:hidden;line-height:0}.cd-shot-panel-thumb-btn:focus-visible{outline:2px solid #2dd4bf;outline-offset:2px}.cd-shot-panel-thumb{display:block;width:4.25rem;height:4.25rem;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.cd-shot-panel-empty{color:#cbd5e1;font-size:.8125rem}.cd-modal-subtitle{margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:#64748b;font-weight:500}.cd-modal-subtitle-mark{color:#94a3b8;font-weight:400;margin-left:.25rem}.cd-modal-subtitle--shot-prompt-hint{margin-top:.35rem;margin-bottom:0;max-width:100%}.cd-modal-body--shots-scroll{max-height:min(70vh,640px);overflow:auto;padding-top:.5rem}.cd-modal-overlay.cd-image-preview-overlay{background:#0f172ad1;z-index:90}.cd-image-preview-dialog{width:min(96vw,1120px);max-height:min(94vh,920px);display:flex;flex-direction:column;background:#0f172a;border-radius:12px;border:1px solid #334155;overflow:hidden;box-shadow:0 24px 64px #00000073}.cd-image-preview-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding:.7rem 1rem;background:#1e293b;border-bottom:1px solid #334155}.cd-image-preview-title{margin:0;font-size:.9375rem;font-weight:600;color:#f1f5f9;flex:1;min-width:0;line-height:1.35}.cd-image-preview-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;justify-content:flex-end}.cd-image-preview-toolbar-actions .cd-secondary-btn{background:#334155;border-color:#475569;color:#f8fafc;font-size:.8125rem;padding:.38rem .75rem}.cd-image-preview-toolbar-actions .cd-secondary-btn:hover:not(:disabled){background:#475569;border-color:#64748b}.cd-image-preview-nav-btn{min-width:4.25rem}.cd-image-preview-body{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.65rem .85rem .85rem;background:#020617;overflow:auto}.cd-image-preview-img{max-width:100%;max-height:min(76vh,780px);width:auto;height:auto;object-fit:contain;border-radius:6px;vertical-align:middle}.cd-image-preview-caption{margin:.55rem 0 0;font-size:.8125rem;color:#cbd5e1;text-align:center;line-height:1.45;max-width:52rem}.cd-image-preview-hint{margin:.45rem 0 0;font-size:.72rem;text-align:center;color:#64748b}.cd-char-bible-progress-banner{overflow:hidden;border-radius:14px;border:2px solid #a5f3fc;background:linear-gradient(145deg,#ecfeff,#f0fdfa 45%,#eef2ff);box-shadow:0 0 0 1px #0ea5e91f,0 8px 28px #0f172a0f}.cd-char-bible-progress-banner__strip{height:4px;background:linear-gradient(90deg,#22d3ee,#6366f1,#a78bfa,#22d3ee);background-size:200% 100%;animation:cd-char-bible-strip-slide 2.5s linear infinite}@keyframes cd-char-bible-strip-slide{0%{background-position:0% 50%}to{background-position:200% 50%}}.cd-char-bible-progress-banner__body{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.15rem 1.1rem}.cd-char-bible-progress-spinner{flex-shrink:0;margin-top:.15rem}.cd-char-bible-progress-banner__copy{flex:1;min-width:0}.cd-char-bible-progress-banner__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.35rem}.cd-char-bible-progress-banner__title{font-size:1rem;font-weight:700;color:#0e7490;letter-spacing:-.01em}.cd-char-bible-progress-banner__meta{margin:0 0 .65rem;font-size:.8125rem;line-height:1.5;color:#475569}.cd-char-bible-progress-banner__meta-sep{margin:0 .35rem;color:#cbd5e1}.cd-char-bible-progress-banner__hint{margin:0 0 .65rem;font-size:.75rem;line-height:1.45;color:#64748b}.cd-char-bible-progress-bar-wrap{height:6px;border-radius:999px;background:#0ea5e926;overflow:hidden;margin-bottom:.65rem}.cd-char-bible-progress-bar{height:100%;width:38%;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#6366f1);animation:cd-char-bible-bar-indeterminate 1.35s ease-in-out infinite}@keyframes cd-char-bible-bar-indeterminate{0%{transform:translate(-100%);opacity:.65}50%{opacity:1}to{transform:translate(280%);opacity:.65}}.cd-char-bible-steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.cd-char-bible-step{display:flex;gap:.55rem;align-items:flex-start;padding:.45rem .55rem;border-radius:8px;border:1px solid transparent;background:#ffffff8c;transition:border-color .2s ease,background .2s ease}.cd-char-bible-step__idx{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:999px;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b}.cd-char-bible-step__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cd-char-bible-step__label{font-size:.8125rem;font-weight:600;color:#0f172a}.cd-char-bible-step__sub{font-size:.72rem;line-height:1.4;color:#64748b}.cd-char-bible-step--done{border-color:#22c55e59;background:#f0fdf4d9}.cd-char-bible-step--done .cd-char-bible-step__idx{background:#22c55e;color:#fff}.cd-char-bible-step--done .cd-char-bible-step__label{color:#166534}.cd-char-bible-step--active{border-color:#6366f173;background:#eef2fff2;box-shadow:0 0 0 1px #6366f114}.cd-char-bible-step--active .cd-char-bible-step__idx{background:#6366f1;color:#fff;animation:cd-char-bible-step-pulse 1.4s ease-in-out infinite}@keyframes cd-char-bible-step-pulse{0%,to{box-shadow:0 0 #6366f159}50%{box-shadow:0 0 0 6px #6366f100}}.cd-char-bible-step--pending{opacity:.72}.cd-char-bible-step--pending .cd-char-bible-step__idx{background:#f1f5f9;color:#94a3b8}.cd-character-bible-panel{border-color:#c4b5fd;box-shadow:0 2px 12px #5b21b612}.cd-character-bible-title{margin:0}.cd-character-bible-intro{margin:0 0 1rem;padding:.65rem .9rem;background:linear-gradient(135deg,#faf5ff,#f8fafc);border:1px solid #ede9fe;border-left:3px solid #a78bfa;border-radius:0 10px 10px 0;line-height:1.55}.cd-character-bible-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem;margin-bottom:.75rem}.cd-character-bible-head h2{margin:0}.cd-character-bible-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.cd-character-bible-grid{display:flex;flex-wrap:nowrap;align-items:stretch;gap:1.35rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.45rem;scroll-snap-type:x proximity;scroll-padding-inline:4px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.cd-character-bible-grid::-webkit-scrollbar{height:8px}.cd-character-bible-grid::-webkit-scrollbar-track{background:#94a3b81f;border-radius:4px}.cd-character-bible-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cd-character-module{flex:0 0 auto;scroll-snap-align:start;width:312px;max-width:min(312px,calc(100vw - 2.25rem));display:flex;flex-direction:column;border:1px solid #e8ecf1;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0f172a0f;min-height:0;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease}.cd-character-module:hover{border-color:#d4dae3;box-shadow:0 10px 28px #0f172a17;transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.cd-character-module{transition:none}.cd-character-module:hover{transform:none}}.cd-character-module__visual{flex-shrink:0;min-height:188px;background:linear-gradient(180deg,#fafbfc,#eef2f7);border-bottom:1px solid #e8ecf1}.cd-character-module__visual-inner{display:flex;flex-direction:column;min-height:188px}.cd-character-module__visual-scroll-hint{margin:0;padding:0 .75rem .55rem;font-size:.72rem;line-height:1.35;text-align:center;color:#64748b}.cd-character-module__visual-scroll-hint--subtle{color:#94a3b8}.cd-character-module__placeholder{min-height:188px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1rem;text-align:center}.cd-character-module__placeholder-text{font-size:.875rem;font-weight:600;color:#94a3b8}.cd-character-module__placeholder-hint{font-size:.75rem;color:#cbd5e1;max-width:14rem;line-height:1.4}.cd-character-module__visual-track{display:flex;flex-direction:row;gap:.65rem;padding:.75rem .75rem .35rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-padding-inline:.75rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.cd-character-module__visual-track::-webkit-scrollbar{height:7px}.cd-character-module__visual-track::-webkit-scrollbar-track{background:#94a3b81f;border-radius:4px;margin:0 .75rem}.cd-character-module__visual-track::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cd-character-module__visual-track:focus{outline:none}.cd-character-module__visual-track:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.cd-character-module__visual-item{flex:0 0 auto;width:132px;scroll-snap-align:start;display:flex;flex-direction:column;gap:.35rem}.cd-character-module__visual-frame{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.cd-character-module__visual-preview-btn{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;margin:0;padding:0;border:none;border-radius:0;background:transparent;cursor:zoom-in;display:block;overflow:hidden}.cd-character-module__visual-preview-btn img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.cd-character-module__visual-preview-btn:focus-visible{outline:2px solid #a78bfa;outline-offset:-2px;z-index:1}.cd-character-module__visual-empty{display:flex;align-items:center;justify-content:center;height:100%;font-size:.75rem;color:#94a3b8;padding:.5rem;text-align:center}.cd-character-module__visual-del{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.28rem .35rem;font-size:.68rem;font-weight:700;color:#fff;background:#b91c1ceb;border:none;border-radius:0 0 9px 9px;cursor:pointer;line-height:1.2}.cd-character-module__visual-del:hover:not(:disabled){background:#b91c1c}.cd-character-module__visual-del:disabled{opacity:.45;cursor:not-allowed}.cd-character-module__visual-caption{font-size:.68rem;line-height:1.3;color:#64748b;word-break:break-word;max-width:132px}.cd-character-module__detail{flex:1;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.05rem 1.05rem;min-width:0}.cd-character-module__head{padding-bottom:.65rem;margin-bottom:0;border-bottom:1px solid #f1f5f9}.cd-character-module__head-main{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.45rem .65rem}.cd-character-module__head-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.4rem .45rem;flex-shrink:0}.cd-character-copy-btn{margin:0;padding:.24rem .58rem;font-size:.6875rem;font-weight:600;line-height:1.25;font-family:inherit;color:#5b21b6;background:#fff;border:1px solid #c4b5fd;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.cd-character-copy-btn:hover{background:#f5f3ff;border-color:#a78bfa}.cd-character-copy-btn:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.cd-character-copy-btn--err{color:#b91c1c;border-color:#fca5a5;background:#fef2f2}.cd-character-module__title{margin:0;flex:1;min-width:0;font-size:1.05rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.25}.cd-character-module__chip{flex-shrink:0;font-size:.6875rem;font-weight:700;padding:.22rem .55rem;border-radius:999px;background:#ede9fe;color:#5b21b6;line-height:1.2}.cd-character-module__chip--muted{background:#f1f5f9;color:#94a3b8;font-weight:600}.cd-character-module__aliases{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .55rem;margin:.45rem 0 0;line-height:1.45}.cd-character-module__aliases-label{flex-shrink:0;font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:#94a3b8}.cd-character-module__aliases-value{flex:1;min-width:0;font-size:.8125rem;color:#475569}.cd-character-module__profile-section{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.cd-character-module__profile-section-head{display:flex;align-items:center;gap:.5rem}.cd-character-module__profile-section-title{font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.cd-character-module__profile{margin:0;flex:1;min-height:0;padding:.65rem .75rem;font-size:.8125rem;line-height:1.55;background:#fff;border:1px solid #e8ecf1;border-radius:10px;box-shadow:inset 0 1px #ffffffd9;overflow:auto;max-height:min(34vh,300px)}.cd-character-profile-dl{display:flex;flex-direction:column;gap:0}.cd-character-profile-dl__row{display:grid;grid-template-columns:minmax(5.25rem,30%) 1fr;gap:.4rem .75rem;align-items:start;padding:.5rem 0}.cd-character-profile-dl__row:not(:first-child){border-top:1px solid #f1f5f9}.cd-character-profile-dl__row:first-child{padding-top:0}.cd-character-profile-dl__row:last-child{padding-bottom:0}.cd-character-profile-dl__row dt{margin:0;font-weight:700;font-size:.72rem;color:#475569}.cd-character-profile-dl__row dd{margin:0;color:#1e293b;white-space:pre-wrap;word-break:break-word}@media (max-width: 340px){.cd-character-profile-dl__row{grid-template-columns:1fr;gap:.2rem}}.cd-character-module__profile-empty{margin:0;padding:.85rem .75rem;text-align:center;font-size:.8125rem;background:#fafbfc;border:1px dashed #e2e8f0;border-radius:10px;line-height:1.5}.cd-character-module__footer{margin-top:auto;padding-top:.05rem}.cd-character-bind-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem;margin-top:auto;padding-top:.65rem;border-top:1px dashed #e2e8f0}.cd-character-module__footer .cd-character-bind-row{margin-top:0;padding-top:.85rem;border-top:1px solid #eef2f7}.cd-character-module__bind.cd-character-bind-row{justify-content:center;width:100%}.cd-character-bind-row input[type=text],.cd-character-bind-row input[type=number]{padding:.28rem .45rem;font-size:.8125rem;border:1px solid #cbd5e1;border-radius:6px;max-width:10rem}.cd-character-bind-row input[type=number]{width:4.5rem}.cd-character-module__upload-btn{display:inline-flex;align-items:center;justify-content:center;position:relative;margin:0 auto;cursor:pointer;min-width:min(100%,17.5rem);padding:.52rem 1.15rem;text-align:center;box-sizing:border-box}.cd-character-module__upload-btn--busy{cursor:wait}.cd-character-module__upload-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;cursor:inherit;font-size:0;width:100%;height:100%}.cd-character-module__upload-label{position:relative;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.cd-hidden-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.comic-drama--generating{position:relative}.comic-drama--generating:before{content:"";pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(124,58,237,.09),transparent 55%)}.comic-drama--generating>*:not(.cd-modal-overlay):not(.vc-confirm-backdrop){position:relative;z-index:1}.comic-drama--generating>.cd-modal-overlay{z-index:100}.cd-title--with-status{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.cd-title-gen-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6d28d9;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #c4b5fd;border-radius:999px;animation:cd-gen-badge-glow 2s ease-in-out infinite}.cd-title-gen-badge__dot{width:7px;height:7px;border-radius:50%;background:#7c3aed;box-shadow:0 0 #7c3aed8c;animation:cd-gen-dot-pulse 1.2s ease-out infinite}.cd-panel--muted{opacity:.88;transition:opacity .35s ease}.cd-gen-banner{overflow:hidden;border-radius:14px;border:2px solid #c4b5fd;background:linear-gradient(145deg,#faf5ff,#f5f3ff 45%,#eef2ff);box-shadow:0 0 0 1px #8b5cf626,0 12px 40px -12px #5b21b659;animation:cd-gen-banner-float 3s ease-in-out infinite}.cd-gen-banner__strip{height:5px;width:100%;background:linear-gradient(90deg,#a78bfa,#7c3aed,#c084fc,#8b5cf6,#a78bfa);background-size:200% 100%;animation:cd-gen-strip-flow 1.8s linear infinite}.cd-gen-banner__body{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem 1.15rem}.cd-gen-spinner{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid #e9d5ff;border-top-color:#7c3aed;animation:cd-spin .85s linear infinite}.cd-gen-banner__copy{flex:1;min-width:0}.cd-gen-banner__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin-bottom:.35rem}.cd-gen-banner__title{font-size:1.125rem;font-weight:800;letter-spacing:-.02em;color:#4c1d95}.cd-gen-dots{display:inline-flex;align-items:center;gap:.28rem}.cd-gen-dot{width:6px;height:6px;border-radius:50%;background:#7c3aed;animation:cd-gen-dot-bounce 1.05s ease-in-out infinite}.cd-gen-dot:nth-child(2){animation-delay:.15s}.cd-gen-dot:nth-child(3){animation-delay:.3s}.cd-gen-banner__phase{margin:0 0 .35rem;font-size:.9375rem;color:#5b21b6}.cd-gen-banner__poll{margin:0;font-size:.8125rem;line-height:1.5;color:#6b21a8}.cd-gen-banner__abort-hint{margin:.65rem 0 0;font-size:.8125rem;line-height:1.55;color:#7c3aed}.cd-action-ok{margin:0;padding:.55rem .85rem;font-size:.875rem;line-height:1.45;color:#166534;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px}.cd-gen-placeholder__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.cd-gen-placeholder__badge{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 1rem;padding:.35rem .65rem;font-size:.8125rem;font-weight:600;color:#6d28d9;background:#f5f3ff;border-radius:8px;border:1px dashed #c4b5fd}.cd-gen-placeholder__pulse{width:8px;height:8px;border-radius:50%;background:#7c3aed;animation:cd-gen-dot-pulse 1s ease-out infinite}.cd-gen-skeleton{display:flex;flex-direction:column;gap:.65rem}.cd-gen-skeleton__table-head{height:2.25rem;border-radius:8px;background:linear-gradient(90deg,#ede9fe,#f3e8ff,#ede9fe 80%);background-size:200% 100%;animation:cd-gen-shimmer 1.5s ease-in-out infinite}.cd-gen-skeleton__row{height:1.25rem;border-radius:6px;background:linear-gradient(90deg,#f1f5f9,#e9d5ff,#f1f5f9 70%);background-size:220% 100%;animation:cd-gen-shimmer 1.8s ease-in-out infinite}.cd-gen-skeleton__row--short{width:72%}.cd-gen-skeleton__row--medium{width:88%}.cd-gen-skeleton__row:nth-child(3){animation-delay:.15s}.cd-gen-skeleton__row:nth-child(4){animation-delay:.28s}.cd-gen-skeleton__row:nth-child(5){animation-delay:.4s}@keyframes cd-spin{to{transform:rotate(360deg)}}@keyframes cd-gen-strip-flow{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes cd-gen-banner-float{0%,to{box-shadow:0 0 0 1px #8b5cf626,0 12px 40px -12px #5b21b659}50%{box-shadow:0 0 0 1px #8b5cf647,0 16px 48px -10px #5b21b66b}}@keyframes cd-gen-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-5px);opacity:1}}@keyframes cd-gen-dot-pulse{0%{transform:scale(1);box-shadow:0 0 #7c3aed73}70%{transform:scale(1.05);box-shadow:0 0 0 10px #7c3aed00}to{transform:scale(1);box-shadow:0 0 #7c3aed00}}@keyframes cd-gen-badge-glow{0%,to{border-color:#c4b5fd}50%{border-color:#a78bfa}}@keyframes cd-gen-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion: reduce){.cd-gen-banner,.cd-gen-banner__strip,.cd-gen-spinner,.cd-gen-dot,.cd-title-gen-badge,.cd-title-gen-badge__dot,.cd-gen-placeholder__pulse,.cd-gen-skeleton__table-head,.cd-gen-skeleton__row{animation:none!important}.cd-gen-banner{box-shadow:0 4px 24px #5b21b61f}.comic-drama--generating:before{display:none}}.admin-users{padding:1.25rem 1.5rem 2rem;max-width:min(96vw,1600px);margin:0 auto;box-sizing:border-box}.admin-users-head{margin-bottom:1rem}.admin-users-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 .35rem}.admin-users-desc{margin:0;font-size:.875rem;color:#64748b;line-height:1.5}.admin-users-error{margin:0 0 1rem;padding:.55rem .75rem;font-size:.875rem;color:#b91c1c;background:#fef2f2;border-radius:8px}.admin-users-table-wrap{overflow-x:auto;border:1px solid #e8ecf1;border-radius:10px;background:#fff}.admin-users-table{width:100%;border-collapse:collapse;font-size:.8125rem}.admin-users-table th,.admin-users-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:middle}.admin-users-table th{font-weight:600;color:#475569;background:#f8fafc;white-space:nowrap}.admin-users-table tbody tr:last-child td{border-bottom:none}.admin-users-empty{text-align:center;color:#94a3b8;padding:2rem 1rem!important}.admin-users-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}.admin-users-role-select{min-width:8.5rem;padding:.35rem .5rem;font-size:.8125rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.admin-users-col-actions{white-space:nowrap}.admin-users-save-btn{padding:.35rem .65rem;font-size:.75rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:6px;cursor:pointer}.admin-users-save-btn:hover:not(:disabled){background:#1d4ed8}.admin-users-save-btn:disabled{opacity:.45;cursor:not-allowed}.admin-users-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.admin-users-page-btn{padding:.4rem .85rem;font-size:.8125rem;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.admin-users-page-btn:hover:not(:disabled){background:#f8fafc}.admin-users-page-btn:disabled{opacity:.5;cursor:not-allowed}.admin-users-page-info{font-size:.8125rem;color:#64748b}@media (max-width: 767px){.admin-users{padding:.65rem .65rem 1.25rem;max-width:100%}.admin-users-head{margin-bottom:.75rem}.admin-users-title{font-size:1.1rem;line-height:1.3}.admin-users-desc{font-size:.8125rem}.admin-users-table-wrap{margin:0;border:none;border-radius:0;overflow:visible;background:transparent}.admin-users-table{display:block;width:100%;font-size:.8125rem}.admin-users-table thead{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin-users-table tbody{display:block}.admin-users-table tbody tr.admin-users-empty-tr{display:block;border:1px dashed #cbd5e1;border-radius:10px;background:#fafbfc}.admin-users-table tbody tr.admin-users-empty-tr td{display:block;width:100%!important;box-sizing:border-box;border:none!important}.admin-users-table tbody tr.admin-users-empty-tr td:before{content:none!important}.admin-users-table tbody tr.admin-users-data-tr{display:flex;flex-direction:column;margin-bottom:.75rem;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0f172a0f}.admin-users-table tbody tr.admin-users-data-tr:last-child{margin-bottom:0}.admin-users-table tbody tr.admin-users-data-tr td{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;padding:.45rem .65rem!important;border-bottom:1px solid #f1f5f9!important;text-align:right;background:#fff!important;vertical-align:middle}.admin-users-table tbody tr.admin-users-data-tr td:last-child{border-bottom:none!important;padding-bottom:.55rem!important}.admin-users-table tbody tr.admin-users-data-tr td:before{content:attr(data-label);flex:0 0 auto;max-width:38%;padding-right:.35rem;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;text-align:left;line-height:1.35}.admin-users-table tbody tr.admin-users-data-tr td[data-label=用户名]{order:1}.admin-users-table tbody tr.admin-users-data-tr td[data-label=展示名]{order:2}.admin-users-table tbody tr.admin-users-data-tr td[data-label=角色]{order:3}.admin-users-table tbody tr.admin-users-data-tr td[data-label=状态]{order:4}.admin-users-table tbody tr.admin-users-data-tr td[data-label=上次登录]{order:5}.admin-users-table tbody tr.admin-users-data-tr td[data-label=创建时间]{order:6}.admin-users-table tbody tr.admin-users-data-tr td[data-label=ID]{order:7}.admin-users-table tbody tr.admin-users-data-tr td[data-label=操作]{order:8;flex-direction:column;align-items:stretch;gap:.4rem;background:#f8fafc!important;padding-top:.5rem!important}.admin-users-table tbody tr.admin-users-data-tr td[data-label=操作]:before{max-width:none;width:100%}.admin-users-table tbody tr.admin-users-data-tr td[data-label=角色] .admin-users-role-select,.admin-users-table tbody tr.admin-users-data-tr td[data-label=操作] .admin-users-save-btn{width:100%;box-sizing:border-box;max-width:none;min-width:0}.admin-users-table tbody tr.admin-users-data-tr td[data-label=角色]>.admin-users-role-select{flex:1 1 auto;min-width:0;font-size:16px}.admin-users-table tbody tr.admin-users-data-tr td[data-label=操作]>.admin-users-save-btn{padding:.45rem .75rem;font-size:.9375rem}.admin-users-table tbody tr.admin-users-data-tr td[data-label=用户名],.admin-users-table tbody tr.admin-users-data-tr td[data-label=展示名],.admin-users-table tbody tr.admin-users-data-tr td[data-label=状态],.admin-users-table tbody tr.admin-users-data-tr td[data-label=上次登录],.admin-users-table tbody tr.admin-users-data-tr td[data-label=创建时间],.admin-users-table tbody tr.admin-users-data-tr td[data-label=ID]{word-break:break-word}.admin-users-table tbody tr.admin-users-data-tr td .admin-users-cell-val{flex:1 1 auto;min-width:0;text-align:right}.admin-users-pager{flex-direction:column;align-items:stretch;gap:.65rem;margin-top:.85rem}.admin-users-page-btn{width:100%;box-sizing:border-box;padding:.5rem .85rem;font-size:1rem}.admin-users-page-info{text-align:center;font-size:.8125rem}}.change-password-page{max-width:420px;margin:0 auto;padding:1.5rem 1.25rem 2rem;box-sizing:border-box}.change-password-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 .35rem}.change-password-desc{margin:0 0 1.25rem;font-size:.8125rem;color:#64748b;line-height:1.5}.change-password-form{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:1.25rem 1.35rem 1.5rem;box-shadow:0 1px 3px #0f172a0f}.change-password-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600;color:#475569}.change-password-field input{padding:.5rem .65rem;font-size:.9375rem;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit}.change-password-field input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.change-password-captcha{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;flex-wrap:wrap}.change-password-captcha-img{height:44px;border-radius:6px;border:1px solid #eee}.change-password-captcha-ph{min-height:44px;padding:0 .75rem;display:flex;align-items:center;font-size:.8125rem;color:#94a3b8;background:#f8fafc;border-radius:6px}.change-password-captcha-refresh{padding:.4rem .75rem;font-size:.8125rem;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.change-password-captcha-refresh:hover:not(:disabled){background:#e2e8f0}.change-password-captcha-refresh:disabled{opacity:.55;cursor:not-allowed}.change-password-msg{margin:0 0 1rem;font-size:.8125rem;line-height:1.45}.change-password-msg--error{color:#b91c1c}.change-password-msg--ok{color:#15803d}.change-password-submit{width:100%;margin-top:.25rem;padding:.6rem 1rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer}.change-password-submit:hover:not(:disabled){filter:brightness(1.03)}.change-password-submit:disabled{opacity:.65;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;height:100%}
