:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #172033;
  background: #f5f7fb;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 15% 8%, rgba(58, 123, 255, .11), transparent 28rem),
    radial-gradient(circle at 92% 88%, rgba(74, 212, 169, .1), transparent 26rem),
    #f5f7fb;
}

button { font: inherit; }

.shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));
}

.card {
  width: min(100%, 430px);
  padding: 42px 34px 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 70px rgba(30, 46, 78, .12);
  backdrop-filter: blur(18px);
  animation: card-in .45s cubic-bezier(.2, .8, .2, 1);
}

.hidden { display: none !important; }

.brand-mark,
.icon-wrap,
.success-ring {
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 19px;
}

.brand-mark {
  color: white;
  font-size: 28px;
  font-weight: 750;
  background: linear-gradient(145deg, #2d72f4, #58a5ff);
  box-shadow: 0 12px 28px rgba(45, 114, 244, .28);
}

.icon-wrap.warning {
  color: #e8971b;
  background: #fff6df;
}

.icon-wrap svg,
.success-ring svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.eyebrow {
  margin: 0 0 9px;
  color: #3979e8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
}

h1 {
  margin: 0;
  font-size: clamp(25px, 7vw, 30px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

.muted {
  margin: 13px auto 28px;
  color: #778196;
  font-size: 15px;
  line-height: 1.7;
}

.slider {
  --thumb-size: 50px;
  position: relative;
  height: 56px;
  overflow: hidden;
  border: 1px solid #e3e8f1;
  border-radius: 15px;
  background: #eef2f7;
  touch-action: none;
  user-select: none;
  outline: none;
}

.slider:focus-visible { box-shadow: 0 0 0 4px rgba(45, 114, 244, .15); }

.slider-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, #e8f2ff, #d9ecff);
}

.slider-text {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding-left: 44px;
  color: #8490a4;
  font-size: 14px;
  pointer-events: none;
}

.slider-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: var(--thumb-size);
  height: var(--thumb-size);
  display: grid;
  place-items: center;
  padding: 0;
  color: white;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, #2d72f4, #4b91ff);
  box-shadow: 0 7px 18px rgba(45, 114, 244, .3);
  cursor: grab;
}

.slider-thumb:active { cursor: grabbing; }
.slider-thumb svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.slider.dragging .slider-thumb { transition: none; }
.slider:not(.dragging) .slider-thumb,
.slider:not(.dragging) .slider-fill { transition: left .3s ease, width .3s ease; }

.privacy-note {
  margin: 16px 0 0;
  color: #a0a8b7;
  font-size: 12px;
}

.verify-heading { display: flex; align-items: center; gap: 13px; text-align: left; }
.verify-heading h1 { font-size: 23px; }
.verify-heading .eyebrow { margin-bottom: 3px; font-size: 11px; }
.shield { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; color: white; border-radius: 15px; background: linear-gradient(145deg, #2d72f4, #59a1ff); box-shadow: 0 9px 22px rgba(45, 114, 244, .24); }
.shield svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.challenge-tip { margin: 18px 0 13px; color: #717d91; font-size: 13px; text-align: left; }

.puzzle-scene { position: relative; height: 174px; overflow: hidden; border-radius: 15px; background: linear-gradient(#89c8ef 0 48%, #c5e5e6 48% 67%, #6db6a2 67%); box-shadow: inset 0 0 0 1px rgba(23, 64, 92, .08); }
.sun { position: absolute; top: 21px; right: 34px; width: 32px; height: 32px; border-radius: 50%; background: #ffe6a0; box-shadow: 0 0 28px rgba(255, 230, 160, .65); }
.mountain { position: absolute; width: 230px; height: 120px; transform: rotate(45deg); border-radius: 22px; }
.mountain-back { left: -13px; top: 57px; background: #6fa2a2; }
.mountain-front { left: 118px; top: 76px; background: #477e75; }
.lake { position: absolute; inset: 121px 0 0; background: linear-gradient(175deg, #8bd1d5, #4c9baa); opacity: .88; }
.tree { position: absolute; bottom: 34px; width: 5px; height: 24px; background: #694d39; }
.tree::before { content: ""; position: absolute; left: 50%; bottom: 12px; width: 26px; height: 33px; transform: translateX(-50%); clip-path: polygon(50% 0, 100% 100%, 0 100%); background: #285f55; }
.tree-one { left: 36px; }
.tree-two { left: 63px; bottom: 26px; transform: scale(.8); }
.puzzle-shape { position: absolute; top: 68px; left: 10px; width: 52px; height: 52px; border-radius: 8px; }
.puzzle-shape::before { content: ""; position: absolute; top: -9px; left: 17px; width: 19px; height: 19px; border-radius: 50%; }
.puzzle-shape::after { content: ""; position: absolute; top: 17px; right: -9px; width: 19px; height: 19px; border-radius: 50%; }
.puzzle-target { z-index: 4; background: rgba(13, 41, 54, .36); box-shadow: inset 0 0 0 2px rgba(255,255,255,.72), 0 2px 8px rgba(0,0,0,.18); }
.puzzle-target::before, .puzzle-target::after { background: rgba(13, 41, 54, .36); box-shadow: inset 0 0 0 2px rgba(255,255,255,.72); }
.puzzle-piece { z-index: 5; display: grid; place-items: center; color: white; background: rgba(55, 139, 240, .94); box-shadow: 0 4px 12px rgba(12, 42, 76, .32), inset 0 0 0 2px rgba(255,255,255,.72); transition: left .28s ease; }
.puzzle-scene.dragging .puzzle-piece { transition: none; }
.puzzle-piece::before, .puzzle-piece::after { background: rgb(55, 139, 240); box-shadow: inset 0 0 0 2px rgba(255,255,255,.72); }
.puzzle-piece span { position: relative; z-index: 1; font-size: 17px; font-weight: 700; opacity: .9; }
.puzzle-status { position: absolute; inset: auto 0 0; z-index: 8; height: 30px; display: grid; place-items: center; color: white; font-size: 12px; background: rgba(24, 166, 111, .9); transform: translateY(100%); transition: transform .25s ease; }
.puzzle-scene.success .puzzle-status, .puzzle-scene.fail .puzzle-status { transform: translateY(0); }
.puzzle-scene.fail .puzzle-status { background: rgba(220, 69, 69, .92); }
.puzzle-scene.shake { animation: shake .35s ease; }

.verify-heading ~ .slider { --thumb-size: 45px; height: 49px; margin-top: 13px; border-radius: 10px; }
.verify-heading ~ .slider .slider-thumb { top: 2px; left: 2px; width: 45px; height: 45px; border-radius: 8px; background: #347ff3; }
.verify-heading ~ .slider .slider-fill { background: #dcecff; }
.verify-heading ~ .slider .slider-text { padding-left: 39px; font-size: 13px; }
.verify-heading ~ .slider.dragging .slider-thumb,
.verify-heading ~ .slider.dragging .slider-fill,
.verify-heading ~ .slider.dragging ~ .puzzle-piece { transition: none; }
.verify-footer { margin: 15px 0 -4px; color: #a0a8b7; font-size: 11px; }
.verify-footer span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 3px; color: white; font-size: 8px; border-radius: 50%; background: #aeb8c7; }
.cloud-slider { height: 52px !important; margin-top: 5px !important; }
.cloud-slider .slider-thumb { width: 48px !important; height: 48px !important; }
.cloud-slider.success .slider-fill { background: #e7f8f1 !important; }
.cloud-slider.success .slider-thumb { background: #00a870 !important; }
.cloud-slider.success .slider-text { color: #00a870; }
.cloud-slider.fail { border-color: #d8dee8; background: #f5f6f7; pointer-events: none; }
.cloud-slider.fail .slider-fill { opacity: 0; }
.cloud-slider.fail .slider-thumb { opacity: 0; pointer-events: none; }
.cloud-slider.fail .slider-text { color: #d9363e; }
.cloud-slider .slider-text { z-index: 2; display: flex; align-items: center; justify-content: center; transition: opacity .12s ease; }
.cloud-slider.dragging .slider-text { opacity: 0; }
.cloud-slider.fail .slider-text::before,
.cloud-slider.success .slider-text::before { content: ""; display: block; flex: 0 0 14px; width: 14px; height: 14px; margin-right: 6px; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: 8px 8px; }
.cloud-slider.fail .slider-text::before { background-color: #f5222d; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M4.3 4.3l5.4 5.4m0-5.4L4.3 9.7' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E"); }
.cloud-slider.success .slider-text::before { background-color: #00a870; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='m3.6 7 2.1 2.1 4.7-4.7' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

#challenge { width: min(calc(100% - 24px), 356px); padding: 0 16px 14px; border: 1px solid #aeb7c1; border-radius: 4px; box-shadow: 0 8px 28px rgba(20, 30, 42, .2); }
.captcha-header { height: 58px; display: flex; align-items: center; justify-content: space-between; }
.captcha-header h1 { font-size: 16px; font-weight: 500; }
.captcha-close { width: 34px; height: 34px; padding: 0; color: #73808d; font-size: 32px; font-weight: 200; line-height: 1; border: 0; background: transparent; cursor: pointer; }
.captcha-image { position: relative; width: 100%; aspect-ratio: 1.52 / 1; overflow: hidden; border: 1px solid #c7cdd4; background: url("./assets/captcha-forest-road.png") center / cover no-repeat; }
.captcha-refresh { position: absolute; z-index: 8; top: 0; right: 0; width: 32px; height: 32px; padding: 0; color: white; font-size: 20px; line-height: 1; border: 0; background: rgba(14, 30, 23, .8); cursor: pointer; }
.captcha-puzzle { position: absolute; z-index: 5; top: 95px; left: 6px; width: 46px; height: 46px; }
.captcha-puzzle.shape-one { clip-path: path("M0 0 H16 A7 7 0 1 0 30 0 H46 V16 A7 7 0 1 1 46 30 V46 H30 A7 7 0 1 0 16 46 H0 V30 A7 7 0 1 1 0 16 Z"); }
.captcha-puzzle.shape-two { clip-path: path("M0 0 H46 V16 A7 7 0 1 0 46 30 V46 H30 A7 7 0 1 1 16 46 H0 V30 A7 7 0 1 0 0 16 V0 Z"); }
.captcha-puzzle.shape-three { clip-path: path("M0 0 H16 A7 7 0 1 1 30 0 H46 V46 H30 A7 7 0 1 0 16 46 H0 V30 A7 7 0 1 1 0 16 V0 Z"); }
.captcha-target { z-index: 4; background: rgba(238, 244, 239, .82); box-shadow: inset 0 0 0 2px rgba(255,255,255,.85), 0 1px 7px rgba(0,0,0,.35); }
.captcha-piece { background-image: url("./assets/captcha-forest-road.png"); background-repeat: no-repeat; filter: drop-shadow(0 0 2px rgba(255,255,255,.95)) drop-shadow(0 2px 3px rgba(0,0,0,.65)); }
.puzzle-scene.instant-reset .puzzle-piece,
.captcha-image.instant-reset .captcha-piece,
.slider.instant-reset .slider-thumb,
.slider.instant-reset .slider-fill { transition: none !important; }
#challenge .cloud-slider { height: 44px !important; margin-top: 8px !important; }
#challenge .cloud-slider .slider-thumb { top: 0; left: 0; width: 42px !important; height: 42px !important; color: #667584; border: 0 !important; border-radius: 0 !important; background: #fff !important; box-shadow: none !important; }
#challenge .cloud-slider .slider-fill { background: #DFF5F1; }
#challenge .cloud-slider .slider-text { z-index: 3; padding: 0 !important; color: #b5bac1; font-size: 13px; line-height: 1; text-align: center; }
#challenge .cloud-slider.fail .slider-text { color: #f5222d; font-size: 14px; line-height: 14px; }
.captcha-note { margin: 5px 0 -7px; color: #d0d4d9; font-size: 8px; text-align: left; }

.guide {
  margin: 4px 0 24px;
  padding: 17px 18px;
  text-align: left;
  border-radius: 16px;
  background: #f6f8fc;
}

.step { display: flex; align-items: center; gap: 12px; }
.step + .step { margin-top: 12px; }
.step span { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; color: #3979e8; font-size: 12px; font-weight: 700; border-radius: 50%; background: #e5efff; }
.step p { margin: 0; color: #667187; font-size: 14px; line-height: 1.5; }

.primary-button {
  width: 100%;
  min-height: 50px;
  color: white;
  font-weight: 650;
  border: 0;
  border-radius: 14px;
  background: #2d72f4;
  box-shadow: 0 10px 24px rgba(45, 114, 244, .24);
  cursor: pointer;
}

.primary-button:active { transform: translateY(1px); }
.feedback { min-height: 18px; margin: 12px 0 -8px; color: #30a16f; font-size: 13px; }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
#intro { width: min(calc(100% - 28px), 300px); padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
#intro .robot-check { min-height: 59px; gap: 10px; padding: 7px 9px; border: 1px solid #d1d5da; border-radius: 2px; background: #fafafa; box-shadow: none; }
#intro .robot-check:hover { border-color: #aeb5bd; box-shadow: none; }
#intro .robot-checkbox { width: 22px; height: 22px; border: 1px solid #4f545a; border-radius: 2px; }
#intro .robot-copy strong { color: #17191c; font-size: 13px; font-weight: 500; white-space: nowrap; }
.cloud-verify-mark { flex: 0 0 auto; width: 76px; display: grid; grid-template-columns: 1fr; justify-items: center; color: #1f2329; }
.cloud-verify-mark svg { width: 34px; height: 18px; margin-bottom: -3px; fill: #f48120; }
.cloud-verify-mark strong { font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 1; letter-spacing: .09em; }
.cloud-verify-mark small { margin-top: 3px; color: #555b63; font-size: 7px; line-height: 1; }
#preparing { width: min(calc(100% - 28px), 300px); padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.verifying-bar { min-height: 59px; display: flex; align-items: center; gap: 11px; padding: 7px 9px; border: 1px solid #d1d5da; border-radius: 2px; background: #fafafa; }
.verifying-copy { flex: 1; color: #17191c; font-size: 13px; text-align: left; white-space: nowrap; }
.dot-spinner { position: relative; flex: 0 0 28px; width: 28px; height: 28px; animation: verify-spin 1.1s linear infinite; }
.dot-spinner i { position: absolute; top: 50%; left: 50%; width: 3px; height: 3px; margin: -1.5px; border-radius: 50%; background: #18a957; }
.dot-spinner i:nth-child(1) { transform: rotate(0deg) translateY(-11px); opacity: 1; }
.dot-spinner i:nth-child(2) { transform: rotate(45deg) translateY(-11px); opacity: .88; }
.dot-spinner i:nth-child(3) { transform: rotate(90deg) translateY(-11px); opacity: .76; }
.dot-spinner i:nth-child(4) { transform: rotate(135deg) translateY(-11px); opacity: .64; }
.dot-spinner i:nth-child(5) { transform: rotate(180deg) translateY(-11px); opacity: .52; }
.dot-spinner i:nth-child(6) { transform: rotate(225deg) translateY(-11px); opacity: .4; }
.dot-spinner i:nth-child(7) { transform: rotate(270deg) translateY(-11px); opacity: .28; }
.dot-spinner i:nth-child(8) { transform: rotate(315deg) translateY(-11px); opacity: .16; }
@keyframes verify-spin { to { transform: rotate(360deg); } }

.robot-check { width: 100%; min-height: 82px; display: flex; align-items: center; gap: 14px; padding: 14px 15px; text-align: left; color: #172033; border: 1px solid #dce3ed; border-radius: 15px; background: #f7f9fc; box-shadow: 0 5px 16px rgba(35, 55, 88, .06); cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.robot-check:hover { border-color: #8db7ff; box-shadow: 0 8px 22px rgba(45, 114, 244, .11); }
.robot-check:active { transform: scale(.99); }
.robot-checkbox { flex: 0 0 auto; width: 29px; height: 29px; border: 2px solid #9ba7b9; border-radius: 5px; background: white; }
.robot-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 4px; }
.robot-copy strong { font-size: 15px; font-weight: 650; }
.robot-copy small { color: #929bad; font-size: 11px; }
.robot-badge { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; color: #4387f5; border-radius: 11px; background: #e7f0ff; }
.robot-badge svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.success-ring {
  color: #24a66f;
  border-radius: 50%;
  background: #e8f8f1;
}

.progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #e9edf4; }
.progress-bar { width: 4%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2d72f4, #66a9ff); transition: width .5s ease; }
.progress-label { margin: 14px 0 0; color: #929bad; font-size: 13px; }

.spinner {
  width: 58px;
  height: 58px;
  margin: 2px auto 24px;
  border: 5px solid #e5eaf3;
  border-top-color: #2d72f4;
  border-radius: 50%;
  animation: spin .9s linear infinite;
}

.loading-dots { display: flex; justify-content: center; gap: 7px; }
.loading-dots i { width: 7px; height: 7px; border-radius: 50%; background: #9eb0ca; animation: dot 1.2s ease-in-out infinite; }
.loading-dots i:nth-child(2) { animation-delay: .15s; }
.loading-dots i:nth-child(3) { animation-delay: .3s; }
.browser-mismatch .spinner,
.browser-mismatch .loading-dots { display: none; }
.browser-mismatch .muted { margin-bottom: 0; }
.safari-compass { display: none; }
.browser-mismatch .safari-compass { width: 56px; height: 56px; max-width: 56px; max-height: 56px; display: block; margin: 0 auto 17px; overflow: hidden; }
.browser-mismatch .safari-compass svg { display: block; width: 56px !important; height: 56px !important; max-width: 56px !important; max-height: 56px !important; }

#loading { width: min(calc(100% - 32px), 340px); padding: 34px 24px 30px; }
#loading .spinner { width: 48px; height: 48px; margin: 0 auto 20px; border-width: 4px; }
#loading h1 { font-size: 22px; line-height: 1.3; }
#loading .muted { margin: 11px auto 20px; font-size: 14px; line-height: 1.6; }
#loading .loading-dots { gap: 6px; }
#loading .loading-dots i { width: 6px; height: 6px; }
#loading.browser-mismatch { padding-top: 28px; padding-bottom: 29px; }
#loading.browser-mismatch h1 { font-size: 18px; line-height: 1.45; }
#loading.browser-mismatch .muted { max-width: 285px; margin-top: 9px; font-size: 13px; line-height: 1.7; }

@media (max-width: 360px) {
  #loading { width: calc(100% - 24px); padding: 29px 19px 26px; }
  #loading .spinner { width: 44px; height: 44px; margin-bottom: 18px; }
  #loading h1 { font-size: 20px; }
  #loading .muted { font-size: 13px; }
  #loading.browser-mismatch h1 { font-size: 17px; }
  #loading.browser-mismatch .muted { font-size: 12px; }
  .browser-mismatch .safari-compass { width: 52px; height: 52px; max-width: 52px; max-height: 52px; margin-bottom: 15px; }
  .browser-mismatch .safari-compass svg { width: 52px !important; height: 52px !important; max-width: 52px !important; max-height: 52px !important; }
}

@keyframes card-in { from { opacity: 0; transform: translateY(12px) scale(.98); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dot { 0%, 65%, 100% { opacity: .35; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-5px); } }
@keyframes shake { 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }

@media (max-width: 480px) {
  .card { padding: 36px 22px 28px; border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Cloud-console inspired visual theme. No third-party logo or official branding. */
:root { color: #1f2329; background: #f5f7fa; }
body { background: linear-gradient(180deg, #eef3f8 0, #f7f9fb 240px, #f5f7fa 100%); }
.shell { align-items: center; }
.card { width: min(100%, 390px); padding: 30px 28px 26px; border: 1px solid #dfe4ea; border-radius: 6px; background: #fff; box-shadow: 0 8px 28px rgba(25, 38, 55, .1); backdrop-filter: none; }
h1 { color: #1f2329; font-size: 24px; font-weight: 600; letter-spacing: 0; }
.eyebrow { color: #1677ff; font-weight: 600; letter-spacing: .08em; }
.muted { color: #737c8a; }
.robot-check { min-height: 76px; border-color: #d8dee8; border-radius: 3px; background: #f7f8fa; box-shadow: none; }
.robot-check:hover { border-color: #1677ff; box-shadow: 0 0 0 2px rgba(22, 119, 255, .08); }
.robot-checkbox { border-color: #9aa5b1; border-radius: 2px; }
.robot-badge { color: #1677ff; border-radius: 3px; background: #eaf3ff; }
.shield { border-radius: 4px; background: #1677ff; box-shadow: none; }
.verify-heading h1 { font-size: 21px; }
.puzzle-scene { border: 1px solid #d8dee8; border-radius: 3px; box-shadow: none; }
.slider { border-color: #d8dee8; border-radius: 2px; background: #f3f5f7; }
.verify-heading ~ .slider { border-radius: 2px; }
.verify-heading ~ .slider .slider-thumb { border-radius: 1px; background: #1677ff; box-shadow: none; }
.verify-heading ~ .slider .slider-fill { background: #e7f1ff; }
.primary-button { border-radius: 3px; background: #1677ff; box-shadow: none; }
.icon-wrap.warning { color: #ff8b00; border-radius: 4px; background: #fff7e8; }
.guide { border: 1px solid #e6eaf0; border-radius: 3px; background: #f7f8fa; }
.step span { color: #1677ff; background: #e8f2ff; }
.progress-bar { background: #1677ff; }
.spinner { border-top-color: #1677ff; }
.success-ring { color: #00a870; background: #e8f8f2; }

@media (max-width: 480px) {
  .card { width: calc(100% - 30px); padding: 27px 22px 24px; border-radius: 5px; }
}
