/* 🛡️ 強制修復 FontAwesome 圖示顯示 */
.fas, .far, .fab, .fa { font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; display: inline-block !important; }
/* ======================================================
   🎨 TrueLink Schema Generator Theme (V19.1 佈局修復版)
   ====================================================== */
body { margin: 0; padding-top: 80px; font-family: 'Noto Sans TC', 'Inter', sans-serif; background: #050B14; color: #F8FAFC; }
.ts-wrapper { max-width: 1400px; margin: 0 auto; padding: 20px; display: grid; grid-template-columns: 1fr 400px; gap: 30px; }

.ts-form-section { background: #0F172A; border: 1px solid #1E293B; border-radius: 16px; padding: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.ts-section-title { color: #38BDF8; font-size: 1.2rem; font-weight: 900; margin: 0 0 20px 0; padding-bottom: 10px; border-bottom: 1px dashed #334155; display: flex; align-items: center; gap: 10px; }
.ts-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }

.form-group { margin-bottom: 20px; position: relative;}
.form-group label { display: flex; align-items: center; gap: 8px; color: #CBD5E1; font-weight: bold; margin-bottom: 8px; font-size: 0.95rem; }
.ts-input, .ts-select, .ts-textarea { width: 100%; background: #020617; border: 1px solid #334155; color: #FFF; padding: 12px 15px; border-radius: 8px; font-size: 1rem; box-sizing: border-box; outline: none; transition: 0.3s; }
.ts-input:focus, .ts-select:focus, .ts-textarea:focus { border-color: #38BDF8; box-shadow: 0 0 0 3px rgba(56,189,248,0.2); }
.ts-textarea { resize: vertical; min-height: 80px; }

/* 🌟 Tooltip */
.tl-tooltip { position: relative; display: inline-flex; align-items: center; justify-content: center; color: #94A3B8; cursor: help; font-size: 1rem; transition: 0.2s; }
.tl-tooltip:hover { color: #F59E0B; }
.tl-tooltip-text { visibility: hidden; opacity: 0; position: absolute; bottom: 130%; left: 50%; transform: translateX(-50%) translateY(10px); width: 260px; background: #1E293B; color: #F8FAFC; text-align: left; padding: 12px 15px; border-radius: 8px; font-size: 0.85rem; font-weight: normal; line-height: 1.5; z-index: 100; box-shadow: 0 10px 25px rgba(0,0,0,0.8); border: 1px solid #38BDF8; transition: all 0.2s ease; pointer-events: none; }
.tl-tooltip-text::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -6px; border-width: 6px; border-style: solid; border-color: #38BDF8 transparent transparent transparent; }
.tl-tooltip:hover .tl-tooltip-text { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); }

/* 🌟 擴充屬性專屬樣式 */
.ext-prop-row { display: flex; gap: 10px; margin-bottom: 10px; align-items: center; background: rgba(56, 189, 248, 0.05); padding: 10px; border-radius: 8px; border: 1px dashed #334155;}
.ext-prop-key { flex: 1; max-width: 200px; }
.ext-prop-val { flex: 2; }

/* 🌟 雙引擎 Tabs */
.engine-tabs { display: flex; gap: 10px; margin-bottom: 25px; background: rgba(30, 41, 59, 0.5); padding: 8px; border-radius: 12px; border: 1px solid #334155; }
.engine-tab-btn { flex: 1; padding: 15px; background: transparent; border: none; color: #94A3B8; font-size: 1rem; font-weight: 800; border-radius: 8px; cursor: pointer; transition: 0.3s; display: flex; justify-content: center; align-items: center; gap: 8px; }
.engine-tab-btn:hover { background: rgba(255,255,255,0.05); color: #fff; }
.engine-tab-btn.active { background: #38BDF8; color: #0F172A; box-shadow: 0 4px 15px rgba(56,189,248,0.3); }
.engine-tab-btn.active.tab-content-engine { background: #A855F7; box-shadow: 0 4px 15px rgba(168,85,247,0.3); }
.schema-view-section { display: none; animation: fadeUp 0.4s ease; }
.schema-view-section.active { display: block; }

/* 🌟 教育區塊與隱藏防呆樣式 */
.identity-info-box { background: rgba(30,41,59,0.5); border: 1px solid rgba(56,189,248,0.3); border-radius: 12px; padding: 20px; margin-bottom: 30px; display: none; }
.identity-info-box.active { display: block; animation: fadeUp 0.4s ease; }
.identity-title { color: #38BDF8; font-weight: 900; font-size: 1.1rem; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.identity-desc { color: #CBD5E1; font-size: 0.95rem; line-height: 1.8; }
.hidden-fields-group { display: none; animation: fadeUp 0.4s ease; }
.hidden-fields-group.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* 右側預覽區 */
.ts-preview-section { background: #0F172A; border: 1px solid #1E293B; border-radius: 16px; padding: 25px; position: sticky; top: 100px; height: fit-content; }
#json-output { background: #020617; color: #10B981; padding: 15px; border-radius: 8px; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; overflow-x: auto; white-space: pre-wrap; max-height: 400px; border: 1px solid #334155; }

.ts-btn { padding: 10px 20px; border-radius: 8px; font-weight: bold; cursor: pointer; border: none; transition: 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.ts-btn-primary { background: linear-gradient(135deg, #0EA5E9, #2563EB); color: #fff; }
.ts-btn-primary:hover { box-shadow: 0 10px 20px rgba(14,165,233,0.4); transform: translateY(-2px); }
.ts-btn-outline { background: transparent; border: 1px dashed #64748B; color: #94A3B8; width: 100%; padding: 12px; margin-top: 10px; justify-content: center;}
.ts-btn-outline:hover { border-color: #38BDF8; color: #38BDF8; background: rgba(56,189,248,0.05); }

.schema-badge-kit { margin-top: 16px; background: linear-gradient(145deg, rgba(14,165,233,0.10), rgba(168,85,247,0.09)); border: 1px solid rgba(56,189,248,0.35); border-radius: 14px; padding: 16px; }
.schema-badge-kit h3 { margin: 0 0 8px; color: #7DD3FC; font-size: 1.05rem; display: flex; align-items: center; gap: 8px; }
.schema-badge-kit p { margin: 0; color: #CBD5E1; font-size: 0.88rem; line-height: 1.7; }
.schema-badge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.tlv-badge-preview { position: relative; min-height: 104px; border-radius: 12px; padding: 13px; overflow: hidden; border: 1px solid rgba(148,163,184,0.25); background: #020617; }
.tlv-badge-preview::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; }
.tlv-badge-tier { display: inline-flex; align-items: center; gap: 6px; font-weight: 900; font-size: .82rem; border-radius: 999px; padding: 5px 9px; position: relative; z-index: 1; }
.tlv-badge-name { position: relative; z-index: 1; margin-top: 10px; color: #F8FAFC; font-weight: 900; font-size: .93rem; line-height: 1.35; }
.tlv-badge-desc { position: relative; z-index: 1; color: #94A3B8; margin-top: 4px; font-size: .78rem; line-height: 1.45; }
.tlv-badge-t2 { border-color: rgba(56,189,248,.45); }
.tlv-badge-t2::before { background: linear-gradient(135deg, #38BDF8, transparent 70%); }
.tlv-badge-t2 .tlv-badge-tier { color: #BAE6FD; background: rgba(56,189,248,.14); border: 1px solid rgba(56,189,248,.36); }
.tlv-badge-t3 { border-color: rgba(245,158,11,.48); }
.tlv-badge-t3::before { background: radial-gradient(circle at 20% 20%, #F59E0B, transparent 55%); }
.tlv-badge-t3 .tlv-badge-tier { color: #FDE68A; background: rgba(245,158,11,.16); border: 1px solid rgba(245,158,11,.42); }
.tlv-badge-t4 { border-color: rgba(168,85,247,.56); box-shadow: inset 0 0 24px rgba(168,85,247,.08); }
.tlv-badge-t4::before { background: linear-gradient(135deg, #A855F7, #38BDF8 45%, transparent 75%); }
.tlv-badge-t4 .tlv-badge-tier { color: #E9D5FF; background: rgba(168,85,247,.18); border: 1px solid rgba(168,85,247,.48); }
.tlv-badge-t5 { border-color: rgba(250,204,21,.62); box-shadow: 0 0 22px rgba(250,204,21,.10), inset 0 0 28px rgba(56,189,248,.08); }
.tlv-badge-t5::before { background: conic-gradient(from 120deg, #FACC15, #38BDF8, #A855F7, #FACC15); opacity: .20; }
.tlv-badge-t5 .tlv-badge-tier { color: #FEF3C7; background: rgba(250,204,21,.18); border: 1px solid rgba(250,204,21,.5); }
.schema-badge-snippet { margin-top: 14px; background: #020617; border: 1px solid #334155; border-radius: 10px; padding: 12px; color: #34D399; font-family: 'JetBrains Mono', monospace; font-size: .78rem; line-height: 1.55; word-break: break-all; }
.schema-badge-note { margin-top: 10px; color: #FDE68A; background: rgba(245,158,11,.10); border: 1px solid rgba(245,158,11,.28); border-radius: 10px; padding: 10px 12px; font-size: .82rem; line-height: 1.6; }

/* 🌟 底部懸浮操作列修復 */
.sticky-action-bar { position: fixed; bottom: 0; right: 0; left: 0; width: 100%; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(12px); border-top: 1px solid #334155; z-index: 9999; padding: 15px 0; box-shadow: 0 -10px 30px rgba(0,0,0,0.5); }
.sab-container { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 15px; }
.sab-left { display: flex; align-items: center; gap: 15px; }
.sab-right { display: flex; align-items: center; gap: 10px; justify-content: flex-end; }
.sab-health { display: flex; align-items: center; background: #020617; padding: 8px 20px; border-radius: 30px; border: 1px solid #1E293B; white-space: nowrap; }
.sab-label { color: #94A3B8; font-size: 0.9rem; font-weight: bold; margin-right: 15px; }
.health-bar-bg { background: #1E293B; height: 8px; border-radius: 4px; width: 120px; overflow: hidden; margin-right: 15px; }
.health-bar-fill { height: 100%; background: linear-gradient(90deg, #EF4444, #F59E0B, #10B981); width: 0%; transition: width 0.5s ease-out; }

@media (max-width: 1024px) { .ts-wrapper { grid-template-columns: 1fr; } .ts-grid-2 { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .mobile-faq-shortcut { display:block !important; } }
@media (max-width: 900px) { .sab-container { flex-direction: column; align-items: stretch; } .sab-left { justify-content: center; } .sab-right { flex-wrap: wrap; justify-content: center; } .sab-right .ts-btn { flex: 1; text-align: center; justify-content: center; } }
@media (max-width: 560px) { .schema-badge-grid { grid-template-columns: 1fr; } }

.ts-health-box { background: #0F172A; border: 1px solid #1E293B; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.ts-id-box { background: rgba(56, 189, 248, 0.05); border: 1px dashed #38BDF8; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.ts-preview-card { background: #fff; border-radius: 12px; padding: 25px; margin-bottom: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.preview-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 1px solid #E2E8F0; padding-bottom: 15px; }
.preview-toggle { background: #F1F5F9; border-radius: 30px; padding: 4px; display: inline-flex; }
.pt-btn { padding: 6px 16px; border-radius: 20px; border: none; background: transparent; color: #64748B; font-weight: 800; cursor: pointer; font-size: 0.85rem; transition: 0.2s; }
.pt-btn.active { background: #fff; color: #0F172A; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.g-url { color: #202124; font-size: 13px; margin-bottom: 4px; }
.g-title { color: #1a0dab; font-size: 20px; text-decoration: none; margin-bottom: 4px; display: block; line-height: 1.3; font-weight: normal;}
.g-desc { color: #4d5156; font-size: 14px; line-height: 1.6; }
.ai-preview-box { background: linear-gradient(135deg, #F3E8FF, #FDF4FF); border: 1px solid #E9D5FF; border-radius: 12px; padding: 20px; display: none; }
.cta-premium-box { background: linear-gradient(145deg, #18181b 0%, #09090b 100%); border: 1px solid #a855f7; border-radius: 16px; padding: 25px; position: relative; overflow: hidden; margin-top: 25px;}
.cta-premium-box::before { content:''; position:absolute; top:0; left:0; width:100%; height:4px; background: linear-gradient(90deg, #38BDF8, #a855f7); }
.cta-feature-list { list-style: none; padding: 0; margin: 15px 0; color: #cbd5e1; font-size: 0.9rem; line-height: 1.8; }
.cta-feature-list li i { color: #10B981; margin-right: 8px; }

/* ======================================================
   💬 對話式 Schema 副駕（AI 引導模式）
   [2026-07-05 / Claude #30] 低摩擦替代表單；沿用本頁深色調色盤 + FA 圖示 + RWD @375。
   ====================================================== */
/* 模式切換列（表單 ↔ AI 引導） */
.cop-mode-switch { display: flex; gap: 8px; margin-bottom: 18px; background: rgba(30, 41, 59, 0.5); padding: 6px; border-radius: 12px; border: 1px solid #334155; }
.cop-mode-btn { flex: 1; min-height: 44px; padding: 10px 12px; background: transparent; border: none; color: #94A3B8; font-size: 0.95rem; font-weight: 800; border-radius: 8px; cursor: pointer; transition: 0.25s; display: flex; justify-content: center; align-items: center; gap: 8px; }
.cop-mode-btn:hover { background: rgba(255,255,255,0.05); color: #fff; }
.cop-mode-btn.active { background: #A855F7; color: #fff; box-shadow: 0 4px 15px rgba(168,85,247,0.3); }
.cop-mode-btn#cop-mode-form.active { background: #38BDF8; color: #0F172A; box-shadow: 0 4px 15px rgba(56,189,248,0.3); }

/* 面板 */
#cop-panel { position: relative; border: 1px solid rgba(168,85,247,0.4); border-radius: 16px; background: linear-gradient(160deg, rgba(168,85,247,0.06), rgba(56,189,248,0.04)); padding: 0; overflow: hidden; }
.cop-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-bottom: 1px solid rgba(148,163,184,0.18); background: rgba(15,23,42,0.5); flex-wrap: wrap; }
.cop-header-title { display: flex; align-items: center; gap: 10px; color: #E9D5FF; font-weight: 900; font-size: 1.02rem; }
.cop-header-title .cop-head-ic { width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, #A855F7, #7C3AED); display: flex; align-items: center; justify-content: center; color: #fff; }
.cop-restart-btn { min-height: 36px; padding: 6px 12px; font-size: 0.8rem; font-weight: 800; background: transparent; border: 1px dashed #64748B; color: #94A3B8; border-radius: 8px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: 0.2s; }
.cop-restart-btn:hover { border-color: #A855F7; color: #C4B5FD; }

/* 進度條（遊戲化） */
.cop-progress { padding: 12px 16px 4px; }
.cop-progress-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.cop-progress-top .cop-prog-label { color: #CBD5E1; font-size: 0.82rem; font-weight: 800; display: flex; align-items: center; gap: 6px; }
.cop-progress-top #cop-prog-num { color: #34D399; font-weight: 900; font-size: 1.05rem; }
.cop-prog-track { height: 10px; background: #1E293B; border-radius: 6px; overflow: hidden; }
#cop-prog-bar { height: 100%; width: 0%; background: linear-gradient(90deg,#EF4444,#F59E0B); border-radius: 6px; transition: width 0.6s ease-out, background 0.3s; }
#cop-prog-msg { color: #94A3B8; font-size: 0.78rem; margin-top: 6px; line-height: 1.5; min-height: 1.2em; }

/* 對話記錄 */
.cop-log { padding: 16px; display: flex; flex-direction: column; gap: 12px; max-height: 460px; overflow-y: auto; overscroll-behavior: contain; }
.cop-msg { display: flex; gap: 10px; align-items: flex-start; }
.cop-msg-user { justify-content: flex-end; }
.cop-avatar { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, #A855F7, #7C3AED); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.82rem; }
.cop-bubble { max-width: 80%; padding: 11px 14px; border-radius: 14px; font-size: 0.9rem; line-height: 1.7; word-break: break-word; }
.cop-bubble-bot { background: rgba(30,41,59,0.85); border: 1px solid rgba(148,163,184,0.2); color: #E2E8F0; border-top-left-radius: 4px; }
.cop-bubble-user { background: linear-gradient(135deg, #38BDF8, #2563EB); color: #fff; border-top-right-radius: 4px; font-weight: 600; }
.cop-bubble-system { background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.3); color: #FDE68A; font-size: 0.82rem; }
.cop-bubble code { background: rgba(2,6,23,0.6); padding: 1px 6px; border-radius: 4px; font-size: 0.85em; color: #7DD3FC; }
.cop-bubble strong { color: #F8FAFC; }

.cop-field-head { display: flex; gap: 8px; align-items: flex-start; font-weight: 700; }
.cop-field-head > i { color: #A855F7; margin-top: 3px; flex-shrink: 0; }
.cop-why { margin-top: 8px; padding: 8px 10px; background: rgba(56,189,248,0.07); border-left: 3px solid #38BDF8; border-radius: 0 8px 8px 0; color: #BAE6FD; font-size: 0.82rem; line-height: 1.6; }
.cop-why i { color: #38BDF8; margin-right: 4px; }
.cop-why strong { color: #E0F2FE; }
.cop-note { display: block; margin-top: 8px; color: #94A3B8; font-size: 0.78rem; line-height: 1.55; }
.cop-note i { margin-right: 4px; }

/* chip（選型 / 目標） */
.cop-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cop-chip { min-height: 44px; padding: 9px 14px; border-radius: 999px; border: 1px solid rgba(168,85,247,0.45); background: rgba(168,85,247,0.08); color: #E9D5FF; font-size: 0.86rem; font-weight: 700; cursor: pointer; transition: 0.2s; display: inline-flex; align-items: center; gap: 7px; }
.cop-chip:hover:not(:disabled) { background: rgba(168,85,247,0.2); border-color: #A855F7; transform: translateY(-1px); }
.cop-chip i { color: #C084FC; }
.cop-chip:disabled { opacity: 0.55; cursor: default; }
.cop-chip-done { background: rgba(16,185,129,0.12); border-color: rgba(16,185,129,0.4); color: #6EE7B7; }
.cop-chip-done i { color: #34D399; }

/* 確認 / 動作按鈕 */
.cop-confirm-val { margin-top: 8px; padding: 8px 12px; background: rgba(2,6,23,0.55); border: 1px solid rgba(52,211,153,0.35); border-radius: 8px; color: #A7F3D0; font-weight: 700; word-break: break-word; }
.cop-confirm-list { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 4px; }
.cop-confirm-list li { color: #CBD5E1; font-size: 0.83rem; line-height: 1.5; }
.cop-confirm-list li i { color: #38BDF8; margin-right: 5px; }
.cop-confirm-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cop-inline-actions { margin-top: 10px; }
.cop-mini-btn { min-height: 44px; padding: 8px 14px; font-size: 0.84rem; font-weight: 800; text-decoration: none; }
.cop-ok { background: linear-gradient(135deg, #10B981, #059669); color: #fff; border: none; }
.cop-save-btn { min-height: 46px; padding: 11px 20px; font-size: 0.95rem; font-weight: 900; background: linear-gradient(135deg, #A855F7, #7C3AED); color: #fff; border: 1px solid #c084fc; box-shadow: 0 4px 16px rgba(168,85,247,0.35); }
.cop-badge-gain { display: inline-block; margin-left: 8px; padding: 2px 10px; border-radius: 999px; background: rgba(16,185,129,0.15); border: 1px solid rgba(16,185,129,0.4); color: #6EE7B7; font-size: 0.78rem; font-weight: 800; }
.cop-json { margin-top: 10px; max-height: 200px; overflow: auto; background: #020617; border: 1px solid #334155; border-radius: 8px; padding: 10px; color: #34D399; font-family: 'JetBrains Mono', monospace; font-size: 0.74rem; line-height: 1.5; white-space: pre-wrap; word-break: break-word; }

/* typing dots */
.cop-dots { display: inline-flex; gap: 4px; align-items: center; }
.cop-dots span { width: 6px; height: 6px; border-radius: 50%; background: #94A3B8; animation: copBlink 1.2s infinite ease-in-out; }
.cop-dots span:nth-child(2) { animation-delay: 0.2s; }
.cop-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes copBlink { 0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); } 40% { opacity: 1; transform: scale(1); } }

/* 輸入列 */
.cop-composer { display: flex; gap: 8px; padding: 12px 16px; border-top: 1px solid rgba(148,163,184,0.18); background: rgba(15,23,42,0.5); align-items: flex-end; }
#cop-input { flex: 1; background: #020617; border: 1px solid #334155; color: #fff; padding: 11px 14px; border-radius: 10px; font-size: 16px; line-height: 1.5; resize: none; min-height: 46px; max-height: 120px; outline: none; font-family: inherit; box-sizing: border-box; }
#cop-input:focus { border-color: #A855F7; box-shadow: 0 0 0 3px rgba(168,85,247,0.2); }
#cop-input:disabled { opacity: 0.6; }
#cop-send { flex-shrink: 0; min-width: 46px; min-height: 46px; border-radius: 10px; border: none; background: linear-gradient(135deg, #A855F7, #7C3AED); color: #fff; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; }
#cop-send:hover:not(:disabled) { box-shadow: 0 4px 14px rgba(168,85,247,0.4); }
#cop-send:disabled { opacity: 0.55; cursor: default; }

/* 撒花慶祝（純 CSS，不引外部庫） */
.cop-confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 5; }
.cop-confetti span { position: absolute; top: -12px; width: 8px; height: 12px; border-radius: 2px; animation: copFall 2.4s linear forwards; }
@keyframes copFall { to { top: 110%; opacity: 0; } }

/* RWD @375（手機） */
@media (max-width: 480px) {
  .cop-log { max-height: 60vh; padding: 12px; }
  .cop-bubble { max-width: 86%; font-size: 0.92rem; }
  .cop-header-title { font-size: 0.95rem; }
  .cop-mode-btn { font-size: 0.88rem; padding: 10px 8px; }
  .cop-progress { padding: 10px 12px 2px; }
  .cop-composer { padding: 10px 12px; }
  .cop-confirm-actions .cop-mini-btn, .cop-save-btn { flex: 1 1 auto; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .cop-confetti span, .cop-dots span, #cop-prog-bar { animation: none !important; transition: none !important; }
}
