@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--pr-bg: #f3f4f6;--pr-bg-alt: #e5e7eb;--pr-card: #ffffff;--pr-border: #e5e7eb;--pr-border-strong: #d1d5db;--pr-text: #111827;--pr-subtext: #6b7280;--pr-accent: #2563eb;--pr-accent-soft: #dbeafe;--pr-accent-strong: #1d4ed8;--pr-danger: #dc2626;--pr-radius-lg: 18px;--pr-radius-md: 12px;--pr-shadow-soft: 0 10px 30px rgba(15, 23, 42, .06);--pr-shadow-subtle: 0 4px 12px rgba(15, 23, 42, .04);--pr-font-main: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pr-main-max-width: 100%;--pr-main-side-padding: 24px}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:var(--pr-font-main);background:linear-gradient(to bottom,#f9fafb,#f3f4f6 55%,#e5e7eb);background-repeat:no-repeat;background-attachment:fixed;color:var(--pr-text)}.pr-root{min-height:100vh;display:flex;flex-direction:column}.pr-header{padding:18px 32px;border-bottom:1px solid var(--pr-border);background:rgba(255,255,255,.9);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.pr-logo{font-size:22px;font-weight:700;letter-spacing:.06em;color:var(--pr-accent)}.pr-header-subtitle{margin-top:4px;font-size:13px;color:var(--pr-subtext)}.pr-main{flex:1;padding:18px var(--pr-main-side-padding) 24px;display:grid;max-width:var(--pr-main-max-width);margin:0 auto;grid-template-columns:minmax(0,3.2fr) minmax(0,1.8fr);grid-column-gap:20px;grid-row-gap:18px}.pr-left,.pr-right{display:flex;flex-direction:column;gap:14px}.pr-card{background:var(--pr-card);border-radius:var(--pr-radius-lg);border:1px solid var(--pr-border);box-shadow:var(--pr-shadow-soft);padding:14px 16px 16px}.pr-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.pr-card-header h2{margin:0;font-size:15px;font-weight:600}.pr-badge{font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--pr-border-strong);color:var(--pr-subtext);background:#f9fafb}.pr-filters{padding-bottom:12px}.pr-filters-row{display:flex;flex-wrap:wrap;gap:12px}.pr-filters-row-bottom{margin-top:10px}.pr-field{display:flex;flex-direction:column;gap:4px;font-size:12px;min-width:0}.pr-field label{color:var(--pr-subtext)}.pr-field select,.pr-field input[type=text],.pr-field input[type=date]{font-family:inherit;font-size:13px;padding:7px 9px;border-radius:10px;border:1px solid var(--pr-border-strong);background:#f9fafb;outline:none;min-width:0}.pr-field select:focus,.pr-field input[type=text]:focus,.pr-field input[type=date]:focus{border-color:var(--pr-accent);box-shadow:0 0 0 1px var(--pr-accent-soft);background:#fff}.pr-field-search{flex:1 1 auto}.pr-pools-card{flex:1;display:flex;flex-direction:column;min-height:0}.pr-table-wrapper{flex:1;min-height:0;overflow:auto;border-radius:var(--pr-radius-md);border:1px solid var(--pr-border);background:#f9fafb}.pr-table{width:100%;border-collapse:collapse;font-size:12px}.pr-table thead{position:sticky;top:0;z-index:1;background:#f3f4f6}.pr-table th,.pr-table td{padding:7px 8px;text-align:left}.pr-pools-table th,.pr-pools-table td{white-space:nowrap}.pr-pools-table th.pr-col-metric,.pr-pools-table td.pr-col-metric{white-space:normal}.pr-table th{font-weight:600;color:var(--pr-subtext);border-bottom:1px solid var(--pr-border-strong)}.pr-table tbody tr:nth-child(odd){background:rgba(255,255,255,.7)}.pr-table tbody tr:nth-child(2n){background:rgba(249,250,251,.9)}.pr-table tbody tr:hover{background:#e5efff;cursor:pointer}.pr-pools-table tbody td.pr-col-fee-ratio,.pr-pools-table tbody td.pr-col-pr-score{background-color:#e9f7ef}.pr-pools-table tbody td.pr-col-fee-ratio{box-shadow:inset -2px 0 #f9fafb}.pr-pools-table tbody tr:hover td.pr-col-fee-ratio,.pr-pools-table tbody tr:hover td.pr-col-pr-score{background-color:#e3f2ea}.pr-pools-table tbody tr.is-selected td.pr-col-fee-ratio,.pr-pools-table tbody tr.is-selected td.pr-col-pr-score{background-color:#d8ecdf}.pr-table tbody tr.is-selected{background:var(--pr-accent-soft)}.pr-table tbody td{border-bottom:1px solid var(--pr-border)}.pr-pool-main{display:flex;flex-direction:column;gap:2px;min-width:0}.pr-pool-title{font-size:13px;font-weight:600;color:var(--pr-text);overflow:hidden;text-overflow:ellipsis}.pr-pool-sub{font-size:11px;color:var(--pr-subtext);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pr-pool-sub-inner{display:inline-flex;align-items:center;gap:4px}.pr-pool-sub-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pr-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.06);padding:2px}.pr-icon-img{width:18px;height:18px;border-radius:9999px;object-fit:contain;display:block}.pr-icon-token.pr-icon-fallback{width:18px;height:18px;font-size:10px;font-weight:600;color:var(--pr-subtext-strong);background:#e5e7eb}.pr-detail-card{min-height:320px;display:flex;flex-direction:column}.pr-detail-header{margin-bottom:10px}.pr-pool-title-lg{font-size:18px;font-weight:650;margin-bottom:3px}.pr-detail-summary{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:11px}.pr-summary-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pr-summary-row>div{padding:6px 10px;border-radius:999px;border:1px solid var(--pr-border);background:#f9fafb;min-width:110px}.pr-summary-row-metrics .pr-summary-pill{padding:6px 10px;border-radius:999px;border:1px solid #cde8d6;background:#e9f7ef;min-width:110px}.pr-label{font-size:11px;color:var(--pr-subtext)}.pr-value{font-size:13px;font-weight:600}.pr-empty{font-size:13px;color:var(--pr-subtext);padding:10px 4px}.pr-empty-small{margin-top:10px}.pr-error-box{margin-top:8px;font-size:12px;padding:8px 10px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.pr-loading-block{font-size:12px;color:var(--pr-subtext);margin-top:10px}.pr-range-controls{margin-top:4px;margin-bottom:10px;display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;justify-content:space-between}.pr-range-dates{display:flex;flex-wrap:wrap;gap:10px}.pr-range-presets{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--pr-subtext)}.pr-range-presets button{font-size:11px;padding:4px 8px;border-radius:999px;border:1px solid var(--pr-border-strong);background:#f9fafb;cursor:pointer}.pr-range-presets button:hover:not(:disabled){border-color:var(--pr-accent);color:var(--pr-accent-strong);background:#eef2ff}.pr-range-presets button:disabled{opacity:.4;cursor:default}.pr-charts{display:flex;flex-direction:column;gap:12px;margin-top:4px}.pr-chart-block{border-radius:var(--pr-radius-md);border:1px solid var(--pr-border);background:#f9fafb;padding:8px 10px;box-shadow:var(--pr-shadow-subtle)}.pr-chart-title{font-size:12px;font-weight:600;color:var(--pr-subtext);margin-bottom:2px}.pr-daily-grid{margin-top:8px!important}.pr-daily-col{font-size:11px;box-shadow:var(--pr-shadow-subtle);transition:transform .08s ease,box-shadow .08s ease,border-color .08s ease,background-color .08s ease}.pr-daily-metrics-group{display:flex;flex-direction:column;gap:2px}.pr-daily-metrics-bottom{margin-top:4px}.pr-daily-col:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(15,23,42,.08)}.pr-daily-date,.pr-daily-metric .pr-label{font-size:11px}button{font-family:inherit}@media (max-width: 1200px){.pr-main{max-width:100%;grid-template-columns:minmax(0,1.9fr) minmax(0,2.3fr)}.pr-detail-summary>div{min-width:100px}}@media (max-width: 900px){.pr-main{grid-template-columns:minmax(0,1fr);max-width:100%}.pr-left,.pr-right{min-height:0}.pr-detail-card{margin-top:4px}.pr-header{position:static}}@media (max-width: 640px){.pr-header{padding:14px 16px}.pr-main{padding:14px 16px 20px}.pr-card{padding:12px 12px 14px}.pr-range-controls{flex-direction:column;align-items:stretch}.pr-range-presets{justify-content:flex-start}.pr-table th,.pr-table td{padding:6px 8px}.pr-logo{font-size:20px}}.pr-col-favorite{text-align:center}.pr-star{cursor:pointer;border:none;background:transparent;font-size:20px;line-height:1;opacity:.4;color:#fbbf24;transition:opacity .15s ease,transform .1s ease}.pr-star:hover{opacity:.8;transform:scale(1.05)}.pr-star--active{opacity:1;color:#f59e0b}.wl-sidebar{display:flex;flex-direction:column;gap:16px;min-width:260px;max-width:340px;padding-right:16px;border-right:1px solid var(--pr-border)}.wl-sidebar-title{font-size:20px;font-weight:600;margin:0}.wl-sidebar-description{font-size:12px;color:var(--pr-subtext);margin-top:4px;margin-bottom:0}.wl-refresh-wrap{margin-top:8px}.wl-btn{font-size:12px;padding:6px 14px;border-radius:8px;border:1px solid var(--pr-border);background:#fafafa;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.wl-btn:hover{background:#f0f4ff;border-color:var(--pr-border-strong)}.wl-btn:disabled{opacity:.5;cursor:default}.wl-btn-refresh{border-radius:999px}.wl-section-top{margin-top:12px}.wl-section{margin-top:50px;display:flex;flex-direction:column;gap:8px}.wl-section-title{font-size:18px;margin-left:2px;margin-bottom:10px;font-weight:600}.wl-list{display:flex;flex-direction:column;gap:6px}.wl-list-item{padding:10px 12px;border-radius:8px;background:#fff;border:1px solid var(--pr-border);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.wl-list-item:hover{background:#f7f9fc;border-color:var(--pr-border-strong);box-shadow:0 1px 2px rgba(0,0,0,.03);transform:translateY(-1px)}.wl-list-item--active{background:#eef4ff;border-color:var(--pr-accent)}.wl-list-item-title{font-size:13px;font-weight:500}.wl-list-item-main{display:flex;flex-direction:column;gap:2px}.wl-list-item-tag{font-size:10px;text-transform:uppercase;color:var(--pr-accent)}.wl-list-item-count{font-size:11px;font-weight:600;background:#f0f1f5;color:#555;padding:2px 8px;border-radius:999px;border:1px solid var(--pr-border-strong);min-width:26px;text-align:center}.wl-create-form{margin-top:18px;padding:14px 16px;background:#fff;border:1px solid var(--pr-border);border-radius:10px;display:flex;flex-direction:column;gap:10px;transition:box-shadow .15s ease}.wl-create-form:hover{box-shadow:0 2px 4px rgba(0,0,0,.04)}.wl-create-title{font-size:18px;margin-top:30px;margin-left:2px;font-weight:600}.wl-create-input{font-size:13px;padding:8px 10px;border-radius:8px;border:1px solid var(--pr-border);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.wl-create-input:focus{border-color:var(--pr-accent);background:#fff;box-shadow:0 0 0 1px var(--pr-accent-soft)}.wl-create-btn{border-radius:999px}.wl-create-limit{font-size:11px;color:#c00;margin-top:-2px}
