@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Share Tech Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#0f0f0f;color:#d9d9d9}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;padding:28px 36px 36px;gap:20px;max-width:1200px;margin:0 auto}.header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #1b1b1b}.title{font-size:21px;letter-spacing:.4px}.title-prefix{margin-top:4px;font-size:10px;letter-spacing:1.2px;color:#ff6a0080;text-transform:lowercase}.accent{color:#ff6a00}.sub{margin-top:6px;font-size:12px;color:#7f7f7f}.header-actions{display:flex;align-items:center;gap:12px}.sampler-select select{background:#141414;color:#d9d9d9;border:1px solid #2a2a2a;padding:6px 10px;border-radius:2px;min-width:240px;font-family:inherit;font-size:13px}.primary-btn{background:#ff6a00;color:#0f0f0f;border:none;padding:8px 16px;font-size:13px;letter-spacing:.4px;font-family:inherit;border-radius:2px;cursor:pointer;width:100%}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.language select{background:#141414;color:#d9d9d9;border:1px solid #2a2a2a;padding:6px 10px;border-radius:2px;font-family:inherit;font-size:13px}.status-bar{font-size:12px;letter-spacing:2px;color:#9a9a9a}.status-title{font-size:13px;letter-spacing:.6px;color:#d3d3d3;font-weight:700}.hero-title{margin-top:10px;font-size:16px;letter-spacing:.4px;color:#d3d3d3}.hero-sub{margin-top:4px;font-size:13px;color:#8f8f8f}.mailto{color:#ff6a00;text-decoration:none;padding:0 4px}.mailto:hover{color:#ff8a3d}.content{display:grid;grid-template-columns:1fr 320px;gap:18px;flex:1}.sidebar{border-left:1px solid #1b1b1b;padding-left:16px;min-height:420px;display:flex;flex-direction:column;gap:14px}.panel{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;gap:18px}.dropzone{width:100%;min-height:360px;border:1px dashed #2b2b2b;background:#111;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;border-radius:6px;padding:32px}.dropzone input{display:none}.drop-text{font-size:18px;color:#b0b0b0;letter-spacing:1px;display:flex;flex-direction:column;gap:12px;align-items:center}.drop-hint{font-size:13px;color:#7f7f7f;letter-spacing:.4px}.text-link{background:transparent;border:none;color:#ff6a00;padding:0 4px;font-size:13px;cursor:pointer;font-family:inherit}.text-link:hover{color:#ff8a3d}.status-block{display:flex;flex-direction:column;gap:8px}.progress{width:100%;height:6px;background:#1a1a1a;border:1px solid #252525;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:#3ddc84;transition:width .2s ease}.file-list{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow:auto;padding-right:8px;scrollbar-color:#2a2a2a #111111;scrollbar-width:thin}.file-list::-webkit-scrollbar{width:8px}.file-list::-webkit-scrollbar-track{background:#111}.file-list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:999px;border:2px solid #111111}.file-row{display:grid;grid-template-columns:10px 1fr auto auto;gap:12px;align-items:center;padding:8px 12px;background:#121212;border:1px solid #1a1a1a;border-radius:4px}.file-dot{width:8px;height:8px;border-radius:999px;background:#3a3a3a}.file-dot.processing{background:#ffb347}.file-dot.done{background:#3ddc84}.file-dot.error{background:#ff5b5b}.file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-status{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#8a8a8a}.file-action{font-size:12px;color:#d9d9d9;text-decoration:none;border:1px solid #2a2a2a;padding:4px 10px;border-radius:2px}.file-action:hover{border-color:#3a3a3a}
