.splash-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#000a0e;position:relative}.splash-logo{width:70px;height:70px;object-fit:contain}.splash-footer{position:absolute;bottom:40px;font-size:10px;color:#131a1c}.splash-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000a0e;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#0e1a23;padding:24px;border-radius:8px;width:90%;max-width:300px;text-align:center;box-shadow:0 12px 40px #0003}.modal-buttons{margin-top:20px;display:flex;flex-direction:column;gap:12px}.modal-btn{padding:10px 16px;border:none;border-radius:6px;font-size:16px;cursor:pointer}.doc-btn{background-color:#fd7c26;color:#000}.continue-btn{background-color:#1d2b3a;color:#fff}.header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;padding-inline:20px;border-bottom:1px solid #dde7ea;background-color:#ecf4f7;padding-top:15px;position:sticky;top:0;z-index:100}.logo{font-size:24px;font-weight:600;color:#334b53;margin:0}.user-profile{width:30px;height:30px;object-fit:cover}.profile-button{background:transparent;border:none;padding:0;cursor:pointer}.fab{position:fixed;bottom:40px;right:30px;background:0;border:none;cursor:pointer}.fab-icon{width:60px;height:60px;background-color:0}@media (max-width: 600px){.fab{position:fixed;bottom:40px;right:30px;border-radius:50%;width:46px;height:46px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 5px #0000001a}.fab-icon{width:56px;height:56px;background-color:0}}.post-menu-button{border:0;display:flex;cursor:pointer;height:25px;width:25px}.flash-alert-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;max-height:100vh;overflow-y:hidden;z-index:999}.flash-alert{background-color:#fff;color:#1a1a1a;padding:12px 16px;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:10px;z-index:1000;border:1px solid #e0e0e0;animation:slideFadeIn .25s ease-out;max-width:90%;min-width:280px}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.flash-icon{width:18px;height:18px}.flash-text{font-size:14px;flex:1}.flash-close{height:20px;width:auto;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.post-footer{display:flex;align-items:center;gap:12px;padding:8px 0}.like-section{display:flex;align-items:center;gap:4px;cursor:pointer}.like-icon{width:20px;height:20px}.like-count{font-size:14px;color:#555}.comment-box{display:flex;align-items:center;flex:1;resize:none;padding:10px 16px;font-size:12px;border:1px solid #CBD8DD;background:#dfe9ed;border-radius:1000px;color:#334b53;outline:none;cursor:text}.post-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.post-popup{background-color:#e7eff2;width:100%;max-width:500px;border-top-left-radius:20px;border-top-right-radius:20px;padding:16px 24px 32px;box-shadow:0 -2px 10px #0000001a;animation:slideUp .3s ease-out}.popup-handle{width:40px;height:4px;background-color:#aaa;border-radius:2px;margin:0 auto 16px}.popup-menu{display:flex;flex-direction:column}.popup-menu-item{display:flex;align-items:center;gap:16px;cursor:pointer;background:#dfeaee;transition:background-color .2s;padding:16px 12px;border-radius:4px;border-bottom:#CCDCDF 1px solid}.popup-menu-item span{color:#50555c;font-size:12px;font-weight:500}.popup-icon{width:18px;height:18px;object-fit:contain}.popup-menu-item.danger span{color:red}.confirm-alert-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:1001}.confirm-alert{background:#ecf4f7;padding:20px;border-radius:8px;width:90%;max-width:320px;text-align:center;color:#334b53}.confirm-alert h3{margin-top:4px}.alert-buttons{display:flex;justify-content:space-between;margin-top:20px}.cancel-btn,.confirm-btn{flex:1;margin:0 5px;padding:10px;border:none;border-radius:6px;font-weight:700;cursor:pointer}.cancel-btn{background:#d8e3e6;color:#334b53}.confirm-btn{background:#ff4d4f;color:#fff}.capsule{display:flex;align-items:center;background-color:#cbd8dd;padding:6px 12px;border-radius:999px;border:1px solid #A0AAAD;cursor:pointer;max-width:200px}.label{color:#334b53;font-weight:500;font-size:14px}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center}.modal{width:350px;background-color:#ecf4f7;border-radius:8px;padding:16px;max-height:300px;overflow-y:auto;box-shadow:0 4px 10px #0000001a}.category-list{list-style:none;padding:0;margin:0}.option{padding:10px 20px;cursor:pointer}.option:hover{background-color:#d0e2e7}.option-text{font-size:16px;color:#334b53;font-weight:500}.textArea{padding:12px;font-size:16px;max-height:20px;color:#334b53;background:0;width:94%;resize:none;grid-row-start:1;border:0}.textArea:focus{outline:none;box-shadow:none}.send-button{display:flex;justify-content:center;align-items:center;cursor:pointer}.send-button.disabled{opacity:.5;pointer-events:none}.send-icon{width:46px;height:46px}.post-composer-wrapper{position:fixed;bottom:20px;left:20px;right:20px;padding:0 20px;background-color:#cbd8dd;border-radius:20px;z-index:999}.post-composer-container{padding-top:12px}.post-composer-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.composer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:transparent}@media (max-width: 600px){.post-composer-wrapper{position:fixed;bottom:0;left:0;right:0;padding:0 20px;background-color:#cbd8dd;border-top-left-radius:20px;border-top-right-radius:20px;z-index:999}.post-composer-container{padding-top:12px}.post-composer-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}}.isVerified{height:14px;width:auto}.wrap-preview-wrapper{position:relative;width:fit-content;margin:auto;padding-top:30px}.wrap-preview{display:flex;flex-direction:column;justify-content:center;background-color:#f2f8fa;border-radius:8px;padding:25px 30px;max-width:360px;min-height:220px;color:#222;box-shadow:0 8px 16px #0000000d}.wrap-header{display:flex;justify-content:space-between;align-items:center}.wrap-user-info{display:flex;align-items:center;font-weight:600;font-size:14px;color:#222}.wrap-username{margin-right:6px}.wrap-verified{color:#f60;font-size:14px}.wrap-file-icon{width:18px;height:18px}.wrap-content{margin:24px 0;font-size:16px;font-weight:600;color:#50555c}.wrap-footer{font-size:12px;color:#666;margin-bottom:8px}.wrap-footer strong{color:#fd7c26}.wrap-download-icon{display:flex;justify-content:center;margin-top:12px}.wrap-download-icon img{width:28px;height:28px;cursor:pointer}.card{margin-top:28px;padding-bottom:10px;border-bottom:.1rem solid #D8E3E6}.headerRow{display:flex;align-items:top;justify-content:space-between;margin-bottom:15px}.headerLeft{display:flex}.usernameAndVerification{display:flex;align-items:center;gap:3px}.username{font-size:14px;font-weight:600;color:#334b53}.timestamp{font-size:10px;color:#334b53;font-weight:600}.dropText{font-size:16px;color:#334b53;line-height:22px;margin-right:5px;cursor:pointer}.category{color:#ff7a00;font-weight:800;font-size:12px}.dropListContainer{margin:0}.mango-text-loader{display:flex;justify-content:center;gap:6px;margin-top:50px}.letter{font-size:28px;font-weight:700;color:#ff7a00;animation:fade 1.2s infinite;opacity:.6}@keyframes fade{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.explore-container{min-height:100vh;background-color:#ecf4f7;position:relative;z-index:1}.scroll-content{padding-bottom:100px;padding-inline:20px}.section-title{font-size:22px;font-weight:600;margin-top:12px;margin-bottom:20px;color:#334b53}.drop-list-wrapper{min-height:200px}.version{text-align:center;color:#9aa3a7;font-size:14px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.arrowback-container{background:none;border:none;padding:0;margin-bottom:30px;cursor:pointer}.arrowback-img{width:28px;height:28px}.user-capsule{display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.username-and-profilename{display:flex;flex-direction:column}.profilename-and-badge{display:flex;align-items:center;gap:4px}.profile-name{font-size:16px;font-weight:600;color:#2c3e50}.user-name{font-size:12px;font-weight:600;color:#7f8c8d}.bit-of-me{display:flex;flex-direction:column;margin-top:36px}.bit-of-me-label{font-weight:600;font-size:1rem;color:#2c3e50}.bit-of-me-text{font-size:13px;color:#34495e;white-space:pre-wrap}.profile-card{background-color:#dfeaee;border-radius:6px;min-width:315px;padding:16px;display:flex;flex-direction:column;gap:1.2rem}.profile-buttons{display:flex;gap:40px;margin-top:1rem}.edit-btn{flex:1;background-color:#ccdcdf;color:#2c3e50;padding:.6rem 1rem;border:none;border-radius:4px;font-weight:600;font-size:12px;cursor:pointer;transition:background-color .3s}.logout-btn{flex:1;background-color:#600808;color:#d8e3e6;padding:.6rem 1rem;border:none;border-radius:4px;font-weight:600;font-size:12px;cursor:pointer;transition:background-color .3s}.edit-profile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.edit-profile-modal{background:#e7eff2;color:#2c3e50;width:100%;max-height:80%;border-top-left-radius:16px;border-top-right-radius:16px;padding:1.5rem;animation:slideUp .3s ease-in-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.edit-profile-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.2rem;margin-bottom:1rem}.close-profile-edit-modal{background:#2c3e50;border:0;border-radius:9000px;font-size:16px;color:#e7eff2;max-width:40px;cursor:pointer}.edit-profile-fields{display:flex;flex-direction:column;gap:.75rem}.edit-profile-fields input,.edit-profile-fields textarea{padding:.75rem;color:#5f6f75;border-radius:4px;border:1px solid #ccc;font-size:1rem;background:#dae6eb}.update-btn{margin-top:1.5rem;width:100%;padding:.9rem;background:#2c3e50;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer}.update-btn:disabled{background:#95a5a6;cursor:not-allowed}.skeleton{height:40px;background-color:#d6d6d6;border-radius:8px;position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(to right,transparent 0%,#ececec 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-150px}to{left:100%}}.profile-card-loader{background-color:#dfeaee;border-radius:6px;min-width:315px;padding:16px;display:flex;flex-direction:column;gap:1.2rem}.shimmer{animation:shimmer 1.5s infinite linear;background:linear-gradient(to right,#d9e4e8,#c1d3d8,#d9e4e8 40%,#d9e4e8);background-size:200% 100%;border-radius:4px}.profile-name-loader{width:60%;height:20px}.username-loader{width:40%;height:16px}.bitofme-loader{width:100%;height:60px;border-radius:6px}.profile-buttons-loader{display:flex;gap:40px;margin-top:1rem}.button-loader{flex:1;height:36px;border-radius:4px;background-color:#c1d3d8}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.profile-container{max-height:100vh;background-color:#ecf4f7;display:flex;flex-direction:column;align-items:flex-start;padding-top:12px;padding-left:20px;padding-right:20px}.profile-spacer{flex-grow:1}.profile-footer{margin-bottom:60px}.input-container{display:flex;align-items:center;background-color:#dfeaee;border-radius:6px;padding:10px 8px 10px 18px;margin-bottom:36px;border:1px solid #d1d7d9}.input{flex:1;height:30px;color:#1e1e1e;background:none;border:none;outline:none;padding:0;font-weight:500;font-size:16px!important}.input::placeholder{color:#abb0bc;font-size:12px}.icon{background:none;border:none;cursor:pointer}.icon-img{width:20px;height:20px}.custom-button{background-color:#334b53;padding:12px;border-radius:6px;display:flex;justify-content:center;align-items:center;margin-bottom:16px;cursor:pointer;border:none;outline:none;width:100%}.disabled-button{opacity:.6;cursor:not-allowed}.button-text{color:#fd7c26;font-weight:700;font-size:20px}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #FD7C26;border-radius:50%;width:24px;height:24px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-root{max-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.login-container{margin:20px auto 40px;padding:0 20px}.login-title{font-size:37px;font-weight:700;color:#334b53;margin-bottom:4px}.login-subtitle{font-size:15px;font-weight:400;color:#334b53;margin-bottom:50px;margin-top:0}.signup-text{display:flex;justify-content:center;margin-top:20px;color:#1e1e1e;gap:8px;font-size:14px}.signup-link{color:#334b53;font-weight:800;background:none;border:none;cursor:pointer;padding:0;font-size:14px}.forgot-password-text{text-align:right;margin:-18px 0 22px}.forgot-link{background:none;border:none;color:#f57c00;cursor:pointer;font-weight:700;font-size:12px}.signup-root{max-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.signup-container{margin:20px auto 40px;padding:0 20px}.signup-title{font-size:37px;font-weight:700;color:#334b53;margin-bottom:8px;line-height:1.2}.highlight{color:#fd7c26}.signup-subtitle{font-size:15px;font-weight:400;color:#334b53;margin-bottom:42px}.username-preview{margin-top:-16px;margin-bottom:16px;color:#334b53;font-size:14px}.footer-text{text-align:center;margin-top:16px}.login-text{display:flex;justify-content:center;margin-top:20px;color:#1e1e1e;font-size:14px}.link-button{background:none;border:none;color:#334b53;font-weight:800;cursor:pointer;font-size:14px}@media (max-width: 600px){.signup-title{font-size:38px;font-weight:700;color:#334b53;margin-bottom:8px;line-height:1.2}}.dot-loader{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:50px}.dot{width:12px;height:12px;background-color:#ff7a00;border-radius:50%;animation:pulse 1.2s infinite ease-in-out}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{transform:scale(1);opacity:.6}40%{transform:scale(1.5);opacity:1}}.post-content{display:flex;flex-direction:column;height:100vh}.post-header{display:flex;align-items:center;gap:15px;font-weight:600;font-size:14px;color:#7a949d;padding:12px 16px;position:fixed;background:#ecf4f7;height:40px;width:100%;margin:0;border-bottom:#DFE9ED 1px solid}.back-button{font-weight:500;background:none;border:none;font-size:26px;margin-right:.5rem;cursor:pointer;color:#7a949d}.main-post{border-radius:8px;padding:0 16px;margin-bottom:1rem;margin-top:90px}.headerRow{display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.headerLeft{display:flex;align-items:center}.avatar{width:36px;height:36px;border-radius:50%;margin-right:12px}.usernameAndTimeStamp{display:flex;flex-direction:column}.linebreak{height:1px;background:#cbd8dd}.comments-section{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding-top:12px;margin-left:50px;margin-right:20px}.comment{border-radius:4px;margin-bottom:12px}.no-comments{color:#7a949d;font-size:12px}.commentHeader{display:flex;gap:8px;align-items:center;margin-bottom:-12px}.comment-avatar{height:22px;width:auto}.commentUser{font-weight:600;font-size:14px;color:#334b53}.comment-timestamp{font-size:10px;color:#334b53}.commentText{margin-left:30px;color:#334b53;font-size:12px}.comment-input-container{display:flex;align-items:center;position:fixed;bottom:15px;width:100%;background:#dfe9ed;left:16px;right:16px;width:auto;padding:0 8px 2px 0;border-radius:900px;border:#CBD8DD 1px solid}.comment-input{flex:1;border:none;background:0;padding:0 16px;outline:0;color:#334b53;margin-right:.5rem;font-size:1rem}.send-button{display:flex;text-align:right;background:none;border:none;font-size:30px;color:#334b53;cursor:pointer}.comment-warning{position:fixed;top:calc(env(safe-area-inset-top) + 10px);left:50%;transform:translate(-50%);background:#fdd;color:#b40000;padding:10px 20px;border-radius:8px;box-shadow:0 4px 12px #0000001a;font-size:.9rem;font-weight:500;z-index:9999;animation:fadeSlideDown .3s ease}@keyframes fadeSlideDown{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#ecf4f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;height:100%}.no-scroll{overflow:hidden!important;position:fixed!important;height:100vh!important;z-index:999}
