/* ===== AMIR TECHNOLOGY — Futuristic / Luxury / AI / Glassmorphism Login =====
   نکته: تمام قوانین این فایل زیر کلاس .amir-zero-luxury محدود شده‌اند تا
   وقتی این استایل در کنار حالت ساده «کارت» (شورت‌کد معمولی) بارگذاری می‌شود
   هیچ تداخلی با طراحی پیش‌فرض ایجاد نکند. */

.amir-zero-luxury {
  --c-primary: #00d4ff;
  --c-secondary: #00ff96;
  --c-accent: #4a6cff;
  --c-bg: #050505;
  --c-bg-2: #0a0d10;
  --c-glass: rgba(255, 255, 255, 0.08);
  --c-glass-border: rgba(255, 255, 255, 0.14);
  --c-text: #ffffff;
  --c-text-soft: rgba(255, 255, 255, 0.65);

  position: relative;
  min-height: 100vh;
  width: 100%;
  background: var(--c-bg);
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--c-text);
  font-family: "Space Grotesk", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;
  transition: background 0.4s ease;
}

.amir-zero-luxury[dir="rtl"] {
  font-family: "Vazirmatn", "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;
}

.amir-zero-luxury[data-theme="light"] {
  --c-bg: #eef2f6;
  --c-bg-2: #ffffff;
  --c-glass: rgba(10, 15, 20, 0.045);
  --c-glass-border: rgba(10, 15, 20, 0.1);
  --c-text: #0c1116;
  --c-text-soft: rgba(12, 17, 22, 0.6);
}

.amir-zero-luxury * { box-sizing: border-box; }

/* بوم پس‌زمینه شبکه/ذرات */
.amir-zero-luxury .amir-mesh-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}

/* نوار بالا: سوییچ تم + زبان */
.amir-zero-luxury .amir-zero-topbar {
  position: absolute;
  top: 22px;
  inset-inline-end: 26px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
}

.amir-zero-luxury .amir-zero-theme-toggle {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: var(--c-glass);
  border: 1px solid var(--c-glass-border);
  position: relative;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.amir-zero-luxury .amir-zero-theme-toggle .knob {
  position: absolute;
  top: 2px;
  inset-inline-start: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-primary), var(--c-secondary));
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.amir-zero-luxury[data-theme="light"] .amir-zero-theme-toggle .knob {
  transform: translateX(20px);
}
.amir-zero-luxury[dir="rtl"][data-theme="light"] .amir-zero-theme-toggle .knob {
  transform: translateX(-20px);
}

.amir-zero-luxury .amir-zero-lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--c-glass);
  border: 1px solid var(--c-glass-border);
  backdrop-filter: blur(10px);
  color: var(--c-text);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.amir-zero-luxury .amir-zero-center {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 160px;
}

@media (max-width: 720px) {
  .amir-zero-luxury .amir-zero-center {
    padding: 90px 18px 30px;
  }
}

