@layer components{.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{padding:30px;display:flex;flex-direction:column;box-shadow:var(--sh-sm)}.price-card .btn-block{margin-top:auto}.price-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:12px;font-weight:600;padding:5px 14px;border-radius:var(--r-pill);white-space:nowrap}.price-name{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:-.01em}.price-desc{font-size:14px;color:var(--text-3);margin-top:6px;min-height:46px}.price-amt{display:flex;align-items:baseline;gap:5px;margin:10px 0 6px}.price-amt .amt{font-family:var(--font-display);font-size:46px;font-weight:600;letter-spacing:-.03em;line-height:1}.price-amt .per{font-size:15px;color:var(--text-3);font-weight:500}.price-note{font-size:13px;color:var(--text-3);margin-bottom:14px;min-height:22px}.price-list{display:flex;flex-direction:column;gap:11px;margin:6px 0 26px}.price-list li{display:flex;gap:10px;font-size:14.5px;color:var(--text-2);line-height:1.4}.price-list svg{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:1px}@media(max-width:860px){.price-grid{grid-template-columns:1fr;max-width:430px;margin:0 auto}}.price-grid.four{grid-template-columns:repeat(4,1fr);gap:16px}.price-grid.four .price-card{padding:26px 22px}.price-grid.four .price-list li{font-size:14px}@media(max-width:1080px){.price-grid.four{grid-template-columns:repeat(2,1fr);max-width:660px;margin:0 auto}}@media(max-width:560px){.price-grid.four{grid-template-columns:1fr;max-width:400px}}.price-select-wrap{margin:6px 0 0;min-height:46px;display:flex;flex-direction:column;justify-content:center}.price-select{width:100%;background-color:var(--surface);background-image:url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%236c7b8b'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'><path%20d='M6%209l6%206%206-6'/></svg>");background-repeat:no-repeat;background-position:right 13px center;background-size:15px}.price-select:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.price-subnote{font-size:12.5px;color:var(--text-3);margin:6px 0 16px;line-height:1.45}.price-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;border-radius:99px;cursor:pointer;margin:2px 0 0;background:linear-gradient(90deg,var(--accent) var(--pf-fill, 0%),var(--surface-3) var(--pf-fill, 0%))}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:var(--sh-sm);cursor:pointer}.price-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:var(--sh-sm);cursor:pointer}.price-slider:focus{outline:none}.price-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--accent-soft)}.price-slider:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px var(--accent-soft)}.price-slider-val{font-family:var(--font-mono);font-size:12.5px;font-weight:600;color:var(--accent-700)}.price-slider-scale{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:10.5px;color:var(--text-faint);margin-top:4px}.pcost{max-width:680px;margin:44px auto 0;display:flex;flex-direction:column;gap:16px}.pcost-row{display:grid;grid-template-columns:172px 1fr 72px;align-items:center;gap:18px}.pcost-name{font-weight:600;font-size:15.5px;color:var(--text);line-height:1.2}.pcost-name b{font-weight:600}.pcost-name .sub{display:block;font-size:12px;color:var(--text-3);font-weight:500;margin-top:2px}.pcost-track{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-pill);height:32px;overflow:hidden}.pcost-bar{height:100%;border-radius:var(--r-pill);background:var(--border-strong);width:var(--w);min-width:8px}.pcost-row.us .pcost-track{background:var(--surface-2);border-color:var(--border)}.pcost-row.us .pcost-bar{background:linear-gradient(90deg,#1fa47c,#0f8a62)}.pcost-price{font-family:var(--font-display);font-weight:600;font-size:18px;text-align:right;color:var(--text-2)}.pcost-row.us .pcost-price{color:#0c7d55}.pcost-row.c1 .pcost-track{background:var(--surface-2);border-color:var(--border)}.pcost-row.c1 .pcost-bar{background:linear-gradient(90deg,#e6ae45,#c98e20)}.pcost-row.c1 .pcost-price{color:#8a5e0c}.pcost-row.c2 .pcost-track{background:var(--surface-2);border-color:var(--border)}.pcost-row.c2 .pcost-bar{background:linear-gradient(90deg,#dc8163,#be5e44)}.pcost-row.c2 .pcost-price{color:#a65943}.pcost-row.none .pcost-bar{background:transparent}.pcost-row.none .pcost-price{font-size:12.5px;font-weight:600;color:var(--text-faint);font-family:var(--font-mono)}.pcost-note{max-width:640px;margin:20px auto 0;text-align:center;font-size:13px;line-height:1.55;color:var(--text-faint);font-family:var(--font-mono)}@media(max-width:560px){.pcost-row{grid-template-columns:1fr auto;gap:8px 14px}.pcost-track{grid-column:1 / -1;order:3}}.cmp-wrap{overflow-x:auto}.cmp-wrap .cmp-table td:first-child,.cmp-wrap .cmp-table th:first-child{white-space:nowrap}.cmp-wrap .cmp-table thead th{font-size:15.5px}.cmp-wrap .cmp-table td:first-child{font-size:15.5px;font-weight:400}.cmp-wrap .cmp-table tbody td:not(:first-child){font-size:15.5px;font-weight:500;color:var(--text)}.cmp-wrap .cmp-table tbody tr:nth-child(2n) td:not(.col-tb){background:#10203306}.cmp-wrap .ck-no{color:var(--text-3)}.cmp-wrap .ck-no svg{stroke-width:2.75}.cmp-wrap .cmp-table .cmp-note{font-size:13px;font-weight:500;color:var(--text);white-space:nowrap}@media(max-width:760px){.cmp-wrap .cmp-table td:first-child,.cmp-wrap .cmp-table th:first-child{white-space:normal}}}
