/* === КАРТОЧКИ === */
.ml-card{background:var(--surface);border:1px solid var(--border-light);border-radius:24px;padding:28px;margin-bottom:20px;backdrop-filter:var(--pill-blur);-webkit-backdrop-filter:var(--pill-blur);transition:all .3s}
.ml-card:hover{border-color:var(--border-heavy);box-shadow:0 8px 32px rgba(0,0,0,.3)}
.ml-card-head{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.ml-icon-tile{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--pill-border);background:var(--pill-bg);backdrop-filter:var(--pill-blur)}
.ml-icon-tile svg{width:26px;height:26px;fill:none;stroke:currentColor}
.ml-icon-tile.i-purple{background:rgba(140,100,255,.1);color:#a080ff;border-color:rgba(140,100,255,.3)}
.ml-icon-tile.i-green{background:var(--tag-stable-bg);color:var(--tag-stable-color);border-color:var(--tag-stable-border)}
.ml-icon-tile.i-gold{background:rgba(255,215,0,.1);color:#e0b400;border-color:rgba(255,215,0,.25)}
.ml-icon-tile.i-blue{background:rgba(100,160,255,.1);color:#70a8ff;border-color:rgba(100,160,255,.3)}
.ml-icon-tile.i-red{background:var(--tag-preview-bg);color:var(--tag-preview-color);border-color:var(--tag-preview-border)}
.ml-card-title{font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.5px}
.ml-card-sub{font-size:13px;color:var(--text-muted);margin-top:2px}
.ml-card h4{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:4px}
.feat-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:16px}
.feat-item{display:flex;align-items:flex-start;gap:12px;padding:14px;background:var(--surface);border:1px solid var(--border-light);border-radius:16px;transition:all .2s}
.feat-item:hover{background:var(--surface-hover);border-color:var(--border-heavy)}
.feat-icon{width:34px;height:34px;border-radius:10px;background:var(--pill-bg);border:1px solid var(--pill-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}
.feat-text{font-size:13px;color:var(--text);line-height:1.5;font-weight:500}
.feat-text-sub{font-size:11px;color:var(--text-muted);line-height:1.4;margin-top:2px}
.solo-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:14px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;color:var(--text);background:var(--pill-bg);backdrop-filter:var(--pill-blur);-webkit-backdrop-filter:var(--pill-blur);border:1px solid var(--pill-border);box-shadow:var(--pill-edge),var(--pill-shadow);transition:all .3s;font-family:'Inter',sans-serif}
.solo-link-btn:hover{background:var(--text);color:var(--bg);box-shadow:0 0 20px var(--glow-soft);transform:translateY(-2px)}
.header-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
/* === СКАЧИВАНИЕ === */
.download-block{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:16px}
.download-card{background:var(--surface);border:1px solid var(--border-light);border-radius:16px;padding:16px;text-align:left;transition:all .2s}
.download-card:hover{background:var(--surface-hover);border-color:var(--border-heavy);transform:translateY(-2px)}
.download-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.download-icon{width:34px;height:34px;border-radius:10px;background:var(--pill-bg);border:1px solid var(--pill-border);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.download-label{font-size:14px;font-weight:600;color:var(--text)}
.download-sub{font-size:11px;color:var(--text-muted);margin-top:1px}
.download-links{display:flex;flex-direction:column;gap:6px}
.download-links a{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:var(--surface-active);border:1px solid var(--border-light);color:var(--text);text-decoration:none;font-size:12px;font-weight:500;transition:all .2s}
.download-links a:hover{background:var(--surface-hover);border-color:var(--border-heavy)}
.download-links a .star{color:#ffd700;margin-left:auto;font-size:11px}
/* === ЛОКАЦИИ === */
.loc-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}
.loc-count-pill{padding:6px 14px;border-radius:999px;background:var(--pill-bg);border:1px solid var(--pill-border);font-size:13px;color:var(--text);backdrop-filter:var(--pill-blur);display:inline-flex;align-items:center;gap:8px}
.loc-count-pill b{color:var(--text);font-weight:700}
.refresh-all-btn{padding:8px 16px;font-size:13px;gap:6px;background:var(--pill-bg);border:1px solid var(--pill-border);color:var(--text);border-radius:14px;cursor:pointer;display:flex;align-items:center;font-family:'Inter',sans-serif;font-weight:600;backdrop-filter:var(--pill-blur);transition:all .2s}
.refresh-all-btn:hover{background:var(--text);color:var(--bg)}
.refresh-all-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.5;fill:none}
.ping-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.ping-list li{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface-active);border:1px solid var(--border-light);border-radius:16px;transition:all .2s}
.ping-list li:hover{background:var(--surface-hover);border-color:var(--border-heavy)}
.ping-flag{width:40px;height:40px;border-radius:12px;background:var(--pill-bg);border:1px solid var(--pill-border);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.ping-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.ping-name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}
.ping-meta{display:flex;align-items:center;gap:6px}
.ping-meta .loc-stars{color:#ffd700;letter-spacing:1px;font-size:13px}
.ping-meta .loc-count{font-size:11px;opacity:.5;color:var(--text-muted)}
.ping-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.ping-right .version-tag{margin-right:0;font-size:10px;padding:3px 8px}
.ping-right .ping-val{font-size:12px;opacity:.6;margin-right:0;min-width:48px;text-align:right}
.version-tag{font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.tag-green{background:var(--tag-stable-bg);color:var(--tag-stable-color);border:1px solid var(--tag-stable-border)}
.tag-yellow{background:var(--tag-beta-bg);color:var(--tag-beta-color);border:1px solid var(--tag-beta-border)}
.tag-red{background:var(--tag-preview-bg);color:var(--tag-preview-color);border:1px solid var(--tag-preview-border)}
.refresh-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:5px;display:flex;align-items:center;justify-content:center;transition:color .3s,transform .3s;opacity:.6;flex-shrink:0}
.refresh-btn:hover{color:var(--text);opacity:1;transform:scale(1.1)}
.refresh-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.5;fill:none}
.spinning{animation:spin .6s linear}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.loc-empty{text-align:center;color:var(--text-muted);padding:24px;font-size:14px}
/* === ЧАВО === */
.faq-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.faq-item{background:var(--surface);border:1px solid var(--border-light);border-radius:14px;overflow:hidden;transition:all .2s}
.faq-item:hover{border-color:var(--border-heavy)}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;font-size:14px;font-weight:600;color:var(--text);gap:12px;user-select:none;transition:color .2s}
.faq-q .faq-arrow{width:14px;height:14px;stroke:var(--text-muted);stroke-width:2.5;fill:none;flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;font-size:13px;color:var(--text-muted);line-height:1.7;padding:0 18px}
.faq-item.open .faq-a{max-height:500px;padding:0 18px 14px}
/* === НОВОСТИ === */
.news-section{text-align:center;margin-bottom:60px;position:relative;z-index:1}
.news-badge{display:inline-flex;padding:8px 18px;background:var(--pill-bg);border:1px solid var(--pill-border);border-radius:999px;font-size:13px;font-weight:600;color:var(--text);margin-bottom:20px;backdrop-filter:var(--pill-blur);box-shadow:var(--pill-edge)}
.news-title{font-size:clamp(28px,5vw,48px);font-weight:800;letter-spacing:-1.5px;margin-bottom:32px;background:linear-gradient(180deg,var(--gradient-text-start) 0%,var(--gradient-text-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.news-feed{max-width:700px;margin:0 auto;text-align:left;position:relative}
.news-feed::before{content:'';position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:linear-gradient(to bottom,var(--border-heavy),transparent);border-radius:2px}
.news-feed-item{position:relative;padding-left:40px;padding-bottom:24px}
.news-feed-item:last-child{padding-bottom:0}
.news-feed-dot{position:absolute;left:0;top:6px;width:16px;height:16px;border:2px solid var(--border-heavy);border-radius:50%;transition:all .3s;backdrop-filter:var(--pill-blur)}
.news-feed-item:hover .news-feed-dot{background:var(--text);border-color:var(--text);box-shadow:0 0 12px var(--glow-soft)}
.news-feed-date{font-size:11px;color:var(--text-faint);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-weight:600}
.news-feed-title{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--text)}
.news-feed-desc{font-size:13px;color:var(--text-muted);line-height:1.7}
.footer{position:relative;z-index:1;padding:40px 20px;text-align:center;color:var(--text-ghost);font-size:12px;border-top:1px solid var(--border-light);line-height:1.6}
/* Статус локации под названием (задаётся в админке) */
.ping-status{margin-top:4px;line-height:1}
.ping-status .version-tag{margin-right:0;font-size:10px;padding:2px 8px;border-radius:12px;text-transform:none;letter-spacing:0}
