:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2.2em;line-height:1.1;margin-bottom:.5em;color:#2c3e50}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#007bff;color:#fff;cursor:pointer;transition:background-color .25s,transform .1s}button:hover{background-color:#0056b3}button:active{transform:scale(.98)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a{font-weight:500;color:#007bff;text-decoration:inherit}a:hover{color:#0056b3}.layout-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8f9fa;color:#333}.layout-header{background-color:#fff;box-shadow:0 2px 4px #0000000d;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000}@media(max-width:768px){.layout-header{flex-direction:column;gap:1rem;padding:1rem}.layout-nav ul{flex-wrap:wrap;justify-content:center;gap:.8rem}}.layout-logo{font-weight:700;font-size:1.5rem;color:#2c3e50;text-decoration:none}.layout-nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.layout-nav a{text-decoration:none;color:#555;font-weight:500;transition:color .2s ease}.layout-nav a:hover,.layout-nav a.active{color:#007bff}.layout-main{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;animation:fadeIn .5s ease-in-out}@media(max-width:600px){.layout-main{padding:.5rem}.layout-header{padding:.8rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout-footer{text-align:center;padding:1rem;background-color:#fff;border-top:1px solid #eaeaea;font-size:.875rem;color:#777}.content-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}@media(max-width:600px){.content-card{padding:0}}.code-block-container{background-color:#1e1e1e;border-radius:8px;box-shadow:0 10px 30px #0003;overflow:hidden;margin-bottom:2rem;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #333}.code-block-container:hover{transform:translateY(-2px);box-shadow:0 15px 35px #00000040}.code-block-header{background-color:#2d2d2d;padding:.8rem 1rem;display:flex;align-items:center;border-bottom:1px solid #333}.window-controls{display:flex;gap:8px;margin-right:1rem}.control-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.control-dot.red{background-color:#ff5f56}.control-dot.yellow{background-color:#ffbd2e}.control-dot.green{background-color:#27c93f}.window-title{color:#aaa;font-size:.9rem;font-family:Monaco,Consolas,monospace;margin-left:auto;margin-right:auto;font-weight:500}.code-block-body{padding:0;margin:0;font-family:Fira Code,Consolas,monospace;font-size:.95rem;line-height:1.5;text-align:left}.code-block-body pre{margin:0!important;padding:1.5rem!important;background-color:transparent!important}.problem1-container{display:flex;flex-direction:column;gap:2rem}.input-group{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000000d}.input-group label{font-weight:500;color:#333}@media(max-width:600px){.problem1-container{gap:1rem}.input-group{margin-bottom:1rem;padding:1rem}.results-grid{gap:1rem}}.input-group input{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:200px}@media(max-width:600px){.input-group{flex-direction:column;align-items:flex-start}.input-group input{width:100%;box-sizing:border-box}}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.result-card{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #007bff;box-shadow:0 2px 4px #0000000d}.result-card h3{margin-top:0;font-size:1.1rem;color:#555}.result-value{font-size:2rem;font-weight:700;color:#333}.modal-backdrop{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.modal-container{position:fixed;inset:0;margin:auto;background:#fff;width:90%;max-width:420px;height:fit-content;max-height:80vh;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;background:#fff;flex-shrink:0}.modal-header h3{margin:0;font-size:1.1rem;color:#111;font-weight:600}.close-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:50%;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-btn:hover{background:#f3f4f6;color:#111}.search-container{padding:1rem 1.5rem;position:relative;border-bottom:1px solid #f3f4f6;flex-shrink:0;background:#fff}.search-icon{position:absolute;left:2.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.token-search-input{width:100%;padding:.75rem 1rem .75rem 2.8rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.95rem;outline:none;transition:all .2s;background:#f9fafb;box-sizing:border-box}.token-search-input:focus{border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a}.suggested-section{padding:1rem 1.5rem .5rem;flex-shrink:0}.suggested-section h4{margin:0 0 .8rem;font-size:.75rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.suggested-chips{display:flex;gap:.5rem;flex-wrap:wrap}.suggested-chip{display:flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;cursor:pointer;font-size:.85rem;color:#374151;transition:all .2s}.suggested-chip:hover{background:#f9fafb;border-color:#d1d5db}.suggested-chip.selected{background:#eff6ff;border-color:#007bff;color:#007bff}.token-list{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.list-header{padding:.75rem 1.5rem;font-size:.85rem;color:#6b7280;font-weight:500;background:#f9fafb;border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6}.token-item{display:flex;align-items:center;padding:.75rem 1.5rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f9fafb}.token-item:last-child{border-bottom:none}.token-item:hover{background:#f3f4f6}.token-item.selected{background:#eff6ff}.token-item-icon{width:32px;height:32px;margin-right:12px;border-radius:50%;object-fit:cover}.token-item-info{flex:1;display:flex;flex-direction:column;justify-content:center}.token-symbol{font-weight:600;color:#111;font-size:.95rem;line-height:1.2}.token-name{font-size:.8rem;color:#6b7280;line-height:1.2}.token-item-price{font-weight:500;color:#374151;margin-right:1rem;font-size:.9rem;text-align:right}.check-icon{color:#007bff;flex-shrink:0}.no-tokens{text-align:center;padding:3rem 1.5rem;color:#9ca3af;font-size:.9rem}.token-list::-webkit-scrollbar{width:6px}.token-list::-webkit-scrollbar-track{background:transparent}.token-list::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:20px}.token-list::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.swap-container{display:flex;justify-content:center;align-items:flex-start;min-height:80vh;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.swap-card{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;padding:1.5rem;width:100%;max-width:480px;margin:2rem auto;box-shadow:0 8px 32px #1f268726,0 4px 12px #0000000d;border:1px solid rgba(255,255,255,.4)}@media(max-width:480px){.swap-card{padding:1rem;margin:.5rem auto;border-radius:16px}.swap-form{gap:1rem}.swap-header{margin-bottom:1.5rem}.swap-header h2{font-size:1.5rem}}.swap-header{margin-bottom:2rem;text-align:center}.swap-header h2{margin:0;color:#1a1a1a;font-weight:700;font-size:1.8rem;letter-spacing:-.02em}.swap-header p{color:#666;margin-top:.5rem;font-size:.95rem}.swap-form{display:flex;flex-direction:column;gap:1.5rem}.input-wrapper{position:relative}.input-label{display:block;margin-bottom:.6rem;color:#555;font-weight:500;font-size:.9rem}.currency-input-group{display:flex;align-items:center;background:#f9fafb;border-radius:16px;padding:.8rem;border:1px solid #e5e7eb;transition:all .2s cubic-bezier(.4,0,.2,1)}.currency-input-group:focus-within{border-color:#007bff;background:#fff;box-shadow:0 0 0 4px #007bff1a}.currency-input-group.error{border-color:#dc3545;background:#fff8f8}.amount-input{flex:1;border:none;background:transparent;font-size:1.75rem;padding:.2rem;width:100%;outline:none;font-weight:600;color:#111;min-width:0}.amount-input::-webkit-inner-spin-button,.amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.currency-select-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:8px 12px 8px 8px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000000d;font-size:1.1rem;font-weight:600;color:#111;flex-shrink:0}.currency-select-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px #00000014}.token-icon{width:24px;height:24px;border-radius:50%;object-fit:cover}.chevron-icon{color:#6b7280;margin-left:4px}.swap-divider{display:flex;justify-content:center;align-items:center;height:0;position:relative;z-index:10}.swap-icon-btn{background:#f9fafb;border:4px solid white;border-radius:12px;width:40px;height:40px;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#007bff;box-shadow:0 2px 4px #0000000d}.swap-icon-btn:hover{background:#f0fdf4;color:#007bff}.exchange-rate{display:flex;justify-content:center;align-items:center;color:#6b7280;font-size:.85rem;font-weight:500;padding:.5rem}.swap-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:16px;padding:1.2rem;font-size:1.1rem;font-weight:700;cursor:pointer;width:100%;margin-top:.5rem;box-shadow:0 4px 6px #007bff33;letter-spacing:.5px}.swap-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.error-message{color:#dc3545;font-size:.85rem;margin-top:.5rem;margin-left:.5rem}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.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}
