:root{width:100%;height:auto;scroll-padding-right:20px;scrollbar-color:rgba(0,255,136,.247) #222;scrollbar-width:thin;font-family:Space Grotesk,sans-serif;font-optical-sizing:auto;font-style:normal}.app-root{display:flex;align-items:center;justify-content:center}.background__content{position:fixed;inset:0;display:flex;flex-wrap:wrap;z-index:-1;pointer-events:none}.background__content img{flex:1 0 20%;height:100vh;object-fit:cover}.main__content{display:flex;flex-direction:column;position:relative;z-index:1;background-color:#fff;margin:0;width:300px;height:auto;justify-content:center;align-items:center;padding:0 0 15px}.ImgContainer{width:300px;height:500px;filter:brightness(.5) contrast(100%);transition:filter .5s ease-in}.ImgContainer:hover{filter:none}.Nav__link{display:flex;flex-direction:column;gap:10px}.language-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:14px 0 8px;padding:4px;border:1px solid rgba(0,0,0,.12);background:#ffffffe0}.language-toggle__link{min-width:38px;padding:6px 9px;color:#0e0e10;font-size:.78rem;font-weight:700;line-height:1;text-align:center;text-decoration:none;border:1px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease}.language-toggle__link:hover,.language-toggle__link:focus-visible,.language-toggle__link--current{color:#0e0e10;background:#0f8;border-color:#00cc6e}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;width:100%}.project-card{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0d0d0d;text-decoration:none;transition:transform .25s ease,border-color .25s ease}.project-card:hover{transform:translateY(-3px);border-color:#00ff888c}.project-card__img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.78);transition:transform .4s ease,filter .4s ease}.project-card:hover .project-card__img{transform:scale(1.05);filter:brightness(.95)}.project-card__label{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(to top,#000000e0,#0000)}.project-card__icon{width:1.2rem;height:1.2rem;color:#0f8}.LinkButton{position:relative;width:200px;height:50px;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:1;transition:transform .25s ease-in-out;color:#fff;border-radius:3px;object-fit:contain}.LinkButton:before{content:"";position:absolute;top:0;left:0%;width:100%;height:100%;background:linear-gradient(90deg,#ff0000fd,#f90,#ff0,#3f0,#0ff,#30f,#f0f,red);background-size:200% 100%;animation:rgbAlive 6s linear infinite alternate;opacity:0;z-index:0;transition:opacity .5s ease-in-out}.LinkButton:hover:before{opacity:1;border-radius:3px}.LinkButton:hover{transform:scale(1.05);color:#fff;border-radius:3px}.LinkButton *{position:relative;z-index:2}@keyframes rgbAlive{0%{background-position:0% 0%}to{background-position:-100% 0%}}.LinkButton>a{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.15rem;text-decoration:none;font-weight:600;width:100%;height:100%}.LinkButton__trigger{background:none;border:none;font:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.15rem;text-decoration:none;font-weight:600;width:100%;height:100%}.LinkButton__icon{width:1.3rem;height:1.3rem;margin-right:6px}.Profile{justify-content:center;align-items:center;align-content:center;text-align:center;margin-top:10%;width:200px}.Profile>img{width:100px;height:100px;overflow:hidden;border-radius:3rem}.highlight{font-weight:700}.modal-overlay{position:fixed;inset:0;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;background-color:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:modalFade .2s ease}.modal-backdrop{position:absolute;inset:0;width:100%;height:100%;background:transparent;border:none;padding:0;margin:0;cursor:default;z-index:0}.modal-container{position:relative;z-index:1;width:100%;max-width:960px;max-height:90vh;overflow-y:auto;background:#0e0e10;color:#e8e8ea;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px #0009;text-align:left;animation:modalRise .28s cubic-bezier(.16,1,.3,1)}.modal-content{display:flex;flex-direction:column;gap:14px;padding:28px}#modal-title{margin:0;padding-right:36px;font-size:1.6rem;font-weight:700;letter-spacing:-.01em;color:#fff}.modal-content p{margin:0;font-size:.98rem;line-height:1.65;color:#b9b9c0}.modal-content p b{font-weight:600;color:#fff}.modal-history-link{align-self:flex-start;margin-top:2px;font-size:.95rem;font-weight:600;color:#0f8;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.modal-history-link:hover,.modal-history-link:focus-visible{border-color:#0f8}.modal-section-title{margin:8px 0 0;font-size:1.1rem;font-weight:700;color:#fff}.modal-section-title:after{content:"";display:block;width:36px;height:3px;margin-top:6px;background:#0f8}.modal-btn{position:absolute;top:14px;right:14px;z-index:3;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;font-size:1.1rem;line-height:1;color:#fff;background:#ffffff14;cursor:pointer;transition:background .2s ease,transform .2s ease}.modal-btn:hover{background:#ffffff2e;transform:rotate(90deg)}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalRise{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:700px){.background__content{flex-wrap:nowrap}}.history{position:relative;min-height:100vh;width:100%;background:radial-gradient(120% 55% at 50% -8%,rgba(0,255,136,.1),transparent 60%),#0a0a0b;color:#e8e8ea;font-family:Space Grotesk,sans-serif;padding:48px 20px 120px;box-sizing:border-box}.history__column{width:100%;max-width:760px;margin:0 auto}.history__back{display:inline-block;margin-bottom:56px;font-size:.95rem;color:#b9b9c0;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.history__topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:56px}.history__topbar .history__back{margin-bottom:0}.history__topbar .language-toggle{flex-shrink:0;margin:0;border-color:#ffffff1a;background:#131316}.history__topbar .language-toggle__link{color:#e8e8ea}.history__topbar .language-toggle__link:hover,.history__topbar .language-toggle__link:focus-visible,.history__topbar .language-toggle__link--current{color:#0e0e10}.history__back:hover,.history__back:focus-visible{color:#0f8;border-color:#0f8}.history__hero{margin-bottom:88px}.history__eyebrow{display:inline-block;margin-bottom:16px;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:#0f8}.history__title{margin:0 0 20px;font-size:clamp(2.2rem,6vw,3.4rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:#fff}.history__lede{margin:0;max-width:56ch;font-size:1.1rem;line-height:1.6;color:#b9b9c0}.history__scene{position:relative;margin-bottom:88px}.history__scene-num{display:block;margin-bottom:14px;font-size:.8rem;font-weight:700;letter-spacing:.3em;color:#00ff888c}.history__prose p{margin:0 0 20px;font-size:1.02rem;line-height:1.75;color:#b9b9c0}.history__prose p:last-child{margin-bottom:0}.tw-heading{margin-bottom:28px}.tw-eyebrow{display:block;margin-bottom:12px;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:#0f8}.tw-title{margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;color:#fff;min-height:1.2em}.tw-caret{display:inline-block;width:.6ch;height:1em;margin-left:2px;vertical-align:text-bottom;background:#0f8;animation:twBlink 1s steps(1) infinite}@keyframes twBlink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.tw-caret{display:none}}.history__projects{margin-bottom:80px}.history__projects-desc{margin:0 0 40px;font-size:1.02rem;line-height:1.7;color:#b9b9c0}.history__projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.proj{display:flex;flex-direction:column;background:#131316;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:transform .25s ease,border-color .25s ease}.proj:hover{transform:translateY(-4px);border-color:#00ff8880}.proj__media{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.proj__media img{width:100%;height:100%;display:block;object-fit:cover;filter:brightness(.85);transition:transform .4s ease,filter .4s ease}.proj:hover .proj__media img{transform:scale(1.05);filter:brightness(1)}.proj__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:22px}.proj__role{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#0f8}.proj__title{margin:0;font-size:1.3rem;font-weight:700;color:#fff}.proj__desc{margin:0;font-size:.92rem;line-height:1.6;color:#b9b9c0}.proj__stack{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.proj__chip{padding:4px 10px;font-size:.74rem;color:#b9b9c0;background:#ffffff0a;border:1px solid rgba(255,255,255,.1)}.proj__link{margin-top:auto;padding-top:8px;align-self:flex-start;font-size:.88rem;font-weight:600;color:#0f8;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.proj__link:hover,.proj__link:focus-visible{border-color:#0f8}.history__cta{margin-top:16px;padding-top:48px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.history__cta-text{margin:0 0 24px;font-size:1.1rem;color:#e8e8ea}.history__cta-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.history__cta-link{display:inline-block;padding:12px 22px;font-size:.95rem;color:#e8e8ea;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease,color .2s ease,background .2s ease}.history__cta-link:hover,.history__cta-link:focus-visible{color:#0f8;border-color:#0f8}.history__cta-link--primary{color:#0e0e10;background:#0f8;border-color:#0f8}.history__cta-link--primary:hover,.history__cta-link--primary:focus-visible{color:#0e0e10;background:#00cc6e;border-color:#00cc6e}@media(max-width:720px){.history__projects-grid{grid-template-columns:1fr}}@media(max-width:640px){.history{padding:32px 18px 80px}.history__back,.history__topbar{margin-bottom:40px}.history__hero{margin-bottom:64px}.history__scene{margin-bottom:60px}.proj__body{padding:18px}}
