.rpa{width:100%;margin-inline:auto;display:block}.rpa-search-title{margin:0 0 var(--rpa-gap,16px);font-size:var(--wp--preset--font-size--lg,1.25rem);font-weight:var(--wp--custom--fw--strong);color:var(--wp--preset--color--contrast,#0f1115);line-height:1.4}.rpa-search-title__q{font-weight:var(--wp--custom--fw--strong);color:var(--wp--preset--color--primary,#0a66c2)}.rpa-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-block-end:var(--rpa-gap,16px);display:flex}.rpa-toolbar__right{align-items:center;gap:12px;margin-inline-start:auto;display:flex}.rpa-count{color:var(--wp--preset--color--text-muted,#5b6271);white-space:nowrap;font-size:.8125rem}.rpa-chip{background:var(--wp--preset--color--muted,#eceef1);height:36px;color:var(--wp--preset--color--text,#1a1d23);font-size:.875rem;font-weight:var(--wp--custom--fw--base);white-space:nowrap;scroll-snap-align:start;border-radius:9999px;flex:none;align-items:center;padding-inline:14px;text-decoration:none;transition:background-color .15s;display:inline-flex}.rpa-chip:hover{background:var(--wp--preset--color--border,#e2e4e9);text-decoration:none}.rpa-chip.is-active{background:var(--wp--preset--color--contrast,#0f1115);color:var(--wp--preset--color--base,#fff)}.rpa-sort-chips{flex-wrap:wrap;flex:auto;gap:8px;min-width:0;padding-block:4px;display:flex}.rpa-sort__trigger{display:none}.rpa-sort__form,.rpa-sort__label,.rpa-sort__form select,.rpa-sort__go{display:none!important}.rpa-grid{grid-template-columns:repeat(var(--rpa-desk,4),minmax(0,1fr));gap:var(--rpa-gap,16px);margin:0;padding:0;list-style:none;display:grid}@media (width<=768px){.rpa-grid{grid-template-columns:repeat(var(--rpa-mob,2),minmax(0,1fr))}}.rpa{--rpc-radius:var(--rpa-radius,12px)}@keyframes rpa-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rpa-skel-box,.rpa-skel-line,.rpa-skel-pill{background:linear-gradient(90deg,#e6e8ed 0%,#f6f7fa 50%,#e6e8ed 100%) 0 0/200% 100%;border-radius:6px;animation:1.4s linear infinite rpa-shimmer}@media (prefers-reduced-motion:reduce){.rpa-skel-box,.rpa-skel-line,.rpa-skel-pill{animation:none}}.rpa-skel-box{aspect-ratio:1;border-radius:calc(var(--rpa-radius,12px) - 4px);width:100%}.rpa-skel-line{border-radius:999px;width:100%;height:.85rem;display:block}.rpa-skel-line--w60{width:60%}.rpa-skel-line--price{width:45%;height:1rem}.rpa-skel-pill{border-radius:9999px;width:38px;height:22px;display:inline-block}.rpc-card--skel{pointer-events:none}.rpc-card--skel:hover{box-shadow:none;transform:none}.rpc-card--skel .rpc-card__link{gap:12px}.rpc-card--skel .rpa-skel-title{-webkit-line-clamp:unset;flex-direction:column;gap:8px;display:flex;overflow:visible}.rpc-card--skel .rpa-skel-title .rpa-skel-line:nth-child(2){animation-delay:-.3s}.rpc-card--skel .rpa-skel-line--price{animation-delay:-.6s}.rpc-card--skel .rpa-skel-pill{animation-delay:-.9s}@media (width<=768px){.rpa-skel-box{border-radius:0}}.rpa-skeleton[hidden]{display:none}.rpa-skeleton .rpa-grid--skel{margin-top:var(--rpa-gap,16px)}.rpa[data-rpa-busy=sort] .rpa-grid:not(.rpa-grid--skel){display:none}.rpa[data-rpa-busy=sort] .rpa-skeleton .rpa-grid--skel{margin-top:0}.rpa[data-rpa-busy=sort] .rpa-toolbar{pointer-events:none;opacity:.65;transition:opacity .12s}.rpa-pagination{flex-wrap:wrap;justify-content:center;gap:6px;margin-block-start:calc(var(--rpa-gap,16px)*1.5);display:flex}.rpa-pagination .page-numbers{border:1px solid var(--wp--preset--color--border,#e2e4e9);min-width:36px;height:36px;color:inherit;border-radius:8px;justify-content:center;align-items:center;padding-inline:10px;font-size:.875rem;text-decoration:none;display:inline-flex}.rpa-pagination .page-numbers.current{background:var(--wp--preset--color--contrast,#0f1115);color:var(--wp--preset--color--base,#fff);border-color:var(--wp--preset--color--contrast,#0f1115)}.rpa-pagination .page-numbers:hover:not(.current){background:var(--wp--preset--color--surface,#f7f7f8);text-decoration:none}.rpa-loadmore{justify-content:center;margin-block-start:calc(var(--rpa-gap,16px)*1.5);display:flex}.rpa-loadmore__sentinel{width:1px;height:1px}.rpa-loadmore__btn{background:var(--wp--preset--color--primary,#0a66c2);color:#fff;height:44px;font:inherit;font-weight:var(--wp--custom--fw--strong);cursor:pointer;border:0;border-radius:10px;padding-inline:24px;transition:background-color .15s}.rpa-loadmore__btn:hover{background:var(--wp--preset--color--primary-dark,#074a8d)}.rpa-loadmore__btn[hidden]{display:none}.rpa-loadmore__btn[disabled]{opacity:.7;cursor:progress}.rpa[data-rpa-js="1"] .rpa-pagination{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.rpa-sheet{color:inherit;background:0 0;border:0;width:100%;max-width:100%;max-height:90vh;margin:0;padding:0;position:fixed;inset:auto 0 0}.rpa-sheet::backdrop{background:#0f11158c}.rpa-sheet[open]{animation:.22s cubic-bezier(.2,.7,.2,1) rpa-sheet-in;display:block}.rpa-sheet.is-closing{animation:.18s forwards rpa-sheet-out}@keyframes rpa-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes rpa-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.rpa-sheet[open],.rpa-sheet.is-closing{animation:none}}.rpa-sheet__head,.rpa-sheet__body{background:var(--wp--preset--color--base,#fff)}.rpa-sheet__head{border-bottom:1px solid var(--wp--preset--color--border,#e2e4e9);border-radius:16px 16px 0 0;align-items:center;gap:8px;padding:14px 16px;display:flex}.rpa-sheet__close{cursor:pointer;width:32px;height:32px;color:inherit;background:0 0;border:0;font-size:1.5rem;line-height:1}.rpa-sheet__title{font-size:1rem;font-weight:var(--wp--custom--fw--strong);text-align:center;flex:1;margin:0}.rpa-sheet__body{max-height:70vh;padding:4px 0 16px;overflow-y:auto}.rpa-sort__opt{color:inherit;border-bottom:1px solid var(--wp--preset--color--border,#e2e4e9);align-items:center;gap:12px;padding:14px 16px;font-size:.95rem;text-decoration:none;display:flex}.rpa-sort__opt:last-child{border-bottom:0}.rpa-sort__opt:hover{background:var(--wp--preset--color--surface,#f7f7f8);text-decoration:none}.rpa-sort__opt.is-active:before{content:"✓";color:var(--wp--preset--color--primary,#0a66c2);font-weight:var(--wp--custom--fw--strong)}.rpa-sort__opt:not(.is-active):before{content:"";width:.8em;display:inline-block}@media (width<=768px){.rpa-toolbar{gap:8px}.rpa-sort-chips,.rpa-count{display:none}.rpa-toolbar__right{margin-inline:0 auto}.rpa-sort__trigger{border:1px solid var(--wp--preset--color--border,#e2e4e9);background:var(--wp--preset--color--base,#fff);height:36px;font:inherit;color:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding-inline:12px;display:inline-flex}.rpa-sort__trigger-label{color:var(--wp--preset--color--text-muted,#5b6271);font-size:.8125rem}.rpa-sort__trigger-value{font-weight:var(--wp--custom--fw--strong);font-size:.875rem}}@media (width>=769px){.rpa-sheet{display:none}}.rpa-terminfo{border-top:1px solid var(--wp--preset--color--border,#e2e4e9);margin-block-start:calc(var(--rpa-gap,16px)*2);padding-block-start:calc(var(--rpa-gap,16px)*1.25)}.rpa-terminfo__title{font-size:var(--wp--preset--font-size--xl,1.5rem);font-weight:var(--wp--custom--fw--strong);color:var(--wp--preset--color--contrast,#0f1115);margin:0 0 12px;line-height:1.3}.rpa-archive-head{margin:0 0 var(--rpa-gap,16px);align-items:center;gap:8px;display:flex}.rpa-archive-head .rpa-archive-title{min-width:0;margin:0}.rpa-archive-head__share{margin-inline-start:auto}.rpa-archive-head__btn{border-radius:var(--wp--custom--radius--md,.5rem);width:40px;height:40px;color:var(--wp--preset--color--text,#1a1d23);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .12s linear,color .12s linear;display:inline-flex}.rpa-archive-head__btn:hover,.rpa-archive-head__btn:focus-visible{background:var(--wp--preset--color--surface,#f7f7f8);color:var(--wp--preset--color--primary,#0a66c2)}.rpa-archive-head__btn svg{width:22px;height:22px}.rpa-archive-head__back{display:none}@media (width<=768px){.rpa-archive-head__back{display:inline-flex}.rpa-archive-title{font-size:var(--wp--preset--font-size--lg,1.25rem)}.rpa-archive-head__btn{width:36px;height:36px}.rpa-archive-head__btn svg{width:20px;height:20px}}.rpa-desc__body{font-size:var(--wp--preset--font-size--base,1rem);color:var(--wp--preset--color--text,#1a1d23);line-height:1.85}.rpa-desc__body>*{margin-block:.7em}.rpa-desc__body>:first-child{margin-block-start:0}.rpa-desc__body h2,.rpa-desc__body h3,.rpa-desc__body h4,.rpa-desc__body h5{font-weight:var(--wp--custom--fw--strong);color:var(--wp--preset--color--contrast,#0f1115);margin-block:1.5em .6em;line-height:1.35}.rpa-desc__body h2{font-size:var(--wp--preset--font-size--lg,1.25rem)}.rpa-desc__body h3{font-size:var(--wp--preset--font-size--md,1.125rem)}.rpa-desc__body h4,.rpa-desc__body h5{font-size:var(--wp--preset--font-size--base,1rem)}.rpa-desc__body :is(h2,h3,h4,h5):first-child{margin-block-start:0}.rpa-desc__body p{margin-block:.9em}.rpa-desc__body a{color:var(--wp--preset--color--primary,#0a66c2);text-decoration:none}.rpa-desc__body a:hover{text-decoration:underline}.rpa-desc__body strong,.rpa-desc__body b{font-weight:var(--wp--custom--fw--strong)}.rpa-desc__body ul,.rpa-desc__body ol{margin-block:.9em;padding-inline-start:1.6em}.rpa-desc__body ul{list-style:outside}.rpa-desc__body ol{list-style:decimal}.rpa-desc__body li{margin-block:.35em}.rpa-desc__body img{border-radius:var(--wp--custom--radius--lg,.75rem);max-width:100%;height:auto;margin-inline:auto;display:block}.rpa-desc__body figure{text-align:center;margin-inline:auto}.rpa-desc__body figcaption{font-size:var(--wp--preset--font-size--sm,.875rem);color:var(--wp--preset--color--text-muted,#6b7280);margin-block-start:.5em}