:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}:root{--background:#000000;--foreground:#ffffff;--accent:#0074d9;--card-bg:rgba(255,255,255,0.05);--card-shadow:rgba(255,255,255,0.1)}body{margin:0;font-family:Segoe UI,Roboto,sans-serif;background:var(--background);color:var(--foreground)}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.footer{width:100%;background-color:#111;color:#fff;padding:20px 0;text-align:center;font-size:.9rem}.footerContainer{max-width:1200px;margin:0 auto;padding:0 20px}.footerLinks{margin-top:10px;display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.footerLinks a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.footerLinks a:hover{color:#0070f3}.header{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:50;background-color:white;box-shadow:0 2px 5px rgba(0,0,0,.1)}.headerContainer{padding:10px 20px}.head,.headerContainer{display:flex;justify-content:space-between;align-items:center}.head{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:1000;background-color:white}.logoImg{object-fit:contain}.dropdown-nav{display:none}.dropdown-container,.menuIcon{cursor:pointer}.dropdown-list{position:absolute;top:100%;right:0;background-color:white;border:1px solid #ddd;border-radius:8px;list-style:none;padding:10px 0 0 20px;min-width:150px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.dropdown-list .menuItem{padding:8px 15px}.dropdown-list .menuItem a{text-decoration:none;color:#111;font-weight:500}.dropdown-list .menuItem:hover{background-color:#f0f0f0}.inline-nav,.inlineMenu{display:flex}.inlineMenu{gap:20px;list-style:none;margin:0;padding:0}.inlineMenu li a{text-decoration:none;color:#111;font-weight:500}.inlineMenu li a:hover{color:#0070f3}@media (orientation:portrait){.dropdown-nav{display:block}.inline-nav{display:none}.menuItem{float:left}}@media (orientation:landscape){.dropdown-nav{display:none}.inline-nav{display:flex}}.hero{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center;padding:80px 20px;gap:40px}.heroContent h1{font-size:3rem;font-weight:700;margin-bottom:10px}.heroContent h2{font-size:1.5rem;font-weight:500;margin-bottom:20px;color:#555}.heroContent p{font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto 30px}.ctaButtons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.ctaBtn{background-color:#0070f3;color:white;padding:12px 25px;border-radius:6px;font-weight:500;text-decoration:none;transition:background-color .2s ease}.ctaBtn:hover{background-color:#0055aa}.ctaBtnOutline{border:2px solid #0070f3;color:#0070f3;padding:10px 23px;border-radius:6px;font-weight:500;text-decoration:none;transition:background-color .2s ease,color .2s ease}.ctaBtnOutline:hover{background-color:#0070f3;color:white}.heroImage{max-width:500px;width:100%}@media(min-width:1024px){.hero{flex-direction:row;text-align:left;padding:120px 50px}}.aboutTeaser{padding:80px 20px;text-align:center}.aboutTeaser h3{font-size:2rem;font-weight:600;margin-bottom:20px}.aboutTeaser p{font-size:1.1rem;line-height:1.6;max-width:700px;margin:0 auto 25px}.learnMore{font-weight:500;color:#0070f3;text-decoration:none}.learnMore:hover{text-decoration:underline}.container.projectPage{max-width:960px;margin:0 auto;padding:2rem 1rem;background:#e6f0ff;color:#1a1a1a;line-height:1.6}.projectPage h2{font-size:1.5rem;font-weight:600;border-left:4px solid #1ca9c9;padding-left:10px;color:#003366}.projectPage h3{font-size:1.2rem;font-weight:600}.projectPage p,.projectPage ul{font-size:1rem;margin-bottom:1rem}.projectPage ul{padding-left:1.5rem}.screenshot-img{width:100%;max-width:100%;border-radius:6px;margin:1rem 0;box-shadow:0 2px 5px rgba(0,0,0,.08)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin-top:.5rem}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.links a{margin-right:1rem;margin-bottom:.5rem;padding:8px 16px;background-color:#003366;color:#fff;border-radius:4px;transition:background .3s ease}.links a:hover{background-color:#1ca9c9}@media (max-width:768px){.container.projectPage{padding:1rem}.projectPage h2{font-size:1.3rem}.links a{display:block;margin-bottom:.8rem}}.recentProjects{padding:80px 20px;text-align:center;background-color:#000000}.recentProjects h3{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#ffffff}.projectsGrid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1rem}.projectCard{background:#111111;border-radius:10px;box-shadow:0 4px 12px rgba(255,255,255,.05);text-align:center;width:280px;padding:1rem;transition:transform .2s ease,box-shadow .2s ease}.projectCard:hover{transform:translateY(-5px);box-shadow:0 6px 18px rgba(255,255,255,.1)}.projectCard h4{margin:.8rem 0 .5rem;font-size:1.1rem;color:#ffffff}.projectCard p{font-size:.95rem;color:#cccccc;line-height:1.4}.projectImage img{border-radius:6px;max-width:100%;height:auto;box-shadow:0 2px 6px rgba(255,255,255,.05)}@media (max-width:768px){.projectsGrid{flex-direction:column;align-items:center}.projectCard{width:90%}}.voting-page{max-width:960px;margin:auto;padding:2rem 1rem}.project-header{text-align:center;margin-bottom:2rem}.header-content h1{font-size:2rem;color:var(--foreground);margin-bottom:.5rem}.header-content p{font-size:1rem;color:var(--foreground);margin-bottom:1rem}.project-banner{width:100%;border-radius:8px;box-shadow:0 4px 12px rgba(255,255,255,.1)}.voting-page section{background:var(--card-bg);padding:1.5rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 6px 14px var(--card-shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .2s ease,box-shadow .2s ease}.voting-page section:hover{transform:translateY(-3px);box-shadow:0 8px 20px var(--card-shadow)}h2{color:var(--accent);border-left:4px solid var(--accent);padding-left:10px;margin-top:0;margin-bottom:1rem}li,p{font-size:1rem;line-height:1.6;color:var(--foreground)}ul{padding-left:1.5rem}.screenshot-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.screenshot{border-radius:8px;max-width:480px;height:auto}.screenshot,iframe{width:100%;box-shadow:0 4px 12px rgba(255,255,255,.1)}iframe{height:360px;border:none;margin-top:1rem;border-radius:8px}.links a{display:inline-block;margin:.3rem 1rem 1rem 0;background:#003366;color:white;text-decoration:none;padding:10px 18px;border-radius:6px;font-size:.95rem;transition:background .2s ease}.links a:hover{background:#0052cc}footer{text-align:center;margin-top:3rem;padding:1rem 0;background:#111;font-size:.9rem;color:var(--foreground)}@media (max-width:768px){iframe{height:240px}.screenshot-grid{flex-direction:column;align-items:center}.header-content h1{font-size:1.5rem}.header-content p{font-size:.95rem}.voting-page section{padding:1rem}}@media (orientation:landscape) and (min-width:768px){.project-header{display:flex;align-items:center;justify-content:space-between;text-align:left;gap:2rem}.header-content{flex:1 1}.project-banner{width:50%;max-width:600px}.voting-page section{padding:2rem}iframe{height:400px}.screenshot-grid{gap:1.5rem}}