﻿/* ===== Footer ===== */
.mz-footer{width:100%;text-align:center;padding:20px 0 8px;margin-top:24px;border-top:1px solid var(--glass-border);font-size:0.75rem;color:var(--text-muted)}
.mz-footer-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 10px}
.mz-footer a{color:var(--text-muted);text-decoration:none;transition:color 0.2s}
.mz-footer a:hover{color:var(--accent)}
.mz-footer-sep{opacity:0.3}

/* ===== 婊氬姩鎸囩ず鍣?===== */
.mz-scroll-indicator{position:fixed;right:24px;bottom:80px;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;visibility:hidden;transition:opacity 0.3s}
.mz-scroll-indicator.show{opacity:1;visibility:visible}
.mz-track{width:5px;height:140px;background:rgba(148,163,184,0.2);border-radius:40px;position:relative;overflow:hidden;backdrop-filter:blur(4px)}
.mz-fill{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:40px;height:0%;transition:height 0.1s ease}
.mz-top-btn{width:38px;height:38px;border-radius:50%;border:none;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(59,130,246,0.3);color:#fff;transition:transform 0.25s,box-shadow 0.25s}
.mz-top-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(59,130,246,0.4)}
.mz-top-btn:active{transform:scale(0.95)}
.mz-top-btn svg{width:18px;height:18px}
@media(max-width:640px){.mz-scroll-indicator{right:16px;bottom:60px}.mz-track{width:4px;height:100px}.mz-top-btn{width:32px;height:32px}.mz-top-btn svg{width:16px;height:16px}}

/* ===== 法律弹窗 ===== */
.mz-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:20px}
.mz-modal-overlay.open{display:flex}
.mz-modal-box{background:#ffffff;border:1px solid rgba(0,0,0,0.08);border-radius:24px;box-shadow:0 25px 60px rgba(0,0,0,0.25);width:100%;max-width:620px;max-height:75vh;display:flex;flex-direction:column;overflow:hidden}
body.dark .mz-modal-box{background:#1e293b;border-color:rgba(255,255,255,0.06)}
.mz-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;flex-shrink:0}
body.dark .mz-modal-header{border-bottom-color:rgba(255,255,255,0.08)}
.mz-modal-header h3{font-size:1.05rem;font-weight:700;color:#0b1a33;margin:0}
body.dark .mz-modal-header h3{color:#f1f5f9}
.mz-modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#eef2ff;color:#3b82f6;font-size:0.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s}
body.dark .mz-modal-close{background:rgba(96,165,250,0.15);color:#60a5fa}
.mz-modal-close:hover{background:#3b82f6;color:#fff;transform:rotate(90deg)}
body.dark .mz-modal-close:hover{background:#60a5fa;color:#0b1120}
.mz-modal-body{padding:24px;overflow-y:auto;font-size:0.9rem;line-height:1.8;color:#334155;white-space:pre-wrap}
body.dark .mz-modal-body{color:#cbd5e1}

