@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--body-bg:#e9ecf0;--text-main:black;--text-secondary:#666;--text-inverted:white;--div-bg:#fffc;--div-hover-bg:#ffffffd9;--h1-color:black;--hr-color:black;--button-bg:#fff;--button-bg-alt:#f0f0f0cc;--button-text:black;--button-hover-bg:#f0f0f0;--button-active-bg:#e0e0e0;--prompt-bg:#ffffffb3;--prompt-bg-blur:#ffffffb3;--header-bg:#ffffff4d;--updates-bg:#fffc;--shadow-color:#00000040;--input-bg:white;--card-bg:white;--accent-color:dodgerblue;--accent-hover:#1171d8;--bg-reverse:dodgerblue}.dark-mode{--body-bg:#1a1a1a;--text-main:#fff;--text-secondary:#ccc;--text-inverted:black;--div-bg:#2d2d2dcc;--div-hover-bg:#3c3c3cd9;--h1-color:#fff;--hr-color:#fff;--button-bg:#2a2a2a;--button-bg-alt:#3c3c3c;--button-text:#fff;--button-hover-bg:#3a3a3a;--button-active-bg:#4a4a4a;--prompt-bg:#2a2a2ab3;--prompt-bg-blur:#2d2d2dd9;--header-bg:#6e6e6e80;--updates-bg:#2d2d2db3;--shadow-color:#00000059;--input-bg:#3a3a3a;--card-bg:#2b2b2b;--accent-color:dodgerblue;--accent-hover:#3c8ce6;--bg-reverse:white}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none;transition:all .15s ease-out}::selection{color:#fff;background-color:#2da0ffd9}button:focus,button:active{-webkit-tap-highlight-color:transparent;outline:none}img,button,iframe{-webkit-user-select:none;user-select:none}.updates .promptSpan{display:none}@font-face{font-family:Inter;src:url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap)format("truetype")}p.customfont{font-family:Inter,sans-serif}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24, "ROND" 1;font-family:Material Symbols Rounded,Material Symbols Outlined}body{background:var(--body-bg);background-size:cover;background-attachment:fixed;min-height:100vh;margin:0;transition:all .2s ease-out}html,body{scroll-behavior:smooth}.inter-verylight{font-optical-sizing:auto;font-family:Inter,sans-serif;font-style:normal;font-weight:100}.main-container{flex-wrap:wrap;justify-content:center;width:95%;margin:0 auto;transition:all .5s ease-in-out;display:flex}.DivLeft,.DivRight{background-color:var(--button-bg-alt);text-align:center;fill-opacity:.8;scroll-snap-align:start;border-radius:16px;width:49.5%;min-height:0;margin:20px .25%;transition:background-color .1s ease-out,width .5s ease-in-out;animation:.35s ease-out fadeInScale;overflow:hidden;box-shadow:0 0 10px #fff3}.DivLeft:hover,.DivRight:hover{background-color:var(--div-hover-bg)}.h1{text-align:center;width:80%;margin:20px auto 0;font-family:Inter;font-size:4em;font-weight:300;transition:transform .15s ease-out;animation:.35s ease-out fadeInScale;display:none}.hr{background-color:var(--hr-color);border:1px solid #000;width:85%;transition:all .5s ease-in-out;animation:.35s ease-out fadeInScale;display:none}.h1:hover{transform:scale(1.025)}.h1:active{transform:scale(.975)}.divTitle,.promptTitle,.centerPromptTitle{color:var(--text-main);font-family:Inter,sans-serif,Segoe UI Variable Display Semibold,Helvetica;font-size:2em;font-weight:500}.divTitle{text-align:center;box-sizing:border-box;width:100%;margin:10px 0;padding:10px}.promptTitle{text-align:left;width:95%;margin-top:10px;margin-bottom:0;margin-left:20px}.divButton{background-color:var(--button-bg);color:var(--button-text);text-align:center;cursor:pointer;border:none;border-radius:11px;align-items:center;width:97%;margin:0 auto 10px;padding:10px;font-family:Inter;font-size:20px;font-weight:500;text-decoration:none;transition:background-color .15s ease-out,transform .15s ease-out,width .5s ease-in-out;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.divButton:hover .rotButtonImage{animation:.4s ease-out spin}.buttonIcon{align-items:center;margin-right:8px;font-family:Inter,Helvetica;font-size:20px;display:inline-flex;position:absolute;bottom:10px;left:10px}.buttonImage,.rotButtonImage{align-items:center;width:20px;height:20px;margin-right:8px;animation:none;display:inline-flex;position:absolute;bottom:12px;left:10px;transform:none}.divButton>span,.divButton>.buttonText{text-align:center;flex:1;display:inline-block}.divButton:hover{background-color:var(--button-hover-bg);transform:scale(1.025)}.divButton:active{background-color:var(--button-active-bg);transform:scale(.975)}.Newsh1{text-align:left;width:85%;margin:20px auto 30px;font-family:Inter;font-size:4em;font-weight:600;transition:all .5s ease-in-out}.Newstitle{text-align:left;width:85%;margin:10px auto 0;font-family:Inter;font-size:3em;font-weight:500;transition:all .5s ease-in-out}.Newsp{text-align:left;width:85%;margin:10px auto 40px;font-family:Inter,Helvetica;font-size:2em;font-weight:400;transition:all .5s ease-in-out}.date,.datep{text-align:left;width:85%;margin:40px auto 0;font-family:Inter,Helvetica,Arial;font-size:1.25em;font-weight:400;transition:all .5s ease-in-out}.prompt,.centerPrompt{background-color:var(--prompt-bg);text-align:center;z-index:auto;width:500px;min-height:0;transition:all .5s ease-out;display:inline-block;box-shadow:0 0 20px #0003}.prompt{background-color:var(--prompt-bg-blur);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:25px;transition:opacity .4s cubic-bezier(.1,0,.4,1),transform .4s cubic-bezier(.1,0,.4,1);animation:.75s cubic-bezier(.15,1,.2,.99) goUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%)scale(1);box-shadow:0 0 20px #0000004d}.prompt-hidden{opacity:0;pointer-events:none;transform:translateY(100%)translate(-50%)scale(.1)}.centerPrompt{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;animation:.2s ease-out forwards centerPromptAnim}.centerPrompt .promptButton{border-radius:13px;width:100%}@keyframes centerPromptAnim{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.promptTitle,.centerPromptTitle{text-align:left;width:97%;margin-top:10px;margin-bottom:0;margin-left:20px}.promptTitle{margin-top:10px}.centerPromptTitle{margin-top:20px}.promptDes{box-sizing:border-box;text-align:left;width:97%;min-height:auto;color:var(--text-main);margin-top:0;margin-bottom:0;margin-left:10px;padding:10px;font-family:Inter,sans-serif,Segoe UI Variable Display Semibold,Helvetica;font-size:1em;font-weight:400}.promptButton,.centerPromptButton{box-sizing:border-box;text-align:center;cursor:pointer;border:0;height:50px;font-family:Inter,sans-serif,Segoe UI Variable Display Semibold,Helvetica;font-size:1.2em;font-weight:400;transition:transform .15s ease-out,background-color .15s ease-out,font-size .15s ease-out}.centerPromptButton{color:var(--button-text);background-color:var(--button-active-bg);border-radius:13px;width:97%;margin:10px auto 8px}.promptButton{color:#fff;background-color:#1e90ff;border-radius:20px;width:calc(100% - 10px);margin-top:10px;margin-bottom:5px}.promptSpan{-webkit-user-select:none;user-select:none;width:15%;height:6px;transform:all .2s ease-out;cursor:move;background-color:#c8c8c8;border:0;border-radius:10px;margin-top:15px;font-size:10px;display:inline-block}.promptButton:hover{background-color:var(--accent-hover);font-size:1.5em}.centerPromptButton:hover{background-color:#c8c8c8;font-size:1.5em}.promptButton:active,.centerPromptButton:active{transform:scale(.925)}.thumbnail,.page-thumbnail{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-user-select:none;user-select:none;height:35vw;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%);width:100%!important}.page-thumbnail{height:80vh}.page-thumbnail.numdle{background-color:#222;padding-left:25px;padding-right:25px}.thumbnail-container{width:100%;position:relative}.page-header-content{z-index:10;align-items:center;gap:30px;width:90%;display:flex;position:absolute;top:100%;left:5%;transform:translateY(-100px)}.page-icon{background-color:var(--div-hover-bg);-o-object-fit:cover;object-fit:cover;border-radius:20px;width:200px;height:200px;padding:5px;box-shadow:0 0 15px #0006}.page-title-container{flex-direction:column;justify-content:space-between;align-items:flex-start;height:190px;display:flex}.page-title{color:var(--text-main);text-shadow:0 4px 10px #0003;margin:0;font-family:Inter,sans-serif;font-size:5.5em;font-weight:700;line-height:.8}.page-play-button{color:#fff;cursor:pointer;background-color:#1e90ff;border:none;border-radius:20px;justify-content:center;align-items:center;width:100%;height:50%;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 4px 15px #1e90ff66}.page-play-button .material-symbols-outlined{font-variation-settings:"FILL" 1;margin-left:5px;font-size:50px}.page-play-button:hover{background-color:#1171d8;transform:scale(1.05)}.page-actions-container{grid-template-columns:auto auto;gap:10px;margin-left:auto;display:grid}.page-action-btn{background-color:var(--button-bg-alt);color:var(--text-main);cursor:pointer;filter:brightness();border:none;border-radius:10px;justify-content:center;align-items:center;gap:15px;width:45px;height:45px;margin:0;font-family:Inter,sans-serif;font-size:1em;font-weight:500;transition:transform .15s ease-out,background-color .15s ease-out,filter .15s ease-out;display:flex;box-shadow:0 0 8px #0000001a}.page-action-btn .material-symbols-outlined{font-size:25px;transition:transform .15s ease-out,color .15s ease-out}.page-action-btn:hover{filter:brightness(1.02);transform:scale(1.05)}.page-action-btn:active{transform:scale(.95)}@media (width<=850px){.page-header-content{text-align:center;flex-direction:column;align-items:center;gap:20px;left:50%;transform:translate(-50%,-110px)}.page-title-container{flex-direction:column;align-items:center;gap:10px}.page-actions-container{flex-direction:row;justify-content:center;gap:10px;width:auto;height:auto;margin-top:10px;margin-left:0;display:flex}}@media (width<=570px){.page-header-content{transform:translate(-50%,-105px)}.page-title{font-size:4em}.page-icon{width:175px;height:175px}.page-title-container{width:90vw;height:150px}}.statusPageURL{background-color:var(--button-active-bg);text-align:center;z-index:0;width:100%;height:50px;color:var(--text-main);font-family:Inter;font-size:100%;position:fixed;top:70px;bottom:0}.bgShadowDiv,.promptShadow{background-color:var(--shadow-color);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.bgShadowDiv{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex}.promptShadow{z-index:999;opacity:0;visibility:hidden;transition:opacity .15s ease-out,visibility .15s ease-out}.promptShadow-visible{opacity:1;visibility:visible;display:flex}.loadingDiv{background-color:var(--prompt-bg);z-index:auto;text-align:center;transform-origin:50%;will-change:opacity, transform;-webkit-user-select:none;user-select:none;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:400px;min-height:0;margin:auto;transition:all .5s ease-out;animation:.25s ease-out all,.25s ease-out fadeInScale;display:flex;position:fixed;box-shadow:0 0 20px #0003}.loader{border:12px solid #fff;border-top-color:#1e90ff;border-radius:50%;width:100px;height:100px;margin-top:15px;margin-bottom:20px;animation:1.25s ease-in-out infinite spin;display:none}.loadingDivTitle{text-align:center;width:100%;color:var(--text-main);margin-top:20px;margin-bottom:15px;font-family:Inter;font-size:24px;font-weight:400}.header{z-index:9999;-webkit-user-select:none;user-select:none;border:0;justify-content:center;align-items:center;gap:16px;width:100%;max-width:1200px;max-height:290px;transition:height .3s ease-out;display:flex;position:fixed;top:15px;left:50%;transform:translate(-50%)}.header .line{flex-direction:row;align-items:center;gap:16px;display:flex}.header-element{background-color:var(--header-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:100px;width:auto;min-width:0;height:72px;padding:6px;box-shadow:0 0 14px #00000047}.header-element:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#fff0 50%,#ffffff80 100%);padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.dark-mode .header-element:before{background:linear-gradient(135deg,#ffffff40 0%,#fff0 50%,#ffffff40 100%)}.header-element.buttons{border-radius:100px;flex-shrink:0;align-items:center;gap:0;padding:4px;display:flex}.header-element.buttons button{white-space:nowrap;border-radius:100px;flex-shrink:0;width:clamp(72px,20vw,100px);height:min-content;padding:10px 12px;overflow:hidden}.header-element.hbutton{aspect-ratio:1;box-sizing:border-box;width:min(100%,4.5rem);min-width:50px;height:min(100%,4.5rem);min-height:50px;color:var(--text-main);border:none;border-radius:100%;flex:none;justify-content:center;align-self:center;align-items:center;padding:0;font-size:32px;transition:all .15s ease-out;display:flex}.header-element.hbutton .material-symbols-outlined{justify-content:center;align-items:center;width:100%;height:100%;margin:0;padding:0;line-height:1;display:flex}@media (hover:hover){.header-element.hbutton:hover{filter:brightness(.95)}}.header-element.hbutton:active{filter:brightness(1.7);transform:scale(.8)}.header.header-open .headerMenuButton hr{background-color:#1e90ff}.headerImg{cursor:pointer;background-color:#fff;border-radius:100%;height:60px;margin-left:0%;padding:3px;transition:all .3s ease-out}.headerTitle{color:var(--text-main);white-space:nowrap;margin:0 8px;font-family:Inter;font-size:40px;font-weight:500;transition:all .3s ease-out}.headerButton,.headerButtonPage{cursor:pointer;width:clamp(72px,20vw,100px);color:var(--text-main);white-space:nowrap;background:0;border:0;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;min-width:72px;padding:10px;font-family:Inter;font-size:15px;font-weight:500;transition:transform .1s ease-out,margin .3s ease-out,font-size .3s ease-out,margin-left .3s ease-out,margin-right .3s ease-out,background-color .1s ease-out,scale .1s linear,opacity .3s ease-out,filter .1s ease-in-out;display:inline-flex;overflow:hidden}.headerNavButton .lucide{stroke:currentColor;fill:none;width:1.4rem;height:1.4rem}.headerNavButton.active .lucide{stroke:none;fill:currentColor}#statusHeaderButton .lucide{stroke:currentColor!important}.headerButton.active,.headerButtonPage.active{color:#fff;background-color:#005fffcc}.headerButton:active,.headerButtonPage:active{transform:scale(.9)}.headerButtonPage{color:#fff;background-color:#005fff80;box-shadow:inset 0 0 0 3px #1e90ff}#menuButton{display:none}#menu-icon{transition:transform .3s}@media (hover:hover){.headerButtonPage:hover{filter:brightness(.9);background-color:#005fff80}.headerButton:hover{background-color:var(--button-hover-bg)}}.headerButtonPage:active,.headerButton:active{filter:brightness(1.4)}.headerButton:active{background-color:var(--button-hover-bg)}.header{flex-wrap:nowrap}.header>.header-element{flex:none;min-width:0}.header>.header-element:first-child,.header>.header-element.buttons,.header>.header-element.hbutton{flex:none}.buttonHeaderContainer,.titleHeaderContainer{flex-wrap:nowrap;align-items:center;min-width:0;max-width:100%;transition:all .3s ease-out;display:flex}.buttonHeaderContainer{justify-content:right;margin-left:auto;margin-right:15%;overflow:hidden}.titleHeaderContainer{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.headerMenuButton{background-color:0;width:35px;height:35px;color:0;background:0;border:0;flex-direction:column;place-content:center;padding:0;transition:all .3s ease-out;display:none;position:absolute;top:17.5px;left:91%}.updates{background-color:var(--prompt-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:auto;text-align:center;transform-origin:50%;will-change:opacity, transform;overscroll-behavior-y:scroll;opacity:0;visibility:hidden;-webkit-user-select:none;user-select:none;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:700px;min-height:0;margin:auto;transition:opacity .1s ease-out,transform .15s ease-out,visibility .1s ease-out;display:flex;position:fixed;transform:scale(.9);box-shadow:0 0 20px #0003}.updates-visible{opacity:1;visibility:visible;transform:scale(1)}.updatesHead{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:0;width:100%;height:100px;display:flex}.closeUpdates{stroke:0;border-color:0;background-color:var(--button-active-bg);cursor:pointer;width:50px;height:50px;color:var(--text-main);border:0;border-radius:100%;margin-right:20px;padding:0;font-family:Inter;font-size:30px;transition:opacity .1s ease-out,transform .15s ease-out,visibility .1s ease-out;position:relative;top:0}.closeUpdates:hover{background-color:var(--button-hover-bg);color:var(--text-main)}.closeUpdates:active{transform:scale(.9)}.updatesTitle{max-width:auto;width:80%;min-width:0;color:var(--text-main);text-align:left;margin-left:20px;font-family:Inter;font-size:40px;font-weight:500}.updatesContent{-webkit-overflow-scrolling:touch;overscroll-behavior-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;width:100%;max-height:70vh;overflow-y:auto}.update{border-bottom:2px inset var(--hr-color);width:100%;max-height:none;transition:all .2s ease-out}.update:hover{background-color:var(--button-hover-bg)}.update:last-child{border-bottom:none}.updateTitle,.updateDes,.updateDate{text-align:left;color:var(--text-main);margin-left:15px;margin-right:10px;font-family:Inter}.updateDate{margin-top:15px;font-size:18px}.updateTitle,.updateDate{margin-bottom:0!important}.updateDes{margin-top:10px;margin-bottom:15px;font-size:20px;font-weight:0}.updateTitle{min-height:20px;max-height:none;margin-top:12px;font-size:22px;font-weight:600}@media (width<=750px){.updates{border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%;bottom:0}.updatesTitle{width:70%;min-width:auto}}@keyframes goUp{0%{opacity:.5;transform:translateY(125%)translate(-50%)scale(0)}to{opacity:1;transform:translateY(0%)translate(-50%)scale(1)}}.grecaptcha-badge{visibility:hidden}@media (width<=850px){.DivLeft,.DivRight{width:90%;margin:20px auto}.h1{text-align:left;width:90%}.hr{width:90%}.divButton:hover{background-color:var(--button-hover-bg);transform:scale(1)}.divButton:active{background-color:var(--button-active-bg);transform:scale(.95)}.Newsh1{width:90%;font-size:3em}.Newstitle{width:90%;font-size:2.5em}.Newsp,.date{width:90%;font-size:1.5em}.singleUpdateContainer{margin:20px;padding:24px}.singleUpdateTitle{font-size:2em}.backButton{margin-bottom:16px}}@media (width<=780px){.header{flex-direction:column;gap:0;width:auto;max-width:100%;margin:0 auto}.header.header-open{height:auto}#menuButton{display:block}.header .line{flex-direction:row;justify-content:center;align-items:center;gap:16px;width:auto;max-width:100%;display:flex}.header .line:first-of-type>.header-element:first-child{flex:none;width:auto;min-width:0;max-width:100%}.header .nav-line{pointer-events:none;width:auto;min-width:0;max-width:100%;max-height:0;margin-top:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),margin-top .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(-20px)scale(.85)}.header .header-element.buttons{justify-content:flex-start;gap:4px;width:auto;min-width:0;max-width:none}.header .header-element.buttons button,.header .nav-line .headerButton,.header .nav-line .headerButtonPage{flex-shrink:0;padding-left:12px;padding-right:12px;width:100px!important;min-width:auto!important;max-width:none!important}.header.header-open .nav-line{pointer-events:auto;max-height:100px;margin-top:16px;animation:.4s ease-out forwards mobileMenuBounceOpen;overflow:visible}.header.header-closing .nav-line{pointer-events:none;transition:none;animation:.3s ease-in-out forwards mobileMenuBounceClose;overflow:visible}}@media (width<=360px){.header .header-element.buttons button,.header .nav-line .headerButton,.header .nav-line .headerButtonPage{width:80px!important}}@keyframes mobileMenuBounceOpen{0%{max-height:0;transform:translateY(-40px)scaleY(0)scaleX(1.6)rotateX(-45deg)scale(1)}57%{transform:translateY(30px)scaleX(1.15)scaleY(1.6)scale(1)}85%{max-height:100px;transform:translateY(0)scale(1)scaleX(.825)scaleY(.95)scale(1)}to{max-height:100px;transform:translateY(0)scale(1)scaleX(1)rotateX(0)scale(1)}}@keyframes mobileMenuBounceClose{0%{max-height:100px;margin-top:16px;transform:translateY(0)scale(1)scaleX(1)rotateX(0)}50%{transform:translateY(30px)scaleX(1.1)scaleY(1.4)}to{max-height:0;transform:translateY(-40px)scaleY(0)scaleX(1.4)rotateX(-45deg)}}@media (any-pointer:coarse){.update:first-child{scroll-snap-align:start;margin-top:500px}.update:last-child{border-bottom:none;margin-bottom:1000px;padding-bottom:0;scroll-snap-align:end!important}}@media (width>=700px) and (width<=850px){.divButton{width:97%}}@media (width<=700px){.divButton{width:95%}}@media (width>=850px) and (width<=1100px){.divButton{width:95%}}@media (width<=1200px){.buttonHeaderContainer{margin-right:10%}.thumbnail{height:40vw}.page-thumbnail.numdle{padding-left:0;padding-right:0}}@media (width<=1000px){.thumbnail{height:42vw}}@media (width>=3000px) and (width<=4500px){.DivLeft,.DivRight,.hr,.h1,.Newsh1,.Newstitle,.Newsp,.date{width:75%}}@media (width>=4500px){.DivLeft,.DivRight,.hr,.h1,.Newsh1,.Newstitle,.Newsp,.date{width:70%}}@media (width>=2500px) and (width<=3000px){.DivLeft,.DivRight,.hr,.h1,.Newsh1,.Newstitle,.Newsp,.date{width:80%}}@media (width<=570px){.prompt{border-radius:15px 15px 0 0;width:100%;bottom:0!important}.centerPrompt{width:96%}.promptSpan{width:20%}.promptButton:hover{background-color:#1e90ff;font-size:1.2em}.h1,.hr{display:block}.titleHeaderContainer{max-width:none;width:100%!important;margin-right:none!important;margin-left:0!important}.headerMenuButton{left:86%!important}.thumbnail{height:70vw!important}.page-thumbnail{height:90vw}}@media (height<=370px){.prompt,.centerPrompt{border-radius:10px 10px 0 0;overflow-y:auto;bottom:0!important}}@media (height<=220px){.prompt,.centerPrompt,.promptShadow{border-radius:0;height:100%;z-index:2147483647!important}}@media (width<=200px){*{font-size:15px!important}}@media (width<=500px){.loadingDiv{width:350px}}@media (width<=450px){.loadingDiv{width:325px}.headerMenuButton{left:84%!important}}@media (width<=400px){.loadingDiv{width:300px}.headerMenuButton{left:82%!important}}@media (width<=343px){.loadingDiv{width:87.5%}.headerMenuButton{left:80%!important}}.toast-container{z-index:9999999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:30px;right:50%;transform:translate(50%)}.toast{background:var(--prompt-bg);-webkit-backdrop-filter:blur(10px);color:var(--text-main);opacity:0;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:all .35s cubic-bezier(.175,.885,.32,1);display:flex;transform:scale(0);box-shadow:0 8px 32px #0000004d}.toast.visible{opacity:1;transform:scale(1)}.toast-icon{font-size:18px}.toast-error{border-left:4px solid #ff3b30}.toast-success{border-left:4px solid #34c759}@media (width<=650px){.headerMenuButton{left:88%}}@media (height<=600px){.updates{border-radius:0;height:100%}}@media (any-pointer:fine){::-webkit-scrollbar{width:12px;height:4px;transition:all .1s ease-out}::-webkit-scrollbar-track{background:#f0f0f000;border-radius:6px}::-webkit-scrollbar-thumb{background:#ccc;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#bbb}body.show-scrollbar{scrollbar-width:thin}body.show-scrollbar::-webkit-scrollbar{width:12px;height:4px}body.show-scrollbar::-webkit-scrollbar-track{background:#f0f0f000;border-radius:6px}body.show-scrollbar::-webkit-scrollbar-thumb{background:#ccc;border-radius:6px}body.show-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.7)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.singleUpdateContainer{background:var(--card-bg);border-radius:16px;flex-direction:column;max-width:950px;min-height:200px;max-height:80vh;margin:100px auto auto;padding:32px;animation:.3s ease-out fadeInScale;display:flex;position:relative;box-shadow:0 2px 12px #00000014}.singleUpdateTitle{color:var(--text-main);margin-top:0;margin-bottom:16px;font-family:Inter,sans-serif;font-size:2.4em;font-weight:700;line-height:1.3}.singleUpdateDate{color:var(--text-secondary);margin-bottom:24px;font-family:Inter,sans-serif;font-size:1em;font-weight:500}.singleUpdateContent{color:var(--text-main);flex-grow:1;max-height:calc(80vh - 280px);margin-bottom:24px;padding-right:16px;font-family:Inter,sans-serif;font-size:1.1em;line-height:1.7;overflow-y:auto}.singleUpdateContent a{color:#007aff;text-decoration:none;transition:color .2s}singleUpdateContent a:hover{color:#0056b3;text-decoration:underline}.backButton{color:var(--text-secondary);cursor:pointer;border:1px solid var(--button-active-bg);background:0 0;border-radius:8px;align-self:center;margin-top:auto;margin-bottom:auto;padding:12px 24px;font-family:Inter,sans-serif;font-size:1em;transition:all .2s}.backButton:hover{background-color:var(--button-hover-bg);color:var(--text-main)}.backButton:active{transform:scale(.97)}.updateNavigation{gap:16px;width:100%;max-width:950px;margin:16px auto 32px;padding:0;display:flex}@media (width<=1000px){.updateNavigation{padding:0 80px}}@media (width<=850px){.updateNavigation{margin:16px auto;padding:0 20px}}@media (width<=1000px){.singleUpdateContainer{margin:80px;padding:24px}.singleUpdateTitle{font-size:2em}.backButton{margin-bottom:auto}}@media (width<=850px){.singleUpdateContainer{max-height:auto;margin:40px 20px 20px;padding:24px;min-height:auto!important}.singleUpdateContent{-webkit-overflow-scrolling:touch;min-height:30px;max-height:calc(100vh - 380px)}.backButton{border-radius:12px;width:100%;padding:16px;font-size:1em}.singleUpdateTitle{font-size:1.8em}}.prevUpdate,.nextUpdate{color:var(--text-secondary);background:var(--button-bg);border:1px solid var(--button-active-bg);cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-family:Inter,sans-serif;font-size:1em;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000d}.prevUpdate:not(:disabled):hover,.nextUpdate:not(:disabled):hover{background-color:var(--button-hover-bg);color:var(--text-main);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.prevUpdate:not(:disabled):active,.nextUpdate:not(:disabled):active{transform:translateY(0)}.prevUpdate:disabled,.nextUpdate:disabled{opacity:.5;cursor:not-allowed;background:var(--button-hover-bg)}@media (width<=850px){.updateNavigation{margin:16px auto;padding:0 20px}.prevUpdate,.nextUpdate{padding:12px 16px;font-size:.9em}}.searchWidget{background:var(--card-bg);border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:950px;padding:24px;animation:.3s ease-out fadeInScale;display:flex;position:relative}.closeSearch{cursor:pointer;background:0 0;border:none;font-size:1.5em;position:absolute;top:16px;right:16px}.searchSummary{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:1em}.searchResults a{color:#007aff;border-bottom:1px solid var(--button-active-bg);padding:8px 0;text-decoration:none;transition:background .2s}.searchResults a:hover{background-color:var(--button-hover-bg)}.featured-section{background-color:var(--card-bg);touch-action:pan-y;border-radius:16px;width:95%;max-height:300px;margin:20px auto;position:relative;overflow:hidden;box-shadow:0 0 12px #00000026}.featured-track{will-change:transform;width:100%;height:100%;transition:none;display:flex}.featured-track.animating{transition:transform .6s cubic-bezier(.4,1.3,.4,1)}.featured-item{background-color:var(--card-bg);flex:0 0 100%;align-items:center;width:100%;display:flex}.featured-item img{-o-object-fit:cover;object-fit:cover;width:38%;height:100%;max-height:300px}.featured-content{width:60%;padding:40px;position:relative}.featured-subtitle{color:var(--text-secondary);margin:0;font-family:Inter,sans-serif;font-size:1.2em;font-weight:600}.featured-title{color:var(--text-main);margin:10px 0;font-family:Inter,sans-serif;font-size:2.5em;font-weight:700}.slider-card-content .featured-title::selection{color:#ffd2d2}.featured-description{color:var(--text-main);font-family:Inter,sans-serif;font-size:1.1em;line-height:1.6}.featured-button{color:#fff;cursor:pointer;background-color:#1e90ff;border:none;border-radius:8px;padding:12px 24px;font-family:Inter,sans-serif;font-size:1em;font-weight:600;transition:background-color .2s}.featured-button:hover{background-color:#007ae6}.featured-actions{margin-top:20px;position:relative}.featured-controls{border:1px solid var(--button-active-bg);background:#fff;border-radius:8px;display:flex;position:absolute;bottom:0;right:0;overflow:hidden}.arrow{background:var(--button-bg);color:var(--text-secondary);cursor:pointer;border:none;padding:10px 15px;font-size:20px}.arrow:hover{background-color:var(--button-hover-bg);color:var(--text-main)}.left-arrow{border-right:1px solid var(--button-active-bg)}@media (width<=850px){.featured-item{flex-direction:column}.featured-item img{width:100%;height:220px;max-height:220px}.featured-content{width:100%;padding:20px}.featured-section{max-height:none}.featured-actions{align-items:center;width:100%;margin-top:20px;display:flex;position:static}.featured-actions .featured-button{flex-grow:1;display:block}.featured-button{text-align:center;border-radius:12px;width:auto}.featured-controls{margin-left:10px;position:static}.thumbnail{height:50vw}.page-thumbnail{height:80vw}}@media (width<=450px){.thumbnail{height:80vw!important}.page-thumbnail{height:100vw}}.card-slider-section{width:95%;margin:40px auto}.section-title{text-align:left;color:var(--text-main);-webkit-user-select:none;user-select:none;margin-bottom:20px;padding-left:10px;font-family:Inter,sans-serif;font-size:2em;font-weight:600}.card-slider-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:20px;padding:10px 10px 20px;display:flex;overflow:auto hidden}.card-slider-container::-webkit-scrollbar{height:8px}.card-slider-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.slider-card{background-color:var(--card-bg);border-radius:16px;flex-direction:column;flex:none;width:280px;height:350px;transition:transform .2s,box-shadow .2s;display:flex;overflow:auto;box-shadow:0 4px 12px #0000001a}.slider-card:hover{box-shadow:0 8px 16px #00000026}.slider-card-image{background-color:var(--button-hover-bg);-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:180px;display:flex}.slider-card-image span{justify-content:center;align-items:center;width:100%;height:100%;font-size:4em;display:flex}.slider-card-image img{-o-object-fit:contain;object-fit:contain;width:auto;height:50%}.slider-card-content{color:var(--text-main);flex-direction:column;flex:1;padding:16px;display:flex}.slider-card-title{color:var(--text-main);margin:0 0 10px;font-family:Inter,sans-serif;font-size:1.2em;font-weight:600}.slider-card-description{color:var(--text-secondary);margin:0;font-family:Inter,sans-serif;font-size:.9em}.slider-card .featured-title{color:#ff4b4b;margin:0 0 4px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.slider-card-button{color:#fff;cursor:pointer;background-color:#1e90ff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;margin-left:10px;margin-right:10px;padding:12px 24px;font-family:Inter,sans-serif;font-size:1em;font-weight:500;transition:background-color .2s;display:flex}.slider-card-button .material-symbols-outlined{font-size:1.25em}.slider-card-button:hover{background-color:#007ae6}.loader-container{width:70px;height:70px;animation:1.2s linear infinite rotate}.loader-path{fill:none;stroke:var(--bg-reverse);stroke-width:6px;stroke-linecap:round;stroke-dasharray:25 75;stroke-dashoffset:0;filter:drop-shadow(0 0 3px #fff6);animation:3s ease-in-out infinite animate-stroke}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes animate-stroke{0%{stroke-dasharray:85 15;stroke-dashoffset:0}50%{stroke-dasharray:5 90;stroke-dashoffset:-120px}to{stroke-dasharray:85 15;stroke-dashoffset:-200px}}@media (width<=700px){.updates{touch-action:none;border-radius:20px 20px 0 0;max-height:80vh;margin:0;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:auto;bottom:0;left:0;transform:translateY(100%);z-index:2147483647!important;width:100%!important}.updates.visible,.updates-visible{transform:translateY(0)}.promptSpan{background-color:var(--text-secondary);border-radius:3px;width:40px;height:5px;margin:10px auto;display:block!important}}
