
:root {
  --cf-orange: #F6821F;
  --cf-orange-hover: #E06A00;
  --cf-orange-bg: rgba(246, 130, 31, 0.08);
  --cf-orange-border: rgba(246, 130, 31, 0.22);
  --bg-color: #FFFBF7;
  --card-bg: #FFFFFF;
  --text-main: #1D1D1F;
  --text-sub: #52525B;
  --text-muted: #9CA3AF;
  --success: #10B981;
}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-touch-callout: none; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-color);
  background-image: 
    radial-gradient(ellipse at 50% -5%, rgba(246, 130, 31, 0.16) 0%, transparent 65%),
    radial-gradient(circle at 100% 80%, rgba(250, 173, 63, 0.08) 0%, transparent 40%);
  background-attachment: fixed;
  color: var(--text-main);
  min-height: 100vh;
  padding: 24px 16px 50px;
}
.container { max-width: 520px; margin: 0 auto; }
.mascot-box { text-align: center; margin-bottom: 12px; }
.mascot-inner { display: inline-block; cursor: pointer; transition: transform 0.12s ease-out; }
.mascot-img { width: 92px; height: 92px; filter: drop-shadow(0 10px 18px rgba(246, 130, 31, 0.22)); }
header { text-align: center; margin-bottom: 18px; }
header h1 { font-size: 24px; font-weight: 800; color: var(--text-main); letter-spacing: -0.5px; }
header p { font-size: 13px; color: var(--text-sub); margin-top: 4px; }
.pills-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #FFFFFF; border: 1px solid rgba(0,0,0,0.06);
  padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600;
  color: var(--text-sub); box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.alert-notice {
  background: #FFF7ED; border: 1px solid #FED7AA; border-left: 4px solid var(--cf-orange);
  border-radius: 12px; padding: 12px 14px; margin-bottom: 20px;
  display: flex; gap: 10px; align-items: flex-start;
}
.alert-icon { width: 18px; height: 18px; stroke: var(--cf-orange); margin-top: 1px; flex-shrink: 0; }
.alert-text { font-size: 12px; color: #9A3412; line-height: 1.55; }
.alert-text strong { color: #C2410C; }
.card-list { display: flex; flex-direction: column; gap: 16px; }
.cf-card {
  background: var(--card-bg); border: 1px solid #F5E8DC; border-radius: 18px;
  padding: 20px 22px; box-shadow: 0 4px 20px rgba(246, 130, 31, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cf-card:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(246, 130, 31, 0.1); }
.card-head-row {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 12px; border-bottom: 1px dashed rgba(246, 130, 31, 0.18); margin-bottom: 14px;
}
.account-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--text-main); }
.tag-num { background: var(--cf-orange); color: #FFFFFF; padding: 2px 8px; border-radius: 6px; font-size: 11px; font-weight: 800; }
.status-pill {
  display: inline-flex; align-items: center; gap: 6px; background: #ECFDF5; color: #059669;
  padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; border: 1px solid rgba(16, 185, 129, 0.2);
}
.pulse-dot { width: 6px; height: 6px; background: #10B981; border-radius: 50%; box-shadow: 0 0 6px #10B981; }
.field-wrap { margin-bottom: 14px; }
.field-title-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.title-text { font-size: 11px; font-weight: 700; color: #9CA3AF; letter-spacing: 0.5px; text-transform: uppercase; }
.secure-hint { font-size: 11px; font-weight: 600; color: var(--cf-orange); }
.input-mimic {
  display: flex; justify-content: space-between; align-items: center;
  background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 12px; padding: 8px 12px; transition: all 0.2s;
}
.input-mimic:hover { border-color: #D1D5DB; background: #F3F4F6; }
.text-content { font-size: 14px; font-weight: 600; color: #1F2937; user-select: text; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: 8px; }
.mono { font-family: 'JetBrains Mono', 'SFMono-Regular', Menlo, Monaco, Consolas, monospace; letter-spacing: 0.5px; }
.btn-group { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.ghost-btn {
  background: transparent; border: none; color: #9CA3AF; cursor: pointer; padding: 6px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center; transition: all 0.15s;
}
.ghost-btn:hover { color: var(--cf-orange); background: var(--cf-orange-bg); }
.ghost-btn svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cf-copy-btn {
  background: var(--cf-orange); color: #FFFFFF; border: none; cursor: pointer; padding: 7px 14px; border-radius: 8px;
  font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px;
  box-shadow: 0 2px 8px rgba(246, 130, 31, 0.25); transition: all 0.15s;
}
.cf-copy-btn:hover { background: var(--cf-orange-hover); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(246, 130, 31, 0.35); }
.cf-copy-btn:active { transform: translateY(0); }
.cf-copy-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-footer-row { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 10px; font-size: 11px; }
.check-time-label { color: #71717A; font-weight: 500; }
.sync-status { color: #A1A1AA; }
.faq-box { margin-top: 28px; background: #FFFFFF; border: 1px solid #F5E8DC; border-radius: 16px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.02); }
.faq-header { font-size: 14px; font-weight: 800; color: var(--text-main); margin-bottom: 14px; }
.faq-item { margin-bottom: 14px; }
.faq-item:last-child { margin-bottom: 0; }
.faq-q { font-size: 12px; font-weight: 700; color: #44403C; margin-bottom: 4px; }
.faq-q a { color: var(--cf-orange); text-decoration: none; }
.faq-q a:hover { text-decoration: underline; }
.faq-a { font-size: 12px; color: #78716C; line-height: 1.6; }
footer { margin-top: 28px; padding-top: 20px; border-top: 1px dashed rgba(246, 130, 31, 0.18); text-align: center; font-size: 12px; color: var(--text-muted); }
.footer-badge-list { display: flex; justify-content: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.footer-badge {
  color: var(--cf-orange); text-decoration: none; font-weight: 700; padding: 5px 12px;
  background: var(--cf-orange-bg); border-radius: 20px; border: 1px solid var(--cf-orange-border); transition: all 0.2s;
}
.footer-badge:hover { background: var(--cf-orange); color: #fff; }
.footer-copy { font-size: 11px; color: #A1A1AA; }
.toast-bar {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(100px);
  background: rgba(24, 24, 27, 0.94); backdrop-filter: blur(10px); color: #FFFFFF;
  padding: 10px 22px; border-radius: 24px; font-size: 13px; font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 99999; pointer-events: none;
}
.toast-bar.active { transform: translateX(-50%) translateY(0); }
.back-nav {
  display: inline-flex; align-items: center; gap: 6px; background: #FFFFFF; border: 1px solid var(--cf-orange-border);
  padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; color: var(--cf-orange);
  text-decoration: none; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(246, 130, 31, 0.08); transition: all 0.2s;
}
.back-nav:hover { background: var(--cf-orange); color: #fff; }
.article-card {
  background: var(--card-bg); border: 1px solid #F5E8DC; border-radius: 18px;
  padding: 24px; box-shadow: 0 4px 24px rgba(246, 130, 31, 0.06); margin-bottom: 20px;
}
.article-title { font-size: 20px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; line-height: 1.4; }
.article-meta { font-size: 11px; color: var(--text-muted); margin-bottom: 18px; display: flex; gap: 12px; }
.article-body { font-size: 13px; color: #44403C; line-height: 1.8; }
.article-body h2 { font-size: 15px; font-weight: 800; color: #1C1917; margin: 18px 0 8px; border-left: 3px solid var(--cf-orange); padding-left: 8px; }
.article-body p { margin-bottom: 12px; }
.article-body ul, .article-body ol { margin-left: 20px; margin-bottom: 12px; }
.article-body li { margin-bottom: 6px; }
.highlight-box {
  background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 12px;
  padding: 14px; margin: 16px 0; font-size: 12px; color: #9A3412; line-height: 1.6;
}
.cta-button-banner {
  display: block; text-align: center; background: linear-gradient(135deg, #F6821F 0%, #EA580C 100%);
  color: #fff; font-size: 14px; font-weight: 800; padding: 14px; border-radius: 12px;
  text-decoration: none; margin: 20px 0; box-shadow: 0 6px 20px rgba(246, 130, 31, 0.35); transition: transform 0.2s;
}
.cta-button-banner:hover { transform: scale(1.02); }
