:root{--yellow:#f4e500;--black:#11120f;--ink:#1c1e1a;--muted:#71746d;--line:#dedfd8;--paper:#f5f5ef;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}.site-header{height:108px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:var(--black);border-bottom:7px solid var(--yellow)}.brand{display:flex;align-items:center;color:#fff;text-decoration:none}.brand img{display:block;width:275px;max-height:82px;object-fit:contain;object-position:left center}.support-link{display:flex;align-items:center;gap:9px;color:#fff;font-size:13px;text-decoration:none}.support-link span{color:#9b9c96}.support-link svg{width:17px;fill:none;stroke:var(--yellow);stroke-width:2}.hero{min-height:520px;padding:82px clamp(24px,9vw,138px) 70px;position:relative;overflow:hidden;background:var(--black);color:white}.hero:before{content:"IE";position:absolute;right:-35px;top:-75px;color:#1a1b18;font:800 490px/.9 "Barlow Condensed";letter-spacing:-40px;pointer-events:none}.hero:after{content:"";position:absolute;width:240px;height:240px;right:13%;bottom:-150px;border:68px solid var(--yellow);border-radius:50%}.hero>*{position:relative;z-index:1}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:2.4px;color:#c5c6bf;font-size:11px;font-weight:700}.eyebrow span{width:34px;height:3px;background:var(--yellow)}h1{max-width:830px;margin:22px 0 20px;font:700 clamp(58px,8vw,108px)/.82 "Barlow Condensed";letter-spacing:-2px;text-transform:uppercase}h1 em{color:var(--yellow);font-style:normal} .hero>p{max-width:550px;color:#b7b9b1;font-size:16px;line-height:1.65}.hero-meta{display:flex;gap:50px;margin-top:52px}.hero-meta div{display:flex;flex-direction:column}.hero-meta strong{font:600 25px "Barlow Condensed";color:var(--yellow)}.hero-meta span{margin-top:3px;color:#888a83;font-size:10px;text-transform:uppercase;letter-spacing:1px}.downloads{padding:80px clamp(24px,7vw,110px) 110px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:0 auto 32px;max-width:1240px}.section-heading>div:first-child{display:flex;align-items:flex-end;gap:15px}.section-number{padding-bottom:6px;color:#9b9d96;font:500 12px "DM Sans"}.section-heading h2{margin:0;font:700 clamp(35px,4vw,54px)/1 "Barlow Condensed";text-transform:uppercase}.controls{display:flex;gap:12px}.search{width:240px;height:43px;display:flex;align-items:center;gap:9px;padding:0 14px;background:white;border:1px solid var(--line)}.search svg{width:18px;fill:none;stroke:#777;stroke-width:1.8}.search input{width:100%;border:0;outline:0;font:13px "DM Sans"}.view-switch{display:flex}.view-switch button{width:43px;border:1px solid var(--line);background:white;cursor:pointer}.view-switch button+button{border-left:0}.view-switch button.active{background:var(--black)}.view-switch svg{width:17px;fill:none;stroke:#777;stroke-width:1.8}.view-switch .active svg{stroke:var(--yellow)}.plugin-list{max-width:1240px;margin:auto;border-top:1px solid var(--line)}.plugin-card{display:grid;grid-template-columns:70px minmax(230px,1fr) minmax(340px,.9fr) 142px;align-items:center;gap:22px;padding:27px 0;border-bottom:1px solid var(--line);transition:.2s}.plugin-card:hover{padding-left:12px;padding-right:12px;background:#fff}.file-icon{width:58px;height:68px;position:relative;display:grid;place-items:center;background:var(--yellow)}.file-icon:after{content:"";position:absolute;top:0;right:0;border-style:solid;border-width:0 0 13px 13px;border-color:transparent transparent #bdb300 transparent}.file-icon svg{width:27px;fill:none;stroke:var(--black);stroke-width:1.6}.file-icon span{position:absolute;right:-5px;bottom:8px;padding:2px 4px;background:var(--black);color:var(--yellow);font-size:8px;font-weight:700}.file-icon.secondary{background:#d8d9d3}.file-icon.secondary span{color:white}.plugin-title{display:flex;align-items:center;gap:9px}.plugin-title h3{margin:0;font:600 21px "Barlow Condensed";text-transform:uppercase}.plugin-title span{padding:3px 6px;background:var(--yellow);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.plugin-info p{margin:6px 0 0;color:var(--muted);font-size:12px}.file-details{display:flex;margin:0}.file-details div{width:33%}.file-details dt{margin-bottom:5px;color:#9a9c96;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.file-details dd{margin:0;font-size:11px;font-weight:600}.download-button{height:45px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:var(--black);color:white;text-decoration:none;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.7px;transition:.2s}.download-button:hover{background:#292a27}.download-button svg{width:17px;fill:none;stroke:var(--yellow);stroke-width:1.7}.download-button.outline{background:transparent;color:var(--black);border:1px solid var(--black)}.download-button.outline:hover{background:var(--black);color:white}.plugin-list.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;border:0}.plugin-list.grid .plugin-card{grid-template-columns:70px 1fr;padding:28px;background:white;border:1px solid var(--line)}.plugin-list.grid .plugin-info{align-self:start}.plugin-list.grid .file-details{grid-column:1/-1;padding:20px 0;border-top:1px solid var(--line)}.plugin-list.grid .download-button{grid-column:1/-1}.empty-state{padding:60px;text-align:center;color:var(--muted)}footer{min-height:180px;padding:45px clamp(24px,5vw,76px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;background:var(--black);color:white}.footer-logo{display:block;width:185px;max-height:85px;object-fit:contain;object-position:left center}footer p{font:600 17px "Barlow Condensed";text-transform:uppercase;letter-spacing:.7px}footer>span{color:#777973;font-size:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.plugin-card{grid-template-columns:60px 1fr 130px}.file-details{grid-column:2/-1;grid-row:2}.hero:before{font-size:380px}.hero:after{right:-70px}.section-heading{align-items:flex-start;gap:25px}.controls{margin-top:4px}.search{width:190px}}
@media(max-width:640px){.site-header{height:92px;padding:0 20px}.support-link span{display:none}.brand img{width:205px;max-height:70px}.hero{min-height:auto;padding:65px 22px}.hero:before{display:none}.hero:after{width:130px;height:130px;border-width:38px;right:-70px;bottom:-75px}h1{font-size:57px}.hero-meta{gap:23px}.downloads{padding:60px 18px 75px}.section-heading{display:block}.section-heading>div:first-child{margin-bottom:24px}.controls{width:100%}.search{flex:1}.plugin-card{grid-template-columns:58px 1fr;padding:22px 4px;gap:15px}.plugin-info p{line-height:1.5}.file-details{grid-column:1/-1;grid-row:auto}.download-button{grid-column:1/-1}.plugin-list.grid{grid-template-columns:1fr}.plugin-list.grid .plugin-card{grid-template-columns:58px 1fr}.plugin-title{align-items:flex-start;flex-direction:column}.plugin-title h3{font-size:19px}footer{grid-template-columns:1fr;padding:38px 22px}.footer-logo{width:210px}footer>span{grid-column:1/-1}}