.amir-zero-luxury .amir-brand-title-edit {
  font-family: "Michroma", "Orbitron", "Space Grotesk", "Vazirmatn", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0 0 6px;
  color: var(--brand-color, #00d4ff);
  text-shadow: 0 0 24px var(--brand-color, #00d4ff);
  opacity: 0;
  animation: amirLetterIn 0.7s cubic-bezier(.2,.8,.2,1) 0.2s forwards;
}

.amir-zero-luxury .amir-brand-logo-img {
  max-height: 64px;
  max-width: min(320px, 60vw);
  width: auto;
  margin: 0 0 10px;
  opacity: 0;
  filter: drop-shadow(0 0 18px var(--brand-color, #00d4ff));
  animation: amirLetterIn 0.7s cubic-bezier(.2,.8,.2,1) 0.2s forwards;
}

@keyframes amirLetterIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.amir-zero-luxury .amir-zero-tagline {
  margin: 10px 0 34px;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--c-text-soft);
  text-transform: uppercase;
  opacity: 0;
  animation: amirLetterIn 0.7s ease 0.5s forwards;
}

.amir-zero-luxury .amir-robot-widget {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
  opacity: 0;
  max-width: 100%;
  margin: 6px auto 28px;
  animation: amirLetterIn 0.8s ease 0.9s forwards;
}

@media (max-width: 720px) {
  .amir-zero-luxury .amir-robot-widget {
    flex-direction: column;
    text-align: center;
    margin: 4px auto 22px;
  }
}

.amir-zero-luxury .amir-robot-avatar {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  max-width: 22vw;
  max-height: 22vw;
  will-change: transform;
  animation: amirRobotBob 3s ease-in-out infinite;
}
@keyframes amirRobotBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.amir-zero-luxury .amir-robot-eye { transition: transform 0.12s ease-out; will-change: transform; }

.amir-zero-luxury .amir-robot-bubble-border {
  border-radius: 18px;
  max-width: 340px;
}
.amir-zero-luxury .amir-robot-bubble-border .amir-gradient-border-inner {
  border-radius: 16px;
  padding: 14px 20px;
}
.amir-zero-luxury .amir-robot-bubble {
  background: transparent;
  backdrop-filter: blur(14px);
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--c-text);
  text-align: start;
  position: relative;
}
.amir-zero-luxury[dir="rtl"] .amir-robot-bubble { text-align: start; }
@media (max-width: 720px) {
  .amir-zero-luxury .amir-robot-bubble-border { max-width: 100%; }
  .amir-zero-luxury .amir-robot-bubble { text-align: center; }
}
.amir-zero-luxury .amir-robot-bubble b { color: var(--c-primary); }
.amir-zero-luxury .amir-robot-bubble .wave {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 6px;
  height: 12px;
  justify-content: center;
}
.amir-zero-luxury .amir-robot-bubble .wave span {
  width: 2px;
  background: var(--c-secondary);
  border-radius: 2px;
  animation: amirWave 1s ease-in-out infinite;
}
.amir-zero-luxury .amir-robot-bubble .wave span:nth-child(1){height:40%;animation-delay:0s;}
.amir-zero-luxury .amir-robot-bubble .wave span:nth-child(2){height:80%;animation-delay:.1s;}
.amir-zero-luxury .amir-robot-bubble .wave span:nth-child(3){height:50%;animation-delay:.2s;}
.amir-zero-luxury .amir-robot-bubble .wave span:nth-child(4){height:100%;animation-delay:.3s;}
.amir-zero-luxury .amir-robot-bubble .wave span:nth-child(5){height:60%;animation-delay:.4s;}
.amir-zero-luxury .amir-robot-bubble .wave span:nth-child(6){height:35%;animation-delay:.5s;}
@keyframes amirWave {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}

/* ===== پنل فرم ===== */
.amir-zero-luxury .amir-zero-form-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  position: relative;
  z-index: 2;
}

.amir-zero-luxury .amir-glass-card {
  width: 100%;
  max-width: 400px;
  background: var(--c-glass);
  border: 1px solid var(--c-glass-border);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 22px;
  padding: 38px 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  animation: amirCardIn 0.7s cubic-bezier(.2,.8,.2,1) 0.3s both;
}
@keyframes amirCardIn {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.amir-zero-luxury .amir-glass-card::before {
  content: "";
  position: absolute;
  top: -60%;
  inset-inline-start: -30%;
  width: 160%;
  height: 160%;
  background: conic-gradient(from 0deg, transparent, rgba(0, 212, 255, 0.05), transparent 30%);
  animation: amirCardSheen 8s linear infinite;
  pointer-events: none;
}
@keyframes amirCardSheen {
  to { transform: rotate(360deg); }
}

.amir-zero-luxury .amir-otp-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  position: relative;
  z-index: 1;
  color: var(--c-text);
}

.amir-zero-luxury .amir-otp-subtitle {
  font-size: 13.5px;
  color: var(--c-text-soft);
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
}

.amir-zero-luxury .amir-otp-icon { color: var(--c-primary); position: relative; z-index: 1; }

/* در حالت لوکس، ربات جای متن‌های ثابت عنوان/زیرعنوان را می‌گیرد */
.amir-zero-luxury .amir-otp-icon,
.amir-zero-luxury .amir-otp-title,
.amir-zero-luxury .amir-otp-subtitle {
  display: none;
}

/* تب‌های سوییچ بین ورود موبایل/ایمیل */
.amir-zero-luxury .amir-auth-tabs {
  display: flex;
  gap: 6px;
  background: var(--c-glass);
  border: 1px solid var(--c-glass-border);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.amir-zero-luxury .amir-auth-tab-indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  inset-inline-start: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-secondary));
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  z-index: 0;
  will-change: transform;
}
.amir-zero-luxury .amir-auth-tabs[data-active="email"] .amir-auth-tab-indicator {
  transform: translateX(100%);
}
.amir-zero-luxury[dir="rtl"] .amir-auth-tabs[data-active="email"] .amir-auth-tab-indicator {
  transform: translateX(-100%);
}
.amir-zero-luxury .amir-auth-tab {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--c-text-soft);
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.25s;
}
.amir-zero-luxury .amir-auth-tab-active {
  color: #04141a;
}

