@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300;400;500;600&display=swap";body,.app,.content{font-family:"IBM Plex Serif",serif;background-color:#000;color:#fff}.app{position:relative;width:100vw;height:100vh;overflow:hidden}.background-video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:-1;object-fit:cover}.content{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.content h1{color:#fff;font-size:4rem;text-shadow:2px 2px 4px rgba(0,0,0,.7);margin:0}.frame-link{cursor:pointer;text-decoration:none;transition:opacity .3s ease}.frame-link:hover{opacity:.8}.frame-animation{max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;display:block}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-content{text-align:center;color:#fff}.loading-content h2{font-size:2rem;margin-bottom:2rem;font-weight:300;letter-spacing:2px}.loading-content p{margin-top:1rem;font-size:1.2rem;font-weight:300}.progress-bar{width:300px;height:4px;background-color:#fff3;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background-color:#fff;transition:width .3s ease;border-radius:2px}.layered-diagram{position:relative;max-width:90vw;max-height:90vh;width:auto;height:auto;display:inline-block}.layered-diagram>*:first-child{position:relative;display:block}.layered-diagram>*:not(:first-child){position:absolute;top:0;left:0}.diagram-layer{width:100%;height:auto;display:block;transition:filter .3s ease;pointer-events:none}.diagram-layer-link{width:100%;display:block;text-decoration:none;pointer-events:auto}.diagram-layer-link:hover .diagram-layer{filter:drop-shadow(0 0 20px rgba(255,255,255,.8)) drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 60px rgba(255,255,255,.4))}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(5px)}}.question-page{background-color:#000;color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Courier New,Courier,monospace}.question-container{text-align:center;max-width:800px;padding:2rem}.question-text{font-size:2.5rem;margin-bottom:3rem;font-family:Courier New,Courier,monospace;font-weight:400}.checkbox-container{display:flex;gap:4rem;justify-content:center;margin-bottom:3rem}.checkbox-label{display:flex;align-items:center;gap:1rem;cursor:pointer;font-size:1.5rem;font-family:Courier New,Courier,monospace;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:white}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.checkbox-label span{font-family:Courier New,Courier,monospace}.submit-button{background-color:#fff;color:#000;border:none;padding:1rem 3rem;font-size:1.2rem;font-family:Courier New,Courier,monospace;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;display:block;margin:0 auto}.submit-button:hover:not(:disabled){background-color:#ddd;transform:scale(1.05)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.skip-button{background-color:transparent;color:#fff;border:1px solid white;padding:.8rem 2rem;font-size:1rem;font-family:Courier New,Courier,monospace;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;display:block;margin-left:auto;margin-right:auto}.skip-button:hover:not(:disabled){background-color:#ffffff1a;transform:scale(1.05)}.skip-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.question-text{font-size:1.8rem;margin-bottom:2rem}.checkbox-container{gap:2rem}.checkbox-label{font-size:1.2rem}.submit-button{padding:.8rem 2rem;font-size:1rem}}.results-page{background-color:#000;color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;font-family:Courier New,Courier,monospace;padding:2rem;overflow-y:auto}.results-container{text-align:center;max-width:900px;width:100%;padding-bottom:3rem;margin-top:2rem}.results-title{font-size:2rem;margin-bottom:1rem;font-family:Courier New,Courier,monospace;font-weight:400}.results-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.7;font-family:Courier New,Courier,monospace}.loading-text,.error-text{font-size:1.5rem;font-family:Courier New,Courier,monospace;margin-bottom:2rem}.error-text{color:#ff6b6b}.chart-container{margin:3rem auto;width:100%;max-width:600px}.continue-button{background-color:#fff;color:#000;border:none;padding:1rem 3rem;font-size:1.2rem;font-family:Courier New,Courier,monospace;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;margin-top:2rem}.continue-button:hover{background-color:#ddd;transform:scale(1.05)}.recharts-text{fill:#fff!important;font-family:Courier New,Courier,monospace!important}.recharts-legend-item-text{color:#fff!important;font-family:Courier New,Courier,monospace!important}@media (max-width: 768px){.results-page{padding:1rem}.results-title{font-size:1.5rem}.results-subtitle{font-size:1rem}.chart-container{margin:2rem auto}.continue-button{padding:.8rem 2rem;font-size:1rem;margin-top:2rem;margin-bottom:2rem}}@media (max-width: 480px){.results-page{padding:1rem .5rem}.results-title{font-size:1.2rem}.results-subtitle{font-size:.9rem}.chart-container{margin:1.5rem auto}.continue-button{padding:.7rem 1.5rem;font-size:.9rem;margin-bottom:2rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow:hidden}#root{margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
