*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e5e5e5}::-webkit-scrollbar-thumb{background:#999;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#777}.copy-button{padding:4px;background:transparent;color:#666;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.copy-button:hover{background:#f5f5f5;color:#1a1a1a}.copy-button:active{background:#e5e5e5}.copy-button svg{width:16px;height:16px}.pool-card{background:#fff;border-radius:8px;padding:20px;border:1px solid #e0e0e0;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.pool-card:hover{box-shadow:0 2px 6px #0000001a;border-color:#ccc}.pool-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.pool-pair{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.pool-fee{background:#f5f5f5;color:#666;padding:4px 10px;border-radius:4px;font-size:.8rem;font-weight:500;border:1px solid #e0e0e0}.pool-address{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;padding:12px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.address-header{display:flex;justify-content:space-between;align-items:center}.address-label{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.address-value{font-size:.85rem;color:#1a1a1a;font-family:Courier New,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pool-section{margin-top:20px}.section-title{margin:0 0 12px;font-size:.95rem;font-weight:600;color:#1a1a1a}.tokens-list,.fees-list{display:flex;flex-direction:column;gap:8px}.token-item,.fee-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.token-name,.fee-token{font-weight:500;color:#1a1a1a;font-size:.9rem}.token-amount,.fee-amount{font-size:1rem;font-weight:600;color:#1a1a1a;font-family:Courier New,monospace}.fee-amount{color:#666}.summary{background:#fff;border-radius:8px;padding:20px;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d;width:100%}.summary-content{display:flex;align-items:center;gap:16px}.fund-balance-label{font-size:1rem;font-weight:500;color:#666;white-space:nowrap}.total-amount{font-size:1.75rem;font-weight:600;color:#1a1a1a;font-family:Courier New,monospace;margin:0;word-break:break-word;overflow-wrap:break-word;flex:1}@media(max-width:1024px){.summary-content{flex-direction:row;align-items:center;gap:12px}.fund-balance-label{font-size:.9rem}}@media(max-width:768px){.summary{padding:16px}.summary-content{flex-direction:row;align-items:center;gap:12px}.fund-balance-label{font-size:.85rem}.total-amount{font-size:1.25rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:480px){.summary{padding:12px}.fund-balance-label{font-size:.8rem}.total-amount{font-size:1.1rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#666;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#666;font-size:1rem}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;padding:40px;background:#fff;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d}.error-icon{font-size:3rem;opacity:.6}.error-title{margin:0;color:#1a1a1a;font-size:1.25rem;font-weight:600}.error-message{color:#666;text-align:center;max-width:500px}.retry-button{padding:10px 20px;background:#fff;color:#1a1a1a;border:1px solid #d0d0d0;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#f5f5f5;border-color:#999}.retry-button:active{background:#e5e5e5}.app-container{min-height:100vh;background:#f5f5f5;color:#1a1a1a;padding:0;display:flex;flex-direction:column}.app-header{background:#fff;padding:20px 32px;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-left{display:flex;flex-direction:column;gap:6px}.app-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.pools-count{font-size:.875rem;color:#888;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.refresh-button{padding:10px 20px;background:#f8f8f8;color:#1a1a1a;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;min-width:100px;justify-content:center}.refresh-button:hover{background:#f0f0f0;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.refresh-button:active{background:#e8e8e8;transform:translateY(0)}.app-main{flex:1;padding:24px;max-width:1600px;margin:0 auto;width:100%}.main-layout{display:flex;flex-direction:column;gap:24px;align-items:center}.summary-section{width:100%;max-width:716px}.pools-section{min-width:0;width:100%;display:flex;justify-content:center}.pools-grid{display:grid;grid-template-columns:repeat(2,350px);gap:16px}.empty-state{text-align:center;padding:60px 20px;color:#666;font-size:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}@media(max-width:1024px){.summary-section{max-width:100%}}@media(max-width:768px){.app-header{padding:16px 20px}.app-header h1{font-size:1.25rem}.pools-count{font-size:.75rem}.refresh-button{padding:8px 16px;font-size:.8rem;min-width:80px}.app-main{padding:16px}.main-layout{gap:16px}.pools-grid{grid-template-columns:1fr;gap:12px}.summary-section{max-width:100%}}
