.plan-finder-section{margin-top:80px}.plan-finder-section>.full-plan{margin-bottom:28px}.plan-finder{--plan-finder-track-bg: #e8e8e8;--plan-finder-track-inset: inset 0 0 0 1px rgba(46, 46, 46, .06);--plan-finder-grid-min-height: 27rem;width:100%;max-width:none;margin:0 0 24px;padding:0}.plan-finder__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,300px);gap:0;align-items:stretch;border:1px solid #dadada;border-radius:16px;background:#fff;overflow:hidden}@media(min-width:992px){.plan-finder__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;min-height:var(--plan-finder-grid-min-height)}.plan-finder__controls,.plan-finder__result{align-self:stretch;min-height:100%}.plan-finder__result--enterprise{justify-content:center}}@media(max-width:991px){.plan-finder__grid{grid-template-columns:1fr}}.plan-finder__controls,.plan-finder__result{min-width:0}.plan-finder__controls{padding:28px 24px;display:flex;flex-direction:column;gap:20px;overflow:visible}@media(min-width:992px){.plan-finder__controls{border-right:1px solid #eaeaea}}@media(max-width:991px){.plan-finder__controls{max-height:none;border-bottom:1px solid #eaeaea}}.plan-finder__field{display:flex;flex-direction:column;gap:10px}.plan-finder__field--toggle{flex-direction:row;align-items:center;justify-content:space-between;gap:12px 16px}.plan-finder__field--toggle .plan-finder__label{flex:1;min-width:0;font-weight:400;line-height:1.4}.plan-finder__yes-no{display:inline-flex;flex-shrink:0;align-self:center;padding:2px;border-radius:999px;border:1px solid #e0e0e0;gap:1px;overflow:hidden}.plan-finder__yes-no-btn{min-width:40px;padding:4px 10px;border:none;border-radius:999px;background:transparent;color:#626262;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.03em;cursor:pointer;transition:background .15s ease,color .15s ease}.plan-finder__yes-no-btn:hover{color:#2e2e2e}.plan-finder__yes-no-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.plan-finder__yes-no-btn--active{background:linear-gradient(160deg,#7f3df1,#20c7ff);color:#fff}.plan-finder__yes-no-btn--active:hover{color:#fff}.plan-finder__yes-no--triple .plan-finder__yes-no-btn{min-width:0;padding:4px 8px;white-space:nowrap}.plan-finder__label-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.plan-finder__label{color:#626262;font-size:14px;font-weight:500;line-height:1.35}.plan-finder__value{color:#2e2e2e;font-size:16px;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.plan-finder__slider-shell{display:flex;flex-direction:column;gap:8px;padding:0 2px}.plan-finder__slider-shell--disabled{opacity:.62;cursor:not-allowed}.plan-finder__slider-shell--disabled input[type=range].plan-finder__range{cursor:not-allowed}.plan-finder input[type=range].plan-finder__range{width:100%;height:6px;margin:0;padding:0;border-radius:3px;background:transparent;appearance:none;cursor:pointer}.plan-finder input[type=range].plan-finder__range::-webkit-slider-runnable-track{height:6px;border-radius:3px;box-shadow:var(--plan-finder-track-inset);background:linear-gradient(to right,#7f3df1 0%,#20c7ff var(--range-fill-pct, 0%),var(--plan-finder-track-bg) var(--range-fill-pct, 0%),var(--plan-finder-track-bg) 100%)}.plan-finder input[type=range].plan-finder__range::-webkit-slider-thumb{appearance:none;width:20px;height:20px;margin-top:-7px;border-radius:50%;background:#fff;border:2px solid #2563eb;box-shadow:0 1px 4px #2563eb40}.plan-finder input[type=range].plan-finder__range::-moz-range-track{height:6px;border-radius:3px;background:var(--plan-finder-track-bg);box-shadow:var(--plan-finder-track-inset)}.plan-finder input[type=range].plan-finder__range::-moz-range-progress{height:6px;border-radius:3px 0 0 3px;background:linear-gradient(160deg,#7f3df1,#20c7ff)}.plan-finder input[type=range].plan-finder__range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #2563eb;box-shadow:0 1px 4px #2563eb40}.plan-finder__ticks{position:relative;width:100%;height:14px;margin-top:2px;user-select:none}.plan-finder__tick{position:absolute;top:0;left:0;text-align:center;font-size:11px;line-height:1.2;color:#8a8a8a;font-variant-numeric:tabular-nums;white-space:nowrap}.plan-finder__tick--active{color:#2e2e2e;font-weight:500}.plan-finder__result{padding:28px 24px;display:flex;flex-direction:column;gap:0}.plan-finder__result-tail{margin-top:0}.plan-finder__result-heading{margin:0 0 12px;color:#8a8a8a;font-size:12px;font-weight:500;line-height:1.35;letter-spacing:.06em;text-transform:uppercase}.plan-finder__summary{display:flex;flex-direction:column;gap:0}.plan-finder__summary--enterprise{align-items:stretch;text-align:left;gap:0}.plan-finder__enterprise-icon{display:block;width:42px;height:42px;margin:0 0 12px;flex-shrink:0}.plan-finder__enterprise-title{margin:0 0 8px;color:#2e2e2e;font-size:22px;font-weight:600;line-height:1.3;letter-spacing:-.02em}.plan-finder__enterprise-body{margin:0 0 16px;color:#626262;font-size:14px;font-weight:400;line-height:1.45}.plan-finder__enterprise-features{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin:0 0 20px}.plan-finder__enterprise-features .price-feature{justify-content:flex-start}.plan-finder__enterprise-feature{color:#626262;font-size:14px;line-height:1.35}.plan-finder__summary--enterprise .plan-finder__cta-wrap{margin-top:20px}.plan-finder__plan-name--starter{margin-bottom:8px}.plan-finder__price-line--starter{margin:0 0 4px}.plan-finder__name-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-bottom:8px}.plan-finder__plan-name{color:#2e2e2e;font-size:22px;font-weight:600;line-height:1.25;letter-spacing:-.02em}.plan-finder__plan-name--solo{margin:0 0 8px}.plan-finder__pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;line-height:1.2;color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.plan-finder__name-row+.plan-finder__price-line,.plan-finder__plan-name--solo+.plan-finder__price-line{margin-top:0}.plan-finder__price-custom{margin:0 0 4px;color:#2e2e2e;font-size:20px;font-weight:600;line-height:1.35;letter-spacing:-.01em}.plan-finder__price-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 4px;margin:0 0 4px;line-height:1.35}.plan-finder__price-from,.plan-finder__currency,.plan-finder__price-amount,.plan-finder__price-period{font-size:20px;line-height:1.35}.plan-finder__price-from,.plan-finder__currency{font-weight:600;color:#2e2e2e}.plan-finder__price-amount{font-weight:600;color:#2e2e2e;letter-spacing:-.02em}.plan-finder__price-period{font-weight:400;color:#8a8a8a}.plan-finder__cta-wrap{margin-top:20px;align-self:stretch;width:100%;max-width:none}.plan-finder__cta-wrap .pricing-buy-now{width:100%;box-sizing:border-box;min-width:0;padding:14px 20px;font-size:15px;line-height:1.25;border-radius:16px}.plan-finder__cta-wrap .pricing-buy-now,.plan-finder__cta-wrap .pricing-buy-now.developers-bg,.plan-finder__cta-wrap .pricing-buy-now.enterprise{background-color:transparent;background-image:none;color:#2e2e2e;border:1px solid #2e2e2e}.plan-finder__cta-wrap .pricing-buy-now:hover,.plan-finder__cta-wrap .pricing-buy-now.developers-bg:hover,.plan-finder__cta-wrap .pricing-buy-now.enterprise:hover{background-color:#2e2e2e;background-image:none;color:#fff;border-color:#2e2e2e}.plan-finder__recommend-divider{margin:14px 0 0;border:none;border-top:1px solid #eaeaea}.plan-finder-compare{margin-top:12px;border-radius:10px;overflow:hidden;border:none;background:#f6f7f9}.plan-finder-compare__heading{margin:0;padding:10px 10px 0;color:#2e2e2e;font-size:12px;font-weight:500;line-height:1.3}.plan-finder-compare__panel{padding:0 10px 8px}.plan-finder-compare__list{display:grid;width:100%;grid-template-columns:4.25rem 1fr 20ch;column-gap:8px;align-items:center;margin:0;padding:4px 0 0;list-style:none;font-size:12px;line-height:1.25}@media(min-width:992px){.plan-finder-compare__list{grid-template-columns:4.75rem 1fr 21ch;column-gap:10px}}.plan-finder-compare__row{display:grid;grid-column:1 / -1;grid-template-columns:subgrid;align-items:center;padding:8px 0;border-bottom:1px solid #eaeaea}.plan-finder-compare__row:last-child{border-bottom:none}.plan-finder-compare__bar-track{width:100%;height:6px;min-height:6px;max-height:6px;box-sizing:border-box;border-radius:999px;background:var(--plan-finder-track-bg);box-shadow:var(--plan-finder-track-inset);overflow:hidden;align-self:center;flex-shrink:0}.plan-finder-compare__name{color:#2e2e2e;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:100%}.plan-finder-compare__row:not(.plan-finder-compare__row--competitor) .plan-finder-compare__name{color:#1d4ed8}.plan-finder-compare__row--competitor .plan-finder-compare__name,.plan-finder-compare__row--competitor .plan-finder-compare__price{font-size:11px}.plan-finder-compare__bar{height:6px;min-height:6px;max-height:6px;min-width:4px;border-radius:999px;transition:width .25s ease}.plan-finder-compare__bar--authgear{background:linear-gradient(90deg,#1d4ed8,#3b82f6)}.plan-finder-compare__bar--other{background:#9ca3af}.plan-finder-compare__price{display:block;width:100%;color:#2e2e2e;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;justify-self:end}.plan-finder-compare__price--authgear{color:#1d4ed8}.plan-finder-compare__disclaimer{margin:6px 0 0;color:#8a8a8a;font-size:11px;font-weight:400;line-height:1.35}.comparison.static-table .comparison-column.comparison-plan{font-size:20px}.comparison.static-table .comparison-row--section{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;place-items:stretch}.comparison.static-table .comparison-row--section.once-row--section{grid-template-columns:1fr 1fr}.comparison.static-table .comparison-row--section:first-of-type{margin-top:4px}.comparison.static-table .comparison-section-title{grid-column:1 / -1;text-align:left;padding:14px 16px 10px;color:#1a1a1a;font-size:18px;font-weight:500;line-height:20px;letter-spacing:.01em;background-color:#e1eaff;border-radius:12px}.comparison.static-table .comparison-link--btn{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:4px 12px;background:transparent;border:1px solid #365ef2;border-radius:8px;color:#365ef2;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.comparison.static-table .comparison-link--btn:hover{background-color:#f0f4ff;border-color:#2a4bc9;color:#2a4bc9}.comparison.static-table .comparison-enterprise-contact{display:flex;flex-direction:column;align-items:center;gap:6px}.comparison.static-table .comparison-enterprise-contact__suffix{display:block;font-size:14px;line-height:20px}@media screen and (max-width:767px){.cloud.pricing-info .comparison.static-table button.comparison-column.comparison-plan.plan-option{margin:0;padding:8px 0;background:none;font:inherit;text-align:center;appearance:none;-webkit-appearance:none}.cloud.pricing-info .comparison.static-table .comparison-column.plan-data{display:none!important}.cloud.pricing-info .comparison.static-table .comparison-column.plan-data.comparison-plan-col--active{display:block!important}}
