*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#c8102e;--primary-dark:#a20d25;--black:#111111;--soft-black:#1d1d1d;--text:#222222;--text-light:#666666;--border:#e5e5e5;--bg:#f5f5f5;--white:#ffffff;--container:1320px;--transition:all .25s ease;--shadow:0 10px 30px rgba(0,0,0,.06);--shadow-dropdown:0 15px 35px rgba(0,0,0,.1)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;line-height:1.7;min-height:100vh}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}ul{list-style:none}button,input{font-family:inherit}.container,.page-wrapper{width:100%;max-width:var(--container);margin:0 auto;padding-left:18px;padding-right:18px}

/* ─────────── NEW MINIMAL WHITE TOPBAR ─────────── */
.site-topbar {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}

.site-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar-date,
.topbar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  color: #444444;
  padding: 5px 14px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.topbar-date:hover,
.topbar-social a:hover {
  background: #e9e9eb;
  color: #111111;
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Mobile: allow stacking and centering */
@media (max-width: 560px) {
  .site-topbar .container {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topbar-social {
    justify-content: center;
  }
}
/* ─────────── END OF TOPBAR ─────────── */


/* REST OF YOUR CSS – COMPLETELY UNCHANGED */
.site-header{width:100%;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:999}.site-header .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-top:14px;padding-bottom:14px;min-height:84px}.header-brand{display:flex;align-items:center;gap:16px}.site-logo{text-decoration:none;flex-shrink:0;display:flex;align-items:center}.site-logo-text{font-family:'Merriweather',serif;font-size:36px;font-weight:900;line-height:1;color:var(--black);letter-spacing:-1.5px;margin:0;white-space:nowrap}.site-logo-text span{color:var(--primary)}.header-search{flex-grow:1;max-width:480px;margin:0 auto}.header-search-wrap{position:relative;width:100%}.search-icon-svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#999;pointer-events:none}.header-search input{width:100%;height:46px;border:1px solid transparent;background:#f0f2f5;border-radius:24px;padding:0 20px 0 44px;font-size:14px;color:var(--text);outline:none;transition:all 0.25s ease}.header-search input::placeholder{color:#888}.header-search input:focus{background:var(--white);border-color:var(--primary);box-shadow:0 0 0 4px rgba(200,16,46,0.08)}.header-actions{display:flex;align-items:center}.btn-login{background:var(--primary);color:var(--white);border:none;height:42px;padding:0 24px;border-radius:22px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;white-space:nowrap}.btn-login:hover{background:var(--primary-dark);box-shadow:0 4px 12px rgba(200,16,46,0.2);transform:translateY(-1px)}.page-wrapper{padding-top:28px;padding-bottom:60px}@media (max-width:992px){.site-header .container{gap:16px}.header-search{max-width:320px}.site-logo-text{font-size:32px}}@media (max-width:768px){.site-header .container{padding-top:12px;padding-bottom:12px;gap:12px}.site-logo-text{font-size:28px}.header-search{order:3;flex-basis:100%;max-width:100%;margin:4px 0 0 0}.header-actions{order:2}.btn-login{padding:0 18px;height:38px;font-size:13px}}@media (max-width:560px){.site-topbar .container{flex-direction:column;justify-content:center;gap:6px;padding-top:8px;padding-bottom:8px}}.nav-wrapper{position:relative}.hamburger-btn{width:44px;height:44px;border:none;background:#111827;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:10px}.hamburger-btn span{width:100%;height:2px;background:#fff;border-radius:10px;transition:0.3s}.mobile-nav{position:absolute;top:55px;left:0;min-width:230px;background:#ffffff;border-radius:14px;padding:10px;box-shadow:0 10px 25px rgba(0,0,0,0.10);display:none;flex-direction:column;z-index:99999}.mobile-nav.show{display:flex}.mobile-nav a{padding:12px 14px;text-decoration:none;color:#111827;font-weight:600;border-radius:10px;transition:0.2s}.mobile-nav a:hover{background:#f3f4f6}@media (max-width:768px){.mobile-nav{width:260px}}.header-auth-buttons{display:flex;align-items:center;gap:12px}.header-login-btn{height:44px;padding:0 24px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #dcdcdc;color:#111111;font-size:14px;font-weight:800;transition:all .25s ease}.header-login-btn:hover{background:#f5f5f5;transform:translateY(-1px)}.header-register-btn{height:44px;padding:0 26px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#c8102e;color:#ffffff;font-size:14px;font-weight:800;transition:all .25s ease;box-shadow:0 6px 16px rgba(200,16,46,.18)}.header-register-btn:hover{background:#a20d25;transform:translateY(-2px)}.header-user-menu{display:flex;align-items:center;gap:12px}.header-profile-btn{display:flex;align-items:center;gap:10px;background:#ffffff;border:1px solid #e5e5e5;border-radius:999px;padding:6px 16px 6px 6px;transition:all .25s ease}.header-profile-btn:hover{background:#fafafa;transform:translateY(-1px)}.profile-avatar{width:34px;height:34px;border-radius:50%;background:#111111;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;flex-shrink:0}.profile-name{font-size:14px;font-weight:800;color:#111111;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-logout-btn{height:44px;padding:0 22px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#111111;color:#ffffff;font-size:14px;font-weight:800;transition:all .25s ease}.header-logout-btn:hover{background:#000000;transform:translateY(-1px)}@media(max-width:768px){.header-auth-buttons{gap:8px}.header-login-btn,.header-register-btn,.header-logout-btn{height:38px;padding:0 16px;font-size:12px}.header-profile-btn{padding:4px 10px 4px 4px}.profile-avatar{width:30px;height:30px;font-size:12px}.profile-name{max-width:70px;font-size:12px}}@media(max-width:560px){.header-user-menu{gap:8px}.header-auth-buttons{gap:6px}.header-login-btn,.header-register-btn{padding:0 14px}.profile-name{display:none}}