:root{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #05080f;--panel: #090d17;--panel-2: #0c111d;--text: #f3f6fb;--muted: #a8b2c7;--cyan: #14d7ff;--cyan-soft: rgba(20, 215, 255, .35);--orange: #ff9d00;--line: rgba(255, 255, 255, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#05080f}.portfolio-page{min-height:100vh;color:var(--text);background-color:var(--bg);background-image:radial-gradient(circle at 1px 1px,rgba(139,195,255,.15) 1px,transparent 0),radial-gradient(circle at 100% 0%,#070329,#121826 70%);background-size:25px 25px,100% 100%}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.9rem clamp(1rem,4vw,2.5rem);border-bottom:1px solid var(--line);background:#040810d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.brand{font-size:1.2rem;font-weight:800;letter-spacing:.03em;color:#fff;text-decoration:none}.menu{display:flex;align-items:center;gap:clamp(.8rem,2vw,2rem)}.menu a{color:#e5e9f3;text-decoration:none;font-size:.9rem;transition:color .2s ease}.menu a:hover{color:var(--cyan)}.cv-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:.55rem 1.2rem;font-size:.84rem;font-weight:700;text-decoration:none;color:#1a0f00;background:linear-gradient(90deg,#ffb733,var(--orange));box-shadow:0 0 18px #ff9d0080;transition:transform .15s ease,box-shadow .15s ease}.cv-button:hover{transform:translateY(-1px);box-shadow:0 0 22px #ff9d00b3}main{width:min(1120px,92vw);margin:0 auto}.section{padding:clamp(3rem,8vw,6rem) 0;opacity:0;transform:translateY(32px);transition:opacity .65s ease,transform .65s ease}.section.visible{opacity:1;transform:translateY(0)}.hero{display:grid;justify-items:center;text-align:center;padding-top:clamp(3.5rem,9vw,6rem)}.avatar-wrap{position:relative;margin-bottom:1.8rem}.avatar{width:154px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;border:4px solid rgba(255,255,255,.8);box-shadow:0 0 0 2px #ff9d00d9,0 0 30px #ff9d0073;font-size:2rem;font-weight:800;color:#121826;background:radial-gradient(circle at 40% 24%,#f4f6fb,#d8deea 55%,#b6bfd1);position:relative;overflow:hidden}.mi-avatar{width:120%;position:absolute}.avatar-chip{position:absolute;right:-8px;bottom:18px;width:34px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:var(--cyan);color:#031620;font-size:.95rem;box-shadow:0 8px 20px #14d7ff73}.hero h1{margin:0;font-size:clamp(2rem,6vw,4rem);line-height:1;letter-spacing:-.02em}.hero h1 span{color:var(--orange)}.role{margin:.7rem 0 0;color:var(--cyan);font-weight:700;letter-spacing:.04em;font-size:clamp(.84rem,1.7vw,1rem)}.quote{margin:1rem 0 2rem;color:var(--muted);font-style:italic}.availability-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:.9rem;padding:.4rem .95rem;border-radius:999px;border:1px solid rgba(46,230,118,.35);background:#2ee67614;color:#2ee676;font-size:.78rem;font-weight:700;letter-spacing:.03em}.availability-dot{width:8px;height:8px;border-radius:50%;background:#2ee676;box-shadow:0 0 8px #2ee676cc;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.section-title{margin:0;font-size:2rem;position:relative}.section-title:before,.section-title:after{content:"";position:absolute;top:50%;width:32px;height:2px;background:var(--orange)}.section-title:before{right:calc(100% + .9rem)}.section-title:after{left:calc(100% + .9rem)}.about-copy{margin-top:1.6rem;max-width:760px;color:#d3dbeb;text-align:justify}.about-copy p{margin:0 0 1rem;line-height:1.72}.heading{margin:0;text-align:center;font-size:clamp(1.8rem,4.5vw,2.5rem)}.underline{width:72px;height:4px;margin:.9rem auto 2.2rem;border-radius:999px;background:linear-gradient(90deg,#23d8ff,#ffac17)}.skills-panel{border:1px solid rgba(20,215,255,.22);border-radius:20px;background:linear-gradient(180deg,#090d17f2,#060a12fa);box-shadow:0 0 0 1px #14d7ff1f inset,0 12px 42px #00000059;padding:clamp(1.2rem,4vw,2.1rem);display:flex;align-items:center;justify-content:start;gap:.9rem;overflow:scroll;scroll-snap-type:x mandatory}.skills-panel::-webkit-scrollbar{display:none}.skill-card{width:120px;min-width:120px;background:#121b2dcc;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:.8rem .55rem;text-align:center;box-shadow:0 8px 24px #00000040;box-sizing:border-box;height:auto}.skill-icon{width:50px;margin:0 auto .6rem;aspect-ratio:1;border-radius:10px;display:grid;place-items:center;color:#08111f;background:linear-gradient(180deg,#23d8ff,#1b7cff);font-size:1.3rem;position:relative}.skill-icon-image{width:80%}.skill-card span{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em}.project-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.project-card:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center}.project-card{display:flex;flex-direction:column;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.07);background:var(--panel);box-shadow:0 15px 30px #00000059;width:550px}.project-imagen-content{width:100%;display:flex;justify-content:center;align-items:center;background-color:#cfcfcf;height:270px;overflow:hidden}.project-link{display:flex;align-items:center;justify-content:center;width:100%;height:250px}.project-text-content{padding:10px;display:flex;flex-direction:column;align-items:start;gap:.6rem}.project-image{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain}.project-text-content h3{font-size:25px;margin:0}.project-title-link{color:inherit;text-decoration:none}.project-title-link:hover{color:var(--cyan)}.project-detail-link{display:inline-block;margin-top:.7rem;color:var(--cyan);font-size:.85rem;font-weight:700;text-decoration:none}.project-detail-link:hover{text-decoration:underline}.project-content p{margin:0;color:#d2dbeb;line-height:1.65}.tags{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.tags li{font-size:.74rem;padding:.25rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.11);color:#dce2ef;background:#0e1525}.contact{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.4rem,3vw,2.8rem)}.contact-info h2{margin:0 0 1.5rem;font-size:clamp(1.7rem,4vw,2.5rem)}.contact-row{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.2rem}.icon-box{width:30px;aspect-ratio:1;border-radius:8px;display:grid;place-items:center;color:#121212;background:linear-gradient(135deg,#ffd149,#f29200);font-size:.95rem}.contact-row strong{display:block;margin-bottom:.2rem;font-size:.75rem;letter-spacing:.08em;color:#ccd6e8}.contact-row p{margin:0;color:#f0f5ff}.socials{display:flex;gap:.5rem;margin-top:.35rem}.socials a{display:flex;align-items:center;justify-content:center;width:29px;height:28px;background-color:#fff;border-radius:6px}.icon-socials{width:100%;height:100%}.contact-form{border-radius:18px;border:1px solid rgba(20,215,255,.2);background:linear-gradient(180deg,var(--panel),var(--panel-2));padding:clamp(1.1rem,3vw,1.6rem);box-shadow:0 0 34px #00000047}.contact-form h3{margin:0 0 1rem;font-size:1.5rem}.contact-form label{display:block;font-size:.68rem;margin:.85rem 0 .35rem;letter-spacing:.08em;color:#bfcbe0}.contact-form input,.contact-form textarea{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0f1421;color:#edf2fc;font:inherit;padding:.7rem .8rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8491aa}.contact-form button{margin-top:1rem;width:100%;border:none;border-radius:10px;padding:.8rem;font-size:.92rem;font-weight:700;color:#04111e;background:linear-gradient(90deg,#2addff,#2d79ff);cursor:pointer}.separator-container{display:flex;align-items:center;gap:.9rem;margin:10px 0;justify-content:center}.separator{width:80%;border:1px solid rgba(255,255,255,.315)}.button-whatsapp{width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#25d366,#1ebea5);padding:.6rem;border-radius:10px;cursor:pointer;text-decoration:none}.wp-message{text-decoration:none;color:#000;font-size:15px;font-weight:600}.theme-toggle{position:fixed;right:clamp(.8rem,2vw,1.5rem);bottom:clamp(.8rem,2vw,1.4rem);width:45px;aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;font-size:1.15rem;color:#f9d26a;background:#0a1323;box-shadow:0 6px 18px #00000073}footer{width:min(1120px,92vw);margin:1.6rem auto 0;border-top:1px solid var(--line);padding:1.6rem 0 2.1rem;text-align:center;color:#9eabc2;font-size:.86rem}footer span{color:#ffbe33}@media(max-width:1040px){.skills-panel{justify-content:start}.project-grid,.contact{grid-template-columns:1fr}.cover{height:250px}.project-card{width:100%}}@media(max-width:760px){.topbar{flex-wrap:wrap;justify-content:center}.menu{order:3;width:100%;justify-content:center;flex-wrap:wrap}.skills-panel{justify-content:start}.section-title:before,.section-title:after{display:none}.project-card{width:100%}}.project-detail-page{min-height:100vh;color:var(--text);background-color:var(--bg);background-image:radial-gradient(circle at 1px 1px,rgba(139,195,255,.15) 1px,transparent 0),radial-gradient(circle at 100% 0%,#070329,#121826 70%);background-size:25px 25px,100% 100%}.project-detail-header{padding:1.2rem clamp(1rem,4vw,2.5rem);border-bottom:1px solid var(--line)}.back-link{color:var(--cyan);text-decoration:none;font-weight:700;font-size:.9rem}.back-link:hover{text-decoration:underline}.project-detail-main{width:min(800px,92vw);margin:0 auto;padding:clamp(2rem,6vw,4rem) 0}.project-detail-cover{width:100%;height:320px;display:flex;align-items:center;justify-content:center;background-color:#cfcfcf;border-radius:22px;overflow:hidden;margin-bottom:1.6rem}.project-detail-cover img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain}.project-detail-main h1{margin:0 0 .9rem;font-size:clamp(1.8rem,4.5vw,2.6rem)}.project-tech-icons{display:flex;flex-wrap:wrap;gap:1.1rem;margin:0 0 1.2rem;align-items:center;justify-content:center}.project-tech-icon{display:flex;flex-direction:column;align-items:center;gap:.35rem}.project-tech-icon img{width:38px;height:38px;object-fit:contain}.project-tech-icon span{font-size:.65rem;font-weight:700;letter-spacing:.04em;color:var(--muted)}.project-detail-divider{border:none;border-top:1px solid rgba(255,255,255,.22);margin:0 0 1.2rem}.title-container{display:flex;justify-content:space-between;align-items:center}.project-detail-description{color:#d3dbeb;line-height:1.75;font-size:1.02rem;margin:0 0 2rem}.project-gallery{display:flex;flex-direction:column;margin:0 0 2rem;padding:0;gap:2.2rem}.project-gallery-entry{display:flex;flex-direction:column;align-items:flex-start;width:100%}.project-gallery-entry h2{margin:0 0 .4rem;font-size:1.3rem}.project-gallery-entry p{margin:0 0 1rem;color:var(--muted)}.project-gallery-thumb-container{display:flex;align-items:center;justify-content:center;width:100%}.project-gallery-thumb{border:none;padding:0;margin:0;background:none;line-height:0;cursor:pointer}.project-gallery-thumb img{width:400px;max-width:100%;border-radius:10px;display:block;transition:transform .3s ease}.project-gallery-thumb:hover img{transform:scale(1.04)}.project-gallery-overlay{position:fixed;inset:0;background:#02050ceb;display:flex;align-items:center;justify-content:center;padding:clamp(.5rem,2vw,1.5rem);z-index:100}.project-gallery-overlay figure{margin:0;max-width:min(1500px,97vw);max-height:95vh;display:flex;flex-direction:column;align-items:center;gap:.8rem}.project-gallery-overlay img{max-width:100%;max-height:88vh;object-fit:contain;border-radius:10px}.project-gallery-overlay figcaption{text-align:center}.project-gallery-overlay figcaption strong{display:block;margin-bottom:.2rem}.project-gallery-overlay figcaption span{color:var(--muted);font-size:.88rem}.project-gallery-close{position:fixed;top:1.2rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:var(--text);font-size:1.4rem;line-height:1;cursor:pointer;z-index:101}.project-visit-link{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.5rem 1.2rem;height:40px;font-weight:700;text-decoration:none;color:#04111e;background:linear-gradient(90deg,#2addff,#2d79ff)}.project-detail-notfound{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}