/* حاشیه‌ی گرادینت ۶ رنگ متحرک دور کادر شماره موبایل
   تکنیک: چرخش واقعی زاویه‌ی conic-gradient با @property (بدون لایه‌ی اضافه و بدون آرتیفکت بالا/پایین) */
@property --amir-border-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes amirBorderSpin { to { --amir-border-angle: 360deg; } }

.amir-zero-luxury .amir-gradient-border {
  --amir-border-angle: 0deg;
  position: relative;
  display: block;
  padding: 1.5px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  transition: background 0.15s;
}
.amir-zero-luxury[data-theme="light"] .amir-gradient-border {
  background: rgba(10, 15, 20, 0.15);
}
.amir-zero-luxury .amir-gradient-border.amir-gradient-active {
  padding: 2px;
  will-change: background;
  background: conic-gradient(from var(--amir-border-angle),
    var(--fg1, #00d4ff), var(--fg2, #00ff96), var(--fg3, #4a6cff),
    var(--fg4, #a855f7), var(--fg5, #ff2fb0), var(--fg6, #ffd166), var(--fg1, #00d4ff));
  animation: amirBorderSpin var(--fg-speed, 4s) linear infinite;
}
.amir-zero-luxury .amir-gradient-border-inner {
  position: relative;
  z-index: 1;
  background: var(--c-bg-2);
  border-radius: 12px;
  padding: 4px 14px 2px;
}
.amir-zero-luxury[data-theme="light"] .amir-gradient-border-inner {
  background: #ffffff;
}
.amir-zero-luxury .amir-gradient-border-inner input {
  border-bottom: none !important;
}
.amir-zero-luxury .amir-gradient-border .amir-neon-line { display: none; }

@media (prefers-reduced-motion: reduce) {
  .amir-zero-luxury .amir-gradient-border.amir-gradient-active { animation: none; --amir-border-angle: 45deg; }
}

/* فیلد نئونی با خط زیرین متحرک */
.amir-zero-luxury .amir-neon-field {
  position: relative;
  margin-bottom: 22px;
  z-index: 1;
}

.amir-zero-luxury .amir-mobile-field-intl-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-inline-start: 4px;
  direction: ltr;
}
.amir-zero-luxury .amir-country-select {
  background: transparent;
  border: none;
  color: var(--c-text);
  font-size: 15px;
  outline: none;
  cursor: pointer;
  padding: 10px 2px;
  max-width: 92px;
  border-inline-end: 1.5px solid var(--c-glass-border);
  direction: ltr;
}
.amir-zero-luxury .amir-country-select option {
  background: var(--c-bg-2);
  color: var(--c-text);
}
.amir-zero-luxury .amir-mobile-field-intl-inner input {
  flex: 1;
  text-align: start !important;
  padding-inline-start: 8px !important;
}

.amir-zero-luxury .amir-neon-field input,
.amir-zero-luxury .amir-gradient-border-inner input {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text);
  font-size: 16px;
  padding: 10px 4px;
  outline: none;
  text-align: center;
  direction: ltr;
  letter-spacing: 1px;
  transition: border-color 0.25s;
}

/* رفع مشکل پس‌زمینه‌ی سفید هنگام Autofill مرورگر (کروم/سافاری) */
.amir-zero-luxury .amir-neon-field input:-webkit-autofill,
.amir-zero-luxury .amir-neon-field input:-webkit-autofill:hover,
.amir-zero-luxury .amir-neon-field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--c-bg-2) inset !important;
  -webkit-text-fill-color: var(--c-text) !important;
  transition: background-color 9999s ease-in-out 0s;
}

