.container{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg);position:relative;padding-bottom:80px}.header{position:sticky;top:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000d}.header h1{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.headerAvatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--primary);cursor:pointer;transition:all .3s ease}.headerAvatar:hover{transform:scale(1.1);box-shadow:0 0 0 3px #6366f133}.profile{background:linear-gradient(135deg,var(--primary),var(--secondary));padding:40px 20px 30px;color:#fff;position:relative;overflow:hidden}.profile:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:#ffffff1a;border-radius:50%}.profile:after{content:"";position:absolute;bottom:-30%;left:-30%;width:150px;height:150px;background:#ffffff14;border-radius:50%}.profileContent{position:relative;z-index:1;text-align:center}.profileAvatarWrapper{width:100px;height:100px;margin:0 auto 16px;position:relative}.profileAvatar{width:100px;height:100px;border-radius:50%;border:4px solid white;box-shadow:var(--shadow-lg);object-fit:cover}.avatarUpload{position:absolute;bottom:0;right:0;width:32px;height:32px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);transition:all .3s ease}.avatarUpload:hover{transform:scale(1.1);background:var(--primary-dark)}.avatarUpload svg{width:16px;height:16px;color:#fff}.profileName{font-size:1.5rem;font-weight:700;margin-bottom:8px}.profileBio{font-size:.9rem;opacity:.9;margin-bottom:20px;max-width:300px;margin-left:auto;margin-right:auto}.profileStats{display:flex;justify-content:center;gap:32px}.profileStat{text-align:center}.profileStatValue{font-size:1.25rem;font-weight:700}.profileStatLabel{font-size:.8rem;opacity:.8}.profileStatButton{cursor:pointer;transition:all .3s ease}.profileStatButton:hover{transform:scale(1.05)}.fab{position:fixed;bottom:24px;right:calc(50% - 220px);width:56px;height:56px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-lg);cursor:pointer;transition:all .3s ease;z-index:200}.fab:hover{transform:scale(1.1) rotate(90deg)}.fab svg{width:24px;height:24px}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:300}.modal{background:var(--bg-card);width:100%;max-width:480px;border-radius:24px 24px 0 0;max-height:80vh;overflow:hidden}.modalHeader{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.modalTitle{font-size:1.1rem;font-weight:600}.modalClose{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modalClose:hover{background:var(--bg)}.modalClose svg{width:20px;height:20px;color:var(--text-secondary)}.modalBody{padding:20px;overflow-y:auto}.postTextarea{width:100%;min-height:150px;padding:16px;border:none;background:var(--bg);border-radius:16px;resize:none;font-size:1rem;line-height:1.6;margin-bottom:16px}.postTextarea:focus{outline:none}.imageUpload{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.imageUploadItem{position:relative;width:80px;height:80px;border-radius:12px;overflow:hidden}.imageUploadItem img{width:100%;height:100%;object-fit:cover}.imageUploadRemove{position:absolute;top:4px;right:4px;width:20px;height:20px;background:var(--danger);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.imageUploadRemove svg{width:12px;height:12px;color:#fff}.imageUploadButton{width:80px;height:80px;border-radius:12px;border:2px dashed var(--border);background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.imageUploadButton:hover{border-color:var(--primary);background:#6366f10d}.imageUploadButton svg{width:24px;height:24px;color:var(--primary);margin-bottom:4px}.imageUploadButton span{font-size:.75rem;color:var(--text-secondary)}.postSubmitButton{width:100%;padding:14px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:16px;font-size:1rem;font-weight:600;transition:all .3s ease}.postSubmitButton:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.postSubmitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.formGroup{margin-bottom:20px}.formLabel{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.formInput{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:12px;font-size:1rem;transition:all .3s ease}.formInput:focus{outline:none;border-color:var(--primary)}.followList{display:flex;flex-direction:column;gap:12px}.followItem{display:flex;align-items:center;padding:12px;border-radius:12px;transition:all .3s ease}.followItem:hover{background:var(--bg)}.followAvatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.followInfo{flex:1;margin-left:12px}.followName{font-weight:600;margin-bottom:2px}.followBio{font-size:.8rem;color:var(--text-secondary)}.followButton{padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .3s ease}.emptyState{text-align:center;padding:60px 20px;color:var(--text-muted)}.emptyState svg{width:64px;height:64px;margin-bottom:16px;opacity:.5}.toast{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:12px 24px;background:var(--text-primary);color:#fff;border-radius:30px;font-size:.875rem;z-index:1000;box-shadow:var(--shadow-lg)}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}.postCard{background:var(--bg-card);margin-bottom:12px;padding:16px;border-radius:16px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.postCard:hover{box-shadow:var(--shadow)}.postHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.postUser{display:flex;align-items:center}.postAvatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.postUserInfo{margin-left:12px;display:flex;flex-direction:column}.postUsername{font-weight:600;font-size:.95rem}.postTime{font-size:.75rem;color:var(--text-muted)}.postMenu{position:relative}.postMenu button{padding:8px;border-radius:50%;color:var(--text-secondary);transition:all .3s ease}.postMenu button:hover{background:var(--bg)}.postMenuDropdown{position:absolute;top:100%;right:0;background:var(--bg-card);border-radius:12px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:10;min-width:120px}.postMenuDropdown button{display:block;width:100%;padding:12px 16px;text-align:left;font-size:.875rem;color:var(--danger)}.postMenuDropdown button:hover{background:var(--bg)}.followButton{padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease}.followButton.following{background:var(--bg);color:var(--text-secondary)}.followButton.notFollowing{background:var(--primary);color:#fff}.followButton:hover{transform:scale(1.05)}.postContent{margin-bottom:12px;line-height:1.6;color:var(--text-primary)}.postImages{margin-bottom:12px;display:grid;gap:6px;border-radius:12px;overflow:hidden}.postImages.single{grid-template-columns:1fr;max-width:320px}.postImages.double{grid-template-columns:repeat(2,1fr)}.postImages.triple,.postImages.grid{grid-template-columns:repeat(3,1fr)}.postImage{width:100%;height:100%;object-fit:cover;min-height:100px;border-radius:8px;cursor:pointer}.postImages.single .postImage{border-radius:12px;min-height:200px}.postActions{display:flex;gap:24px;padding-top:8px;border-top:1px solid var(--border)}.postAction{display:flex;align-items:center;gap:6px;padding:8px;border-radius:50%;color:var(--text-secondary);transition:all .3s ease}.postAction:hover{background:var(--bg)}.postAction.liked svg{fill:var(--danger);color:var(--danger)}.postAction span{font-size:.875rem}.heartAnimate{animation:heartBeat .4s ease}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.postComments{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.commentsList{max-height:200px;overflow-y:auto;margin-bottom:12px}.commentItem{display:flex;align-items:flex-start;padding:8px 0;gap:8px}.commentAvatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.commentContent{flex:1;display:flex;flex-wrap:wrap;gap:4px}.commentUsername{font-weight:600;font-size:.875rem}.commentText{color:var(--text-primary);font-size:.875rem}.commentTime{font-size:.7rem;color:var(--text-muted);margin-left:auto}.emptyComments{text-align:center;padding:20px;color:var(--text-muted);font-size:.875rem}.commentInput{display:flex;gap:8px}.commentInput input{flex:1;padding:10px 14px;border:none;background:var(--bg);border-radius:20px;font-size:.875rem;transition:all .3s ease}.commentInput input:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.commentInput button{width:36px;height:36px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.commentInput button:hover{background:var(--primary-dark);transform:scale(1.1)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-light: #818cf8;--primary-dark: #4f46e5;--secondary: #ec4899;--accent: #f59e0b;--success: #10b981;--danger: #ef4444;--bg: #f8fafc;--bg-card: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border: #e2e8f0;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6}#root{min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{font-family:inherit}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
