:root{--page-surface: var(--white);--selection-bg: rgba(20, 125, 142, .3)}@layer tokens,base,components;@layer base{html{overflow-x:clip;width:100%;max-width:100%;overscroll-behavior-x:none}body{overflow-x:clip;width:100%;max-width:100%;position:relative;touch-action:pan-y;overscroll-behavior-x:none}button{border:none;background:none}ul{list-style:none}}.actions-block{display:flex;align-items:center;gap:.875rem;flex-wrap:nowrap}.actions-label{font-family:var(--font-body);font-size:.875rem;color:var(--ink-3);flex-shrink:0;white-space:nowrap}.actions-row{display:flex;align-items:center;gap:6px}.action-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:9px;color:var(--ink-3);transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden}.action-btn:hover{background:var(--white);color:var(--ink);border-color:#00000026;transform:translateY(-1px);box-shadow:0 6px 14px #00000014}.action-btn.is-share:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.action-btn img{width:20px;height:20px;object-fit:contain;display:block;border-radius:4px}.action-btn svg.is-chatgpt{width:18px;height:18px}.action-btn svg{width:16px;height:16px;fill:currentColor}.action-btn:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:var(--ink);color:#fff;font-size:11px;font-weight:500;padding:5px 10px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.action-btn:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.copy-feedback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--teal-500);border-radius:8px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.copy-feedback.is-active{opacity:1;visibility:visible}.copy-feedback svg{fill:#fff}.bg-toc-side{align-self:stretch}.bg-toc-inner{position:sticky;top:100px}@media(max-width:900px){.bg-toc-inner{position:static}}@media(max-width:900px){.bg-toc-side{position:static;padding-bottom:1.5rem;border-bottom:1px solid var(--stone-200)}}.bg-article p,.bg-article ul li,.bg-article ol li{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--ink-2)}.bg-article p{margin-bottom:1.25rem}.bg-article>p:first-child{font-size:1.125rem;color:var(--ink-2)}.bg-article a{color:var(--teal-500);text-decoration:underline;text-underline-offset:2px}.bg-article a:hover{color:var(--teal-600)}.cmp-scroll{overflow-x:auto;margin:1.5rem 0 .75rem;border:1px solid var(--stone-200);border-radius:14px;background:#fff;-webkit-overflow-scrolling:touch}.cmp-table{width:100%;min-width:720px;border-collapse:collapse;font-family:var(--font-body)}.cmp-table th,.cmp-table td{text-align:left;padding:.8rem .75rem;font-size:.875rem;line-height:1.5;border-bottom:1px solid var(--stone-100);vertical-align:top;color:var(--ink-2)}.cmp-table thead th{position:sticky;top:0;background:var(--stone-75);color:var(--ink);font-weight:600;font-size:.8125rem;letter-spacing:.01em;border-bottom:1px solid var(--stone-200);white-space:nowrap;z-index:1}.cmp-table tbody tr:last-child td{border-bottom:none}.cmp-table tbody tr:hover td{background:var(--stone-50)}.cmp-table td:first-child,.cmp-table th:first-child{font-weight:600;color:var(--ink);min-width:11.5rem}.cmp-table .cmp-sub{display:block;font-weight:400;font-size:.75rem;color:var(--ink-5);margin-top:2px}.cmp-row-kyma td{background:#147d8e0b}.cmp-row-kyma:hover td{background:#147d8e12}.cmp-row-kyma td:first-child{color:var(--teal-600)}.yes{color:var(--teal-600);font-weight:600}.no{color:var(--ink-5)}.cmp-note{font-size:.8125rem;color:var(--ink-5);line-height:1.6;margin-bottom:1.25rem}.cmp-hint{display:none;font-size:.75rem;color:var(--ink-5);margin-bottom:.5rem}.cmp-scroll,.cmp-wrap{position:relative}.cmp-wrap.is-scrollable .cmp-hint-x{display:block}.cmp-wrap:after{content:"";display:none}.cmp-wrap.is-scrollable:after{display:block;position:absolute;top:1px;right:1px;bottom:1px;width:44px;border-radius:0 14px 14px 0;background:linear-gradient(to right,#fff0,#fff 75%);pointer-events:none}.cmp-table th:first-child,.cmp-table td:first-child{position:sticky;left:0;z-index:1;background:#fff}.cmp-table thead th:first-child{z-index:3;background:var(--stone-75)}.cmp-table tbody tr:hover td:first-child{background:var(--stone-50)}.cmp-row-kyma td:first-child{background:#eef6f7;box-shadow:inset 3px 0 0 var(--teal-500)}.cmp-row-kyma:hover td:first-child{background:#e6f2f4}.cmp-badge{display:inline-block;font-family:var(--font-mono);font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--teal-500);border-radius:100px;padding:2px 7px;margin-left:6px;vertical-align:1px}.cell{display:flex;align-items:flex-start;gap:8px}.ic{display:inline-flex;width:19px;height:19px;border-radius:50%;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px;line-height:1}.ic-y{background:#147d8e1f;color:var(--teal-600)}.ic-n{background:#0000000d;color:var(--ink-5)}.diff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.875rem,1.5vw,1.125rem);margin:1.75rem 0 .5rem}@media(max-width:700px){.diff-grid{grid-template-columns:1fr}}.diff-card{border:1px solid var(--stone-200);border-radius:18px;padding:clamp(1.25rem,2.2vw,1.625rem);background:#fff;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.diff-card:hover{box-shadow:0 10px 30px #0000000d;transform:translateY(-2px);border-color:var(--stone-300)}.diff-num{font-family:var(--font-mono);font-size:.625rem;letter-spacing:.14em;color:var(--teal-500);margin-bottom:.625rem}.diff-card h3{font-family:var(--font-display);font-size:1.125rem!important;font-weight:500;color:var(--ink);margin:0 0 .5rem!important;line-height:1.25}.diff-card p{font-size:.9375rem!important;line-height:1.6;color:var(--ink-3);margin:0!important}.midcta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;background:linear-gradient(150deg,#111b2e,#0d1525 60%,#0f1829);border-radius:20px;padding:clamp(1.5rem,3vw,2.25rem);margin:2.25rem 0}.bg-article .midcta-t,.midcta-t{font-family:var(--font-display);font-size:clamp(1.1875rem,2vw,1.5rem);font-weight:400;color:#fff;line-height:1.25;margin:0 0 .375rem}.bg-article .midcta-s,.midcta-s{font-size:.9375rem;color:#ffffffd9;line-height:1.55;margin:0;max-width:34rem}.bg-article a.midcta-b,.bg-article a.midcta-b:hover{color:#fff;text-decoration:none}.midcta-b{display:inline-flex;align-items:center;gap:8px;background:var(--teal-500);color:#fff;font-size:.9375rem;font-weight:600;padding:13px 26px;border-radius:100px;white-space:nowrap;text-decoration:none!important;transition:background .25s ease,transform .25s ease}.midcta-b:hover{background:var(--teal-400);transform:translateY(-1px)}.side-cta{border:1px solid var(--stone-200);border-radius:16px;padding:1.25rem;background:var(--stone-50);margin-top:1.5rem}.side-cta-t{font-family:var(--font-display);font-size:1.0625rem;font-weight:500;color:var(--ink);line-height:1.3;margin-bottom:.875rem}.side-cta ul{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.125rem}.side-cta li{display:flex;align-items:flex-start;gap:7px;font-size:.8125rem;line-height:1.45;color:var(--ink-2)}.side-cta li svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;stroke:var(--teal-500);fill:none;stroke-width:2.5;stroke-linecap:round}.side-cta-b{display:flex;align-items:center;justify-content:center;width:100%;background:var(--ink);color:#fff;font-size:.875rem;font-weight:600;padding:12px 18px;border-radius:100px;transition:background .25s ease}.side-cta-b:hover{background:var(--teal-500)}.side-cta-note{font-size:.6875rem;color:var(--ink-5);text-align:center;margin-top:.625rem;line-height:1.4}@media(max-width:900px){.side-cta{display:none}}.kt{border-left:3px solid var(--teal-500);background:var(--stone-50);border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;margin:1.75rem 0}.kt-label{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-600);margin-bottom:.5rem}.kt p{margin-bottom:0!important;font-size:1rem!important;color:var(--ink-2)}.bg-sources a{color:var(--teal-500);text-decoration:underline;word-break:break-word}@media(max-width:900px){.bg-hero{padding:6rem 1.25rem 2.5rem}.bg-hero h1{font-size:2rem}.bg-hero-sub{font-size:1rem}.bg-ai{flex-direction:column;align-items:flex-start;gap:.75rem}.bg-article p,.bg-article ul li{font-size:1rem;line-height:1.7}}.bg-sidebar-author{display:flex;flex-direction:column;gap:.375rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--stone-200)}.bg-sidebar-author-label{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-5)}.bg-sidebar-author-name{font-size:.9375rem;color:var(--ink);font-weight:500}.bg-sidebar-author-sub{font-size:.8125rem;color:var(--ink-3);line-height:1.45}.hero-btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:.5rem}.hb{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:100px;font-size:.9375rem;font-weight:600;transition:background .25s ease,transform .25s ease,border-color .25s ease,color .25s ease}.hb-primary{background:var(--teal-500);color:#fff}.hb-primary:hover{background:var(--teal-400);transform:translateY(-1px)}.hb-ghost{border:1px solid var(--stone-300);color:var(--ink-2);background:transparent}.hb-ghost:hover{border-color:var(--ink);color:var(--ink)}.hb-ghost svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.mx-section{padding:clamp(64px,10vh,110px) var(--px) clamp(56px,8vh,90px);background:#fff}.mx-inner{max-width:1160px;margin:0 auto}.mx-head{text-align:center;margin-bottom:clamp(2rem,5vh,3rem)}.mx-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-500);margin-bottom:18px}.mx-eyebrow:before,.mx-eyebrow:after{content:"";width:20px;height:1px;background:var(--teal-500);opacity:.3}.mx-title{font-family:var(--font-display);font-size:clamp(30px,3.6vw,44px);font-weight:400;line-height:1.12;letter-spacing:-.02em;color:var(--ink);margin-bottom:14px}.mx-sub{font-size:clamp(15px,1.15vw,17px);line-height:1.7;color:var(--ink-3);max-width:640px;margin:0 auto}.mx-scrollzone{position:relative}.mx-scrollzone:after{content:"";position:absolute;top:0;right:0;bottom:0;width:44px;background:linear-gradient(to right,#fff0,#fff 78%);pointer-events:none;display:none}.mx-scrollzone.is-scrollable:after{display:none}.mx-scroll{overflow-x:auto}table.mx{width:100%;min-width:780px;border-collapse:separate;border-spacing:0;font-family:var(--font-body)}.mx th,.mx td{padding:.95rem 1.1rem;font-size:.9rem;line-height:1.45;border-bottom:1px solid var(--stone-100);text-align:center;color:var(--ink-3);vertical-align:middle}.mx thead th{font-weight:600;color:var(--ink-2);padding-bottom:1.1rem;border-bottom:1px solid var(--stone-200)}.mx th:first-child,.mx td:first-child{text-align:left;font-weight:600;color:var(--ink);position:sticky;left:0;background:#fff;z-index:2;min-width:11rem}.mx-scrollzone.is-scrollable .mx th:first-child,.mx-scrollzone.is-scrollable .mx td:first-child{box-shadow:10px 0 14px -10px #0000001f}.mx-colsub{display:block;font-weight:400;font-size:.71875rem;color:var(--ink-5);margin-top:3px}.mx-rowsub{display:block;font-weight:400;font-size:.71875rem;color:var(--ink-5);margin-top:2px}.mx td.k,.mx th.k{background:#0d1525;color:#e8ecf0d9;border-bottom:1px solid rgba(255,255,255,.06);min-width:13.5rem}.mx thead th.k{background:linear-gradient(170deg,#111b2e,#0d1525 70%)}.mx thead th.k{border-radius:18px 18px 0 0;padding-top:1.4rem;border-bottom:1px solid rgba(255,255,255,.08)}.mx tr.mx-last td.k{border-radius:0 0 18px 18px;border-bottom:none;padding-bottom:1.5rem}.mx-brand{font-family:var(--font-display);font-size:1.375rem;font-weight:400;color:#fff;display:block;letter-spacing:-.01em}.mx-kbadge{display:inline-block;font-family:var(--font-mono);font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-300);background:#30a0b324;border:1px solid rgba(48,160,179,.18);border-radius:100px;padding:3px 10px;margin-top:8px}.mx .kv{font-weight:600;color:#fff}.mx-ic{display:inline-flex;width:21px;height:21px;border-radius:50%;align-items:center;justify-content:center;vertical-align:middle}.mx-ic svg{width:11px;height:11px;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;fill:none}td.k .mx-ic{background:#30a0b32e}td.k .mx-ic svg{stroke:var(--teal-300)}td:not(.k) .mx-ic.y{background:#147d8e1a}td:not(.k) .mx-ic.y svg{stroke:var(--teal-600)}.mx-dash{color:var(--stone-300);font-weight:600;font-size:1rem}.mx-icl{display:inline-flex;align-items:center;gap:8px;justify-content:center}td.k .mx-icl{color:#e8ecf0d9}.mx tr.mx-cost td{border-bottom:none;padding-top:1.15rem;font-weight:600;color:var(--ink)}.mx tr.mx-cost td .mx-rowsub{font-weight:400}.mx tr.mx-cost td.k{color:#fff;font-size:1.0625rem}.mx tr.mx-ctarow td{border-bottom:none;padding-top:0}.mx tr.mx-ctarow td.k{background:#0d1525;padding-top:.25rem}.mx tr.mx-ctarow td:first-child{background:#fff}.mx-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--teal-500);color:#fff;font-size:.9375rem;font-weight:600;padding:13px 30px;border-radius:100px;transition:background .25s ease,transform .25s ease}.mx-cta:hover{background:var(--teal-400);transform:translateY(-1px)}.mx-ctanote{font-size:.71875rem;color:#e8ecf066;margin-top:9px}.mx-foot{text-align:center;font-size:.8125rem;color:var(--ink-5);margin-top:1.25rem}.mx-foot a{color:var(--teal-500);text-decoration:underline;text-underline-offset:2px}.trust-chips{display:flex;align-items:center;gap:8px 14px;flex-wrap:wrap;margin-top:.875rem;font-size:.8125rem;color:var(--ink-4)}.tc{display:inline-flex;align-items:center;gap:6px}.tc svg{width:13px;height:13px;flex-shrink:0}.tc .tc-star{fill:#00b67a}.tc .tc-line{stroke:var(--teal-500);fill:none;stroke-width:2;stroke-linecap:round}.tc-dot{width:3px;height:3px;border-radius:50%;background:var(--stone-300)}.jw-section{padding:clamp(64px,10vh,110px) var(--px);background:#fff;border-top:1px solid var(--stone-100)}.jw-inner{max-width:1160px;margin:0 auto}.jw-head{text-align:center;margin-bottom:clamp(2.25rem,5vh,3.5rem)}.jw-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}@media(max-width:900px){.jw-grid{grid-template-columns:1fr}}.jw-steps{display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vh,1.75rem)}.jw-step{display:flex;gap:16px;align-items:flex-start}.jw-n{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.1em;color:var(--teal-500);border:1px solid rgba(20,125,142,.25);border-radius:100px;padding:5px 11px;flex-shrink:0;margin-top:2px}.jw-step h3{font-family:var(--font-display);font-size:1.1875rem;font-weight:500;color:var(--ink);line-height:1.25;margin-bottom:.375rem}.jw-step p{font-size:.9375rem;line-height:1.6;color:var(--ink-3);margin:0}.jw-link{display:inline-flex;align-items:center;gap:7px;margin-top:.5rem;font-size:.9375rem;font-weight:600;color:var(--teal-600)}.jw-link:hover{color:var(--teal-500)}.jw-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.jw-img{border-radius:22px;overflow:hidden;background:var(--stone-100)}.jw-img img{width:100%;height:auto;display:block}.jw-caption{font-size:.8125rem;color:var(--ink-5);text-align:center;margin-top:.75rem}.rev-band{background:var(--stone-50);border-top:1px solid var(--stone-200);padding:clamp(64px,10vh,110px) var(--px)}.rev-inner{max-width:1160px;margin:0 auto}.rev-head{text-align:center;margin-bottom:clamp(2rem,4.5vh,3rem)}.rev-tp{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--ink-2);margin-bottom:16px}.rev-tp .tp-star{width:18px;height:18px;background:#00b67a;display:inline-flex;align-items:center;justify-content:center;border-radius:3px}.rev-tp .tp-star svg{width:11px;height:11px;fill:#fff}.rev-title{font-family:var(--font-display);font-size:clamp(28px,3.2vw,40px);font-weight:400;letter-spacing:-.02em;line-height:1.14;color:var(--ink);margin-bottom:12px}.rev-sub{font-size:15px;color:var(--ink-3);max-width:560px;margin:0 auto;line-height:1.65}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.875rem,1.5vw,1.25rem)}@media(max-width:900px){.rev-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.rev-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:18px;padding:clamp(1.375rem,2.2vw,1.75rem);display:flex;flex-direction:column;box-shadow:0 1px 3px #00000008}.rev-stars{display:flex;gap:3px;margin-bottom:.875rem}.rev-stars svg{width:15px;height:15px;fill:#f5b942}.rev-q{font-family:var(--font-display);font-size:1.0625rem;font-weight:500;line-height:1.35;color:var(--ink);margin-bottom:.625rem}.rev-body{font-size:.875rem;line-height:1.65;color:var(--ink-3);margin-bottom:1.25rem}.rev-who{display:flex;align-items:center;gap:10px;margin-top:auto}.rev-av{width:34px;height:34px;border-radius:50%;background:#147d8e1a;color:var(--teal-600);font-size:.71875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.rev-name{font-size:.8125rem;font-weight:600;color:var(--ink-2)}.rev-tag{font-size:.71875rem;color:var(--ink-5)}.membership{padding:clamp(80px,12vh,140px) clamp(20px,6vw,80px);background:var(--white);border-top:1px solid rgba(0,0,0,.04)}.mem-subtitle{font-size:clamp(15px,1.15vw,17px);font-weight:400;line-height:1.7;color:var(--stone-500);max-width:480px;margin:0 auto}.value-anchor{font-size:13.5px;color:var(--stone-500);padding:14px 24px;border-radius:100px;background:var(--stone-100);display:inline-flex;align-items:center;gap:8px}.mem-card-core .mc-tier{color:var(--teal-700, var(--teal-700))}.mc-chip{width:20px;height:14px;border-radius:3px;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.mem-card-core .mc-chip{background:#147d8e1a;border-color:#147d8e26}.plan-core .plan-tagline{color:var(--stone-500)}.plan-core .plan-price-period,.plan-core .plan-price-note{color:var(--stone-400)}.plan-core .plan-cta:hover{background:var(--stone-700);box-shadow:0 4px 16px #0000001f}.plan-core .plan-divider{background:var(--stone-100)}.plan-core .plan-includes-label{color:var(--stone-400)}.plan-features{list-style:none;display:flex;flex-direction:column;gap:11px;padding:0;margin:0}.plan-feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.plan-core .plan-feature{color:var(--stone-600)}.pf-check{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.pf-ext-img{width:36px;height:36px;border-radius:8px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#30a0b333,#147d8e1a)}.ts-item{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:500;color:var(--stone-600)}.ts-dot{width:3px;height:3px;border-radius:50%;background:var(--stone-300);flex-shrink:0}@media(max-width:700px){.membership{padding-top:48px;padding-bottom:48px}}
