.app{width:100%;min-height:100vh;display:flex;flex-direction:column}header{background:#242424;padding:1rem 2rem;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center}header h1{font-size:1.5rem;margin:0}nav{display:flex;gap:.5rem}button{background:#444;color:#fff;border:1px solid #555;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .15s ease}button:hover{background:#555}button:active{background:#333}button.active{background:#4a9eff;border-color:#2e7dd6;font-weight:700}main{flex:1;padding:2rem}.judge-view{max-width:1400px;margin:0 auto}.judge-view h2{margin-bottom:1.5rem}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.controls section{background:#242424;padding:1.5rem;border-radius:8px;border:1px solid #333}.controls h3{font-size:1rem;margin-bottom:1rem;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.shots{display:flex;flex-direction:column;gap:.5rem}.shots button{text-align:left;width:100%}.overlays{display:flex;flex-direction:column;gap:.75rem}.overlays label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.overlays input[type=text]{width:100%;margin-top:.5rem;background:#1a1a1a;border:1px solid #444;color:#fff;padding:.5rem;border-radius:4px;font-family:inherit}.diagnostics p{margin:.5rem 0;font-family:monospace;color:#888}.preview{margin-top:2rem}.preview h3{margin-bottom:1rem}.preview-canvas{width:100%;max-width:960px;aspect-ratio:16 / 9;background:#000;border:1px solid #333;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.preview-canvas canvas{width:100%;height:100%;object-fit:contain}.program-output{width:100%;height:100vh;background:#000;display:flex;align-items:center;justify-content:center}.program-output canvas{width:100%;height:100%;object-fit:contain}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.landing-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.landing-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;padding:40px 20px;background:linear-gradient(180deg,#0000004d,#0000)}.landing-teaser{max-width:90%;max-height:50vh;width:auto;height:auto;border-radius:16px;box-shadow:0 20px 60px #00000080;margin-bottom:48px;border:3px solid rgba(255,215,0,.3)}.call-to-order-btn{font-size:28px;font-weight:700;padding:24px 48px;background:linear-gradient(135deg,#d4af37,#f4d03f,#d4af37);color:#1a1a2e;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #d4af3766;display:flex;align-items:center;gap:16px;text-transform:uppercase;letter-spacing:1px}.call-to-order-btn:hover{transform:translateY(-4px);box-shadow:0 12px 32px #d4af3799;background:linear-gradient(135deg,#f4d03f,#d4af37,#f4d03f)}.call-to-order-btn:active{transform:translateY(-2px)}.gavel-icon{font-size:32px;animation:gavel-bounce 2s ease-in-out infinite}@keyframes gavel-bounce{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.landing-about{max-width:1400px;margin:0 auto;padding:80px 40px}.landing-about h2{text-align:center;font-size:48px;margin-bottom:60px;color:#f4d03f;text-shadow:0 2px 8px rgba(244,208,63,.3)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:80px}.about-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#f4d03f4d;box-shadow:0 8px 32px #f4d03f33}.about-card h3{font-size:24px;margin-bottom:16px;color:#f4d03f}.about-card p{font-size:16px;line-height:1.6;color:#e0e0e0}.how-it-works{background:#f4d03f1a;border:2px solid rgba(244,208,63,.3);border-radius:16px;padding:48px;margin-bottom:60px}.how-it-works h3{font-size:32px;margin-bottom:32px;color:#f4d03f;text-align:center}.steps-list{font-size:18px;line-height:2;max-width:800px;margin:0 auto;padding-left:24px}.steps-list li{margin-bottom:16px;color:#e0e0e0}.steps-list strong{color:#f4d03f}.tech-note{text-align:center;padding:32px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.tech-note p{font-size:16px;line-height:1.6;color:#b0b0b0;max-width:800px;margin:0 auto}.tech-note strong{color:#f4d03f}.landing-footer{text-align:center;padding:40px 20px;background:#0000004d;border-top:1px solid rgba(255,255,255,.1)}.landing-footer p{color:#b0b0b0;font-size:14px;font-style:italic}@media (max-width: 768px){.landing-hero{min-height:60vh;padding:20px}.landing-teaser{max-height:40vh;margin-bottom:32px}.call-to-order-btn{font-size:20px;padding:18px 32px;gap:12px}.gavel-icon{font-size:24px}.landing-about{padding:40px 20px}.landing-about h2{font-size:36px;margin-bottom:40px}.about-grid{grid-template-columns:1fr;gap:24px}.about-card{padding:24px}.how-it-works{padding:32px 24px}.how-it-works h3{font-size:24px}.steps-list{font-size:16px;padding-left:16px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
