:root{--primary-color:#6366f1;--primary-hover:#4f46e5;--secondary-color:#8b5cf6;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--header-height:70px;--text-color:#1f2937;--text-secondary:#6b7280;--bg-color:#fff;--bg-secondary:#f9fafb;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--border-radius:12px;--border-radius-lg:16px;--transition:all .2s cubic-bezier(.4, 0, .2, 1);--font-mono:"SF Mono", "Monaco", "Inconsolata", "Roboto Mono", monospace}html.dark-theme{--text-color:#f9fafb;--text-secondary:#d1d5db;--bg-color:#111827;--bg-secondary:#1f2937;--border-color:#374151}*{box-sizing:border-box}body{background:linear-gradient(135deg, var(--bg-color) 0%, var(--bg-secondary) 100%);color:var(--text-color);min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif;font-size:18px;line-height:1.6;overflow-x:hidden}.header{height:var(--header-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);z-index:1000;box-shadow:var(--shadow-sm);background:#fffffff2;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}html.dark-theme .header{border-bottom-color:var(--border-color);background:#111827f2}.header-logo{align-items:center;gap:1rem;display:flex}.header-logo img{height:40px;box-shadow:var(--shadow-sm);border-radius:8px}.header-title{color:var(--text-color);margin:0;font-size:1.2rem;font-weight:600}.header-nav{align-items:center;margin-left:auto;display:flex}.header-nav a{color:var(--text-color);margin-left:1.5rem;font-size:1rem;font-weight:500;text-decoration:none}.header-nav a:hover{color:var(--primary-color)}.header-nav a{position:relative}.header-nav a:after{content:"";background:#95554f;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.header-nav a:hover:after,.header-nav a.active:after{width:100%}.menu-toggle{cursor:pointer;color:var(--text-color);background:0 0;border:none;margin-left:auto;padding:.5rem;font-size:1.5rem;display:none}.main-content{padding-top:calc(var(--header-height) + .5rem);max-width:1248px;margin:0 auto;padding-bottom:.5rem;padding-left:1.5rem;padding-right:1.5rem}.section-switcher{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.section-switch-btn{border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-color);cursor:pointer;transition:var(--transition);border-radius:999px;padding:.45rem .9rem;font-size:.88rem;font-weight:600}.section-switch-btn:hover{color:#95554f;border-color:#95554f}.section-switch-btn.active{color:#fff;background:#95554f;border-color:#95554f}.mode-section-hidden{display:none!important}.dashboard-grid{height:calc(100vh - var(--header-height) - 4rem);grid-template-columns:300px 1fr;gap:1rem;display:grid}.sidebar{background:var(--bg-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);height:100%;padding:1rem;overflow-y:auto}.sidebar-header{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem}.sidebar-title{color:var(--text-color);margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.sidebar-subtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.charts-container{grid-template-columns:repeat(3,1fr);gap:1rem;height:100%;display:grid;overflow-y:auto}.chart-card{background:var(--bg-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);flex-direction:column;min-height:500px;padding:1rem;display:flex}.chart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.chart-title{color:var(--text-color);margin:0;font-size:1.25rem;font-weight:700}.chart-subtitle{color:var(--text-secondary);margin:.1rem 0 0;font-size:.95rem}.chart-content{flex:1;min-height:300px;position:relative}.chart-mount{width:100%;height:100%}.chart-toggle-btn{padding:.25rem .5rem;font-size:.8rem}.chart-canvas{width:100%!important;height:100%!important}.filter-section{background:var(--bg-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);margin-bottom:1.5rem;padding:1.5rem}.filter-row{align-items:center;gap:1rem;display:flex}.date-slider-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;flex:.8;max-width:25%;padding:1rem}.additional-filters{flex-wrap:wrap;flex:2;align-items:center;gap:.75rem;display:flex}.filter-input{border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-color);transition:var(--transition);border-radius:6px;flex:.8;min-width:100px;padding:.5rem .75rem;font-size:.9rem}.filter-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #6366f11a}.filter-input::placeholder{color:var(--text-secondary)}.offer-tool-section{box-shadow:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:0 0;border:0;border-radius:0;margin-bottom:1.5rem;padding:0}html.dark-theme .offer-tool-section{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.offer-tool-header{border-bottom:0;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.1rem;padding-bottom:0;display:flex}.offer-tool-title{color:var(--text-color);margin:0;font-size:1.2rem;font-weight:700}.offer-tool-version-badge{letter-spacing:.04em;vertical-align:middle;background:var(--border-color);color:var(--text-secondary);border-radius:4px;margin-left:6px;padding:2px 7px;font-size:.6em;font-weight:500}.offer-tool-subtitle{color:var(--text-secondary);max-width:780px;margin:.25rem 0 0;font-size:.92rem}.offer-tool-goal-strip{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.offer-tool-goal-label{color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;font-size:.8rem;font-weight:700}.offer-tool-goal-group{flex-wrap:wrap;gap:.4rem;display:inline-flex}.offer-tool-goal-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;min-height:44px;transition:var(--transition);background:0 0;border-radius:999px;padding:.25rem .7rem;font-size:.8rem;font-weight:600}.offer-tool-goal-btn:hover{color:#95554f;background:#95554f14;border-color:#95554f}.offer-tool-goal-btn.active{color:#95554f;background:#95554f21;border-color:#95554f}.offer-tool-grid{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1rem;margin-bottom:.9rem;padding:1rem;display:grid}.offer-tool-price-edge{background:0 0;border:0;border-radius:0;margin:0;padding:0}.offer-tool-price-edge .offer-tool-presets{margin-top:0}.offer-tool-context-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.offer-tool-context-row>label{color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;font-size:.8rem;font-weight:700}.offer-tool-context-group{flex-wrap:wrap;gap:.4rem;display:inline-flex}.offer-tool-context-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border-radius:999px;padding:.25rem .7rem;font-size:.8rem;font-weight:600}.offer-tool-context-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:#6366f114}.offer-tool-context-btn.active{border-color:var(--primary-color);color:var(--primary-color);background:#6366f121}.offer-tool-advanced{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;margin-bottom:.75rem;padding:.5rem .65rem .65rem}.offer-tool-advanced summary{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;font-size:.82rem;font-weight:600;list-style:none}.offer-tool-advanced summary::-webkit-details-marker{display:flex}.offer-tool-advanced summary:before{content:"▸";margin-right:.4rem;transition:transform .15s;display:inline-block}.offer-tool-advanced[open] summary:before{transform:rotate(90deg)}.offer-tool-advanced-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem;margin-top:.55rem;display:grid}.offer-tool-field{flex-direction:column;gap:.35rem;display:flex}.offer-tool-field label,.offer-tool-field-label{color:var(--text-secondary);font-size:.84rem;font-weight:700}.offer-tool-field input,.offer-tool-field select{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-color);border-radius:8px;min-height:44px;padding:.45rem .65rem;font-size:.9rem}.offer-tool-field-help{color:var(--text-secondary);font-size:.78rem;line-height:1.4}.offer-tool-field input:focus,.offer-tool-field select:focus{border-color:#95554f;outline:none;box-shadow:0 0 0 2px #95554f2e}.offer-tool-slider-row{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.offer-tool-slider-value{color:var(--text-color);white-space:nowrap;font-size:.85rem;font-weight:700}.offer-tool-field input.offer-tool-range-input{opacity:0;pointer-events:none;border:0;width:1px;height:1px;min-height:0;padding:0;position:absolute}.offer-tool-derived-value{display:none}.offer-tool-actions{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.85rem;display:flex}.offer-tool-btn{color:#fff;cursor:pointer;min-height:44px;transition:var(--transition);background:#95554f;border:none;border-radius:10px;padding:.58rem 1rem;font-size:.9rem;font-weight:600}.offer-tool-btn:hover{background:#7a443f;transform:translateY(-1px)}.offer-tool-btn.secondary{color:var(--text-color);border:1px solid var(--border-color);background:0 0}.offer-tool-btn.secondary:hover{color:#95554f;background:#95554f14;border-color:#95554f}.offer-tool-load-more-button.is-visible{justify-content:center;align-items:center;display:inline-flex}.offer-tool-status{color:var(--text-secondary);max-width:760px;min-height:20px;font-size:.85rem;line-height:1.35}.offer-tool-status.is-error{color:var(--error-color)}.offer-tool-result-grid{flex-direction:column;gap:.8rem;display:flex}.offer-tool-top-card{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:12px;flex-direction:column;gap:.95rem;padding:1rem;display:flex}.offer-tool-top-card.offer-tool-live-plan-card{background:linear-gradient(145deg,#95554f24,#95554f06 55%);border-color:#95554f80;padding:1.2rem}.offer-tool-top-card-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.65rem;display:flex}.offer-tool-top-card-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.75rem;font-weight:700}.offer-tool-top-card-goal{color:var(--text-secondary);font-size:.78rem;font-weight:600}.offer-tool-live-plan-card .offer-tool-top-card-label,.offer-tool-live-plan-card .offer-tool-top-card-goal{color:#b66d64}.offer-tool-top-card-terms{color:var(--text-color);font-size:1.35rem;font-weight:700}.offer-tool-offer-summary{background:#95554f0f;border:1px solid #95554f8c;border-radius:12px;grid-template-columns:minmax(190px,.8fr) minmax(260px,1.2fr) minmax(150px,.55fr);align-items:stretch;display:grid;overflow:hidden}html.dark-theme .offer-tool-offer-summary{background:#050f188c}.offer-tool-offer-summary>div{flex-direction:column;justify-content:center;gap:.22rem;min-height:88px;padding:.9rem 1rem;display:flex}.offer-tool-offer-summary>div+div{border-left:1px solid #94a3b82e}.offer-tool-offer-summary-principal strong,.offer-tool-offer-summary-price strong,.offer-tool-offer-summary-eapr strong{color:var(--text-color);font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1.15}.offer-tool-offer-summary span{color:var(--text-secondary);font-size:.82rem}.offer-tool-offer-summary-eapr{background:#95554f24}.offer-tool-offer-summary-eapr span{font-weight:700}.offer-tool-offer-summary-eapr strong{color:#d58b82}.offer-tool-position-line{color:var(--text-secondary);flex-wrap:wrap;gap:.35rem;margin:0;font-size:.86rem;line-height:1.5;display:flex}.offer-tool-position-line>span+span:before{content:"·";color:#94a3b8b3;margin-right:.35rem}.offer-tool-position-line strong{color:var(--text-color)}.offer-tool-gondi-settings{color:var(--text-secondary);background:#94a3b814;border-radius:9px;flex-wrap:wrap;align-items:center;gap:.4rem .8rem;padding:.65rem .75rem;font-size:.8rem;display:flex}.offer-tool-gondi-settings strong{color:var(--text-color)}.offer-tool-gondi-settings span+span{border-left:1px solid #94a3b833;padding-left:.8rem}.offer-tool-primary-actions{border-bottom:1px solid #94a3b82e;padding-bottom:.9rem}.offer-tool-insight-grid{grid-template-columns:minmax(260px,.72fr) minmax(420px,1.28fr);align-items:stretch;gap:.9rem;display:grid}.offer-tool-plan-lede{max-width:940px;color:var(--text-secondary);margin:-.25rem 0 0;line-height:1.55}.offer-tool-anchor-expiry{width:fit-content;color:var(--text-secondary);background:#f59e0b14;border-left:3px solid #f59e0b;padding:.45rem .7rem;font-size:.8rem;line-height:1.45}.offer-tool-anchor-expiry strong{color:var(--text-color)}.offer-tool-builder-body{grid-template-columns:minmax(300px,.72fr) minmax(340px,1fr);align-items:stretch;gap:.9rem;display:grid}.offer-tool-posting-recipe{background:#050f1875;border-color:#10b98161;gap:.5rem;padding:.85rem .95rem}.offer-tool-recipe-row{border-top:1px solid #94a3b829;grid-template-columns:minmax(110px,.8fr) minmax(120px,1fr);align-items:baseline;gap:.8rem;padding-top:.42rem;display:grid}.offer-tool-recipe-row:first-of-type{border-top:0;padding-top:0}.offer-tool-recipe-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.035em;font-size:.74rem;font-weight:700}.offer-tool-recipe-value{color:var(--text-color);font-weight:750}.offer-tool-reason-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:10px;padding:.85rem .95rem}.offer-tool-reason-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.55rem;font-size:.78rem;font-weight:700}.offer-tool-earnings-card{flex-direction:column;gap:.8rem;display:flex}.offer-tool-earnings-hero{border-bottom:1px solid var(--border-color);padding-bottom:.75rem}.offer-tool-earnings-hero .label{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700;display:block}.offer-tool-earnings-hero strong{color:var(--text-color);margin-top:.2rem;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.1;display:block}.offer-tool-earnings-usd{color:var(--text-secondary);margin-top:.22rem;font-size:.8rem;display:block}.offer-tool-builder-facts{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.55rem;display:grid}.offer-tool-builder-fact{border-top:1px solid var(--border-color);padding-top:.55rem}.offer-tool-builder-fact .label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700;display:block}.offer-tool-builder-fact .value{color:var(--text-color);margin-top:.16rem;font-size:.95rem;font-weight:650;display:block}.offer-tool-top-card-actions{flex-wrap:wrap;gap:.55rem;display:flex}.offer-tool-gondi-link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.offer-tool-unpriced-guidance{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);color:var(--text-secondary);grid-column:1/-1;padding:.9rem 0;line-height:1.55}.offer-tool-unpriced-guidance strong{color:var(--text-color);margin-bottom:.2rem;display:block}.offer-tool-reference-range{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);grid-column:1/-1;grid-template-columns:minmax(190px,.45fr) minmax(280px,1fr);align-items:center;gap:1rem;padding:.9rem 0;display:grid}.offer-tool-reference-range span{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700;display:block}.offer-tool-reference-range strong{color:var(--text-color);margin-top:.2rem;font-size:1.15rem;display:block}.offer-tool-reference-range p{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.55}.offer-tool-risk-block{border:1px solid var(--border-color);background:var(--bg-color);border-radius:10px;padding:.85rem .95rem}.offer-tool-risk-heading{color:var(--text-secondary);justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.78rem;font-weight:700;display:flex}.offer-tool-risk-heading strong{color:#f59e0b;font-size:1rem}.offer-tool-risk-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-top:.7rem;display:grid}.offer-tool-risk-grid>div{border-left:1px solid var(--border-color);padding-left:.65rem}.offer-tool-risk-grid span,.offer-tool-risk-grid strong{display:block}.offer-tool-risk-grid span{color:var(--text-secondary);font-size:.72rem}.offer-tool-risk-grid strong{color:var(--text-color);margin-top:.18rem;font-size:.88rem}.offer-tool-risk-block p{color:var(--text-secondary);margin:.7rem 0 0;font-size:.74rem;line-height:1.45}.offer-tool-model-note{color:var(--text-secondary);border-radius:8px;padding:.7rem .8rem;font-size:.82rem;line-height:1.5}.offer-tool-model-note.is-limited{background:#f59e0b14;border:1px solid #f59e0b47}.offer-tool-model-note.is-supported{background:#10b98114;border:1px solid #10b98147}.offer-tool-plan-disclosure{border-top:1px solid #94a3b82e;padding-top:.7rem}.offer-tool-plan-disclosure summary{cursor:pointer;width:fit-content;color:var(--text-secondary);font-size:.82rem;font-weight:650}.offer-tool-plan-disclosure-body{gap:.65rem;margin-top:.7rem;display:grid}.offer-tool-plan-disclosure-body>p{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.5}.offer-tool-secondary-actions{flex-wrap:wrap;gap:.35rem;margin-top:-.4rem;display:flex}.offer-tool-secondary-actions .offer-tool-btn{min-height:34px;color:var(--text-secondary);border:0;padding:.3rem .45rem;font-size:.78rem}.offer-tool-secondary-actions .offer-tool-btn:hover{color:#b66d64;background:0 0;transform:none}.offer-tool-plan-assumption{color:var(--text-secondary);margin:0;font-size:.76rem;line-height:1.45}@media (width<=820px){.offer-tool-builder-body,.offer-tool-reference-range,.offer-tool-offer-summary,.offer-tool-insight-grid{grid-template-columns:1fr}.offer-tool-offer-summary>div+div{border-top:1px solid #94a3b82e;border-left:0}}@media (width<=520px){.offer-tool-offer-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-tool-offer-summary>div{min-height:78px;padding:.75rem}.offer-tool-offer-summary>div+div{border-top:0}.offer-tool-offer-summary-price{border-left:1px solid #94a3b82e!important}.offer-tool-offer-summary-eapr{grid-column:1/-1;border-top:1px solid #94a3b82e!important;border-left:0!important}.offer-tool-primary-actions .offer-tool-btn{flex:100%}.offer-tool-position-line{gap:.3rem;display:grid}.offer-tool-position-line>span+span:before{content:none;margin:0}}.offer-tool-alternatives-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;display:grid}.offer-tool-alternatives-secondary{opacity:.82}.offer-tool-alternative-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;gap:.22rem;padding:.6rem .7rem;display:flex}.offer-tool-alternative-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.offer-tool-alternative-terms{color:var(--text-color);font-size:.89rem;font-weight:700}.offer-tool-alternative-meta{color:var(--text-secondary);font-size:.78rem;line-height:1.35}.offer-tool-recommendations-card{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;padding:.85rem}.offer-tool-summary-strip{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.55rem .85rem;font-size:.84rem;display:flex}.offer-tool-strip-terms{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.35rem;display:flex}.offer-tool-strip-rec{color:var(--text-color);flex:1;min-width:160px}.offer-tool-strip-sep{background:var(--border-color);flex-shrink:0;align-self:center;width:1px;height:1.1em}.offer-tool-strip-details{white-space:nowrap;border-top:none;flex-shrink:0;margin-top:0;padding-top:0}.offer-tool-pill{border:1px solid #0000;border-radius:999px;align-items:center;padding:.2rem .45rem;font-size:.75rem;font-weight:700;display:inline-flex}.offer-tool-pill.good{color:#065f46;background:#10b98126;border-color:#10b9814d}.offer-tool-pill.warn{color:#92400e;background:#f59e0b29;border-color:#f59e0b4d}.offer-tool-pill.bad{color:#991b1b;background:#ef444424;border-color:#ef44444d}.offer-tool-sub{color:var(--text-secondary);font-size:.78rem;font-weight:400}.offer-tool-muted{color:var(--text-secondary);font-size:.83rem;font-weight:400}.offer-tool-muted-detail{color:var(--text-secondary);font-size:.72rem}.offer-tool-muted-placeholder{color:var(--text-secondary);font-size:.78rem}.offer-tool-muted-value{color:var(--text-secondary)}.offer-tool-summary-row{color:var(--text-color);justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.offer-tool-summary-row .label{color:var(--text-secondary);white-space:nowrap;font-weight:500}.offer-tool-summary-details{border-top:1px solid var(--border-color);margin-top:.5rem;padding-top:.4rem}.offer-tool-summary-details>summary{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.15rem 0;font-size:.79rem;font-weight:500}.offer-tool-summary-details>summary:hover{color:var(--text-color)}.offer-tool-summary-details[open]>summary{margin-bottom:.4rem}.offer-tool-summary-details-inner{flex-direction:column;gap:.35rem;min-width:220px;margin-top:.4rem;display:flex}.offer-tool-match-badge{border-radius:4px;margin-top:.15rem;padding:.1rem .3rem;font-size:.7rem;font-weight:600;display:inline-block}.offer-tool-match-badge.exact{color:#065f46;background:#10b9811f}.offer-tool-match-badge.near{color:var(--text-secondary);background:#6b72801a}.offer-tool-match-badge.far{color:#92400e;background:#f59e0b1a}.offer-tool-sparse-notice{color:#92400e;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:6px;margin-bottom:.65rem;padding:.5rem .7rem;font-size:.8rem}.offer-tool-exact-row{background:#10b9810f}.offer-p24h-cell{flex-direction:column;gap:3px;min-width:72px;display:flex}.offer-tool-recommended-terms-cell{white-space:normal;min-width:130px}.offer-p24h-bar{background:var(--border-color);border-radius:2px;width:100%;height:4px;overflow:hidden}.offer-p24h-bar-fill{width:var(--offer-p24h-fill-width);background:#3d8c5c;border-radius:2px;height:100%;transition:width .2s}.offer-staleness-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:.25rem;padding:.1rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex}.offer-staleness-badge.fresh{color:#065f46;background:#10b9811f;border-color:#10b9814d}.offer-staleness-badge.stale{color:#92400e;background:#f59e0b1f;border-color:#f59e0b4d}.offer-staleness-badge.old{color:#991b1b;background:#ef44441f;border-color:#ef44444d}.offer-tool-presets{flex-wrap:wrap;gap:.3rem;margin-top:.3rem;display:flex}.offer-tool-preset{border:1px solid var(--border-color);min-height:44px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;transition:border-color .15s,color .15s}.offer-tool-preset:hover{color:#95554f;border-color:#95554f}.offer-tool-preset.active{color:#95554f;background:#95554f14;border-color:#95554f}.offer-tool-live-market{border:1px solid var(--border-color);background:#94a3b80a;border-radius:10px;padding:.85rem;scroll-margin-top:5rem}.offer-tool-live-header{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.offer-tool-live-title{color:var(--text-color);font-size:.9rem;font-weight:700}.offer-tool-live-meta{color:var(--text-secondary);font-size:.8rem}.offer-tool-live-filter-note{color:#92400e;font-size:.72rem;font-style:italic}.offer-tool-live-your-pos{background:#94a3b812;border:1px solid #94a3b829;border-radius:7px;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:.65rem;padding:.4rem .7rem;font-size:.84rem;display:flex}.offer-tool-live-body{grid-template-columns:auto 1fr;align-items:start;gap:1rem;margin-bottom:.65rem;display:grid}@media (width<=600px){.offer-tool-live-body{grid-template-columns:1fr}}.offer-tool-wtb-section{min-width:200px}.offer-tool-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:.45rem;font-size:.72rem;font-weight:600}.offer-tool-wtb-grid{flex-direction:column;gap:.5rem;display:flex}.offer-tool-wtb-item{flex-direction:column;gap:.05rem;display:flex}.offer-tool-wtb-label{color:var(--text-secondary);font-size:.75rem}.offer-tool-wtb-value{color:var(--text-color);font-size:1rem;font-weight:700}.offer-tool-live-chart-wrap{min-width:0}.offer-tool-demand-chart{width:100%;height:190px}.offer-tool-live-chart-wrap.is-sparse .offer-tool-demand-chart{height:118px}.offer-tool-live-chart-wrap.is-sparse .offer-tool-chart-legend{display:none}.offer-tool-chart-legend{color:var(--text-secondary);justify-content:flex-end;gap:.9rem;margin-top:-.1rem;font-size:.7rem;display:flex}.offer-tool-chart-legend span{align-items:center;gap:.35rem;display:inline-flex}.offer-tool-chart-legend i{background:#4b5563;border-radius:2px;width:.55rem;height:.55rem}.offer-tool-chart-legend i.is-eligible{background:#95554f}.offer-tool-live-details{font-size:.82rem}.offer-tool-live-details summary{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;padding:.2rem 0}.offer-tool-live-table-scroll{margin-top:.5rem;overflow-x:auto}.offer-tool-live-table{border-collapse:collapse;border-radius:0;width:100%;max-width:none;margin:0;font-size:.8rem}.offer-tool-live-market .offer-tool-live-table thead th{text-align:left;border-bottom:1px solid var(--border-color);color:var(--text-secondary);cursor:default;white-space:nowrap;background:#94a3b814;padding:.5rem;font-size:.76rem;font-weight:600;position:static}.offer-tool-live-market .offer-tool-live-table thead th:after{content:none}.offer-tool-live-table tbody td{border:0;border-bottom:1px solid var(--border-color);text-align:left;white-space:nowrap;vertical-align:top;padding:.55rem .5rem;font-size:.78rem}.offer-tool-live-table tbody tr:nth-child(2n){background:0 0}.offer-tool-live-table tbody tr:hover{background:#94a3b80d}.offer-tool-eligibility{border-radius:999px;align-items:center;padding:.14rem .42rem;font-size:.68rem;font-weight:700;display:inline-flex}.offer-tool-eligibility.is-eligible{color:#34d399;background:#10b9811a;border:1px solid #10b9814d}.offer-tool-eligibility.is-reference{border:1px solid var(--border-color);color:var(--text-secondary)}.offer-tool-live-table tr.offer-tool-live-yours td{background:#10b9811a}.offer-tool-live-assumption{color:var(--text-secondary);margin:.55rem 0 0;font-size:.72rem;line-height:1.45}.offer-tool-live-method{color:var(--text-secondary);margin-top:.65rem}.offer-tool-live-method summary{cursor:pointer;width:fit-content;font-size:.76rem;font-weight:650}.offer-tool-warn-n{color:#92400e;background:#f59e0b24;border-radius:3px;padding:0 .22rem;font-weight:600}.offer-tool-currency-warn{color:#92400e;margin-top:.25rem;font-size:.76rem}@media (width<=700px){.offer-tool-live-table-scroll{overflow:visible}.offer-tool-live-table,.offer-tool-live-table tbody,.offer-tool-live-table tr,.offer-tool-live-table tbody td{width:100%;display:block}.offer-tool-live-table thead{display:none}.offer-tool-live-market .offer-tool-live-table tr{border:1px solid var(--border-color);background:var(--bg-color);border-radius:9px;margin-bottom:.75rem;padding:.55rem .7rem}.offer-tool-live-table tbody td{white-space:normal;text-align:right;border-bottom:1px solid #94a3b81f;grid-template-columns:minmax(104px,.75fr) minmax(0,1.25fr);align-items:start;gap:.65rem;padding:.42rem 0;display:grid}.offer-tool-live-table tbody td:last-child{border-bottom:0}.offer-tool-live-table tbody td:before{content:attr(data-label);color:var(--text-secondary);text-align:left;font-size:.72rem;font-weight:650}.offer-tool-live-table tbody td>*{justify-self:end}}.lending-initial-hidden{display:none}.offer-tool-market-context{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:.45rem .75rem;padding:.6rem .75rem;font-size:.8rem;display:grid}.offer-tool-market-item{flex-direction:column;gap:.12rem;display:flex}.offer-tool-market-item .label{color:var(--text-secondary);font-weight:500}.offer-tool-market-item strong{color:var(--text-color);font-size:.9rem}.offer-tool-details-panel{border:1px solid var(--border-color);background:var(--bg-color);border-radius:10px;padding:.5rem .7rem}.offer-tool-details-panel>summary{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;font-size:.86rem;font-weight:600;list-style:none}.offer-tool-details-panel>summary::-webkit-details-marker{display:flex}.offer-tool-details-panel>summary:before{content:"▸";margin-right:.4rem;transition:transform .15s;display:inline-block}.offer-tool-details-panel[open]>summary:before{transform:rotate(90deg)}.offer-tool-details-content{flex-direction:column;gap:.75rem;margin-top:.65rem;display:flex}.offer-tool-recommendations-table-wrap{width:100%;overflow-x:auto}.offer-tool-recommendations-table{border-collapse:collapse;width:100%;min-width:660px;margin:0;font-size:.83rem}.offer-tool-recommendations-table th,.offer-tool-recommendations-table td{border:1px solid var(--border-color);text-align:left;white-space:nowrap;padding:.34rem .48rem}.offer-tool-recommendations-table th{text-transform:uppercase;letter-spacing:.03em;color:#e5e7eb;cursor:default;background:#374151;font-size:.76rem}.offer-tool-recommendations-table th[data-col]{cursor:pointer;-webkit-user-select:none;user-select:none}.offer-tool-recommendations-table th[data-col]:hover{background:#4b5563}.offer-tool-recommendations-table th[data-col]:after{content:" ⇅";opacity:.4;font-size:.7em}.offer-tool-recommendations-table th[data-col].sort-asc:after{content:" ↑";opacity:1}.offer-tool-recommendations-table th[data-col].sort-desc:after{content:" ↓";opacity:1}.offer-tool-empty{color:var(--text-secondary);padding:.45rem .1rem;font-size:.85rem}.offer-tool-more{justify-content:center;margin-top:.65rem;display:flex}.platform-filter-container{display:inline-block;position:relative}.platform-filter-dropdown{width:100%;position:relative}.platform-filter-display{background:var(--bg-color);border:1px solid var(--border-color);cursor:pointer;color:var(--text-color);width:120px;min-width:120px;min-height:38px;transition:var(--transition);border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.9rem;display:flex}.platform-filter-display:hover{border-color:var(--primary-color)}.platform-filter-display:after{content:"▼";color:var(--text-secondary);font-size:.8rem;transition:transform .2s}.platform-filter-dropdown.open .platform-filter-display:after{transform:rotate(180deg)}.platform-filter-options{background:var(--bg-color);border:1px solid var(--border-color);z-index:1000;max-height:250px;box-shadow:var(--shadow-lg);border-top:none;border-radius:0 0 6px 6px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.platform-filter-dropdown.open .platform-filter-options{display:block}.terms-filter-options{border:1px solid var(--border-color);border-radius:6px;width:280px;padding:.85rem;left:auto;right:0}.range-filter-group+.range-filter-group{border-top:1px solid var(--border-color);margin-top:.85rem;padding-top:.85rem}.range-filter-group label{color:var(--text-secondary);margin-bottom:.45rem;font-size:.8rem;font-weight:600;display:block}.range-filter-row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.range-filter-input{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-color);border-radius:6px;padding:.5rem .65rem;font-size:.88rem}.range-filter-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #6366f11a}.platform-option{cursor:pointer;color:var(--text-color);align-items:center;padding:8px 12px;font-size:.9rem;transition:background-color .2s;display:flex}.platform-option:hover{background-color:var(--bg-secondary)}.platform-option input[type=checkbox]{accent-color:var(--primary-color);margin-right:8px}.platform-option span{flex:1}.date-slider-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1rem}.date-slider-labels{color:var(--text-secondary);justify-content:space-between;margin-bottom:1rem;font-size:.9rem;display:flex}.noUi-handle{background:var(--primary-color)!important;border:2px solid var(--bg-color)!important;width:16px!important;height:16px!important;box-shadow:var(--shadow-md)!important;cursor:pointer!important;border-radius:50%!important;top:-4px!important;right:-8px!important}.noUi-target{height:8px!important;box-shadow:none!important;background:var(--bg-secondary)!important;border:none!important;border-radius:999px!important}.noUi-handle:before,.noUi-handle:after{display:none!important}.noUi-connects{background:var(--bg-secondary)!important;border-radius:999px!important;height:8px!important}.noUi-connect{background:var(--primary-color)!important}.noUi-horizontal .noUi-handle{top:-4px!important;right:-8px!important}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stats-card{background:var(--bg-color);border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:1px solid var(--border-color);text-align:center;padding:1.5rem}.stats-card h6{color:var(--text-secondary);margin:0 0 .5rem;font-size:.9rem;font-weight:500}.stats-card h3{color:var(--text-color);margin:0;font-size:2rem;font-weight:700}.table-container{background:var(--bg-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);padding:1.5rem;overflow:visible}.table-title{color:var(--text-color);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.lending-tabs{border-bottom:2px solid #e0e0e0;gap:0;margin-bottom:20px;display:flex}.lending-tab{cursor:pointer;color:var(--text-color);opacity:.7;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.lending-tab:hover{opacity:1;background:var(--bg-secondary)}.lending-tab.active{opacity:1;border-bottom-color:var(--primary-color);color:var(--primary-color);font-weight:600}.tab-content{display:none}.tab-content.active{display:block}.actor-search-wrap{margin-bottom:15px}.actor-search-input{border:1px solid #ddd;border-radius:4px;width:100%;padding:10px;font-size:14px}table{border-collapse:separate;border-spacing:0;border-radius:8px;width:auto;max-width:96%;margin:15px auto;overflow:visible}th,td{text-align:center;vertical-align:middle;border:.5px solid #ddd3;padding:7.2px;font-size:16.8px}th{color:#fff;cursor:pointer;background-color:#95554f;position:relative}th:after{content:"";opacity:.5;font-size:12px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}th.sorting:after{content:"↕"}th.sorting_asc:after{content:"↑"}th.sorting_desc:after{content:"↓"}tr:nth-child(2n){background-color:#fff}tr:hover{background-color:#ddd}img.punk-image{width:60px;height:60px;image-rendering:pixelated;border-radius:4px;margin:0 auto;display:block}.lending-search-text{display:none}.lending-copyable-address{cursor:pointer;text-decoration:underline}.punk-image-container,.punk-id-container{display:inline-block;position:relative}.punk-hover-preview{background:var(--bg-color);border:2px solid var(--primary-color);box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;z-index:1000;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;min-width:280px;max-width:320px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.punk-hover-preview.align-left{left:0!important;transform:translateY(-50%)scale(1.02)!important}.punk-hover-preview.align-right{left:100%!important;transform:translate(-100%,-50%)scale(1.02)!important}.address-hover-preview.align-left{left:0!important;transform:translateY(-50%)scale(1.02)!important}.address-hover-preview.align-right{left:100%!important;transform:translate(-100%,-50%)scale(1.02)!important}.preview-content{flex-direction:column;align-items:center;padding:1rem;display:flex}.preview-image{width:80px;height:80px;image-rendering:pixelated;border:2px solid var(--border-color);border-radius:8px;margin-bottom:.75rem}.preview-details{width:100%}.preview-value{color:var(--text-color);text-align:right;flex:1;font-size:.85rem}.preview-link{color:var(--primary-color);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.preview-link:hover{color:var(--primary-hover);text-decoration:underline}.preview-actions{border-top:1px solid var(--border-color);text-align:center;margin-top:.75rem;padding-top:.75rem}.punk-page-btn{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;box-shadow:var(--shadow-sm);border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.punk-page-btn:hover{box-shadow:var(--shadow-md);color:#fff;text-decoration:none;transform:translateY(-1px)}html.dark-theme .punk-hover-preview{background:var(--bg-color);border-color:var(--primary-color)}html.dark-theme .preview-image{border-color:var(--border-color)}html.dark-theme .preview-actions{border-top-color:var(--border-color)}.address-container{display:inline-block;position:relative}.lending-actor-search-text{display:none}.lending-actor-copy-target{cursor:pointer;text-decoration:underline}.address-hover-preview{background:var(--bg-color);border:2px solid var(--primary-color);box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;z-index:1000;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;min-width:320px;max-width:380px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.punk-hover-preview.is-visible,.address-hover-preview.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%)scale(1.02)}.preview-header{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;text-align:center;border-radius:10px 10px 0 0;padding:1rem}.preview-header h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.preview-address{opacity:.9;font-size:.9rem;font-family:var(--font-mono);transition:all .2s}.preview-address:hover{opacity:1;color:#fff;text-shadow:0 0 8px #ffffff80}.lending-copy-notification{z-index:10000;background:var(--success-color);color:#fff;box-shadow:var(--shadow-md);border-radius:4px;padding:.5rem 1rem;font-size:.9rem;position:fixed;top:20px;right:20px}.search-loading{color:var(--text-secondary);text-align:center;padding:1rem}.preview-details{padding:1rem}.preview-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.25rem 0;display:flex}.preview-row:last-child{margin-bottom:0}.preview-label{color:var(--text-secondary);min-width:140px;font-size:.9rem;font-weight:600}.preview-value{color:var(--text-color);text-align:right;flex:1;font-size:.9rem;font-weight:500}html.dark-theme .address-hover-preview{background:var(--bg-color);border-color:var(--primary-color)}html.dark-theme .preview-header{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color))}html.dark-theme .preview-label{color:var(--text-secondary)}html.dark-theme .preview-value{color:var(--text-color)}html.dark-theme table{border-color:#4443}html.dark-theme th{color:#fff;background-color:#95554f}html.dark-theme th:hover{background-color:#7e4641}html.dark-theme tr:nth-child(2n){background-color:#333}html.dark-theme tr:nth-child(odd){background-color:#2d2d2d}html.dark-theme tr:hover{background-color:#444}html.dark-theme td{border-color:#4443}.loading-spinner{text-align:center;color:var(--text-secondary);padding:2rem;display:none}.error-message{color:var(--error-color);text-align:center;padding:2rem;display:none}.error-message.is-visible{display:block!important}.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:1em;margin:.25rem 0;animation:1.5s infinite skeleton-loading}.skeleton-chart{background:0 0;border-radius:8px;width:100%;height:300px;position:relative;overflow:hidden}.skeleton-chart-line{top:var(--skeleton-line-top);left:var(--skeleton-line-left);width:var(--skeleton-line-width);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:2px;height:3px;animation:1.5s infinite skeleton-loading;position:absolute}.skeleton-chart-bar{left:var(--skeleton-bar-left);width:var(--skeleton-bar-width);height:var(--skeleton-bar-height);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:2px;animation:1.5s infinite skeleton-loading;position:absolute;bottom:0}.skeleton-chart-bar--heatmap{top:var(--skeleton-bar-top);width:16%;height:16%;opacity:var(--skeleton-bar-opacity);bottom:auto}.skeleton-chart-grid{background-image:linear-gradient(90deg,#0000001a 1px,#0000 1px),linear-gradient(#0000001a 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.skeleton-stat{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:2rem;margin:.5rem auto;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.table-header-hover{position:relative!important;overflow:visible!important}.header-tooltip{background:var(--bg-color);border:1px solid var(--border-color);z-index:10000;opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:normal;word-wrap:break-word;border-radius:8px;min-width:280px;max-width:320px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.header-tooltip-title{color:var(--text-color);border-bottom:1px solid var(--border-color);margin-bottom:6px;padding-bottom:4px;font-size:.9rem;font-weight:600}.header-tooltip-description{color:var(--text-secondary);margin-bottom:8px;font-size:.85rem;line-height:1.4}.header-tooltip-example{color:var(--primary-color);background:var(--bg-secondary);border-left:3px solid var(--primary-color);border-radius:4px;padding:6px 8px;font-size:.8rem;font-style:italic}html.dark-theme .header-tooltip{background:var(--bg-color);border-color:var(--border-color);box-shadow:0 4px 12px #0000004d}html.dark-theme .header-tooltip-title{color:var(--text-color);border-bottom-color:var(--border-color)}html.dark-theme .header-tooltip-description{color:var(--text-secondary)}html.dark-theme .header-tooltip-example{color:var(--primary-color);background:var(--bg-secondary);border-left-color:var(--primary-color)}.dataTables_wrapper,.dataTables_scrollBody{overflow:visible!important}.dataTables_scrollHead,.dataTables_scrollHead thead,.dataTables_scrollHead thead th,#lendingTable thead th{pointer-events:auto!important;overflow:visible!important}#lendingTable thead th .header-tooltip{word-wrap:break-word;max-width:min(360px,92vw);z-index:10000!important;pointer-events:none!important;position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;transform:translate(-50%)!important}#lendingTable thead th .header-tooltip.is-visible{transform:translate(-50%)translateY(4px)!important}#lendingTable thead th .header-tooltip.align-left{left:0!important;transform:translate(0)translateY(4px)!important}#lendingTable thead th .header-tooltip.align-right{left:100%!important;transform:translate(-100%)translateY(4px)!important}.header-tooltip:before{content:"";border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--border-color);width:0;height:0;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.header-tooltip:after{content:"";border-left:7px solid #0000;border-right:7px solid #0000;border-bottom:7px solid var(--bg-color);width:0;height:0;position:absolute;top:-7px;left:50%;transform:translate(-50%)}html.dark-theme .header-tooltip:before{border-bottom-color:var(--border-color)}html.dark-theme .header-tooltip:after{border-bottom-color:var(--bg-color)}html.dark-theme .skeleton-text,html.dark-theme .skeleton-chart-line,html.dark-theme .skeleton-chart-bar{background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%) 0 0/200% 100%}html.dark-theme .skeleton-chart-grid{background-image:linear-gradient(90deg,#ffffff1a 1px,#0000 1px),linear-gradient(#ffffff1a 1px,#0000 1px)}html.dark-theme .skeleton-stat{background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%) 0 0/200% 100%}.theme-toggle{background:var(--bg-color);border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-color);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-lg);z-index:2147483647;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:fixed;bottom:2rem;left:2rem;pointer-events:auto!important}.theme-toggle:hover{box-shadow:var(--shadow-xl);transform:scale(1.1)}@media (width<=768px){.theme-toggle{width:42px;height:42px;bottom:.75rem;left:auto;right:.75rem}}@media (width<=1024px){.dashboard-grid{height:auto;min-height:calc(100vh - var(--header-height) - 4rem);grid-template-rows:auto 1fr;grid-template-columns:1fr}.sidebar{height:auto;max-height:300px}.charts-container{grid-template-columns:1fr;gap:1.5rem}.chart-card{min-height:400px}}@media (width<=768px){.filter-grid,.stats-grid{grid-template-columns:1fr}.main-content{padding:calc(var(--header-height) + .5rem) .5rem .5rem}.filter-section{margin-bottom:1rem;padding:1rem}.filter-row{flex-direction:column;gap:.75rem}.date-slider-container{max-width:100%;padding:.75rem}.additional-filters{flex-direction:column;gap:.5rem}.filter-input{padding:.4rem .6rem;font-size:.85rem}.stats-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1rem}.stats-card{padding:.75rem .5rem}.stats-card h6{margin-bottom:.25rem;font-size:.75rem}.stats-card h3{font-size:1.25rem}.charts-container{grid-template-columns:1fr;gap:1rem;height:auto;margin-bottom:1rem}.chart-card{min-height:300px;margin-bottom:1rem;padding:.75rem}.chart-content{min-height:250px}.chart-title{font-size:1rem}.chart-subtitle{font-size:.8rem}.offer-tool-grid,.offer-tool-advanced-grid{grid-template-columns:1fr;gap:.5rem}.offer-tool-strip-sep{display:none}.section-switcher{flex-wrap:wrap;gap:.45rem}.section-switch-btn{padding:.4rem .75rem;font-size:.82rem}.table-container{padding:1rem}.table-title{margin-bottom:.75rem;font-size:1.1rem}.table-responsive{-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-sm);border-radius:8px;margin:0;padding:0;font-size:.8rem;overflow-x:auto}.table-responsive table{border-collapse:separate;border-spacing:0;width:100%;min-width:1600px;max-width:none;margin:0}#top-lenders-tab .table-responsive table,#top-borrowers-tab .table-responsive table{min-width:1800px}.table-responsive th,.table-responsive td{white-space:nowrap;border:1px solid var(--border-color);min-width:auto;max-width:none;padding:.5rem .4rem;font-size:.75rem}.table-responsive th:first-child,.table-responsive td:first-child{min-width:80px;max-width:100px}.table-responsive th:nth-child(2),.table-responsive td:nth-child(2){min-width:60px;max-width:80px}.table-responsive th:nth-child(3),.table-responsive td:nth-child(3){min-width:70px;max-width:90px}.table-responsive th:nth-child(4),.table-responsive td:nth-child(4),.table-responsive th:nth-child(5),.table-responsive td:nth-child(5),.table-responsive th:nth-child(6),.table-responsive td:nth-child(6){min-width:90px;max-width:110px}.table-responsive th:nth-child(7),.table-responsive td:nth-child(7),.table-responsive th:nth-child(8),.table-responsive td:nth-child(8),.table-responsive th:nth-child(9),.table-responsive td:nth-child(9),.table-responsive th:nth-child(10),.table-responsive td:nth-child(10){min-width:70px;max-width:90px}.table-responsive th:nth-child(11),.table-responsive td:nth-child(11),.table-responsive th:nth-child(12),.table-responsive td:nth-child(12){min-width:80px;max-width:100px}.table-responsive th:nth-child(13),.table-responsive td:nth-child(13),.table-responsive th:nth-child(14),.table-responsive td:nth-child(14){min-width:100px;max-width:120px}.table-responsive th:nth-child(15),.table-responsive td:nth-child(15),.table-responsive th:nth-child(16),.table-responsive td:nth-child(16){min-width:80px;max-width:100px}.table-responsive th:nth-child(17),.table-responsive td:nth-child(17){min-width:70px;max-width:90px}.table-responsive th:nth-child(18),.table-responsive td:nth-child(18){min-width:90px;max-width:110px}.table-responsive th{background-color:var(--primary-color);color:#fff;z-index:10;font-weight:600;position:sticky;top:0}.table-responsive img.punk-image{border-radius:4px;width:45px;height:45px}.table-responsive .punk-hover-preview,.table-responsive .punk-id-container .punk-hover-preview{min-width:250px;max-width:280px;font-size:.8rem}.table-responsive .preview-image{width:60px;height:60px}.table-responsive .preview-content{padding:.75rem}.table-responsive .preview-value,.table-responsive .preview-link{font-size:.75rem}.table-responsive .punk-page-btn{padding:.4rem .8rem;font-size:.75rem}.table-responsive .address-hover-preview{min-width:280px;max-width:320px;font-size:.8rem}.table-responsive .preview-header{padding:.75rem}.table-responsive .preview-header h4{font-size:1rem}.table-responsive .preview-address{font-size:.8rem}.table-responsive .preview-details{padding:.75rem}.table-responsive .preview-row{margin-bottom:.5rem}.table-responsive .preview-label{min-width:120px;font-size:.75rem}.table-responsive .preview-value{font-size:.75rem}.table-responsive:after{content:"← Swipe to see more columns →";text-align:center;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin-top:12px;padding:12px;font-size:13px;font-weight:500;display:block}.table-responsive tr:hover{background-color:#6366f11a}.table-responsive a{border-radius:4px;padding:4px 6px;transition:background-color .2s}.table-responsive a:hover{background-color:#6366f133}.table-responsive .badge{border-radius:12px;padding:4px 8px;font-size:.7rem}.table-responsive .dtr-details,.table-responsive .dtr-title,.table-responsive .dtr-data,.table-responsive .dtr-bs-modal{display:none!important}.table-responsive table{table-layout:fixed}.table-responsive th,.table-responsive td{visibility:visible!important;display:table-cell!important}.table-responsive{touch-action:pan-x}.table-responsive th{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.table-responsive th:active{background-color:var(--primary-hover)}.table-responsive span[title]{cursor:pointer;border-radius:4px;padding:2px 4px;transition:background-color .2s}.table-responsive span[title]:hover{background-color:#6366f11a}.table-responsive span[title]:active{background-color:#6366f133}}@media (width<=480px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.4rem}.stats-card h3{font-size:1.1rem}.chart-card{min-height:250px;padding:.5rem}.chart-content{min-height:200px}.chart-title{font-size:.9rem}.chart-subtitle{font-size:.7rem}.table-responsive th,.table-responsive td{padding:.4rem .3rem;font-size:.7rem}.table-responsive img.punk-image{width:40px;height:40px}.table-responsive .punk-hover-preview,.table-responsive .punk-id-container .punk-hover-preview{min-width:220px;max-width:250px}.table-responsive .preview-image{width:50px;height:50px}.table-responsive .preview-content{padding:.5rem}.table-responsive:after{padding:10px;font-size:12px}}@media (width<=768px){.menu-toggle{display:block}.header-nav{top:var(--header-height);background-color:var(--bg-color);z-index:1000;border-left:1px solid var(--primary-color);opacity:0;visibility:hidden;pointer-events:none;will-change:opacity, transform;border-radius:8px 0 0 8px;flex-direction:column;align-items:stretch;width:200px;padding:0;transition:opacity .14s ease-out,transform .14s ease-out,visibility 0s linear .14s;display:flex;position:absolute;right:0;transform:translate(12px);box-shadow:-4px 0 12px #00000026}.header-nav.open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .14s ease-out,transform .14s ease-out,visibility linear;transform:translate(0,0)}.header-nav a{width:100%;color:var(--text-color);border-bottom:1px solid #6366f133;align-items:center;margin:0;padding:18px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.header-nav a:last-child{border-bottom:none}.header-nav a:hover{color:var(--text-color);background-color:#6366f11a}.header-nav a:active{background-color:#6366f133}.menu-toggle{border:2px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;min-width:40px;padding:8px;transition:all .2s;display:flex}.menu-toggle:hover{background-color:#6366f11a;transform:scale(1.05)}.menu-toggle:active{transform:scale(.95)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}html.dark-theme .header-nav{background-color:var(--bg-color)}html.dark-theme .header-nav a{color:var(--text-color)}html.dark-theme .header-nav a:hover{background-color:#6366f11a}html.dark-theme .header-nav a:active{background-color:#6366f133}html.dark-theme .menu-toggle{border-color:var(--primary-color);color:var(--text-color)}html.dark-theme .menu-toggle:hover{background-color:#6366f11a}.modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0006;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}.modal-content{background-color:var(--bg-color);border:1px solid var(--border-color);width:80%;max-width:500px;box-shadow:var(--shadow);border-radius:8px;margin:15% auto;padding:2rem;position:relative}.close-modal{color:#aaa;float:right;cursor:pointer;font-size:28px;font-weight:700;position:absolute;top:10px;right:20px}.close-modal:hover,.close-modal:focus{color:var(--secondary-color);text-decoration:none}.pricing-info{text-align:center;padding:1rem 0}.pricing-main{position:relative}.sold-out-overlay{z-index:10;pointer-events:none;background:#ffffffb3;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sold-out-text{color:#95554f;letter-spacing:.12em;text-shadow:0 2px 12px #00000014;text-align:center;text-transform:uppercase;opacity:.95;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:2.8rem;font-weight:900}.price-tag{color:var(--secondary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.price-duration{margin-bottom:1.5rem;font-size:1.2rem}.availability{margin:1.5rem 0}.highlight{color:var(--secondary-color);font-weight:600}.progress-bar{background-color:#e0e0e0;border-radius:5px;height:10px;margin:.5rem 0;overflow:hidden}.progress{background-color:var(--secondary-color);border-radius:5px;height:100%}.progress--full{width:100%}.pricing-waitlist{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.pricing-waitlist-copy{color:#666;margin-bottom:1rem}.pricing-waitlist-link{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.price-note{color:#666;margin-top:1rem;font-style:italic}.support-info{padding:1rem 0}.support-option{background-color:#95554f0d;border-radius:8px;align-items:center;margin:1rem 0;padding:1rem;display:flex}.support-icon{color:var(--secondary-color);margin-right:1rem;font-size:1.5rem}.support-option a{color:var(--text-color);font-weight:500;text-decoration:none}.support-option a:hover{color:var(--secondary-color);text-decoration:underline}html.dark-theme .modal-content{background-color:#2d2d2d;border-color:#444}html.dark-theme .close-modal{color:#ddd}html.dark-theme .price-note{color:#aaa}html.dark-theme .support-option{background-color:#95554f26}html.dark-theme .support-option a{color:#fff}@media (width<=768px){.modal-content{width:90%;margin:30% auto;padding:1.5rem}.close-modal{font-size:24px;top:5px;right:10px}.price-tag{font-size:2rem}}.loan-currency-icon{vertical-align:middle;border-radius:50%;width:20px;height:20px}.loan-platform-logo-wrap{display:inline-block}.loan-platform-logo-wrap--bg{border-radius:2px;padding:2px 4px}.loan-platform-logo-wrap--arcade{background-color:#151518}.loan-platform-logo{vertical-align:middle;max-width:80px;height:20px}.ltv-indicator-container{flex-direction:column;align-items:center;gap:4px;display:flex}.ltv-percentage{color:var(--text-primary);font-size:14px;font-weight:600}.ltv-bar{background:#e5e7eb;border-radius:3px;width:100%;height:6px;position:relative;overflow:visible;box-shadow:0 1px 3px #0000001a}.ltv-bar-fill{width:var(--ltv-bar-width,0%);background:#10b981;border-radius:3px;min-width:2px;height:100%;transition:width .3s;position:relative}.ltv-bar-fill.safe{background:#10b981!important}.ltv-bar-fill.low-risk{background:#22c55e!important}.ltv-bar-fill.moderate-risk{background:#eab308!important}.ltv-bar-fill.high-risk{background:#f59e0b!important}.ltv-bar-fill.danger{background:#ef4444!important}.ltv-bar-fill.critical{background:#dc2626!important}.ltv-bar-fill.over-limit{border-radius:3px 0 0 3px;background:#991b1b!important}.dark-theme .ltv-percentage{color:var(--text-primary)}.dark-theme .ltv-bar{box-shadow:0 1px 3px #0000004d}.table-header-hover{cursor:help;position:relative}.header-tooltip{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color);z-index:10000;opacity:0;visibility:hidden;pointer-events:none;white-space:normal;border-radius:8px;max-width:300px;padding:12px 16px;font-size:14px;line-height:1.4;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.header-tooltip:after{content:"";border:6px solid #0000;border-bottom-color:var(--card-bg);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.header-tooltip.is-visible{opacity:1;visibility:visible;transform:translate(-50%)translateY(4px)}.header-tooltip-title{color:var(--primary-color);margin-bottom:6px;font-size:15px;font-weight:600}.header-tooltip-description{color:var(--text-secondary);margin-bottom:8px}.header-tooltip-example{color:var(--text-muted);background:var(--bg-secondary);border-radius:4px;margin-top:6px;padding:4px 8px;font-size:12px;font-style:italic}@media (width<=768px){.ltv-indicator-container{gap:2px}.ltv-percentage{font-size:12px}.ltv-bar{height:4px}.header-tooltip{max-width:250px;padding:10px 12px;font-size:13px}}.lending-membership-locked{text-align:center;max-width:600px;margin:0 auto;padding:40px}.lending-membership-locked--members{max-width:600px}.lending-membership-locked--trader{max-width:640px}.lending-membership-locked-title{color:var(--text-color);margin:0 0 20px}.lending-membership-locked-copy{color:var(--text-secondary);margin:0 0 30px;font-size:1.1em}.lending-membership-locked-link{color:#fff;box-shadow:var(--shadow-md);background:#95554f;border-radius:8px;padding:12px 24px;font-size:1.1em;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.lending-membership-locked-link:hover{box-shadow:var(--shadow-lg);background:#7a443f;transform:translateY(-1px)}html.dark-theme .lending-membership-locked-link{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color))}html.dark-theme .lending-membership-locked-link:hover{background:linear-gradient(135deg, var(--primary-hover), var(--secondary-color))}
