/* Indigo laut + coral senja */

:root {
  --red: #2f4a8a;
  --red-deep: #1e3270;
  --red-bright: #4a67b8;
  --gold: #e25c3a;
  --gold-light: #f08a6c;
  --gold-dark: #c4472a;
  --orange: #e07a3d;
  --green: #2d9f6f;
  --white: #f8f7f4;
  --snow: #f0eeea;
  --cream: #f5f2ec;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
}

.form-tiny-eef6 {
  background: linear-gradient(135deg, var(--red-bright) 0%, var(--red) 55%, var(--red-deep) 100%);
  box-shadow: 0 12px 32px rgba(47, 74, 138, 0.32), 0 4px 12px rgba(47, 74, 138, 0.18);
  position: relative;
  overflow: hidden;
}

.form-tiny-eef6::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: rotate(45deg);
  animation: shine 3.5s infinite;
}

@keyframes shine {
  0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.form-tiny-eef6:hover {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 60%, #162656 100%);
  box-shadow: 0 16px 40px rgba(47, 74, 138, 0.4);
  transform: translateY(-2px) scale(1.02);
}

.icon_inner_95d5 {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  color: var(--white);
  box-shadow: 0 12px 32px rgba(226, 92, 58, 0.32);
}

.icon_inner_95d5:hover {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 50%, #a83820 100%);
  box-shadow: 0 16px 40px rgba(226, 92, 58, 0.42);
  transform: translateY(-2px) scale(1.02);
}

.iron_635c {
  border-width: 2px;
  border-color: var(--red);
  background: linear-gradient(135deg, rgba(47, 74, 138, 0.05), rgba(47, 74, 138, 0.09));
}

.iron_635c:hover {
  background: linear-gradient(135deg, rgba(47, 74, 138, 0.12), rgba(47, 74, 138, 0.18));
  border-color: var(--red-bright);
  box-shadow: 0 8px 24px rgba(47, 74, 138, 0.14);
}

.upper-9e90 {
  background: linear-gradient(to bottom, rgba(248, 247, 244, 0.97), rgba(245, 242, 236, 0.92));
  backdrop-filter: blur(18px);
  box-shadow: 0 4px 20px rgba(26, 29, 40, 0.05);
}

.alert_eb91 {
  background: linear-gradient(to bottom, var(--cream), var(--snow));
  border-bottom: 2px solid rgba(226, 92, 58, 0.16);
}

.preview-3b5e a.texture-east-0872 {
  color: var(--red-deep);
}

.preview-3b5e a.texture-east-0872::after {
  background: linear-gradient(90deg, var(--red-bright), var(--gold));
  height: 3px;
  border-radius: 3px;
}

.sort_hovered_1049 {
  position: relative;
}

.sort_hovered_1049::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.35;
}

.shadow-d50f {
  background: linear-gradient(135deg, #f5f2ec 0%, #eef1f8 100%);
}

.background_8c8e {
  background: linear-gradient(135deg, #eef1f8 0%, #f5f2ec 100%);
}

.tiny_9859 {
  background: linear-gradient(135deg, var(--white), var(--cream));
  border-radius: var(--radius-sm);
  padding: 1.5rem 1rem;
  box-shadow: 0 4px 16px rgba(26, 29, 40, 0.06);
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}

.tiny_9859::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red-bright), var(--gold));
}

.tiny_9859:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(26, 29, 40, 0.1);
}

.tiny_9859 strong {
  background: linear-gradient(135deg, var(--red-deep), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.middle_0086 {
  background: linear-gradient(135deg, var(--white), var(--cream));
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(26, 29, 40, 0.07);
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}

.middle_0086::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red-bright), var(--gold), var(--orange));
}

.middle_0086:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26, 29, 40, 0.12);
}

.plasma_1342 {
  background: linear-gradient(135deg, var(--red-bright), var(--gold));
  box-shadow: 0 6px 20px rgba(47, 74, 138, 0.22);
}

.footer-7db6,
.mini_4612 {
  background: linear-gradient(135deg, var(--white), var(--cream));
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 16px rgba(26, 29, 40, 0.06);
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}

.footer-7db6::before,
.mini_4612::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red-bright), var(--gold));
  transform: scaleY(0);
  transition: transform 0.3s var(--ease);
}

