.ps-container,.ps-container *,.ps-container :before,.ps-container :after{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.ps-page-bg{background-image:radial-gradient(ellipse 60% 45% at 50% 55%, rgb(var(--color-blue-primary) / .04) 0%, transparent 65%)}html.dark .ps-page-bg{background:radial-gradient(ellipse 60% 45% at 50% 55%, rgb(var(--color-blue-primary) / .08) 0%, transparent 65%), radial-gradient(ellipse 80% 50% at 50% 0%, rgb(var(--color-blue-primary) / .06) 0%, transparent 70%), rgb(var(--color-bg-primary))}.ps-container{max-width:740px;margin:0 auto;padding:0 1.5rem 1.5rem}@media (width<=640px){.ps-container{padding:0 .75rem 1rem}}.ps-hero{text-align:center;max-width:740px;margin:0 auto .75rem}.ps-page-title{color:rgb(var(--color-text-primary));letter-spacing:-.015em;text-shadow:0 1px 2px rgb(var(--color-text-primary) / .06);margin:0;padding-bottom:.5rem;font-size:2.25rem;font-weight:750;line-height:1.1;display:inline-block;position:relative}.ps-page-title:after{content:"";background:linear-gradient(90deg, transparent 0%, rgb(var(--color-blue-primary) / .6) 20%, rgb(var(--color-blue-primary)) 50%, rgb(var(--color-blue-primary) / .6) 80%, transparent 100%);border-radius:2px;width:140px;height:2.5px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}html.dark .ps-page-title{text-shadow:0 1px 8px rgb(var(--color-blue-primary) / .12)}html.dark .ps-page-title:after{background:linear-gradient(90deg, transparent 0%, rgb(var(--color-blue-primary) / .5) 20%, rgb(var(--color-blue-primary) / .8) 50%, rgb(var(--color-blue-primary) / .5) 80%, transparent 100%)}@media (width>=641px){.ps-page-title{font-size:2.875rem}}.ps-hero__subtitle{color:rgb(var(--color-text-tertiary));margin:.375rem 0 0;font-size:.8125rem;font-weight:400;line-height:1.4}@media (width<=640px){.ps-hero__subtitle{font-size:.75rem}}.ps-panel{background:rgb(var(--color-bg-primary));border:1px solid rgb(var(--color-border-primary) / .5);box-shadow:0 1px 3px rgb(var(--color-text-primary) / .06), 0 6px 24px rgb(var(--color-text-primary) / .08);border-radius:1.25rem;margin-bottom:.75rem;padding:1.5rem}html.dark .ps-panel{background:rgb(var(--color-text-primary) / .03);border-color:rgb(var(--color-text-primary) / .06);-webkit-backdrop-filter:blur(32px)saturate(1.3);box-shadow:0 1px 2px rgb(var(--color-bg-primary) / .2), 0 8px 32px rgb(var(--color-bg-primary) / .3), inset 0 1px 0 rgb(var(--color-text-primary) / .04)}@media (width<=640px){.ps-panel{border-radius:1rem;padding:1.125rem}}.ps-zone{margin-bottom:1.125rem}.ps-zone:last-child{margin-bottom:0}.ps-zone__label{color:rgb(var(--color-text-tertiary));text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-size:.6875rem;font-weight:600}label[for=ps-subject].ps-zone__label{display:block}.ps-input-wrapper{position:relative}.ps-input-icon{color:rgb(var(--color-text-tertiary));pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.ps-input-icon svg{width:18px;height:18px}.ps-input{width:100%;color:rgb(var(--color-text-primary));background:rgb(var(--color-bg-secondary));border:1px solid rgb(var(--color-border-primary) / .6);box-sizing:border-box;border-radius:.875rem;outline:none;padding:.875rem 1.25rem .875rem 2.75rem;font-size:1.125rem;font-weight:400;transition:border-color .15s,box-shadow .15s,background-color .15s}.ps-subject-hint{text-align:center;color:rgb(var(--color-text-tertiary));margin-top:.375rem;font-size:.75rem;font-style:italic}.ps-input::placeholder{color:rgb(var(--color-text-tertiary) / .55);font-size:1.0625rem;font-weight:400}.ps-input:focus-visible{border-color:rgb(var(--color-blue-primary));background:rgb(var(--color-bg-primary))}html.dark .ps-input{background:rgb(var(--color-text-primary) / .04);border-color:rgb(var(--color-text-primary) / .08)}html.dark .ps-input:focus-visible{border-color:rgb(var(--color-blue-primary));background:rgb(var(--color-text-primary) / .06)}.ps-chips{flex-wrap:wrap;gap:.375rem;display:flex}.ps-chip{border:1px solid rgb(var(--color-border-primary) / .5);background:rgb(var(--color-bg-secondary));color:rgb(var(--color-text-primary));cursor:pointer;user-select:none;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;min-height:40px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.ps-chip:hover{background:rgb(var(--color-blue-primary) / .06);border-color:rgb(var(--color-blue-primary) / .2);color:rgb(var(--color-text-primary))}.ps-chip--active{background:rgb(var(--color-blue-primary));color:rgb(var(--color-text-on-primary));box-shadow:inset 0 1px 0 rgb(var(--color-text-on-primary) / .12), 0 1px 3px rgb(var(--color-blue-primary) / .15);border-color:#0000;font-weight:600}.ps-chip--active:hover{background:rgb(var(--color-blue-primary));filter:brightness(1.04);box-shadow:inset 0 1px 0 rgb(var(--color-text-on-primary) / .12), 0 2px 5px rgb(var(--color-blue-primary) / .18)}html.dark .ps-chip{background:rgb(var(--color-text-primary) / .04);border-color:rgb(var(--color-text-primary) / .06)}html.dark .ps-chip:hover{background:rgb(var(--color-blue-primary) / .1);border-color:rgb(var(--color-blue-primary) / .25)}html.dark .ps-chip--active,html.dark .ps-chip--active:hover{background:rgb(var(--color-blue-primary));box-shadow:inset 0 1px 0 rgb(var(--color-text-on-primary) / .12), 0 2px 6px rgb(var(--color-blue-primary) / .25);border-color:#0000}html.dark .ps-chip--active:hover{filter:brightness(1.06)}.ps-suboptions{border-top:1px solid rgb(var(--color-border-primary) / .3);margin-top:.625rem;padding-top:.625rem}html.dark .ps-suboptions{border-top-color:rgb(var(--color-text-primary) / .05)}.ps-suboptions__label{color:rgb(var(--color-text-tertiary));text-transform:uppercase;letter-spacing:.06em;margin:0 0 .375rem;font-size:.6875rem;font-weight:600}.ps-select{width:100%;color:rgb(var(--color-text-primary));background:rgb(var(--color-bg-secondary));border:1px solid rgb(var(--color-border-primary) / .5);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239CA3AF' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:.625rem;outline:none;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.ps-select:focus-visible{border-color:rgb(var(--color-blue-primary) / .3)}html.dark .ps-select{background-color:rgb(var(--color-text-primary) / .05);border-color:rgb(var(--color-text-primary) / .08)}html.dark .ps-select:focus-visible{border-color:rgb(var(--color-blue-primary) / .35)}.ps-subchips{flex-wrap:wrap;gap:.375rem;display:flex}.ps-subchip{border:1px solid rgb(var(--color-border-primary) / .4);background:rgb(var(--color-bg-secondary));color:rgb(var(--color-text-secondary));cursor:pointer;user-select:none;border-radius:9999px;align-items:center;min-height:32px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.ps-subchip:hover{background:rgb(var(--color-blue-primary) / .06);border-color:rgb(var(--color-blue-primary) / .2)}.ps-subchip--active,.ps-subchip--active:hover{background:rgb(var(--color-blue-primary));color:rgb(var(--color-text-on-primary));box-shadow:0 2px 8px rgb(var(--color-blue-primary) / .25);border-color:#0000;font-weight:600}.ps-subchip--active:hover{filter:brightness(1.06)}html.dark .ps-subchip{background:rgb(var(--color-text-primary) / .04);border-color:rgb(var(--color-text-primary) / .06)}html.dark .ps-subchip--active,html.dark .ps-subchip--active:hover{background:rgb(var(--color-blue-primary));box-shadow:0 2px 10px rgb(var(--color-blue-primary) / .35);border-color:#0000}html.dark .ps-subchip--active:hover{filter:brightness(1.06)}.ps-query-length{margin-bottom:.75rem}.ps-query-length__row{align-items:center;gap:.75rem;display:flex}.ps-query-length__bar{background:rgb(var(--color-border-primary) / .3);border-radius:1px;flex:1;height:2px;overflow:hidden}html.dark .ps-query-length__bar{background:rgb(var(--color-text-primary) / .08)}.ps-query-length__fill{border-radius:1px;height:100%;transition:width .3s,background-color .3s}.ps-query-length__fill--green{background-color:rgb(var(--color-text-quaternary) / .4)}.ps-query-length__fill--amber{background-color:rgb(var(--color-orange-primary))}.ps-query-length__fill--red{background-color:rgb(var(--color-red-primary))}.ps-query-length__text{color:rgb(var(--color-text-tertiary));white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.6875rem;font-weight:400}.ps-warning{border-radius:.5rem;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.75rem;font-weight:400}.ps-warning--info{background:rgb(var(--color-blue-primary) / .06);color:rgb(var(--color-blue-tertiary));border:1px solid rgb(var(--color-blue-primary) / .12)}.ps-warning--warn{background:rgb(var(--color-orange-primary) / .06);color:rgb(var(--color-orange-tertiary));border:1px solid rgb(var(--color-orange-primary) / .1)}.ps-warning--error{background:rgb(var(--color-red-primary) / .06);color:rgb(var(--color-red-tertiary));border:1px solid rgb(var(--color-red-primary) / .1)}html.dark .ps-warning--info{background:rgb(var(--color-blue-primary) / .08);border-color:rgb(var(--color-blue-primary) / .15)}html.dark .ps-warning--warn{background:rgb(var(--color-orange-primary) / .08);border-color:rgb(var(--color-orange-primary) / .12)}html.dark .ps-warning--error{background:rgb(var(--color-red-primary) / .08);border-color:rgb(var(--color-red-primary) / .12)}.ps-more-toggle{width:100%;color:rgb(var(--color-text-secondary));cursor:pointer;background:rgb(var(--color-bg-secondary));border:1px solid rgb(var(--color-border-primary) / .3);user-select:none;border-radius:.625rem;justify-content:space-between;align-items:center;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.ps-more-toggle:hover{color:rgb(var(--color-text-primary));background:rgb(var(--color-bg-tertiary));border-color:rgb(var(--color-border-primary) / .5)}html.dark .ps-more-toggle{background:rgb(var(--color-text-primary) / .04);border-color:rgb(var(--color-text-primary) / .06)}html.dark .ps-more-toggle:hover{background:rgb(var(--color-text-primary) / .07);border-color:rgb(var(--color-text-primary) / .1)}.ps-chevron{border-bottom:1.5px solid;border-right:1.5px solid;flex-shrink:0;order:1;width:6px;height:6px;transition:transform .2s;display:inline-block;transform:rotate(-45deg)}.ps-more-toggle[aria-expanded=true] .ps-chevron{transform:rotate(45deg)}@keyframes ps-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ps-settings-content{margin-top:.75rem;animation:.2s ps-fadeIn}.ps-settings-row{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.ps-settings-row+.ps-settings-row{border-top:1px solid rgb(var(--color-border-primary) / .3)}html.dark .ps-settings-row+.ps-settings-row{border-top-color:rgb(var(--color-text-primary) / .05)}.ps-settings-row__label{color:rgb(var(--color-text-secondary));font-size:.875rem;font-weight:500}.ps-settings-row__hint{color:rgb(var(--color-text-tertiary));margin-top:.125rem;font-size:.75rem}.ps-radio-group{background:rgb(var(--color-bg-tertiary));border-radius:.5rem;gap:.125rem;padding:.1875rem;display:flex}html.dark .ps-radio-group{background:rgb(var(--color-bg-primary) / .3)}.ps-radio{color:rgb(var(--color-text-secondary));cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s}.ps-radio:hover{color:rgb(var(--color-text-primary));background:rgb(var(--color-text-primary) / .03)}.ps-radio--active,.ps-radio--active:hover{background:rgb(var(--color-bg-primary));color:rgb(var(--color-text-primary));box-shadow:0 1px 3px rgb(var(--color-text-primary) / .08)}html.dark .ps-radio--active,html.dark .ps-radio--active:hover{background:rgb(var(--color-text-primary) / .1);color:rgb(var(--color-text-primary));box-shadow:0 1px 3px rgb(var(--color-bg-primary) / .4)}.ps-price-row{align-items:center;gap:.5rem;display:flex}.ps-price-input{width:80px;color:rgb(var(--color-text-primary));background:rgb(var(--color-bg-secondary));border:1px solid rgb(var(--color-border-primary) / .5);text-align:center;border-radius:.5rem;outline:none;padding:.375rem .5rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.ps-price-input:focus-visible{border-color:rgb(var(--color-blue-primary) / .3)}html.dark .ps-price-input{background:rgb(var(--color-text-primary) / .05);border-color:rgb(var(--color-text-primary) / .08)}html.dark .ps-price-input:focus-visible{border-color:rgb(var(--color-blue-primary) / .35)}.ps-price-separator{color:rgb(var(--color-text-tertiary));font-size:.8rem}.ps-checkbox-row{cursor:pointer;align-items:center;gap:.5rem;display:flex}.ps-checkbox{width:18px;height:18px;accent-color:rgb(var(--color-blue-primary));cursor:pointer}.ps-checkbox-label{color:rgb(var(--color-text-secondary));user-select:none;font-size:.875rem}.ps-actions{grid-template-columns:1fr 1fr;gap:.75rem;width:fit-content;max-width:100%;margin:1.5rem auto 1.2rem;display:grid}.ps-affiliate-disclosure{text-align:center;color:rgb(var(--color-text-secondary));margin:.5rem 0 0;padding:0 .75rem;font-size:.8125rem;line-height:1.3}.ps-btn-primary{color:rgb(var(--color-text-on-primary));cursor:pointer;letter-spacing:.01em;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;transition:all .15s;display:inline-flex}.ps-btn-primary--sold{background:rgb(var(--color-green-primary));box-shadow:0 1px 2px rgb(var(--color-green-primary) / .15)}.ps-btn-primary--active{background:rgb(var(--color-blue-primary));box-shadow:0 1px 2px rgb(var(--color-blue-primary) / .15)}.ps-btn-primary:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-.5px)}.ps-btn-primary--sold:hover:not(:disabled){box-shadow:0 2px 6px rgb(var(--color-green-primary) / .2)}.ps-btn-primary--active:hover:not(:disabled){box-shadow:0 2px 6px rgb(var(--color-blue-primary) / .2)}.ps-btn-primary:active:not(:disabled){filter:brightness(.97);transform:translateY(1px)}.ps-btn-primary:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;filter:none;transform:none}.ps-app-row{flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;margin-bottom:1.5rem;display:flex}.ps-app-row__label{color:rgb(var(--color-text-tertiary));text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:.6875rem;font-weight:600}.ps-seo{background:linear-gradient(180deg, rgb(var(--color-text-primary) / .02) 0%, rgb(var(--color-text-primary) / .01) 40%, transparent 100%);border-top:1px solid rgb(var(--color-border-primary) / .08);padding:2rem 1rem 3rem}html.dark .ps-seo{background:linear-gradient(180deg, rgb(var(--color-blue-primary) / .06) 0%, rgb(var(--color-blue-primary) / .02) 40%, transparent 100%);border-top-color:rgb(var(--color-text-primary) / .06)}.ps-seo__inner{max-width:45rem;margin:0 auto}.ps-seo__heading{color:rgb(var(--color-text-secondary));letter-spacing:-.01em;margin:0 0 1.25rem;font-size:1.5rem;font-weight:600}.ps-seo__heading--faq{margin-top:0}.ps-seo__grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}@media (width<=640px){.ps-seo__grid{grid-template-columns:1fr;gap:1.25rem}}.ps-seo__copy{flex-direction:column;gap:.75rem;max-width:28rem;display:flex}.ps-seo__body{color:rgb(var(--color-text-secondary));margin:0;font-size:1rem;line-height:1.6}.ps-seo__body:first-child{font-weight:500}.ps-seo__body strong{color:rgb(var(--color-text-primary));font-weight:600}html.dark .ps-seo__body strong{color:rgb(var(--color-text-primary))}.ps-seo__steps{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ps-seo__steps li{color:rgb(var(--color-text-secondary));align-items:baseline;gap:.625rem;font-size:1rem;line-height:1.5;display:flex}.ps-seo__steps li strong{color:rgb(var(--color-blue-primary));flex-shrink:0;font-size:1rem;font-weight:700}.ps-seo__separator{background:rgb(var(--color-border-primary) / .2);height:1px;margin:2rem 0}html.dark .ps-seo__separator{background:rgb(var(--color-text-primary) / .06)}.ps-seo__faq-list{flex-direction:column;gap:.5rem;display:flex}.ps-seo__faq{background:rgb(var(--color-text-primary) / .02);border:1px solid rgb(var(--color-border-primary) / .15);border-radius:.75rem;transition:background .15s}.ps-seo__faq[open]{background:rgb(var(--color-text-primary) / .03)}html.dark .ps-seo__faq{background:rgb(var(--color-text-primary) / .025);border-color:rgb(var(--color-text-primary) / .06)}html.dark .ps-seo__faq[open]{background:rgb(var(--color-text-primary) / .04)}.ps-seo__faq summary{color:rgb(var(--color-text-secondary));cursor:pointer;user-select:none;justify-content:space-between;align-items:center;min-height:3rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;list-style:none;display:flex}.ps-seo__faq summary::-webkit-details-marker{display:none}.ps-seo__faq summary:after{content:"+";color:rgb(var(--color-text-tertiary));flex-shrink:0;margin-left:1rem;font-size:1.125rem;font-weight:400;line-height:1;transition:transform .2s}.ps-seo__faq[open] summary:after{content:"−"}.ps-seo__faq-answer{color:rgb(var(--color-text-secondary));margin:0;padding:0 1rem 1rem;font-size:.875rem;line-height:1.65}.ps-seo__related{border-top:1px solid rgb(var(--color-border-primary) / .15);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}html.dark .ps-seo__related{border-top-color:rgb(var(--color-text-primary) / .06)}.ps-seo__related-label{color:rgb(var(--color-text-tertiary));font-size:.8125rem;font-weight:500}.ps-seo__dot{color:rgb(var(--color-text-tertiary) / .4);font-size:.875rem;line-height:1}.ps-seo__link{color:rgb(var(--color-text-secondary));font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.ps-seo__link:hover{color:rgb(var(--color-blue-primary))}
