:root{--bg-light:#f5f6f7;--bg-panel:#fff;--border-light:#e0e0e0;--text-dark:#333;--text-muted:#666;--accent-1:#f39c12;--accent-2:#4a90e2;--radius:8px;--shadow:0 2px 8px rgba(0,0,0,0.08)}*{box-sizing:border-box}body{font-family:'Trebuchet MS','Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;margin:0;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;background:linear-gradient(30deg,rgba(245,246,247,1) 0,rgba(102,102,102,0.2) 50%,rgba(74,144,226,0.2) 100%)}body.scrolled #toplogo{opacity:0;visibility:hidden;max-height:0}body.scrolled #navLogo{opacity:1;visibility:visible;width:auto}body.scrolled header{background:transparent;border:0;box-shadow:0 0;padding:0}body.scrolled nav.navbar{background:linear-gradient(180deg,#f9f9f9 0,#e9e9e9 100%);border-bottom:1px solid var(--border-light);box-shadow:var(--shadow)}nav{transition:all .2s ease}#navlogo{transition:none}.logo{transition:opacity .2s ease}.logo a{padding:0}#navLogo a:hover{background-color:transparent}#navLogo{opacity:0;visibility:hidden;width:0}#navLogo .logo img{height:50px;position:relative;top:4px}header{background:linear-gradient(180deg,#f9f9f9 0,#e9e9e9 100%);text-align:center;padding:.3em 0 0;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow);position:sticky;top:0;z-index:10}header img#logo{max-width:220px;height:auto}.spinner-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.6);z-index:10002;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:4px solid #ccc;border-top-color:#007bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}nav{background-color:#fafafa;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}nav a{display:block;color:var(--text-dark);text-decoration:none;padding:1em 1.5em;font-weight:600;transition:all .2s ease}nav a:hover,nav a.active{background-color:var(--accent-2);color:#fff;text-decoration:none}main{padding:30px 20px;max-width:1200px;margin:0 auto}section#magazine{display:grid;grid-template-columns:2fr 1fr;gap:20px;max-width:1200px;width:100%;margin:0 auto}section#directory{display:grid;grid-template-columns:1fr 3fr;gap:20px;max-width:1200px;width:100%;margin:0 auto}#submitEntry{float:right}#submitEntry::after{clear:both}section#charts{display:grid;grid-template-columns:1fr;gap:20px;max-width:1200px;width:100%;margin:0 auto}section#charts #categories ul{list-style:none;padding:0}section#charts #categories ul li{display:inline-block}section#directory #categories .button{width:100%;text-align:center}section#charts table tr:nth-child(even){background-color:#f9f9f9}section#charts table tr:nth-child(odd){background-color:#fff}section#charts table td{padding:20px}section#charts .rank{width:50px;font-weight:bold;text-align:center}section#charts .pos-1{font-size:2em}section#charts .pos-2{font-size:1.5em}section#charts .pos-3{font-size:1.4em}section#charts .pos-4{font-size:1.3em}section#charts .pos-5{font-size:1.2em}section#charts .pos-6{font-size:1.1em}section#charts .pos-7{font-size:1em}section#charts #rating-badge span{font-size:.7rem}section#charts #rating-badge p{font-size:1rem}section#charts #facts-badge span{font-size:.7rem}section#charts #facts-badge p{font-size:1rem}section#charts table th{background-color:#333;color:white}nav.pager{border:0;background:transparent}.pager ul{display:flex;list-style:none;gap:8px;padding:0;margin:20px 0;flex-wrap:wrap}.pager li a{display:block;padding:6px 10px;background:#f0f0f0;border-radius:4px;color:#333;text-decoration:none;transition:background .2s}.pager li a:hover{background:#f39c12;color:#fff}.pager li strong{display:block;padding:6px 10px;background:#4a90e2;color:#fff;border-radius:4px}.pager li{margin:0}nav.topics{border:0;background:transparent}.topics ul{display:flex;list-style:none;gap:8px;padding:0;margin:20px 0;flex-wrap:wrap}.topics li a{display:block;padding:6px 10px;background:#f0f0f0;border-radius:4px;color:#333;text-decoration:none;transition:background .2s}.topics li a:hover{background:#f39c12;color:#fff}.topics li strong{display:block;padding:6px 10px;background:#4a90e2;color:#fff;border-radius:4px}.topics li{margin:0}section#topics{grid-column:1;grid-column-end:4}section.flatpage{grid-template-columns:1fr}.box,.featured-content,.news,.news-admin,.news-edit,.entry,.charts{background-color:var(--bg-panel);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:20px;transition:transform .2s ease,box-shadow .2s ease}.news{overflow:auto}.box:hover,.featured-content:hover,.news:hover,.entry:hover,.charts:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,0.12)}.slider{width:100%;height:300px;background:linear-gradient(135deg,#ececec,#f9f9f9);border:1px solid var(--border-light);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.6em;font-weight:600;box-shadow:var(--shadow);margin-bottom:30px}h1,h2,h3{color:var(--text-dark);margin-top:0}h3{border-bottom:2px solid var(--accent-1);padding-bottom:.3em}a{color:var(--accent-2);text-decoration:none;transition:color .2s ease;cursor:pointer}a:hover{color:var(--accent-1);text-decoration:underline}footer{background-color:#f1f1f1;color:var(--text-muted);text-align:center;padding:1.5em 0;font-size:1em;margin-top:40px;border-top:1px solid var(--border-light);overflow:auto}.navbar{display:flex;justify-content:space-between;align-items:center;background:#fafafa;border-bottom:1px solid #ddd;position:relative;z-index:10}.nav-links{list-style:none;display:flex;gap:1.2em;margin:0;padding:0;justify-content:center;flex-grow:1}.nav-links li{position:relative}.nav-links li.nav-search{display:flex}.nav-links li.nav-search form{display:flex;align-items:center;background-color:#fff;overflow:hidden}.nav-links li.nav-search input[type="text"]{border:0;padding:6px 12px;outline:0;font-size:.9rem;width:150px;transition:width .3s ease}.nav-links li.nav-search input[type="text"]:focus{width:200px}.nav-links li.nav-search button{border:0;background:#3498db;color:#fff;padding:6px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-right:20px;border-radius:16px}.nav-links li.nav-search button:hover{background:#2980b9}.nav-links li.nav-search i{font-size:.9rem}.navbar .logo{font-weight:700;font-size:1.2em;color:#333}.menu-toggle{display:none;flex-direction:column;justify-content:center;width:48px;height:48px;background:0;border:0;cursor:pointer;padding:0}.menu-toggle span{display:block;height:3px;width:100%;background:#333;border-radius:2px;transition:.3s;margin:3px}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translateY(12px);margin-left:8px}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translateY(-12px);margin-left:8px}.game-logo{max-width:100px;height:auto;display:block;margin-right:10px;float:left;border-radius:10px}section#entry .game-logo,article .game-logo{max-width:200px;height:auto;display:block;margin:0 20px 20px 0;float:left;border-radius:10px}.article-media{max-width:100%;height:auto;display:block;margin-bottom:10px;border-radius:10px;float:left;margin-right:10px}article::after{content:"";display:block;clear:both}.image-crop{width:100%;height:230px;overflow:hidden;transition:transform .8s ease}.image-crop-preview{width:100%;height:130px;overflow:hidden;margin-bottom:10px}.image-crop img,.image-crop-preview img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.relatedEntries{list-style:none}ul.relatedEntries{display:flex;list-style:none;gap:8px;padding:0;margin:20px 0;flex-wrap:wrap}.relatedEntries li a{display:block;padding:6px 10px;background:#f0f0f0;border-radius:4px;color:#333;text-decoration:none;transition:background .2s}.relatedEntries li a:hover{background:#f39c12;color:#fff}.relatedEntries li strong{display:block;padding:6px 10px;background:#4a90e2;color:#fff;border-radius:4px}.relatedEntries li{margin:0}.filterButtons{list-style:none}ul.filterButtons{display:flex;list-style:none;gap:8px;padding:0;margin:20px 0;flex-wrap:wrap}.filterButtons li a{display:block;padding:6px 10px;background:#f0f0f0;border-radius:4px;color:#333;text-decoration:none;transition:background .2s}.filterButtons li a:hover{background:#f39c12;color:#fff}.filterButtons li strong{display:block;padding:6px 10px;border-radius:4px}.filterButtons li{margin:0}.filterButtons li a::before{content:"✕ ";color:#999;font-weight:bold;margin-right:4px}section#home{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;max-width:1200px;width:100%;margin:0 auto}.keywords a{padding-right:1em}.playbutton{display:inline-block;font-size:1rem;font-weight:600;color:#fff;background-color:#f39c12;border:2px solid #f39c12;border-radius:6px;padding:.6em 1.2em;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 6px rgba(0,0,0,0.2)}.playbutton:hover{background-color:#e67e22;border-color:#e67e22;box-shadow:0 5px 10px rgba(0,0,0,0.25);text-decoration:none}.playbutton:active{box-shadow:0 2px 4px rgba(0,0,0,0.2)}.playbutton:disabled,.playbutton.disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.playbutton .fa{margin-right:.5em}.button{display:inline-block;padding:11px 11px;background:#f0f0f0;border-radius:4px;border:0;color:#333;text-decoration:bold;transition:background .2s}.button>svg{display:block;overflow:hidden;float:left;height:24px}.button.delete{background:red;color:white}.button:hover{background:#f39c12;color:#fff;text-decoration:none}.button:active{box-shadow:0 2px 4px rgba(0,0,0,0.2)}.button:disabled,.button.disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.button .fa{margin-right:.5em}section#categories li{color:#ccc}.rating{position:relative;display:inline-block;font-size:1.4rem;line-height:1;letter-spacing:2px;color:#ccc;font-family:"Arial Unicode MS","Segoe UI Emoji",sans-serif}.rating::before{content:"★★★★★"}.rating::after{content:"★★★★★";position:absolute;top:0;left:0;width:0;overflow:hidden;color:#f39c12}.rating[data-rating="0.1"]::after{width:2%}.rating[data-rating="0.2"]::after{width:4%}.rating[data-rating="0.3"]::after{width:6%}.rating[data-rating="0.4"]::after{width:8%}.rating[data-rating="0.5"]::after{width:10%}.rating[data-rating="0.6"]::after{width:12%}.rating[data-rating="0.7"]::after{width:14%}.rating[data-rating="0.8"]::after{width:16%}.rating[data-rating="0.9"]::after{width:18%}.rating[data-rating="1.0"]::after{width:20%}.rating[data-rating="1.1"]::after{width:22%}.rating[data-rating="1.2"]::after{width:24%}.rating[data-rating="1.3"]::after{width:26%}.rating[data-rating="1.4"]::after{width:28%}.rating[data-rating="1.5"]::after{width:30%}.rating[data-rating="1.6"]::after{width:32%}.rating[data-rating="1.7"]::after{width:34%}.rating[data-rating="1.8"]::after{width:36%}.rating[data-rating="1.9"]::after{width:38%}.rating[data-rating="2.0"]::after{width:40%}.rating[data-rating="2.1"]::after{width:42%}.rating[data-rating="2.2"]::after{width:44%}.rating[data-rating="2.3"]::after{width:46%}.rating[data-rating="2.4"]::after{width:48%}.rating[data-rating="2.5"]::after{width:50%}.rating[data-rating="2.6"]::after{width:52%}.rating[data-rating="2.7"]::after{width:54%}.rating[data-rating="2.8"]::after{width:56%}.rating[data-rating="2.9"]::after{width:58%}.rating[data-rating="3.0"]::after{width:60%}.rating[data-rating="3.1"]::after{width:62%}.rating[data-rating="3.2"]::after{width:64%}.rating[data-rating="3.3"]::after{width:66%}.rating[data-rating="3.4"]::after{width:68%}.rating[data-rating="3.5"]::after{width:70%}.rating[data-rating="3.6"]::after{width:72%}.rating[data-rating="3.7"]::after{width:74%}.rating[data-rating="3.8"]::after{width:76%}.rating[data-rating="3.9"]::after{width:78%}.rating[data-rating="4.0"]::after{width:80%}.rating[data-rating="4.1"]::after{width:82%}.rating[data-rating="4.2"]::after{width:84%}.rating[data-rating="4.3"]::after{width:86%}.rating[data-rating="4.4"]::after{width:88%}.rating[data-rating="4.5"]::after{width:90%}.rating[data-rating="4.6"]::after{width:92%}.rating[data-rating="4.7"]::after{width:94%}.rating[data-rating="4.8"]::after{width:96%}.rating[data-rating="4.9"]::after{width:98%}.rating[data-rating="5.0"]::after{width:100%}#rating-badge{display:inline-flex;align-items:center;gap:10px;background-color:#2c3e50;padding:10px 16px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.2);min-width:100px;margin-right:10px;margin-bottom:10px}#rating-badge p{margin:0;font-size:1.4rem;color:#fff}#rating-badge span{margin:0;font-size:.9rem;color:#ccc}#facts-badge{display:inline-flex;align-items:center;gap:10px;background-color:#f0f0f0;padding:10px 16px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.2);min-width:100px;margin-right:10px;margin-bottom:10px}#facts-badge p{margin:0;font-size:1.4rem;color:#000}#facts-badge span{margin:0;font-size:.9rem;color:#333}.button-toggle{--w:52px;--h:30px;--pad:3px;--bg-off:#ddd;--bg-on:#34c759;--knob:#fff;display:inline-flex;align-items:center;gap:.6rem;background:0;border:0;cursor:pointer;padding:0;font:inherit;color:#333}.button-toggle .label{font-size:.95rem;user-select:none}.button-toggle .switch{width:var(--w);height:var(--h);background:var(--bg-off);border-radius:calc(var(--h) / 2);position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);transition:background .18s ease;flex:0 0 var(--w);padding:var(--pad);box-sizing:border-box}.button-toggle .switch::after{content:"";position:absolute;top:var(--pad);left:var(--pad);width:calc(var(--h) - var(--pad) * 2);height:calc(var(--h) - var(--pad) * 2);background:var(--knob);border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,0.12);transition:transform .18s cubic-bezier(.2,.7,.2,1),left .18s}.button-toggle.on .switch{background:var(--bg-on)}.button-toggle.on .switch::after{transform:translateX(calc(var(--w) - var(--h)))}.button-toggle.loading{opacity:.6;pointer-events:none}.badge-offline{display:inline-block;padding:6px 14px;border-radius:20px;background-color:#e74c3c;color:#fff;font-weight:bold;font-size:.9rem;line-height:1;text-align:center;transition:background-color .2s ease,transform .2s ease;cursor:default}.badge-offline:hover{transform:scale(1.05)}.game-slider{position:relative;width:100%;max-width:1200px;margin:0 auto 2em;overflow:hidden;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,0.2);min-height:200px;background:linear-gradient(135deg,#1e272e,#2c3e50)}.game-slider .slides-wrapper{overflow:hidden;width:100%}.game-slider .slides{display:flex;transition:transform .4s ease-in-out}.slide-box{flex-shrink:0;width:100%;height:500px;background-color:#1e272e;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:10px}.slide-box img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.game-slider #playnow{position:absolute;left:30px;top:90px;z-index:1;box-shadow:0 1px 10px #000}.game-slider h1{position:absolute;left:30px;top:30px;z-index:1;font-size:2em;text-shadow:0 1px 10px #000;color:#fff}.game-slider button.prev,.game-slider button.next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5);color:#fff;border:0;padding:12px 18px;cursor:pointer;border-radius:50%;font-size:1.2rem;z-index:9;transition:background .3s}.game-slider button.prev:hover,.game-slider button.next:hover{background:rgba(0,0,0,0.8)}.game-slider button.prev{left:10px}.game-slider button.next{right:10px}ul.shortcharts{list-style:none;margin:0;padding:0}ul.shortcharts li{display:flex}ul.shortcharts h1{display:flex;font-size:1em;min-width:3em}ul.shortcharts img{width:auto;height:32px}.keywords .button{float:right}.keywords{min-height:50px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:10000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;width:800px;max-width:90%;max-height:90%;overflow-y:auto;box-shadow:0 2px 10px rgba(0,0,0,0.3)}#modalTabs{display:flex;gap:10px;margin-bottom:15px}#modalTabs a.button.active{background-color:#4285f4;color:#fff}.tab-content{display:none}.tab-content.active{display:block}.tab-content form{margin-top:10px}.tab-content textarea{width:100%;height:100px;margin-bottom:10px;padding:5px;font-family:sans-serif}.tab-content input[type="file"]{margin-bottom:10px}#existingScreenshots div{display:inline-block;margin:5px;width:100%}.action-menu{float:right;position:relative}#actionMenuBtn{cursor:pointer}.menu{display:none;position:absolute;right:0;top:110%;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.3);min-width:200px;z-index:100}.menu a{width:100%}.menu.show{display:block}#playzoid{text-align:center;margin:1em}.login-index,.login-recover_password,.registration-index{max-width:500px}#login h2,#recoverPassword h2,#registration h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#333;text-align:center}#login .error-message,#recoverPassword .error-message,#registration .error-message{background-color:#ffe0e0;color:#b00020;border:1px solid #ffb3b3;border-radius:8px;padding:.75rem;margin-bottom:1rem;text-align:center;font-size:.9rem}#login .success-message,#recoverPassword .success-message,#registration .success-message{background-color:#e6ffed;color:#0a7a33;border:1px solid #a6f4b8;border-radius:8px;padding:.75rem;margin-bottom:1rem;text-align:center;font-size:.9rem;box-shadow:0 2px 6px rgba(0,128,0,0.08);animation:fadeInSuccess .4s ease-out}@keyframes fadeInSuccess{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}#login label,#recoverPassword label,#registration label{display:block;margin-bottom:.5rem;font-weight:500;color:#555;margin-top:1.2rem}#login input,#recoverPassword input,#registration input,footer input{width:100%;padding:.7rem .9rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem;transition:all .2s ease}#login button,#recoverPassword button,#registration button{margin-top:1.2rem}#login input:focus,#recoverPassword input:focus,#registration input:focus{border-color:#6e8efb;box-shadow:0 0 0 3px rgba(110,142,251,0.25);outline:0}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background-color:#f4f4f4;color:#333;border-radius:10px;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease;border:1px solid #ddd}.back-button:hover{background-color:#6e8efb;color:white;box-shadow:0 4px 10px rgba(110,142,251,0.4);text-decoration:none}.news-edit{font-size:.7em}.news-edit div#newsEditor,.news-edit div#teaserEditor{font-weight:normal}.news-edit input,.tab-content input,.admin-create_entry input,.admin-create_entry select{padding:.7rem .9rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem;transition:all .2s ease}.news-edit button[type=submit]{width:100%;margin-top:2em;margin-bottom:2em;font-weight:bold;font-size:1em;padding:1em}.admin-show_newslist ul{list-style:none;margin:0;padding:0}.admin-show_newslist ul li{margin:0;padding:0}#account #modalTabs{display:grid}.admin-create_entry label{display:inline-block;min-width:15%;height:2.5em}.admin-review_content div.box{overflow:auto}.admin-review_content img{float:none}.admin-review_content img.game-logo{max-width:320px;float:right}.admin-review_content div.box{opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.admin-review_content div.box.fade-out{opacity:0;transform:translateY(-10px)}#adminEntries textarea{width:100%;height:450px}#adminEntries table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #ddd;border-radius:8px;overflow:hidden;font-family:system-ui,sans-serif;background-color:#fff}#adminEntries table th{background-color:#f5f5f5;color:#333;text-align:left;padding:.75rem 1rem;font-weight:600;border-bottom:1px solid #ddd}#adminEntries table td{padding:.75rem 1rem;border-bottom:1px solid #eee}#adminEntries table tbody tr:nth-child(odd){background-color:#fafafa}#adminEntries table tbody tr:hover{background-color:#f0f4ff}#adminEntries table tbody tr:last-child td{border-bottom:0}.footer{float:left;min-height:1px;margin-left:1em;width:25%;margin:0;padding:1em}.footer aside::after{clear:both}.footer h3{border:0;padding:0}.footer ul{list-style:none;margin:0;padding:0}.footer input{width:50%}.archive-browsergame_archive #yearlist ul{list-style:none;margin:0;padding:0;overflow:auto}.archive-browsergame_archive #yearlist ul li{margin:0;padding:8px;float:left;border:1px solid #f0f0f0;border-radius:8px;margin:6px}.archive-browsergame_archive #yearlist ul li>span{padding:6px;color:#dbd9d9}#actionDropdown .button{border-radius:0}button.share-btn svg{width:20px;height:20px;fill:currentColor}.rss-link svg{width:20px;height:20px}article.entry:hover{transform:none}.advert-container a.button.advert{width:100%;border:1px solid var(--accent-1);text-align:center;margin:0}.advert-container{background:linear-gradient(30deg,rgba(245,246,247,1) 1%,rgba(102,102,102,1) 50%,rgba(74,144,226,1) 100%);border-radius:4px;padding:1px;margin:0 0 1em}li .button{margin:.3em}@media(max-width:1250px){.nav-links{gap:.6em}#navLogo .logo img{height:30px;top:14px}.nav-links li.nav-search input[type="text"]{width:120px}}@media(max-width:1080px){.nav-links{gap:0}.nav-links li.nav-search input[type="text"]{width:100px}}@media(max-width:1040px){.nav-links{gap:0}.nav-links li.nav-search input[type="text"]{width:80px}#navLogo .logo img{height:20px;top:17px}body.scrolled #navLogo{visibility:hidden;width:0}}@media(max-width:900px){header{position:sticky}.slider{height:200px;font-size:1.2em}nav ul{flex-direction:column;align-items:center}nav li{width:100%;text-align:center}header img#logo{max-width:30%}.menu-toggle{display:flex;padding:10px}.nav-links{display:none;flex-direction:column;align-items:center;position:absolute;top:48px;left:0;width:100%;gap:0;background:#fff;border-top:1px solid #ddd;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.nav-links.active{display:flex;animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-links li{width:100%;text-align:center;border-bottom:1px solid #eee}.nav-links li:last-child{border-bottom:0}.nav-links li a{display:block;padding:1em}section#magazine{grid-template-columns:1fr}section#magazine section.featured{margin-bottom:20px}section#home{grid-template-columns:1fr}section#home #topics{grid-column-end:1}section#home .image-crop-preview{width:100%;height:130px;overflow:hidden;margin-bottom:10px}section#directory{grid-template-columns:1fr}section#directory section#categories ul{padding:0;margin:0}section#directory section#categories li{float:left;margin:.3em;display:block;padding:11px 11px;background:#f0f0f0;border-radius:4px;border:0;color:#333;text-decoration:bold;transition:background .2s;margin-bottom:.3em}section#directory section#categories li:hover{background:#f39c12}section#directory section#categories li a:hover{color:#fff;text-decoration:none}section#directory section#categories h2{margin:0;clear:both}section#directory section#categories>.button{margin-bottom:1em}section#directory article.entry p:last-of-type{display:none}section#charts{grid-template-columns:1fr}.slide-box img{max-width:150%;max-height:100%;object-fit:contain;object-position:center 40%}.nav-links{flex-direction:column;align-items:center;gap:.5em}.nav-links li.nav-search{width:100%;display:flex;justify-content:center;height:60px}.nav-links li.nav-search form{width:100%}.nav-links li.nav-search input[type="text"]{width:100%}.nav-links li.nav-search input[type="text"]:focus{width:100%}ul.shortcharts img{height:100px;padding:4px}#rating-badge{display:inline-block}section#charts .rank{width:auto;padding:0}section#charts table td{padding:0}section#charts table{padding:0}#navLogo .logo img{height:auto}body #navLogo{height:0}body.scrolled #navLogo{height:auto}.footer{width:50%;min-height:200px}.footer input{width:80%}}
