.Header-module__hBw1pG__header{z-index:100;background-color:var(--color-bg);border-bottom:1px solid var(--color-border);position:sticky;top:0}.Header-module__hBw1pG__container{max-width:1200px;padding:var(--space-4)var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:var(--space-2);text-decoration:none;display:flex}.Header-module__hBw1pG__logoIcon{width:32px;height:32px}.Header-module__hBw1pG__logoText{font-family:var(--font-brand);font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);color:var(--color-text)}.Header-module__hBw1pG__controls{align-items:center;gap:var(--space-3);display:flex}.Header-module__hBw1pG__themeToggle{border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;color:var(--color-text-secondary);background:0 0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__hBw1pG__themeToggle:hover{color:var(--color-text);border-color:var(--color-text-secondary)}.Header-module__hBw1pG__localeSwitcher{gap:var(--space-1);display:flex}.Header-module__hBw1pG__localeButton{padding:var(--space-2)var(--space-3);font-family:var(--font-body);font-size:var(--font-size-caption);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;transition:all .2s}.Header-module__hBw1pG__localeButton:hover{color:var(--color-text);background-color:var(--color-bg-muted)}.Header-module__hBw1pG__localeButton.Header-module__hBw1pG__active{color:var(--color-brand);border-color:var(--color-brand)}@media (max-width:480px){.Header-module__hBw1pG__container{padding:var(--space-3)var(--space-4)}.Header-module__hBw1pG__logoIcon{width:28px;height:28px}.Header-module__hBw1pG__logoText{font-size:var(--font-size-body)}.Header-module__hBw1pG__controls{gap:var(--space-2)}.Header-module__hBw1pG__themeToggle{width:32px;height:32px}.Header-module__hBw1pG__localeButton{padding:var(--space-1)var(--space-2)}}
.Hero-module__ZARIfG__hero{padding:var(--space-20)var(--space-6);text-align:center}.Hero-module__ZARIfG__container{max-width:800px;margin:0 auto}.Hero-module__ZARIfG__title{margin-bottom:var(--space-6)}.Hero-module__ZARIfG__subtitle{font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);margin-bottom:var(--space-8);max-width:600px;margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__cta{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.Hero-module__ZARIfG__button{padding:var(--space-3)var(--space-6);background-color:var(--color-brand);color:var(--color-text-inverse);font-family:var(--font-body);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-medium);border-radius:var(--radius-md);justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s;display:inline-flex}.Hero-module__ZARIfG__button:hover{background-color:var(--color-brand-hover)}.Hero-module__ZARIfG__button:active{background-color:var(--color-brand-active)}.Hero-module__ZARIfG__note{font-size:var(--font-size-caption);color:var(--color-text-secondary)}@media (min-width:768px){.Hero-module__ZARIfG__hero{padding:var(--space-20)var(--space-8)}.Hero-module__ZARIfG__subtitle{font-size:18px}}
.Features-module__zvCZ4q__features{padding:var(--space-16)var(--space-6);background-color:var(--color-bg-card)}.Features-module__zvCZ4q__container{max-width:1000px;margin:0 auto}.Features-module__zvCZ4q__title{text-align:center;margin-bottom:var(--space-12)}.Features-module__zvCZ4q__grid{gap:var(--space-8);grid-template-columns:1fr;display:grid}.Features-module__zvCZ4q__card{padding:var(--space-6);background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center}.Features-module__zvCZ4q__icon{width:64px;height:64px;margin-bottom:var(--space-4);background-color:var(--color-bg);border-radius:var(--radius-full);color:var(--color-brand);justify-content:center;align-items:center;display:inline-flex}.Features-module__zvCZ4q__cardTitle{margin-bottom:var(--space-2)}.Features-module__zvCZ4q__cardDescription{font-size:var(--font-size-body-sm);color:var(--color-text-secondary);line-height:var(--line-height-normal);margin:0}@media (min-width:768px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr)}.Features-module__zvCZ4q__card{text-align:left}.Features-module__zvCZ4q__icon{margin-left:0}}
.Welcome-module__hHVcrG__welcome{background-color:#0f0f0f;position:relative}.Welcome-module__hHVcrG__imageWrapper{width:100%;position:relative}.Welcome-module__hHVcrG__image{width:100%;height:auto;display:block}.Welcome-module__hHVcrG__overlay{display:none}.Welcome-module__hHVcrG__content{z-index:10;text-align:center;padding:var(--space-8)var(--space-10);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);background-color:#0009;flex-direction:column;align-items:center;width:500px;max-width:90%;display:flex;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}@media (min-width:900px){.Welcome-module__hHVcrG__content{padding:var(--space-10)var(--space-12);width:550px}}.Welcome-module__hHVcrG__points{margin:0 0 var(--space-6)0;gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.Welcome-module__hHVcrG__points li{align-items:center;gap:var(--space-3);color:#ffffffd9;font-size:var(--font-size-body-sm);line-height:var(--line-height-normal);display:flex}.Welcome-module__hHVcrG__points li:before{content:"";background-color:var(--color-brand);border-radius:50%;flex-shrink:0;width:8px;height:8px}.Welcome-module__hHVcrG__title{color:var(--color-text-inverse);font-size:36px;font-weight:var(--font-weight-semibold);margin-bottom:var(--space-4);line-height:var(--line-height-tight)}.Welcome-module__hHVcrG__subtitle{color:#ffffffb3;font-size:var(--font-size-body);line-height:var(--line-height-relaxed);margin-bottom:var(--space-8)}@media (min-width:900px){.Welcome-module__hHVcrG__title{font-size:48px}}.Welcome-module__hHVcrG__button{padding:var(--space-4)var(--space-8);background-color:var(--color-brand);color:var(--color-text-inverse);font-family:var(--font-body);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);border-radius:var(--radius-md);justify-content:center;align-self:center;align-items:center;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.Welcome-module__hHVcrG__button:hover{background-color:var(--color-brand-hover);transform:translateY(-2px)}.Welcome-module__hHVcrG__button:active{background-color:var(--color-brand-active);transform:translateY(0)}@media (max-width:480px){.Welcome-module__hHVcrG__content{padding:var(--space-5)var(--space-6);width:calc(100% - 32px);max-width:none;bottom:5%}.Welcome-module__hHVcrG__title{font-size:24px}.Welcome-module__hHVcrG__subtitle{font-size:var(--font-size-body-sm);margin-bottom:var(--space-5)}.Welcome-module__hHVcrG__points li{font-size:var(--font-size-caption)}.Welcome-module__hHVcrG__button{padding:var(--space-3)var(--space-6);font-size:var(--font-size-body-sm)}}@media (min-width:768px){.Welcome-module__hHVcrG__welcome{min-height:600px}.Welcome-module__hHVcrG__title{font-size:56px}.Welcome-module__hHVcrG__subtitle{font-size:18px}}
.Community-module__yflsWq__community{padding:var(--space-16)var(--space-6)}.Community-module__yflsWq__container{max-width:1000px;margin:0 auto}.Community-module__yflsWq__title{text-align:center;margin-bottom:var(--space-4)}.Community-module__yflsWq__subtitle{text-align:center;font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);margin-bottom:var(--space-8);max-width:600px;margin-left:auto;margin-right:auto}.Community-module__yflsWq__widget{border-radius:var(--radius-lg);border:1px solid var(--color-border);height:600px;overflow:hidden}@media (max-width:767px){.Community-module__yflsWq__community{padding:var(--space-12)var(--space-4)}.Community-module__yflsWq__subtitle{font-size:var(--font-size-body-sm)}.Community-module__yflsWq__widget{height:450px}}@media (min-width:1024px){.Community-module__yflsWq__widget{height:700px}}
.Footer-module__S6Hkya__footer{padding:var(--space-8)var(--space-6);border-top:1px solid var(--color-border);margin-top:auto}.Footer-module__S6Hkya__container{align-items:center;gap:var(--space-4);flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__brand{align-items:center;gap:var(--space-2);display:flex}.Footer-module__S6Hkya__logo{width:24px;height:24px}.Footer-module__S6Hkya__name{font-family:var(--font-brand);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-medium);color:var(--color-text)}.Footer-module__S6Hkya__tagline{font-size:var(--font-size-body-sm);color:var(--color-text-secondary);text-align:center;margin:0}.Footer-module__S6Hkya__copy{font-size:var(--font-size-caption);color:var(--color-text-secondary);margin:0}@media (min-width:768px){.Footer-module__S6Hkya__container{flex-direction:row;justify-content:space-between}}
