@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffffe6;background:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--radius: .625rem;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#000;background-attachment:fixed;cursor:none}*,*:before,*:after{cursor:none!important}#root,.app{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.8}.container{max-width:1400px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(255,255,255,.1)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#4c2d7a,#1e40af);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6b3fb8,#2563eb)}html{scroll-behavior:smooth}::selection{background:#fff3;color:#fff}@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --radius-2xl: calc(var(--radius) + 8px); --radius-3xl: calc(var(--radius) + 12px); --radius-4xl: calc(var(--radius) + 16px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}body{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none;width:0;height:0}html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none;width:0;height:0}.app{position:relative;width:100%;min-height:100vh}.particles-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.particles-wrapper>div{width:100%!important;height:100%!important}.hero-section-wrapper,.projects-section-wrapper{position:relative;z-index:10}.navbar{position:fixed;top:0;width:100%;background:#00000026;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 16px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links button{background:none;border:none;color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;font-size:1rem;font-family:Space Grotesk,sans-serif;padding:.5rem 1rem;border-radius:8px;letter-spacing:-.01em}.nav-links button:hover{color:#fff;background:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 16px #ffffff1a;transform:scale(1.05)}.nav-links button.active{color:#fff;background:#ffffff2e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 16px #ffffff26}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.hamburger span{width:25px;height:3px;background:#fff;transition:all .3s ease}.hero-section-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background:transparent;z-index:5}.projects-section-wrapper{position:relative;margin-top:100vh;background:transparent;min-height:100vh;z-index:10}.projects-section-wrapper>div:not(.particles-wrapper){position:relative;z-index:2}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-background{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:0;object-fit:cover;opacity:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 2rem}.hero h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;margin-bottom:1rem;line-height:1.4;background:linear-gradient(90deg,#fffffff2,#ffc8dcd9,#c8dcffd9 40%,#fffffff2,#dcc8ffd9 60%,#c8fff0d9,#fffffff2);background-size:400% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:prismShimmer 20s linear infinite;display:inline-block;padding-right:2px;filter:drop-shadow(0 0 15px rgba(255,255,255,.08))}@keyframes prismShimmer{0%{background-position:0% center}to{background-position:300% center}}@keyframes shimmer{0%{background-position:0% center}to{background-position:200% center}}.hero-subtitle{font-size:clamp(1rem,2vw,1.5rem);color:#fffc;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:-8rem;left:50%;transform:translate(-50%);cursor:pointer;z-index:100;transition:all .3s ease;pointer-events:auto}.scroll-indicator:hover{transform:translate(-50%) scale(1.1)}.scroll-arrow{font-size:2.5rem;color:#ffffffb3;transition:color .3s ease}.scroll-indicator:hover .scroll-arrow{color:#fff}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#1a3d2a;color:#fff;border:1px solid rgba(107,203,119,.3)}.btn-primary:hover{transform:translateY(-3px);background:#245235;box-shadow:0 10px 30px #6bcb7733}.btn-secondary{background:transparent;border-color:#6bcb7766;color:#fff}.btn-secondary:hover{background:#6bcb771a;transform:translateY(-3px)}.projects,.videos,.contact{padding:6rem 2rem;max-width:1400px;margin:0 auto}.projects h2,.videos h2,.contact h2{font-size:clamp(2rem,5vw,3.5rem);text-align:center;margin-bottom:4rem;color:#fff}.hero-project,.hero-video{margin-bottom:3rem;cursor:pointer;position:relative;overflow:hidden;border-radius:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);transition:all .4s ease;pointer-events:auto;max-width:1200px;margin-left:auto;margin-right:auto}.hero-project:hover,.hero-video:hover{border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 20px 60px #0006,0 10px 40px #ffffff1a,0 5px 20px #0000004d}.hero-project-image,.hero-video-thumbnail{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#000}.hero-project-image img,.hero-video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hero-video-thumbnail .thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;pointer-events:none}.hero-video-thumbnail video{width:100%;height:100%;object-fit:cover}.hero-project:hover .hero-project-image img,.hero-video:hover .hero-video-thumbnail img{transform:scale(1.02)}.hero-project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.hero-project:hover .hero-project-overlay{opacity:1}.hero-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:1rem 2.5rem;background:#ffffffe6;border-radius:50px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;color:#000;transition:all .4s ease;z-index:3}.hero-video:hover .hero-play-button{transform:translate(-50%,-50%) scale(1.1);background:#fff;box-shadow:0 10px 40px #ffffff4d}.hero-project-info,.hero-video-info{padding:2.5rem}.hero-project-info h3,.hero-video-info h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem;color:#fff}.hero-project-info p,.hero-video-info p{color:#ffffffb3;font-size:1.1rem;line-height:1.6}.hero-video-title{color:#ffffffe6;font-size:1rem;font-weight:500;margin:0}.see-more-button{display:block;margin:3rem auto;padding:1rem 3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit}.see-more-button:hover{background:#ffffff1a;border-color:#fff6;transform:translateY(-3px);box-shadow:0 10px 30px #0006}.filter-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.filter-buttons button{padding:.75rem 1.5rem;background:#ffffff14;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:500;box-shadow:0 4px 16px #0003}.filter-buttons button:hover,.filter-buttons button.active{background:#6bcb7733;backdrop-filter:blur(15px) saturate(200%);-webkit-backdrop-filter:blur(15px) saturate(200%);border-color:#6bcb7780;color:#fff;box-shadow:0 6px 24px #6bcb774d;transform:translateY(-2px)}.projects-grid,.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card,.video-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .3s ease;pointer-events:auto;display:flex;flex-direction:column}.project-card:hover,.video-card:hover{border-color:#ffffff4d;box-shadow:0 10px 40px #00000080}.project-thumbnail,.video-thumbnail{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;flex-shrink:0}.project-thumbnail img,.video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-thumbnail img,.video-card:hover .video-thumbnail img{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-project{color:#fff;font-weight:600;font-size:1.2rem}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:.75rem 2rem;background:#ffffffe6;border-radius:50px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#000;transition:all .3s ease}.video-card:hover .play-button{transform:translate(-50%,-50%) scale(1.1);background:#fff}.project-card h3,.video-card h3{padding:1rem 1.5rem .5rem;font-size:1.1rem;color:#fff;text-align:center;position:relative;display:block;background:transparent}.project-card p,.video-card p{padding:0 1.5rem 1.5rem;color:#ffffffb3;font-size:.9rem;text-align:center;position:relative;display:block}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#0006;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:20px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2rem;position:relative}.modal-content::-webkit-scrollbar{display:none}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;width:40px;height:40px;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-content h2{margin-bottom:1.5rem;font-size:2rem}.modal-embed,.video-embed{width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.modal-embed iframe,.video-embed iframe,.video-embed video{width:100%;height:100%;border:none}.modal-embed img{width:100%;height:100%;object-fit:contain}.media-carousel{position:relative;width:100%}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#6bcb77cc;border:none;width:50px;height:50px;border-radius:50%;color:#0a0a1e;font-size:2rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1}.carousel-arrow:hover{background:#6bcb77;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:1rem}.carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.carousel-indicators .indicator:hover{background:#ffffff80}.carousel-indicators .indicator.active{background:#d1d5db;width:14px;height:14px}.video-embed img{width:100%;height:100%;object-fit:contain;background:#000}.contact{padding:3rem 0 2rem;background:#000c;border-top:1px solid rgba(107,203,119,.2)}.contact-modern{padding:4rem 2rem;background:#00000080;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(107,203,119,.3);box-shadow:0 -8px 32px #0000004d;min-height:300px;display:flex;align-items:center;justify-content:center}.contact-container{text-align:center;max-width:800px;margin:0 auto}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff;background:linear-gradient(135deg,#e5e7eb,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-links{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.contact-links a{color:#ffffffe6;text-decoration:none;font-size:1.1rem;font-weight:400;transition:all .3s ease}.contact-links a:hover{color:#fff;text-decoration:underline}.contact-divider{color:#ffffff4d;font-size:1.2rem}.copyright{color:#ffffff80;font-size:.9rem;margin-top:1rem}.contact-footer{text-align:center;max-width:900px;margin:0 auto;padding:2rem 0}.contact-footer h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-contact-info{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:1rem}.footer-contact-info a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-contact-info a:hover{color:#d1d5db}.footer-contact-info .divider{color:#ffffff4d;font-size:1.2rem}.back-button{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;font-family:inherit}.back-button:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translate(-5px)}.footer{text-align:center;padding:2rem;background:#000000f2;border-top:1px solid rgba(107,203,119,.2);color:#fff9}.custom-cursor{position:fixed;top:0;left:0;width:40px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:50%;pointer-events:none;z-index:9999;margin-left:-20px;margin-top:-20px;will-change:transform;background:#ffffff0d;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);box-shadow:inset 0 0 20px #ffffff1a,0 0 25px #0003,0 0 40px #ffffff14}.custom-cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background:linear-gradient(135deg,#e5e7eb,#9ca3af);border-radius:50%;pointer-events:none;z-index:10000;margin-left:-4px;margin-top:-4px;box-shadow:0 0 15px #ffffff80,0 0 30px #0000004d;will-change:transform}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#0a0a1efa;flex-direction:column;padding:2rem;transition:left .3s ease}.nav-links.active{left:0}.projects-grid,.videos-grid{grid-template-columns:1fr}.hero-project-image,.hero-video-thumbnail{aspect-ratio:16/9}.hero-project-info,.hero-video-info,.modal-content{padding:1.5rem}.custom-cursor,.custom-cursor-dot{display:none}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-arrow{width:40px;height:40px;font-size:1.5rem}}
