:root{--snap-yellow:#FFFC00;--snap-black:#000;--snap-white:#FFF;--snap-cyan:#00C2FF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:var(--snap-yellow);color:var(--snap-black);min-height:100vh;display:flex;flex-direction:column}h1{text-transform:capitalize}.container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;animation:fadeIn .5s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content{max-width:400px;width:80%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.logo{max-width:100%;width:150px;height:auto;margin-bottom:1.5rem;object-fit:contain}.ghost-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:var(--snap-black);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3Cpath d='M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3Cpath d='M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z'/%3E%3C/svg%3E") no-repeat center}h1{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-0.5px}.tagline{font-size:.9rem;color:rgba(0,0,0,0.65);margin-top:-1rem;margin-bottom:1.5rem;font-weight:normal;max-width:380px;margin-left:auto;margin-right:auto}.status-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;font-size:1.25rem;font-weight:600}.status-dot{width:12px;height:12px;background:var(--snap-cyan);border:2px solid var(--snap-black);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}100%{transform:scale(1);opacity:1}}.btn-start{display:inline-block;background:var(--snap-black);color:var(--snap-yellow);padding:1rem 3rem;border-radius:9999px;font-size:1.25rem;font-weight:600;text-transform:uppercase;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;letter-spacing:1px}.btn-start:hover{background:var(--snap-cyan);color:var(--snap-black);transform:translateY(-2px)}.more-info{margin-top:2.5rem;text-align:left;border-top:1px solid rgba(0,0,0,0.1);padding-top:1.5rem}.more-info h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;text-align:center}.more-info p{font-size:1rem;line-height:1.6;color:rgba(0,0,0,0.8);margin-bottom:1rem}.more-info p a{color:var(--snap-cyan);text-decoration:none;font-weight:600}.more-info p a:hover{text-decoration:underline}footer{background:var(--snap-black);color:var(--snap-yellow);padding:1rem;text-align:center;font-size:.875rem}footer a{color:var(--snap-cyan);text-decoration:none}footer a:hover{text-decoration:underline}