body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{align-items:center;background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:.8rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.App-main{flex:1 1;padding:2rem}.App-footer{background-color:#34495e;color:#fff;padding:1rem;text-align:center}.app-footer{align-items:center;background:#f0f2f5;color:#000000a6;display:flex;flex-direction:column;gap:10px;padding:24px 50px;text-align:center}.social-links{margin:10px 0}.social-links .ant-typography-link{transition:color .3s ease}.social-links .ant-typography-link:hover .anticon{color:#1890ff!important}.not-found-content{align-items:center;background:#f0f2f5;display:flex;flex:1 1;justify-content:center}.home-page{font-family:system-ui,-apple-system,sans-serif;margin:0 auto;max-width:1200px;padding:0 1rem}.home-banner{align-items:center;background:linear-gradient(135deg,#1890ff,#40a9ff);border-radius:8px;box-shadow:0 4px 12px #1890ff33;color:#fff;display:flex;height:200px;justify-content:center;margin:2rem 0;width:100%}.banner-content{text-align:center}.banner-title{color:#fff;margin-bottom:.5rem}.banner-desc{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.banner-btn{border-radius:4px}.home-stats{margin-bottom:2rem}.stat-card{height:100%;text-align:center;transition:transform .2s}.stat-card:hover{transform:translateY(-3px)}.home-divider{margin:2rem 0}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-header h3{align-items:center;display:flex;gap:.5rem;margin-bottom:0}.view-all-link{color:#1890ff;font-size:.9rem;text-decoration:none}.view-all-link:hover{text-decoration:underline}.post-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;height:100%;padding:1.5rem;transition:all .2s ease}.post-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.post-meta{color:#9ca3af;font-size:.85rem;margin-bottom:.8rem}.post-title-link{text-decoration:none}.post-title{margin-bottom:.8rem}.post-title-link:hover .post-title{color:#1890ff}.post-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:1rem}.post-summary{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.read-more-btn{color:#1890ff;font-size:.9rem;font-weight:500;text-decoration:none}.read-more-btn:hover{text-decoration:underline}.empty-card{padding:3rem;text-align:center}.empty-card a{color:#1890ff;text-decoration:none}.side-section{margin-bottom:2rem}.hot-posts-card{padding:1rem}.hot-post-item{align-items:center;border-bottom:1px solid #f0f2f5;color:inherit;display:flex;padding:.8rem 0;text-decoration:none}.hot-post-item:last-child{border-bottom:none}.hot-post-rank{align-items:center;background:#1890ff;border-radius:50%;color:#fff;display:flex;font-size:.8rem;height:24px;justify-content:center;margin-right:1rem;width:24px}.hot-post-content{flex:1 1}.hot-post-title{display:block;margin-bottom:.2rem;transition:color .2s}.hot-post-item:hover .hot-post-title{color:#1890ff}.tag-cloud-card{padding:1.5rem}.tag-cloud{display:flex;flex-wrap:wrap;gap:.8rem}.cloud-tag{cursor:pointer;transition:all .2s}.cloud-tag:hover{transform:scale(1.05)}.empty-side-card{padding:2rem;text-align:center}.auth-container{align-items:center;background-color:#f0f2f5;display:flex;justify-content:center;min-height:calc(100vh - 120px);padding:2rem 0}.auth-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:400px;padding:2.5rem;width:100%}.auth-title{color:#333;font-size:1.5rem;margin-bottom:2rem;text-align:center}.auth-form{gap:1.2rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#555;font-size:.9rem}.form-input{border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.9rem 1rem;transition:border-color .2s}.form-input:focus{border-color:#4096ff;box-shadow:0 0 0 2px #4096ff1a;outline:none}.login-btn{background-color:#4096ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:.9rem;transition:background-color .2s}.login-btn:hover{background-color:#3086e8}.auth-tip{color:#888;font-size:.8rem;margin-top:1.5rem;text-align:center}.post-detail-page{font-family:system-ui,-apple-system,sans-serif;margin:2rem auto;max-width:800px;padding:0 1rem}.post-detail-card{border-radius:8px;box-shadow:0 2px 12px #0000000d;padding:2rem}.post-title{color:#2c3e50;margin-bottom:1rem;text-align:center}.post-meta{color:#6b7280;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.post-summary{color:#333;margin-bottom:1.5rem}.post-content{color:#2c3e50;font-size:1rem;line-height:1.8}.post-not-found{margin:2rem auto;max-width:800px;padding:3rem 1rem;text-align:center}.archive-page{background-color:#f5f7fa;font-family:Inter,system-ui,sans-serif;min-height:calc(100vh - 120px);padding:2rem 1rem}.archive-card{border-radius:8px;box-shadow:0 2px 12px #0000000d;padding:2rem}.month-section{margin-bottom:2rem}.month-section:last-child{margin-bottom:0}.month-header{align-items:center;display:flex}.post-list{display:flex;flex-direction:column;gap:1rem}.post-item{border-bottom:1px solid #f0f2f5;padding:.8rem 0}.post-item:last-child{border-bottom:none}.post-title{color:#1f2937;flex:1 1;text-decoration:none;transition:color .2s}.post-title:hover{color:#1890ff}.post-meta{align-items:center;display:flex;gap:8px;justify-content:flex-end}.about-container{font-family:system-ui,-apple-system,sans-serif;margin:2rem auto;max-width:700px;padding:0 1rem}.profile-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:2.5rem;text-align:center}.avatar-wrapper{margin-bottom:1.5rem}.avatar{border:3px solid #f5f7fa;border-radius:50%;height:100px;object-fit:cover;width:100px}.nickname{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.user-intro{color:#666;font-size:.95rem;margin-bottom:1rem}.blog-intro{color:#888;font-size:.9rem;line-height:1.6;margin-bottom:2rem}.info-list{margin:0 auto 2rem;max-width:400px;text-align:left}.info-item{border-bottom:1px solid #f0f2f5;display:flex;justify-content:space-between;padding:.8rem 0}.info-item:last-child{border-bottom:none}.label{color:#666;font-weight:500}.value{color:#333}.edit-btn{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;transition:background-color .2s}.edit-btn:hover{background-color:#2980b9}.modal-overlay{align-items:flex-start;background:#00000080;display:flex;height:100%;left:0;overflow-y:auto;padding:1.5rem 0;position:fixed;top:0;width:100%;z-index:100}.edit-modal{background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;margin:0 auto;max-width:95%;padding:.8rem;width:280px}.modal-title{border-bottom:1px solid #f5f7fa;color:#2c3e50;font-size:.9rem;margin-bottom:.7rem;padding-bottom:.4rem;text-align:center}.form-group{margin-bottom:.5rem}.form-group label{color:#4b5563;display:block;font-size:.7rem;font-weight:500;margin-bottom:.2rem}.form-group.required label:after{color:#ef4444;content:"*";margin-left:.2rem}.form-group input,.form-group textarea{border:1px solid #e5e7eb;border-radius:4px;box-sizing:border-box;font-size:.7rem;line-height:1.1;padding:.4rem .5rem;width:100%}.form-group textarea{height:35px;resize:none}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f633;outline:none}.btn-group{border-top:1px solid #f5f7fa;display:flex;gap:.5rem;margin-top:.7rem;padding-top:.5rem}.cancel-btn,.save-btn{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:.7rem;padding:.4rem 0}.cancel-btn{background:#f9fafb;color:#6b7280}.cancel-btn:hover{background:#f3f4f6}.save-btn{background:#3b82f6;color:#fff}.save-btn:hover{background:#2563eb}.blog-header{background-color:#2c3e50;box-shadow:0 2px 8px #0000001a;height:50px;line-height:50px;width:100%}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:0 16px;width:1200px}.header-logo{color:#fff;cursor:pointer;font-size:18px;font-weight:600;text-decoration:none}.header-nav{display:flex;gap:28px;margin:0 20px}.nav-link{color:#ecf0f1;font-size:14px;text-decoration:none;transition:color .2s}.nav-link:hover{color:#3498db}.user-area{align-items:center;display:flex;gap:12px}.user-avatar{border:1px solid #fff;border-radius:50%;cursor:pointer;height:32px;object-fit:cover;width:32px}.welcome-text{color:#ecf0f1;font-size:14px}.logout-btn{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 12px;transition:background-color .2s}.logout-btn:hover{background-color:#c0392b}
/*# sourceMappingURL=main.d4e7dac1.css.map*/