@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--bg:#101112;--panel:#191b1d;--muted:#898c90;--orange:#ff6b35;--line:#2a2c2e;--green:#9bd66a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#f3f2ed;font:14px Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.fh-header{height:86px;max-width:1280px;margin:auto;padding:0 5.5%;display:flex;align-items:center;gap:70px;border-bottom:1px solid var(--line);background:#111213}.fh-brand{font:800 30px 'Barlow Condensed',Impact,sans-serif;letter-spacing:.4px;display:flex;align-items:center}.fh-brand>span:not(.fh-mark){color:#a7a8a8}.fh-brand i{width:6px;height:6px;background:var(--orange);margin:15px 0 0 3px}.fh-mark{background:var(--orange);color:#111;font:800 28px 'Barlow Condensed';width:31px;height:34px;line-height:36px;margin-right:10px;text-align:center;transform:skew(-8deg)}.fh-header nav{display:flex;gap:35px;height:100%;align-items:center;font-size:11px;font-weight:700;color:#929497}.fh-header nav a{height:100%;display:flex;align-items:center;position:relative}.fh-header nav a:hover,.fh-header nav .active{color:#fff}.fh-header nav .active:after{content:'';height:3px;background:var(--orange);position:absolute;bottom:0;width:100%}.fh-cta{margin-left:auto;border:1px solid #45423f;border-radius:3px;padding:12px 18px;font-size:11px;font-weight:700}.fh-cta b,.fh-button b{margin-left:18px;color:var(--orange)}main{max-width:1280px;margin:auto}.fh-hero{height:500px;position:relative;overflow:hidden;background:linear-gradient(90deg,#151819 4%,#151819ee 35%,#15181922),linear-gradient(0deg,#151819,transparent 55%),url('https://images.unsplash.com/photo-1518709268805-4e9042af9f23?auto=format&fit=crop&w=1800&q=80') center/cover,#202425}.fh-grid{position:absolute;inset:0;background:linear-gradient(90deg,transparent 99.7%,#fff1 100%);background-size:110px 100%;opacity:.35}.fh-hero-copy{position:relative;padding:72px 5.5%;max-width:720px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:800;color:var(--orange);display:flex;align-items:center;gap:9px}.eyebrow span,.online i{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%}.fh-hero h1{font:800 76px/.92 'Barlow Condensed',Impact,sans-serif;letter-spacing:-1px;margin:27px 0 20px}.fh-hero h1 em,.fh-section-head h2 em{color:var(--orange);font-style:normal}.fh-hero p{color:#b8bab9;line-height:1.8;font-size:12px;max-width:470px}.fh-actions{display:flex;gap:10px;margin-top:25px}.fh-button{display:inline-flex;align-items:center;padding:13px 17px;border-radius:3px;font-size:10px;font-weight:800}.fh-button.primary{background:var(--orange);color:#131313}.fh-button.secondary{border:1px solid #45423f;background:#202325;color:#eee}.fh-side{position:absolute;right:22px;top:42%;writing-mode:vertical-rl;font-size:8px;letter-spacing:3px;color:#c0c0b5}.fh-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:27px 5.5%;border-bottom:1px solid var(--line)}.fh-stats>div{padding-left:25px;border-left:1px solid var(--line)}.fh-stats>div:first-child{padding-left:0;border:0}.fh-stats strong{display:block;font:600 31px 'Barlow Condensed';}.fh-stats strong span{font-size:20px;color:#777}.fh-stats span{color:var(--muted);font-size:10px}.fh-downloads{padding:55px 5.5%}.fh-section-head{display:flex;justify-content:space-between;align-items:end}.muted{color:#828681}.fh-section-head h2{font:700 40px/1.1 'Barlow Condensed';margin:10px 0}.fh-section-head p{color:var(--muted);font-size:12px}.online{font-size:9px;color:#a1a79b;display:flex;gap:7px;margin-bottom:14px}.fh-folder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.fh-folder{background:var(--panel);border:1px solid #303234;border-radius:4px;overflow:hidden;transition:.2s}.fh-folder:hover{border-color:#8b4b31;transform:translateY(-3px)}.fh-folder-art{height:145px;background:linear-gradient(135deg,#303333,#191b1d);display:flex;align-items:end;justify-content:space-between;padding:18px}.fh-folder-art strong{font:800 34px/.8 'Barlow Condensed';text-shadow:0 3px 8px #000}.fh-folder-art span{color:var(--orange);font-size:24px}.fh-folder-body{padding:18px}.fh-folder-body small{color:var(--orange);font-size:8px;letter-spacing:1.5px;font-weight:700}.fh-folder-body h3{font-size:15px;margin:9px 0}.fh-folder-body p{color:#969a96;font-size:10px}.open{display:block;border-top:1px solid #fff1;padding-top:13px;margin-top:18px;font-size:10px}.open b{float:right;color:var(--orange)}.empty{color:var(--muted)}footer{max-width:1280px;margin:auto;border-top:1px solid var(--line);padding:25px 5.5%;display:flex;gap:25px;color:#7f8482;font-size:9px}footer a:last-child{margin-left:auto}@media(max-width:740px){.fh-header{height:auto;min-height:84px;flex-wrap:wrap;gap:15px;padding:13px 5.5%}.fh-header nav{order:3;width:100%;height:28px;justify-content:space-between;gap:10px}.fh-cta{display:none}.fh-hero{height:520px}.fh-hero-copy{padding:60px 7%}.fh-hero h1{font-size:61px}.fh-stats{grid-template-columns:1fr 1fr;gap:20px;padding:25px 7%}.fh-stats>div:nth-child(3){padding-left:0;border:0}.fh-downloads{padding:38px 7%}.fh-section-head{display:block}.online{margin-top:17px}.fh-folder-grid{grid-template-columns:1fr;gap:14px}}
