.auth-page{min-height:100vh;padding:20px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.auth-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.auth-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:0}.auth-particle{position:absolute;background:#ffffff4d;border-radius:50%;z-index:0}.auth-card{background:#fffffff2;border-radius:30px;padding:40px 30px;box-shadow:0 8px 32px #0003;width:min(450px,90%);z-index:1;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-header{text-align:center;margin-bottom:30px}.auth-title{color:#2d3436;font-family:Comic Neue,cursive;font-size:2.5rem;margin:0 0 10px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.auth-subtitle{color:#636e72;font-family:Comic Neue,cursive;font-size:1.1rem;margin:0}.auth-error{background:#ff7675;color:#fff;padding:12px;border-radius:10px;margin-bottom:20px;text-align:center;font-family:Comic Neue,cursive}.auth-form{display:flex;flex-direction:column;gap:25px}.auth-input{width:100%;padding:18px 25px;border-radius:15px;border:3px solid #74b9ff;font-size:1.2rem;font-family:Comic Neue,cursive;background:#fffc;color:#2d3436;outline:none;box-shadow:0 4px 8px #0000001a;box-sizing:border-box}.auth-input--primary{border-color:#74b9ff}.auth-input--accent{border-color:#a55eea}.auth-submit{padding:18px;border-radius:20px;border:none;color:#fff;font-size:1.4rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;text-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:0 4px 8px #0003}.auth-submit:disabled{opacity:.75;cursor:not-allowed}.auth-submit--login{background:linear-gradient(45deg,#ff7675,#fdcb6e)}.auth-submit--register{background:linear-gradient(45deg,#a55eea,#74b9ff)}.auth-switch{text-align:center;margin-top:25px;color:#636e72;font-family:Comic Neue,cursive;font-size:1.1rem}.auth-switch-link{color:#e84393;font-weight:700;cursor:pointer;text-decoration:underline wavy;padding:5px}@media (max-width: 600px){.auth-card{padding:30px 22px}.auth-title{font-size:2rem}.auth-submit{font-size:1.2rem}}.post-card{width:100%;background:#fff}.post-media{width:100%;position:relative;background-color:#000}.post-media-image{width:100%;display:block;object-fit:contain;max-height:600px}.post-media-empty{width:100%;height:300px;display:flex;align-items:center;justify-content:center;font-size:48px;background:#fafafa}.post-actions-row{padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.post-actions-left{display:flex;gap:16px}.post-actions-right{display:flex;align-items:center;gap:12px}.post-menu-wrapper{position:relative}.post-menu{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000026;min-width:120px;z-index:1000;overflow:hidden}.post-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;border:none;background:none;text-align:left;font-size:14px;cursor:pointer;color:#262626}.post-menu-item:hover{background:#f5f5f5}.post-menu-item--delete{color:#ed4956}.post-menu-item--delete:hover{background:#fef2f2}.post-menu-item:disabled{opacity:.6;cursor:not-allowed}.post-action-button{background:none;border:none;font-size:24px;cursor:pointer;color:#262626;padding:0;display:flex;align-items:center}.post-action-button--liked{color:#ed4956}.post-action-button--active{color:#0095f6}.post-likes{padding:0 16px 8px;font-weight:600;font-size:14px;color:#262626}.post-caption{padding:0 16px 12px;font-size:14px;line-height:1.5;color:#262626}.post-view-comments{display:block;padding:0 16px 12px;background:none;border:none;color:#8e8e8e;font-size:14px;cursor:pointer;text-align:left}.post-view-comments:hover{color:#262626}.post-comments-section{border-top:1px solid #efefef;padding:12px 16px}.post-comments-header{margin-bottom:12px;font-weight:600;font-size:14px;color:#262626}.post-comments-list{max-height:200px;overflow-y:auto;margin-bottom:12px}.post-comments-loading,.post-comments-empty{color:#8e8e8e;font-size:14px;text-align:center;padding:16px 0}.post-comment{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #efefef}.post-comment:last-child{border-bottom:none}.post-comment-content{flex:1;font-size:14px;line-height:1.4}.post-comment-username{font-weight:600;margin-right:6px;color:#262626}.post-comment-text{color:#262626}.post-comment-menu-wrapper{position:relative;margin-left:8px}.post-comment-menu-btn{background:none;border:none;color:#8e8e8e;cursor:pointer;padding:4px 8px;display:flex;align-items:center;border-radius:4px}.post-comment-menu-btn:hover{background:#f5f5f5;color:#262626}.post-comment-menu{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000026;min-width:100px;z-index:1000;overflow:hidden}.post-comment-menu-item{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;font-size:14px;cursor:pointer;color:#262626}.post-comment-menu-item:hover{background:#f5f5f5}.post-comment-menu-item--delete{color:#ed4956}.post-comment-menu-item--delete:hover{background:#fef2f2}.post-comment-form{display:flex;gap:8px;border-top:1px solid #efefef;padding-top:12px}.post-comment-input{flex:1;border:none;outline:none;font-size:14px;padding:8px 0;font-family:inherit;background:transparent;color:#262626}.post-comment-input::placeholder{color:#8e8e8e}.post-comment-submit{background:none;border:none;color:#0095f6;font-weight:600;font-size:14px;cursor:pointer;padding:8px}.post-comment-submit:disabled{opacity:.3;cursor:default}.post-comment-submit:not(:disabled):hover{color:#1877f2}.add-story-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.add-story-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 24px #00000026}.add-story-header{padding:16px 20px;border-bottom:1px solid #dbdbdb;display:flex;justify-content:space-between;align-items:center}.add-story-header h2{margin:0;font-size:18px;font-weight:600;color:#262626}.add-story-close{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#262626;font-size:20px;transition:transform .2s}.add-story-close:hover{transform:scale(1.1)}.add-story-content{padding:20px;flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.add-story-upload{border:2px dashed #dbdbdb;border-radius:12px;padding:60px 40px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .3s;width:100%;text-align:center}.add-story-upload:hover{border-color:#0095f6;background:#f0f9ff}.add-story-upload svg{color:#8e8e8e}.add-story-upload span{color:#262626;font-size:16px;font-weight:500}.add-story-hint{font-size:12px!important;color:#8e8e8e!important;font-weight:400!important}.add-story-preview{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.add-story-preview img{max-width:100%;max-height:400px;border-radius:8px;object-fit:contain}.add-story-change{padding:8px 20px;background:#efefef;color:#262626;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.add-story-change:hover{background:#dbdbdb}.add-story-error{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;font-size:14px;width:100%;text-align:center}.add-story-error--rejected{background:#ffebee;border:1px solid #ef5350}.add-story-error--flagged{background:#fff3e0;color:#e65100;border:1px solid #ff9800}.add-story-error--banned{background:#fce4ec;color:#880e4f;border:1px solid #e91e63}.add-story-error-hint{margin:8px 0 0;font-size:12px;opacity:.85}.add-story-success{background:#e8f5e9;color:#2e7d32;padding:16px 20px;border-radius:8px;font-size:16px;font-weight:600;display:flex;align-items:center;gap:12px;justify-content:center}.add-story-footer{padding:16px 20px;border-top:1px solid #dbdbdb}.add-story-submit{width:100%;padding:12px;background:#0095f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.add-story-submit:hover:not(:disabled){background:#1877f2}.add-story-submit:disabled{background:#b3d9ff;cursor:not-allowed}.story-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.story-viewer-container{width:100%;max-width:500px;height:90vh;max-height:800px;background:#000;border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column}.story-progress-bars{position:absolute;top:0;left:0;right:0;display:flex;gap:4px;padding:8px;z-index:10}.story-progress-bar-container{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.story-progress-bar-fill{height:100%;background:#fff;transition:width .05s linear}.story-viewer-header{position:absolute;top:0;left:0;right:0;padding:48px 16px 16px;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent);display:flex;justify-content:space-between;align-items:center;z-index:10}.story-viewer-user{display:flex;align-items:center;gap:10px}.story-viewer-avatar{width:32px;height:32px;border-radius:50%;background:#555;display:flex;align-items:center;justify-content:center;font-size:16px;overflow:hidden}.story-viewer-avatar-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.story-viewer-username{color:#fff;font-weight:600;font-size:14px}.story-viewer-time{color:#ffffffb3;font-size:12px}.story-viewer-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.story-viewer-close:hover{transform:scale(1.1)}.story-viewer-header-actions{display:flex;align-items:center;gap:6px}.story-viewer-delete{background:#ed4956e6;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.story-viewer-delete:hover:not(:disabled){background:#ed4956;transform:scale(1.06)}.story-viewer-delete:disabled{opacity:.6;cursor:not-allowed}.story-viewer-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;background:#000}.story-viewer-image{max-width:100%;max-height:100%;object-fit:contain}.story-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:24px;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.story-nav:hover{background:#ffffff4d}.story-nav-prev{left:16px}.story-nav-next{right:16px}@media (max-width: 480px){.story-viewer-container{max-width:100%;height:100vh;max-height:100vh;border-radius:0}.story-nav{width:40px;height:40px;font-size:20px}.story-nav-prev{left:8px}.story-nav-next{right:8px}}.feed-page{background:#fafafa;min-height:100vh}.stories-container{display:flex;overflow-x:auto;gap:16px;padding:12px 16px;background:#fff;border-bottom:1px solid #dbdbdb;max-width:600px;margin:0 auto;scrollbar-width:none;-ms-overflow-style:none}.stories-container::-webkit-scrollbar{display:none}.story-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;flex-shrink:0}.story-item-avatar-wrap{position:relative}.story-ring{background:#e0e0e0;padding:3px;border-radius:50%;display:flex;justify-content:center;align-items:center}.story-avatar-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.story-ring--active{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.story-ring__inner{background:#fff;padding:2px;border-radius:50%;display:flex;justify-content:center;align-items:center}.story-image{width:62px;height:62px;border-radius:50%;object-fit:cover}.story-image-placeholder{width:62px;height:62px;border-radius:50%;background:#efefef;display:flex;align-items:center;justify-content:center;font-size:26px;color:#8e8e8e}.story-add-badge{position:absolute;right:-2px;bottom:-2px;width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:#0095f6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.story-add-badge:hover{background:#1877f2}.story-username{font-size:12px;color:#262626;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.feed-posts-grid{max-width:600px;margin:0 auto;display:flex;flex-direction:column}.feed-post-card{background:#fff;border-bottom:1px solid #dbdbdb}.feed-post-card:first-child{border-top:none}.feed-post-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.feed-post-user{display:flex;align-items:center;gap:12px}.feed-post-avatar{width:32px;height:32px;border-radius:50%;background:#efefef;display:flex;align-items:center;justify-content:center;overflow:hidden}.feed-post-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.feed-post-avatar-icon{font-size:18px}.feed-post-username{font-weight:600;font-size:14px;color:#262626}.feed-post-time{color:#8e8e8e;font-size:12px}.feed-post-caption{padding:8px 16px 12px;font-size:14px;line-height:1.4;color:#262626}.feed-empty{background:#fff;padding:60px 20px;text-align:center}.feed-empty-icon{font-size:4rem;margin-bottom:20px}.feed-empty-title{font-family:system-ui,-apple-system,sans-serif;color:#262626;margin:0;font-size:1.3rem;font-weight:600}.feed-empty-subtitle{color:#8e8e8e;margin:12px 0 0;font-size:.95rem}.create-post-page{min-height:100vh;background:linear-gradient(135deg,#ffdde1,#ee9ca7);padding:20px;display:flex;flex-direction:column;align-items:center}.create-post-card{background:#ffffffe6;border-radius:30px;padding:30px;width:90%;max-width:500px;margin-top:80px;box-shadow:0 8px 32px #0000001a}.create-post-title{font-family:Comic Neue,cursive;color:#2d3436;font-size:2.5rem;text-align:center;margin:0 0 30px}.create-post-error{background:#ffecec;color:#ff6b6b;padding:15px;border-radius:10px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.create-post-input{display:none}.upload-label{display:flex;justify-content:center;align-items:center;min-height:300px;background:#ffffffe6;border-radius:20px;border:4px dashed #a55eea;cursor:pointer;position:relative;overflow:hidden}.create-post-preview{width:100%;height:100%;object-fit:contain;padding:10px}.create-post-placeholder{display:flex;flex-direction:column;align-items:center;gap:15px;padding:30px}.create-post-placeholder-icon-wrapper{width:80px;height:80px;background:#a55eea;border-radius:50%;display:flex;align-items:center;justify-content:center}.create-post-placeholder-text{font-family:Comic Neue,cursive;font-size:1.4rem;color:#2d3436;text-align:center;margin:0}.create-post-submit{margin-top:20px;width:100%;padding:15px;color:#fff;border:none;border-radius:15px;font-family:Comic Neue,cursive;font-size:1.2rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px}.create-post-submit:disabled{cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-page{background:#fafafa;min-height:100vh;padding-bottom:0}.profile-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 104px);gap:16px}.profile-loading-spinner{font-size:48px}.profile-loading p{color:#8e8e8e;font-size:16px}.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 104px);gap:16px;color:#ed4956}.profile-error h2{margin:0;font-size:20px;font-weight:600}.profile-error-button{padding:10px 24px;background:#0095f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.profile-error-button:hover{background:#1877f2}.profile-error-buttons{display:flex;gap:12px;margin-top:8px}.profile-error-logout-button{display:flex;align-items:center;gap:8px;padding:10px 24px;background:#ed4956;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.profile-error-logout-button:hover{background:#c72f3b}.profile-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #dbdbdb;position:sticky;top:0;z-index:100;max-width:600px;margin:0 auto}.profile-nav-back,.profile-nav-menu{background:none;border:none;font-size:20px;color:#262626;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.profile-nav-username{font-weight:600;font-size:16px;color:#262626}.profile-content{background:#fff;padding:24px 16px;border-bottom:1px solid #dbdbdb;max-width:600px;margin:0 auto}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.profile-avatar-wrapper{position:relative;margin-bottom:12px}.profile-avatar-action{border:none;background:transparent;padding:0;border-radius:50%;cursor:pointer}.profile-avatar{width:86px;height:86px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;border:2px solid #fff;overflow:hidden;position:relative}.profile-avatar-icon{font-size:48px}.profile-avatar-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.profile-avatar-edit{position:absolute;bottom:6px;right:6px;display:flex;align-items:center;gap:6px;background:#000000b3;color:#fff;border:none;padding:6px 8px;border-radius:20px;font-size:12px;cursor:pointer}.profile-avatar-edit:disabled{opacity:.7;cursor:not-allowed}.profile-avatar-input{display:none}.profile-avatar-hint{color:#8e8e8e;font-size:12px;margin:4px 0 0;text-align:center}.profile-avatar-error{color:#ed4956;font-size:13px;margin:6px 0 0;text-align:center}.profile-display-name{font-size:20px;font-weight:600;color:#262626;margin:0}.profile-story-add-badge{position:absolute;right:-2px;bottom:-2px;width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:#0095f6;color:#fff;display:flex;align-items:center;justify-content:center}.profile-story-add-badge:hover{background:#1877f2}.profile-stats-row{display:flex;justify-content:space-around;padding:16px 0;margin-bottom:16px;border-bottom:1px solid #efefef}.profile-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.profile-stat-number{font-weight:600;font-size:18px;color:#262626}.profile-stat-label{font-size:13px;color:#8e8e8e}.profile-actions-row{display:flex;gap:8px;margin-bottom:12px}.profile-action-btn{flex:1;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #dbdbdb;background:#fff;color:#262626;display:flex;align-items:center;justify-content:center;gap:4px;transition:background .2s}.profile-action-btn:hover{background:#fafafa}.profile-action-btn--primary{background:#0095f6;color:#fff;border-color:#0095f6}.profile-action-btn--primary:hover{background:#1877f2;border-color:#1877f2}.profile-action-btn--secondary{background:#efefef;border-color:#efefef}.profile-action-btn--secondary:hover{background:#dbdbdb}.profile-action-btn:disabled{opacity:.6;cursor:not-allowed}.profile-violations-badge{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ed4956;font-size:13px;font-weight:500}.profile-tabs{display:flex;justify-content:center;background:#fff;border-bottom:1px solid #dbdbdb;max-width:600px;margin:0 auto}.profile-tab{flex:1;padding:12px;background:none;border:none;border-bottom:1px solid transparent;color:#8e8e8e;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.profile-tab--active{color:#262626;border-bottom-color:#262626}.profile-posts-section{max-width:600px;margin:0 auto;background:#fff}.profile-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.profile-post-item{position:relative;aspect-ratio:1;background:#fafafa;overflow:hidden;cursor:pointer}.profile-post-image{width:100%;height:100%;object-fit:cover;display:block}.profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}.profile-empty-icon{color:#8e8e8e;margin-bottom:8px}.profile-empty-title{color:#262626;font-size:20px;font-weight:600;margin:0}.profile-empty-text{color:#8e8e8e;font-size:14px;margin:0;text-align:center}@media (max-width: 600px){.profile-nav,.profile-content,.profile-tabs,.profile-posts-section{border-left:none;border-right:none}}.messages-page{background:#fff;min-height:100vh;max-width:600px;margin:0 auto;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.messages-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 106px);gap:16px;font-size:48px}.messages-loading p{font-size:16px;color:#8e8e8e}.messages-search{padding:12px 16px;border-bottom:1px solid #dbdbdb;display:flex;align-items:center;gap:12px;background:#fff;position:sticky;top:0;z-index:10}.messages-search-icon{color:#8e8e8e;font-size:14px}.messages-search-input{flex:1;border:none;background:transparent;font-size:14px;outline:none}.messages-search-input::placeholder{color:#8e8e8e}.messages-search-results{border-bottom:1px solid #dbdbdb;max-height:200px;overflow-y:auto}.messages-searching,.messages-no-results{padding:16px;text-align:center;color:#8e8e8e;font-size:14px}.messages-search-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s}.messages-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.messages-username{font-weight:600;font-size:14px;color:#262626}.messages-list{flex:1}.messages-conversation-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #efefef}.messages-conversation-info{flex:1;min-width:0}.messages-conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.messages-conversation-name{font-weight:600;font-size:14px;color:#262626}.messages-conversation-time{font-size:12px;color:#8e8e8e}.messages-conversation-preview{margin:0;font-size:14px;color:#8e8e8e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#8e8e8e;text-align:center}.messages-empty h3{margin:16px 0 8px;color:#262626;font-weight:600}.messages-empty p{margin:0;font-size:14px}@media (max-width: 600px){.messages-page{border-left:none;border-right:none}}.chat-view{display:flex;flex-direction:column;height:100vh;max-width:600px;margin:0 auto;background:#fff;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;font-size:48px}.chat-loading p{font-size:16px;color:#8e8e8e}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #dbdbdb;background:#fff;position:fixed;top:0;left:0;right:0;max-width:600px;margin:0 auto;z-index:10}.chat-back-button{background:none;border:none;font-size:20px;color:#262626;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.chat-back-button:hover{transform:scale(1.1)}.chat-header-info{display:flex;align-items:center;gap:12px;flex:1}.chat-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.chat-username{font-weight:600;font-size:16px;color:#262626}.chat-messages{flex:1;overflow-y:auto;padding:68px 16px 80px;background:#fafafa}.chat-date-divider{display:flex;justify-content:center;margin:16px 0}.chat-date-divider span{background:#e0e0e0;color:#262626;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.chat-message{display:flex;margin-bottom:8px}.chat-message-own{justify-content:flex-end}.chat-message-other{justify-content:flex-start}.chat-message-bubble{max-width:75%;padding:10px 14px;border-radius:18px;position:relative}.chat-message-own .chat-message-bubble{background:#0095f6;color:#fff;border-bottom-right-radius:4px}.chat-message-other .chat-message-bubble{background:#efefef;color:#262626;border-bottom-left-radius:4px}.chat-message-text{margin:0 0 4px;font-size:14px;line-height:1.4;word-wrap:break-word;white-space:pre-wrap}.chat-message-time{font-size:11px;opacity:.7;display:block;text-align:right}.chat-input-container{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #dbdbdb;background:#fff;position:fixed;bottom:0;left:0;right:0;max-width:600px;margin:0 auto}.chat-input{flex:1;padding:10px 16px;border:1px solid #dbdbdb;border-radius:20px;font-size:14px;outline:none;background:#fafafa;transition:border-color .2s}.chat-input:focus{border-color:#0095f6;background:#fff}.chat-input:disabled{opacity:.6;cursor:not-allowed}.chat-send-button{background:#0095f6;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .1s}.chat-send-button:hover:not(:disabled){background:#1877f2}.chat-send-button:disabled{background:#b3d9ff;cursor:not-allowed}@media (max-width: 600px){.chat-view,.chat-header,.chat-input-container{border-left:none;border-right:none}}.header{width:100%;background:#fff;height:54px;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #dbdbdb}.header__inner{display:flex;justify-content:space-between;align-items:center;height:54px;padding:0 16px;max-width:600px;margin:0 auto}.header__brand{font-family:Billabong,cursive,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:500;line-height:1;color:#262626;cursor:default;-webkit-user-select:none;user-select:none;letter-spacing:.5px}.header__actions{display:flex;align-items:center;gap:20px}.header__icon-btn{background:none;border:none;cursor:pointer;color:#262626;padding:8px;display:flex;align-items:center;justify-content:center;text-decoration:none}.header__icon-btn:hover{opacity:.7}.bottom-nav{width:100%;background:#fff;height:64px;position:fixed;bottom:0;left:0;right:0;z-index:3000;border-top:1px solid #dbdbdb;box-shadow:0 -2px 10px #00000014;padding-bottom:env(safe-area-inset-bottom,0px)}.bottom-nav__inner{display:flex;justify-content:space-around;align-items:center;height:64px;max-width:600px;margin:0 auto;padding:0 12px}.bottom-nav__link{display:flex;align-items:center;justify-content:center;flex:1;height:100%;color:#262626;text-decoration:none;transition:opacity .15s}.bottom-nav__icon-wrap{display:inline-flex;align-items:center;justify-content:center}.bottom-nav__avatar-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.bottom-nav__link:hover{opacity:.7}.bottom-nav__link--active{color:#262626}.bottom-nav__avatar{width:26px;height:26px;border-radius:50%;background:#efefef;display:flex;align-items:center;justify-content:center;font-size:14px;border:2px solid transparent}.bottom-nav__avatar--active{border:2px solid #262626}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fafafa}.content-container{padding-top:54px;padding-bottom:96px;min-height:100vh}.content-container--chat,.content-container--no-header{padding-top:0;padding-bottom:0}.auth-container{max-width:350px;margin:40px auto;padding:20px;background-color:#fff;border:1px solid #dbdbdb;border-radius:3px;text-align:center}.auth-container h2{margin-bottom:20px;color:#262626}.auth-container input{width:100%;padding:10px;margin-bottom:10px;border:1px solid #dbdbdb;border-radius:3px;background-color:#fafafa}.auth-container button{width:100%;padding:8px;background-color:#0095f6;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;margin-top:10px}.auth-error{color:#ed4956;margin-bottom:15px}.auth-link{color:#0095f6;font-weight:600;cursor:pointer}.create-post-container{background-color:#fff;border:1px solid #dbdbdb;border-radius:3px;padding:20px}.post-editor{display:flex;flex-direction:column;gap:20px}.image-upload{display:flex;justify-content:center;align-items:center;min-height:300px;border:1px dashed #dbdbdb;border-radius:3px}.image-preview{max-width:100%;max-height:400px}.upload-area{text-align:center}.upload-btn{padding:8px 15px;background-color:#0095f6;color:#fff;border:none;border-radius:4px;cursor:pointer}.caption-input{width:100%;min-height:100px;padding:10px;border:1px solid #dbdbdb;border-radius:3px;resize:vertical}.post-button{width:100%;padding:8px;background-color:#0095f6;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;margin-top:10px}.result-notification{margin-top:20px;padding:15px;border-radius:8px;text-align:center}.result-notification.approved{background-color:#d4edda;color:#155724}.result-notification.rejected{background-color:#f8d7da;color:#721c24}.result-notification.banned{background-color:#dc3545;color:#fff}.result-notification.error{background-color:#fff3cd;color:#856404}.result-notification p:last-child{margin-top:8px;font-weight:700}
