/*!
 * 
 * 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}}*{margin:0;padding:0;box-sizing:border-box}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;margin-top:48px}.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__link{color:inherit;text-decoration:none;font-size:.95rem}.site-footer__link:hover,.site-footer__link:focus{text-decoration:none}.site-footer__copyright{width:100%;display:flex;align-items:center;justify-content:center;gap:32px;margin-top:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);font-size:.875rem;color:hsla(0,0%,100%,.7);letter-spacing:.02em}@media(max-width: 640px){.site-footer__copyright{flex-direction:column;gap:12px}}.site-footer__icp{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .2s ease}.site-footer__icp:hover,.site-footer__icp: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:#64748b;text-decoration:none;transition:color .2s ease}.back-link svg{width:16px;height:16px;flex-shrink:0}.back-link:hover{color:#1a202c}.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:#1a202c;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:#1a202c;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:#6366f1;text-decoration:none;font-weight:500;transition:all .2s ease}.section-content a:hover{color:#4f46e5;text-decoration:underline}.section-content strong{font-weight:600;color:#1a202c}.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}}
