*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #000000;--white: #ffffff;--gray-100: #f5f5f5;--gray-200: #e0e0e0;--gray-300: #c0c0c0;--gray-400: #808080;--gray-500: #606060;--gray-600: #404040;--gray-700: #2a2a2a;--gray-800: #1a1a1a;--gray-900: #0d0d0d;--accent: #ffffff}html{scroll-behavior:smooth;font-size:16px}body{font-family:JetBrains Mono,monospace;background:var(--black);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.grid-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px}.scanlines{position:fixed;inset:0;z-index:9999;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.08) 2px,rgba(0,0,0,.08) 4px)}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-800)}.nav-logo{font-size:1.1rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.nav-logo span{color:var(--gray-400);font-weight:300}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:10px 24px;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:background .2s,transform .1s}.nav-cta:hover{background:var(--gray-200);transform:translateY(-1px)}.hero{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 40px 60px}.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-400);margin-bottom:32px}.hero-tag:before{content:"";display:block;width:32px;height:1px;background:var(--gray-500)}.hero-title{font-size:clamp(3rem,8vw,8rem);font-weight:800;line-height:.92;letter-spacing:-.04em;text-transform:uppercase;margin-bottom:40px}.hero-title .outline{-webkit-text-stroke:1.5px var(--white);color:transparent}.hero-title .dim{color:var(--gray-600)}.hero-sub{max-width:560px;font-size:.85rem;font-weight:300;line-height:1.7;color:var(--gray-400);margin-bottom:48px}.hero-actions{display:flex;gap:16px;margin-bottom:80px}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:all .2s}.btn-primary:hover{background:var(--gray-200);transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:transparent;color:var(--white);border:1px solid var(--gray-700);cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:var(--gray-400);transform:translateY(-2px)}.showreel{position:relative;width:100%;max-width:1200px;aspect-ratio:16 / 9;background:var(--gray-900);border:1px solid var(--gray-800);overflow:hidden;margin:0 auto}.showreel-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.showreel-placeholder .play-icon{width:80px;height:80px;border:2px solid var(--gray-600);display:flex;align-items:center;justify-content:center;transition:border-color .3s;cursor:pointer}.showreel-placeholder .play-icon:hover{border-color:var(--white)}.showreel-placeholder .play-icon svg{width:28px;height:28px;fill:var(--gray-400);margin-left:4px}.showreel-placeholder .play-icon:hover svg{fill:var(--white)}.showreel-label{font-size:.6rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gray-500)}.showreel:before,.showreel:after{content:"";position:absolute;width:20px;height:20px;border-color:var(--gray-500);border-style:solid;z-index:2}.showreel:before{top:12px;left:12px;border-width:1px 0 0 1px}.showreel:after{bottom:12px;right:12px;border-width:0 1px 1px 0}.showreel-corner-tr,.showreel-corner-bl{position:absolute;width:20px;height:20px;border-color:var(--gray-500);border-style:solid;z-index:2}.showreel-corner-tr{top:12px;right:12px;border-width:1px 1px 0 0}.showreel-corner-bl{bottom:12px;left:12px;border-width:0 0 1px 1px}.stats-bar{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gray-800);border-bottom:1px solid var(--gray-800);margin:0}.stat{padding:48px 40px;border-right:1px solid var(--gray-800);text-align:center}.stat:last-child{border-right:none}.stat-value{font-size:2.4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.stat-label{font-size:.6rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-500)}.landing-section{position:relative;z-index:1}.section-header{padding:100px 40px 60px;max-width:900px}.section-tag{font-size:.6rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gray-500);margin-bottom:20px;display:flex;align-items:center;gap:12px}.section-tag:before{content:"";width:24px;height:1px;background:var(--gray-600)}.section-title{font-size:clamp(2rem,4.5vw,4rem);font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:24px}.section-desc{font-size:.85rem;font-weight:300;line-height:1.7;color:var(--gray-400);max-width:600px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--gray-800)}.feature-card{padding:48px 36px;border-right:1px solid var(--gray-800);border-bottom:1px solid var(--gray-800);transition:background .3s;position:relative}.feature-card:nth-child(3n){border-right:none}.feature-card:hover{background:var(--gray-900)}.feature-icon{width:48px;height:48px;border:1px solid var(--gray-700);display:flex;align-items:center;justify-content:center;margin-bottom:28px;font-size:1.2rem}.feature-icon svg{width:22px;height:22px;stroke:var(--gray-300);fill:none;stroke-width:1.5}.feature-num{position:absolute;top:16px;right:20px;font-size:.55rem;font-weight:400;color:var(--gray-700);letter-spacing:.1em}.feature-card h3{font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.feature-card p{font-size:.75rem;font-weight:300;line-height:1.7;color:var(--gray-400)}.constructor{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--gray-800);min-height:600px}.constructor-text{padding:80px 48px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--gray-800)}.constructor-text h2{font-size:clamp(1.6rem,3vw,2.8rem);font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:28px}.constructor-text p{font-size:.8rem;font-weight:300;line-height:1.8;color:var(--gray-400);margin-bottom:36px}.constructor-features{list-style:none;display:flex;flex-direction:column;gap:12px}.constructor-features li{display:flex;align-items:center;gap:12px;font-size:.72rem;font-weight:400;color:var(--gray-300);letter-spacing:.04em}.constructor-features li:before{content:"";width:6px;height:6px;background:var(--white);flex-shrink:0}.constructor-visual{position:relative;background:var(--gray-900);display:flex;align-items:center;justify-content:center;overflow:hidden}.constructor-mockup{width:80%;aspect-ratio:4 / 3;border:1px solid var(--gray-700);position:relative;background:var(--black)}.mockup-toolbar{height:36px;border-bottom:1px solid var(--gray-800);display:flex;align-items:center;padding:0 14px;gap:16px}.mockup-tool{width:18px;height:18px;border:1px solid var(--gray-700);opacity:.5}.mockup-tool.active{opacity:1;background:var(--gray-700)}.mockup-canvas{position:absolute;inset:36px 0 0;display:flex;align-items:center;justify-content:center}.draft-block{position:absolute;border:1px dashed var(--gray-600)}.draft-block:nth-child(1){width:40%;height:30%;top:15%;left:10%;animation:draft-float 4s ease-in-out infinite}.draft-block:nth-child(2){width:25%;height:20%;bottom:20%;right:12%;animation:draft-float 4s ease-in-out 1s infinite}.draft-block:nth-child(3){width:50%;height:2px;top:55%;left:25%;background:var(--gray-600);border:none;animation:draft-float 4s ease-in-out 2s infinite}.draft-cursor{position:absolute;width:12px;height:12px;border-left:2px solid var(--white);border-top:2px solid var(--white);top:40%;left:55%;animation:cursor-move 6s ease-in-out infinite}@keyframes draft-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes cursor-move{0%,to{top:40%;left:55%}25%{top:25%;left:30%}50%{top:60%;left:65%}75%{top:35%;left:50%}}.mobile-section{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--gray-800);min-height:550px}.mobile-visual{position:relative;background:var(--gray-900);display:flex;align-items:center;justify-content:center;border-right:1px solid var(--gray-800);overflow:hidden}.phone-mockup{width:200px;height:400px;border:1px solid var(--gray-600);position:relative;background:var(--black)}.phone-notch{width:80px;height:20px;background:var(--black);border:1px solid var(--gray-600);border-top:none;margin:0 auto}.phone-screen{padding:20px 12px;display:flex;flex-direction:column;gap:10px}.phone-line{height:8px;background:var(--gray-800);animation:phone-load 2s ease-in-out infinite}.phone-line:nth-child(1){width:70%;animation-delay:0s}.phone-line:nth-child(2){width:100%;animation-delay:.2s}.phone-line:nth-child(3){width:85%;animation-delay:.4s}.phone-line:nth-child(4){width:60%;height:60px;animation-delay:.6s}.phone-line:nth-child(5){width:90%;animation-delay:.8s}.phone-line:nth-child(6){width:40%;animation-delay:1s}@keyframes phone-load{0%,to{opacity:.3}50%{opacity:1}}.mobile-text{padding:80px 48px;display:flex;flex-direction:column;justify-content:center}.mobile-text h2{font-size:clamp(1.6rem,3vw,2.8rem);font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:28px}.mobile-text p{font-size:.8rem;font-weight:300;line-height:1.8;color:var(--gray-400);margin-bottom:32px}.store-buttons{display:flex;gap:12px}.store-btn{padding:14px 28px;border:1px solid var(--gray-700);font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:transparent;cursor:pointer;transition:all .2s}.store-btn:hover{border-color:var(--white);background:var(--white);color:var(--black)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gray-800)}.gallery-item{aspect-ratio:1;background:var(--gray-900);border-right:1px solid var(--gray-800);border-bottom:1px solid var(--gray-800);position:relative;overflow:hidden;cursor:pointer;transition:background .3s}.gallery-item:nth-child(4n){border-right:none}.gallery-item:hover{background:var(--gray-800)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-preview{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.gallery-anim{width:60%;height:60%;position:relative}.gallery-anim .bar{position:absolute;bottom:0;background:var(--gray-600);animation:bar-grow 2s ease-in-out infinite}.gallery-item:nth-child(1) .bar:nth-child(1){left:0%;width:15%;height:40%;animation-delay:0s}.gallery-item:nth-child(1) .bar:nth-child(2){left:22%;width:15%;height:70%;animation-delay:.3s}.gallery-item:nth-child(1) .bar:nth-child(3){left:44%;width:15%;height:55%;animation-delay:.6s}.gallery-item:nth-child(1) .bar:nth-child(4){left:66%;width:15%;height:85%;animation-delay:.9s}.gallery-item:nth-child(1) .bar:nth-child(5){left:88%;width:12%;height:60%;animation-delay:1.2s}.gallery-circle{width:50%;aspect-ratio:1;border:2px solid var(--gray-500);animation:circle-pulse 3s ease-in-out infinite}@keyframes bar-grow{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}@keyframes circle-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.15);opacity:1}}.gallery-lines .line{height:2px;background:var(--gray-600);margin-bottom:8px;animation:line-slide 2.5s ease-in-out infinite}.gallery-lines .line:nth-child(1){width:80%;animation-delay:0s}.gallery-lines .line:nth-child(2){width:60%;animation-delay:.3s}.gallery-lines .line:nth-child(3){width:90%;animation-delay:.6s}.gallery-lines .line:nth-child(4){width:45%;animation-delay:.9s}.gallery-lines .line:nth-child(5){width:70%;animation-delay:1.2s}@keyframes line-slide{0%,to{transform:translate(0);opacity:.4}50%{transform:translate(10px);opacity:1}}.gallery-grid-anim{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;width:70%}.gallery-grid-anim .cell{aspect-ratio:1;background:var(--gray-700);animation:cell-blink 3s ease-in-out infinite}.gallery-grid-anim .cell:nth-child(1){animation-delay:0s}.gallery-grid-anim .cell:nth-child(2){animation-delay:.4s}.gallery-grid-anim .cell:nth-child(3){animation-delay:.8s}.gallery-grid-anim .cell:nth-child(4){animation-delay:1.2s}.gallery-grid-anim .cell:nth-child(5){animation-delay:.2s}.gallery-grid-anim .cell:nth-child(6){animation-delay:.6s}.gallery-grid-anim .cell:nth-child(7){animation-delay:1s}.gallery-grid-anim .cell:nth-child(8){animation-delay:.3s}.gallery-grid-anim .cell:nth-child(9){animation-delay:.7s}@keyframes cell-blink{0%,to{opacity:.2}50%{opacity:1}}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(transparent,#000000e6);opacity:0;transition:opacity .3s;display:flex;justify-content:space-between;align-items:flex-end}.gallery-overlay span{font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.gallery-overlay .dl{font-size:.55rem;color:var(--gray-400);border:1px solid var(--gray-600);padding:4px 10px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--gray-800)}.price-card{padding:60px 48px;border-right:1px solid var(--gray-800);position:relative}.price-card:last-child{border-right:none}.price-card.featured{background:var(--white);color:var(--black)}.price-tier{font-size:.6rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;margin-bottom:20px;color:var(--gray-500)}.price-card.featured .price-tier{color:var(--gray-400)}.price-value{font-size:3.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:8px}.price-period{font-size:.7rem;font-weight:300;color:var(--gray-500);margin-bottom:40px}.price-features{list-style:none;margin-bottom:48px;display:flex;flex-direction:column;gap:14px}.price-features li{font-size:.72rem;font-weight:400;color:var(--gray-400);display:flex;align-items:center;gap:12px;letter-spacing:.02em}.price-card.featured .price-features li{color:var(--gray-600)}.price-features li:before{content:"+";font-weight:700;font-size:.8rem;color:var(--gray-600);width:16px;flex-shrink:0}.price-card.featured .price-features li:before{color:var(--black)}.price-btn{display:inline-flex;padding:16px 36px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--gray-700);background:transparent;color:var(--white);cursor:pointer;transition:all .2s}.price-btn:hover{background:var(--white);color:var(--black);border-color:var(--white)}.price-card.featured .price-btn{background:var(--black);color:var(--white);border-color:var(--black)}.price-card.featured .price-btn:hover{background:var(--gray-800);border-color:var(--gray-800)}.specs{border-top:1px solid var(--gray-800);padding:60px 40px}.specs-title{font-size:.6rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gray-500);margin-bottom:32px}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0}.spec-item{padding:24px;border:1px solid var(--gray-800);margin:-.5px}.spec-item .spec-val{font-size:1rem;font-weight:700;letter-spacing:.02em;margin-bottom:6px}.spec-item .spec-key{font-size:.6rem;font-weight:400;color:var(--gray-500);letter-spacing:.1em;text-transform:uppercase}.cta-banner{position:relative;z-index:1;border-top:1px solid var(--gray-800);padding:120px 40px;text-align:center}.cta-banner h2{font-size:clamp(2rem,5vw,4.5rem);font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:24px}.cta-banner p{font-size:.8rem;font-weight:300;color:var(--gray-400);margin-bottom:48px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.7}.landing-footer{position:relative;z-index:1;border-top:1px solid var(--gray-800);padding:48px 40px;display:flex;align-items:center;justify-content:space-between}.footer-left{font-size:.65rem;font-weight:400;color:var(--gray-500);letter-spacing:.05em}.footer-links{display:flex;gap:24px;list-style:none}.footer-links a{font-size:.6rem;font-weight:400;color:var(--gray-500);letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:var(--white)}.auth-overlay{position:fixed;inset:0;z-index:10000;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s}.auth-overlay.open{opacity:1;pointer-events:auto}.modal-box{background:var(--gray-900);border:1px solid var(--gray-700);padding:48px 40px;width:420px;max-width:96vw;position:relative}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--gray-400);font-size:1.4rem;cursor:pointer;font-family:JetBrains Mono,monospace;line-height:1}.modal-close:hover{color:var(--white)}.modal-title{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:8px}.modal-subtitle{font-size:.7rem;font-weight:300;color:var(--gray-400);margin-bottom:32px}.modal-tier-badge{display:inline-block;font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border:1px solid var(--gray-600);color:var(--gray-300);margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.auth-form input{font-family:JetBrains Mono,monospace;font-size:.75rem;padding:14px 16px;background:var(--black);border:1px solid var(--gray-700);color:var(--white);outline:none;transition:border-color .2s}.auth-form input::placeholder{color:var(--gray-500)}.auth-form input:focus{border-color:var(--gray-400)}.auth-submit{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:16px;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:background .2s}.auth-submit:hover{background:var(--gray-200)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:16px;margin:20px 0;font-size:.6rem;font-weight:400;color:var(--gray-500);letter-spacing:.1em;text-transform:uppercase}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--gray-700)}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.06em;background:transparent;color:var(--white);border:1px solid var(--gray-700);cursor:pointer;transition:all .2s}.google-btn:hover{border-color:var(--gray-400);background:var(--gray-800)}.google-btn svg{width:18px;height:18px}.auth-switch{margin-top:20px;font-size:.65rem;color:var(--gray-500);text-align:center}.auth-switch a{color:var(--white);text-decoration:underline;cursor:pointer}.auth-error{font-size:.65rem;color:#ff6b6b;text-align:center;min-height:1.2em}.hero-title .char{display:inline-block;position:relative;cursor:default;transition:opacity .05s}.hero-title .char.space{width:.25em}.hero-title .char.idle-glitch{opacity:.6;text-shadow:-1px 0 rgba(255,0,0,.4),1px 0 rgba(0,255,255,.4)}.hero-title .char.glitching{animation:char-glitch-hard .06s steps(1) infinite;color:var(--white);text-shadow:-2px 0 #ff0000,2px 0 #00ffff}@keyframes char-glitch-hard{0%{transform:translate(0) skew(0)}25%{transform:translate(-2px,1px) skew(8deg)}50%{transform:translate(2px,-1px) skew(-5deg)}75%{transform:translate(-1px,-1px) skew(4deg)}to{transform:translate(0) skew(0)}}.marquee{position:relative;z-index:1;border-top:1px solid var(--gray-800);border-bottom:1px solid var(--gray-800);overflow:hidden;padding:20px 0;white-space:nowrap}.marquee-inner{display:inline-flex;animation:marquee-scroll 20s linear infinite}.marquee-item{font-size:.6rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gray-500);padding:0 40px}.marquee-item .sep{color:var(--gray-700);margin-left:40px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(2n){border-right:none}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item:nth-child(2n){border-right:none}}@media(max-width:768px){.landing-nav{padding:0 20px}.nav-links{display:none}.hero{padding:100px 20px 40px}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.stats-bar{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.feature-card{border-right:none}.constructor,.mobile-section{grid-template-columns:1fr}.constructor-text,.mobile-text{padding:60px 20px}.constructor-visual,.mobile-visual{min-height:350px}.gallery-grid{grid-template-columns:1fr}.gallery-item{border-right:none}.pricing-grid{grid-template-columns:1fr}.price-card{border-right:none}.modal-box{width:94vw;padding:32px 20px}.section-header{padding:60px 20px 40px}.landing-footer{flex-direction:column;gap:24px;text-align:center}}.gallery-page-header{padding:140px 80px 40px;max-width:800px}.gallery-page-header .section-tag{font-size:.6rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gray-500);margin-bottom:16px}.gallery-page-header .section-title{font-size:3rem;font-weight:800;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:16px}.gallery-page-header .section-desc{font-size:.8rem;font-weight:300;color:var(--gray-400);line-height:1.7}.gallery-categories{display:flex;gap:8px;padding:0 80px 40px;flex-wrap:wrap}.cat-pill{font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:8px 18px;border:1px solid var(--gray-700);background:transparent;color:var(--gray-400);cursor:pointer;transition:all .2s}.cat-pill:hover{border-color:var(--gray-500);color:var(--white)}.cat-pill.active{background:var(--white);color:var(--black);border-color:var(--white)}.gallery-item.real .gallery-preview{background:var(--black)}.gallery-thumb{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.gallery-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s}.gallery-item.real .gallery-overlay{flex-direction:column;align-items:stretch;gap:8px;padding:16px}.gallery-meta{display:flex;flex-direction:column;gap:2px}.gallery-title{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.gallery-res{font-size:.55rem;color:var(--gray-500);letter-spacing:.05em}.gallery-actions{display:flex;gap:6px;margin-top:4px}.gallery-btn{font-family:JetBrains Mono,monospace;font-size:.55rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border:1px solid var(--gray-600);background:transparent;color:var(--white);cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:5px}.gallery-btn:hover,.gallery-btn.cust{background:var(--white);color:var(--black);border-color:var(--white)}.gallery-btn.cust:hover{background:var(--gray-200)}.gallery-item.skeleton{background:var(--gray-900);animation:cell-blink 2s ease-in-out infinite}.gallery-empty{padding:80px;text-align:center;font-size:.8rem;color:var(--gray-500);min-height:40vh}.gallery-sentinel{display:flex;justify-content:center;padding:40px}.gallery-spinner{width:24px;height:24px;border:2px solid var(--gray-700);border-top-color:var(--white);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.nav-logo{text-decoration:none;color:inherit}.nav-links .active{color:var(--white)}@media(max-width:768px){.gallery-page-header{padding:100px 20px 30px}.gallery-page-header .section-title{font-size:2rem}.gallery-categories{padding:0 20px 30px}}
