:root{font-family:Hiragino Sans,Yu Gothic UI,system-ui,-apple-system,sans-serif;color:#1f2937;background:#f5f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh}.container{max-width:760px;margin:0 auto;padding:48px 24px 80px}.header{margin-bottom:32px}.header h1{margin:0 0 8px;font-size:28px;letter-spacing:.02em}.header p{margin:0;color:#6b7280;font-size:14px;line-height:1.6}.card{background:#fff;border-radius:14px;padding:28px;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0a}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.field label{font-size:13px;font-weight:600;color:#374151}.field input[type=text],.field select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.field input[type=text]:focus,.field select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.dropzone{border:2px dashed #c7d2fe;border-radius:12px;padding:32px 20px;text-align:center;cursor:pointer;background:#fafbff;transition:background .15s ease,border-color .15s ease}.dropzone.dragging{background:#eef2ff;border-color:#6366f1}.dropzone input{display:none}.dropzone .filename{color:#4338ca;font-weight:600;word-break:break-all}.dropzone .hint{color:#6b7280;font-size:13px;margin-top:6px}.actions{display:flex;gap:12px;margin-top:24px}button.primary{flex:1;padding:12px 16px;border-radius:10px;border:none;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:transform .05s ease,opacity .15s ease}button.primary:disabled{opacity:.5;cursor:not-allowed}button.primary:not(:disabled):active{transform:translateY(1px)}button.secondary{padding:12px 16px;border-radius:10px;border:1px solid #d1d5db;background:#fff;font-weight:600;font-size:14px;cursor:pointer}.status{margin-top:20px;padding:12px 16px;border-radius:10px;font-size:14px;line-height:1.5}.status.info{background:#eef2ff;color:#3730a3}.status.success{background:#ecfdf5;color:#065f46}.status.error{background:#fef2f2;color:#991b1b;white-space:pre-wrap}.transcript{margin-top:20px;border-radius:10px;background:#f9fafb;border:1px solid #e5e7eb;padding:16px;max-height:240px;overflow-y:auto;font-size:13px;white-space:pre-wrap;color:#374151}.tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.tab{padding:10px 16px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active{color:#4f46e5;border-bottom-color:#4f46e5;font-weight:600}textarea{width:100%;min-height:220px;padding:12px;border-radius:10px;border:1px solid #d1d5db;font-family:inherit;font-size:13px;line-height:1.5;resize:vertical}textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}footer{margin-top:32px;text-align:center;font-size:12px;color:#9ca3af}
