*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee;min-height:100vh;display:flex;justify-content:center;align-items:center}.container{max-width:960px;width:100%;padding:2rem}.columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.column{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 700px){.columns{grid-template-columns:1fr}}h1{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card{background:#16213e;border-radius:12px;padding:1.5rem;border:1px solid #2a2a4a}.card h2{font-size:1.2rem;margin-bottom:1rem;color:#ccc}input[type=file],input[type=text]{width:100%;padding:.75rem;border-radius:8px;border:1px solid #3a3a5a;background:#0f3460;color:#eee;font-size:.95rem;margin-bottom:.75rem}input[type=text]::placeholder{color:#666}button{width:100%;padding:.75rem;border:none;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}button:hover:not(:disabled){opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}.result{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.9rem}.result.success{background:#1a3a2a;border:1px solid #2a5a3a}.result.error{background:#3a1a1a;border:1px solid #5a2a2a;color:#ff6b6b}.file-id{display:block;margin:.5rem 0;padding:.5rem;background:#0a2a1a;border-radius:4px;font-size:1.1rem;text-align:center;word-break:break-all;-webkit-user-select:all;user-select:all}.hint{color:#888;font-size:.8rem;margin-top:.5rem}textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid #3a3a5a;background:#0f3460;color:#eee;font-size:.95rem;margin-bottom:.75rem;resize:vertical;font-family:inherit;min-height:80px}.text-display{background:#0a2a1a;padding:.75rem;border-radius:4px;white-space:pre-wrap;word-break:break-word;font-size:.9rem;margin-bottom:.75rem;max-height:200px;overflow-y:auto}.copy-btn{width:auto;padding:.5rem 1.2rem;font-size:.85rem;background:#2a5a3a;border-radius:6px}
