.robot-head-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.robot-head-container canvas{display:block}.floating-dots-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.home{min-height:100vh;background:#000;transition:opacity 1s ease}.home.fade-out{opacity:0}.home-header{position:relative;width:100%;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0a0a0a);overflow:hidden;display:flex;align-items:center;justify-content:center;isolation:isolate}.home-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#00000080);z-index:1}.messages-container{position:absolute;z-index:2;left:15%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start}.message-bubble{background:#edd891cc;color:#2a2a2a;padding:1.5rem 2.5rem;border-radius:30px;font-size:1.8rem;font-weight:500;box-shadow:0 5px 20px #edd8914d;position:relative;opacity:0;transform:translate(-50px) scale(.8);transition:opacity .5s ease,transform .5s ease;max-width:600px}.message-bubble.visible{opacity:1;transform:translate(0) scale(1);animation:slideIn .5s ease forwards}.message-bubble.fading-out{opacity:0;transform:translate(-30px) scale(.95)}@keyframes slideIn{to{opacity:1;transform:translate(0) scale(1)}}.typing-cursor{display:inline-block;margin-left:3px;animation:blink .7s infinite;font-weight:300}.game-buttons{display:flex;gap:1.5rem;margin-top:1.5rem;animation:fadeIn .5s ease forwards}.game-btn{padding:1rem 3rem;font-size:1.3rem;font-weight:600;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.yes-btn{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff}.yes-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4caf5066}.no-btn{background:linear-gradient(135deg,#f44336,#c62828);color:#fff}.no-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #f4433666}.pills-container{position:fixed;bottom:20%;left:45%;transform:translate(-50%);display:flex;gap:4rem;z-index:10;animation:fadeInUp .8s ease forwards}@media (max-width: 768px){.pills-container{bottom:15%;gap:2rem;left:40%}.pill{width:80px;height:35px}}.pill{width:100px;height:40px;border-radius:50px;position:relative;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #00000080}.pill:hover{transform:translateY(-10px) scale(1.1)}.blue-pill{background:linear-gradient(135deg,#2196f3,#0d47a1);box-shadow:0 8px 25px #2196f399}.blue-pill:hover{box-shadow:0 15px 35px #2196f3cc}.red-pill{background:linear-gradient(135deg,#f44336,#b71c1c);box-shadow:0 8px 25px #f4433699}.red-pill:hover{box-shadow:0 15px 35px #f44336cc}.pill-shine{position:absolute;top:8px;left:20%;width:40%;height:15px;background:#fff6;border-radius:50px;filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.programming-section{display:flex;gap:6rem;padding:8rem 3rem;max-width:1400px;margin:0 auto;justify-content:center;align-items:center;background:#0a0a0a;min-height:100vh}.programming-icon{flex:0 0 300px;display:flex;flex-direction:column;align-items:center;gap:2rem}.code-icon{width:200px;height:200px;color:#1e90ff;filter:drop-shadow(0 0 20px rgba(30,144,255,.5));animation:float 3s ease-in-out infinite}.code-brackets{display:flex;gap:1.5rem;font-size:5rem;font-weight:700;color:#1e90ff;font-family:Courier New,monospace}.bracket{animation:pulse 2s ease-in-out infinite;text-shadow:0 0 10px rgba(30,144,255,.8)}.bracket:nth-child(2){animation-delay:.3s}.bracket:nth-child(3){animation-delay:.6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.programming-content{flex:1;max-width:700px}.programming-content h2{color:#1e90ff;font-size:3rem;margin-bottom:2rem;text-shadow:0 2px 10px rgba(30,144,255,.3)}.programming-content p{color:#d0d0d0;font-size:1.3rem;line-height:1.8;margin-bottom:3rem}.tech-stack{display:flex;flex-direction:column;gap:2rem}.tech-category h3{color:#0ff;font-size:1.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.tech-tags{display:flex;flex-wrap:wrap;gap:1rem}.tech-tags span{background:linear-gradient(135deg,#1e90ff,#06c);color:#fff;padding:.7rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:500;box-shadow:0 4px 15px #1e90ff4d;transition:all .3s ease}.tech-tags span:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1e90ff80}@media (max-width: 968px){.programming-section{flex-direction:column;gap:4rem;padding:4rem 2rem}.programming-icon{flex:none}.code-icon{width:150px;height:150px}.code-brackets{font-size:3.5rem}.programming-content h2{font-size:2.2rem}}.effects{min-height:calc(100vh - 73px);background:linear-gradient(135deg,#f093fb,#f5576c);padding:3rem 2rem}.effects-container{max-width:1200px;margin:0 auto}.effects-title{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:1rem;animation:fadeInDown .8s ease}.effects-description{font-size:1.2rem;color:#fff;text-align:center;margin-bottom:3rem;opacity:.9;animation:fadeInUp .8s ease}.effects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.effect-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.effect-card:hover{transform:translateY(-5px)}.effect-card h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;text-align:center}.effect-demo{width:100px;height:100px;margin:0 auto;border-radius:10px}.pulse-demo{background:#667eea;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.rotate-demo{background:linear-gradient(45deg,#f093fb,#f5576c);animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bounce-demo{background:#4facfe;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.gradient-demo{background:linear-gradient(45deg,#fa709a,#fee140,#30cfd0,#fa709a);background-size:400% 400%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.shake-demo{background:#a8edea;animation:shake .5s infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.glow-demo{background:#764ba2;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 5px #764ba2,0 0 10px #764ba2}50%{box-shadow:0 0 20px #764ba2,0 0 40px #764ba2,0 0 60px #764ba2}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.terminal-page{width:100%;min-height:100vh;background-color:#000;padding:2rem;cursor:text}@media (max-width: 768px){.terminal-page{padding:.5rem}}.terminal-container{max-width:1200px;margin:0 auto;font-family:Consolas,Courier New,monospace;font-size:16px;color:#0f0;max-height:calc(100vh - 4rem);overflow-y:auto;padding:1rem}@media (max-width: 768px){.terminal-container{padding:.3rem;font-size:13px;max-height:calc(100vh - 1rem)}}.terminal-line{margin:.2rem 0;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.terminal-line{margin:.1rem 0}}.terminal-line.output{color:#0f0}.terminal-line.input{color:#fff}.terminal-line.error{color:#f44}.terminal-line.project{color:#0f0;display:flex;align-items:center;margin:.3rem 0;flex-wrap:wrap}@media (max-width: 768px){.terminal-line.project{flex-direction:column;align-items:flex-start}}.project-title{color:#0ff;font-weight:700}.project-type{color:#ff0;font-style:italic}.project-arrow{color:#0f0;margin:0 .5rem;font-weight:700}.project-link{color:#0f0;text-decoration:underline;cursor:pointer;transition:color .2s}.project-link:hover{color:#0c0;text-decoration:none}.terminal-input-line{display:flex;align-items:center;margin-top:.5rem}.terminal-prompt{color:#0f0;margin-right:.5rem}.terminal-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:Consolas,Courier New,monospace;font-size:16px;caret-color:transparent}.terminal-cursor{color:#0f0;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.terminal-container::-webkit-scrollbar{width:10px}.terminal-container::-webkit-scrollbar-track{background:#0a0a0a}.terminal-container::-webkit-scrollbar-thumb{background:#0f0;border-radius:5px}.terminal-container::-webkit-scrollbar-thumb:hover{background:#0c0}.portfolio-page{min-height:100vh;background:#fff;color:#333;scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh}.portfolio-section{min-height:100vh;height:100vh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.portfolio-header{position:relative;width:100%;height:100vh;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background:#fff;overflow:hidden;padding:2rem;gap:3rem}.header-content{position:relative;z-index:2;text-align:left;padding:2rem;max-width:500px;flex:1;align-self:center}.portfolio-title{font-size:2.5rem;font-weight:400;color:#2c3e50;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.1);line-height:1.4}.portfolio-subtitle{font-size:1.2rem;color:#555;font-weight:300;line-height:1.6;font-style:italic}.video-container{position:relative;z-index:1;width:350px;height:500px;display:flex;align-items:center;justify-content:center;border-radius:0;overflow:visible;background:transparent;flex-shrink:0}.scroll-video{width:280px;height:280px;object-fit:cover;border-radius:0;transition:transform .1s ease-out}.cat-container{position:relative;z-index:1;width:280px;height:500px;display:flex;align-items:flex-end;justify-content:center;flex-shrink:0;margin-bottom:2rem}.cat-container:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:150px;height:30px;background:radial-gradient(ellipse at center,#0000004d,#0000 70%);border-radius:50%;z-index:-1;transition:inherit}.characters-section{position:relative;background:#f8f9fa;padding:6rem 2rem}.contact-section{background:#2c3e50;color:#fff;padding:6rem 2rem;text-align:center}.contact-subtitle{font-size:1.5rem;margin-bottom:3rem;color:#ecf0f1}.contact-content{display:flex;justify-content:center;align-items:center}.contact-btn{background:#3498db;color:#fff;border:none;padding:1.5rem 3rem;font-size:1.2rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600}.contact-btn:hover{background:#2980b9;transform:translateY(-5px);box-shadow:0 10px 30px #3498db4d}.characters-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 1rem}.character-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer;text-align:center}.character-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px #00000026}.character-image-wrapper{width:100%;height:200px;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.character-image{width:100%;height:100%;object-fit:cover;opacity:.8}.character-name{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600}.character-description{font-size:1rem;color:#666;line-height:1.6}.floating-cat{pointer-events:none}.projects-section{background:#fff;padding:6rem 2rem}.section-title{text-align:center;font-size:3rem;color:#2c3e50;margin-bottom:4rem;font-weight:700}.projects-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;padding:0 1rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:none;transition:transform .3s ease;animation:fadeInUp .6s ease backwards;border:1px solid #e0e0e0}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}.project-card:hover{transform:translateY(-10px)}.project-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#2c3e50e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-project-btn{padding:1rem 2.5rem;background:#fff;color:#2c3e50;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.view-project-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.project-content{padding:2rem}.project-title{font-size:1.8rem;color:#333;margin-bottom:.8rem;font-weight:700}.project-description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.4rem 1rem;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.portfolio-header{flex-direction:column;padding:1rem;gap:2rem}.header-content{text-align:center;max-width:100%}.portfolio-title{font-size:2.5rem}.portfolio-subtitle{font-size:1.1rem}.video-container{width:90%;max-width:300px;height:300px}.cat-container{width:90%;max-width:300px;height:400px}.projects-grid{grid-template-columns:1fr}}.robot-page{position:relative;width:100%;min-height:300vh;background:#fff}.robot-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1}.scroll-content{position:relative;z-index:2;pointer-events:none;padding:2rem}.section{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.section h1,.section h2{color:#333;font-size:3rem;font-weight:700;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.section h2{font-size:2rem}.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
