:root{color-scheme:dark;--bg: #07070a;--bg-elev: #0d0d11;--bg-card: #13131a;--bg-card-2: #181820;--bg-input: #0a0a0e;--bg-hover: #1b1b24;--border: #24242c;--border-strong: #2e2e38;--border-subtle: #1a1a22;--text: #f3f3f7;--text-muted: #a7a7b3;--text-dim: #6d6d79;--accent: #e040fb;--accent-hover: #e85dfc;--accent-soft: rgba(224, 64, 251, .11);--accent-glow: rgba(224, 64, 251, .4);--success: #4ade80;--danger: #f87171;--warning: #fbbf24;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .35);--shadow-md: 0 8px 24px -8px rgba(0, 0, 0, .55), 0 2px 6px rgba(0, 0, 0, .35);--shadow-lg: 0 24px 60px -20px rgba(0, 0, 0, .7), 0 8px 16px rgba(0, 0, 0, .4);--shadow-glow: 0 0 0 1px rgba(224, 64, 251, .15), 0 12px 32px -8px rgba(224, 64, 251, .35);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;color:var(--text);background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(224,64,251,.06),transparent 60%),var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01","ss03"}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}.shell{display:flex;min-height:100vh;background:var(--bg)}.sidebar{width:272px;flex-shrink:0;background:linear-gradient(180deg,rgba(224,64,251,.04),transparent 220px),var(--bg-elev);border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;padding:1.1rem .85rem .85rem;gap:.85rem;position:sticky;top:0;height:100vh;overflow:hidden}.main{flex:1;display:flex;flex-direction:column;min-width:0}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:.15rem .45rem .5rem}.brand-mark{display:flex;align-items:center;gap:.6rem}.brand-logo{width:38px;height:38px;border-radius:8px;display:block}.brand-word{font-weight:800;font-size:1.15rem;letter-spacing:-.025em;color:var(--text)}.brand-accent{color:var(--accent)}.backend-dot{width:8px;height:8px;border-radius:999px;background:var(--text-dim);box-shadow:0 0 0 3px #ffffff05}.backend-dot.ok{background:var(--success);box-shadow:0 0 8px #4ade808c}.backend-dot.bad{background:var(--danger);box-shadow:0 0 8px #f871718c}.btn-new{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--accent),#ff5dff);color:#1a0022;font-weight:700;padding:.7rem .9rem;border-radius:10px;font-size:.88rem;letter-spacing:-.005em;transition:filter .15s ease,transform .1s ease,box-shadow .2s ease;box-shadow:0 1px #ffffff2e inset,0 6px 16px -4px #e040fb8c,0 1px 2px #0006}.btn-new:hover{filter:brightness(1.06);box-shadow:0 1px #ffffff2e inset,0 8px 24px -4px #e040fba6,0 1px 2px #0006}.btn-new:active{transform:translateY(1px)}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:.4rem 0 .6rem;border-bottom:1px solid var(--border-subtle)}.nav-item{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:8px;color:var(--text-muted);font-size:.92rem;font-weight:500;letter-spacing:-.005em;transition:background .12s ease,color .12s ease;text-align:left;width:100%;position:relative}.nav-item:hover{background:var(--bg-hover);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:var(--text);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-.85rem;top:50%;transform:translateY(-50%);width:3px;height:18px;background:var(--accent);border-radius:0 3px 3px 0;box-shadow:0 0 8px var(--accent-glow)}.nav-item.active .nav-icon{color:var(--accent)}.nav-icon{display:inline-flex;opacity:.85}.nav-label{flex:1}.nav-badge{background:var(--bg-hover);color:var(--text-muted);font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:999px;font-variant-numeric:tabular-nums}.nav-item.active .nav-badge{background:var(--accent);color:#1a0022}.nav-shortcut{font-size:.72rem;color:var(--text-dim);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.sidebar-section{flex:1;display:flex;flex-direction:column;min-height:0;gap:.45rem}.section-label{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);padding:.35rem .5rem .2rem;font-weight:700}.section-count{font-size:.72rem;color:var(--text-dim);font-weight:700;font-variant-numeric:tabular-nums;text-transform:none;letter-spacing:0}.history-scroll{flex:1;min-height:0;overflow-y:auto;padding-right:2px}.history-scroll::-webkit-scrollbar{width:6px}.history-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.history-empty{color:var(--text-dim);font-size:.78rem;padding:1rem .4rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.empty-icon{color:var(--text-dim);opacity:.5}.history-bucket{margin-bottom:.6rem}.bucket-label{font-size:.68rem;color:var(--text-dim);padding:.2rem .4rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:2px}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}.history-item{display:flex;align-items:center;border-radius:8px;transition:background .12s ease;position:relative}.history-item:hover{background:var(--bg-hover)}.history-item.active{background:var(--accent-soft);box-shadow:inset 0 0 0 1px #e040fb2e}.history-button{flex:1;display:flex;align-items:center;gap:.6rem;padding:.55rem .55rem .55rem .7rem;min-width:0;text-align:left}.status-dot{width:7px;height:7px;border-radius:999px;flex-shrink:0;background:var(--text-dim)}.status-dot.status-uploaded,.status-dot.status-transcribing,.status-dot.status-analyzing,.status-dot.status-cutting{background:var(--accent);box-shadow:0 0 6px var(--accent-glow);animation:pulse 1.8s ease-in-out infinite}.status-dot.status-transcribed,.status-dot.status-analyzed{background:var(--warning)}.status-dot.status-cut{background:var(--success)}.status-dot.status-error{background:var(--danger)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.history-text{display:flex;flex-direction:column;min-width:0;gap:2px}.history-name{font-size:.88rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.005em}.history-meta{display:flex;align-items:center;gap:5px;font-size:.72rem;color:var(--text-dim)}.history-status{color:var(--text-muted)}.history-item.active .history-name{color:var(--text)}.history-remove{opacity:0;padding:.25rem .5rem;color:var(--text-dim);font-size:1rem;line-height:1;border-radius:4px;transition:opacity .15s,color .15s}.history-item:hover .history-remove{opacity:1}.history-remove:hover{color:var(--danger)}.sidebar-foot{display:flex;align-items:center;gap:.35rem;padding:.5rem .25rem .2rem;border-top:1px solid var(--border-subtle)}.foot-link{padding:.35rem .45rem;color:var(--text-dim);border-radius:5px;display:inline-flex;transition:color .15s,background .15s}.foot-link:hover{color:var(--text);background:var(--bg-hover)}.foot-spacer{flex:1}.foot-version{font-size:.7rem;color:var(--text-dim);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding-right:.35rem}.topbar{height:60px;display:flex;align-items:center;border-bottom:1px solid var(--border-subtle);background:#07070ad9;-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px);position:sticky;top:0;z-index:10;padding:0}.topbar-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,3.5vw,2.5rem);display:flex;align-items:center;gap:1rem;min-width:0}.topbar-title{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.crumb{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;color:var(--text-muted)}.crumb-app{color:var(--text);font-weight:600}.crumb-sep{color:var(--text-dim)}.crumb-leaf{color:var(--text)}.crumb-name{color:var(--text-muted);max-width:40vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-sub{font-size:.78rem;color:var(--text-dim)}.content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.25rem clamp(1.25rem,3.5vw,2.5rem) 3rem;display:flex;flex-direction:column;gap:1.25rem}.home{display:flex;flex-direction:column;gap:1.5rem}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:.25rem 0 .5rem}.hero-title{font-size:clamp(1.7rem,2.6vw,2.25rem);font-weight:700;letter-spacing:-.025em;margin:0 0 .4rem;line-height:1.15}.hero-sub{color:var(--text-muted);font-size:.95rem;max-width:580px;margin:0;line-height:1.5}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-card{background:var(--bg-elev);border:1px solid var(--border-subtle);border-radius:12px;padding:1rem 1.1rem;display:flex;align-items:flex-start;gap:.75rem;transition:border-color .15s}.stat-card:hover{border-color:var(--border)}.stat-icon{background:var(--accent-soft);color:var(--accent);padding:.45rem;border-radius:8px;display:inline-flex}.stat-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.stat-label{font-size:.72rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat-sub{font-size:.75rem;color:var(--text-dim);min-height:1em}.recent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem}.recent-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:10px;padding:.85rem .95rem;display:flex;flex-direction:column;gap:.5rem;text-align:left;transition:border-color .15s,background .15s}.recent-card:hover{border-color:var(--border-strong);background:var(--bg-card-2)}.recent-top{display:flex;align-items:center;justify-content:space-between}.recent-time{font-size:.72rem;color:var(--text-dim)}.recent-name{font-size:.87rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-meta{display:flex;gap:.6rem;font-size:.72rem;color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;text-align:center}.empty-art{width:56px;height:56px;border-radius:14px;background:var(--bg-card);border:1px solid var(--border-subtle);display:inline-flex;align-items:center;justify-content:center;color:var(--text-dim);margin-bottom:.5rem}.empty-title{font-size:1rem;font-weight:600}.empty-sub{color:var(--text-muted);font-size:.85rem}.dropzone{position:relative;border:1.5px dashed var(--border);border-radius:16px;padding:clamp(3rem,9vw,5.5rem) 2rem;text-align:center;cursor:pointer;background:radial-gradient(ellipse at 50% 0%,rgba(224,64,251,.06),transparent 65%),var(--bg-elev);transition:border-color .18s ease,background .18s ease,transform .18s ease}.dropzone:hover{border-color:var(--accent);background:radial-gradient(ellipse at 50% 0%,rgba(224,64,251,.12),transparent 65%),var(--bg-card)}.dropzone.active{border-color:var(--accent);background:var(--accent-soft);transform:scale(1.005)}.dropzone.has-file{border-style:solid;cursor:default}.dropzone.has-file:hover{border-color:var(--border);background:var(--bg-elev)}.dropzone-title{font-size:1.35rem;font-weight:700;margin-bottom:.4rem;letter-spacing:-.015em}.dropzone-sub{color:var(--text-muted);font-size:.92rem}.file-name{font-weight:600;word-break:break-all;margin-bottom:.3rem}.file-size{color:var(--text-muted);font-size:.85rem}.actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-primary,.btn-ghost,.btn-download{padding:.65rem 1.15rem;border-radius:10px;font-weight:600;font-size:.92rem;letter-spacing:-.005em;transition:filter .15s ease,transform .1s ease,background .15s ease,color .15s ease,border-color .15s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:.5rem;line-height:1}.btn-primary{background:linear-gradient(135deg,var(--accent),#ff5dff);color:#1a0022;box-shadow:0 1px #ffffff2e inset,0 6px 16px -4px #e040fb80,0 1px 2px #0006}.btn-primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 1px #ffffff2e inset,0 10px 28px -4px #e040fba6,0 1px 2px #0006}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;filter:saturate(.6)}.btn-lg{padding:.8rem 1.4rem;font-size:.98rem;border-radius:11px}.btn-ghost{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-strong)}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.btn-ghost.danger{color:var(--danger);border-color:#f871714d}.btn-ghost.danger:hover:not(:disabled){background:#f8717114;color:var(--danger)}.btn-download{background:var(--accent-soft);color:var(--accent);padding:.45rem .85rem;font-size:.8rem}.btn-download:hover{background:var(--accent);color:#1a0022}.panel{background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 40%),var(--bg-elev);border:1px solid var(--border-subtle);border-radius:18px;padding:1.65rem 1.85rem;display:flex;flex-direction:column;gap:1.3rem;box-shadow:var(--shadow-md)}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.panel-head>div:first-child{display:flex;flex-direction:column;gap:4px;min-width:0}.panel-head h2{font-size:1.15rem;font-weight:700;margin:0;letter-spacing:-.02em}.panel-sub{font-size:.82rem;color:var(--text-dim);font-variant-numeric:tabular-nums}.status-card{background:var(--bg-elev);border:1px solid var(--border-subtle);border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.status-title{font-weight:600;display:flex;align-items:center;gap:.55rem;font-size:.92rem}.elapsed{color:var(--text-dim);font-weight:500;font-size:.8rem;margin-left:.3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.spinner{display:inline-block;width:12px;height:12px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress{height:6px;background:var(--bg-input);border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:var(--accent);transition:width .15s}.meta{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;font-size:.85rem}.meta dt{color:var(--text-dim)}.meta dd{margin:0;color:var(--text);word-break:break-all}.error{background:#f8717112;color:var(--danger);border:1px solid rgba(248,113,113,.22);padding:.7rem 1rem;border-radius:10px;font-size:.85rem}.error-title{color:var(--danger)!important;margin:0}.error-detail{color:var(--danger);font-size:.85rem;margin:0;word-break:break-word}.settings-view{display:flex;flex-direction:column;gap:1rem}.settings-group{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem 1.25rem;align-items:start}.settings-group>.setting:last-child:nth-child(odd){grid-column:1 / -1}@media (max-width: 720px){.settings-group{grid-template-columns:1fr}}.radio-card{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);text-align:left;transition:all .15s}.radio-card:hover{border-color:var(--border-strong);background:var(--bg-card-2)}.radio-card.selected{border-color:var(--accent);background:var(--accent-soft)}.radio-indicator{width:18px;height:18px;border-radius:999px;border:1.5px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.radio-card.selected .radio-indicator{border-color:var(--accent);background:var(--accent);color:#1a0022}.radio-content{display:flex;flex-direction:column;gap:2px;min-width:0}.radio-title{font-weight:600;font-size:.9rem}.radio-sub{font-size:.8rem;color:var(--text-muted)}.setting{display:flex;flex-direction:column;gap:.4rem}.setting-label{font-size:.8rem;color:var(--text-muted);font-weight:500}.input-number{background:var(--bg-input);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:8px;font:inherit;font-size:.9rem;width:6rem;transition:border-color .15s}.input-number:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.segmented{display:inline-flex;background:var(--bg-input);border:1px solid var(--border);border-radius:8px;padding:3px;gap:2px;width:fit-content}.segmented-btn{padding:.4rem .9rem;border-radius:6px;font-size:.85rem;font-weight:500;color:var(--text-muted);transition:all .15s}.segmented-btn:hover{color:var(--text)}.segmented-btn.selected{background:var(--accent-soft);color:var(--accent)}.storage-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0}.storage-label{font-weight:600;font-size:.9rem}.storage-sub{font-size:.78rem;color:var(--text-dim)}.about-note{display:flex;align-items:flex-start;gap:.55rem;padding:.75rem .9rem;border-radius:8px;background:var(--bg-card);border:1px solid var(--border-subtle);font-size:.82rem;color:var(--text-muted);line-height:1.5}.about-note svg{flex-shrink:0;margin-top:2px;color:var(--warning)}.clips{display:flex;flex-direction:column;gap:.85rem}.clip-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:14px;padding:1.15rem 1.35rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .15s ease,background .15s ease,transform .15s ease}.clip-card:hover{border-color:var(--border);background:var(--bg-card-2)}.clip-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.clip-top-main{min-width:0;flex:1}.clip-header{display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap}.clip-num{color:var(--text-dim);font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.clip-title{font-weight:600;font-size:.95rem;color:var(--text)}.clip-score{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;padding:.1rem .4rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-card-2);color:var(--text-muted);letter-spacing:.02em}.clip-score.high{color:var(--success);border-color:color-mix(in srgb,var(--success) 35%,var(--border));background:color-mix(in srgb,var(--success) 8%,var(--bg-card-2))}.clip-score.mid{color:var(--warning);border-color:color-mix(in srgb,var(--warning) 35%,var(--border));background:color-mix(in srgb,var(--warning) 8%,var(--bg-card-2))}.clip-timestamps{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:var(--accent);margin-top:.3rem;font-variant-numeric:tabular-nums}.clip-duration{color:var(--text-dim);margin-left:.3rem}.clip-reason{font-size:.84rem;color:var(--text-muted);line-height:1.55}.clip-status-slot{flex-shrink:0}.clip-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-muted)}.clip-status.muted{color:var(--text-dim)}.error-text{color:var(--danger)}.clip-error-detail{font-size:.75rem;color:var(--danger);background:#f871710d;border-radius:6px;padding:.5rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;word-break:break-word}.clip-preview{width:100%;max-height:360px;border-radius:8px;background:#000;display:block}@media (max-width: 900px){.stat-grid{grid-template-columns:1fr}}@media (max-width: 720px){.sidebar{position:static;width:100%;height:auto;border-right:0;border-bottom:1px solid var(--border-subtle);padding:.7rem .8rem}.shell{flex-direction:column}.sidebar-section{max-height:35vh}.topbar,.content{padding-left:1rem;padding-right:1rem}.hero{flex-direction:column;align-items:stretch}}.setting-optional{font-weight:400;color:var(--text-dim);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;margin-left:.35rem}.input-text,.input-textarea{background:var(--bg-input);border:1px solid var(--border);color:var(--text);padding:.5rem .7rem;border-radius:8px;font:inherit;font-size:.88rem;transition:border-color .15s,box-shadow .15s;width:100%}.input-textarea{resize:vertical;min-height:72px;line-height:1.45;font-family:inherit}.input-text:focus,.input-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.btn-xs{padding:.3rem .6rem;font-size:.75rem}.select-all-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem .2rem .7rem;border-bottom:1px solid var(--border-subtle)}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label:hover{color:var(--text)}.checkbox-label input[type=checkbox]{cursor:pointer}.select-count{font-size:.78rem;color:var(--text-dim);font-variant-numeric:tabular-nums}.clip-card.unselected{opacity:.55;border-style:dashed}.clip-card .clip-top{align-items:flex-start}.clip-check{padding-top:4px;cursor:pointer}.clip-check input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--accent)}.clip-edit{display:flex;flex-direction:column;gap:.6rem;padding-top:2px}.clip-edit-title{font-weight:600}.clip-edit-times{display:flex;gap:.75rem;flex-wrap:wrap}.clip-edit-times label{display:flex;flex-direction:column;gap:.25rem;flex:0 0 auto}.clip-edit-times .setting-label{font-size:.72rem}.clip-time{width:6rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums;text-align:center}.clip-edit-actions{display:flex;gap:.4rem;margin-top:.15rem}.transcript-panel{background:var(--bg-elev);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden}.transcript-toggle{width:100%;padding:.8rem 1.1rem;display:flex;align-items:center;gap:.55rem;text-align:left;color:var(--text-muted);font-weight:500;font-size:.88rem;transition:background .15s,color .15s}.transcript-toggle:hover{background:var(--bg-hover);color:var(--text)}.chevron{display:inline-block;color:var(--text-dim);transition:transform .15s;font-size:.7rem;width:10px}.chevron.open{transform:rotate(90deg)}.transcript-count{margin-left:auto;font-size:.75rem;color:var(--text-dim);font-variant-numeric:tabular-nums}.transcript-body{max-height:420px;overflow-y:auto;padding:.25rem 1.1rem 1rem;border-top:1px solid var(--border-subtle)}.transcript-body::-webkit-scrollbar{width:8px}.transcript-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.transcript-loading{padding:1.25rem 0;color:var(--text-dim);font-size:.85rem}.utterances{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.utterance{padding:.65rem .9rem;border-radius:8px;background:var(--bg-card);border:1px solid var(--border-subtle)}.utterance-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.3rem}.utterance-speaker{font-size:.72rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.utterance-time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;color:var(--text-dim);font-variant-numeric:tabular-nums}.utterance-text{font-size:.88rem;color:var(--text);line-height:1.55}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:1.5rem}.auth-card{width:100%;max-width:400px;background:var(--bg-elev);border:1px solid var(--border-subtle);border-radius:14px;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1.2rem}.auth-brand{display:flex;align-items:center;gap:.55rem;margin-bottom:.25rem}.auth-title{font-size:1.3rem;font-weight:700;margin:0;letter-spacing:-.02em}.auth-sub{color:var(--text-muted);font-size:.88rem;margin:-.3rem 0 0}.auth-form{display:flex;flex-direction:column;gap:.85rem}.auth-sent{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.auth-sent-title{font-size:1rem;font-weight:600;color:var(--accent)}.auth-sent-sub{color:var(--text-muted);font-size:.88rem;margin:0;line-height:1.5}.auth-loading{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem}.user-row{display:flex;align-items:center;gap:.6rem;padding:.6rem .5rem;margin-top:.25rem;border-radius:8px;background:var(--bg-card);border:1px solid var(--border-subtle)}.avatar{width:28px;height:28px;border-radius:999px;background:var(--accent);color:#1a0022;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.user-meta{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.user-email{font-size:.78rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-signout{font-size:.72rem;color:var(--text-dim);padding:0;align-self:flex-start;transition:color .15s}.user-signout:hover{color:var(--danger)}.auth-links{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;justify-content:center;font-size:.82rem;color:var(--text-muted);margin-top:.2rem}.auth-links .sep{color:var(--text-dim)}.linkish{color:var(--accent);font-weight:500;padding:0;font-size:inherit;background:transparent;transition:color .15s}.linkish:hover{color:var(--accent-hover);text-decoration:underline}.notice{background:var(--accent-soft);color:var(--accent);border:1px solid rgba(224,64,251,.25);padding:.6rem .85rem;border-radius:8px;font-size:.82rem;line-height:1.45}.auth-shell{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);padding:2rem 1rem;overflow:hidden}.auth-ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(60% 45% at 50% -10%,rgba(224,64,251,.22),transparent 65%),radial-gradient(40% 35% at 50% 110%,rgba(224,64,251,.08),transparent 60%)}.auth-card{position:relative;width:100%;max-width:420px;background:linear-gradient(180deg,#121217,#0e0e13);border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 30px 60px -20px #0009,0 0 0 1px #ffffff05 inset}.auth-brand{display:flex;align-items:center;justify-content:center;gap:.55rem}.auth-brand .brand-dot{width:12px;height:12px;border-radius:4px}.auth-brand .brand-word{font-size:.95rem;letter-spacing:-.01em}.auth-tabs{display:inline-flex;align-self:center;background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:10px;padding:3px;gap:2px;width:100%;max-width:240px}.auth-tab{flex:1;padding:.5rem .8rem;border-radius:7px;font-size:.82rem;font-weight:600;color:var(--text-muted);transition:all .15s}.auth-tab:hover{color:var(--text)}.auth-tab.active{background:var(--bg-card);color:var(--text);box-shadow:0 1px #ffffff0a inset}.auth-heading{text-align:center;display:flex;flex-direction:column;gap:.3rem;margin-top:-.25rem}.auth-title{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.auth-sub{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:.9rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field-label{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em}.auth-field-link{font-size:.75rem;color:var(--text-dim);padding:0;transition:color .15s}.auth-field-link:hover{color:var(--accent)}.auth-input{background:var(--bg-input);border:1px solid var(--border);color:var(--text);padding:.7rem .85rem;border-radius:10px;font:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.auth-input::placeholder{color:var(--text-dim)}.auth-input:hover:not(:focus):not(:disabled){border-color:var(--border-strong)}.auth-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);background:var(--bg-hover)}.auth-input:disabled{opacity:.6;cursor:not-allowed}.auth-msg{padding:.65rem .85rem;border-radius:9px;font-size:.82rem;line-height:1.45}.auth-msg-error{background:#f8717114;color:var(--danger);border:1px solid rgba(248,113,113,.25)}.auth-msg-notice{background:var(--accent-soft);color:var(--accent);border:1px solid rgba(224,64,251,.25)}.auth-submit{width:100%;padding:.8rem 1rem;background:var(--accent);color:#1a0022;font-weight:600;font-size:.92rem;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;transition:background .15s,transform .05s,box-shadow .15s;box-shadow:0 4px 16px -4px #e040fb80}.auth-submit:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 6px 20px -4px #e040fb8c}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.auth-submit .spinner{border-color:#1a002240;border-top-color:#1a0022}.auth-foot{text-align:center;font-size:.82rem;color:var(--text-muted)}.auth-foot .linkish{color:var(--text-muted)}.auth-foot .linkish:hover{color:var(--text)}.auth-tos{position:relative;margin:1.5rem 0 0;font-size:.72rem;color:var(--text-dim);text-align:center;max-width:360px}@media (max-width: 480px){.auth-card{padding:1.75rem 1.25rem 1.5rem}}.cut-options{display:flex;flex-direction:column;gap:.85rem;padding:.95rem 1rem;margin:1rem 0;border:1px solid var(--border);border-radius:10px;background:var(--bg-card-2)}.setting-toggle{display:flex;flex-direction:row;align-items:flex-start;gap:.6rem;cursor:pointer}.setting-toggle input[type=checkbox]{margin-top:.2rem;accent-color:var(--accent)}.setting-toggle .setting-label{display:block}.setting-toggle .setting-sub{display:block;font-size:.78rem;color:var(--text-dim);margin-top:.15rem;font-weight:400;letter-spacing:0;text-transform:none}.landing{--lp-bg: #ffffff;--lp-bg-soft: #f6f7fb;--lp-bg-card: #f8f9fd;--lp-border: #e7e9f1;--lp-border-strong: #d4d8e4;--lp-text: #0a0b12;--lp-text-muted: #5a5f72;--lp-text-dim: #8d91a3;--lp-blue: #e040fb;--lp-blue-hover: #e85dfc;--lp-blue-soft: #fbe4ff;--lp-blue-bg: rgba(224, 64, 251, .08);--lp-shadow-card: 0 1px 2px rgba(10, 11, 18, .04), 0 4px 14px rgba(10, 11, 18, .05);--lp-shadow-btn: 0 6px 18px rgba(224, 64, 251, .35);background:var(--lp-bg);color:var(--lp-text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;scroll-behavior:smooth;overflow-x:clip}.landing section[id]{scroll-margin-top:90px}.lp-animate{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}.lp-animate.in-view{opacity:1;transform:translateY(0)}.lp-stagger{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1);transition-delay:var(--lp-delay, 0ms)}.in-view .lp-stagger{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.lp-animate,.lp-stagger{opacity:1;transform:none;transition:none}.landing{scroll-behavior:auto}}.landing a{color:inherit;text-decoration:none}.landing button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}.lp-nav{position:sticky;top:0;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--lp-border)}.lp-nav-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.9rem 1.5rem;gap:1rem}.lp-logo{font-weight:900;font-size:1.35rem;letter-spacing:-.02em;color:var(--lp-text);display:inline-flex;align-items:center;gap:.55rem}.lp-logo-mark{display:block;border-radius:7px}.lp-logo-accent{color:var(--lp-blue)}.lp-nav-links{display:flex;gap:1.75rem;justify-content:center;font-size:.95rem;font-weight:500;color:var(--lp-text-muted)}.lp-nav-links a:hover{color:var(--lp-text)}.lp-nav .lp-btn-primary{justify-self:end}.lp-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.1rem;border-radius:999px;font-size:.92rem;font-weight:600;letter-spacing:-.005em;transition:transform .1s ease,box-shadow .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.lp-btn-sm{padding:.5rem .95rem;font-size:.88rem}.lp-btn-lg{padding:.9rem 1.5rem;font-size:1.02rem}.lp-btn-primary{background:var(--lp-blue);color:#fff;box-shadow:var(--lp-shadow-btn)}.lp-btn-primary:hover{background:var(--lp-blue-hover);transform:translateY(-1px)}.lp-btn-primary:active{transform:translateY(0)}.lp-btn-ghost{background:transparent;color:var(--lp-text);border:1px solid var(--lp-border-strong)}.lp-btn-ghost:hover{background:var(--lp-bg-soft)}.lp-main{max-width:1200px;margin:0 auto;padding:0 1.5rem}.lp-hero{position:relative;padding:5rem 0 4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;isolation:isolate}.lp-hero-blob{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(90px);opacity:.55;pointer-events:none;z-index:-1;animation:lp-blob 18s ease-in-out infinite alternate}.lp-blob-a{top:-12%;left:-8%;background:radial-gradient(circle,rgba(224,64,251,.45),transparent 70%)}.lp-blob-b{top:10%;right:-10%;width:440px;height:440px;background:radial-gradient(circle,rgba(255,150,220,.45),transparent 70%);animation-duration:22s;animation-delay:-5s}@keyframes lp-blob{0%{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.08)}to{transform:translate(-20px,20px) scale(.95)}}.lp-avatars-cluster{display:inline-flex;align-items:center;margin-left:.5rem}.lp-avatars-cluster .lp-avatar{width:28px;height:28px;border:2px solid #fff;margin-left:-8px;font-size:.78rem;position:relative;box-shadow:0 2px 6px #0a0b121f}.lp-avatars-cluster .lp-avatar:first-child{margin-left:0}.lp-avatars-more{margin-left:.5rem;font-size:.78rem;font-weight:700;color:var(--lp-text-muted);font-variant-numeric:tabular-nums}.lp-hero-meta{display:inline-flex;align-items:center;gap:.55rem;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--lp-text-muted)}.lp-stars{display:inline-flex;gap:.1rem}.lp-hero-title{font-size:clamp(2.25rem,5vw,4.1rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;max-width:16ch;margin:0}.lp-highlight{display:inline-block;padding:0 .4rem;background:var(--lp-blue);color:#fff;border-radius:8px;transform:rotate(-.8deg);position:relative;box-shadow:0 8px 26px #e040fb52}.lp-highlight:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:14px;box-shadow:0 0 #e040fb73;animation:lp-highlight-pulse 2.6s ease-out infinite;pointer-events:none}@keyframes lp-highlight-pulse{0%{box-shadow:0 0 #e040fb66}70%{box-shadow:0 0 0 18px #e040fb00}to{box-shadow:0 0 #e040fb00}}.lp-btn-pulse{position:relative;overflow:visible}.lp-btn-pulse:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:999px;box-shadow:0 0 #e040fb8c;animation:lp-btn-pulse 2.4s ease-out infinite;pointer-events:none}@keyframes lp-btn-pulse{0%{box-shadow:0 0 #e040fb80}70%{box-shadow:0 0 0 14px #e040fb00}to{box-shadow:0 0 #e040fb00}}.lp-hero-sub{font-size:1.08rem;color:var(--lp-text-muted);max-width:52ch;margin:.25rem 0 .5rem}.lp-hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.lp-section{padding:4rem 0}.lp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.lp-section-title{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin:0}.lp-title-dim{color:var(--lp-text-dim)}.lp-section-sub{color:var(--lp-text-muted);margin-top:.5rem;font-size:1rem}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-step{background:var(--lp-bg-card);border:1px solid var(--lp-border);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;min-height:280px}.lp-step-mock{flex:1;background:#fff;border:1px solid var(--lp-border);border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:center}.lp-step-text{display:flex;gap:.75rem;align-items:flex-start}.lp-step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--lp-blue);color:#fff;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.lp-step-title{font-weight:700;font-size:1.02rem}.lp-step-sub{font-size:.9rem;color:var(--lp-text-muted);margin-top:.2rem}.lp-mock{width:100%;display:flex;flex-direction:column;gap:.6rem}.lp-mock-upload{gap:.7rem}.lp-mock-dropzone{border:2px dashed var(--lp-border-strong);border-radius:10px;padding:1rem;text-align:center;background:var(--lp-bg-soft)}.lp-mock-cloud{font-size:1.5rem;color:var(--lp-blue)}.lp-mock-dz-title{font-weight:600;font-size:.85rem;margin-top:.2rem}.lp-mock-dz-sub{font-size:.75rem;color:var(--lp-text-muted)}.lp-mock-url{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;background:#fff;border:1px solid var(--lp-border);border-radius:8px}.lp-mock-url-icon{color:var(--lp-text-dim)}.lp-mock-url-text{flex:1;font-size:.8rem;color:var(--lp-text-muted);font-family:ui-monospace,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-mock-url-go{width:22px;height:22px;border-radius:6px;background:var(--lp-blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem}.lp-mock-scores{gap:.5rem}.lp-mock-clip{display:flex;align-items:center;gap:.55rem;padding:.5rem .65rem;background:#fff;border:1px solid var(--lp-border);border-radius:8px;font-size:.82rem}.lp-mock-clip-dot{width:6px;height:6px;border-radius:50%;background:var(--lp-blue);flex-shrink:0}.lp-mock-clip-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-mock-clip-score{font-size:.72rem;font-weight:700;padding:.1rem .4rem;border-radius:999px;background:var(--lp-bg-soft);color:var(--lp-text-muted);font-variant-numeric:tabular-nums}.lp-mock-clip-score.high{background:#dcfce7;color:#166534}.lp-mock-clip-score.mid{background:#fef3c7;color:#92400e}.lp-mock-downloads{gap:.5rem}.lp-mock-dl{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem .4rem .4rem;background:#fff;border:1px solid var(--lp-border);border-radius:8px}.lp-mock-dl-thumb{width:38px;height:38px;border-radius:6px;flex-shrink:0}.lp-mock-dl-meta{flex:1;min-width:0}.lp-mock-dl-title{font-weight:600;font-size:.82rem;font-family:ui-monospace,Menlo,monospace}.lp-mock-dl-sub{font-size:.72rem;color:var(--lp-text-muted);margin-top:.1rem}.lp-mock-dl-btn{width:28px;height:28px;border-radius:6px;background:var(--lp-blue-soft);color:var(--lp-blue);display:inline-flex;align-items:center;justify-content:center;font-weight:700}.lp-editor-frame{background:var(--lp-bg-card);border:1px solid var(--lp-border);border-radius:18px;padding:.75rem;box-shadow:var(--lp-shadow-card)}.lp-editor-chrome{display:flex;align-items:center;gap:.4rem;padding:.35rem .5rem .75rem}.lp-dot{width:10px;height:10px;border-radius:50%}.lp-dot.red{background:#ff5f57}.lp-dot.yellow{background:#febc2e}.lp-dot.green{background:#28c840}.lp-editor-addr{margin-left:.6rem;font-size:.8rem;color:var(--lp-text-dim);font-family:ui-monospace,Menlo,monospace}.lp-editor-body{display:grid;grid-template-columns:260px 1fr;background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--lp-border);min-height:380px}.lp-editor-side{background:var(--lp-bg-soft);border-right:1px solid var(--lp-border);padding:1rem;display:flex;flex-direction:column;gap:.4rem}.lp-editor-side-title{font-size:.75rem;font-weight:700;color:var(--lp-text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.lp-editor-row{background:#fff;border:1px solid var(--lp-border);border-radius:8px;padding:.55rem .65rem}.lp-editor-row.active{border-color:var(--lp-blue);box-shadow:0 0 0 3px var(--lp-blue-bg)}.lp-editor-row-title{font-size:.82rem;font-weight:600}.lp-editor-row-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.3rem;gap:.4rem}.lp-editor-row-ts{font-family:ui-monospace,Menlo,monospace;font-size:.72rem;color:var(--lp-text-muted)}.lp-editor-score{font-size:.7rem;font-weight:700;padding:.08rem .35rem;border-radius:999px;background:var(--lp-bg-soft);color:var(--lp-text-muted);font-variant-numeric:tabular-nums}.lp-editor-score.high{background:#dcfce7;color:#166534}.lp-editor-score.mid{background:#fef3c7;color:#92400e}.lp-editor-main{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.lp-editor-preview{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:250px}.lp-editor-video{width:188px;height:334px;border-radius:14px;background:radial-gradient(ellipse at 50% 30%,rgba(255,255,255,.2),transparent 60%),linear-gradient(135deg,#2a1236,#e040fb 60%,#ff8ffc);box-shadow:0 12px 40px #e040fb59}.lp-editor-caption{position:absolute;bottom:18%;left:50%;transform:translate(-50%);padding:.35rem .75rem;background:#000000d1;color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.01em;border-radius:6px;-webkit-text-stroke:.5px #fff}.lp-editor-controls{display:flex;flex-direction:column;gap:.5rem}.lp-editor-timeline{position:relative;height:8px;background:var(--lp-bg-soft);border-radius:4px;overflow:hidden}.lp-editor-timeline-range{position:absolute;left:10%;width:30%;top:0;bottom:0;background:var(--lp-blue);border-radius:4px}.lp-editor-ctls-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lp-editor-time{font-family:ui-monospace,Menlo,monospace;font-size:.82rem;color:var(--lp-text-muted);font-variant-numeric:tabular-nums}.lp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-feature{background:var(--lp-bg-card);border:1px solid var(--lp-border);border-radius:14px;padding:1.4rem;transition:transform .15s ease,border-color .15s ease}.lp-feature:hover{transform:translateY(-2px);border-color:var(--lp-border-strong)}.lp-feature-icon{width:44px;height:44px;border-radius:12px;background:var(--lp-blue-soft);color:var(--lp-blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.9rem;transition:transform .3s cubic-bezier(.2,.7,.2,1),background .2s ease}.lp-feature:hover .lp-feature-icon{transform:scale(1.08) rotate(-4deg);background:var(--lp-blue);color:#fff}.lp-feature-title{font-weight:700;font-size:1.05rem;margin-bottom:.35rem}.lp-feature-body{color:var(--lp-text-muted);font-size:.92rem;line-height:1.55}.lp-centered{text-align:center}.lp-eyebrow{color:var(--lp-blue);font-size:.95rem;font-weight:600;text-align:center;margin-bottom:.4rem}.lp-testimonials-head{margin-bottom:2.5rem}.lp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-testimonial{background:#fff;border:1px solid var(--lp-border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.7rem;box-shadow:var(--lp-shadow-card);transition:transform .15s ease}.lp-testimonial:hover{transform:translateY(-2px)}.lp-testimonial-head{display:flex;align-items:center;gap:.6rem}.lp-avatar{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.lp-testimonial-name{font-weight:700;font-size:.95rem}.lp-testimonial-body{color:var(--lp-text-muted);font-size:.92rem;line-height:1.55;margin:0}.lp-testimonials-cta{display:flex;justify-content:center;margin-top:2.25rem}.lp-founder{display:grid;grid-template-columns:260px 1fr;gap:2rem;background:var(--lp-bg-card);border:1px solid var(--lp-border);border-radius:18px;padding:2rem;margin-top:1.5rem;align-items:center}.lp-founder-photo{width:100%;aspect-ratio:1 / 1.1;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#fbe4ff,#e8a5f3);display:flex;align-items:flex-end;justify-content:center;position:relative}.lp-founder-photo-fill{width:80%;height:92%;background:linear-gradient(180deg,#fff0 40%,#ffffff59),radial-gradient(ellipse at 50% 40%,#2b3656,#0a0b12 90%);border-radius:14px 14px 0 0;margin:0 auto}.lp-founder-body{display:flex;flex-direction:column;gap:.5rem}.lp-founder-quote{font-size:1.15rem;font-style:italic;color:var(--lp-text);line-height:1.55;margin:0 0 1rem}.lp-founder-name{font-size:1.25rem;font-weight:800;letter-spacing:-.015em}.lp-founder-title{font-size:.95rem;color:var(--lp-text-muted)}.lp-founder-socials{display:flex;gap:.5rem;margin-top:.5rem}.lp-founder-social{width:34px;height:34px;border-radius:50%;background:var(--lp-blue-soft);color:var(--lp-blue);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;transition:background .15s ease,color .15s ease}.lp-founder-social:hover{background:var(--lp-blue);color:#fff}.lp-faq-head{margin-bottom:2.25rem}.lp-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;align-items:start}.lp-faq-item{background:#fff;border:1px solid var(--lp-border);border-radius:12px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.lp-faq-item.open{border-color:var(--lp-border-strong);box-shadow:var(--lp-shadow-card)}.lp-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;text-align:left;font-size:.95rem;font-weight:600;color:var(--lp-text)}.lp-faq-toggle{width:26px;height:26px;border-radius:50%;background:var(--lp-bg-soft);border:1px solid var(--lp-border);color:var(--lp-text-muted);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.lp-faq-item.open .lp-faq-toggle{background:var(--lp-blue);border-color:var(--lp-blue);color:#fff}.lp-faq-a{padding:0 1.1rem 1rem;color:var(--lp-text-muted);font-size:.92rem;line-height:1.6}.lp-contact-wrap{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 2rem}.lp-contact{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:var(--lp-bg-card);border:1px solid var(--lp-border);border-radius:14px;padding:1.1rem 1.4rem}.lp-contact-title{font-weight:700;font-size:1.05rem}.lp-contact-sub{color:var(--lp-text-muted);font-size:.9rem;margin-top:.15rem}.lp-footer{background:var(--lp-blue);padding:2.5rem 1.5rem;margin-top:2rem}.lp-footer-inner{max-width:1200px;margin:0 auto}.lp-footer-card{background:#fff;border-radius:18px;padding:2rem 2.5rem 1.75rem;box-shadow:0 10px 30px #0a0b1214}.lp-footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:1.75rem;border-bottom:1px solid var(--lp-border)}.lp-footer-col{display:flex;flex-direction:column;gap:.55rem}.lp-footer-col-title{font-weight:700;font-size:.95rem;margin-bottom:.15rem;color:var(--lp-text)}.lp-footer-link{color:var(--lp-text-muted);font-size:.9rem;transition:color .15s ease}.lp-footer-link:hover{color:var(--lp-blue)}.lp-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;flex-wrap:wrap;gap:1rem}.lp-footer-logo{font-weight:900;font-size:1.15rem;letter-spacing:-.02em;color:var(--lp-text);display:inline-flex;align-items:center;gap:.55rem}.lp-footer-socials{display:flex;gap:.5rem}.lp-footer-social{width:36px;height:36px;border-radius:50%;background:var(--lp-blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;transition:background .15s ease}.lp-footer-social:hover{background:var(--lp-blue-hover)}.lp-shimmer{position:relative;overflow:hidden}.lp-shimmer:after{content:"";position:absolute;top:0;bottom:0;left:-120%;width:60%;background:linear-gradient(90deg,transparent,rgba(224,64,251,.22),transparent);animation:lp-shimmer 3.2s ease-in-out infinite;pointer-events:none}@keyframes lp-shimmer{0%{left:-120%}60%{left:130%}to{left:130%}}.lp-mock-clip-top{position:relative}.lp-mock-clip-top .lp-mock-clip-dot{box-shadow:0 0 #e040fb99;animation:lp-dot-pulse 1.8s ease-out infinite}@keyframes lp-dot-pulse{0%{box-shadow:0 0 #e040fb8c}70%{box-shadow:0 0 0 8px #e040fb00}to{box-shadow:0 0 #e040fb00}}.lp-editor-row{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.lp-editor-timeline-range{transition:left .7s cubic-bezier(.5,0,.1,1),width .7s cubic-bezier(.5,0,.1,1)}.lp-editor-video{position:relative;overflow:hidden}.lp-editor-video-pulse{position:absolute;bottom:14px;right:14px;width:10px;height:10px;border-radius:50%;background:#ff4d6d;box-shadow:0 0 #ff4d6d99;animation:lp-rec 1.6s ease-out infinite}@keyframes lp-rec{0%{box-shadow:0 0 #ff4d6d99;opacity:1}70%{box-shadow:0 0 0 10px #ff4d6d00;opacity:.6}to{box-shadow:0 0 #ff4d6d00;opacity:1}}.lp-editor-caption{animation:lp-caption-in .45s ease-out}@keyframes lp-caption-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.lp-feature{transition:transform .25s cubic-bezier(.2,.7,.2,1),border-color .2s ease,box-shadow .2s ease}.lp-feature:hover{transform:translateY(-4px);border-color:var(--lp-border-strong);box-shadow:var(--lp-shadow-card)}.lp-testimonial{transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease}.lp-testimonial:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0a0b121a}.lp-btn-primary{position:relative}.lp-btn-primary:hover{box-shadow:0 10px 28px #e040fb8c}.lp-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch;margin-top:1.5rem}.lp-tier{background:#fff;border:1px solid var(--lp-border);border-radius:16px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:transform .25s cubic-bezier(.2,.7,.2,1),border-color .2s ease,box-shadow .2s ease}.lp-tier:hover{transform:translateY(-4px);box-shadow:var(--lp-shadow-card)}.lp-tier-highlight{border-color:var(--lp-blue);box-shadow:0 0 0 2px var(--lp-blue-bg),0 10px 30px #e040fb2e;background:linear-gradient(180deg,#fff,var(--lp-blue-soft))}.lp-tier-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--lp-blue);color:#fff;font-size:.72rem;font-weight:700;padding:.3rem .75rem;border-radius:999px;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 6px 16px #e040fb59}.lp-tier-name{font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.lp-tier-price{display:flex;align-items:baseline;gap:.4rem}.lp-tier-price-big{font-size:2.4rem;font-weight:800;letter-spacing:-.03em}.lp-tier-price-sub{color:var(--lp-text-muted);font-size:.9rem}.lp-tier-perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem;flex:1}.lp-tier-perks li{display:flex;align-items:center;gap:.55rem;font-size:.93rem;color:var(--lp-text-muted)}.lp-tier-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--lp-blue-soft);color:var(--lp-blue);font-size:.78rem;flex-shrink:0}.lp-tier .lp-btn{justify-content:center;width:100%}@media (max-width: 960px){.lp-steps{grid-template-columns:1fr}.lp-feature-grid{grid-template-columns:repeat(2,1fr)}.lp-editor-body{grid-template-columns:1fr}.lp-editor-side{border-right:0;border-bottom:1px solid var(--lp-border)}.lp-testimonials{grid-template-columns:repeat(2,1fr)}.lp-founder{grid-template-columns:1fr;text-align:center}.lp-founder-photo{max-width:260px;margin:0 auto}.lp-founder-socials{justify-content:center}.lp-footer-cols{grid-template-columns:repeat(2,1fr)}.lp-pricing{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}.lp-hero-blob{width:360px;height:360px}}@media (max-width: 640px){.lp-nav-inner{grid-template-columns:1fr auto}.lp-nav-links{display:none}.lp-feature-grid,.lp-testimonials,.lp-faq-grid{grid-template-columns:1fr}.lp-hero{padding:3rem 0 2rem}.lp-section{padding:2.5rem 0}.lp-footer-card{padding:1.5rem}.lp-avatars-cluster{display:none}}.or-divider{display:flex;align-items:center;gap:.8rem;color:var(--text-dim);font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin:.25rem 0}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background:var(--border)}.url-row{display:flex;gap:.6rem;align-items:stretch}.url-input{flex:1;min-width:0}.trim{display:flex;flex-direction:column;gap:1rem}.trim-banner{background:color-mix(in srgb,var(--warning) 10%,var(--bg-card-2));border:1px solid color-mix(in srgb,var(--warning) 35%,var(--border));border-radius:10px;padding:.75rem .9rem}.trim-banner-title{font-weight:600;font-size:.92rem;color:var(--text)}.trim-banner-sub{font-size:.82rem;color:var(--text-muted);margin-top:.2rem}.trim-timeline{position:relative;height:34px;margin:.2rem 0 .1rem}.trim-track{position:absolute;left:0;right:0;top:50%;height:8px;margin-top:-4px;background:var(--bg-input);border:1px solid var(--border);border-radius:4px}.trim-window{position:absolute;top:50%;height:10px;margin-top:-5px;background:var(--accent-soft);border:1px solid var(--accent);border-radius:4px;box-shadow:0 0 12px var(--accent-glow);pointer-events:none}.trim-marker{position:absolute;top:50%;width:4px;height:22px;margin-top:-11px;margin-left:-2px;background:var(--accent);border-radius:2px;box-shadow:0 0 8px var(--accent-glow);pointer-events:none}.trim-ticks{display:flex;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;color:var(--text-dim);font-variant-numeric:tabular-nums;margin-top:-.2rem}.trim-tick:first-child{text-align:left}.trim-tick:last-child{text-align:right}.trim-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}.trim-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.trim-field-label{font-size:.75rem;color:var(--text-dim);font-weight:600;letter-spacing:.03em;text-transform:uppercase}.trim-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.trim-summary-field{justify-content:flex-end}.trim-summary{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums;font-weight:600;font-size:.95rem;color:var(--success);padding:.5rem .7rem;background:var(--bg-input);border:1px solid var(--border);border-radius:8px}.trim-summary.bad{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 45%,var(--border))}.trim-presets{display:flex;gap:.5rem;flex-wrap:wrap}.trim-error{font-size:.82rem;color:var(--danger);padding:.45rem .7rem;background:color-mix(in srgb,var(--danger) 10%,var(--bg-card-2));border:1px solid color-mix(in srgb,var(--danger) 35%,var(--border));border-radius:8px}@media (max-width: 640px){.trim-fields{grid-template-columns:1fr 1fr}.trim-summary-field{grid-column:1 / -1}}
