:root{--background:#000;--foreground:#fff;--border-color:#333;--hover-color:#1a1a1a;--accent-color:#fff;--link-color:#a3f7f7}html,body{max-width:100vw;height:100%;overflow-x:hidden;overflow-y:scroll}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Hiragino Mincho ProN,Hiragino Mincho Pro,Yu Mincho,YuMincho,Noto Serif CJK JP,MS PMincho,serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}.back-link{color:var(--link-color);text-shadow:0 0 8px rgba(163,247,247,.7)}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s}button:hover{opacity:.7}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}@media (max-width:768px){.main-content{padding:1rem}}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:400}.page-header p{opacity:.8;font-size:1.1rem;line-height:1.6}.last-updated{opacity:.7;font-size:.9rem;font-style:italic}.news-list{flex-direction:column;gap:2rem;display:flex}.news-item{background:var(--hover-color);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:transform .2s,box-shadow .2s}.news-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.news-date{color:var(--foreground);opacity:.7;margin-bottom:.5rem;font-size:.9rem;font-weight:400}.news-title{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:400;line-height:1.4}.news-content{color:var(--foreground);opacity:.9;font-size:1rem;line-height:1.7}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--hover-color);border:1px solid var(--border-color);border-radius:8px;transition:box-shadow .2s;overflow:hidden}.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.faq-question{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-family:inherit;font-size:1.1rem;font-weight:400;transition:background-color .2s;display:flex}.faq-question:hover{background:rgba(255,255,255,.05)}.question-text{flex:1;line-height:1.5}.arrow{flex-shrink:0;margin-left:1rem;font-size:.8rem;transition:transform .2s}.arrow.open{transform:rotate(180deg)}.faq-answer{border-top:1px solid var(--border-color);background:rgba(255,255,255,.02);padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--foreground);opacity:.9;margin-top:1rem;font-size:1rem;line-height:1.7}.privacy-content{line-height:1.8}.policy-section{margin-bottom:3rem}.policy-section h2{color:var(--foreground);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:400}.policy-section p{color:var(--foreground);opacity:.9;margin-bottom:1rem;font-size:1rem}.policy-section ul{margin-bottom:1rem;margin-left:2rem}.policy-section li{color:var(--foreground);opacity:.9;margin-bottom:.5rem;font-size:1rem;list-style-type:disc}.support-content{max-width:800px;margin:0 auto}.support-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.info-card{background:var(--hover-color);border:1px solid var(--border-color);text-align:center;border-radius:8px;padding:2rem}.info-card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.3rem;font-weight:400}.info-card p{color:var(--foreground);opacity:.9;white-space:pre-line;font-size:1rem;line-height:1.6}.support-form{background:var(--hover-color);border:1px solid var(--border-color);border-radius:8px;padding:2rem}.support-form h2{color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:400}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:400;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);background:var(--background);width:100%;color:var(--foreground);border-radius:4px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--foreground);outline:none}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:var(--foreground);width:100%;color:var(--background);cursor:pointer;border:none;border-radius:4px;padding:1rem;font-family:inherit;font-size:1rem;font-weight:400;transition:opacity .2s}.submit-button:hover{opacity:.8}@media (max-width:768px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.news-item{padding:1.5rem}.news-title{font-size:1.3rem}.faq-question{padding:1.2rem;font-size:1rem}.faq-answer{padding:0 1.2rem 1.2rem}.policy-section h2{font-size:1.3rem}.policy-section ul{margin-left:1.5rem}.support-info{grid-template-columns:1fr;gap:1.5rem}.info-card,.support-form{padding:1.5rem}.support-form h2{font-size:1.5rem}}@media (max-width:480px){.page-header h1{font-size:1.8rem}.news-item{padding:1rem}.news-title{font-size:1.2rem}.news-content{font-size:.95rem}.faq-question{padding:1rem;font-size:.95rem}.faq-answer{padding:0 1rem 1rem}.faq-answer p{font-size:.9rem}.policy-section p,.policy-section li{font-size:.95rem}.policy-section ul{margin-left:1rem}.info-card,.support-form{padding:1rem}.support-form h2{font-size:1.3rem}.form-group input,.form-group select,.form-group textarea{font-size:.95rem}}.markdown-body{color:var(--foreground);font-size:max(13px,min(1.4vw + .18rem,15px));line-height:1.75}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin:1.4rem 0 .9rem;font-weight:400;line-height:1.25}.markdown-body h1{font-size:max(1.1rem,min(2.8vw,1.3rem))}.markdown-body h2{font-size:max(1.2rem,min(3.2vw,1.5rem))}.markdown-body h3{font-size:max(1rem,min(2.6vw,1.2rem))}.markdown-body p{letter-spacing:.01em;opacity:.95;margin:.8rem 0 .95rem}.markdown-body ul,.markdown-body ol{margin:.4rem 0 1rem 1.4rem}.markdown-body li{margin:.2rem 0;list-style-position:outside}.markdown-body ul li{list-style-type:disc}.markdown-body ol li{list-style-type:decimal}.markdown-body a{text-underline-offset:2px;color:var(--link-color);text-shadow:0 0 8px rgba(163,247,247,.7);text-decoration:none}.markdown-body strong{font-weight:400}.markdown-body li>ul,.markdown-body li>ol{margin-top:.25rem}.markdown-body h1:first-child{margin-top:0}.prologue{font-size:.96rem;line-height:1.5}.prologue p{margin-top:0;margin-bottom:.3rem;line-height:1.4}.full-width-image-container{max-width:1200px;margin:2rem auto;position:relative}.background-image-wrapper{aspect-ratio:2;position:relative;overflow:hidden}.background-image{object-position:top}@media (max-width:480px){.markdown-body{font-size:12.5px}}.release-info{font-size:.85rem;line-height:1.5}.release-info p{margin-top:0;margin-bottom:.3rem;line-height:1.4}.release-info .os-info{opacity:.8;margin-top:.5rem;font-size:.75rem}
.LanguageSelector-module__aq0wja__languageSelector{display:inline-block;position:relative}.LanguageSelector-module__aq0wja__languageToggle{border:1px solid var(--border-color);color:var(--foreground);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s;display:flex}.LanguageSelector-module__aq0wja__languageToggle:hover{background:var(--hover-color);border-color:var(--foreground)}.LanguageSelector-module__aq0wja__languageCode{text-align:center;min-width:24px;font-weight:500}.LanguageSelector-module__aq0wja__arrow{font-size:.7rem;transition:transform .2s}.LanguageSelector-module__aq0wja__languageDropdown{background:var(--background);border:1px solid var(--border-color);z-index:1000;border-radius:4px;min-width:200px;max-height:300px;position:absolute;top:calc(100% + 4px);right:0;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.3)}.LanguageSelector-module__aq0wja__languageList{padding:.5rem 0}.LanguageSelector-module__aq0wja__languageOption{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;transition:background-color .2s;display:flex}.LanguageSelector-module__aq0wja__languageOption:hover{background:var(--hover-color)}.LanguageSelector-module__aq0wja__languageOption.LanguageSelector-module__aq0wja__active{background:var(--hover-color);font-weight:500}.LanguageSelector-module__aq0wja__languageCodeOption{min-width:32px;font-weight:500}.LanguageSelector-module__aq0wja__languageName{text-align:right;flex:1}.LanguageSelector-module__aq0wja__languageDropdown::-webkit-scrollbar{width:6px}.LanguageSelector-module__aq0wja__languageDropdown::-webkit-scrollbar-track{background:var(--background)}.LanguageSelector-module__aq0wja__languageDropdown::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.LanguageSelector-module__aq0wja__languageDropdown::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:480px){.LanguageSelector-module__aq0wja__languageToggle{padding:.4rem .8rem;font-size:.85rem}.LanguageSelector-module__aq0wja__languageDropdown{min-width:180px}.LanguageSelector-module__aq0wja__languageOption{padding:.6rem .8rem;font-size:.8rem}}
.Header-module__Af2_WG__header{border-bottom:1px solid var(--border-color);background:var(--background);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:-webkit-sticky;position:sticky;top:0}.Header-module__Af2_WG__headerLeft{flex-shrink:0}.Header-module__Af2_WG__logo{letter-spacing:.1em;color:var(--foreground);font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .2s}.Header-module__Af2_WG__logo:hover{opacity:.7}.Header-module__Af2_WG__headerNav{flex:1;justify-content:center;gap:2rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--foreground);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s;position:relative}.Header-module__Af2_WG__navLink:hover{opacity:.7}.Header-module__Af2_WG__navLink:after{content:"";background:var(--foreground);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__headerRight{flex-shrink:0}@media (max-width:768px){.Header-module__Af2_WG__header{flex-wrap:wrap;padding:1rem}.Header-module__Af2_WG__headerNav{border-top:1px solid var(--border-color);flex-basis:100%;order:3;justify-content:flex-start;gap:1.5rem;margin-top:1rem;padding-top:1rem}.Header-module__Af2_WG__navLink{font-size:.9rem}}@media (max-width:480px){.Header-module__Af2_WG__headerNav{gap:1rem}.Header-module__Af2_WG__navLink{font-size:.85rem}.Header-module__Af2_WG__logo{font-size:1.3rem}}
