.week-tabs { display: flex; gap: 7px; overflow: auto; padding-bottom: 10px; margin-bottom: 20px; scrollbar-width: thin; }
.week-tabs button { border: 1px solid var(--line); background: #11141a; border-radius: 9px; padding: 9px 13px; color: var(--muted); font-size: 11px; font-weight: 850; cursor: pointer; white-space: nowrap; }
.week-tabs button:hover { border-color: var(--line-strong); color: white; }
.week-tabs button.active { background: var(--orange); color: #111; border-color: var(--orange); box-shadow: 0 8px 22px rgba(245,123,0,.15); }

.request-search { display: grid; grid-template-columns: 1fr auto; gap: 9px; max-width: 800px; margin-bottom: 22px; }
.input { width: 100%; border-radius: 10px; border: 1px solid var(--line); background: #101319; color: white; padding: 12px 13px; outline: none; transition: border-color .16s ease, box-shadow .16s ease; }
.input::placeholder { color: #616672; }
.input:focus { border-color: rgba(245,123,0,.5); box-shadow: 0 0 0 3px rgba(245,123,0,.07); }
textarea.input { min-height: 120px; resize: vertical; }
.request-results { display: grid; gap: 7px; max-width: 950px; }
.request-item { border: 1px solid var(--line); background: #101319; border-radius: 11px; padding: 11px 13px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 13px; }
.request-item:hover { border-color: rgba(255,255,255,.13); }
.request-item strong { font-size: 13px; }
.request-item span { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.request-item button { border: 1px solid rgba(245,123,0,.23); border-radius: 8px; background: rgba(245,123,0,.11); color: var(--orange-2); font-weight: 900; padding: 8px 11px; cursor: pointer; font-size: 11px; }
.request-item button:hover { background: rgba(245,123,0,.18); }
.request-item button:disabled { opacity: .6; cursor: wait; }

.prose { max-width: 820px; }
.prose h2 { margin-top: 38px; font-size: 28px; letter-spacing: -.025em; }
.prose p, .prose li { color: #b4b8c1; line-height: 1.78; }
.prose a { color: var(--orange-2); }

.form-grid { display: grid; gap: 13px; max-width: 650px; }
.form-grid.card { padding: 22px; }
.form-grid label, .admin-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; color: #c8cbd2; }

.admin-shell { width: min(1360px, calc(100% - 34px)); margin: 30px auto 60px; display: grid; grid-template-columns: 220px 1fr; gap: 18px; }
.admin-side { position: sticky; top: 94px; align-self: start; border: 1px solid var(--line); border-radius: 16px; background: rgba(14,16,20,.96); padding: 12px; box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.admin-side strong { display: block; padding: 9px 9px 15px; font-size: 13px; }
.admin-side a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.admin-side a:hover, .admin-side a.active { background: rgba(245,123,0,.1); color: white; }
.admin-side a:last-child { margin-top: 7px; border-top: 1px solid var(--line); border-radius: 0; padding-top: 13px; }
.admin-main { min-width: 0; }
.admin-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 18px; }
.admin-head h1 { margin: 3px 0 0; font-size: 32px; letter-spacing: -.035em; }
.admin-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); background: #0f1116; border-radius: 13px; overflow: hidden; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line); text-align: left; padding: 11px; font-size: 11px; vertical-align: top; }
.admin-table tbody tr:last-child td { border-bottom: 0; }
.admin-table tbody tr:hover td { background: rgba(255,255,255,.015); }
.admin-table th { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; background: rgba(255,255,255,.02); }
.admin-actions { display: flex; gap: 5px; }
.mini-btn { border: 1px solid var(--line); border-radius: 7px; padding: 6px 8px; background: #171a20; cursor: pointer; font-size: 10px; }
.mini-btn:hover { border-color: var(--line-strong); }
.mini-btn.danger { color: var(--danger); }
.admin-form { display: grid; gap: 12px; }
.admin-form .row { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }

.modal { position: fixed; inset: 0; background: rgba(0,0,0,.76); z-index: 100; display: grid; place-items: center; padding: 20px; backdrop-filter: blur(7px); }
.modal[hidden] { display: none; }
.modal-card { width: min(700px, 100%); max-height: 88vh; overflow: auto; background: #111319; border: 1px solid var(--line-strong); border-radius: 18px; padding: 20px; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.modal-head { display:flex; justify-content:space-between; gap: 12px; align-items:center; margin-bottom: 17px; }
.modal-head h2 { margin:0; font-size: 22px; }
.modal-close { border:0; background:transparent; font-size:23px; cursor:pointer; color: var(--muted); }

.site-footer { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; padding: 48px 0 52px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; color: var(--muted); font-size: 11px; }
.footer-brand { display: flex; gap: 11px; align-items: center; }
.footer-brand img { width: 40px; height: 40px; object-fit: cover; border-radius: 8px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: white; font-size: 15px; letter-spacing: .02em; }
.footer-brand span { font-size: 7px; letter-spacing: .15em; margin-top: 4px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: white; }
.site-footer p { grid-column: 1/-1; margin: 0; color: #707580; }

.global-player {
  position: fixed;
  z-index: 70;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 54px 46px minmax(0,1fr) 150px 82px 150px auto;
  align-items: center;
  gap: 12px;
  padding: 10px max(18px, calc((100vw - 1380px)/2));
  background: rgba(13,15,19,.97);
  border-top: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 -18px 52px rgba(0,0,0,.42);
  backdrop-filter: blur(20px) saturate(130%);
}
.player-art { width: 54px; height: 54px; border-radius: 10px; overflow: hidden; background:#1a1d23; border: 1px solid var(--line); }
.player-art img { width: 100%; height: 100%; object-fit: cover; }
.player-art img[src$="fragfm-emblem.png"] { object-fit: contain; padding: 8px; background:#111319; }
.player-play { width: 42px; height: 42px; border-radius: 50%; border: 0; background: linear-gradient(135deg, #ff951f, var(--orange)); color: #15100a; font-weight: 950; cursor: pointer; box-shadow: 0 8px 24px rgba(245,123,0,.2); }
.player-track { min-width: 0; display: flex; flex-direction: column; }
.player-kicker { color: var(--orange-2); font-size: 8px; font-weight: 900; letter-spacing: .11em; display: flex; align-items: center; gap: 7px; margin-bottom: 3px; }
.player-kicker .live-dot { width: 5px; height: 5px; }
.player-track strong, .player-track span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-track strong { font-size: 13px; }
.player-track span { font-size: 10px; color: var(--muted); margin-top: 2px; }
.player-dj, .player-listeners { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 12px; min-width: 0; }
.player-dj small, .player-listeners small { color: var(--muted-2); font-size: 7px; letter-spacing: .13em; }
.player-dj strong, .player-listeners strong { font-size: 10px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:3px; }
