.app-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.app-brand-horizontal{flex-direction:row;text-align:left;gap:12px;align-items:center}.app-brand-horizontal .app-brand-logo-container{flex-shrink:0}.app-brand-horizontal .app-brand-title{margin:0}.app-brand-logo-container{display:flex;justify-content:center;align-items:center}.app-brand-logo-icon{width:64px;height:64px;transition:transform .3s ease}.app-brand-logo-icon:hover{transform:scale(1.05) rotate(5deg)}.app-brand-title{font-weight:800;margin:0;letter-spacing:-1px;line-height:1.1}.app-brand-subtitle{font-weight:400;margin:0;line-height:1.6;letter-spacing:.2px}.app-brand-light .app-brand-logo-icon{color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,.6)) drop-shadow(0 4px 12px rgba(255,255,255,.4)) drop-shadow(0 8px 24px rgba(0,0,0,.4)) drop-shadow(0 12px 32px rgba(0,0,0,.3));brightness:1.2;contrast:1.15}.app-brand-light .app-brand-title{background:linear-gradient(135deg,#fff,#fffffffa,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:brightness(1.15) contrast(1.2) drop-shadow(0 0 12px rgba(255,255,255,.6)) drop-shadow(0 0 24px rgba(255,255,255,.4)) drop-shadow(0 4px 12px rgba(0,0,0,.5)) drop-shadow(0 8px 24px rgba(0,0,0,.4)) drop-shadow(0 12px 36px rgba(0,0,0,.3))}.app-brand-light .app-brand-subtitle{color:#ffffffe6;text-shadow:0 1px 4px rgba(0,0,0,.2)}.app-brand-dark .app-brand-logo-icon{color:#667eea;filter:drop-shadow(0 2px 6px rgba(102,126,234,.25));transition:transform .3s ease}.app-brand-dark .app-brand-logo-icon:hover{transform:scale(1.05) rotate(5deg)}.app-brand-dark .app-brand-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.5px}.app-brand-dark .app-brand-subtitle{color:#64748b}.app-brand-small .app-brand-logo-icon{width:32px;height:32px}.app-brand-small .app-brand-title{font-size:20px}.app-brand-small .app-brand-subtitle{font-size:13px}.app-brand-medium .app-brand-logo-icon{width:64px;height:64px}.app-brand-medium .app-brand-title{font-size:48px}.app-brand-medium .app-brand-subtitle{font-size:17px}.app-brand-large .app-brand-logo-icon{width:88px;height:88px}.app-brand-large .app-brand-title{font-size:64px}.app-brand-large .app-brand-subtitle{font-size:19px}@media (min-width: 768px){.app-brand-medium .app-brand-logo-icon{width:72px;height:72px}.app-brand-medium .app-brand-title{font-size:52px}.app-brand-medium .app-brand-subtitle{font-size:18px}.app-brand-large .app-brand-logo-icon{width:96px;height:96px}.app-brand-large .app-brand-title{font-size:72px}}@media (max-width: 480px){.app-brand-medium .app-brand-logo-icon{width:56px;height:56px}.app-brand-medium .app-brand-title{font-size:40px}.app-brand-medium .app-brand-subtitle{font-size:15px}}.login-container{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.login-content{position:relative;z-index:1;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:64px;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;color:#fff;width:100%;animation:fadeIn 1s ease-out .2s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo-container{display:flex;justify-content:center;margin-bottom:20px;animation:scaleIn .6s ease-out .3s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.logo-icon{width:72px;height:72px;color:#fff;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25));transition:transform .3s ease}.logo-icon:hover{transform:scale(1.05) rotate(5deg)}.app-title{font-size:48px;font-weight:800;margin:0 0 12px;letter-spacing:-1px;text-shadow:0 4px 20px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2);background:linear-gradient(135deg,#fff,#fffffff2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.app-subtitle{font-size:17px;font-weight:400;margin:0;opacity:.95;letter-spacing:.5px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.login-form{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;animation:fadeInUp .8s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-title{font-size:32px;font-weight:700;color:#fff;margin:0;text-align:center;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.login-description{font-size:15px;color:#ffffffe6;margin:0;text-align:center;line-height:1.6;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.2)}.gmail-login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 28px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;font-size:15px;font-weight:600;color:#1e293b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f,0 1px 2px #0000000a;position:relative;overflow:hidden}.gmail-login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.gmail-login-button:hover:before{left:100%}.gmail-login-button:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;transform:translateY(-2px)}.gmail-login-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000000f,0 1px 2px #0000000a}.google-icon{width:22px;height:22px;flex-shrink:0;transition:transform .3s ease}.gmail-login-button:hover .google-icon{transform:scale(1.1)}.gmail-button-text{font-weight:600;letter-spacing:.3px}.login-footer{font-size:12px;color:#fffc;margin:0;text-align:center;line-height:1.6;max-width:340px;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (min-width: 768px){.login-container{padding:40px}.login-content{max-width:500px;gap:72px}.logo-icon{width:88px;height:88px}.app-title{font-size:64px}.app-subtitle{font-size:19px}.login-title{font-size:36px}.login-description{font-size:16px}.gmail-login-button{padding:18px 32px;font-size:16px}.google-icon{width:24px;height:24px}}@media (min-width: 1024px){.login-content{max-width:540px}}@media (max-width: 480px){.login-container{padding:20px}.app-title{font-size:40px}.app-subtitle{font-size:15px}.login-title{font-size:28px}.login-description{font-size:14px}.gmail-login-button{padding:14px 24px;font-size:14px}.logo-icon{width:64px;height:64px}}.gmail-login-button:focus{outline:2px solid #667eea;outline-offset:3px}.gmail-login-button:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){.login-content,.login-header,.logo-container,.login-form{animation:none}.gmail-login-button{transition:none}}.dashboard-container{min-height:100vh;padding:0;position:relative;z-index:1}.dashboard-header{background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.3);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:12px}.go-pro-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #667eea4d}.go-pro-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea66}.go-pro-button:active{transform:translateY(0)}.go-pro-icon{font-size:16px}.go-pro-text{font-weight:600}.dashboard-main{max-width:1400px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:0;height:calc(100vh - var(--header-height, 60px));overflow:hidden}.create-project-section{width:100%;padding:12px 16px;background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.3)}.create-project-button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;background:#fff;border:2px dashed #cbd5e1;border-radius:8px;font-size:15px;font-weight:600;color:#667eea;cursor:pointer;transition:all .2s ease}.create-project-button:hover{border-color:#667eea;background:#f8f9ff}.create-project-button:active{background:#f0f4ff}.create-icon{width:24px;height:24px;stroke:currentColor;stroke-width:2.5}.projects-section{width:100%;background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);flex:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.section-header{display:flex;flex-direction:column;border-bottom:1px solid #e5e7eb}.section-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;padding:12px 16px;letter-spacing:-.5px}.create-project-button-header{display:none}.projects-grid{display:grid;grid-template-columns:1fr;width:100%;flex:0;gap:0}.project-card{background:#fffffffa;border-bottom:1px solid rgba(229,231,235,.5);transition:background-color .15s ease;cursor:pointer;height:fit-content;display:flex;flex-direction:column}.project-card:last-child{border-bottom:none}.project-card:active{background:#f8f9fa}.project-info{padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.project-main-info{flex:1;min-width:0}.project-name{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.project-date{font-size:13px;color:#64748b;margin:0;line-height:1.2}.download-button{display:flex;align-items:center;justify-content:center;padding:8px;background:transparent;border:none;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s ease;flex-shrink:0}.download-button:hover{background:#f1f5f9;color:#667eea}.download-button:active{background:#e2e8f0}.download-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2}.empty-state{background:#fff;padding:48px 24px;text-align:center}.empty-state-text{font-size:15px;color:#64748b;margin:0}.load-more-container{width:100%;padding:16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center}.load-more-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:transparent;border:1.5px solid #cbd5e1;border-radius:8px;font-size:15px;font-weight:600;color:#667eea;cursor:pointer;transition:all .2s ease;min-width:120px}.load-more-button:hover{background:#f8f9ff;border-color:#667eea}.load-more-button:active{background:#f0f4ff}.load-more-text{font-weight:600}.load-more-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2.5}.feature-requests-section{width:100%;padding:8px 16px 12px;background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(255,255,255,.3);flex-shrink:0;position:sticky;bottom:0;z-index:10;box-shadow:0 -2px 8px #0000000d}.feature-requests-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.feature-requests-content{color:#fff}.feature-requests-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 4px;line-height:1.3}.feature-requests-description{font-size:13px;color:#ffffffe6;margin:0;line-height:1.4}.feature-requests-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;background:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#667eea;cursor:pointer;transition:all .2s ease;align-self:flex-start}.feature-requests-button:hover{background:#f8f9fa;transform:translate(4px)}.feature-requests-button:active{transform:translate(0)}.feature-requests-icon{width:16px;height:16px;stroke:currentColor;stroke-width:2.5}.feature-requests-button-text{font-weight:600}@media (min-width: 768px){.dashboard-header{padding:20px 32px}.go-pro-button{padding:10px 20px;font-size:15px}.dashboard-main{padding:0;gap:0;height:calc(100vh - 80px)}.create-project-section{display:none}.section-header{flex-direction:row;align-items:center;justify-content:space-between;padding:0}.section-title{font-size:24px;padding:24px 32px;border-bottom:none}.create-project-button-header{display:flex;width:auto;margin-right:32px;padding:10px 20px;font-size:15px}.projects-grid{grid-template-columns:repeat(2,1fr);flex:0}.project-card{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.project-card:nth-child(2n){border-right:none}.project-card:last-child,.project-card:nth-last-child(2){border-bottom:none}.project-info{padding:10px 20px}.project-name{font-size:17px}.load-more-container{padding:20px 32px}.load-more-button{padding:14px 28px;font-size:16px}.feature-requests-section{padding:12px 32px 24px}.feature-requests-card{padding:20px;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.feature-requests-title{font-size:18px}.feature-requests-description{font-size:14px}.feature-requests-button{align-self:auto;padding:10px 20px;font-size:14px}}@media (min-width: 1024px){.dashboard-header{padding:24px 48px}.dashboard-main{padding:0;gap:0}.section-title{padding:28px 48px}.create-project-button-header{margin-right:48px}.projects-grid{grid-template-columns:repeat(3,1fr)}.project-card:nth-child(3n){border-right:none}.project-card:nth-last-child(-n+3){border-bottom:none}.load-more-container{padding:24px 48px}.feature-requests-section{padding:16px 48px 32px}}@media (min-width: 1280px){.projects-grid{grid-template-columns:repeat(4,1fr)}.project-card:nth-child(4n){border-right:none}.project-card:nth-last-child(-n+4){border-bottom:none}}.go-pro-button:focus,.create-project-button:focus,.download-button:focus,.feature-requests-button:focus,.load-more-button:focus{outline:2px solid #667eea;outline-offset:2px}.go-pro-button:focus:not(:focus-visible),.create-project-button:focus:not(:focus-visible),.download-button:focus:not(:focus-visible),.feature-requests-button:focus:not(:focus-visible),.load-more-button:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){.project-card,.go-pro-button,.create-project-button,.download-button,.feature-requests-button,.load-more-button{transition:none}.project-card:hover{transform:none}}.create-project-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column}.create-project-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.create-project-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.3px;flex:1;text-align:center}.create-project-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:20px 16px;overflow-y:auto}.create-project-card{width:100%;max-width:600px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:8px}.form-label{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.required-indicator{color:#ef4444;margin-left:2px}.form-hint{font-size:13px;color:#64748b;margin:0}.title-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;color:#1a1a1a;background:#fff;transition:all .2s ease;font-family:inherit}.title-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.title-input::placeholder{color:#94a3b8}.language-select{width:100%;padding:12px 40px 12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;color:#1a1a1a;background:#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='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9L12 15L18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease;font-family:inherit;min-height:48px}.language-select:hover{border-color:#cbd5e1}.language-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.language-select:disabled{opacity:.6;cursor:not-allowed}.language-select option{padding:12px;font-size:15px}.language-summary{font-size:13px;color:#64748b;margin:4px 0 0;line-height:1.5}.language-summary strong{color:#1a1a1a;font-weight:600}.upload-area{border:2px dashed #cbd5e1;border-radius:8px;padding:48px 24px;background:#f8f9fa;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-height:200px}.upload-area:hover{border-color:#667eea;background:#f0f4ff}.upload-area:active{background:#e8edff}.file-input-hidden{display:none}.upload-content{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.upload-icon{width:48px;height:48px;color:#667eea;stroke:currentColor;stroke-width:2}.upload-text-primary{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.upload-text-secondary{font-size:14px;color:#64748b;margin:0}.file-info-container{width:100%}.progress-container{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;border:2px solid #e5e7eb}.progress-header{display:flex;align-items:center;gap:12px}.progress-icon-container{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.upload-icon-small,.processing-icon{width:24px;height:24px;stroke:currentColor;stroke-width:2}.progress-text-container{flex:1;min-width:0}.progress-text-primary{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.progress-text-secondary{font-size:13px;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-bar-container{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease}.file-selected-container{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;border:2px solid #e5e7eb}.file-selected-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.video-icon{width:40px;height:40px;color:#667eea;flex-shrink:0}.file-selected-details{flex:1;min-width:0}.file-name{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{font-size:13px;color:#64748b;margin:0}.remove-file-button{display:flex;align-items:center;justify-content:center;padding:8px;background:transparent;border:none;border-radius:6px;color:#64748b;cursor:pointer;transition:all .2s ease;flex-shrink:0}.remove-file-button:hover{background:#fee2e2;color:#ef4444}.remove-file-button:active{background:#fecaca}.remove-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2.5}.action-section{display:flex;justify-content:center;padding-top:8px}.create-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.create-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.create-button:active:not(:disabled){transform:translateY(0)}.create-button:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}.create-button-text{font-weight:600}@media (min-width: 768px){.create-project-header{padding:16px 32px}.create-project-title{font-size:24px}.create-project-main{padding:32px}.create-project-card{padding:32px;border-radius:16px}.form-section{gap:10px}.form-label{font-size:16px}.title-input{padding:14px 18px;font-size:16px}.language-select{padding:14px 44px 14px 18px;font-size:16px;min-height:52px}.language-summary{font-size:14px}.upload-area{padding:64px 32px;min-height:240px}.upload-icon{width:56px;height:56px}.upload-text-primary{font-size:17px}.upload-text-secondary{font-size:15px}.create-button{padding:16px 32px;font-size:17px}}@media (min-width: 1024px){.create-project-main,.create-project-card{padding:40px}}.back-button:focus,.title-input:focus,.language-select:focus,.create-button:focus,.remove-file-button:focus{outline:2px solid #667eea;outline-offset:2px}.back-button:focus:not(:focus-visible),.title-input:focus:not(:focus-visible),.language-select:focus:not(:focus-visible),.create-button:focus:not(:focus-visible),.remove-file-button:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){.back-button,.title-input,.language-select,.upload-area,.create-button,.remove-file-button,.progress-bar{transition:none}.create-button:hover:not(:disabled){transform:none}}.caption-editor-container{min-height:100vh;background:#0a0a0a;display:flex;flex-direction:column}@media (max-width: 767px){.caption-editor-container{height:100vh;max-height:100vh;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw}}.editor-header{display:none}.back-button-top-right{display:none;position:fixed;top:16px;left:16px;width:44px;height:44px;min-width:44px;min-height:44px;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:50%;cursor:pointer;z-index:1000;transition:all .2s ease;align-items:center;justify-content:center;color:#ffffffe6}.back-button-top-right:hover{background:#ffffff1a;color:#fff;transform:scale(1.1)}.back-button-top-right:active{background:#ffffff26;transform:scale(.95)}.back-icon-top-right{width:22px;height:22px;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.undo-redo-container-desktop{display:none;position:fixed;top:16px;left:68px;z-index:1000;align-items:center;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:0;overflow:hidden}.undo-redo-button-desktop{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#ffffffe6;padding:0}.undo-redo-button-desktop:hover:not(:disabled){background:#ffffff1a;color:#fff}.undo-redo-button-desktop:active:not(:disabled){background:#ffffff26}.undo-redo-button-desktop:disabled{cursor:not-allowed;opacity:.4}.undo-redo-button-desktop-divider{width:1px;height:28px;background:#ffffff26;flex-shrink:0}.undo-redo-icon-desktop{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.3));opacity:.9}.export-button-container{position:fixed;top:20px;right:20px;z-index:1000;display:none}@media (max-width: 767px){.export-button-container{position:fixed;top:16px;right:16px;z-index:100;display:block;pointer-events:none}.export-button-container .export-button{pointer-events:auto}.export-button{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffe6;box-shadow:0 2px 8px #0003;transition:all .2s ease}.export-button:hover:not(:disabled){background:#ffffff1a;color:#fff;transform:scale(1.1);box-shadow:0 2px 8px #0003}.export-button:active:not(:disabled){background:#ffffff26;transform:scale(.95)}.export-button[aria-expanded=true]{background:#fff3;border-color:#ffffff4d;box-shadow:0 4px 16px #0000004d;transform:scale(1.05)}.export-button-text,.export-chevron{display:none}.export-icon{width:22px;height:22px;stroke:currentColor;stroke-width:2;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.export-menu{position:fixed;top:70px;right:16px;left:auto;min-width:280px;max-width:calc(100vw - 32px);z-index:101;pointer-events:auto;isolation:isolate}.export-button-container,.export-button-container .export-menu{pointer-events:auto}.export-menu-item{pointer-events:auto;position:relative;z-index:1}.export-button-container.hidden{opacity:0;visibility:hidden;pointer-events:none}}.export-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d;position:relative}.export-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.export-button:active:not(:disabled){transform:translateY(0)}.export-button:disabled{opacity:.7;cursor:not-allowed}.export-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;flex-shrink:0}.export-icon-loading{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.export-chevron{width:16px;height:16px;stroke:currentColor;stroke-width:2;flex-shrink:0;transition:transform .2s ease}.export-button[aria-expanded=true] .export-chevron{transform:rotate(180deg)}.export-button[aria-expanded=true]{background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 16px #667eea80;transform:translateY(-1px)}.export-button-text{font-weight:600}.export-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 4px 16px #00000026;padding:8px;z-index:1001;animation:fadeInDown .2s ease;pointer-events:auto;isolation:isolate}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.export-menu-item{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px;background:transparent;border:none;border-radius:6px;text-align:left;cursor:pointer;transition:all .15s ease;color:#ffffffe6}.export-menu-item:hover{background:#ffffff1a}.export-menu-item:active{background:#ffffff26}.export-menu-item:focus{outline:2px solid #667eea;outline-offset:2px}.export-menu-icon{width:20px;height:20px;stroke:#667eea;stroke-width:2;flex-shrink:0;margin-top:2px}.export-menu-item-content{display:flex;flex-direction:column;gap:4px;flex:1}.export-menu-item-title{font-size:15px;font-weight:600;color:#fffffff2;line-height:1.3}.export-menu-item-description{font-size:13px;color:#ffffffb3;line-height:1.3}.back-button{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#667eea;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#f8f9ff}.back-button:active{background:#f0f4ff}.back-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2.5}.back-text{font-weight:600}.editor-title{font-size:18px;font-weight:700;color:#fffffff2;margin:0;letter-spacing:-.3px;flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 16px}.header-spacer{width:80px}.editor-main{flex:1;display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;min-height:0}.device-preview-zone{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-shrink:0;padding:20px 16px;gap:16px}.video-title-container{width:100%;max-width:360px;display:flex;justify-content:center;align-items:center;transition:opacity .2s ease,visibility .2s ease}.video-title-container.hidden{opacity:0;visibility:hidden;pointer-events:none}.video-title{font-size:18px;font-weight:600;color:#fffffff2;margin:0;padding:8px 12px;cursor:pointer;border-radius:8px;transition:all .2s ease;text-align:center;word-break:break-word;max-width:100%}.video-title:hover{background:#ffffff1a;color:#667eea}.video-title-input{font-size:18px;font-weight:600;color:#fffffff2;padding:8px 12px;border:2px solid #667eea;border-radius:8px;background:#141414f2;width:100%;max-width:360px;text-align:center;outline:none;box-sizing:border-box}.video-title-input:focus{box-shadow:0 0 0 3px #667eea1a}.editor-right-column{width:100%;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.controls-card{width:100%;background:#141414f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0;box-shadow:0 2px 8px #0000004d;display:flex;flex-direction:column;overflow:hidden;margin:0 16px}.control-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.15);background:#f9fafb;border-radius:12px 12px 0 0;padding:0 20px;position:relative;z-index:10;flex-shrink:0}.control-tab{flex:1;padding:14px 20px;background:transparent;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;position:relative}.control-tab:hover{color:#374151;background:#00000005}.control-tab.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.control-buttons-mobile{display:none}.control-button-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 10px;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease;width:100%;color:#ffffffe6;margin-bottom:4px}.control-button-mobile:last-child{margin-bottom:0}.control-button-mobile:hover{background:#ffffff1a;color:#fff;transform:scale(1.05)}.control-button-mobile.active{background:#ffffff26;color:#fff;border-color:#ffffff40}.control-button-mobile:active{background:#ffffff26;transform:scale(.98)}.control-button-icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.control-button-mobile.active .control-button-icon{stroke:#fff;fill:none}.control-button-title{font-size:11px;font-weight:500;line-height:1.2}.tab-content{padding:16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.themes-section{width:100%;display:flex;flex-direction:column;gap:32px}.theme-section-heading{font-size:18px;font-weight:700;color:#fffffff2;margin:0 0 16px;letter-spacing:-.3px}.my-theme-section{width:100%}.no-custom-theme-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:#f9fafb;border:2px dashed #cbd5e1;border-radius:12px;text-align:center;gap:16px}.no-theme-text{font-size:15px;color:#ffffffb3;margin:0}.create-theme-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.create-theme-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.create-theme-button:active{transform:translateY(0)}.create-theme-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2.5;flex-shrink:0}.create-theme-text{font-weight:600}.library-section{width:100%}.themes-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:0}.theme-option-wrapper{position:relative}.theme-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;background:#141414f2;border:2px solid rgba(255,255,255,.15);border-radius:16px;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;min-height:100px;width:100%}.theme-option:hover{background:#f9fafb;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.theme-option.active{background:#141414f2;border-color:#667eea;border-width:3px;box-shadow:0 0 0 2px #667eea33,0 4px 16px #667eea33;transform:translateY(-2px)}.theme-name{font-size:16px;font-weight:600;display:inline-block;line-height:1.4;border-radius:4px}.theme-option[data-theme=classic] .theme-name,.theme-option[data-theme=underline] .theme-name,.theme-option[data-theme=director] .theme-name{padding:4px 8px;background:#1a1a1a}.theme-edit-button{position:absolute;top:8px;left:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease;z-index:10;opacity:0;pointer-events:none}.theme-option-wrapper:hover .theme-edit-button{opacity:1;pointer-events:all}.theme-edit-button:hover{background:#f8f9fa;border-color:#667eea;transform:scale(1.05)}.theme-edit-icon{width:16px;height:16px;color:#6b7280;transition:color .2s ease}.theme-edit-button:hover .theme-edit-icon{color:#667eea}.theme-delete-button{position:absolute;top:8px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease;z-index:10;opacity:0;pointer-events:none}.theme-option-wrapper:hover .theme-delete-button{opacity:1;pointer-events:all}.theme-delete-button:hover{background:#fef2f2;border-color:#ef4444;transform:scale(1.05)}.theme-delete-icon{width:16px;height:16px;color:#6b7280;transition:color .2s ease}.theme-delete-button:hover .theme-delete-icon{color:#ef4444}.theme-check{position:absolute;top:8px;right:48px;width:24px;height:24px;color:#667eea;background:#141414f2;border-radius:50%;padding:4px;box-shadow:0 2px 4px #0000001a}.styles-section{width:100%}.styles-container{display:flex;flex-direction:column;gap:8px;margin-top:12px}.style-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.style-option:hover{background:#f9fafb;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.style-option.active{background:#eef2ff;border-color:#667eea;border-width:3px;box-shadow:0 0 0 2px #667eea33,0 2px 8px #667eea26}.style-name{font-size:14px;font-weight:500;color:#fffffff2}.style-option.active .style-name{color:#667eea;font-weight:600}.style-check{width:20px;height:20px;color:#667eea;flex-shrink:0}.video-preview-section{width:100%;display:flex;justify-content:center;align-items:flex-start;flex:1;min-height:0;overflow:hidden}.mobile-frame{width:100%;max-width:360px;background:#1a1a1a;border-radius:24px;padding:12px;box-shadow:0 8px 32px #0000004d;position:relative;display:flex;flex-direction:column;height:100%;max-height:100%}.back-button-overlay{position:absolute;top:12px;left:12px;z-index:30;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#ffffffe6;cursor:pointer;transition:all .2s ease;touch-action:manipulation}.back-button-overlay:hover{background:#ffffff1a;color:#fff;transform:scale(1.1)}.back-button-overlay:active{background:#ffffff26;transform:scale(.95)}.back-button-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.back-icon-overlay{width:22px;height:22px;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.undo-redo-container-overlay{position:absolute;top:12px;left:64px;z-index:30;display:flex;align-items:center;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:0;overflow:hidden;touch-action:manipulation}.undo-redo-button-overlay{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;background:transparent;border:none;color:#ffffffe6;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;touch-action:manipulation}.undo-redo-button-overlay:hover:not(:disabled){background:#ffffff1a;color:#fff}.undo-redo-button-overlay:active:not(:disabled){background:#ffffff26}.undo-redo-button-overlay:disabled{cursor:not-allowed;opacity:.4}.undo-redo-button-overlay-divider{width:1px;height:28px;background:#ffffff26;flex-shrink:0}.undo-redo-icon-overlay{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.3));opacity:.9}.save-button-container-desktop{display:none;position:fixed;top:16px;left:165px;z-index:1000;align-items:center;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:0;overflow:hidden}.save-button-desktop{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#ffffffe6;padding:0}.save-button-desktop:hover:not(:disabled){background:#ffffff1a;color:#fff}.save-button-desktop:active:not(:disabled){background:#ffffff26}.save-button-desktop:disabled{cursor:not-allowed;opacity:.4}.save-icon-desktop{width:24px;height:24px;color:currentColor;filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.3));opacity:.9}.save-button-container-overlay{position:absolute;top:12px;left:161px;z-index:30;display:flex;align-items:center;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:0;overflow:hidden;touch-action:manipulation}@media (min-width: 768px){.save-button-container-overlay{display:none}}.save-button-overlay{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;background:transparent;border:none;color:#ffffffe6;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;touch-action:manipulation}.save-button-overlay:hover:not(:disabled){background:#ffffff1a;color:#fff}.save-button-overlay:active:not(:disabled){background:#ffffff26}.save-button-overlay:disabled{cursor:not-allowed;opacity:.4}.save-icon-overlay{width:24px;height:24px;color:currentColor;filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.3));opacity:.9}.save-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.save-dialog-content{background:#000000d9;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:32px;max-width:400px;width:90%;text-align:center;box-shadow:0 8px 32px #00000080}.save-dialog-icon{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.save-dialog-icon-svg{width:64px;height:64px;color:#fffffff2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.save-dialog-title{font-size:24px;font-weight:600;margin:0 0 12px;color:#fffffff2}.save-dialog-message{font-size:16px;color:#fffc;margin:0 0 24px;line-height:1.5}.save-dialog-close-button{background:#ffffff26;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.save-dialog-close-button:hover{background:#fff3;color:#fff}.save-dialog-close-button:active{background:#ffffff40}.unsaved-changes-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10002;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.unsaved-changes-dialog-content{background:#000000d9;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:32px;max-width:450px;width:90%;text-align:center;box-shadow:0 8px 32px #00000080;position:relative}.unsaved-changes-dialog-icon{font-size:48px;margin-bottom:16px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.unsaved-changes-dialog-title{font-size:24px;font-weight:600;margin:0 0 12px;color:#fffffff2}.unsaved-changes-dialog-message{font-size:16px;color:#fffc;margin:0 0 24px;line-height:1.5}.unsaved-changes-dialog-buttons{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.unsaved-changes-dialog-button{padding:12px 24px;font-size:16px;font-weight:500;border-radius:8px;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;min-width:100px}.unsaved-changes-dialog-button:disabled{opacity:.5;cursor:not-allowed}.unsaved-changes-dialog-button-discard{background:transparent;color:#fffc;border-color:#fff3}.unsaved-changes-dialog-button-discard:hover:not(:disabled){background:#ffffff1a;color:#fff}.unsaved-changes-dialog-close-button{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;z-index:1}.unsaved-changes-dialog-close-button:hover:not(:disabled){background:#fff3;color:#fff;transform:scale(1.1)}.unsaved-changes-dialog-close-button:disabled{opacity:.5;cursor:not-allowed}.unsaved-changes-dialog-button-save{background:#667eeacc;color:#fffffff2;border-color:#667eea80}.unsaved-changes-dialog-button-save:hover:not(:disabled){background:#667eea;color:#fff}.unsaved-changes-dialog-button:active:not(:disabled){transform:scale(.98)}.mobile-frame-inner{width:100%;aspect-ratio:9 / 16;background:#000;border-radius:16px;overflow:hidden;position:relative;flex:1;min-height:0}.preview-video{width:100%;height:100%;object-fit:cover;display:block}.caption-overlay{position:absolute;padding:12px 16px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;transition:top .3s ease,left .3s ease;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none}.caption-interaction-overlay.dragging{cursor:grabbing!important;opacity:.9}.caption-interaction-overlay.dragging:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px dashed rgba(11,132,243,.6);border-radius:4px;pointer-events:none;z-index:-1}.safe-area-guide{position:absolute;top:32px;left:16px;right:16px;bottom:32px;border:1px dashed rgba(255,255,255,.3);border-radius:4px;pointer-events:none;z-index:999}.caption-overlay.editing{cursor:text;user-select:text;-webkit-user-select:text;top:56px!important;left:50%!important;transform:translate(-50%)!important;width:calc(100% - 32px)!important;max-width:none!important}.caption-overlay.editing .caption-text{cursor:text}.caption-text-input{width:100%;min-width:280px;max-width:100%;padding:12px;border:none;border-radius:8px;background-color:#000000f2;color:#fff;font-size:16px;font-family:inherit;resize:none;outline:none;line-height:1.5;overflow:hidden}.caption-text-input:focus{border:none}.caption-text{font-family:Montserrat,sans-serif;font-style:italic;font-weight:700;font-size:24px;color:#fff;text-shadow:3px 3px 0px rgba(0,0,0,1);text-align:center;line-height:1.1;letter-spacing:0;display:block}.video-controls{display:flex;justify-content:center;align-items:center;padding:16px 0 8px}.play-pause-button{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ffffffe6;border:none;border-radius:50%;color:#fffffff2;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003}.play-pause-button:hover{background:#141414f2;transform:scale(1.05)}.play-pause-button:active{transform:scale(.95)}.play-pause-button-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#0006;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#ffffffe6;cursor:pointer;transition:all .2s ease;box-shadow:none;z-index:20}.play-pause-button-overlay:hover{background:#ffffff1a;color:#fff;transform:translate(-50%,-50%) scale(1.1)}.play-pause-button-overlay:active{background:#ffffff26;transform:translate(-50%,-50%) scale(.95)}.play-pause-button-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.control-icon{width:24px;height:24px}.word-action-overlay{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:50;pointer-events:none;visibility:visible;opacity:1;display:block}@media (min-width: 769px){.device-preview-zone>.word-action-overlay{position:static;transform:none;margin-top:16px;width:100%;max-width:360px;display:flex;justify-content:center}.device-preview-zone>.word-action-overlay .word-action-buttons{position:static;transform:none}}.word-action-overlay.transitioning *:active{background:transparent!important;transform:none!important}.word-action-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 12px;background:#00000059;background-color:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);border-radius:24px;box-shadow:0 4px 16px #0003;pointer-events:auto;animation:wordActionOverlayEnter .3s cubic-bezier(.4,0,.2,1) forwards;will-change:transform,opacity;visibility:visible;opacity:1;transform:translateZ(0);-webkit-transform:translateZ(0)}.word-action-overlay.exiting .word-action-buttons{animation:wordActionOverlayExit .25s cubic-bezier(.4,0,.2,1) forwards}.word-action-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}@keyframes wordActionOverlayEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wordActionOverlayExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.word-action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;min-width:60px;min-height:60px;background:transparent;border:none;border-radius:12px;color:#ffffffe6;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);touch-action:manipulation}.word-action-button:hover{background:#ffffff1a;color:#fff;transform:scale(1.05)}@media (hover: none) and (pointer: coarse){.word-action-button:hover{background:transparent;color:#ffffffe6;transform:none}}.word-action-button:active{background:#ffffff26;transform:scale(.95)}.word-action-button:focus{outline:none}.word-action-button:focus:not(:active){background:transparent}.word-action-button.active{background:#fff3;color:#fff}@supports (-webkit-touch-callout: none){.word-action-button:active{background:transparent!important;transform:none!important}}.word-action-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.word-action-label{font-size:11px;font-weight:500;line-height:1.2;text-align:center;white-space:nowrap}@media (max-width: 767px){.word-action-buttons{max-width:calc(100vw - 32px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.word-action-buttons::-webkit-scrollbar{display:none}.word-action-button{flex-shrink:0;min-width:56px;min-height:56px;padding:6px 10px}.word-action-icon{width:18px;height:18px}.word-action-label{font-size:10px}}.word-style-options{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:8px 12px;background:#00000059;background-color:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);border-radius:24px;box-shadow:0 4px 16px #0003;pointer-events:auto;animation:wordActionOverlayEnter .3s cubic-bezier(.4,0,.2,1) forwards;will-change:transform,opacity;visibility:visible;opacity:1;transform:translateZ(0);-webkit-transform:translateZ(0)}.word-style-back-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:none;border-radius:50%;color:#ffffffe6;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);touch-action:manipulation;padding:0;margin-right:4px;position:sticky;left:0;z-index:10;flex-shrink:0;box-shadow:0 0 8px #0000004d}.word-style-back-button:hover{background:#ffffff26;color:#fff;transform:scale(1.1)}.word-style-back-button:active{background:#fff3;transform:scale(.95)}.word-style-back-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2.5;fill:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.word-style-option-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;min-height:60px;min-width:60px;background:transparent;border:none;border-radius:12px;color:#ffffffe6;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.word-style-option-button:hover{background:transparent;color:#ffffffe6;transform:none}.word-style-option-button:active{background:#ffffff26;transform:scale(.95)}.word-style-option-button:focus{outline:none}.word-style-option-button:focus:not(:active):not(.active){background:transparent}@supports (-webkit-touch-callout: none){.word-style-option-button:active{background:transparent!important;transform:none!important}}.word-style-option-button.active{background:#fff3;color:#fff}.word-style-option-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.word-style-option-icon-text{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.word-style-font-preview{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:14px;font-weight:600;color:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));font-family:Arial,sans-serif;line-height:1}.word-style-color-icon{width:24px;height:24px}.word-style-option-label{font-size:11px;font-weight:500;line-height:1.2;text-align:center;white-space:nowrap}@media (max-width: 767px){.word-style-options{max-width:calc(100vw - 32px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.word-style-options::-webkit-scrollbar{display:none}.word-style-back-button{flex-shrink:0;width:28px;height:28px;min-width:28px;min-height:28px;position:sticky;left:0;z-index:10}.word-style-back-icon{width:16px;height:16px}.word-style-option-button{flex-shrink:0;padding:6px 10px;min-height:56px;min-width:56px}.word-style-option-icon{width:18px;height:18px}.word-style-color-icon{width:22px;height:22px}.word-style-option-label{font-size:10px}}.word-style-color-option-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;min-width:60px;min-height:60px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);touch-action:manipulation;padding:0}.word-style-color-option-button:hover{background:#ffffff1a;transform:scale(1.1)}.word-style-color-option-button:active{background:#ffffff26;transform:scale(.95)}.word-style-color-option-button.active{background:#fff3}.word-style-color-option-button.active .word-style-color-dot{border-color:#fffc;border-width:3px;box-shadow:0 0 0 2px #ffffff4d}.word-style-color-dot{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 4px #0000004d;transition:all .2s ease}.word-style-color-option-button:hover .word-style-color-dot{border-color:#fff9;transform:scale(1.1)}.word-style-color-picker-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#ffffffe6;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.word-style-color-picker-icon svg{width:100%;height:100%}@media (max-width: 767px){.word-style-color-option-button{width:56px;height:56px;min-width:56px;min-height:56px}.word-style-color-dot{width:28px;height:28px}.word-style-color-picker-icon{width:40px;height:40px}}.word-style-color-picker-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px;width:100%}.word-style-color-picker-label{font-size:14px;font-weight:600;color:#ffffffe6;text-align:center;margin:0}.word-style-color-picker-wrapper{display:flex;align-items:center;gap:16px;width:100%;justify-content:center}.word-style-color-picker-input{width:80px;height:80px;border:3px solid rgba(255,255,255,.3);border-radius:12px;cursor:pointer;background:transparent;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0 4px 12px #0000004d;transition:all .2s ease}.word-style-color-picker-input::-webkit-color-swatch-wrapper{padding:0;border:none;border-radius:9px}.word-style-color-picker-input::-webkit-color-swatch{border:none;border-radius:9px}.word-style-color-picker-input::-moz-color-swatch{border:none;border-radius:9px}.word-style-color-picker-input:hover{border-color:#ffffff80;transform:scale(1.05);box-shadow:0 6px 16px #0006}.word-style-color-picker-input:focus{outline:none;border-color:#ffffffb3;box-shadow:0 0 0 3px #fff3,0 6px 16px #0006}.word-style-color-picker-preview{width:60px;height:60px;border-radius:8px;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0000004d;flex-shrink:0}.word-style-color-picker-reset{padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffe6;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.word-style-color-picker-reset:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.word-style-color-picker-reset:active{transform:translateY(0);background:#fff3}@media (max-width: 767px){.word-style-color-picker-container{padding:16px;gap:12px}.word-style-color-picker-input{width:70px;height:70px}.word-style-color-picker-preview{width:50px;height:50px}.word-style-color-picker-reset{padding:8px 16px;font-size:12px}}.controls-section{width:100%;background:#141414f2;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:24px}.control-label{font-size:15px;font-weight:600;color:#fffffff2;margin:0 0 12px;display:block}.timeline-section .control-label{color:#ffffffb3;font-weight:500;letter-spacing:.01em}.timeline-section{width:100%;position:relative;background:#0f1115}.caption-words-section{width:100%;margin-top:0}.caption-words-container{display:flex;flex-direction:column;gap:0;margin-top:0}.caption-line-group{background:#f8f9fa;border-radius:8px;padding:12px;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s ease;margin-bottom:0}.caption-line-group:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.caption-line-group.selected{background:#eef2ff;border-color:#667eea;border-width:2px;box-shadow:0 0 0 3px #667eea1a}.caption-line-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.15);gap:8px}.line-number{font-size:12px;font-weight:600;color:#667eea}.line-time-container{display:flex;align-items:center;gap:4px;flex:1}.line-time{font-size:11px;font-weight:500;color:#6b7280;font-family:Courier New,monospace;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.line-time:hover{background:#f3f4f6;color:#374151}.line-time-separator{font-size:11px;color:#9ca3af;font-family:Courier New,monospace}.line-time-input{font-size:11px;font-weight:500;color:#fffffff2;font-family:Courier New,monospace;border:1px solid #667eea;border-radius:4px;padding:2px 6px;background:#141414f2;min-width:60px;outline:none}.line-time-input:focus{box-shadow:0 0 0 2px #667eea33}.new-line-button{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.new-line-button:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 4px #667eea4d}.new-line-button:active{transform:translateY(0)}.new-line-button svg{flex-shrink:0}.delete-line-button{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;width:24px;height:24px;color:inherit;opacity:0;visibility:hidden}.caption-line-group:hover .delete-line-button{opacity:1;visibility:visible}.delete-line-button:hover:not(:disabled){background:transparent;transform:translateY(-1px);box-shadow:none}.delete-line-button:active:not(:disabled){transform:translateY(0)}.delete-line-button:disabled{background:transparent;cursor:not-allowed;opacity:.3;visibility:visible}.delete-line-button svg{flex-shrink:0;stroke:currentColor}.add-text-button{padding:8px 16px;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.add-text-button:hover{background:#ffffff1a;border-color:#9ca3af;color:#374151}.caption-line-words{position:relative;display:flex;flex-wrap:wrap;gap:6px}.caption-line-add-separator{display:flex;align-items:center;justify-content:center;position:relative;margin:0;padding:12px 0;width:100%;flex-shrink:0}.caption-line-add-separator:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#ffffff1a;z-index:1}.add-line-after-button{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;background:#141414f2;border:2px solid rgba(255,255,255,.15);border-radius:50%;color:#6b7280;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.add-line-after-button:hover{background:#667eea;border-color:#667eea;color:#fff;transform:scale(1.1);box-shadow:0 2px 8px #667eea4d}.add-line-after-button:active{transform:scale(.95)}.add-line-after-button svg{width:16px;height:16px;flex-shrink:0}.caption-word{padding:6px 12px;background:#141414f2;border:2px solid rgba(255,255,255,.15);border-radius:6px;font-size:13px;font-weight:500;color:#fffffff2;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-sizing:border-box}.caption-word:hover{background:#f3f4f6;border:2px solid #667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea33}.caption-word.active{background:#667eea;color:#fff;border:2px solid #667eea;font-weight:600;box-shadow:0 2px 8px #667eea4d}.caption-word.active:hover{background:#667eea;border:2px solid #ffffff;box-shadow:0 2px 12px #667eea66}.caption-word:active{transform:translateY(0)}.caption-word.highlight{background:#fef3c7;border:2px solid #fbbf24;color:#92400e}.caption-word.highlight:hover{background:#fde68a;border:2px solid #667eea;box-shadow:0 2px 8px #667eea33}.caption-word.highlight.active{background:#f59e0b;border:2px solid #f59e0b;color:#fff}.caption-word.highlight.active:hover{background:#f59e0b;border:2px solid #667eea;box-shadow:0 2px 8px #667eea4d}.caption-word-input{padding:6px 12px;background:#141414f2;border:2px solid #667eea;border-radius:6px;font-size:13px;font-weight:500;color:#fffffff2;min-width:60px;width:auto;max-width:300px;outline:none;font-family:inherit;box-sizing:border-box;white-space:nowrap}.caption-word-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.caption-word-wrapper{position:relative;display:inline-block}.word-hover-actions{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);display:flex;flex-direction:row;gap:4px;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:4px;box-shadow:0 4px 12px #00000026;z-index:1000;pointer-events:auto;animation:wordHoverActionsFadeIn .2s ease-out}@keyframes wordHoverActionsFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.word-hover-action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s ease}.word-hover-action-button:hover{background:#f3f4f6;color:#374151}.word-hover-action-button:active{background:#ffffff1a;transform:scale(.95)}.word-hover-action-button.active{background:#fef3c7;color:#92400e}.word-hover-action-button.active:hover{background:#fde68a;color:#78350f}.word-hover-action-button svg{width:16px;height:16px;flex-shrink:0}@media (max-width: 767px){.word-hover-actions{display:none}}.timeline-word.highlight{background:#2a1f0f;border-color:#fbbf244d;color:#fbbf24e6}.timeline-word.highlight.active{background:#2a1f0f!important;color:#fbbf24e6!important;border-bottom:4px solid #3B82F6!important;border-top:1px solid rgba(251,191,36,.3)!important;border-left:1px solid rgba(251,191,36,.3)!important;border-right:1px solid rgba(251,191,36,.3)!important;box-shadow:none}@media (max-width: 767px){.timeline-word.highlight{background:#2a1f0f;border-color:#fbbf244d;color:#fbbf24e6}.timeline-word.highlight.active{background:#2a1f0f!important;color:#fbbf24e6!important;border-bottom:4px solid #3B82F6!important;border-top:1px solid rgba(251,191,36,.3)!important;border-left:1px solid rgba(251,191,36,.3)!important;border-right:1px solid rgba(251,191,36,.3)!important;box-shadow:none}}.word-popover{position:fixed;z-index:1000;transform:translate(-50%)}.word-popover-top{transform:translate(-50%,calc(-100% - 4px))}.word-popover-bottom{transform:translate(-50%);margin-top:4px}.word-popover-center{transform:translate(-50%,-50%)}.popover-content{background:#141414f2;border-radius:12px;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;min-width:280px;max-width:320px;overflow:hidden}@media (max-width: 767px){.popover-content{min-width:260px;max-width:calc(100vw - 32px)}.word-popover{max-width:calc(100vw - 32px)}}.popover-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.15);background:#f9fafb}.popover-title{margin:0;font-size:16px;font-weight:600;color:#fffffff2}.popover-close{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}.popover-close:hover{color:#fffffff2;background:#f3f4f6}.popover-close svg{width:18px;height:18px}.popover-body{padding:20px}.popover-field{margin-bottom:20px}.popover-field-row{display:flex;gap:12px;margin-bottom:20px}.popover-field-inline{flex:1;display:flex;flex-direction:column}.popover-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}.popover-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#fffffff2;transition:all .2s ease;box-sizing:border-box}.popover-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.popover-field textarea.popover-input{min-height:80px;font-family:inherit;resize:vertical;line-height:1.5}.popover-actions{display:flex;flex-direction:column;gap:8px}.popover-button{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-align:center}.popover-button-primary{background:#667eea;color:#fff}.popover-button-primary:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.popover-button-secondary{background:#f3f4f6;color:#374151;border:1px solid rgba(255,255,255,.15)}.popover-button-secondary:hover{background:#ffffff1a;border-color:#d1d5db}.popover-button-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.popover-button-danger:hover{background:#fecaca;border-color:#fca5a5;color:#b91c1c}@media (max-width: 767px){.caption-words-section{display:none}}@media (max-width: 767px){.timeline-section .control-label{display:none}.timeline-section{position:fixed;bottom:0;left:0;right:0;background:#0f1115;border:none;padding:8px 12px;z-index:40;box-shadow:none;width:100%;transition:opacity .2s ease-out,transform .2s ease-out;min-height:60px}.timeline-section.hidden{opacity:0;transform:translateY(100%);pointer-events:none;z-index:30}.video-title{font-size:16px}.video-title-input{font-size:16px;max-width:100%}.controls-card{margin:0 12px 12px;border-radius:0;box-shadow:none;background:transparent;padding:0}.control-tabs{display:none}.control-buttons-mobile{display:flex;flex-direction:column;padding:16px 0;background:#00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:32px;position:fixed;left:16px;top:50%;transform:translateY(-50%);z-index:100;box-shadow:0 2px 8px #0000004d;gap:4px;transition:opacity .3s ease,transform .3s ease}.control-buttons-mobile.hidden{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.9)}.control-button-mobile{margin-bottom:0;padding:6px 8px;border-radius:0;min-width:50px;background:transparent;border:none}.control-button-mobile:first-child{border-top-left-radius:32px;border-top-right-radius:32px}.control-button-mobile:last-child{border-bottom-left-radius:32px;border-bottom-right-radius:32px}.control-button-mobile:hover{background:#ffffff1a;color:#fff}.control-button-mobile.active{background:#ffffff26;border:none}.control-button-mobile:active{background:#ffffff26}.timeline-zone{margin:0 12px 12px;order:1}.editor-right-column{order:2;position:relative;z-index:50;background:#141414f2;margin-top:100vh}.editor-main{padding:0;height:100vh;max-height:100vh;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.device-preview-zone{position:relative;width:auto;flex:0 0 calc(100vh - 60px);min-height:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 60px);max-height:calc(100vh - 60px);overflow:hidden;margin-bottom:0;z-index:10;background-color:#000}@supports (-webkit-touch-callout: none){.device-preview-zone{padding-bottom:16px;height:calc(100vh - 76px);flex:0 0 calc(100vh - 76px);max-height:calc(100vh - 76px)}}.mobile-frame{position:relative;width:auto;height:100%;min-height:0;max-width:100%;max-height:100%;background:transparent;border-radius:0;padding:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);overflow:hidden;flex-shrink:0}.mobile-frame-inner{position:relative;height:100%;min-height:0;width:calc((100vh - 60px)*.5625);max-width:100vw;max-height:100%;border-radius:0;flex-shrink:0}@supports (-webkit-touch-callout: none){.mobile-frame-inner{width:calc((100vh - 76px)*.5625)}}.preview-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.video-preview-play-pause-overlay{position:fixed;top:16px;right:16px;width:48px;height:48px;min-width:48px;min-height:48px;padding:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffe6;cursor:pointer;z-index:1000;transition:all .2s ease;box-shadow:0 2px 8px #0000004d}.video-preview-play-pause-overlay:hover{background:#000c;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0006}.video-preview-play-pause-overlay:active{background:#000000e6;transform:scale(.95)}.video-preview-play-pause-overlay .play-pause-icon{width:24px;height:24px;fill:currentColor;stroke:currentColor}.back-button-overlay{position:fixed;top:16px;left:16px;z-index:100;background:#00000040;border:1px solid rgba(255,255,255,.15);transition:all .2s ease;color:#ffffffe6}.back-button-overlay:hover{background:#ffffff1a;color:#fff;transform:scale(1.1)}.back-button-overlay:active{background:#ffffff26;transform:scale(.95)}.video-title-container{position:fixed;top:16px;left:64px;right:16px;z-index:100;max-width:calc(100vw - 80px)}.video-title{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 12px;border-radius:8px;color:#fffffff2}.video-title-input{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.caption-overlay{z-index:10}.word-action-overlay{z-index:50!important;position:absolute!important;bottom:0!important;visibility:visible!important;opacity:1!important;display:block!important}.word-action-buttons{display:flex!important;visibility:visible!important;opacity:1!important;background:#00000080!important}.video-controls{display:none}}.timeline-container{width:100%;overflow-x:auto;overflow-y:hidden;padding:8px 0;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;background:#151821;cursor:grab;-webkit-user-select:none;user-select:none;border:none}.timeline-container:active{cursor:grabbing}@media (max-width: 767px){.timeline-container{padding:4px 0;background:#151821}}.timeline-container{scrollbar-width:none;-ms-overflow-style:none}.timeline-container::-webkit-scrollbar{display:none}.timeline-words{display:flex;gap:8px;min-width:max-content;padding:4px 0;border:none}@media (max-width: 767px){.timeline-words{gap:6px;padding:2px 0}}.timeline-word{padding:10px 14px;background:#1e2230;border:1px solid rgba(255,255,255,.06);border-radius:6px;font-size:14px;font-weight:500;font-family:Poppins,sans-serif;color:#ffffffbf;letter-spacing:.02em;cursor:pointer;transition:all .15s ease-out;white-space:nowrap;flex-shrink:0}.timeline-word.active{background:#1e2230!important;color:#ffffffbf!important;border-bottom:4px solid #3B82F6!important;border-top:1px solid rgba(255,255,255,.06)!important;border-left:1px solid rgba(255,255,255,.06)!important;border-right:1px solid rgba(255,255,255,.06)!important;box-shadow:none;transform:none}@media (max-width: 767px){.timeline-word{padding:6px 10px;border-radius:6px;font-size:16px;font-weight:500;font-family:Poppins,sans-serif;letter-spacing:.02em;background:#1e2230;color:#ffffffbf;border:1px solid rgba(255,255,255,.06);transition:all .15s ease-out}.timeline-word:hover{background:#262b3a;border-color:#ffffff1a;transform:none}.timeline-word.active{background:#1e2230!important;color:#ffffffbf!important;border-bottom:4px solid #3B82F6!important;border-top:1px solid rgba(255,255,255,.06)!important;border-left:1px solid rgba(255,255,255,.06)!important;border-right:1px solid rgba(255,255,255,.06)!important;box-shadow:none}.timeline-word:active{transform:translateY(0)}}@media (min-width: 768px){.timeline-word:hover{background:#262b3a;border-color:#ffffff1a;transform:none}.timeline-word.active{background:#1e2230!important;color:#ffffffbf!important;border-bottom:4px solid #3B82F6!important;border-top:1px solid rgba(255,255,255,.06)!important;border-left:1px solid rgba(255,255,255,.06)!important;border-right:1px solid rgba(255,255,255,.06)!important;box-shadow:none}.timeline-word:active{transform:none}}.word-text{display:block}@media (min-width: 768px){.video-preview-play-pause-overlay{position:absolute;top:20px;right:20px;width:48px;height:48px;min-width:48px;min-height:48px;padding:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffe6;cursor:pointer;z-index:1000;transition:all .2s ease;box-shadow:0 2px 8px #0000004d}.video-preview-play-pause-overlay:hover{background:#000c;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0006}.video-preview-play-pause-overlay:active{background:#000000e6;transform:scale(.95)}.video-preview-play-pause-overlay .play-pause-icon{width:24px;height:24px;fill:currentColor;stroke:currentColor}.back-button-top-right{display:flex;align-items:center;justify-content:center}.export-button-container{display:block}.back-button-overlay,.undo-redo-container-overlay{display:none}.undo-redo-container-desktop,.save-button-container-desktop,.back-button-top-right{display:flex}.controls-card .timeline-section{display:none}.caption-words-section{display:block}.editor-main{display:grid;grid-template-columns:360px 1fr;grid-template-rows:1fr auto;grid-template-areas:"device controls" "timeline timeline";padding:24px;gap:24px;height:100vh;overflow:hidden}.device-preview-zone{grid-area:device;width:360px;display:flex;align-items:flex-start;justify-content:center;padding:0;min-height:0}.mobile-frame{width:100%;max-width:360px;box-shadow:0 8px 32px #00000026;height:calc((360px - 24px) * 16 / 9 + 24px + 80px);max-height:calc((360px - 24px) * 16 / 9 + 24px + 80px);flex-shrink:0}.editor-right-column{grid-area:controls;display:flex;flex-direction:column;min-width:0;overflow:hidden;align-items:flex-start}.controls-card{height:calc((360px - 24px) * 16 / 9 + 24px + 200px);max-height:calc((360px - 24px) * 16 / 9 + 24px + 200px);margin:0;overflow:hidden}.tab-content{overflow-y:auto;overflow-x:hidden}.controls-section,.video-preview-section{display:none}.caption-text{font-size:20px}}@media (min-width: 1024px){.editor-main{padding:40px;gap:40px}.mobile-frame{max-width:400px}.controls-section{max-width:600px}.control-label{font-size:16px}.timeline-word{padding:12px 16px;font-size:15px}.back-button-top-right{display:flex}}.back-button:focus,.back-button-overlay:focus,.back-button-top-right:focus,.undo-redo-container-overlay:focus,.undo-redo-container-desktop:focus,.undo-redo-button-overlay:focus,.undo-redo-button-desktop:focus,.play-pause-button:focus,.timeline-word:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:3px;box-shadow:0 0 0 4px #fff3,0 2px 12px #00000026}.back-button:focus:not(:focus-visible),.back-button-overlay:focus:not(:focus-visible),.back-button-top-right:focus:not(:focus-visible),.undo-redo-container-overlay:focus:not(:focus-visible),.undo-redo-container-desktop:focus:not(:focus-visible),.undo-redo-button-overlay:focus:not(:focus-visible),.undo-redo-button-desktop:focus:not(:focus-visible),.play-pause-button:focus:not(:focus-visible),.timeline-word:focus:not(:focus-visible){outline:none;box-shadow:0 2px 12px #00000026}@media (prefers-reduced-motion: reduce){.caption-overlay,.back-button,.undo-redo-container-overlay,.undo-redo-container-desktop,.undo-redo-button-overlay,.undo-redo-button-desktop,.play-pause-button,.timeline-word{transition:none}}.theme-creator-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;animation:fadeIn .2s ease}.theme-creator-modal{background:#141414f2;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.theme-creator-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(255,255,255,.15)}.theme-creator-title{font-size:24px;font-weight:700;color:#fffffff2;margin:0;letter-spacing:-.5px}.theme-creator-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#ffffffb3;transition:all .2s ease}.theme-creator-close:hover{background:#141414cc;color:#fffffff2}.theme-creator-close svg{width:20px;height:20px}.theme-creator-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.theme-creator-main{display:grid;grid-template-columns:500px 1fr;gap:24px;padding:24px;overflow-y:auto;flex:1}.theme-creator-config{display:flex;flex-direction:column;gap:32px;overflow-y:auto}.theme-creator-tabs{display:flex;gap:8px;border-bottom:2px solid rgba(255,255,255,.15);margin-bottom:24px;padding-bottom:0}.theme-creator-tab{padding:12px 20px;border:none;background:transparent;color:#6b7280;font-size:15px;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease;font-family:inherit}.theme-creator-tab:hover{color:#fffffff2;background:#f8f9fa}.theme-creator-tab.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.theme-creator-tab-content{min-height:400px}.theme-creator-preview{background:#000;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;position:sticky;top:0;border:1px solid rgba(255,255,255,.15);transition:background-color .3s ease;width:100%;max-width:100%;margin:0;position:relative}.theme-preview-header{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:10}.theme-preview-chip{background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:6px 12px}.theme-preview-title{font-size:12px;font-weight:600;color:#fff;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5),0 0 8px rgba(0,0,0,.3);filter:drop-shadow(0 1px 2px rgba(0,0,0,.4));letter-spacing:.3px}.preview-bg-colors{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.preview-bg-color-dot{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s ease;padding:0;background:none;position:relative}.preview-bg-color-dot:hover{transform:scale(1.1);border-color:#fff9}.preview-bg-color-dot.active{border-color:#fff;border-width:3px;box-shadow:0 0 0 2px #667eea80,0 2px 8px #0003;transform:scale(1.15)}.preview-bg-color-dot.active:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#141414f2;box-shadow:0 1px 2px #0000004d}.preview-bg-custom-color{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s ease;padding:0;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.preview-bg-custom-color:hover{transform:scale(1.1);border-color:#fff9}.preview-bg-custom-color.active{border-color:#fff;border-width:3px;box-shadow:0 0 0 2px #667eea80,0 2px 8px #0003;transform:scale(1.15)}.preview-bg-color-picker{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer;z-index:2}.preview-bg-color-picker-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.highlight-bg-color-selector{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.highlight-bg-color-option{width:36px;height:36px;border-radius:8px;border:2px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s ease;padding:0;background:#141414f2;display:flex;align-items:center;justify-content:center;position:relative}.highlight-bg-color-option:hover{transform:scale(1.05);border-color:#cbd5e1}.highlight-bg-color-option.active{border-color:#667eea;border-width:3px;box-shadow:0 0 0 2px #667eea33,0 2px 4px #0000001a}.highlight-bg-color-option svg{width:18px;height:18px;color:#ffffffb3}.highlight-bg-color-option.active svg{color:#667eea}.highlight-bg-custom-color{width:36px;height:36px;border-radius:8px;border:2px solid rgba(255,255,255,.15);overflow:hidden;cursor:pointer;transition:all .2s ease;position:relative;background:linear-gradient(135deg,#667eea,#764ba2)}.highlight-bg-custom-color:hover{border-color:#cbd5e1;transform:scale(1.05)}.highlight-bg-custom-color.active{border-color:#667eea;border-width:3px;box-shadow:0 0 0 2px #667eea33,0 2px 4px #0000001a}.highlight-bg-color-picker{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer;z-index:2;border:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.highlight-bg-color-picker-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.theme-preview-container{width:100%;display:flex;align-items:center;justify-content:center;min-height:200px}.theme-preview-lines{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.theme-preview-caption-line{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:8px}.theme-preview-word{display:inline-block}.theme-config-section{display:flex;flex-direction:column;gap:16px}.theme-config-section-title{font-size:18px;font-weight:700;color:#fffffff2;margin:0;letter-spacing:-.3px}.theme-config-field{display:flex;flex-direction:column;gap:8px}.theme-config-label{font-size:14px;font-weight:600;color:#fffffff2}.theme-config-input,.theme-config-select{width:100%;padding:10px 12px;border:2px solid rgba(255,255,255,.15);border-radius:8px;font-size:15px;color:#fffffff2;background:#141414f2;transition:all .2s ease;font-family:inherit}.theme-config-font-select-desktop{display:block}.theme-config-font-mobile-wrapper{display:none;position:relative;width:100%}.theme-config-font-mobile-button{width:100%;padding:14px 16px;border:2px solid rgba(255,255,255,.15);border-radius:8px;font-size:16px;color:#fffffff2;background:#141414f2;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;font-family:inherit;text-align:left}.theme-config-font-mobile-button:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.theme-config-font-arrow{font-size:12px;color:#6b7280;transition:transform .2s ease}.theme-config-font-mobile-button:active .theme-config-font-arrow{transform:rotate(180deg)}.theme-config-font-mobile-suggestions{position:absolute;top:100%;left:0;right:0;background:#141414f2;border:2px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:300px;overflow-y:auto;z-index:1000;margin-top:4px;display:flex;flex-direction:column}.theme-config-font-mobile-option{width:100%;padding:16px 18px;border:none;background:#141414f2;color:#fffffff2;font-size:16px;text-align:left;cursor:pointer;transition:all .2s ease;font-family:inherit;border-bottom:1px solid #f1f5f9}.theme-config-font-mobile-option:last-child{border-bottom:none}.theme-config-font-mobile-option:hover{background:#f8f9fa}.theme-config-font-mobile-option.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.theme-config-font-mobile-suggestions::-webkit-scrollbar{width:8px}.theme-config-font-mobile-suggestions::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.theme-config-font-mobile-suggestions::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.theme-config-font-mobile-suggestions::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 767px){.theme-config-font-select-desktop{display:none}.theme-config-font-mobile-wrapper{display:block}}.theme-config-input:focus,.theme-config-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.theme-config-chip-group{display:flex;flex-wrap:wrap;gap:8px}.theme-config-chip{padding:8px 16px;border:2px solid rgba(255,255,255,.15);border-radius:8px;background:#141414f2;color:#fffffff2;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.theme-config-chip:hover{border-color:#cbd5e1;background:#f8f9fa}.theme-config-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 2px 8px #667eea4d}.theme-config-slider{width:100%;height:6px;border-radius:3px;background:#ffffff1a;outline:none;-webkit-appearance:none}.theme-config-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 4px #667eea4d}.theme-config-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 4px #667eea4d}.theme-config-color-input{display:flex;align-items:center;gap:12px}.theme-config-color-picker{width:50px;height:40px;border:2px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}.theme-config-color-picker::-webkit-color-swatch-wrapper{padding:0}.theme-config-color-picker::-webkit-color-swatch{border:none;border-radius:6px}.theme-config-color-text{flex:1;padding:10px 12px;border:2px solid rgba(255,255,255,.15);border-radius:8px;font-size:15px;color:#fffffff2;font-family:monospace}.theme-config-color-text:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.theme-config-toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer}.theme-config-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.theme-config-hint{font-size:12px;color:#ffffffb3;margin:4px 0 0;line-height:1.4}.theme-creator-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid rgba(255,255,255,.15)}.theme-creator-button{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.theme-creator-button-secondary{background:#141414f2;color:#667eea;border:2px solid rgba(255,255,255,.15)}.theme-creator-button-secondary:hover{background:#f8f9ff;border-color:#667eea}.theme-creator-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.theme-creator-button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.theme-creator-button-primary:disabled{opacity:.5;cursor:not-allowed}.create-theme-button-secondary{margin-top:16px;width:100%;max-width:200px;background:#141414f2;color:#667eea;border:2px solid rgba(255,255,255,.15)}.create-theme-button-secondary:hover{background:#f8f9ff;border-color:#667eea}@media (max-width: 1024px){.theme-creator-main{grid-template-columns:1fr}.theme-creator-preview{position:relative;min-height:200px}}@media (max-width: 768px){.theme-creator-modal{max-width:100%;max-height:100vh;border-radius:0;height:100vh;display:flex;flex-direction:column}.theme-creator-header{padding:16px;flex-shrink:0}.theme-creator-title{font-size:20px}.theme-creator-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.theme-creator-main{padding:16px;gap:16px;display:flex;flex-direction:column;overflow-y:auto;flex:1}.theme-creator-preview-mobile-first{order:-1;position:sticky;top:0;z-index:10;margin-bottom:16px;max-width:100%;width:100%;padding:12px;min-height:180px;aspect-ratio:9 / 16}.theme-creator-preview{position:relative;min-height:180px;max-width:100%}.theme-preview-header{top:8px;left:8px;right:8px}.theme-preview-chip{padding:4px 10px}.theme-preview-title{font-size:11px}.preview-bg-colors{gap:6px;margin-bottom:12px}.preview-bg-color-dot,.preview-bg-custom-color{width:28px;height:28px}.theme-preview-container{min-height:auto}.theme-preview-lines{gap:6px}.theme-creator-config{order:1}.theme-creator-footer{flex-shrink:0;position:sticky;bottom:0;background:#141414f2;border-top:1px solid rgba(255,255,255,.15);box-shadow:0 -4px 20px #00000014;padding:16px;z-index:10}.theme-creator-button-cancel{display:none}.theme-creator-button-save{width:100%}}@media (max-width: 767px){.editor-main{display:flex;flex-direction:column}.mobile-bottom-panel{width:100%;background:#141414f2;border-top:none;display:flex;flex-direction:column;overflow:hidden;height:0;max-height:0;transition:height .3s cubic-bezier(.4,0,.2,1),max-height .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative;z-index:50;border-top-left-radius:0;border-top-right-radius:0}.mobile-bottom-panel.open{height:60vh;max-height:60vh;border-top:1px solid rgba(255,255,255,.15);border-top-left-radius:0;border-top-right-radius:0}.mobile-bottom-panel-handle{width:40px;height:4px;background:#d1d5db;border-radius:2px;margin:12px auto 8px;flex-shrink:0}.mobile-bottom-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.15);flex-shrink:0}.mobile-bottom-panel-title{font-size:20px;font-weight:700;color:#fffffff2;margin:0;letter-spacing:-.3px}.mobile-bottom-panel-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#ffffffb3;transition:all .2s ease;padding:0}.mobile-bottom-panel-close:hover{background:#141414cc;color:#fffffff2}.mobile-bottom-panel-close:active{background:#ffffff1a}.mobile-bottom-panel-close svg{width:20px;height:20px}.mobile-bottom-panel-content{flex:1;overflow:hidden;-webkit-overflow-scrolling:touch;min-height:0;max-height:100%;display:flex;flex-direction:column}.mobile-bottom-panel-content::-webkit-scrollbar{width:8px}.mobile-bottom-panel-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.mobile-bottom-panel-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.mobile-bottom-panel-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.device-preview-zone{flex:1 1 auto;max-height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:height .3s cubic-bezier(.4,0,.2,1),min-height .3s cubic-bezier(.4,0,.2,1);height:calc(100vh - 60px);min-height:calc(100vh - 60px);width:100%}.editor-main.mobile-panel-open .device-preview-zone{flex:0 0 40vh;height:40vh;min-height:40vh;max-height:40vh;width:100%;justify-content:center;align-items:center}.editor-main.mobile-panel-open .mobile-frame{height:100%;max-height:100%;width:22.5vh;max-width:100%;margin:0 auto;flex-shrink:0}.editor-main.mobile-panel-open .caption-overlay{transform:translate(-50%) scale(.4);transform-origin:center bottom}}@media (min-width: 768px){.mobile-bottom-panel{display:none!important}}@media (max-width: 767px){.editor-main.mobile-panel-open{background:#000}.mobile-bottom-panel{background:#1a1a1a;color:#fff;border-top-left-radius:0;border-top-right-radius:0}.mobile-bottom-panel.open{border-top:1px solid #000000;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.mobile-bottom-panel-header,.mobile-bottom-panel-title,.mobile-bottom-panel-close{display:none}.mobile-bottom-panel-handle{background:#ffffff4d}.mobile-bottom-panel-content{background:#1a1a1a;color:#fff;border-top-left-radius:16px;border-top-right-radius:16px}.mobile-bottom-panel-content::-webkit-scrollbar{width:8px}.mobile-bottom-panel-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.mobile-bottom-panel-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.mobile-bottom-panel-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}}@media (max-width: 767px){.create-style-panel{width:100%;height:100%;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;overflow:hidden;border-top-left-radius:16px;border-top-right-radius:16px}.create-style-panel-handle{width:40px;height:4px;background:#ffffff4d;border-radius:2px;margin:12px auto 8px;flex-shrink:0}.create-style-panel-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.create-style-panel-title-section{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:4px}.create-style-panel-title{font-size:18px;font-weight:600;color:#fff;margin:0;letter-spacing:-.3px}.create-style-panel-name-input{width:100%;max-width:200px;padding:6px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:14px;font-weight:400;text-align:center;transition:all .2s ease;outline:none}.create-style-panel-name-input::placeholder{color:#fff6}.create-style-panel-name-input:focus{background:#ffffff26;border-color:#fff6;outline:none}.create-style-panel-name-input:hover{border-color:#ffffff4d}.create-style-panel-close{width:48px;height:48px;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#ffffffe6;transition:all .2s ease;padding:12px}.create-style-panel-close:hover{background:#ffffff1a;color:#fff}.create-style-panel-close:active{background:#ffffff26;transform:scale(.95)}.create-style-panel-close svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.create-style-panel-done{width:48px;height:48px;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#ffffffe6;transition:all .2s ease;padding:12px}.create-style-panel-done:hover{background:#ffffff1a;color:#fff}.create-style-panel-done:active{background:#ffffff26;transform:scale(.95)}.create-style-panel-done:disabled{opacity:.6;cursor:not-allowed}.create-style-panel-done svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.create-style-panel-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.create-style-panel-error{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ff3b3026;border-left:3px solid rgba(255,59,48,.8);color:#ffffffe6;font-size:13px;margin:0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.create-style-panel-error svg{flex-shrink:0;stroke:currentColor;stroke-width:2}.create-style-panel-error span{flex:1}.create-style-panel-error-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#fff9;transition:all .2s ease;padding:0;flex-shrink:0}.create-style-panel-error-close:hover{background:#ffffff1a;color:#ffffffe6}.create-style-panel-error-close svg{width:16px;height:16px;stroke:currentColor;stroke-width:2}.create-style-panel-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:0;background:#1a1a1a}.create-style-panel-content::-webkit-scrollbar{width:8px}.create-style-panel-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.create-style-panel-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.create-style-panel-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.create-style-panel-placeholder{padding:40px 20px;text-align:center;color:#ffffff80;font-size:14px}.create-style-tabs{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 20px;gap:0;position:relative;flex-shrink:0;height:48px}.create-style-tabs::-webkit-scrollbar{display:none}.create-style-tabs-container{display:flex;flex-direction:row;gap:0;min-width:max-content}.create-style-tab{padding:12px 20px;background:transparent;border:none;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-1px;height:48px;display:flex;align-items:center}.create-style-tab:hover{color:#fffc}.create-style-tab.active{color:#fff;font-weight:600;border-bottom:2px solid #667eea}.style-tab-section{position:relative;margin-bottom:24px;min-height:200px}.style-tab-section-label{font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;padding:16px 20px 8px;margin:0;position:sticky;top:0;background:#1a1a1a;z-index:10}.style-tab-section-content{padding:0 20px}.style-control-group{margin:12px 0;padding:16px 20px;width:100%;box-sizing:border-box;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.style-control-group-label{font-size:13px;font-weight:500;color:#fffc;margin:0 0 12px;display:block}.style-option-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0;width:100%;flex-wrap:nowrap}.style-option-group::-webkit-scrollbar{display:none}.style-option-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 10px;min-height:56px;min-width:56px;width:auto;background:transparent;border:none;border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;flex-grow:0}.style-option-button:hover{background:#ffffff1a;color:#fffc}.style-option-button:active{background:#ffffff26;transform:scale(.95)}.style-option-button.active{background:#fff3;color:#fff}.style-option-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}.style-option-preview{font-size:14px;line-height:1}.style-option-label{font-size:11px;font-weight:500;text-align:center}.style-color-selector{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.style-color-selector::-webkit-scrollbar{display:none}.style-color-dot{width:24px;height:24px;border-radius:50%;border:2px solid transparent;transition:all .2s ease}.style-font-selector{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.style-font-selector::-webkit-scrollbar{display:none}.style-font-preview{font-size:18px;font-weight:700;line-height:1}.style-toggle-button-group{display:flex;flex-direction:row;gap:8px;width:auto;flex-shrink:0}.style-toggle-button{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;min-height:56px;min-width:80px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s ease}.style-toggle-button:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fffc}.style-toggle-button:active{background:#ffffff26;transform:scale(.98)}.style-toggle-button.active{background:#fff3;border-color:#fff6;color:#fff}.style-toggle-preview{font-size:14px;line-height:1}.style-toggle-label{font-size:11px;font-weight:500;text-align:center}.style-color-picker{display:flex;flex-direction:column;gap:12px;padding:12px;background:#ffffff0d;border-radius:8px;width:100%}.style-color-picker-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#fff9;transition:all .2s ease;padding:0;margin-bottom:8px}.style-color-picker-back:hover{background:#ffffff1a;color:#ffffffe6}.style-color-picker-container{display:flex;flex-direction:column;gap:12px}.style-color-picker-label{font-size:13px;font-weight:500;color:#fffc}.style-color-picker-wrapper{display:flex;align-items:center;gap:12px}.style-color-picker-input{width:60px;height:60px;border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;background:transparent;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.style-color-picker-input::-webkit-color-swatch-wrapper{padding:0}.style-color-picker-input::-webkit-color-swatch{border:none;border-radius:6px}.style-color-picker-preview{width:60px;height:60px;border-radius:8px;border:2px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0003}.style-color-picker-reset{padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fffc;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.style-color-picker-reset:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.style-color-picker-reset:active{transform:scale(.98)}.style-override-group{width:100%;margin-bottom:16px}.style-override-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.style-override-label{font-size:13px;font-weight:500;color:#fffc}.style-override-toggle{display:flex;align-items:center;gap:8px;padding:4px 8px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .2s ease;color:#fff9;font-size:11px;font-weight:500}.style-override-toggle:hover{border-color:#ffffff4d;background:#ffffff0d}.style-override-toggle.active{border-color:#fff6;background:#ffffff1a;color:#fff}.style-override-toggle-slider{position:relative;width:32px;height:18px;background:#fff3;border-radius:9px;transition:background .2s ease}.style-override-toggle.active .style-override-toggle-slider{background:#fff6}.style-override-toggle-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff9;border-radius:50%;transition:transform .2s ease}.style-override-toggle.active .style-override-toggle-thumb{transform:translate(14px);background:#fff}.style-override-toggle-label{font-size:11px;font-weight:500}.style-override-content{margin-top:8px}.style-override-inherited{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border-radius:6px;margin-top:8px;font-size:12px;color:#ffffff80}.style-override-inherited-label{flex:1}.style-override-inherited-value{color:#ffffffb3;font-weight:500}.style-override-reset-section{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:16px}.style-override-reset-button{width:100%;padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fffc;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.style-override-reset-button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;color:#fff}.style-override-reset-button:disabled{opacity:.4;cursor:not-allowed}.style-override-reset-button:active:not(:disabled){transform:scale(.98)}}.theme-category-tabs{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 20px;gap:0;position:relative;flex-shrink:0}.theme-category-tabs::-webkit-scrollbar{display:none}.theme-category-tabs-container{display:flex;flex-direction:row;gap:0;min-width:max-content}.theme-category-tab{padding:12px 20px;background:transparent;border:none;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-1px}.theme-category-tab:hover{color:#fffc}.theme-category-tab.active{color:#fff;font-weight:600;border-bottom:2px solid #667eea}.theme-category-tab-separator{width:2px;height:24px;background:#fff3;margin:0 8px;flex-shrink:0;align-self:center}.theme-section-label{font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;padding:16px 20px 8px;margin:0;position:sticky;top:0;background:#1a1a1a;z-index:10}.theme-section-container{position:relative;margin-bottom:24px}.theme-section-container:last-child{margin-bottom:0}.theme-section-container.hide-label .theme-section-content{padding-top:16px}.theme-section-content{display:flex;flex-direction:column;gap:0}.themes-tab-container{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;min-height:0}.themes-tab-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:20px;min-height:0;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.themes-tab-content::-webkit-scrollbar{display:none}.theme-preview-card{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px 24px;margin:0 16px 12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;min-height:120px;display:flex;flex-direction:column;justify-content:center;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.theme-preview-card:hover{background:#333;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.theme-preview-card.selected{border-color:#667eea;border-width:2px;box-shadow:0 0 0 2px #667eea33,0 4px 16px #667eea33;transform:translateY(-2px)}.theme-preview-card:active{transform:translateY(0);transition:transform .1s ease}.theme-preview-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.theme-preview-card-actions{display:flex;align-items:center;gap:8px}.theme-preview-card-name{font-size:14px;font-weight:500;color:#fff}.theme-preview-card-customize{font-size:14px;font-weight:500;color:#fff;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s ease;font-family:inherit}.theme-preview-card-customize:hover{background:#ffffff1a}.theme-preview-card-edit-icon,.theme-preview-card-delete-icon{width:24px;height:24px;background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.theme-preview-card-edit-icon:hover,.theme-preview-card-delete-icon:hover{background:#ffffff1a;color:#ffffffe6}.theme-preview-card-delete-icon:hover{color:#f44;background:#ff44441a}.your-styles-list{margin-top:0;display:flex;flex-direction:column;gap:0}.theme-preview-card-content{display:flex;align-items:center;justify-content:center;min-height:60px;text-align:center}.theme-preview-text-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px;width:100%}.theme-preview-text{font-size:24px;font-weight:600;line-height:1.4;word-break:break-word}.create-new-style-button{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px 24px;margin:0 16px 12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:space-between;min-height:80px;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.create-new-style-button:hover{background:#333;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.create-new-style-button:active{transform:translateY(0)}.create-new-style-button-content{display:flex;flex-direction:column;gap:4px;flex:1}.create-new-style-button-title{font-size:16px;font-weight:600;color:#fff;margin:0}.create-new-style-button-description{font-size:14px;color:#fff9;margin:0}.create-new-style-button-icon{width:40px;height:40px;min-width:40px;min-height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:300;flex-shrink:0}.theme-preview-card-swipeable{position:relative;overflow:hidden;margin:0 16px 12px;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.theme-preview-card-swipe-container{display:flex;position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform;align-items:stretch}.theme-preview-card-swipe-container.swiped{transform:translate(-80px)}.theme-preview-card-swipeable .theme-preview-card{margin:0;flex:1;min-width:0}.theme-preview-card-delete{position:absolute;right:0;top:0;bottom:0;width:80px;min-width:80px;background:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;border-radius:0 12px 12px 0;z-index:1;-webkit-tap-highlight-color:transparent}.theme-preview-card-delete:hover{background:#dc2626}.theme-preview-card-delete:active{background:#b91c1c}.theme-preview-card-delete svg{width:20px;height:20px;color:#fff}.edit-caption-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.edit-caption-modal{background:#141414f2;border-radius:12px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.edit-caption-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.15)}.edit-caption-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.edit-caption-modal-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease}.edit-caption-modal-close:hover{color:#111827}.edit-caption-modal-close svg{width:20px;height:20px}.edit-caption-textarea{width:100%;min-height:120px;padding:16px 20px;border:none;outline:none;resize:vertical;font-size:16px;font-family:inherit;line-height:1.5;color:#111827;background:#f9fafb;flex:1;overflow-y:auto}.edit-caption-textarea:focus{background:#141414f2}.edit-caption-modal-footer{padding:12px 20px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:flex-end}.edit-caption-modal-save{background:#007aff;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.edit-caption-modal-save:hover{background:#0051d5}.edit-caption-modal-save:active{transform:scale(.98)}@media (max-width: 767px){.edit-caption-modal{max-width:100%;max-height:calc(100dvh - env(safe-area-inset-bottom,0px) - 20px);border-radius:12px 12px 0 0;margin-top:auto;margin-bottom:env(safe-area-inset-bottom,0px);position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch}.edit-caption-modal-overlay{align-items:flex-end;padding:0;height:100dvh;min-height:100dvh;bottom:0;overflow:hidden}.edit-caption-textarea:focus{scroll-margin-bottom:100px}}.caption-derivation-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.caption-derivation-loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.caption-derivation-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top:4px solid #ffffff;border-radius:50%;animation:caption-derivation-spin 1s linear infinite}@keyframes caption-derivation-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.caption-derivation-loading-text{color:#fff;font-size:16px;font-weight:500;margin:0;text-align:center}.timing-editor{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.timing-editor-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:10}.timing-editor-cancel,.timing-editor-done{background:transparent;border:none;color:#fff;font-size:16px;font-weight:500;padding:8px 16px;cursor:pointer;border-radius:8px;transition:background .2s}.timing-editor-cancel:hover,.timing-editor-done:hover{background:#ffffff1a}.timing-editor-done{color:#007aff;font-weight:600}.timing-editor-title{font-size:18px;font-weight:600;color:#fff;margin:0}.timing-editor-video-preview{position:relative;width:100%;height:75vh;min-height:400px;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden}.timing-editor-video{width:100%;height:100%;object-fit:contain;opacity:.8}.timing-editor-caption-preview{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:4px;flex-wrap:wrap;justify-content:center;pointer-events:none;max-width:80%;z-index:100;visibility:visible!important;opacity:1!important}.timing-editor-caption-word{color:#ffffffb3!important;font-size:18px!important;font-weight:500!important;text-shadow:2px 2px 4px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.5)!important;transition:all .2s;visibility:visible!important;opacity:1!important;display:inline-block!important}.timing-editor-caption-word.active{color:#fff!important;font-weight:600!important;font-size:20px!important}.timing-editor-time-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;background:#0009;color:#fff;font-variant-numeric:tabular-nums}.timing-editor-time-display-row{display:flex;align-items:center;justify-content:center;gap:8px;font-size:18px;font-weight:600}.timing-editor-current-time{color:#fff}.timing-editor-separator{color:#ffffff80}.timing-editor-total-time{color:#ffffffb3}.timing-editor-timeline-container{flex:0 0 auto;position:relative;overflow-x:auto;overflow-y:hidden;background:#1a1a1a;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);height:80px;max-height:80px}.timing-editor-timeline{position:relative;height:100%;min-height:80px;background:repeating-linear-gradient(90deg,transparent,transparent 199px,rgba(255,255,255,.05) 200px);user-select:none;-webkit-user-select:none;visibility:visible!important;opacity:1!important}.timing-editor-playhead{position:absolute;top:0;bottom:0;width:2px;background:#007aff;z-index:20;cursor:ew-resize;box-shadow:0 0 8px #007aff99}.timing-editor-playhead:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #007AFF}.timing-editor-word-block{position:absolute;top:10%;height:80%;min-width:1px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:flex!important;align-items:center;justify-content:center;cursor:pointer;z-index:5;visibility:visible!important;opacity:1!important}.timing-editor-word-block:hover{background:#fff3;border-color:#ffffff4d}.timing-editor-word-block.selected{background:#007aff4d;border-color:#007aff;border-width:2px;z-index:15;box-shadow:0 0 12px #007aff66}.timing-editor-word-text{color:#fff;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:4px 10px;pointer-events:none}.timing-editor-timeline:has(.timing-editor-word-block.selected) .timing-editor-word-block:not(.selected){opacity:.3;filter:grayscale(.5)}.timing-editor-controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 20px;background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:50;position:relative;visibility:visible!important;opacity:1!important}.timing-editor-play-pause,.timing-editor-delete{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:16px;font-weight:500;padding:12px 24px;border-radius:12px;cursor:pointer;transition:all .2s;min-width:120px}.timing-editor-play-pause-inline{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;border-radius:10px;cursor:pointer;transition:all .2s;min-width:100px}.timing-editor-play-pause-inline:hover,.timing-editor-play-pause:hover,.timing-editor-delete:hover{background:#ffffff26;border-color:#ffffff4d}.timing-editor-delete{background:#ff3b3033!important;border-color:#ff3b3066!important;color:#ff3b30!important;display:block!important;visibility:visible!important;opacity:1!important}.timing-editor-delete:hover{background:#ff3b304d!important;border-color:#ff3b3099!important}.timing-editor-word-info{display:flex;flex-direction:column;gap:16px;padding:16px 20px;background:#000000b3;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.timing-editor-word-time-display{display:flex;align-items:center;justify-content:center;gap:24px;padding:8px 0}.timing-editor-word-time-item{display:flex;flex-direction:column;align-items:center;gap:4px}.timing-editor-word-time-label{color:#fff9;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.timing-editor-word-time-value{color:#fff;font-size:18px;font-weight:600;font-variant-numeric:tabular-nums}.timing-editor-word-adjust-controls{display:flex;align-items:center;justify-content:center;gap:32px}.timing-editor-word-adjust-group{display:flex;flex-direction:column;align-items:center;gap:8px}.timing-editor-word-adjust-label{color:#ffffffb3;font-size:12px;font-weight:500}.timing-editor-word-adjust-buttons{display:flex;gap:8px}.timing-editor-word-adjust-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:20px;font-weight:600;width:44px;height:44px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.timing-editor-word-adjust-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.timing-editor-word-adjust-button:active{transform:scale(.95);background:#007aff4d;border-color:#007aff}@media (max-width: 767px){.timing-editor-video-preview{height:35vh;min-height:200px;max-height:250px}.timing-editor-time-display{font-size:16px;padding:10px}.timing-editor-word-text{font-size:11px}.timing-editor-controls{padding:12px 16px}.timing-editor-play-pause,.timing-editor-delete{font-size:14px;padding:10px 20px;min-width:100px}}.timing-editor-timeline-container{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden}.timing-editor-timeline-container::-webkit-scrollbar{display:none}.timing-editor-timeline-container{scrollbar-width:none;-ms-overflow-style:none}.caption-vertical-slider{position:absolute;right:16px;top:20%;bottom:20%;width:40px;z-index:1001;cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none}.caption-vertical-slider.dragging{cursor:grabbing}.slider-track{position:relative;width:4px;height:100%;background-color:#fff3;border-radius:2px;margin:0 auto}.slider-thumb{position:absolute;left:50%;transform:translate(-50%);width:24px;height:24px;background-color:#fff;border:2px solid rgba(0,0,0,.2);border-radius:50%;box-shadow:0 2px 8px #0000004d;cursor:grab;transition:box-shadow .15s ease-out;margin-top:-12px}.caption-vertical-slider.dragging .slider-thumb{cursor:grabbing;box-shadow:0 4px 12px #0006}.slider-thumb:hover{box-shadow:0 3px 10px #00000059}@media (max-width: 768px){.caption-vertical-slider{width:36px}.slider-thumb{width:28px;height:28px;margin-top:-14px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);background-size:200% 200%;animation:gradientShift 15s ease infinite;min-height:100vh;padding:0;margin:0;position:relative;overflow-x:hidden}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden}body:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 10% 20%,rgba(102,126,234,.3) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(240,147,251,.3) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(79,172,254,.2) 0%,transparent 50%);animation:orbFloat 25s ease-in-out infinite;filter:blur(100px)}@keyframes orbFloat{0%,to{transform:translate(0) scale(1);opacity:.4}33%{transform:translate(40px,-40px) scale(1.15);opacity:.5}66%{transform:translate(-30px,30px) scale(.9);opacity:.35}}#root{width:100%;margin:0;padding:0;position:relative;z-index:1;min-height:100vh}@media (min-width: 768px){body{padding:20px}#root{max-width:1400px;margin:0 auto}}.app-container{display:flex;flex-direction:column;gap:24px;align-items:center}.controls-panel{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:800px}.controls-panel h2{margin-bottom:16px;color:#333;font-size:20px}.control-group{margin-bottom:20px}.control-group label{display:block;margin-bottom:8px;font-weight:500;color:#555}.file-input{padding:8px 12px;border:2px dashed #ccc;border-radius:6px;cursor:pointer;width:100%;font-size:14px}.file-input:hover{border-color:#667eea}.theme-selector{display:flex;gap:12px;flex-wrap:wrap}.theme-button{padding:10px 20px;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;text-transform:capitalize}.theme-button:hover{border-color:#667eea;background:#f0f0ff}.theme-button.active{border-color:#667eea;background:#667eea;color:#fff}.preview-container{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a}.video-with-slider{display:flex;align-items:center;gap:20px}.vertical-slider-container{height:640px;display:flex;align-items:center;justify-content:center}.vertical-slider{writing-mode:bt-lr;-webkit-appearance:slider-vertical;width:20px;height:640px;padding:0 5px;cursor:pointer;background:transparent}.vertical-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.vertical-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.vertical-slider::-webkit-slider-track{width:4px;background:#ddd;border-radius:2px}.vertical-slider::-moz-range-track{width:4px;background:#ddd;border-radius:2px}.vertical-slider::-ms-track{width:4px;background:#ddd;border-radius:2px;border:none;color:transparent}.video-info{margin-top:12px;padding:12px;background:#f5f5f5;border-radius:6px;font-size:12px;color:#666}@media (prefers-reduced-motion: reduce){body{animation:none;background:linear-gradient(135deg,#667eea,#764ba2)}body:after{animation:none;opacity:.3}}