.amir-zero-luxury .amir-neon-field input::placeholder,
.amir-zero-luxury .amir-gradient-border-inner input::placeholder {
  color: var(--c-text-soft);
  opacity: 0.7;
  text-align: center;
  font-weight: 400;
}
.amir-zero-luxury .amir-mobile-field-intl-inner input::placeholder {
  text-align: start;
}

.amir-zero-luxury .amir-neon-field label {
  position: absolute;
  top: 8px;
  inset-inline-start: 4px;
  color: var(--c-text-soft);
  font-size: 14px;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent !important;
  padding: 0 !important;
}

.amir-zero-luxury .amir-label-redundant {
  display: none !important;
}

.amir-zero-luxury .amir-neon-field input:focus + label,
.amir-zero-luxury .amir-neon-field input:not(:placeholder-shown) + label {
  top: -16px;
  font-size: 11px;
  color: var(--c-primary);
}

.amir-zero-luxury .amir-neon-field .amir-neon-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--c-primary), var(--c-secondary), transparent);
  background-size: 200% 100%;
  background-position: 200% 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.amir-zero-luxury .amir-neon-field input:focus ~ .amir-neon-line {
  opacity: 1;
  animation: amirNeonSweep 1.1s ease forwards;
}
@keyframes amirNeonSweep {
  from { background-position: 200% 0; }
  to { background-position: -20% 0; }
}

/* باکس‌های کد OTP با استایل نئونی */
.amir-zero-luxury .amir-code-box-wrap {
  border-radius: 12px;
  width: 46px;
  height: 52px;
}
.amir-zero-luxury .amir-code-box-inner {
  border-radius: 10px;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amir-zero-luxury .amir-code-box {
  background: transparent;
  border: none;
  color: var(--c-text);
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-align: center;
  outline: none;
}
.amir-zero-luxury .amir-otp-code-inputs { display: flex; gap: 10px; justify-content: center; direction: ltr; margin-bottom: 8px; position: relative; z-index: 1; }

.amir-zero-luxury .amir-otp-error { color: #ff6b6b; font-size: 12.5px; min-height: 0; margin-bottom: 0; position: relative; z-index: 1; display: none; }

/* دکمه‌ی نئونی اصلی */
.amir-zero-luxury .amir-magnetic-btn {
  position: relative;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-secondary));
  color: #04141a;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.25);
}
.amir-zero-luxury .amir-magnetic-btn:hover {
  box-shadow: 0 16px 40px rgba(0, 212, 255, 0.4), 0 0 30px rgba(0, 255, 150, 0.25);
}
.amir-zero-luxury .amir-magnetic-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.amir-zero-luxury .amir-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transform: scale(0);
  animation: amirRippleAnim 0.6s ease-out;
  pointer-events: none;
}
@keyframes amirRippleAnim {
  to { transform: scale(3); opacity: 0; }
}

