*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f7f8fc;color:#1a1a2e;min-height:100vh}.container{max-width:720px;margin:0 auto;padding:60px 20px}header{text-align:center;margin-bottom:48px}header h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:12px}header p{color:#6b7280;font-size:1rem}.drop-zone{border:2px dashed #d1d5db;border-radius:16px;padding:56px 24px;text-align:center;cursor:pointer;transition:all .2s;background:#fff;margin-bottom:24px}.drop-zone.active,.drop-zone:hover{border-color:#6366f1;background:#eef2ff}.drop-zone-icon{font-size:3rem;margin-bottom:16px}.drop-zone h3{font-size:1.1rem;font-weight:600;margin-bottom:8px}.drop-zone p{color:#9ca3af;font-size:.875rem}.file-info{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.file-info .name{font-weight:500;color:#374151}.file-info .size{font-size:.875rem;color:#9ca3af}.file-info .docx-icon{font-size:1.5rem;margin-right:12px}.actions{display:flex;gap:12px;justify-content:center}.btn{padding:12px 28px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{background:#a5b4fc;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.result-box{background:#1e1e2e;border-radius:12px;padding:24px;margin-top:32px}.result-box h3{color:#a78bfa;font-size:.875rem;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.result-box pre{color:#e2e8f0;font-size:.8rem;line-height:1.6;max-height:400px;overflow:auto;white-space:pre-wrap;word-break:break-word}.status{text-align:center;padding:16px;color:#6b7280;font-size:.9rem}.status.error{color:#ef4444}