.nl-sr,.nl-hp{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.nl-form{display:grid;gap:8px;min-width:0}.nl-field{display:flex;align-items:center;gap:8px;min-height:50px;padding:4px 4px 4px 14px;border:1px solid #d3dde6;border-radius:12px;background:#fff;color:#8595a0;transition:border-color .15s,box-shadow .15s}.nl-field:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 4px #1f5fd41a}.nl-field input{flex:1;min-width:0;height:40px;border:0;background:transparent;font:inherit;font-size:15px;color:var(--lp-ink)}.nl-field input:focus-visible{outline:none}.nl-field button{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;height:42px;padding:0 16px;border-radius:9px;background:var(--lp-blue);color:#fff;font:inherit;font-size:14px;font-weight:650;white-space:nowrap;transition:filter .15s,transform .15s}.nl-field button:hover{filter:brightness(1.08)}.nl-field button:active{transform:scale(.98)}.nl-field button svg{transition:transform .15s}.nl-field button:hover svg{transform:translate(2px)}.nl-fine{margin:0;color:#7b8a95;font-size:11.5px;line-height:1.45}.nl-fine a{color:inherit;text-decoration:underline}.nl-error{margin:0;color:#b42318;font-size:13px}.nl-success{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:#eaf6ee;color:#1f5f33;animation:nl-pop .35s ease-out}.nl-success strong{display:block;font-size:15px}.nl-success small{display:block;margin-top:2px;font-size:13px}.nl-success a{color:inherit;text-decoration:underline;font-weight:600}.nl-success-icon{flex:0 0 32px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#1f7a3a;color:#fff}@keyframes nl-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.nl-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:22px 40px;align-items:center;padding:28px 30px;border:1px solid #dfe7f3;border-radius:18px;background:linear-gradient(135deg,#f2f6ff,#fff 65%)}.nl-eyebrow{margin:0 0 6px;color:var(--lp-blue);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.nl-card h2{margin:0;font-size:22px;line-height:1.25;font-weight:750;letter-spacing:-.01em;color:var(--lp-ink)}.nl-card-copy>p:not(.nl-eyebrow){margin:8px 0 0;color:#51626e;font-size:15px;line-height:1.55}.nl-card-done{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f4faf6;border-color:#d5ecdc}.nl-card-done p{margin:0;color:#1f5f33;font-weight:600}.nl-strip{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,400px);gap:14px 32px;align-items:center;padding:0 0 26px;margin-bottom:26px;border-bottom:1px solid var(--lp-line,#e6edf2)}.nl-strip-copy strong{display:block;font-size:16px;color:var(--lp-ink)}.nl-strip-copy span{display:block;margin-top:3px;color:var(--lp-muted);font-size:13.5px}.nl-inline{display:grid;gap:10px;padding:18px;border:1px solid #dfe7f3;border-radius:16px;background:#fff;box-shadow:0 14px 30px -24px #1f5fd455}.nl-inline-title{display:flex;align-items:center;gap:8px;margin:0;color:var(--lp-ink);font-size:15px;font-weight:700}.nl-inline-title svg{color:var(--lp-blue)}.nl-header-button{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border:1px solid #d6e0e8;border-radius:999px;background:#fff;color:#2b3a45;font:inherit;font-size:13px;font-weight:650;cursor:pointer;transition:border-color .15s,color .15s}.nl-header-button:hover{border-color:var(--lp-blue);color:var(--lp-blue)}.nl-header-button svg{color:var(--lp-blue)}.nl-header-button.is-subscribed svg{color:#1f7a3a}@media(max-width:760px){.nl-header-button{width:36px;padding:0;justify-content:center}.nl-header-button span{display:none}}.nl-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0d1a2680;backdrop-filter:blur(3px);animation:nl-fade .2s ease-out}.nl-modal{position:relative;width:min(460px,100%);padding:30px 26px 24px;border-radius:20px;background:#fff;text-align:left;box-shadow:0 30px 80px -30px #0d1a26aa;animation:nl-pop .25s ease-out}.nl-modal h2{margin:14px 0 8px;font-size:22px;line-height:1.25;color:var(--lp-ink)}.nl-modal>p{margin:0 0 18px;color:#51626e;font-size:15px;line-height:1.55}.nl-modal-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--lp-blue);color:#fff}.nl-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#6a7882;cursor:pointer}.nl-close:hover{background:#f1f4f7}@keyframes nl-fade{0%{opacity:0}to{opacity:1}}.nl-slidein{position:fixed;right:20px;bottom:20px;z-index:70;width:min(360px,calc(100vw - 32px));padding:18px 18px 14px;border:1px solid #dfe7f3;border-radius:16px;background:#fff;box-shadow:0 24px 60px -24px #0d1a2680;animation:nl-rise .35s ease-out}.nl-slidein-title{margin:0 28px 4px 0;color:var(--lp-ink);font-size:15.5px;font-weight:750;line-height:1.3}.nl-slidein-pitch{margin:0 0 12px;color:#5c6d7a;font-size:13px;line-height:1.5}.nl-slidein .nl-close{top:8px;right:8px}@keyframes nl-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.nl-form-compact .nl-field{min-height:46px}.nl-form-compact .nl-field input{height:36px;font-size:14.5px}.nl-form-compact .nl-field button{height:38px;padding:0 13px;font-size:13.5px}@media(max-width:860px){.nl-card,.nl-strip{grid-template-columns:minmax(0,1fr)}.nl-card{padding:22px 20px}}@media(max-width:480px){.nl-slidein{right:12px;left:12px;bottom:12px;width:auto}.nl-field button span,.nl-field button{font-size:13px}}@media(prefers-reduced-motion:reduce){.nl-success,.nl-modal,.nl-modal-backdrop,.nl-slidein{animation:none}}.nl-field input{width:100%}.nl-form,.nl-field,.nl-inline{min-width:0;max-width:100%;box-sizing:border-box}.editorial-mode .ed-intro-split{grid-template-columns:minmax(0,1fr) minmax(0,370px)}.editorial-mode .ed-intro-aside{min-width:0}.editorial-mode .ed-intro-aside .nl-inline{max-width:none}.nl-field input:focus,.nl-field input:focus-visible{outline:none!important;box-shadow:none!important;border:0!important}.landing-refresh .nl-modal h2,.nl-modal h2{margin:16px 0 10px;letter-spacing:-.01em}.landing-refresh .nl-modal>p,.nl-modal>p{margin:0 0 20px}.editorial-mode .ed-prose .nl-card p.nl-fine,.editorial-mode .ed-prose p.nl-fine{margin:0;font-size:11.5px;line-height:1.45;color:#7b8a95}.editorial-mode .ed-prose .nl-card-copy>p:not(.nl-eyebrow){margin-top:8px;font-size:15px;line-height:1.6;color:#51626e}.editorial-mode .ed-prose .nl-card p.nl-eyebrow{margin:0 0 6px;font-size:12px;line-height:1.4}.editorial-mode .ed-prose .nl-card h2{margin:0;font-size:22px}.editorial-mode .ed-prose .nl-success small,.editorial-mode .ed-prose .nl-card-done p{font-size:13px;line-height:1.5;margin:0}.editorial-mode .ed-article-newsletter{margin:36px 0 40px}.nl-modal{width:min(440px,100%);padding:0;overflow:hidden;border-radius:22px}.nl-modal-top{position:relative;padding:30px 28px 26px;text-align:center;color:#fff;background:radial-gradient(360px 180px at 85% -20%,#ffffff33,transparent 60%),linear-gradient(145deg,#2563eb,#1f4fc4 55%,#16307e)}.nl-modal-top:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(circle at 110% 130%,transparent 0 22px,#ffffff10 22px 23px);pointer-events:none}.nl-modal-top img{position:relative;z-index:1;display:block;margin:0 auto 12px;width:52px;height:52px;border-radius:14px;box-shadow:0 8px 20px -6px #0006}.landing-refresh .nl-modal-top h2,.nl-modal-top h2{position:relative;z-index:1;margin:6px 0 0;font-size:24px;line-height:1.2;font-weight:800;letter-spacing:-.02em;color:#fff}.nl-modal-kicker{position:relative;z-index:1;display:inline-block;margin:0;padding:4px 10px;border-radius:999px;background:#ffffff26;color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.nl-modal-body{display:grid;gap:18px;padding:22px 24px}.nl-modal-lead{margin:0;color:#51626e;font-size:15px;line-height:1.55;text-align:center}.nl-benefits{display:grid;gap:12px;margin:0;padding:0;list-style:none}.nl-benefits li{display:flex;gap:12px;align-items:center}.nl-benefits li>span{flex:0 0 36px;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eef3fd;color:var(--lp-blue)}.nl-benefits strong{display:block;font-size:14.5px;color:var(--lp-ink)}.nl-benefits small{display:block;margin-top:1px;font-size:13px;color:#6a7882}.nl-close-light{z-index:2;color:#fff;background:#ffffff1f}.nl-close-light:hover{background:#fff3}.nl-modal .nl-fine{text-align:center}@media(max-width:480px){.nl-modal-top{padding:26px 20px 22px}.landing-refresh .nl-modal-top h2,.nl-modal-top h2{font-size:21px}.nl-modal-body{padding:18px}}.nl-slidein-v2{width:min(380px,calc(100vw - 32px));padding:0;overflow:hidden;border:0;border-radius:18px;box-shadow:0 28px 70px -24px #0d1a26aa,0 0 0 1px #0d1a2614}.nl-slidein-top{display:flex;align-items:center;gap:10px;padding:12px 12px 12px 14px;color:#fff;background:radial-gradient(260px 120px at 90% -30%,#ffffff33,transparent 60%),linear-gradient(135deg,#2563eb,#16307e)}.nl-slidein-top img{flex:0 0 34px;width:34px;height:34px;border-radius:10px;box-shadow:0 4px 10px -2px #0005}.nl-slidein-top-text{flex:1;min-width:0;display:grid;gap:6px}.nl-slidein-top-text>span:first-child{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#e3ecff}.nl-slidein-bar{display:block;height:5px;border-radius:999px;background:#fff3;overflow:hidden}.nl-slidein-bar>span{display:block;height:100%;border-radius:inherit;background:#fff}.nl-slidein-min,.nl-slidein-x{flex:0 0 30px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:#ffffff1f;font-size:18px;line-height:1;cursor:pointer}.nl-slidein-min:hover,.nl-slidein-x:hover{background:#ffffff38}.nl-slidein-body{padding:16px 16px 14px}.nl-slidein-v2 .nl-slidein-title{margin:0 0 4px;font-size:17px;font-weight:800;letter-spacing:-.01em}.nl-slidein-v2 .nl-slidein-pitch{margin:0 0 12px;font-size:13.5px}.nl-slidein-next{display:grid;gap:2px;margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#f3f7ff;color:var(--lp-ink);font-size:13.5px;font-weight:650;line-height:1.35}.nl-slidein-next span{color:var(--lp-blue);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.nl-slidein-v2 .nl-fine{font-size:11px}.nl-pill{position:fixed;right:20px;bottom:20px;z-index:70;display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;border-radius:999px;background:var(--lp-blue);color:#fff;font:inherit;font-size:14px;font-weight:650;box-shadow:0 14px 30px -12px #1f5fd4aa;cursor:pointer;animation:nl-rise .3s ease-out}.nl-pill:hover{filter:brightness(1.08)}@media(max-width:480px){.nl-slidein-v2{left:8px;right:8px;bottom:8px;width:auto;border-radius:16px}.nl-slidein-v2 .nl-slidein-pitch{display:none}.nl-pill{right:12px;bottom:12px}}.nl-slidein-top-text>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editorial-mode .cc-page{background:#fff;padding-bottom:20px}.editorial-mode .cc-page.cc-has-selection{padding-bottom:180px}.editorial-mode .cc-intro{background:#f2f7fb;padding-bottom:0}.editorial-mode .cc-title-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:26px}.editorial-mode .cc-title-row h1{font-size:34px;scroll-margin-top:110px}.editorial-mode .cc-title-row h1:focus{outline:none}.editorial-mode .cc-heading-icon{display:grid;place-items:center;width:64px;height:64px;flex:0 0 64px;background:#e4edf7;border-radius:8px;color:#34618e}.editorial-mode .cc-category-nav{display:flex;gap:26px}.editorial-mode .cc-category-nav a{display:flex;align-items:center;min-height:50px;font-size:14px;border-bottom:2px solid transparent;color:var(--lp-muted)}.editorial-mode .cc-category-nav a[aria-current]{color:var(--lp-blue);border-color:var(--lp-blue);font-weight:600}.editorial-mode .cc-content{padding-top:26px}.editorial-mode .cc-controls{display:flex;gap:24px;justify-content:space-between;align-items:center}.editorial-mode .cc-controls .ed-search{flex:1;max-width:600px;margin:0}.editorial-mode .cc-sort{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--lp-muted)}.editorial-mode .cc-sort select{min-height:48px;border:1px solid var(--lp-line);border-radius:6px;padding:10px 28px 10px 12px;background:#fff;color:var(--lp-ink);font-size:13px}.editorial-mode .cc-grid-heading{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin:25px 0 20px}.editorial-mode .cc-grid-heading h2{font-size:18px}.editorial-mode .cc-grid-heading>span{color:var(--lp-muted);font-size:12px}.editorial-mode .cc-text-button{color:var(--lp-blue);text-decoration:underline;min-height:44px;font-size:13px}.editorial-mode .cc-caution{display:flex;gap:12px;padding:14px 0 20px;color:#8a623e}.editorial-mode .cc-caution p{max-width:900px;font-size:13px;line-height:1.6;color:#645e57}.editorial-mode .cc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.editorial-mode .cc-select{flex:1;display:flex;flex-direction:column;width:100%;padding:0;background:transparent;color:var(--lp-ink);text-align:left;border:0;border-radius:0;cursor:pointer}.editorial-mode .cc-select:focus-visible{outline-offset:-4px}.editorial-mode .cc-select[aria-disabled=true]{cursor:not-allowed}.editorial-mode .cc-select[aria-disabled=true] .cc-check{color:#8a969f;background:#eef1f3}.editorial-mode .cc-disclaimer{padding-top:25px;max-width:890px;color:var(--lp-muted);font-size:12px;line-height:1.75}.editorial-mode .cc-tray{position:fixed;bottom:18px;left:50%;transform:translate(-50%);width:min(1180px,calc(100% - 40px));z-index:55;background:#fff;border:1px solid #c4d5e3;border-radius:8px;box-shadow:0 6px 35px #16202822}.editorial-mode .cc-tray-inner{display:flex;align-items:center;gap:20px;padding:16px 18px}.editorial-mode .cc-tray-title{flex:0 0 148px}.editorial-mode .cc-tray-title strong{display:block;font-size:15px}.editorial-mode .cc-tray-title>span{display:block;margin-top:4px;color:var(--lp-muted);font-size:11px}.editorial-mode .cc-tray-items{flex:1;min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.editorial-mode .cc-tray-item{position:relative;display:flex;align-items:center;gap:8px;min-height:48px;padding:5px;border:1px solid var(--lp-line);border-radius:5px;background:#fff;text-align:left;font-size:10px;color:var(--lp-ink)}.editorial-mode .cc-tray-item>span:not(.cc-plastic){min-width:0;overflow-wrap:anywhere}.editorial-mode .cc-tray-item>svg{flex:0 0 15px;margin-left:auto}.editorial-mode .cc-tray-actions{display:flex;align-items:center;gap:14px}.editorial-mode .cc-clear{min-height:44px;font-size:12px;color:var(--lp-muted);text-decoration:underline;text-underline-offset:3px}.editorial-mode .cc-tray .lp-button{white-space:nowrap}.editorial-mode .cc-tray .lp-button:disabled{background:#e4eaf0;border-color:#e4eaf0;color:#556574;box-shadow:none;cursor:not-allowed}.editorial-mode .cc-comparison-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px 24px;padding-bottom:22px}.editorial-mode .cc-back{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:var(--lp-blue);font-size:14px}.editorial-mode .cc-differences{display:flex;align-items:center;gap:10px;min-height:44px;font-size:13px}.editorial-mode .cc-differences input{width:18px;height:18px;accent-color:var(--lp-blue)}.editorial-mode .cc-comparison-toolbar>span{font-size:12px;color:var(--lp-muted)}.editorial-mode .cc-table-scroll{max-width:100%;overflow:auto;border:1px solid var(--lp-line);border-radius:8px}.editorial-mode .cc-table-scroll:focus-visible{outline:3px solid var(--lp-blue);outline-offset:3px}.editorial-mode .cc-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:left;font-size:13px}.editorial-mode .cc-table th,.editorial-mode .cc-table td{padding:18px 22px;border-right:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line);vertical-align:top;line-height:1.65;font-weight:400}.editorial-mode .cc-table tr>:last-child{border-right:0}.editorial-mode .cc-table tr:last-child>*{border-bottom:0}.editorial-mode .cc-table tr>:first-child{position:sticky;left:0;z-index:1;width:170px;background:#f5f8fa;font-weight:600;color:#455d6d;box-shadow:1px 0 var(--lp-line)}.editorial-mode .cc-table thead th{position:relative;background:#fff;padding-top:25px}.editorial-mode .cc-table thead h2{margin-top:14px;font-size:17px}.editorial-mode .cc-table small{display:block;margin-top:5px;color:var(--lp-muted);font-size:11px;font-weight:400}.editorial-mode .cc-table tbody tr:nth-child(2n) td{background:#fbfcfd}.editorial-mode .cc-table .cc-unknown{color:#74818b;font-style:italic}.editorial-mode .cc-remove-column{position:absolute;top:8px;right:7px;display:grid;place-items:center;width:36px;height:36px;color:#5e7180}.editorial-mode .cc-sources{padding:0;margin:0;list-style:none}.editorial-mode .cc-sources a{display:flex;align-items:baseline;justify-content:space-between;gap:7px;padding:7px 0;color:#285b8f;text-decoration:underline;text-underline-offset:3px;font-size:12px}.editorial-mode .cc-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e3e9ef;border-radius:18px;background:#fff;box-shadow:0 1px 2px #1620280a,0 8px 24px #16202808;transition:transform .25s ease,border-color .2s,box-shadow .25s}.editorial-mode .cc-card:hover{transform:translateY(-4px);border-color:#c9d6e2;box-shadow:0 18px 40px #16202816}.editorial-mode .cc-card.is-selected{border-color:var(--lp-blue);box-shadow:0 0 0 2px var(--lp-blue),0 18px 40px #1f5fd422}.editorial-mode .cc-card-stage{position:relative;display:block;width:100%;padding:34px 34px 30px;background:radial-gradient(120% 90% at 50% 0%,var(--cc-halo,#e8eef6) 0%,#f6f8fb 70%);perspective:900px}.editorial-mode .is-selected .cc-card-stage{background:radial-gradient(120% 90% at 50% 0%,#dce8ff,#f1f6ff 70%)}.editorial-mode .cc-plastic{--cc-a:#2b4b70;--cc-b:#12263a;--cc-glow:#5aa2ff;position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;width:100%;aspect-ratio:1.586;padding:20px 22px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--cc-a) 0%,var(--cc-b) 100%);border:1px solid #ffffff2e;box-shadow:0 22px 34px -14px #0b1a2a70,0 2px 6px #0b1a2a30,inset 0 1px #ffffff50;text-align:left;transform:rotateX(0) rotateY(0);transition:transform .45s cubic-bezier(.2,.7,.2,1),box-shadow .45s}.editorial-mode .cc-card:hover .cc-plastic:not(.cc-plastic-mini){transform:rotateX(6deg) rotateY(-8deg) translateY(-2px);box-shadow:0 30px 40px -16px #0b1a2a80,0 2px 6px #0b1a2a30,inset 0 1px #ffffff60}.editorial-mode .cc-plastic>*{position:relative;z-index:2}.editorial-mode .cc-plastic-glow{position:absolute!important;z-index:0!important;inset:-40% -20% auto auto;width:85%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,var(--cc-glow) 0%,transparent 65%);opacity:.55;filter:blur(4px)}.editorial-mode .cc-plastic:before{content:"";position:absolute;z-index:1;inset:0;background:repeating-radial-gradient(circle at 115% 120%,transparent 0 18px,#ffffff0d 18px 19px);pointer-events:none}.editorial-mode .cc-plastic-sheen{position:absolute!important;z-index:1!important;inset:0;background:linear-gradient(115deg,transparent 30%,#ffffff26 45%,transparent 60%);transform:translate(-60%);transition:transform .8s ease;pointer-events:none}.editorial-mode .cc-card:hover .cc-plastic-sheen{transform:translate(60%)}.editorial-mode .cc-tone-ink{--cc-a:#2a2f3a;--cc-b:#07090d;--cc-glow:#7c8cff;--cc-halo:#e3e6f3}.editorial-mode .cc-tone-blue{--cc-a:#2f7ae0;--cc-b:#0d2e63;--cc-glow:#7fd0ff;--cc-halo:#dcebfb}.editorial-mode .cc-tone-green{--cc-a:#1f9a74;--cc-b:#0a3b2f;--cc-glow:#b6ffcf;--cc-halo:#dcf3e9}.editorial-mode .cc-tone-violet{--cc-a:#7b4dff;--cc-b:#23105e;--cc-glow:#e38cff;--cc-halo:#ebe3ff}.editorial-mode .cc-tone-orange{--cc-a:#f28a2e;--cc-b:#7a2d0a;--cc-glow:#ffe08a;--cc-halo:#fdebd9}.editorial-mode .cc-tone-crimson{--cc-a:#e0364f;--cc-b:#5a0b1b;--cc-glow:#ff9aa9;--cc-halo:#fbe0e4}.editorial-mode .cc-tone-silver{--cc-a:#f3f6f9;--cc-b:#b9c6d1;--cc-glow:#ffffff;--cc-halo:#e9eef3;color:#1d3346;border-color:#c7d3dd}.editorial-mode .cc-tone-silver .cc-plastic-pill{background:#ffffff90;border-color:#1d33461f}.editorial-mode .cc-tone-silver:before{background:repeating-radial-gradient(circle at 115% 120%,transparent 0 18px,#1d33460c 18px 19px)}.editorial-mode .cc-card-stage:has(.cc-tone-ink){--cc-halo:#e3e6f3}.editorial-mode .cc-card-stage:has(.cc-tone-blue){--cc-halo:#dcebfb}.editorial-mode .cc-card-stage:has(.cc-tone-green){--cc-halo:#dcf3e9}.editorial-mode .cc-card-stage:has(.cc-tone-violet){--cc-halo:#ebe3ff}.editorial-mode .cc-card-stage:has(.cc-tone-orange){--cc-halo:#fdebd9}.editorial-mode .cc-card-stage:has(.cc-tone-crimson){--cc-halo:#fbe0e4}.editorial-mode .cc-plastic-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.editorial-mode .cc-plastic-brand{display:flex;align-items:center;gap:10px;min-width:0;font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.2;text-shadow:0 1px 2px #0003}.editorial-mode .cc-plastic-brand .ed-service-logo{width:34px;height:34px;flex:0 0 34px;border-radius:9px;background:#fff;box-shadow:0 2px 6px #0003;overflow:hidden}.editorial-mode .cc-plastic-brand .ed-service-logo img{width:100%;height:100%;object-fit:contain}.editorial-mode .cc-plastic-brand>span:last-child{min-width:0;overflow-wrap:anywhere}.editorial-mode .cc-plastic-pill{flex:0 0 auto;padding:4px 9px;border-radius:999px;border:1px solid #ffffff38;background:#ffffff1f;backdrop-filter:blur(6px);font-size:10px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.editorial-mode .cc-plastic-chip{display:flex;align-items:center;gap:12px;opacity:.95}.editorial-mode .cc-plastic-chip svg{opacity:.75}.editorial-mode .cc-emv{position:relative;display:block;width:42px;height:32px;border-radius:7px;background:linear-gradient(135deg,#f7e3a1,#d7b25b 45%,#f3d98c 70%,#b88f3c);box-shadow:inset 0 0 0 1px #8a6a2466,0 1px 2px #0004}.editorial-mode .cc-emv i{position:absolute;background:#8a6a2459}.editorial-mode .cc-emv i:nth-child(1){left:0;right:0;top:50%;height:1px}.editorial-mode .cc-emv i:nth-child(2){top:0;bottom:0;left:33%;width:1px}.editorial-mode .cc-emv i:nth-child(3){top:0;bottom:0;left:66%;width:1px}.editorial-mode .cc-plastic-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.editorial-mode .cc-plastic-digits{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;letter-spacing:.14em;opacity:.85;white-space:nowrap}.editorial-mode .cc-net{flex:0 0 auto;line-height:1}.editorial-mode .cc-net-visa{font-size:20px;font-weight:900;font-style:italic;letter-spacing:.02em}.editorial-mode .cc-net-text{font-size:11px;font-weight:700;letter-spacing:.18em;opacity:.9}.editorial-mode .cc-net-mc{display:flex}.editorial-mode .cc-net-mc i{display:block;width:24px;height:24px;border-radius:50%;background:#eb001b}.editorial-mode .cc-net-mc i+i{margin-left:-10px;background:#f79e1b;mix-blend-mode:screen;opacity:.95}.editorial-mode .cc-check{position:absolute;right:14px;top:14px;z-index:3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid #d7e1e8;background:#ffffffe6;backdrop-filter:blur(6px);color:#536875;box-shadow:0 2px 8px #16202814;transition:transform .2s,background .2s}.editorial-mode .cc-card:hover .cc-check{transform:scale(1.08)}.editorial-mode .is-selected .cc-check{background:var(--lp-blue);border-color:var(--lp-blue);color:#fff}.editorial-mode .cc-card-heading{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:22px 22px 0}.editorial-mode .cc-card-heading>strong{font-size:19px;font-weight:700;letter-spacing:-.01em}.editorial-mode .cc-identity{padding:4px 9px;border-radius:999px;background:#e9f6ef;color:#2f6a4f;font-size:10.5px;font-weight:600}.editorial-mode .cc-card-plan{display:block;margin:6px 22px 16px;color:var(--lp-muted);font-size:12.5px}.editorial-mode .cc-card-facts{display:flex;flex-direction:column;flex:1;width:auto;margin:0 22px 20px;padding:4px 14px;gap:0;border-radius:12px;background:#f6f8fb}.editorial-mode .cc-card-facts>span{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:10px 0;font-size:12px;line-height:1.55}.editorial-mode .cc-card-facts>span+span{border-top:1px dashed #dbe3ea}.editorial-mode .cc-card-facts>span>span{color:var(--lp-muted)}.editorial-mode .cc-card-facts strong{font-weight:600;color:var(--lp-ink)}.editorial-mode .cc-select-label{display:flex;justify-content:space-between;align-items:center;width:auto;margin:0 22px 14px;padding:12px 16px;border-radius:12px;background:#eef3fb;color:#244f7a;font-size:12.5px;font-weight:650;transition:background .2s,color .2s}.editorial-mode .cc-card:hover .cc-select-label{background:#e2ebf8}.editorial-mode .is-selected .cc-select-label{color:#fff;background:var(--lp-blue)}.editorial-mode .cc-details{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding:10px 22px;border-top:1px solid #edf1f4;color:#5c6d7a;font-size:12px}.editorial-mode .cc-details:hover{color:var(--lp-blue)}.editorial-mode .cc-plastic-mini{width:104px;flex:0 0 104px;padding:8px;border-radius:7px;box-shadow:0 4px 8px #102d3e22}.editorial-mode .cc-plastic-mini .cc-plastic-brand{gap:4px;font-size:9px;text-shadow:none}.editorial-mode .cc-plastic-mini .ed-service-logo{width:16px;height:16px;flex-basis:16px;border-radius:4px}.editorial-mode .cc-plastic-mini .ed-service-logo img{width:100%;height:100%}.editorial-mode .cc-plastic-mini .cc-plastic-pill,.editorial-mode .cc-plastic-mini .cc-plastic-chip,.editorial-mode .cc-plastic-mini .cc-plastic-digits,.editorial-mode .cc-plastic-mini .cc-plastic-sheen{display:none}.editorial-mode .cc-plastic-mini .cc-net-visa{font-size:9px}.editorial-mode .cc-plastic-mini .cc-net-text{font-size:6px}.editorial-mode .cc-plastic-mini .cc-net-mc i{width:10px;height:10px}.editorial-mode .cc-plastic-mini .cc-net-mc i+i{margin-left:-4px}.editorial-mode .cc-plastic-mini .cc-plastic-bottom{justify-content:flex-end}.editorial-mode .cc-tray-item .cc-plastic-mini{width:28px;flex-basis:28px;padding:3px;border-radius:4px}.editorial-mode .cc-tray-item .cc-plastic-mini>:not(.cc-plastic-glow){visibility:hidden}@media(max-width:1100px){.editorial-mode .cc-tray-inner{gap:12px}.editorial-mode .cc-tray-title{flex-basis:130px}.editorial-mode .cc-tray-item .cc-plastic-mini{display:none}.editorial-mode .cc-card-stage{padding:25px}.editorial-mode .cc-plastic{padding:16px 18px}.editorial-mode .cc-plastic-mini{padding:8px}}@media(max-width:800px){.editorial-mode .cc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.editorial-mode .cc-heading-icon{display:none}.editorial-mode .cc-controls{flex-wrap:wrap;gap:14px}.editorial-mode .cc-controls .ed-search{flex-basis:100%;max-width:none}.editorial-mode .cc-tray-inner{flex-wrap:wrap}.editorial-mode .cc-tray-title{flex:1}.editorial-mode .cc-tray-items{flex:0 0 100%;order:3}.editorial-mode .cc-tray-item{justify-content:space-between;padding:5px 7px}.editorial-mode .cc-table tr>:first-child{width:125px;padding:14px 12px}.editorial-mode .cc-table td{padding:14px 18px}}@media(max-width:540px){.editorial-mode .cc-title-row h1{font-size:28px}.editorial-mode .cc-title-row .ed-description{font-size:14px}.editorial-mode .cc-grid{grid-template-columns:minmax(0,1fr)}.editorial-mode .cc-card-stage{padding:25px 45px}.editorial-mode .cc-plastic{max-width:310px;margin-inline:auto;padding:19px}.editorial-mode .cc-plastic-mini{margin:0;padding:8px}.editorial-mode .cc-card-facts>span{grid-template-columns:90px minmax(0,1fr)}.editorial-mode .cc-tray{bottom:max(8px,env(safe-area-inset-bottom));width:calc(100% - 16px)}.editorial-mode .cc-tray-inner{padding:12px;gap:10px}.editorial-mode .cc-tray-title strong{font-size:13px}.editorial-mode .cc-tray-title>span{max-width:112px;font-size:10px}.editorial-mode .cc-tray-actions{gap:10px}.editorial-mode .cc-tray-actions .lp-button{padding-inline:13px;min-height:44px;gap:7px}.editorial-mode .cc-clear{font-size:11px}.editorial-mode .cc-tray-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.editorial-mode .cc-tray-item{font-size:11px;line-height:1.4;padding-inline:10px}.editorial-mode .cc-page.cc-has-selection{padding-bottom:260px}}@media(prefers-reduced-motion:reduce){.editorial-mode .cc-card{transition:none}}.editorial-mode .cc-card-name{display:inline-flex;align-items:center;gap:10px;min-width:0}.editorial-mode .cc-card-name .ed-service-logo{width:30px;height:30px;flex:0 0 30px;border-radius:8px}.editorial-mode .cc-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 22px 14px}.editorial-mode .cc-card-tags span{padding:3px 9px;border-radius:999px;background:#eef3fb;color:#2d5b93;font-size:11px;font-weight:600}.editorial-mode .cc-card-facts strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editorial-mode .cc-card-stage{padding:30px 30px 26px}.editorial-mode .cc-ranking{margin-top:44px}.editorial-mode .cc-ranking-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 16px;margin-bottom:14px}.editorial-mode .cc-ranking-head h2{font-size:22px}.editorial-mode .cc-ranking-head span{color:var(--lp-muted);font-size:12px}.editorial-mode .cc-ranking-scroll{overflow-x:auto;border:1px solid #e1e8ef;border-radius:14px;background:#fff;box-shadow:0 8px 22px -14px #16202822}.editorial-mode .cc-ranking-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px;text-align:left}.editorial-mode .cc-ranking-table thead th{padding:12px 16px;background:#f5f8fb;color:#5c6d7a;font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e6edf2}.editorial-mode .cc-ranking-table td,.editorial-mode .cc-ranking-table tbody th{padding:14px 16px;border-bottom:1px solid #eef2f5;vertical-align:middle;font-weight:400;line-height:1.45}.editorial-mode .cc-ranking-table tbody tr:last-child>*{border-bottom:0}.editorial-mode .cc-ranking-table tbody tr{transition:background .15s}.editorial-mode .cc-ranking-table tbody tr:hover{background:#f7faff}.editorial-mode .cc-rank{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eef2f6;color:#3e4952;font-weight:800;font-size:13px}.editorial-mode .cc-rank-1 .cc-rank{background:linear-gradient(135deg,#ffd76a,#f0a92b);color:#5a3a00}.editorial-mode .cc-rank-2 .cc-rank{background:linear-gradient(135deg,#eef2f6,#c3cdd8);color:#34414d}.editorial-mode .cc-rank-3 .cc-rank{background:linear-gradient(135deg,#f3c9a3,#c98a55);color:#4a2a0f}.editorial-mode .cc-rank-name{display:flex;align-items:center;gap:10px}.editorial-mode .cc-rank-name .ed-service-logo{width:34px;height:34px;flex:0 0 34px;border-radius:9px}.editorial-mode .cc-rank-name strong{display:block;font-size:14px;font-weight:700;color:var(--lp-ink)}.editorial-mode .cc-rank-name small{display:block;color:var(--lp-muted);font-size:11px}.editorial-mode .cc-ranking-table .cc-unknown{color:#8a969f;font-style:italic}.editorial-mode .cc-rank-link{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;border-radius:8px;background:var(--lp-blue);color:#fff;font-size:12px;font-weight:650;white-space:nowrap}.editorial-mode .cc-rank-link:hover{filter:brightness(1.08)}.editorial-mode .cc-plastic-brand>span:last-child{overflow-wrap:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editorial-mode .cc-plastic-top{min-width:0}.editorial-mode .cc-plastic-brand{flex:1 1 auto}@container (max-width: 260px){.editorial-mode .cc-plastic-pill{display:none}}@media(max-width:800px){.editorial-mode .cc-plastic-pill{display:none}.editorial-mode .cc-plastic-brand{font-size:15px}}@media(max-width:1100px){.editorial-mode .cc-plastic-digits{font-size:10px;letter-spacing:.08em}}@media(max-width:800px){.editorial-mode .cc-plastic-digits{display:none}.editorial-mode .cc-plastic-bottom{justify-content:flex-end}}.editorial-mode .cc-ranking-table{min-width:880px;table-layout:auto}.editorial-mode .cc-ranking-table th,.editorial-mode .cc-ranking-table td{overflow-wrap:normal;word-break:normal;hyphens:none}.editorial-mode .cc-ranking-table thead th{white-space:nowrap}.editorial-mode .cc-ranking-table td:nth-child(1){width:56px}.editorial-mode .cc-rank-name{white-space:nowrap}.editorial-mode .cc-ranking-table td:nth-child(3),.editorial-mode .cc-ranking-table td:nth-child(4),.editorial-mode .cc-ranking-table td:nth-child(6){white-space:nowrap}.editorial-mode .cc-ranking-table td:nth-child(5){min-width:240px;max-width:340px}.editorial-mode .cc-ranking-table tbody tr{height:66px}.editorial-mode .cc-ranking-table td,.editorial-mode .cc-ranking-table tbody th{padding-block:10px}.editorial-mode .cc-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editorial-mode .cc-reco{display:inline-block;margin-left:8px;padding:2px 7px;border-radius:999px;background:#e4f1e9;color:#2c6249;font-size:10.5px;font-style:normal;font-weight:700;vertical-align:2px;white-space:nowrap}.editorial-mode .cc-card-name .cc-reco{margin-left:6px}.editorial-mode .cc-links{display:flex;flex-wrap:wrap;gap:6px 16px}.editorial-mode .cc-links .cc-guide{color:#36755f}.editorial-mode .cc-grid{grid-auto-rows:1fr}.news-admin .na-main{padding-top:28px;padding-bottom:60px}.news-admin .na-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.news-admin .na-head h1{font-size:32px}.news-admin .na-head p:not(.lp-kicker){color:var(--lp-muted);font-size:14px}.news-admin .na-banner{padding:12px 14px;border-radius:8px;background:#fff5ed;color:#9a3412;font-size:13.5px;margin-bottom:12px}.news-admin .na-notice{padding:10px 14px;border-radius:8px;background:#eef3fb;color:#1c3f6e;font-size:13.5px;margin:12px 0}.news-admin .na-error{color:#b42318}.news-admin .na-loading,.news-admin .na-empty{color:var(--lp-muted);font-size:14px;padding:12px 0}.news-admin .na-tabs{display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--lp-line);margin-bottom:16px}.news-admin .na-tabs button{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 12px;border-bottom:2px solid transparent;color:var(--lp-muted);font-size:13.5px;font-weight:600}.news-admin .na-tabs button[aria-selected=true]{color:var(--lp-blue);border-color:var(--lp-blue)}.news-admin .na-tabs span{min-width:22px;padding:1px 7px;border-radius:999px;background:#eef2f6;font-size:11.5px;text-align:center}.news-admin .na-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.news-admin .na-list a,.news-admin .na-row{display:grid;gap:5px;padding:14px 16px;border:1px solid #e1e8ef;border-radius:10px;background:#fff}.news-admin .na-list a:hover{border-color:var(--lp-blue)}.news-admin .na-list strong{font-size:15.5px;color:var(--lp-ink)}.news-admin .na-list small{color:var(--lp-muted);font-size:12px}.news-admin .na-list em{font-style:normal;color:#9a3412;font-size:13px}.news-admin .na-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.news-admin .na-row>div:first-child{display:grid;gap:5px}.news-admin .na-row-actions{display:flex;gap:10px}.news-admin .na-badge{justify-self:start;padding:3px 9px;border-radius:999px;background:#eef2f6;color:#3e4952;font-size:11px;font-weight:700}.news-admin .na-ready{background:#e9f6ef;color:#1f7a3a}.news-admin .na-to_verify{background:#fff1e6;color:#c2410c}.news-admin .na-published{background:#eef3fb;color:var(--lp-blue)}.news-admin .na-rejected{background:#fdecec;color:#b42318}.news-admin .na-link{display:inline-flex;align-items:center;gap:5px;color:var(--lp-blue);font-size:13px;font-weight:600}.news-admin .na-muted{color:var(--lp-muted)}.news-admin .na-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;border:1px solid #e1e8ef;border-radius:10px;overflow:hidden}.news-admin .na-table th,.news-admin .na-table td{padding:10px 12px;border-bottom:1px solid #eef2f5;text-align:left}.news-admin .na-table th{background:#f5f8fb;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#5c6d7a}.news-admin .na-spin{animation:na-spin 1s linear infinite}@keyframes na-spin{to{transform:rotate(360deg)}}.news-admin .na-gate{max-width:520px;padding:40px 0;display:grid;gap:14px;justify-items:start}.news-admin .na-back{display:inline-flex;align-items:center;gap:6px;color:var(--lp-blue);font-size:13.5px;margin-bottom:14px}.news-admin .na-sheet-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:14px;font-size:13px;color:var(--lp-muted)}.news-admin .na-sheet-head a{display:inline-flex;gap:4px;align-items:center;color:var(--lp-blue)}.news-admin .na-reserves{margin-bottom:16px;padding:14px 16px;border-left:4px solid #c2410c;border-radius:8px;background:#fff5ed}.news-admin .na-reserves h2{font-size:15px;margin-bottom:6px;color:#9a3412}.news-admin .na-reserves li{font-size:13.5px;margin:4px 0 4px 18px;list-style:disc}.news-admin .na-sheet{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:24px;align-items:start}.news-admin .na-editor{display:grid;gap:14px;padding:20px;border:1px solid #e1e8ef;border-radius:12px;background:#fff}.news-admin .na-editor label{display:grid;gap:6px;font-size:12.5px;font-weight:650;color:#3e4952}.news-admin .na-editor input,.news-admin .na-editor textarea{width:100%;padding:10px 12px;border:1px solid #cfdbe3;border-radius:6px;font:inherit;font-size:15px;line-height:1.55;color:var(--lp-ink);background:#fff}.news-admin .na-editor label:first-child input{font-size:20px;font-weight:700}.news-admin .na-section{display:grid;gap:8px;padding:12px;border:1px dashed #d6e0e8;border-radius:8px}.news-admin .na-section legend{padding:0 6px;font-size:11.5px;color:var(--lp-muted)}.news-admin .na-section input{font-weight:650}.news-admin .na-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;padding-top:8px;border-top:1px solid #eef2f5}.news-admin .na-secondary,.news-admin .na-danger{min-height:44px;padding:0 16px;border:1px solid #cfdbe3;border-radius:6px;background:#fff;font-size:14px;font-weight:600}.news-admin .na-danger{color:#b42318;border-color:#f3c2c2}.news-admin .na-rewrite{display:grid;gap:8px;width:100%}.news-admin .na-side{display:grid;gap:14px}.news-admin .na-side>section{padding:16px;border:1px solid #e1e8ef;border-radius:12px;background:#fff}.news-admin .na-side h2{font-size:15px;margin-bottom:10px}.news-admin .na-side h3{font-size:13px;margin:12px 0 6px}.news-admin .na-sources,.news-admin .na-facts,.news-admin .na-plain,.news-admin .na-timeline{display:grid;gap:8px;margin:0;padding:0;list-style:none;font-size:13px}.news-admin .na-sources a{display:inline-flex;gap:4px;color:var(--lp-blue);line-height:1.4}.news-admin .na-sources small,.news-admin .na-plain small{display:block;color:var(--lp-muted);font-size:11.5px}.news-admin .na-facts li{display:grid;gap:3px;padding:8px 10px;border-radius:6px;background:#f7f9fb;line-height:1.45}.news-admin .na-facts span{justify-self:start;font-size:10.5px;font-weight:700;text-transform:uppercase;color:#5c6d7a}.news-admin .na-facts a{font-size:11.5px;color:var(--lp-blue)}.news-admin .na-v-ok span{color:#1f7a3a}.news-admin .na-v-ko{background:#fff5ed!important}.news-admin .na-v-ko span{color:#c2410c}.news-admin .na-timeline li{position:relative;padding:0 0 0 16px;border-left:2px solid #e1e8ef}.news-admin .na-timeline li:before{content:"";position:absolute;left:-6px;top:4px;width:10px;height:10px;border-radius:50%;background:#8a969f}.news-admin .na-timeline .na-r-pass:before{background:#1f7a3a}.news-admin .na-timeline .na-r-fail:before{background:#c2410c}.news-admin .na-timeline .na-r-warn:before{background:#d97706}.news-admin .na-timeline span{font-weight:700;font-size:12px}.news-admin .na-timeline p{margin:2px 0}.news-admin .na-timeline small{color:var(--lp-muted);font-size:11px}@media(max-width:900px){.news-admin .na-sheet,.news-admin .na-row{grid-template-columns:minmax(0,1fr)}}.news-admin .na-v-info span{color:#5c6d7a}.news-admin .na-mode{display:inline-flex;gap:4px;padding:4px;border-radius:8px;background:#eef2f6;justify-self:start}.news-admin .na-mode button{min-height:36px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:650;color:#5c6d7a}.news-admin .na-mode button[aria-selected=true]{background:#fff;color:var(--lp-ink);box-shadow:0 1px 2px #1020301f}.news-admin .na-preview{max-width:720px;padding:8px 4px 4px;color:var(--lp-ink)}.news-admin .na-preview-kicker{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--lp-blue);margin-bottom:8px}.news-admin .na-preview h1{font-size:30px;line-height:1.2;margin:0 0 12px}.news-admin .na-preview-lead{font-size:18px;line-height:1.55;color:#3e4952;margin:0 0 22px;padding-bottom:18px;border-bottom:1px solid #eef2f5}.news-admin .na-preview h2{font-size:20px;line-height:1.3;margin:24px 0 8px}.news-admin .na-preview section p{font-size:16px;line-height:1.7;margin:0 0 12px}.news-admin .na-preview footer{margin-top:24px;padding-top:14px;border-top:1px solid #eef2f5;font-size:13px}.news-admin .na-preview footer ul{margin:6px 0 0;padding-left:18px;list-style:disc}.news-admin .na-preview footer a{color:var(--lp-blue)}@media(max-width:600px){.news-admin .na-preview h1{font-size:24px}.news-admin .na-preview-lead{font-size:16px}}.news-admin .na-newsletter{margin-top:6px;font-size:13px;color:var(--lp-muted)}.news-admin .na-newsletter a{color:var(--lp-blue);text-decoration:underline}.news-admin .na-budget{margin:0 0 12px;font-size:13px;color:var(--lp-muted)}.news-admin .na-budget em{color:#b42318;font-style:normal}.news-admin .na-triage{font-style:normal;color:#1f7a3a;font-size:12.5px}.news-admin .na-mail-preview{width:100%;height:640px;border:1px solid #e1e8ef;border-radius:10px;background:#f3f6fa}.news-admin .na-h2{margin:24px 0 10px;font-size:18px}.news-admin .na-newsletter-panel{display:grid;gap:14px}:root{--paper: #f4f8ff;--paper-soft: #e7f0ff;--paper-line: #bfd5f5;--ink: #07111f;--ink-soft: #142338;--muted: #536987;--quiet: #7f8fa8;--brand-red: #0052ff;--brand-red-deep: #003ecb;--base-blue: #0052ff;--base-blue-deep: #001b66;--base-blue-soft: #dbe8ff;--navy: #061a3b;--market: #0052ff;--market-deep: #003ecb;--green: #0a8f5a;--warning: #ad7a17;--shadow: 0 20px 58px rgba(4, 43, 120, .1);--home-columns: minmax(0, 1.35fr) minmax(320px, .65fr);color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;letter-spacing:0}*{box-sizing:border-box}html{min-height:100%;background:var(--paper)}body,#root{min-height:100%}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at 10% 0%,rgba(0,82,255,.11),transparent 360px),linear-gradient(180deg,rgba(0,82,255,.055),transparent 460px),var(--paper);color:var(--ink);font-size:16px;line-height:1.5;letter-spacing:0}button,input,textarea{font:inherit;letter-spacing:0}button{border:0;background:transparent;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}.ui-icon{display:inline-grid;width:var(--icon-size, 18px);height:var(--icon-size, 18px);flex:0 0 auto;place-items:center;font-size:calc(var(--icon-size, 18px) * .84);font-weight:850;line-height:1}.ui-svg-icon{display:block;flex:0 0 auto}.site-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;border-bottom:1px solid rgba(255,255,255,.16);background:linear-gradient(90deg,#0052fffa,#002fa8f5),var(--base-blue);padding:8px 28px;backdrop-filter:blur(20px)}.brand-lockup{display:inline-flex;align-items:center;gap:10px;min-width:0;color:#fff;font-size:16px;font-weight:800}.brand-lockup img{width:34px;height:34px;border-radius:8px;object-fit:contain;box-shadow:0 6px 18px #0019603d}.desktop-nav{display:flex;min-width:0;justify-content:center;gap:2px}.desktop-nav button,.desktop-nav .nav-dropdown-trigger,.footer-group button{min-height:34px;border-radius:7px;padding:0 9px;color:var(--muted);font-size:13px;font-weight:650}.desktop-nav button:hover,.desktop-nav button.active,.footer-group button:hover{background:var(--paper-soft);color:var(--ink)}.site-header .desktop-nav button{color:#ffffffc2}.site-header .desktop-nav>button,.site-header .nav-dropdown-trigger{position:relative;transition:transform .16s ease,color .16s ease,background .16s ease}.site-header .desktop-nav>button:after,.site-header .nav-dropdown-trigger:after{position:absolute;right:9px;bottom:2px;left:9px;height:2px;border-radius:999px;background:#fff;content:"";transform:scaleX(0);transition:transform .16s ease}.site-header .desktop-nav>button:hover,.site-header .desktop-nav>button:focus-visible,.site-header .nav-dropdown-trigger:hover,.site-header .nav-dropdown-trigger:focus-visible{transform:translateY(-1px)}.site-header .desktop-nav>button:hover:after,.site-header .desktop-nav>button:focus-visible:after,.site-header .desktop-nav>button.active:after,.site-header .nav-dropdown-trigger:hover:after,.site-header .nav-dropdown-trigger:focus-visible:after,.site-header .nav-dropdown.active .nav-dropdown-trigger:after{transform:scaleX(1)}.site-header .desktop-nav button:hover,.site-header .desktop-nav button.active{background:#ffffff24;color:#fff}.nav-dropdown{position:relative}.nav-dropdown:after{position:absolute;top:100%;right:0;left:0;height:10px;content:""}.nav-dropdown-panel{position:absolute;top:calc(100% + 8px);left:50%;z-index:60;display:grid;width:268px;gap:4px;padding:8px;border:1px solid rgba(0,82,255,.16);border-radius:8px;background:#fff;box-shadow:0 18px 42px #041a5638;opacity:0;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.site-header .nav-dropdown-trigger{display:inline-flex;align-items:center;gap:5px;color:#ffffffc2}.nav-dropdown-item{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;border-radius:6px;padding:8px 10px;text-align:left;color:var(--ink)}.nav-dropdown-item>span{display:grid;gap:3px}.nav-dropdown-item strong{font-size:14px}.nav-dropdown-item small{color:var(--muted);font-size:11px;font-weight:650}.nav-dropdown-item:hover,.nav-dropdown-item:focus-visible{background:var(--base-blue-soft);color:var(--base-blue)}.nav-dropdown-item:hover small,.nav-dropdown-item:focus-visible small{color:var(--base-blue)}.header-actions,.hero-actions,.auction-actions,.social-row,.row-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.icon-action{display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid var(--paper-line);border-radius:8px;color:var(--muted);background:#ffffffb8}.icon-action:hover,.account-button:hover{color:var(--ink);background:var(--paper-soft)}.account-button{display:inline-flex;min-height:36px;align-items:center;gap:7px;border:1px solid var(--paper-line);border-radius:8px;padding:0 10px;color:var(--muted);font-size:13px;font-weight:650;background:#ffffff94}.site-header .icon-action,.site-header .account-button{border-color:#ffffff3d;background:#ffffff1f;color:#fff}.site-header .icon-action:hover,.site-header .account-button:hover{background:#fff3;color:#fff}.mobile-only{display:none}.mobile-comparator-items{display:grid;gap:4px;margin:-4px 0 6px 14px;border-left:1px solid rgba(0,82,255,.18);padding-left:10px}.mobile-comparator-items button{min-height:34px;padding:0 10px;text-align:left}.action{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 13px;font-size:13px;font-weight:760;transition:transform .16s ease,background .16s ease,border-color .16s ease}.action:active{transform:translateY(1px)}.action-primary{background:var(--ink);color:var(--paper)}.action-primary:hover{background:var(--base-blue-deep)}.action-secondary{border:1px solid var(--paper-line);background:#fff;color:var(--ink)}.action-secondary:hover{border-color:#9fbdff;background:var(--paper-soft)}.action-market{background:var(--market);color:#fff;box-shadow:0 10px 26px #0052ff3d}.action-market:hover{background:var(--market-deep)}.site-header .header-actions .action-market{border:1px solid rgba(255,255,255,.32);background:#fff;color:var(--base-blue);box-shadow:none}.site-header .header-actions .action-market:hover{background:var(--base-blue-soft)}.action-ghost{color:var(--muted)}.page-stack{width:min(100% - 48px,1320px);margin:0 auto;padding:42px 0 84px}.editorial-hero,.marketplace-hero{display:grid;grid-template-columns:var(--home-columns);gap:18px;align-items:stretch}.hero-main,.marketplace-hero{border:1px solid var(--paper-line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.hero-main{min-height:430px;padding:38px}.hero-main h1,.marketplace-hero h1,.page-title h1{max-width:960px;margin:14px 0 16px;color:var(--ink);font-size:58px;line-height:1.04;font-weight:850}.marketplace-hero h1{color:var(--paper)}.hero-main p,.marketplace-hero p,.page-title p{max-width:780px;margin:0 0 24px;color:var(--muted);font-size:18px;line-height:1.58}.marketplace-hero p{color:#d8dee8}.panel{border:1px solid rgba(0,82,255,.14);border-radius:8px;background:#fffffff0;padding:22px;box-shadow:0 12px 34px #042b7812}.hero-side{display:flex;flex-direction:column;min-height:430px;gap:18px}.hero-ad-market{padding:16px}.golden-ad-banner{display:flex;aspect-ratio:1.618 / 1;min-height:190px;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:linear-gradient(135deg,#0052fffa,#001c66f0),var(--base-blue);padding:18px;color:#fff}.golden-ad-banner div{display:grid;gap:8px}.golden-ad-banner span,.golden-ad-banner small{width:max-content;border-radius:999px;background:#ffffff29;padding:4px 9px;font-size:11px;font-weight:850}.golden-ad-banner strong{max-width:12ch;font-size:clamp(26px,3vw,40px);line-height:.96;font-weight:900}.market-widget{display:grid;gap:12px}.market-heading{display:flex;align-items:end;justify-content:space-between;gap:14px}.market-heading h2{margin:0}.market-heading span{color:var(--quiet);font-size:12px;font-weight:800;text-transform:uppercase}.hero-side h2,.section-heading h2,.panel h2,.newsletter h2,.page-title h1,.learning-path h2{margin:8px 0 10px}.market-bar{display:grid;gap:10px}.market-bar div,.path-step,.notification-row,.privacy-list div,.bridge-route,.split-row,.ad-split{display:flex;align-items:center;justify-content:space-between;gap:12px}.market-bar div,.path-step,.notification-row,.privacy-list div{border:1px solid var(--paper-line);border-radius:8px;background:var(--paper);padding:12px}.market-bar span,.split-row span,.ad-split span{color:var(--muted);font-size:13px}.badge{display:inline-flex;min-height:25px;align-items:center;border-radius:999px;padding:0 9px;background:var(--paper-soft);color:var(--muted);font-size:12px;font-weight:780;white-space:nowrap}.badge-red{background:#0052ff1c;color:var(--base-blue)}.badge-lime{background:#0052ff1f;color:var(--base-blue)}.badge-dark{background:#11172214;color:var(--ink-soft)}.eyebrow{margin:0;color:var(--base-blue);font-size:12px;font-weight:850;letter-spacing:0;text-transform:uppercase}.section-grid{display:grid;gap:18px;margin-top:18px}.two-one{grid-template-columns:var(--home-columns)}.thirds{grid-template-columns:repeat(3,minmax(0,1fr))}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.section-heading h2{font-size:30px;line-height:1.15}.article-list{display:grid;gap:12px}.grid-mode{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;border:1px solid var(--paper-line);border-radius:8px;background:#fff;padding:14px}.article-guide{background:var(--paper-soft)}.article-art{display:grid;min-height:118px;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));color:#fff;font-size:18px;font-weight:900}.meta-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--quiet);font-size:13px}.article-card h3,.directory-card h3,.auction-card h3,.home-mini h3,.native-ad h3,.panel h3{margin:10px 0 7px;color:var(--ink);font-size:21px;line-height:1.22}.article-card p,.directory-card p,.native-ad p,.panel p{margin:0 0 14px;color:var(--muted);font-size:15px}.inline-link{display:inline-flex;align-items:center;gap:4px;color:var(--base-blue);font-size:13px;font-weight:800}.native-ad{display:flex;min-height:100%;flex-direction:column;justify-content:space-between}.home-mini{display:flex;min-height:260px;flex-direction:column}.mini-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:8px;background:var(--base-blue-soft);color:var(--base-blue)}.mini-icon svg{width:21px;height:21px}.home-mini ul,.check-list,.admin-list,.tx-states{display:grid;gap:8px;margin:0 0 16px;padding:0;list-style:none;color:var(--muted)}.home-mini li,.check-list li,.admin-list li,.tx-states li{border:1px solid var(--paper-line);border-radius:8px;background:#fffdf8c2;padding:10px}.check-list li,.tx-states li{display:grid;gap:4px}.check-list li strong,.tx-states li strong{color:var(--ink)}.check-list li span,.tx-states li span{color:var(--muted);font-size:13px}.marketplace-teaser,.newsletter{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:18px;border-radius:8px;padding:28px}.marketplace-teaser{background:linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));color:var(--paper)}.marketplace-teaser .badge{width:max-content;background:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 6px 18px #051b5c29;color:var(--base-blue)}.marketplace-teaser-copy{display:grid;gap:12px}.marketplace-teaser-kicker{display:inline-flex;align-items:center;gap:12px}.marketplace-teaser-mobile-token{display:none}.token-heading{display:flex;max-width:840px;align-items:center;gap:16px}.usdc-token{position:relative;display:inline-grid;flex:0 0 auto;place-items:center;overflow:hidden;border:0;border-radius:999px;background:transparent;box-shadow:0 14px 34px #0052ff2e}.usdc-token img{display:block;width:100%;height:100%;object-fit:contain}.usdc-token-sm{width:34px;height:34px;font-size:18px}.usdc-token-md{width:56px;height:56px;font-size:30px}.usdc-token-lg{width:72px;height:72px;font-size:38px}.marketplace-teaser h2,.marketplace-teaser p{color:inherit}.marketplace-teaser p{max-width:700px;margin:0;color:#d8dee8}.newsletter form{display:flex;flex:1 1 480px;min-width:420px;max-width:680px;gap:10px}.newsletter>div{min-width:0;flex:1 1 auto}.newsletter form input{min-width:0}.newsletter form .action{flex:0 0 auto;min-width:142px;white-space:nowrap}.newsletter input,.search-input input,.field input,.field textarea{width:100%;min-height:42px;border:1px solid var(--paper-line);border-radius:8px;background:#fff;color:var(--ink);padding:0 12px;outline:none}.field textarea{min-height:120px;padding:12px;resize:vertical}.newsletter input:focus,.search-input input:focus,.field input:focus,.field textarea:focus{border-color:var(--brand-red);box-shadow:0 0 0 3px #c417451f}.page-title{max-width:960px;padding:18px 0 8px}.filter-bar,.toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:14px 0 18px}.filter-bar{color:var(--muted)}.filter-bar button{min-height:34px;border:1px solid var(--paper-line);border-radius:999px;padding:0 12px;color:var(--muted);font-size:13px;font-weight:720;background:#fff}.filter-bar button.active,.filter-bar button:hover{border-color:var(--ink);color:var(--ink)}.news-layout{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:18px}.featured-story{min-height:420px;background:linear-gradient(140deg,rgba(196,23,69,.11),transparent 42%),#fff}.featured-story h2{font-size:36px;line-height:1.12}.learning-path{display:grid;grid-template-columns:minmax(260px,1fr) repeat(5,minmax(150px,.6fr));gap:10px;align-items:stretch;margin-bottom:18px}.path-step{flex-direction:column;align-items:flex-start;justify-content:flex-start}.path-step span{color:var(--brand-red);font-weight:900}.directory-grid,.auction-grid,.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.directory-card{display:flex;min-height:310px;flex-direction:column}.directory-logo{display:grid;width:54px;height:54px;place-items:center;border-radius:8px;background:var(--navy);color:#fff;font-size:14px;font-weight:900}.directory-logo.small{width:38px;height:38px}.toolbar{justify-content:space-between}.search-input{display:flex;min-width:min(100%,360px);align-items:center;gap:8px;border:1px solid var(--paper-line);border-radius:8px;background:#fff;padding:0 12px}.search-input input{border:0;padding:0;box-shadow:none}.search-input.large{min-width:100%}.table-panel{overflow-x:auto}.comparison-table-panel{overflow:hidden;border:1px solid var(--paper-line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.comparison-table-scroll{overflow-x:auto}.comparison-table{min-width:1180px}.comparison-table-grid{display:grid;grid-template-columns:48px minmax(190px,1.2fr) 76px minmax(240px,1.55fr) repeat(4,86px) 92px;gap:12px;align-items:center;padding:0 18px}.comparison-table-head{min-height:46px;background:linear-gradient(90deg,var(--base-blue),var(--base-blue-deep));color:#ffffffd1;font-size:11px;font-weight:850;text-transform:uppercase}.comparison-table-row{min-height:92px;border-top:1px solid var(--paper-line);color:var(--muted);font-size:13px;transition:background .16s ease,transform .16s ease}.comparison-table-row:hover{background:#f7faff}.comparison-rank{color:var(--base-blue);font-size:14px;font-weight:850}.comparison-platform{display:flex;min-width:0;align-items:center;gap:10px}.comparison-platform>div{min-width:0}.comparison-platform strong{display:block;overflow:hidden;color:var(--ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.comparison-platform small{display:block;overflow:hidden;margin-top:4px;color:var(--muted);font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.comparison-score{color:var(--base-blue);font-size:16px}.comparison-best-for{color:var(--ink-soft);line-height:1.35}.comparison-metric{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:6px;align-items:center}.comparison-metric-track{height:6px;overflow:hidden;border-radius:999px;background:#dce8ff}.comparison-metric-track i{display:block;height:100%;border-radius:inherit;background:var(--base-blue)}.comparison-metric strong{color:var(--ink);font-size:12px;text-align:right}.comparison-table-row .action{min-width:84px;padding:0 9px}.comparison-table-footer{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--paper-line);background:#f5f8ff;padding:13px 18px;color:var(--muted);font-size:12px;line-height:1.45}.comparison-table-footer strong{color:var(--ink)}.comparison-table{display:grid;min-width:1180px;gap:0}.table-row{display:grid;grid-template-columns:70px minmax(150px,1.1fr) 120px minmax(220px,1.3fr) 180px 80px 190px;gap:12px;align-items:center;border-bottom:1px solid var(--paper-line);padding:13px 0;color:var(--muted);font-size:14px}.table-row:last-child{border-bottom:0}.table-head,.table-cell-head{color:var(--ink);font-size:12px;font-weight:850;text-transform:uppercase}.privacy-list{display:grid;gap:10px;margin-top:18px}.privacy-list div{justify-content:flex-start}.comparison-cards,.tool-lab-grid,.auction-explainer,.bid-room{display:grid;gap:18px}.comparison-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.comparison-card{display:flex;min-height:460px;flex-direction:column}.comparison-card-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.score-pill{border-radius:999px;background:var(--ink);color:var(--paper);padding:6px 10px;font-size:13px}.score-grid{display:grid;gap:10px;margin:12px 0}.score-row{display:grid;grid-template-columns:90px minmax(0,1fr) 24px;gap:8px;align-items:center;color:var(--muted);font-size:13px}.score-row div{height:8px;overflow:hidden;border-radius:999px;background:var(--paper-soft)}.score-row i{display:block;height:100%;border-radius:inherit;background:var(--brand-red)}.risk-row,.wallet-connect-panel{display:flex;gap:12px;align-items:center}.risk-row{margin-top:auto;border:1px solid rgba(173,122,23,.22);border-radius:8px;background:#ad7a1714;color:var(--warning);padding:12px;font-size:13px;font-weight:700}.tool-lab-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.tool-lab-grid .tool-lab:nth-child(n+3){min-height:230px}.primary-tool{grid-row:span 2}.tool-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0}.tool-inputs.compact{grid-template-columns:1fr}.tool-inputs label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.tool-inputs input{min-height:40px;border:1px solid var(--paper-line);border-radius:8px;padding:0 10px}.tool-result{display:grid;gap:4px;border-radius:8px;background:var(--ink);color:var(--paper);padding:18px}.tool-result strong{color:var(--market);font-size:34px}.tool-result.compact strong{font-size:28px}.tool-result small{color:#aeb8c6}.wallet-connect-panel{justify-content:space-between;margin-bottom:18px}.base-pay-module{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(0,1.05fr);gap:22px;align-items:center;margin-top:18px}.base-pay-module-compact{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr)}.relay-mini-banner{overflow:hidden;border:1px solid rgba(0,82,255,.18);border-radius:8px;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.28),transparent 28%),linear-gradient(135deg,var(--base-blue),var(--base-blue-deep))}.base-pay-visual{overflow:hidden;aspect-ratio:16 / 9;border:1px solid rgba(0,82,255,.18);border-radius:8px;background:#eef5ff}.base-pay-visual img{display:block;width:100%;height:100%;object-fit:cover}.base-pay-copy{display:grid;gap:10px}.base-pay-copy h3{margin:0;font-size:30px;line-height:1.08}.base-pay-copy p{max-width:680px;margin:0}.base-pay-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:6px}.base-pay-actions span{color:var(--muted);font-size:13px;font-weight:700}.base-pay-actions .action span{color:#fff}.base-route-card{display:flex;gap:14px;align-items:center;border:1px solid rgba(0,82,255,.18);border-radius:8px;background:linear-gradient(135deg,#0052ff1f,#ffffffe6),#fff;margin:14px 0;padding:16px}.base-route-card div{display:grid;min-width:0;gap:3px}.base-route-card span,.base-route-card small{color:var(--muted);font-size:12px;font-weight:760}.base-route-card small{overflow-wrap:anywhere}.relay-mini-banner{aspect-ratio:1.618 / 1;margin:14px 0}.error-line{color:var(--brand-red)!important;font-weight:800}.marketplace-hero{grid-template-columns:minmax(0,1fr);background:radial-gradient(circle at 12% 10%,rgba(255,255,255,.2),transparent 26%),linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));padding:38px}.marketplace-hero>div:first-child{max-width:920px}.marketplace-hero h1{max-width:820px;font-size:clamp(38px,4.4vw,64px);line-height:1.02}.marketplace-kicker{display:inline-flex;align-items:center;gap:12px}.marketplace-hero .badge,.auction-card .badge,.bid-room-main .badge{background:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 6px 18px #051b5c29;color:var(--base-blue)}.chain-card{background:#ffffff14;border-color:#ffffff29;color:var(--paper)}.chain-card dl{display:grid;gap:10px;margin:14px 0 0}.chain-card div{display:grid;gap:4px}.chain-card dt{color:#aeb8c6;font-size:12px;font-weight:800}.chain-card dd{margin:0;overflow-wrap:anywhere;color:#fff;font-size:14px;font-weight:700}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:18px 0}.marketplace-slots{margin-top:52px}.marketplace-slots-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.marketplace-slots-heading .section-heading{margin-bottom:0}.marketplace-slots-heading>p{max-width:430px;margin:0 0 5px;color:var(--muted);font-size:15px;line-height:1.45;text-align:right}.marketplace-type-tabs{display:flex;gap:8px;margin-bottom:18px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.marketplace-type-tabs button{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;gap:8px;border:1px solid var(--paper-line);border-radius:999px;background:#ffffffd6;padding:0 14px;color:var(--muted);font-size:13px;font-weight:800;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.marketplace-type-tabs button span{display:inline-grid;min-width:21px;height:21px;place-items:center;border-radius:999px;background:var(--paper-soft);color:var(--base-blue);font-size:11px}.marketplace-type-tabs button:hover{border-color:#0052ff5c;color:var(--base-blue);transform:translateY(-1px)}.marketplace-type-tabs button.active{border-color:var(--base-blue);background:var(--base-blue);color:#fff;box-shadow:0 8px 18px #0052ff2e}.marketplace-type-tabs button.active span{background:#fff3;color:#fff}.auction-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.auction-type-card{position:relative;display:flex;min-height:438px;flex-direction:column;overflow:hidden;border-color:#0052ff29;background:#fff;padding:22px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.auction-type-card:before{position:absolute;top:0;right:0;left:0;height:4px;background:var(--base-blue);content:""}.auction-type-card:hover{border-color:#0052ff57;box-shadow:0 20px 38px #2f5d8f21;transform:translateY(-3px)}.auction-type-trading{background:linear-gradient(180deg,#f2f7ff 0,#fff 33%)}.auction-type-trading:before{background:#0052ff}.auction-type-wallets{background:linear-gradient(180deg,#f0fbf8 0,#fff 33%)}.auction-type-wallets:before{background:#0a8f5a}.auction-type-privacy{background:linear-gradient(180deg,#f5f1ff 0,#fff 33%)}.auction-type-privacy:before{background:#7657d9}.auction-type-topline,.auction-type-footer,.auction-type-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.auction-type-topline{margin-bottom:20px}.auction-type-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;background:var(--base-blue-soft);color:var(--base-blue)}.auction-type-wallets .auction-type-icon{background:#d9f3e9;color:var(--green)}.auction-type-privacy .auction-type-icon{background:#e9e1ff;color:#7657d9}.auction-type-label{display:block;margin-bottom:8px;color:var(--base-blue);font-size:12px;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.auction-type-wallets .auction-type-label{color:var(--green)}.auction-type-privacy .auction-type-label{color:#7657d9}.auction-type-card h3{max-width:280px;margin:0 0 10px;color:var(--ink);font-size:25px;line-height:1.08}.auction-type-card p{min-height:88px;margin:0;color:var(--muted);font-size:14px;line-height:1.48}.auction-type-stats{display:grid;grid-template-columns:1.15fr 1fr;gap:12px;margin:22px 0 0;border-top:1px solid rgba(157,196,241,.58);border-bottom:1px solid rgba(157,196,241,.58);padding:14px 0}.auction-type-stats div:last-child{grid-column:1 / -1}.auction-type-stats span,.auction-type-footer span{display:flex;align-items:center;gap:6px;color:var(--quiet);font-size:11px;font-weight:750}.auction-type-stats strong{display:block;margin-top:3px;color:var(--ink);font-size:15px;line-height:1.2}.auction-type-footer{margin:15px 0 18px}.auction-type-footer span:first-child{color:var(--base-blue)}.auction-type-actions{margin-top:auto;justify-content:flex-start}.auction-type-actions .action{min-width:112px}.marketplace-slot-tools{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.marketplace-slot-search{width:min(100%,420px);min-height:44px;margin:0;border-radius:14px;background:#fff}.marketplace-slot-search input{width:100%;min-height:42px}.marketplace-slot-tools>span{color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap}.marketplace-category-list{display:grid;gap:26px}.marketplace-category{overflow:hidden;border:1px solid rgba(157,196,241,.68);border-radius:20px;background:#ffffffb8;box-shadow:0 14px 30px #2f5d8f12}.marketplace-category-header{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:24px;align-items:center;border-bottom:1px solid rgba(157,196,241,.52);padding:20px 22px}.marketplace-category-title{display:flex;min-width:0;align-items:center;gap:14px}.marketplace-category-title .auction-type-icon{flex:0 0 auto}.marketplace-category-title h3{margin:2px 0 0;color:var(--ink);font-size:22px;line-height:1.1}.marketplace-category-context{display:flex;align-items:center;justify-content:space-between;gap:16px}.marketplace-category-context p{max-width:540px;margin:0;color:var(--muted);font-size:14px;line-height:1.42}.marketplace-category-context>span{flex:0 0 auto;border-radius:999px;background:var(--paper-soft);padding:7px 10px;color:var(--base-blue);font-size:12px;font-weight:850}.marketplace-category-wallets .marketplace-category-context>span{background:#d9f3e9;color:var(--green)}.marketplace-category-privacy .marketplace-category-context>span{background:#e9e1ff;color:#7657d9}.auction-list{display:grid}.auction-list-row{display:grid;grid-template-columns:minmax(250px,1.4fr) repeat(3,minmax(100px,.62fr)) minmax(90px,.5fr) auto;gap:16px;align-items:center;border:0;border-bottom:1px solid rgba(157,196,241,.48);border-radius:0;background:#fff;padding:16px 22px;box-shadow:none}.auction-list-row:last-child{border-bottom:0}.auction-list-row:hover{background:#f8fbff;transform:none}.auction-list-project{display:flex;min-width:0;align-items:center;gap:12px}.auction-list-logo{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:13px;background:var(--base-blue-soft);color:var(--base-blue);font-size:12px;font-weight:900}.auction-list-wallets .auction-list-logo{background:#d9f3e9;color:var(--green)}.auction-list-privacy .auction-list-logo{background:#e9e1ff;color:#7657d9}.auction-list-kicker,.auction-list-metric>span,.auction-list-status>span{display:block;color:var(--quiet);font-size:11px;font-weight:800}.auction-list-kicker{overflow:hidden;color:var(--base-blue);letter-spacing:.03em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.auction-list-wallets .auction-list-kicker{color:var(--green)}.auction-list-privacy .auction-list-kicker{color:#7657d9}.auction-list-project h4{margin:2px 0;color:var(--ink);font-size:16px;line-height:1.2}.auction-list-project p{margin:0;color:var(--muted);font-size:12px}.auction-list-metric strong{display:block;margin-top:3px;color:var(--ink);font-size:15px;line-height:1.2}.auction-list-bid strong{color:var(--base-blue)}.auction-list-status{display:grid;gap:5px;justify-items:start}.auction-list-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.auction-list-actions .action{min-width:94px}.marketplace-empty-state{display:flex;align-items:center;gap:12px;margin-top:18px;color:var(--base-blue)}.marketplace-empty-state div{display:grid;gap:2px}.marketplace-empty-state strong{color:var(--ink)}.marketplace-empty-state span{color:var(--muted);font-size:13px}.auction-explainer,.bid-room{grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0}.bid-room-main{background:linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));color:var(--paper)}.bid-room-main h3,.bid-room-main p{color:var(--paper)}.step-card span{color:var(--brand-red);font-weight:900}.auction-card{background:linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));color:var(--paper)}.auction-card h3,.auction-card p{color:var(--paper)}.auction-bid{display:grid;gap:3px;margin:14px 0}.auction-bid span{color:#aeb8c6;font-size:13px;font-weight:700}.auction-bid strong{color:#fff;font-size:28px}.auction-bid small{color:#aeb8c6;font-weight:750}.auction-bid.large strong{font-size:46px}.auction-meta,.detail-grid{display:grid;gap:9px;margin:16px 0}.auction-meta span,.detail-grid span{display:flex;align-items:center;gap:8px;color:#d8dee8;font-size:13px}.auction-detail .detail-grid span{justify-content:space-between;border:1px solid var(--paper-line);border-radius:8px;color:var(--muted);padding:12px}.settlement-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.stat-card{display:grid;gap:8px}.stat-card svg{color:var(--base-blue)}.stat-card span{color:var(--muted)}.stat-card strong{font-size:28px}.dashboard-table{grid-template-columns:repeat(5,minmax(140px,1fr));min-width:760px}.dashboard-table>span{border-bottom:1px solid var(--paper-line);padding:12px 8px}.form-grid,.compact-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.compact-form{grid-template-columns:1fr}.field{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:760}.field-wide{grid-column:1 / -1}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-title{display:flex;gap:10px;align-items:center}.article-page{display:grid;grid-template-columns:230px minmax(0,820px);gap:34px;align-items:start}.toc{position:sticky;top:92px;display:grid;gap:10px;border:1px solid var(--paper-line);border-radius:8px;background:#fff;padding:16px}.toc a{color:var(--muted);font-size:14px}.reader{color:var(--ink-soft);font-size:18px}.reader h2{color:var(--ink)}.takeaways,.info-box{border:1px solid var(--paper-line);border-radius:8px;background:var(--paper-soft);padding:18px}.info-box{display:flex;gap:10px;align-items:center;margin:20px 0;color:var(--warning)}.site-footer{display:grid;grid-template-columns:minmax(260px,1.2fr) repeat(4,minmax(130px,.6fr));gap:24px;border-top:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));color:#fff;padding:34px max(20px,calc((100vw - 1280px)/2))}.footer-brand img{width:44px;height:44px;object-fit:contain}.footer-brand p{max-width:360px;color:#ffffffc2}.footer-group{display:grid;align-content:start;gap:6px}.footer-group strong{margin-bottom:6px;color:#fff}.footer-group button{justify-content:flex-start;padding-left:0;text-align:left}.footer-legal{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px;color:#ffffffad;font-size:12px}.site-footer .footer-group button{color:#ffffffb8}.site-footer .footer-group button:hover{background:#ffffff24;color:#fff}.site-footer .social-row a{display:inline-flex;min-height:34px;align-items:center;gap:7px;border-color:#ffffff38;border-radius:999px;background:#ffffff1f;color:#fff;padding:0 12px;font-size:13px;font-weight:760}.overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:#1117226b;padding:20px}.modal-panel,.side-panel,.drawer-panel{position:relative;width:min(100%,720px);max-height:min(820px,calc(100vh - 40px));overflow:auto;border:1px solid var(--paper-line);border-radius:8px;background:var(--paper);padding:24px;box-shadow:0 26px 86px #11172238}.drawer-close{position:absolute;top:16px;right:16px}.modal-copy{margin:0 0 14px;color:var(--muted);font-size:15px}.side-overlay{justify-items:end;place-items:stretch end}.side-panel{width:min(100%,480px);min-height:100%;border-radius:8px 0 0 8px}.drawer-panel{display:grid;gap:10px;align-content:start;min-height:100%;border-radius:0}.drawer-panel img{width:54px;height:54px;object-fit:contain}.drawer-panel button:not(.drawer-close){min-height:44px;border-radius:8px;color:var(--ink);text-align:left}.drawer-panel button.active,.drawer-panel button:hover{background:var(--paper-soft)}.search-results,.preferences{display:grid;gap:10px;margin-top:16px}.search-results button{display:grid;gap:8px;border:1px solid var(--paper-line);border-radius:8px;background:#fff;padding:13px;text-align:left}.notification-row{justify-content:flex-start}.preferences label{color:var(--muted);font-size:14px}.bid-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.bid-summary div,.bridge-route div{display:grid;gap:5px;border:1px solid var(--paper-line);border-radius:8px;background:#fff;padding:14px}.bid-summary span,.bridge-route span{color:var(--muted);font-size:13px;font-weight:700}.bridge-panel .panel{margin:16px 0}@media(max-width:1180px){.desktop-nav,.account-button,.header-actions .action-market{display:none}.site-header{grid-template-columns:auto 1fr auto}.mobile-only{display:inline-grid}}@media(max-width:980px){.editorial-hero,.marketplace-hero,.two-one,.news-layout,.article-page,.site-footer{grid-template-columns:1fr}.thirds,.comparison-cards,.directory-grid,.auction-grid,.auction-type-grid,.auction-explainer,.bid-room,.steps-grid,.admin-grid,.tool-lab-grid,.base-pay-module,.grid-mode{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-path{grid-template-columns:1fr}.toc{position:static}.hero-main h1,.marketplace-hero h1,.page-title h1{font-size:44px}.marketplace-category-header{grid-template-columns:1fr;gap:12px}.marketplace-category-context{align-items:flex-start}.auction-list-row{grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(90px,1fr))}.auction-list-status{grid-column:1 / 2}.auction-list-actions{grid-column:2 / -1;justify-content:flex-end}}@media(max-width:680px){.site-header{padding:7px 14px}.brand-lockup img{width:32px;height:32px}.brand-lockup span{display:none}.page-stack{width:min(100% - 24px,1280px);padding-top:18px}.hero-main,.marketplace-hero{padding:22px}.marketplace-hero .chain-card{display:none}.site-shell:not(.home-mode) .marketplace-hero{margin-bottom:18px;padding-bottom:32px}.site-shell:not(.home-mode) .marketplace-hero-token{right:18px;bottom:10px;width:112px;height:112px;opacity:.18}.hero-main h1,.marketplace-hero h1,.page-title h1{font-size:34px}.hero-main p,.marketplace-hero p,.page-title p,.reader{font-size:16px}.thirds,.comparison-cards,.directory-grid,.auction-grid,.auction-type-grid,.auction-explainer,.bid-room,.steps-grid,.admin-grid,.grid-mode,.form-grid,.bid-summary,.tool-lab-grid,.base-pay-module,.tool-inputs,.settlement-grid{grid-template-columns:1fr}.marketplace-slots-heading{display:block}.marketplace-slots-heading>p{margin:10px 0 0;text-align:left}.auction-type-card p{min-height:0}.marketplace-slot-tools{display:grid}.marketplace-slot-search{width:100%}.marketplace-slot-tools>span{white-space:normal}.marketplace-category{border-radius:16px}.marketplace-category-header{padding:18px}.marketplace-category-context{display:grid;align-items:start}.marketplace-category-title h3{font-size:20px}.auction-list-row{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.auction-list-project{grid-column:1 / -1}.auction-list-status{grid-column:auto}.auction-list-actions{grid-column:1 / -1;justify-content:flex-start}.article-card{grid-template-columns:1fr}.article-art{min-height:120px}.newsletter,.marketplace-teaser,.wallet-connect-panel,.section-heading,.bridge-route{align-items:stretch;flex-direction:column}.token-heading{align-items:flex-start;flex-direction:column}.marketplace-teaser-kicker{gap:10px}.marketplace-teaser-mobile-token{display:inline-grid}.marketplace-teaser-desktop-token{display:none}.marketplace-teaser-mobile-token .usdc-token-lg{width:56px;height:56px}.usdc-token-lg{width:58px;height:58px}.newsletter form{flex-direction:column;min-width:0}.comparison-table-footer{flex-direction:column;align-items:flex-start}.side-panel{width:100%;border-radius:8px}}.site-shell:not(.home-mode){min-height:100vh;background:linear-gradient(180deg,#d9edff 0,#eef6ff 320px,#fff 780px),#fff}.site-shell:not(.home-mode) .site-header{position:sticky;grid-template-columns:auto minmax(0,1fr) auto;border-bottom:1px solid rgba(174,205,241,.54);background:#d9edffe0;padding:14px max(24px,calc((100vw - 1320px)/2));box-shadow:0 8px 28px #1f569914}.site-shell:not(.home-mode) .brand-lockup{color:var(--navy)}.site-shell:not(.home-mode) .brand-lockup span{display:none}.site-shell:not(.home-mode) .brand-lockup img{width:52px;height:52px;border-radius:14px;box-shadow:0 12px 24px #0052ff2b}.site-shell:not(.home-mode) .desktop-nav{justify-content:flex-start;gap:16px;padding-left:26px}.site-shell:not(.home-mode) .site-header .desktop-nav>button,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger{min-height:40px;border-radius:999px;color:var(--navy);font-size:15px;font-weight:660}.site-shell:not(.home-mode) .site-header .desktop-nav>button:hover,.site-shell:not(.home-mode) .site-header .desktop-nav>button.active,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger:hover,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger:focus-visible{background:#ffffffb8;color:var(--base-blue);transform:translateY(-1px)}.site-shell:not(.home-mode) .site-header .desktop-nav>button:after,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger:after{display:none}.site-shell:not(.home-mode) .site-header .icon-action{width:44px;height:44px;border-color:#0052ff2b;color:var(--base-blue);background:#ffffffb8}.site-shell:not(.home-mode) .site-header .icon-action:hover{background:#fff;color:var(--navy)}.site-shell:not(.home-mode) .site-header .icon-action .ui-icon{--icon-size: 24px}.site-shell:not(.home-mode) .site-header .account-button{min-height:44px;border:0;border-radius:999px;padding:0 18px;background:var(--base-blue);color:#fff;box-shadow:0 10px 22px #0052ff33}.site-shell:not(.home-mode) .site-header .account-button:hover{background:var(--base-blue-deep);color:#fff}.site-shell:not(.home-mode) .site-header .header-actions .action-market{border:1px solid rgba(0,82,255,.14);border-radius:999px;background:#fff;color:var(--base-blue);box-shadow:none}.site-shell:not(.home-mode) .page-stack{width:min(100% - 48px,1320px);padding-top:24px}.site-shell:not(.home-mode) .page-title{position:relative;max-width:none;overflow:hidden;border:1px solid rgba(157,196,241,.62);border-radius:18px;background:linear-gradient(135deg,#ffffffe6,#ebf6ffc7),#fff;padding:clamp(28px,4vw,58px);box-shadow:0 18px 44px #2f5d8f1f}.site-shell:not(.home-mode) .page-title-token{position:absolute;right:clamp(18px,5vw,78px);bottom:clamp(-48px,-3vw,-28px);z-index:0;width:clamp(150px,19vw,300px);height:clamp(150px,19vw,300px);object-fit:contain;filter:drop-shadow(0 22px 24px rgba(0,82,255,.16));opacity:.72;pointer-events:none}.site-shell:not(.home-mode) .page-title>*:not(.page-title-token){position:relative;z-index:1}.site-shell:not(.home-mode) .page-title-token{position:absolute;z-index:0}.site-shell:not(.home-mode) .page-title h1{max-width:880px;margin:12px 0 14px;color:#071936;font-size:clamp(42px,4.5vw,72px);line-height:1.02;letter-spacing:0}.site-shell:not(.home-mode) .page-title p:not(.eyebrow){max-width:720px;color:#1f385c;font-size:clamp(17px,1.35vw,22px)}.site-shell:not(.home-mode) .panel,.site-shell:not(.home-mode) .article-card,.site-shell:not(.home-mode) .comparison-table-panel,.site-shell:not(.home-mode) .toc,.site-shell:not(.home-mode) .takeaways,.site-shell:not(.home-mode) .info-box,.site-shell:not(.home-mode) .modal-panel,.site-shell:not(.home-mode) .side-panel,.site-shell:not(.home-mode) .drawer-panel{border:1px solid rgba(157,196,241,.62);border-radius:16px;background:#fffffff2;box-shadow:0 14px 32px #2f5d8f1a}.site-shell:not(.home-mode) .panel{padding:24px}.site-shell:not(.home-mode) .eyebrow,.site-shell:not(.home-mode) .section-heading .eyebrow{display:inline-flex;width:max-content;min-height:28px;align-items:center;border-radius:999px;background:#0052ff17;padding:0 12px;color:var(--base-blue);text-transform:none}.site-shell:not(.home-mode) .badge{min-height:30px;border:1px solid rgba(0,82,255,.1);background:#0052ff14;color:var(--base-blue)}.site-shell:not(.home-mode) .action{min-height:42px;border-radius:999px;padding:0 18px}.site-shell:not(.home-mode) .action-primary,.site-shell:not(.home-mode) .action-market{background:var(--base-blue);color:#fff;box-shadow:0 12px 26px #0052ff2e}.site-shell:not(.home-mode) .action-primary:hover,.site-shell:not(.home-mode) .action-market:hover{background:var(--base-blue-deep)}.site-shell:not(.home-mode) .action-secondary,.site-shell:not(.home-mode) .home-outline-button{border:2px solid #1967cf;background:#fff6;color:#2264aa}.site-shell:not(.home-mode) .article-art,.site-shell:not(.home-mode) .directory-logo,.site-shell:not(.home-mode) .mini-icon{border-radius:15px;background:#dcecff;color:var(--base-blue)}.site-shell:not(.home-mode) .article-card{padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.site-shell:not(.home-mode) .article-card:hover,.site-shell:not(.home-mode) .directory-card:hover,.site-shell:not(.home-mode) .tool-lab:hover,.site-shell:not(.home-mode) .auction-card:hover{border-color:#0052ff61;box-shadow:0 20px 42px #2f5d8f29;transform:translateY(-3px)}.site-shell:not(.home-mode) .featured-story{min-height:420px;background:linear-gradient(135deg,#0052ff1c,#ffffffeb),#fff}.site-shell:not(.home-mode) .learning-path{border:1px solid rgba(157,196,241,.62);border-radius:16px;background:#ffffffc2;padding:18px;box-shadow:0 14px 32px #2f5d8f14}.site-shell:not(.home-mode) .path-step,.site-shell:not(.home-mode) .market-bar div,.site-shell:not(.home-mode) .notification-row,.site-shell:not(.home-mode) .privacy-list div,.site-shell:not(.home-mode) .check-list li,.site-shell:not(.home-mode) .tx-states li,.site-shell:not(.home-mode) .bid-summary div,.site-shell:not(.home-mode) .bridge-route div{border:1px solid rgba(157,196,241,.62);border-radius:14px;background:#f7fbff}.site-shell:not(.home-mode) .filter-bar button,.site-shell:not(.home-mode) .search-input,.site-shell:not(.home-mode) .newsletter input,.site-shell:not(.home-mode) .field input,.site-shell:not(.home-mode) .field textarea,.site-shell:not(.home-mode) .tool-inputs input{border-color:#9dc4f1b8;border-radius:999px;background:#ffffffeb;color:var(--ink)}.site-shell:not(.home-mode) .field textarea{border-radius:16px}.site-shell:not(.home-mode) .filter-bar button.active,.site-shell:not(.home-mode) .filter-bar button:hover{border-color:var(--base-blue);background:var(--base-blue);color:#fff}.site-shell:not(.home-mode) .comparison-table-panel{overflow:hidden}.site-shell:not(.home-mode) .comparison-table-head{min-height:58px;background:#edf6ff;color:#23486f}.site-shell:not(.home-mode) .comparison-table-row{min-height:96px;background:#fff}.site-shell:not(.home-mode) .comparison-table-row:hover{background:#f4f9ff}.site-shell:not(.home-mode) .comparison-score,.site-shell:not(.home-mode) .comparison-rank{color:var(--base-blue)}.site-shell:not(.home-mode) .tool-result{border-radius:16px;background:linear-gradient(135deg,var(--base-blue),var(--base-blue-deep));color:#fff}.site-shell:not(.home-mode) .tool-lab-grid{margin-top:18px}.site-shell:not(.home-mode) .tool-result strong{color:#fff}.site-shell:not(.home-mode) .tool-result small{color:#ffffffb8}.site-shell:not(.home-mode) .base-pay-module{background:linear-gradient(135deg,#fffffff5,#ebf6ffe6),#fff}.site-shell:not(.home-mode) .base-pay-visual{border-radius:16px}.site-shell:not(.home-mode) .marketplace-hero{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#d9edff,#eef7ff 58%,#fff);color:var(--ink);min-height:0;padding:clamp(24px,3vw,40px);box-shadow:0 18px 44px #2f5d8f1f}.site-shell:not(.home-mode) .marketplace-hero-token{position:absolute;right:clamp(24px,6vw,92px);bottom:clamp(-34px,-3vw,-20px);width:clamp(130px,16vw,250px);height:clamp(130px,16vw,250px);object-fit:contain;filter:drop-shadow(0 24px 24px rgba(0,82,255,.18));opacity:.84;pointer-events:none}.site-shell:not(.home-mode) .marketplace-hero>div{position:relative;z-index:1}.site-shell:not(.home-mode) .marketplace-hero h1{color:#071936;font-size:clamp(32px,3.2vw,46px);line-height:1.03}.site-shell:not(.home-mode) .marketplace-hero p{color:#1f385c;max-width:680px;font-size:16px}.site-shell:not(.home-mode) .auction-card,.site-shell:not(.home-mode) .bid-room-main{background:linear-gradient(135deg,#fffffff5,#e8f4ffeb),#fff;color:var(--ink)}.site-shell:not(.home-mode) .auction-card h3,.site-shell:not(.home-mode) .auction-card p,.site-shell:not(.home-mode) .bid-room-main h3,.site-shell:not(.home-mode) .bid-room-main p{color:var(--ink)}.site-shell:not(.home-mode) .auction-bid span,.site-shell:not(.home-mode) .auction-bid small,.site-shell:not(.home-mode) .auction-meta span,.site-shell:not(.home-mode) .detail-grid span{color:var(--muted)}.site-shell:not(.home-mode) .auction-bid strong{color:var(--base-blue)}.site-shell:not(.home-mode) .settlement-grid span{justify-content:space-between;border:1px solid rgba(157,196,241,.62);border-radius:14px;background:#fff;padding:16px;box-shadow:0 10px 24px #2f5d8f14}.site-shell:not(.home-mode) .stat-card{min-height:160px}.site-shell:not(.home-mode) .stat-card svg{width:32px;height:32px}.site-shell:not(.home-mode) .reader{max-width:820px;color:#17345b}.site-shell:not(.home-mode) .reader h2{color:#071936;font-size:30px}.site-shell:not(.home-mode) .takeaways,.site-shell:not(.home-mode) .info-box{background:#f7fbff}.site-shell:not(.home-mode) .site-footer{border-top:1px solid rgba(157,196,241,.62);background:linear-gradient(180deg,#eef7ff,#d9edff);color:var(--navy)}.site-shell:not(.home-mode) .footer-brand p,.site-shell:not(.home-mode) .footer-legal,.site-shell:not(.home-mode) .site-footer .footer-group button{color:#385778}.site-shell:not(.home-mode) .footer-group strong{color:var(--navy)}.site-shell:not(.home-mode) .site-footer .footer-group button:hover{background:#0052ff14;color:var(--base-blue)}.site-shell:not(.home-mode) .site-footer .social-row a{border-color:#0052ff2e;background:#fff;color:var(--base-blue)}@media(max-width:980px){.site-shell:not(.home-mode) .site-header{padding-right:18px;padding-left:18px}.site-shell:not(.home-mode) .desktop-nav{display:none}}@media(max-width:680px){.site-shell:not(.home-mode) .page-stack{width:min(100% - 24px,1320px);padding-top:20px}.site-shell:not(.home-mode) .site-header{padding:9px 14px}.site-shell:not(.home-mode) .brand-lockup img{width:44px;height:44px}.site-shell:not(.home-mode) .page-title{padding:24px}.site-shell:not(.home-mode) .page-title-token,.site-shell:not(.home-mode) .marketplace-hero-token{opacity:.24}}.site-shell:not(.home-mode) .page-title{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,280px);gap:clamp(16px,3vw,34px);align-items:stretch;min-height:150px;margin-bottom:16px;padding:clamp(20px,2.8vw,34px)}.site-shell:not(.home-mode) .page-title-copy{align-self:center;max-width:780px}.site-shell:not(.home-mode) .page-title h1{max-width:700px;margin:8px 0;font-size:clamp(28px,3vw,44px);line-height:1.06}.site-shell:not(.home-mode) .page-title p:not(.eyebrow){max-width:640px;font-size:clamp(15px,1vw,17px);line-height:1.46}.site-shell:not(.home-mode) .page-title-aside{position:relative;z-index:1;display:grid;gap:10px;align-self:stretch;align-content:center;min-height:128px;border:1px solid rgba(0,82,255,.14);border-radius:16px;background:#ffffffa8;padding:12px;box-shadow:inset 0 1px #ffffffe6}.site-shell:not(.home-mode) .page-title-aside span{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(157,196,241,.62);border-radius:14px;background:#fff;padding:10px 12px;color:#17345b;font-size:13px;font-weight:850}.site-shell:not(.home-mode) .page-title-aside span:after{width:9px;height:9px;border-radius:999px;background:var(--base-blue);content:"";box-shadow:0 0 0 5px #0052ff1a}.site-shell:not(.home-mode) .page-title-token{right:clamp(180px,22vw,320px);bottom:-38px;width:clamp(96px,11vw,170px);height:clamp(96px,11vw,170px);opacity:.3}.site-shell:not(.home-mode) .page-hero-visual{position:relative;z-index:1;display:grid;gap:10px;min-height:128px;align-content:space-between;overflow:hidden;border:1px solid rgba(0,82,255,.14);border-radius:16px;background:linear-gradient(135deg,#ffffffeb,#e1f0ffe0),#fff;padding:14px;box-shadow:inset 0 1px #fffffff0,0 14px 28px #2f5d8f1a}.site-shell:not(.home-mode) .page-hero-visual:after{position:absolute;right:-54px;bottom:-66px;width:130px;height:130px;border:1px solid rgba(0,82,255,.14);border-radius:50%;box-shadow:0 0 0 18px #0052ff09,0 0 0 36px #0052ff06;content:""}.site-shell:not(.home-mode) .page-hero-visual-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-shell:not(.home-mode) .page-hero-visual-top>span{color:#547094;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.site-shell:not(.home-mode) .page-hero-icon-shell{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:15px;background:var(--base-blue);color:#fff;box-shadow:0 10px 22px #0052ff33,inset 0 1px #ffffff4d}.site-shell:not(.home-mode) .page-hero-svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.site-shell:not(.home-mode) .page-hero-visual>strong{position:relative;z-index:1;max-width:190px;color:#071936;font-size:21px;line-height:1.07}.site-shell:not(.home-mode) .page-hero-chips{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:7px}.site-shell:not(.home-mode) .page-hero-chips span{border:1px solid rgba(0,82,255,.14);border-radius:999px;background:#fff;padding:6px 9px;color:var(--base-blue);font-size:11px;font-weight:850}.site-shell:not(.home-mode) .page-ad-banner{position:relative;display:grid;width:min(100%,970px);min-height:126px;aspect-ratio:auto;grid-template-columns:104px minmax(0,1fr) minmax(120px,.24fr);gap:18px;align-items:center;overflow:hidden;margin:0 auto 20px;border:1px solid rgba(0,82,255,.18);border-radius:18px;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.94),transparent 34%),linear-gradient(135deg,#eff7ff,#d8ebff 48%,#fff);padding:16px 18px;box-shadow:0 12px 28px #2f5d8f1c}.site-shell:not(.home-mode) .page-title+.page-ad-banner{margin-top:6px}.site-shell:not(.home-mode) .marketplace-hero+.page-ad-banner{margin-top:22px}.site-shell:not(.home-mode) .page-ad-banner:before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,82,255,.09),transparent 42%),radial-gradient(circle at 86% 14%,rgba(0,82,255,.12),transparent 26%);content:""}.site-shell:not(.home-mode) .page-ad-visual,.site-shell:not(.home-mode) .page-ad-copy,.site-shell:not(.home-mode) .page-ad-side{position:relative;z-index:1}.site-shell:not(.home-mode) .page-ad-visual{display:grid;aspect-ratio:1;min-width:0;width:94px;max-width:94px;place-items:center;border:1px solid rgba(255,255,255,.62);border-radius:22px;background:linear-gradient(135deg,#0052fffa,#001f80f5);color:#fff;box-shadow:inset 0 1px #ffffff4d,0 12px 22px #0052ff2e}.site-shell:not(.home-mode) .page-ad-visual>span{position:relative;z-index:2;display:grid;width:46px;height:46px;place-items:center;border-radius:15px;background:#ffffff29;font-size:15px;font-weight:950}.site-shell:not(.home-mode) .page-ad-orbit,.site-shell:not(.home-mode) .page-ad-orbit i{position:absolute;border-radius:999px}.site-shell:not(.home-mode) .page-ad-orbit{inset:14px;border:1px solid rgba(255,255,255,.26)}.site-shell:not(.home-mode) .page-ad-orbit i{width:7px;height:7px;background:#fff;opacity:.86}.site-shell:not(.home-mode) .page-ad-orbit i:nth-child(1){top:8px;left:26px}.site-shell:not(.home-mode) .page-ad-orbit i:nth-child(2){right:14px;bottom:24px}.site-shell:not(.home-mode) .page-ad-orbit i:nth-child(3){bottom:10px;left:18px}.site-shell:not(.home-mode) .page-ad-copy{display:grid;gap:5px;min-width:0}.site-shell:not(.home-mode) .page-ad-copy span{width:max-content;border-radius:999px;background:#0052ff1a;padding:5px 8px;color:var(--base-blue);font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.site-shell:not(.home-mode) .page-ad-copy strong{max-width:520px;color:#071936;font-size:clamp(18px,1.55vw,24px);line-height:1.08;letter-spacing:0}.site-shell:not(.home-mode) .page-ad-copy p{max-width:500px;margin:0;color:#496688;font-size:13px;font-weight:720;line-height:1.3}.site-shell:not(.home-mode) .page-ad-side{display:grid;min-height:86px;align-content:space-between;justify-items:end;border-left:1px solid rgba(0,82,255,.16);padding-left:18px}.site-shell:not(.home-mode) .page-ad-side small{border-radius:999px;background:#fff;padding:6px 9px;color:#547094;font-size:10px;font-weight:900;box-shadow:0 8px 18px #2f5d8f14}.site-shell:not(.home-mode) .page-ad-side span{display:inline-grid;min-height:34px;place-items:center;border-radius:999px;background:var(--base-blue);padding:0 14px;color:#fff;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 10px 20px #0052ff2e}.site-shell:not(.home-mode) .page-ad-guides .page-ad-visual,.site-shell:not(.home-mode) .page-ad-wallets .page-ad-visual,.site-shell:not(.home-mode) .page-ad-account .page-ad-visual{background:linear-gradient(135deg,#0a8f5a,#004d45)}.site-shell:not(.home-mode) .page-ad-privacy .page-ad-visual,.site-shell:not(.home-mode) .page-ad-tools .page-ad-visual{background:linear-gradient(135deg,#7657d9,#15327c)}.site-shell:not(.home-mode) .page-hero-news,.site-shell:not(.home-mode) .page-hero-article{background:linear-gradient(135deg,#e8f1ff,#fff)}.site-shell:not(.home-mode) .page-hero-guides{background:linear-gradient(135deg,#f0f7ff,#fff)}.site-shell:not(.home-mode) .page-hero-airdrops{background:linear-gradient(135deg,#e8fbf4,#fff)}.site-shell:not(.home-mode) .page-hero-deals{background:linear-gradient(135deg,#fff6df,#fff)}.site-shell:not(.home-mode) .page-hero-perp{background:linear-gradient(135deg,#eeeaff,#fff)}.site-shell:not(.home-mode) .page-hero-exchanges{background:linear-gradient(135deg,#e7f6ff,#fff)}.site-shell:not(.home-mode) .page-hero-wallets,.site-shell:not(.home-mode) .page-hero-account{background:linear-gradient(135deg,#e9f4ff,#fff)}.site-shell:not(.home-mode) .page-hero-tools{background:linear-gradient(135deg,#edf2ff,#fff)}.site-shell:not(.home-mode) .page-hero-privacy{background:linear-gradient(135deg,#eaf8f0,#fff)}.site-shell:not(.home-mode) .page-hero-auction{background:linear-gradient(135deg,#e5efff,#fff)}.site-shell:not(.home-mode) .page-hero-partnerships{background:linear-gradient(135deg,#fff2ea,#fff)}.site-shell:not(.home-mode) .editorial-dashboard,.site-shell:not(.home-mode) .guide-command,.site-shell:not(.home-mode) .comparison-brief,.site-shell:not(.home-mode) .privacy-command-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px}.site-shell:not(.home-mode) .editorial-dashboard div,.site-shell:not(.home-mode) .guide-command div,.site-shell:not(.home-mode) .comparison-brief div,.site-shell:not(.home-mode) .privacy-command-grid div,.site-shell:not(.home-mode) .dashboard-command-bar,.site-shell:not(.home-mode) .directory-sort{display:grid;gap:4px;border:1px solid rgba(157,196,241,.62);border-radius:16px;background:#ffffffdb;padding:16px;box-shadow:0 12px 28px #2f5d8f14}.site-shell:not(.home-mode) .editorial-dashboard span,.site-shell:not(.home-mode) .guide-command span,.site-shell:not(.home-mode) .comparison-brief span,.site-shell:not(.home-mode) .privacy-command-grid span,.site-shell:not(.home-mode) .dashboard-command-bar span,.site-shell:not(.home-mode) .directory-sort span{color:#547094;font-size:12px;font-weight:840}.site-shell:not(.home-mode) .editorial-dashboard strong,.site-shell:not(.home-mode) .guide-command strong,.site-shell:not(.home-mode) .comparison-brief strong,.site-shell:not(.home-mode) .privacy-command-grid strong,.site-shell:not(.home-mode) .dashboard-command-bar strong,.site-shell:not(.home-mode) .directory-sort strong{color:#071936;font-size:17px;line-height:1.2}.site-shell:not(.home-mode) .comparison-brief small{color:#617895;font-size:13px;line-height:1.35}.site-shell:not(.home-mode) .news-layout{grid-template-columns:minmax(340px,.74fr) minmax(0,1.26fr);gap:18px;align-items:start}.site-shell:not(.home-mode) .featured-story{position:sticky;top:100px;display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:18px;min-height:360px;align-content:stretch;overflow:hidden;padding:26px;background:linear-gradient(140deg,#0052ff29,#fffffff0 58%),#fff}.site-shell:not(.home-mode) .featured-story:before{display:none}.site-shell:not(.home-mode) .featured-story-copy{position:relative;z-index:1;display:grid;align-content:end}.site-shell:not(.home-mode) .featured-story-visual{display:grid;width:132px;height:132px;align-self:start;place-items:center;border:1px solid rgba(0,82,255,.14);border-radius:32px;background:linear-gradient(135deg,#0052ff26,#0052ff08),#eef6ff;color:var(--base-blue);box-shadow:inset 0 1px #ffffffdb}.site-shell:not(.home-mode) .featured-story-visual .home-feature-svg{width:74px;height:74px}.site-shell:not(.home-mode) .featured-story h2{max-width:520px;font-size:clamp(28px,3vw,42px)}.site-shell:not(.home-mode) .article-list{gap:14px}.site-shell:not(.home-mode) .article-card{grid-template-columns:88px minmax(0,1fr);gap:16px;min-height:156px;padding:16px}.site-shell:not(.home-mode) .article-art{min-height:100%;border-radius:14px;background:linear-gradient(135deg,#0052fff2,#001b66f5);box-shadow:inset 0 1px #ffffff47}.site-shell:not(.home-mode) .article-card h3{margin-top:12px;font-size:clamp(20px,1.8vw,27px)}.site-shell:not(.home-mode) .article-card p{max-width:720px;color:#42617f}.site-shell:not(.home-mode) .learning-path{grid-template-columns:minmax(220px,1.1fr) repeat(5,minmax(130px,.7fr));gap:12px;margin-bottom:18px}.site-shell:not(.home-mode) .learning-path h2{margin:10px 0 0;color:#071936;font-size:24px;line-height:1.1}.site-shell:not(.home-mode) .path-step{min-height:112px;padding:14px}.site-shell:not(.home-mode) .path-step span{color:var(--base-blue);font-size:13px}.site-shell:not(.home-mode) .path-step strong{color:#071936;line-height:1.22}.site-shell:not(.home-mode) .directory-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(260px,360px);gap:12px;align-items:stretch;margin-bottom:18px}.site-shell:not(.home-mode) .directory-toolbar .search-input{min-width:0;margin:0;border-radius:16px;padding:0 16px}.site-shell:not(.home-mode) .directory-grid{align-items:stretch}.site-shell:not(.home-mode) .directory-card{min-height:292px;padding:22px}.site-shell:not(.home-mode) .directory-card .action{margin-top:auto;width:100%;justify-content:center}.site-shell:not(.home-mode) .directory-card .split-row{margin:16px 0;border:1px solid rgba(157,196,241,.62);border-radius:14px;background:#f7fbff;padding:12px}.site-shell:not(.home-mode) .directory-logo{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#0052ff1f,#0052ff0a),#e8f3ff;color:var(--base-blue)}.site-shell:not(.home-mode) .comparison-table{min-width:1120px}.site-shell:not(.home-mode) .comparison-table-grid{grid-template-columns:42px minmax(160px,1fr) 72px minmax(190px,1.15fr) repeat(4,minmax(62px,72px)) minmax(150px,.9fr) 76px;gap:10px;padding:0 14px}.site-shell:not(.home-mode) .comparison-table-row{min-height:104px}.site-shell:not(.home-mode) .comparison-table-head{position:sticky;top:0;z-index:1;min-height:54px;background:#eaf4ff}.site-shell:not(.home-mode) .comparison-risk{color:#4b647f;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.site-shell:not(.home-mode) .comparison-platform small{overflow:visible;text-overflow:initial;white-space:normal}.site-shell:not(.home-mode) .comparison-table-row .action{min-width:70px}.site-shell:not(.home-mode) .comparison-metric{grid-template-columns:minmax(0,1fr) 24px}.site-shell:not(.home-mode) .comparison-metric-track{height:8px;background:#d8e8ff}.site-shell:not(.home-mode) .comparison-table-footer{background:#f7fbff}.site-shell:not(.home-mode) .tool-suite-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:18px}.site-shell:not(.home-mode) .tool-suite-nav button{display:grid;gap:4px;min-height:86px;align-content:center;border:1px solid rgba(157,196,241,.62);border-radius:16px;background:#ffffffe0;padding:12px;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.site-shell:not(.home-mode) .tool-suite-nav button:hover{border-color:#0052ff61;box-shadow:0 14px 30px #2f5d8f1f;transform:translateY(-2px)}.site-shell:not(.home-mode) .tool-suite-nav span{color:var(--base-blue);font-size:12px;font-weight:850}.site-shell:not(.home-mode) .tool-suite-nav strong{color:#071936;font-size:14px;line-height:1.15}.site-shell:not(.home-mode) .tool-lab-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:18px}.site-shell:not(.home-mode) .tool-lab{display:grid;align-content:start}.site-shell:not(.home-mode) .primary-tool{min-height:100%}.site-shell:not(.home-mode) .tool-inputs{gap:12px}.site-shell:not(.home-mode) .tool-inputs label{color:#44607e}.site-shell:not(.home-mode) .tool-result{margin-top:auto;border-radius:18px;padding:20px}.site-shell:not(.home-mode) .privacy-command-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-shell:not(.home-mode) .privacy-list div{display:flex;align-items:center;gap:10px}.site-shell:not(.home-mode) .wallet-connect-panel{border-radius:18px;background:linear-gradient(135deg,#0052ff14,#fffffff2),#fff}.site-shell:not(.home-mode) .dashboard-command-bar{grid-template-columns:auto auto minmax(0,1fr);align-items:center;margin-bottom:14px}.site-shell:not(.home-mode) .stat-card{min-height:138px;align-content:center;border-radius:18px}.site-shell:not(.home-mode) .dashboard-table{min-width:820px}.site-shell:not(.home-mode) .dashboard-table>span{min-height:54px;align-content:center}.site-shell:not(.home-mode) .partnership-layout{display:grid;grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);gap:18px;align-items:start}.site-shell:not(.home-mode) .partnership-context{position:sticky;top:100px}.site-shell:not(.home-mode) .form-grid{gap:16px}.site-shell:not(.home-mode) .field span{color:#425f80}.site-shell:not(.home-mode) .field input,.site-shell:not(.home-mode) .field textarea{border-radius:14px;background:#fff}.site-shell:not(.home-mode) .article-page{grid-template-columns:250px minmax(0,820px);justify-content:center}.site-shell:not(.home-mode) .toc{top:104px;border-radius:18px;padding:18px}.site-shell:not(.home-mode) .toc strong{color:#071936}.site-shell:not(.home-mode) .toc a{border-radius:12px;padding:9px 10px}.site-shell:not(.home-mode) .toc a:hover{background:#eef6ff;color:var(--base-blue)}.site-shell:not(.home-mode) .reader{border-radius:18px;background:#ffffffeb;padding:clamp(22px,4vw,44px);box-shadow:0 14px 32px #2f5d8f17}.site-shell:not(.home-mode) .reader-meta-strip{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.site-shell:not(.home-mode) .reader-meta-strip span{border-radius:999px;background:#0052ff14;padding:7px 11px;color:var(--base-blue);font-size:12px;font-weight:840}.site-shell:not(.home-mode) .takeaways{border-radius:18px}.site-shell:not(.home-mode) .info-box{border-radius:16px}@media(max-width:1180px){.site-shell:not(.home-mode) .tool-suite-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.site-shell:not(.home-mode) .learning-path{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.site-shell:not(.home-mode) .page-title,.site-shell:not(.home-mode) .news-layout,.site-shell:not(.home-mode) .partnership-layout,.site-shell:not(.home-mode) .article-page{grid-template-columns:1fr}.site-shell:not(.home-mode) .page-title{min-height:0}.site-shell:not(.home-mode) .page-hero-visual{min-height:126px}.site-shell:not(.home-mode) .page-ad-banner{aspect-ratio:auto;grid-template-columns:88px minmax(0,1fr);min-height:122px}.site-shell:not(.home-mode) .page-ad-side{display:flex;grid-column:2 / 3;min-height:0;align-items:center;justify-content:flex-start;gap:10px;border-left:0;padding-left:0}.site-shell:not(.home-mode) .page-title-aside,.site-shell:not(.home-mode) .featured-story,.site-shell:not(.home-mode) .partnership-context{position:static}.site-shell:not(.home-mode) .editorial-dashboard,.site-shell:not(.home-mode) .guide-command,.site-shell:not(.home-mode) .comparison-brief,.site-shell:not(.home-mode) .privacy-command-grid,.site-shell:not(.home-mode) .directory-toolbar,.site-shell:not(.home-mode) .tool-lab-grid{grid-template-columns:1fr 1fr}.site-shell:not(.home-mode) .directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-shell:not(.home-mode) .page-title{gap:16px;margin-bottom:14px;border-radius:16px;padding:18px}.site-shell:not(.home-mode) .page-title h1{font-size:28px}.site-shell:not(.home-mode) .page-hero-visual{min-height:120px}.site-shell:not(.home-mode) .page-hero-visual>strong{font-size:19px}.site-shell:not(.home-mode) .page-ad-banner{grid-template-columns:1fr;gap:10px;min-height:132px;margin-bottom:18px;padding:14px}.site-shell:not(.home-mode) .marketplace-hero+.page-ad-banner{margin-top:0}.site-shell:not(.home-mode) .page-ad-visual{display:none}.site-shell:not(.home-mode) .page-ad-copy strong{font-size:20px}.site-shell:not(.home-mode) .page-ad-side{grid-column:auto;flex-wrap:wrap;justify-content:flex-start}.site-shell:not(.home-mode) .page-title-aside{display:none}.site-shell:not(.home-mode) .page-title-token{right:12px;bottom:-42px;width:130px;height:130px;opacity:.18}.site-shell:not(.home-mode) .editorial-dashboard,.site-shell:not(.home-mode) .guide-command,.site-shell:not(.home-mode) .comparison-brief,.site-shell:not(.home-mode) .privacy-command-grid,.site-shell:not(.home-mode) .directory-toolbar,.site-shell:not(.home-mode) .directory-grid,.site-shell:not(.home-mode) .tool-suite-nav,.site-shell:not(.home-mode) .tool-lab-grid,.site-shell:not(.home-mode) .learning-path,.site-shell:not(.home-mode) .partnership-layout{grid-template-columns:1fr}.site-shell:not(.home-mode) .article-card{grid-template-columns:72px minmax(0,1fr);min-height:0}.site-shell:not(.home-mode) .article-art{min-height:72px}.site-shell:not(.home-mode) .featured-story{grid-template-columns:1fr;min-height:280px}.site-shell:not(.home-mode) .featured-story-visual{width:88px;height:88px;border-radius:24px}.site-shell:not(.home-mode) .featured-story-visual .home-feature-svg{width:52px;height:52px}.site-shell:not(.home-mode) .dashboard-command-bar{grid-template-columns:1fr}.site-shell:not(.home-mode) .reader{padding:20px}}.home-mode{min-height:100vh;background:linear-gradient(180deg,#d9edff 0,#d9edff clamp(546px,41.8vw,1080px),#ffffff clamp(546px,41.8vw,1080px),#ffffff 100%)}.home-mode .site-header{position:relative;grid-template-columns:auto minmax(0,1fr) auto;width:min(71%,1880px);max-width:none;margin:0 auto;border-bottom:0;background:transparent;padding:15px 20px;backdrop-filter:none}.home-mode .brand-lockup{color:var(--navy)}.home-mode .brand-lockup span{display:none}.home-mode .brand-lockup img{width:56px;height:56px;border-radius:13px;box-shadow:0 8px 20px #0042be24}.home-mode .desktop-nav{justify-content:flex-start;gap:18px;padding-left:24px}.home-mode .site-header .desktop-nav>button,.home-mode .site-header .nav-dropdown-trigger{min-height:38px;border-radius:999px;color:var(--navy);font-size:15px;font-weight:520}.home-mode .site-header .desktop-nav>button:hover,.home-mode .site-header .desktop-nav>button.active,.home-mode .site-header .nav-dropdown-trigger:hover,.home-mode .site-header .nav-dropdown-trigger:focus-visible{background:#ffffff8a;color:var(--navy)}.home-mode .site-header .desktop-nav>button:after,.home-mode .site-header .nav-dropdown-trigger:after{display:none}.home-mode .header-actions{gap:10px}.home-mode .header-actions .icon-action,.home-mode .header-actions .action-market{display:none}.home-mode .account-button{display:inline-flex;min-height:42px;border:0;border-radius:999px;padding:0 18px;background:var(--base-blue);color:#fff;font-size:14px;box-shadow:0 8px 18px #0052ff2e}.home-mode .account-button:hover{background:var(--base-blue-deep);color:#fff}.home-locale{display:none;color:var(--navy);font-size:15px;font-weight:600}.home-mode .home-locale{display:inline-flex}.home-page{width:min(71%,1880px);padding-top:0}.home-hero{display:grid;min-height:clamp(365px,29vw,760px);grid-template-columns:minmax(0,.98fr) minmax(430px,.78fr);align-items:center;gap:clamp(28px,3vw,64px)}.home-hero-copy{position:relative;z-index:1;padding:26px 0 30px}.home-hero-copy h1{max-width:960px;margin:0 0 18px;color:#071936;font-size:clamp(44px,2.75vw,68px);line-height:1.06;letter-spacing:0;font-weight:820}.home-hero-copy p{max-width:570px;margin:0 0 24px;color:#1f385c;font-size:clamp(18px,1.05vw,25px);line-height:1.45}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-mode .home-hero-actions .action{min-height:44px;border-radius:999px;padding:0 20px;font-size:15px}.home-outline-button{min-height:44px;border:2px solid #1967cf;border-radius:999px;padding:0 20px;color:#2264aa;background:#ffffff1f;font-size:15px;font-weight:750;transition:background .16s ease,color .16s ease,transform .16s ease}.home-outline-button:hover,.home-outline-button:focus-visible{background:#fff;color:var(--base-blue);transform:translateY(-1px)}.home-hero-art{position:relative;isolation:isolate;display:block;width:100%;height:clamp(305px,22vw,530px);min-height:0;overflow:hidden}.home-growth-arrow{position:absolute;top:clamp(8px,1.4vw,30px);right:-1%;z-index:0;color:#5990d538;font-size:clamp(168px,12vw,286px);font-weight:900;line-height:.8;pointer-events:none}.home-usdc-coin{position:absolute;top:50%;right:5%;z-index:1;width:min(47%,390px);min-width:255px;max-width:420px;height:auto;transform:translateY(-48%);filter:drop-shadow(0 18px 22px rgba(0,82,255,.2))}.home-earnings-card{position:absolute;top:50%;left:8%;z-index:2;display:grid;min-width:236px;grid-template-columns:1fr 42px;column-gap:14px;align-items:center;border:1px solid rgba(210,226,246,.9);border-radius:14px;padding:14px 16px;background:#ffffffe0;box-shadow:0 12px 24px #4573a82e;transform:translateY(-15%);backdrop-filter:blur(7px)}.home-earnings-card small,.home-earnings-card strong{grid-column:1}.home-earnings-card small{color:#4d5d70;font-size:14px;font-weight:800;line-height:1.15}.home-earnings-card strong{margin-top:2px;color:#1aa487;font-size:20px;line-height:1.1}.home-bars{grid-column:2;grid-row:1 / span 2;display:flex;gap:5px;align-items:flex-end;justify-content:flex-end;height:34px}.home-bars:before,.home-bars:after,.home-bars{background-repeat:no-repeat}.home-bars:before,.home-bars:after{display:block;width:9px;border-radius:999px;background:#c8ddfb;content:""}.home-bars:before{height:18px}.home-bars:after{height:28px}.home-bars{width:36px}.home-bars{background-image:linear-gradient(#dbe9fc,#dbe9fc);background-position:0 16px;background-size:9px 18px}.home-base-pill{position:absolute;top:68%;left:18%;z-index:3;display:inline-flex;align-items:center;gap:8px;border-radius:10px;padding:9px 17px;color:#2870bd;background:#ffffffeb;box-shadow:0 10px 20px #4573a824;font-size:25px;font-weight:700}.home-base-dot{display:inline-grid;width:25px;height:25px;place-items:center;border-radius:999px;color:#fff;background:var(--base-blue);font-size:22px;line-height:1}.home-feature-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:0}.home-feature-card{display:flex;min-height:clamp(262px,16.5vw,428px);flex-direction:column;align-items:flex-start;border:1px solid rgba(157,196,241,.55);border-radius:16px;padding:22px;text-align:left;background:#fffffff5;box-shadow:0 14px 26px #2f5d8f24;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-feature-card:hover,.home-feature-card:focus-visible{border-color:#0052ff59;box-shadow:0 18px 34px #2f5d8f33;transform:translateY(-4px)}.home-feature-icon{display:inline-grid;width:clamp(56px,3.2vw,78px);height:clamp(56px,3.2vw,78px);place-items:center;border-radius:15px;color:var(--base-blue);background:#dcecff;font-size:27px}.home-feature-svg{width:72%;height:72%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.home-feature-card h2{margin:18px 0 8px;color:#071936;font-size:clamp(23px,1.25vw,32px);line-height:1.08}.home-feature-card p{max-width:250px;margin:0;color:#334d70;font-size:clamp(15px,.9vw,22px);line-height:1.38}.home-lower-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:18px;margin-top:54px}.home-page .panel{border-color:#9dc4f18c;border-radius:16px;box-shadow:0 10px 26px #2f5d8f14}.home-story-list{display:grid;gap:12px}.home-story-list .article-card{grid-template-columns:88px minmax(0,1fr);border-color:#9dc4f18c}.home-story-list .article-art{min-height:92px}.home-marketplace-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home-marketplace-card>img{width:64px;height:64px;margin-bottom:18px;object-fit:contain}.home-marketplace-card h2{margin-top:16px;color:#071936;font-size:25px;line-height:1.12}.home-mode .newsletter{border:1px solid rgba(157,196,241,.55);border-radius:16px;background:#ffffffdb}@media(max-width:1180px){.home-mode .desktop-nav{display:flex}.home-mode .account-button{display:inline-flex}}@media(max-width:840px){.home-hero{grid-template-columns:1fr;gap:0}.home-hero-copy{padding-bottom:0}.home-hero-art{width:100%;height:280px}.home-usdc-coin{right:14%;width:min(43%,280px);min-width:205px}.home-earnings-card{left:18%;min-width:208px;padding:12px 14px}.home-base-pill{left:25%;font-size:21px}.home-feature-grid,.home-lower-grid{grid-template-columns:1fr}.home-feature-grid{margin-top:12px}}@media(max-width:680px){.home-mode .site-header{width:100%;padding:9px 14px}.home-mode .desktop-nav,.home-mode .home-locale{display:none}.home-mode .header-actions .mobile-only{display:inline-grid}.home-mode .account-button{min-height:38px;padding:0 14px;font-size:13px}.home-mode .brand-lockup img{width:44px;height:44px}.home-page{width:min(100% - 28px,980px);padding-top:4px}.home-hero-copy h1{font-size:37px;letter-spacing:-.8px}.home-hero-copy p{font-size:16px}.home-hero-art{height:228px}.home-usdc-coin{right:3%;min-width:190px}.home-growth-arrow{right:-8%;font-size:170px}.home-earnings-card{left:0;min-width:186px;padding:10px 12px}.home-earnings-card small{font-size:12px}.home-earnings-card strong{font-size:17px}.home-base-pill{left:10%;padding:8px 13px;font-size:19px}.home-feature-card{min-height:208px}}:root{--platform-bg: #f6f8fb;--platform-card: #ffffff;--platform-line: #dfe6ef;--platform-line-strong: #c9d6e6;--platform-ink: #07111f;--platform-text: #24364d;--platform-muted: #66768a;--platform-soft: #eef4fb;--platform-blue: #0052ff;--platform-blue-deep: #07348f;--platform-shadow: 0 10px 28px rgba(15, 36, 64, .07)}body{background:var(--platform-bg);color:var(--platform-ink)}.site-shell,.site-shell:not(.home-mode),.home-mode{min-height:100vh;background:linear-gradient(180deg,#eef6ff 0,var(--platform-bg) 360px,var(--platform-bg) 100%)}.site-header,.home-mode .site-header,.site-shell:not(.home-mode) .site-header{position:sticky;top:10px;z-index:50;display:grid;width:min(100% - 32px,1180px);grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;margin:10px auto 0;border:1px solid rgba(199,214,232,.88);border-radius:18px;background:#ffffffe6;padding:10px 12px;box-shadow:0 14px 34px #0f244014;backdrop-filter:blur(18px)}.brand-lockup,.home-mode .brand-lockup,.site-shell:not(.home-mode) .brand-lockup{gap:10px;min-width:0;color:var(--platform-ink)}.brand-lockup img,.home-mode .brand-lockup img,.site-shell:not(.home-mode) .brand-lockup img{width:42px;height:42px;border-radius:12px;box-shadow:none}.brand-lockup span,.home-mode .brand-lockup span,.site-shell:not(.home-mode) .brand-lockup span{color:var(--platform-ink);font-size:17px;font-weight:840;letter-spacing:0}.desktop-nav{justify-content:center;gap:4px}.site-header .desktop-nav>button,.site-header .nav-dropdown-trigger,.home-mode .site-header .desktop-nav>button,.home-mode .site-header .nav-dropdown-trigger,.site-shell:not(.home-mode) .site-header .desktop-nav>button,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger{min-height:38px;border-radius:999px;padding:0 13px;color:var(--platform-text);font-size:14px;font-weight:760;letter-spacing:0}.site-header .desktop-nav>button:after,.site-header .nav-dropdown-trigger:after,.home-mode .site-header .desktop-nav>button:after,.home-mode .site-header .nav-dropdown-trigger:after,.site-shell:not(.home-mode) .site-header .desktop-nav>button:after,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger:after{display:none}.site-header .desktop-nav>button:hover,.site-header .desktop-nav>button.active,.site-header .nav-dropdown-trigger:hover,.site-header .nav-dropdown-trigger:focus-visible,.home-mode .site-header .desktop-nav>button:hover,.home-mode .site-header .desktop-nav>button.active,.home-mode .site-header .nav-dropdown-trigger:hover,.home-mode .site-header .nav-dropdown-trigger:focus-visible,.site-shell:not(.home-mode) .site-header .desktop-nav>button:hover,.site-shell:not(.home-mode) .site-header .desktop-nav>button.active,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger:hover,.site-shell:not(.home-mode) .site-header .nav-dropdown-trigger:focus-visible{background:#eef4fb;color:var(--platform-blue);transform:none}.nav-dropdown-panel{border-color:var(--platform-line);border-radius:16px;box-shadow:0 20px 42px #0f244024}.header-actions{flex-wrap:nowrap;justify-content:flex-end}.site-header .icon-action,.home-mode .site-header .icon-action,.site-shell:not(.home-mode) .site-header .icon-action{width:40px;height:40px;border:1px solid var(--platform-line);border-radius:999px;background:#fff;color:var(--platform-text)}.header-social,.submit-tool-button,.mobile-nav-actions a,.mobile-nav-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--platform-line);border-radius:999px;background:#fff;padding:0 14px;color:var(--platform-text);font-size:13px;font-weight:800}.header-social.compact{min-width:38px;padding:0 12px}.submit-tool-button{border-color:#0052ff38;background:var(--platform-blue);color:#fff}.page-stack,.home-page,.site-shell:not(.home-mode) .page-stack{width:min(100% - 40px,1180px);padding-top:34px;padding-bottom:64px}.platform-home{display:grid;gap:28px}.platform-hero,.platform-section{border:1px solid var(--platform-line);border-radius:20px;background:#ffffffeb;box-shadow:var(--platform-shadow)}.platform-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,320px);gap:26px;align-items:start;padding:34px}.platform-hero-copy{display:grid;gap:18px}.platform-hero h1{max-width:760px;margin:0;color:var(--platform-ink);font-size:52px;line-height:1.02;font-weight:880;letter-spacing:0}.platform-hero-copy>p:not(.eyebrow){max-width:680px;margin:0;color:var(--platform-text);font-size:18px;line-height:1.55}.platform-search{display:flex;max-width:720px;min-height:58px;align-items:center;gap:12px;border:1px solid var(--platform-line-strong);border-radius:16px;background:#fff;padding:0 16px;color:var(--platform-blue);box-shadow:0 12px 22px #0f24400f}.platform-search input{appearance:none;-webkit-appearance:none;width:100%;min-width:0;border:0;background:transparent;color:var(--platform-ink);caret-color:var(--platform-blue);font-size:16px;font-weight:650;outline:none}.platform-search input::placeholder{color:#748399;opacity:1}.platform-search-results{display:grid;max-width:760px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.platform-search-results button,.platform-hero-panel button,.home-category-card,.popular-tool-row,.home-guide-card,.home-offer-card{border:1px solid var(--platform-line);background:#fff}.platform-search-results button{display:grid;gap:3px;min-height:76px;border-radius:14px;padding:12px;text-align:left}.platform-search-results button span,.home-guide-card>span,.popular-tool-row>span{color:var(--platform-blue);font-size:12px;font-weight:850}.platform-search-results button strong{color:var(--platform-ink);font-size:15px}.platform-search-results button small,.popular-tool-row small,.starter-step small{color:var(--platform-muted);font-size:13px;line-height:1.35}.platform-hero-panel{display:grid;gap:10px;border:1px solid var(--platform-line);border-radius:18px;background:#f8fbff;padding:16px}.platform-hero-panel>span{color:var(--platform-muted);font-size:13px;font-weight:850}.platform-hero-panel button{display:flex;min-height:48px;align-items:center;gap:10px;border-radius:12px;padding:0 12px;color:var(--platform-ink);font-size:14px;font-weight:820;text-align:left}.platform-hero-panel svg,.home-category-card>span svg,.popular-tool-row svg{color:var(--platform-blue)}.platform-section{padding:24px}.platform-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:16px}.home-main-entries{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;border-radius:16px;padding:16px;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.home-category-card>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--platform-soft)}.home-category-card h2,.starter-section h2,.beginner-section h2,.platform-section .section-heading h2,.home-marketplace-strip h2,.home-offers-simple h2,.project-submit-section h2{margin:0;color:var(--platform-ink);font-size:26px;line-height:1.14;letter-spacing:0}.home-category-card h2{font-size:17px}.home-category-card p{margin:5px 0 0;color:var(--platform-muted);font-size:14px;line-height:1.35}.home-category-card:hover,.home-category-card:focus-visible,.popular-tool-row:hover,.popular-tool-row:focus-visible,.home-guide-card:hover,.home-offer-card:hover{border-color:#0052ff42;box-shadow:0 14px 28px #0f244014;transform:translateY(-2px)}.starter-section,.beginner-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:24px;align-items:center}.starter-section>div:first-child,.beginner-section>div:first-child{display:grid;gap:14px}.starter-section p,.beginner-section p,.home-marketplace-strip p,.home-offers-simple p,.project-submit-section p{margin:0;color:var(--platform-text);font-size:16px;line-height:1.5}.beginner-section{grid-template-columns:minmax(0,1fr) minmax(280px,430px);background:linear-gradient(135deg,#fffffff5,#eff6ffeb)}.beginner-actions{display:grid;gap:14px}.beginner-links{display:flex;flex-wrap:wrap;gap:9px}.beginner-links button{min-height:38px;border:1px solid rgba(0,82,255,.18);border-radius:999px;background:#fff;padding:0 13px;color:var(--platform-blue);font-size:13px;font-weight:850}.starter-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.starter-step{display:grid;gap:9px;min-height:150px;border:1px solid var(--platform-line);border-radius:16px;background:#fff;padding:16px}.starter-step span{color:var(--platform-blue);font-size:13px;font-weight:900}.starter-step strong{color:var(--platform-ink);font-size:18px;line-height:1.18}.popular-tools-list{display:grid;gap:10px}.popular-tool-row{display:grid;grid-template-columns:150px minmax(180px,.8fr) minmax(0,1.2fr) auto;gap:16px;align-items:center;min-height:68px;border-radius:15px;padding:14px 16px;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.popular-tool-row strong{color:var(--platform-ink);font-size:17px}.home-guide-grid,.home-offers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-guide-card,.home-offer-card{display:grid;gap:12px;align-content:start;border-radius:16px;padding:18px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.home-guide-card h3,.home-offer-card h3{margin:0;color:var(--platform-ink);font-size:19px;line-height:1.16}.home-guide-card p,.home-offer-card p{margin:0;color:var(--platform-text);font-size:14px;line-height:1.45}.home-guide-card div,.home-offer-card div{display:flex;flex-wrap:wrap;gap:8px}.home-guide-card small,.home-offer-card small{color:var(--platform-muted);font-size:13px;font-weight:760}.home-guide-card button,.home-offer-card button{width:max-content;min-height:36px;border-radius:999px;background:var(--platform-ink);padding:0 14px;color:#fff;font-size:13px;font-weight:850}.home-guide-card button:disabled{background:#e5ebf2;color:#66768a;cursor:not-allowed}.home-marketplace-strip,.home-offers-simple,.project-submit-section{display:flex;align-items:center;justify-content:space-between;gap:20px}.home-marketplace-strip{background:linear-gradient(135deg,#fff,#edf5ff)}.home-marketplace-strip>div:first-child,.home-offers-simple>div:first-child,.project-submit-section>div{display:grid;max-width:720px;gap:9px}.home-offers-simple{background:#fff}.home-marketplace-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.project-submit-section{background:#fff}.home-mode .newsletter,.newsletter{border:1px solid var(--platform-line);border-radius:20px;background:#fff;box-shadow:var(--platform-shadow)}.site-footer,.site-shell:not(.home-mode) .site-footer{display:grid;grid-template-columns:minmax(260px,1.3fr) repeat(3,minmax(140px,.7fr));gap:24px;background:#07111f;color:#fff}.footer-brand p,.site-shell:not(.home-mode) .footer-brand p{max-width:360px;color:#ffffffb8;font-size:14px;line-height:1.5}.footer-legal,.site-shell:not(.home-mode) .footer-legal{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.drawer-panel .mobile-nav-actions{display:grid;gap:8px;margin-top:16px}.drawer-panel .mobile-nav-actions a,.drawer-panel .mobile-nav-actions button{justify-content:flex-start}@media(max-width:1180px){.site-header,.home-mode .site-header,.site-shell:not(.home-mode) .site-header{width:min(100% - 24px,1180px)}.submit-tool-button{display:none}.platform-categories,.home-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-main-entries{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.site-header,.home-mode .site-header,.site-shell:not(.home-mode) .site-header{grid-template-columns:auto 1fr auto}.desktop-nav{display:none}.mobile-only,.home-mode .header-actions .mobile-only,.site-shell:not(.home-mode) .mobile-only{display:inline-grid}.header-social,.submit-tool-button{display:none}.platform-hero,.starter-section,.beginner-section{grid-template-columns:1fr}.platform-hero h1{font-size:42px}.popular-tool-row{grid-template-columns:120px minmax(0,1fr) auto}.popular-tool-row small{grid-column:2 / -1}.home-offers-grid{grid-template-columns:1fr}.site-footer,.site-shell:not(.home-mode) .site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-header,.home-mode .site-header,.site-shell:not(.home-mode) .site-header{top:0;width:100%;margin-top:0;border-right:0;border-left:0;border-radius:0 0 18px 18px;padding:9px 12px}.brand-lockup span,.home-mode .brand-lockup span,.site-shell:not(.home-mode) .brand-lockup span{display:inline;font-size:15px}.page-stack,.home-page,.site-shell:not(.home-mode) .page-stack{width:min(100% - 24px,1180px);padding-top:22px}.platform-home{gap:18px}.platform-hero,.platform-section{border-radius:16px}.platform-hero{padding:20px}.platform-hero h1{font-size:34px;line-height:1.06}.platform-hero-copy>p:not(.eyebrow){font-size:16px}.platform-search{min-height:52px;border-radius:14px}.platform-search-results,.platform-categories,.home-main-entries,.starter-steps,.home-guide-grid{grid-template-columns:1fr}.platform-search-results button{min-height:66px;padding:10px 12px}.platform-section{padding:18px}.home-category-card{grid-template-columns:auto minmax(0,1fr)}.home-category-card>svg{display:none}.popular-tool-row{grid-template-columns:1fr;gap:8px 12px}.popular-tool-row span,.popular-tool-row small,.popular-tool-row strong{grid-column:auto}.popular-tool-row>svg{display:none}.home-marketplace-strip,.home-offers-simple,.project-submit-section,.newsletter{align-items:stretch;flex-direction:column}.home-marketplace-actions{justify-content:flex-start}.newsletter form{min-width:0}.site-footer,.site-shell:not(.home-mode) .site-footer{grid-template-columns:1fr}}.platform-hero-visual{display:grid;gap:12px;min-width:0}.hero-image-card{position:relative;min-height:250px;overflow:hidden;border:1px solid var(--platform-line);border-radius:18px;background:#eaf3ff;box-shadow:var(--platform-shadow)}.hero-image-card:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(7,17,31,.34));content:"";pointer-events:none}.hero-image-card img{display:block;width:100%;height:100%;min-height:250px;object-fit:cover;object-position:center}.hero-image-badge{position:absolute;right:14px;bottom:14px;left:14px;z-index:1;display:grid;gap:2px;border:1px solid rgba(255,255,255,.46);border-radius:12px;background:#ffffffe0;padding:9px 11px;box-shadow:0 8px 22px #0f244024}.hero-image-badge span{color:var(--platform-blue);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.hero-image-badge strong{color:var(--platform-ink);font-size:14px;line-height:1.2}.hero-brand-card{position:relative;display:grid;min-height:300px;overflow:hidden;gap:20px;align-content:center;border:1px solid var(--platform-line);border-radius:18px;background:linear-gradient(135deg,#fffffff0,#e0f0ffd1),radial-gradient(circle at 78% 16%,rgba(0,82,255,.16),transparent 260px);box-shadow:var(--platform-shadow);padding:28px}.hero-brand-card:before{position:absolute;inset:18px;border:1px solid rgba(0,82,255,.08);border-radius:14px;content:"";pointer-events:none}.hero-brand-mark{position:relative;z-index:1;display:grid;width:96px;height:96px;place-items:center;overflow:hidden;border:1px solid rgba(0,82,255,.16);border-radius:22px;background:#0052ff;box-shadow:0 22px 50px #0052ff33}.hero-brand-mark img{display:block;width:88%;height:88%;object-fit:contain}.hero-brand-content{position:relative;z-index:1;display:grid;max-width:360px;gap:8px}.hero-brand-content span{width:fit-content;border:1px solid rgba(0,82,255,.14);border-radius:999px;background:#0052ff14;padding:7px 10px;color:var(--platform-blue);font-size:12px;font-weight:850}.hero-brand-content strong{color:var(--platform-ink);font-size:28px;line-height:1.08}.hero-brand-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:320px}.hero-brand-grid span{border:1px solid rgba(0,82,255,.12);border-radius:10px;background:#ffffffc2;padding:10px 12px;color:var(--platform-muted);font-size:13px;font-weight:800}.home-category-card.has-image{grid-template-columns:56px minmax(0,1fr) auto;min-height:146px;align-items:center}.home-category-image{display:block;width:56px;height:56px;overflow:hidden;border:1px solid var(--platform-line);border-radius:14px;background:var(--platform-soft)}.home-category-image img{width:100%;height:100%;object-fit:cover;object-position:center}.home-category-card.has-image .home-category-image img[src="/addictcrypto-whale-logo.png"]{object-fit:contain;padding:6px}.home-category-icon{display:flex;align-items:center;gap:6px;margin-bottom:5px;color:var(--platform-blue)}.home-category-card.has-image .home-category-icon svg{width:15px;height:15px}@media(max-width:980px){.platform-hero-visual{grid-template-columns:minmax(0,1fr) minmax(240px,.75fr);align-items:start}.hero-image-card,.hero-image-card img{min-height:240px}}@media(max-width:680px){.platform-hero-visual{grid-template-columns:1fr}.hero-brand-card{min-height:220px;gap:14px;padding:20px}.hero-brand-mark{width:72px;height:72px;border-radius:18px}.hero-brand-content strong{font-size:22px}.hero-brand-grid{grid-template-columns:1fr 1fr}.hero-brand-grid span{padding:8px 10px;font-size:12px}.hero-image-card,.hero-image-card img{min-height:220px}.hero-image-card img{object-position:center}.home-category-card.has-image{grid-template-columns:56px minmax(0,1fr);min-height:112px}.home-category-card.has-image .home-category-icon{display:none}}.platform-hero-visual{align-content:start}.hero-image-card{display:grid;min-height:300px;aspect-ratio:4 / 3;place-items:center;background:linear-gradient(145deg,#edf6ff,#cfe3ff)}.hero-image-card:after{background:none}.hero-image-card img{position:relative;z-index:1;width:72%;height:auto;min-height:0;max-height:240px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(0,54,160,.2))}.hero-image-badge{right:12px;bottom:12px;left:12px;background:#ffffffeb}.home-category-card{min-height:142px;align-items:center}.home-category-card>span{width:48px;height:48px;border:1px solid rgba(0,82,255,.1)}.home-category-card>span svg{color:var(--platform-blue)}.home-reading-note{display:grid;grid-template-columns:minmax(0,.85fr) minmax(300px,1.15fr);gap:24px;align-items:center;background:var(--platform-ink)}.home-reading-note>div:first-child{display:grid;gap:10px}.home-reading-note .eyebrow{color:#8bb5ff}.home-reading-note h2{margin:0;color:#fff;font-size:28px;line-height:1.12}.home-reading-note>div:first-child>p:last-child{margin:0;color:#ffffffb8;font-size:15px;line-height:1.5}.home-proof-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-proof-points span{display:flex;min-height:92px;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff14;padding:12px;color:#fff;font-size:13px;font-weight:800;line-height:1.25}.home-proof-points svg{color:#8bb5ff}@media(max-width:980px){.home-reading-note{grid-template-columns:1fr}}@media(max-width:680px){.hero-image-card{min-height:240px}.hero-image-card img{width:62%;max-height:190px}.home-proof-points{grid-template-columns:1fr}.home-proof-points span{min-height:58px;flex-direction:row;align-items:center}}.footer-disclaimer{grid-column:1 / -1;margin:8px 0 0;color:#8a959c;font-size:11.5px;line-height:1.6}.footer-legal a{color:inherit;text-decoration:underline}.site-shell.home-mode.landing-refresh{--lp-blue: #0052ff;--lp-ink: #162028;--lp-muted: #5c6871;--lp-line: #e0e6e9;background:#fff;color:var(--lp-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;letter-spacing:0}.landing-refresh .lp-container{width:min(1180px,calc(100% - 80px));margin-inline:auto}.landing-refresh :is(.lp-page,.lp-header,.lp-footer) :is(h1,h2,h3,p){margin:0;letter-spacing:0}.landing-refresh :is(.lp-page,.lp-header,.lp-footer) :is(a,button,input):focus-visible{outline:3px solid #0052ff;outline-offset:5px}.landing-refresh :is(.lp-page,.lp-header,.lp-footer) svg{flex-shrink:0}.landing-refresh .lp-header{position:sticky;top:0;z-index:60;background:#fffffff7;border-bottom:1px solid var(--lp-line)}.landing-refresh .lp-header-inner{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:26px}.landing-refresh .lp-brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;color:var(--lp-ink);font-size:20px;font-weight:750;line-height:1}.landing-refresh .lp-brand img{display:block;width:38px;height:38px;object-fit:contain;border-radius:8px}.landing-refresh .lp-brand-dot{color:var(--lp-blue)}.landing-refresh .lp-nav{display:flex;gap:24px;align-items:center}.landing-refresh .lp-nav>a,.landing-refresh .lp-nav-comparisons>button{display:inline-flex;align-items:center;gap:5px;padding:16px 0;color:#3e4952;font-size:14px;font-weight:550;white-space:nowrap}.landing-refresh .lp-nav :is(a,button):hover{color:var(--lp-blue)}.landing-refresh .lp-nav-comparisons{position:relative}.landing-refresh .lp-nav-comparisons>button svg{transition:transform .18s ease}.landing-refresh .lp-nav-comparisons>button[aria-expanded=true] svg{transform:rotate(180deg)}.landing-refresh .lp-nav-panel{position:absolute;top:100%;left:-24px;width:320px;padding:8px;background:#fff;border:1px solid var(--lp-line);border-radius:8px;box-shadow:0 12px 28px #16202812;animation:lp-reveal .16s ease-out}.landing-refresh .lp-nav-panel a{display:flex;gap:14px;padding:14px;align-items:center;border-radius:4px}.landing-refresh .lp-nav-panel a:hover{background:#f2f6ff}.landing-refresh .lp-nav-panel a>span{flex:1}.landing-refresh .lp-nav-panel strong{display:block;color:var(--lp-ink);font-size:14px;font-weight:650}.landing-refresh .lp-nav-panel small{display:block;color:var(--lp-muted);font-size:12px}.landing-refresh .lp-header-actions{display:flex;align-items:center;gap:12px}.landing-refresh .lp-icon-button,.landing-refresh .lp-header-telegram{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;color:#46525c}.landing-refresh .lp-icon-button:hover,.landing-refresh .lp-header-telegram:hover{color:var(--lp-blue)}.landing-refresh .lp-menu-button{display:none}.landing-refresh .lp-button{display:inline-flex;min-height:48px;padding:12px 21px;gap:16px;align-items:center;justify-content:center;border:1px solid var(--lp-blue);border-radius:6px;background:var(--lp-blue);color:#fff;font-size:14px;font-weight:600;line-height:1.4;text-align:center;transition:background .18s,box-shadow .18s}.landing-refresh .lp-button:hover{background:#0042d1;box-shadow:0 4px 10px #0052ff18}.landing-refresh .lp-button-small{min-height:40px;padding:8px 15px;gap:8px;font-size:13px}.landing-refresh .lp-text-link{display:inline-flex;align-items:center;gap:12px;color:var(--lp-blue);font-size:14px;font-weight:600}.landing-refresh .lp-text-link:hover{text-decoration:underline;text-underline-offset:5px}.landing-refresh .lp-skip{position:absolute;top:-80px;left:20px;padding:12px;background:#fff}.landing-refresh .lp-skip:focus{top:10px;z-index:2}.landing-refresh .lp-mobile-menu{display:none}.landing-refresh .lp-hero{background:#f2f7fb;border-bottom:1px solid #e6edf2;padding:40px 0 28px;text-align:center}.landing-refresh .lp-kicker{display:flex;gap:8px;align-items:center;color:#47606f;font-size:12px;font-weight:650;line-height:1.4}.landing-refresh .lp-hero .lp-kicker{justify-content:center;margin-bottom:19px}.landing-refresh .lp-status-dot{display:block;width:6px;height:6px;border-radius:50%;background:#25826c}.landing-refresh .lp-hero h1{max-width:900px;margin-inline:auto;color:var(--lp-ink);font-size:54px;font-weight:720;line-height:1.12;text-wrap:balance}.landing-refresh .lp-hero h1 span{display:block;color:var(--lp-blue)}.landing-refresh .lp-hero .lp-hero-description{margin-top:20px;color:var(--lp-muted);font-size:17px;line-height:1.65}.landing-refresh .lp-search-wrap{position:relative;z-index:5;max-width:590px;margin:27px auto 0;text-align:left}.landing-refresh .lp-search{display:flex;align-items:center;gap:14px;min-height:60px;padding:7px 8px 7px 20px;border:1px solid #ccd8e1;border-radius:8px;background:#fff;box-shadow:0 3px 8px #16202805;color:#677784}.landing-refresh .lp-search:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 3px #0052ff12}.landing-refresh .lp-search input{flex:1;width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:var(--lp-ink);font-size:15px;line-height:1.5}.landing-refresh .lp-search input:focus-visible{outline:0}.landing-refresh .lp-search input::placeholder{color:#74828c;opacity:1}.landing-refresh .lp-search-submit{display:grid;place-items:center;flex:0 0 42px;height:42px;background:#eff4fb;border-radius:5px;color:var(--lp-blue)}.landing-refresh .lp-search-submit:hover{background:#e1ebfb}.landing-refresh .lp-search-clear{display:grid;place-items:center;flex:0 0 32px;height:38px;padding:0;color:var(--lp-muted)}.landing-refresh .lp-search-dropdown{position:absolute;top:calc(100% + 8px);width:100%;padding:6px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 12px 30px #16202816}.landing-refresh .lp-search-dropdown ul{margin:0;padding:0;list-style:none}.landing-refresh .lp-search-dropdown li button{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:12px 14px;border-radius:4px;color:var(--lp-ink);text-align:left}.landing-refresh .lp-search-dropdown li[aria-selected=true] button,.landing-refresh .lp-search-dropdown button:hover{background:#f0f5ff}.landing-refresh .lp-search-dropdown small{display:block;margin-bottom:3px;color:var(--lp-muted);font-size:11px}.landing-refresh .lp-search-dropdown strong{display:block;font-size:14px;font-weight:600}.landing-refresh .lp-search-dropdown p{padding:14px;color:var(--lp-muted);font-size:14px;overflow-wrap:anywhere}.landing-refresh .lp-hero-actions{display:flex;align-items:center;justify-content:center;gap:27px;margin-top:19px}.landing-refresh .lp-hero-footnote{display:flex;justify-content:center;gap:26px;margin-top:23px;color:#72808a;font-size:11px}.landing-refresh .lp-hero-footnote span{display:inline-flex;gap:7px;align-items:center}.landing-refresh .lp-start{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-block:56px;scroll-margin-top:100px}.landing-refresh .lp-start-visual{position:relative;overflow:hidden;aspect-ratio:1.5;border-radius:8px;background:#dcebf2}.landing-refresh .lp-start-visual>img{display:block;width:100%;height:100%;object-fit:cover}.landing-refresh .lp-image-label{position:absolute;bottom:20px;left:20px;display:inline-flex;align-items:center;gap:9px;min-height:37px;padding:8px 12px;border-radius:4px;background:#ffffffeb;color:#364c59;font-size:11px;font-weight:600}.landing-refresh .lp-kicker-green{color:#26755e}.landing-refresh .lp-start h2{margin-top:12px;font-size:37px;line-height:1.15;font-weight:650}.landing-refresh .lp-start-content>p:not(.lp-kicker){max-width:450px;margin-top:16px;color:var(--lp-muted);font-size:15px;line-height:1.65}.landing-refresh .lp-start-steps{margin:22px 0 19px;border-top:1px solid var(--lp-line)}.landing-refresh .lp-start-steps a{display:flex;gap:15px;min-height:52px;align-items:center;border-bottom:1px solid var(--lp-line);color:var(--lp-ink);font-size:14px;font-weight:500}.landing-refresh .lp-step-number{color:#7f918d;font-size:11px;font-variant-numeric:tabular-nums}.landing-refresh .lp-start-steps a>svg{margin-left:auto;color:#627b87}.landing-refresh .lp-start-steps a:hover{color:var(--lp-blue)}.landing-refresh .lp-comparisons{padding:52px 0 35px;border-block:1px solid var(--lp-line);background:#f7f9fa}.landing-refresh .lp-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px}.landing-refresh .lp-section-heading h2{margin-top:9px;font-size:30px;line-height:1.22;font-weight:650;text-wrap:balance}.landing-refresh .lp-section-heading>p{max-width:370px;color:var(--lp-muted);font-size:13px;line-height:1.65}.landing-refresh .lp-comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-refresh .lp-comparison-card{display:flex;flex-direction:column;padding:25px;border:1px solid #e0e5e8;border-radius:8px;background:#fff;transition:border-color .18s,box-shadow .18s}.landing-refresh .lp-comparison-card:hover{border-color:#a6bed5;box-shadow:0 5px 18px #16202808}.landing-refresh .lp-comparison-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:#85939b}.landing-refresh .lp-category-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:#edf3ff;color:#2460d0}.landing-refresh .lp-comparison-1 .lp-category-icon{background:#eaf5ef;color:#34755c}.landing-refresh .lp-comparison-2 .lp-category-icon{background:#fff0ea;color:#bd6651}.landing-refresh .lp-comparison-card h3{font-size:23px;font-weight:650;line-height:1.3}.landing-refresh .lp-comparison-card p{min-height:48px;margin-top:9px;color:var(--lp-muted);font-size:14px;line-height:1.6}.landing-refresh .lp-comparison-criteria{margin-top:20px;color:#77848d;font-size:11px}.landing-refresh .lp-card-action{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid #e9ecee;color:#354f64;font-size:13px;font-weight:600}.landing-refresh .lp-comparison-card:hover .lp-card-action{color:var(--lp-blue)}.landing-refresh .lp-comparison-note{display:flex;gap:7px;align-items:flex-start;margin-top:17px;color:#77828a;font-size:11px}.landing-refresh .lp-comparison-note svg{margin-top:1px}.landing-refresh .lp-explore{padding-block:54px 40px}.landing-refresh .lp-explore-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-refresh .lp-explore-item{display:flex;gap:15px;padding-right:32px;color:#506a7e}.landing-refresh .lp-explore-item+.lp-explore-item{padding-left:30px;border-left:1px solid var(--lp-line)}.landing-refresh .lp-explore-item:last-child{padding-right:0}.landing-refresh .lp-explore-item svg{margin-top:2px}.landing-refresh .lp-explore-item h3{margin-bottom:9px;color:var(--lp-ink);font-size:18px;font-weight:600}.landing-refresh .lp-explore-item p{max-width:270px;min-height:46px;color:var(--lp-muted);font-size:13px;line-height:1.65}.landing-refresh .lp-explore-item span{display:inline-flex;align-items:center;gap:9px;margin-top:14px;color:#315166;font-size:12px;font-weight:600}.landing-refresh .lp-explore-item:hover span{color:var(--lp-blue);text-decoration:underline;text-underline-offset:4px}.landing-refresh .lp-affiliate-note{margin-top:28px;color:#7b878e;font-size:11px}.landing-refresh .lp-community{padding:42px 0;background:#eef5f2;border-block:1px solid #dfe9e4}.landing-refresh .lp-community-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.landing-refresh .lp-community h2{margin-top:12px;font-size:32px;font-weight:650;line-height:1.2}.landing-refresh .lp-community-copy>p:not(.lp-kicker){max-width:470px;margin-top:14px;color:#587069;font-size:14px}.landing-refresh .lp-community .lp-button{margin-top:22px}.landing-refresh .lp-community-art{display:flex;width:330px;flex-shrink:0;flex-direction:column;align-items:center;gap:20px}.landing-refresh .lp-community-art img{display:block;width:155px;height:155px;border-radius:8px;transform:rotate(-5deg);box-shadow:7px 10px #d3e4dc}.landing-refresh .lp-community-art>span{display:flex;align-items:center;gap:8px;color:#4e6b60;font-size:12px}.landing-refresh .lp-footer{background:#fff;padding:36px 0 22px}.landing-refresh .lp-footer-main{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:27px}.landing-refresh .lp-footer .lp-brand{font-size:18px}.landing-refresh .lp-footer .lp-brand img{width:32px;height:32px}.landing-refresh .lp-footer-main p{margin-top:13px;color:var(--lp-muted);font-size:12px}.landing-refresh .lp-footer-main nav{display:flex;flex-wrap:wrap;gap:20px;font-size:12px;color:#56656e}.landing-refresh .lp-footer-main nav a{display:inline-flex;align-items:center;gap:4px}.landing-refresh .lp-footer-main nav a:hover{color:var(--lp-blue)}.landing-refresh .lp-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--lp-line);padding-top:19px;color:#77838b;font-size:11px}@keyframes lp-reveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.landing-refresh .lp-container{width:calc(100% - 64px)}.landing-refresh .lp-nav{gap:18px}.landing-refresh .lp-header-telegram{display:none}.landing-refresh .lp-header-inner{gap:18px}.landing-refresh .lp-header-actions{gap:8px}.landing-refresh .lp-start{gap:40px}.landing-refresh .lp-start h2{font-size:33px}.landing-refresh .lp-comparison-card{padding:22px}.landing-refresh .lp-section-heading h2{font-size:27px}}@media(max-width:900px){.landing-refresh .lp-container{width:calc(100% - 48px)}.landing-refresh .lp-nav,.landing-refresh .lp-header-marketplace{display:none}.landing-refresh .lp-menu-button,.landing-refresh .lp-header-telegram{display:inline-flex}.landing-refresh .lp-header-inner{min-height:70px}.landing-refresh .lp-mobile-menu{display:grid;gap:0;max-height:calc(100dvh - 70px);overflow-y:auto;padding-block:8px 18px}.landing-refresh .lp-mobile-menu a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:47px;border-top:1px solid var(--lp-line);color:var(--lp-ink);font-size:14px}.landing-refresh .lp-mobile-menu a:hover{color:var(--lp-blue)}.landing-refresh .lp-hero h1{font-size:46px}.landing-refresh .lp-hero-description{font-size:16px}.landing-refresh .lp-start{gap:32px;padding-block:44px}.landing-refresh .lp-start h2{font-size:30px}.landing-refresh .lp-start-steps a{gap:10px;font-size:13px}.landing-refresh .lp-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.landing-refresh .lp-section-heading>p br{display:none}.landing-refresh .lp-section-heading>p{max-width:none}.landing-refresh .lp-comparison-grid{gap:12px}.landing-refresh .lp-comparison-card{padding:18px}.landing-refresh .lp-comparison-card h3{font-size:21px}.landing-refresh .lp-comparison-criteria{font-size:10px}.landing-refresh .lp-card-action{min-height:58px;font-size:12px}.landing-refresh .lp-explore-item{flex-direction:column;padding-right:18px}.landing-refresh .lp-explore-item+.lp-explore-item{padding-left:18px}.landing-refresh .lp-explore-item h3{font-size:17px}.landing-refresh .lp-footer-main{align-items:flex-start;flex-direction:column;gap:25px}.landing-refresh .lp-community-art{width:220px}}@media(max-width:620px){.landing-refresh .lp-container{width:calc(100% - 40px)}.landing-refresh .lp-header-inner{min-height:66px;gap:10px}.landing-refresh .lp-brand{font-size:18px;gap:8px}.landing-refresh .lp-brand img{width:33px;height:33px}.landing-refresh .lp-header-actions{gap:2px}.landing-refresh .lp-header-telegram{display:none}.landing-refresh .lp-icon-button{width:36px}.landing-refresh .lp-hero{padding:35px 0 26px}.landing-refresh .lp-hero .lp-kicker{margin-bottom:17px;font-size:11px}.landing-refresh .lp-hero h1{font-size:36px;line-height:1.15}.landing-refresh .lp-hero .lp-hero-description{margin-top:18px;font-size:14px;line-height:1.7}.landing-refresh .lp-desktop-break{display:none}.landing-refresh .lp-search-wrap{margin-top:22px}.landing-refresh .lp-search{min-height:56px;gap:9px;padding-left:13px}.landing-refresh .lp-search input{font-size:16px}.landing-refresh .lp-search-submit{flex-basis:37px;height:38px}.landing-refresh .lp-search-clear{flex-basis:24px}.landing-refresh .lp-hero-actions{flex-direction:column;gap:18px;margin-top:16px}.landing-refresh .lp-hero-actions .lp-button{width:100%}.landing-refresh .lp-hero-actions .lp-text-link{font-size:13px}.landing-refresh .lp-hero-footnote{gap:12px;margin-top:24px;font-size:9px}.landing-refresh .lp-hero-footnote span{gap:4px}.landing-refresh .lp-hero-footnote svg{width:12px;height:12px}.landing-refresh .lp-start{grid-template-columns:minmax(0,1fr);gap:25px;padding-block:34px;scroll-margin-top:85px}.landing-refresh .lp-start-content{grid-row:1}.landing-refresh .lp-start h2{font-size:30px;line-height:1.16}.landing-refresh .lp-start h2 br{display:none}.landing-refresh .lp-start-content>p:not(.lp-kicker){font-size:14px}.landing-refresh .lp-start-visual{aspect-ratio:1.5}.landing-refresh .lp-image-label{bottom:13px;left:13px;min-height:30px;padding:6px 9px;font-size:10px}.landing-refresh .lp-start-steps{margin:18px 0}.landing-refresh .lp-start-steps a{min-height:50px;font-size:13px}.landing-refresh .lp-comparisons{padding:34px 0 25px}.landing-refresh .lp-section-heading{margin-bottom:22px}.landing-refresh .lp-section-heading h2{font-size:27px}.landing-refresh .lp-comparison-grid{grid-template-columns:minmax(0,1fr);gap:14px}.landing-refresh .lp-comparison-card{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:17px;padding:20px}.landing-refresh .lp-comparison-top{display:contents}.landing-refresh .lp-comparison-top>svg{display:none}.landing-refresh .lp-category-icon{grid-column:1;grid-row:1 / 3;width:46px;height:46px}.landing-refresh .lp-comparison-card h3{grid-column:2;font-size:20px}.landing-refresh .lp-comparison-card p{grid-column:2;min-height:0;margin-top:5px;font-size:13px}.landing-refresh .lp-comparison-criteria{grid-column:1 / -1;margin-top:18px;font-size:11px}.landing-refresh .lp-card-action{grid-column:1 / -1;min-height:0;margin-top:16px;padding-top:14px;font-size:13px}.landing-refresh .lp-explore{padding-block:34px 28px}.landing-refresh .lp-explore-grid{grid-template-columns:minmax(0,1fr)}.landing-refresh .lp-explore-item,.landing-refresh .lp-explore-item+.lp-explore-item{flex-direction:row;gap:18px;padding:20px 0;border-left:0;border-bottom:1px solid var(--lp-line)}.landing-refresh .lp-explore-item:first-child{padding-top:0}.landing-refresh .lp-explore-item h3{font-size:18px}.landing-refresh .lp-explore-item p{min-height:0}.landing-refresh .lp-affiliate-note{margin-top:19px}.landing-refresh .lp-community{padding:32px 0}.landing-refresh .lp-community-inner{gap:25px}.landing-refresh .lp-community h2{font-size:29px}.landing-refresh .lp-community-art{display:none}.landing-refresh .lp-community .lp-button{width:100%}.landing-refresh .lp-footer{padding:28px 0 22px}.landing-refresh .lp-footer-main nav{gap:16px 22px}.landing-refresh .lp-footer-bottom{flex-direction:column;gap:12px;font-size:10px}}@media(max-width:360px){.landing-refresh .lp-container{width:calc(100% - 32px)}.landing-refresh .lp-hero h1{font-size:32px}.landing-refresh .lp-hero-footnote{flex-wrap:wrap}.landing-refresh .lp-header-search{display:none}.landing-refresh .lp-search input{font-size:14px}}@media(prefers-reduced-motion:reduce){.landing-refresh *,.landing-refresh *:before,.landing-refresh *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.landing-refresh .lp-nav-panel.lp-nav-mega{display:grid;grid-template-columns:320px 230px;width:auto;padding:8px;overflow:visible;max-height:none}.landing-refresh .lp-mega-main{display:flex;flex-direction:column}.landing-refresh .lp-mega-main a.is-active{background:#f2f6ff}.landing-refresh .lp-mega-sub{display:flex;flex-direction:column;gap:2px;margin-left:8px;padding:10px 8px 10px 16px;border-left:1px solid var(--lp-line)}.landing-refresh .lp-mega-sub p{margin:4px 6px 8px;color:var(--lp-muted);font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.landing-refresh .lp-nav-panel .lp-mega-sub a{justify-content:space-between;gap:10px;padding:10px;font-size:13.5px;color:var(--lp-ink);font-weight:550}.landing-refresh .lp-nav-panel .lp-mega-sub a svg{color:var(--lp-muted)}.landing-refresh .lp-footer-disclaimer{margin:0 0 14px;max-width:900px;color:#8a959c;font-size:11.5px;line-height:1.6}.landing-refresh .lp-footer-disclaimer a,.landing-refresh .lp-footer-bottom a{color:#5c6d7a;text-decoration:underline;text-underline-offset:2px}.landing-refresh .nl-box{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,440px);gap:28px 48px;align-items:center;margin-bottom:34px;padding:28px 32px;border:1px solid #dfe7f3;border-radius:18px;background:linear-gradient(135deg,#f3f7ff,#fff 70%)}.landing-refresh .nl-copy{display:flex;gap:14px;align-items:flex-start;min-width:0}.landing-refresh .nl-icon{flex:0 0 42px;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--lp-blue);color:#fff}.landing-refresh .nl-box h2{margin:0;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.01em;color:var(--lp-ink)}.landing-refresh .nl-box .nl-copy p{margin:6px 0 0;color:var(--lp-muted);font-size:14px;line-height:1.55}.landing-refresh .nl-form{display:grid;gap:10px;min-width:0}.landing-refresh .nl-row{display:flex;gap:8px}.landing-refresh .nl-row input{flex:1;min-width:0;min-height:46px;padding:0 14px;border:1px solid #cfdbe3;border-radius:10px;background:#fff;font:inherit;font-size:15px;color:var(--lp-ink)}.landing-refresh .nl-row input:focus-visible{outline:none;border-color:var(--lp-blue);box-shadow:0 0 0 4px #1f5fd41a}.landing-refresh .nl-row .lp-button{flex-shrink:0;min-height:46px}.landing-refresh .nl-consent{display:flex;gap:8px;align-items:flex-start;color:#5c6d7a;font-size:12px;line-height:1.45;cursor:pointer}.landing-refresh .nl-consent input{flex:0 0 auto;width:16px;height:16px;margin-top:1px;accent-color:var(--lp-blue)}.landing-refresh .nl-consent a{color:var(--lp-blue);text-decoration:underline}.landing-refresh .nl-error{margin:0;color:#b42318;font-size:13px}.landing-refresh .nl-done{display:flex;align-items:center;gap:8px;margin:0;padding:14px 16px;border-radius:10px;background:#eaf6ee;color:#1f7a3a;font-size:14.5px;font-weight:600}.landing-refresh .nl-sr,.landing-refresh .nl-hp{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(max-width:860px){.landing-refresh .nl-box{grid-template-columns:minmax(0,1fr);padding:22px 20px}}@media(max-width:480px){.landing-refresh .nl-row{flex-direction:column}.landing-refresh .nl-row .lp-button{justify-content:center}}.landing-refresh .lp-newsletter-inline{padding-top:8px;padding-bottom:8px}.landing-refresh .lp-newsletter-inline .nl-box{margin:0}.editorial-mode .ed-newsletter-inline .nl-box{margin:6px 0 26px}.nl-standalone{padding:36px 0 8px;background:transparent}.nl-standalone .nl-box{margin-bottom:0}.landing-refresh .lp-newsletter-inline{padding-top:48px;padding-bottom:16px}.landing-refresh .nl-consent input{appearance:auto;background:#fff;color-scheme:light}.marketplace-mode .marketplace-page{background:#fff;color:var(--lp-ink);outline:none}.marketplace-page :is(h1,h2,h3,p,dl,dd){margin:0;letter-spacing:0}.marketplace-page :is(button,input,select,a,summary):focus-visible{outline:3px solid var(--lp-blue);outline-offset:4px}.marketplace-page svg{flex-shrink:0}.marketplace-page :is(button,input,select){font:inherit}.marketplace-page button{cursor:pointer}.marketplace-page :is(h1,h2,h3,p,dd,a){overflow-wrap:anywhere}.marketplace-page .mk-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.marketplace-mode .lp-header-marketplace[aria-current=page]{box-shadow:inset 0 -3px #003bbb}.marketplace-mode .lp-mobile-menu a[aria-current=page]{color:var(--lp-blue);font-weight:700}.marketplace-page .mk-intro{background:#f2f7fb;border-bottom:1px solid #e6edf2;padding:24px 0 0}.marketplace-page .mk-breadcrumb{display:flex;align-items:center;gap:9px;color:#71818d;font-size:12px}.marketplace-page .mk-intro-heading{display:flex;gap:25px;justify-content:space-between;align-items:center;margin-top:19px}.marketplace-page h1{font-size:36px;line-height:1.18;font-weight:700}.marketplace-page .mk-intro-heading p{margin-top:10px;color:var(--lp-muted);font-size:15px}.marketplace-page .mk-help{display:flex;align-items:center;gap:8px;flex-shrink:0;color:#4b626f;font-size:12px}.marketplace-page .mk-discovery{display:flex;max-width:740px;margin-top:24px}.marketplace-page .mk-search{display:flex;align-items:center;flex:1;min-width:0;min-height:52px;gap:12px;padding:0 15px;border:1px solid #cfdbe3;border-radius:6px;background:#fff;color:#6b7e89}.marketplace-page .mk-search:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 3px #0052ff10}.marketplace-page .mk-search input{min-width:0;flex:1;width:100%;padding:0;background:transparent;border:none;color:var(--lp-ink);font-size:15px;outline:none}.marketplace-page .mk-search input:focus-visible{outline:none}.marketplace-page .mk-search input::-webkit-search-cancel-button{display:none}.marketplace-page .mk-search button{display:grid;place-items:center;width:36px;height:44px;margin-right:-9px;color:var(--lp-muted)}.marketplace-page .mk-types{display:flex;gap:32px;margin-top:24px}.marketplace-page .mk-types button{display:flex;gap:8px;align-items:center;padding:14px 0 17px;border-bottom:2px solid transparent;color:#61717c;font-size:14px;font-weight:550;transition:color .18s,border-color .18s}.marketplace-page .mk-types button[aria-pressed=true]{color:var(--lp-blue);border-color:var(--lp-blue)}.marketplace-page .mk-types button>span{display:grid;place-items:center;min-width:22px;height:20px;padding-inline:5px;border-radius:4px;background:#e7edf1;font-size:10px;font-variant-numeric:tabular-nums}.marketplace-page .mk-types button[aria-pressed=true]>span{background:#e2ebff}.marketplace-page .mk-catalog{padding-block:25px 0;scroll-margin-top:96px}.marketplace-page .mk-layout{display:block}.marketplace-page .mk-sidebar{padding-bottom:24px;margin-bottom:25px;border-bottom:1px solid var(--lp-line)}.marketplace-page .mk-sidebar h2{display:none}.marketplace-page .mk-category-list{display:flex;flex-wrap:wrap;gap:10px}.marketplace-page .mk-category-list button{display:flex;align-items:center;gap:9px;min-height:44px;padding:10px 15px;border:1px solid #e0e7eb;border-radius:6px;text-align:left;color:#536572;font-size:13px;transition:background .18s,border-color .18s}.marketplace-page .mk-category-list button span{margin-left:6px;font-size:11px;color:#71828e}.marketplace-page .mk-category-list button:hover{background:#f4f7fa}.marketplace-page .mk-category-list button[aria-pressed=true]{background:#edf3fd;color:#164bba;border-color:#c1d2f5;font-weight:600}.marketplace-page .mk-mobile-category{display:none}.marketplace-page .mk-results{min-width:0}.marketplace-page .mk-results-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.marketplace-page .mk-results-bar h2{font-size:22px;font-weight:650;line-height:1.35}.marketplace-page .mk-results-bar p{color:#67747d;font-size:12px;margin-top:4px}.marketplace-page .mk-sort{display:flex;align-items:center;gap:9px;color:#65717a;font-size:11px;flex-shrink:0}.marketplace-page select{max-width:100%;min-height:44px;border:1px solid var(--lp-line);border-radius:5px;padding:8px 25px 8px 10px;background:#fff;color:#405460;font-size:12px;cursor:pointer}.marketplace-page .mk-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:-8px 0 18px;font-size:12px}.marketplace-page .mk-active-filters>span{padding:4px 8px;background:#f0f4f7;border-radius:4px;overflow-wrap:anywhere;max-width:100%}.marketplace-page .mk-active-filters button{display:flex;align-items:center;gap:6px;min-height:44px;color:#2254b6}.marketplace-page .mk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.marketplace-page .mk-card{--mk-tint:#edf5f1;--mk-accent:#286a58;display:flex;flex-direction:column;min-width:0;padding:24px;background:#fff;border:1px solid #dce5e9;border-radius:8px;box-shadow:0 3px 9px #16202804;transition:border-color .18s,box-shadow .18s,transform .18s}.marketplace-page .mk-tone-blue{--mk-tint:#edf2fc;--mk-accent:#426fba}.marketplace-page .mk-tone-peach{--mk-tint:#faf1eb;--mk-accent:#a26547}.marketplace-page .mk-card:hover,.marketplace-page .mk-card:focus-within{border-color:#9fb7c7;box-shadow:0 9px 24px #20354a0d;transform:translateY(-2px)}.marketplace-page .mk-card-heading{padding:18px 24px 24px;margin:-24px -24px 0;background:var(--mk-tint);border-radius:7px 7px 0 0;border-bottom:1px solid #16202806}.marketplace-page .mk-card-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:23px}.marketplace-page .mk-card-top{display:flex;align-items:center;gap:15px;min-height:58px}.marketplace-page .mk-card-top>div{min-width:0}.marketplace-page .mk-logo{display:grid;place-items:center;width:56px;height:56px;flex:0 0 56px;border-radius:8px;font-size:23px;font-weight:650}.marketplace-page .mk-logo-referral{background:#ecf5f0;color:#34755c}.marketplace-page .mk-logo-auction{background:#edf2fb;color:#486fa7}.marketplace-page .mk-card .mk-logo{background:#ffffffeb;color:var(--mk-accent);box-shadow:0 2px 6px #16202806}.marketplace-page .mk-logo img{width:100%;height:100%;object-fit:contain;border-radius:6px}.marketplace-page .mk-logo img[src$="marketplace-hyperliquid.png"]{background:#0d3028;padding:4px}.marketplace-page .mk-logo img[src$="marketplace-rabby.png"]{padding:4px}.marketplace-page .mk-category-label{color:#5d7380;font-size:12px;line-height:1.5}.marketplace-page .mk-card h3{margin-bottom:5px;font-size:23px;font-weight:650;line-height:1.2}.marketplace-page .mk-kind{display:inline-flex;align-items:center;gap:6px;color:var(--mk-accent);font-size:11px;font-weight:550}.marketplace-page .mk-description{margin:22px 0;min-height:46px;color:#52626d;font-size:14px;line-height:1.65}.marketplace-page .mk-card-facts{display:grid;grid-template-columns:1.25fr 1fr;gap:16px;padding-block:20px;border-block:1px solid #e8edef}.marketplace-page .mk-card-facts div{display:flex;flex-direction:column;gap:7px;min-width:0}.marketplace-page .mk-card-facts div+div{border-left:1px solid #e8edef;padding-left:20px}.marketplace-page .mk-card-facts dt{color:#65727b;font-size:11px}.marketplace-page .mk-card-facts dd{font-size:18px;font-weight:600;color:#203d49;line-height:1.4;font-variant-numeric:tabular-nums}.marketplace-page .mk-card-auction .mk-card-facts div:first-child dd{font-size:23px}.marketplace-page .mk-card-referral .mk-card-facts dd{font-size:13px}.marketplace-page .mk-conditions{margin-block:17px 22px;color:#69757e;font-size:12px;line-height:1.65}.marketplace-page .mk-card-bottom{margin-top:auto}.marketplace-page .mk-status{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;font-size:11px;color:#65737e}.marketplace-page .mk-card .mk-status{padding:4px 7px;border-radius:4px;background:#ffffffcf;font-size:10px;white-space:nowrap}.marketplace-page .mk-status i{width:5px;height:5px;flex:0 0 5px;background:currentColor;border-radius:50%}.marketplace-page .mk-status-green{color:#26755e}.marketplace-page .mk-status-amber{color:#97613b}.marketplace-page .mk-deadline{display:flex;align-items:center;gap:8px;color:#697780;font-size:11px;margin-bottom:17px}.marketplace-page .mk-card-link{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:46px;padding:11px 14px;border:1px solid #d3e0f3;border-radius:5px;background:#f2f6fc;color:#2459ac;font-size:13px;font-weight:600;transition:background .18s,color .18s,border-color .18s}.marketplace-page .mk-card-link:hover{background:var(--lp-blue);color:#fff;border-color:var(--lp-blue)}.marketplace-page :is(.mk-help,.mk-breadcrumb a):hover{color:var(--lp-blue)}.marketplace-page .mk-disclosure{display:flex;align-items:flex-start;gap:7px;margin-top:20px;color:#697780;font-size:11px;line-height:1.6}.marketplace-page .mk-notice{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;border:1px solid #e9d9c4;border-radius:6px;background:#fdf9f2;color:#7b603b;font-size:12px}.marketplace-page .mk-notice p{flex:1}.marketplace-page .mk-notice button{display:flex;gap:8px;align-items:center;min-height:44px;text-align:left;font-size:11px;font-weight:600}.marketplace-page .mk-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;min-height:375px;padding:35px 25px;border-block:1px solid var(--lp-line);text-align:center;color:#78909e}.marketplace-page .mk-empty h3{color:var(--lp-ink);font-size:20px;font-weight:600}.marketplace-page .mk-empty p{max-width:360px;color:var(--lp-muted);font-size:14px}.marketplace-page .mk-empty .lp-text-link{font-size:12px}.marketplace-page .mk-skeleton{min-height:380px;padding:25px;border:1px solid var(--lp-line);border-radius:8px}.marketplace-page .mk-skeleton :is(i,span){display:block;border-radius:4px;background:#eff3f6}.marketplace-page .mk-skeleton i{width:44px;height:44px;margin-bottom:30px}.marketplace-page .mk-skeleton span{height:18px;margin-bottom:20px}.marketplace-page .mk-more{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:26px;font-size:12px;color:var(--lp-muted)}.marketplace-page .mk-secondary{display:inline-flex;gap:9px;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid #cdd7dd;border-radius:6px;background:#fff;color:#3a5365;font-size:13px;font-weight:600}.marketplace-page .mk-secondary:hover{border-color:#7e9dae;background:#f5f8fa}.marketplace-page .mk-secondary:disabled{opacity:.65;cursor:default}.marketplace-page .mk-publisher{display:flex;align-items:center;gap:22px;margin-top:36px;padding:28px 30px;background:#eef5f2;border-block:1px solid #dfe9e4}.marketplace-page .mk-publisher-icon{display:grid;place-items:center;width:58px;height:58px;flex:0 0 58px;color:#2c755e}.marketplace-page .mk-publisher h2{font-size:24px;font-weight:650;margin-block:5px 6px}.marketplace-page .mk-publisher p:not(.lp-kicker){font-size:13px;color:#587069}.marketplace-page .mk-publisher-actions{display:flex;flex-direction:column;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.marketplace-page .mk-publisher-actions>span{display:flex;align-items:center;gap:6px;font-size:11px;color:#587069}.marketplace-page .mk-publisher-actions img{width:22px;height:22px;object-fit:contain}.marketplace-page .mk-faq{display:grid;grid-template-columns:1fr 1.5fr;gap:90px;padding-block:43px 48px;margin-top:46px;border-block:1px solid var(--lp-line);scroll-margin-top:100px}.marketplace-page .mk-faq h2{margin-top:12px;font-size:28px;font-weight:650;line-height:1.2}.marketplace-page .mk-faq>div>p:last-child{margin-top:14px;max-width:290px;color:var(--lp-muted);font-size:13px}.marketplace-page .mk-faq details{border-bottom:1px solid var(--lp-line)}.marketplace-page .mk-faq details:first-child{border-top:1px solid var(--lp-line)}.marketplace-page .mk-faq summary{padding:17px 3px;cursor:pointer;font-size:13px;font-weight:550}.marketplace-page .mk-faq details p{padding:0 4px 18px;color:var(--lp-muted);font-size:13px;line-height:1.75}.marketplace-page .mk-dialog{position:fixed;margin:auto;padding:0;width:min(610px,calc(100% - 32px));max-height:calc(100dvh - 40px);overflow-y:auto;border:1px solid var(--lp-line);border-radius:8px;background:#fff;color:var(--lp-ink);box-shadow:0 24px 80px #16202830}.marketplace-page .mk-dialog::backdrop{background:#182b3b66}.marketplace-page .mk-dialog-inner{position:relative;padding:32px}.marketplace-page .mk-close{display:grid;place-items:center;position:absolute;right:13px;top:13px;width:40px;height:40px;color:#617583;background:#f4f7f9;border-radius:6px}.marketplace-page .mk-detail-brand{display:flex;gap:14px;align-items:center;padding-right:30px}.marketplace-page .mk-detail-brand h2{margin-top:3px;font-size:25px;font-weight:650;line-height:1.2}.marketplace-page .mk-detail-description{margin:22px 0 12px;color:var(--lp-muted);font-size:15px}.marketplace-page .mk-detail-facts{display:grid;gap:14px;margin-block:23px;padding-block:20px;border-block:1px solid var(--lp-line);font-size:13px}.marketplace-page .mk-detail-facts div{display:grid;grid-template-columns:1fr 1.2fr;gap:20px}.marketplace-page .mk-detail-facts dt{color:var(--lp-muted)}.marketplace-page .mk-detail-facts dd{font-weight:550;text-align:right}.marketplace-page .mk-dialog h3{font-size:14px;font-weight:650;margin-bottom:9px}.marketplace-page .mk-dialog h3+p{font-size:13px;color:var(--lp-muted)}.marketplace-page .mk-detail-disclosure{font-size:11px;color:#697780;line-height:1.65;margin-top:12px}.marketplace-page .mk-detail-cta{margin-top:25px;width:100%}.marketplace-page .mk-detail-notice{padding:13px 15px;margin-top:17px;background:#f5f7f9;border-left:2px solid #95a9b9;color:#526976;font-size:12px}.marketplace-page .mk-auction-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;border-top:1px solid var(--lp-line);margin-top:23px;padding-top:20px}.marketplace-page .mk-auction-actions .mk-detail-notice{margin-top:0}.marketplace-page .mk-auction-actions .lp-text-link{font-size:12px}.marketplace-page .mk-payment-heading{display:flex;align-items:center;gap:7px;font-size:13px}.marketplace-page .mk-payment-heading img{width:28px;height:28px;object-fit:contain}.marketplace-page .mk-wallet-error{color:#a12e3e;font-size:12px}.marketplace-page .mk-missing{display:grid;justify-items:start;gap:20px;padding-top:30px;font-size:14px}@media(max-width:1200px){.marketplace-page .mk-grid{gap:18px}.marketplace-page .mk-card{padding:20px}.marketplace-page .mk-card-heading{padding:16px 20px 20px;margin:-20px -20px 0}.marketplace-page .mk-card h3{font-size:21px}.marketplace-page .mk-card-facts{gap:10px}.marketplace-page .mk-card-facts div+div{padding-left:12px}.marketplace-page .mk-card-auction .mk-card-facts div:first-child dd{font-size:20px}}@media(max-width:900px){.marketplace-page .mk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-page .mk-intro-heading{align-items:flex-start}.marketplace-page .mk-help{margin-top:7px}.marketplace-page .mk-faq{gap:40px}.marketplace-page .mk-publisher{flex-wrap:wrap;padding:24px}.marketplace-page .mk-publisher-icon{display:none}.marketplace-page .mk-publisher-actions{margin-left:0;align-items:flex-start}}@media(max-width:620px){.marketplace-page .mk-intro{padding-top:17px}.marketplace-page h1{font-size:30px}.marketplace-page .mk-intro-heading{display:block;margin-top:17px}.marketplace-page .mk-intro-heading p{font-size:14px;line-height:1.6;margin-top:9px}.marketplace-page .mk-help{margin-top:13px;font-size:11px}.marketplace-page .mk-discovery{margin-top:20px}.marketplace-page .mk-discovery>a{display:none}.marketplace-page .mk-search{min-height:50px;padding-left:12px;gap:8px}.marketplace-page .mk-search input{font-size:16px}.marketplace-page .mk-types{gap:0;justify-content:space-between;margin-top:15px}.marketplace-page .mk-types button{font-size:11px;gap:5px;min-height:49px;padding:12px 2px}.marketplace-page .mk-types button>svg{display:none}.marketplace-page .mk-types button>span{min-width:18px;height:18px;font-size:9px}.marketplace-page .mk-catalog{padding-top:22px}.marketplace-page .mk-sidebar{padding-bottom:20px;margin-bottom:22px}.marketplace-page .mk-category-list{display:none}.marketplace-page .mk-mobile-category{display:grid;grid-template-columns:67px minmax(0,1fr);align-items:center;gap:10px;font-size:12px;color:var(--lp-muted)}.marketplace-page .mk-mobile-category select{min-width:0;width:100%;font-size:16px}.marketplace-page .mk-results-bar{align-items:flex-start;gap:12px;flex-wrap:wrap}.marketplace-page .mk-results-bar h2{font-size:18px}.marketplace-page .mk-sort{justify-content:space-between;width:100%;font-size:12px}.marketplace-page .mk-sort select{max-width:240px;font-size:16px}.marketplace-page .mk-grid{grid-template-columns:minmax(0,1fr);gap:16px}.marketplace-page .mk-description{min-height:0}.marketplace-page .mk-card h3,.marketplace-page .mk-card-auction .mk-card-facts div:first-child dd{font-size:23px}.marketplace-page .mk-card-link{min-height:48px;font-size:13px}.marketplace-page .mk-publisher{padding:23px 20px;gap:18px}.marketplace-page .mk-publisher h2{font-size:22px}.marketplace-page .mk-notice{align-items:flex-start;flex-wrap:wrap}.marketplace-page .mk-notice button{margin-left:30px}.marketplace-page .mk-notice p{flex-basis:calc(100% - 32px)}.marketplace-page .mk-faq{grid-template-columns:minmax(0,1fr);gap:25px;margin-top:32px;padding-block:30px}.marketplace-page .mk-faq h2{font-size:25px}.marketplace-page .mk-faq h2 br{display:none}.marketplace-page .mk-dialog-inner{padding:24px 20px}.marketplace-page .mk-detail-brand{padding-right:25px;align-items:flex-start;gap:10px}.marketplace-page .mk-detail-brand h2{font-size:22px}.marketplace-page .mk-detail-facts div{grid-template-columns:minmax(0,1fr);gap:4px}.marketplace-page .mk-detail-facts dd{text-align:left}}@media(prefers-reduced-motion:reduce){.marketplace-page *{transition:none!important;scroll-behavior:auto!important}}.marketplace-page .mk-bid-summary{margin:4px 0 2px;font-size:14px;color:#3e4952}.marketplace-page .mk-bid-form{display:grid;gap:12px;margin-top:6px}.marketplace-page .mk-bid-form label{display:grid;gap:6px;font-size:12.5px;font-weight:600;color:#3e4952}.marketplace-page .mk-bid-form input{min-height:44px;padding:0 12px;border:1px solid #cfdbe3;border-radius:6px;font-size:15px;background:#fff;color:var(--lp-ink)}.marketplace-page .mk-bid-form input:focus{outline:2px solid var(--lp-blue);outline-offset:1px}.marketplace-page .mk-bid-status{margin:0;font-size:13px}.marketplace-page .mk-bid-busy{color:#3e4952}.marketplace-page .mk-bid-ok{color:#1f7a3a;font-weight:600}.marketplace-page .mk-bid-error{color:#b42318}.marketplace-page .mk-countdown{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;padding:8px 10px;border-radius:8px;background:#eef3fb;color:#1c3f6e}.marketplace-page .mk-countdown-label{font-size:11.5px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.marketplace-page .mk-countdown-units{display:flex;gap:6px;font-variant-numeric:tabular-nums}.marketplace-page .mk-countdown-units>span{display:inline-flex;align-items:baseline;gap:2px}.marketplace-page .mk-countdown-units b{font-size:16px;font-weight:800;color:var(--lp-blue)}.marketplace-page .mk-countdown-units i{font-style:normal;font-size:11px;color:#5c6d7a}.marketplace-page .mk-countdown-urgent{background:#fdecec;color:#9b1c1c;animation:mk-pulse 1.6s ease-in-out infinite}.marketplace-page .mk-countdown-urgent .mk-countdown-units b{color:#c0262d}.marketplace-page .mk-countdown-ended{background:#f1f3f5;color:#5c6d7a;font-size:12.5px;font-weight:600}.marketplace-page .mk-countdown-large{justify-content:space-between;padding:14px 16px;margin:14px 0 6px;border:1px solid #cfdcf0}.marketplace-page .mk-countdown-large .mk-countdown-units b{font-size:26px}.marketplace-page .mk-countdown-large .mk-countdown-units{gap:10px}.marketplace-page .mk-placement-note{margin:6px 0 12px;font-size:13px;color:#3e4952}@keyframes mk-pulse{0%,to{box-shadow:0 0 #c0262d33}50%{box-shadow:0 0 0 6px #c0262d00}}@media(prefers-reduced-motion:reduce){.marketplace-page .mk-countdown-urgent{animation:none}}.marketplace-page .mk-hero-timer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 24px;margin:18px 0 6px;padding:16px 18px;border:2px solid var(--lp-blue);border-radius:10px;background:linear-gradient(180deg,#f2f6ff,#fff)}.marketplace-page .mk-hero-timer>div:first-child{display:grid;gap:4px;max-width:520px}.marketplace-page .mk-hero-timer strong{font-size:17px;color:var(--lp-ink)}.marketplace-page .mk-hero-timer span{font-size:13px;color:#3e4952}.marketplace-page .mk-hero-timer .mk-countdown-large{margin:0}.marketplace-page .mk-card.mk-card-auction{gap:16px;padding:20px;border:1px solid #e1e8ef;border-radius:14px;background:#fff;box-shadow:0 1px 2px #1620280a,0 8px 22px -12px #16202814;transition:transform .2s ease,box-shadow .2s ease,border-color .2s}.marketplace-page .mk-card.mk-card-auction:hover,.marketplace-page .mk-card.mk-card-auction:focus-within{transform:translateY(-3px);border-color:#c3d3e6;box-shadow:0 18px 36px -16px #1f5fd433}.marketplace-page .mk-card-head{display:flex;align-items:center;gap:12px}.marketplace-page .mk-card-head .mk-logo{width:52px;height:52px;flex:0 0 52px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #16202818}.marketplace-page .mk-card-title{flex:1;min-width:0;display:grid;gap:5px}.marketplace-page .mk-card-title h3{margin:0;font-size:19px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.marketplace-page .mk-chip{justify-self:start;padding:2px 8px;border-radius:999px;background:#eef3fb;color:#2d5b93;font-size:11px;font-weight:600}.marketplace-page .mk-card-head .mk-status{align-self:flex-start;padding:4px 8px;border-radius:999px;background:#e9f6ef;font-size:10.5px;white-space:nowrap}.marketplace-page .mk-price{display:grid;gap:2px;padding:14px 16px;border-radius:10px;background:linear-gradient(180deg,#f5f8fd,#eef3fb)}.marketplace-page .mk-price span{font-size:11.5px;font-weight:600;color:#5c6d7a;text-transform:uppercase;letter-spacing:.04em}.marketplace-page .mk-price strong{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--lp-ink);font-variant-numeric:tabular-nums}.marketplace-page .mk-price small{font-size:12px;color:#5c6d7a}.marketplace-page .mk-card-meta-list{display:flex;flex-wrap:wrap;gap:6px 14px;margin:0;padding:0;list-style:none;font-size:12.5px;color:#3e4952}.marketplace-page .mk-card-meta-list li{display:inline-flex;align-items:center;gap:6px}.marketplace-page .mk-card-meta-list svg{color:var(--lp-blue)}.marketplace-page .mk-card-auction .mk-card-bottom{display:grid;gap:10px;margin-top:auto}.marketplace-page .mk-card-cta{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:9px;background:var(--lp-blue);color:#fff;font-size:15px;font-weight:700;transition:filter .15s,transform .15s}.marketplace-page .mk-card-cta:hover{filter:brightness(1.08)}.marketplace-page .mk-card-cta svg:last-child{transition:transform .15s}.marketplace-page .mk-card-cta:hover svg:last-child{transform:translate(3px)}.marketplace-page .mk-dialog{width:min(1060px,calc(100% - 32px));aspect-ratio:1.618 / 1;max-height:calc(100dvh - 40px);overflow:hidden;border:0;border-radius:20px;box-shadow:0 40px 120px -20px #0c1a2e66}.marketplace-page .mk-dialog::backdrop{background:#0c1a2e8c;backdrop-filter:blur(3px)}.marketplace-page .mk-dialog-inner{height:100%;padding:0}.marketplace-page .mk-close{z-index:3;right:16px;top:16px;width:38px;height:38px;border-radius:50%;background:#fffc;box-shadow:0 2px 10px #0c1a2e1f}.marketplace-page .mk-detail-grid{display:grid;grid-template-columns:1.618fr 1fr;height:100%;min-height:0}.marketplace-page .mk-detail-main{min-width:0;overflow-y:auto;padding:34px 36px 30px}.marketplace-page .mk-detail-brand .mk-project-logo,.marketplace-page .mk-detail-brand img{border-radius:14px}.marketplace-page .mk-detail-brand h2{font-size:30px;letter-spacing:-.02em}.marketplace-page .mk-detail-description{margin:16px 0 8px}.marketplace-page .mk-detail-main .mk-countdown-large{margin:14px 0 4px;padding:14px 18px;border:0;border-radius:14px;background:linear-gradient(135deg,#eef4ff,#e3ecfb)}.marketplace-page .mk-detail-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-block:18px;padding:0;border:0}.marketplace-page .mk-detail-facts div{display:flex;flex-direction:column;gap:3px;padding:11px 13px;border-radius:12px;background:#f5f8fb}.marketplace-page .mk-detail-facts dt{font-size:11.5px}.marketplace-page .mk-detail-facts dd{text-align:left;font-size:15px;font-weight:750;color:var(--lp-ink)}.marketplace-page .mk-detail-side{display:flex;flex-direction:column;min-width:0;overflow-y:auto;padding:34px 28px 28px;background:linear-gradient(180deg,#f4f7fc,#eef3fa);border-left:1px solid #e3eaf2}.marketplace-page .mk-detail-side .mk-auction-actions{margin:0;padding:0;border:0;gap:12px;align-items:stretch}.marketplace-page .mk-detail-side .mk-payment-heading{font-size:15px}.marketplace-page .mk-detail-side .mk-bid-form input{border-radius:10px;min-height:48px;background:#fff}.marketplace-page .mk-detail-side .mk-detail-cta{margin-top:4px;min-height:52px;border-radius:12px;font-size:16px}.marketplace-page .mk-detail-side .lp-text-link{align-self:flex-start}@media(max-width:860px){.marketplace-page .mk-dialog{width:min(620px,calc(100% - 24px));aspect-ratio:auto;overflow-y:auto}.marketplace-page .mk-dialog-inner{height:auto}.marketplace-page .mk-detail-grid{grid-template-columns:minmax(0,1fr);height:auto}.marketplace-page .mk-detail-main,.marketplace-page .mk-detail-side{overflow:visible;padding:26px 20px}.marketplace-page .mk-detail-side{border-left:0;border-top:1px solid #e3eaf2}.marketplace-page .mk-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.marketplace-page .mk-dialog-inner>.mk-missing{padding:40px}.marketplace-page .mk-ranking-note{margin-top:10px;font-size:12px;color:#697780}.marketplace-page .mk-intro-heading p.mk-ranking-note{margin-top:10px;font-size:12.5px;line-height:1.55;color:#697780}.marketplace-page .mk-stats{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:10px;margin:22px 0 4px}.marketplace-page .mk-stat{display:flex;flex-direction:column;justify-content:flex-end;gap:3px;min-width:0;padding:14px 16px;border:1px solid #e1e8ef;border-radius:14px;background:#fff}.marketplace-page .mk-stat strong{font-size:24px;line-height:1.15;font-weight:800;letter-spacing:-.02em;color:var(--lp-ink);font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.marketplace-page .mk-stat strong em{font-style:normal;font-size:15px;color:#8a97a1;font-weight:650}.marketplace-page .mk-stat small{color:var(--lp-muted);font-size:12.5px}.marketplace-page .mk-stat-main{border:0;background:linear-gradient(135deg,#0f2a5c,#1f5fd4)}.marketplace-page .mk-stat-main strong{color:#fff;font-size:28px}.marketplace-page .mk-stat-main small{color:#c9dbff}.marketplace-page .mk-stat-main .mk-live-dot{color:#bfe9d2}.marketplace-page .mk-live-dot{display:inline-flex;align-items:center;gap:6px;color:#1f7a3a;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.marketplace-page .mk-live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55e88;animation:mk-live-pulse 1.8s ease-out infinite}@keyframes mk-live-pulse{0%{box-shadow:0 0 #22c55e88}70%,to{box-shadow:0 0 0 8px #22c55e00}}.marketplace-page .mk-live{margin:0 0 26px;padding:18px 20px;border:1px solid #e1e8ef;border-radius:16px;background:#fff}.marketplace-page .mk-live header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.marketplace-page .mk-live header h2{margin-top:2px;font-size:18px;font-weight:750}.marketplace-page .mk-live header .lp-text-link{font-size:12.5px}.marketplace-page .mk-live-empty{display:flex;align-items:center;gap:8px;margin:0;padding:12px 0 4px;color:var(--lp-muted);font-size:14px}.marketplace-page .mk-live-list{display:grid;margin:0;padding:0;list-style:none}.marketplace-page .mk-live-list li{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid #eef2f5}.marketplace-page .mk-live-list li.is-new{animation:mk-live-in .9s ease-out}@keyframes mk-live-in{0%{background:#e9f6ef;transform:translateY(-6px);opacity:0}40%{opacity:1;transform:none}to{background:transparent}}.marketplace-page .mk-live-logo{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:9px;overflow:hidden;background:#eef2f6;font-size:11px;font-weight:800}.marketplace-page .mk-live-logo img{width:100%;height:100%;object-fit:cover}.marketplace-page .mk-live-text{flex:1;min-width:0;font-size:14px;color:#3e4952}.marketplace-page .mk-live-text a{color:var(--lp-ink);font-weight:650}.marketplace-page .mk-live-text a:first-child{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.marketplace-page .mk-live-text strong{color:var(--lp-blue)}.marketplace-page .mk-live-text small{margin-left:8px;color:#8a97a1;font-size:12px}.marketplace-page .mk-live-tx{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;padding:5px 10px;border-radius:999px;background:#eef3fb;color:var(--lp-blue);font-size:12px;font-weight:700}.marketplace-page .mk-live-more{margin-top:6px;padding:6px 0;border:0;background:none;color:var(--lp-blue);font:inherit;font-size:13px;font-weight:650;cursor:pointer}@media(max-width:760px){.marketplace-page .mk-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.marketplace-page .mk-stat{padding:12px}.marketplace-page .mk-stat:not(.mk-stat-main) strong{font-size:18px}.marketplace-page .mk-stat small{font-size:11.5px}.marketplace-page .mk-stat-main{grid-column:1 / -1}.marketplace-page .mk-live-text small{display:block;margin:2px 0 0}}@media(prefers-reduced-motion:reduce){.marketplace-page .mk-live-dot:before,.marketplace-page .mk-live-list li.is-new{animation:none}}.marketplace-page .mk-reward-box{display:grid;gap:4px;padding:12px 14px;border-radius:12px;background:linear-gradient(135deg,#e9f6ef,#dff3e8);border:1px solid #c6e8d4}.marketplace-page .mk-reward-box strong{color:#155d33;font-size:14px}.marketplace-page .mk-reward-box span{color:#2e5a43;font-size:12.5px;line-height:1.5}.marketplace-page .mk-reward-mine{margin:0;font-size:13px;color:#155d33}.marketplace-page .mk-reward-claim{width:100%;background:#1f7a3a}.marketplace-page .mk-reward-mult{margin-top:4px;font-style:normal;font-size:12.5px;font-weight:750;color:#0f6a35}.editorial-mode main{padding-bottom:56px}.editorial-mode main :is(h1,h2,h3,p,dl,dd){margin:0;letter-spacing:0}.editorial-mode main :is(a,button,input,select),.editorial-mode .ed-detail-search{font-family:inherit}.editorial-mode main :is(a,button,input,select):focus-visible{outline:3px solid var(--lp-blue);outline-offset:4px}.editorial-mode main :is(h1,h2,h3,p,a,td,th,li,strong){overflow-wrap:anywhere}.editorial-mode main svg{flex-shrink:0}.editorial-mode main h1{font-size:36px;font-weight:700;line-height:1.18;text-wrap:balance}.editorial-mode main h2{font-size:24px;font-weight:650;line-height:1.3}.editorial-mode main h3{font-size:21px;font-weight:650;line-height:1.35}.editorial-mode main a:hover{color:var(--lp-blue)}.editorial-mode main a.lp-button:hover{color:#fff}.editorial-mode main .lp-kicker{color:#36755f}.editorial-mode[data-section=guides] .lp-nav a[href="/guides"],.editorial-mode[data-section=actualites] .lp-nav a[href="/news"],.editorial-mode[data-section=offres] .lp-nav a[href="/deals"],.editorial-mode[data-section=comparateurs] .lp-nav-comparisons>button{color:var(--lp-blue);box-shadow:inset 0 -2px var(--lp-blue)}.editorial-mode .ed-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.editorial-mode .ed-breadcrumbs{padding-block:24px;font-size:12px;color:#62737e}.editorial-mode .ed-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 10px;list-style:none;margin:0;padding:0}.editorial-mode .ed-breadcrumbs li{display:inline}.editorial-mode .ed-breadcrumbs li+li:before{content:"/";display:inline-block;margin-right:10px;color:#9da9b2}.editorial-mode .ed-intro{padding-bottom:30px;background:#f2f7fb;border-bottom:1px solid #e6edf2}.editorial-mode .ed-intro .lp-kicker{margin:3px 0 10px}.editorial-mode .ed-description{max-width:740px;margin-top:14px;color:var(--lp-muted);font-size:16px;line-height:1.7}.editorial-mode .ed-search{display:flex;gap:12px;align-items:center;max-width:680px;min-height:52px;margin-top:24px;padding:0 16px;border:1px solid #cfdbe3;border-radius:6px;background:#fff;color:#6b7e89}.editorial-mode .ed-search:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 3px #0052ff10}.editorial-mode .ed-search input{flex:1;min-width:0;width:100%;padding:12px 0;border:0;background:transparent;font-size:15px;color:var(--lp-ink)}.editorial-mode .ed-search input:focus-visible{outline:none}.editorial-mode .ed-search input::-webkit-search-cancel-button{display:none}.editorial-mode .ed-search button{display:grid;place-items:center;width:40px;height:44px}.editorial-mode .ed-filters{display:flex;flex-wrap:wrap;gap:6px 22px;border-bottom:1px solid var(--lp-line);padding-top:12px}.editorial-mode .ed-filters button{min-height:50px;padding:10px 0;border-bottom:2px solid transparent;color:#64727b;font-size:13px}.editorial-mode .ed-filters button[aria-pressed=true]{color:var(--lp-blue);border-color:var(--lp-blue);font-weight:600}.editorial-mode .ed-result-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-block:26px 22px}.editorial-mode .ed-result-bar h2{font-size:22px}.editorial-mode .ed-result-bar p{margin-top:6px;color:#6a7882;font-size:12px}.editorial-mode .ed-result-bar label{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--lp-muted)}.editorial-mode .ed-result-bar select{max-width:100%;min-height:44px;padding:8px 30px 8px 12px;border:1px solid var(--lp-line);border-radius:5px;color:#344b5b;background:#fff;font-size:12px}.editorial-mode .ed-reset{margin-left:14px;color:var(--lp-blue);min-height:32px;text-decoration:underline;text-underline-offset:4px}.editorial-mode .ed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.editorial-mode .ed-grid>*{min-width:0}.editorial-mode :is(.ed-article-card,.ed-service-card,.ed-comparison-card){display:flex;flex-direction:column;padding:24px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 3px 9px #16202803;transition:border-color .15s,box-shadow .15s}.editorial-mode :is(.ed-article-card,.ed-service-card,.ed-comparison-card):hover{border-color:#a9bdcc;box-shadow:0 6px 18px #16202808}.editorial-mode :is(.ed-article-card,.ed-service-card,.ed-comparison-card)>p{margin-block:12px 22px;font-size:14px;line-height:1.65;color:var(--lp-muted)}.editorial-mode .ed-tone-blue{--ed-tint:#edf3ff;--ed-accent:#3a67b0}.editorial-mode .ed-tone-green{--ed-tint:#edf5f0;--ed-accent:#36755f}.editorial-mode .ed-tone-peach{--ed-tint:#faf1eb;--ed-accent:#9a634a}.editorial-mode .ed-comparison-top{display:flex;justify-content:space-between;align-items:center;margin:-24px -24px 25px;padding:24px;border-radius:7px 7px 0 0;background:var(--ed-tint);color:var(--ed-accent)}.editorial-mode .ed-comparison-top span{font-size:12px}.editorial-mode .ed-service-names{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:auto;padding-bottom:23px;color:#4c5e69;font-size:13px}.editorial-mode .ed-service-names span+span:before{content:"\b7";margin-right:12px;color:#a2adb4}.editorial-mode .ed-card-action{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:17px;min-height:48px;border-top:1px solid var(--lp-line);color:#285b8f;font-size:13px;font-weight:600}.editorial-mode .ed-service-heading{display:flex;gap:14px;align-items:center;min-width:0}.editorial-mode .ed-service-heading>div{min-width:0}.editorial-mode .ed-service-logo{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border-radius:7px;background:var(--ed-tint,#f0f3f6);color:var(--ed-accent,#526a78);font-size:20px;font-weight:650}.editorial-mode .ed-service-logo{overflow:hidden}.editorial-mode .ed-service-logo img{width:100%;height:100%;object-fit:contain;border-radius:inherit}.editorial-mode .ed-hyperliquid{background:#173d32}.editorial-mode .ed-eyebrow{display:block;margin-bottom:3px;font-size:11px;color:#6c7a84}.editorial-mode .ed-service-status{display:block;margin-top:auto;padding-bottom:17px;font-size:12px;color:#667b75}.editorial-mode .ed-service-card .ed-card-action{margin-top:0}.editorial-mode .ed-section{padding-block:42px 12px}.editorial-mode .ed-section>h2{margin-bottom:23px}.editorial-mode .ed-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.editorial-mode .ed-section-heading .lp-kicker{margin-bottom:8px}.editorial-mode .ed-principles{display:flex;align-items:flex-start;gap:16px;padding:25px 0;margin-top:36px;border-block:1px solid var(--lp-line);color:#527061}.editorial-mode .ed-principles h2{margin-bottom:7px;font-size:18px;color:var(--lp-ink)}.editorial-mode .ed-principles p{max-width:820px;font-size:13px;line-height:1.7;color:var(--lp-muted)}.editorial-mode .ed-empty{padding:42px 20px;margin-block:20px;text-align:center;background:#f7f9fa;border-block:1px solid var(--lp-line)}.editorial-mode .ed-empty>svg{color:#6a7d8c;margin-bottom:15px}.editorial-mode .ed-empty p{max-width:540px;margin:12px auto 20px;color:var(--lp-muted);font-size:14px}.editorial-mode .ed-empty h2{font-size:23px}.editorial-mode .ed-more{display:flex;justify-content:center;padding-top:28px}.editorial-mode .ed-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#6a7680;font-size:11px;margin-bottom:17px}.editorial-mode .ed-tag{display:inline-flex;padding:5px 8px;border-radius:4px;background:#edf5f1;color:#356650;font-size:11px;font-weight:600}.editorial-mode .ed-card-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid #e8edef;color:#657781;font-size:11px}.editorial-mode .ed-icon-link{display:grid;place-items:center;width:40px;height:40px;color:#285b8f}.editorial-mode .ed-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.editorial-mode .ed-related-link{display:flex;gap:12px;align-items:center;padding:19px 0;min-height:64px;border-block:1px solid var(--lp-line);color:#335b71;font-size:14px}.editorial-mode .ed-related-link>span{flex:1}.editorial-mode .ed-inline-note{display:flex;gap:12px;padding:18px 0 0;color:#5b7268}.editorial-mode .ed-inline-note p{font-size:13px;color:#63717c}.editorial-mode .ed-start{display:grid;grid-template-columns:1fr 1.8fr;gap:48px;padding:32px;margin-top:30px;background:#f0f6f3;border-block:1px solid #dde9e2}.editorial-mode .ed-start h2{margin-block:10px;font-size:28px}.editorial-mode .ed-start p:not(.lp-kicker){font-size:14px;color:var(--lp-muted)}.editorial-mode .ed-start>div>svg{margin-top:20px;color:#477a62}.editorial-mode .ed-start ol{padding:0;margin:0;list-style:none}.editorial-mode .ed-start li+li{border-top:1px solid #d7e3db}.editorial-mode .ed-start li a{display:flex;align-items:center;gap:17px;padding:15px 0;min-height:74px}.editorial-mode .ed-start li a>span:nth-child(2){flex:1}.editorial-mode .ed-start strong{display:block;font-size:14px;font-weight:550}.editorial-mode .ed-start small{display:block;margin-top:4px;color:#62776c;font-size:11px}.editorial-mode .ed-step{color:#6a8978;font-size:11px}.editorial-mode .ed-comparison-table{table-layout:fixed;width:100%;border-collapse:collapse;text-align:left;font-size:13px}.editorial-mode .ed-comparison-table thead{background:#f2f6f8;color:#576c78;font-size:11px}.editorial-mode .ed-comparison-table th,.editorial-mode .ed-comparison-table td{padding:20px 16px;border-block:1px solid var(--lp-line);vertical-align:top}.editorial-mode .ed-comparison-table thead th{padding-block:15px;font-weight:600}.editorial-mode .ed-comparison-table th:first-child{width:22%}.editorial-mode .ed-comparison-table th:nth-child(2){width:15%}.editorial-mode .ed-comparison-table th:nth-child(3){width:24%}.editorial-mode .ed-comparison-table th:nth-child(4){width:23%}.editorial-mode .ed-comparison-table th:nth-child(5){width:16%}.editorial-mode .ed-comparison-table tbody th{font-size:16px;font-weight:600}.editorial-mode .ed-comparison-table td{color:#586a76;line-height:1.65}.editorial-mode .ed-comparison-table tbody tr:hover{background:#fafcfd}.editorial-mode .ed-comparison-table small{display:block;margin-top:5px;font-size:11px;font-weight:400;color:#6a7882}.editorial-mode .ed-table-cta{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:42px;padding:9px 10px;border:1px solid #d8e2ef;border-radius:5px;background:#f3f7fc;color:#2459ac;font-size:12px;font-weight:600}.editorial-mode .ed-partner-link{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;padding-block:15px;color:var(--lp-blue);font-weight:600;font-size:13px}.editorial-mode .ed-partner-link small{flex-basis:100%;color:var(--lp-muted);font-weight:400;font-size:10px}.editorial-mode .ed-methodology{padding-block:24px;margin-top:28px;border-block:1px solid var(--lp-line)}.editorial-mode .ed-methodology h2{margin-bottom:14px;font-size:20px}.editorial-mode .ed-methodology p{margin-top:10px;max-width:870px;color:var(--lp-muted);font-size:14px;line-height:1.75}.editorial-mode .ed-date{margin-top:12px;color:#687b87;font-size:12px}.editorial-mode .ed-offer-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:70px;padding-top:16px}.editorial-mode .ed-offer-heading{display:flex;align-items:center;gap:20px}.editorial-mode .ed-offer-heading h1{margin-top:8px}.editorial-mode .ed-offer-heading .ed-service-logo{width:68px;height:68px;flex-basis:68px}.editorial-mode .ed-offer-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px;padding-block:22px;border-block:1px solid var(--lp-line)}.editorial-mode .ed-offer-facts span{display:block;margin-bottom:6px;color:var(--lp-muted);font-size:12px}.editorial-mode .ed-offer-facts strong{font-weight:550;font-size:15px}.editorial-mode .ed-prose-section{margin-top:30px}.editorial-mode .ed-prose-section h2{margin-bottom:12px;font-size:21px}.editorial-mode .ed-prose-section :is(p,li){font-size:15px;line-height:1.8;color:#4d606d}.editorial-mode .ed-caution{display:flex;gap:15px;padding:22px;margin-top:25px;border-left:3px solid #c28b63;background:#fcf6f0;color:#79583e}.editorial-mode .ed-caution h2{font-size:18px;margin-bottom:8px}.editorial-mode .ed-caution p{font-size:14px;line-height:1.7}.editorial-mode .ed-offer-cta{position:sticky;top:105px;padding:24px;border:1px solid var(--lp-line);border-radius:8px;background:#f7f9fa}.editorial-mode .ed-offer-cta h2{margin-block:14px;font-size:23px}.editorial-mode .ed-offer-cta>p:not(.lp-kicker){margin-bottom:22px;color:var(--lp-muted);font-size:14px;line-height:1.7}.editorial-mode .ed-offer-cta .ed-affiliate{font-size:12px}.editorial-mode .ed-reading-note{display:flex;gap:12px;align-items:flex-start;padding-top:20px;margin-top:30px;border-top:1px solid var(--lp-line);font-size:12px;line-height:1.7;color:#6d7980}.editorial-mode .ed-article-header{max-width:840px;padding-block:15px 35px}.editorial-mode .ed-article-header h1{font-size:40px;line-height:1.2;text-wrap:pretty}.editorial-mode .ed-article-header .ed-description{max-width:760px;font-size:17px}.editorial-mode .ed-article-byline{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:20px;font-size:12px;color:#6d7a83}.editorial-mode .ed-reading-layout{display:grid;grid-template-columns:240px minmax(0,720px);gap:80px;border-top:1px solid var(--lp-line);padding-top:35px}.editorial-mode .ed-toc{position:sticky;align-self:start;top:110px}.editorial-mode .ed-toc h2{font-size:12px;font-weight:650;margin-bottom:18px}.editorial-mode .ed-toc button{display:none}.editorial-mode .ed-toc ol{list-style:none;padding:0;margin:0}.editorial-mode .ed-toc a{display:flex;gap:12px;padding-block:11px;font-size:13px;color:#4e6573}.editorial-mode .ed-toc a span{font-size:10px;margin-top:3px;color:#87978d}.editorial-mode .ed-prose>section{margin-bottom:35px;scroll-margin-top:105px}.editorial-mode .ed-prose .ed-section-number{color:#447960;font-size:11px;font-weight:600;margin-bottom:10px}.editorial-mode .ed-prose h2{margin-bottom:15px;font-size:25px}.editorial-mode .ed-prose p:not(.ed-reading-note,.ed-section-number){margin-top:14px;font-size:16px;line-height:1.95;color:#3f5360}.editorial-mode .ed-prose .ed-reading-note{margin-bottom:35px}.editorial-mode .ed-prose li{margin-bottom:10px}.editorial-mode .ed-prose section>ul a{color:#2058a6;text-decoration:underline}.editorial-mode .ed-prose .ed-related-link{margin-top:14px}.editorial-mode .ed-article-image{display:block;width:100%;max-height:530px;height:auto;object-fit:contain;margin-bottom:35px}.editorial-mode .ed-article-thumbnail{width:calc(100% + 48px);max-width:none;height:auto;aspect-ratio:5/3;object-fit:cover;margin:-24px -24px 24px;border-radius:7px 7px 0 0}.editorial-mode .ed-featured{display:flex;gap:38px;align-items:center;padding-block:0 30px;margin-bottom:24px;border-bottom:1px solid var(--lp-line)}.editorial-mode .ed-featured>img{width:43%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:6px}.editorial-mode .ed-featured>div{max-width:740px}.editorial-mode .ed-featured h2{font-size:30px;margin-block:14px}.editorial-mode .ed-featured p:not(.lp-kicker,.ed-date){color:var(--lp-muted);line-height:1.7}.editorial-mode .ed-featured .lp-text-link{margin-top:19px}.editorial-mode .ed-not-found{padding:60px 0 90px}.editorial-mode .ed-not-found h1{margin-block:18px}.editorial-mode .ed-not-found p:not(.lp-kicker){color:var(--lp-muted);margin-bottom:25px}.editorial-mode .ed-skeletons>div{min-height:245px;padding:24px;background:#f6f8fa;border:1px solid var(--lp-line);border-radius:8px}.editorial-mode .ed-skeletons span{display:block;height:16px;background:#e5ebef;margin-bottom:20px;border-radius:4px}.editorial-mode .ed-skeletons span:first-child{width:60%;height:35px}.editorial-mode .ed-detail-search{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.editorial-mode .ed-detail-search:focus-within{position:relative;display:flex;flex-wrap:wrap;gap:12px;align-items:center;width:min(1180px,calc(100% - 40px));height:auto;overflow:visible;clip-path:none;padding-block:18px}.editorial-mode .ed-detail-search label{font-size:13px}.editorial-mode .ed-detail-search input{min-width:0;flex:1;padding:10px 14px;border:1px solid var(--lp-line);border-radius:5px;font-size:16px}@media(max-width:1024px){.editorial-mode .ed-offer-layout{gap:35px;grid-template-columns:minmax(0,1fr) 280px}.editorial-mode .ed-reading-layout{gap:40px;grid-template-columns:210px minmax(0,1fr)}.editorial-mode .ed-comparison-table :is(td,th){padding:17px 10px}.editorial-mode .ed-comparison-table .ed-service-heading{flex-direction:column;align-items:flex-start;gap:10px}}@media(max-width:900px){.editorial-mode .ed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-mode .ed-comparison-table{display:block}.editorial-mode .ed-comparison-table thead{display:none}.editorial-mode .ed-comparison-table tbody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.editorial-mode .ed-comparison-table tr{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid var(--lp-line);border-radius:8px}.editorial-mode .ed-comparison-table th:first-child,.editorial-mode .ed-comparison-table td{display:block;width:auto;padding:0;border:none}.editorial-mode .ed-comparison-table td{margin-top:17px}.editorial-mode .ed-comparison-table td:before{display:block;content:attr(data-label);margin-bottom:5px;color:#3b525f;font-size:11px;font-weight:600}.editorial-mode .ed-comparison-table td:last-child{margin-top:auto;padding-top:22px}.editorial-mode .ed-comparison-table .ed-service-heading{flex-direction:row;align-items:center}.editorial-mode .ed-table-cta{min-height:44px}.editorial-mode .ed-related-grid{grid-template-columns:1fr;gap:0}.editorial-mode .ed-related-link+.ed-related-link{border-top:0}.editorial-mode .ed-start{gap:25px;padding:26px}.editorial-mode .ed-offer-layout{grid-template-columns:1fr}.editorial-mode .ed-offer-aside{grid-row:2}.editorial-mode .ed-offer-cta{position:static}.editorial-mode .ed-reading-layout{grid-template-columns:1fr;gap:30px}.editorial-mode .ed-toc{position:static;border-block:1px solid var(--lp-line)}.editorial-mode .ed-toc h2{display:none}.editorial-mode .ed-toc button{display:flex;align-items:center;justify-content:space-between;width:100%;padding-block:16px;font-size:14px;color:#426174}.editorial-mode .ed-toc ol{display:none;padding-bottom:12px}.editorial-mode .ed-toc.is-open ol{display:block}.editorial-mode .ed-toc.is-open button svg{transform:rotate(180deg)}.editorial-mode .ed-reading-layout{border-top:0;padding-top:0}}@media(max-width:620px){.editorial-mode main h1{font-size:29px;line-height:1.25;text-wrap:pretty}.editorial-mode .ed-description{font-size:15px}.editorial-mode .ed-breadcrumbs{padding-block:20px;font-size:11px}.editorial-mode .ed-intro{padding-bottom:24px}.editorial-mode .ed-grid,.editorial-mode .ed-comparison-table tbody{grid-template-columns:1fr;gap:16px}.editorial-mode .ed-result-bar{flex-wrap:wrap;align-items:start;gap:15px}.editorial-mode .ed-result-bar label{width:100%;justify-content:space-between}.editorial-mode .ed-result-bar select{flex:1;max-width:225px}.editorial-mode .ed-search{margin-top:20px}.editorial-mode .ed-search input{font-size:16px}.editorial-mode .ed-filters{gap:0 18px}.editorial-mode .ed-filters button{font-size:12px}.editorial-mode .ed-start{display:block;padding:24px 20px}.editorial-mode .ed-start h2{font-size:25px}.editorial-mode .ed-start>div>svg{display:none}.editorial-mode .ed-start ol{margin-top:14px}.editorial-mode .ed-start li a{gap:12px}.editorial-mode .ed-section-heading{align-items:start;flex-direction:column;gap:15px}.editorial-mode .ed-article-header{padding-block:7px 25px}.editorial-mode .ed-article-header h1{font-size:30px}.editorial-mode .ed-article-header .ed-description{font-size:16px}.editorial-mode .ed-prose h2{font-size:23px}.editorial-mode .ed-featured{flex-direction:column;gap:22px;align-items:start}.editorial-mode .ed-featured>img{width:100%}.editorial-mode .ed-featured h2{font-size:26px}.editorial-mode .ed-offer-heading{gap:14px}.editorial-mode .ed-offer-facts{gap:16px}.editorial-mode .ed-offer-facts strong{font-size:13px}}@media(prefers-reduced-motion:reduce){.editorial-mode *{scroll-behavior:auto;transition:none!important}}.editorial-mode .ed-researched-table{margin-top:22px}.editorial-mode .ed-reference-cost{display:block;color:#263d49;font-size:13px;font-weight:600}.editorial-mode .ed-researched-table .ed-cost-note{line-height:1.6}.editorial-mode .ed-researched-table .ed-risk-copy{margin-top:10px;font-size:12px}.editorial-mode .ed-sources{margin-top:14px;font-size:11px;font-weight:400;color:#576b78}.editorial-mode .ed-sources summary{cursor:pointer;min-height:36px;padding-block:8px;color:#285b8f}.editorial-mode .ed-sources ul{margin:8px 0;padding-left:16px}.editorial-mode .ed-sources li{margin-block:8px;overflow-wrap:anywhere}.editorial-mode .ed-sources a{text-decoration:underline;text-underline-offset:3px}.editorial-mode .ed-editor-pick{display:inline-block;margin-top:8px;padding:3px 6px;background:#e4f1e9;color:#2c6249;border-radius:3px;font-size:10px}.editorial-mode .ed-watch-note{display:block;margin-top:8px;color:#93613e;font-size:11px}.editorial-mode .ed-featured-row{background:#f5faf7}.landing-refresh .lp-nav-panel{max-height:calc(100dvh - 110px);overflow-y:auto}.landing-refresh .lp-mobile-menu{max-height:calc(100dvh - 82px);overflow-y:auto}.landing-refresh .directory-mode{background:#fff;padding-bottom:42px;color:var(--lp-ink)}.directory-mode :is(h1,h2,h3,p){margin:0;letter-spacing:0}.directory-mode :is(h1,h2,h3,p,a,strong){overflow-wrap:anywhere}.directory-mode :is(a,button,input,select):focus-visible{outline:3px solid var(--lp-blue);outline-offset:3px}.directory-mode :is(button,input,select){font-family:inherit}.directory-mode svg{flex-shrink:0}.directory-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;padding-block:10px 26px}.directory-mode .directory-heading h1{font-size:34px;line-height:1.22;margin-block:9px 12px;font-weight:650}.directory-heading p:not(.lp-kicker){max-width:680px;font-size:15px;line-height:1.7;color:var(--lp-muted)}.directory-heading>a{max-width:210px;font-size:12px}.landing-refresh .directory-views{display:flex;gap:26px;border-bottom:1px solid var(--lp-line)}.directory-views a{display:flex;align-items:center;min-height:48px;padding:10px 0;border-bottom:2px solid transparent;color:#61727d;font-size:13px}.directory-views a[aria-current=page]{border-color:var(--lp-blue);color:var(--lp-blue);font-weight:600}.directory-mode .ed-search{max-width:100%;margin-block:24px}.directory-layout{display:grid;grid-template-columns:224px minmax(0,1fr);gap:34px;align-items:start}.directory-mode .directory-categories h2{font-size:12px;font-weight:600;margin:10px 0 16px;color:#687a85}.directory-categories>div{display:flex;flex-direction:column;gap:5px}.directory-categories button{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px;text-align:left;border-radius:5px;color:#4e636e;font-size:12px}.directory-categories button span{margin-left:auto;font-variant-numeric:tabular-nums;color:#6e8583;font-size:11px}.directory-categories button[aria-pressed=true]{background:#edf5f0;color:#245d46;font-weight:600}.directory-categories button:hover{background:#f4f7f8}.directory-mobile-category{display:none}.directory-results{min-width:0}.directory-result-bar{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:18px}.directory-mode .directory-result-bar h2{font-size:22px;line-height:1.3;font-weight:650}.directory-result-bar p{margin-top:6px;color:#647581;font-size:12px}.directory-result-bar label{display:flex;align-items:center;gap:10px;color:#687b84;font-size:12px}.directory-mode select{min-height:44px;max-width:100%;border:1px solid var(--lp-line);border-radius:5px;background:#fff;font-size:12px;padding:8px 24px 8px 10px}.directory-compare{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:10px 14px;margin-bottom:16px;border:1px solid #d5e1ed;border-radius:5px;background:#f5f9fc;color:#265a90;font-size:13px}.directory-list{border-top:1px solid var(--lp-line)}.directory-row{display:grid;grid-template-columns:44px minmax(0,1fr) 172px 96px;gap:16px;align-items:center;padding:23px 0;border-bottom:1px solid var(--lp-line)}.directory-row:hover{background:#fafcfd}.directory-row .ed-service-logo{width:44px;height:44px}.directory-row .ed-service-logo img{width:100%;height:100%}.directory-name{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 12px}.directory-mode .directory-name h3{font-size:17px;font-weight:650;line-height:1.4}.directory-name>span{color:#5b7867;font-size:10px}.directory-project p{font-size:12px;line-height:1.7;color:#647580;margin-top:6px}.directory-cost>span{display:block;color:#6d7c87;font-size:10px;margin-bottom:5px}.directory-cost strong{display:block;font-size:12px;font-weight:550;line-height:1.65}.directory-open{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:44px;color:#285b8f;font-size:12px}.directory-mode .directory-note{display:flex;gap:9px;margin-block:18px;font-size:11px;line-height:1.8;color:#697c85}.directory-publisher{display:flex;justify-content:space-between;align-items:center;gap:26px;padding-block:30px;margin-top:36px;border-block:1px solid var(--lp-line)}.directory-mode .directory-publisher h2{font-size:22px;line-height:1.4;margin-block:9px}.directory-publisher p:not(.lp-kicker){color:#657984;font-size:13px}.directory-publisher>a{flex-shrink:0}@media(max-width:1100px){.directory-layout{grid-template-columns:196px minmax(0,1fr);gap:24px}.directory-row{grid-template-columns:44px minmax(0,1fr) 150px}.directory-open{grid-column:2 / -1;justify-content:flex-start;min-height:32px}}@media(max-width:800px){.directory-heading{align-items:start;flex-direction:column;gap:14px}.directory-heading>a{max-width:none}.directory-layout{grid-template-columns:1fr;gap:22px}.directory-categories h2,.directory-categories>div{display:none}.directory-mobile-category{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}.directory-mobile-category select{flex:1;max-width:300px}.directory-publisher{align-items:start;flex-direction:column}}@media(max-width:540px){.directory-mode .directory-heading h1{font-size:28px}.directory-heading p:not(.lp-kicker){font-size:14px}.directory-result-bar{flex-wrap:wrap;gap:12px}.directory-result-bar label{width:100%;justify-content:space-between}.directory-mode .directory-result-bar h2{font-size:21px}.directory-row{grid-template-columns:44px minmax(0,1fr);gap:12px;padding-block:22px}.directory-cost{grid-column:2}.directory-open{grid-column:2;min-height:44px}.landing-refresh .directory-views{gap:20px}.directory-views a{font-size:12px}}.editorial-mode .ed-intro-split{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:56px;align-items:end}.editorial-mode .ed-intro-split .ed-search{max-width:none}.editorial-mode .ed-hero-offer{display:flex;flex-direction:column;gap:10px;padding:20px;border:2px solid var(--lp-blue);border-radius:8px;background:linear-gradient(180deg,#f2f6ff,#fff 55%);box-shadow:0 10px 24px -14px #1f5fd455}.editorial-mode .ed-hero-offer-badge{margin:0;color:var(--lp-blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.editorial-mode .ed-hero-offer-head{display:flex;align-items:center;gap:12px}.editorial-mode .ed-hero-offer-head .ed-service-logo{width:40px;height:40px;flex:0 0 40px;border-radius:7px}.editorial-mode .ed-hero-offer-head>div{flex:1;min-width:0}.editorial-mode .ed-hero-offer-head h2{font-size:18px;line-height:1.2}.editorial-mode .ed-hero-offer-head span{color:var(--lp-muted);font-size:12.5px}.editorial-mode .ed-hero-offer-amount{display:flex;flex-direction:column;align-items:flex-end;font-size:24px;line-height:1;font-weight:750;letter-spacing:-.02em;color:var(--lp-ink)}.editorial-mode .ed-hero-offer-amount small{margin-top:3px;font-size:11px;font-weight:600;letter-spacing:0;color:var(--lp-muted)}.editorial-mode .ed-hero-offer-text{margin:0;color:#3e4952;font-size:13.5px;line-height:1.55}.editorial-mode .ed-hero-offer-cta{display:flex;justify-content:center;align-items:center;gap:8px;min-height:44px;border-radius:6px;background:var(--lp-blue);color:#fff;font-size:14.5px;font-weight:650;transition:filter .15s,transform .15s}.editorial-mode .ed-hero-offer-cta:hover{filter:brightness(1.08);transform:translateY(-1px)}.editorial-mode .ed-hero-offer-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.editorial-mode .ed-hero-offer-foot a{display:inline-flex;align-items:center;gap:5px;color:var(--lp-blue)}.editorial-mode .ed-hero-offer-foot small{color:var(--lp-muted);font-size:11px}@media(max-width:1000px){.editorial-mode .ed-intro-split{grid-template-columns:minmax(0,1fr);gap:24px}.editorial-mode .ed-intro-aside{max-width:460px}}.editorial-mode .ed-offer-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-top:20px}.editorial-mode .ed-offer-secondary{display:inline-flex;align-items:center;gap:6px;color:var(--lp-blue);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.editorial-mode .ed-legal{max-width:820px;padding-top:10px;padding-bottom:40px}.editorial-mode .ed-legal p{color:#3e4952;line-height:1.75;margin-top:10px}.editorial-mode .ed-hero-offer-text{font-size:13px;color:var(--lp-muted)}.editorial-mode .ed-hero-offer-foot{margin-top:auto;padding-top:6px}.editorial-mode .ed-hero-offer-cta{margin-top:4px}.editorial-mode .ed-parcours{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:32px;margin:8px 0 36px;padding:28px;border:1px solid #dfe7ee;border-radius:16px;background:linear-gradient(180deg,#f5f8fd,#fff 60%)}.editorial-mode .ed-parcours-intro{display:flex;flex-direction:column;gap:12px;align-self:start;position:sticky;top:110px}.editorial-mode .ed-parcours-intro h2{font-size:26px;line-height:1.2}.editorial-mode .ed-parcours-intro p:not(.lp-kicker){color:#3e4952;font-size:14px;line-height:1.6}.editorial-mode .ed-parcours-intro .lp-button{align-self:flex-start}.editorial-mode .ed-parcours ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.editorial-mode .ed-parcours li a{display:flex;align-items:center;gap:12px;height:100%;padding:12px 14px;border:1px solid #e6edf2;border-radius:10px;background:#fff;transition:border-color .15s,transform .15s,box-shadow .15s}.editorial-mode .ed-parcours li a:hover{border-color:var(--lp-blue);transform:translateY(-1px);box-shadow:0 6px 16px -10px #1f5fd455}.editorial-mode .ed-parcours li a>span:nth-child(2){flex:1;min-width:0}.editorial-mode .ed-parcours strong{display:block;font-size:14px;line-height:1.35;color:var(--lp-ink)}.editorial-mode .ed-parcours small{display:block;margin-top:3px;color:var(--lp-muted);font-size:11.5px}.editorial-mode .ed-parcours .ed-step{flex:0 0 34px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef3fb;color:var(--lp-blue);font-weight:800;font-size:13px}.editorial-mode .ed-parcours li a svg{flex:0 0 auto;color:#8a969f}.editorial-mode .ed-level-filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0 4px;font-size:12.5px;color:var(--lp-muted)}.editorial-mode .ed-level-filter button{min-height:34px;padding:0 12px;border:1px solid #d6e0e8;border-radius:999px;background:#fff;color:#3e4952;font-size:12.5px}.editorial-mode .ed-level-filter button[aria-pressed=true]{border-color:var(--lp-blue);background:var(--lp-blue);color:#fff}.editorial-mode .ed-card-step{padding:2px 8px;border-radius:999px;background:#eef3fb;color:var(--lp-blue);font-size:11px;font-weight:700}.editorial-mode .ed-prose h3{margin:26px 0 8px;font-size:18px}.editorial-mode .ed-prose code{padding:1px 6px;border-radius:4px;background:#eef2f6;font-size:.9em}.editorial-mode .ed-prose a svg{display:inline;vertical-align:-1px;margin-left:2px}.editorial-mode .ed-callout{margin:20px 0;padding:16px 18px;border-radius:10px;border-left:4px solid var(--lp-blue);background:#f2f6ff}.editorial-mode .ed-callout strong{display:block;margin-bottom:4px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--lp-blue)}.editorial-mode .ed-callout p{margin:0}.editorial-mode .ed-callout-key{border-left-color:#1f7a3a;background:#effaf3}.editorial-mode .ed-callout-key strong{color:#1f7a3a}.editorial-mode .ed-callout-warning{border-left-color:#c2410c;background:#fff5ed}.editorial-mode .ed-callout-warning strong{color:#c2410c}.editorial-mode .ed-table-wrap{margin:20px 0;overflow-x:auto;border:1px solid #e1e8ef;border-radius:12px}.editorial-mode .ed-md-table{width:100%;min-width:560px;border-collapse:collapse;font-size:14px}.editorial-mode .ed-md-table th,.editorial-mode .ed-md-table td{padding:12px 14px;border-bottom:1px solid #eef2f5;text-align:left;vertical-align:top;line-height:1.5}.editorial-mode .ed-md-table thead th{background:#f5f8fb;color:#5c6d7a;font-size:11.5px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.editorial-mode .ed-md-table tbody th{font-weight:650;color:var(--lp-ink)}.editorial-mode .ed-md-table tbody tr:last-child>*{border-bottom:0}.editorial-mode .ed-article-card{border-radius:14px;transition:transform .2s,box-shadow .2s,border-color .2s}.editorial-mode .ed-article-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -18px #16202833}@media(max-width:900px){.editorial-mode .ed-parcours{grid-template-columns:minmax(0,1fr);padding:20px}.editorial-mode .ed-parcours-intro{position:static}}@media(max-width:600px){.editorial-mode .ed-parcours ol{grid-template-columns:minmax(0,1fr)}}.editorial-mode .ed-reading-layout>*,.editorial-mode .ed-prose{min-width:0;max-width:100%}.editorial-mode .ed-news-method{display:flex;gap:8px;align-items:flex-start;margin:6px 0 18px;padding:12px 14px;border-radius:10px;background:#eef3fb;color:#1c3f6e;font-size:13.5px;line-height:1.5}.editorial-mode .ed-news-method svg{flex:0 0 auto;margin-top:2px}.editorial-mode .ed-news-featured{border-radius:16px;overflow:hidden}.editorial-mode .ed-news-visual,.editorial-mode .ed-news-band{position:relative;display:flex;align-items:flex-end;overflow:hidden;color:#fff;font-weight:800;letter-spacing:-.01em;background:linear-gradient(135deg,var(--t1,#2f7ae0),var(--t2,#0d2e63))}.editorial-mode .ed-news-visual{min-height:280px;padding:28px;font-size:34px;border-radius:12px}.editorial-mode .ed-news-visual:after,.editorial-mode .ed-news-band:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(circle at 110% 120%,transparent 0 22px,#ffffff12 22px 23px)}.editorial-mode .ed-news-band{margin:-24px -24px 16px;padding:14px 20px;min-height:92px;font-size:18px;border-radius:14px 14px 0 0}.editorial-mode .ed-topic-bitcoin{--t1:#f7a531;--t2:#b45309}.editorial-mode .ed-topic-ethereum{--t1:#8a93f5;--t2:#3a3f8f}.editorial-mode .ed-topic-solana{--t1:#14f195;--t2:#7b3fe4}.editorial-mode .ed-topic-monero{--t1:#f26822;--t2:#4c4c4c}.editorial-mode .ed-topic-base{--t1:#3b82f6;--t2:#0033aa}.editorial-mode .ed-topic-defi{--t1:#34d399;--t2:#065f46}.editorial-mode .ed-topic-airdrops{--t1:#c084fc;--t2:#6b21a8}.editorial-mode .ed-topic-securite{--t1:#f87171;--t2:#7f1d1d}.editorial-mode .ed-topic-marche{--t1:#60a5fa;--t2:#1e3a8a}.editorial-mode .gd-hero{background:radial-gradient(900px 320px at 85% 0%,#dfe9ff 0%,transparent 60%),linear-gradient(180deg,#f3f7fc,#fff);border-bottom:1px solid #e6edf2;padding-bottom:40px}.editorial-mode .gd-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:48px;align-items:end;padding-top:4px}.editorial-mode .gd-hero h1{font-size:44px;line-height:1.1;letter-spacing:-.02em;margin-top:10px;max-width:640px}.editorial-mode .gd-hero h1 span{color:var(--lp-blue)}.editorial-mode .gd-hero-copy{margin-top:16px;max-width:560px;color:#4a5b67;font-size:17px;line-height:1.6}.editorial-mode .gd-search{display:flex;align-items:center;gap:10px;max-width:560px;min-height:54px;margin-top:26px;padding:0 8px 0 16px;border:1px solid #cfdbe3;border-radius:12px;background:#fff;color:#6b7e89;box-shadow:0 8px 24px -16px #16202855}.editorial-mode .gd-search:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 4px #1f5fd41a}.editorial-mode .gd-search input{flex:1;min-width:0;border:0;background:transparent;font-size:16px;color:var(--lp-ink);padding:12px 0}.editorial-mode .gd-search input:focus-visible{outline:none}.editorial-mode .gd-search input::-webkit-search-cancel-button{display:none}.editorial-mode .gd-search button{display:grid;place-items:center;width:40px;height:40px}.editorial-mode .gd-stats{display:grid;gap:10px;margin:0}.editorial-mode .gd-stats div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:14px 18px;border:1px solid #e1e8ef;border-radius:12px;background:#fffc}.editorial-mode .gd-stats dt{color:var(--lp-muted);font-size:13px}.editorial-mode .gd-stats dd{margin:0;font-size:24px;font-weight:750;color:var(--lp-ink);font-variant-numeric:tabular-nums}.editorial-mode .gd-body{display:grid;gap:56px;padding-top:44px}.editorial-mode .gd-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.editorial-mode .gd-section-head .lp-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px}.editorial-mode .gd-section-head h2{font-size:28px;letter-spacing:-.01em}.editorial-mode .gd-section-head p:not(.lp-kicker){margin-top:6px;color:var(--lp-muted);font-size:14px}.editorial-mode .gd-section-head>a{flex-shrink:0}.editorial-mode .gd-phases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;counter-reset:phase}.editorial-mode .gd-phase{display:flex;flex-direction:column;padding:20px;border:1px solid #e1e8ef;border-radius:16px;background:#fff;box-shadow:0 10px 30px -24px #16202855}.editorial-mode .gd-phase header{display:flex;gap:12px;align-items:flex-start;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid #eef2f5}.editorial-mode .gd-phase-num{flex:0 0 36px;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--lp-blue);color:#fff;font-weight:800}.editorial-mode .gd-phase:nth-child(2) .gd-phase-num{background:#1f7a3a}.editorial-mode .gd-phase:nth-child(3) .gd-phase-num{background:#7c3aed}.editorial-mode .gd-phase h3{font-size:18px}.editorial-mode .gd-phase header p{margin-top:4px;color:var(--lp-muted);font-size:13px;line-height:1.5}.editorial-mode .gd-phase ol{margin:0;padding:0;list-style:none}.editorial-mode .gd-phase li a{display:flex;align-items:center;gap:12px;padding:10px 8px;margin:0 -8px;border-radius:10px;transition:background .15s}.editorial-mode .gd-phase li a:hover{background:#f3f7fd}.editorial-mode .gd-phase li a>svg{color:#9aa7b1;flex:0 0 auto}.editorial-mode .gd-phase li a:hover>svg{color:var(--lp-blue)}.editorial-mode .gd-step{flex:0 0 30px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eef3fb;color:var(--lp-blue);font-size:12px;font-weight:800}.editorial-mode .gd-step-text{flex:1;min-width:0}.editorial-mode .gd-step-text strong{display:block;font-size:14px;line-height:1.35;color:var(--lp-ink);font-weight:600}.editorial-mode .gd-step-text small{display:block;margin-top:2px;color:var(--lp-muted);font-size:12px}.editorial-mode .gd-tone-blue{--gd:#1f5fd4;--gd-bg:#eef3fd}.editorial-mode .gd-tone-green{--gd:#1f7a3a;--gd-bg:#eaf6ee}.editorial-mode .gd-tone-red{--gd:#c2410c;--gd-bg:#fff1e8}.editorial-mode .gd-tone-violet{--gd:#6d28d9;--gd-bg:#f2edfd}.editorial-mode .gd-tone-amber{--gd:#b45309;--gd-bg:#fdf4e3}.editorial-mode .gd-tone-teal{--gd:#0f766e;--gd-bg:#e6f6f4}.editorial-mode .gd-tone-slate{--gd:#475569;--gd-bg:#eef1f5}.editorial-mode .gd-tone-pink{--gd:#be185d;--gd-bg:#fdecf4}.editorial-mode .gd-tone-indigo{--gd:#4338ca;--gd-bg:#eef0fd}.editorial-mode .gd-tile-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:var(--gd-bg);color:var(--gd)}.editorial-mode .gd-theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.editorial-mode .gd-theme{display:flex;align-items:center;gap:14px;padding:16px;text-align:left;border:1px solid #e1e8ef;border-radius:14px;background:#fff;transition:border-color .15s,transform .15s,box-shadow .15s}.editorial-mode .gd-theme:hover{border-color:var(--gd);transform:translateY(-2px);box-shadow:0 12px 24px -18px #16202866}.editorial-mode .gd-theme-text{flex:1;min-width:0}.editorial-mode .gd-theme-text strong{display:block;font-size:15px;color:var(--lp-ink)}.editorial-mode .gd-theme-text small{display:block;margin-top:3px;color:var(--lp-muted);font-size:12.5px;line-height:1.45}.editorial-mode .gd-theme-count{min-width:28px;padding:3px 8px;border-radius:999px;background:var(--gd-bg);color:var(--gd);font-size:12px;font-weight:700;text-align:center}.editorial-mode .gd-filters{display:grid;gap:10px;margin-bottom:22px}.editorial-mode .gd-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.editorial-mode .gd-chips>span{margin-right:4px;color:var(--lp-muted);font-size:12.5px}.editorial-mode .gd-chips button{min-height:36px;padding:0 14px;border:1px solid #d6e0e8;border-radius:999px;background:#fff;color:#3e4952;font-size:13px;font-weight:550;transition:border-color .15s,background .15s}.editorial-mode .gd-chips button:hover{border-color:var(--lp-blue)}.editorial-mode .gd-chips button[aria-pressed=true]{border-color:var(--lp-ink);background:var(--lp-ink);color:#fff}.editorial-mode .gd-chips-level button[aria-pressed=true]{border-color:var(--lp-blue);background:var(--lp-blue)}.editorial-mode .gd-reset{margin-left:12px;color:var(--lp-blue);font-size:13px;text-decoration:underline;text-underline-offset:3px}.editorial-mode .gd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.editorial-mode .gd-tile{position:relative;display:flex;flex-direction:column;gap:10px;min-width:0;padding:20px;border:1px solid #e1e8ef;border-radius:16px;background:#fff;color:inherit;overflow:hidden;transition:border-color .15s,transform .15s,box-shadow .15s}.editorial-mode .gd-tile:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--gd);opacity:.85}.editorial-mode .gd-tile:hover{border-color:var(--gd);transform:translateY(-3px);box-shadow:0 16px 32px -20px #16202866;color:inherit}.editorial-mode .gd-tile-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.editorial-mode .gd-tile-top .ed-service-logo{width:42px;height:42px;flex-basis:42px;border-radius:11px}.editorial-mode .gd-tile-step{padding:3px 9px;border-radius:999px;background:var(--gd-bg);color:var(--gd);font-size:11.5px;font-weight:700}.editorial-mode .gd-tile strong{font-size:17px;line-height:1.3;color:var(--lp-ink)}.editorial-mode .gd-tile:hover strong{color:var(--gd)}.editorial-mode .gd-tile-excerpt{color:var(--lp-muted);font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.editorial-mode .gd-tile-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:auto;padding-top:12px;border-top:1px solid #eef2f5;color:#6a7882;font-size:12px}.editorial-mode .gd-tile-meta span{display:inline-flex;align-items:center;gap:4px}.editorial-mode .gd-tile-meta span:first-child{color:var(--gd);font-weight:650}.editorial-mode .gd-grid-compact .gd-tile-excerpt{-webkit-line-clamp:2}.editorial-mode .gd-empty{padding:40px 20px;text-align:center;border:1px dashed #d6e0e8;border-radius:16px}.editorial-mode .gd-empty p{margin:8px 0 18px;color:var(--lp-muted)}@media(max-width:1000px){.editorial-mode .gd-hero-grid{grid-template-columns:minmax(0,1fr);gap:24px}.editorial-mode .gd-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-mode .gd-stats div{flex-direction:column-reverse;align-items:flex-start;gap:2px}.editorial-mode .gd-phases{grid-template-columns:minmax(0,1fr)}.editorial-mode .gd-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.editorial-mode .gd-hero h1{font-size:32px}.editorial-mode .gd-hero-copy{font-size:15.5px}.editorial-mode .gd-stats dd{font-size:20px}.editorial-mode .gd-stats div{padding:10px 12px}.editorial-mode .gd-body{gap:44px;padding-top:32px}.editorial-mode .gd-section-head{flex-direction:column;align-items:flex-start;gap:12px}.editorial-mode .gd-section-head h2{font-size:24px}.editorial-mode .gd-grid{grid-template-columns:minmax(0,1fr)}.editorial-mode .gd-chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.editorial-mode .gd-chips button{flex:0 0 auto}}.gd-progress{position:fixed;top:0;left:0;right:0;z-index:60;height:3px;pointer-events:none}.gd-progress span{display:block;height:100%;background:var(--lp-blue);transform-origin:0 50%;transform:scaleX(0);transition:transform .1s linear}.editorial-mode .gd-stepnav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:10px 0 30px}.editorial-mode .gd-stepnav a{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border:1px solid #e1e8ef;border-radius:14px;background:#fff;transition:border-color .15s,box-shadow .15s}.editorial-mode .gd-stepnav a:hover{border-color:var(--lp-blue);box-shadow:0 10px 24px -18px #1f5fd466}.editorial-mode .gd-stepnav small{color:var(--lp-muted);font-size:12px;font-weight:600}.editorial-mode .gd-stepnav strong{color:var(--lp-ink);font-size:15px;line-height:1.35}.editorial-mode .gd-stepnav-next{text-align:right;align-items:flex-end;border-color:#cfdcf5!important;background:#f5f8ff!important}@media(max-width:620px){.editorial-mode .gd-stepnav{grid-template-columns:minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.gd-progress span{transition:none}}.editorial-mode .gd-theme-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.editorial-mode .gd-theme{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon . count" "text text text";align-items:start;row-gap:12px}.editorial-mode .gd-theme .gd-tile-icon{grid-area:icon}.editorial-mode .gd-theme-count{grid-area:count}.editorial-mode .gd-theme-text{grid-area:text}@media(max-width:620px){.editorial-mode .gd-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.editorial-mode .gd-theme{padding:14px}.editorial-mode .gd-theme-text small{display:none}}@media(max-width:620px){.editorial-mode .gd-theme{grid-template-areas:"icon text count";align-items:center;column-gap:10px;padding:12px}.editorial-mode .gd-theme .gd-tile-icon{width:34px;height:34px;flex-basis:34px;border-radius:9px}.editorial-mode .gd-theme-text strong{font-size:13.5px}}@media(max-width:620px){.editorial-mode .gd-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.editorial-mode .gd-grid-compact .gd-tile{padding:14px}.editorial-mode .gd-grid-compact .gd-tile-excerpt{display:none}.editorial-mode .gd-grid-compact .gd-tile strong{font-size:14.5px}.editorial-mode .gd-grid-compact .gd-tile-meta span:first-child{display:none}}.editorial-mode .gx-hero{padding-bottom:56px;border-bottom:1px solid #eef2f5;background:linear-gradient(180deg,#f5f8fc,#fff)}.editorial-mode .gx-eyebrow{display:inline-block;margin-top:8px;padding:5px 12px;border-radius:999px;background:#e8f0ff;color:var(--lp-blue);font-size:12.5px;font-weight:700;letter-spacing:.02em}.editorial-mode .gx-hero h1{max-width:760px;margin-top:18px;font-size:52px;line-height:1.06;font-weight:750;letter-spacing:-.03em}.editorial-mode .gx-hero h1 em{font-style:normal;color:var(--lp-blue)}.editorial-mode .gx-lead{max-width:600px;margin-top:18px;color:#4a5b67;font-size:18px;line-height:1.6}.editorial-mode .gx-promises{display:flex;flex-wrap:wrap;gap:8px 22px;margin:22px 0 0;padding:0;list-style:none;color:#2b3a45;font-size:14px;font-weight:600}.editorial-mode .gx-promises li{display:inline-flex;align-items:center;gap:6px}.editorial-mode .gx-promises svg{color:#1f7a3a}.editorial-mode .gx-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px}.editorial-mode .gx-search{display:flex;align-items:center;gap:8px;flex:0 1 340px;min-height:48px;padding:0 6px 0 14px;border:1px solid #d6e0e8;border-radius:10px;background:#fff;color:#7a8a95}.editorial-mode .gx-search:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 4px #1f5fd41a}.editorial-mode .gx-search input{flex:1;min-width:0;padding:10px 0;border:0;background:transparent;font-size:15px;color:var(--lp-ink)}.editorial-mode .gx-search input:focus-visible{outline:none}.editorial-mode .gx-search input::-webkit-search-cancel-button{display:none}.editorial-mode .gx-search button{display:grid;place-items:center;width:36px;height:36px}.editorial-mode .gx-body{display:grid;gap:72px;padding-top:56px}.editorial-mode .gx-head{margin-bottom:24px}.editorial-mode .gx-head h2{font-size:30px;font-weight:700;letter-spacing:-.02em}.editorial-mode .gx-head p{margin-top:6px;color:var(--lp-muted);font-size:15px}.editorial-mode .gx-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.editorial-mode .gx-link{display:inline-flex;align-items:center;gap:4px;color:var(--lp-blue);font-size:14px;font-weight:600;white-space:nowrap}.editorial-mode .gx-reset{margin-top:6px;color:var(--lp-blue);font-size:14px;text-decoration:underline;text-underline-offset:3px}.editorial-mode .gx-phases{display:grid;gap:0;border:1px solid #e3e9ef;border-radius:18px;background:#fff;overflow:hidden}.editorial-mode .gx-phase{display:grid;grid-template-columns:280px minmax(0,1fr)}.editorial-mode .gx-phase+.gx-phase{border-top:1px solid #eef2f5}.editorial-mode .gx-phase-label{display:flex;gap:14px;align-items:flex-start;padding:26px 24px;background:#fafbfd;border-right:1px solid #eef2f5}.editorial-mode .gx-phase-label>span{flex:0 0 40px;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--lp-ink);color:#fff;font-size:18px;font-weight:800}.editorial-mode .gx-phase:first-child .gx-phase-label>span{background:var(--lp-blue)}.editorial-mode .gx-phase-label h3{font-size:17px;font-weight:700}.editorial-mode .gx-phase-label p{margin-top:4px;color:var(--lp-muted);font-size:13.5px;line-height:1.5}.editorial-mode .gx-phase ol{margin:0;padding:10px 14px;list-style:none}.editorial-mode .gx-phase li a{display:flex;align-items:center;gap:14px;min-height:52px;padding:8px 12px;border-radius:10px;color:var(--lp-ink);transition:background .15s}.editorial-mode .gx-phase li a:hover{background:#f3f7fd;color:var(--lp-ink)}.editorial-mode .gx-phase li+li a{border-top:1px solid #f1f4f7;border-radius:0}.editorial-mode .gx-phase li a:hover,.editorial-mode .gx-phase li:hover+li a{border-top-color:transparent}.editorial-mode .gx-num{flex:0 0 28px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1.5px solid #d3dde6;color:#51626e;font-size:12.5px;font-weight:700}.editorial-mode .gx-phase li a:hover .gx-num{border-color:var(--lp-blue);background:var(--lp-blue);color:#fff}.editorial-mode .gx-step-title{flex:1;min-width:0;font-size:15px;font-weight:600;line-height:1.35}.editorial-mode .gx-step-time{flex:0 0 auto;color:#8a97a1;font-size:13px}.editorial-mode .gx-phase li a>svg{color:#b3bec6;transition:transform .15s,color .15s}.editorial-mode .gx-phase li a:hover>svg{color:var(--lp-blue);transform:translate(2px)}.editorial-mode .gx-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.editorial-mode .gx-chips button{min-height:36px;padding:0 14px;border:1px solid #dce4eb;border-radius:999px;background:#fff;color:#44535e;font-size:13.5px;font-weight:550;transition:border-color .15s}.editorial-mode .gx-chips button:hover{border-color:#9fb1c0}.editorial-mode .gx-chips button[aria-pressed=true]{border-color:var(--lp-ink);background:var(--lp-ink);color:#fff}.editorial-mode .gx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.editorial-mode .gx-card{display:flex;flex-direction:column;gap:10px;min-width:0;padding:22px;border:1px solid #e3e9ef;border-radius:14px;background:#fff;color:var(--lp-ink);transition:border-color .15s,box-shadow .15s}.editorial-mode .gx-card:hover{border-color:#b9c9d8;box-shadow:0 14px 30px -22px #16202866;color:var(--lp-ink)}.editorial-mode .gx-card-top{display:flex;justify-content:space-between;gap:8px;color:#6a7882;font-size:12.5px;font-weight:600}.editorial-mode .gx-card-step{color:var(--lp-blue)}.editorial-mode .gx-card strong{font-size:17px;line-height:1.35;font-weight:700}.editorial-mode .gx-card:hover strong{color:var(--lp-blue)}.editorial-mode .gx-card-excerpt{color:var(--lp-muted);font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editorial-mode .gx-card-meta{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px;color:#8a97a1;font-size:12.5px}.editorial-mode .gx-card-meta svg{margin-left:auto;color:#b3bec6;transition:transform .15s,color .15s}.editorial-mode .gx-card:hover .gx-card-meta svg{color:var(--lp-blue);transform:translate(2px)}.editorial-mode .gx-empty{padding:40px 20px;text-align:center;border:1px dashed #d6e0e8;border-radius:14px;color:var(--lp-muted)}.editorial-mode .gx-empty p{margin-bottom:16px}.editorial-mode .gx-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.editorial-mode .gx-list a{display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 14px;border:1px solid #e3e9ef;border-radius:12px;background:#fff;color:var(--lp-ink);font-size:15px;font-weight:600;transition:border-color .15s}.editorial-mode .gx-list a:hover{border-color:#b9c9d8;color:var(--lp-ink)}.editorial-mode .gx-list a>span:nth-last-child(2){flex:1;min-width:0}.editorial-mode .gx-list .ed-service-logo{width:40px;height:40px;flex:0 0 40px;border-radius:10px}.editorial-mode .gx-list-dot{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:#eef2f6;color:#51626e;font-weight:800}.editorial-mode .gx-list a>svg{color:#b3bec6}.editorial-mode .gx-list a:hover>svg{color:var(--lp-blue)}.editorial-mode .gx-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:32px 36px;border-radius:18px;background:var(--lp-ink);color:#fff}.editorial-mode .gx-cta h2{font-size:24px;color:#fff}.editorial-mode .gx-cta p{margin-top:6px;color:#c3ced6;font-size:15px}.editorial-mode .gx-cta .lp-button{flex-shrink:0;background:#fff;color:var(--lp-ink)}.editorial-mode .gx-cta .lp-button:hover{color:var(--lp-ink)}@media(max-width:980px){.editorial-mode .gx-phase{grid-template-columns:minmax(0,1fr)}.editorial-mode .gx-phase-label{border-right:0;border-bottom:1px solid #eef2f5;padding:18px 20px}.editorial-mode .gx-grid,.editorial-mode .gx-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.editorial-mode .gx-hero{padding-bottom:40px}.editorial-mode .gx-hero h1{font-size:36px}.editorial-mode .gx-lead{font-size:16px}.editorial-mode .gx-promises{font-size:13px;gap:8px 16px}.editorial-mode .gx-hero-actions{flex-direction:column;align-items:stretch}.editorial-mode .gx-hero-actions .lp-button{justify-content:center}.editorial-mode .gx-search{flex-basis:auto}.editorial-mode .gx-body{gap:52px;padding-top:40px}.editorial-mode .gx-head h2{font-size:25px}.editorial-mode .gx-head-row{flex-direction:column;align-items:flex-start}.editorial-mode .gx-phase ol{padding:6px 8px}.editorial-mode .gx-step-time{display:none}.editorial-mode .gx-grid,.editorial-mode .gx-list{grid-template-columns:minmax(0,1fr)}.editorial-mode .gx-chips{flex-wrap:nowrap;overflow-x:auto;margin-inline:-20px;padding-inline:20px;scrollbar-width:none}.editorial-mode .gx-chips button{flex:0 0 auto}.editorial-mode .gx-cta{flex-direction:column;align-items:flex-start;padding:26px 22px}}.editorial-mode .gx-body>*,.editorial-mode .gx-phase>*{min-width:0}.editorial-mode .ed-article-newsletter{margin:36px 0 10px}.editorial-mode .ed-article-newsletter .nl-card{grid-template-columns:minmax(0,1fr);gap:16px}.editorial-mode .ed-intro-aside .nl-inline{max-width:380px;margin-left:auto}.editorial-mode .nx-hero{padding-bottom:28px;background:linear-gradient(180deg,#f5f8fc,#fff);border-bottom:1px solid #eef2f5}.editorial-mode .nx-hero-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.editorial-mode .nx-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-top:6px;color:var(--lp-blue);font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.editorial-mode .nx-live{width:8px;height:8px;border-radius:50%;background:#e0342b;box-shadow:0 0 #e0342b66;animation:nx-pulse 2s infinite}@keyframes nx-pulse{0%{box-shadow:0 0 #e0342b66}70%{box-shadow:0 0 0 8px #e0342b00}to{box-shadow:0 0 #e0342b00}}.editorial-mode .nx-hero h1{max-width:700px;margin-top:12px;font-size:46px;line-height:1.08;font-weight:750;letter-spacing:-.03em}.editorial-mode .nx-hero h1 em{font-style:normal;color:var(--lp-blue)}.editorial-mode .nx-trust{display:flex;flex-wrap:wrap;gap:8px 20px;margin:18px 0 0;padding:0;list-style:none;color:#3e4952;font-size:13.5px;font-weight:600}.editorial-mode .nx-trust li{display:inline-flex;align-items:center;gap:6px}.editorial-mode .nx-trust svg{color:#1f7a3a}.editorial-mode .nx-search{display:flex;align-items:center;gap:8px;flex:0 0 300px;min-height:46px;padding:0 6px 0 14px;border:1px solid #d6e0e8;border-radius:10px;background:#fff;color:#7a8a95}.editorial-mode .nx-search:focus-within{border-color:var(--lp-blue);box-shadow:0 0 0 4px #1f5fd41a}.editorial-mode .nx-search input{flex:1;min-width:0;padding:10px 0;border:0;background:transparent;font-size:15px;color:var(--lp-ink)}.editorial-mode .nx-search input:focus-visible{outline:none}.editorial-mode .nx-search input::-webkit-search-cancel-button{display:none}.editorial-mode .nx-search button{display:grid;place-items:center;width:34px;height:34px}.editorial-mode .nx-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.editorial-mode .nx-chips button{min-height:34px;padding:0 14px;border:1px solid #dce4eb;border-radius:999px;background:#fff;color:#44535e;font-size:13.5px;font-weight:550}.editorial-mode .nx-chips button[aria-pressed=true]{border-color:var(--lp-ink);background:var(--lp-ink);color:#fff}.editorial-mode .nx-body{display:grid;gap:56px;padding-top:40px}.editorial-mode .nx-body>*{min-width:0}.editorial-mode .nx-h2{margin-bottom:20px;font-size:26px;font-weight:700;letter-spacing:-.02em}.editorial-mode .nx-visual{position:relative;display:flex;align-items:flex-end;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:14px;padding:18px;color:#fff;font-size:20px;font-weight:800;letter-spacing:-.01em;object-fit:cover;background:linear-gradient(135deg,var(--t1,#2f7ae0),var(--t2,#0d2e63))}.editorial-mode span.nx-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(420px 220px at 110% -10%,#ffffff40,transparent 60%),repeating-radial-gradient(circle at 115% 125%,transparent 0 26px,#ffffff14 26px 27px)}.editorial-mode span.nx-visual:after{content:"";position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;border:22px solid #ffffff1c}.editorial-mode .nx-visual>span{position:relative;z-index:1;text-shadow:0 2px 12px #0003}.editorial-mode .nx-visual-lg{aspect-ratio:auto;min-height:360px;height:100%;border-radius:18px;padding:28px;font-size:40px}.editorial-mode .nx-featured{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:36px;align-items:stretch;color:var(--lp-ink)}.editorial-mode .nx-featured:hover{color:var(--lp-ink)}.editorial-mode .nx-featured-body{display:flex;flex-direction:column;justify-content:center;gap:14px;min-width:0;padding:8px 0}.editorial-mode .nx-featured strong{font-size:36px;line-height:1.15;font-weight:750;letter-spacing:-.02em;transition:color .15s}.editorial-mode .nx-featured:hover strong{color:var(--lp-blue)}.editorial-mode .nx-featured-excerpt{color:#4a5b67;font-size:18px;line-height:1.6}.editorial-mode .nx-featured .nx-visual-lg{transition:transform .3s}.editorial-mode .nx-featured:hover .nx-visual-lg{transform:scale(1.01)}.editorial-mode .nx-read{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;margin-top:6px;padding:12px 20px;border-radius:10px;background:var(--lp-blue);color:#fff;font-size:15px;font-weight:650;transition:gap .15s,filter .15s}.editorial-mode .nx-featured:hover .nx-read{gap:12px;filter:brightness(1.08)}.editorial-mode .nx-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.editorial-mode .nx-cat{color:var(--lp-blue);font-size:12.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.editorial-mode .nx-new{padding:2px 8px;border-radius:999px;background:#fdecea;color:#c2261d;font-size:11px;font-weight:700}.editorial-mode .nx-foot{display:flex;flex-wrap:wrap;gap:6px 16px;color:#7a8a95;font-size:13px}.editorial-mode .nx-foot span{display:inline-flex;align-items:center;gap:5px}.editorial-mode .nx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.editorial-mode .nx-card{display:flex;flex-direction:column;gap:14px;min-width:0;color:var(--lp-ink)}.editorial-mode .nx-card:hover{color:var(--lp-ink)}.editorial-mode .nx-card .nx-visual{transition:transform .25s}.editorial-mode .nx-card:hover .nx-visual{transform:translateY(-3px)}.editorial-mode .nx-card-body{display:flex;flex-direction:column;gap:8px}.editorial-mode .nx-card strong{font-size:19px;line-height:1.3;font-weight:700}.editorial-mode .nx-card:hover strong{color:var(--lp-blue)}.editorial-mode .nx-excerpt{color:var(--lp-muted);font-size:14.5px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editorial-mode .nx-learn{padding:28px;border:1px solid #e3e9ef;border-radius:18px;background:#fafbfd}.editorial-mode .nx-learn-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.editorial-mode .nx-learn-head .nx-h2{margin-bottom:16px}.editorial-mode .nx-eyebrow-sm{margin-bottom:6px;color:#36755f;font-size:12.5px;font-weight:700}.editorial-mode .nx-link{display:inline-flex;align-items:center;gap:4px;margin-bottom:18px;color:var(--lp-blue);font-size:14px;font-weight:600;white-space:nowrap}.editorial-mode .nx-learn-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.editorial-mode .nx-learn-list a{display:flex;align-items:center;gap:12px;min-height:58px;padding:10px 14px;border:1px solid #e3e9ef;border-radius:12px;background:#fff;color:var(--lp-ink);transition:border-color .15s}.editorial-mode .nx-learn-list a:hover{border-color:var(--lp-blue);color:var(--lp-ink)}.editorial-mode .nx-num{flex:0 0 28px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef3fb;color:var(--lp-blue);font-size:12.5px;font-weight:800}.editorial-mode .nx-learn-title{flex:1;min-width:0;font-size:14.5px;font-weight:600;line-height:1.35}.editorial-mode .nx-learn-time{color:#8a97a1;font-size:12.5px}.editorial-mode .nx-learn-list svg{color:#b3bec6}.editorial-mode .nx-method{display:flex;gap:8px;align-items:flex-start;margin:0;color:#6a7882;font-size:13px;line-height:1.55}.editorial-mode .nx-method svg{flex:0 0 auto;margin-top:2px;color:#1f7a3a}.editorial-mode .nx-empty{padding:48px 20px;text-align:center;border:1px dashed #d6e0e8;border-radius:16px;color:var(--lp-muted)}.editorial-mode .nx-empty p{margin-bottom:14px}@media(max-width:980px){.editorial-mode .nx-hero-row{flex-direction:column;align-items:stretch}.editorial-mode .nx-search{flex-basis:auto}.editorial-mode .nx-featured{grid-template-columns:minmax(0,1fr);gap:20px}.editorial-mode .nx-visual-lg{min-height:240px;font-size:30px}.editorial-mode .nx-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.editorial-mode .nx-hero h1{font-size:32px}.editorial-mode .nx-featured strong{font-size:26px}.editorial-mode .nx-featured-excerpt{font-size:16px}.editorial-mode .nx-grid,.editorial-mode .nx-learn-list{grid-template-columns:minmax(0,1fr)}.editorial-mode .nx-learn{padding:20px 16px}.editorial-mode .nx-learn-head{flex-direction:column;align-items:flex-start;gap:0}.editorial-mode .nx-learn-time{display:none}.editorial-mode .nx-chips{flex-wrap:nowrap;overflow-x:auto;margin-inline:-20px;padding-inline:20px;scrollbar-width:none}.editorial-mode .nx-chips button{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.editorial-mode .nx-live{animation:none}}.editorial-mode .ed-pick-compact{display:inline-block;max-width:100%;margin-top:6px;padding:2px 7px;font-size:10.5px;line-height:1.4;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editorial-mode .ed-group-row th{padding:18px 16px 10px!important;background:#fff!important;border-bottom:2px solid var(--lp-ink);font-size:15px!important;font-weight:750!important;color:var(--lp-ink)}.editorial-mode .ed-comparison-table tbody tr.ed-group-row:hover{background:#fff}.editorial-mode .ed-farming-note{margin:0 0 10px;padding:10px 12px;border-radius:8px;background:#f5f8fd;color:#2b3a45;font-size:12.5px;line-height:1.55}.editorial-mode .ed-farming-note strong{color:var(--lp-blue)}@media(max-width:900px){.editorial-mode .ed-group-row{display:block!important;grid-column:1 / -1;padding:0!important;border:0!important}.editorial-mode .ed-group-row th{display:block;padding:8px 0!important}}.editorial-mode .ed-tier{display:inline-block;max-width:100%;margin-top:6px;padding:2px 8px;border-radius:999px;font-size:10.5px;font-weight:700;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editorial-mode .ed-tier-early{background:#fff1e6;color:#c2410c}.editorial-mode .ed-tier-no-token{background:#e9f6ef;color:#1f7a3a}.editorial-mode .ed-tier-airdropped{background:#eef2f6;color:#51626e}.editorial-mode .ed-service-heading>div{display:flex;flex-direction:column;align-items:flex-start}.editorial-mode .ed-tier-filter{display:flex;flex-wrap:wrap;gap:8px;padding-top:18px}.editorial-mode .ed-tier-filter button{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid #dce4eb;border-radius:999px;background:#fff;color:#3e4952;font-size:13.5px;font-weight:600}.editorial-mode .ed-tier-filter button span{min-width:20px;padding:1px 6px;border-radius:999px;background:#eef2f6;color:#5c6d7a;font-size:11.5px;text-align:center}.editorial-mode .ed-tier-filter button[aria-pressed=true]{border-color:var(--lp-ink);background:var(--lp-ink);color:#fff}.editorial-mode .ed-tier-filter button[aria-pressed=true] span{background:#ffffff26;color:#fff}.editorial-mode .ed-farming-note{margin:0}.editorial-mode .ed-farming-note a{color:var(--lp-blue);font-weight:600;white-space:nowrap}.editorial-mode .ed-farming-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;font-size:13px!important;font-weight:700;color:var(--lp-ink)!important}.editorial-mode .ed-farming-meta .ed-tier{margin-top:0;font-size:11.5px}.editorial-mode .ed-researched-table .ed-farming-note~*{display:none}.editorial-mode .ed-comparison-table th,.editorial-mode .ed-comparison-table td{padding-block:16px}.editorial-mode .ed-perp-table .ed-service-heading>div{flex-direction:row;flex-wrap:wrap;align-items:center;column-gap:6px}.editorial-mode .ed-perp-table .ed-service-heading>div>a,.editorial-mode .ed-perp-table .ed-service-heading>div>small{flex-basis:100%}.editorial-mode .ed-perp-table .ed-service-heading .ed-editor-pick,.editorial-mode .ed-perp-table .ed-service-heading .ed-tier{margin-top:5px}.editorial-mode .ed-perp-table .ed-watch-note{flex-basis:100%;margin-top:4px}.editorial-mode .ed-perp-table .ed-farming-note{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:901px){.editorial-mode .ed-perp-table tbody tr{height:180px}}.editorial-mode .ed-perp-table .ed-service-heading>div>small{display:none}.editorial-mode .fp{display:grid;gap:18px;margin-top:36px;padding:26px;border:1px solid #e3e9ef;border-radius:18px;background:#fff}.editorial-mode .fp-head h2{margin:6px 0 8px;font-size:24px;letter-spacing:-.01em}.editorial-mode .fp-head p:not(.lp-kicker){color:#4a5b67;font-size:15px;line-height:1.65}.editorial-mode .fp h3{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:16px}.editorial-mode .fp-specific{padding:16px 18px;border-radius:14px;background:#f3f7ff}.editorial-mode .fp-specific h3 svg{color:var(--lp-blue)}.editorial-mode .fp-specific ul,.editorial-mode .fp-guard ul,.editorial-mode .fp-list{margin:0;padding-left:18px}.editorial-mode .fp li{margin:6px 0;color:#3e4952;font-size:14.5px;line-height:1.6}.editorial-mode .fp-steps{display:grid;gap:10px}.editorial-mode .fp-step{border:1px solid #e3e9ef;border-radius:14px;background:#fff;overflow:hidden}.editorial-mode .fp-step[open]{border-color:#cfdcf5}.editorial-mode .fp-step summary{display:flex;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;list-style:none}.editorial-mode .fp-step summary::-webkit-details-marker{display:none}.editorial-mode .fp-step summary:after{content:"+";margin-left:auto;color:#8a97a1;font-size:20px;font-weight:400}.editorial-mode .fp-step[open] summary:after{content:"\2013"}.editorial-mode .fp-step summary strong{display:block;font-size:15.5px;color:var(--lp-ink)}.editorial-mode .fp-step summary small{display:block;margin-top:2px;color:var(--lp-muted);font-size:13px}.editorial-mode .fp-num{flex:0 0 32px;display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--lp-blue);color:#fff;font-weight:800}.editorial-mode .fp-body{display:grid;gap:12px;padding:0 18px 18px 64px}.editorial-mode .fp-body p{margin:0;color:#3e4952;font-size:14.5px;line-height:1.65}.editorial-mode .fp-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.editorial-mode .fp-compare>div{padding:12px 14px;border:1px solid #e3e9ef;border-radius:12px}.editorial-mode .fp-compare span{display:block;margin-bottom:4px;color:#6a7882;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.editorial-mode .fp-compare .fp-best{border-color:#cfdcf5;background:#f5f8ff}.editorial-mode .fp-compare .fp-best span{color:var(--lp-blue)}.editorial-mode .fp-tools{font-size:13.5px!important;color:#5c6d7a!important}.editorial-mode .fp-guard{padding:12px 14px;border-radius:12px;background:#fff6ee}.editorial-mode .fp-guard strong{display:flex;align-items:center;gap:6px;margin-bottom:4px;color:#9a3412;font-size:14px}.editorial-mode .fp-guard li{margin:4px 0;font-size:13.5px}.editorial-mode .fp-note{padding:10px 12px;border-radius:10px;background:#f5f7f9;font-size:13.5px!important}.editorial-mode .fp-avoid-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.editorial-mode .fp-avoid-grid>div{padding:12px 14px;border-radius:12px;background:#fdf2f2}.editorial-mode .fp-avoid h3 svg{color:#b42318}.editorial-mode .fp-avoid-grid strong{display:block;margin-bottom:4px;color:#8a1c14;font-size:14px}.editorial-mode .fp-avoid-grid p{margin:0;color:#5c3a36;font-size:13.5px;line-height:1.55}.editorial-mode .fp-summary{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;border-radius:12px;background:var(--lp-ink);color:#e7edf3}.editorial-mode .fp-summary svg{flex:0 0 auto;margin-top:2px;color:#8fb4ff}.editorial-mode .fp-summary p{margin:0;font-size:14px;line-height:1.6}.editorial-mode .fp-summary strong{color:#fff}.editorial-mode .fp-sources{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;color:#7a8a95;font-size:12px}.editorial-mode .fp-sources a{display:inline-flex;align-items:center;gap:3px;color:var(--lp-blue);text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.editorial-mode .fp{padding:18px 16px}.editorial-mode .fp-body{padding:0 14px 16px}.editorial-mode .fp-compare,.editorial-mode .fp-avoid-grid{grid-template-columns:minmax(0,1fr)}}.editorial-mode .ed-tier-invite{background:#eef0fd;color:#4338ca}.editorial-mode .ed-invite{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 20px;align-items:center;margin-top:28px;padding:22px;border:1px solid #cfdcf5;border-radius:16px;background:linear-gradient(135deg,#f3f7ff,#fff 70%)}.editorial-mode .ed-invite h2{margin:4px 0 6px;font-size:20px}.editorial-mode .ed-invite p:not(.lp-kicker){color:#3e4952;font-size:14.5px;line-height:1.6}.editorial-mode .ed-invite small{grid-column:1 / -1;color:var(--lp-muted);font-size:12px}@media(max-width:620px){.editorial-mode .ed-invite{grid-template-columns:minmax(0,1fr)}}.editorial-mode .ed-perp-table .ed-partner-link{padding-block:8px;font-size:12px}.editorial-mode .ed-perp-table .ed-partner-link small{display:none}.editorial-mode .of-hero{padding-bottom:40px;border-bottom:1px solid #eef2f5;background:radial-gradient(900px 300px at 90% -10%,#dfe9ff,transparent 60%),linear-gradient(180deg,#f5f8fc,#fff)}.editorial-mode .of-eyebrow{display:inline-block;margin-top:8px;padding:5px 12px;border-radius:999px;background:#e8f0ff;color:var(--lp-blue);font-size:12.5px;font-weight:700}.editorial-mode .of-hero h1{max-width:760px;margin-top:16px;font-size:48px;line-height:1.08;font-weight:750;letter-spacing:-.03em}.editorial-mode .of-hero h1 em{font-style:normal;color:var(--lp-blue)}.editorial-mode .of-lead{max-width:640px;margin-top:16px;color:#4a5b67;font-size:17px;line-height:1.6}.editorial-mode .of-trust{display:flex;flex-wrap:wrap;gap:8px 22px;margin:20px 0 0;padding:0;list-style:none;color:#2b3a45;font-size:13.5px;font-weight:600}.editorial-mode .of-trust li{display:inline-flex;align-items:center;gap:6px}.editorial-mode .of-trust svg{color:#1f7a3a}.editorial-mode .of-body{display:grid;gap:48px;padding-top:40px}.editorial-mode .of-body>*{min-width:0}.editorial-mode .of-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;align-items:stretch}.editorial-mode .of-card{position:relative;display:flex;flex-direction:column;gap:14px;min-width:0;padding:24px;border:1px solid #e3e9ef;border-radius:20px;background:#fff;box-shadow:0 18px 40px -32px #16202888;transition:transform .2s,box-shadow .2s,border-color .2s}.editorial-mode .of-card:hover{transform:translateY(-3px);border-color:#c9d7ee;box-shadow:0 26px 50px -30px #1f5fd466}.editorial-mode .of-card-best{border:2px solid var(--lp-blue);background:linear-gradient(180deg,#f3f7ff,#fff 45%)}.editorial-mode .of-ribbon{position:absolute;top:-12px;left:22px;padding:4px 12px;border-radius:999px;background:var(--lp-blue);color:#fff;font-size:11.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 8px 18px -8px #1f5fd4aa}.editorial-mode .of-card-head{display:flex;align-items:center;gap:12px}.editorial-mode .of-card-head .ed-service-logo{width:44px;height:44px;flex:0 0 44px;border-radius:12px}.editorial-mode .of-card-head div{flex:1;min-width:0}.editorial-mode .of-card-head strong{display:block;font-size:17px;color:var(--lp-ink)}.editorial-mode .of-card-head span{display:block;color:var(--lp-muted);font-size:12.5px}.editorial-mode .of-timer{display:inline-flex!important;align-items:center;gap:5px;flex-shrink:0;padding:5px 10px;border-radius:999px;background:#eef2f6;color:#3e4952!important;font-size:12px!important;font-weight:700;white-space:nowrap}.editorial-mode .of-timer.is-soon{background:#fdecea;color:#c2261d!important}.editorial-mode .of-amount{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px}.editorial-mode .of-amount span{font-size:54px;line-height:1;font-weight:850;letter-spacing:-.04em;color:var(--lp-ink);background:linear-gradient(135deg,#1f5fd4,#16307e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.editorial-mode .of-amount small{color:#51626e;font-size:14px;font-weight:600}.editorial-mode .of-card h3{font-size:19px;line-height:1.3;font-weight:750}.editorial-mode .of-summary{color:#51626e;font-size:14.5px;line-height:1.6}.editorial-mode .of-steps{display:grid;gap:8px;margin:0;padding:0;list-style:none;counter-reset:of}.editorial-mode .of-steps li{position:relative;padding-left:34px;color:#2b3a45;font-size:14px;line-height:1.5;counter-increment:of}.editorial-mode .of-steps li:before{content:counter(of);position:absolute;left:0;top:0;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eef3fd;color:var(--lp-blue);font-size:12px;font-weight:800}.editorial-mode .of-conditions{border-top:1px solid #eef2f5;padding-top:10px}.editorial-mode .of-conditions summary{cursor:pointer;color:var(--lp-ink);font-size:14px;font-weight:650}.editorial-mode .of-conditions ul{margin:10px 0 0;padding-left:18px}.editorial-mode .of-conditions li{margin:6px 0;color:#4a5b67;font-size:13.5px;line-height:1.55}.editorial-mode .of-terms{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.editorial-mode .of-terms a{display:inline-flex;align-items:center;gap:3px;color:var(--lp-blue);font-size:12.5px;text-decoration:underline}.editorial-mode .of-foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;margin-top:auto;padding-top:6px}.editorial-mode .of-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1 1 200px;min-height:48px;padding:0 18px;border-radius:12px;background:var(--lp-blue);color:#fff;font-size:15px;font-weight:700;transition:filter .15s,transform .15s}.editorial-mode .of-cta:hover{color:#fff;filter:brightness(1.08);transform:translateY(-1px)}.editorial-mode .of-more{display:inline-flex;align-items:center;gap:4px;color:var(--lp-blue);font-size:14px;font-weight:600}.editorial-mode .of-fine{color:#8a97a1;font-size:11.5px;line-height:1.5}.editorial-mode .of-method{display:flex;gap:14px;align-items:flex-start;padding:22px 24px;border-radius:16px;background:#f5f8fb}.editorial-mode .of-method svg{flex:0 0 auto;color:#1f7a3a}.editorial-mode .of-method h2{margin-bottom:6px;font-size:18px}.editorial-mode .of-method p{color:#51626e;font-size:14px;line-height:1.65}.editorial-mode .of-empty{padding:48px 20px;text-align:center;border:1px dashed #d6e0e8;border-radius:16px;color:var(--lp-muted)}.editorial-mode .of-promo-box{margin-top:24px}.editorial-mode .of-promo-box .of-card{box-shadow:none}@media(max-width:620px){.editorial-mode .of-hero h1{font-size:34px}.editorial-mode .of-lead{font-size:15.5px}.editorial-mode .of-grid{grid-template-columns:minmax(0,1fr)}.editorial-mode .of-card{padding:20px 18px}.editorial-mode .of-amount span{font-size:44px}}.editorial-mode .of-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}@media(max-width:620px){.editorial-mode .of-grid{grid-template-columns:minmax(0,1fr)}}.editorial-mode .ed-guide-cta{display:flex;align-items:center;gap:14px;margin-top:18px;padding:16px 18px;border:1px solid #cfdcf5;border-radius:14px;background:#f5f8ff;color:var(--lp-ink)}.editorial-mode .ed-guide-cta:hover{border-color:var(--lp-blue);color:var(--lp-ink)}.editorial-mode .ed-guide-cta span{flex:1;min-width:0}.editorial-mode .ed-guide-cta strong{display:block;font-size:15px}.editorial-mode .ed-guide-cta small{display:block;margin-top:2px;color:var(--lp-muted);font-size:13px}.editorial-mode .ed-guide-cta svg{color:var(--lp-blue)}.editorial-mode .ed-guide-compare{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin:0 0 28px;padding:16px 18px;border:1px solid #e3e9ef;border-radius:14px;background:#fafbfd}.editorial-mode .ed-guide-compare .ed-service-logo{width:44px;height:44px;flex:0 0 44px;border-radius:12px}.editorial-mode .ed-guide-compare p{flex:1;min-width:200px;margin:0}.editorial-mode .ed-guide-compare strong{display:block;font-size:15px}.editorial-mode .ed-guide-compare span{display:block;color:var(--lp-muted);font-size:13px}.editorial-mode .ed-guide-compare-link{color:var(--lp-blue);font-size:14px;font-weight:600}.editorial-mode .of2-hero{padding-bottom:34px;border-bottom:1px solid #eef2f5;background:radial-gradient(900px 300px at 90% -10%,#dfe9ff,transparent 60%),linear-gradient(180deg,#f5f8fc,#fff)}.editorial-mode .of2-hero h1{max-width:720px;margin-top:14px;font-size:46px;line-height:1.08;font-weight:750;letter-spacing:-.03em}.editorial-mode .of2-hero h1 em{font-style:normal;color:var(--lp-blue)}.editorial-mode .of2-hero-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.editorial-mode .of2-stats{display:flex;gap:10px;flex-shrink:0}.editorial-mode .of2-stats div{min-width:140px;padding:14px 16px;border:1px solid #e1e8ef;border-radius:14px;background:#ffffffd9}.editorial-mode .of2-stats strong{display:block;font-size:24px;line-height:1.1;font-weight:800;color:var(--lp-ink)}.editorial-mode .of2-stats span{display:block;margin-top:2px;color:var(--lp-muted);font-size:12.5px}.editorial-mode .of2-list{display:grid;gap:18px}.editorial-mode .of2{overflow:hidden;border:1px solid #e3e9ef;border-radius:20px;background:#fff;box-shadow:0 18px 40px -34px #16202899;transition:border-color .2s,box-shadow .2s}.editorial-mode .of2:hover{border-color:#c9d7ee;box-shadow:0 24px 50px -32px #16202888}.editorial-mode .of2-best{border:2px solid var(--lp-blue)}.editorial-mode .of2-main{display:grid;grid-template-columns:220px minmax(0,1fr) 230px}.editorial-mode .of2-brand{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:22px;background:var(--brand);color:var(--brand-ink);overflow:hidden}.editorial-mode .of2-brand:after{content:"";position:absolute;right:-40px;bottom:-40px;width:150px;height:150px;border-radius:50%;border:24px solid color-mix(in srgb,var(--brand-ink) 14%,transparent)}.editorial-mode .of2-brand-top{position:relative;z-index:1;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:750}.editorial-mode .of2-brand-top .ed-service-logo{width:36px;height:36px;flex:0 0 36px;border-radius:10px;box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-ink) 25%,transparent)}.editorial-mode .of2-amount{position:relative;z-index:1}.editorial-mode .of2-amount strong{display:block;font-size:52px;line-height:1;font-weight:850;letter-spacing:-.04em}.editorial-mode .of2-amount span{display:block;margin-top:6px;font-size:14px;font-weight:650;opacity:.85}.editorial-mode .of2-body{display:flex;flex-direction:column;gap:10px;min-width:0;padding:22px 24px}.editorial-mode .of2-tags{display:flex;flex-wrap:wrap;gap:8px}.editorial-mode .of2-badge{padding:4px 10px;border-radius:999px;background:#e8f0ff;color:var(--lp-blue);font-size:11.5px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.editorial-mode .of2-timer{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:#eef2f6;color:#3e4952;font-size:12px;font-weight:700}.editorial-mode .of2-timer.is-soon{background:#fdecea;color:#c2261d}.editorial-mode .of2-body h3{font-size:21px;line-height:1.25;font-weight:750;letter-spacing:-.01em}.editorial-mode .of2-body>p{color:#51626e;font-size:14.5px;line-height:1.55}.editorial-mode .of2-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:6px 0 0}.editorial-mode .of2-facts div{padding:10px 12px;border-radius:12px;background:#f5f8fb}.editorial-mode .of2-facts dt{color:#6a7882;font-size:11.5px;font-weight:600}.editorial-mode .of2-facts dd{margin:2px 0 0;color:var(--lp-ink);font-size:14px;font-weight:750;line-height:1.3}.editorial-mode .of2-side{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:22px;border-left:1px dashed #d6e0e8;background:#fbfcfe}.editorial-mode .of2-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 16px;border-radius:12px;background:var(--lp-blue);color:#fff;font-size:15px;font-weight:750;text-align:center;transition:filter .15s,transform .15s}.editorial-mode .of2-cta:hover{color:#fff;filter:brightness(1.08);transform:translateY(-1px)}.editorial-mode .of2-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border:1px solid #d6e0e8;border-radius:10px;background:#fff;color:var(--lp-ink);font:inherit;font-size:13.5px;font-weight:650;cursor:pointer}.editorial-mode .of2-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.editorial-mode .of2-more{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:var(--lp-blue);font-size:13.5px;font-weight:600}.editorial-mode .of2-side small{color:#8a97a1;font-size:11.5px;line-height:1.45;text-align:center}.editorial-mode .of2-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;padding:20px 24px 22px;border-top:1px solid #eef2f5;background:#fafbfd;animation:nl-pop .2s ease-out}.editorial-mode .of2-details h4{margin:0 0 8px;font-size:14px}.editorial-mode .of2-details ol,.editorial-mode .of2-details ul{margin:0;padding-left:18px}.editorial-mode .of2-details li{margin:6px 0;color:#3e4952;font-size:13.5px;line-height:1.55}.editorial-mode .of2-terms{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.editorial-mode .of2-terms a{display:inline-flex;align-items:center;gap:3px;color:var(--lp-blue);font-size:12.5px;text-decoration:underline}.editorial-mode .of2-disclosure{grid-column:1 / -1;color:#8a97a1;font-size:12px}@media(max-width:1000px){.editorial-mode .of2-hero-row{flex-direction:column;align-items:flex-start}.editorial-mode .of2-main{grid-template-columns:180px minmax(0,1fr)}.editorial-mode .of2-side{grid-column:1 / -1;flex-direction:row;flex-wrap:wrap;align-items:center;border-left:0;border-top:1px dashed #d6e0e8}.editorial-mode .of2-side .of2-cta{flex:1 1 200px}.editorial-mode .of2-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.editorial-mode .of2-hero h1{font-size:32px}.editorial-mode .of2-main{grid-template-columns:minmax(0,1fr)}.editorial-mode .of2-brand{flex-direction:row;align-items:flex-end;padding:18px}.editorial-mode .of2-amount{text-align:right}.editorial-mode .of2-amount strong{font-size:40px}.editorial-mode .of2-body{padding:18px}.editorial-mode .of2-side{flex-direction:column;align-items:stretch;padding:16px 18px}.editorial-mode .of2-details{grid-template-columns:minmax(0,1fr);padding:18px}.editorial-mode .of2-stats div{min-width:0}}.editorial-mode .ed-offer-aside{position:sticky;top:105px;align-self:start;display:grid;gap:14px}.editorial-mode .ed-offer-aside .ed-offer-cta{position:static}.editorial-mode .ed-slot-cta{position:relative;display:grid;gap:12px;padding:20px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#0f2a5c,#1f5fd4);color:#fff;text-decoration:none;box-shadow:0 18px 36px -24px #1f5fd4cc;transition:transform .2s,box-shadow .2s}.editorial-mode .ed-slot-cta:after{content:"";position:absolute;right:-36px;top:-36px;width:120px;height:120px;border-radius:50%;border:20px solid #ffffff14}.editorial-mode .ed-slot-cta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 24px 44px -22px #1f5fd4}.editorial-mode .ed-slot-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#ffffff1f}.editorial-mode .ed-slot-text{display:grid;gap:4px}.editorial-mode .ed-slot-text small{color:#a9c6ff;font-size:11.5px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.editorial-mode .ed-slot-text strong{font-size:18px;line-height:1.3}.editorial-mode .ed-slot-text span{color:#d7e4ff;font-size:13.5px;line-height:1.55}.editorial-mode .ed-slot-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;border-radius:10px;background:#fff;color:#123a86;font-size:14.5px;font-weight:750}@media(max-width:900px){.editorial-mode .ed-offer-aside{position:static}}