.amir-zero-luxury .amir-magnetic-btn .amir-otp-btn-text { position: relative; z-index: 1; }
.amir-zero-luxury .amir-magnetic-btn .amir-otp-spinner {
  position: absolute; top: 50%; left: 50%; width: 18px; height: 18px;
  margin: -9px 0 0 -9px; border: 2.5px solid rgba(4,20,26,0.35); border-top-color: #04141a;
  border-radius: 50%; opacity: 0; animation: amirSpin 0.7s linear infinite;
}
.amir-zero-luxury .amir-magnetic-btn.amir-loading .amir-otp-btn-text { opacity: 0; }
.amir-zero-luxury .amir-magnetic-btn.amir-loading .amir-otp-spinner { opacity: 1; }
@keyframes amirSpin { to { transform: rotate(360deg); } }

/* دکمه‌ی خط‌دار (بیومتریک) */
.amir-zero-luxury .amir-outline-btn {
  width: 100%;
  padding: 13px;
  border-radius: 12px;
  background: transparent;
  border: 1.5px solid var(--c-glass-border);
  color: var(--c-text);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  z-index: 1;
}
.amir-zero-luxury .amir-outline-btn:hover { border-color: var(--c-primary); background: rgba(0, 212, 255, 0.06); }

.amir-zero-luxury .amir-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  color: var(--c-text-soft);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.amir-zero-luxury .amir-divider::before, .amir-zero-luxury .amir-divider::after {
  content: ""; flex: 1; height: 1px; background: var(--c-glass-border);
}

/* دکمه‌های ورود اجتماعی (غیرفعال - به‌زودی) */
.amir-zero-luxury .amir-social-row-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.amir-zero-luxury .amir-social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--c-glass-border);
  background: var(--c-glass);
  cursor: not-allowed;
  opacity: 0.85;
  transition: transform 0.15s, border-color 0.2s;
}
.amir-zero-luxury .amir-social-icon-btn:hover {
  transform: translateY(-2px);
  border-color: var(--c-primary);
}

.amir-zero-luxury .amir-otp-resend-row { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; }
.amir-zero-luxury .amir-otp-link { background: none; border: none; color: var(--c-primary); font-size: 12.5px; cursor: pointer; padding: 4px; }
.amir-zero-luxury .amir-otp-link:disabled { color: var(--c-text-soft); cursor: default; }
.amir-zero-luxury .amir-otp-back { color: var(--c-text-soft); }

.amir-zero-luxury .amir-otp-autoread { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; color: var(--c-primary); margin-bottom: 10px; position: relative; z-index: 1; }
.amir-zero-luxury .amir-otp-autoread-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-primary); animation: amirAutoReadPulse 1.1s ease-in-out infinite; }
@keyframes amirAutoReadPulse { 0%,100%{opacity:.3;transform:scale(.8);} 50%{opacity:1;transform:scale(1.15);} }

.amir-zero-luxury .amir-otp-success-check { color: var(--c-secondary); display: flex; justify-content: center; margin-bottom: 12px; position: relative; z-index: 1; }
.amir-zero-luxury .amir-check-path { stroke-dasharray: 60; stroke-dashoffset: 60; animation: amirDraw 0.5s ease forwards 0.15s; }
@keyframes amirDraw { to { stroke-dashoffset: 0; } }

.amir-particle-burst-canvas {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  display: none;
}

.amir-zero-luxury .amir-otp-steps { position: relative; }
.amir-zero-luxury .amir-otp-step { display: none; text-align: center; }
.amir-zero-luxury .amir-otp-step-active { display: block; animation: amirStepIn 0.4s cubic-bezier(.2,.8,.2,1); }
@keyframes amirStepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.amir-zero-luxury .amir-code-box.amir-shake { animation: amirShake 0.4s; border-color: #ff6b6b; }
@keyframes amirShake { 0%,100%{transform:translateX(0);} 25%{transform:translateX(-6px);} 75%{transform:translateX(6px);} }

@media (max-width: 480px) {
  .amir-zero-luxury .amir-logo-letter-a { font-size: 44px; }
  .amir-zero-luxury .amir-logo-rest { font-size: 30px; }
  .amir-zero-luxury .amir-glass-card { padding: 30px 22px; }
}
