:root{--bg:#0e0f13;--panel:#17191f;--line:#262a33;--text:#e8eaf0;--muted:#8b93a5;--accent:#ffd400}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font:14px/1.5 system-ui,-apple-system,sans-serif}.app{max-width:1180px;margin:0 auto;padding:32px 24px 64px}header h1{letter-spacing:-.02em;margin:0;font-size:22px}header .sub{color:var(--muted);margin:4px 0 28px;font-size:13px}main{grid-template-columns:340px 1fr;align-items:start;gap:24px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:20px}.step{align-items:center;gap:8px;margin:20px 0 8px;font-size:13px;font-weight:600;display:flex}.step:first-child{margin-top:0}.num{background:var(--line);width:20px;height:20px;color:var(--muted);border-radius:50%;place-items:center;font-size:11px;display:grid}input[type=file],select{width:100%;color:var(--text);border:1px solid var(--line);font:inherit;background:#0f1116;border-radius:8px;padding:9px 10px}button{border:1px solid var(--line);color:var(--text);font:inherit;cursor:pointer;background:#202430;border-radius:8px;padding:10px 14px}button:disabled{opacity:.45;cursor:default}.primary{background:var(--accent);color:#14161c;border-color:#0000;width:100%;margin-top:12px;font-weight:600}.hint{color:var(--muted);margin:6px 0 0;font-size:12px}.error{color:#ff8a80;margin-top:14px;font-size:12px}.bar{background:var(--line);border-radius:2px;height:4px;margin-top:10px;overflow:hidden}.bar div{background:var(--accent);height:100%;transition:width .12s linear}.stage{flex-direction:column;align-items:center;gap:14px;display:flex}.preview{--sq:16px;background-color:#1b1e26;background-image:linear-gradient(45deg,#14161c 25%,#0000 25% 75%,#14161c 75%),linear-gradient(45deg,#14161c 25%,#0000 25% 75%,#14161c 75%);background-size:calc(var(--sq) * 2) calc(var(--sq) * 2);background-position:0 0, var(--sq) var(--sq);border:1px solid var(--line);border-radius:12px;overflow:hidden}.transport{align-items:center;gap:12px;width:100%;max-width:520px;display:flex}.transport audio{flex:1;height:36px}.words{flex-wrap:wrap;gap:6px;margin-top:28px;display:flex}.chip{background:var(--panel);border:1px solid var(--line);color:var(--muted);border-radius:6px;padding:4px 9px;font-size:12px}.chip.hit{color:var(--text);border-color:#3c4457}.chip em{margin-left:5px;font-style:normal}@media (width<=860px){main{grid-template-columns:1fr}}.slider{align-items:center;gap:10px;display:flex}.slider input{accent-color:var(--accent);flex:1}.slider span{min-width:78px;color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.section{border-top:1px solid var(--line)}.section>summary{cursor:pointer;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:12px 20px;font-size:12px;font-weight:600;list-style:none}.section>summary::-webkit-details-marker{display:none}.section>summary:before{content:"▸ "}.section[open]>summary:before{content:"▾ "}.section>summary:hover{color:var(--text)}.section-body{padding:4px 20px 18px}.field{margin-bottom:14px;display:block}.field:last-child{margin-bottom:0}.field-label{color:var(--muted);justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:12px;display:flex}.field-label em{color:var(--text);font-variant-numeric:tabular-nums;font-size:11px;font-style:normal}.field input[type=range]{width:100%;accent-color:var(--accent)}.field input[type=color]{border:1px solid var(--line);background:#0f1116;border-radius:6px;width:100%;height:30px;padding:2px}.field.toggle{justify-content:space-between;align-items:center;display:flex}.field.toggle .field-label{margin:0}.field.toggle input{accent-color:var(--accent);width:16px;height:16px}.segmented{gap:4px;display:flex}.segmented button{background:#0f1116;border-radius:6px;flex:1;padding:7px 4px;font-size:11px}.segmented button.on{background:var(--accent);color:#14161c;border-color:#0000;font-weight:600}.presets{grid-template-columns:1fr 1fr;gap:6px;display:grid}.presets button{padding:8px 6px;font-size:11px}.panel{padding:0}.panel>.section-body:first-child{padding-top:20px}.stage{position:sticky;top:24px}.preview canvas{display:block}.words{max-height:180px;overflow-y:auto}main{align-items:start}header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.projects{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.project-name{width:190px;color:var(--text);border:1px solid var(--line);font:inherit;background:#0f1116;border-radius:8px;padding:7px 10px}.projects select{width:auto;min-width:130px;padding:7px 10px}button.ghost{border-color:var(--line);color:var(--muted);background:0 0}button.ghost:hover{color:var(--text)}button.danger{color:#ff8a80;background:#241a1a;border-color:#4a2a2a}.words-hint{align-self:flex-start;margin:4px 0 0}.words{width:100%}.chip{cursor:pointer;font:inherit;font-size:12px;line-height:1.4}.chip:hover{color:var(--text);border-color:#4a5468}.chip.edited{border-color:#6b5cff}.chip.selected{background:var(--accent);color:#14161c;border-color:#0000;font-weight:600}.chip.selected em{filter:none}.word-editor{background:var(--panel);border:1px solid var(--line);border-radius:12px;width:100%;padding:16px}.we-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.we-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.we-text,.we-search{color:var(--text);border:1px solid var(--line);font:inherit;background:#0f1116;border-radius:8px;flex:1;padding:9px 10px}.we-text{font-size:15px;font-weight:600}.we-search{width:100%;margin:10px 0 8px}.we-emoji-now{align-items:center}.we-current{text-align:center;min-width:40px;font-size:30px;line-height:1}.we-emoji-now .hint{flex:1;margin:0}.we-actions{gap:6px;display:flex}.we-actions button,.we-footer button,.we-row>button{padding:7px 10px;font-size:12px}.we-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:4px;max-height:168px;padding:2px;display:grid;overflow-y:auto}.we-grid button{aspect-ratio:1;background:#0f1116;place-items:center;padding:0;font-size:21px;display:grid}.we-grid button.on{background:var(--accent);border-color:#0000}.we-timing{gap:20px}.we-timing label{display:block}.we-timing .hint{margin:0 0 4px}.nudge{align-items:center;gap:6px;display:flex}.nudge button{padding:4px 10px;font-size:14px;line-height:1}.nudge em{font-variant-numeric:tabular-nums;text-align:center;min-width:52px;font-size:13px;font-style:normal}.we-footer{justify-content:space-between;margin-bottom:0}.export-panel{flex-direction:column;gap:10px;margin-top:14px;display:flex}.matte-row{gap:8px;display:flex}.matte{cursor:pointer;border:2px solid #0000;border-radius:8px;width:28px;height:28px;padding:0;box-shadow:inset 0 0 0 1px #ffffff24}.matte.on{border-color:var(--accent,#f2d16b)}.warn{color:#f0b429;margin:0;font-size:12px;line-height:1.45}button.ghost{color:inherit;cursor:pointer;font:inherit;background:0 0;border:1px solid #ffffff2e;border-radius:10px;padding:8px 12px}button.ghost:hover{border-color:#ffffff52}.timeline{margin:14px 0 4px}.timeline canvas{touch-action:none;background:#ffffff08;border-radius:10px;display:block}button.record{align-items:center;gap:8px;width:100%;margin-top:8px;display:flex}.dot{background:#ff5d5d;border-radius:50%;flex:none;width:9px;height:9px}.dot.live{animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.25}}.recorder{flex-direction:column;gap:8px;margin-top:8px;display:flex}.meter{background:#ffffff14;border-radius:4px;height:8px;overflow:hidden}.meter-fill{background:linear-gradient(90deg,#6fcf97,#f2d16b 70%,#ff5d5d);height:100%;transition:width 60ms linear}.recorder-row{align-items:center;gap:8px;display:flex}.elapsed{font-variant-numeric:tabular-nums;align-items:center;gap:7px;margin-right:auto;font-size:13px;display:flex}.transcript-panel{flex-direction:column;gap:8px;margin-top:18px;display:flex}textarea.transcript{resize:vertical;width:100%;font:inherit;color:inherit;background:#ffffff0a;border:1px solid #ffffff29;border-radius:10px;padding:10px 12px;line-height:1.55}textarea.transcript:focus{border-color:var(--accent,#f2d16b);outline:none}.transcript-row{align-items:center;gap:8px;display:flex}
