:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-container{max-width:1100px;margin:0 auto;padding:0 2rem}.hero-section{height:100vh;display:flex;align-items:center;justify-content:center;text-align:left;padding:0 2rem;position:relative;overflow:hidden;background-color:transparent}.hero-content{max-width:800px;position:relative;z-index:2}.hero-title{font-size:4rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:2rem;margin-bottom:1.5rem;color:#f57c00;font-weight:600}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;color:#ccc;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap}.about-section{padding:6rem 0;background-color:#0a0a0a4d;color:#f0f0f0;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about-content{display:flex;gap:4rem;margin-top:3rem;align-items:flex-start;background-color:#14141466;border-radius:8px;padding:2rem;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-image{flex:1;max-width:400px}.about-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #0000004d}.about-text{flex:1.5}.about-subtitle{font-size:2rem;margin-bottom:1.5rem;color:#f0f0f0}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;color:#ccc}.skills-container{display:flex;flex-wrap:wrap;margin-top:2rem}.projects-section{padding:6rem 0;background-color:transparent;color:#f0f0f0;position:relative}.projects-filter{display:flex;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.filter-button{background:transparent;border:none;color:#f0f0f0;padding:.5rem 1.5rem;margin:0 .5rem 1rem;cursor:pointer;font-size:1rem;position:relative;transition:color .3s;display:flex;align-items:center;gap:.5rem}.category-icon{display:flex;align-items:center;justify-content:center;color:#f57c00}.filter-button:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#f57c00;transition:width .3s}.filter-button:hover{color:#f57c00}.filter-button:hover:after,.filter-button.active:after{width:100%}.filter-button.active{color:#f57c00}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background-color:#14141466;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000004d;transition:transform .3s,box-shadow .3s;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0006}.project-image img{width:100%;height:200px;object-fit:cover}.project-content{padding:1.5rem}.project-content h3{font-size:1.4rem;margin-bottom:.8rem;color:#f0f0f0}.project-content p{color:#ccc;margin-bottom:1.2rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.tag{background-color:#f57c001a;color:#f57c00;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-link{display:inline-flex;align-items:center;gap:.5rem;background-color:#f57c00;color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-weight:500;transition:background-color .3s}.project-link:hover{background-color:#ff9800}.link-icon{font-size:.8rem}.view-all-button{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:3rem auto 0;background-color:transparent;border:2px solid #F57C00;color:#f57c00;padding:.8rem 2rem;border-radius:4px;font-weight:500;transition:background-color .3s;cursor:pointer;font-size:1rem}.view-all-button:hover{background-color:#f57c001a}.button-icon{font-size:1.2rem}.contact-section{padding:6rem 0;background-color:#0a0a0a4d;color:#f0f0f0;position:relative}.contact-content{display:flex;gap:4rem;margin-top:3rem}.contact-info{flex:1}.contact-info h3{font-size:2rem;margin-bottom:1.5rem;position:relative;display:inline-block}.contact-info h3:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#f57c00}.contact-info p{margin-bottom:2rem;font-size:1.1rem;line-height:1.8;color:#ccc}.contact-details{margin-top:2rem}.contact-item{margin-bottom:1.5rem;display:flex;align-items:center}.contact-icon{margin-right:1rem;width:40px;height:40px;border-radius:50%;background-color:#f57c0033;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(245,124,0,.3);box-shadow:0 2px 10px #f57c001a;transition:all .3s ease}.contact-icon:hover{background-color:#f57c004d;transform:translateY(-3px);box-shadow:0 5px 15px #f57c0033}.contact-icon svg{color:#f57c00;font-size:1.2rem}.contact-info{display:flex;flex-direction:column}.contact-label{font-weight:600;margin-bottom:.2rem;color:#f0f0f0}.contact-item a{color:#ccc;transition:color .3s}.contact-item a:hover{color:#f57c00}.contact-form-container{flex:1}.contact-form{background-color:#14141466;padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.8rem;font-weight:500;color:#f0f0f0}.form-group input,.form-group textarea{width:100%;padding:1rem;background-color:#141414cc;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-family:inherit;font-size:1rem;color:#f0f0f0;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f57c00}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background-color:#f57c00;color:#fff;padding:1rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#ff9800}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.about-content,.contact-content{flex-direction:column;gap:2rem}.skills-list,.projects-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background-color .3s,padding .3s;padding:1.5rem 0}.navbar.scrolled{background-color:#0a0a0af2;padding:1rem 0;box-shadow:0 4px 10px #0003}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;text-decoration:none}.logo-text{font-size:1.5rem;font-weight:700;color:#fff}.logo-highlight{color:#f57c00}.nav-menu{display:flex;list-style:none;margin:0;padding:0}.nav-item{margin-left:2.5rem}.nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s;padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#f57c00;transition:width .3s}.nav-link:hover{color:#f57c00}.nav-link:hover:after{width:100%}.nav-link.active{color:#f57c00}.nav-link.active:after{width:100%}.mobile-menu-icon{display:none;cursor:pointer}.hamburger{width:30px;height:20px;position:relative}.hamburger span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:3px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.open span:nth-child(1){top:8px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:8px;transform:rotate(-135deg)}@media (max-width: 768px){.mobile-menu-icon{display:block;z-index:1001}.nav-menu{display:flex;flex-direction:column;width:100%;position:absolute;top:0;left:-100%;opacity:0;padding:5rem 0 2rem;transition:all .5s ease;background-color:#0a0a0af2;height:100vh}.nav-menu.active{left:0;opacity:1;z-index:1000}.nav-item{margin:1.5rem 0;text-align:center}.nav-link{font-size:1.2rem}}.footer{background-color:#0a0a0a80;color:#fff;padding:4rem 0 2rem;position:relative;border-top:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;margin-bottom:3rem;background-color:#14141466;border-radius:8px;padding:2rem;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-logo h3{font-size:1.8rem;margin-bottom:.5rem;font-weight:700}.footer-logo span{color:#f57c00}.footer-logo p{color:#ccc}.footer-links{display:flex;gap:4rem}.footer-links-column h4{font-size:1.2rem;margin-bottom:1.5rem;position:relative;color:#f0f0f0}.footer-links-column h4:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background-color:#f57c00}.footer-links-column ul{list-style:none;padding:0}.footer-links-column li{margin-bottom:.8rem}.footer-links-column a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links-column a:hover{color:#f57c00}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f57c0033;color:#f57c00;font-size:1.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(245,124,0,.3);box-shadow:0 2px 10px #f57c001a;margin-right:1rem}.social-icon svg{font-size:1.2rem}.social-icon:hover{background-color:#f57c004d;transform:translateY(-3px);box-shadow:0 5px 15px #f57c0033}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:1.5rem;display:flex;justify-content:space-between;color:#999;font-size:.9rem;background-color:#1414144d;border-radius:8px;box-shadow:0 4px 15px #0003;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}.footer-links{gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.footer-links{flex-direction:column;gap:2rem}}.playground-container{min-height:100vh;padding:2rem;background-color:#121212;color:#fff}.playground-header{max-width:1200px;margin:0 auto 2rem;text-align:center}.playground-title{font-size:2.5rem;margin-bottom:1rem}.playground-description{font-size:1.1rem;color:#ccc;max-width:800px;margin:0 auto}.coming-soon-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;position:relative;z-index:1}.coming-soon-content{max-width:800px;background-color:#14141466;border-radius:8px;padding:3rem;text-align:center;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:4rem}.coming-soon-title{font-size:3rem;margin-bottom:1.5rem;color:#f0f0f0}.coming-soon-description{font-size:1.2rem;color:#ccc;margin-bottom:2rem;line-height:1.6}.coming-soon-features{text-align:left;margin-bottom:2.5rem;background-color:#1e1e1e66;border-radius:8px;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.05)}.coming-soon-features h3{margin-bottom:1rem;color:#f57c00;font-size:1.4rem}.coming-soon-features ul{list-style-type:none}.coming-soon-features li{margin-bottom:.8rem;position:relative;padding-left:1.5rem}.coming-soon-features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:#f57c00;border-radius:50%}.playground-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.sketch-container{width:100%;height:450px;background-color:#1a1a1a;border-radius:8px;overflow:hidden;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.05)}.controls-container{width:100%;background-color:#1a1a1a;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.controls-title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.control-group{margin-bottom:1.5rem}.control-label{display:block;margin-bottom:.5rem;font-weight:500}.slider-container{display:flex;align-items:center;gap:1rem}.slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;background:#333;border-radius:4px;outline:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#f57c00;border-radius:50%;cursor:pointer;box-shadow:0 2px 5px #0000004d}.slider::-moz-range-thumb{width:20px;height:20px;background:#f57c00;border-radius:50%;cursor:pointer;box-shadow:0 2px 5px #0000004d}.slider-value{width:50px;text-align:center;font-weight:500}.color-picker{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;background-color:transparent}.color-picker::-webkit-color-swatch{border:none;border-radius:50%}.color-picker::-moz-color-swatch{border:none;border-radius:50%}.checkbox-container{display:flex;align-items:center;gap:.5rem}.checkbox{width:20px;height:20px;cursor:pointer}.button-container{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.control-button{background-color:#f57c00;color:#fff;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;margin:0 .5rem}.control-button:hover{background-color:#ff9800;transform:translateY(-2px)}.control-button.secondary{background-color:transparent;border:1px solid #F57C00;color:#f57c00}.control-button.secondary:hover{background-color:#f57c001a}.back-link{display:inline-block;margin-top:2rem;color:#646cff;text-decoration:underline;font-weight:500}.back-link:hover{color:#535bf2}@media (max-width: 768px){.sketch-container{height:400px}.playground-content{padding:1rem}}@media (max-width: 480px){.sketch-container{height:300px}.playground-title{font-size:2rem}.playground-content{padding:.5rem}}.playground-layout{min-height:100vh;padding-top:5rem;position:relative;z-index:1}.playground-content{display:flex;flex-direction:row;max-width:1200px;margin:0 auto;padding:2rem;gap:2rem;align-items:flex-start}.playground-sidebar{width:300px;flex-shrink:0;position:sticky;top:7rem;max-height:calc(100vh - 7rem);overflow-y:auto}.playground-main{flex:1;min-width:0}.sidebar-title,.main-title{font-size:1.8rem;margin-bottom:1.5rem;color:#f0f0f0;position:relative;padding-bottom:.5rem}.sidebar-title:after,.main-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#f57c00}.sketch-list{display:flex;flex-direction:column;gap:1rem}.sketch-item{background-color:#14141466;border-radius:8px;padding:1.2rem;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sketch-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000004d;background-color:#1e1e1e99}.sketch-item.active{border-left:4px solid #F57C00;background-color:#1e1e1e99}.sketch-item h3{font-size:1.2rem;margin-bottom:.5rem;color:#f57c00}.sketch-item p{font-size:.9rem;color:#ccc}.active-sketch-container{background-color:#14141466;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem}.sketch-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;padding:2rem;text-align:center}.sketch-placeholder h3{font-size:2rem;margin-bottom:1rem;color:#f57c00}.sketch-placeholder p{font-size:1.2rem;color:#ccc}@media (max-width: 1100px){.playground-content{flex-direction:column}.playground-sidebar{width:100%;position:static;max-height:none;margin-bottom:2rem}.sketch-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.active-sketch-container{margin-top:1rem}}@media (max-width: 768px){.sketch-list{grid-template-columns:1fr}.playground-header{margin-bottom:1rem}.playground-title{font-size:2rem}.playground-description{font-size:1rem}}.view-code-container{margin-top:1rem;padding:0 1rem 1rem}.view-code-button{display:flex;align-items:center;gap:.5rem;background-color:#f57c0033;color:#f57c00;border:1px solid rgba(245,124,0,.3);border-radius:4px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.view-code-button:hover{background-color:#f57c004d;transform:translateY(-2px)}.code-snippet-container{margin-top:1rem;background-color:#1e1e1ecc;border-radius:8px;border:1px solid rgba(255,255,255,.05);overflow:hidden}.code-snippet{padding:1rem;margin:0;max-height:400px;overflow-y:auto;font-family:Fira Code,Courier New,monospace;font-size:.9rem;line-height:1.5;color:#f0f0f0}.code-snippet::-webkit-scrollbar{width:8px}.code-snippet::-webkit-scrollbar-track{background:#0003;border-radius:4px}.code-snippet::-webkit-scrollbar-thumb{background:#f57c0080;border-radius:4px}.code-snippet::-webkit-scrollbar-thumb:hover{background:#f57c00b3}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#f0f0f0;background-color:#050505;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0;position:relative;z-index:1}.section-title{font-size:2.5rem;margin-bottom:2rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:#f57c00}.highlight{color:#f57c00;font-weight:700}.btn{display:inline-block;background-color:#f57c00;color:#fff;padding:.8rem 2rem;border-radius:4px;font-weight:500;transition:background-color .3s;margin-right:1rem;margin-top:1rem}.btn:hover{background-color:#ff9800}.btn.secondary{background-color:transparent;border:2px solid #F57C00;color:#f57c00}.btn.secondary:hover{background-color:#f57c001a}.skill-tag{display:inline-block;background-color:#f57c0033;color:#f57c00;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;margin-right:.5rem;margin-bottom:.5rem}.name-gradient{color:#f57c00;font-weight:700}
