@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Barlow+Condensed:wght@400;600;700&display=swap";:root{--bg-shell: #0D0D12;--bg-shell1: #16161F;--red: #C8182C;--red2: #E03545;--orange: #D07818;--shell-text:#F0EDE4;--shell-muted:#7A7E8E;--line-dark: #2A2D36;--bg-feed: #FFFFFF;--bg-feed1: #F7F8FA;--bg-feed2: #EEF0F5;--text-main: #1A1A2E;--text-sub: #4A4A6A;--text-muted:#8888A8;--line-feed: #E8E8F0;--tag-soon: #C8182C;--tag-hist: #5F5E5A;--tag-news: #D07818;--font-d: "Bebas Neue", sans-serif;--font-b: "Inter", sans-serif;--font-c: "Barlow Condensed", sans-serif;--topbar-h: 80px;--bnav-h: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg-feed);color:var(--text-main);font-family:var(--font-b);-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.app-main{margin-top:var(--topbar-h);padding-bottom:var(--bnav-h);background:var(--bg-feed);min-height:calc(100vh - var(--topbar-h));max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.app-main{margin-left:240px;border-right:1px solid var(--line-feed);padding-bottom:0}}.topbar{position:fixed;top:0;left:0;right:0;z-index:300;height:var(--topbar-h);background:#0d0d12f7;border-bottom:2px solid var(--red);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 16px;box-shadow:0 2px 16px #c8182c1f}@media (min-width: 768px){.topbar{left:0;right:0}}.topbar-brand{display:flex;align-items:center;gap:10px;cursor:pointer}.topbar-brand img{height:152px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(200,24,44,.5))}.topbar-brand-txt{font-family:var(--font-d);font-size:1.4rem;letter-spacing:3px;color:var(--shell-text)}.topbar-brand-txt span{color:var(--red)}.topbar-right{display:flex;align-items:center;gap:4px}.topbar-stats{display:flex;flex-direction:column;align-items:flex-end;padding-right:10px;margin-right:6px;border-right:1px solid #2A2D36}.topbar-stats span{font-size:.55rem;letter-spacing:1.5px;color:var(--shell-muted);line-height:1.6;font-weight:600}.topbar-stats strong{color:var(--orange)}.ticon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--shell-muted);position:relative;border-radius:50%;transition:all .15s}.ticon:hover{color:var(--shell-text);background:#1e1e28}.ticon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ticon .ndot{position:absolute;top:5px;right:5px;width:8px;height:8px;background:var(--red);border-radius:50%;border:2px solid #0D0D12}.desktop-nav{display:none;position:fixed;top:var(--topbar-h);left:0;bottom:0;width:240px;background:var(--bg-shell1);border-right:1px solid var(--line-dark);overflow-y:auto;padding:16px 0;z-index:200;flex-direction:column}@media (min-width: 768px){.desktop-nav{display:flex}}.dnav-item{display:flex;align-items:center;gap:12px;padding:13px 20px;font-family:var(--font-c);font-size:.85rem;letter-spacing:2px;color:var(--shell-muted);cursor:pointer;transition:all .15s;border-left:3px solid transparent}.dnav-item:hover{color:var(--shell-text);background:#1e1e28}.dnav-item.active{color:var(--orange);border-left-color:var(--orange);background:#d078180f}.dnav-item svg{width:20px;height:20px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dnav-admin{color:var(--red2)!important}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:300;height:var(--bnav-h);background:#0d0d12f7;border-top:2px solid var(--red);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom)}@media (min-width: 768px){.bottom-nav{display:none}}.bnav-btn{display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;padding:8px 12px;color:var(--shell-muted);transition:color .18s;position:relative}.bnav-btn.active{color:var(--red)}.bnav-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bnav-btn span{font-size:.48rem;letter-spacing:1.5px;font-weight:700;font-family:var(--font-c)}.bnav-dot{position:absolute;top:4px;width:4px;height:4px;border-radius:50%;background:var(--red)}.search-bar{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--bg-feed1);border-bottom:1px solid var(--line-feed)}.search-input{flex:1;background:var(--bg-feed);border:1.5px solid var(--line-feed);border-radius:20px;padding:8px 14px 8px 36px;font-size:.88rem;color:var(--text-main);outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--red)}.search-input::placeholder{color:var(--text-muted)}.search-icon{position:absolute;left:28px;color:var(--text-muted)}.search-wrap{position:relative;flex:1}.search-wrap svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:var(--text-muted);fill:none;stroke-width:2;pointer-events:none}.sec-hdr{display:flex;align-items:center;gap:8px;padding:14px 16px 10px;background:var(--bg-feed);border-bottom:2px solid var(--line-feed)}.sec-ttl{font-family:var(--font-d);font-size:1rem;letter-spacing:4px;color:var(--text-main)}.sec-ttl-red{color:var(--red)}.sec-more{font-size:.7rem;letter-spacing:2px;color:var(--text-muted);margin-left:auto;cursor:pointer;font-weight:600;transition:color .15s}.sec-more:hover{color:var(--red)}.show-card{padding:14px 16px;border-bottom:1px solid var(--line-feed);background:var(--bg-feed);transition:background .15s}.show-card:hover{background:var(--bg-feed1)}.show-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.show-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--line-feed);background:var(--bg-feed2);display:flex;align-items:center;justify-content:center}.show-avatar img{width:100%;height:100%;object-fit:cover;object-position:top}.show-avatar-fb{font-family:var(--font-d);font-size:1.2rem;color:var(--red)}.show-band-name{font-size:.95rem;font-weight:700;color:var(--text-main);line-height:1.2}.show-tag{display:inline-block;font-family:var(--font-c);font-size:.6rem;letter-spacing:2.5px;padding:2px 8px;font-weight:700;border-radius:2px;margin-left:6px;vertical-align:middle}.tag-soon{background:var(--red);color:#fff}.tag-hist{background:var(--tag-hist);color:#fff}.tag-news{background:var(--orange);color:#fff}.show-date-line{font-size:.82rem;color:var(--text-sub);margin-bottom:3px;font-weight:500}.show-tour-line{font-size:.78rem;color:var(--text-muted);margin-bottom:8px}.show-tour-line span{color:var(--orange);font-weight:600}.show-actions{display:flex;align-items:center;gap:14px;padding-top:4px}.act-btn{display:flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.82rem;font-weight:500;transition:color .15s;padding:0}.act-btn:hover,.act-btn.liked{color:var(--red)}.act-btn.liked svg{fill:var(--red);stroke:var(--red)}.act-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:all .15s}.evou-btn{margin-left:auto;font-family:var(--font-c);font-size:.7rem;letter-spacing:2px;padding:5px 12px;border:1.5px solid var(--red);color:var(--red);background:none;font-weight:700;transition:all .15s;border-radius:2px}.evou-btn.on,.evou-btn:hover{background:var(--red);color:#fff}.news-card{padding:14px 16px;border-bottom:1px solid var(--line-feed);background:var(--bg-feed);transition:background .15s}.news-card:hover{background:var(--bg-feed1)}.news-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.news-logo-av{width:44px;height:44px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.news-logo-av img{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}.news-logo-av-fb{font-family:var(--font-d);font-size:.8rem;color:#fff;letter-spacing:1px}.news-source{font-size:.78rem;font-weight:700;color:var(--text-main)}.news-source-meta{font-size:.7rem;color:var(--text-muted)}.news-headline{font-size:.97rem;font-weight:700;color:var(--text-main);line-height:1.45;margin-bottom:8px;cursor:pointer;transition:color .15s}.news-headline:hover{color:var(--red)}.news-actions{display:flex;align-items:center;gap:14px}.hall-row{display:flex;gap:10px;padding:10px 16px 14px;overflow-x:auto;scrollbar-width:none;background:var(--bg-feed)}.hall-row::-webkit-scrollbar{display:none}.hcard{flex-shrink:0;width:96px;background:var(--bg-feed1);border:1px solid var(--line-feed);overflow:hidden;cursor:pointer;transition:border-color .2s;border-radius:4px}.hcard:hover{border-color:var(--red)}.hcard-img{width:100%;height:72px;overflow:hidden;background:var(--bg-feed2);display:flex;align-items:center;justify-content:center;font-size:1.8rem}.hcard-img img{width:100%;height:100%;object-fit:cover;object-position:top}.hcard-name{font-size:.76rem;font-weight:600;padding:5px 7px 2px;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hcard-fans{font-size:.62rem;color:var(--orange);padding:0 7px 6px;font-weight:700}.hist-card{padding:12px 16px;border-bottom:1px solid var(--line-feed);background:var(--bg-feed1);display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .15s}.hist-card:hover{background:var(--bg-feed2)}.hist-av{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1.5px solid var(--line-feed);background:var(--bg-feed2);display:flex;align-items:center;justify-content:center;font-family:var(--font-d);font-size:1rem;color:var(--red)}.hist-av img{width:100%;height:100%;object-fit:cover;object-position:top}.hist-info{flex:1;min-width:0}.hist-band{font-size:.88rem;font-weight:700;color:var(--text-main)}.hist-meta{font-size:.76rem;color:var(--text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist-tag{font-family:var(--font-c);font-size:.58rem;letter-spacing:2px;padding:2px 7px;background:var(--tag-hist);color:#fff;border-radius:2px;flex-shrink:0;font-weight:700}.spinner{width:28px;height:28px;border:2px solid var(--line-feed);border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite;margin:40px auto;display:block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:40px 20px;color:var(--text-muted);font-size:.9rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#00000080;display:flex;align-items:flex-end}.modal-sheet{background:var(--bg-feed);border-top:2px solid var(--red);width:100%;max-height:90vh;overflow-y:auto;padding:20px;border-radius:12px 12px 0 0}.modal-handle{width:36px;height:4px;background:var(--line-feed);border-radius:2px;margin:0 auto 16px}.form-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.form-label{font-size:.72rem;font-weight:600;letter-spacing:1.5px;color:var(--text-sub);text-transform:uppercase}.form-input{width:100%;padding:10px 12px;background:var(--bg-feed);border:1.5px solid var(--line-feed);color:var(--text-main);font-size:.9rem;outline:none;transition:border-color .2s;border-radius:4px}.form-input:focus{border-color:var(--red)}.form-input::placeholder{color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;font-family:var(--font-c);letter-spacing:2px;font-size:.82rem;padding:10px 18px;transition:all .15s;cursor:pointer;border-radius:3px;font-weight:700}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red2)}.btn-ghost{background:transparent;color:var(--text-sub);border:1.5px solid var(--line-feed)}.btn-ghost:hover{border-color:var(--red);color:var(--text-main)}.btn-full{width:100%}.btn:disabled{opacity:.45;cursor:not-allowed}
