@import"https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap";*{box-sizing:border-box}#root{max-width:100%;width:100%;margin:0;padding:0;text-align:center;overflow-x:hidden}.landing-page{min-height:100vh;background:linear-gradient(180deg,navy,#4169e1,navy);padding:1rem;font-family:Comic Neue,Comic Sans MS,cursive;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.marquee-container{position:absolute;top:0;left:0;right:0;background:red;color:#ff0;padding:.5rem 0;font-weight:700;font-size:1rem;overflow:hidden;white-space:nowrap}.marquee-text{display:inline-block;animation:marquee 15s linear infinite}@keyframes marquee{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.scam-card{background:linear-gradient(145deg,silver,#e8e8e8,silver);border:4px outset #808080;padding:2rem;max-width:500px;width:90%;box-shadow:inset 1px 1px #fff,inset -1px -1px #404040,5px 5px 15px #00000080}.scam-card h1{color:red;text-shadow:2px 2px 0 #ffff00;font-size:clamp(1.5rem,5vw,2.5rem);margin:0 0 1rem;line-height:1.2}.blink{animation:blink .5s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.rainbow-text{background:linear-gradient(90deg,red,orange,#ff0,green,#00f,purple);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:rainbow-shift 2s linear infinite;background-size:200% 100%}@keyframes rainbow-shift{0%{background-position:0% 50%}to{background-position:200% 50%}}.question-text{font-size:clamp(1rem,3vw,1.3rem);color:navy;margin:1rem 0}.free-badge{background:#0f0;color:#000;padding:.25rem 1rem;display:inline-block;transform:rotate(-5deg);font-weight:700;border:2px dashed #ff0000;margin:.5rem 0;font-size:clamp(.9rem,2.5vw,1.1rem)}.name-input-container{margin:1.5rem 0}.name-input{font-family:Comic Neue,Comic Sans MS,cursive;font-size:1.2rem;padding:.75rem 1rem;width:100%;max-width:300px;border:3px inset #808080;background:#ffc;text-align:center}.name-input:focus{outline:3px solid #ff0000;background:#fff}.submit-btn{font-family:Comic Neue,Comic Sans MS,cursive;font-size:1.2rem;font-weight:700;padding:.75rem 2rem;background:linear-gradient(180deg,gold,#ff8c00);border:4px outset #ffd700;color:maroon;cursor:pointer;text-shadow:1px 1px 0 #fff;margin-top:1rem;transition:all .1s}.submit-btn:hover{background:linear-gradient(180deg,#ffed4a,orange)}.submit-btn:active{border-style:inset;transform:translate(2px,2px)}.fine-print{font-size:.6rem;color:#666;margin-top:1rem;font-style:italic}.decoration{position:absolute;font-size:2rem;animation:spin-float 3s ease-in-out infinite}.decoration:nth-child(1){top:20%;left:5%;animation-delay:0s}.decoration:nth-child(2){top:30%;right:5%;animation-delay:.5s}.decoration:nth-child(3){bottom:20%;left:8%;animation-delay:1s}.decoration:nth-child(4){bottom:30%;right:8%;animation-delay:1.5s}@keyframes spin-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(180deg)}}.scam-ad{position:fixed;background:linear-gradient(135deg,#ff6b00,red,#ff6b00);border:3px solid #ffff00;padding:.75rem;max-width:180px;text-align:center;font-family:Comic Neue,Comic Sans MS,cursive;box-shadow:0 0 20px #ffff0080;z-index:50;animation:ad-pulse .5s ease-in-out infinite alternate}@keyframes ad-pulse{0%{transform:scale(1);box-shadow:0 0 20px #ffff0080}to{transform:scale(1.02);box-shadow:0 0 30px #ff0c}}.ad-top-left{top:80px;left:10px}.ad-top-right{top:80px;right:10px}.ad-bottom-left{bottom:20px;left:10px}.ad-bottom-right{bottom:20px;right:10px}.scam-ad-text{color:#ff0;font-weight:700;font-size:.9rem;text-shadow:2px 2px 0 #000;margin-bottom:.25rem}.scam-ad-subtext{color:#fff;font-size:.7rem;margin-bottom:.5rem}.scam-ad-btn{background:linear-gradient(180deg,#0f0,#0a0);border:2px solid #ffff00;color:#000;font-weight:700;font-size:.7rem;padding:.25rem .5rem;cursor:pointer;font-family:inherit;animation:btn-flash .3s ease-in-out infinite alternate}@keyframes btn-flash{0%{background:linear-gradient(180deg,#0f0,#0a0)}to{background:linear-gradient(180deg,#ff0,#fa0)}}@media (max-width: 900px){.ad-top-left,.ad-bottom-left{display:none}}@media (max-width: 600px){.scam-ad{display:none}}.not-found{background:#400;color:#ff6b6b;padding:1rem;border:3px solid #f00;margin-top:1rem;font-weight:700}.obstacle-page{min-height:100vh;background:linear-gradient(180deg,#1a0a2e,#16213e,#0d1f3c);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;font-family:Comic Neue,Comic Sans MS,Arial,sans-serif}.obstacle-card{background:linear-gradient(145deg,#f0f0f0,#e8e8e8,#d8d8d8);border:3px solid #ff6600;border-radius:0;padding:1.5rem;max-width:450px;width:90%;box-shadow:0 0 20px #ff66004d,inset 0 0 10px #0000001a}.obstacle-card h2{margin:0 0 .5rem;color:#c00;font-size:clamp(1.3rem,4vw,1.8rem);text-transform:uppercase}.obstacle-card .subtitle{color:#333;font-size:.9rem;margin-bottom:1.5rem}.obstacle-card label{display:block;color:#333;font-weight:700;margin-bottom:.5rem;text-align:left}.obstacle-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px inset #999;border-radius:0;margin-bottom:1rem;background:#ffc;font-family:inherit}.obstacle-input:focus{outline:3px solid #ff6600;background:#fff}.obstacle-btn{width:100%;padding:.875rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(180deg,#f90,#f60,#cc5200);border:3px outset #ff9900;border-radius:0;cursor:pointer;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.obstacle-btn:hover{background:linear-gradient(180deg,#fa2,#f71,#dd6311)}.obstacle-btn:active{border-style:inset}.obstacle-btn:disabled{background:#999;border-color:#666;cursor:not-allowed}.obstacle-error{background:#fcc;border:2px solid #cc0000;color:#900;padding:.75rem;margin-bottom:1rem;font-size:.9rem;font-weight:700}.scammy-badge{background:#0f0;color:#000;padding:.25rem .75rem;display:inline-block;font-weight:700;font-size:.8rem;margin-bottom:1rem;transform:rotate(-2deg);border:1px dashed #009900}.cc-icons{display:flex;gap:.5rem;margin-bottom:1rem;font-size:1.5rem}.cc-input{font-family:Courier New,monospace;letter-spacing:2px;font-size:1.1rem}.math-problem{background:#fff;padding:1rem;border:2px inset #999;margin-bottom:1rem;font-size:.95rem;line-height:1.6;color:#333;text-align:left}.math-problem p{margin:.5rem 0}.recaptcha-page{background:#f5f5f5}.recaptcha-container{background:#fff;border:1px solid #d3d3d3;border-radius:3px;box-shadow:0 2px 4px #0000001a;max-width:350px;width:90%}.recaptcha-header{background:#4a90d9;padding:1rem;display:flex;align-items:center;gap:.75rem}.recaptcha-icon{font-size:1.5rem}.recaptcha-header-text{color:#fff}.recaptcha-title{font-size:.9rem}.recaptcha-target{font-size:1.3rem;font-weight:700}.recaptcha-subtext{padding:.5rem 1rem;font-size:.8rem;color:#666;border-bottom:1px solid #eee}.captcha-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin:0;padding:2px;background:#fff}.captcha-cell{aspect-ratio:1;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;border:2px solid transparent;transition:all .1s}.captcha-cell:hover{background:#e0e0e0}.captcha-cell.selected{border-color:#4a90d9;background:#e3f2fd}.recaptcha-error{color:#d32f2f;font-size:.8rem;padding:.5rem 1rem;background:#ffebee}.recaptcha-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-top:1px solid #eee}.recaptcha-branding{font-size:.7rem;color:#9aa0a6}.recaptcha-logo{color:#4a90d9;font-weight:700;font-style:italic}.recaptcha-verify-btn{background:#4a90d9;color:#fff;border:none;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;cursor:pointer;border-radius:2px}.recaptcha-verify-btn:hover{background:#357abd}.rating-page{background:linear-gradient(135deg,#1a237e,#283593)}.rating-container{background:#fff;border-radius:8px;padding:2rem;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 20px #0000004d}.rating-container h2{margin:0 0 .5rem;color:#333}.rating-subtitle{color:#666;margin-bottom:1.5rem}.stars-container{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.star-btn{background:none;border:none;font-size:2.5rem;color:#ddd;cursor:pointer;transition:transform .1s;padding:0}.star-btn:hover{transform:scale(1.1)}.star-btn.filled{color:#ffc107}.rating-error{color:#d32f2f;font-size:.85rem;margin-bottom:.5rem}.rating-hint{font-size:.8rem;color:#999}.terms-box{height:200px;overflow-y:scroll;background:#fff;border:2px inset #999;padding:1rem;margin-bottom:1rem;font-size:.65rem;line-height:1.3;color:#333;text-align:justify}.terms-box p{margin-bottom:.75rem}.scroll-notice{font-size:.8rem;color:#c00;font-weight:700;margin-bottom:.5rem}.bsod{position:fixed;top:0;left:0;right:0;bottom:0;background:#00a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;cursor:pointer}.bsod-header{background:#aaa;color:#00a;padding:.25rem 1rem;font-family:Lucida Console,Monaco,monospace;font-size:clamp(1rem,3vw,1.5rem);margin-bottom:2rem}.bsod-text{color:#fff;font-family:Lucida Console,Monaco,monospace;font-size:clamp(.75rem,2vw,1rem);text-align:center;line-height:1.8;max-width:600px}.bsod-text p{margin:.75rem 0}.bsod-name{font-size:clamp(1.2rem,4vw,2rem);margin:1.5rem 0;color:#fff}.bsod-continue{margin-top:2rem;animation:blink 1s step-end infinite}.terminal-page{background:#1a1a2e!important}.terminal-container{background:#0d0d0d;border-radius:8px;overflow:hidden;max-width:600px;width:95%;box-shadow:0 10px 40px #00000080}.terminal-header{background:#2d2d2d;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem}.terminal-dot{width:12px;height:12px;border-radius:50%}.terminal-dot.red{background:#ff5f56}.terminal-dot.yellow{background:#ffbd2e}.terminal-dot.green{background:#27ca40}.terminal-title{color:#999;font-size:.85rem;font-family:SF Mono,Monaco,Courier New,monospace;margin-left:auto;margin-right:auto}.terminal-body{padding:1.5rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9rem;color:#0f0;line-height:1.6;text-align:left}.terminal-line{margin-bottom:.5rem}.terminal-prompt{color:#0f0;margin-right:.5rem}.terminal-output{color:#ccc}.terminal-success{color:#0f0}.terminal-form{margin-top:1rem}.terminal-input-line{display:flex;align-items:center;background:#1a1a1a;border:1px solid #333;padding:.5rem;border-radius:4px;margin-bottom:1rem}.terminal-input{flex:1;background:transparent;border:none;color:#0f0;font-family:inherit;font-size:inherit;outline:none}.terminal-input::placeholder{color:#555}.terminal-btn{background:#0f0;color:#000;border:none;padding:.75rem 2rem;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;transition:all .2s}.terminal-btn:hover{background:#0f0;box-shadow:0 0 10px #00ff0080}.segfault-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer;overflow:auto}.segfault-content{max-width:700px;width:100%}.segfault-text{font-family:SF Mono,Monaco,Courier New,monospace;font-size:clamp(.65rem,1.5vw,.85rem);color:#f33;line-height:1.5;white-space:pre-wrap;word-break:break-word;margin:0;text-shadow:0 0 5px rgba(255,0,0,.3)}.shell-page{min-height:100vh;background:#0d0d0d;display:flex;flex-direction:column}.shell-container{background:#0d0d0d;flex:1;display:flex;flex-direction:column;overflow:hidden}.shell-body{padding:1rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.85rem;color:#ccc;flex:1;overflow-y:auto;text-align:left}.shell-line{line-height:1.6;white-space:pre-wrap;word-break:break-word}.shell-prompt{color:#4ec9b0;font-weight:700;white-space:pre}.shell-command{color:#fff}.shell-output{color:#9cdcfe}.ansi-green{color:#4ec9b0;font-weight:700}.ansi-blue{color:#569cd6;font-weight:700}.shell-input-line{display:flex;align-items:center;line-height:1.6}.shell-input{flex:1;background:transparent;border:none;color:#fff;font-family:inherit;font-size:inherit;outline:none;caret-color:#4ec9b0;padding:0;margin:0}.shell-hint{color:#666;font-size:.8rem;margin-top:1rem;font-family:SF Mono,Monaco,Courier New,monospace}.final-container{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.final-photo{width:200px;height:200px;object-fit:cover;border-radius:50%;border:4px solid #333;margin-bottom:1.5rem}.final-text{font-family:Arial,sans-serif;font-size:1.25rem;color:#333;margin:0;text-align:center}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100vh;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
