:root{--bg:#030303;--panel:#0c0e10;--line:rgba(230,233,235,.14);--line2:rgba(255,255,255,.3);--text:#f5f5f3;--muted:#969ba0;--silver:#d5d8da}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg)}body{min-height:100vh;background:#030303;color:var(--text);font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}.gallery-background{position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 78% 8%,rgba(225,228,230,.08),transparent 24%),linear-gradient(rgba(255,255,255,.017) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.017) 1px,transparent 1px);background-size:auto,64px 64px,64px 64px}.gallery-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,72px);border-bottom:1px solid var(--line);background:rgba(3,3,3,.82);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.gallery-brand{display:flex;align-items:center;gap:13px;font-family:Orbitron,sans-serif;letter-spacing:.15em}.gallery-brand img{width:66px;height:66px;object-fit:contain}.gallery-brand strong,.gallery-brand small{display:block}.gallery-brand strong{font-size:.86rem}.gallery-brand small{font-size:.48rem;color:var(--muted)}.gallery-header nav{display:flex;align-items:center;gap:25px;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#c7cacc}.gallery-header nav a:hover{color:#fff}.gallery-login{border:1px solid var(--line2);padding:10px 15px}.gallery-hero{min-height:480px;display:grid;grid-template-columns:1fr minmax(340px,520px);gap:60px;align-items:center;padding:70px clamp(22px,7vw,110px);border-bottom:1px solid var(--line)}.eyebrow{display:flex;align-items:center;gap:10px;color:#b8bcc0;font-size:.63rem;font-weight:800;letter-spacing:.18em}.eyebrow i{width:28px;height:1px;background:#d7dadc}.gallery-hero h1{font-family:Orbitron,sans-serif;font-size:clamp(4rem,9vw,8.5rem);line-height:.85;letter-spacing:-.05em;margin:24px 0 28px}.gallery-hero h1 em{font-style:normal;color:var(--silver)}.gallery-hero p{max-width:700px;color:#a6abb0}.gallery-summary{border:1px solid var(--line2);background:linear-gradient(145deg,rgba(19,22,25,.94),rgba(7,8,9,.98));padding:30px;display:flex;align-items:center;gap:25px}.gallery-summary img{width:130px;height:130px;object-fit:contain}.gallery-summary small,.gallery-summary strong,.gallery-summary span{display:block}.gallery-summary small{font-size:.55rem;color:var(--muted);letter-spacing:.13em}.gallery-summary strong{font-family:Orbitron,sans-serif;font-size:.85rem;margin:9px 0}.gallery-summary span{font-size:.62rem;color:#8f9498}.gallery-content{padding:70px clamp(22px,6vw,90px) 100px}.gallery-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.gallery-toolbar>div:first-child span{font-size:.57rem;color:var(--muted);letter-spacing:.14em}.gallery-toolbar h2{font-family:Orbitron,sans-serif;font-size:clamp(2rem,4vw,4rem);margin-top:5px}.gallery-toolbar>div:last-child{display:flex;align-items:center;gap:13px}.gallery-toolbar>div:last-child span{font-size:.56rem;color:#999ea2;letter-spacing:.1em}.gallery-toolbar button{border:1px solid var(--line2);background:rgba(255,255,255,.04);color:#fff;padding:11px 15px;text-transform:uppercase;font-size:.61rem;font-weight:800;letter-spacing:.08em;cursor:pointer}.gallery-toolbar button:hover:not(:disabled){background:rgba(255,255,255,.09)}.gallery-toolbar button:disabled{opacity:.5;cursor:wait}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gallery-card{border:1px solid var(--line);background:var(--panel);overflow:hidden;transition:.2s}.gallery-card:hover{transform:translateY(-3px);border-color:var(--line2)}.gallery-card button{width:100%;aspect-ratio:16/10;border:0;background:#060708;cursor:pointer;overflow:hidden}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.gallery-card:hover img{transform:scale(1.035)}.gallery-card-copy{padding:15px}.gallery-card-copy strong{display:block;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-card-copy span{display:block;color:#8f9498;font-size:.59rem;margin-top:5px}.gallery-skeleton{min-height:270px;border:1px solid var(--line);background:linear-gradient(105deg,#08090a 20%,#151719 38%,#08090a 56%);background-size:220% 100%;animation:galleryLoad 1.35s linear infinite}@keyframes galleryLoad{to{background-position:-220% 0}}.gallery-empty{text-align:center;border:1px solid var(--line);padding:70px 25px;background:rgba(255,255,255,.015)}.gallery-empty img{width:110px;height:110px;object-fit:contain}.gallery-empty strong{display:block;font-family:Orbitron,sans-serif;font-size:1rem;margin-top:12px}.gallery-empty p{color:var(--muted);font-size:.72rem;margin:7px 0 18px}.gallery-empty a{display:inline-block;border:1px solid var(--line2);padding:11px 15px;font-size:.62rem;text-transform:uppercase}.lightbox{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:30px}.lightbox.open{display:grid}.lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.9)}.lightbox figure{position:relative;z-index:1;max-width:min(1200px,94vw);max-height:92vh;border:1px solid var(--line2);background:#050505}.lightbox figure img{display:block;max-width:100%;max-height:82vh;object-fit:contain}.lightbox figcaption{padding:13px 16px;color:#b3b7ba;font-size:.68rem}.lightbox-close{position:absolute;right:10px;top:10px;width:38px;height:38px;border:1px solid var(--line2);background:rgba(0,0,0,.75);color:#fff;font-size:1.4rem;cursor:pointer}body>footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px clamp(22px,5vw,72px);border-top:1px solid var(--line);font-size:.6rem;text-transform:uppercase;color:#8d9296}body>footer div{display:flex;gap:24px}@media(max-width:1050px){.gallery-hero{grid-template-columns:1fr}.gallery-summary{max-width:620px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.gallery-header nav a:not(.gallery-login){display:none}.gallery-hero{padding-top:45px}.gallery-hero h1{font-size:4.2rem}.gallery-summary img{width:85px;height:85px}.gallery-toolbar{align-items:flex-start;flex-direction:column}.gallery-toolbar>div:last-child{width:100%;justify-content:space-between}.gallery-grid{grid-template-columns:1fr}.gallery-skeleton{min-height:240px}body>footer{align-items:flex-start;flex-direction:column}body>footer div{flex-wrap:wrap}}
