.Reveal-module__Pv9JGW__reveal{opacity:0;filter:blur(10px);font-family:var(--font-junicode),serif;transition:all .8s cubic-bezier(.5,0,0,1);transform:translateY(30px)}.Reveal-module__Pv9JGW__visible{opacity:1;filter:none;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Reveal-module__Pv9JGW__reveal{filter:none;transition:opacity .1s ease-in-out;transform:none}}
.About-module__RiCRTq__aboutContainer{flex-direction:column;gap:8rem;padding:4rem 0;display:flex}.About-module__RiCRTq__heroSection{text-align:center;flex-direction:column;align-items:center;gap:3rem;display:flex}.About-module__RiCRTq__title{font-family:var(--font-junicode),serif;color:var(--text-primary);max-width:900px;font-size:4rem;font-weight:400;line-height:1.1}.About-module__RiCRTq__italic{font-family:var(--font-junicode),serif;color:var(--accent);font-style:italic}.About-module__RiCRTq__textWrapper{flex-direction:column;gap:1.5rem;max-width:800px;display:flex}.About-module__RiCRTq__text{color:var(--text-secondary);font-size:1.2rem;line-height:1.8}.About-module__RiCRTq__foundersSection{flex-direction:column;align-items:center;gap:4rem;display:flex}.About-module__RiCRTq__sectionTitle{font-family:var(--font-junicode),serif;color:var(--text-primary);text-align:center;font-size:2.5rem}.About-module__RiCRTq__foundersColumn{flex-direction:column;gap:2rem;width:100%;max-width:900px;margin:0 auto;display:flex}.About-module__RiCRTq__founderCard{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:40px;flex-direction:row;align-items:flex-start;gap:3rem;padding:2.5rem;transition:transform .3s,border-color .3s;display:flex}.About-module__RiCRTq__socialLinks{gap:1.5rem;margin-top:.5rem;display:flex}.About-module__RiCRTq__socialIcon{color:var(--text-secondary);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.About-module__RiCRTq__socialIcon:hover{color:var(--accent)}@media (max-width:768px){.About-module__RiCRTq__aboutContainer{gap:4rem;padding:2rem 0}.About-module__RiCRTq__title{font-size:2.5rem}.About-module__RiCRTq__text{font-size:1rem}.About-module__RiCRTq__founderCard{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:2rem}.About-module__RiCRTq__socialLinks{justify-content:center}}.About-module__RiCRTq__founderCard:hover{border-color:var(--accent);transform:translateY(-10px)}.About-module__RiCRTq__imagePlaceholder{background-color:var(--accent-muted);width:100px;height:100px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.About-module__RiCRTq__founderInfo{flex-direction:column;gap:1rem;display:flex}.About-module__RiCRTq__founderName{color:var(--text-primary);margin:0;font-size:1.5rem}.About-module__RiCRTq__founderRole{color:var(--accent);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600}.About-module__RiCRTq__founderBio{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.About-module__RiCRTq__title{font-size:2.5rem}.About-module__RiCRTq__aboutContainer{gap:4rem}}.About-module__RiCRTq__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;flex:1;justify-content:center;align-items:center;width:100vw;height:auto;display:flex;position:fixed;top:0;bottom:0;left:0}
.Community-module__IBVKNa__container{color:var(--text-primary);flex-direction:column;align-items:center;gap:3rem;min-height:80vh;padding:120px 20px 60px;display:flex}.Community-module__IBVKNa__header{text-align:center;margin-bottom:4rem}.Community-module__IBVKNa__title{background:linear-gradient(to right,var(--text-primary),var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.Community-module__IBVKNa__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.Community-module__IBVKNa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Community-module__IBVKNa__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;padding:2rem;text-decoration:none;transition:transform .3s,border-color .3s;display:flex}.Community-module__IBVKNa__card:hover{border-color:var(--accent);transform:translateY(-5px)}.Community-module__IBVKNa__iconWrapper{border:1px solid var(--border);background:#ffffff0d;border-radius:12px;width:fit-content;margin-bottom:1.5rem;padding:12px;transition:border-color .3s,background-color .3s;display:inline-flex}.Community-module__IBVKNa__card:hover .Community-module__IBVKNa__iconWrapper{border-color:var(--accent);background:#ef6b4d1a}.Community-module__IBVKNa__icon{color:var(--text-primary);font-size:2rem;transition:color .3s}.Community-module__IBVKNa__card:hover .Community-module__IBVKNa__icon{color:var(--accent)}.Community-module__IBVKNa__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Community-module__IBVKNa__cardDescription{color:var(--text-secondary);flex-grow:1;line-height:1.6}.Community-module__IBVKNa__cardLink{color:var(--accent);flex-direction:row;align-items:center;gap:.5rem;width:fit-content;margin-top:1.5rem;font-weight:600;transition:all .25s;display:flex}.Community-module__IBVKNa__cardLink span{display:inline-block}@media (min-width:768px){.Community-module__IBVKNa__cardLink:hover{gap:1rem;transform:translate(.35rem)}}@media (max-width:768px){.Community-module__IBVKNa__title{font-size:2.5rem}}.Community-module__IBVKNa__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
.Contact-module__DdzYfq__contactContainer{flex-direction:column;align-items:center;gap:4rem;padding:4rem 0;display:flex}.Contact-module__DdzYfq__heroSection{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Contact-module__DdzYfq__title{font-family:var(--font-junicode),serif;color:var(--text-primary);max-width:800px;font-size:4rem;font-weight:400;line-height:1.1}.Contact-module__DdzYfq__italic{font-family:var(--font-junicode),serif;color:var(--accent);font-style:italic}.Contact-module__DdzYfq__subtitle{color:var(--text-secondary);max-width:600px;font-size:1.2rem;line-height:1.6}.Contact-module__DdzYfq__contentGrid{grid-template-columns:1fr;align-items:start;gap:4rem;width:800px;max-width:800px;margin-top:5rem;display:grid}.Contact-module__DdzYfq__formSection{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:40px;padding:3rem}.Contact-module__DdzYfq__form{flex-direction:column;gap:2rem;display:flex}.Contact-module__DdzYfq__inputGroup{flex-direction:column;gap:.8rem;display:flex}.Contact-module__DdzYfq__inputGroup label{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.Contact-module__DdzYfq__inputGroup input,.Contact-module__DdzYfq__inputGroup textarea{background-color:var(--bg-main);border:1px solid var(--border);color:var(--text-primary);border-radius:15px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Contact-module__DdzYfq__inputGroup input:focus,.Contact-module__DdzYfq__inputGroup textarea:focus{border-color:var(--accent)}.Contact-module__DdzYfq__submitButton{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:15px;padding:1.2rem;font-size:1rem;font-weight:700;transition:transform .3s,opacity .3s}.Contact-module__DdzYfq__submitButton:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:900px){.Contact-module__DdzYfq__contentGrid{grid-template-columns:1fr;gap:3rem;width:calc(100% - 3rem)}.Contact-module__DdzYfq__title{font-size:3rem}}@media (max-width:768px){.Contact-module__DdzYfq__contactContainer{gap:3rem;padding:2rem 0}.Contact-module__DdzYfq__title{font-size:2.5rem}.Contact-module__DdzYfq__formSection{padding:1.5rem}}.Contact-module__DdzYfq__infoSection{flex-direction:column;gap:2rem;display:flex}.Contact-module__DdzYfq__infoCard{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:40px;flex-direction:column;gap:2.5rem;padding:3rem;display:flex}.Contact-module__DdzYfq__infoTitle{font-family:var(--font-junicode),serif;color:var(--text-primary);margin:0;font-size:1.8rem}.Contact-module__DdzYfq__infoItem{flex-direction:column;gap:.5rem;display:flex}.Contact-module__DdzYfq__infoLabel{color:var(--accent);text-transform:uppercase;font-size:.8rem;font-weight:600}.Contact-module__DdzYfq__infoLink{color:var(--text-primary);font-size:1.2rem;text-decoration:none;transition:color .2s}.Contact-module__DdzYfq__infoLink:hover{color:var(--accent)}.Contact-module__DdzYfq__socialGrid{grid-template-columns:1fr;gap:1rem;display:grid}.Contact-module__DdzYfq__socialCard{background-color:var(--bg-main);border:1px solid var(--border);border-radius:20px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;text-decoration:none;transition:border-color .3s,transform .3s;display:flex}.Contact-module__DdzYfq__socialCard:hover{border-color:var(--accent);transform:translate(5px)}.Contact-module__DdzYfq__socialName{color:var(--text-primary);font-weight:600}.Contact-module__DdzYfq__socialHandle{color:var(--text-secondary);font-size:.9rem}.Contact-module__DdzYfq__availabilityCard{background-color:var(--accent-muted);color:var(--accent);border-radius:25px;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:.9rem;font-weight:600;display:flex}.Contact-module__DdzYfq__statusDot{background-color:var(--accent);width:10px;height:10px;box-shadow:0 0 10px var(--accent);border-radius:50%;animation:2s infinite Contact-module__DdzYfq__pulse}@keyframes Contact-module__DdzYfq__pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media (max-width:1024px){.Contact-module__DdzYfq__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.Contact-module__DdzYfq__title{font-size:2.5rem}.Contact-module__DdzYfq__formSection,.Contact-module__DdzYfq__infoCard{padding:2rem}}.Contact-module__DdzYfq__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
.Issues-module__hwvEIG__container{color:var(--text-primary);padding:120px 20px 60px}.Issues-module__hwvEIG__header{margin-bottom:3rem}.Issues-module__hwvEIG__title{margin-bottom:1rem;font-size:3rem;font-weight:700}.Issues-module__hwvEIG__description{color:var(--text-secondary);max-width:700px;font-size:1.1rem;line-height:1.6}.Issues-module__hwvEIG__issueList{flex-direction:column;gap:1.5rem;display:flex}.Issues-module__hwvEIG__issueItem{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;transition:border-color .2s;display:flex;width:100%!important}.Issues-module__hwvEIG__issueItem:hover{border-color:var(--accent)}.Issues-module__hwvEIG__issueContent h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem}.Issues-module__hwvEIG__issueContent p{color:var(--text-secondary);font-size:.9rem}.Issues-module__hwvEIG__status{text-transform:uppercase;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.Issues-module__hwvEIG__statusOpen{color:#3fb950;background:#2ea04326;border:1px solid #2ea04366}.Issues-module__hwvEIG__statusClosed{color:#a371f7;background:#a371f726;border:1px solid #a371f766}.Issues-module__hwvEIG__reportButton{background:var(--accent);color:#fff;border-radius:6px;margin-top:2rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.Issues-module__hwvEIG__reportButton:hover{opacity:.9}.Issues-module__hwvEIG__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
.NotFound-module__Fv4aFq__main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding-bottom:5rem;display:flex}.NotFound-module__Fv4aFq__main h1{color:var(--text-primary);font-size:8rem;font-family:var(--font-junicode),serif;margin:0}.NotFound-module__Fv4aFq__description{color:var(--text-secondary);text-align:center;max-width:600px;font-size:1.5rem}.NotFound-module__Fv4aFq__homeLink{background-color:var(--accent);color:#fff;border-radius:.75rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.NotFound-module__Fv4aFq__homeLink:hover{background-color:var(--accent-dark)}.NotFound-module__Fv4aFq__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
.Privacy-module__4U0JQW__container{color:var(--text-primary);padding:120px 0 60px}.Privacy-module__4U0JQW__title{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:700}.Privacy-module__4U0JQW__lastUpdated{color:var(--text-secondary);margin-bottom:3rem;font-size:.9rem}.Privacy-module__4U0JQW__policySections{flex-direction:column;gap:3rem;display:flex}.Privacy-module__4U0JQW__content{flex-direction:column;gap:2rem;display:flex}.Privacy-module__4U0JQW__section h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Privacy-module__4U0JQW__section p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.Privacy-module__4U0JQW__section ul{color:var(--text-secondary);padding-left:1.5rem;list-style-type:disc}.Privacy-module__4U0JQW__section li{margin-bottom:.5rem;line-height:1.6}@media (max-width:768px){.Privacy-module__4U0JQW__title{font-size:2.5rem}.Privacy-module__4U0JQW__container{padding-top:100px}}.Privacy-module__4U0JQW__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;display:none;position:fixed;bottom:0;left:0}
.WordReveal-module__sEQS5a__wordWrapper{flex-wrap:wrap;justify-content:center;display:inline-flex}.WordReveal-module__sEQS5a__word{white-space:pre;font-family:var(--font-junicode),serif;display:inline-block}
.Hero-module__7HnD1W__hero{flex-direction:column;justify-content:center;align-items:center;gap:3rem;height:calc(100vh - 120px);padding:10rem 7.5rem 7.5rem;display:flex}.Hero-module__7HnD1W__titleWrapper{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:1.5rem;max-width:900px;display:flex}.Hero-module__7HnD1W__title{font-family:var(--font-junicode),serif;text-align:center;color:var(--text-primary);font-size:750%;line-height:100px}.Hero-module__7HnD1W__subtitleWrapper{justify-content:center;display:flex}.Hero-module__7HnD1W__subtitle{text-align:center;color:var(--text-secondary);max-width:800px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:700;line-height:2rem}.Hero-module__7HnD1W__upped{font-family:var(--font-junicode),serif;color:var(--accent);font-style:italic}.Hero-module__7HnD1W__downed{font-family:var(--font-junicode),serif;color:var(--text-secondary)}.Hero-module__7HnD1W__heroButtons{gap:1rem;margin-top:.5rem;display:flex}.Hero-module__7HnD1W__heroPrimary{color:var(--bg-main);background:var(--accent);border-radius:.75rem;align-items:center;padding:.9rem 2.25rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;text-decoration:none!important}.Hero-module__7HnD1W__heroPrimary:hover{background:var(--accent-dark);transform:translateY(-2px)}.Hero-module__7HnD1W__heroSecondary{color:var(--text-primary);border:1px solid var(--border);background:0 0;border-radius:.75rem;align-items:center;padding:.9rem 2.25rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;text-decoration:none!important}.Hero-module__7HnD1W__heroSecondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}@media (max-width:768px){.Hero-module__7HnD1W__title{font-size:60px;line-height:1.1}.Hero-module__7HnD1W__hero{padding:6rem 1rem 4rem}.Hero-module__7HnD1W__titleWrapper{gap:.5rem}.Hero-module__7HnD1W__heroButtons{flex-direction:column;width:100%}.Hero-module__7HnD1W__heroPrimary,.Hero-module__7HnD1W__heroSecondary{justify-content:center;width:100%}}@media (max-height:1080px){.Hero-module__7HnD1W__hero{padding-top:7.5rem}.Hero-module__7HnD1W__title{font-size:500%;line-height:1.1}}
.Projects-module__qVqNQW__projectsSection{flex-direction:column;gap:4rem;min-height:100vh;padding:6rem 2rem;display:flex}.Projects-module__qVqNQW__header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Projects-module__qVqNQW__title{color:var(--text-main);letter-spacing:-.02em;font-size:3.5rem;font-weight:700}.Projects-module__qVqNQW__subtitle{color:var(--text-secondary);max-width:600px;font-size:1.1rem;line-height:1.6}.Projects-module__qVqNQW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;display:grid}.Projects-module__qVqNQW__card{background:#1e1e22;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:1.5rem;height:100%;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Projects-module__qVqNQW__card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x)var(--mouse-y),#ffffff0f,transparent 40%);opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.Projects-module__qVqNQW__card:hover:before{opacity:1}.Projects-module__qVqNQW__card:hover{background:#222227;border-color:#ffffff1a;transform:translateY(-8px);box-shadow:0 20px 40px #0003}.Projects-module__qVqNQW__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.Projects-module__qVqNQW__projectTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.Projects-module__qVqNQW__projectCategory{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Projects-module__qVqNQW__projectDesc{color:var(--text-secondary);flex-grow:1;font-size:1rem;line-height:1.7}.Projects-module__qVqNQW__cardFooter{align-items:center;gap:1rem;margin-top:auto;display:flex}.Projects-module__qVqNQW__projectLink{color:var(--text-primary);background:#ffffff0d;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.Projects-module__qVqNQW__projectLink:hover{background:var(--accent);color:#000}.Projects-module__qVqNQW__sourceCodeLink:hover{color:var(--accent);border-color:var(--accent)!important}@media (max-width:768px){.Projects-module__qVqNQW__projectsSection{padding:4rem 1rem}.Projects-module__qVqNQW__title{font-size:2.5rem}.Projects-module__qVqNQW__grid{grid-template-columns:1fr}}.Projects-module__qVqNQW__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
.Sponsors-module__RrQ-1W__section{flex-direction:column;gap:2.5rem;width:100%;display:flex;overflow:hidden}.Sponsors-module__RrQ-1W__title{color:#ffffffb3;font-size:2.5rem;font-family:var(--font-junicode),serif;text-align:center}.Sponsors-module__RrQ-1W__rows{flex-direction:column;gap:0;display:flex}.Sponsors-module__RrQ-1W__trackWrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.Sponsors-module__RrQ-1W__track{gap:0;width:max-content;animation:60s linear infinite Sponsors-module__RrQ-1W__scrollLeft;display:flex}.Sponsors-module__RrQ-1W__track:hover{animation-play-state:paused}.Sponsors-module__RrQ-1W__track.Sponsors-module__RrQ-1W__reverse{animation-name:Sponsors-module__RrQ-1W__scrollRight}@keyframes Sponsors-module__RrQ-1W__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Sponsors-module__RrQ-1W__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.Sponsors-module__RrQ-1W__card{border:1px solid var(--border);background:#ffffff08;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 3rem;transition:all .3s;display:flex}.Sponsors-module__RrQ-1W__card:hover{border-color:var(--accent);background:var(--accent-muted)}.Sponsors-module__RrQ-1W__icon{object-fit:contain;opacity:.45;width:28px;height:28px;transition:opacity .3s}.Sponsors-module__RrQ-1W__card:hover .Sponsors-module__RrQ-1W__icon{opacity:1}.Sponsors-module__RrQ-1W__logo{font-family:var(--font-geist-sans),sans-serif;color:var(--text-secondary);white-space:nowrap;letter-spacing:.02em;font-size:1.25rem;font-weight:600;transition:color .3s}.Sponsors-module__RrQ-1W__card:hover .Sponsors-module__RrQ-1W__logo{color:var(--text-primary)}@media (max-width:768px){.Sponsors-module__RrQ-1W__title{font-size:1.75rem}.Sponsors-module__RrQ-1W__card{padding:.75rem 1.25rem}.Sponsors-module__RrQ-1W__icon{width:18px;height:18px}.Sponsors-module__RrQ-1W__logo{font-size:.85rem}.Sponsors-module__RrQ-1W__rows{gap:.75rem}}
.Services-module__3v72JG__section{flex-direction:column;gap:3.5rem;width:100%;display:flex}.Services-module__3v72JG__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.Services-module__3v72JG__badge{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.35rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.Services-module__3v72JG__title{font-family:var(--font-junicode),serif;color:var(--text-primary);max-width:700px;font-size:3rem;line-height:1.15}.Services-module__3v72JG__accent{color:var(--accent);font-style:italic}.Services-module__3v72JG__subtitle{color:var(--text-secondary);max-width:560px;font-size:1.05rem;line-height:1.7}.Services-module__3v72JG__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Services-module__3v72JG__card{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;border-radius:1.25rem;flex-direction:column;gap:.85rem;height:100%;padding:2rem;transition:all .35s;display:flex}.Services-module__3v72JG__card:hover{border-color:var(--accent);background:var(--accent-muted);transform:translateY(-4px)}.Services-module__3v72JG__iconWrapper{background:var(--accent-muted);width:52px;height:52px;color:var(--accent);border-radius:.85rem;justify-content:center;align-items:center;transition:background .3s;display:flex}.Services-module__3v72JG__card:hover .Services-module__3v72JG__iconWrapper{background:var(--accent);color:var(--bg-main)}.Services-module__3v72JG__cardTitle{color:var(--text-primary);font-size:1.2rem;font-weight:700}.Services-module__3v72JG__cardDescription{color:var(--text-secondary);font-size:.92rem;line-height:1.65}@media (max-width:1024px){.Services-module__3v72JG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__3v72JG__title{font-size:2rem}.Services-module__3v72JG__grid{grid-template-columns:1fr}.Services-module__3v72JG__card{padding:1.5rem}}
.Features-module__5NJ7Cq__section{flex-direction:column;gap:3.5rem;width:100%;display:flex}.Features-module__5NJ7Cq__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.Features-module__5NJ7Cq__badge{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.35rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.Features-module__5NJ7Cq__title{font-family:var(--font-junicode),serif;color:var(--text-primary);font-size:3rem;line-height:1.15}.Features-module__5NJ7Cq__accent{color:var(--accent);font-style:italic}.Features-module__5NJ7Cq__bento{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Features-module__5NJ7Cq__cardLarge{grid-column:span 2}.Features-module__5NJ7Cq__cardSmall{grid-column:span 1}.Features-module__5NJ7Cq__card,.Features-module__5NJ7Cq__cardLarge,.Features-module__5NJ7Cq__cardSmall{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;border-radius:1.25rem;flex-direction:column;gap:.85rem;height:100%;padding:2rem;transition:all .35s;display:flex}.Features-module__5NJ7Cq__card:hover{border-color:var(--accent);background:var(--accent-muted);transform:translateY(-3px)}.Features-module__5NJ7Cq__iconWrapper{background:var(--accent-muted);width:44px;height:44px;color:var(--accent);border-radius:.75rem;justify-content:center;align-items:center;transition:background .3s;display:flex}.Features-module__5NJ7Cq__card:hover .Features-module__5NJ7Cq__iconWrapper{background:var(--accent);color:var(--bg-main)}.Features-module__5NJ7Cq__cardTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700}.Features-module__5NJ7Cq__cardDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.65}@media (max-width:1024px){.Features-module__5NJ7Cq__bento{grid-template-columns:repeat(2,1fr)}.Features-module__5NJ7Cq__cardLarge{grid-column:span 2}}@media (max-width:768px){.Features-module__5NJ7Cq__title{font-size:2rem}.Features-module__5NJ7Cq__bento{grid-template-columns:1fr}.Features-module__5NJ7Cq__cardLarge,.Features-module__5NJ7Cq__cardSmall{grid-column:span 1}.Features-module__5NJ7Cq__card{padding:1.5rem}}
.Stats-module__RiBEFa__section{width:100%}.Stats-module__RiBEFa__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.Stats-module__RiBEFa__card{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#ffffff05;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;transition:all .35s;display:flex}.Stats-module__RiBEFa__card:hover{border-color:var(--accent);background:var(--accent-muted);transform:translateY(-3px)}.Stats-module__RiBEFa__number{font-family:var(--font-junicode),serif;color:var(--accent);font-size:3rem;font-weight:700;line-height:1}.Stats-module__RiBEFa__label{color:var(--text-secondary);letter-spacing:.02em;font-size:.95rem;font-weight:600}@media (max-width:1024px){.Stats-module__RiBEFa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Stats-module__RiBEFa__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.Stats-module__RiBEFa__number{font-size:2.25rem}.Stats-module__RiBEFa__card{padding:1.75rem 1rem}}
.CTA-module__0slLlW__section{width:100%;padding:1rem 0}.CTA-module__0slLlW__inner{text-align:center;border:1px solid var(--border);background:linear-gradient(135deg,var(--accent-muted)0%,#ffffff05 50%,var(--accent-muted)100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1.5rem;flex-direction:column;align-items:center;gap:1.5rem;padding:4.5rem 2.5rem;display:flex}.CTA-module__0slLlW__title{font-family:var(--font-junicode),serif;color:var(--text-primary);max-width:650px;font-size:2.75rem;line-height:1.2}.CTA-module__0slLlW__accent{color:var(--accent);font-style:italic}.CTA-module__0slLlW__subtitle{color:var(--text-secondary);max-width:520px;font-size:1.05rem;line-height:1.7}.CTA-module__0slLlW__buttons{gap:1rem;margin-top:.5rem;display:flex}.CTA-module__0slLlW__primary{color:var(--bg-main);background:var(--accent);border-radius:.75rem;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;text-decoration:none!important}.CTA-module__0slLlW__primary:hover{background:var(--accent-dark);transform:translateY(-2px)}.CTA-module__0slLlW__secondary{color:var(--text-primary);border:1px solid var(--border);background:0 0;border-radius:.75rem;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;text-decoration:none!important}.CTA-module__0slLlW__secondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}@media (max-width:768px){.CTA-module__0slLlW__title{font-size:1.85rem}.CTA-module__0slLlW__inner{padding:3rem 1.5rem}.CTA-module__0slLlW__buttons{flex-direction:column;width:100%}.CTA-module__0slLlW__primary,.CTA-module__0slLlW__secondary{justify-content:center;width:100%}}
.Homepage-module__3OGf2q__main{flex-direction:column;flex:1;gap:6rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem 5rem;display:flex}@media (max-width:768px){.Homepage-module__3OGf2q__main{gap:4rem;padding:0 1rem 3rem}}.Homepage-module__3OGf2q__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}.Homepage-module__3OGf2q__techTitle{color:#ffffffb3;font-size:3rem;font-family:var(--font-junicode),serif;text-align:center;margin:0 auto}.Homepage-module__3OGf2q__scrollContainer{white-space:nowrap;background:0 0;border-radius:2rem;align-items:center;margin:0 auto;padding:2rem 0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.Homepage-module__3OGf2q__scrollContent{gap:40px;padding-top:15px;animation:50s linear infinite Homepage-module__3OGf2q__scroll;display:flex;overflow:visible}.Homepage-module__3OGf2q__scrollContent:hover{animation-play-state:paused}@keyframes Homepage-module__3OGf2q__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Homepage-module__3OGf2q__scrollContent .Homepage-module__3OGf2q__techCard{color:#3b3b3f;flex-direction:column;align-items:center;gap:1rem;font-family:sans-serif;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.Homepage-module__3OGf2q__techCard svg{width:75px;height:75px}.Homepage-module__3OGf2q__techCard:hover{color:#fff;transform:scale(1.1)}@media (max-width:768px){.Homepage-module__3OGf2q__techCard svg{width:50px;height:50px}.Homepage-module__3OGf2q__techCard{font-size:1.2rem}.Homepage-module__3OGf2q__scrollContainer{padding:0}}
.Story-module__2tiy0G__container{max-width:800px;color:var(--text-primary);margin:0 auto;padding:120px 20px 60px}.Story-module__2tiy0G__header{margin-bottom:4rem}.Story-module__2tiy0G__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700}.Story-module__2tiy0G__subtitle{color:var(--text-secondary);border-left:4px solid var(--accent);padding-left:1.5rem;font-size:1.5rem;font-style:italic}.Story-module__2tiy0G__content{flex-direction:column;gap:3rem;display:flex}.Story-module__2tiy0G__chapter{padding-left:2rem;position:relative}.Story-module__2tiy0G__chapter:before{content:"";background:var(--border);width:1px;position:absolute;top:0;bottom:0;left:0}.Story-module__2tiy0G__chapterTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem;position:relative}.Story-module__2tiy0G__chapterTitle:before{content:"";background:var(--accent);border:4px solid var(--bg-main);border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:-2.35rem;transform:translateY(-50%)}.Story-module__2tiy0G__chapterText{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}@media (max-width:768px){.Story-module__2tiy0G__title{font-size:2.5rem}}.Story-module__2tiy0G__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
.Team-module__VBdvQG__container{max-width:1200px;color:var(--text-primary);flex-direction:column;align-items:center;gap:2rem;padding:120px 20px 60px;display:flex}.Team-module__VBdvQG__header{text-align:center;margin-bottom:5rem}.Team-module__VBdvQG__title{margin-bottom:1rem;font-size:3.5rem;font-weight:700}.Team-module__VBdvQG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.Team-module__VBdvQG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.Team-module__VBdvQG__memberCard{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;transition:transform .3s;overflow:hidden}.Team-module__VBdvQG__memberCard:hover{transform:translateY(-10px)}.Team-module__VBdvQG__memberImage{background-color:#2a2a2a;width:100%;height:300px;position:relative}.Team-module__VBdvQG__memberInfo{padding:2rem}.Team-module__VBdvQG__memberName{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Team-module__VBdvQG__memberRole{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.Team-module__VBdvQG__memberBio{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Team-module__VBdvQG__socialLinks{gap:1rem;display:flex}.Team-module__VBdvQG__socialLink{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.Team-module__VBdvQG__socialLink:hover{color:var(--accent)}.Team-module__VBdvQG__bgDecoration{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-2;width:100vw;height:auto;position:fixed;bottom:0;left:0}
