html,body,#root{background-color:#000;width:100%;height:100%;margin:0;padding:0;font-family:Segoe UI,sans-serif;transition:all .3s;overflow-x:hidden}.site-name{z-index:4;text-align:center;position:absolute;top:2%;left:50%;transform:translate(-50%)}.home-container{z-index:1;background-image:url(/assets/img-home-CBcbOLaL.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.main-title{color:#fff;z-index:3;text-align:center;text-shadow:2px 2px 6px #000000b3;padding:0 1rem;font-size:3rem;animation:1.5s ease-in-out fadeIn;position:absolute;top:25%;left:50%;transform:translate(-50%)}.overlay{text-align:center;color:#fff;z-index:2;background-color:#000000a6;border-radius:12px;width:90%;max-width:600px;padding:2rem;animation:1.5s ease-in-out slideUp;position:absolute;bottom:5%;left:50%;transform:translate(-50%);box-shadow:0 0 20px #00000080}.title{text-shadow:1px 1px 4px #0009;margin-bottom:1rem;font-size:2.2rem}.description{opacity:.95;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.start-button{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:8px;outline:none;padding:.8rem 1.6rem;font-size:1rem;transition:transform .3s,background-color .3s,box-shadow .3s}.start-button:hover{background-color:#1da851;transform:scale(1.05);box-shadow:0 0 12px #25d366}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.title{font-size:1.6rem}.description{font-size:1rem}.start-button{padding:.6rem 1.2rem;font-size:.9rem}.overlay{padding:1.5rem;bottom:3%}.site-name{top:1.5%}.Type{font-size:2.2rem}.main-title{padding:0 1rem;font-size:2rem;top:25%}.section-title{margin-top:1rem;margin-bottom:.5rem;font-size:1.8rem}}*{box-sizing:border-box}._navbar_1fstb_9{z-index:1000;background-color:#0f1b27;justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;transition:background-color .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 8px #0000004d}._logo_1fstb_41{color:#fff;letter-spacing:1px;font-size:1.6rem;font-weight:700;text-decoration:none;transition:color .3s}._links_1fstb_61{gap:2rem;margin:0;padding:0;list-style:none;display:flex}._link_1fstb_61{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}._link_1fstb_61:hover{color:#ffdd57}._icon_1fstb_103{object-fit:cover;vertical-align:middle;border:2px solid #fff;border-radius:50%;width:36px;height:36px;margin-right:8px}._hamburger_1fstb_125{cursor:pointer;color:#fff;z-index:1001;font-size:1.8rem;transition:color .3s;display:none}@media (max-width:768px){._links_1fstb_61{z-index:999;background-color:#0f1b27;border-radius:0 0 8px 8px;flex-direction:column;width:220px;padding:1rem 0;display:none;position:absolute;top:100%;right:1rem;box-shadow:-2px 2px 10px #0000004d}._active_1fstb_175{display:flex}._links_1fstb_61 li{padding:.75rem 1.5rem}._hamburger_1fstb_125{display:block}}._about-wrapper_1fstb_203,._projects-wrapper_1fstb_205{margin-top:80px}.about-wrapper{opacity:0;color:#fff;text-align:center;background:linear-gradient(135deg,#0f0f0f,#1a1a2e);flex-direction:column;align-items:center;min-height:100vh;padding:2rem 3rem;animation:1s forwards fadeIn;display:flex}.section-title{color:#25d366;white-space:nowrap;border-right:2px solid #25d366;margin-bottom:2rem;padding:1rem;font-size:2.8rem;animation:3s steps(20,end) typing,.7s step-end infinite blink;overflow:hidden}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}.subtitle{margin-bottom:1rem;font-size:1.6rem;font-weight:500}.bio{color:#ccc;max-width:800px;margin-bottom:3rem;font-size:1rem;line-height:1.6}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1000px;display:grid}.about-card{cursor:pointer;height:420px;transform-style:preserve-3d;background-color:#1a1a2e;border-radius:16px;flex-direction:column;justify-content:flex-end;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.about-card:hover{transform:rotateY(5deg)scale(1.03)}.image-layer{flex:1;overflow:hidden}.image-layer img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.about-card:hover .image-layer img{transform:scale(1.1)translateY(-10px)}.info-layer{text-align:center;opacity:0;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1.5rem;transition:opacity .5s,transform .5s;display:flex;position:absolute;bottom:0;transform:translateY(20px)}.about-card:hover .info-layer{opacity:1;transform:translateY(0)}.info-layer h3{color:#25d366;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.info-layer p{color:#eee;max-width:90%;font-size:1rem;line-height:1.5}@media (max-width:768px){.section-title{font-size:2rem}.subtitle{font-size:1.2rem}.bio{font-size:.95rem}.about-card{height:360px}.info-layer{padding:1rem}.info-layer h3{font-size:1.2rem}.info-layer p{font-size:.9rem}}.projects-wrapper{color:#fff;text-align:center;opacity:0;background:linear-gradient(135deg,#0f0f0f,#1a1a2e);min-height:100vh;padding:4rem 2rem;animation:1s forwards fadeIn}.projects-intro{color:#ccc;max-width:700px;margin:0 auto 3rem;font-size:1rem;line-height:1.6}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.project-card{cursor:pointer;background-color:#1a1a2e;border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0006}.project-card:hover{transform:scale(1.03)}.project-card img{object-fit:cover;width:100%;height:180px}.project-info{text-align:left;padding:1.5rem}.project-info h3{color:#25d366;margin-bottom:.5rem;font-size:1.4rem}.project-info p{color:#eee;margin-bottom:.5rem;font-size:1rem}.tech{color:#aaa;font-size:.85rem;font-style:italic}@media (max-width:768px){.section-title{font-size:2rem}.projects-intro{font-size:.95rem}.project-info h3{font-size:1.2rem}.project-info p{font-size:.9rem}}.contact-wrapper{color:#fff;text-align:center;background:radial-gradient(circle at 0 0,#0f0f0f,#1a1a2e);min-height:100vh;padding:4rem 2rem}.section-title{color:#25d366;margin-bottom:1rem;font-size:2.5rem}.contact-intro{color:#ccc;max-width:700px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.contact-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.contact-card{text-align:center;color:#fff;background-color:#1a1a2e;border-radius:12px;width:220px;padding:1rem 1.5rem;text-decoration:none;transition:transform .3s,background-color .3s;box-shadow:0 8px 20px #0006}.contact-card:hover{color:#000;background-color:#25d366;transform:scale(1.05)}.contact-card span{margin-top:.5rem;font-size:1.2rem;font-weight:700;display:block}.contact-card p{margin-top:.5rem;font-size:.9rem}.social-icon{object-fit:cover;border-radius:50%;width:40px;height:40px;box-shadow:0 2px 6px #0000004d}.contact-form{text-align:left;flex-direction:column;gap:1.2rem;max-width:500px;margin:0 auto;display:flex}.chat-bubble{color:#000;background-color:#25d366;border-radius:20px;padding:.75rem 1rem;font-weight:700;animation:.5s forwards fadeIn}.contact-form input,.contact-form textarea{color:#fff;background-color:#1a1a2e;border:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem}.contact-form button{color:#000;cursor:pointer;background-color:#25d366;border:none;border-radius:8px;padding:.75rem;font-weight:700;transition:background-color .3s}.contact-form button:hover{background-color:#1bd05c}.whatsapp-float{z-index:1000;background-color:#25d366;border-radius:50%;padding:.6rem;transition:transform .3s;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #0006}.whatsapp-float img{width:36px;height:36px}.whatsapp-float:hover{transform:scale(1.1)}
