*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.container{max-width:1200px;margin:0 auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.header{position:fixed;top:0;left:0;width:100%;background:var(--surface);border-bottom:1px solid #82378A;z-index:1002}.header-content{height:70px;max-width:1400px;margin:0 auto;padding:0 clamp(10px,3vw,20px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;column-gap:12px;align-items:center}.logo{justify-self:center;font-size:clamp(14px,4vw,24px);font-weight:600;color:var(--title);pointer-events:none;white-space:nowrap;max-width:50vw;overflow:hidden;text-overflow:ellipsis}.hamburger-btn{width:18px;height:20px;padding:0;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;z-index:1003}.hamburger-btn span{height:3px;width:100%;background:var(--primary-color);border-radius:2px;transition:all .3s ease}.hamburger-btn.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.menu-overlay{position:fixed;inset:0;background:var(--menu-bg);z-index:1001;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.menu-container{text-align:center;width:100%;max-width:600px;padding:40px 20px}.menu-title h2{font-size:38px;font-weight:600;margin-bottom:5px;color:var(--primary-color)}.menu-title span{font-size:14px;color:var(--text-muted)}.menu-items{display:flex;flex-direction:column;gap:24px}.menu-link{background:none;border:none;cursor:pointer;font-size:2.2rem;font-weight:600;color:var(--text-muted);transition:transform .3s ease,color .3s ease;transform-origin:center}.menu-link:hover{transform:scale(1.6);color:var(--primary-color)}.menu-overlay{position:fixed;inset:0;background:var(--overlay);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1001;display:flex;justify-content:center;align-items:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.menu-link{font-size:28px}.menu-title h2{font-size:26px}}@media(max-width:480px){.menu-link{font-size:22px}.logo{font-size:18px}}.theme-toggle{justify-self:end;padding:0;border-radius:999px;border:none;background:transparent;color:var(--text);cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle-track{--toggle-w: 55px;--toggle-h: 25px;--toggle-pad: 3px;display:inline-flex;align-items:center;width:var(--toggle-w);height:var(--toggle-h);border-radius:999px;background:#fff;padding:var(--toggle-pad);transition:background .25s ease;box-shadow:inset 0 0 0 1px #0000001f}.theme-toggle-track.light{background:#82378a}.theme-toggle-track.dark{background:#fff}.theme-toggle-knob{width:calc(var(--toggle-h) - (var(--toggle-pad) * 2));height:calc(var(--toggle-h) - (var(--toggle-pad) * 2));border-radius:50%;background:#0b0b0d;transform:translate(0);transition:transform .25s ease}.theme-toggle-track.dark .theme-toggle-knob{transform:translate(calc(var(--toggle-w) - var(--toggle-h)))}.theme-toggle:hover .theme-toggle-track{box-shadow:inset 0 0 0 1px #0003}@media(max-width:768px){.header-content{height:64px;column-gap:10px}.logo{font-size:20px}}@media(max-width:480px){.header-content{height:58px;column-gap:8px}.logo{font-size:15px}.hamburger-btn{width:16px;height:18px}.theme-toggle-track{--toggle-w: 44px;--toggle-h: 20px;--toggle-pad: 3px}}@media(max-width:390px){.header-content{column-gap:6px}.logo{font-size:14px;max-width:45vw}}@media(max-width:360px){.logo{font-size:14px}}.hero{min-height:70vh;display:flex;align-items:center;padding:0!important;margin:0;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image text";gap:2.3rem;align-items:center;position:relative;z-index:1;width:100%;padding:0 1rem;justify-content:center;max-width:1100px;margin:0 auto}.hero-text{grid-area:text}.hero-greeting{font-size:clamp(1.5rem,4vw,2.1rem);color:var(--title);margin-bottom:.2rem;line-height:1;font-weight:600}.hero-title{font-size:clamp(1.6rem,4vw,2.3rem);font-weight:600;margin-bottom:.3rem;line-height:1;display:flex;align-items:flex-end;color:var(--primary-color);flex-wrap:wrap;gap:.3rem}.title-name{color:#82378a;word-break:keep-all}.title-colon{color:var(--primary-color);font-size:clamp(2rem,5vw,3rem);margin-left:.3rem;line-height:1}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;color:var(--text);margin-bottom:2rem;line-height:1.4}.hero-image{grid-area:image;display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;max-width:350px;height:auto;background:transparent;border-radius:0;position:relative;display:flex;align-items:center;justify-content:center;margin-top:50px}.image-placeholder:before{content:"";position:absolute;inset:10px;border-radius:22px;z-index:1}.image-square{width:100%;height:auto;max-width:350px;max-height:420px;aspect-ratio:350/420;object-fit:cover;border-radius:42px;position:relative;z-index:2}.image-dots{position:absolute;inset:0;z-index:1}.image-dots .dot{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;opacity:.8}.dot:nth-child(1){top:20%;left:20%}.dot:nth-child(2){top:20%;left:50%}.dot:nth-child(3){top:20%;left:80%}.dot:nth-child(4){top:50%;left:20%}.dot:nth-child(5){top:50%;left:50%}.dot:nth-child(6){top:50%;left:80%}.dot:nth-child(7){top:80%;left:20%}.dot:nth-child(8){top:80%;left:50%}.dot:nth-child(9){top:80%;left:80%}.hero-buttons{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn-primary,.btn-outline{padding:8px 16px;border-radius:50px;font-size:clamp(.9rem,2vw,1.1rem);cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:150px;width:auto;height:37px;border:none;text-decoration:none}@media(max-width:1024px){.hero-content{gap:1.5rem}.image-placeholder{max-width:300px}.image-square{max-width:300px;max-height:360px}}@media(max-width:768px){.hero-content{grid-template-columns:1fr;grid-template-areas:"image" "text";gap:1rem;text-align:center;padding:0 1rem}.hero-title{justify-content:center;flex-wrap:wrap}.image-placeholder{max-width:260px;margin:20px auto 0}.image-square{max-width:260px;max-height:312px;border-radius:40px}.hero-buttons{justify-content:center}}@media(max-width:480px){.hero{min-height:60vh}.hero-content{gap:.5rem;padding:0 .5rem}.image-placeholder{max-width:220px;margin-top:10px}.image-square{max-width:220px;max-height:264px;border-radius:32px}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.btn-primary,.btn-outline{width:100%;max-width:250px}.dot{width:6px!important;height:6px!important}}@media(max-width:350px){.hero-title{font-size:1.4rem}.title-colon{font-size:1.8rem}.image-placeholder{max-width:180px}.image-square{max-width:180px;max-height:216px;border-radius:24px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.animate-text>*{opacity:0;animation:fadeUp .8s ease forwards}.animate-text>*:nth-child(1){animation-delay:.2s}.animate-text>*:nth-child(2){animation-delay:.4s}.animate-text>*:nth-child(3){animation-delay:.6s}.animate-text>*:nth-child(4){animation-delay:.8s}.about{padding:80px 0 60px;background-color:var(--bg);opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.about.visible{opacity:1;transform:translateY(0)}.container{max-width:1200px;margin:0 auto;padding:0 40px}.about-top{margin-bottom:40px}.about-text{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.about-description p{font-size:18px;line-height:1.7;color:var(--text-muted)}.tech-highlight{font-weight:500;color:var(--primary-color);background:#cc669914;padding:2px 6px;border-radius:4px;margin:0 2px}.about-stats{display:flex;gap:40px;margin-top:40px;border-top:1px solid var(--light-gray);padding-top:40px;max-width:800px;justify-content:center}.stat{display:flex;flex-direction:column;gap:8px}.stat-number{font-size:40px;font-weight:400;color:var(--black);line-height:1}.stat-label{font-size:14px;color:var(--gray);text-transform:uppercase;letter-spacing:2px}.about-bottom{width:100%;margin-top:80px}.skills-section{padding:60px 0}.skills-container{max-width:1200px;margin:0 auto;padding:0 40px}.skills-header{text-align:center;margin-bottom:50px}.skills-title{font-size:2.1rem;font-weight:600;color:var(--title);margin-bottom:15px;letter-spacing:-.02em}.skills-subtitle{font-size:18px;font-weight:300;color:var(--gray);line-height:1.6;max-width:600px;margin:0 auto}.skills-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,auto);gap:2px;width:100%}.skill-card{background:var(--card);border-radius:0 25px 0 0;padding:12px 15px;margin:10px;text-align:center;transition:all .3s ease;border:1px solid var(--border);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100px;min-width:100px;max-width:100px;height:100px;border-bottom:3px solid var(--skill-color);box-sizing:border-box}.skill-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014;border-color:var(--skill-color)}.skill-icon-container{display:flex;align-items:center;justify-content:center;height:50px;width:100%}.skill-icon{font-size:32px;font-weight:400;color:var(--skill-color);line-height:1;transition:all .3s ease}.skill-card:hover .skill-icon{transform:scale(1.15)}.skill-icon.emoji{font-size:36px}.skill-icon.small{font-size:26px;font-weight:600}.skill-name{font-size:14px;font-weight:500;color:var(--text);margin:0;text-align:center;line-height:1.3}.skill-icon-img{width:42px;height:auto;object-fit:contain;display:block}.skill-icon-img-django{width:130px;height:130px;object-fit:contain;color:#81398e}@keyframes cardSlideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.skills-section .skill-card{opacity:0;transform:translate(-40px);will-change:transform,opacity}.skills-section.visible .skill-card{animation:cardSlideInLeft 1.2s ease both}@media(max-width:1200px){.skills-grid{grid-template-columns:repeat(8,1fr)}}@media(max-width:1100px){.skills-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:992px){.skills-grid{grid-template-columns:repeat(6,1fr);gap:12px}.skill-card{padding:18px 8px;min-height:110px;gap:10px}.skill-icon{font-size:28px}.skill-icon.emoji{font-size:32px}.skill-name{font-size:13px}}@media(max-width:850px){.skills-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:768px){.skills-grid{grid-template-columns:repeat(4,1fr);gap:10px}.skill-card{padding:16px 6px;min-height:100px;gap:8px}.skill-icon{font-size:24px}.skill-icon.emoji{font-size:28px}.skill-name{font-size:12px}}@media(max-width:640px){.skills-grid{grid-template-columns:repeat(3,1fr);gap:10px}.skill-card{padding:14px 5px;min-height:90px;gap:6px}.skill-icon{font-size:22px}.skill-icon.emoji{font-size:26px}.skill-name{font-size:11px}}@media(max-width:480px){.skills-grid{grid-template-columns:repeat(2,1fr);gap:8px}.skill-card{padding:12px 4px;min-height:80px;gap:5px}.skill-icon{font-size:20px}.skill-icon.emoji{font-size:24px}.skill-name{font-size:10px}}.project-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:flex-start;justify-content:center;z-index:999;padding:90px 16px 24px;overflow-y:auto}.project-modal{width:min(95vw,1200px);max-height:calc(100vh - 130px);background:linear-gradient(180deg,#0b0b14,#0f1020);border-radius:12px;padding:32px;position:relative;color:#eaeaea;margin-top:0;overflow:auto}.close-modal{position:absolute;top:14px;right:14px;background:none;border:none;width:32px;height:32px;font-size:22px;color:#81398e;cursor:pointer;display:grid;place-items:center;z-index:5;border-radius:50%;transition:color .2s ease,background .2s ease,transform .2s ease}.close-modal:hover{color:#fff;background:#9e17b6;transform:scale(1.05)}.close-modal:focus-visible{outline:2px solid #c821e6;outline-offset:2px}.project-modal-content{display:grid;grid-template-columns:1.4fr 1fr;gap:40px}.project-left video{width:100%;max-height:45vh;height:auto;background:#000;margin-top:15px}.project-buttons{display:flex;gap:16px;margin-top:17px}.project-buttons a{background:#81398e;padding:6px 10px;border-radius:8px;color:#fff;text-decoration:none;font-weight:500;transition:.3s;margin-top:40px;font-size:.75rem}.project-buttons a:hover{background:#8b6bbe}.project-right h2{color:#81398e;font-size:34px;margin-bottom:8px}.subtitle{display:block;margin-bottom:24px;opacity:.8}.project-description .texto{text-align:justify;margin-bottom:18px;line-height:1.4;color:#afaeae}.date{color:#c821e6;font-size:15px;margin-top:30px;display:block}@media(max-width:1024px){.project-modal-content{grid-template-columns:1fr;gap:24px}.project-right h2{font-size:28px}}@media(max-width:768px){.project-modal{padding:20px;border-radius:10px}.close-modal{top:12px;right:12px;font-size:26px}.project-left video{max-height:35vh}.project-buttons{flex-wrap:wrap}}@media(max-width:480px){.project-modal{width:96vw;padding:16px;border-radius:8px}.project-right h2{font-size:24px}.project-description .texto{font-size:14px}}.projects{padding:80px 20px;background:var(--surface-2);width:100%}.container{max-width:1100px;margin:0 auto;width:100%;padding:0 20px;box-sizing:border-box}.projects-header{text-align:center;margin-bottom:50px;width:100%}.section-title{font-size:2.5rem;color:var(--title);margin-bottom:15px;font-weight:700}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:1fr;gap:25px;width:100%}.project-card-container{width:100%;display:block;position:relative;margin-bottom:0}.project-card-container.hovered{margin-bottom:60px;z-index:20}.project-card{background:transparent;overflow:hidden;position:relative;height:280px;width:100%;box-shadow:0 8px 20px #00000040;cursor:pointer;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.card-image-container{position:relative;width:100%;height:100%;overflow:hidden}.project-image{width:100%;height:100%}.project-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#00000080,#000c);z-index:1;transition:opacity .5s cubic-bezier(.25,.46,.45,.94)}.project-overlay-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;color:#fff;text-align:center;padding:0 15px;box-sizing:border-box;width:100%;transition:opacity .5s cubic-bezier(.25,.46,.45,.94)}.project-overlay-content h3{font-size:1.5rem;margin:0 0 10px;font-weight:700;transition:all .4s ease}.project-techs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;transition:all .4s ease}.tech-icon{font-size:1.8rem;color:#d539e6;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.project-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#81398e,#9333ea,#a855f7);z-index:3;transition:all .4s ease}.project-card-container:hover .project-overlay-content,.project-card-container.hovered .project-overlay-content{opacity:0;transition-delay:.1s}.project-card-container:hover .image-overlay,.project-card-container.hovered .image-overlay{opacity:0;transition-delay:.05s}.project-card-container:hover .project-image img,.project-card-container.hovered .project-image img{transform:scale(1.1)}.card-expandable-content{position:absolute;top:100%;left:0;right:0;background:#141423f2;border-radius:0 0 10px 10px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-15px);transition:all .5s;z-index:20;display:flex;justify-content:center;align-items:center;padding:0;width:100%;box-sizing:border-box;box-shadow:0 5px 15px #0000004d;pointer-events:none}.project-card-container.hovered .card-expandable-content{max-height:65px;opacity:1;transform:translateY(0) scale(1);padding:12px 20px;pointer-events:auto}.ver-mais-btn{background:transparent;color:#fff;border:2px solid var(--primary-color);padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .4s cubic-bezier(.25,.46,.45,.94);text-decoration:none;min-width:130px;justify-content:center}.ver-mais-btn:hover{background:var(--primary-color);color:#fff}.btn-icon{font-size:1rem}@keyframes projectSlideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.projects .project-card-container{opacity:0}.projects.visible .project-card-container{animation:projectSlideInLeft .8s cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards}.projects.visible .project-card-container:nth-child(1){animation-delay:0s}.projects.visible .project-card-container:nth-child(2){animation-delay:.05s}.projects.visible .project-card-container:nth-child(3){animation-delay:.1s}.projects.visible .project-card-container:nth-child(4){animation-delay:.15s}@media(max-width:767px){.projects{padding:60px 15px}.section-title{font-size:2rem}.projects-grid{gap:20px}.project-card{height:240px}.project-overlay-content h3{font-size:1.3rem}.tech-icon{font-size:1.6rem}.project-card-container.hovered{margin-bottom:50px}.card-expandable-content{padding:10px 15px}.ver-mais-btn{width:100%;max-width:180px;padding:6px 14px;font-size:.8rem}.project-card-container{animation:none!important;opacity:1!important}}@media(min-width:768px)and (max-width:1023px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-card{height:250px}.project-card-container.hovered{margin-bottom:55px}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:25px}.project-card{height:280px}.project-card-container.hovered{margin-bottom:65px}}@media(max-width:480px){.projects{padding:50px 12px}.section-title{font-size:1.8rem}.projects-grid{gap:15px}.project-card{height:220px}.project-card-container.hovered{margin-bottom:45px}.project-overlay-content h3{font-size:1.2rem}.tech-icon{font-size:1.4rem}}.perf-mode *{animation:none!important;transition:none!important;transform:none!important}.contact{padding:100px 20px;background-color:var(--bg);opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.contact.visible{opacity:1;transform:translateY(0)}@keyframes contactSlideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.container{max-width:1400px;margin:0 auto;padding:0 40px}.contact-content{display:flex;flex-direction:column;gap:4px}.section-title-cont{font-size:2rem;font-weight:600;margin-bottom:4rem;color:var(--title);text-align:center}.contacts-container{display:flex;justify-content:center;align-items:flex-start;gap:4rem;flex-wrap:wrap;perspective:900px}.contact-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;min-width:180px}.contact-icon-container{width:60px;height:60px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;transition:transform .9s ease,background .3s ease}.contact-icon{font-size:2rem;color:var(--primary-color)}.contact-label{font-size:1.1rem;font-weight:600;color:var(--title);margin-top:.3rem}.contact-value{font-size:1rem;color:var(--text-muted);text-decoration:none;transition:color .3s ease}.contact-value:hover{color:#9f16b8}.contact-item{display:flex;align-items:center;gap:16px;padding:8px 12px;border-radius:12px;text-decoration:none;color:inherit;background:transparent;transition:transform .35s ease,box-shadow .35s ease;transform-style:preserve-3d;cursor:pointer;border:none;box-shadow:none}.contact .contact-item{opacity:0;transform:translate(-40px);will-change:transform,opacity}.contact.visible .contact-item{animation:contactSlideInLeft 1.2s ease both}.contact-item:hover{transform:translateZ(30px) scale(1.12)}.contact-item:hover .contact-icon-container,.contact-item:hover .contact-content{transform:translateY(-6px)}.contact-icon-container,.contact-content{transition:transform .3s ease}@media(max-width:768px){.contacts-container{gap:3rem}.section-title{font-size:2.2rem}}@media(max-width:480px){.contacts-container{gap:2.5rem}.contact-icon-container{width:75px;height:75px}.contact-icon{font-size:2rem}}.footer{background-color:var(--surface);color:var(--text);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand .logo{font-size:1.75rem;color:var(--title);margin-bottom:1rem}.footer-description{color:var(--text-muted);line-height:1.6;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column h4{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:var(--title)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:var(--text-muted);text-decoration:none;transition:var(--transition)}.footer-column a:hover{color:var(--title)}.footer-column li:not(a){color:var(--text-muted)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.875rem}.footer-note{margin-top:.5rem;opacity:.8}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-description{max-width:100%;margin:0 auto}.footer-links{grid-template-columns:1fr;gap:2rem}}:root{--primary-color: #81398e;--primary-light: #cc99e6;--primary-dark: #b347bab3;--secondary-color: #66cc99;--accent-color: #6699cc;--black: #1a1a2e;--dark-gray: #2d3047;--gray: #6d6d7a;--light-gray: #f0eef2;--white: #ffffff;--success: #66cc99;--warning: #ffcc66;--error: #ff6666;--info: #6699cc;--bg: #ffffff;--surface: #ffffff;--surface-2: #fcfcfc;--card: #ffffff;--border: #e5e7eb;--title: #464647;--text: #2d3047;--text-muted: #6d6d7a;--overlay: rgba(20, 20, 20, .04);--menu-bg: rgba(255, 255, 255, .9);color-scheme:light}[data-theme=dark]{--bg: #0f1117;--surface: #141824;--surface-2: #10131c;--card: #161b28;--border: #2a2f3d;--title: #f3f4f6;--text: #e5e7eb;--text-muted: #a1a6b3;--overlay: rgba(0, 0, 0, .6);--menu-bg: rgba(16, 19, 28, .85);color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none}body::-webkit-scrollbar{width:0;height:0}.portfolio{padding-top:70px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}section:not(.hero){padding:5rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:var(--transition);gap:.5rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.section-title{font-size:2.1rem;font-weight:600;margin-bottom:1rem;color:var(--title)}.section-subtitle{font-size:1.125rem;color:var(--text-muted);margin-bottom:3rem;max-width:600px}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}@media(max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.portfolio{padding-top:64px}section:not(.hero){padding:3rem 0}.section-title{font-size:2rem}.grid-2,.grid-3{grid-template-columns:1fr}.container{padding:0 1rem}}@media(max-width:480px){.portfolio{padding-top:58px}section:not(.hero){padding:2rem 0}.section-title{font-size:1.75rem}}