.footer-7db6:hover::before,
.mini_4612:hover::before {
  transform: scaleY(1);
}

.footer-7db6:hover,
.mini_4612:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 28px rgba(26, 29, 40, 0.1);
}

.large_eadc {
  color: var(--gold);
  font-weight: 700;
}

.block_hard_b5cf h1,
.soft-4308 h1 {
  background: linear-gradient(135deg, var(--red-deep) 0%, var(--red) 45%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.active-3190 h2 {
  position: relative;
  display: inline-block;
}

.active-3190 h2::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--red-bright), var(--gold));
  border-radius: 2px;
}

.cool_80dc,
.tiny_2ec8 span {
  background: linear-gradient(135deg, var(--cream), #fff);
  border: 2px solid rgba(226, 92, 58, 0.22);
  color: var(--red-deep);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(26, 29, 40, 0.04);
}

.fn-show-4308 {
  animation: fadeInUp 0.6s var(--ease);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hard_f0e7 .lower_2c56 {
  background: linear-gradient(135deg, var(--red-bright), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.box-7520[open] summary {
  color: var(--red-deep);
  background: linear-gradient(135deg, rgba(47, 74, 138, 0.08), rgba(226, 92, 58, 0.08));
}

.blue-3524 {
  background: linear-gradient(135deg, var(--white), var(--cream));
  box-shadow: 0 8px 24px rgba(26, 29, 40, 0.07);
  border-left: 4px solid var(--red);
}

.blue-3524:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 29, 40, 0.1);
}

.thick-0f48 {
  color: var(--gold);
  opacity: 0.35;
}

.button-middle-4b91 {
  background: linear-gradient(135deg, var(--white), var(--cream));
  border-left: 4px solid var(--gold);
  box-shadow: 0 4px 16px rgba(26, 29, 40, 0.06);
}

.button-middle-4b91:hover {
  border-left-color: var(--red-bright);
  box-shadow: 0 8px 24px rgba(26, 29, 40, 0.1);
}

.soft-4308,
.block_hard_b5cf {
  background: linear-gradient(135deg, var(--cream) 0%, var(--white) 48%, #eef1f8 100%);
  position: relative;
  overflow: hidden;
}

.soft-4308::before,
.block_hard_b5cf::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -18%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(74, 103, 184, 0.14), transparent 68%);
  border-radius: 50%;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--cream);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--red-bright), var(--gold));
  border-radius: 6px;
}

::selection {
  background: rgba(47, 74, 138, 0.22);
  color: var(--ink);
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  :root {
    --radius: 16px;
    --radius-sm: 12px;
  }

  .form-tiny-eef6::before {
    animation: none;
    display: none;
  }

  .block_hard_b5cf h1,
  .soft-4308 h1 {
    background: none;
    -webkit-text-fill-color: var(--ink);
    color: var(--ink);
  }

  .tiny_9859 strong,
  .hard_f0e7 .lower_2c56 {
    background: none;
    -webkit-text-fill-color: var(--red-deep);
    color: var(--red-deep);
  }

  .tiny_9859:hover,
  .middle_0086:hover,
  .blue-3524:hover,
  .form-tiny-eef6:hover,
  .icon_inner_95d5:hover,
  .footer-7db6:hover,
  .mini_4612:hover {
    transform: none;
  }

  .soft-4308::before,
  .block_hard_b5cf::before {
    width: 260px;
    height: 260px;
    top: -18%;
    right: -28%;
  }

  .active-3190 {
    max-width: none;
  }

  .active-3190 h2::after {
    width: 44px;
    height: 3px;
    bottom: -0.35rem;
  }

  .cool_80dc,
  .tiny_2ec8 span {
    font-size: 0.78rem;
    padding: 0.32rem 0.65rem;
  }

  .tiny_9859 {
    padding: 0.9rem 0.85rem;
  }

  .box-7520 summary {
    min-height: 48px;
    align-items: center;
  }
}

@media (hover: none) {
  .form-tiny-eef6:hover,
  .icon_inner_95d5:hover,
  .tiny_9859:hover,
  .middle_0086:hover,
  .blue-3524:hover,
  .footer-7db6:hover,
  .mini_4612:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-tiny-eef6::before,
  .fn-show-4308,
  .soft-4308 h1,
  .input-hot-8148,
  .over_99bc,
  .simple-c1f1 {
    animation: none;
  }
}
