@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap";:root{--color-primary: #3d2040;--color-secondary: #6c3f72;--color-accent: #bda4c6;--color-background-light: #f5ebef;--color-background-card: #eacfdf;--color-background-footer: #d3bdd3;--color-background-image: #8a7c8d;--color-text-dark: #3d2040;--color-text-light: #8f659c;--color-white: #ffffff;--color-dark-bg: #3d2040;--color-dark-bg-2: #6c3f72;--color-project-bg: linear-gradient( to top, rgba(61, 32, 64, .7) 0%, rgba(108, 63, 114, .7) 50%, rgba(234, 207, 223, .7) 100% );--font-primary: "Fredoka", sans-serif;--font-primary-bold: "Fredoka", 600, sans-serif;--font-secondary: "Rubik", sans-serif}body{font-family:var(--font-primary);overflow-x:hidden;background-color:var(--color-background-light);position:relative}html{scroll-behavior:smooth}.header{position:absolute;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;font-family:var(--font-primary)}.nav{display:flex;align-items:center;justify-content:space-between;max-width:64rem;margin:0 auto;background-color:var(--color-secondary);border-radius:9999px;padding:.75rem 1.5rem;font-family:var(--font-primary);font-weight:500}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-img{width:2.5rem;height:2.5rem;object-fit:contain;transition:transform .3s ease,filter .3s ease}.logo-link:hover .logo-img{transform:translateY(-5px);filter:drop-shadow(0 0 10px rgba(189,164,198,.8)) drop-shadow(0 0 20px rgba(189,164,198,.6))}.logo-text{color:var(--color-white);font-weight:500;font-size:1.125rem;font-family:var(--font-primary-bold);transition:transform .3s ease,filter .3s ease}.logo-link:hover .logo-text{transform:translateY(-5px);filter:drop-shadow(0 0 10px rgba(189,164,198,.8)) drop-shadow(0 0 20px rgba(189,164,198,.6))}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--color-background-light);text-decoration:none;font-family:var(--font-primary);font-weight:600;transition:color .2s ease}.nav-link:hover{color:var(--color-background-image)}.hero{display:flex;align-items:center;justify-content:center;padding:120px 40px 80px;min-height:600px;color:var(--color-white);position:relative;overflow:hidden;background:linear-gradient(to bottom,#3d2040b3,#6c3f72b3,#eacfdfb3);z-index:1}.hero-content-wrapper{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1200px;width:100%;z-index:3;position:relative}.hero:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background-size:cover;z-index:1}.hero-content{flex:0 1 500px;z-index:3;font-family:var(--font-primary);position:relative}.hero-content h1{font-size:48px;font-weight:700;margin:0 0 20px;line-height:1.2;font-family:var(--font-primary);color:var(--color-white)}.hero-content p{font-size:18px;color:#ffffffe6;margin:0;font-family:var(--font-secondary)}.hero-image{flex:0 0 auto;display:flex;justify-content:center;align-items:center;z-index:3;position:relative}.hero-logo{width:300px;height:auto;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,215,0,.4))}@media(max-width:768px){.hero{flex-direction:column;text-align:center;padding:100px 20px 60px;min-height:500px}.hero-content-wrapper{flex-direction:column;gap:30px}.hero-content{max-width:100%;flex:1}.hero-content h1{font-size:36px}.hero-logo{width:200px;height:auto;margin-top:30px}}.projects{padding:80px 40px;background-color:transparent;background:linear-gradient(to top,#3d2040b3,#6c3f72b3,#eacfdfb3);min-height:100vh;width:100%;position:relative;z-index:1}.projects h2{font-size:36px;font-weight:700;color:var(--color-text-dark);margin:0 0 50px;font-family:var(--font-primary)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto}.project-card{background:var(--color-background-card);border-radius:20px;overflow:visible;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;padding:20px;border:1px solid rgba(61,32,64,.1);position:relative}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #95cfff66}.butterfly-decoration{position:absolute;top:10px;left:10px;width:70px;height:70px;z-index:2;object-fit:contain;transform:translate(-30%,-30%);pointer-events:none}.project-image{width:100%;height:180px;background:var(--color-background-image);border-radius:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);font-size:14px;font-family:var(--font-primary);position:relative;overflow:hidden;isolation:isolate}.project-image-svg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.project-info{display:flex;flex-direction:column;gap:8px}.project-card h3{font-size:18px;font-weight:700;color:var(--color-text-dark);margin:0;font-family:var(--font-primary)}.project-year{font-size:14px;font-weight:400;color:var(--color-primary);margin:0;font-family:var(--font-primary)}.view-btn{width:100%;padding:10px 20px;background:var(--color-primary);color:var(--color-white);border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:15px;font-family:var(--font-primary)}.view-btn:hover{background:var(--color-secondary)}.project-info .sparkle-button{width:100%;margin-top:15px}@media(max-width:768px){.projects{padding:40px 20px}.projects h2{font-size:28px}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}}.sparkle-button{position:relative;padding:12px 35px;background:var(--color-primary);font-family:var(--font-primary);font-size:17px;font-weight:500;color:var(--color-white);border:3px solid var(--color-primary);border-radius:8px;box-shadow:0 0 #fec1958c;transition:all .3s ease-in-out;cursor:pointer;overflow:visible}.sparkle-button--disabled,.sparkle-button--disabled:hover{cursor:default;opacity:.7;background:#9466b299;color:var(--color-white);box-shadow:none}.star-1{position:absolute;top:20%;left:20%;width:25px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all 1s cubic-bezier(.05,.83,.43,.96)}.star-2{position:absolute;top:45%;left:45%;width:15px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.star-3{position:absolute;top:40%;left:40%;width:5px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.star-4{position:absolute;top:20%;left:40%;width:8px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all .8s cubic-bezier(0,.4,0,1.01)}.star-5{position:absolute;top:25%;left:45%;width:15px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all .6s cubic-bezier(0,.4,0,1.01)}.star-6{position:absolute;top:5%;left:50%;width:5px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all .8s ease}.sparkle-button:hover{background:transparent;color:var(--color-primary);box-shadow:0 0 25px #fec1958c}.sparkle-button:hover .star-1{position:absolute;top:-80%;left:-30%;width:25px;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.sparkle-button:hover .star-2{position:absolute;top:-25%;left:10%;width:15px;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.sparkle-button:hover .star-3{position:absolute;top:55%;left:25%;width:5px;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.sparkle-button:hover .star-4{position:absolute;top:30%;left:80%;width:8px;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.sparkle-button:hover .star-5{position:absolute;top:25%;left:115%;width:15px;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.sparkle-button:hover .star-6{position:absolute;top:5%;left:60%;width:5px;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.fil0{fill:#fffdef}.footer{background:var(--color-background-footer);color:var(--color-text-dark);padding:60px 40px;font-family:var(--font-primary)}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-left,.footer-right{flex:1}.footer-contact{display:flex;align-items:center;margin-bottom:15px;font-size:16px;font-family:var(--font-primary)}.footer-contact .icon{margin-right:12px;font-size:20px}.footer-contact .email-icon,.footer-contact .linkedin-icon{width:32px;height:32px;object-fit:contain}.footer-contact a{color:var(--color-text-dark);text-decoration:none;transition:opacity .3s ease;font-family:var(--font-primary)}.footer-contact a:hover{opacity:.7}.footer-divider{width:100%;height:1px;background:#3d204033;margin:15px 0}.footer-center{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.footer-logo{width:80px;height:auto;object-fit:contain;filter:drop-shadow(0 0 15px rgba(255,215,0,.4))}.footer-name{color:var(--color-text-dark);font-size:18px;font-weight:600;margin:0;font-family:var(--font-primary)}.footer-nav{display:flex;flex-direction:column;gap:12px;text-align:right}.footer-nav a{color:var(--color-text-dark);text-decoration:none;font-size:16px;transition:opacity .3s ease;font-family:var(--font-primary)}.footer-nav a:hover{opacity:.7}@media(max-width:768px){.footer{padding:40px 20px}.footer-content{flex-direction:column;gap:40px}.footer-left,.footer-right{width:100%}.footer-nav{text-align:left}.footer-logo{width:60px;height:auto}}.animated-gradient-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(135deg,#3d2040e6,#6c3f72e6,#bda4c6cc,#eacfdfe6,#3d2040e6);background-size:200% 200%;animation:gradientShift 20s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.particles-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.scroll-to-top-button{position:fixed;right:1.75rem;bottom:1.75rem;z-index:120;width:44px;height:44px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--color-secondary),var(--color-accent));display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #3d204066;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.scroll-to-top-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 40px #3d20408c;filter:brightness(1.05)}.scroll-to-top-button:active{transform:translateY(0) scale(.98);box-shadow:0 6px 18px #3d204066}.scroll-to-top-icon{width:22px;height:22px;object-fit:contain}.figma-prototype-container{width:100%;max-width:1200px;margin:2rem auto;padding:0 1rem}.figma-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.figma-wrapper{width:100%;border-radius:12px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.figma-iframe{width:100%;height:100%;border:none;display:block;background:#fff}.figma-error{padding:2rem;text-align:center;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.figma-error p{color:#ffffffb3;font-size:1rem;margin:0}@media(max-width:768px){.figma-prototype-container{padding:0 .5rem;margin:1.5rem auto}.figma-title{font-size:1.25rem}.figma-wrapper{border-radius:8px}}.live-app-container{width:100%;max-width:1200px;margin:2rem auto;padding:0 1rem}.live-app-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.live-app-wrapper{width:100%;border-radius:12px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.live-app-iframe{width:100%;height:100%;border:none;display:block;background:#fff}.live-app-link{text-align:center;margin-top:1rem}.live-app-link a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:inline-block}.live-app-link a:hover{color:#fff;text-decoration:underline}.live-app-error{padding:2rem;text-align:center;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.live-app-error p{color:#ffffffb3;font-size:1rem;margin:0}@media(max-width:768px){.live-app-container{padding:0 .5rem;margin:1.5rem auto}.live-app-title{font-size:1.25rem}.live-app-wrapper{border-radius:8px}}.project-showcase-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:500px;position:relative;max-width:64rem;width:100%;margin:0 auto}.project-showcase-content{display:flex;align-items:center;gap:10rem;flex:1;justify-content:center;min-width:0}.project-card-left{border-radius:24px;padding:2rem;display:flex;flex-direction:column;align-items:left;gap:1.5rem;min-width:300px;box-shadow:0 8px 32px #0000004d;margin-left:30px}.project-showcase-image{width:400px;height:450px;object-fit:contain;display:block}.project-details-right{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.project-number{font-size:4rem;font-weight:700;color:#6b3d72;line-height:1;font-family:var(--font-primary-bold)}.project-showcase-name-right{font-size:2rem;font-weight:700;color:#6b3d72;margin:0;align-items:right;font-family:var(--font-primary)}.view-website-button{background:#8b6f8f;color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;font-family:sans-serif;border:none;cursor:pointer;display:inline-block}.view-website-button:hover{background:#9d7fa1;transform:translateY(-2px);box-shadow:0 4px 12px #8b6f8f66}.nav-arrow{background:transparent;color:var(--background-color);width:auto;height:auto;border:none;border-radius:0;font-size:2.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-family:var(--font-primary-bold);font-weight:700;padding:.5rem;line-height:1;appearance:none}.nav-arrow:hover{background:transparent;color:#30e0ff;transform:scale(1.1);text-shadow:0 0 10px rgba(189,164,198,.8)}.nav-arrow:active{transform:scale(.95)}.nav-arrow:focus,.nav-arrow:focus-visible{outline:none;box-shadow:none}.nav-arrow:disabled{opacity:.3;cursor:not-allowed}.nav-arrow:disabled:hover{background:transparent;color:#6b3d72;transform:scale(1)}@media(max-width:1024px){.project-showcase-content{gap:2rem}.project-card-left{min-width:250px;padding:1.5rem}.project-number{font-size:3rem}.project-showcase-name-right{font-size:1.5rem}}@media(max-width:768px){.project-showcase-container{padding:2rem 1rem;gap:1rem}.project-showcase-content{flex-direction:column;gap:2rem}.project-card-left{min-width:200px;width:100%;max-width:300px}.project-details-right{align-items:center;text-align:center}.project-number{font-size:2.5rem}.nav-arrow{font-size:1.2rem}}.case-toc{--case-toc-bg: rgba(63, 24, 86, .95);--case-toc-border: rgba(255, 255, 255, .08);--case-toc-text: rgba(255, 255, 255, .6);--case-toc-text-active: rgba(255, 255, 255, .9);--case-toc-moon: #f3d38a;--case-toc-moon-glow: rgba(243, 211, 138, .35);position:fixed;top:50%;transform:translateY(-50%);z-index:50}.case-toc--left{left:18px}.case-toc--right{right:18px}.case-toc__pill{display:flex;flex-direction:column;gap:12px;padding:16px 12px;border-radius:200px;background:var(--case-toc-bg);border:1px solid var(--case-toc-border);box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.case-toc__item{appearance:none;border:none;background:transparent;color:var(--case-toc-text);font:inherit;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:6px 8px;border-radius:999px;cursor:pointer;transition:transform .14s ease,background .14s ease,color .14s ease}.case-toc__item:hover{background:#ffffff0f;transform:translateY(-1px);color:#fffc}.case-toc__item:focus-visible{outline:2px solid rgba(243,211,138,.55);outline-offset:2px}.case-toc__item.is-active{color:var(--case-toc-text-active)}.case-toc__label{max-width:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-primary, inherit);font-size:12px;letter-spacing:.2px;opacity:.55;transition:max-width .18s ease,opacity .18s ease}.case-toc__pill:hover .case-toc__label{max-width:140px;opacity:.9}.case-toc__icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden}.case-toc__moon{width:26px;height:26px;border-radius:50%;object-fit:contain;display:block;box-shadow:none}.case-toc__item.is-active .case-toc__moon{transform:none;box-shadow:none}.case-toc-target{scroll-margin-top:120px}@media(max-width:900px){.case-toc{display:none}}.forge-page{min-height:100vh;padding:2rem;max-width:1200px;margin:0 auto;background-color:var(--color-project-bg)}.back-button:hover{background:#ffffff1a;border-color:#ffffff80;transform:translate(-5px)}.forge-content{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.forge-content h1{font-size:3rem;color:#fff;margin:0;text-align:center}.forge-year{font-size:1.25rem;color:#ffffffb3;margin:0}.forge-image-container{width:100%;max-width:800px;display:flex;justify-content:center;align-items:center;padding:2rem}.forge-image{width:100%;height:auto;max-width:100%}.forge-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;padding:2.5rem 3rem;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.forge-section-card{width:100%;padding:0;margin-top:2.5rem}.forge-section-card:first-child{margin-top:0}.forge-sections-wrapper{width:100%;max-width:1000px;padding:2.5rem 3rem;margin-top:2rem;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.forge-section-layout{display:flex;gap:2.5rem;align-items:flex-start}.forge-section-layout--reverse{flex-direction:row-reverse}.forge-section-text{flex:1.2;display:flex;flex-direction:column;gap:1rem}.forge-section-media{flex:1;min-height:220px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.forge-section-media-placeholder{color:var(--color-text-light);font-family:var(--font-primary);font-size:.9rem;opacity:.9}.forge-illustration-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;width:100%;height:100%}.forge-illustration-image{width:100%;height:100%;object-fit:contain;border-radius:10px}.forge-chatbox-media{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;align-items:center;justify-content:center}.forge-chatbox-image{flex:1 1 0;min-width:0;width:auto;height:auto;max-width:50%;object-fit:contain;border-radius:10px}.forge-ideation-image{width:100%;height:auto;max-width:100%;object-fit:contain;display:block}.forge-badge-media{display:flex;gap:1.5rem;width:100%;height:100%}.forge-badge-media{width:100%;display:flex;align-items:center;justify-content:center}.forge-badge-media .forge-badge-icon-image{width:100%;max-width:100%;height:auto;object-fit:contain;border-radius:12px;background-color:var(--color-background-image);border:1px solid rgba(61,32,64,.12)}.forge-badge-flow{flex:1;border-radius:12px;background-color:var(--color-background-image);border:1px solid rgba(61,32,64,.12);overflow:hidden}.forge-badge-flow-image{width:100%;height:100%;object-fit:cover;display:block}.forge-onboarding-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.forge-onboarding-image{width:40%;height:auto;object-fit:contain;border-radius:12px;display:block;margin:0 auto}.forge-trade-icons{display:flex;gap:1.25rem;align-items:center;justify-content:flex-start;flex-wrap:wrap}.forge-trade-icon-image{margin-top:50px;width:400px;height:200px;object-fit:cover}.forge-challenges-image{width:40%;height:auto;object-fit:contain;display:block;flex:flex}.forge-final-photos{display:flex;gap:1.25rem;width:100%}.forge-final-photo-image{flex:1;border-radius:12px;object-fit:cover;width:100%;height:100%;display:block}.forge-illustration-image,.forge-ideation-image,.forge-chatbox-image,.forge-badge-icon-image,.forge-badge-flow-image,.forge-onboarding-image,.forge-trade-icon-image,.forge-challenges-image,.forge-final-photo-image{transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.forge-illustration-image:hover,.forge-ideation-image:hover,.forge-chatbox-image:hover,.forge-badge-icon-image:hover,.forge-badge-flow-image:hover,.forge-onboarding-image:hover,.forge-trade-icon-image:hover,.forge-challenges-image:hover,.forge-final-photo-image:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 14px 40px #3d204040;filter:brightness(1.05)}.forge-final{display:flex;flex-direction:column;gap:1.75rem}.forge-final-text{width:100%}.forge-final-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;width:100%}.forge-problem-personas{display:flex;gap:1.5rem;margin-top:1.75rem}.forge-problem-persona{flex:1;border-radius:12px;overflow:hidden}.forge-problem-persona-image{display:block;width:100%;height:100%;object-fit:cover}.forge-description-left{display:flex;flex-direction:column;gap:1rem}.forge-description-right{display:flex;flex-direction:column;gap:1.5rem}.forge-description-heading,.forge-detail-label{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.forge-description-text,.forge-detail-value{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0;font-weight:400}.forge-detail-block{display:flex;flex-direction:column;gap:.25rem}@media(max-width:768px){.forge-page{padding:1rem}.forge-content h1{font-size:2rem}.forge-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}.forge-section-layout{flex-direction:column}.forge-description-heading{font-size:1.125rem}}.moolahmate-page{padding-top:2rem}.moolahmate-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.moolahmate-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.moolahmate-description-left,.moolahmate-description-right{display:flex;flex-direction:column;gap:1rem}.moolahmate-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.moolahmate-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.moolahmate-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.moolahmate-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.moolahmate-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.moolahmate-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.moolahmate-design-desc{padding:1.5rem 1.25rem}}.bandit-breakout-page{min-height:100vh;padding:2rem;max-width:1200px;margin:0 auto;background-color:var(--color-project-bg)}.bb-description{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:1000px;padding:2.5rem 3rem;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.bb-description-top{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.bb-description-left{display:flex;flex-direction:column;gap:1rem}.bb-description-right{display:flex;flex-direction:column;gap:1.5rem}.bb-description-heading,.bb-detail-label{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.bb-description-text,.bb-detail-value{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0;font-weight:400}.bb-detail-block{display:flex;flex-direction:column;gap:.25rem}.bb-media-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%}.bb-image-box,.bb-video-box{aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center}.bb-image-box{background:transparent}.bb-video-box{background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);box-shadow:0 8px 32px #3d204026}.bb-media-image{width:100%;border-radius:20px}.bb-media-video{width:100%;height:100%;object-fit:cover;display:block;box-sizing:border-box;border:1px solid rgba(0,0,0,.2);border-radius:20px}.bandit-breakout-content{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.project-placeholder-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;width:100%;max-width:1000px;padding:2.5rem 3rem;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.project-placeholder-text{font-family:var(--font-primary);font-size:1.25rem;color:var(--color-text-dark);line-height:1.6;margin:0;text-align:center}.bb-section-card{width:100%;max-width:1000px;padding:2.5rem 3rem;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026;display:flex;flex-direction:column;gap:0}.bb-section-block{display:flex;flex-direction:column;gap:1.25rem}.bb-section-block+.bb-section-block{margin-top:2.5rem}.bb-section-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0}.bb-section-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0 0 .5rem}.bb-section-text:last-child{margin-bottom:0}.bb-subheading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.1rem;margin:0 0 .5rem}.bb-tiles-intro{margin:0}.bb-tiles-row{display:flex;gap:2rem;align-items:flex-start;width:100%}.bb-tiles-text{flex:0 1 45%;min-width:0}.bb-mechanics-image-boxes{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;flex:1 1 50%;min-width:0;max-width:none}.bb-mechanics-image-box{aspect-ratio:3 / 4;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;height:300px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.bb-mechanics-image-box:hover{transform:scale(1.03);box-shadow:0 8px 24px #3d204033;border-color:#3d204040}.bb-mechanics-image-box img{width:110%;height:100%;object-fit:cover;transition:transform .25s ease}.bb-mechanics-image-box:hover img{transform:scale(1.05)}.bb-mechanics-image-box img[src=""]{opacity:0}.bb-bridge-row{display:flex;gap:10rem;margin-top:.5rem}.bb-bridge-image-wrap{flex-shrink:0;width:280px;height:200px;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden}.bb-bridge-image{width:100%;height:100%;object-fit:cover}.bb-image-desc-list{display:flex;flex-direction:column;gap:1.5rem;width:100%;margin-top:2rem}.bb-image-desc-row{display:flex;gap:1.5rem;align-items:flex-start;width:100%}.bb-image-desc-box{flex-shrink:0;width:280px;height:200px;border:1px solid rgba(0,0,0,.15);border-radius:20px;background:#fff6;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.bb-image-desc-box:hover{transform:translateY(-8px);box-shadow:0 8px 24px #3d204033;border-color:#3d204040}.bb-image-desc-box img{width:100%;height:100%;object-fit:cover}.bb-image-desc-box img[src=""]{opacity:0}.bb-image-desc-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.bb-image-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.1rem;margin:0}.bb-image-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0;min-height:3rem}.bb-bridge-text{flex:1;max-width:60%}.bb-icons-heading{margin-top:1.5rem}.bb-icons-row{display:flex;gap:2rem;align-items:flex-start;width:100%;margin-top:1rem}.bb-icons-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex-shrink:0;width:200px}.bb-icons-image-box{aspect-ratio:1;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.bb-icons-image-box:hover{transform:translateY(-8px);box-shadow:0 8px 24px #3d204033;border-color:#3d204040}.bb-icons-image-box img{width:100%;height:100%;object-fit:cover}.bb-icons-image-box img[src=""]{opacity:0}.bb-icons-text-box{flex:1;min-width:0;padding:1rem;min-height:200px;border-radius:12px}.bb-icons-text-box .bb-section-text{margin:0}.bb-gallery{display:flex;gap:1rem;width:100%;margin-top:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.bb-gallery::-webkit-scrollbar{height:8px}.bb-gallery::-webkit-scrollbar-track{background:#0000000f;border-radius:4px}.bb-gallery::-webkit-scrollbar-thumb{background:#3d204059;border-radius:4px}.bb-gallery::-webkit-scrollbar-thumb:hover{background:#3d204080}.bb-gallery-image{flex-shrink:0;width:280px;height:200px;object-fit:cover;border-radius:20px;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 16px #3d20401a}.bb-research-content{display:flex;gap:2rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.bb-research-text{flex:0 0 65%;min-width:0}.bb-view-report-btn{padding:.6rem 1.25rem;background:#8d5ea8;color:#fff;font-family:var(--font-primary-bold);font-weight:600;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:background .2s ease;margin:0 45px 0 40px}.bb-view-report-btn:hover{background:#7a4d92}@media(max-width:768px){.bandit-breakout-page{padding:1rem}.bb-description{padding:1.5rem 1.25rem}.bb-description-top{grid-template-columns:1fr}.bb-description-heading{font-size:1.125rem}.bb-image-box,.bb-video-box,.bb-media-video{min-height:220px}.bb-media-row{grid-template-columns:1fr}.bb-tiles-row{flex-direction:column}.bb-mechanics-image-boxes{grid-template-columns:1fr;max-width:none}.bb-bridge-row,.bb-image-desc-row{flex-direction:column}.bb-image-desc-box{width:100%;max-width:280px}.bb-icons-row{flex-direction:column}.bb-icons-grid{width:100%;max-width:200px}.bb-bridge-image-wrap{width:100%;max-width:280px;height:200px}}.popa-page{padding-top:2rem}.popa-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.popa-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.popa-description-left,.popa-description-right{display:flex;flex-direction:column;gap:1rem}.popa-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.popa-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.popa-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.popa-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.popa-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.popa-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.popa-design-desc{padding:1.5rem 1.25rem}}.design-jam-page{padding-top:2rem}.design-jam-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.design-jam-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.design-jam-description-left,.design-jam-description-right{display:flex;flex-direction:column;gap:1rem}.design-jam-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.design-jam-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.design-jam-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.design-jam-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.design-jam-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.design-jam-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.design-jam-design-desc{padding:1.5rem 1.25rem}}.gamecatalog-page{padding-top:2rem}.gamecatalog-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.gamecatalog-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.gamecatalog-description-left,.gamecatalog-description-right{display:flex;flex-direction:column;gap:1rem}.gamecatalog-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.gamecatalog-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.gamecatalog-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.gamecatalog-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.gamecatalog-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.gamecatalog-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.gamecatalog-design-desc{padding:1.5rem 1.25rem}}.design-page{min-height:100vh;padding:2rem;max-width:1200px;margin:0 auto}.design-projects{padding:4rem 0;margin-top:40px}.design-projects h2{text-align:center;font-family:var(--font-primary-bold);color:var(--color-primary);margin-bottom:2rem}.design-projects-grid{display:flex;flex-wrap:wrap;gap:2rem}.design-projects-grid .design-card{flex:1 1 calc((100% - 4rem) / 3);max-width:calc((100% - 4rem) / 3);box-sizing:border-box}@media(max-width:768px){.design-projects-grid .design-card{flex:1 1 100%;max-width:100%}}.design-card{display:flex;flex-direction:column;min-width:0;background-color:#e8dfeb;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #3d20401f}.design-card-image-wrap{flex:1;min-height:200px;background-color:#e8dfeb;display:flex;align-items:center;justify-content:center;padding:1.5rem}.design-card-image{width:100%;height:100%;object-fit:contain}.design-card-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background-color:#e8dfeb;gap:.5rem}.design-card-title{font-family:var(--font-primary-bold);font-size:1.125rem;font-weight:700;color:#2d1f30;margin:0}.design-card-view{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.25rem;transition:opacity .2s ease}.design-card-view:hover{opacity:.7}.design-card-arrow{width:24px;height:24px;transform:rotate(90deg);display:block}.kaguya-page{padding-top:2rem}.kaguya-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.kaguya-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.kaguya-description-left,.kaguya-description-right{display:flex;flex-direction:column;gap:1rem}.kaguya-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.kaguya-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}.kaguya-app-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.kaguya-app-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.18rem .8rem .18rem .5rem;border-radius:999px;background:#ffd9f12e;border:1px solid rgba(68,7,83,.5);transition:background .2s ease,border-color .2s ease,transform .2s ease}.kaguya-app-tag-icon{width:20px;height:20px;display:block}.kaguya-app-tag span{font-family:var(--font-secondary);font-size:.9rem;color:var(--color-text-dark)}.kaguya-app-tag:hover{background:#fff1fc4d;border-color:#440753b3;transform:translateY(-1px)}@media(max-width:768px){.kaguya-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.kaguya-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.kaguya-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.kaguya-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.kaguya-design-desc{padding:1.5rem 1.25rem}}.kaguya-carousel{position:relative;max-width:1000px;width:100%;margin:3rem auto;padding:0;box-sizing:border-box}.kaguya-carousel-track{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:12px;overflow:hidden;background:#eacfdf33;box-shadow:0 4px 20px #3d204026}.kaguya-carousel-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.kaguya-carousel-slide.active{opacity:1;pointer-events:auto}.kaguya-carousel-slide img{max-width:100%;max-height:100%;object-fit:contain}.kaguya-carousel-placeholder{color:#3d204066;font-family:var(--font-secondary);font-size:1rem}.kaguya-carousel-prev,.kaguya-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:auto;height:auto;padding:.5rem;border:none;background:transparent;cursor:pointer;transition:opacity .2s ease;z-index:2;display:flex;align-items:center;justify-content:center;outline:none;box-shadow:none}.kaguya-carousel-prev:hover,.kaguya-carousel-next:hover{opacity:.7}.kaguya-carousel-prev{left:1rem}.kaguya-carousel-next{right:1rem}.kaguya-carousel-arrow{width:28px;display:block}.kaguya-carousel-arrow-prev{transform:rotate(-90deg)}.kaguya-carousel-arrow-next{transform:rotate(90deg)}.kaguya-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.kaguya-carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#3d20404d;cursor:pointer;transition:background .2s ease,transform .2s ease}.kaguya-carousel-dot:hover,.kaguya-carousel-dot.active{background:var(--color-primary)}.kaguya-carousel-dot.active{transform:scale(1.2)}.kaguya-models{width:100%;margin:3rem 0 0;padding:3rem 2rem;background:var(--color-project-bg)}.kaguya-models-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 auto 1.5rem;max-width:1000px}.kaguya-models-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1000px;margin:0 auto}.kaguya-model-wrap{aspect-ratio:1;border-radius:12px;overflow:hidden}.kaguya-model-viewer{width:100%;height:100%;display:block}@media(max-width:768px){.kaguya-models-grid{grid-template-columns:1fr}.kaguya-model-wrap{max-height:280px}}.menu-page{padding-top:2rem}.menu-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.menu-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.menu-description-left,.menu-description-right{display:flex;flex-direction:column;gap:1rem}.menu-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.menu-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}.menu-app-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.menu-app-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.18rem .8rem .18rem .5rem;border-radius:999px;background:#ffd9f12e;border:1px solid rgba(68,7,83,.5);transition:background .2s ease,border-color .2s ease,transform .2s ease}.menu-app-tag-icon{width:20px;height:20px;display:block}.menu-app-tag span{font-family:var(--font-secondary);font-size:.9rem;color:var(--color-text-dark)}.menu-app-tag:hover{background:#ffffff47;border-color:#fffc;transform:translateY(-1px)}@media(max-width:768px){.menu-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.menu-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.menu-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.menu-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.menu-design-desc{padding:1.5rem 1.25rem}}.menu-carousel{display:flex;flex-direction:column;align-items:center;max-width:1000px;width:100%;margin:3rem auto;padding:0;box-sizing:border-box}.menu-carousel-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%}.menu-carousel-track{position:relative;width:100%;max-width:560px;flex-shrink:0;aspect-ratio:10 / 16;border-radius:12px;overflow:hidden}.menu-carousel-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-carousel-slide.active{opacity:1;pointer-events:auto}.menu-carousel-slide img{max-width:100%;max-height:100%;object-fit:contain}.menu-carousel-placeholder{color:#3d204066;font-family:var(--font-secondary);font-size:1rem}.menu-carousel-prev,.menu-carousel-next{flex-shrink:0;width:auto;height:auto;padding:.75rem;border:none;background:transparent;cursor:pointer;transition:opacity .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;outline:none;box-shadow:none}.menu-carousel-prev:hover,.menu-carousel-next:hover{opacity:.8;transform:scale(1.05)}.menu-carousel-arrow{width:28px;display:block}.menu-carousel-arrow-prev{transform:rotate(-90deg)}.menu-carousel-arrow-next{transform:rotate(90deg)}.menu-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.menu-carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#3d20404d;cursor:pointer;transition:background .2s ease,transform .2s ease}.menu-carousel-dot:hover,.menu-carousel-dot.active{background:var(--color-primary)}.menu-carousel-dot.active{transform:scale(1.2)}.magazine-page{padding-top:2rem}.magazine-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.magazine-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.magazine-description-left,.magazine-description-right{display:flex;flex-direction:column;gap:1rem}.magazine-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.magazine-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.magazine-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.magazine-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.magazine-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.magazine-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.magazine-design-desc{padding:1.5rem 1.25rem}}.poster-page{padding-top:2rem}.poster-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.poster-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.poster-description-left,.poster-description-right{display:flex;flex-direction:column;gap:1rem}.poster-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.poster-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.poster-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.poster-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.poster-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.poster-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.poster-design-desc{padding:1.5rem 1.25rem}}.wingnutoroo-page{padding-top:2rem}.wingnutoroo-page .project-showcase-image{width:380px;height:315px;margin-right:30px}.wingnutoroo-description{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.wingnutoroo-description-left,.wingnutoroo-description-right{display:flex;flex-direction:column;gap:1rem}.wingnutoroo-description-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .25rem}.wingnutoroo-description-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.wingnutoroo-description{grid-template-columns:1fr;padding:1.5rem 1.25rem}}.wingnutoroo-design-desc{width:100%;max-width:1000px;margin:2rem auto 0;padding:2.5rem 3rem;box-sizing:border-box;background:linear-gradient(90deg,#eacfdf33,#f5ebef33 5% 95%,#eacfdf33);border-radius:12px;box-shadow:0 8px 32px #3d204026}.wingnutoroo-design-desc-heading{font-family:var(--font-primary-bold);font-weight:700;color:var(--color-primary);font-size:1.25rem;margin:0 0 .75rem}.wingnutoroo-design-desc-text{font-family:var(--font-secondary);color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.wingnutoroo-design-desc{padding:1.5rem 1.25rem}}#root{width:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
