*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:#e8e8e8;background:#0a0a0a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:#60a5fa;text-decoration:none;transition:color .2s}a:hover{color:#93c5fd;text-decoration:underline}h1,h2,h3,h4,h5,h6{color:#f5f5f5;line-height:1.3;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h2,h3{font-weight:600}h3{font-size:1.5rem}p{margin-bottom:1rem}.page-wrapper{min-height:100vh;position:relative}.page-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(/img/screenshot-3.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.page-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(10,10,10,.85)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.content-panel{background:rgba(20,20,30,.92);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;margin-bottom:2rem}.content-panel,.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav{background:rgba(15,15,20,.95);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.nav-brand{font-size:1.5rem;font-weight:700;color:#f5f5f5}.nav-links{display:flex;gap:1.5rem;flex-wrap:wrap;list-style:none}.nav-links a{color:#d1d5db;font-size:.95rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#60a5fa;text-decoration:none}.hero{padding:4rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1.5rem;color:#f5f5f5;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.hero p{font-size:1.25rem;color:#d1d5db;max-width:800px;margin:0 auto 2rem;line-height:1.8}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.gallery-item{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover img{transform:scale(1.05)}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin:2rem 0;border:1px solid rgba(255,255,255,.1)}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.table-responsive{overflow-x:auto;margin:2rem 0}table{width:100%;border-collapse:collapse;background:rgba(30,30,40,.6);border-radius:8px;overflow:hidden}td,th{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}th{background:rgba(40,40,50,.8);color:#f5f5f5;font-weight:600}.footer{background:rgba(15,15,20,.95);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 2rem;margin-top:4rem}.footer-content{text-align:center;color:#9ca3af;font-size:.9rem;line-height:1.8}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.button{display:inline-block;padding:.75rem 1.5rem;background:rgba(96,165,250,.2);color:#60a5fa;border:1px solid #60a5fa;border-radius:6px;font-weight:500;transition:all .2s}.button:hover{background:rgba(96,165,250,.3);text-decoration:none}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.nav-container{flex-direction:column;align-items:flex-start}.nav-links{font-size:.9rem;gap:1rem}}