@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{position:fixed;top:2rem;right:1.5rem;z-index:1000;display:flex;gap:.8rem}@media (max-width: 768px){.navigation{display:none}}.navigation-mobile{display:none}@media (max-width: 768px){.navigation-mobile{display:flex;justify-content:center;gap:.4rem;position:fixed;top:.5rem;left:0;right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:.5rem 0;margin-bottom:0}.navigation-mobile .navigation{position:static;display:flex;z-index:auto}}.nav-link{color:#ffdd9d;text-decoration:none;font-weight:700;transition:all .3s ease;padding:.8rem 1.5rem;border:2px solid rgba(255,221,157,.3);border-radius:25px;background:#ffdd9d1a;display:inline-flex;align-items:center;gap:.3rem;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.nav-link:hover{color:#fff;background:#ffdd9d33;border-color:#ffdd9d99;transform:translateY(-2px);box-shadow:0 4px 15px #ffdd9d4d}.nav-link.active{color:#fff;background:#ffdd9d40;border-color:#ffdd9dcc;box-shadow:0 2px 10px #ffdd9d66}@media (max-width: 768px){.nav-link{padding:.5rem .9rem;font-size:.75rem}}.page-card{width:100%;max-width:800px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;min-height:60vh}@media (max-width: 768px){.page-card{padding:0 1.5rem;margin:0 auto;min-height:50vh;width:100%;box-sizing:border-box}}@media (max-width: 480px){.page-card{padding:0 .5rem;margin:0 auto;min-height:45vh}}.page-card-inner{width:100%;background:linear-gradient(145deg,#282a3a,#1e2030);border-radius:20px;padding:3rem;border:1px solid rgba(255,221,157,.3);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3;position:relative;overflow:hidden}.page-card-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);border-radius:20px 20px 0 0;pointer-events:none}@media (max-width: 768px){.page-card-inner{padding:1.5rem 1.2rem;border-radius:15px}}@media (max-width: 480px){.page-card-inner{padding:1.5rem 1rem;border-radius:12px}}.page-card-title{color:#ffdd9d;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);position:relative;z-index:1}@media (max-width: 768px){.page-card-title{font-size:1.8rem;margin-bottom:1rem;margin-top:-.5rem}}@media (max-width: 480px){.page-card-title{font-size:1.5rem;margin-bottom:1rem}}.page-card-content{color:#fff;line-height:1.8;font-size:1.1rem;position:relative;z-index:1}.page-card-content p{margin-bottom:1.5rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.page-card-content p:last-child{margin-bottom:0}.page-card-content h3{color:#ffdd9d;font-size:1.4rem;margin:2rem 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.page-card-content ul,.page-card-content ol{margin:1.5rem 0;padding-left:0;list-style:none;text-align:left}.page-card-content ul li,.page-card-content ol li{margin-bottom:.8rem;opacity:.9;padding-left:2rem;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.5);text-align:left}.page-card-content ul li:before,.page-card-content ol li:before{content:"▸";position:absolute;left:0;color:#ffdd9d;font-weight:700;text-shadow:0 0 10px rgba(255,221,157,.5)}.page-card-content ul li:last-child,.page-card-content ol li:last-child{margin-bottom:0}@media (max-width: 768px){.page-card-content{font-size:.9rem;line-height:1.4}.page-card-content h3{font-size:1.1rem;margin:1rem 0 .5rem}.page-card-content ul,.page-card-content ol{margin:.8rem 0}.page-card-content ul li,.page-card-content ol li{margin-bottom:.4rem;padding-left:1.5rem}}@media (max-width: 480px){.page-card-content{font-size:.9rem;line-height:1.5}.page-card-content h3{font-size:1.1rem;margin:1rem 0 .6rem}.page-card-content ul,.page-card-content ol{margin:.8rem 0}.page-card-content ul li,.page-card-content ol li{margin-bottom:.5rem;padding-left:1.2rem}}.carousel-container{position:relative;width:100%;height:500px;overflow:visible;display:flex;justify-content:center;align-items:center;perspective:1000px}@media (max-width: 768px){.carousel-container{height:400px;padding:0;margin-top:-5vh;overflow:visible}}.carousel{position:relative;width:900px;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);cursor:default;transform-style:preserve-3d;display:flex;align-items:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width: 768px){.carousel{width:100vw;transform-style:flat}}.carousel.dragging,.carousel.dragging .project-card{cursor:grabbing;transition:none}.project-card{position:absolute;width:280px;height:350px;background:linear-gradient(145deg,#282a3a,#1e2030);border-radius:15px;padding:2rem 1.5rem;border:1px solid rgba(255,221,157,.3);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3;transition:transform .8s cubic-bezier(.25,.46,.45,.94),opacity .3s ease,filter .3s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:center;left:50%;top:50%;margin-left:-140px;margin-top:-175px;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.project-card:active{cursor:grabbing}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);border-radius:15px 15px 0 0;pointer-events:none}.project-card .reflection{display:none}.project-card.active{z-index:10;filter:brightness(1.1)}.project-card.side{opacity:.8;filter:brightness(.9)}.project-card.hidden{opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important}.project-card.hidden .reflection{display:none}.project-card.dealing{transition:transform 1.2s cubic-bezier(.25,.1,.25,1),opacity .3s ease,filter .3s ease}.project-card .card-top-row{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10;margin:-.5rem -.5rem .8rem;pointer-events:none}.project-card .stars-badge{display:flex;align-items:center;gap:.2rem;font-size:.75rem;color:#ffffffe6;background:#0006;padding:.2rem .4rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);font-weight:500;pointer-events:auto}.project-card .project-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.project-card .project-header h3{color:#ffdd9d;margin-bottom:.5rem;font-size:1.4rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.project-card .language-badge{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#ffffffe6;background:#0006;padding:.2rem .4rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);pointer-events:auto}.project-card .language-badge .language-dot{width:6px;height:6px;border-radius:50%;filter:saturate(1.4) brightness(1.2)}.project-card p{opacity:.9;line-height:1.6;margin-bottom:1rem;flex-grow:1;text-shadow:0 1px 2px rgba(0,0,0,.5)}.project-card .project-footer{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.project-card{width:240px;height:300px;margin-left:-120px;margin-top:-150px;padding:1.5rem 1rem}.project-card .project-header h3{font-size:1.4rem}.project-card p{font-size:1rem;line-height:1.6}.project-card .project-link{padding:.8rem 1.5rem;font-size:.9rem}.project-card .project-link svg{width:14px;height:14px}}@media (max-width: 480px){.project-card{width:85vw;max-width:300px;height:360px;padding:1.5rem 1rem}}.mobile-carousel-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;padding:0;scrollbar-width:none;-ms-overflow-style:none;height:100%;align-items:center;scroll-padding:0 1.5rem;scroll-snap-stop:always;-webkit-overflow-scrolling:touch;scroll-padding-inline:1.5rem}.mobile-carousel-scroll::-webkit-scrollbar{display:none}@media (max-width: 768px){.mobile-carousel-scroll{width:100vw;max-width:100vw;padding:0;gap:0;height:100%}}.mobile-project-card{flex:0 0 100vw;scroll-snap-align:center;padding:0 1.5rem;display:flex;justify-content:center;align-items:center;min-height:60vh;box-sizing:border-box}@media (max-width: 768px){.mobile-project-card{padding:0 1.5rem;min-height:50vh}}@media (max-width: 480px){.mobile-project-card{padding:0 .5rem;min-height:45vh}}.mobile-project-card-inner{width:100%;max-width:800px;background:linear-gradient(145deg,#282a3a,#1e2030);border-radius:20px;padding:3rem;border:1px solid rgba(255,221,157,.3);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;text-align:center;box-sizing:border-box}.mobile-project-card-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);border-radius:20px 20px 0 0;pointer-events:none}.mobile-project-card-inner .card-top-row{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10;margin:-.5rem -.5rem .8rem}.mobile-project-card-inner .stars-badge{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:#fff;background:linear-gradient(135deg,#ffd70033,#ffa5004d);padding:.3rem .6rem;border-radius:12px;border:1px solid rgba(255,215,0,.4);font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 2px 8px #ffd70033}.mobile-project-card-inner .language-badge{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#fff;background:linear-gradient(135deg,#ffffff26,#ffffff14);padding:.3rem .6rem;border-radius:12px;border:1px solid rgba(255,255,255,.25);font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000026}.mobile-project-card-inner .language-badge .language-dot{width:8px;height:8px;border-radius:50%;filter:saturate(1.6) brightness(1.3);box-shadow:0 0 4px #ffffff4d}.mobile-project-card-inner .project-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.mobile-project-card-inner .project-header h3{color:#ffdd9d;margin-bottom:.5rem;font-size:1.3rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.mobile-project-card-inner p{opacity:.9;line-height:1.5;margin-bottom:1rem;flex-grow:1;text-shadow:0 1px 2px rgba(0,0,0,.5);font-size:.95rem}.mobile-project-card-inner .project-footer{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.mobile-project-card-inner{width:calc(100vw - 3rem);padding:1.5rem 1.2rem;border-radius:20px}}@media (max-width: 480px){.mobile-project-card-inner{width:calc(100vw - 1rem);padding:1.5rem 1rem;border-radius:20px}}.carousel-loading,.carousel-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;color:#fff;text-align:center}.carousel-loading p,.carousel-error p{margin-top:1rem;font-size:1.1rem;opacity:.8}@media (max-width: 768px){.carousel-loading,.carousel-error{height:400px}}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,221,157,.3);border-top:3px solid #ffdd9d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-link{color:#ffdd9d;text-decoration:none;font-weight:700;transition:all .3s ease;padding:.8rem 1.5rem;border:2px solid rgba(255,221,157,.3);border-radius:25px;background:#ffdd9d1a;display:inline-flex;align-items:center;gap:.3rem;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.project-link svg{width:14px;height:14px;flex-shrink:0;margin-top:1px}.project-link:hover{color:#fff;background:#ffdd9d33;border-color:#ffdd9d99;transform:translateY(-2px);box-shadow:0 4px 15px #ffdd9d4d}.contact-section{margin-top:3rem}.contact-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;width:100%;margin:1.5rem 0}@media (max-width: 768px){.contact-links{gap:1rem;flex-direction:row;align-items:center;justify-content:center;width:100%;margin:1rem 0}}@media (max-width: 480px){.contact-links{gap:.8rem}}.contact-link{color:#ffdd9d;text-decoration:none;font-size:1.1rem;transition:color .3s ease;padding:.5rem 1rem;border:1px solid rgba(255,221,157,.3);border-radius:25px;background:#ffffff0d;display:inline-flex;align-items:center;gap:.4rem}.contact-link:hover{color:#fff;background:#ffdd9d1a}@media (max-width: 768px){.contact-link{font-size:1rem;padding:.6rem 1.2rem;text-align:center;min-width:120px}}@media (max-width: 480px){.contact-link{font-size:.9rem;padding:.5rem 1rem;min-width:100px}}.newsletter-signup{background:linear-gradient(145deg,#282a3acc,#1e2030cc);border-radius:20px;padding:2rem;border:1px solid rgba(255,221,157,.3);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3;text-align:center;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-signup h3{color:#ffdd9d;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.newsletter-signup>p{color:#fffc;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}@media (max-width: 768px){.newsletter-signup{padding:1.5rem;margin:1rem 0;border-radius:15px}.newsletter-signup h3{font-size:1.3rem;margin-bottom:.75rem}.newsletter-signup>p{font-size:.9rem;margin-bottom:1.25rem;line-height:1.4}}@media (max-width: 480px){.newsletter-signup{padding:1rem;margin:.5rem 0}.newsletter-signup h3{font-size:1.2rem}.newsletter-signup>p{font-size:.85rem;margin-bottom:1rem}}.newsletter-form{margin-bottom:1rem}.form-group{display:flex;gap:.5rem;margin-bottom:1rem}@media (max-width: 768px){.form-group{flex-direction:column;gap:.75rem}}.email-input{flex:1;padding:.75rem 1rem;border:2px solid rgba(255,221,157,.3);border-radius:25px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.email-input::placeholder{color:#fff9}.email-input:focus{outline:none;border-color:#ffdd9d99;background:#ffffff26;box-shadow:0 0 10px #ffdd9d4d}.email-input:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.email-input{font-size:16px;padding:.75rem 1rem;border-radius:20px}}@media (max-width: 480px){.email-input{font-size:16px;padding:.7rem .9rem;border-radius:18px}}.submit-button{padding:.75rem 1.5rem;border:2px solid rgba(255,221,157,.3);border-radius:25px;background:#ffdd9d1a;color:#ffdd9d;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-button:hover:not(:disabled){color:#fff;background:#ffdd9d33;border-color:#ffdd9d99;transform:translateY(-2px);box-shadow:0 4px 15px #ffdd9d4d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.submit-button{width:100%;padding:.75rem 1rem}}.message{padding:.75rem 1rem;border-radius:15px;font-size:.9rem;font-weight:500}.message.success{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:#22c55e}.message.error{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#ef4444}.privacy-note{font-size:.8rem;color:#fff9;font-style:italic;margin-top:1rem}@media (max-width: 768px){.privacy-note{margin-top:.5rem}}.newsletter-trigger{position:fixed;bottom:2rem;right:2rem;padding:.75rem 1.5rem;background:#ffdd9d1a;border:2px solid rgba(255,221,157,.3);border-radius:25px;color:#ffdd9d;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.newsletter-trigger:hover{background:#ffdd9d33;border-color:#ffdd9d99;transform:translateY(-2px);box-shadow:0 4px 15px #ffdd9d4d}@media (max-width: 768px){.newsletter-trigger{bottom:1rem;right:1rem;padding:.6rem 1.2rem;font-size:.85rem}}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:90vh;overflow-y:auto;z-index:2001}.modal-container .modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;background:#0009;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.modal-container .modal-close:hover{background:#000c;border-color:#ffffff80}@media (max-width: 768px){.modal-container{width:95%;max-width:95vw;max-height:85vh}.modal-container .modal-close{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;font-size:1rem}}@media (max-width: 480px){.modal-container{width:98%;max-width:98vw;max-height:80vh}.modal-container .modal-close{top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;font-size:.9rem}}.page-slider{display:flex;width:300vw;flex:1;list-style:none;margin:0;padding:0}@media (max-width: 768px){.page-slider{flex-direction:column;width:100vw;height:300vh;touch-action:pan-y;padding-top:3rem!important}}.page-slide{width:100vw;height:100vh;flex-shrink:0;display:flex;justify-content:center;align-items:flex-start;padding-top:2rem;box-sizing:border-box;overflow:hidden;clip-path:inset(0 0 0 0)}@media (max-width: 768px){.page-slide{width:100vw;height:100vh;padding-top:3.5rem;padding-left:0;padding-right:0;padding-bottom:1rem;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.page-slide .header-section{margin-bottom:0;margin-top:0;padding:.25rem;text-align:center}.page-slide .projects-section{margin-top:0;flex:1}}@media (max-width: 480px){.page-slide{padding-top:1.5rem;padding-left:.5rem;padding-right:.5rem}}.content-overlay .projects-section{margin-bottom:0}html,body{margin:0;background:#000;height:100%;overflow:hidden;font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){html,body{touch-action:manipulation;-webkit-text-size-adjust:100%}}#root{height:100vh;position:relative;overflow:hidden}@media (max-width: 768px){#root{height:100dvh;min-height:-webkit-fill-available}}.page-transition{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:2}.page-transition.intermediate-page{z-index:1}.stars-canvas{display:block;position:fixed;z-index:1;top:0;left:0;width:100vw;height:100vh}.content-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;padding:1rem;box-sizing:border-box;overflow:hidden}@media (max-width: 768px){.content-overlay{overflow-y:auto;padding:0;height:100vh;scroll-snap-type:y mandatory;scroll-behavior:smooth;scroll-padding-top:3rem!important}}@media (max-width: 480px){.content-overlay{padding:.25rem .25rem .5rem}}.header-section{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;margin-top:2rem}@media (max-width: 768px){.header-section{margin-bottom:.5rem;padding:.5rem;text-align:center}}@media (max-width: 480px){.header-section{margin-bottom:.25rem;margin-top:0}}.logo{font-size:4rem;font-weight:700;margin-bottom:.5rem;flex-shrink:0;background:linear-gradient(135deg,#e879f9,#d946ef,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 1px 0 rgba(255,255,255,.2),0 -1px 0 rgba(255,255,255,.1),1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,255,255,.1),0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(168,85,247,.3);filter:drop-shadow(0 8px 16px rgba(168,85,247,.2));position:relative}.logo:after{content:attr(data-text);position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,transparent 0%,rgba(232,121,249,.3) 25%,rgba(217,70,239,.2) 50%,rgba(168,85,247,.1) 75%,transparent 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:scaleY(-.6) translateY(20px);filter:blur(1px);opacity:.4;mask:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 80%);-webkit-mask:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 80%);pointer-events:none}@media (max-width: 768px){.logo{font-size:2.5rem;margin-bottom:.25rem}}@media (max-width: 480px){.logo{font-size:2rem;margin-bottom:.25rem}}.tagline{font-size:2rem;font-weight:700;opacity:.95;max-width:600px;text-shadow:2px 2px 4px rgba(0,0,0,.8),0 0 10px rgba(217,70,239,.4),0 0 20px rgba(217,70,239,.2);margin-bottom:0;letter-spacing:.5px}@media (max-width: 768px){.tagline{font-size:1.5rem;margin-bottom:0}}@media (max-width: 480px){.tagline{font-size:1.2rem;margin-bottom:0}}.projects-section{background:#282a3acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;margin-bottom:20%;max-width:800px}.projects-section h2{font-size:2rem;margin-bottom:1.5rem;color:#ffdd9d}@media (max-width: 768px){.projects-section{margin:0 .5rem;padding:1.5rem 1rem;max-width:100%;margin-top:0}.projects-section h2{font-size:1.5rem}}@media (max-width: 480px){.projects-section{margin:.5rem .25rem;padding:1rem .75rem}.projects-section h2{font-size:1.3rem}}
