.trending-copy-three-col{display:grid;grid-template-columns:320px 1fr 340px;gap:20px;align-items:start;font-family:Inter,system-ui,-apple-system,sans-serif}.trending-copy-three-col .three-col-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);padding:20px;display:flex;flex-direction:column}.three-col-left .three-col-tabs{display:flex;gap:0;margin-bottom:16px;background:#f3f4f6;border-radius:8px;padding:3px}.three-col-left .three-col-tab{flex:1;padding:7px 14px;border:0;border-radius:6px;background:transparent;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;text-align:center}.three-col-left .three-col-tab.is-active{background:#fff;color:#7c3aed;box-shadow:0 1px 2px rgba(15,23,42,.06)}.three-col-left .three-col-tab:hover:not(.is-active){color:#374151}.three-col-left .three-col-input-row{display:flex;gap:8px;margin-bottom:8px}.three-col-left .three-col-input-row input{flex:1;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-family:inherit;outline:none;transition:border-color .15s}.three-col-left .three-col-input-row input:focus{border-color:#a78bfa;box-shadow:0 0 0 3px rgba(124,58,237,.08)}.three-col-left .three-col-input-row input::placeholder{color:#c4c4c4}.three-col-extract-btn{height:40px;padding:0 18px;border:0;border-radius:10px;background:#7c3aed;color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s;font-family:inherit}.three-col-extract-btn:hover{background:#6d28d9}.three-col-extract-btn:disabled{background:#c4b5fd;cursor:not-allowed}.three-col-left .three-col-hint{color:#9ca3af;font-size:12px;margin:0 0 16px;line-height:1.5}.three-col-left .three-col-history-title{font-size:13px;font-weight:700;color:#374151;margin:0 0 10px}.three-col-history-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.three-col-history-item{display:grid;grid-template-columns:64px 1fr;gap:10px;padding:8px;border:0;border-radius:10px;background:#fafafa;cursor:pointer;transition:background .15s;text-align:left;font-family:inherit;width:100%}.three-col-history-item:hover{background:#f3f0ff}.three-col-history-thumb{width:64px;height:86px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#e0e7ff,#ede9fe);flex-shrink:0;position:relative}.three-col-history-thumb img{width:100%;height:100%;object-fit:cover}.three-col-history-thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#7c3aed}.three-col-history-info{display:flex;flex-direction:column;gap:4px;min-width:0}.three-col-history-info strong{font-size:13px;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.three-col-history-info span{font-size:11px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.three-col-history-info em{font-size:11px;color:#c4c4c4;font-style:normal}.three-col-center .three-col-center-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.three-col-center .three-col-center-heading h3{font-size:15px;font-weight:700;color:#1f2937;margin:0}.three-col-center .three-col-word-count{font-size:12px;color:#9ca3af;font-weight:500}.three-col-center .three-col-center-heading .three-col-word-count strong{color:#7c3aed;font-weight:700}.three-col-center-textarea{flex:1;width:100%;min-height:280px;padding:14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:inherit;line-height:1.7;resize:vertical;outline:none;color:#374151;background:#fafbfc;transition:border-color .15s}.three-col-center-textarea:focus{border-color:#a78bfa;box-shadow:0 0 0 3px rgba(124,58,237,.06)}.three-col-center-textarea::placeholder{color:#d1d5db}.three-col-center-textarea:disabled{opacity:.7}.three-col-word-controls{display:flex;align-items:center;justify-content:center;gap:10px;margin:10px 0 14px}.three-col-word-controls span{font-size:12px;color:#9ca3af}.three-col-word-controls button{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#6b7280;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.three-col-word-controls button:hover{border-color:#c4b5fd;color:#7c3aed}.three-col-word-controls input{width:54px;height:30px;text-align:center;border:1px solid #e5e7eb;border-radius:7px;font-size:13px;font-family:inherit;outline:none}.three-col-word-controls input:focus{border-color:#a78bfa}.three-col-center .three-col-bottom-btns{display:flex;gap:10px}.three-col-bottom-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 16px;border:0;border-radius:10px;cursor:pointer;font-family:inherit;transition:all .15s}.three-col-bottom-btn.primary{background:#7c3aed;color:#fff}.three-col-bottom-btn.primary:hover{background:#6d28d9}.three-col-bottom-btn.secondary{background:#f5f3ff;color:#7c3aed}.three-col-bottom-btn.secondary:hover{background:#ede9fe}.three-col-bottom-btn .btn-icon-row{display:flex;align-items:center;gap:5px}.three-col-bottom-btn .btn-main{font-size:14px;font-weight:700}.three-col-bottom-btn .btn-sub{font-size:11px;opacity:.7;font-weight:400}.three-col-bottom-btn:disabled{opacity:.5;cursor:not-allowed}.three-col-right .three-col-right-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.three-col-right .three-col-right-heading h3{font-size:15px;font-weight:700;color:#1f2937;margin:0}.three-col-right-tags{display:flex;gap:6px;margin-bottom:14px}.three-col-right-tag{padding:5px 12px;border:0;border-radius:7px;background:#f5f3ff;color:#7c3aed;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;display:flex;align-items:center;gap:4px}.three-col-right-tag:hover{background:#ede9fe}.three-col-right-list{display:flex;flex-direction:column;gap:6px;max-height:380px;overflow-y:auto;padding-right:2px}.three-col-right-row{display:grid;grid-template-columns:24px 1fr auto;gap:8px;align-items:center;padding:4px 0}.three-col-right-row .row-num{width:24px;height:24px;border-radius:6px;background:#f5f3ff;color:#7c3aed;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.three-col-right-row input{height:34px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-family:inherit;outline:none;color:#374151;transition:border-color .15s}.three-col-right-row input:focus{border-color:#a78bfa}.three-col-right-row .row-delete{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#d1d5db;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .15s;flex-shrink:0}.three-col-right-row .row-delete:hover{background:#fef2f2;color:#ef4444}.three-col-right-add{margin-top:10px;padding:7px 0;border:1px dashed #e5e7eb;border-radius:8px;background:transparent;color:#9ca3af;font-size:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:center}.three-col-right-add:hover{border-color:#c4b5fd;color:#7c3aed}.three-col-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#c4c4c4;gap:6px}.three-col-empty strong{font-size:14px;color:#9ca3af}.three-col-empty span{font-size:12px}.three-col-loading-mask{position:absolute;inset:0;border-radius:12px;background:rgba(255,255,255,.88);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:5}.three-col-loading-inner{display:flex;flex-direction:column;align-items:center;gap:8px;color:#7c3aed}.three-col-loading-inner strong{font-size:14px}.three-col-loading-inner p{font-size:12px;color:#9ca3af;margin:0}@media (max-width:1100px){.trending-copy-three-col{grid-template-columns:1fr;gap:16px}}.empty-state{display:grid;gap:8px;padding:28px;border:1px dashed var(--line);border-radius:var(--radius);background:var(--surface-muted);color:var(--muted)}.empty-state strong{color:var(--text)}.asset-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.asset-page-heading p{margin:8px 0 0}.asset-browser{display:grid;gap:22px}.asset-scope-tabs{display:inline-flex;width:fit-content;gap:6px;padding:6px;border:1px solid var(--line);border-radius:8px;background:rgb(255 255 255/.55)}.asset-scope-tabs button{display:inline-flex;align-items:center;gap:8px;min-width:126px;justify-content:center;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-size:15px;font-weight:900;padding:12px 18px;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.asset-scope-tabs button span{min-width:24px;border-radius:999px;background:var(--surface-muted);color:inherit;font-size:12px;line-height:1;padding:5px 7px}.asset-scope-tabs button.is-active,.asset-scope-tabs button:hover{background:var(--panel);color:var(--accent);box-shadow:var(--shadow-soft)}.asset-tabs{display:flex;flex-wrap:wrap;gap:10px}.asset-filter-tags button,.asset-tabs button{border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);cursor:pointer;font-weight:800;transition:border-color .16s ease,background .16s ease,color .16s ease}.asset-tabs button{min-width:82px;padding:10px 20px;font-size:15px}.asset-filter-tags button.is-active,.asset-filter-tags button:hover,.asset-tabs button.is-active,.asset-tabs button:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.asset-tag-filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-height:34px;color:var(--muted)}.asset-tag-filter strong{color:var(--text);font-size:14px}.asset-filter-tags{display:flex;flex-wrap:wrap;gap:8px}.asset-filter-tags button{padding:6px 12px;font-size:13px}.asset-results-heading{display:flex;justify-content:flex-end;color:var(--muted);font-size:14px;font-weight:700}.asset-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.asset-card{overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:8px}.asset-preview{aspect-ratio:16/10;background:#e6ecff;display:grid;place-items:center}.asset-preview img,.asset-preview video{width:100%;height:100%;object-fit:cover;display:block}.asset-preview.audio-preview{background:var(--accent-soft);padding:18px}.asset-audio-card{width:100%;display:grid;gap:16px;justify-items:center}.asset-audio-card span{width:58px;height:58px;border-radius:999px;background:var(--panel);color:var(--accent);display:grid;place-items:center;font-size:30px;font-weight:900}.asset-audio-card audio{width:100%}.asset-card-body{display:grid;gap:12px;padding:14px}.asset-card h2,.asset-empty h2{margin:0;font-size:17px;line-height:1.3}.asset-card p,.asset-empty p{margin:5px 0 0}.asset-empty{min-height:220px;display:grid;align-content:center;justify-items:center;text-align:center}.asset-empty.compact{min-height:140px;border:1px dashed var(--line);border-radius:8px;background:var(--panel)}.asset-empty.compact h3{margin:0}.asset-modal-backdrop{position:fixed;inset:0;z-index:30;padding:24px;background:rgba(22,22,24,.48);display:grid;place-items:center}.asset-modal{width:min(760px,100%);max-height:calc(100dvh - 48px);overflow:auto;background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:30px 36px;box-shadow:0 24px 80px rgba(33,55,130,.22);display:grid;gap:18px}.asset-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.asset-modal-header h2{margin:0;color:var(--text);font-size:24px;line-height:1.2}.asset-modal-close{width:34px;height:34px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:38px;line-height:1}.asset-dropzone{min-height:190px;border:2px dashed #b8c4f4;border-radius:18px;background:var(--accent-tint);color:#596482;cursor:pointer;display:grid;place-items:center;align-content:center;gap:8px;padding:24px;text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.asset-dropzone.is-dragging{border-color:var(--accent);background:var(--accent-soft);transform:scale(.995)}.asset-dropzone strong{color:var(--text);font-size:18px;line-height:1.2}.asset-dropzone span{color:var(--muted);font-size:15px}.asset-upload-icon{width:46px;height:46px;border:4px solid #8ea0f4;border-top:0;border-radius:0 0 9px 9px;color:#6b7df1!important;display:grid;place-items:center;font-size:42px!important;line-height:.6}.asset-tag-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px}.asset-submit,.asset-tag-button{background:var(--panel-strong)}.asset-submit{width:100%;min-height:52px;font-size:17px;font-weight:800}.asset-tags{display:flex;flex-wrap:wrap;gap:8px}.asset-tags button,.asset-tags span{border:1px solid var(--line);border-radius:999px;background:var(--accent-soft);color:var(--accent);padding:7px 11px;font-size:13px;font-weight:700}.asset-tags button{cursor:pointer}.asset-tags.compact span{border-color:var(--line);background:#f4f6ff;color:#596482}.asset-message{margin:0;color:var(--danger);font-weight:700}.publish-field{display:grid;gap:8px}.publish-content-card{display:grid;gap:14px;align-content:start}.publish-three-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.publish-three-column>.card{height:100%;align-content:start}.publish-field-label{color:var(--text);font-weight:800}.publish-platform-grid{display:grid;grid-template-columns:1fr;gap:8px}.publish-platform-option{min-height:48px;border:1px solid var(--line);border-radius:8px;background:#fbfcff;color:var(--text);cursor:pointer;font:inherit;font-weight:800;padding:10px 12px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.publish-platform-option:hover{border-color:rgba(80,104,242,.38);background:var(--accent-tint)}.publish-platform-option.active{border-color:transparent;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 12px 26px rgba(80,104,242,.24);color:white}.publish-platform-option:active{transform:scale(.99)}.publish-primary-actions{margin-top:4px;display:grid;grid-template-columns:1fr;gap:10px}.publish-primary-actions .btn{width:100%}.publish-label-row{align-items:center;display:flex;gap:10px;justify-content:space-between}.publish-copy-picker-trigger{min-height:38px;padding:7px 11px}.publish-video-card{gap:14px;align-content:start}.publish-material-picker{display:grid;gap:8px}.publish-video-layout{align-items:start;display:grid;gap:18px;grid-template-columns:1fr}.publish-video-preview{background:#05070d;border-radius:8px;overflow:hidden}.publish-video-preview video{aspect-ratio:16/9;display:block;max-height:440px;object-fit:contain;width:100%}.publish-video-actions{align-content:start;display:grid;gap:12px}.publish-video-actions .btn{min-height:48px;width:100%}.publish-copy-picker-backdrop{align-items:center;background:rgba(15,23,42,.4);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:50}.publish-copy-picker-modal{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:grid;gap:14px;max-height:min(720px,calc(100dvh - 40px));max-width:760px;overflow:hidden;padding:18px;width:min(100%,760px)}.publish-copy-picker-heading{align-items:center;display:flex;justify-content:space-between;gap:12px}.publish-copy-picker-heading h2{margin:0}.publish-copy-picker-list{display:grid;gap:10px;overflow:auto;padding-right:4px}.publish-copy-picker-item{border:1px solid var(--line);border-radius:8px;background:#fbfcff;color:var(--text);cursor:pointer;display:grid;gap:6px;padding:12px;text-align:left}.publish-copy-picker-item:hover{border-color:rgba(80,104,242,.38);background:var(--accent-tint)}.publish-copy-picker-item strong{font-size:16px}.publish-copy-picker-item span{color:var(--muted);font-size:13px;font-weight:800}.publish-copy-picker-item p{display:-webkit-box;line-height:1.65;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;white-space:pre-wrap}.publish-account-page{position:relative;display:grid;gap:24px;margin-top:-10px}.publish-account-toast{position:fixed;z-index:50;top:104px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(212,220,245,.88);border-radius:18px;background:var(--panel);color:var(--text);box-shadow:0 18px 45px rgba(39,45,78,.18);font-size:17px;font-weight:900;line-height:1;padding:16px 22px}.publish-account-toast span{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#18b978;color:white;font-size:15px;font-weight:1000}.publish-account-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:6px 0 8px}.publish-account-kicker{display:inline-flex;width:fit-content;margin-bottom:12px;border-radius:999px;background:rgb(255 255 255/.7);color:var(--accent);font-size:13px;font-weight:900;padding:6px 14px}.publish-account-hero p{margin:8px 0 0}.publish-account-sync{min-width:150px;box-shadow:0 12px 26px rgba(92,79,235,.24)}.publish-account-panel{overflow:visible;border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:0 22px 60px rgba(42,48,91,.16)}.publish-account-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.publish-account-panel-heading h2{margin:0;color:var(--text);font-size:20px}.publish-account-panel-heading p{margin:8px 0 0}.publish-account-panel-heading>span{flex:0 0 auto;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:900;padding:7px 12px}.publish-account-toolbar{display:grid;grid-template-columns:116px 116px minmax(170px,1fr) 64px auto;gap:8px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);position:relative;z-index:2}.publish-account-toolbar .input{min-height:36px;padding:0 12px;font-size:13px}.publish-account-toolbar>.btn{min-height:36px;padding:0 14px;font-size:13px}.publish-account-filter{position:relative;min-width:0}.publish-account-filter-trigger{width:100%;min-height:36px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px 0 12px;font-size:13px;font-weight:900}.publish-account-filter-trigger:hover,.publish-account-filter-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px rgba(80,104,242,.12)}.publish-account-filter-trigger strong{font-size:14px;line-height:1}.publish-account-filter-menu{position:absolute;z-index:10;top:calc(100% + 6px);left:0;width:136px;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 18px 38px rgba(42,48,91,.16);display:grid;gap:2px;padding:6px}.publish-account-filter-menu button{min-height:32px;border:0;border-radius:7px;background:transparent;color:var(--text);cursor:pointer;font-size:13px;font-weight:800;padding:0 10px;text-align:left}.publish-account-filter-menu button.active,.publish-account-filter-menu button:hover{background:var(--accent-soft);color:var(--accent)}.publish-account-adds{display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-end}.publish-account-adds .btn{min-height:34px;padding:0 9px;font-size:12px;line-height:1;white-space:nowrap}.publish-account-empty{min-height:260px;display:grid;align-content:center;justify-items:center;gap:12px;padding:46px 24px;text-align:center}.publish-account-empty div{width:58px;height:58px;display:grid;place-items:center;border:1px solid var(--line);border-radius:16px;background:var(--surface-muted);color:var(--muted);font-size:30px}.publish-account-empty h3{margin:0;color:var(--text)}.publish-account-empty p{max-width:560px;margin:0}.publish-account-tip{border:1px solid #d9ccff;border-radius:999px;background:linear-gradient(135deg,rgba(126,91,239,.12),rgba(126,91,239,.05));color:var(--accent);font-weight:800;line-height:1.6;padding:16px 24px}.video-creation-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.video-creation-workbench{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;overflow-x:hidden}.workflow-clip-workbench{grid-template-columns:minmax(430px,.98fr) minmax(520px,1.03fr) minmax(390px,.92fr);gap:34px;min-height:calc(100dvh - 96px);border:1px solid rgba(17,24,39,.06);border-radius:34px;background:#fff;padding:48px 48px 42px;box-shadow:0 18px 50px rgba(35,42,75,.08)}.workflow-clip-editor,.workflow-clip-left,.workflow-clip-result{min-width:0}.workflow-clip-left{display:grid;align-content:start;gap:28px}.workflow-clip-title h1{margin:0 0 8px;color:#1f2937;font-size:34px;line-height:1.18;font-weight:1000;letter-spacing:0}.workflow-clip-section-title,.workflow-clip-switch-label{display:flex;align-items:center;gap:12px}.workflow-clip-section-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#7c3aed;color:#fff}.workflow-clip-editor h2,.workflow-clip-result h2,.workflow-clip-section-title h2,.workflow-clip-switch-label strong{margin:0;color:#1f2937;font-size:18px;font-weight:1000}.workflow-clip-editor p,.workflow-clip-section-title p,.workflow-clip-switch-label small{margin:2px 0 0;color:#9aa3b2;font-size:13px;font-weight:700}.workflow-clip-template-card{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:22px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fff;padding:26px;box-shadow:0 12px 28px rgba(24,31,54,.06)}.workflow-clip-template-preview{position:relative;overflow:hidden;height:160px;display:grid;place-items:center;border-radius:8px;background:#111827;color:#9aa3b2;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(15,23,42,.18)}.workflow-clip-template-info{display:grid;gap:12px}.workflow-clip-template-info em,.workflow-clip-template-info small{color:#a0a8b7;font-size:13px;font-style:normal;font-weight:900}.workflow-clip-template-info strong{color:#1f2937;font-size:18px;font-weight:1000}.workflow-clip-template-info p{margin:0;color:#374151;font-size:16px;font-weight:900}.workflow-clip-pill-btn,.workflow-clip-swap-btn,.workflow-confirm,.workflow-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;font:inherit;font-weight:1000;cursor:pointer}.workflow-clip-pill-btn{align-self:start;min-height:44px;border-radius:999px;background:#f1ecff;color:#7c3aed;padding:0 20px}.workflow-clip-swap-btn{position:absolute;right:26px;bottom:92px;min-height:34px;border-color:#d8c8ff;border-radius:10px;background:#fff;color:#7c3aed;padding:0 12px;font-size:13px}.workflow-clip-switch-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.workflow-clip-switch-row.compact{align-items:flex-start}.workflow-clip-switch-label{color:#9aa3b2}.workflow-clip-switch-label.purple{color:#8b5cf6}.workflow-mini-toggle,.workflow-toggle{border:0;background:#c4c4c4;cursor:pointer}.workflow-toggle{width:56px;height:30px;border-radius:999px;padding:3px}.workflow-mini-toggle span,.workflow-toggle span{display:block;border-radius:999px;background:#fff}.workflow-toggle span{width:24px;height:24px}.workflow-toggle.is-on{background:#8b5cf6}.workflow-toggle.is-on span{margin-left:auto}.workflow-clip-material-section,.workflow-clip-music-section{display:grid;gap:18px}.workflow-clip-material-grid{display:grid;grid-template-columns:126px 126px;gap:16px;padding-left:42px}.workflow-clip-add-card,.workflow-clip-thumb-card{height:168px;border-radius:12px}.workflow-clip-add-card{display:grid;place-items:center;align-content:center;gap:10px;border:1px dashed #d7dce7;background:#fff;color:#b2bac8;cursor:pointer}.workflow-clip-add-card span{width:44px;height:44px;display:grid;place-items:center;border-radius:999px;background:#f4f5f8;font-size:30px;line-height:1}.workflow-clip-add-card em{font-style:normal;font-weight:900}.workflow-clip-thumb-card{position:relative;overflow:hidden;background:#edf0f6}.workflow-clip-thumb-card img,.workflow-clip-thumb-card video{width:100%;height:100%;display:block;object-fit:cover}.workflow-clip-thumb-card span{position:absolute;top:8px;right:8px;width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:rgba(17,24,39,.72);color:#fff;font-size:12px;font-weight:1000}.workflow-clip-thumb-empty{width:100%;height:100%;background:linear-gradient(135deg,#f5f7fb,#e8ecf4)}.workflow-clip-music-controls{display:grid;grid-template-columns:38px minmax(130px,1fr) 38px 18px minmax(80px,1fr) 108px;align-items:center;gap:10px;padding-left:42px}.workflow-clip-play,.workflow-clip-upload{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:999px;background:#f1ecff;color:#7c3aed;cursor:pointer}.workflow-clip-select{height:38px;min-width:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:9px;background:#fff;color:#b0b7c4;padding:0 14px;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.workflow-clip-music-controls input[type=range]{width:100%;accent-color:#7c3aed}.workflow-clip-stepper{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;height:38px;overflow:hidden;border:1px solid #e5e7eb;border-radius:9px;background:#fff}.workflow-clip-stepper button{height:100%;border:0;background:transparent;color:#b0b7c4;cursor:pointer}.workflow-clip-stepper strong{text-align:center;color:#6b7280;font-size:12px}.workflow-clip-editor{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(24,31,54,.07)}.workflow-clip-editor-head{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #eef0f4;padding:18px 18px 14px}.workflow-clip-editor-head h2{position:relative;padding-left:14px}.workflow-clip-editor-head h2:before{position:absolute;left:0;top:3px;width:4px;height:22px;border-radius:999px;background:#7c3aed;content:""}.workflow-clip-editor-actions,.workflow-clip-result-head>div{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.workflow-clip-editor-actions>span{display:inline-flex;align-items:center;gap:6px;color:#8f98a8;font-size:13px;font-weight:900}.workflow-mini-toggle{width:38px;height:22px;border-radius:999px;background:#8b5cf6;padding:2px}.workflow-mini-toggle span{width:18px;height:18px;margin-left:auto}.workflow-confirm,.workflow-outline{min-height:32px;border-radius:9px;padding:0 10px;font-size:13px}.workflow-outline{border-color:#d8c8ff;background:#fff;color:#7c3aed}.workflow-outline.danger{border-color:#fecaca;color:#ef4444}.workflow-confirm{background:#7c3aed;color:#fff}.workflow-clip-subtitle-list{min-height:0;overflow-y:auto;scrollbar-color:#d8c8ff transparent;scrollbar-width:thin}.workflow-clip-subtitle-row{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;min-height:54px;border-bottom:1px solid #eef0f4;padding:0 28px 0 34px}.workflow-clip-subtitle-row span{color:#a8b0bf;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;font-weight:1000}.workflow-clip-subtitle-row input{min-width:0;border:0;outline:0;background:transparent;color:#1f2937;font:inherit;font-size:17px;font-weight:1000}.workflow-clip-subtitle-row input::selection{background:#f9dc73}.workflow-clip-subtitle-row input::placeholder{color:#1f2937}.workflow-clip-main-action{min-height:62px;margin:16px 22px 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:#7c3aed;color:#fff;font:inherit;font-size:18px;font-weight:1000;box-shadow:0 12px 24px rgba(124,58,237,.28);cursor:pointer}.workflow-clip-main-action:disabled{cursor:not-allowed;opacity:.65}.workflow-clip-result{display:grid;align-content:start;gap:18px;background:#fafbfe;padding:22px}.workflow-clip-result-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.workflow-clip-result-head h2{display:inline-flex;align-items:center;gap:8px}.workflow-clip-phone{width:min(100%,370px);margin:0 auto;border-radius:32px;background:#111827;padding:0;box-shadow:0 22px 50px rgba(31,41,55,.18)}.workflow-clip-phone.landscape{width:min(100%,430px)}.workflow-clip-phone.square{width:min(100%,370px)}.workflow-clip-phone-screen{position:relative;overflow:hidden;border-radius:32px;aspect-ratio:9/16;background:#20242d}.workflow-clip-phone.landscape .workflow-clip-phone-screen{aspect-ratio:16/9}.workflow-clip-phone.square .workflow-clip-phone-screen{aspect-ratio:1/1}.workflow-clip-phone-screen img,.workflow-clip-phone-screen video{width:100%;height:100%;display:block;object-fit:cover}.workflow-clip-cover-text{position:absolute;top:13%;left:50%;width:calc(100% - 28px);transform:translateX(-50%);display:grid;justify-items:center;gap:12px;text-align:center;pointer-events:none}.workflow-clip-cover-text span,.workflow-clip-cover-text strong{color:#facc15;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.12;text-shadow:0 2px 12px rgba(0,0,0,.25)}.workflow-clip-cover-text strong{font-size:38px}.workflow-clip-cover-text span{font-size:28px}.video-creation-primary-column{min-width:0;height:100%;display:grid;align-content:start;gap:18px}.video-creation-workspace{display:grid;gap:18px}.video-creation-control-stack{display:contents;gap:18px;min-width:0}.video-creation-page-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.video-creation-page-heading .btn{flex-shrink:0}.video-creation-top-grid{display:contents}.video-creation-panel,.video-creation-settings{min-width:0}.video-creation-panel h2,.video-creation-settings h2{margin:0}.video-creation-panel p,.video-creation-settings p{margin:6px 0 0}.video-creation-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.voice-clone-trigger{flex-shrink:0;border:1px solid #e2d9ff;border-radius:8px;padding:8px 12px;background:#f7f3ff;color:#7138e6;cursor:pointer;font-size:13px;font-weight:800}.voice-clone-heading-copy{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:9px}.voice-clone-heading-copy p{grid-column:1/-1}.voice-clone-trigger:hover{border-color:#bda4ff;background:#efe8ff}.voice-clone-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:rgba(24,28,40,.42)}.voice-clone-modal{position:relative;width:min(540px,100%);max-height:calc(100dvh - 40px);overflow:auto;display:grid;gap:22px;padding:24px 28px 26px;border:1px solid #edf0f6;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(43,39,84,.2)}.voice-clone-actions,.voice-clone-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.voice-clone-header h2{margin:0;color:#1f2937;font-size:21px}.voice-clone-close{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;background:transparent;color:#9aa1ad;cursor:pointer}.voice-clone-close:disabled{cursor:wait;opacity:.45}.voice-clone-field{display:grid;gap:10px;color:#263143;font-size:14px;font-weight:800}.voice-clone-dropzone{min-height:248px;display:grid;place-items:center;align-content:center;gap:10px;padding:28px 20px;border:1px dashed #e5e8f0;border-radius:14px;background:#fdfdff;color:#7f8898;cursor:pointer;text-align:center;transition:border-color .16s ease,background .16s ease}.voice-clone-dropzone.is-dragging,.voice-clone-dropzone:hover{border-color:#a67cf2;background:#faf8ff}.voice-clone-dropzone:disabled{cursor:wait;opacity:.74}.voice-clone-upload-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#fbf9ff;color:#9864e9}.voice-clone-dropzone strong{color:#232b3a;font-size:16px}.voice-clone-dropzone span{font-size:14px}.voice-clone-dropzone small{margin-top:7px;padding:8px 15px;border-radius:999px;background:#f7f1ff;color:#8750e8;font-size:12px;font-weight:800}.voice-clone-name-input{width:100%;min-height:52px;box-sizing:border-box;padding:0 16px;border:1px solid #edf0f4;border-radius:14px;background:#fafbfc;color:#4b5563;font-size:15px;outline:none}.voice-clone-name-input:focus{border-color:#b496f4;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.voice-clone-message{margin:-8px 0 0;color:#d14343;font-size:13px;font-weight:700}.voice-clone-actions{margin-top:2px}.voice-clone-actions button{min-height:52px;flex:1;border-radius:14px;cursor:pointer;font-size:16px;font-weight:800}.voice-clone-actions button:disabled{cursor:wait;opacity:.65}.voice-clone-cancel{border:1px solid #edf0f4;background:#fff;color:#687386}.voice-clone-submit{border:1px solid #7c3aed;background:#7c3aed;color:#fff;box-shadow:0 5px 10px rgba(124,58,237,.2)}.voice-clone-loading-mask{position:absolute;inset:0;z-index:2;display:grid;place-items:center;padding:24px;border-radius:inherit;background:rgba(255,255,255,.82);backdrop-filter:blur(5px)}.voice-clone-loading-card{width:min(320px,100%);display:grid;justify-items:center;gap:10px;padding:24px;border:1px solid #eee8ff;border-radius:16px;background:#ffffff;box-shadow:0 18px 50px rgba(44,38,84,.16);text-align:center}.voice-clone-loading-card strong{color:#1f2937;font-size:17px}.voice-clone-loading-card p{margin:0;color:#7b8494;font-size:13px;font-weight:700;line-height:1.55}.voice-clone-spinner{width:34px;height:34px;border:3px solid #eee7ff;border-top-color:#7c3aed;border-radius:999px;animation:voice-clone-spin .9s linear infinite}@keyframes voice-clone-spin{to{transform:rotate(1turn)}}.video-creation-page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.video-creation-form-grid{display:grid;grid-template-columns:1fr;gap:14px}.video-creation-brief-card{padding-bottom:18px;border-bottom:1px solid var(--line)}.video-creation-material-card{min-height:0}.video-creation-subtitle-card{height:100%;align-content:start}.clip-asset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.clip-asset-card{min-width:0;border:1px solid var(--line);border-radius:10px;padding:0;overflow:hidden;background:var(--accent-tint);color:var(--text);cursor:pointer;text-align:left;display:grid;transition:transform .16s ease,border-color .16s ease,opacity .16s ease}.clip-asset-card:hover:not(:disabled){border-color:var(--accent);transform:translateY(-1px)}.clip-asset-card:disabled{cursor:not-allowed;opacity:.58}.clip-asset-preview{aspect-ratio:16/10;background:#e6ecff;display:block}.clip-asset-preview img,.clip-asset-preview video,.clip-thumb img,.clip-thumb video{width:100%;height:100%;object-fit:cover;display:block}.clip-asset-meta{display:grid;gap:4px;padding:12px 12px 0}.clip-asset-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clip-asset-action,.clip-asset-meta small{color:var(--muted);font-weight:700}.clip-asset-action{padding:10px 12px 12px;font-size:13px}.clip-timeline{display:grid;gap:12px}.clip-timeline.compact{gap:10px;max-height:350px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.clip-timeline.compact::-webkit-scrollbar{width:8px}.clip-timeline.compact::-webkit-scrollbar-track{background:transparent}.clip-timeline.compact::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(80,104,242,.22)}.clip-row{display:grid;grid-template-columns:34px 104px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;background:var(--accent-tint);padding:12px}.clip-row.workbench{grid-template-columns:34px 120px minmax(0,1fr);align-items:start}.clip-order{width:34px;height:34px;border-radius:999px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:900}.clip-thumb{width:104px;aspect-ratio:16/10;overflow:hidden;border-radius:8px;background:#e6ecff}.clip-row-body{min-width:0;display:grid;gap:9px}.clip-row-body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clip-duration-field,.clip-source-offset{color:var(--muted);font-size:12px;font-weight:800}.clip-duration-field{display:grid;gap:5px;max-width:132px}.clip-row-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.clip-row-actions .btn{padding:8px 10px;font-size:13px}.compact-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.video-creation-bgm-row{display:grid;grid-template-columns:1fr;gap:12px;border:1px solid var(--line);border-radius:12px;background:var(--accent-tint);padding:14px}.video-creation-bgm-row p{margin:4px 0 0}.video-creation-bgm-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.video-creation-bgm-actions .btn{width:100%}.video-creation-bgm-control{display:grid;grid-template-columns:1fr;align-items:center;gap:12px;min-width:0}.video-creation-bgm-control audio{width:100%;min-width:0}.video-creation-volume-panel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0}.video-creation-volume-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:20px;font-weight:1000}.video-creation-volume-slider{width:100%;accent-color:var(--accent)}.video-creation-volume-stepper{width:112px;display:grid;grid-template-columns:28px minmax(42px,1fr) 28px;align-items:center;border:1px solid var(--line);border-radius:10px;background:var(--panel);overflow:hidden}.video-creation-volume-stepper button{height:36px;border:0;background:transparent;color:var(--muted);font:inherit;font-size:20px;font-weight:900;cursor:pointer}.video-creation-volume-stepper button:hover{color:var(--accent);background:var(--accent-tint)}.video-creation-volume-stepper strong{text-align:center;font-size:14px;font-weight:900}.subtitle-timeline-editor{display:grid;gap:12px;min-width:0;border:1px solid var(--line);border-radius:14px;background:var(--accent-tint);padding:14px}.subtitle-template-trigger{min-height:54px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--text);padding:12px 14px;font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease}.subtitle-template-trigger:hover{border-color:var(--accent);background:var(--accent-tint)}.subtitle-template-trigger strong{color:var(--accent);font-size:13px}.subtitle-generation-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:min(100%,440px);border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:4px}.subtitle-generation-mode button{min-height:40px;border:0;border-radius:7px;background:transparent;color:var(--muted);font:inherit;font-size:14px;font-weight:900;cursor:pointer}.subtitle-generation-mode button.active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:white}.subtitle-generation-mode button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.subtitle-timeline-heading{display:grid;grid-template-columns:1fr;gap:12px}.subtitle-timeline-heading p{margin:4px 0 0}.subtitle-timeline-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.subtitle-timeline-actions .btn{width:100%;padding:9px 12px;font-size:13px}.subtitle-segment-list{display:grid;gap:10px}.subtitle-edit-scroll{height:520px;align-content:start;background:var(--accent-tint);border-radius:10px;overflow-y:auto;overscroll-behavior:contain}.subtitle-edit-scroll,.subtitle-segment-row{display:grid;gap:10px;min-width:0;padding:10px}.subtitle-segment-row{grid-template-columns:34px repeat(2,minmax(0,1fr));align-items:end;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.subtitle-segment-index{align-self:center;width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:1000}.subtitle-segment-row label{min-width:0;display:grid;gap:5px;color:var(--muted);font-size:12px;font-weight:900}.subtitle-segment-row .subtitle-segment-text{grid-column:1/-1}.subtitle-segment-row .btn{padding:10px 12px}.subtitle-segment-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;min-width:0}.subtitle-segment-actions .btn{width:100%;min-height:54px;white-space:nowrap;padding:10px 12px}.video-creation-submit{min-height:50px;font-weight:900}.video-creation-success{margin:0;color:var(--accent);font-weight:800}.video-creation-success a{text-decoration:underline;text-underline-offset:3px}.video-render-status-panel{display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;background:var(--accent-tint);padding:14px}.video-render-status-heading,.video-render-status-heading>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.video-render-status-heading .btn{padding:8px 10px;font-size:13px}.video-render-heading-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.video-render-primary-action{width:100%}.video-render-result{display:grid;gap:10px}.video-render-result video{width:100%;max-height:420px;display:block;border-radius:6px;background:#171717}.video-render-message{margin:0;color:var(--accent);font-size:13px;font-weight:800;line-height:1.5}.video-render-works-link{width:max-content;color:var(--muted);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.video-creation-preview-panel{grid-column:3;grid-row:1/span 2;position:sticky;top:24px;min-width:0;height:100%;align-content:start;grid-auto-rows:max-content;overflow:hidden}.video-preview-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;border:1px solid var(--line);border-radius:9px;background:var(--accent-tint);padding:4px}.video-preview-mode button{min-height:38px;border:0;border-radius:6px;background:transparent;color:var(--muted);font:inherit;font-weight:900;cursor:pointer}.video-preview-mode button.active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:white}.phone-preview-shell{width:min(100%,300px);margin:0 auto;border-radius:34px;padding:12px;background:#171717;box-shadow:0 24px 70px rgba(33,55,130,.24)}.replacement-preview-focus{display:grid;gap:3px;border-left:3px solid var(--accent);background:var(--accent-soft);padding:9px 11px}.replacement-preview-focus strong{font-size:13px}.replacement-preview-focus span{color:var(--muted);font-size:12px;font-weight:800;overflow-wrap:anywhere}.phone-preview-shell.landscape{width:min(100%,340px);border-radius:26px}.phone-preview-shell.square{width:min(100%,310px);border-radius:28px}.phone-preview-screen{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.12),transparent 35%),#2c2a27;aspect-ratio:9/16}.phone-preview-shell.landscape .phone-preview-screen{aspect-ratio:16/9;border-radius:18px}.phone-preview-shell.square .phone-preview-screen{aspect-ratio:1/1;border-radius:20px}.phone-preview-screen img,.phone-preview-screen video{width:100%;height:100%;object-fit:cover;display:block}.phone-preview-empty{width:100%;height:100%;display:grid;place-items:center;color:rgba(255,255,255,.72);font-weight:900;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.16),transparent 34%),linear-gradient(180deg,#46413a,#201f1d)}.phone-preview-upload-empty{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:9px;padding:28px 24px;border:0;border-radius:inherit;background:#06080d;color:#ffffff;cursor:pointer;text-align:center}.phone-preview-upload-empty:hover{background:#0b0e16}.phone-preview-upload-empty:disabled{cursor:wait;opacity:.78}.phone-preview-upload-icon{position:relative;display:grid;place-items:center;width:48px;height:48px;margin-bottom:6px;border-radius:14px;background:#252a32;color:#e8ebf0;box-shadow:0 6px 18px rgba(0,0,0,.28)}.phone-preview-upload-icon strong{font-size:22px;line-height:1}.phone-preview-upload-icon i{position:absolute;right:-6px;bottom:-6px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#7c3aed;color:#ffffff;font-size:18px;font-style:normal;font-weight:400;line-height:1}.phone-preview-upload-empty>strong{font-size:14px;line-height:1.2}.phone-preview-upload-empty small{max-width:210px;color:rgba(255,255,255,.54);font-size:10px;line-height:1.55}.phone-preview-upload-empty em{margin-top:2px;color:rgba(255,255,255,.34);font-size:9px;font-style:normal}.phone-preview-delete-button{min-width:44px;min-height:28px;padding:0 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#fff5f5;color:#c53d3d;cursor:pointer;font-size:12px;font-weight:800}.phone-preview-delete-button:hover{border-color:#ef9b9b;background:#ffe7e7}.phone-preview-subtitle{position:absolute;color:#fff;font-size:22px;font-weight:1000;line-height:1.18;text-shadow:0 2px 0 #000,2px 0 0 #000,-2px 0 0 #000,0 -2px 0 #000,0 8px 20px rgba(0,0,0,.45);letter-spacing:0;overflow-wrap:anywhere}.phone-preview-subtitle-single{display:block;white-space:nowrap;line-height:1.1}