.floating-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.floating-element{position:absolute;width:6px;height:6px;background:#4ecdc499;border-radius:50%;animation:float 20s infinite linear}@keyframes float{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.header{position:fixed;top:0;left:0;right:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;transition:all .3s ease}.header.scrolled{background:#0a0a0afa}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links button{background:none;border:none;color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;cursor:pointer;font-size:1rem}.nav-links button:hover{color:#4ecdc4}.nav-links button:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#4ecdc4;transition:width .3s ease}.nav-links button:hover:after{width:100%}.nav-link{background:none;border:none;color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.nav-link:hover{color:#4ecdc4}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#4ecdc4;transition:width .3s ease}.nav-link:hover:after{width:100%}@media (max-width: 768px){.nav{padding:1rem}.nav-links{display:none}}.hero{min-height:60vh;display:flex;align-items:center;position:relative;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,107,107,.3) 0%,transparent 50%)}.hero-content{max-width:800px;z-index:2}.hero-greeting{font-size:1.2rem;color:#4ecdc4;margin-bottom:1rem;font-weight:500}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;white-space:nowrap}.hero-subtitle{font-size:1.5rem;color:#b0b0b0;margin-bottom:2rem;font-weight:300}.tech-stack{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.tech-tag{background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);color:#4ecdc4;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#4ecdc433;transform:translateY(-2px)}.hero-description{font-size:1.1rem;color:#d0d0d0;margin-bottom:3rem;max-width:600px}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.hero{min-height:calc(60vh - 60px);padding-top:60px;padding-bottom:1rem}.hero-content{padding:0 1rem}.hero-title{font-size:2.2rem;white-space:nowrap}.hero-subtitle{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:center}}.experience{padding:4rem 0;position:relative}.section-subtitle{font-size:1rem;color:#4ecdc4;margin-bottom:2rem!important;font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:1px}.experience-timeline{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.experience-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.experience-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.experience-card:hover:before{left:100%}.experience-card:hover{transform:translateY(-5px);border-color:#4ecdc44d}.company-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.experience-layout{display:flex;gap:2rem;align-items:flex-start}.company-side{flex:0 0 300px;display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding-top:.5rem}.company-name{font-size:1.2rem;font-weight:600;color:#fff;text-align:left}.highlights-side{flex:1;padding-left:1rem;border-left:1px solid rgba(255,255,255,.1)}.job-title{font-size:1rem;font-weight:500;color:#4ecdc4;margin-bottom:.2rem}.job-description{font-size:.85rem;color:#d0d0d0;line-height:1.4;margin-bottom:.4rem;font-weight:400}.job-duration{color:#fff;font-weight:400;font-size:.9rem;margin-bottom:.2rem;display:flex;align-items:center;gap:.5rem}.job-location{color:#ff6b6b;font-weight:500;font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.company-logo{width:45px;height:45px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.3rem;flex-shrink:0}.job-info{flex:1}.job-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.3rem}.job-duration{color:#4ecdc4;font-weight:500;font-size:.95rem}.highlights{display:flex;flex-direction:column;gap:1rem}.highlight-item{color:#d0d0d0;line-height:1.6;font-size:.95rem;padding-left:2rem;position:relative;transition:all .3s ease;display:flex;align-items:flex-start;gap:.8rem}.highlight-item:hover{color:#fff;transform:translate(8px)}.highlight-item:before{content:"";position:absolute;left:0;top:.6rem;width:8px;height:8px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:50%;flex-shrink:0;transition:all .3s ease}.highlight-item:hover:before{transform:scale(1.2);box-shadow:0 0 10px #4ecdc480}.highlight-item.with-icon:before{content:"▶";background:none;color:#4ecdc4;font-size:.8rem;width:auto;height:auto;border-radius:0;top:.4rem;left:.2rem;transition:all .3s ease}.highlight-item.with-icon:hover:before{color:#ff6b6b;transform:translate(3px) scale(1.1);box-shadow:none}.highlight-item.with-check:before{content:"✓";background:none;color:#4ecdc4;font-size:1rem;font-weight:700;width:auto;height:auto;border-radius:0;top:.3rem;left:.1rem;transition:all .3s ease}.highlight-item.with-check:hover:before{color:#ff6b6b;transform:scale(1.2);box-shadow:none}.highlight-item.with-diamond:before{content:"";background:linear-gradient(45deg,#ff6b6b,#4ecdc4);width:8px;height:8px;transform:rotate(45deg);border-radius:2px;top:.6rem;left:.2rem;transition:all .3s ease}.highlight-item.with-diamond:hover:before{transform:rotate(45deg) scale(1.3);box-shadow:0 0 8px #4ecdc499}@media (max-width: 768px){.experience{padding:4rem 0}.experience-card{padding:1.5rem}.experience-layout{flex-direction:column}.company-side{flex:0 0 250px;flex-direction:row;align-items:center;gap:1rem;padding-top:0;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.company-name{font-size:1.2rem}.job-title{font-size:1rem}.job-description{font-size:.8rem}.info-card{padding:.3rem .6rem;font-size:.8rem}.duration-icon,.location-icon{font-size:.8rem}.highlights-side{border-left:none;padding-left:0;margin-top:1rem}.highlight-item{font-size:.9rem;padding-left:1.8rem}}@media (max-width: 480px){.experience-card{padding:1.2rem}.company-side{flex:0 0 200px;gap:.6rem;flex-wrap:wrap}.company-logo{width:35px;height:35px;font-size:1rem}.company-name{font-size:1rem}.job-title{font-size:.85rem}.job-description{font-size:.7rem;line-height:1.3}.info-card{padding:.2rem .5rem;font-size:.75rem}.duration-icon,.location-icon{font-size:.7rem}.highlights{gap:.8rem}.highlight-item{padding-left:1.5rem}}.education{padding:4rem 0;position:relative}.section-subtitle{font-size:1rem;color:#4ecdc4;margin-bottom:.2rem;font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:1px}.education-timeline{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.education-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.education-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.education-card:hover:before{left:100%}.education-card:hover{transform:translateY(-5px);border-color:#4ecdc44d}.education-layout{display:flex;gap:2rem;align-items:flex-start}.institution-side{flex:0 0 300px;display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding-top:.5rem}.institution-name{font-size:1.2rem;font-weight:600;color:#fff;text-align:left}.degree-title{font-size:1rem;font-weight:500;color:#4ecdc4;margin-bottom:.2rem}.education-description{font-size:.85rem;color:#d0d0d0;line-height:1.4;margin-bottom:.4rem;font-weight:400}.info-cards{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.info-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.4rem .8rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem}.duration-card{border-left:3px solid #4ecdc4}.location-card{border-left:3px solid #ff6b6b}.card-content{color:#fff;font-weight:400}.duration-icon,.location-icon{font-size:1rem;display:flex;align-items:center}.duration-icon{color:#4ecdc4}.location-icon{color:#ff6b6b}.institution-logo{width:45px;height:45px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.3rem;flex-shrink:0}.achievements-side{flex:1;padding-left:1rem;border-left:1px solid rgba(255,255,255,.1)}.achievements{display:flex;flex-direction:column;gap:1rem}.achievement-item{color:#d0d0d0;line-height:1.6;font-size:.95rem;padding-left:2rem;position:relative;transition:all .3s ease;display:flex;align-items:flex-start;gap:.8rem}.achievement-item:hover{color:#fff;transform:translate(8px)}.achievement-item:before{content:"";position:absolute;left:0;top:.6rem;width:8px;height:8px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:50%;flex-shrink:0;transition:all .3s ease}.achievement-item:hover:before{transform:scale(1.2);box-shadow:0 0 10px #4ecdc480}.achievement-item.with-icon:before{content:"▶";background:none;color:#4ecdc4;font-size:.8rem;width:auto;height:auto;border-radius:0;top:.4rem;left:.2rem;transition:all .3s ease}.achievement-item.with-icon:hover:before{color:#ff6b6b;transform:translate(3px) scale(1.1);box-shadow:none}.achievement-item.with-check:before{content:"✓";background:none;color:#4ecdc4;font-size:1rem;font-weight:700;width:auto;height:auto;border-radius:0;top:.3rem;left:.1rem;transition:all .3s ease}.achievement-item.with-check:hover:before{color:#ff6b6b;transform:scale(1.2);box-shadow:none}.achievement-item.with-diamond:before{content:"";background:linear-gradient(45deg,#ff6b6b,#4ecdc4);width:8px;height:8px;transform:rotate(45deg);border-radius:2px;top:.6rem;left:.2rem;transition:all .3s ease}.achievement-item.with-diamond:hover:before{transform:rotate(45deg) scale(1.3);box-shadow:0 0 8px #4ecdc499}@media (max-width: 768px){.education{padding:4rem 0}.education-card{padding:1.5rem}.education-layout{flex-direction:column}.institution-side{flex:0 0 250px;flex-direction:row;align-items:center;gap:1rem;padding-top:0;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.institution-name{font-size:1.1rem}.degree-title{font-size:.9rem}.education-description{font-size:.75rem}.info-card{padding:.3rem .6rem;font-size:.8rem}.duration-icon,.location-icon{font-size:.8rem}.achievements-side{border-left:none;padding-left:0;margin-top:1rem}.achievement-item{font-size:.9rem;padding-left:1.8rem}}@media (max-width: 480px){.education-card{padding:1.2rem}.institution-side{flex:0 0 200px;gap:.6rem;flex-wrap:wrap}.institution-logo{width:35px;height:35px;font-size:1rem}.institution-name{font-size:1rem}.degree-title{font-size:.8rem}.education-description{font-size:.7rem;line-height:1.3}.info-card{padding:.2rem .5rem;font-size:.7rem}.duration-icon,.location-icon{font-size:.7rem}.achievements{gap:.8rem}.achievement-item{padding-left:1.5rem}}.projects{padding:5rem 0;background:#ffffff05}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.project-card:hover:before{left:100%}.project-card:hover{transform:translateY(-10px);border-color:#4ecdc44d}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-icon{width:40px;height:40px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.project-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.5rem}.project-description{color:#b0b0b0;margin-bottom:1.5rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-badge{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;transition:all .3s ease}.tech-badge:hover{background:#ff6b6b33;transform:translateY(-2px)}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-link{color:#4ecdc4;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid rgba(78,205,196,.3);border-radius:20px;transition:all .3s ease;font-size:.9rem;display:inline-block}.project-link:hover{background:#4ecdc41a;transform:translateY(-2px)}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}.project-links{justify-content:center}}.contact{padding:5rem 0;text-align:center}.contact-content{max-width:800px;margin:0 auto}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-description{font-size:1.1rem;color:#b0b0b0;margin-bottom:3rem;line-height:1.6}.contact-methods{display:grid;gap:3rem;margin-bottom:3rem}.contact-email{font-size:1.5rem;color:#4ecdc4;text-decoration:none;font-weight:600;display:inline-block;padding:1rem 2rem;border:2px solid rgba(78,205,196,.3);border-radius:50px;transition:all .3s ease}.contact-email:hover{background:#4ecdc41a;transform:translateY(-3px)}.contact-form{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:left;max-width:600px;margin:0 auto}.contact-form h3{color:#fff;margin-bottom:1.5rem;text-align:center;font-size:1.3rem}.form-group{margin-bottom:1.5rem}.form-input{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1rem;color:#fff;font-size:1rem;outline:none;transition:all .3s ease;font-family:inherit}.form-input::placeholder{color:#ffffff80}.form-input:focus{border-color:#4ecdc480;background:#ffffff26}.form-textarea{resize:vertical;min-height:120px}.form-submit{width:100%;margin-top:1rem;position:relative;overflow:hidden}.form-submit:disabled{opacity:.7;cursor:not-allowed}.submit-message{margin-top:1rem;padding:1rem;background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);border-radius:10px;color:#4ecdc4;text-align:center}.social-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-link{color:#fff;font-size:1.2rem;text-decoration:none;font-weight:500;padding:.8rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:25px;transition:all .3s ease;display:inline-block}.social-link:hover{color:#4ecdc4;border-color:#4ecdc44d;background:#4ecdc41a;transform:translateY(-3px)}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-email{font-size:1.2rem}.social-links{gap:1rem}.social-link{font-size:1rem;padding:.6rem 1rem}}.footer{background:#00000080;border-top:1px solid rgba(255,255,255,.1);padding:4rem 0 2rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem}.footer-logo .logo{font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.footer-tagline{color:#b0b0b0;font-style:italic;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;position:relative}.footer-section h4:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#b0b0b0;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-section ul li a:hover{color:#4ecdc4}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#666;font-size:.9rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#4ecdc4}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{gap:1rem}}@media (max-width: 480px){.footer-links{grid-template-columns:1fr}}.js-compiler-section{padding:4rem 3rem 1rem;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);color:#e0e0e0}.compiler-container{width:100%;height:calc(100vh - 2rem);margin:0}.compiler-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;padding-bottom:1rem;background:linear-gradient(45deg,#6e45e2,#88d3ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:left}.compiler-description{text-align:left;font-size:.9rem;margin-bottom:1rem;color:#b0b0b0}.compiler-controls{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center;justify-content:flex-start}.run-button,.clear-button{padding:.5rem 1rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.run-button{background:linear-gradient(45deg,#6e45e2,#88d3ce);color:#fff}.run-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #6e45e24d,0 0 20px #6e45e233}.run-button:disabled{background:#333;cursor:not-allowed;opacity:.7}.clear-button{background:#333;color:#fff}.clear-button:hover:not(:disabled){background:#444}.examples-dropdown{margin-left:1rem}.example-select{padding:.5rem 1rem;border-radius:6px;background:#222;color:#fff;border:1px solid #444;cursor:pointer;font-size:1rem}.example-select:hover{border-color:#6e45e2}.error-message{background:#f442;color:#ff6b6b;padding:1rem;border-radius:6px;margin-bottom:1rem;text-align:center;border:1px solid #ff444444}.compiler-layout{display:grid;grid-template-columns:70% 30%;gap:1rem;height:calc(100% - 120px)}.editor-container,.output-container{background:#111;border-radius:12px;border:1px solid #333;overflow:auto;box-shadow:0 8px 32px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-container{display:flex;flex-direction:column}.code-editor{width:100%;height:100%;background:#1e1e1e;color:#e0e0e0;border:none;padding:1rem;font-family:Courier New,monospace;font-size:14px;line-height:1.5;resize:none;outline:none;box-sizing:border-box}.code-editor:focus{outline:2px solid #6e45e2}.output-container{display:flex;flex-direction:column}.output-header{background:#222;padding:.75rem 1rem;font-weight:600;border-bottom:1px solid #333}.output-iframe{width:100%;height:calc(100% - 40px);border:none;background:#1e1e1e}.compiler-info{background:#111;padding:1.5rem;border-radius:8px;border:1px solid #333;margin-top:2rem}.compiler-info h3{color:#fff;margin-bottom:1rem;font-size:1.2rem}.compiler-info ul{list-style:none;padding:0;margin:0}.compiler-info li{padding:.5rem 0;display:flex;align-items:center;gap:.5rem}.compiler-info li:before{content:"•";color:#6e45e2;font-size:1.2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.run-button.running svg{animation:spin 1s linear infinite}@media (max-width: 768px){.compiler-layout{grid-template-columns:1fr}.compiler-controls{flex-direction:column;align-items:stretch}.run-button,.clear-button{width:100%}.examples-dropdown{margin-left:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);color:#fff}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.coming-soon-section{padding:3rem 2rem;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem}.coming-soon-container{max-width:800px;margin:0 auto;text-align:center}.coming-soon-container h3{font-size:1.5rem;font-weight:600;color:#4ecdc4;margin-bottom:1rem}.coming-soon-container p{font-size:1rem;color:#b0b0b0;line-height:1.6;margin-bottom:1.5rem}.compiler-link{margin-top:1rem}@media (max-width: 768px){.container{padding:0 1rem}.section-title{font-size:2rem;margin-bottom:.4rem}.coming-soon-section{padding:2rem 1rem;margin-top:2rem}.coming-soon-container h3{font-size:1.2rem}}
