@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#24232d;background:#faf9f6;font-synthesis:none;--accent:#6652cc;--muted:#686672;--line:#e7e5e1}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,.button{cursor:pointer;background:var(--accent);color:#fff;border:1px solid transparent;padding:11px 19px;border-radius:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s}button:hover,.button:hover{filter:brightness(.95);transform:translateY(-1px)}button:disabled{opacity:.5;cursor:wait}.secondary{background:#fff;border-color:var(--line);color:#35313f}.danger{background:#a72e48}.small{padding:7px 12px;font-size:13px}input,select,textarea{border:1px solid #dcd9e2;background:#fff;padding:11px 13px;border-radius:10px;width:100%;color:#24232d}textarea{min-height:110px;resize:vertical}input:focus,textarea:focus,select:focus{outline:3px solid #d8cff9;border-color:var(--accent)}label{display:grid;gap:7px;font-size:14px;font-weight:500}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;letter-spacing:-.035em}h1{font-size:clamp(30px,4.5vw,56px);line-height:1.12;margin:15px 0}h2{font-size:26px;margin:0 0 20px}h3{font-size:18px;margin:0 0 7px}p{line-height:1.65}nav.top{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:1240px;margin:auto;padding:0 28px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;font-size:17px;font-weight:700;letter-spacing:-.6px}.brand-mark{height:34px;width:34px;border-radius:10px;background:#252330;color:#fff;display:grid;place-content:center;font-size:20px}.navlinks{display:flex;gap:26px;align-items:center;font-size:14px}.navlinks a:hover{color:var(--accent)}.lang{width:auto;padding:6px 8px;font-size:12px;background:transparent}main{max-width:1184px;margin:auto;padding:38px 0 70px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:var(--accent)}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;padding:25px 0 45px}.hero p{max-width:470px;color:var(--muted);font-size:17px}.hero-art{background:#e9e4f4;border-radius:30px;min-height:330px;position:relative;display:grid;place-items:center;overflow:hidden}.orbit{position:absolute;border:1px solid #cbc3df;border-radius:50%;width:330px;height:330px;transform:rotate(-22deg) scaleX(1.3)}.orbit.two{transform:rotate(25deg) scaleX(1.1);width:230px;height:230px}.hero-tile{width:148px;height:148px;border-radius:34px;background:linear-gradient(145deg,#8c7ae4,#5543b6);box-shadow:0 24px 60px #5b4c9c40;color:#fff;font-size:70px;display:grid;place-content:center;z-index:1;transform:rotate(-8deg)}.floating{position:absolute;z-index:2;background:#fff;border:1px solid #ffffff88;box-shadow:0 12px 30px #55467614;border-radius:16px;padding:15px 20px;font-size:14px}.floating.one{top:42px;left:22px}.floating.two{bottom:35px;right:20px}.searchbar{display:flex;gap:10px;max-width:540px;margin-top:25px}.searchbar input{min-width:0;background:#fff}.section{margin:30px 0 44px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-head h2{margin:0}.section-head a{font-size:13px;color:var(--accent)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.skill-card{display:flex;flex-direction:column;padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px;min-height:205px;transition:.18s}.skill-card:hover{border-color:#c2b6e5;box-shadow:0 10px 26px #35304409;transform:translateY(-3px)}.card-head{display:flex;gap:14px;align-items:center}.icon{height:56px;width:56px;flex:none;display:grid;place-content:center;background:#efeafa;border-radius:15px;color:#6652cc;font-weight:700;font-size:25px}.icon img{height:56px;width:56px;border-radius:15px}.skill-card h3{font-size:16px;letter-spacing:-.02em}.muted{color:var(--muted)}.tiny{font-size:12px}.skill-card p{font-size:14px;color:var(--muted);margin:16px 0;flex:1}.card-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px}.price{font-weight:700;color:var(--accent);background:#f3effc;border-radius:7px;padding:5px 10px}.badge{font-size:10px;color:#6c55b8;background:#f0eafb;padding:3px 6px;border-radius:4px}.trust{background:#efeee9;border-radius:20px;padding:28px;display:flex;gap:24px;align-items:center}.trust h3{margin:0}.trust p{font-size:14px;color:var(--muted);margin:6px 0}.trust-symbol{font-size:32px}.categories{display:flex;gap:9px;flex-wrap:wrap}.chip{padding:9px 14px;border:1px solid var(--line);background:#fff;border-radius:30px;font-size:13px}.filters{display:flex;gap:12px;margin-bottom:24px}.filters input{flex:2}.filters select{flex:1}.detail-head{display:flex;align-items:center;gap:24px;margin:25px 0 35px}.detail-head .icon,.detail-head .icon img{height:100px;width:100px;border-radius:25px;font-size:44px}.detail-head h1{font-size:36px}.detail-head .actions{margin-left:auto}.columns{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:50px}.panel{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}.stack{display:grid;gap:18px}.screenshots{display:flex;gap:18px;overflow:auto;margin:28px 0}.screenshots img{width:75%;border-radius:16px;border:1px solid var(--line)}.prose{line-height:1.75;overflow-wrap:anywhere}.prose pre{overflow:auto;background:#f4f2f8;padding:15px;border-radius:10px}.prose a{color:var(--accent);text-decoration:underline}.prose img{max-width:100%}dl{margin:0}dt{font-size:12px;color:var(--muted);margin-top:16px}dd{margin:5px 0 0;font-size:14px;overflow-wrap:anywhere}.auth{max-width:450px;margin:35px auto 100px}.auth h1{font-size:32px}.error{color:#9f2544;background:#fff0f2;padding:12px;border-radius:9px;overflow-wrap:anywhere}.notice{background:#ece8f7;padding:14px;border-radius:10px;color:#50416f}.console{display:grid;grid-template-columns:185px minmax(0,1fr);gap:35px}.sidebar{display:flex;flex-direction:column;gap:7px}.sidebar a{padding:10px 14px;font-size:14px;border-radius:9px}.sidebar a.active{background:#ece7f7;color:var(--accent);font-weight:600}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;color:var(--muted);font-weight:500}td,th{border-bottom:1px solid var(--line);padding:13px 12px}td button{margin:3px}.actions{display:flex;gap:8px;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}.checks{display:grid;gap:10px}.checks label{display:flex;align-items:center;font-weight:400}.checks input{width:auto}.qr{width:min(300px,100%);display:block;margin:auto;border-radius:12px}.payment-code{font-family:monospace;font-size:23px;letter-spacing:2px;text-align:center}.review{padding:20px 0;border-bottom:1px solid var(--line)}.review p{margin:8px 0}.stars{color:#b38234}.skeleton{background:linear-gradient(90deg,#eee,#f8f8f8,#eee);height:170px;border-radius:16px}footer{border-top:1px solid var(--line);max-width:1184px;margin:auto;padding:28px 0 45px;display:flex;justify-content:space-between;gap:25px;font-size:12px;color:var(--muted)}footer div{display:flex;gap:18px;flex-wrap:wrap}@media(max-width:1240px){main,footer{margin-left:28px;margin-right:28px}}@media(max-width:760px){nav.top{height:auto;min-height:72px;padding:18px;flex-wrap:wrap;gap:16px}.navlinks{gap:17px}.hero{grid-template-columns:1fr;padding-top:10px;gap:18px}.hero-art{min-height:245px}.hero h1{font-size:40px}.hero p{font-size:16px}.grid{grid-template-columns:1fr 1fr}.columns,.console{grid-template-columns:1fr;gap:24px}.sidebar{flex-direction:row;overflow:auto}.sidebar a{white-space:nowrap}.detail-head{flex-wrap:wrap}.detail-head .actions{margin:0}.filters{flex-wrap:wrap}.filters input{flex:1 0 100%}.trust{align-items:flex-start}footer{flex-direction:column}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}main{padding-top:22px}}@media(max-width:470px){.grid{grid-template-columns:1fr}.navlinks{width:100%;justify-content:space-between;font-size:13px}.brand{font-size:16px}.hero-art{min-height:210px}.hero-tile{width:110px;height:110px;font-size:55px}.floating{font-size:11px;padding:10px}.detail-head h1{font-size:28px}main,footer{margin-left:18px;margin-right:18px}.skill-card{min-height:185px}}.brand-mark{background:transparent;border-radius:0;object-fit:contain}.hero-tile{background:#fffaf0;place-items:center;box-shadow:0 24px 60px #a7611726}.hero-tile img{width:100%;height:100%;object-fit:contain}.hero-art{background:#fff0d9}.orbit{border-color:#edc892}.rating-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:28px;align-items:center;padding:20px 0}.rating-summary strong{font-size:36px}.rating-row{display:grid;grid-template-columns:35px minmax(0,1fr) 30px;gap:10px;align-items:center;font-size:13px}.rating-row meter{width:100%;height:18px;accent-color:var(--accent)}details summary{cursor:pointer;color:var(--accent);padding:12px 0}article{min-width:0}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:24px}.media-grid img{width:100%;max-height:220px;object-fit:contain;border:1px solid var(--line);border-radius:10px}.media-grid article{align-content:start}.diff-code{white-space:pre-wrap;overflow-wrap:anywhere;max-height:450px;overflow:auto;background:#f4f2f8;padding:12px;border-radius:10px;font-size:12px}.skill-product .detail-head{gap:28px;align-items:flex-start;padding:40px 0 36px;margin:0;position:relative}.skill-product .detail-head>div:nth-child(2){flex:1;min-width:0}.skill-product .detail-head h1{font-size:clamp(27px,3vw,40px);max-width:650px;margin:10px 0 12px;line-height:1.16;text-wrap:balance}.skill-product .detail-head .icon{height:132px;width:132px;border-radius:30px;background:linear-gradient(145deg,#9a88ee,#5440bc);color:#fff;box-shadow:0 14px 32px #5540bc22,inset 0 1px #ffffff50;place-items:center}.skill-product .detail-head .icon img{height:132px;width:132px;object-fit:cover;border-radius:30px}.skill-product .detail-head .icon svg{width:70px;height:70px}.skill-product .detail-head a{color:var(--accent);font-size:14px}.product-summary{color:var(--muted);font-size:15px;max-width:600px;margin:12px 0 0}.product-purchase{width:250px;flex-shrink:0;align-self:center;padding-left:20px}.product-purchase button,.product-purchase .button{border-radius:30px;width:100%}.product-purchase h2{font-size:25px}.product-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;margin-bottom:40px}.product-facts>div{display:flex;flex-direction:column;gap:9px;align-items:center;text-align:center;padding:0 15px;min-width:0}.product-facts>div+div{border-left:1px solid var(--line)}.product-facts span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.product-facts strong,.product-facts a{font-size:18px;font-weight:700;overflow-wrap:anywhere}.product-facts small{font-size:11px;color:var(--muted)}.skill-product .columns{gap:48px;grid-template-columns:minmax(0,1fr) 300px}.skill-product .section{margin:0 0 36px}.skill-product .section h2{font-size:24px}.skill-product .prose{font-size:15px;line-height:1.85}.skill-product .prose h1{font-size:24px}.skill-product .prose h2{font-size:21px}.skill-product [data-section=changelog]{padding:26px;background:#f0edf6;border-radius:20px}.skill-product .panel{border:0;background:#f1f0ec;border-radius:20px}.skill-product .panel dt{margin-top:14px}.skill-product .screenshots:empty{display:none}.skill-product .screenshots{margin:0 0 32px;scroll-snap-type:x mandatory}.skill-product .screenshots img{object-fit:contain;max-height:420px;scroll-snap-align:start;background:#fff}.skill-product>[data-section=publisher],.skill-product>[data-section=similar]{margin-top:45px}.skill-product .review:last-child{border-bottom:0}@media(max-width:900px){.skill-product .detail-head{flex-wrap:wrap}.product-purchase{padding:0;margin-left:160px;width:260px}.skill-product .columns{grid-template-columns:minmax(0,1fr) 260px;gap:28px}}@media(max-width:640px){.skill-product .detail-head{gap:18px;padding-top:28px}.skill-product .detail-head .icon,.skill-product .detail-head .icon img{height:82px;width:82px;border-radius:21px}.skill-product .detail-head .icon svg{height:46px;width:46px}.skill-product .detail-head h1{font-size:25px}.product-purchase{margin-left:100px;width:calc(100% - 100px)}.product-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0}.product-facts>div:nth-child(3){border:0}.product-facts strong,.product-facts a{font-size:16px}.skill-product .columns{grid-template-columns:1fr}.skill-product .panel{padding:22px}}.skill-product .skill-gallery .screenshots a{flex:0 0 78%;display:block;scroll-snap-align:start;min-width:0}.skill-product .skill-gallery .screenshots img{width:100%;height:100%;aspect-ratio:16/10;display:block}.gallery-viewer{width:min(1080px,calc(100vw - 32px));max-height:92vh;border:0;border-radius:22px;padding:22px;background:#fff;color:#24232d;box-shadow:0 24px 80px #0005}.gallery-viewer::backdrop{background:#111a;backdrop-filter:blur(6px)}.gallery-viewer header,.gallery-viewer nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.gallery-viewer header{margin-bottom:18px}.gallery-viewer header button{border-radius:50%;width:36px;height:36px;padding:0;background:#eee;color:#333;font-size:25px;flex-shrink:0}.gallery-viewer>img{width:100%;max-height:68vh;object-fit:contain;border-radius:12px}.gallery-viewer nav{margin-top:18px;font-size:13px}@media(max-width:640px){.skill-product .skill-gallery .screenshots a{flex-basis:92%}.gallery-viewer{padding:14px}}.product-purchase form>button{order:-1}.product-purchase .checks{font-size:12px;color:var(--muted)}.skill-product>.skill-gallery .screenshots a{flex-basis:43%}@media(max-width:640px){.skill-product>.skill-gallery .screenshots a{flex-basis:88%}}.skill-product .detail-head a.button:not(.secondary){color:#fff}.badge-agent{background:#e3f4ec;color:#1f6b46}.agent-list{margin:0;padding-left:20px;line-height:1.8}.agent-block code{background:#f4f2f8;padding:2px 6px;border-radius:6px;font-size:13px}.product-icon{display:grid;place-items:center;flex-shrink:0;width:64px;height:64px;border-radius:17px;color:#fff;background:linear-gradient(145deg,#9b87ef,#6249c5);box-shadow:inset 0 1px #fff5,0 5px 12px #4f3b7c12;overflow:hidden}.product-icon img{width:100%;height:100%;object-fit:cover}.product-icon svg{width:31px;height:31px}.product-icon.tone-blue{background:linear-gradient(145deg,#76b9f4,#3471d0)}.product-icon.tone-teal{background:linear-gradient(145deg,#60c6b7,#237f81)}.product-icon.tone-rose{background:linear-gradient(145deg,#ee91a8,#bd4679)}.product-icon.tone-orange{background:linear-gradient(145deg,#f3b776,#d37c35)}.product-icon.large{width:150px;height:150px;border-radius:35px}.product-icon.large svg{width:76px;height:76px}.discovery-head{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:26px}.discovery-head h1{font-size:38px;line-height:1.15;margin:7px 0 10px}.discovery-head p{margin:0;font-size:14px}.discovery-head .eyebrow{font-size:10px}.discovery-head .searchbar{width:320px;margin:0;flex-shrink:0;position:relative;gap:0}.discovery-head .searchbar input:not([type=hidden]){border-radius:999px;background:#eeedf0;border:0;padding:13px 48px 13px 20px}.discovery-head .searchbar button{position:absolute;right:4px;top:4px;bottom:4px;padding:8px;border-radius:50%;background:transparent;color:#777}.discovery-nav{display:flex;gap:25px;overflow-x:auto;border-bottom:1px solid var(--line);margin-bottom:28px;font-size:13px;white-space:nowrap;scrollbar-width:thin}.discovery-nav a{padding:0 2px 14px;color:var(--muted);border-bottom:2px solid transparent}.discovery-nav a:hover,.discovery-nav a.active{color:var(--accent)}.discovery-nav a.active{border-color:var(--accent);font-weight:700}.editorial-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(250px,1fr);gap:22px;margin:0 0 42px}.feature-wrap{min-width:0}.feature-card{display:flex;align-items:center;position:relative;overflow:hidden;min-height:300px;height:100%;padding:34px;border-radius:24px;background:linear-gradient(120deg,#ede8fe,#dfebfb);gap:24px;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 12px 35px #55478918}.feature-copy{flex:1;min-width:0;z-index:1}.feature-kicker{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6755a0}.feature-card h2{font-size:29px;line-height:1.16;margin:12px 0;text-wrap:balance;max-width:460px}.feature-card p{font-size:14px;line-height:1.65;color:#645b78;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feature-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:24px;font-size:12px;color:#645b78}.feature-price{background:#fff;padding:9px 16px;border-radius:30px;font-weight:700;color:#5941ad;white-space:nowrap}.feature-price span{margin-left:10px}.feature-art{position:relative;padding:18px 5px;flex-shrink:0}.feature-art:before{content:"";position:absolute;inset:-32px;border:1px solid #fff9;border-radius:50%}.feature-art .product-icon{position:relative;transform:rotate(-7deg);box-shadow:0 20px 40px #6451a02b}.discovery-shortcuts{border-radius:24px;background:#f1eee7;padding:28px}.discovery-shortcuts .eyebrow{color:#75604d;font-size:10px}.discovery-shortcuts h2{font-size:23px;line-height:1.25;margin:10px 0 20px}.discovery-shortcuts>a{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:600;padding:12px 0;border-top:1px solid #ded9d1}.discovery-shortcuts>a>span:last-child{margin-left:auto;color:#918b80}.discovery-shortcuts .product-icon{width:36px;height:36px;border-radius:10px}.discovery-shortcuts .product-icon svg{width:19px;height:19px}.skill-card{border:0;border-bottom:1px solid var(--line);border-radius:14px;padding:18px 12px;min-height:185px;background:transparent;gap:0}.skill-card:hover{background:#fff;box-shadow:0 6px 20px #35304408;transform:none}.skill-card .card-head{gap:15px}.card-identity{min-width:0}.skill-card h3{font-size:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.skill-card p{font-size:13px;line-height:1.6;margin:14px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-rating{color:var(--muted);font-size:12px}.card-rating>span:first-child:not(.tiny){color:#b18951}.skill-card .price{border-radius:999px;padding:7px 13px;background:#eeebf8;font-size:12px}.shelf .grid{gap:4px 26px}.shelf .section-head h2,.category-directory .section-head h2{font-size:24px}.category-directory{border-top:1px solid var(--line);padding-top:30px}.category-directory .section-head p{font-size:13px;margin:6px 0 0}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category-grid>a{display:flex;align-items:center;gap:13px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:14px;font-size:13px;font-weight:600;transition:background .15s}.category-grid>a:hover{background:#f0ecfa;border-color:#d6cced}.category-grid .product-icon{width:38px;height:38px;border-radius:10px}.category-grid .product-icon svg{width:21px;height:21px}.category-grid>a>span:last-child{margin-left:auto;color:#aaa;font-size:20px}.store-assurance{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding:24px 0;margin-top:32px}.assurance-icon{width:42px;height:46px;border:1px solid #c9c1df;border-radius:12px 12px 20px 20px;display:grid;place-items:center;color:var(--accent);font-size:24px}.store-assurance h3{font-size:15px}.store-assurance p{font-size:12px;color:var(--muted);margin:4px 0}.catalog-header{display:flex;align-items:center;gap:22px;padding:8px 0 28px}.catalog-header h1{font-size:36px;margin:6px 0}.catalog-header p{margin:0;color:var(--muted);font-size:14px}.catalog-header .product-icon{width:86px;height:86px;border-radius:22px}.catalog-header .product-icon svg{width:42px;height:42px}.catalog-filters{padding:18px;background:#efedf2;border-radius:16px;margin-bottom:28px;gap:12px;display:grid;grid-template-columns:minmax(180px,2fr) repeat(3,minmax(120px,1fr)) auto}.catalog-filters input,.catalog-filters select{min-width:0;font-size:13px;padding:11px}.catalog-filters button{font-size:13px;white-space:nowrap}.catalog-results-head{display:flex;justify-content:space-between;align-items:center;margin:0 0 8px;font-size:13px}.catalog-results-head a{color:var(--accent)}.catalog-results .grid{gap:8px 28px}.catalog-empty{padding:55px 20px;text-align:center;background:#f1eef6;border-radius:20px}.catalog-results .actions{justify-content:center;margin-top:30px}@media(max-width:1000px){.editorial-grid{grid-template-columns:minmax(0,1.6fr) minmax(220px,1fr)}.feature-card{padding:26px}.feature-art .product-icon.large{width:110px;height:110px;border-radius:27px}.feature-card h2{font-size:26px}.catalog-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-filters input:not([type=hidden]){grid-column:span 2}.catalog-filters button{grid-column:3;grid-row:1}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.discovery-head{align-items:flex-start;flex-direction:column;gap:20px}.discovery-head h1{font-size:32px}.discovery-head .searchbar{width:100%;max-width:none}.discovery-nav{gap:23px}.editorial-grid{grid-template-columns:1fr;gap:16px}.feature-card{min-height:270px;padding:26px;gap:18px}.feature-card h2{font-size:27px}.feature-art .product-icon.large{width:94px;height:94px;border-radius:24px}.feature-art .product-icon.large svg{width:50px;height:50px}.discovery-shortcuts{padding:23px}.discovery-shortcuts h2{font-size:22px}.storefront .grid,.catalog-results .grid{grid-template-columns:1fr}.skill-card{min-height:0;padding:20px 6px}.category-grid{gap:9px}.category-grid>a{padding:12px;font-size:12px;gap:9px}.category-grid>a>span:last-child{display:none}.category-grid .product-icon{width:31px;height:31px;border-radius:9px}.category-grid .product-icon svg{width:18px;height:18px}.category-directory .section-head{align-items:flex-start;gap:12px}.category-directory .section-head>a{white-space:nowrap}.category-directory .section-head h2{font-size:22px}.catalog-header h1{font-size:28px}.catalog-header .product-icon{width:65px;height:65px;border-radius:18px}.catalog-filters{padding:12px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-filters input:not([type=hidden]){grid-column:1/-1}.catalog-filters button{grid-column:auto;grid-row:auto}.catalog-header p{font-size:13px}.feature-footer{align-items:flex-start;flex-direction:column}.store-assurance{align-items:flex-start}.assurance-icon{flex-shrink:0}}@media(prefers-reduced-motion:reduce){.feature-card,.skill-card,.category-grid>a{transition:none}}.skill-product .detail-head .icon .product-icon{width:100%;height:100%;border-radius:inherit}.skill-product .detail-head .icon .product-icon img{border-radius:inherit}
