:root{--bct-ease: cubic-bezier(.32, .72, 0, 1)}.cmp-hub{color:#0f172a}.cmp-hub__crumb{margin-bottom:1.25rem}.cmp-hub__hero{margin-bottom:2.5rem;max-width:52rem}.cmp-hub__eyebrow{display:inline-flex;align-items:center;font-size:.66rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--color-brand-sky, #0369A1);background:#0ea5e914;border:1px solid rgba(14,165,233,.18);border-radius:999px;padding:.32rem .85rem;margin-bottom:1.1rem}.cmp-hub__h1{font-family:var(--font-heading, sans-serif);font-weight:900;font-size:clamp(2.1rem,5vw,3.1rem);line-height:1.04;letter-spacing:-.028em;color:var(--color-brand-navy, #0C2340);margin:0 0 .9rem}.cmp-hub__sub{font-size:1.06rem;line-height:1.65;color:#475569;margin:0 0 1.35rem}.cmp-hub__meta{display:flex;flex-wrap:wrap;gap:.55rem}.cmp-hub__meta-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#334155;background:#fff;border:1px solid #e6ebf1;border-radius:999px;padding:.4rem .9rem;box-shadow:0 1px 2px #0c23400a}.cmp-hub__meta-item:before{content:"";width:5px;height:5px;border-radius:999px;background:var(--color-brand-emerald, #10B981);flex:0 0 auto}.cmp-hub__tool{margin:0 0 4rem;padding:.5rem;background:linear-gradient(180deg,#f3f6fa,#eef2f7);border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 1px #ffffffb3 inset,0 30px 60px -30px #0c23402e;min-height:540px}.cmp-hub__tool .bct{background:#fff;border:1px solid #eaeff5;border-radius:1.15rem;padding:1.5rem;box-shadow:0 1px 1px #ffffffe6 inset,0 2px 8px #0c23400a}@media(min-width:640px){.cmp-hub__tool>.bct{padding:2rem}}.bct{display:flex;flex-direction:column;gap:1.75rem}.bct__picker{display:flex;flex-direction:column;gap:1rem}.bct__picker-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.bct__picker-eyebrow{font-family:var(--font-heading, sans-serif);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#94a3b8}.bct__picker-hint{font-size:.78rem;color:#64748b;font-weight:600}.bct__chips{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.bct__chip{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .45rem .4rem .55rem;background:#fff;border:1px solid #dbe2ea;border-radius:999px;box-shadow:0 1px 2px #0c23400d;transition:box-shadow .25s var(--bct-ease),transform .25s var(--bct-ease)}.bct__chip:hover{box-shadow:0 4px 10px #0c234014}.bct__chip-logo{width:26px;height:26px;object-fit:contain;background:#f8fafc;border-radius:999px;border:1px solid #eef2f7;padding:3px;flex:0 0 auto}.bct__chip-name{font-size:.88rem;font-weight:700;color:var(--color-brand-navy, #0C2340)}.bct__chip-x{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:none;background:#eef2f7;color:#64748b;cursor:pointer;transition:background .2s var(--bct-ease),color .2s var(--bct-ease)}.bct__chip-x:hover{background:#fee2e2;color:#dc2626}.bct__reset{border:none;background:none;cursor:pointer;font-size:.78rem;font-weight:700;color:#94a3b8;padding:.3rem .5rem;border-radius:.4rem;transition:color .2s var(--bct-ease)}.bct__reset:hover{color:#dc2626}.bct__select{position:relative}.bct__trigger{display:flex;align-items:center;gap:.7rem;width:100%;padding:.9rem 1rem;background:#fff;border:1.5px solid #dbe2ea;border-radius:.85rem;color:var(--color-brand-navy, #0C2340);font-family:var(--font-heading, sans-serif);font-size:.95rem;font-weight:700;cursor:pointer;text-align:left;box-shadow:0 1px 2px #0c23400a;transition:border-color .25s var(--bct-ease),box-shadow .25s var(--bct-ease);-webkit-tap-highlight-color:transparent}.bct__trigger:hover:not([disabled]){border-color:#c3cedb;box-shadow:0 4px 14px -4px #0c23401f}.bct__trigger--open{border-color:var(--color-brand-sky, #0EA5E9);box-shadow:0 0 0 3px #0ea5e91f}.bct__trigger:focus-visible{outline:none;border-color:var(--color-brand-sky, #0EA5E9);box-shadow:0 0 0 3px #0ea5e92e}.bct__trigger[disabled]{opacity:.55;cursor:not-allowed}.bct__trigger-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;flex:0 0 auto;background:#0ea5e91a;color:var(--color-brand-sky, #0369A1)}.bct__trigger-label{flex:1 1 auto}.bct__chevron{display:inline-flex;color:#94a3b8;flex:0 0 auto;transition:transform .3s var(--bct-ease),color .2s var(--bct-ease)}.bct__trigger--open .bct__chevron,.bct__chevron--up{transform:rotate(-180deg);color:var(--color-brand-sky, #0369A1)}.bct__panel{position:absolute;z-index:40;top:calc(100% + .5rem);left:0;right:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e6ebf1;border-radius:1rem;box-shadow:0 24px 50px -20px #0c234047,0 6px 16px -8px #0c23401f;overflow:hidden;max-height:60vh;transform-origin:top center;animation:bct-panel-in .28s var(--bct-ease)}@keyframes bct-panel-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.bct__panel{animation:none}.bct__chevron,.bct__chip,.bct__trigger{transition:none}}.bct__panel-search{position:relative;padding:.85rem .85rem .7rem;border-bottom:1px solid #eef2f7}.bct__panel-search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.bct__panel-input{width:100%;box-sizing:border-box;padding:.65rem .8rem .65rem 2.5rem;border:1px solid #dbe2ea;border-radius:.6rem;background:#f8fafc;font-size:.92rem;font-family:inherit;color:#0f172a;outline:none;transition:border-color .2s var(--bct-ease),background .2s var(--bct-ease)}.bct__panel-input:placeholder{color:#94a3b8}.bct__panel-input:focus{border-color:var(--color-brand-sky, #0EA5E9);background:#fff}.bct__list{list-style:none;margin:0;padding:.35rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:300px}.bct__opt{display:grid;grid-template-columns:34px 1fr auto auto;align-items:center;gap:.7rem;padding:.5rem .6rem;border-radius:.6rem;cursor:pointer;transition:background .15s var(--bct-ease)}.bct__opt--active{background:#f0f9ff}.bct__opt-logo{width:34px;height:34px;object-fit:contain;background:#f8fafc;border:1px solid #eef2f7;border-radius:.5rem;padding:3px}.bct__opt-name{font-size:.92rem;font-weight:700;color:var(--color-brand-navy, #0C2340);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.bct__opt-type{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:999px;color:#64748b;background:#f1f5f9}.bct__opt-type--crypto{color:#7c3aed;background:#f5f3ff}.bct__opt-type--prop{color:#b45309;background:#fffbeb}.bct__opt-score{font-family:ui-monospace,monospace;font-size:.82rem;font-weight:800;color:var(--color-brand-emerald, #059669)}.bct__empty-opt{padding:1.1rem;text-align:center;color:#64748b;font-size:.85rem}.bct__error{font-size:.82rem;margin:0;color:#b91c1c;font-weight:600}.bct__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;min-height:240px;border:1.5px dashed #d5deea;border-radius:1rem;background:radial-gradient(120% 120% at 50% 0%,#f8fbff,#f4f7fb);color:#64748b;padding:2.5rem 1.5rem}.bct__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:999px;background:#fff;border:1px solid #e6ebf1;color:#94a3b8;box-shadow:0 6px 16px -8px #0c23401f}.bct__empty p{margin:0;font-size:.98rem;font-weight:600;color:#475569}.bct__result{border-radius:.85rem;box-shadow:0 14px 34px -20px #0c234038}.bct__result .cmp-table{min-width:520px}.bct__cta-pair{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:1.25rem}@media(min-width:600px){.bct__cta-pair[data-cols="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.bct__cta-pair[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}}.bct__cta{position:relative;min-width:0}.bct__cta>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bct__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#ffffff2e;flex:0 0 auto;transition:transform .3s var(--bct-ease)}.bct__cta:hover .bct__cta-icon{transform:translate(3px)}.bct__disclaimer{font-size:.78rem;color:#64748b;font-style:italic;margin:1rem 0 0}.cmp-hub__guides{margin-top:.5rem}.cmp-hub__guides-h{font-family:var(--font-heading, sans-serif);font-weight:900;font-size:clamp(1.5rem,3.2vw,2.05rem);letter-spacing:-.02em;color:var(--color-brand-navy, #0C2340);margin:0 0 .5rem}.cmp-hub__guides-sub{color:#64748b;font-size:.98rem;line-height:1.55;margin:0 0 2rem;max-width:44rem}.cmp-hub__grid{display:grid;grid-template-columns:1fr;gap:1.15rem}@media(min-width:560px){.cmp-hub__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.cmp-hub__grid{grid-template-columns:repeat(3,1fr)}}.cmp-card{position:relative;display:flex;flex-direction:column;gap:.9rem;padding:1.35rem;background:#fff;border:1px solid #e9eef4;border-radius:1.1rem;text-decoration:none;box-shadow:0 1px 2px #0c23400a;transition:transform .35s var(--bct-ease),box-shadow .35s var(--bct-ease),border-color .35s var(--bct-ease)}.cmp-card:hover{transform:translateY(-4px);border-color:#bfe0f4;box-shadow:0 22px 44px -22px #0c23403d}.cmp-card:focus-visible{outline:2px solid var(--color-brand-sky, #0EA5E9);outline-offset:3px}.cmp-card__logos{display:flex;align-items:center;gap:.7rem}.cmp-card__logo{width:56px;height:40px;object-fit:contain;background:#f8fafc;border:1px solid #eef2f7;border-radius:.6rem;padding:5px;flex:0 0 auto;image-rendering:auto}.cmp-card__vs{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;flex:0 0 auto;background:#f1f5f9;color:#94a3b8;font-family:var(--font-heading, sans-serif);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.cmp-card__pair{font-family:var(--font-heading, sans-serif);font-weight:800;font-size:1.08rem;line-height:1.25;color:var(--color-brand-navy, #0C2340);margin:0}.cmp-card__amp{color:#cbd5e1;font-weight:700}.cmp-card__hook{font-size:.87rem;line-height:1.55;color:#64748b;margin:0;flex:1 1 auto}.cmp-card__link{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-heading, sans-serif);font-size:.72rem;font-weight:800;color:var(--color-brand-sky, #0369A1);text-transform:uppercase;letter-spacing:.06em;margin-top:auto;padding-top:.35rem}.cmp-card__link svg{transition:transform .3s var(--bct-ease)}.cmp-card:hover .cmp-card__link svg{transform:translate(4px)}.cmp-hub__disclaimer{font-size:.78rem;color:#64748b;font-style:italic;margin:3.5rem 0 0;padding-top:1.5rem;border-top:1px solid #eef2f7}.cmp-hub__disclaimer a{color:#64748b}@media(max-width:640px){.cmp-hub__tool{min-height:580px;padding:.4rem}.cmp-hub__tool .bct{padding:1.25rem}.bct__panel{max-height:56vh}.cmp-card{padding:1.2rem}}
