*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;background:#fff;color:#000;overflow-x:hidden}#app{min-height:100%;display:flex;flex-direction:column}:root{--yellow: #ffdd00;--black: #000000;--white: #FFFFFF;--gray-light: #F5F5F5;--gray: #888888;--gray-dark: #000000;--red: #FF4136;--red-light: #FFEBE9}.screen{flex:1;display:flex;flex-direction:column;min-height:100vh;padding:20px 20px 80px;animation:fadeIn .3s ease}.screen.no-nav{padding-bottom:20px}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.screen-welcome{background:var(--yellow);justify-content:flex-start;padding-top:60px}.screen-welcome .arrow img{content:url(../img/arrow-yellow.png)}.logo-fuxel{width:80px;height:80px;margin-bottom:150px}.logo-fuxel svg{width:100%;height:100%}.welcome-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:30px}.screen-form{background:var(--white);padding-top:60px}.screen-form.error-mode{background:var(--white)}.screen-form.error-mode .logo-smile,.screen-form.error-mode .form-title{color:var(--red)}.screen-form.error-mode .btn-primary{background:var(--red);color:var(--white)}.screen-form.error-mode .btn-primary .arrow{color:var(--white)}.screen-form.error-mode .form-input{border-color:var(--red)}.logo-smile{width:80px;height:80px;margin-bottom:40px;font-size:80px;line-height:1}.form-hint{font-size:16px;color:var(--gray-dark);margin-bottom:20px;line-height:1.5;text-align:left}.form-hint.error{color:var(--red)}.form-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:20px}.form-input{width:100%;padding:18px 20px;font-size:18px;border:2px solid var(--black);border-radius:0;margin-bottom:8px;font-family:inherit;outline:none;transition:border-color .2s;background:#fff}.form-input:focus{border-color:var(--gray)}.form-input:-webkit-autofill,.form-input:-webkit-autofill:hover,.form-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px #ffffff inset;box-shadow:0 0 0 1000px #fff inset}.btn{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:10px 10px 10px 14px;font-size:24px;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:transform .1s,opacity .2s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--black);color:var(--yellow)}.arrow{display:inline-flex;align-items:center;width:48px;height:48px}.arrow img{width:100%;height:100%;object-fit:contain}.btn-arrow-left .arrow img{transform:scaleX(-1)}.btn-secondary{background:var(--black);color:var(--yellow);margin-bottom:8px}.screen:not(.screen-welcome) .btn-primary,.screen:not(.screen-welcome) .btn-secondary{color:var(--white)}.btn-upload{margin-top:20px;margin-bottom:0}.btn-upload span{text-align:left;line-height:100%}.btn-upload .arrow{width:48px;height:48px;flex-shrink:0}.btn-check{display:flex;align-items:center;gap:8px;padding:0;background:var(--white)}.checkbox{width:68px;height:68px;border:2px solid var(--black);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;background:var(--white);transition:background .15s}.checkbox svg{width:48px;height:48px;fill:transparent;transition:fill .15s}.checkbox.checked{background:var(--black)}.checkbox.checked svg{fill:var(--white)}.terms-row{display:flex;gap:8px;align-items:stretch}.terms-row .btn-check{flex-shrink:0;width:auto;padding:0}.terms-row .terms-submit{flex:1}.terms-submit:disabled{opacity:.35;pointer-events:none}.date-picker{display:flex;gap:10px;margin-bottom:8px}.date-select{flex:1;padding:18px 40px 18px 15px;font-size:18px;border:2px solid var(--black);background:var(--white);font-family:inherit;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.screen-profile{padding-top:0}.profile-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.profile-avatar{width:90px;height:90px;background:#fff;flex-shrink:0;overflow:hidden;padding-top:2px}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info{flex:1}.profile-name{font-size:24px;font-weight:700;margin-bottom:10px;line-height:95%;letter-spacing:-1px}.profile-stats{display:flex;gap:12px}.stat{text-align:left}.stat-value{font-size:24px;font-weight:700;line-height:90%}.stat-label{font-size:12px;color:var(--black)}.profile-bio{font-size:14px;line-height:1.5;margin-bottom:10px}.profile-username{font-weight:700;font-size:14px}.profile-location{font-size:14px;color:var(--gray-dark);margin-bottom:8px}.profile-followers{display:flex;align-items:center;gap:10px;margin-bottom:8px}.followers-avatars{display:flex}.followers-avatars .mini-avatar{width:30px;height:30px;border:2px solid var(--white);margin-left:-10px;background:var(--gray-light);overflow:hidden}.followers-avatars .mini-avatar:first-child{margin-left:0}.followers-avatars .mini-avatar img{width:100%;height:100%;object-fit:cover}.followers-text{font-size:13px}.followers-text strong{font-weight:700}.profile-actions{display:flex;gap:10px;margin-bottom:20px}.btn-follow{flex:1;display:flex;align-items:flex-start;justify-content:space-between;padding:10px 10px 10px 14px;height:68px;background:var(--black);color:var(--white);font-weight:700;font-size:24px;font-family:inherit;border:none;cursor:pointer;transition:transform .1s,opacity .2s}.btn-follow.following{background:var(--gray-dark)}.btn-message{width:50px;height:46px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:20px}.photo-item{aspect-ratio:1;background:var(--gray-light);overflow:hidden;cursor:pointer;transition:opacity .2s}.photo-item:hover{opacity:.8}.photo-item img{width:100%;height:100%;object-fit:cover}.screen-upload{padding-top:20px}.register-avatar-preview{width:140px;height:140px;overflow:hidden;margin:0 0 8px}.register-avatar-preview img{width:100%;height:100%;object-fit:cover}.upload-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:30px}.folder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.folder-item{aspect-ratio:1;border:2px solid var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;padding:10px}.folder-item:hover{background:var(--gray-light)}.folder-icon{width:100%;height:70%;background:var(--gray-light);margin-bottom:10px}.folder-name{font-weight:700;font-size:14px;text-align:center}.photo-selector-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--gray-light)}.back-btn{font-size:24px;cursor:pointer;background:none;border:none;padding:0;width:32px;height:32px}.photo-selector-title{font-weight:700;font-size:18px}.selectable-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:20px}.selectable-photo{aspect-ratio:1;background:var(--gray-light);position:relative;cursor:pointer;overflow:hidden;transition:opacity .15s,outline .15s}.selectable-photo img{width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none}#selected-photos-grid .selectable-photo{cursor:grab}#selected-photos-grid .selectable-photo.drag-over{outline:3px solid var(--black);opacity:.6}#selected-photos-grid .selectable-photo.dragging{opacity:.3}.selectable-photo.selected:after{content:attr(data-order);position:absolute;bottom:5px;right:5px;width:30px;height:30px;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.description-screen{padding-top:20px}.description-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:10px;padding-bottom:15px;border-bottom:1px solid var(--gray-light)}.description-textarea{width:100%;height:150px;padding:12px;font-size:16px;border:2px solid var(--black);resize:none;font-family:inherit;outline:none;margin-bottom:20px}.preview-large{width:100%;aspect-ratio:1;background:var(--gray-light);margin-bottom:8px;overflow:hidden}.preview-large img{width:100%;height:100%;object-fit:cover}.preview-thumbnails{display:flex;gap:8px;margin-bottom:20px}.preview-thumb{width:80px;height:80px;background:var(--gray-light);border:0px;overflow:hidden}.preview-thumb img{width:100%;height:100%;object-fit:cover}.location-input{display:flex;align-items:center;gap:10px;padding:15px;border:2px solid var(--black);margin-bottom:8px}.location-input .location-icon{display:none}.location-icon{font-size:24px}.location-input input{flex:1;border:none;font-size:18px;font-family:inherit;outline:none}.screen-search{padding-top:20px}.search-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:20px}.search-box{display:flex;align-items:center;border:2px solid var(--black);padding:12px 15px;margin-bottom:30px}.search-box input{flex:1;border:none;font-size:18px;font-family:inherit;outline:none}.search-box button{background:none;border:none;font-size:24px;cursor:pointer}.search-section-title{font-size:24px;font-weight:700;line-height:95%;letter-spacing:-1px;margin-bottom:20px}.search-results{display:flex;flex-direction:column;gap:15px}.search-result-item{display:flex;align-items:center;gap:15px;padding:10px 0;cursor:pointer;transition:background .2s;border-radius:5px}.search-result-item:hover{background:var(--gray-light);margin:0 -10px;padding:10px}.result-avatar{width:50px;height:50px;background:#fff;flex-shrink:0;overflow:hidden}.result-avatar img{width:100%;height:100%;object-fit:cover}.result-info{flex:1}.result-name{font-weight:700;font-size:16px}.result-username{font-size:14px;color:var(--gray)}.search-section-label{font-size:14px;font-weight:700;text-transform:uppercase;color:var(--gray);margin:15px 0 10px;padding-bottom:5px;border-bottom:1px solid var(--gray-light)}.search-result-post{display:flex;gap:12px;padding:12px 0;cursor:pointer;transition:background .2s;border-radius:8px}.search-result-post:hover{background:var(--gray-light);margin:0 -10px;padding:12px 10px}.result-post-image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid var(--black)}.result-post-image img{width:100%;height:100%;object-fit:cover}.result-post-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.result-post-user{display:flex;align-items:center;gap:8px}.result-post-avatar{width:24px;height:24px;object-fit:cover}.result-post-username{font-weight:700;font-size:14px}.result-post-desc{font-size:14px;color:var(--black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-post-location{font-size:12px;color:var(--gray);display:flex;align-items:center;gap:4px}.location-icon-small{width:12px;height:12px;display:inline-flex;margin-top:2px}.location-icon-small svg{width:100%;height:100%}.search-term{font-weight:700;font-size:16px;padding:10px 0}.screen-edit-profile{padding-top:20px}.edit-profile-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:20px}.edit-avatar-section{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:30px}.edit-avatar-preview{width:100px;height:100px;background:#fff;overflow:hidden}.edit-avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#fff}.edit-avatar-actions{display:flex;gap:10px}.btn-avatar-upload,.btn-avatar-url{padding:8px 16px;font-size:14px;font-weight:700;border:2px solid var(--black);background:var(--white);cursor:pointer;font-family:inherit}.btn-avatar-upload:hover,.btn-avatar-url:hover{background:var(--gray-light)}.edit-form{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.edit-field{display:flex;flex-direction:column;gap:6px}.edit-label{font-size:14px;font-weight:700;color:var(--gray-dark)}.edit-input{padding:12px 15px;font-size:16px;border:2px solid var(--black);background:var(--white);font-family:inherit;transition:border-color .2s}.edit-input:focus{outline:none;border-color:var(--black)}.edit-input::placeholder{color:var(--gray)}.edit-textarea{min-height:100px;resize:vertical}.edit-actions{display:flex;flex-direction:column;gap:10px}.btn-cancel{padding:15px 20px;font-size:16px;font-weight:700;background:transparent;border:none;color:var(--gray-dark);cursor:pointer;font-family:inherit}.btn-cancel:hover{color:var(--black)}.edit-separator{display:flex;align-items:center;text-align:center;margin:20px 0;padding-top:20px;border-top:1px solid var(--gray-light)}.edit-separator span{font-size:24px;font-weight:700;line-height:95%;letter-spacing:-1px;color:var(--black)}.btn-change-password{width:100%;padding:12px 20px;font-size:24px;font-weight:700;line-height:95%;letter-spacing:-1px;border:2px solid var(--gray-dark);background:var(--white);cursor:pointer;font-family:inherit;margin-top:10px;transition:background .2s,border-color .2s}.btn-change-password:hover{background:var(--gray-light);border-color:var(--black)}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;height:70px;background:var(--white);border-top:2px solid var(--black);z-index:100;box-sizing:border-box}.nav-items{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:450px;margin:0 auto;padding:0 30px}.nav-item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:none;transition:transform .2s;padding:0}.nav-item:active{transform:scale(.9)}.nav-item svg{width:32px;height:32px}.nav-item.logo-nav{width:32px;height:32px;background:none;padding:0}.nav-item.logo-nav img,.nav-item.logo-nav svg{width:32px;height:32px;object-fit:cover}.nav-item.nav-item-avatar{width:32px;height:32px;background:none;padding:0;border-radius:8px;overflow:hidden}.nav-item.nav-item-avatar img{width:32px;height:32px;object-fit:cover}.profile-icon{display:block;width:32px;height:32px;background:var(--black)}.screen-feed{padding-top:20px}.feed-header{display:flex;justify-content:flex-start;align-items:center;background:#fd0;padding:16px 20px;margin:-20px -20px 20px -21px}.feed-logo{height:16px;width:auto}.feed-post{margin-bottom:17px;border-bottom:2px solid var(--black);padding-bottom:20px}.post-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.post-avatar{width:50px;height:50px;background:#fff;overflow:hidden;cursor:pointer;flex-shrink:0;margin-top:2px}.post-avatar img{width:100%;height:100%;object-fit:cover}.post-user-info{flex:1}.post-username{font-weight:700;font-size:14px;cursor:pointer}.post-displayname{font-weight:700;font-size:20px;cursor:pointer;line-height:95%;letter-spacing:-.5px}.post-username-small{font-size:13px;color:var(--gray);font-weight:400;margin-top:2px;margin-left:1px}.post-location{display:flex;align-items:flex-start;gap:2px;font-size:13px;color:var(--black)}.post-time{font-size:12px;color:var(--gray)}.post-image{width:100%;aspect-ratio:1;background:var(--gray-light);margin-bottom:8px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover}.post-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.post-actions-left{display:flex;gap:8px}.post-actions-right{display:flex}.post-action{background:none;border:none;cursor:pointer;padding:4px;transition:transform .2s;display:flex;align-items:center;justify-content:center}.post-action svg{width:26px;height:26px}.post-action:active{transform:scale(1.2)}.post-action.liked{color:var(--yellow)}.post-action.liked svg{fill:var(--yellow);stroke:var(--yellow)}.post-action.bookmarked{color:var(--black)}.post-action.bookmarked svg{fill:var(--black)}.post-likes-section{display:flex;align-items:center;gap:8px;margin-bottom:4px}.likes-avatars{display:flex}.like-avatar{width:20px;height:20px;background:#fff;border:2px solid var(--white);margin-left:-6px;overflow:hidden}.like-avatar img{width:100%;height:100%;object-fit:cover}.like-avatar:first-child{margin-left:0}.likes-count{font-weight:700;font-size:14px;color:var(--black)}.post-likes{font-weight:700;font-size:14px;margin-bottom:8px}.post-description{font-size:14px;line-height:1.5;margin-bottom:4px;font-weight:400;color:var(--black)}.post-desc-username{font-weight:700;cursor:pointer}.post-desc-text{display:inline;font-weight:400}.post-more{color:var(--gray);cursor:pointer;font-size:14px;font-weight:400}.post-more:hover{text-decoration:underline}.post-date{font-size:11px;color:var(--gray);margin-top:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:400}.post-description strong{font-weight:700}.post-comments-link{font-size:13px;color:var(--gray);margin-top:6px;cursor:pointer;font-weight:400}.back-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.back-header .back-btn{font-size:28px}.screen-user-posts{padding-top:0}.screen-profile .back-header,.screen-user-posts .back-header{position:sticky;top:0;background:var(--white);z-index:10;margin:0 -20px;padding:20px}.publish-prompt{background:var(--white);padding:0;margin:0}.publish-title{font-size:48px;font-weight:700;line-height:85%;letter-spacing:-3px;margin-top:16px;margin-bottom:20px}@media(min-width:480px){#app{max-width:480px;margin:0 auto;box-shadow:0 0 20px #0000001a}}.screen-settings{padding-top:20px}.settings-title{font-size:48px;line-height:85%;letter-spacing:-3px;font-weight:700;margin-bottom:20px}.settings-section{margin-bottom:20px}.settings-section-title{font-size:14px;font-weight:700;color:var(--gray-dark);margin-bottom:8px}.settings-item{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:10px 10px 10px 14px;font-size:24px;font-weight:700;background:var(--white);border:2px solid var(--black);cursor:pointer;font-family:inherit;margin-bottom:8px;transition:transform .1s}.settings-item:active{transform:scale(.98)}.settings-item-right{display:flex;align-items:center;align-self:center;gap:8px}.settings-badge{background:var(--red);color:var(--white);font-size:12px;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}.settings-item-arrow-img{width:48px;height:48px;object-fit:contain;flex-shrink:0}.settings-item-label{font-size:24px;font-weight:700;color:var(--black);text-align:left;letter-spacing:-1px}.btn-logout-icon{width:48px;height:48px;object-fit:contain}.btn-logout{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:10px 10px 10px 14px;font-size:24px;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:transform .1s,opacity .2s;background:var(--red);color:var(--white);margin-top:20px}.hidden{display:none!important}.file-input-hidden{display:none}.code-inputs{display:flex;gap:8px;margin-bottom:8px;max-width:100%}.code-input{width:calc(25% - 6px);min-width:0;aspect-ratio:1.2;max-height:70px;font-size:28px;font-weight:700;text-align:left;padding:10px 15px;border:2px solid var(--black);font-family:inherit;outline:none;box-sizing:border-box}.code-input:focus{border-color:var(--gray)}.toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%);background:var(--black);color:var(--white);padding:12px 24px;border-radius:25px;font-size:14px;z-index:1000;animation:toastIn .3s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal{background:var(--white);width:100%;max-width:400px;padding:30px}.modal-title{font-size:24px;font-weight:700;margin-bottom:8px}.modal-text{font-size:16px;margin-bottom:25px;line-height:1.5}.modal-actions{display:flex;gap:10px}.modal-actions .btn{flex:1}.btn-cancel{background:var(--gray-light);color:var(--black)}.google-btn-container{display:flex;justify-content:center;margin:15px 0;min-height:44px}.divider{display:none}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--gray-light)}.divider span{padding:0 15px;color:var(--gray);font-size:14px;text-transform:uppercase}.fullscreen-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.fullscreen-container{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.fullscreen-image{max-width:100vw;max-height:100vh;object-fit:contain}.fullscreen-close{position:absolute;top:20px;right:20px;width:44px;height:44px;background:#fff3;border:none;border-radius:50%;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000}.fullscreen-close:hover{background:#ffffff4d}.comments-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.comments-container{width:100%;max-width:500px;max-height:80vh;background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.comments-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gray-light)}.comments-header h3{font-size:16px;font-weight:700}.comments-close{width:32px;height:32px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--gray)}.comments-list{flex:1;overflow-y:auto;padding:16px 20px;min-height:200px}.comments-loading,.comments-empty,.comments-error{text-align:center;color:var(--gray);padding:40px 20px;font-size:14px}.comment-item{display:flex;gap:12px;margin-bottom:16px}.comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#fff;cursor:pointer;flex-shrink:0}.comment-content{flex:1;min-width:0}.comment-header{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.comment-username{font-weight:700;font-size:14px;cursor:pointer}.comment-date{font-size:12px;color:var(--gray)}.comment-text{font-size:14px;line-height:1.4;word-wrap:break-word}.comment-actions{display:flex;gap:12px;margin-top:6px}.comment-action-btn{background:none;border:none;font-size:12px;color:var(--gray);cursor:pointer;padding:0}.comment-action-btn:hover{color:var(--black)}.comment-action-btn.comment-delete:hover{color:var(--red)}.comment-edit-container{margin-top:4px}.comment-edit-input{width:100%;padding:8px 12px;border:1px solid var(--gray-light);border-radius:8px;font-size:14px;font-family:inherit}.comment-edit-actions{display:flex;gap:8px;margin-top:8px}.comment-edit-save,.comment-edit-cancel{padding:6px 12px;border:none;border-radius:6px;font-size:12px;cursor:pointer}.comment-edit-save{background:var(--black);color:var(--yellow)}.comment-edit-cancel{background:var(--gray-light);color:var(--black)}.comments-input-container{display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid var(--gray-light);background:var(--gray-light)}.comment-input-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#fff;flex-shrink:0}#comment-input{flex:1;padding:10px 14px;border:1px solid var(--gray-light);border-radius:20px;font-size:14px;font-family:inherit;background:#fff}#comment-input:focus{outline:none;border-color:var(--black)}.comment-send-btn{padding:10px 16px;background:var(--black);color:var(--white);border:none;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer}.comment-send-btn:hover{opacity:.9}.comments-login-prompt{padding:16px 20px;text-align:center;border-top:1px solid var(--gray-light);background:var(--gray-light)}.comments-login-prompt a{color:var(--black);font-weight:700}.post-action .comment-count{font-size:12px;margin-left:4px}.post-image{cursor:pointer}.share-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.share-menu{width:90%;max-width:320px;background:#fff;border-radius:16px;overflow:hidden;animation:scaleIn .2s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.share-menu-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gray-light)}.share-menu-header h3{font-size:16px;font-weight:700}.share-menu-close{width:32px;height:32px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--gray)}.share-menu-options{padding:8px 0}.share-option{display:flex;align-items:center;gap:16px;width:100%;padding:14px 20px;background:none;border:none;font-size:15px;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s}.share-option:hover{background:var(--gray-light)}.share-option-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.share-option-icon svg{width:20px;height:20px}.share-option-text{font-weight:500}.feed-post-ad{margin-bottom:25px;border-bottom:1px solid var(--gray-light);background:linear-gradient(135deg,#fffde7,#fff9c4);border-radius:12px;padding:15px;margin-left:-15px;margin-right:-15px}.ad-avatar{width:50px;height:50px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--black)}.ad-sponsored-label{font-size:12px;color:var(--gray);font-weight:500}.feed-post-ad .post-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.feed-post-ad .post-image{cursor:pointer}.ad-content{padding:12px 0 0}.ad-title{font-weight:700;font-size:16px;margin-bottom:4px}.ad-description{font-size:14px;color:var(--gray);margin-bottom:12px;line-height:1.4}.ad-cta-btn{background:var(--primary);color:var(--black);border:none;padding:10px 24px;font-weight:700;font-size:14px;cursor:pointer;width:100%;font-family:inherit;transition:opacity .2s}.ad-cta-btn:hover{opacity:.85}.private-lock{font-size:.8em}.private-account-message{text-align:center;padding:40px 20px;color:var(--gray)}.private-lock-big{font-size:48px;line-height:85%;letter-spacing:-3px;display:block;margin-bottom:10px}.private-account-message p{font-size:16px;font-weight:700;color:var(--black)}.private-hint{font-size:14px!important;font-weight:400!important;color:var(--gray)!important;margin-top:5px}.btn-follow.request-pending{background:var(--gray-light);color:var(--black)}.privacy-toggle-row{display:flex;align-items:center;justify-content:space-between}.privacy-toggle-desc{font-size:14px;color:var(--gray)}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:var(--gray-light);border-radius:28px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background-color:var(--black)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.follow-requests-list{padding:10px 0}.follow-request-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--gray-light)}.fr-user{display:flex;align-items:center;gap:10px;cursor:pointer;flex:1;min-width:0}.fr-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.fr-avatar img{width:100%;height:100%;object-fit:cover}.fr-info{min-width:0}.fr-name{font-weight:700;font-size:14px}.fr-username{font-size:12px;color:var(--gray)}.fr-actions{display:flex;gap:8px;flex-shrink:0}.btn-fr-accept{padding:6px 16px;background:var(--black);color:var(--white);border:none;font-size:13px;font-weight:700;cursor:pointer}.btn-fr-reject{padding:6px 16px;background:var(--gray-light);color:var(--black);border:none;font-size:13px;cursor:pointer}.post-carousel{position:relative;width:100%;aspect-ratio:1;margin-bottom:8px;background:var(--gray-light);overflow:hidden}.carousel-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 100%;height:100%;scroll-snap-align:start;cursor:pointer;overflow:hidden}.carousel-slide img{width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-drag:none}.carousel-counter{position:absolute;top:12px;right:12px;background:#000;color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:10px;z-index:2;pointer-events:none;letter-spacing:0}.carousel-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px;z-index:2}.carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:background .2s,transform .2s}.carousel-dot.active{background:#fff;transform:scale(1.25)}.nav-item-notif,.nav-item-settings{position:relative}.nav-badge{position:absolute;top:-2px;right:-4px;background:var(--red, #e74c3c);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.screen-notifications{padding:20px 16px 80px}.notifications-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.notifications-title{font-size:24px;font-weight:700}.notifications-read-all{background:none;border:none;color:var(--primary, #FFE500);font-size:13px;font-weight:700;cursor:pointer;display:block;padding:0;text-align:left;margin-bottom:8px}.notification-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--gray-light, #eee);cursor:pointer;transition:background .15s}.notification-item:active{background:var(--gray-light, #f5f5f5)}.notification-item.unread{background:#ffe5000f}.notification-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--gray-light, #eee)}.notification-avatar img{width:100%;height:100%;object-fit:cover}.notification-content{flex:1;min-width:0}.notification-text{font-size:14px;line-height:1.4}.notification-text b{font-weight:700}.notification-time{font-size:12px;color:#999;margin-top:2px}.notification-thumb{width:44px;height:44px;flex-shrink:0;border-radius:4px;overflow:hidden}.notification-thumb img{width:100%;height:100%;object-fit:cover}.settings-btn{background:none;border:none;cursor:pointer;width:28px;height:28px;padding:0;color:inherit}.settings-btn svg{width:100%;height:100%}
