*{margin:0;padding:0;box-sizing:border-box}
body{background:#faf7f2;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;min-height:100vh;overflow-x:hidden}

/* TOPBAR */
.topbar{width:100%;position:sticky;top:0;z-index:200;background:#faf7f2;overflow:visible}
.topbar-inner{display:flex;align-items:center;justify-content:flex-end;max-width:1200px;margin:0 auto;padding:18px 24px 0;gap:24px;position:relative}
.topbar-tabs{display:flex;gap:16px;margin-right:auto;position:relative;padding-bottom:14px}
.topbar-tab{background:0;border:0;color:#1d1d1f;font-size:15px;font-family:inherit;padding:6px 14px;cursor:pointer;border-radius:6px;transition:color .2s;text-decoration:none}
.topbar-tab:hover{color:#6e6e73}.topbar-tab.active{font-weight:500}
.topbar-indicator{position:absolute;bottom:0;height:2px;background:#1d1d1f;border-radius:2px;transition:left .3s ease,width .3s ease}
.topbar-right{display:flex;align-items:center;gap:16px;padding-bottom:14px}
.topbar-globe{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1d1d1f;transition:color .2s}
.topbar-globe:hover{color:#6e6e73}
.try-btn{display:inline-flex;align-items:center;background:#1d1d1f;color:#fff;font-size:14px;font-weight:500;padding:8px 20px;border-radius:8px;border:0;cursor:pointer;font-family:inherit;transition:background .2s;white-space:nowrap;text-decoration:none}
.try-btn:hover{background:#333}

/* BURGER */
.burger{display:none;background:0;border:0;cursor:pointer;padding:0;z-index:201;position:relative;width:24px;height:18px;flex-direction:column;align-items:flex-end;justify-content:center;gap:6px}
.burger span{display:block;height:1.5px;background:#1d1d1f;border-radius:1px;transform-origin:center;transition:all .35s cubic-bezier(.23,1,.32,1)}
.burger span:nth-child(1){width:24px}.burger span:nth-child(2){width:16px}
.burger.open span:nth-child(1){width:18px;transform:translateY(3.75px) rotate(45deg)}
.burger.open span:nth-child(2){width:18px;transform:translateY(-3.75px) rotate(-45deg)}
.mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:150;background:#faf7f2;flex-direction:column;overflow-y:auto;opacity:0;transition:opacity .35s ease}
.mobile-overlay.open{display:flex;opacity:1}
.mobile-overlay-nav{flex:1;display:flex;flex-direction:column;padding:80px 28px 28px}
.mobile-overlay-link{font-size:32px;font-weight:700;color:#1d1d1f;background:0;border:0;cursor:pointer;font-family:inherit;padding:28px 0;text-align:left;border-bottom:1px solid #e5e0d8;transition:color .2s;text-decoration:none;opacity:0;transform:translateY(16px)}
.mobile-overlay-link:first-child{border-top:1px solid #e5e0d8}
.mobile-overlay.open .mobile-overlay-link{animation:mobileSlideIn .4s cubic-bezier(.23,1,.32,1) forwards}
.mobile-overlay.open .mobile-overlay-link:nth-child(1){animation-delay:.05s}
.mobile-overlay.open .mobile-overlay-link:nth-child(2){animation-delay:.1s}
@keyframes mobileSlideIn{to{opacity:1;transform:translateY(0)}}
.mobile-overlay-footer{padding:20px 28px 36px;display:flex;flex-direction:column;gap:12px}
.topbar-mobile-logo{display:none;font-size:20px;font-weight:400;color:#1d1d1f}
.topbar-mobile-right{display:none;align-items:center;gap:14px;flex-shrink:0}

/* LANG DROPDOWN */
.topbar-lang-wrap{position:relative}
.lang-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.12);padding:8px;z-index:300;width:220px;grid-template-columns:1fr 1fr;gap:4px}
.lang-dropdown.open{display:grid}
.lang-option{padding:10px 14px;border-radius:10px;font-size:14px;color:#1d1d1f;text-decoration:none;transition:background .2s;text-align:center;cursor:pointer}
.lang-option:hover{background:#f0ebe3}.lang-option.active{background:#f0ebe3;font-weight:500}

/* HERO */
.content{display:flex;justify-content:center;align-items:flex-start;gap:60px;width:100%;max-width:1200px;margin:80px auto;padding:0 20px}
.left-content{flex:1;max-width:550px}
.heading{font-size:42px;line-height:1.3;color:#1d1d1f;margin-bottom:24px;font-weight:400}
.life-word{font-size:56px;font-weight:400;display:block;margin-bottom:8px}
.description{font-size:18px;line-height:1.7;color:#6e6e73}
.right-content{flex:0 0 auto}

/* RELEASES */
.releases-section{max-width:1200px;margin:0 auto 120px;padding:0 20px}
.releases-heading{font-size:26px;font-weight:500;color:#1d1d1f;margin-bottom:32px}
.releases-grid{display:flex;gap:24px}
.release-card{flex:1;background:#f5f0e8;border:1px solid #e8e0d4;border-radius:16px;padding:28px 24px 24px;display:flex;flex-direction:column;min-height:220px;transition:box-shadow .2s}
.release-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06)}
.release-card-preview{width:calc(100% + 48px);margin:-28px -24px 16px;aspect-ratio:16/9;border-radius:14px 14px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.release-card-preview img{width:100%;height:100%;object-fit:cover}
.release-card-title{font-size:20px;font-weight:600;color:#1d1d1f;margin-bottom:6px}
.release-card-subtitle{font-size:15px;color:#6e6e73;line-height:1.5}
.release-card-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:20px}
.release-card-date{font-size:14px;color:#6e6e73}
.release-card-btn{display:inline-flex;align-items:center;gap:8px;background:#1d1d1f;color:#fff;font-size:13px;font-weight:500;padding:10px 18px;border-radius:8px;text-decoration:none;cursor:pointer;border:0;font-family:inherit;transition:background .2s}
.release-card-btn:hover{background:#333}
.release-card-btn svg{width:14px;height:14px}

/* FEATURES */
.feat-section{max-width:1200px;margin:0 auto 120px;padding:0 20px}
.feat-row{display:flex;align-items:flex-start;gap:60px}
.feat-left{flex:1;max-width:500px;padding-top:20px}
.feat-block{padding:32px 0;border-bottom:1px solid #d4cdc2;transition:opacity .3s}
.feat-block:first-child{padding-top:0}.feat-block:last-child{border-bottom:0}
.feat-left:hover .feat-block{opacity:.35}
.feat-left:hover .feat-block:hover{opacity:1}
.feat-block-title{font-size:24px;font-weight:600;color:#1d1d1f;margin-bottom:12px}
.feat-block-desc{font-size:16px;line-height:1.7;color:#6e6e73}
.feat-right{flex:0 0 auto;position:relative}

/* SPHERE */
.sphere-wrap{width:420px;height:420px;perspective:1200px}
.sphere-interactive{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .1s cubic-bezier(.2,.8,.2,1)}
.sphere-shadow1{position:absolute;bottom:-32px;left:50%;transform:translateX(-50%);width:300px;height:20px;background:rgba(0,0,0,.08);filter:blur(16px);border-radius:100%}
.sphere-shadow2{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:200px;height:10px;background:rgba(0,0,0,.05);filter:blur(8px);border-radius:100%}
.sphere-base{position:relative;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fff 0%,#f8f6f2 25%,#e8e2d8 60%,#d4cdc2 90%,#b0a898 100%);box-shadow:inset -20px -20px 60px rgba(0,0,0,.05),inset 10px 10px 40px rgba(255,255,255,1),0 30px 60px -15px rgba(0,0,0,.12);overflow:hidden;display:flex;align-items:center;justify-content:center}
.sphere-svg{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;z-index:10;filter:drop-shadow(0px 1px 1px rgba(255,255,255,.8))}
.sphere-gloss{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 30%,rgba(255,255,255,0) 50%);z-index:20;pointer-events:none}

/* MODERATION */
.mod-section{max-width:1200px;margin:0 auto 120px;padding:0 20px}
.mod-heading{font-size:26px;font-weight:500;color:#1d1d1f;margin-bottom:48px}
.mod-row{display:flex;align-items:flex-start;gap:48px}
.mod-blocks{flex:1;display:flex;flex-direction:column}
.mod-block{padding:28px 0;border-bottom:1px solid #d4cdc2;transition:opacity .3s}
.mod-block:first-child{padding-top:0}.mod-block:last-child{border-bottom:0}
.mod-blocks:hover .mod-block{opacity:.35}
.mod-blocks:hover .mod-block:hover{opacity:1}
.mod-block-title{font-size:24px;font-weight:600;color:#1d1d1f;margin-bottom:10px}
.mod-block-desc{font-size:16px;line-height:1.7;color:#6e6e73}

/* NEWS */
.news-section{max-width:1200px;margin:0 auto 120px;padding:40px 20px 0}
.news-heading{font-size:26px;font-weight:500;color:#1d1d1f;margin-bottom:32px}
.news-grid{display:flex;gap:28px;align-items:flex-start}
.news-main{flex:2;min-width:0}
.news-main-img{width:100%;aspect-ratio:16/9;border-radius:16px;margin-bottom:18px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.news-main-img img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.news-main-title{font-size:28px;font-weight:600;color:#1d1d1f;margin-bottom:8px}
.news-main-meta{display:flex;gap:8px;align-items:center}
.news-main-desc{font-size:14px;color:#6e6e73}
.news-main-date{font-size:14px;color:#a1a1a6}
.news-main-dot{width:3px;height:3px;border-radius:50%;background:#a1a1a6}

/* ARTICLES */
.article-section{max-width:720px;margin:0 auto;padding:40px 20px 80px}
.article-img{width:100%;aspect-ratio:16/9;background:#e8e2d8;border-radius:16px;margin-bottom:32px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.article-img img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.article-title{font-size:36px;font-weight:600;color:#1d1d1f;margin-bottom:24px;line-height:1.25}
.article-body{font-size:17px;line-height:1.85;color:#3a3a3a}
.article-body p{margin-bottom:20px}
.article-body h2{font-size:22px;font-weight:600;color:#1d1d1f;margin:32px 0 12px}
.article-body h3{font-size:18px;font-weight:600;color:#1d1d1f;margin:24px 0 8px}
.article-body ul{margin:0 0 20px 20px}
.article-body li{margin-bottom:8px}
.article-body hr{border:0;height:1px;background:#d4cdc2;margin:32px 0}

/* FAQ */
.faq-category{margin-bottom:40px}
.faq-category-title{font-size:20px;font-weight:600;color:#1d1d1f;margin-bottom:16px}
.faq-item{border-bottom:1px solid #e5e0d8;cursor:pointer;overflow:hidden}
.faq-item:first-child{border-top:1px solid #e5e0d8}
.faq-item-header{padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item-text{font-size:16px;color:#1d1d1f;font-weight:500}
.faq-item:hover .faq-item-text{color:#6e6e73}
.faq-item-arrow{flex-shrink:0;color:#a1a1a6;transition:transform .3s ease}
.faq-item.open .faq-item-arrow{transform:rotate(90deg)}
.faq-item-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;font-size:15px;line-height:1.75;color:#6e6e73;padding:0}
.faq-item.open .faq-item-answer{max-height:600px;padding:0 0 18px}

/* FOOTER */
.site-footer{margin-top:80px;padding-bottom:60px}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.footer-divider{height:1px;background:#d4cdc2;margin-bottom:48px}
.footer-columns{display:flex;gap:60px;justify-content:center}
.footer-brand{flex:1.5}
.footer-brand-logo{font-size:28px;font-weight:400;color:#1d1d1f;margin-bottom:12px}
.footer-brand-desc{font-size:15px;line-height:1.6;color:#6e6e73;max-width:280px}
.footer-col{flex:1}
.footer-col-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#a1a1a6;margin-bottom:20px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-col li{font-size:15px;color:#6e6e73;cursor:pointer;transition:color .2s}

/* CHART */
.progress-chart{margin:32px 0;background:#f5f0e8;border-radius:16px;padding:28px;border:1px solid #e8e0d4}
.chart-title{font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:20px}
.chart-bar-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.chart-label{width:70px;font-size:13px;color:#6e6e73;text-align:right;flex-shrink:0}
.chart-bar-bg{flex:1;height:28px;background:#e8e2d8;border-radius:8px;overflow:hidden}
.chart-bar-fill{height:100%;border-radius:8px;transition:width 1s ease}
.chart-bar-dec{background:linear-gradient(90deg,#c4b5a0,#b0a898);width:12%}
.chart-bar-jan{background:linear-gradient(90deg,#b0a898,#9ecfcf);width:25%}
.chart-bar-feb{background:linear-gradient(90deg,#9ecfcf,#8bb8d0);width:40%}
.chart-bar-mar{background:linear-gradient(90deg,#8bb8d0,#9b8ec4);width:55%}
.chart-bar-apr{background:linear-gradient(90deg,#9b8ec4,#a78bda);width:72%}
.chart-bar-may{background:linear-gradient(90deg,#a78bda,#8ecfc0);width:95%}

/* RESPONSIVE */
@media(max-width:968px){
.content{flex-direction:column;gap:40px;text-align:center;align-items:center}
.left-content{max-width:100%}.heading{font-size:36px}.life-word{font-size:48px}
.feat-row{flex-direction:column;align-items:center}.feat-left{max-width:100%;text-align:center}
.sphere-wrap{width:300px;height:300px}
.mod-row{flex-direction:column-reverse;align-items:center}.mod-heading{text-align:center}.mod-blocks{width:100%}
.topbar-inner{padding:14px 16px}
}
@media(max-width:768px){
.topbar-tabs{display:none}.topbar-right{display:none}.burger{display:flex}
.topbar-inner{justify-content:space-between}.topbar-mobile-logo{display:block}.topbar-mobile-right{display:flex}
.heading{font-size:30px}.life-word{font-size:40px}.description{font-size:16px}
.releases-grid{flex-direction:column}
.news-grid{flex-direction:column}
.footer-columns{flex-direction:column;gap:32px}.footer-inner{padding:0 20px}
.sphere-wrap{width:280px;height:280px}
}
@media(max-width:480px){
.topbar-inner{padding:12px 12px}
.heading{font-size:24px}.life-word{font-size:32px}.description{font-size:15px}
.content{padding:0 12px;gap:24px}
.sphere-wrap{width:240px;height:240px}
.article-title{font-size:26px}.article-body{font-size:15px}
.release-card-btn{font-size:12px;padding:8px 14px}
}
