:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:#eef4f4;padding:0;margin:0;width:100vw;overflow-x:hidden;position:relative}.logo-container{width:100vw;margin:0;padding:0;display:flex;justify-content:center;align-items:flex-start;position:absolute;top:0;left:0}.logo{display:block;width:100%;max-width:1024px;height:auto}.login-box{background:#ffffffb3;padding:40px;border-radius:12px;box-shadow:0 8px 24px #0000001a;width:100%;max-width:400px;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}h1{color:#2d3748;margin:0 0 8px;font-size:28px;font-weight:600;text-align:center}.subtitle{color:#718096;margin:0 0 32px;font-size:16px;text-align:center}.input-group{margin-bottom:24px}label{display:block;color:#4a5568;margin-bottom:8px;font-size:14px;font-weight:500}input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-size:16px;transition:border-color .2s ease}input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}input::placeholder{color:#a0aec0}.login-button{width:100%;padding:12px;background:#4299e1;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.login-button:hover{background:#3182ce}.login-button:focus{outline:none;box-shadow:0 0 0 3px #4299e14d}.error-message{color:#e53e3e;margin-bottom:16px;font-size:14px;text-align:center}.swap-estimation{max-width:800px;margin:100px auto 0;padding:2rem}.form-group{margin-bottom:1.5rem}.estimate-button{width:100%;padding:1rem;background-color:#4299e1;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.estimate-button:hover:not(:disabled){background-color:#3182ce}.estimate-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.error-field{color:#e53e3e!important;font-weight:700!important}.create-swap-button:hover{background-color:#38a169}.create-new-swap{max-width:800px;margin:100px auto 0;padding:2rem}.form-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.form-group{flex:1;min-width:200px}.form-group label{display:block;color:#4a5568;margin-bottom:.5rem;font-weight:500}.form-group select,.form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.form-group select:focus,.form-group input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-group select:disabled{background-color:#f7fafc;cursor:not-allowed}.create-swap-button{width:100%;padding:1rem;background-color:#48bb78;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.create-swap-button:hover:not(:disabled){background-color:#38a169}.create-swap-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.error-message{color:#e53e3e;margin:1rem 0;text-align:center}.swap-result{background:#fff;border-radius:8px;padding:1.5rem;margin-top:2rem;box-shadow:0 2px 4px #0000001a}.swap-result h3{color:#2d3748;margin-bottom:1rem}@media (max-width: 768px){.create-new-swap{padding:1rem;margin-top:80px}.form-row{flex-direction:column;gap:0}.form-group{min-width:auto;margin-bottom:1rem}.result-row{flex-direction:column;gap:.5rem}.result-field{min-width:auto}}.loading-container{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swap-status{max-width:1200px;margin:100px auto 0;padding:2rem}.section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.section h2{color:#2d3748;margin-bottom:1.5rem;font-size:1.5rem}.section h3{color:#2d3748;margin-bottom:1rem;font-size:1.25rem}.search-container{margin-bottom:1.5rem}.search-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.table-container{overflow-x:auto}.swap-table{width:100%;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.swap-table th{background:#f7fafc;padding:1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:1px solid #e2e8f0}.swap-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#2d3748}.swap-table tbody tr{cursor:pointer;transition:background-color .2s ease}.swap-table tbody tr:hover{background-color:#f7fafc}.swap-table tbody tr.selected{background-color:#ebf8ff;border-left:4px solid #4299e1}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.sortable-header:hover{background-color:#edf2f7}.sort-indicator{margin-left:.5rem;font-weight:700;color:#4299e1}.no-data{text-align:center;padding:2rem;color:#718096;font-style:italic}.refresh-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#f7fafc;border-radius:4px;border:1px solid #e2e8f0}.timer-display{font-size:1rem;color:#4a5568;font-weight:500}.refresh-button{padding:.5rem 1rem;background-color:#4299e1;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.refresh-button:hover:not(:disabled){background-color:#3182ce}.refresh-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.result-form{margin-bottom:1.5rem}.result-row{display:flex;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#f7fafc;border-radius:4px;flex-wrap:wrap}.result-field{display:flex;flex-direction:column;min-width:120px;flex:1}.result-field label{font-size:.875rem;color:#4a5568;font-weight:500;margin-bottom:.25rem}.result-field span{font-size:1rem;color:#2d3748;font-weight:600}.copy-container{display:flex;align-items:center;gap:.5rem;width:100%}.copy-text{flex:1;word-break:break-all;font-family:Courier New,monospace;font-size:.875rem;background:#f7fafc;padding:.5rem;border-radius:4px;border:1px solid #e2e8f0}.copy-button{background:#4299e1;color:#fff;border:none;border-radius:4px;padding:.5rem;cursor:pointer;font-size:1rem;transition:all .2s ease;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.copy-button:hover{background:#3182ce;transform:scale(1.05)}.copy-button.copied{background:#48bb78;animation:pulse .3s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.error-message{color:#e53e3e;margin:1rem 0;text-align:center;padding:1rem;background:#fed7d7;border-radius:4px;border:1px solid #feb2b2}@media (max-width: 768px){.swap-status{padding:1rem;margin-top:80px}.refresh-controls{flex-direction:column;gap:1rem;align-items:stretch}.result-row{flex-direction:column;gap:.5rem}.result-field{min-width:auto}.swap-table{font-size:.875rem}.swap-table th,.swap-table td{padding:.75rem .5rem}}.admin-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.admin-container h1{color:#333;margin-bottom:30px;text-align:center}.section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;overflow:hidden}.section-header{background:#f8f9fa;padding:15px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9ecef;transition:background-color .2s ease}.section-header:hover{background:#e9ecef}.section-header h2{margin:0;color:#495057;font-size:18px;font-weight:600}.collapse-icon{font-size:12px;color:#6c757d;transition:transform .2s ease}.section-content{padding:20px}.subsection{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.subsection:last-child{border-bottom:none;margin-bottom:0}.subsection h3{color:#495057;margin-bottom:15px;font-size:16px;font-weight:500}.input-group{margin-bottom:15px}.input-group label{display:block;margin-bottom:5px;color:#495057;font-weight:500;font-size:14px}.address-input{width:100%;padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;transition:border-color .2s ease}.address-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.send-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}.send-button:hover:not(:disabled){background:#0056b3}.send-button:disabled{background:#6c757d;cursor:not-allowed}.results-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-top:20px}.results-section h3{color:#495057;margin-bottom:15px;font-size:16px;font-weight:500}.results-textarea{width:100%;min-height:200px;padding:15px;border:1px solid #ced4da;border-radius:4px;font-family:Courier New,monospace;font-size:13px;line-height:1.4;resize:vertical;background:#f8f9fa;color:#495057}.results-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}@media (max-width: 768px){.admin-container{padding:15px}.section-header{padding:12px 15px}.section-content{padding:15px}.results-textarea{min-height:150px}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-links{display:flex;gap:1rem}.nav-links button{background:none;border:none;color:#4a5568;font-size:1rem;padding:.5rem 1rem;cursor:pointer;transition:color .2s ease}.nav-links button:hover{color:#4299e1}.logout-button{background-color:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background-color:#c53030}.App{width:100%;min-height:100vh;margin:0;padding:0;background-color:#f7fafc}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc}#root{width:100%;min-height:100vh}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.7}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
