@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html { background-color:#000;margin: 0 auto; overflow-x: hidden;font-family: 'Open Sans', sans-serif; }

video#bgvid {position: fixed; right: 0; bottom: 0;min-width: 100%; min-height: 100%;width: auto; height: auto;z-index: -100;background:url(../images/movie_back.jpg) top center no-repeat;background-size:cover;}

body { width:100%;text-align:center;margin:0 auto;background-color:#000;overflow:hidden;max-width:1920px; }
body.menu-open { overflow:hidden; }

#loading_area { width:100%;height:100%;margin:0 auto;text-align:center; }
#landing_area { display:none;width:100%;height:100%; }

.videoarea { width:100%;height:100%;z-index:1;overflow:hidden;position:absolute; }
.mainarea { width:100%;height:89px;position: absolute;z-index: 5; }
.toparea { width:1100px;height:100%;margin:0 auto;z-index:5; }
.toparea .logo { width:260px;height:100%;float:left;background:url(../images/dn_logo_small.png) top center no-repeat;cursor:pointer; }
.toparea .menu1 { width:270px;height:100%;float:left;background:url(../images/top_menu_1.png) 0 0 no-repeat;cursor:pointer; }
.toparea .menu2 { width:270px;height:100%;float:left;background:url(../images/top_menu_2.png) 0 0 no-repeat;cursor:pointer; }
.toparea .menu3 { width:170px;height:100%;float:left;background:url(../images/top_menu_3.png) 0 0 no-repeat;cursor:pointer; }

.toparea .menu1:hover { background:url(../images/top_menu_1.png) 0px -88px no-repeat; }
.toparea .menu2:hover { background:url(../images/top_menu_2.png) 0px -88px no-repeat; }
.toparea .menu3:hover { background:url(../images/top_menu_3.png) 0px -88px no-repeat; }

/* Hamburger Menu */
.hamburger-menu {
  display:none;
  flex-direction:column;
  justify-content:space-around;
  width:40px;
  height:40px;
  background:transparent;
  border:none;
  cursor:pointer;
  padding:8px;
  z-index:100;
}

.hamburger-menu span {
  width:100%;
  height:3px;
  background:#f0e596;
  border-radius:3px;
  transition:all 0.3s ease;
  box-shadow:0 0 8px rgba(240,229,150,0.6);
}

.hamburger-menu:hover span {
  background:#d8d08d;
  box-shadow:0 0 12px rgba(240,229,150,0.8);
}

.hamburger-menu.active span:nth-child(1) {
  transform:rotate(45deg) translateY(11px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity:0;
}

.hamburger-menu.active span:nth-child(3) {
  transform:rotate(-45deg) translateY(-11px);
}

/* Mobile Menu */
.mobile-menu {
  position:fixed;
  top:0;
  right:-100%;
  width:280px;
  height:100vh;
  background:linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  z-index:9998;
  transition:right 0.3s ease;
  box-shadow:-5px 0 25px rgba(0,0,0,0.8);
  border-left:2px solid #d8d08d;
}

.mobile-menu.active {
  right:0;
}

.mobile-menu-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px;
  border-bottom:2px solid rgba(216,208,141,0.2);
}

.mobile-menu-logo {
  width:80px;
  height:50px;
  background:url(../images/dn_logo_small.png) center center no-repeat;
  background-size:contain;
}

.mobile-menu-close {
  width:40px;
  height:40px;
  background:rgba(0,0,0,0.3);
  border:2px solid #444;
  border-radius:50%;
  color:#d8d08d;
  font-size:18px;
  cursor:pointer;
  transition:all 0.3s ease;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mobile-menu-close:hover {
  background:rgba(216,208,141,0.2);
  border-color:#d8d08d;
  color:#f0e596;
  transform:rotate(90deg);
}

.mobile-menu-nav {
  padding:30px 0;
  display:flex;
  flex-direction:column;
  gap:5px;
}

.mobile-menu-item {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px 30px;
  text-decoration:none;
  transition:all 0.3s ease;
  border-left:4px solid transparent;
  position:relative;
}

.mobile-menu-item span {
  color:#d8d08d;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  text-shadow:0 2px 8px rgba(0,0,0,0.8);
  transition:all 0.3s ease;
  position:relative;
  z-index:2;
}

.mobile-menu-item::before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:100%;
  background:linear-gradient(90deg, rgba(240,229,150,0.15) 0%, transparent 100%);
  transition:width 0.3s ease;
  z-index:1;
}

.mobile-menu-item:hover {
  border-left-color:#f0e596;
  background:rgba(216,208,141,0.08);
}

.mobile-menu-item:hover::before {
  width:100%;
}

.mobile-menu-item:hover span {
  color:#f0e596;
  text-shadow:0 0 15px rgba(240,229,150,0.6), 0 2px 8px rgba(0,0,0,0.8);
  transform:translateX(8px);
}

.mobile-menu-item:active {
  background:rgba(216,208,141,0.15);
}

.mobile-menu-item:active span {
  transform:translateX(5px) scale(0.98);
}

.mainarea .mainlogo { width:100%;height:160px; }
.mainarea .mainlogo .logo { width:800px;height:160px;margin:0 auto;background:url(../images/dn_logo.png) center center no-repeat;background-size:contain; }
.mainarea .maintxt { width:100%;height:120px; }
.mainarea .maintxt .txt { width:740px;height:120px;margin:0 auto;background:url(../images/movie_text_new.png) top center no-repeat;background-size:contain;background-position:center; }

/* Registration Stats */
.registration-stats {
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}

.stats-number {
  font-size:72px;
  font-weight:900;
  color:#f0e596;
  text-shadow:
    0 0 25px rgba(240,229,150,0.8),
    0 3px 6px rgba(0,0,0,0.6),
    3px 3px 0 #d8d08d,
    -3px -3px 0 #988f63;
  letter-spacing:4px;
  animation:counterGlow 3s ease-in-out infinite;
  font-family:'Arial Black', sans-serif;
}

.stats-label {
  font-size:16px;
  font-weight:800;
  color:#d8d08d;
  text-transform:uppercase;
  letter-spacing:3px;
  text-shadow:0 3px 6px rgba(0,0,0,0.6);
}

@keyframes counterGlow {
  0%, 100% {
    text-shadow:
      0 0 20px rgba(240,229,150,0.8),
      0 2px 4px rgba(0,0,0,0.5),
      2px 2px 0 #d8d08d,
      -2px -2px 0 #988f63;
  }
  50% {
    text-shadow:
      0 0 30px rgba(240,229,150,1),
      0 0 40px rgba(240,229,150,0.6),
      0 2px 4px rgba(0,0,0,0.5),
      2px 2px 0 #d8d08d,
      -2px -2px 0 #988f63;
  }
}

.mainarea .mainplay { 
  width:100%;
  height:auto;
  min-height:100px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  /* padding:20px 10px; */
}

/* Pre-register Button */
.preregister-btn {
  position:relative;
  padding:18px 60px;
  font-size:22px;
  font-weight:bold;
  color:#1a1410;
  background:linear-gradient(145deg, #f0e596 0%, #d8d08d 50%, #988f63 100%);
  border:3px solid #d8d08d;
  border-radius:50px;
  cursor:pointer;
  overflow:hidden;
  transition:all 0.3s ease;
  text-transform:uppercase;
  letter-spacing:2px;
  box-shadow:
    0 6px 20px rgba(216,208,141,0.4),
    0 0 30px rgba(240,229,150,0.3),
    inset 0 2px 4px rgba(255,255,255,0.3);
}

.preregister-btn:hover {
  transform:translateY(-3px) scale(1.05);
  box-shadow:
    0 10px 30px rgba(216,208,141,0.6),
    0 0 50px rgba(240,229,150,0.5),
    inset 0 2px 4px rgba(255,255,255,0.4);
  border-color:#f0e596;
}

.preregister-btn:active {
  transform:translateY(-1px) scale(1.02);
}

.btn-shine {
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition:left 0.5s ease;
}

.preregister-btn:hover .btn-shine {
  left:100%;
}

.btn-text {
  position:relative;
  z-index:2;
}

/* Discord Button */
.discord-btn {
  position:relative;
  padding:16px 24px;
  font-size:16px;
  font-weight:500;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:#ffffff;
  background:#5865F2;
  border:none;
  border-radius:4px;
  cursor:pointer;
  overflow:hidden;
  transition:all 0.2s ease;
  text-transform:none;
  letter-spacing:0.5px;
  box-shadow:0 2px 4px rgba(0,0,0,0.2);
  text-decoration:none;
  display:none;
  align-items:center;
  gap:10px;
}

.discord-btn:hover {
  background:#4752C4;
  color:#ffffff;
  box-shadow:0 4px 8px rgba(0,0,0,0.3);
}

.discord-btn:active {
  background:#3C45A5;
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

.discord-btn .btn-shine {
  display:none;
}

.discord-btn:hover .btn-shine {
  display:none;
}

.discord-btn .btn-text {
  color: white;
}

.discord-btn i {
  font-size:20px;
  position:relative;
  z-index:2;
  color:#ffffff;
}

/* WhatsApp Button */
.whatsapp-btn {
  position:relative;
  padding:16px 24px;
  font-size:16px;
  font-weight:500;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:#ffffff;
  background:#25D366;
  border:none;
  border-radius:4px;
  cursor:pointer;
  overflow:hidden;
  transition:all 0.2s ease;
  text-transform:none;
  letter-spacing:0.5px;
  box-shadow:0 2px 4px rgba(0,0,0,0.2);
  text-decoration:none;
  display:none !important;
  align-items:center;
  gap:10px;
}

.whatsapp-btn:hover {
  background:#20BA5A;
  color:#ffffff;
  box-shadow:0 4px 8px rgba(0,0,0,0.3);
}

.whatsapp-btn:active {
  background:#1DA851;
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

.whatsapp-btn .btn-shine {
  display:none;
}

.whatsapp-btn:hover .btn-shine {
  display:none;
}

.whatsapp-btn .btn-text {
  color: white;
}

.whatsapp-btn i {
  font-size:20px;
  position:relative;
  z-index:2;
  color:#ffffff;
}

/* Pre-registration Modal */
.preregister-modal {
  display:none;
  position:fixed;
  z-index:10000;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.85);
  backdrop-filter:blur(10px);
  animation:fadeIn 0.3s ease;
}

.preregister-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background:linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  padding:0;
  border:3px solid #d8d08d;
  border-radius:25px;
  width:90%;
  max-width:550px;
  overflow:hidden;
  box-shadow:
    0 10px 40px rgba(0,0,0,0.9),
    0 0 60px rgba(216,208,141,0.5),
    inset 0 2px 4px rgba(240,229,150,0.1);
  animation:popupAppear 0.3s ease;
}

.modal-close {
  position:absolute;
  right:20px;
  top:20px;
  width:40px;
  height:40px;
  background:rgba(0,0,0,0.3);
  border:2px solid #444;
  border-radius:50%;
  color:#d8d08d;
  font-size:18px;
  cursor:pointer;
  transition:all 0.3s ease;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
}

.modal-close:hover {
  background:rgba(216,208,141,0.2);
  border-color:#d8d08d;
  color:#f0e596;
  transform:rotate(90deg);
}

.modal-header {
  background:linear-gradient(145deg, rgba(240,229,150,0.1) 0%, rgba(152,143,99,0.05) 100%);
  padding:40px 45px 30px;
  border-bottom:2px solid rgba(216,208,141,0.2);
  position:relative;
}

.modal-icon {
  width:70px;
  height:70px;
  margin:0 auto 20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:35px;
  color:#1a1410;
}

@keyframes iconPulse {
  0%, 100% { transform:scale(1); box-shadow:0 5px 20px rgba(216,208,141,0.5); }
  50% { transform:scale(1.05); box-shadow:0 5px 30px rgba(216,208,141,0.7); }
}

.modal-title {
  color:#f0e596;
  font-size:28px;
  font-weight:bold;
  text-align:center;
  margin:0 0 12px 0;
  text-transform:uppercase;
  letter-spacing:3px;
  text-shadow:0 0 20px rgba(240,229,150,0.6);
}

.modal-subtitle {
  color:#d8d08d;
  font-size:15px;
  text-align:center;
  margin:0;
  line-height:1.6;
  opacity:0.95;
}

.modal-subtitle strong {
  color:#f0e596;
  font-weight:600;
}

.preregister-form {
  padding:40px 45px;
  display:flex;
  flex-direction:column;
  gap:28px;
}

.form-row {
  display:flex;
  gap:20px;
}

.form-group {
  position:relative;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.form-group label {
  color:#d8d08d;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1.5px;
  display:flex;
  align-items:center;
  gap:8px;
}

.form-group label i {
  font-size:14px;
  color:#f0e596;
}

.input-wrapper {
  position:relative;
}

.form-group input {
  width:100%;
  padding:14px 16px;
  background:rgba(45,45,45,0.4);
  border:2px solid rgba(68,68,68,0.8);
  border-radius:12px;
  color:#fff;
  font-size:15px;
  transition:all 0.3s ease;
  box-sizing:border-box;
}

.form-group input:focus {
  outline:none;
  border-color:#d8d08d;
  background:rgba(45,45,45,0.7);
  box-shadow:0 0 20px rgba(216,208,141,0.25);
}

.form-group input:focus + .input-underline {
  width:100%;
}

.form-group input::placeholder {
  color:#666;
  font-size:14px;
}

.input-hint {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  padding:8px 12px;
  background:rgba(240,229,150,0.05);
  border:1px solid rgba(240,229,150,0.2);
  border-radius:8px;
  font-size:12px;
  color:#d8d08d;
  line-height:1.4;
}

.input-hint i {
  color:#f0e596;
  font-size:14px;
  min-width:14px;
}

.input-underline {
  position:absolute;
  bottom:0;
  left:0;
  width:0;
  height:2px;
  background:linear-gradient(90deg, #f0e596 0%, #d8d08d 50%, #988f63 100%);
  transition:width 0.4s ease;
  border-radius:2px;
}

.form-agreement {
  margin-top:5px;
}

.checkbox-container {
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
  user-select:none;
  line-height:1.5;
}

.checkbox-container input[type="checkbox"] {
  display:none;
}

.checkmark {
  width:22px;
  height:22px;
  min-width:22px;
  background:rgba(45,45,45,0.6);
  border:2px solid #444;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all 0.3s ease;
  margin-top:2px;
}

.checkmark i {
  font-size:12px;
  color:transparent;
  transition:all 0.3s ease;
}

.checkbox-container input[type="checkbox"]:checked ~ .checkmark {
  background:linear-gradient(145deg, #f0e596 0%, #d8d08d 100%);
  border-color:#d8d08d;
}

.checkbox-container input[type="checkbox"]:checked ~ .checkmark i {
  color:#1a1410;
}

.agreement-text {
  color:#999;
  font-size:13px;
  line-height:1.6;
}

.agreement-link {
  color:#d8d08d;
  text-decoration:none;
  border-bottom:1px solid rgba(216,208,141,0.3);
  transition:all 0.3s ease;
}

.agreement-link:hover {
  color:#f0e596;
  border-bottom-color:#f0e596;
}

.submit-btn {
  position:relative;
  padding:17px 45px;
  margin-top:15px;
  font-size:17px;
  font-weight:bold;
  color:#1a1410;
  background:linear-gradient(145deg, #f0e596 0%, #d8d08d 50%, #988f63 100%);
  border:3px solid #d8d08d;
  border-radius:50px;
  cursor:pointer;
  overflow:hidden;
  transition:all 0.3s ease;
  text-transform:uppercase;
  letter-spacing:2.5px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  box-shadow:
    0 6px 20px rgba(216,208,141,0.4),
    inset 0 2px 4px rgba(255,255,255,0.3);
}

.submit-btn i {
  font-size:20px;
}

.submit-btn:hover {
  transform:translateY(-3px);
  box-shadow:
    0 10px 30px rgba(216,208,141,0.6),
    inset 0 2px 4px rgba(255,255,255,0.4);
  border-color:#f0e596;
}

.submit-btn:active {
  transform:translateY(-1px);
}

.form-recaptcha {
  display:flex;
  justify-content:center;
}

.g-recaptcha {
  transform:scale(0.95);
  transform-origin:center center;
}

.success-message {
  text-align:center;
  padding:50px 45px;
}

.success-icon {
  width:90px;
  height:90px;
  margin:0 auto 25px;
  background:linear-gradient(145deg, #f0e596 0%, #d8d08d 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:45px;
  color:#1a1410;
  box-shadow:
    0 8px 25px rgba(216,208,141,0.6),
    inset 0 2px 4px rgba(255,255,255,0.3);
  animation:successPulse 0.6s ease;
}

@keyframes successPulse {
  0% { transform:scale(0) rotate(-180deg); opacity:0; }
  60% { transform:scale(1.15) rotate(10deg); }
  100% { transform:scale(1) rotate(0deg); opacity:1; }
}

.success-message h3 {
  color:#f0e596;
  font-size:26px;
  margin:0 0 12px 0;
  text-transform:uppercase;
  letter-spacing:2px;
  text-shadow:0 2px 10px rgba(240,229,150,0.4);
}

.success-message p {
  color:#d8d08d;
  font-size:15px;
  line-height:1.7;
  margin:0 0 30px 0;
}

.success-message p strong {
  color:#f0e596;
  font-weight:600;
}

.success-details {
  display:flex;
  flex-direction:column;
  gap:15px;
  margin-top:25px;
}

.detail-item {
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px 20px;
  background:rgba(45,45,45,0.4);
  border:2px solid rgba(216,208,141,0.2);
  border-radius:12px;
  transition:all 0.3s ease;
}

.detail-item:hover {
  background:rgba(45,45,45,0.6);
  border-color:rgba(216,208,141,0.4);
  transform:translateX(5px);
}

.detail-item i {
  font-size:24px;
  color:#f0e596;
  min-width:30px;
  text-align:center;
}

.detail-item span {
  color:#d8d08d;
  font-size:14px;
  line-height:1.5;
}

/* SMS Verification Form */
.verification-form {
  padding:50px 40px;
  text-align:center;
  animation:fadeIn 0.4s ease;
}

.verification-icon {
  width:80px;
  height:80px;
  margin:0 auto 25px;
  background:linear-gradient(135deg, #f0e596 0%, #d8d08d 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  animation:pulse 2s ease-in-out infinite;
}

.verification-icon i {
  font-size:40px;
  color:#1a1a1a;
}

.verification-form h3 {
  font-size:26px;
  font-weight:700;
  color:#f0e596;
  margin:0 0 15px 0;
  text-shadow:0 0 20px rgba(240,229,150,0.5);
}

.verification-subtitle {
  color:#d8d08d;
  font-size:15px;
  margin:0 0 30px 0;
  line-height:1.6;
}

.verification-subtitle strong {
  color:#f0e596;
  font-weight:600;
}

.verification-code-input {
  margin:0 auto 20px;
  max-width:250px;
}

.verification-code-input input {
  width:100%;
  padding:18px 25px;
  font-size:28px;
  font-weight:700;
  text-align:center;
  letter-spacing:8px;
  background:rgba(30,30,30,0.8);
  border:2px solid rgba(216,208,141,0.3);
  border-radius:12px;
  color:#f0e596;
  outline:none;
  transition:all 0.3s ease;
  font-family:monospace;
}

.verification-code-input input:focus {
  border-color:#f0e596;
  box-shadow:0 0 20px rgba(240,229,150,0.3);
  background:rgba(30,30,30,0.95);
}

.verification-code-input input::placeholder {
  color:rgba(216,208,141,0.3);
  letter-spacing:8px;
}

.verification-attempts {
  display:none;
  color:#ff6b6b;
  font-size:14px;
  margin:15px 0;
  padding:12px 20px;
  background:rgba(255,107,107,0.1);
  border:1px solid rgba(255,107,107,0.3);
  border-radius:8px;
  animation:shake 0.5s ease;
}

.verification-attempts i {
  margin-right:8px;
}

.verification-form .submit-btn {
  width:100%;
  max-width:300px;
  margin:20px auto 0;
  display:block;
}

.resend-btn {
  margin:20px auto 0;
  padding:12px 30px;
  background:transparent;
  border:2px solid rgba(216,208,141,0.3);
  border-radius:10px;
  display:block;
  color:#d8d08d;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.3s ease;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.resend-btn:hover {
  border-color:#f0e596;
  color:#f0e596;
  background:rgba(240,229,150,0.05);
  transform:translateY(-2px);
}

.resend-btn:disabled {
  opacity:0.5;
  cursor:not-allowed;
}

.resend-btn i {
  font-size:16px;
}

@keyframes shake {
  0%, 100% { transform:translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform:translateX(-5px); }
  20%, 40%, 60%, 80% { transform:translateX(5px); }
}

/* Progress Bar Styles */
.progress-container { width:100%; max-width:1200px; margin:0 auto; padding:10px 0; }
.progress-wrapper { display:flex; justify-content:space-between; align-items:flex-start; position:relative; }

.progress-line { 
  position:absolute; 
  top:45px; 
  left:45px; 
  right:45px; 
  height:12px; 
  background:linear-gradient(180deg, #988f63 0%, #6b6345 50%, #988f63 100%);
  border-radius:12px;
  z-index:1;
  box-shadow:
    inset 0 3px 8px rgba(0,0,0,0.9),
    inset 0 -3px 8px rgba(168,153,104,0.08),
    0 4px 12px rgba(0,0,0,0.6),
    0 2px 4px rgba(0,0,0,0.8);
  overflow:hidden;
  border:1px solid rgba(216,208,141,0.4);
}

.progress-line::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:var(--progress-width, 0%);
  height:100%;
  background:linear-gradient(180deg, 
    #f0e596 0%,
    #d8d08d 20%,
    #988f63 50%, 
    #d8d08d 80%,
    #f0e596 100%
  );
  border-radius:12px;
  box-shadow:
    0 0 25px rgba(216,208,141,0.9),
    0 0 50px rgba(240,229,150,0.6),
    0 4px 8px rgba(216,208,141,0.5),
    inset 0 2px 4px rgba(240,229,150,0.6),
    inset 0 -2px 4px rgba(0,0,0,0.3);
  animation:progressGlow 2s ease-in-out infinite;
  transition:width 0.5s ease;
}

.progress-line::after {
  content:'';
  position:absolute;
  top:1px;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg, 
    transparent 0%, 
    rgba(255,255,255,0.4) 50%, 
    transparent 100%
  );
  border-radius:12px;
}

@keyframes progressGlow {
  0%, 100% { 
    filter:brightness(1);
    box-shadow:
      0 0 20px rgba(255,215,0,0.8),
      0 0 40px rgba(255,215,0,0.5),
      inset 0 1px 2px rgba(255,255,255,0.3);
  }
  50% { 
    filter:brightness(1.2);
    box-shadow:
      0 0 30px rgba(255,215,0,1),
      0 0 60px rgba(255,215,0,0.7),
      inset 0 1px 2px rgba(255,255,255,0.5);
  }
}

.progress-step { position:relative; flex:1; display:flex; flex-direction:column; align-items:center; z-index:2; transition:all 0.3s ease; }
.progress-step:hover { transform:translateY(-5px); }

.progress-step.active {
  filter:drop-shadow(0 4px 8px rgba(255,215,0,0.3));
}

.step-circle { 
  width:90px; 
  height:90px; 
  border-radius:50%; 
  background:linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 100%); 
  border:3px solid #444; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  margin-bottom:15px; 
  transition:all 0.3s ease; 
  box-shadow:
    0 4px 8px rgba(0,0,0,0.6),
    inset 0 1px 2px rgba(255,255,255,0.05),
    inset 0 -1px 2px rgba(0,0,0,0.3);
  position:relative;
  cursor:pointer;
  padding:8px;
}

.step-circle:hover {
  transform:scale(1.05);
  box-shadow:
    0 6px 16px rgba(216,208,141,0.4),
    0 0 25px rgba(240,229,150,0.3),
    inset 0 1px 2px rgba(255,255,255,0.1);
}

.item-icons {
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.item-icons img {
  position:absolute;
  width:55%;
  height:55%;
  object-fit:contain;
  border-radius:4px;
  transition:all 0.3s ease;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.item-icons img:first-child {
  z-index:3;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:65%;
  height:65%;
}

.item-icons img:nth-child(2) {
  z-index:2;
  left:2%;
  top:50%;
  transform:translateY(-50%);
}

.item-icons img:nth-child(3) {
  z-index:2;
  right:2%;
  top:50%;
  transform:translateY(-50%);
}

.step-circle:hover .item-icons img:first-child {
  transform:translate(-50%, -50%) scale(1.15);
  filter:drop-shadow(0 4px 8px rgba(216,208,141,0.6));
}

.step-circle:hover .item-icons img:nth-child(2) {
  left:-2%;
}

.step-circle:hover .item-icons img:nth-child(3) {
  right:-2%;
}

.progress-step.active .step-circle { 
  background:linear-gradient(145deg, #f0e596 0%, #988f63 100%); 
  border-color:#d8d08d; 
  box-shadow:
    0 4px 12px rgba(216,208,141,0.6),
    0 0 20px rgba(240,229,150,0.5),
    inset 0 2px 4px rgba(240,229,150,0.5),
    inset 0 -2px 4px rgba(0,0,0,0.3);
}

.step-label { font-size:16px; font-weight:bold; color:#d8d08d; text-transform:uppercase; letter-spacing:1px; text-shadow:0 2px 10px rgba(216,208,141,0.6); }
.progress-step:not(.active) .step-label { color:#666; text-shadow:none; }

/* Popup Styles */
.reward-popup {
  display:none;
  position:fixed;
  z-index:9999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.85);
  backdrop-filter:blur(10px);
  animation:fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity:0; }
  to { opacity:1; }
}

.popup-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background:linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  padding:40px;
  border:3px solid #d8d08d;
  border-radius:20px;
  width:90%;
  max-width:700px;
  max-height:85vh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:
    0 10px 40px rgba(0,0,0,0.9),
    0 0 60px rgba(216,208,141,0.4),
    inset 0 2px 4px rgba(240,229,150,0.1);
  animation:popupAppear 0.3s ease;
}

@keyframes popupAppear {
  from { transform:translate(-50%, -50%) scale(0.8); opacity:0; }
  to { transform:translate(-50%, -50%) scale(1); opacity:1; }
}

.popup-close {
  position:absolute;
  right:20px;
  top:20px;
  color:#d8d08d;
  font-size:35px;
  font-weight:bold;
  cursor:pointer;
  transition:all 0.3s ease;
}

.popup-close:hover {
  color:#f0e596;
  transform:rotate(90deg);
}

.popup-title {
  color:#f0e596;
  font-size:32px;
  font-weight:bold;
  text-align:center;
  margin:0 0 25px 0;
  text-transform:uppercase;
  letter-spacing:3px;
  text-shadow:0 0 20px rgba(240,229,150,0.6);
  padding-bottom:20px;
  border-bottom:2px solid rgba(216,208,141,0.3);
}

.popup-rewards {
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));
  gap:15px;
  overflow-y:auto;
  padding-right:10px;
  max-height:calc(85vh - 180px);
}

.popup-rewards::-webkit-scrollbar {
  width:8px;
}

.popup-rewards::-webkit-scrollbar-track {
  background:rgba(0,0,0,0.3);
  border-radius:4px;
}

.popup-rewards::-webkit-scrollbar-thumb {
  background:#d8d08d;
  border-radius:4px;
}

.popup-rewards::-webkit-scrollbar-thumb:hover {
  background:#f0e596;
}

.popup-reward-item {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  background:linear-gradient(145deg, rgba(45,45,45,0.9) 0%, rgba(26,26,26,0.9) 100%);
  padding:15px;
  border-radius:12px;
  border:2px solid #444;
  transition:all 0.3s ease;
  position:relative;
  min-height:115px;
}

.popup-reward-item:hover {
  transform:translateY(-5px);
  border-color:#d8d08d;
  background:linear-gradient(145deg, rgba(45,45,45,1) 0%, rgba(26,26,26,1) 100%);
  box-shadow:
    0 8px 25px rgba(216,208,141,0.4),
    0 0 30px rgba(240,229,150,0.2),
    inset 0 1px 0 rgba(240,229,150,0.15);
}

.popup-item-icon-wrapper {
  position:relative;
  width:70px;
  height:70px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.popup-item-rarity {
  position:absolute;
  width:70px;
  height:70px;
  object-fit:contain;
  z-index:1;
  opacity:0.9;
}

.popup-item-icon {
  position:relative;
  width:60px;
  height:60px;
  object-fit:contain;
  z-index:2;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,0.7));
}

.item-quantity {
  position:absolute;
  bottom:-5px;
  right:-5px;
  background:linear-gradient(145deg, #1a1410 0%, #2d2d2d 100%);
  border:2px solid #f0e596;
  border-radius:12px;
  padding:2px 8px;
  font-size:12px;
  font-weight:900;
  color:#f0e596;
  z-index:3;
  box-shadow:
    0 3px 8px rgba(0,0,0,0.7),
    0 0 15px rgba(240,229,150,0.4),
    inset 0 1px 2px rgba(255,255,255,0.2);
  text-shadow:0 1px 3px rgba(0,0,0,0.8);
  letter-spacing:0.5px;
  line-height:1;
}

.popup-item-name {
  color:#f0e596;
  font-size:14px;
  font-weight:600;
  text-align:center;
  line-height:1.3;
  text-shadow:0 2px 8px rgba(240,229,150,0.4);
  letter-spacing:0.5px;
  word-break:break-word;
}

.popup-rewards {
  scrollbar-width:thin;
  padding-top: 20px;
  scrollbar-color:#d8d08d rgba(0,0,0,0.3);
}

/* Mobile Responsive Styles */
@media (max-width: 1200px) {
  .toparea { width:90%; }
  .toparea .logo { width:200px; }
  .toparea .menu1, .toparea .menu2 { width:220px; }
  .toparea .menu3 { width:140px; }
  
  .mainarea .mainlogo .logo { width:600px;height:140px; }
  .mainarea .maintxt .txt { width:550px;height:100px; }
  
  .progress-wrapper { flex-wrap:wrap; }
  .progress-step { flex:0 0 50%; margin-bottom:30px; }
  
  .mainarea .mainplay {
    gap:15px;
  }
  
  .preregister-btn,
  .discord-btn {
    padding:16px 50px;
    font-size:20px;
  }
  
  .discord-btn i {
    font-size:26px;
  }
  
  .popup-content { width:85%;max-width:600px;padding:25px; }
  .preregister-content { width:85%;max-width:600px; }
}

@media (max-width: 992px) {
  body { overflow-x:hidden;overflow-y:auto; }
  
  .toparea { width:100%;padding:0 15px;box-sizing:border-box; }
  .toparea .logo { width:150px; }
  .toparea .menu1, .toparea .menu2, .toparea .menu3 { 
    width:auto;
    flex:1;
    background-size:contain;
    background-position:center;
  }
  
  .mainarea .mainlogo { height:120px; }
  .mainarea .mainlogo .logo { width:450px;height:120px; }
  .mainarea .maintxt { height:90px; }
  .mainarea .maintxt .txt { width:400px;height:90px; }
  
  .stats-number { font-size:56px;letter-spacing:3px; }
  .stats-label { font-size:14px;letter-spacing:2px; }
  
  .preregister-btn { 
    padding:14px 45px;
    font-size:18px;
    letter-spacing:1.5px;
  }
  
  .discord-btn {
    padding:14px 45px;
    font-size:18px;
    letter-spacing:1.5px;
  }
  
  .discord-btn i {
    font-size:24px;
  }
  
  .whatsapp-btn {
    display:inline-flex !important;
    padding:14px 45px;
    font-size:18px;
    letter-spacing:1.5px;
  }
  
  .whatsapp-btn i {
    font-size:24px;
  }
  
  .progress-step { flex:0 0 100%; }
  .step-rewards { align-items:center; }
  
  .step-circle { width:80px;height:80px; }
  .step-label { font-size:13px; }
}

@media (max-width: 768px) {
  .mainarea { height:auto;padding-bottom:20px; }
  
  .toparea { 
    width:100%;
    padding:5px 10px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
  }
  
  .toparea .logo { 
    display:none !important;
  }
  
  .toparea .menu1, .toparea .menu2, .toparea .menu3 { 
    display:none !important;
  }
  
  .toparea div[style*="width:120px"] {
    display:none !important;
  }
  
  .toparea {
    justify-content:flex-start !important;
  }
  
  .hamburger-menu {
    display:none !important;
  }
  
  .mainarea .mainlogo { height:100px;margin-top:10px; }
  .mainarea .mainlogo .logo { width:350px;height:100px; }
  .mainarea .maintxt { height:70px; }
  .mainarea .maintxt .txt { width:300px;height:70px; }
  
  .registration-stats { gap:8px; margin-top: 50px; }
  .stats-number { 
    font-size:42px;
    letter-spacing:2px;
    text-shadow:
      0 0 20px rgba(240,229,150,0.8),
      0 2px 4px rgba(0,0,0,0.6),
      2px 2px 0 #d8d08d,
      -2px -2px 0 #988f63;
  }
  .stats-label { font-size:12px;letter-spacing:1.5px; }
  
  .progress-container { padding:20px 10px; }
  .progress-wrapper { 
    flex-direction:row;
    flex-wrap:nowrap;
    gap:8px;
    justify-content:center;
    overflow-x:auto;
  }
  .progress-step { 
    margin-bottom:0;
    flex:0 0 auto;
    min-width:70px;
    max-width:85px;
  }
  .progress-line { 
    top:35px;
    left:25px;
    right:25px;
    height:8px;
  }
  
  .step-circle { width:70px;height:70px;padding:5px; }
  .step-circle .item-icons img:first-child { width:55%;height:55%; }
  .step-circle .item-icons img:nth-child(2),
  .step-circle .item-icons img:nth-child(3) { width:45%;height:45%; }
  .step-label { font-size:11px;margin-top:8px; }
  
  .mainarea .mainplay {
    height:auto;
    gap:12px;
    flex-direction:column;
  }
  
  .discord-btn {
    display:inline-flex;
    width:70%;
    margin-top: 20px;
    max-width:100%;
    padding:14px 32px;
    font-size:15px;
    justify-content:center;
    gap:10px;
  }
  
  .whatsapp-btn {
    display:inline-flex !important;
    width:70%;
    max-width:100%;
    padding:14px 32px;
    font-size:15px;
    justify-content:center;
    gap:10px;
  }
  
  .preregister-btn {
    width:90%;
    max-width:100%;
    padding:16px 40px;
    font-size:18px;
    justify-content:center;
  }

  
  .popup-content { 
    width:85%;
    max-width:450px;
    padding:20px;
    max-height:90vh;
  }
  
  .popup-close { 
    width:35px;
    height:35px;
    font-size:16px;
    right:15px;
    top:15px;
  }
  
  .popup-rewards { 
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
    max-height:calc(90vh - 100px);
  }
  
  .popup-reward-item { padding:12px;min-height:100px; }
  .popup-item-icon-wrapper { width:55px;height:55px; }
  .popup-item-rarity { width:55px;height:55px; }
  .popup-item-icon { width:48px;height:48px; }
  .popup-item-name { font-size:12px; }
  .item-quantity { 
    font-size:10px;
    padding:2px 6px;
    bottom:-3px;
    right:-3px;
  }
  
  .preregister-content { 
    width:90%;
    max-width:450px;
    max-height:90vh;
    overflow-y:auto;
  }
  
  .modal-close { 
    width:35px;
    height:35px;
    font-size:16px;
  }
  
  .modal-header { padding:30px 25px 20px; }
  .modal-icon { width:50px;height:50px; }
  .modal-icon img { width:40px !important; }
  .modal-title { font-size:22px; }
  .modal-subtitle { font-size:13px; }
  
  .preregister-form { padding:25px 25px 30px; }
  .form-row { flex-direction:column;gap:15px; }
  .form-group label { font-size:12px; }
  .form-group input { padding:12px 14px;font-size:14px; }
  .input-hint { font-size:11px;padding:6px 10px; }
  
  .submit-btn { 
    padding:14px 40px;
    font-size:16px;
    letter-spacing:2px;
  }
  
  .success-message { padding:40px 25px; }
  .success-icon { width:70px;height:70px;font-size:35px; }
  .success-message h3 { font-size:22px; }
  .success-message p { font-size:14px; }
  .detail-item { font-size:13px; }
  
  .verification-form { padding:40px 25px; }
  .verification-icon { width:70px;height:70px; }
  .verification-icon i { font-size:35px; }
  .verification-form h3 { font-size:22px; }
  .verification-subtitle { font-size:14px; }
  .verification-code-input input { font-size:24px;letter-spacing:6px;padding:15px 20px; }
  .resend-btn { font-size:13px;padding:10px 25px; }
}

@media (max-width: 480px) {
  .mainarea .mainlogo { height:80px;margin-top:-5px; margin-bottom: 20px; }
  .mainarea .mainlogo .logo { width:280px;height:80px; }
  .mainarea .maintxt { height:60px; }
  .mainarea .maintxt .txt { width:300px;height:120px; }
  
  .stats-number { 
    letter-spacing:1px;
  }
  .stats-label { font-size:11px;letter-spacing:1px; }
  
  .progress-container { padding:15px 8px; }
  .progress-wrapper { gap:10px; }
  .progress-step { 
    flex:0 0 auto;
    min-width:65px;
    max-width:75px;
  }
  .progress-line { 
    top:32px;
    left:22px;
    right:22px;
    height:7px;
  }
  
  .step-circle { width:62px;height:62px;padding:5px; }
  .step-circle .item-icons img:first-child { width:52%;height:52%; }
  .step-circle .item-icons img:nth-child(2),
  .step-circle .item-icons img:nth-child(3) { width:42%;height:42%; }
  .step-label { font-size:10px; }
  
  .preregister-btn {
    padding:14px 35px;
    font-size:18px;
    letter-spacing:1.5px;
  }
  
  .discord-btn {
    padding:14px 35px;
    font-size:15px;
    letter-spacing:1.5px;
  }
  
  .discord-btn i {
    font-size:22px;
  }
  
  .whatsapp-btn {
    display:inline-flex !important;
    padding:14px 35px;
    font-size:15px;
    letter-spacing:1.5px;
  }
  
  .whatsapp-btn i {
    font-size:22px;
  }

  .popup-content { padding:15px; }
  .popup-rewards { 
    grid-template-columns:repeat(3, 1fr);
    gap:10px;
  }
  
  .popup-reward-item { padding:10px;min-height:90px; }
  .popup-item-icon-wrapper { width:50px;height:50px; }
  .popup-item-rarity { width:50px;height:50px; }
  .popup-item-icon { width:42px;height:42px; }
  .popup-item-name { font-size:11px; }
  
  .preregister-content { width:95%; }
  .modal-header { padding:25px 20px 15px; }
  .modal-icon { width:45px;height:45px; }
  .modal-icon img { width:35px !important; }
  .modal-title { font-size:20px; }
  .modal-subtitle { font-size:12px; }
  
  .preregister-form { padding:20px; }
  .form-row { gap:12px; }
  .form-group label { font-size:11px; }
  .form-group input { padding:10px 12px;font-size:13px; }
  .input-hint { font-size:10px;padding:5px 8px; }
  .input-hint i { font-size:12px; }
  
  .submit-btn { 
    padding:12px 32px;
    font-size:14px;
  }
  
  .success-message { padding:30px 20px; }
  .success-icon { width:60px;height:60px;font-size:30px; }
  .success-message h3 { font-size:20px; }
  .success-message p { font-size:13px; }
  .detail-item { font-size:12px;padding:10px; }
  
  .verification-form { padding:30px 20px; }
  .verification-icon { width:60px;height:60px; }
  .verification-icon i { font-size:30px; }
  .verification-form h3 { font-size:20px; }
  .verification-subtitle { font-size:13px; }
  .verification-code-input input { font-size:22px;letter-spacing:5px;padding:12px 18px; }
  .resend-btn { font-size:12px;padding:10px 20px; }
}

@media (max-width: 360px) {
  .toparea .logo { width:100px;height:50px; }
  
  .mainarea .mainlogo .logo { width:240px;height:70px; }
  
  .stats-label { font-size:10px; }
  
  .progress-wrapper { gap:5px; }
  .progress-step { 
    flex:0 0 auto;
    min-width:58px;
    max-width:68px;
  }
  .progress-line { 
    top:29px;
    left:20px;
    right:20px;
    height:6px;
  }
  
  .step-circle { width:55px;height:55px;padding:4px; }
  .step-circle .item-icons img:first-child { width:50%;height:50%; }
  .step-circle .item-icons img:nth-child(2),
  .step-circle .item-icons img:nth-child(3) { width:40%;height:40%; }
  .step-label { font-size:9px; }
  
  .preregister-btn {
    padding:13px 30px;
    font-size:18px;
    letter-spacing:1px;
  }
  
  .discord-btn {
    padding:13px 30px;
    font-size:13px;
    letter-spacing:1px;
  }
  
  .discord-btn i {
    font-size:20px;
  }
  
  .whatsapp-btn {
    padding:13px 30px;
    font-size:13px;
    letter-spacing:1px;
  }
  
  .whatsapp-btn i {
    font-size:20px;
  }

  
  .modal-title { font-size:18px; }
  .modal-subtitle { font-size:11px; }
  .submit-btn { font-size:13px; }
}

.mainarea .tranparea { position:absolute;width:100%;height:89px;z-index: -5; }

.gamearea { width:100%;height:auto;position: absolute;z-index: 10;display:none;margin-top: 89px;top:1000px;max-width: 1920px; }
.regarea { width:100%;height: 88%;position: absolute;z-index: 10;display:none;margin-top: 89px;top:1000px; }
.regarea .tranparea { position:absolute;width:100%;height:100%;z-index: -5; }

.transparent000 { filter:Alpha(opacity=70); opacity:0.7; -moz-opacity:0.7;background-color:#000; }

#btnjoin { width:80px;height:90px;background:url(../images/reg_form_submit.png) top center no-repeat;position:absolute;margin: 50px 0 0 300px;cursor:pointer; }
#btnjoin:hover { background:url(../images/reg_form_submit.png) 0px -90px no-repeat; }
#btnclose { width:80px;height:90px;background:url(../images/reg_form_close.png) top center no-repeat;position:absolute;margin: -20px 0 0 400px;cursor:pointer; }
#btnclose:hover { background:url(../images/reg_form_close.png) 0px -90px no-repeat; }

input { border:0; outline: none; background-color: transparent; border-bottom:solid 1px #fff; color:#fff; font-size: 25pt; }

a:link { text-decoration : none;color:inherit; }
a:visited { text-decoration : none;color:inherit; }
a:hover { text-decoration : none;color:inherit; }
a:active { text-decoration : none;color:inherit; }


#scroll-to-top-btn { 
  width:55px;
  height:55px;
  position:fixed;
  bottom:30px;
  right:30px;
  display:none;
  cursor:pointer;
  z-index:99999;
  background:linear-gradient(135deg, #f0e596 0%, #d8d08d 100%);
  border-radius:50%;
  transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:0 4px 15px rgba(0,0,0,0.4);
  border:2px solid rgba(255,255,255,0.3);
  display:flex;
  align-items:center;
  justify-content:center;
  animation:pulse 2s ease-in-out infinite;
}
#scroll-to-top-btn:hover { 
  background:linear-gradient(135deg, #f0e596 0%, #d8d08d 50%, #988f63 100%);
  transform:translateY(-5px) scale(1.15);
  box-shadow:0 8px 30px rgba(240,229,150,0.7);
  animation:none;
}
#scroll-to-top-btn i { 
  font-size:24px;
  color:#333;
  transition:transform 0.3s ease;
}
#scroll-to-top-btn:hover i {
  transform:translateY(-2px);
}
@keyframes pulse {
  0%, 100% { box-shadow:0 4px 15px rgba(0,0,0,0.4); }
  50% { box-shadow:0 4px 25px rgba(240,229,150,0.5); }
}

@media (max-width: 768px) {
  .progress-container {
    margin-top: 50px;
  }
  #scroll-to-top-btn {
    width:50px;
    height:50px;
    bottom:20px;
    right:20px;
  }
  #scroll-to-top-btn i {
    font-size:20px;
  }
}
#slide1area { width:100%;height:419px;position:relative;margin:0 auto; }
#slide1area .contain { overflow:hidden;position:absolute;width:100%;height:419px; }
#s1bg { position:absolute;z-index:1;margin:0 auto;width:2300px;height:500px;margin:-40px 0 0 -190px; }
#s1wrap { width:1200px;height:419px;margin:0 auto; }
#s1wrap .title { position:absolute;z-index:2;width:440px;height:70px; }
#s1wrap .text {  position:absolute;z-index:2;width:440px;height:90px;margin-top: 70px; }
#s1wrap .img1 { position:absolute;z-index:2;width:245px;height:518px;margin-left:450px; }
#s1wrap .img2 { position:absolute;z-index:3;width:181px;height:542px;margin-left:650px; }
#s1wrap .img3 { position:absolute;z-index:4;width:243px;height:529px;margin-left:750px; }
#s1wrap .img4 { position:absolute;z-index:5;width:213px;height:517px;margin-left:900px; }

#slide2area { width:100%;height:419px;position:relative;margin:0 auto; }
#slide2area .contain { overflow:hidden;position:absolute;width:100%;height:419px; }
#s2bg { position:absolute;z-index:6;margin:0 auto;width:2300px;height:500px;margin:-40px 0 0 -190px; }
#s2wrap { width:1200px;height:419px;margin:0 auto; }
#s2wrap .title { position:absolute;z-index:7;width:600px;height:139px;margin-left:650px; }
#s2wrap .text { position:absolute;z-index:7;width:600px;height:111px;margin-top:150px;margin-left:650px; }
#s2wrap .img1 { position:absolute;z-index:8;width:556px;height:556px;margin-top:-50px; }
#slide2area .outside { width:1200px;height:419px;margin:0 auto; }
#slide2area .outside .img { position:absolute;z-index:9;width:520px;height:591px;margin-left:100px;margin-top:-100px; }

#slide3area { width:100%;height:419px;position:relative;margin:0 auto; }
#slide3area .contain { overflow:hidden;position:absolute;width:100%;height:419px; }
#s3bg { position:absolute;z-index:10;margin:0 auto;width:2300px;height:500px;margin:-40px 0 0 -190px; }
#s3wrap { width:1200px;height:419px;margin:0 auto; }
#s3wrap .title { position:absolute;z-index:11;width:550px;height:120px; }
#s3wrap .text { position:absolute;z-index:11;width:550px;height:130px;margin-top:130px; }
#slide3area .outside { width:1200px;height:419px;margin:0 auto; }
#slide3area .outside .img { position:absolute;z-index:12;width:559px;height:600px;margin-left:600px;margin-top:-100px; }

#slide4area { width:100%;height:419px;position:relative;margin:0 auto; }
#slide4area .contain { overflow:hidden;position:absolute;width:100%;height:419px; }
#s4bg { position:absolute;z-index:15;margin:0 auto;width:2300px;height:500px;margin:-40px 0 0 -190px; }
#s4wrap { width:1200px;height:419px;margin:0 auto; }
#s4wrap .title { position:absolute;z-index:16;width:500px;height:100px;margin-left:650px; }
#s4wrap .text { position:absolute;z-index:16;width:500px;height:100px;margin-top:110px;margin-left:650px; }
#slide4area .outside { width:1200px;height:419px;margin:0 auto; }
#slide4area .outside .img { position:absolute;z-index:17;width:1053px;height:672px;margin-top:-250px; }

/* Notification System */
#notification-container {
  position:fixed;
  top:20px;
  right:20px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:400px;
  pointer-events:none;
}

.notification {
  background:linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border-left:4px solid;
  border-radius:12px;
  padding:16px 20px;
  box-shadow:
    0 8px 25px rgba(0,0,0,0.8),
    0 0 40px rgba(0,0,0,0.6);
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-width:300px;
  max-width:400px;
  opacity:0;
  transform:translateX(120%);
  animation:slideIn 0.4s ease forwards, slideOut 0.4s ease 4.6s forwards;
  pointer-events:auto;
  cursor:pointer;
  transition:all 0.3s ease;
  position:relative;
  overflow:hidden;
}

.notification::before {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:3px;
  background:rgba(255,255,255,0.1);
  transform-origin:left;
  animation:progressBar 5s linear forwards;
}

.notification:hover {
  transform:translateX(0) scale(1.02);
  box-shadow:
    0 12px 35px rgba(0,0,0,0.9),
    0 0 50px rgba(0,0,0,0.7);
}

.notification:hover::before {
  animation-play-state:paused;
}

.notification.success {
  border-left-color:#4caf50;
  background:linear-gradient(145deg, rgba(76,175,80,0.1) 0%, #0d0d0d 100%);
}

.notification.error {
  border-left-color:#f44336;
  background:linear-gradient(145deg, rgba(244,67,54,0.1) 0%, #0d0d0d 100%);
}

.notification.warning {
  border-left-color:#ff9800;
  background:linear-gradient(145deg, rgba(255,152,0,0.1) 0%, #0d0d0d 100%);
}

.notification.info {
  border-left-color:#f0e596;
  background:linear-gradient(145deg, rgba(240,229,150,0.1) 0%, #0d0d0d 100%);
}

.notification-icon {
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  flex-shrink:0;
  margin-top:2px;
}

.notification.success .notification-icon {
  color:#4caf50;
  text-shadow:0 0 10px rgba(76,175,80,0.6);
}

.notification.error .notification-icon {
  color:#f44336;
  text-shadow:0 0 10px rgba(244,67,54,0.6);
}

.notification.warning .notification-icon {
  color:#ff9800;
  text-shadow:0 0 10px rgba(255,152,0,0.6);
}

.notification.info .notification-icon {
  color:#f0e596;
  text-shadow:0 0 10px rgba(240,229,150,0.6);
}

.notification-content {
  flex:1;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.notification-title {
  font-size:15px;
  font-weight:700;
  color:#fff;
  margin:0;
  text-shadow:0 2px 4px rgba(0,0,0,0.8);
  letter-spacing:0.5px;
  text-align:left;
}

.notification-message {
  font-size:13px;
  color:#d8d08d;
  margin:0;
  line-height:1.5;
  text-shadow:0 1px 2px rgba(0,0,0,0.6);
  text-align:left;
}

.notification-close {
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#666;
  font-size:16px;
  cursor:pointer;
  transition:all 0.3s ease;
  flex-shrink:0;
  border-radius:50%;
  background:rgba(0,0,0,0.3);
}

.notification-close:hover {
  color:#fff;
  background:rgba(255,255,255,0.1);
  transform:rotate(90deg);
}

@keyframes slideIn {
  from {
    opacity:0;
    transform:translateX(120%);
  }
  to {
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity:1;
    transform:translateX(0);
  }
  to {
    opacity:0;
    transform:translateX(120%);
  }
}

@keyframes progressBar {
  from {
    transform:scaleX(1);
  }
  to {
    transform:scaleX(0);
  }
}

@media (max-width: 768px) {
  #notification-container {
    top:10px;
    right:10px;
    left:10px;
    max-width:100%;
  }
  
  .notification {
    min-width:auto;
    max-width:100%;
    padding:14px 16px;
  }
  
  .notification-title {
    font-size:14px;
  }
  
  .notification-message {
    font-size:12px;
  }
}

/*
     FILE ARCHIVED ON 20:07:22 Mar 25, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:00:42 Jul 08, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.155
  esindex: 0.015
  exclusion.robots: 0.167
  LoadShardBlock: 225.516 (3)
  CDXLines.iter: 12.67 (3)
  PetaboxLoader3.resolve: 187.151 (4)
  load_resource: 454.547
  RedisCDXSource: 1.945
  captures_list: 243.685
  PetaboxLoader3.datanode: 247.026 (4)
*/