/* ============================================================
   teacross.cc 工具箱 · 深绿森林 + 棕色皮革
   ============================================================ */

/* ---------------- 工具箱首页 ---------------- */

.tools-main { max-width: 1040px; margin: 0 auto; padding: 2.6rem 1.4rem 1rem; }

.tools-hero { text-align: center; margin-bottom: 2.2rem; }

.tools-eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.34em;
  color: var(--brass);
  margin-bottom: 0.7rem;
}

.tools-hero h1 {
  font-family: var(--font-display);
  font-size: 2.1rem;
  letter-spacing: 0.14em;
  color: var(--cream);
}

.tools-sub {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: var(--cream-muted);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.1rem;
}

.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 92, 0.14);
  background: rgba(22, 39, 29, 0.62);
  padding: 1.5rem 1.5rem 1.35rem;
  backdrop-filter: blur(6px);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

a.tool-card { color: inherit; text-decoration: none; cursor: pointer; }

a.tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 164, 92, 0.45);
  box-shadow: var(--shadow);
}

.tool-card .stitched::after { inset: 9px; }

.tool-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 13px;
  background:
    radial-gradient(110% 90% at 25% 8%, rgba(255, 214, 164, 0.14), transparent 55%),
    linear-gradient(160deg, #6e4a2b 0%, #55371f 55%, #412914 100%);
  box-shadow: inset 0 1px 0 rgba(255, 232, 192, 0.18), 0 8px 18px rgba(0, 0, 0, 0.3);
}

.tool-info h3 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  color: var(--cream);
  margin-bottom: 0.4rem;
}

.tool-info p { font-size: 0.88rem; color: var(--cream-soft); line-height: 1.65; }

.tool-go {
  margin-top: auto;
  font-size: 0.82rem;
  color: var(--brass);
  letter-spacing: 0.06em;
}

.tool-card-empty { opacity: 0.55; }
.tool-card-empty .tool-info h3 { color: var(--cream-muted); }

.nav-links a.active {
  color: var(--brass-soft);
  background: rgba(201, 164, 92, 0.14);
}

/* ---------------- 抽奖：公共 ---------------- */

.lottery-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1.6rem 1rem;
}

.lottery-stage {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.lottery-state { text-align: center; }

.lottery-state.hidden { display: none; }

.lottery-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.4rem);
  letter-spacing: 0.14em;
  color: var(--cream);
  margin-bottom: 0.6rem;
}

.lottery-hint { color: var(--cream-muted); font-size: 0.92rem; margin-top: 0.5rem; }

.lottery-meta {
  margin-top: 1.1rem;
  font-size: 0.82rem;
  color: var(--cream-muted);
}
.lottery-meta strong { color: var(--brass-soft); font-size: 1.05rem; }
.lottery-meta a { color: var(--brass); border-bottom: 1px dotted transparent; }
.lottery-meta a:hover { border-bottom-color: var(--brass); }

.lottery-btn {
  display: inline-block;
  padding: 0.72rem 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 92, 0.4);
  background: rgba(201, 164, 92, 0.12);
  color: var(--brass-soft);
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: var(--font-body);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.lottery-btn:hover { background: rgba(201, 164, 92, 0.2); transform: translateY(-2px); }
.lottery-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.lottery-btn-big {
  margin-top: 1.6rem;
  padding: 1rem 3.4rem;
  font-size: 1.15rem;
  background: linear-gradient(160deg, #d4ab62, #a8823f);
  color: #241a0e;
  font-weight: 600;
  border: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.lottery-btn-big:hover { box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45); }

.lottery-btn-end {
  margin-top: 1.4rem;
  width: 100%;
  padding: 0.9rem 1.5rem;
  font-size: 1.05rem;
  background: linear-gradient(160deg, #cf7a62, #a8533c);
  color: #2a120a;
  font-weight: 600;
  border: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.lottery-btn-end:hover { background: linear-gradient(160deg, #d98a72, #b85e45); }

/* 进行中：二维码 + 名单 */

.lottery-running-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 1.2rem;
  align-items: start;
  text-align: left;
}

.lottery-qr-panel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(120% 95% at 18% 8%, rgba(255, 216, 168, 0.15), transparent 55%),
    radial-gradient(110% 90% at 88% 96%, rgba(0, 0, 0, 0.34), transparent 58%),
    repeating-linear-gradient(35deg, rgba(0, 0, 0, 0.055) 0 3px, transparent 3px 7px),
    linear-gradient(165deg, #7c5530 0%, #5e3b21 48%, #452a16 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.22),
    inset 0 -14px 30px rgba(0, 0, 0, 0.32),
    var(--shadow);
  padding: 1.6rem;
  text-align: center;
}

.lottery-qr-panel h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: #f6efdc;
  margin-bottom: 1rem;
}

.lottery-qr {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: inline-block;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.lottery-qr img { display: block; width: 100%; max-width: 320px; height: auto; }

.lottery-qr-panel .lottery-hint { color: rgba(239, 231, 211, 0.75); }
.lottery-qr-panel .lottery-meta { color: rgba(239, 231, 211, 0.85); }

.lottery-list-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 92, 0.14);
  background: rgba(22, 39, 29, 0.62);
  padding: 1.5rem 1.5rem 1.3rem;
}

.lottery-list-panel h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  color: var(--brass-soft);
  margin-bottom: 0.9rem;
}

.lottery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.55rem;
  max-height: 46vh;
  overflow-y: auto;
  padding-right: 4px;
}

