.comparison-table{overflow:hidden}.comparison-table__container{width:100%}.comparison-table__header{margin-bottom:2rem;text-align:center}.comparison-table__heading{margin-bottom:1rem;line-height:1.2}.comparison-table__subheading{color:rgba(var(--color-foreground),.75);margin-bottom:0;max-width:70ch;margin-left:auto;margin-right:auto}.comparison-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1.5rem;padding:0 1.5rem;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),0.2) transparent}.comparison-table__wrapper::-webkit-scrollbar{height:8px}.comparison-table__wrapper::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:10px}.comparison-table__wrapper::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:10px}.comparison-table__wrapper::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.3)}.comparison-table__table{width:100%;border-collapse:collapse;border-spacing:0;background:rgb(var(--color-background));border:1px solid var(--table-border-color,rgba(var(--color-foreground),.12));border-radius:0;table-layout:fixed}.comparison-table__table th:first-child:nth-last-child(2),.comparison-table__table th:first-child:nth-last-child(2)~th{width:50%}.comparison-table__table th:first-child:nth-last-child(3),.comparison-table__table th:first-child:nth-last-child(3)~th{width:33.33%}.comparison-table__table th:first-child:nth-last-child(4),.comparison-table__table th:first-child:nth-last-child(4)~th{width:25%}.comparison-table__table th:first-child:nth-last-child(5),.comparison-table__table th:first-child:nth-last-child(5)~th{width:20%}.comparison-table__table thead{background:var(--table-header-bg,rgba(var(--color-foreground),.05));position:relative}.comparison-table__table thead::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0,var(--table-border-color,rgba(var(--color-foreground),.12)) 10%,var(--table-border-color,rgba(var(--color-foreground),.12)) 90%,transparent 100%)}.comparison-table__table th{padding:1rem .75rem;text-align:center;font-weight:600;font-size:var(--text-sm);border-bottom:none;vertical-align:middle;position:relative}.comparison-table__table th:not(:first-child):not(:last-child)::after{content:'';position:absolute;right:0;top:20%;bottom:20%;width:1px;background:var(--table-border-color,rgba(var(--color-foreground),.08))}.comparison-table__table th:first-child{text-align:left;width:30%;padding-left:1rem}.comparison-table__label-col{font-weight:700;color:rgba(var(--color-foreground),.9);text-transform:uppercase;font-size:var(--text-sm);letter-spacing:.05em}.comparison-table__cell,.comparison-table__col-header{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.comparison-table__table td[data-col],.comparison-table__table th[data-col]{transition:background-color .2s,color .2s}.comparison-table__col-image{margin-bottom:.5rem;display:flex;justify-content:center;align-items:center}.comparison-table__col-image img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(var(--color-foreground),.15);transition:transform .3s,box-shadow .3s,border-color .3s;background:rgb(var(--color-background));padding:2px}.comparison-table__table th:hover .comparison-table__col-image img{transform:scale(1.08);box-shadow:0 4px 16px rgba(var(--color-foreground),.15);border-color:rgb(var(--color-foreground))}.comparison-table__col-title{font-size:var(--text-base);font-weight:600;margin-bottom:.25rem;line-height:1.3;color:rgb(var(--color-foreground))}.comparison-table__col-subtitle{font-size:var(--text-xs);color:rgba(var(--color-foreground),.65);font-weight:400;line-height:1.4}.comparison-table__table tbody tr{border-bottom:1px solid var(--table-border-color,rgba(var(--color-foreground),.08))}.comparison-table__table tbody tr:last-child{border-bottom:none}.comparison-table__table tbody tr:hover{background:var(--table-row-hover,rgba(var(--color-foreground),.025));transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.04)}.comparison-table__table tbody tr:nth-child(2n){background:rgba(var(--color-foreground),.01)}.comparison-table__table tbody tr:nth-child(2n):hover{background:var(--table-row-hover,rgba(var(--color-foreground),.035))}.comparison-table__label{padding:.75rem .75rem .75rem 1rem;font-weight:600;text-align:left;color:rgba(var(--color-foreground),.9);font-size:var(--text-sm);position:relative}.comparison-table__label::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:rgba(var(--color-foreground),.15);border-radius:0 2px 2px 0;opacity:0;transition:opacity .2s}.comparison-table__table tbody tr:hover .comparison-table__label::before{opacity:1}.comparison-table__cell{padding:.75rem;text-align:center;vertical-align:middle;position:relative}.comparison-table__cell:not(:last-child)::after{content:'';position:absolute;right:0;top:25%;bottom:25%;width:1px;background:var(--table-border-color,rgba(var(--color-foreground),.06))}.comparison-table__text{display:inline-block;font-size:var(--text-base);font-weight:500;color:rgba(var(--color-foreground),.85);line-height:1.5}.comparison-table__check{color:#22c55e;display:inline-block;filter:drop-shadow(0 2px 4px rgba(34, 197, 94, .2));animation:.3s fadeIn}.comparison-table__cross{color:#ef4444;display:inline-block;opacity:.6;filter:drop-shadow(0 2px 4px rgba(239, 68, 68, .15));animation:.3s fadeIn}@keyframes fadeIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.comparison-table__rating{display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}.comparison-table__star{flex-shrink:0;transition:transform .2s}.comparison-table__table tbody tr:hover .comparison-table__star{transform:scale(1.1)}.comparison-table__star--full,.comparison-table__star--half{color:#fbbf24;filter:drop-shadow(0 1px 2px rgba(251, 191, 36, .3))}.comparison-table__star--empty{color:rgba(var(--color-foreground),.2)}.comparison-table__rating-value{margin-left:.625rem;font-size:var(--text-sm);font-weight:700;color:rgba(var(--color-foreground),.8);background:rgba(var(--color-foreground),.05);padding:.125rem .5rem;border-radius:12px}.comparison-table__empty{text-align:center;padding:4rem 1.5rem;color:rgba(var(--color-foreground),.5);font-style:italic;font-size:var(--text-base)}.comparison-table__table td.is-highlighted,.comparison-table__table th.is-highlighted{background:rgba(var(--color-accent-1),.05);position:relative}.comparison-table__table th.is-highlighted::before{content:'POPULAR';position:absolute;top:.5rem;right:.5rem;font-size:var(--text-xs);font-weight:700;background:rgb(var(--color-accent-1));color:rgb(var(--color-background));padding:.25rem .5rem;border-radius:4px;letter-spacing:.05em}@media screen and (max-width:749px){.comparison-table__header{margin-bottom:1.5rem}.comparison-table__wrapper{margin:0;padding:0}.comparison-table__table th{padding:.5rem .25rem;font-size:var(--text-xs)}.comparison-table__table th:first-child{width:25%;padding-left:.5rem}.comparison-table__cell,.comparison-table__label{padding:.4rem .25rem}.comparison-table__label{padding-left:.5rem;font-size:var(--text-xs);word-break:break-word}.comparison-table__col-image{display:none}.comparison-table__col-title{font-size:var(--text-xs)}.comparison-table__col-subtitle{display:none}.comparison-table__text{font-size:var(--text-xs)}.comparison-table__rating{gap:.125rem}.comparison-table__star{width:12px;height:12px}.comparison-table__rating-value{display:none}.comparison-table__check svg,.comparison-table__cross svg{width:16px;height:16px}}@media screen and (min-width:750px){.comparison-table__table th:first-child:nth-last-child(2){width:40%}.comparison-table__table th:first-child:nth-last-child(2)~th{width:60%}.comparison-table__table th:first-child:nth-last-child(3){width:35%}.comparison-table__table th:first-child:nth-last-child(3)~th{width:32.5%}.comparison-table__table th:first-child:nth-last-child(4){width:30%}.comparison-table__table th:first-child:nth-last-child(4)~th{width:23.33%}.comparison-table__table th:first-child:nth-last-child(5){width:25%}.comparison-table__table th:first-child:nth-last-child(5)~th{width:18.75%}.comparison-table__wrapper{margin:0;padding:0}.comparison-table__table th:first-child{width:28%}.comparison-table__table th{padding:1rem .75rem}.comparison-table__cell,.comparison-table__label{padding:.75rem}.comparison-table__label{padding-left:1rem}.comparison-table__col-image img{width:48px;height:48px}}@media screen and (min-width:990px){.comparison-table__table th:first-child{width:25%}.comparison-table__table th{padding:1.25rem 1rem}.comparison-table__cell,.comparison-table__label{padding:.875rem 1rem}.comparison-table__label{padding-left:1.25rem}.comparison-table__col-image img{width:56px;height:56px}}.comparison-table.full-width .comparison-table__wrapper{margin:0;padding:0}@media print{.comparison-table__wrapper{overflow:visible;margin:0;padding:0}.comparison-table__table{min-width:100%;border:1px solid #000;box-shadow:none}.comparison-table__table tbody tr:hover{background:0 0;transform:none;box-shadow:none}.comparison-table__col-image img{filter:grayscale(100%)}}.comparison-table__grid{display:flex;flex-direction:column;gap:2rem}.comparison-table__content{display:flex;flex-direction:column;gap:1rem}.comparison-table__content .comparison-table__heading{margin-bottom:0}.comparison-table__content .comparison-table__subheading{margin:0;max-width:none}.comparison-table__content .comparison-table__text{color:rgba(var(--color-foreground),.75);line-height:1.6}.comparison-table__content .comparison-table__button{margin-top:.5rem}.comparison-table--layout-table-only .comparison-table__content{text-align:center;align-items:center}.comparison-table--layout-table-only .comparison-table__subheading,.comparison-table--layout-table-only .comparison-table__text{max-width:60ch}.comparison-table--layout-stacked .comparison-table__content{text-align:center;align-items:center}.comparison-table--layout-stacked .comparison-table__subheading,.comparison-table--layout-stacked .comparison-table__text{max-width:60ch}.comparison-table--minimal .comparison-table__table{border:none;background:0 0;border-radius:0}.comparison-table--minimal .comparison-table__table thead{background:0 0}.comparison-table--minimal .comparison-table__table thead::after{display:none}.comparison-table--minimal .comparison-table__table th{border-bottom:1px solid var(--table-border-color,rgba(var(--color-foreground),.1))}.comparison-table--minimal .comparison-table__table th:not(:first-child):not(:last-child)::after{display:none}.comparison-table--minimal .comparison-table__table tbody tr{border-bottom:1px solid var(--table-border-color,rgba(var(--color-foreground),.06))}.comparison-table--minimal .comparison-table__table tbody tr:hover{background:var(--table-row-hover,rgba(var(--color-foreground),.02));transform:none;box-shadow:none}.comparison-table--minimal .comparison-table__cell:not(:last-child)::after,.comparison-table--minimal .comparison-table__label::before{display:none}.comparison-table--rounded .comparison-table__table{border:1px solid var(--table-border-color,rgba(var(--color-foreground),.1));border-radius:var(--table-border-radius,12px);overflow:hidden;background:rgb(var(--color-background))}.comparison-table--rounded .comparison-table__table thead{background:var(--table-header-bg,rgba(var(--color-foreground),.03))}.comparison-table--rounded .comparison-table__table th:not(:first-child):not(:last-child)::after,.comparison-table--rounded .comparison-table__table thead::after{display:none}.comparison-table--rounded .comparison-table__table tbody tr{border-bottom:1px solid var(--table-border-color,rgba(var(--color-foreground),.06))}.comparison-table--rounded .comparison-table__table tbody tr:last-child{border-bottom:none}.comparison-table--rounded .comparison-table__table tbody tr:hover{background:var(--table-row-hover,rgba(var(--color-foreground),.02));transform:none;box-shadow:none}.comparison-table--rounded .comparison-table__cell:not(:last-child)::after,.comparison-table--rounded .comparison-table__label::before{display:none}.comparison-table--rounded .comparison-table__col-image img{border-radius:50%}.comparison-table--separated .comparison-table__wrapper{overflow:visible}.comparison-table--separated .comparison-table__table{border:none;background:0 0;border-collapse:separate;border-spacing:0.75rem}.comparison-table--separated .comparison-table__table thead{background:0 0}.comparison-table--separated .comparison-table__table thead::after{display:none}.comparison-table--separated .comparison-table__table td,.comparison-table--separated .comparison-table__table th{background:rgb(var(--color-background));border:1px solid var(--table-border-color,rgba(var(--color-foreground),.1));border-radius:var(--table-border-radius,12px);vertical-align:middle}.comparison-table--separated .comparison-table__table th{padding:1rem .75rem}.comparison-table--separated .comparison-table__table th:not(:first-child):not(:last-child)::after{display:none}.comparison-table--separated .comparison-table__label-col{background:0 0;border:none}.comparison-table--separated .comparison-table__label{background:0 0;border:none;font-weight:600}.comparison-table--separated .comparison-table__label::before{display:none}.comparison-table--separated .comparison-table__table tbody tr{border-bottom:none}.comparison-table--separated .comparison-table__table tbody tr:hover{background:0 0;transform:none;box-shadow:none}.comparison-table--separated .comparison-table__cell{transition:transform .2s,box-shadow .2s}.comparison-table--separated .comparison-table__cell:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.comparison-table--separated .comparison-table__cell:not(:last-child)::after{display:none}.comparison-table--separated .comparison-table__col-image img{border-radius:var(--table-border-radius,12px);border:none;padding:0}@media screen and (max-width:749px){.comparison-table--separated .comparison-table__table{border-spacing:0.375rem}.comparison-table--separated .comparison-table__table td,.comparison-table--separated .comparison-table__table th{border-radius:calc(var(--table-border-radius,12px) * .6)}}@media screen and (min-width:750px){.comparison-table--separated .comparison-table__table{border-spacing:0.625rem}}@media screen and (min-width:990px){.comparison-table--layout-split .comparison-table__grid,.comparison-table--layout-split-reverse .comparison-table__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.comparison-table--layout-split .comparison-table__content,.comparison-table--layout-split-reverse .comparison-table__content{text-align:left;align-items:flex-start}.comparison-table--layout-split-reverse .comparison-table__content{order:2}.comparison-table--layout-split-reverse .comparison-table__table-container{order:1}.comparison-table--separated .comparison-table__table{border-spacing:0.75rem}}.comparison-table__table--no-label th:first-child{width:auto}.comparison-table__table--no-label th{width:50%}.comparison-table__table--no-label th:first-child:nth-last-child(3),.comparison-table__table--no-label th:first-child:nth-last-child(3)~th{width:33.33%}.comparison-table__table--no-label th:first-child:nth-last-child(4),.comparison-table__table--no-label th:first-child:nth-last-child(4)~th{width:25%}