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,#1897ff5f,#40ffc3);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{color:#2c3e50;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:#f5f7fa;display:flex;font-family:system-ui,-apple-system,sans-serif;justify-content:center;min-height:calc(100vh - 120px);padding:2rem 1rem}.auth-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:400px;padding:2.5rem 2rem;transition:box-shadow .3s ease;width:100%}.auth-card:hover{box-shadow:0 8px 30px #0000001f}.auth-title{color:#2c3e50;font-size:1.6rem;font-weight:600;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{font-size:.9rem}.form-input{border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.9rem 1rem;transition:all .2s ease}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input::placeholder{color:#9ca3af}.auth-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:1rem;transition:all .2s ease}.login-btn{background-color:#3b82f6;color:#fff}.login-btn:hover{background-color:#2563eb}.reg-btn{background-color:#10b981;color:#fff}.reg-btn:hover{background-color:#059669}.auth-switch{color:#6b7280;font-size:.9rem;margin-top:1.5rem;text-align:center}.switch-link{color:#3b82f6;cursor:pointer;font-weight:500;margin-left:.3rem}.switch-link:hover{text-decoration:underline}.auth-tip{color:#9ca3af;font-size:.8rem;margin-top:.8rem;text-align:center}.post-detail-page{margin:20px auto;max-width:800px;padding:0 20px}.post-detail-card{border-radius:8px;box-shadow:0 2px 12px #00000014;padding:24px}.post-title{margin-bottom:16px!important}.post-meta{font-size:14px;margin-bottom:16px}.post-summary{font-size:15px;line-height:1.6;margin-bottom:16px}.post-content{font-size:15px;line-height:1.8}.post-content p{margin-bottom:12px}.post-content strong{color:#1f2937}.post-content code{background-color:#f3f4f6;border-radius:4px;font-size:14px;padding:2px 4px}.post-not-found{margin:40px auto;max-width:600px;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}.write-post-container{font-family:system-ui,-apple-system,sans-serif;margin:2rem auto;max-width:1000px;padding:0 1rem}.write-post-header{border-bottom:1px solid #f0f2f5;margin-bottom:2rem;padding-bottom:1rem}.write-post-header h1{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0}.write-post-form{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000d;padding:2rem}.rich-text-toolbar{align-items:center;background-color:#f5f7fa;border:1px solid #e5e7eb;border-bottom:none;border-radius:8px 8px 0 0;display:flex;gap:8px;padding:10px 16px}.rich-text-toolbar .ant-btn{color:#4b5563;transition:all .2s}.rich-text-toolbar .ant-btn:hover{background-color:#e8f4ff;color:#1890ff}.rich-text-area{border:1px solid #e5e7eb!important;border-radius:0 0 8px 8px!important;font-size:1rem!important;line-height:1.8!important}.ant-form-item{margin-bottom:1.5rem!important}.ant-select-multiple .ant-select-selection-item{background-color:#e8f4ff!important;border-color:#1890ff!important;color:#1890ff!important}.ant-select-multiple .ant-select-selection-item-remove{color:#1890ff!important}.ant-input-textarea{font-size:1rem!important;line-height:1.6!important}.ant-input-textarea-show-count{padding-bottom:30px!important}.form-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem!important}.submit-btn{background-color:#1890ff!important;border-color:#1890ff!important;padding:0 2rem!important}.submit-btn:hover{background-color:#096dd9!important;border-color:#096dd9!important}.cancel-btn{padding:0 2rem!important}@media (max-width:768px){.write-post-form{padding:1.5rem}.write-post-header h1{font-size:1.5rem}.form-buttons{flex-direction:column}.cancel-btn,.submit-btn{width:100%!important}.rich-text-toolbar{flex-wrap:wrap}}.ant-select-selector{align-items:center!important;border-radius:8px!important;display:flex!important;height:44px!important}.ant-form-item-label>label{color:#2c3e50!important;font-size:1rem!important;font-weight:500!important}.ant-form-item-explain{font-size:.85rem!important}.ant-input-textarea-count{color:#9ca3af!important;font-size:.8rem!important}.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.a075aadd.css.map*/