.lottery-p-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(201, 164, 92, 0.08);
  border: 1px solid rgba(201, 164, 92, 0.2);
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
}

.lottery-p-number {
  flex: none;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #241a0e;
  background: linear-gradient(160deg, #d4ab62, #a8823f);
}

.lottery-p-name {
  font-size: 0.85rem;
  color: var(--cream);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 已开奖 */

.lottery-winner {
  margin: 1.8rem auto 0;
  max-width: 460px;
  border-radius: var(--radius);
  padding: 2.2rem 1.6rem;
  background:
    radial-gradient(120% 95% at 18% 8%, rgba(255, 216, 168, 0.16), transparent 55%),
    repeating-linear-gradient(35deg, rgba(0, 0, 0, 0.05) 0 3px, transparent 3px 7px),
    linear-gradient(165deg, #7c5530 0%, #5e3b21 48%, #452a16 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.22),
    inset 0 -14px 30px rgba(0, 0, 0, 0.32),
    var(--shadow);
  position: relative;
}

.lottery-winner-number {
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 16vw, 7.5rem);
  font-weight: 700;
  line-height: 1;
  color: #f6efdc;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.04em;
}

.lottery-winner-name {
  margin-top: 0.7rem;
  font-size: 1.15rem;
  color: var(--brass-soft);
  letter-spacing: 0.1em;
}

/* Toast */

.lottery-toast {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  background: rgba(20, 37, 26, 0.94);
  border: 1px solid rgba(201, 164, 92, 0.4);
  color: var(--brass-soft);
  padding: 0.62rem 1.4rem;
  border-radius: 999px;
  font-size: 0.88rem;
  box-shadow: var(--shadow);
  z-index: 200;
  transition: opacity 0.25s;
}

.lottery-toast.hidden { opacity: 0; pointer-events: none; }

/* ---------------- 参与端（手机优先） ---------------- */

.lottery-join-body { align-items: flex-start; }

.join-stage { max-width: 520px; padding-top: 2.2rem; }

.join-form {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.join-form input {
  width: 100%;
  padding: 0.85rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(201, 164, 92, 0.35);
  background: rgba(12, 21, 15, 0.72);
  color: var(--cream);
  font-size: 1rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
}

.join-form input:focus { border-color: var(--brass); }
.join-form input::placeholder { color: var(--cream-muted); }

.join-form .lottery-btn-big { margin-top: 0.2rem; }

.join-loading {
  width: 34px;
  height: 34px;
  margin: 1.6rem auto 0;
  border: 3px solid rgba(201, 164, 92, 0.2);
  border-top-color: var(--brass);
  border-radius: 50%;
  animation: lottery-spin 0.9s linear infinite;
}

@keyframes lottery-spin { to { transform: rotate(360deg); } }

/* ---------------- 二维码弹窗 ---------------- */

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.qr-modal.hidden { display: none; }

.qr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 8, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.qr-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 2rem 1.8rem 1.7rem;
  text-align: center;
  background:
    radial-gradient(120% 95% at 18% 8%, rgba(255, 216, 168, 0.16), transparent 55%),
    radial-gradient(110% 90% at 88% 96%, rgba(0, 0, 0, 0.34), transparent 58%),
    repeating-linear-gradient(35deg, rgba(0, 0, 0, 0.05) 0 3px, transparent 3px 7px),
    linear-gradient(165deg, #7c5530 0%, #5e3b21 48%, #452a16 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.22),
    inset 0 -14px 30px rgba(0, 0, 0, 0.32),
    0 30px 70px rgba(0, 0, 0, 0.55);
  animation: qr-pop 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes qr-pop {
  from { transform: scale(0.86) translateY(14px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}

.qr-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(239, 231, 211, 0.35);
  background: rgba(0, 0, 0, 0.22);
  color: var(--cream);
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}

.qr-modal-close:hover { background: rgba(0, 0, 0, 0.4); transform: rotate(90deg); }

.qr-modal-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #f6efdc;
  margin-bottom: 1.2rem;
}

.qr-modal-box {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  display: inline-block;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.qr-modal-box img { display: block; width: 100%; max-width: 300px; height: auto; }

.qr-modal-hint {
  margin-top: 1.1rem;
  font-size: 0.92rem;
  color: rgba(239, 231, 211, 0.85);
}

.qr-modal-url {
  margin-top: 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--brass-soft);
  opacity: 0.9;
}

body.modal-open { overflow: hidden; }

.lottery-btn-ghost {
  margin-top: 0.9rem;
  padding: 0.5rem 1.4rem;
  font-size: 0.85rem;
  border: 1px solid rgba(239, 231, 211, 0.4);
  background: rgba(239, 231, 211, 0.08);
  color: var(--cream);
}

.lottery-btn-ghost:hover { background: rgba(239, 231, 211, 0.16); }

/* ---------------- 响应式 ---------------- */

@media (max-width: 760px) {
  .tools-main { padding: 1.8rem 0.9rem 0.6rem; }
  .tools-grid { grid-template-columns: 1fr; }

  .lottery-running-grid { grid-template-columns: 1fr; }
  .lottery-qr { padding: 9px; }
  .lottery-qr img { max-width: 260px; }
  .lottery-list { max-height: 30vh; }
  .lottery-qr-panel { padding: 1.2rem; }

  .lottery-stage { padding-top: 1.2rem; }
  .join-stage { padding-top: 1.6rem; }
  .lottery-winner { padding: 1.8rem 1.2rem; }
}

/* ---------------- 中奖：大号显眼 + 持续动效 ---------------- */

/* 主持人端：中奖号码金色光晕 + 脉冲 */
.winner-hot {
  border: 2px solid rgba(255, 208, 120, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.25),
    0 0 0 5px rgba(255, 180, 60, 0.16),
    0 0 44px rgba(255, 170, 50, 0.45),
    var(--shadow);
}
.winner-hot .lottery-winner-number {
  color: #ffe9b8;
  animation: win-glow 1.5s ease-in-out infinite, win-pulse 1.5s ease-in-out infinite;
}
.winner-hot .lottery-winner-name {
  color: #ffd98a;
  animation: win-fade 1.5s ease-in-out infinite;
}

@keyframes win-glow {
  0%, 100% { text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45), 0 0 14px rgba(255, 208, 120, 0.85), 0 0 40px rgba(255, 180, 60, 0.5); }
  50% { text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45), 0 0 30px rgba(255, 224, 150, 1), 0 0 80px rgba(255, 190, 70, 0.9); }
}
@keyframes win-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes win-fade {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

/* 参与端：我的号码保持不变 */
.join-final {
  margin: 1.4rem auto 0;
  max-width: 420px;
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  background: rgba(22, 39, 29, 0.72);
  border: 1px solid rgba(201, 164, 92, 0.22);
}
.join-final-label {
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  color: var(--cream-muted);
  margin-bottom: 0.5rem;
}
.join-final .lottery-winner-number {
  font-size: clamp(3.2rem, 14vw, 5rem);
  color: var(--cream);
}

/* 参与端：中奖公告（持续动效） */
.win-announce { margin-top: 1.5rem; min-height: 2rem; }
.win-lost { color: var(--cream-muted); font-size: 0.95rem; }
.win-sub { margin-top: 0.5rem; color: var(--brass-soft); font-size: 0.95rem; }
.win-sub b { color: #ffd98a; }

.win-won .win-badge {
  display: inline-block;
  padding: 1rem 2.6rem;
  border-radius: 999px;
  font-size: clamp(1.35rem, 5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #2a120a;
  background: linear-gradient(160deg, #ffdf9e, #ff9d3f 55%, #ff7a2f);
  box-shadow: 0 0 22px rgba(255, 160, 60, 0.7), 0 12px 32px rgba(0, 0, 0, 0.42);
  animation: win-bounce 1.1s ease-in-out infinite, win-badge-glow 1.1s ease-in-out infinite;
}
.win-won .win-sub {
  margin-top: 1rem;
  color: #ffd98a;
  font-size: 1.05rem;
  animation: win-fade 1.5s ease-in-out infinite;
}

@keyframes win-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.06); }
}
@keyframes win-badge-glow {
  0%, 100% { box-shadow: 0 0 18px rgba(255, 170, 60, 0.55), 0 12px 32px rgba(0, 0, 0, 0.42); }
  50% { box-shadow: 0 0 52px rgba(255, 196, 90, 1), 0 12px 32px rgba(0, 0, 0, 0.42); }
}

/* ---------------- 主持人端：开始前设置 ---------------- */

.lottery-setup {
  margin: 1.4rem auto 0;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.lottery-setup input[type="text"] {
  width: 100%;
  padding: 0.8rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(201, 164, 92, 0.35);
  background: rgba(12, 21, 15, 0.72);
  color: var(--cream);
  font-size: 1rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
}
.lottery-setup input[type="text"]:focus { border-color: var(--brass); }
.lottery-setup input[type="text"]::placeholder { color: var(--cream-muted); }
.lottery-setup-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: var(--cream-muted);
  font-size: 0.92rem;
}
.lottery-setup-row input[type="number"] {
  width: 88px;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(201, 164, 92, 0.35);
  background: rgba(12, 21, 15, 0.72);
  color: var(--cream);
  font-size: 1.05rem;
  font-family: var(--font-display);
  text-align: center;
  outline: none;
}
.lottery-setup-row input[type="number"]:focus { border-color: var(--brass); }

/* 运行中：奖品信息 */
.lottery-run-info {
  margin: -0.2rem 0 0.8rem;
  font-size: 0.85rem;
  color: var(--cream-muted);
}
.lottery-run-info strong { color: var(--brass-soft); }

/* 开奖：多人中奖 */
.lottery-winners-grid {
  margin: 1.6rem auto 0;
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.9rem;
}
.winner-sm { padding: 1.2rem 1rem; }
.winner-sm .lottery-winner-number { font-size: clamp(2.6rem, 10vw, 4rem); }
.winner-sm .lottery-winner-name { font-size: 0.95rem; }

/* ---------------- 开奖动画（约 10 秒全屏） ---------------- */

.draw-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(120% 120% at 50% 18%, #2c1a09 0%, #120c06 52%, #050302 100%);
}
.draw-overlay.hidden { display: none; }

.draw-stage {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  animation: qr-pop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.draw-eyebrow {
  font-family: var(--font-display);
  letter-spacing: 0.5em;
  color: var(--brass);
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
  animation: win-fade 0.7s ease-in-out infinite;
}

.draw-num {
  font-family: var(--font-display);
  font-size: clamp(6rem, 26vw, 13rem);
  font-weight: 700;
  line-height: 1.1;
  color: #ffe9b8;
  text-shadow: 0 0 24px rgba(255, 208, 120, 0.9), 0 0 70px rgba(255, 180, 60, 0.6);
  animation: win-glow 1.2s ease-in-out infinite, win-pulse 1.2s ease-in-out infinite;
}
.draw-num.draw-lock { animation: none; }

.draw-name {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #ffd98a;
  letter-spacing: 0.15em;
  min-height: 1.6em;
  animation: win-fade 1s ease-in-out infinite;
}

.draw-hint {
  margin-top: 1.3rem;
  color: var(--cream-muted);
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}

/* 旋转金色光带 */
.draw-shine {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170vmax;
  height: 170vmax;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg,
    transparent 0deg, rgba(255, 190, 80, 0.13) 26deg, transparent 55deg,
    transparent 150deg, rgba(255, 190, 80, 0.09) 185deg, transparent 215deg,
    transparent 300deg, rgba(255, 190, 80, 0.12) 335deg, transparent 360deg);
  animation: draw-spin 9s linear infinite;
  pointer-events: none;
}
@keyframes draw-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* 斜向扫光 */
.draw-sweep {
  position: absolute;
  left: -20%;
  right: -20%;
  top: -25%;
  height: 45%;
  transform: rotate(-8deg);
  background: linear-gradient(180deg, transparent, rgba(255, 190, 90, 0.13), transparent);
  animation: draw-sweep-move 2.8s ease-in-out infinite;
  pointer-events: none;
}
.draw-sweep-2 { animation-delay: 1.4s; }
@keyframes draw-sweep-move {
  0%, 100% { transform: translateY(-30%) rotate(-8deg); }
  50% { transform: translateY(280%) rotate(-8deg); }
}

/* 上升金色粒子 */
.draw-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.draw-particles i {
  position: absolute;
  bottom: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe9b8, #ff9d3f);
  box-shadow: 0 0 12px rgba(255, 190, 80, 0.9);
  animation: draw-rise linear infinite;
}
@keyframes draw-rise {
  0% { transform: translateY(0) scale(1); opacity: 1; }
  100% { transform: translateY(-115vh) scale(0.3); opacity: 0; }
}
