*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#0c0c1d;color:#fff;overflow-x:hidden}#root{height:100%}.app{height:100vh;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:rgba(12,12,29,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,165,0,.1)}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.navbar-container>div:first-child button{pointer-events:auto!important;cursor:pointer!important}.navbar-container>div:first-child div[style*="position: absolute"]{z-index:1002!important;pointer-events:auto!important}.navbar-container>div:first-child div[style*="position: absolute"] button{pointer-events:auto!important;cursor:pointer!important;-webkit-user-select:none;user-select:none}.navbar-logo{font-size:1.5rem;font-weight:700;color:#ff6500;text-decoration:none}.navbar-links{display:none;gap:2rem;list-style:none}.navbar-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar-links a:hover{color:#ff6500}.navbar-toggle{display:block;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero{height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0 1rem}.hero-content{text-align:left;z-index:10;max-width:1200px;width:100%}.hero-subtitle{font-size:1rem;color:#a855f7;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:2rem}.hero-background-text{position:absolute;bottom:-120px;font-size:50vh;font-weight:700;color:#ffffff0d;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;animation:slide 20s linear infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-220%)}}.portfolio{min-height:100vh;padding:2rem 1rem 4rem;background:linear-gradient(135deg,#0c0c1d 0%,#1a1a2e 100%);scroll-margin-top:80px}.portfolio-container{max-width:1200px;margin:0 auto}.portfolio-title{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#ff6500;text-shadow:0 0 20px rgba(255,101,0,.3)}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.portfolio-item{background:rgba(255,255,255,.05);border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,165,0,.2);perspective:1000px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%}.portfolio-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #ffa50026,0 0 30px #ff65001a;border-color:#ffa50066}.portfolio-item:hover .portfolio-overlay{opacity:1!important}.portfolio-image-container{position:relative;width:100%;height:250px;overflow:hidden;flex-shrink:0}.portfolio-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.portfolio-item:hover .portfolio-image{transform:scale(1.08)}.portfolio-content{padding:2rem 1.5rem;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.portfolio-item-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;margin-bottom:.5rem;color:#fff}.portfolio-item-description{color:#ffffffd9;margin-bottom:2rem;line-height:1.7;font-size:clamp(.9rem,2.5vw,1rem);text-align:justify;text-justify:inter-word}.portfolio-text-content{flex-grow:1;display:flex;flex-direction:column}.portfolio-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;margin-top:auto;padding-top:1rem}.portfolio-button{background:linear-gradient(135deg,#ff6500,#ff8c00);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:12px;font-weight:600;font-size:clamp(.875rem,2.5vw,1rem);cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:120px;box-shadow:0 4px 15px #ff65004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.portfolio-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.portfolio-button:hover:before{left:100%}.portfolio-button:hover{background:linear-gradient(135deg,#e55a00,#ff6500);transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #ff650066}.portfolio-button:active{transform:translateY(-1px) scale(1.02)}.contact{min-height:100vh;padding:6rem 1rem 4rem;background:#0c0c1d}.contact-container{max-width:800px;margin:0 auto}.contact-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#ff6500}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#fff}.form-input,.form-textarea{padding:1rem;border:2px solid rgba(255,165,0,.2);border-radius:8px;background:rgba(255,255,255,.05);color:#fff;font-size:1rem;transition:border-color .3s ease,background-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#ff6500;background:rgba(255,255,255,.1)}.form-textarea{min-height:120px;resize:vertical}.form-button{background:#ff6500;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.form-button:hover{background:#e55a00;transform:translateY(-2px)}.form-button:disabled{background:#666;cursor:not-allowed;transform:none}.sidebar{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:rgba(12,12,29,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;transition:right .3s ease;padding:2rem;border-left:1px solid rgba(255,165,0,.2)}.sidebar.open{right:0}.sidebar-links{list-style:none;margin-top:4rem}.sidebar-links li{margin-bottom:2rem}.sidebar-links a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s ease;display:block;padding:.5rem 0}.sidebar-links a:hover{color:#ff6500}.sidebar-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.parallax{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(135deg,#0c0c1d 0%,#1a1a2e 50%,#16213e 100%)}.cursor{position:fixed;width:20px;height:20px;border:2px solid #ff6500;border-radius:50%;pointer-events:none;z-index:9999;transition:transform .1s ease}.dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}@media (max-width: 479px){.navbar{padding:.75rem 1rem}.hero{height:60vh}.portfolio{padding:1rem .75rem 3rem}.portfolio-content{padding:1.5rem 1rem}.portfolio-buttons{justify-content:center;gap:.75rem}.portfolio-button{min-width:100px;padding:.75rem 1.25rem;font-size:.875rem}.portfolio-item-title{font-size:1.25rem}.portfolio-item-description{font-size:.9rem;line-height:1.6}}@media (min-width: 480px){.hero-subtitle{font-size:1.1rem}.hero-title{font-size:3.5rem}.portfolio-image-container{height:280px}.portfolio-buttons{justify-content:flex-start}.portfolio{padding:2rem 1rem 4rem}}@media (min-width: 640px){.navbar-links{display:flex}.navbar-toggle{display:none}.hero{padding:0 2rem;height:65vh}.hero-subtitle{font-size:1.2rem}.hero-title{font-size:4rem}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.portfolio-image-container{height:300px}.contact-form{gap:2rem}.portfolio{padding:3rem 1.5rem 4rem}}@media (min-width: 768px){.hero-subtitle{font-size:1.3rem}.hero-title{font-size:5rem}.portfolio{padding:4rem 2rem 6rem}.contact{padding:8rem 2rem 6rem}.portfolio-image-container{height:320px}.portfolio-content{padding:2.5rem 2rem}}@media (min-width: 1024px){.hero-subtitle{font-size:1.5rem}.hero-title{font-size:6rem}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.portfolio-image-container{height:250px}.cursor{display:block}.portfolio{padding:5rem 2rem 6rem}}@media (min-width: 1280px){.hero-title{font-size:7rem}.portfolio-image-container{height:280px}}@media (min-width: 1536px){.hero-title{font-size:8rem}.portfolio-image-container{height:300px}}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
