@import"https://fonts.cdnfonts.com/css/gilroy-bold";:root{--color-background: #090D0A;--color-text: #FFF;--color-text-muted: #999;--color-gradient: linear-gradient(337deg, #090D0A 50.54%, #111912 85.88%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);line-height:1.6;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;cursor:pointer}button,[role=button]{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}html{scroll-behavior:smooth}#app{margin:0;padding:0;width:100%;min-height:100vh;background:#090d0a}*{box-sizing:border-box}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-radius:12px;background:#fff0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:absolute;top:0;left:5%;right:5%;z-index:100}.nav-links{display:flex;align-items:center;gap:.5rem;padding-left:0}.nav-link{display:flex;padding:.875rem 1.375rem .875rem 0;align-items:center;border-radius:10px;box-shadow:0 3px 40px #0e08540d;color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(14px,1.125vw,18px);font-weight:700;line-height:145%;letter-spacing:-.09px;text-decoration:none;transition:opacity .2s;white-space:nowrap;cursor:pointer}.nav-link:hover{opacity:.8}.social-icons{display:flex;align-items:center;gap:clamp(12px,1.5vw,24px);padding-right:0}.social-icons img{cursor:pointer;transition:opacity .2s;width:clamp(18px,2vw,26px);height:auto;overflow:visible;color:#fff}.social-icons img:hover{opacity:.7}.social-icons a{cursor:pointer;text-decoration:none}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem 5%}.nav-links{padding-left:0;gap:.25rem}.nav-link{padding:.5rem 1rem .5rem 0;font-size:14px}.social-icons{padding-right:0;gap:1rem}.social-icons img{width:28px}}.footer{display:flex;padding:0 5% clamp(40px,6vw,76px);justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;background:#090d0a}.footer-text,.footer-link{color:#999;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.875vw,24px);font-weight:500;text-decoration:none;transition:opacity .2s}.footer-link:hover{opacity:.7}.footer-social-icons{display:flex;align-items:center;gap:clamp(12px,1.5vw,24px)}.footer-social-icons img{cursor:pointer;transition:opacity .2s;width:clamp(18px,2vw,26px);height:auto;overflow:visible;display:block;color:#999}.footer-social-icons img:hover{opacity:.7}.footer-social-icons a{cursor:pointer;text-decoration:none}.footer-social-icons a:hover img{opacity:.7}@media(max-width:768px){.footer{flex-direction:column;align-items:flex-start;gap:1rem}.footer-social-icons img{width:28px}}.app-container[data-v-9dd4df12]{width:100%;margin:0;background:#090d0a;position:relative}.page-wrapper[data-v-9dd4df12]{width:100%}.fade-enter-active[data-v-9dd4df12],.fade-leave-active[data-v-9dd4df12]{transition:opacity .8s ease}.fade-enter-from[data-v-9dd4df12],.fade-leave-to[data-v-9dd4df12]{opacity:0}.hero-section{display:flex;padding:clamp(150px,20vw,266px) 5% 100px 5%;flex-direction:column;align-items:flex-start;background:linear-gradient(337deg,#090d0a 50.54%,#111912 85.88%);min-height:100vh;position:relative}.hero-content{max-width:827px;width:100%;display:flex;flex-direction:column;gap:clamp(16px,2vw,24px)}.hero-logo{width:clamp(120px,12.5vw,160px);height:auto}.hero-text{display:flex;flex-direction:column;gap:12px}.hero-title{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(40px,6.875vw,88px);font-weight:700;line-height:1.11;margin:0}.hero-paragraph{max-width:676px;color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(18px,2.188vw,28px);font-weight:500;margin:0}.hero-button-wrapper{display:flex;align-items:flex-start}.read-more-button{display:flex;padding:12px 22px 12px 0;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:transparent;border:none;color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.406vw,18px);font-weight:500;cursor:pointer;transition:opacity .2s;text-decoration:none}.read-more-button:hover{opacity:.8}.arrow-icon{width:14px;height:14px;filter:brightness(1)}@media(max-width:768px){.hero-section{padding:120px 5% 0}.hero-title{font-size:56px}.hero-paragraph{font-size:24px}}.team-wrapper{display:flex;flex-direction:column;background:#090d0a;padding:0 5%}.team-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(16px,2vw,24px);padding:0 0 100px;width:100%}.team-card{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;width:100%}.team-card-image{width:100%;height:100%;border-radius:12px;background-color:#3b3b3b;background-position:center;background-size:cover;background-repeat:no-repeat}.team-card-overlay{position:absolute;inset:0;display:flex;align-items:flex-start;padding:clamp(32px,4vw,40px) clamp(32px,4vw,40px) clamp(20px,2.5vw,32px);background:transparent}.team-member-info{display:flex;flex-direction:column;gap:4px}.team-member-name{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:28px;font-weight:500;margin:0;line-height:1.2}.team-member-role{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:500;margin:0;line-height:1.2}@media(max-width:768px){.team-cards-container{grid-template-columns:1fr}}@media(max-width:1024px){.team-cards-container{grid-template-columns:1fr}}.news-wrapper{display:flex;flex-direction:column;background:#090d0a;padding:0 5%}.section-header{display:flex;flex-direction:column;padding:2rem 30px 30px 0}.section-title{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.25;margin:0}.news-content{display:flex;flex-direction:column;gap:clamp(24px,2.5vw,32px);padding-bottom:100px;width:100%}.featured-news-card{width:100%;aspect-ratio:2.55;position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.featured-news-card:hover{transform:translateY(-3px)}.featured-news-card:active{opacity:.8;transform:translateY(-1px)}.featured-news-background{width:100%;height:100%;border-radius:12px;background:#00000080;position:absolute;top:0;left:0}.featured-news-gradient{width:100%;height:100%;border-radius:12px;background:linear-gradient(180deg,#080f12 30%,#14191c);position:absolute;top:0;left:0}.featured-news-logo{width:clamp(200px,25vw,320px);height:auto;aspect-ratio:1;position:absolute;left:50%;top:clamp(40px,6vw,62px);transform:translate(-50%)}.featured-news-footer{position:absolute;bottom:clamp(20px,2.5vw,32px);left:clamp(20px,2.5vw,32px);right:clamp(20px,2.5vw,32px);display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.featured-news-text{display:flex;flex-direction:column;gap:12px;flex:1}.featured-news-title{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(24px,2.969vw,38px);font-weight:500;margin:0;line-height:1.2}.featured-news-description{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.563vw,20px);font-weight:500;margin:0;line-height:1.2}.featured-news-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.pin-img{width:20px;height:20px;object-fit:contain;display:block}.news-date{color:#999;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.563vw,20px);font-weight:500;white-space:nowrap}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(16px,2vw,24px)}.news-card{width:100%;aspect-ratio:1.52;position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.news-card:hover{transform:translateY(-3px)}.news-card:active{opacity:.8;transform:translateY(-1px)}.news-card-background{width:100%;height:100%;border-radius:12px;background:#101311;position:absolute;top:0;left:0}.news-card-footer{position:absolute;bottom:clamp(20px,2.5vw,32px);left:clamp(20px,2.5vw,32px);right:clamp(20px,2.5vw,32px);display:flex;flex-direction:column;gap:12px}.news-card-title{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(24px,2.969vw,38px);font-weight:500;margin:0;line-height:1.2}.news-card-meta{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.news-card-description{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.563vw,20px);font-weight:500;margin:0;flex:1;line-height:1.2}.older-posts-wrapper{display:flex;justify-content:flex-end;padding-right:0}.older-posts-link{display:flex;align-items:center;gap:10px;color:#999;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.406vw,18px);font-weight:500;text-decoration:none;transition:opacity .2s}.arrow-icon{width:14px;height:14px;filter:brightness(.6)}.older-posts-link:hover{opacity:.7}@media(max-width:768px){.featured-news-card{aspect-ratio:3}.featured-news-logo{top:20px}.section-title{font-size:48px}.featured-news-title{font-size:28px}.featured-news-description{font-size:18px}.featured-news-footer{flex-direction:column;align-items:flex-start}.news-grid{grid-template-columns:1fr}.older-posts-wrapper{padding-right:0;justify-content:center}}@media(max-width:1024px){.news-grid{grid-template-columns:1fr}}.home-page[data-v-6a7157f4]{width:100%}.news-detail-wrapper{display:flex;flex-direction:column;background:#090d0a;padding:80px 5% 0;min-height:100vh}.news-detail-content{display:flex;flex-direction:column;max-width:900px;margin:0 auto;width:100%;padding:clamp(100px,15vw,150px) 0 0}.detail-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.detail-title{color:#fff;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.2;margin:0}.detail-description{color:#999;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,2vw,20px);font-weight:500;margin:0}.detail-text{display:flex;flex-direction:column;gap:1.5rem}.full-text{color:#fff;font-family:Gilroy,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:400;line-height:1.6;margin:0;white-space:pre-wrap;word-wrap:break-word}.full-text a{color:#999;text-decoration:underline;transition:opacity .2s;cursor:pointer}.full-text a:hover{opacity:.7}.back-link-bottom{display:flex;align-items:center;gap:10px;color:#999;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:clamp(16px,1.406vw,18px);font-weight:500;text-decoration:none;transition:opacity .2s;align-self:flex-end;margin-top:3rem;padding-bottom:310px}.back-link-bottom:hover{opacity:.7}.back-arrow{width:14px;height:14px;filter:brightness(.6);transform:rotate(180deg)}.not-found{display:flex;justify-content:center;align-items:center;min-height:60vh;color:#999;font-family:Gilroy-Medium,-apple-system,Roboto,Helvetica,sans-serif;font-size:1.5rem}@media(max-width:768px){.news-detail-wrapper{padding:80px 5% 0}.news-detail-content{padding:clamp(80px,12vw,100px) 0 0}.detail-header{margin-bottom:2rem;gap:.5rem}.detail-title{font-size:clamp(24px,4vw,32px)}.full-text{font-size:18px;line-height:1.5}}
