:root {
  --primary: #d4af37; 
  --primary-hover: #b5952f;
  --bg-color: #0d0d0d;
  --panel-bg: rgba(20, 20, 20, 0.9);
  --text: #e0e0e0;
  --text-muted: #999;
  --border: #333;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }

body {
  background-color: var(--bg-color);
  background-image: url('../images/img1.avif');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.6;
}

body.QS5b9q1S { overflow: hidden; }

a { color: var(--primary); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--text); }


.oy9I8w4j {
    background: #050505;
    color: #777;
    text-align: center;
    font-size: 0.75rem;
    padding: 8px 10px;
    border-bottom: 1px solid var(--border);
}

header {
  background: rgba(10, 10, 10, 0.95);
  padding: 20px;
  border-bottom: 2px solid var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

header .Ow7N0h6v { font-size: 1.5rem; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; }

nav ul { list-style: none; display: flex; gap: 20px; }
nav ul li a { color: var(--text); font-weight: 600; font-size: 1.1rem; }
nav ul li a:hover { color: var(--primary); }

main { max-width: 1200px; margin: 40px auto; padding: 20px; background: rgba(15, 15, 15, 0.85); border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.8); }

h1, h2, h3, h4 { margin-bottom: 15px; color: #fff; }


.kh8P7u4X {
    text-align: center;
    padding: 60px 20px;
    background: rgba(5, 5, 5, 0.7);
    border-radius: 10px;
    margin-bottom: 40px;
    border: 1px solid var(--border);
}
.kh8P7u4X h1 { font-size: 2.8rem; text-transform: uppercase; margin-bottom: 15px; font-weight: 900; }
.kh8P7u4X .kk6p9Z9V { color: var(--primary); }
.kh8P7u4X h2 { font-size: 1.4rem; margin-bottom: 20px; color: #bbb;}
.kh8P7u4X p { max-width: 800px; margin: 0 auto 20px; color: #ccc; font-size: 1.1rem; line-height: 1.8;}
.cQ4h7l8h { display: flex; justify-content: center; gap: 20px; font-weight: bold; margin-top: 20px;}
.cQ4h7l8h span { display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; }

.ga3K2c7u { text-align: center; margin-bottom: 40px; font-size: 1rem; }


.yw4o7G7r { overflow-x: auto; margin-bottom: 50px; }
.wk1B4K4v { width: 100%; border-collapse: collapse; background: rgba(30, 30, 30, 0.6); min-width: 800px; }
.wk1B4K4v th { background: #000; color: #fff; padding: 15px; font-size: 0.85rem; text-transform: uppercase; border-bottom: 3px solid var(--primary); text-align: center;}
.wk1B4K4v td { padding: 25px 15px; border-bottom: 1px solid var(--border); vertical-align: middle; text-align: center; }
.wk1B4K4v tr { transition: background 0.3s; position: relative; }
.wk1B4K4v tr:hover { background: rgba(40,40,40,0.8); }

.JB7v5F1u { display:flex; flex-direction:column; align-items:center; position: relative;}
.XG6n7o9n { position: absolute; top: -5px; left: 0; background: var(--primary); color: #000; padding: 5px 10px; font-size: 0.75rem; font-weight: bold; border-radius: 3px; text-transform: uppercase;}
.JB7v5F1u img { max-width: 140px; background: #b5962f8d; padding: 8px; border-radius: 5px; }

.VB2O9A4c { font-weight: bold; font-size: 1.3rem; }
.LS0H5P8G { color: var(--primary); font-size: 1.3rem; }
.cI4B6T8j { font-size: 2.5rem; font-weight: 800; color: var(--primary); }

.TY4I6q2l { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 220px;}
.OD0L2Y8q { display: inline-block; padding: 12px 25px; border-radius: 5px; font-weight: bold; text-transform: uppercase; border: none; cursor: pointer; transition: 0.3s; text-align: center;}
.mv0m0a1k { background: var(--primary); color: #000; width: 100%; font-size: 1.1rem; }
.mv0m0a1k:hover { background: var(--primary-hover); transform: scale(1.05); }
.Hm0l3a8S { background: transparent; border: 2px solid var(--primary); color: var(--primary); font-size: 0.9rem;}
.Hm0l3a8S:hover { background: var(--primary); color: #000; }
.MU2v7I1a { font-size: 0.70rem; color: var(--text-muted); margin-top: 5px; display: block; }
.rU8s5B4b { display: flex; align-items: center; gap: 5px; font-size: 0.85rem; font-weight: 600; margin-top: 5px;}
.rU8s5B4b img { width: 16px; height: 16px; }

.Zc1i1w6u { font-size: 0.75rem; color: #888; text-align: center; padding: 10px; border-bottom: 2px solid var(--border); }


.EK2u1n9R { margin-bottom: 40px; padding: 20px; background: rgba(30,30,30,0.6); border-radius: 8px; }
.ni5o7v3j { width: 100%; border-collapse: collapse; margin-top: 15px; }
.ni5o7v3j th, .ni5o7v3j td { border: 1px solid var(--border); padding: 12px; text-align: left; }
.ni5o7v3j th { background: rgba(50,50,50,0.8); color: var(--primary); }

.WE6c0q7y { display: flex; gap: 20px; margin-top: 20px; }
.hZ9o8l6u, .bb7D8X2o { flex: 1; background: rgba(0,0,0,0.5); padding: 20px; border-radius: 8px; border-top: 3px solid var(--primary); }
.bb7D8X2o { border-top-color: #e74c3c; } 
.hZ9o8l6u h4 { color: var(--primary); }
.bb7D8X2o h4 { color: #e74c3c; }


.iE1T0t3o { margin-top: 50px; }
.mR1V0K7s { background: rgba(20,20,20,0.8); border: 1px solid var(--border); margin-bottom: 15px; border-radius: 5px; padding: 20px; }
.mR1V0K7s h3 { margin-bottom: 10px; color: var(--primary); font-size: 1.2rem;}
.mR1V0K7s p { color: #ccc; }


.Xh8G8V7V { display: flex; flex-direction: column; gap: 15px; max-width: 600px; margin: 20px 0; }
.Xh8G8V7V input, .Xh8G8V7V textarea { width: 100%; padding: 15px; background: rgba(0,0,0,0.6); border: 1px solid var(--border); color: #fff; border-radius: 5px; font-size: 1rem;}
.Xh8G8V7V input:focus, .Xh8G8V7V textarea:focus { outline: none; border-color: var(--primary); }
.oE2m6i1p { display: none; padding: 15px; background: rgba(212, 175, 55, 0.1); border: 1px solid var(--primary); color: var(--primary); text-align: center; border-radius: 5px; margin-top: 20px; font-weight: bold;}


.sc5P9b7E { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 1; visibility: visible; transition: 0.3s; }
.sc5P9b7E.Jf5o8x1e { opacity: 0; visibility: hidden; }
.ji4a5N8r { background: var(--panel-bg); padding: 40px; border-radius: 10px; max-width: 500px; text-align: center; border: 2px solid var(--primary); color: #fff; position: relative;}
.Dd3G5m8f { display: none; margin-top: 20px;}


.xy6L8G0c { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(10,10,10,0.95); padding: 20px; box-shadow: 0 -2px 10px rgba(0,0,0,0.8); z-index: 9000; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid var(--primary); transform: translateY(100%); transition: 0.5s;}
.xy6L8G0c.tl2E2U0H { transform: translateY(0); }


footer { background: rgba(5,5,5,0.98); padding: 40px 20px; border-top: 2px solid var(--primary); text-align: center; font-size: 0.9rem; color: var(--text-muted); }
.Wv0o9U9M { margin-bottom: 20px; }
.Wv0o9U9M a { margin: 0 10px; color: var(--text); }
.ar8q6k0q { display: flex; justify-content: center; gap: 30px; margin: 30px 0; flex-wrap: wrap;}
.ar8q6k0q img { height: 40px; opacity: 0.8; transition: 0.3s; }
.ar8q6k0q img:hover { opacity: 1; }
.Dw5Y8i9n { max-width: 900px; margin: 0 auto 20px; text-align: left; }
.Dw5Y8i9n h4 { margin-top: 15px; color: var(--text); font-size: 1rem;}
.Cw8o6K7P { margin-top: 20px; font-weight: bold; color: var(--text); }

@media (max-width: 768px) {
  header { flex-direction: column; gap: 15px; }
  nav ul { flex-wrap: wrap; justify-content: center; gap: 15px; }
  nav ul li a{ font-size: 0.9rem; }
  .WE6c0q7y { flex-direction: column; }
  .kh8P7u4X h1 { font-size: 2rem; }
  .ni5o7v3j { display: block; overflow-x: auto; white-space: nowrap; }

  
  .yw4o7G7r { overflow-x: hidden; margin-bottom: 20px; padding: 0 10px;}
  .wk1B4K4v { min-width: 100%; display: block; background: transparent; }
  .wk1B4K4v thead { display: none; }
  .wk1B4K4v tbody { display: flex; flex-direction: column; gap: 0; }
  
  .wk1B4K4v tr:nth-child(odd) { 
      display: flex; 
      flex-direction: column; 
      background: rgba(30, 30, 30, 0.8);
      border: 1px solid var(--border);
      border-bottom: none;
      border-radius: 10px 10px 0 0;
      padding-top: 20px;
  }
  
  .wk1B4K4v tr:nth-child(even) {
      display: block;
      background: rgba(15, 15, 15, 0.9);
      border: 1px solid var(--border);
      border-top: none;
      border-radius: 0 0 10px 10px;
      margin-bottom: 40px;
  }
  
  .wk1B4K4v td {
      display: flex;
      flex-direction: column;
      padding: 10px 15px;
      border: none;
      align-items: center;
      text-align: center;
  }
  
  .wk1B4K4v tr:nth-child(even) td.Zc1i1w6u {
      display: block;
      padding: 15px;
      border-bottom: none;
  }

  .JB7v5F1u img { max-width: 180px; }
  .XG6n7o9n { top: -35px; font-size: 0.85rem;}
  
  .VB2O9A4c { font-size: 1.5rem; }
  .cI4B6T8j { font-size: 2rem; }
  .TY4I6q2l { width: 100%; padding-bottom: 20px; }
  .TY4I6q2l .OD0L2Y8q { width: 100%; max-width: 300px; margin: 0 auto; }
}
