@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_4d318d{font-family:Geist,Geist Fallback;font-style:normal}.__variable_4d318d{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_ea5f4b{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_ea5f4b{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif;transition:background-color .3s,color .3s}:root{--bg-color:#f9f9f9;--text-color:#333;--header-bg:#9e2b15;--primary-color:#2B4162}[data-theme=dark]{--bg-color:#121212;--text-color:#f0f0f0;--header-bg:rgba(30,30,30,0.9);--primary-color:#9e2b15}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;overflow-x:hidden;padding-top:80px}.header{position:fixed;top:0;left:0;width:100%;height:80;background-color:var(--header-bg);display:flex;align-items:center;justify-content:space-between;padding:0 40px;z-index:100;box-shadow:0 4px 8px rgba(0,0,0,.1);backdrop-filter:blur(8px)}.header-left{display:flex;align-items:left}.header-right{display:flex;align-items:center;gap:20px}.logo{height:60px;margin-right:20px}.about-link{color:white;text-decoration:none;padding:10px 20px;border-radius:5px;font-size:1.1rem}.about-link:hover{background-color:rgba(255,255,255,.1)}.theme-toggle{background:none;border:none;cursor:pointer;color:white;display:flex;align-items:center;padding:5px;border-radius:5px;transition:background-color .2s}.theme-toggle:hover{background-color:rgba(255,255,255,.2)}.main-section{flex-wrap:wrap;padding:60px 20px;background-color:var(--bg-color)}.image-container,.main-section{display:flex;align-items:center;justify-content:center;position:relative}.image-container{flex:1;min-width:300px;max-width:50%;overflow:hidden}.image-container img{width:100%;height:auto;border-radius:10px;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,.1)}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:white;background:rgba(0,0,0,.5);border-radius:10px}.overlay h1{font-size:2.5rem;text-align:center;margin:0;padding:10px;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.content{flex:1;max-width:50%;padding:20px;text-align:left}.content p{font-size:1.2rem;line-height:1.5;color:var(--text-color)}.join-button{display:inline-block;padding:15px 30px;font-size:1.2rem;color:white;background-color:#2B4162;border-radius:8px;text-decoration:none;transition:background-color .3s,transform .2s;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-top:20px}.join-button:hover{background-color:#a80f2b;transform:translateY(-3px)}.join-button:active{transform:translateY(1px)}@media (max-width:768px){.main-section{flex-direction:column;gap:20px}.content,.image-container{max-width:90%;flex:none}.overlay h1{font-size:2rem}.join-button,.main-description{font-size:1rem}.join-button{padding:12px 24px;max-width:100%}}@media (max-width:480px){.content{padding:10px;max-width:100%;text-align:center}.main-description{font-size:.9rem;margin-bottom:15px}.join-button{font-size:1rem;padding:10px 20px;width:100%}.overlay h1{font-size:1.8rem}}.membership-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#f3f4f6;color:var(--text-color);text-align:center;margin:40px auto;max-width:1000px;box-shadow:0 4px 10px rgba(0,0,0,.05);border-radius:8px}.membership-section h2{font-size:2.5rem;margin-bottom:20px;color:var(--primary-color)}.section-info{font-size:1.2rem;margin-bottom:30px;max-width:800px;color:#555;line-height:1.5}.section-guidelines{text-align:left;max-width:800px;margin:20px auto 40px;font-size:1rem;color:#333;line-height:1.6;list-style:disc;padding-left:20px}.section-guidelines li{margin-bottom:15px}.section-guidelines a{color:var(--primary-color);text-decoration:underline;transition:color .2s}.section-guidelines a:hover{color:#a80f2b}.form-container{width:100%;max-width:800px;margin:20px auto}.membership-form{width:100%;height:80vh;border:none;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);background-color:white}.footer{background-color:var(--header-bg);color:white;padding:40px 20px;text-align:center}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:20px}.footer-logo img{height:80px;max-width:100%}.footer-contact,.footer-info{text-align:center}.footer-made-by{margin-top:20px;font-size:1rem}.highlight-link{color:#f9f9f9}.highlight-link:hover{color:#2B4162;text-shadow:0 0 5px rgba(255,165,0,.8)}@media (max-width:768px){.footer-content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 0}.footer-contact,.footer-info{text-align:center}.footer-logo img{height:60px}}.footer-contact p,.footer-info p{margin:5px 0;font-size:1rem}@media (max-width:480px){.footer{padding:20px 10px}.footer-content{gap:15px}.footer-logo img{height:50px}}@media (max-width:768px){.membership-section{padding:40px 20px}.membership-section h2{font-size:2rem}.section-guidelines li,.section-info{font-size:1rem}.membership-form{height:60vh}}@media (max-width:480px){.membership-section{padding:20px 10px}.membership-section h2{font-size:1.8rem}.section-guidelines li,.section-info{font-size:.9rem}.membership-form{height:50vh}}