.home{min-height:100vh;background:#fafafa}.home-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.home-header h1{font-size:22px;font-weight:700;color:#ff2442}.api-status{font-size:11px;color:#999}.auth-banner{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(135deg,#ff2442,#ff6b6b);color:#fff;font-size:13px}.auth-banner button{padding:6px 16px;background:white;color:#ff2442;border:none;border-radius:16px;font-size:12px;font-weight:600;cursor:pointer}.home-content{padding:12px}.posts-list{display:flex;flex-direction:column;gap:12px}.post-card{background:white;border-radius:12px;padding:14px;box-shadow:0 1px 4px #0000000d}.post-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}.post-avatar{width:36px;height:36px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.post-avatar img{width:100%;height:100%;object-fit:cover}.post-user-info{display:flex;align-items:center;gap:6px}.post-nickname{font-size:14px;font-weight:600;color:#333}.vip-badge{background:linear-gradient(135deg,#ffd700,#ffb347);color:#fff;font-size:10px;padding:1px 5px;border-radius:8px}.post-title{font-size:15px;font-weight:600;color:#333;margin:0 0 6px;line-height:1.4}.post-content{font-size:13px;color:#666;line-height:1.5;margin:0 0 10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post-images{display:flex;gap:6px;margin-bottom:10px;overflow-x:auto}.post-image-wrap{width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0}.post-image-wrap img{width:100%;height:100%;object-fit:cover}.post-actions{display:flex;gap:16px;align-items:center}.action-btn{font-size:13px;color:#999;cursor:pointer;background:none;border:none;padding:0}.action-btn.liked{color:#ff2442}.loading,.empty-state{text-align:center;padding:60px 20px;color:#999}.publish-btn{margin-top:16px;padding:10px 24px;background:#ff2442;color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer}.explore{min-height:100vh;background:#fafafa}.explore-header{padding:16px;background:#fff;border-bottom:1px solid #f0f0f0}.explore-header h1{font-size:22px;font-weight:700;color:#333}.search-bar{display:flex;gap:8px;padding:12px 16px;background:#fff;position:sticky;top:0;z-index:10}.search-bar input{flex:1;padding:10px 14px;border:1px solid #eee;border-radius:20px;font-size:14px;outline:none;background:#f5f5f5}.search-bar input:focus{border-color:#ff2442;background:#fff}.search-bar button{padding:10px 18px;background:#ff2442;color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer}.explore-content{padding:16px}.hot-topics{margin-bottom:24px}.hot-topics h3{font-size:15px;color:#333;margin-bottom:12px}.topics-flex{display:flex;flex-wrap:wrap;gap:8px}.hot-topic{padding:7px 16px;background:#fff0f3;color:#ff2442;border:1px solid #ffcdd8;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s}.hot-topic:hover{background:#ff2442;color:#fff;border-color:#ff2442}.explore-section h3{font-size:15px;color:#333;margin-bottom:12px}.explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.explore-card{background:white;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 1px 4px #0000000f}.explore-card-img{height:140px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:32px}.explore-card-title{font-size:13px;color:#333;padding:8px 10px 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-card-likes{font-size:11px;color:#999;padding:0 10px 8px}.empty-search{text-align:center;padding:60px 20px;color:#999}.empty-search p:first-child{font-size:48px;margin-bottom:12px}.empty-search button{margin-top:16px;padding:10px 24px;background:#ff2442;color:#fff;border:none;border-radius:20px;cursor:pointer}.search-results{display:flex;flex-direction:column;gap:12px}.results-count{font-size:13px;color:#999;margin-bottom:8px}.search-result-card{display:flex;background:white;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 1px 4px #0000000f}.result-images{width:110px;height:110px;flex-shrink:0}.result-images img{width:100%;height:100%;object-fit:cover}.result-img-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:24px}.result-info{flex:1;padding:10px 12px;display:flex;flex-direction:column;justify-content:space-between}.result-info h4{font-size:14px;color:#333;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.result-info p{font-size:12px;color:#999;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-meta{display:flex;gap:12px;font-size:11px;color:#999;margin-top:auto}.publish{min-height:100vh;background:#fff}.publish-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:10}.publish-header h1{font-size:17px;font-weight:600;color:#333}.cancel-btn{background:none;border:none;font-size:15px;color:#999;cursor:pointer}.submit-btn{background:#ff2442;color:#fff;border:none;padding:6px 18px;border-radius:6px;font-size:14px;cursor:pointer;font-weight:500}.submit-btn:disabled{opacity:.6}.publish-content{padding:16px}.title-input{width:100%;font-size:18px;font-weight:600;border:none;outline:none;padding:8px 0;margin-bottom:12px;box-sizing:border-box;color:#333}.title-input::placeholder{color:#ccc;font-weight:400}.content-input{width:100%;font-size:15px;border:none;outline:none;resize:none;line-height:1.6;padding:4px 0;color:#333;box-sizing:border-box}.content-input::placeholder{color:#ccc}.image-upload-section{margin-top:16px}.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.image-preview{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;border:none;cursor:pointer;font-size:14px;line-height:1}.add-image{aspect-ratio:1;border:2px dashed #ddd;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#ccc;font-size:28px;transition:border-color .2s}.add-image:hover{border-color:#ff2442;color:#ff2442}.add-text{font-size:11px;margin-top:2px}.topics-section{margin-top:20px;padding-top:16px;border-top:1px solid #f5f5f5}.topics-section h3{font-size:14px;color:#666;margin-bottom:12px}.topics-list{display:flex;flex-wrap:wrap;gap:8px}.topic-chip{padding:6px 14px;border-radius:20px;border:1px solid #eee;background:#fafafa;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.topic-chip.active{background:#fff0f3;border-color:#ff2442;color:#ff2442}.publish-error{margin-top:16px;padding:10px 14px;background:#fff0f0;color:#ff2442;border-radius:8px;font-size:13px}.ai-assist-bar{padding:8px 16px}.ai-assist-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:14px;cursor:pointer}.ai-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;justify-content:center}.ai-modal{background:white;width:100%;max-width:500px;max-height:85vh;border-radius:16px 16px 0 0;overflow:hidden;display:flex;flex-direction:column}.ai-modal-header{padding:16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.ai-modal-header h3{font-size:16px;margin:0}.ai-modal-header button{background:none;border:none;font-size:24px;cursor:pointer;color:#999}.ai-modal-body{padding:16px;overflow-y:auto;flex:1}.ai-modal-body .form-group{margin-bottom:12px}.ai-modal-body label{display:block;font-size:13px;color:#666;margin-bottom:4px}.ai-modal-body input,.ai-modal-body select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;box-sizing:border-box}.ai-generate-btn{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px}.ai-generate-btn:disabled{opacity:.7;cursor:not-allowed}.ai-result{margin-top:16px;background:#f8f8f8;border-radius:12px;padding:16px}.ai-result h4{font-size:14px;color:#333;margin:0 0 8px}.ai-titles{margin-bottom:12px}.ai-title-item{font-size:13px;color:#666;padding:4px 0;border-bottom:1px solid #eee;margin:0}.ai-content pre{white-space:pre-wrap;word-break:break-word;font-size:13px;color:#333;font-family:inherit;background:#fff;padding:12px;border-radius:8px;max-height:200px;overflow-y:auto}.apply-btn{width:100%;padding:10px;background:#ff2442;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer;margin-top:12px}.messages{padding:16px}.messages-header{text-align:center;padding:20px 0;border-bottom:1px solid #eee;margin-bottom:20px}.messages-header h1{color:#333;font-size:24px;font-weight:700}.messages-content{min-height:400px}.placeholder{text-align:center;padding:60px 20px;color:#999}.placeholder p:first-child{font-size:64px;margin-bottom:16px}.placeholder-text{font-size:16px;color:#666}.profile{min-height:100vh;background:#f5f5f5}.profile-header{background:#fff;border-bottom:1px solid #eee}.profile-cover{height:120px;background:linear-gradient(135deg,#ff2442,#ff6b6b);display:flex;align-items:flex-end;justify-content:center;padding-bottom:0}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#fff;border:4px solid #fff;display:flex;align-items:center;justify-content:center;font-size:36px;margin-top:40px;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info-section{text-align:center;padding:12px 16px}.profile-nickname{font-size:20px;font-weight:700;color:#333;margin:4px 0 2px}.profile-phone{font-size:13px;color:#999;margin:2px 0}.vip-tag{display:inline-block;background:linear-gradient(135deg,#ffd700,#ffb347);color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;margin:4px 0}.profile-bio{font-size:13px;color:#666;margin:6px 0 0}.profile-stats{display:flex;justify-content:space-around;padding:16px 0;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.stat{text-align:center;flex:1}.stat-number{font-size:18px;font-weight:700;color:#333}.stat-label{font-size:12px;color:#999;margin-top:2px}.profile-tabs{display:flex}.tab{flex:1;padding:12px;background:none;border:none;border-bottom:2px solid transparent;font-size:14px;color:#999;cursor:pointer;transition:all .2s}.tab.active{color:#ff2442;border-bottom-color:#ff2442;font-weight:600}.profile-content{padding:16px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:24px}.post-item{aspect-ratio:1;background:#fff;cursor:pointer;position:relative}.post-thumb{width:100%;height:100%;object-fit:cover}.post-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fafafa;font-size:24px}.post-item-info{position:absolute;bottom:0;left:0;right:0;padding:20px 6px 6px;background:linear-gradient(transparent,rgba(0,0,0,.5))}.post-item-title{font-size:11px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-item-likes{font-size:10px;color:#fffc}.profile-actions{display:flex;gap:12px;margin-top:16px}.edit-btn{flex:1;padding:12px;background:#ff2442;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}.logout-btn{flex:1;padding:12px;background:#f5f5f5;color:#666;border:1px solid #ddd;border-radius:8px;font-size:14px;cursor:pointer}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-icon{font-size:48px;margin-bottom:12px}.vip-btn{flex:1;padding:12px;background:linear-gradient(135deg,#ffd700,#ff8c00);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#ff2442 0%,#ff6b6b 100%);padding:20px}.login-header{text-align:center;margin:60px 0 40px;color:#fff}.login-header h1{font-size:48px;font-weight:700;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.login-header p{font-size:16px;opacity:.9}.login-form{background:white;border-radius:16px;padding:32px 24px;width:100%;max-width:380px;box-shadow:0 10px 40px #00000026}.form-title{font-size:20px;font-weight:600;text-align:center;margin-bottom:24px;color:#333}.form-group{margin-bottom:16px}.form-group input{width:100%;padding:14px 16px;border:1px solid #eee;border-radius:10px;font-size:15px;outline:none;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{border-color:#ff2442}.form-error{background:#fff0f0;color:#ff2442;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:16px;text-align:center}.login-btn{width:100%;padding:14px;background:linear-gradient(135deg,#ff2442,#ff6b6b);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #ff24424d}.login-btn:disabled{opacity:.7;cursor:not-allowed}.form-switch{text-align:center;margin-top:20px;font-size:14px;color:#666}.form-switch a{color:#ff2442;text-decoration:none;font-weight:500}.membership-page{min-height:100vh;background:#f8f8f8}.membership-header{background:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.membership-header h1{font-size:18px;font-weight:600}.back-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px}.vip-banner{background:linear-gradient(135deg,#ffd700,#ff8c00);margin:16px;border-radius:12px;padding:16px;color:#fff}.vip-info{display:flex;align-items:center;gap:12px}.vip-icon{font-size:40px}.vip-info h3{font-size:16px;margin:0 0 4px}.vip-info p{font-size:13px;opacity:.9;margin:0}.membership-content{padding:16px}.section-title{text-align:center;margin-bottom:20px}.section-title h2{font-size:22px;color:#333;margin:0 0 8px}.section-title p{color:#999;font-size:14px;margin:0}.plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.plan-card{background:#fff;border-radius:16px;padding:20px 16px;text-align:center;position:relative;border:2px solid #eee}.plan-card.recommended{border-color:#ff2442}.recommended-tag{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#ff2442;color:#fff;font-size:12px;padding:2px 12px;border-radius:10px}.plan-name{font-size:16px;font-weight:600;color:#333;margin:8px 0}.plan-price{margin:12px 0}.plan-price .price{font-size:28px;font-weight:700;color:#ff2442}.plan-price .period{font-size:14px;color:#999}.plan-features{list-style:none;padding:0;margin:16px 0;text-align:left}.plan-features li{font-size:13px;color:#666;padding:4px 0;border-bottom:1px solid #f5f5f5}.plan-btn{width:100%;padding:10px;border-radius:20px;border:2px solid #ff2442;background:#fff;color:#ff2442;font-size:14px;font-weight:600;cursor:pointer;margin-top:8px}.plan-btn.primary{background:#ff2442;color:#fff}.plan-btn:disabled{opacity:.6;cursor:not-allowed}.ai-preview{background:#fff;border-radius:16px;padding:20px}.ai-preview h3{font-size:16px;margin:0 0 16px;text-align:center}.ai-features{display:flex;flex-direction:column;gap:16px}.ai-feature{display:flex;gap:12px;padding:12px;background:#f8f8f8;border-radius:12px}.ai-icon{font-size:28px;flex-shrink:0}.ai-feature h4{font-size:15px;margin:0 0 4px;color:#333}.ai-feature p{font-size:13px;color:#999;margin:0}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:600px;background:white;border-top:1px solid #eee;display:flex;justify-content:space-around;padding:8px 0;z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#666;padding:4px 12px;border-radius:8px;transition:all .2s}.nav-item:hover{background:#f5f5f5}.nav-item.active{color:#ff2442}.nav-icon{font-size:20px;margin-bottom:2px}.nav-label{font-size:12px}.app{max-width:600px;margin:0 auto;min-height:100vh;background:white;display:flex;flex-direction:column}.app-content{flex:1;padding-bottom:70px;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
