* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Livvic", sans-serif;
  background: #0f0c0d;
}

.video {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: absolute;
}
.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.wrapper {
  background: url(../images/foot.jpg) no-repeat center bottom;
  position: relative;
}

@media screen and (max-width: 1185px) {
  .video {
    width: 1180px;
    height: 1080px;
    overflow: hidden;
    position: absolute;
  }

  .wrapper {
    width: 1180px;
    background: url(../images/foot.jpg) no-repeat center bottom;
    position: relative;
  }
}

.container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.links {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.links ul {
  border-radius: 60px;
  border: 1px solid #f00;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.links a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
  display: block;
}
.links a:hover {
  color: #ff0;
  text-decoration: underline;
}

.servers {
  margin-top: 948px;
  height: 394px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 39px;
  padding-top: 1px;
}
.servers .server {
  width: 258px;
  height: 394px;
  margin: 0 -37px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.servers .server.coming {
  background-image: url(../images/coming.png);
}
.servers .server + .server:before {
  content: ' ';
  width: 100px;
  height: 393px;
  background: url(../images/server-space.png) no-repeat;
  position: absolute;
  top: 0;
  left: -14px;
}
.servers .server.active {
  filter: brightness(150%);
}
.servers .server.server-hk {
  background: url(../images/sv-hk.png);
}
.servers .server.server-tl {
  background: url(../images/sv-tl.png);
}
.servers .server.server-tm {
  background: url(../images/sv-tm.png);
}
.servers .server.server-bv {
  background: url(../images/sv-bv.png);
}
.servers .server.server-ht {
  background: url(../images/sv-ht.png);
}
.servers .server .countdown {
  width: 180px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px #000;
  position: absolute;
  bottom: 10px;
}
.servers .server .countdown .kkc-days-text {
  margin-right: 20px;
}

.servers .server .new {
  width: 74px;
  height: 43px;
  background: url(../images/new.png) no-repeat;
  position: absolute;
  top: -2px;
  left: 64px;
}
.servers .server .event {
  width: 74px;
  height: 43px;
  background: url(../images/event.png) no-repeat;
  position: absolute;
  top: 32px;
  left: 58px;
}

#svg-servers {
  position: absolute;
  top: 898px;
  left: 0;
  z-index: 10;
}
#svg-servers polygon {
  cursor: pointer;
}

.footer {
  text-align: center;
  font-size: 14px;
  padding-bottom: 220px;
  padding-top: 25px;
}
.footer .ft1 {
  font-weight: 700;
  color: #fff;
}
.footer .ft2 {
  color: #a0a0a0;
}
.footer .ft3 a {
  color: #ffba00;
  text-decoration: none;
}
.footer .ft3 a:hover {
  color: #ff0;
}

/* Server Info Styles */
.server-title {
    color: #ffa500;
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.server-name {
    color: #fff;
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.server-desc {
    text-align: center;
    color: #ffa500;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.alpha-test {
    text-align: center;
    color: #ff0;
    font-size: 24px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.server-details ul,
.character-creation ul {
    list-style: none;
    padding: 0;
}

.server-details li,
.character-creation li {
    margin-bottom: 10px;
    color: #fff;
}

.timeline-item {
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(255, 165, 0, 0.1);
    border-radius: 5px;
}

.timeline-item .day {
    color: #ffa500;
    font-weight: bold;
    display: block;
}

.timeline-item .content {
    color: #fff;
    display: block;
    margin: 5px 0;
}

.timeline-item .note {
    color: #ff0;
    font-size: 0.9em;
    display: block;
}

.server-features ol {
    padding-left: 20px;
}

.server-features li {
    margin-bottom: 10px;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ffa500;
}

th {
    background: rgba(255, 165, 0, 0.2);
    color: #ffa500;
}

td {
    color: #fff;
}

.reset-info table tr:nth-child(even) {
    background: rgba(255, 165, 0, 0.1);
}

@media (max-width: 768px) {
    .info-section {
        grid-template-columns: 1fr;
    }
    
    .server-title {
        font-size: 28px;
    }
    
    .server-name {
        font-size: 36px;
    }
}

@media screen and (max-width: 1185px) {
    .server-info {
        width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .info-section {
        grid-template-columns: 1fr;
    }
}

.black-section {
  background: url(../images/bg-page-tab-1.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
  margin-top: -220px;
  position: relative;
  z-index: 1;
  min-height: 1200px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.black-section .container {
  position: relative;
  z-index: 2;
  width: 1180px;
  margin: 0 auto;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.server-info-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 165, 0, 0.3);
}

.server-info-box h3 {
    color: #ffa500;
    border-bottom: 2px solid #ffa500;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.server-info-box ul,
.server-info-box ol {
    list-style-position: inside;
    color: #fff;
}

.server-info-box li {
    margin-bottom: 10px;
}

.timeline-item {
    background: rgba(255, 165, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.timeline-item .day {
    color: #ffa500;
    font-weight: bold;
    display: block;
}

.timeline-item .content {
    color: #fff;
    display: block;
    margin: 5px 0;
}

.timeline-item .note {
    color: #ff0;
    font-size: 0.9em;
}

.info-table,
.reset-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.info-table th,
.reset-table th,
.info-table td,
.reset-table td {
    border: 1px solid #ffa500;
    padding: 8px;
    text-align: left;
    color: #fff;
}

.info-table th,
.reset-table th {
    background: rgba(255, 165, 0, 0.2);
    color: #ffa500;
}

.reset-table tr:nth-child(even) {
    background: rgba(255, 165, 0, 0.1);
}

@media (max-width: 1024px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
}

/*# sourceMappingURL=style.css.map */

.event-title {
    color: #ffa500;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.7),
                 0 0 20px rgba(255, 165, 0, 0.5),
                 0 0 30px rgba(255, 165, 0, 0.3);
    position: relative;
    padding-bottom: 15px;
}

.event-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffa500,
        #ffa500,
        #ffa500,
        transparent
    );
}

.ingame-events {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.8), rgba(255, 69, 0, 0.1));
    border: 2px solid #ff4500;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 100px;
    box-shadow: 0 0 20px rgba(255, 69, 0, 0.2);
}

.event-table {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    overflow: hidden;
    border: none;
    width: 100%;
}

.event-table th {
    background: rgba(255, 69, 0, 0.3);
    color: #ff4500;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #ff4500;
}

.event-table td {
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid rgba(255, 69, 0, 0.2);
    color: #fff;
    font-size: 15px;
}

.event-table tr:hover {
    background: rgba(255, 69, 0, 0.1);
    transition: all 0.3s ease;
}

.event-table tr:last-child td {
    border-bottom: none;
}

.event-countdown {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #ff4500;
    background: rgba(255, 69, 0, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
