/* Transcriptik 3.3.68: fluid charcoal-and-sage interface. */
.ttt *{ box-sizing: border-box; }.ttt{ --bg:#f8f8fd; --card:#ffffff; --text:#202133; --muted:#68656d; --line:#e1e2ec; --accent:#323dd6; --accent-contrast:#fff; --shadow:0 8px 24px rgba(50,61,214,.07); --hover-ring:0 0 0 3px rgba(50,61,214,.12); --ring:0 0 0 3px rgba(50,61,214,.16); --radius:6px; }.ttt .ttt-wrap{display:flex;justify-content:center}.ttt .ttt-card{ width:100%; margin:16px auto; background:var(--card);
  border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; }.ttt .ttt-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:0 16px;border:1px solid var(--line);
  border-radius:var(--radius);cursor:pointer;
  background:var(--bg);color:var(--text);
  transition:border-color .15s, box-shadow .15s, filter .15s, transform .02s, width .15s ease;
  text-decoration:none; font-weight:600; line-height:1; height:46px;
  vertical-align:middle; white-space:nowrap;
}.ttt .ttt-btn svg.icon{display:block;flex:0 0 auto}.ttt .ttt-btn:hover{border-color:var(--accent); box-shadow:var(--hover-ring); filter:brightness(0.98)}.ttt .ttt-btn:active{transform:translateY(1px)}.ttt .ttt-btn--primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.ttt .ttt-btn.is-disabled{
  opacity:.55; cursor:not-allowed; filter:grayscale(0.2) brightness(0.85);
  border-color:var(--line) !important; box-shadow:none !important;
}.ttt .ttt-btn .ttt-label{ display:inline-block; pointer-events:none; }.ttt .ttt-tabs{ display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:16px;border-bottom:1px solid var(--line); flex-wrap:wrap; }.ttt .ttt-tabs-left{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ttt .ttt-tabs-right{display:flex;align-items:center;gap:12px}@media (max-width:640px){.ttt .ttt-tabs-left{flex:1}.ttt .ttt-tabs-right{width:100%;justify-content:flex-start} }.ttt .ttt-tab{
  appearance:none; border:1px solid var(--line); background:var(--bg);
  color:var(--text); height:46px; padding:0 14px; border-radius:var(--radius);
  font-weight:700; letter-spacing:.1px; cursor:pointer; display:inline-flex; align-items:center; gap:6px;
  transition:border-color .15s, box-shadow .15s, background-color .15s, color .15s, transform .02s;
}.ttt .ttt-tab:hover{ border-color:var(--accent); box-shadow:var(--hover-ring); }.ttt .ttt-tab[aria-selected="true"]{ background:var(--accent); color:var(--accent-contrast); border-color:var(--accent); }.ttt .ttt-tab.is-disabled{ opacity:.55; cursor:not-allowed; }.ttt .ttt-tab svg.icon{ display:inline-block }.ttt .ttt-quota-compact{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; color:var(--muted); line-height:1;
  padding:6px 8px; border:1px solid var(--line);
  border-radius:999px; background:#f2f3fa;
  white-space:nowrap;
}.ttt .ttt-qpill{
  background:#edeefb;
  color:#323dd6;
  border:1px solid #c9cbe2;
  padding:4px 8px;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.2px;
}.ttt .ttt-qremain strong{ color:#202133; font-weight:800; }.ttt .ttt-qsep{ opacity:.6; }.ttt .ttt-qsilent{ display:none !important; }@media (max-width:480px){.ttt .ttt-quota-compact{ font-size:11px; padding:6px 8px; gap:6px; }.ttt .ttt-qpill{ padding:3px 7px; }
}.ttt .ttt-pane{padding:16px}.ttt .ttt-row{display:flex;gap:10px;flex-wrap:wrap}.ttt .ttt-input{flex:1;}.ttt .ttt-field{width:100%;padding:14px;border:1px solid var(--line)!important;border-radius:var(--radius)!important;
  background:var(--bg)!important;color:var(--text)!important;outline:none;transition:border-color .15s, box-shadow .15s; caret-color:var(--text);}.ttt .ttt-field:hover{ border-color:var(--accent); box-shadow:var(--hover-ring) }.ttt .ttt-field:focus{ box-shadow:var(--ring); border-color:#323dd6; background:var(--bg); color:var(--text) }.ttt .ttt-field[readonly]{ background:var(--bg) }.ttt .ttt-field--error{ border-color:#ef4444 !important; box-shadow:0 0 0 3px rgba(239,68,68,.20) !important; }.ttt textarea#ttt-bulk-urls{ min-height: 160px; margin-bottom: 12px; }.ttt .ttt-result{display:none;margin-top:8px;}.ttt .ttt-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0;gap:10px;flex-wrap:wrap}.ttt .ttt-subactions{display:flex;align-items:center;gap:10px}.ttt .ttt-counter{color:var(--muted);font-size:12px}.ttt .ttt-textarea--single{min-height:420px;line-height:1.55;white-space:pre-wrap;resize:vertical;border-radius:var(--radius)}.ttt .ttt-textwrap-single{ position:relative; }@keyframes ttt-sheen{0%{background-position:-200% 0}100%{background-position:200% 0} }.ttt .ttt-loading{
  background:linear-gradient(90deg, rgba(255,255,255,0.03) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.03) 75%);
  background-size:200% 100%;
  animation: ttt-sheen 1.2s linear infinite;
  opacity:.85;
}.ttt .ttt-overlay{
  position:absolute; inset:0; display:none; align-items:center; justify-content:center;
  background:rgba(240,244,232,.8); backdrop-filter:saturate(120%) blur(2px);
  border-radius:var(--radius); z-index:4;
}.ttt .ttt-overlay .ttt-spinner{display:inline-block !important; width:22px;height:22px;border-radius:50%;border:3px solid rgba(50,61,214,.4);border-top-color:#323dd6;animation:ttt-spin 1s linear infinite}.ttt .ttt-status{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;min-height:26px;padding:8px 0; position:relative;}.ttt .ttt-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(50,61,214,.4);border-top-color:#323dd6;animation:ttt-spin 1s linear infinite;display:none}@keyframes ttt-spin{to{transform:rotate(360deg)}}.ttt .ttt-progress{height:3px;background:linear-gradient(90deg,#323dd6,#323dd6,#a0a4d5);background-size:200% 100%;animation:ttt-stripe 2s linear infinite;display:none;border-radius:999px}@keyframes ttt-stripe{0%{background-position:0% 0}100%{background-position:200% 0}}.ttt .ttt-alert{display:none;padding:12px 14px;border-radius:var(--radius);margin-bottom:12px}.ttt .ttt-alert--ok{background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.35);color:#121653}.ttt .ttt-alert--err{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#7f1d1d}.ttt .ttt-alert .ttt-close{float:right;cursor:pointer;opacity:.7}.ttt .ttt-vinfo{display:none;border:1px solid var(--line);border-radius:var(--radius);padding:12px;background:var(--card);box-shadow:var(--shadow);margin-top:8px}.ttt .ttt-vrow{display:flex;gap:12px;align-items:flex-start}.ttt .ttt-thumb{width:120px;height:160px;border-radius:var(--radius);object-fit:cover;border:1px solid var(--line)}.ttt .ttt-vmeta{flex:1}.ttt .ttt-vtitle{margin:0 0 6px 0;color:var(--text); text-align:left;}.ttt .ttt-vsub{color:var(--muted);font-size:12px;margin-bottom:6px; text-align:left;}.ttt .ttt-vstats{display:flex;gap:12px;color:var(--muted);font-size:12px;flex-wrap:wrap}.ttt .ttt-paywall{ display:none; position:absolute; inset:0; z-index:5; align-items:center; justify-content:center; pointer-events:auto; }.ttt .ttt-paywall-inner{ width:calc(100% - 24px); text-align:center;
  background:rgba(255,255,255,.97); border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); }.ttt .ttt-paywall-title{ color:#202133; font-size:16px; margin-bottom:10px; }.ttt .ttt-paywall-note{ color:#68656d; font-size:13px; margin-top:10px; }.ttt .ttt-textwrap-single.is-blurred > .ttt-field{ filter: blur(3px); }.ttt .ttt-bulk-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ttt .ttt-bulk-row{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:start;
  border:1px solid var(--line);border-radius:var(--radius);padding:10px;background:var(--card);
}.ttt .ttt-bulk-url{grid-column:1;color:var(--text);word-break:break-all;text-align:left;}.ttt .ttt-bulk-status{grid-column:2;font-size:12px;color:var(--muted);text-align:right;white-space:nowrap;align-self:start;padding-top:2px;}.ttt .ttt-bulk-actions{grid-column:1/-1;display:flex;gap:8px;justify-self:start;align-items:center;position:relative;flex-wrap:wrap;margin-top:2px;margin-bottom:2px}.ttt .ttt-bulk-actions[hidden]{display:none!important}.ttt .ttt-bulk-vinfo{grid-column:1/-1; display:none; border:1px solid var(--line);border-radius:var(--radius);padding:8px;margin-top:6px}.ttt .ttt-bulk-vrow{display:flex;gap:10px;align-items:flex-start}.ttt .ttt-bulk-thumb{width:96px;height:128px;border-radius:var(--radius);object-fit:cover;border:1px solid var(--line)}.ttt .ttt-bulk-vmeta{flex:1}.ttt .ttt-bulk-vtitle{margin:0 0 4px 0;color:var(--text);font-size:14px;line-height:1.3; text-align:left; }.ttt .ttt-bulk-vsub{color:var(--muted);font-size:12px;margin-bottom:4px; text-align:left; }.ttt .ttt-bulk-vstats{display:flex;gap:10px;color:var(--muted);font-size:12px;flex-wrap:wrap}.ttt .ttt-bulk-error{color:#b91c1c;font-size:12px}.ttt .ttt-bulk-text{grid-column:1/-1; display:none;margin-top:8px; position:relative;}.ttt .ttt-textarea--bulk{width:100%;min-height:160px;line-height:1.55;white-space:pre-wrap;resize:vertical;border-radius:var(--radius)}.ttt #ttt-history-card{ padding: 0px }.ttt #ttt-history-card h3{color: #202133; margin-bottom:10px; text-align: left;}.ttt .ttt-hsub{ margin: 0 0 20px; color: #68656d; font-size: 14px; text-align: left; }.ttt .ttt-history{ display: grid; gap: 6px; }.ttt .ttt-hrow{
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px;
  padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg);
}.ttt .ttt-hline{ display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px;
}.ttt .ttt-hlink{
  color: #202133; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
  font-size: 13px; line-height: 1.2; text-align: left;
}.ttt .ttt-hlink:hover{ text-decoration: underline; }.ttt .ttt-hwhen{ color: #68656d; font-size: 11px; white-space: nowrap; }.ttt .ttt-hactions{ display: inline-flex; gap: 4px; }.ttt .ttt-hactions .ttt-btn{ padding: 6px; height: 28px; border-radius: 8px; line-height: 0; }.ttt .ttt-hactions .ttt-btn .ttt-label{
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}.ttt .ttt-ic{ width: 16px; height: 16px; display: inline-block; vertical-align: middle; }.ttt .ttt-htext{ grid-column: 1 / -1; margin-top: 6px; }.ttt .ttt-htextarea{ height: 110px; font-size: 13px; }.ttt #ttt-alert-history{ margin-bottom: 6px; padding: 6px 8px; font-size: 12px }.ttt .ttt-source-tabs{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.ttt .ttt-source-tabs label{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:var(--bg);color:var(--text);font-size:13px;cursor:pointer}.ttt .ttt-source-tabs input{accent-color:var(--accent)}.ttt .ttt-platform-badge{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:2px 7px;margin-right:6px;font-size:11px;color:var(--muted);vertical-align:middle;background:var(--bg)}.ttt .ttt-segments{margin-top:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);overflow:hidden}.ttt .ttt-segment{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line)}.ttt .ttt-segment:last-child{border-bottom:0}.ttt .ttt-segment-time{color:var(--muted);font-size:12px;font-weight:700;line-height:1.5}.ttt .ttt-segment-text{color:var(--text);font-size:14px;line-height:1.55;text-align:left}@media (max-width:520px){.ttt .ttt-segment{grid-template-columns:1fr;gap:4px}.ttt .ttt-subactions{flex-wrap:wrap}.ttt .ttt-source-tabs label{flex:1;justify-content:center}}.ttt .ttt-tabs-left{gap:10px;flex-wrap:wrap}.ttt .ttt-tab#ttt-tab-upload[aria-selected="true"]{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.ttt .ttt-upload-panel{display:flex;flex-direction:column;gap:12px;width:100%}.ttt .ttt-file-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;padding:0!important;margin:-1px!important}.ttt .ttt-upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:150px;padding:24px;border:1.5px dashed var(--line);border-radius:var(--radius);background:rgba(240,244,232,.8);color:var(--text);cursor:pointer;text-align:center;transition:border-color .15s, box-shadow .15s, background-color .15s, opacity .15s}.ttt .ttt-upload-box:hover{border-color:var(--accent);box-shadow:var(--hover-ring);background:#f0f1fd}.ttt .ttt-upload-box.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.ttt .ttt-upload-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eaebfa;border:1px solid #c9cbe2;color:#323dd6;font-size:24px;font-weight:800;line-height:1}.ttt .ttt-upload-title{font-weight:800;font-size:16px;color:var(--text);word-break:break-word}.ttt .ttt-upload-sub{font-size:12px;color:var(--muted)}.ttt .ttt-upload-progress-wrap{height:8px;border-radius:999px;overflow:hidden;background:rgba(50,61,214,.18);border:1px solid var(--line)}.ttt .ttt-upload-progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#323dd6,#323dd6);transition:width .18s ease}.ttt .ttt-download-wrap{position:relative;display:inline-flex}.ttt .ttt-caret{font-size:12px;opacity:.8;margin-left:4px}.ttt .ttt-download-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--card);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);padding:6px;z-index:20}.ttt .ttt-download-dropdown button{display:block;width:100%;border:0;background:transparent;color:var(--text);padding:9px 10px;border-radius:8px;text-align:left;cursor:pointer;font-weight:700}.ttt .ttt-download-dropdown button:hover{background:#edeefb}.ttt .ttt-textwrap-single{display:none!important}.ttt .ttt-result .ttt-segments{margin-top:0}.ttt .ttt-subactions{position:relative;flex-wrap:wrap}.ttt .ttt-url-modes{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0 0 14px 0}.ttt .ttt-mode-tab{appearance:none;border:1px solid var(--line);background:var(--bg);color:var(--text);height:38px;padding:0 13px;border-radius:var(--radius);font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:border-color .15s,box-shadow .15s,background-color .15s,color .15s}.ttt .ttt-mode-tab:hover{border-color:var(--accent);box-shadow:var(--hover-ring)}.ttt .ttt-mode-tab[aria-selected="true"]{background:#eaebfa;border-color:#8084b8;color:#323dd6}.ttt .ttt-mode-tab.is-disabled{opacity:.55;cursor:not-allowed;box-shadow:none!important}.ttt .ttt-upload-action-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.ttt .ttt-upload-action-row .ttt-btn{justify-content:center}.ttt .ttt-upload-progress-wrap,.ttt .ttt-upload-progress-bar{display:none!important}@media (max-width:520px){.ttt .ttt-upload-action-row .ttt-btn{width:100%}.ttt .ttt-url-modes .ttt-mode-tab{flex:1;justify-content:center}}.ttt .ttt-upload-box.is-dragover{border-color:#323dd6;background:#edeefb}.ttt .ttt-upload-queue{display:flex;flex-direction:column;gap:8px;margin-top:12px;width:100%}.ttt .ttt-upload-qrow{
  display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;
  border:1px solid var(--line);border-radius:var(--radius);padding:10px;background:var(--card);
}@media (max-width:720px){.ttt .ttt-upload-qrow{grid-template-columns:1fr;gap:6px}}.ttt .ttt-upload-qname{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.ttt .ttt-upload-qstatus{color:var(--muted);font-size:12px;text-align:right}@media (max-width:720px){.ttt .ttt-upload-qstatus{text-align:left}}.ttt .ttt-upload-qtop,.ttt .ttt-upload-qbar{display:none!important}.ttt .ttt-upload-qrow .ttt-bulk-row .ttt-upload-qstatus{text-align:right;}.ttt .ttt-bulk-segments{margin-top:0}.ttt .ttt-bulk-download-wrap{position:relative}.ttt .ttt-bulk-download-dropdown{right:0;left:auto}.ttt .ttt-bulk-text .ttt-segments{margin-top:0}@media (max-width:720px){.ttt .ttt-bulk-download-dropdown{left:0;right:auto}}.ttt .ttt-hide-timestamps .ttt-segment-time{display:none!important}.ttt .ttt-toggle-timestamps,.ttt .ttt-bulk-toggle-timestamps{white-space:nowrap}.ttt [hidden]{display:none!important}.ttt .ttt-timestamp-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700;line-height:1;cursor:pointer;user-select:none;white-space:nowrap}.ttt .ttt-timestamp-toggle input{position:absolute;opacity:0;pointer-events:none}.ttt .ttt-timestamp-toggle .ttt-switch{width:34px;height:18px;border-radius:999px;background:rgba(50,61,214,.24);border:1px solid var(--line);position:relative;transition:background-color .15s,border-color .15s}.ttt .ttt-timestamp-toggle .ttt-switch:before{content:'';position:absolute;width:12px;height:12px;left:2px;top:2px;border-radius:999px;background:var(--muted);transition:transform .15s,background-color .15s}.ttt .ttt-timestamp-toggle input:checked + .ttt-switch{background:#d5d7f6;border-color:#8084b8}.ttt .ttt-timestamp-toggle input:checked + .ttt-switch:before{transform:translateX(16px);background:#323dd6}.ttt .ttt-timestamp-toggle:has(input:disabled){opacity:.55;cursor:not-allowed}.ttt .ttt-hide-timestamps .ttt-segment{grid-template-columns:1fr}.ttt .ttt-hide-timestamps .ttt-segment-text{grid-column:1/-1}.ttt .ttt-bulk-row .ttt-bulk-status{grid-column:2;text-align:right;justify-self:end}.ttt .ttt-bulk-row .ttt-bulk-actions{grid-column:1/-1;justify-self:start}@media (max-width:720px){.ttt .ttt-bulk-row{grid-template-columns:1fr}.ttt .ttt-bulk-row .ttt-bulk-url,.ttt .ttt-bulk-row .ttt-bulk-status,.ttt .ttt-bulk-row .ttt-bulk-actions{grid-column:1}.ttt .ttt-bulk-row .ttt-bulk-status{text-align:left;justify-self:start;white-space:normal}
}.ttt{width:100%;background:transparent;color:var(--text);font-family:"General Sans",sans-serif;font-size:14px;line-height:1.65;text-align:left;min-inline-size:0}.ttt :where(div,span,label,input,textarea,button,a){min-inline-size:0}.ttt .ttt-wrap{display:block;width:100%}.ttt .ttt-card{width:100%;margin:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}.ttt .ttt-tabs{padding:0 0 20px;margin:0 0 24px;gap:18px;border-bottom:1px solid var(--line);align-items:center}.ttt .ttt-tabs-left{gap:4px;background:#f2f3fa;border:1px solid #dedfe8;border-radius:7px;padding:4px}.ttt .ttt-tabs-right{flex-wrap:wrap}.ttt .ttt-tab{font-family:inherit;font-size:13px;font-weight:550;letter-spacing:0;height:42px;padding:0 22px;border:0;border-radius:4px;background:transparent;color:var(--muted);box-shadow:none;line-height:1.4;text-transform:none}.ttt .ttt-tab:hover{background:#dedfec;box-shadow:none;color:var(--text)}.ttt .ttt-tab[aria-selected="true"],.ttt .ttt-tab#ttt-tab-upload[aria-selected="true"]{background:#fff;color:var(--text);border:0;box-shadow:0 2px 5px #2820340a}.ttt .ttt-quota-compact{background:transparent;padding:0;border:0;border-radius:0;gap:9px;font-size:11px;line-height:1.6;white-space:normal;flex-wrap:wrap}.ttt .ttt-qpill{font-size:10px;font-weight:550;background:#eaebfa;color:#323dd6;border:0;border-radius:4px;padding:4px 9px;letter-spacing:0}.ttt .ttt-qremain strong{font-weight:650;color:var(--text)}.ttt .ttt-qsep{color:#9799b3}.ttt .ttt-pane{padding:0}.ttt .ttt-url-modes{margin-bottom:18px;gap:18px}.ttt .ttt-mode-tab{height:34px;padding:0 0 7px;font-family:inherit;font-size:12px;font-weight:550;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted);line-height:1.5;letter-spacing:0;text-transform:none}.ttt .ttt-mode-tab:hover{background:transparent;color:var(--text);box-shadow:none;border-bottom-color:#bdbfd6}.ttt .ttt-mode-tab[aria-selected="true"]{background:transparent;border-color:#323dd6;color:#323dd6}.ttt .ttt-row{gap:12px;align-items:flex-start}.ttt #ttt-url-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.ttt .ttt-input{flex:1 1 0}.ttt .ttt-field{display:block;font-family:inherit;font-size:14px;line-height:1.65;padding:15px 17px;border:1px solid #e1e2ec!important;border-radius:6px!important;background:#fff!important;color:var(--text)!important;box-shadow:none;letter-spacing:0;margin:0;resize:vertical}.ttt .ttt-field::placeholder{color:#838492;opacity:1}.ttt .ttt-field:hover{border-color:#9a9cb9!important;box-shadow:none}.ttt .ttt-field:focus{border-color:#323dd6!important;box-shadow:var(--ring)}.ttt .ttt-field--error{border-color:#c6473b!important}.ttt .ttt-btn{justify-content:center;height:auto;min-height:46px;padding:12px 18px;font-family:inherit;font-size:12px;font-weight:550;line-height:1.5;letter-spacing:0;border-radius:5px;background:#fff;border-color:#cdcedd;color:#292a3c;white-space:normal;text-transform:none;box-shadow:none}.ttt .ttt-btn:hover{background:#edeefb;border-color:#aaacc9;box-shadow:none;filter:none}.ttt .ttt-btn--primary{background:#323dd6;border-color:#323dd6;color:#fff}.ttt .ttt-btn--primary:hover{background:#393b58;border-color:#393b58;color:#fff}.ttt #ttt-go{align-self:stretch;padding-inline:25px}.ttt .ttt-btn:disabled,.ttt .ttt-btn.is-disabled{opacity:.45;cursor:not-allowed;filter:none;transform:none;box-shadow:none}.ttt .ttt-btn:disabled:hover{border-color:var(--line)}.ttt .ttt-status{padding:12px 0;font-size:12px;color:#68697e;overflow-wrap:anywhere}.ttt .ttt-progress{height:3px;background:linear-gradient(90deg,#c8cae9,#323dd6,#323dd6)}.ttt .ttt-upload-box{padding:38px 22px;gap:10px;min-height:200px;background:#f7f7fd;border:1px dashed #aeb0cc;border-radius:6px;box-shadow:none}.ttt .ttt-upload-box:hover,.ttt .ttt-upload-box.is-dragover{background:#e3e4f4;border-color:#323dd6;box-shadow:none}.ttt .ttt-upload-icon{width:44px;height:44px;font-size:24px;font-weight:400;background:#d8d9ed;border:0;border-radius:9px;color:#323dd6}.ttt .ttt-upload-title{font-size:16px;font-weight:550;letter-spacing:-.025em;color:#292a3c;overflow-wrap:anywhere}.ttt .ttt-upload-sub{font-size:11px;color:#6f7085;overflow-wrap:anywhere}.ttt .ttt-upload-action-row{margin-top:4px}.ttt .ttt-upload-action-row .ttt-btn{padding-inline:25px}.ttt .ttt-source-tabs label{font-size:12px;background:#f7f7fd;border-radius:5px}.ttt .ttt-upload-queue,.ttt .ttt-bulk-list{gap:12px;margin-top:18px}.ttt .ttt-bulk-row,.ttt .ttt-upload-qrow{padding:18px;border:1px solid #d8d9e5;background:#f8f8fc;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;gap:12px 18px}.ttt .ttt-bulk-url{font-size:13px;overflow-wrap:anywhere}.ttt .ttt-bulk-status,.ttt .ttt-upload-qstatus{font-size:11px}.ttt .ttt-bulk-actions{gap:8px;margin-top:8px}.ttt .ttt-bulk-actions .ttt-btn{font-size:11px;min-height:38px;padding:8px 13px}.ttt .ttt-vinfo{background:#f2f3fa;border:0;border-radius:6px;padding:20px;margin-top:16px;box-shadow:none}.ttt .ttt-vrow,.ttt .ttt-bulk-vrow{gap:18px}.ttt .ttt-thumb{width:88px;height:108px;flex:0 0 auto;border:0;border-radius:4px}.ttt .ttt-bulk-thumb{width:65px;height:84px;flex:0 0 auto;border:0;border-radius:4px}.ttt .ttt-vtitle{font-size:16px;font-weight:550;line-height:1.5;letter-spacing:-.025em;overflow-wrap:anywhere}.ttt .ttt-vsub,.ttt .ttt-vstats{font-size:11px}.ttt .ttt-bulk-vinfo{background:#f2f3fa;border:0;padding:14px}.ttt .ttt-bulk-vtitle{font-weight:550;overflow-wrap:anywhere}.ttt .ttt-platform-badge{background:#dcdded;border:0;color:#55587b;border-radius:3px;font-size:10px;padding:3px 6px}.ttt .ttt-result{margin-top:22px}.ttt .ttt-toolbar{gap:16px;margin:22px 0 16px}.ttt .ttt-subactions{gap:10px;flex-wrap:wrap}.ttt .ttt-counter{font-size:11px;color:#7a7b8d}.ttt .ttt-segments{background:#fff;border:1px solid var(--line);border-radius:6px}.ttt .ttt-segment{grid-template-columns:66px minmax(0,1fr);gap:18px;padding:18px 20px;border-bottom:1px solid #e7e8f0}.ttt .ttt-segment-time{color:#6d7093;font-size:11px;font-weight:500;font-variant-numeric:tabular-nums;line-height:1.9}.ttt .ttt-segment-text{font-size:14px;line-height:1.85;color:#323341;overflow-wrap:anywhere}.ttt .ttt-timestamp-toggle{font-size:11px;font-weight:500;line-height:1.5;white-space:normal}.ttt .ttt-timestamp-toggle .ttt-switch{flex-shrink:0;background:#d4d5e1;border:1px solid #c3c4d5}.ttt .ttt-timestamp-toggle .ttt-switch:before{background:#fff}.ttt .ttt-timestamp-toggle input:checked + .ttt-switch{background:#515587;border-color:#515587}.ttt .ttt-timestamp-toggle input:checked + .ttt-switch:before{background:#fff}.ttt .ttt-timestamp-toggle input:focus-visible + .ttt-switch{outline:3px solid #8b8ebb;outline-offset:3px}.ttt .ttt-download-dropdown{width:100%;border-radius:6px;padding:5px;background:#fff;box-shadow:0 8px 22px #28203414;border-color:#e1e2ec}.ttt .ttt-download-dropdown button{font-family:inherit;font-size:12px;font-weight:500;line-height:1.5;border-radius:3px;padding:9px 10px;text-transform:none;letter-spacing:0}.ttt .ttt-download-dropdown button:hover{background:#edeefb}.ttt .ttt-paywall-inner{width:calc(100% - 24px);background:rgba(255,255,255,.97);padding:24px;border-color:#e1e2ec;box-shadow:var(--shadow)}.ttt .ttt-paywall-title{color:#323dd6;font-weight:550}.ttt .ttt-paywall-note{color:#68697e}.ttt .ttt-alert{font-size:12px;padding:13px 16px;border-radius:5px;line-height:1.7}.ttt .ttt-alert--ok{background:#e6e7f5;color:#2b2e5b;border-color:#c6c8e5}.ttt .ttt-alert--err{background:#fff2ef;color:#953c32;border-color:#f0d1ca}.ttt .ttt-overlay{background:rgba(245,248,240,.8)}.ttt .ttt-loading{background:linear-gradient(90deg,#efeff6 25%,#d9daeb 50%,#efeff6 75%);background-size:200% 100%}.ttt #ttt-history-card{margin-top:42px;padding-top:28px;border-top:1px solid var(--line)}.ttt #ttt-history-card h3{font-family:inherit;color:#202133;font-size:26px;font-weight:550;letter-spacing:-.045em;line-height:1.2;margin:0 0 8px}.ttt .ttt-hsub{font-size:12px;color:#707184;margin:0 0 22px}.ttt #ttt-history-empty{color:#7a7b8d;font-size:13px;padding:24px 0;border-top:1px solid #e7e8f0}.ttt .ttt-history{gap:0}.ttt .ttt-hrow{padding:16px 0;gap:14px;grid-template-columns:minmax(0,1fr) auto;border:0;border-bottom:1px solid #dfe0ea;border-radius:0;background:transparent}.ttt .ttt-hline{grid-template-columns:minmax(0,1fr) auto;gap:16px}.ttt .ttt-hlink{font-size:13px;line-height:1.6;color:#323346}.ttt .ttt-hwhen{font-size:10px;color:#7c7d92}.ttt .ttt-hactions{gap:6px;flex-wrap:wrap}.ttt .ttt-hactions .ttt-btn{height:36px;min-height:36px;padding:9px;border-radius:4px;background:#f1f1f8;line-height:1}.ttt .ttt-htext{margin-top:12px}.ttt .ttt-htextarea{padding:16px;font-size:13px;line-height:1.8}.ttt .ttt-btn:focus-visible,.ttt .ttt-tab:focus-visible,.ttt .ttt-mode-tab:focus-visible,.ttt .ttt-download-dropdown button:focus-visible,.ttt .ttt-hlink:focus-visible{outline:3px solid #8b8ebb;outline-offset:3px}.ttt .ttt-file-input:focus-visible + .ttt-upload-box{outline:3px solid #8b8ebb;outline-offset:3px}@media(max-width:720px){.ttt .ttt-tabs{align-items:flex-start;gap:16px}.ttt .ttt-tabs-right{width:100%}.ttt .ttt-bulk-row,.ttt .ttt-upload-qrow{grid-template-columns:minmax(0,1fr);padding:15px}.ttt .ttt-bulk-row .ttt-bulk-status{grid-column:1;text-align:left;justify-self:start}.ttt .ttt-upload-qstatus{text-align:left}.ttt .ttt-hline{grid-template-columns:minmax(0,1fr);gap:4px}.ttt .ttt-hrow{align-items:start}.ttt .ttt-bulk-download-dropdown{left:0;right:auto}}@media(max-width:520px){.ttt #ttt-url-row{grid-template-columns:minmax(0,1fr)}.ttt #ttt-go{width:100%;min-height:48px}.ttt .ttt-tabs-left{width:100%}.ttt .ttt-tab{flex:1;padding:0 12px}.ttt .ttt-mode-tab{flex:0 1 auto!important}.ttt .ttt-upload-box{padding:28px 16px}.ttt .ttt-toolbar{align-items:flex-start;gap:12px}.ttt .ttt-counter{width:100%}.ttt .ttt-segment{grid-template-columns:minmax(0,1fr);gap:4px;padding:15px}.ttt .ttt-vrow,.ttt .ttt-bulk-vrow{gap:12px}.ttt .ttt-thumb{width:62px;height:80px}.ttt .ttt-vtitle{font-size:14px}.ttt .ttt-hrow{grid-template-columns:minmax(0,1fr);gap:10px}.ttt .ttt-hactions{justify-self:start}.ttt .ttt-subactions{gap:8px}.ttt .ttt-timestamp-toggle{flex-wrap:wrap}.ttt #ttt-history-card{margin-top:30px}.ttt .ttt-quota-compact{font-size:10px}}@media(prefers-reduced-motion:reduce){.ttt .ttt-btn,.ttt .ttt-tab,.ttt .ttt-mode-tab,.ttt .ttt-field,.ttt .ttt-upload-box,.ttt .ttt-switch,.ttt .ttt-switch:before{transition:none}.ttt .ttt-loading,.ttt .ttt-progress{animation:none}.ttt .ttt-spinner{animation-duration:2s}}

/* v3.3.69 — purposeful form hierarchy and document-style history rows. */
.ttt .ttt-editor-heading{margin:0 0 28px}
.ttt .ttt-editor-kicker{display:block;color:#8083ae;font-size:10px;font-weight:650;letter-spacing:.13em;line-height:1.5;margin-bottom:9px}
.ttt .ttt-editor-heading h2{font-family:inherit;font-size:clamp(24px,2.8vw,34px);font-weight:550;line-height:1.2;letter-spacing:-.045em;color:#202134;margin:0 0 10px;text-transform:none}
.ttt .ttt-editor-heading p{font-size:14px;line-height:1.6;color:#717282;margin:0}
.ttt .ttt-tabs{padding:0;margin:0 0 22px;border:0;gap:18px}
.ttt .ttt-tabs-left{padding:0;background:none;border:0;gap:10px}
.ttt .ttt-tab{height:48px;padding:0 20px;border-radius:8px;border:1px solid #e1e2ec;background:#fff;color:#717284;gap:10px;font-size:13px;font-weight:550;box-shadow:none}
.ttt .ttt-tab[aria-selected="true"],.ttt .ttt-tab#ttt-tab-upload[aria-selected="true"]{background:#ecedfb;border:1px solid #a3a7d8;color:#323dd6;box-shadow:inset 0 0 0 1px #b9a3d822}
.ttt .ttt-tab:hover{border-color:#a3a7d8;background:#edeef6}
.ttt .ttt-quota-compact{font-size:12px}
.ttt .ttt-url-modes{gap:16px;margin:0 0 12px}
.ttt .ttt-mode-tab{font-size:12px;height:32px;padding:0 0 6px;border-bottom-width:1px;font-weight:500}
.ttt #ttt-url-row{padding:7px;border:1px solid #d5d6e9;border-radius:11px;background:#fff;gap:8px;box-shadow:0 3px 8px #7244b404;align-items:center}
.ttt #ttt-url-row:focus-within{border-color:#767aac;box-shadow:0 0 0 3px #d6c8e95c}
.ttt #ttt-url{background:transparent!important;border:0!important;box-shadow:none!important;padding:14px 16px;font-size:14px;border-radius:6px!important;line-height:1.6}
.ttt #ttt-url.ttt-field--error{box-shadow:inset 0 0 0 1px #c6473b!important}
.ttt #ttt-go{min-height:48px;padding:12px 22px;border-radius:7px;gap:16px;font-size:13px;font-weight:550;white-space:normal}
.ttt #ttt-go:disabled{background:#dfe0f3;border-color:#dfe0f3;color:#83859f;opacity:1}
.ttt .ttt-status{min-height:0;padding:8px 0;font-size:12px}
.ttt .ttt-upload-box{min-height:215px;border-radius:12px;background:#f9f9fe;border-color:#bcbed7;padding:35px;gap:12px}
.ttt .ttt-upload-icon{width:50px;height:50px;border-radius:13px;border:1px solid #d0d1e6;background:#eff0fa;font-size:26px}
.ttt .ttt-upload-title{font-size:18px;letter-spacing:-.025em}
.ttt .ttt-upload-sub{font-size:12px}
.ttt .ttt-upload-action-row{justify-content:flex-end}
.ttt #ttt-history-card{border:0;margin-top:48px;padding-top:0}
.ttt .ttt-history-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}
.ttt #ttt-history-card h3{font-size:28px;margin:0 0 9px;font-weight:550;letter-spacing:-.04em}
.ttt .ttt-hsub{font-size:13px;margin:0;color:#727384;line-height:1.6}
.ttt .ttt-history{display:grid;gap:10px}
.ttt .ttt-hrow{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;background:#fff;border:1px solid #e4e5ef;border-radius:10px;transition:border-color .15s,box-shadow .15s}
.ttt .ttt-hrow:hover{border-color:#aaaccd;box-shadow:0 3px 12px #7244b405}
.ttt .ttt-hrow.is-open{border-color:#a3a7d8;background:#fbfbfe}
.ttt .ttt-hfile-icon{width:44px;height:48px;display:grid;place-items:center;border:1px solid #e1e2f3;border-radius:9px;background:#f1f2fd;color:#8084b9}
.ttt .ttt-hline{display:flex;flex-direction:column;align-items:stretch;gap:7px}
.ttt .ttt-hlink{font-size:14px;font-weight:550;line-height:1.5;color:#28293a;text-decoration:none;letter-spacing:-.012em;text-align:start}
.ttt .ttt-hlink:hover{color:#323dd6;text-decoration:none}
.ttt .ttt-hmeta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#828396;font-size:11px;line-height:1.5}
.ttt .ttt-hsource{font-weight:500;color:#666885}
.ttt .ttt-hwhen{font-size:11px;line-height:1.5;white-space:normal;color:#878899}
.ttt .ttt-hmeta-dot{color:#b2b3c5}
.ttt .ttt-hactions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ttt .ttt-hactions .ttt-btn{width:38px;height:38px;min-width:38px;min-height:38px;padding:0;border-radius:6px;line-height:1;background:#fff;border-color:#e1e2ec;display:inline-flex;align-items:center;justify-content:center}
.ttt .ttt-hactions .ttt-hview{background:#ecedfb;color:#3a3d69;border-color:#d9dbf5}
.ttt .ttt-hactions .ttt-btn .ttt-ic{width:14px;height:14px}
.ttt .ttt-hactions .ttt-btn:hover{background:#d9daee;border-color:#aaaccd}
.ttt .ttt-htext{grid-column:1/-1;padding-top:16px;margin-top:0;border-top:1px solid #dfe0ee}
.ttt .ttt-htextarea{height:200px;background:#f9f9fe!important;padding:20px;font-size:14px;line-height:1.85;border-color:#d6d7e8!important;border-radius:7px!important}
.ttt #ttt-history-empty{border:1px dashed #cccde0;background:#f9f9fe;border-radius:10px;padding:35px 24px;text-align:center}
.ttt #ttt-history-empty strong{display:block;font-size:15px;color:#484a66;font-weight:550;margin-bottom:8px}
.ttt #ttt-history-empty span{display:block;font-size:12px;color:#7f8094}
@media(max-width:720px){.ttt .ttt-hrow{grid-template-columns:38px minmax(0,1fr);padding:16px;gap:12px}.ttt .ttt-hfile-icon{width:38px;height:44px}.ttt .ttt-hactions{grid-column:2;justify-self:start}.ttt .ttt-hlink{white-space:normal;overflow-wrap:anywhere}.ttt .ttt-htext{grid-column:1/-1}.ttt .ttt-tabs-right{width:100%}}
@media(max-width:520px){.ttt #ttt-url-row{grid-template-columns:minmax(0,1fr);padding:7px;gap:5px}.ttt #ttt-url{padding:14px 10px;font-size:13px}.ttt #ttt-go{width:100%;min-height:46px}.ttt .ttt-tabs-left{width:100%;gap:8px}.ttt .ttt-tab{flex:1;padding:0 11px;font-size:12px;gap:8px}.ttt .ttt-editor-heading{margin-bottom:22px}.ttt .ttt-hrow{padding:15px 12px;gap:10px}.ttt .ttt-hlink{font-size:13px}.ttt .ttt-hmeta,.ttt .ttt-hwhen{font-size:10px}.ttt .ttt-htextarea{padding:14px}.ttt #ttt-history-card{margin-top:36px}.ttt .ttt-upload-box{padding:28px 16px}.ttt .ttt-upload-action-row .ttt-btn{width:100%}}
@media(prefers-reduced-motion:reduce){.ttt .ttt-hrow{transition:none}}

.ttt .ttt-composer-card{padding:26px;border:1px solid #dedfed;background:#fff;border-radius:16px;box-shadow:0 12px 36px -18px #4c287d26;overflow:visible}
@media(max-width:700px){.ttt .ttt-composer-card{padding:18px;border-radius:12px}}

.ttt .ttt-history-more{margin-top:20px;margin-bottom:8px}

.ttt .ttt-bulk-workspace{width:100%;min-width:0;margin-top:16px;grid-column:1 / -1}

/* Fixed icon boxes prevent flex compression; compensate for the link's wider silhouette. */
.ttt .ttt-tabs-left .ttt-tab>svg{display:block;width:20px;height:20px;min-width:20px;max-width:none;flex:0 0 20px;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ttt .ttt-tabs-left #ttt-tab-single>svg{width:18px;height:18px;min-width:18px;flex-basis:18px}
