/*!
 * 
 * Copyright © 2025 gongzhaozhiku.com
 *
 * 权利保留声明：
 * 本网站之界面设计、程序代码与图像素材均受中华人民共和国著作权法、反不正当竞争法及相关国际条约保护。未经许可的复制、改编、训练或商业使用均构成侵权。本服务已启用访问日志与证据保全措施，侵权将依法索赔并追究法律责任。
 *
 */
.toast{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.9);min-width:200px;max-width:400px;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:.75rem;z-index:10000;opacity:0;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.toast.toast-show{opacity:1;transform:translate(-50%, -50%) scale(1)}.toast .toast-icon{flex-shrink:0;font-size:1.25rem;font-weight:600}.toast .toast-message{font-size:.95rem;line-height:1.5;color:#fff}.toast.toast-success{background:linear-gradient(135deg, #10b981 0%, #059669 100%)}.toast.toast-success .toast-icon{color:#d1fae5}.toast.toast-error{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%)}.toast.toast-error .toast-icon{color:#fecaca}.toast.toast-info{background:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)}.toast.toast-info .toast-icon{color:#dbeafe}.toast.toast-warning{background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%)}.toast.toast-warning .toast-icon{color:#fef3c7}@media(max-width: 640px){.toast{max-width:90vw;padding:.875rem 1.25rem}.toast .toast-message{font-size:.875rem}}.confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.confirm-overlay.confirm-show{opacity:1}.confirm-overlay.confirm-show .confirm-dialog{transform:scale(1)}.confirm-dialog{background:#fff;border-radius:12px;padding:2rem;min-width:320px;max-width:90vw;box-shadow:0 20px 60px rgba(0,0,0,.3);transform:scale(0.9);transition:transform .2s ease}.confirm-message{font-size:1rem;color:#1e293b;line-height:1.6;margin-bottom:1.5rem;text-align:center}.confirm-actions{display:flex;gap:.75rem;justify-content:center}.confirm-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.confirm-button:active{transform:translateY(0)}.confirm-cancel{background:#f1f5f9;color:#64748b}.confirm-cancel:hover{background:#e2e8f0;color:#475569;transform:translateY(-1px)}.confirm-ok{background:#6366f1;color:#fff}.confirm-ok:hover{background:#4f46e5;transform:translateY(-1px)}@media(max-width: 640px){.confirm-dialog{min-width:280px;padding:1.5rem}.confirm-message{font-size:.95rem}.confirm-button{font-size:.875rem;padding:.625rem 1.25rem}}.page-topbar__avatar{width:20px;height:20px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(99,102,241,.3);flex-shrink:0}@media(max-width: 768px){.page-topbar__avatar{width:24px;height:24px}}*{margin:0;padding:0;box-sizing:border-box}.page-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;padding:1.25rem 0;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease}@media(max-width: 768px){.page-topbar{padding:1rem 0}}.page-topbar__inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media(max-width: 768px){.page-topbar__inner{gap:1rem}}.page-topbar__left{display:flex;align-items:center;gap:1rem}@media(max-width: 768px){.page-topbar__left{gap:.5rem}}.page-topbar__brand{display:inline-flex;align-items:center;font-weight:700;color:#1e293b;text-decoration:none;transition:opacity .2s ease}.page-topbar__brand:hover{opacity:.8}.page-topbar__brand-name{color:#1e293b;font-size:1.375rem;font-weight:700;letter-spacing:-0.01em;line-height:1}@media(max-width: 768px){.page-topbar__brand-name{font-size:1.125rem}}.page-topbar__tagline{color:#94a3b8;font-size:.875rem;white-space:nowrap}@media(max-width: 768px){.page-topbar__tagline{display:none}}.page-topbar__nav{display:flex;align-items:center;gap:.5rem}.page-topbar__link{color:#475569;text-decoration:none;font-weight:500;font-size:.9375rem;padding:.5rem 1rem;border-radius:999px;transition:all .2s ease;white-space:nowrap}.page-topbar__link:hover{color:#3b82f6;background:rgba(59,130,246,.08);transform:translateY(-1px)}@media(max-width: 768px){.page-topbar__link{padding:.25rem .5rem;font-size:.875rem}}.page-topbar__account{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;color:#475569;text-decoration:none;font-weight:500;font-size:.9375rem;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.2);transition:all .2s ease}.page-topbar__account:hover{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.3);color:#1e293b}@media(max-width: 768px){.page-topbar__account{padding:.375rem .75rem;font-size:.875rem}.page-topbar__account span{display:none}}.page-topbar__login-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;color:#475569;text-decoration:none;font-weight:500;font-size:.9375rem;background:rgba(0,0,0,0);border:1px solid rgba(99,102,241,.3);transition:all .2s ease;cursor:pointer}.page-topbar__login-btn:hover{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.4);color:#1e293b}@media(max-width: 768px){.page-topbar__login-btn{padding:.375rem .75rem;font-size:.875rem}.page-topbar__login-btn span{display:none}}html,body{margin:0;padding:0;width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,a{text-decoration:none !important}button:hover,button:focus,a:hover,a:focus{text-decoration:none !important}.site-footer{background:#0f172a;color:#fff;padding:32px 16px}.site-footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.site-footer__brand{font-size:1.125rem;font-weight:600;letter-spacing:.08em}.site-footer__links{display:flex;flex-wrap:wrap;gap:16px}.site-footer__copyright-main{display:flex;flex-direction:column;gap:4px}.site-footer__notice{width:100%;font-size:.78rem;color:hsla(0,0%,100%,.55);line-height:1.45}.site-footer__link{color:inherit;text-decoration:none;font-size:.95rem}.site-footer__link:hover,.site-footer__link:focus{text-decoration:none}.site-footer__copyright{opacity:.5;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:32px;margin-top:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);font-size:.775rem;color:#fff;letter-spacing:.02em}.site-footer__copyright>span:nth-child(2){margin-left:auto;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.site-footer__copyright>a.site-footer__icp{margin-left:12px;white-space:nowrap}@media(max-width: 640px){.site-footer__copyright{flex-direction:column;gap:12px;align-items:center}.site-footer__copyright>span:nth-child(2){margin-left:0}}.site-footer__icp,.site-footer__police{color:#fff;text-decoration:none;transition:color .2s ease}.site-footer__icp:hover,.site-footer__icp:focus,.site-footer__police:hover,.site-footer__police:focus{color:hsla(0,0%,100%,.9)}.legal-page{min-height:calc(100vh - 100px);padding:0;background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.legal-container{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.back-link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 0;margin-bottom:2.5rem;font-size:.875rem;font-weight:400;color:#475569;text-decoration:none;transition:color .2s ease}.back-link svg{width:16px;height:16px;flex-shrink:0}.back-link:hover{color:#1e293b}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.legal-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;color:#1e293b;margin:0 0 .75rem 0;line-height:1.4;letter-spacing:-0.01em}.legal-update{font-size:.875rem;color:#94a3b8;margin:0;font-weight:400}.legal-content{line-height:1.8;color:#334155}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.section-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.25rem 0;padding-bottom:0;border-bottom:none}.section-content{font-size:1rem}.section-content p{margin:0 0 1rem 0}.section-content p:last-child{margin-bottom:0}.section-content ul{margin:1rem 0;padding-left:1.5rem}.section-content ul li{margin-bottom:.75rem}.section-content ul li:last-child{margin-bottom:0}.section-content a{color:#4c5bff;text-decoration:none;font-weight:500;transition:all .2s ease}.section-content a:hover{color:#4338ca;text-decoration:underline}.section-content strong{font-weight:600;color:#1e293b}.subsection-title{font-size:1.05rem;font-weight:600;color:#1e293b;margin:1.5rem 0 .875rem 0}@media(max-width: 768px){.legal-page{padding:1.5rem .75rem 2rem}.legal-container{padding:2.5rem 1.5rem 3rem}.legal-header{margin-bottom:2rem;padding-bottom:1.5rem}.legal-title{font-size:1.75rem}.section-title{font-size:1.25rem}.subsection-title{font-size:1.05rem}.section-content{font-size:.95rem}}@media(max-width: 480px){.legal-container{padding:2rem 1.25rem 2.5rem}.legal-title{font-size:1.5rem}.section-title{font-size:1.15rem}.section-content ul{padding-left:1.25rem}}
