.App{display:flex;flex-direction:column;min-height:100vh}.content-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.App-header{margin-bottom:2rem;text-align:center;width:100%}.App-header h1{color:#fff;font-size:2.5rem;margin:0;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wallet-button-fixed{position:fixed;top:20px;right:20px;padding:14px 28px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;z-index:1000;white-space:nowrap}.wallet-button-fixed:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.header-content{display:flex;justify-content:center;align-items:center;max-width:800px;margin:0 auto;width:100%}.wallet-button{display:none}@media (max-width: 768px){.wallet-button-fixed{top:15px;right:15px;padding:10px 16px;font-size:14px}.App-header h1{font-size:2rem}}.input-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;width:100%;max-width:600px}.input-section input{width:100%;padding:14px 18px;font-size:16px;border:2px solid #ddd;border-radius:10px;outline:none;transition:all .3s ease;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:500px}.input-section input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.input-section input.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:14px;margin-top:-.5rem;text-align:center}.input-section button{width:100%;padding:14px 28px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;min-width:500px}.input-section button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.input-section button:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.results-section{width:100%;max-width:800px;background-color:#f8f9faf2;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.results-section h2{color:#333;margin-bottom:1rem}.results-section p{line-height:1.6;margin-bottom:.5rem;color:#555}.powered-by{background:transparent;padding:1rem;text-align:center;margin-top:auto}.powered-by p{margin:0;color:#888;font-size:14px;font-weight:400}.error-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease-out}.error-modal-content{background:white;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;width:90%;max-height:80vh;overflow:hidden;animation:slideIn .3s ease-out}.error-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}.error-modal-header h3{margin:0;color:#ff6b6b;font-size:18px;font-weight:600}.error-modal-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.error-modal-close:hover{background-color:#f5f5f5;color:#666}.error-modal-body{padding:20px 24px}.error-modal-body p{margin:0;color:#333;line-height:1.6;white-space:pre-line}.error-modal-footer{padding:16px 24px 20px;display:flex;justify-content:flex-end;border-top:1px solid #f0f0f0}.error-modal-button{padding:8px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.error-modal-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.error-modal-content{width:95%;margin:20px}.error-modal-header,.error-modal-body,.error-modal-footer{padding-left:16px;padding-right:16px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}html,body,#root{height:100%}body{margin:0}#root{display:flex;justify-content:center;align-items:center}.arweave-wallet-kit-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.arweave-wallet-kit-modal-content{background:white;padding:2rem;border-radius:8px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto}.arweave-wallet-kit-wallet-option{display:flex;align-items:center;padding:1rem;border:1px solid #ddd;border-radius:6px;margin-bottom:.5rem;cursor:pointer;transition:background-color .2s}.arweave-wallet-kit-wallet-option:hover{background-color:#f5f5f5}.arweave-wallet-kit-wallet-icon{width:24px;height:24px;margin-right:12px}
