@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{padding:0;margin:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;width:100vw;background:#fff}.temp-page{display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:48px}.blur-background{filter:blur(8px);transition:filter 1.2s ease-in-out;pointer-events:none}.global-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fadeInOverlay .5s ease-in-out forwards}.global-overlay h2{margin-top:1.5rem;font-size:1.8rem;color:#0f172a;font-weight:700;letter-spacing:-.5px;animation:slideUpFade .5s ease-out .2s both}.global-spinner{width:60px;height:60px;border:4px solid rgba(84,69,255,.15);border-top-color:#5445ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.create-post-overlay{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:cpFadeIn .2s ease}@keyframes cpFadeIn{0%{opacity:0}to{opacity:1}}.create-post-modal{background:#fff;border-radius:18px;width:100%;max-width:540px;box-shadow:0 28px 72px #00000038;animation:cpSlideUp .28s cubic-bezier(.34,1.46,.64,1);overflow:hidden;max-height:calc(100vh - 2rem);display:flex;flex-direction:column}@keyframes cpSlideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;flex-shrink:0}.modal-header h2{font-size:1.1rem;font-weight:700;color:#262626;margin:0}.modal-close-btn{all:unset;cursor:pointer;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4a4a4a;font-size:1.05rem;transition:background .15s ease,color .15s ease;flex-shrink:0}.modal-close-btn:hover{background:#f0f0f0;color:#000}.modal-divider{height:1px;background:#e8e8e8;flex-shrink:0}.create-post-form{padding:1.4rem 1.4rem 1.6rem;overflow-y:auto;flex:1}.create-post-form form{display:flex;flex-direction:column;gap:1rem}.upload-area{border:2px dashed #d0d0d0;border-radius:14px;padding:1.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fafafa;transition:border-color .2s ease,background .2s ease;cursor:pointer}.upload-area:hover{border-color:#0095f6;background:#f0f8ff}.upload-icon{font-size:2.2rem;color:#a0a0a0}.upload-hint{font-size:.85rem;color:#8e8e8e;margin:0}.upload-area input[type=file]{display:none}.file-upload-label{display:inline-block;background:#0095f6;color:#fff;padding:.5rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:.3rem}.file-upload-label:hover{background:#0081d6}.caption-textarea{width:100%;padding:.8rem 1rem;border:1px solid #dbdbdb;border-radius:12px;font-size:.95rem;font-family:inherit;resize:none;background:#fff;color:#262626;transition:border-color .2s ease;box-sizing:border-box;line-height:1.5}.caption-textarea:focus{outline:none;border-color:#0095f6}.caption-textarea::placeholder{color:#a8a8a8}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;padding:.65rem 1.3rem;border-radius:10px;font-size:.9rem;font-weight:600;font-family:inherit;color:#3a3a3a;background:#f0f0f0;transition:background .2s ease;text-align:center;white-space:nowrap;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn-cancel:hover{background:#e2e2e2}.btn-submit{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:none;outline:none;cursor:pointer;padding:.65rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;font-family:inherit;color:#fff;background:#0095f6;transition:background .2s ease,transform .1s ease;white-space:nowrap;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn-submit:hover{background:#0081d6}.btn-submit:active{transform:scale(.97)}@media(max-width:768px){.create-post-modal{max-width:460px;border-radius:16px}.modal-header{padding:.9rem 1.2rem}.create-post-form{padding:1.1rem 1.2rem 1.3rem}.upload-area{padding:1.4rem 1rem}}@media(max-width:480px){.create-post-overlay{padding:.75rem}.create-post-modal{max-width:100%;border-radius:14px;max-height:calc(100vh - 1.5rem)}.modal-header{padding:.85rem 1rem}.modal-header h2{font-size:1rem}.create-post-form{padding:1rem 1rem 1.2rem}.upload-area{padding:1.2rem .75rem}.upload-icon{font-size:1.9rem}.caption-textarea{font-size:.9rem}.modal-actions{flex-direction:column-reverse;gap:.6rem}.btn-cancel,.btn-submit{width:100%;padding:.8rem;font-size:.95rem;border-radius:12px;min-height:44px}}@media(max-width:360px){.upload-area{padding:1rem .6rem}.upload-icon{font-size:1.6rem}.upload-hint{font-size:.78rem}.file-upload-label{font-size:.78rem;padding:.4rem .9rem}.caption-textarea{font-size:.85rem;padding:.65rem .8rem}.modal-header h2{font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-layout{display:flex;min-height:100vh;background:#f8fafc}.blue-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:#5445ff;color:#fff;display:flex;flex-direction:column;padding:1.5rem;overflow-y:auto;z-index:100}.sidebar-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:2.5rem}.logo-icon{background:#fff;color:#5445ff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.logo-text{font-size:1.5rem;font-weight:700;color:#fff}.sidebar-profile{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.sidebar-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.3);margin-bottom:1rem}.sidebar-username{font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.sidebar-stats{display:flex;gap:1.5rem;font-size:.9rem;color:#fffc}.sidebar-stats .stat span{font-weight:700;color:#fff;display:block}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.nav-item{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:12px;color:#fff;text-decoration:none;font-weight:500;transition:background .2s;position:relative}.nav-item i{font-size:1.2rem;width:24px}.nav-item:hover,.nav-item.active{background:#ffffff26}.nav-item .badge{background:#fff;color:#5445ff;font-size:.75rem;font-weight:700;padding:.15rem .5rem;border-radius:10px;margin-left:auto}.nav-item.logout{margin-top:auto;background:#5445ff;border:none;outline:none;cursor:pointer;font-size:1rem}.nav-item.logout:hover{background:#6d61ff}.main-content{margin-left:280px;flex:1;padding:1.5rem 2rem;max-width:calc(100% - 280px)}.hamburger-menu{display:none;font-size:1.5rem;color:#334155;cursor:pointer}.close-sidebar-icon{display:none!important;font-size:1.5rem;color:#fff;cursor:pointer}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0 1.5rem;margin-bottom:1.5rem}.search-section-top{display:flex;align-items:center;position:relative;flex:1;max-width:500px}.search-input-top{width:100%;padding:.75rem 3rem .75rem 1.5rem;font-size:.95rem;border:1px solid #e2e8f0;border-radius:30px;outline:none;transition:border .2s;background:#fff}.search-input-top:focus{border-color:#94a3b8}.cta{display:flex;gap:1.2rem;align-items:center}.add-post-btn{background:#5445ff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:30px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.add-post-btn a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.add-post-btn:hover{background:#4338ca}.main-dashboard{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.section-title{font-size:1.1rem;font-weight:600;color:#334155;margin-bottom:1rem;letter-spacing:-.3px}.section-header-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.section-header-row .section-title{margin-bottom:0}.see-all{color:#5445ff;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.3rem}.see-all:hover{text-decoration:underline}.friend-suggestions{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 10px #00000005;border:1px solid #edf2f7}.suggestions-grid{display:grid;grid-template-columns:1fr;gap:1rem}.suggestion-card{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.8rem;border-radius:14px;border:1px solid #f1f5f9;transition:background .2s}.suggestion-card:hover{background:#f1f5f9}.suggestion-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.suggestion-info{flex:1;min-width:0;display:flex;flex-direction:column}.suggestion-name{font-weight:600;font-size:.9rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-handle{font-size:.75rem;color:#64748b}.add-friend-btn{background:#5445ff;border:1.5px solid #94a3b8;color:#fff;width:80px;height:30px;border-radius:30px;font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.add-friend-btn:hover{background:#0f172a;border-color:#0f172a;color:#fff}.feed-column{max-width:600px;margin:0 auto;width:100%}.post-card{background:#fff;border-radius:20px;margin-bottom:2rem;border:1px solid #edf2f7;overflow:hidden;padding:1.5rem}.post-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.post-card-header-left{display:flex;align-items:center;gap:1rem}.post-profile-img{width:48px;height:48px;border-radius:50%;object-fit:cover}.post-author-name{font-weight:700;color:#0f172a;display:block}.post-author-role{font-size:.85rem;color:#64748b;display:block}.post-options-icon{color:#94a3b8;cursor:pointer;padding:.5rem}.post-card-body{margin-bottom:1rem}.post-caption-text{color:#334155;line-height:1.6;font-size:.95rem;margin-bottom:1rem}.post-image{width:100%;max-height:500px;object-fit:cover;border-radius:16px}.post-card-footer{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.post-action{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s}.post-action i{font-size:1.1rem}.post-action:hover{color:#0f172a}.fa-solid.fa-thumbs-up.liked,.fa-solid.fa-bookmark.saved{color:#5445ff}.post-comment-section{display:flex;align-items:center;gap:1rem;margin-top:2 rem;height:42px}.comment-input-wrapper{flex:1;display:flex;align-items:center;gap:.5rem}.comment-input{flex:1;padding:0 1rem;border:1px solid #e2e8f0;border-radius:8px;outline:none;font-size:.95rem}.comment-actions{display:flex;align-items:center;gap:.8rem;color:#64748b}.comment-actions i{cursor:pointer;font-size:1.1rem;transition:color .2s}.comment-actions i:hover{color:#0f172a}.submit-comment-btn{width:32px;height:32px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5445ff;border:1px solid #e2e8f0;transition:all .2s}.submit-comment-btn i{font-size:.9rem;color:#5445ff}.submit-comment-btn:hover{background:#5445ff}.submit-comment-btn:hover i{color:#fff}.no-posts{text-align:center;padding:3rem;background:#fff;border-radius:20px;color:#64748b}.right-column{display:flex;flex-direction:column;gap:2rem}.activity-stats{margin:.8rem 0 .2rem}.followers-count{font-size:1.8rem;font-weight:700;color:#0f172a;line-height:1.2}.followers-change{color:#10b981;font-weight:500;font-size:.95rem;margin-top:.2rem}.activity-message{color:#475569;font-size:.95rem;border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.event-item{display:flex;justify-content:space-between;align-items:center;background:#f1f5f9;padding:1rem;border-radius:14px}.event-name{font-weight:500;color:#1e293b}.event-date{color:#475569;font-size:.9rem;background:#fff;padding:.2rem .8rem;border-radius:30px;border:1px solid #cbd5e1}.suggested-user-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.suggested-user-item:last-child{border-bottom:none}.suggested-user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.suggested-user-info{flex:1;display:flex;flex-direction:column}.suggested-user-name{font-weight:600;font-size:.9rem;color:#0f172a}.suggested-user-handle{font-size:.75rem;color:#64748b}.follow-btn{background:#3b82f6;color:#fff;border:none;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .2s}.follow-btn:hover{background:#2563eb}.footer-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0;text-align:center;color:#64748b}@media screen and (max-width:1200px){.main-dashboard{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width:1000px){.blue-sidebar{width:80px;padding:1.5rem .5rem;align-items:center}.logo-text,.sidebar-username,.sidebar-stats,.nav-item span{display:none}.nav-item{justify-content:center;padding:.8rem}.main-content{margin-left:80px;max-width:calc(100% - 80px)}}@media screen and (max-width:800px){.search-section-top{width:200px}.main-dashboard{grid-template-columns:1fr}.right-column{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}}@media screen and (max-width:550px){.hamburger-menu{display:block}.close-sidebar-icon{display:block!important}.blue-sidebar{display:flex;transform:translate(-100%);transition:transform .3s ease-in-out;width:280px;align-items:flex-start;padding:1.5rem}.blue-sidebar.open{transform:translate(0);box-shadow:4px 0 15px #0003}.sidebar-logo{width:100%;justify-content:space-between}.logo-text,.sidebar-username,.sidebar-stats,.nav-item span{display:block}.sidebar-stats{display:flex}.nav-item{justify-content:flex-start;padding:.8rem 1rem;width:100%}.sidebar-profile{width:100%}.main-content{margin-left:0;max-width:100%;padding:1rem}.right-column{grid-template-columns:1fr}.navbar{flex-wrap:nowrap;gap:.8rem}.search-section-top{width:auto;flex:1;order:unset}.search-input-top{padding:.6rem 1rem;font-size:.85rem}.add-post-btn{padding:.6rem .8rem}.add-post-text{display:none}.cta{gap:.5rem}.event-item{flex-direction:column;align-items:flex-start;gap:.5rem}.post-card-header{padding:.75rem}}.fa-heart{transition:transform .2s}.fa-heart:active{transform:scale(1.2)}.delete-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeInOverlay .2s ease-out}.delete-modal-card{background:#fff;width:90%;max-width:400px;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 25px #0000001a;animation:slideUpFade .3s ease-out}.delete-modal-icon{width:60px;height:60px;background:#fee2e2;color:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1.5rem}.delete-modal-card h2{color:#0f172a;font-size:1.5rem;margin-bottom:.8rem}.delete-modal-card p{color:#64748b;font-size:.95rem;line-height:1.5;margin-bottom:2rem}.delete-modal-actions{display:flex;gap:1rem}.delete-modal-actions button{flex:1;padding:.8rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.delete-modal-actions button:disabled{opacity:.7;cursor:not-allowed}.delete-modal-actions .btn-cancel{background:#f1f5f9;color:#475569}.delete-modal-actions .btn-cancel:hover:not(:disabled){background:#e2e8f0}.delete-modal-actions .btn-delete{background:#ef4444;color:#fff}.delete-modal-actions .btn-delete:hover:not(:disabled){background:#dc2626}*{margin:0;padding:0;box-sizing:border-box}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(#0006,#000000e6),url(/assets/background-D_qW9JdS.png);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;flex-direction:column;padding:10px 20px}.auth-card{position:relative;width:100%;max-width:1000px;min-height:90vh;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000004d;overflow:hidden;display:flex}.auth-panel{padding:40px;transition:transform .6s ease-in-out,opacity .6s ease-in-out;opacity:1}.login-panel{transform:translate(0);width:50%}.login-panel.inactive{transform:translate(-100%);opacity:0}.signup-panel{transform:translate(0);width:50%}.signup-panel.inactive{transform:translate(100%);opacity:0}.logo{font-size:35px;color:#5046e4;margin-bottom:30px;font-weight:700}.form-content h2{font-size:28px;color:#333;margin-bottom:10px;font-weight:600}.subtitle{color:#666;font-size:14px;margin-bottom:30px;line-height:1.6}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.form-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s}.form-input:focus{outline:none;border-color:#667eea}.name-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.submit-btn{width:100%;padding:14px;background:#5046e4;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-bottom:20px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.social-login{text-align:center}.social-login p{color:#666;font-size:14px;margin-bottom:15px}.social-icons{display:flex;justify-content:center;gap:15px}.social-icon{width:40px;height:40px;border:1px solid #ddd;border-radius:50%;background:#fff;color:#333;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.social-icon:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 5px 10px #0000001a}.toggle-panel{position:absolute;top:0;width:50%;height:100%;background:#5046e4;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;transition:transform .6s ease-in-out;z-index:10}.toggle-panel.login-active{transform:translate(100%)}.toggle-panel.signup-active{transform:translate(0)}.toggle-content{padding:40px;width:100%}.toggle-content h2{font-size:32px;margin-bottom:20px;font-weight:600}.toggle-content p{font-size:16px;margin-bottom:30px;line-height:1.6;opacity:.9}.toggle-btn{padding:12px 40px;background:transparent;color:#fff;border:2px solid white;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.toggle-btn:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 20px #0003}@media(max-width:768px){.auth-card{flex-direction:column;min-height:auto}.login-panel,.signup-panel{width:100%!important;position:relative!important;transform:none!important;opacity:1!important}.login-panel.inactive,.signup-panel.inactive,.otp-panel.inactive{display:none}.toggle-panel{position:relative;width:100%;transform:none!important}.name-fields{grid-template-columns:1fr}}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;display:inline-block;vertical-align:middle}.error-text{width:100%;color:#ff4d4f;font-size:13px;margin-top:4px;text-align:left}.auth-card.otp-mode{max-width:500px;min-height:auto;transition:max-width .5s ease,min-height .5s ease}.otp-panel{position:absolute;inset:0;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:40px 48px;opacity:0;pointer-events:none;transform:translateY(30px);transition:opacity .45s ease,transform .45s ease;z-index:5;background:#fff;border-radius:20px}.otp-panel.active{opacity:1;pointer-events:all;transform:translateY(0)}.otp-panel.inactive{opacity:0;pointer-events:none}.signup-panel.otp-exit{opacity:0;transform:translate(100%)}.otp-icon-wrap{width:64px;height:64px;border-radius:16px;background:#eeedfb;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.otp-mail-icon{width:32px;height:32px}.otp-form-content{width:100%}.otp-inputs{display:flex;gap:10px;margin:28px 0 8px;justify-content:center}.otp-box{width:52px;height:60px;border:2px solid #ddd;border-radius:12px;font-size:24px;font-weight:700;text-align:center;color:#333;background:#fafafa;outline:none;transition:border-color .25s,box-shadow .25s,transform .15s;caret-color:#5046e4}.otp-box:focus{border-color:#5046e4;box-shadow:0 0 0 4px #5046e41f;background:#fff}.otp-box--filled{border-color:#5046e4;background:#fff}.otp-error{text-align:center;margin-bottom:6px}.otp-submit-btn{margin-top:18px}.otp-resend{text-align:center;font-size:13px;color:#777;margin-top:8px}.resend-btn{background:none;border:none;color:#5046e4;font-weight:600;cursor:pointer;font-size:13px;padding:0;text-decoration:underline;text-underline-offset:2px}.resend-btn:hover{color:#3730b8}.otp-back-btn{background:none;border:none;color:#999;font-size:13px;cursor:pointer;margin-top:18px;padding:0;display:block;transition:color .2s}.otp-back-btn:hover{color:#5046e4}@media(max-width:768px){.otp-panel.active{padding:32px 24px;position:relative;transform:none;inset:auto}.otp-box{width:44px;height:52px;font-size:20px}.auth-card.otp-mode{max-width:100%}}.footer{width:100%;max-width:1000px;margin-top:24px;text-align:center;font-size:14px;color:#fffc}.footer a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s}.footer a:hover{opacity:.7;text-decoration:underline}body,html{margin:0;padding:0;width:100%;height:100%}#root{margin:0;padding:0;max-width:none;width:100%;height:100%}.create-profile-container{background:radial-gradient(#0000001a,#000000e6),url(/assets/background-D_qW9JdS.png);min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:Inter,sans-serif;color:#fff;padding:20px;box-sizing:border-box}.create-profile-card{width:100%;max-width:420px;background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px;box-shadow:0 20px 40px #0006;animation:slideUpFade .6s ease-out}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.title{font-size:28px;font-weight:700;text-align:center;margin:0;background:#5046e4;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{text-align:center;font-size:14px;color:#333;margin-top:8px;margin-bottom:32px}.profile-form{display:flex;flex-direction:column;gap:24px}.avatar-section{display:flex;justify-content:center;margin-bottom:8px}.avatar-preview{width:110px;height:110px;border-radius:50%;background:#0000001a;border:2px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.avatar-preview:hover{border-color:#5046e4;background:#a78bfa1a;transform:scale(1.05)}.avatar-preview.has-image{border:2px solid #5046E4}.avatar-img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#333;transition:color .3s ease}.avatar-preview:hover .avatar-placeholder{color:#5046e4}.avatar-placeholder svg{stroke-width:1.5}.avatar-placeholder span{font-size:13px;font-weight:500}.hidden-file-input{display:none}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:14px;font-weight:600;color:#333}.input-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;flex-wrap:wrap}.error-text{width:100%;color:#e74c3c;font-size:13px;margin-top:4px;padding:0;line-height:1.2;text-align:left}.input-icon{position:absolute;left:10px;top:14px;color:#333;transition:color .3s ease;pointer-events:none}.input-wrapper input{width:100%;background:#0000001a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 16px 14px 48px;font-size:15px;color:gray;transition:all .3s ease;font-family:Inter,sans-serif;box-sizing:border-box}.input-wrapper input:focus{outline:none;border-color:#a78bfa;color:#333;font-weight:600;box-shadow:0 0 0 4px #a78bfa26}.input-wrapper:focus-within .input-icon{color:#a78bfa}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.6;transition:opacity .3s ease}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.create-btn{width:100%;padding:16px;margin-top:12px;border:none;border-radius:12px;background:#5046e4;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;font-family:Inter,sans-serif;box-shadow:0 4px 15px #8b5cf64d;display:flex;align-items:center;justify-content:center}.create-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf680}.create-btn:active{transform:translateY(0)}.create-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.create-btn:hover:after{opacity:1}.create-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important;box-shadow:none!important}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s ease-in-out infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.pp-page{min-height:100vh;background:radial-gradient(#0006,#000000e6),url(/assets/background-D_qW9JdS.png);background-size:cover;background-position:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px 60px}.pp-container{width:100%;max-width:820px;display:flex;flex-direction:column;gap:0;animation:ppFadeIn .5s ease}@keyframes ppFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.pp-logo{font-size:28px;font-weight:700;color:#5046e4;background-color:#fff;padding:3px 20px;border-radius:25px;cursor:pointer;letter-spacing:-.5px;transition:opacity .2s;-webkit-user-select:none;user-select:none}.pp-logo:hover{opacity:.8}.pp-badge{background:#fff;color:#2612ff;border:1px solid rgba(80,70,228,.35);padding:5px 14px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.3px}.pp-hero{background:#fff;border-radius:20px 20px 0 0;padding:40px 48px 36px;text-align:center;border-bottom:1px solid #f0f0f0}.pp-hero-icon{width:68px;height:68px;background:#eeedfb;border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.pp-shield-icon{width:34px;height:34px}.pp-title{font-size:30px;font-weight:700;color:#1a1a2e;margin-bottom:12px;letter-spacing:-.5px}.pp-subtitle{font-size:15px;color:#666;line-height:1.7;max-width:560px;margin:0 auto}.pp-subtitle strong{color:#5046e4;font-weight:600}.pp-toc{background:#fff;padding:24px 48px;border-bottom:1px solid #f0f0f0}.pp-toc-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#aaa;margin-bottom:14px}.pp-toc-links{display:flex;flex-wrap:wrap;gap:8px}.pp-toc-link{font-size:13px;color:#5046e4;text-decoration:none;background:#5046e412;padding:5px 12px;border-radius:20px;border:1px solid rgba(80,70,228,.18);font-weight:500;transition:background .2s,transform .15s,box-shadow .2s}.pp-toc-link:hover{background:#5046e426;transform:translateY(-1px);box-shadow:0 4px 12px #5046e41f}.pp-sections{background:#fff;padding:0 48px;display:flex;flex-direction:column;gap:0}.pp-section{padding:32px 0;border-bottom:1px solid #f5f5f5;scroll-margin-top:20px}.pp-section:last-child{border-bottom:none}.pp-section-title{font-size:17px;font-weight:700;color:#1a1a2e;margin-bottom:12px;display:flex;align-items:center;gap:10px}.pp-section-title:before{content:"";display:inline-block;width:4px;height:18px;background:#5046e4;border-radius:4px;flex-shrink:0}.pp-section-text{font-size:14.5px;color:#555;line-height:1.75;margin-bottom:0}.pp-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:10px}.pp-list-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#555;line-height:1.65}.pp-bullet-dot{width:7px;height:7px;border-radius:50%;background:#5046e4;flex-shrink:0;margin-top:7px}.pp-footer{background:#fff;border-radius:0 0 20px 20px;padding:28px 48px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0}.pp-footer p{font-size:13px;color:#aaa}.pp-back-btn{background:transparent;border:2px solid #5046e4;color:#5046e4;padding:9px 22px;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s}.pp-back-btn:hover{background:#5046e4;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #5046e44d}@media(max-width:640px){.pp-hero,.pp-toc,.pp-sections,.pp-footer{padding-left:24px;padding-right:24px}.pp-title{font-size:24px}.pp-hero{padding-top:32px;padding-bottom:28px}.pp-footer{flex-direction:column;gap:16px;text-align:center}.pp-toc-links{gap:6px}}.lp-root{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#0f172a;min-height:100vh;overflow-x:hidden}.lp-gradient-text{background:linear-gradient(135deg,#5445ff,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 5%;background:#f8fafccc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}.lp-nav-logo{font-size:1.4rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#5445ff,#7c6bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-nav-actions{display:flex;align-items:center;gap:.75rem}.lp-nav-link{appearance:none;-webkit-appearance:none;background:transparent;border:none;color:#475569;font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;padding:.5rem .8rem;border-radius:8px;transition:color .2s,background .2s;touch-action:manipulation}.lp-nav-link:hover{color:#0f172a;background:#0000000a}.lp-cta-btn{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#5445ff,#7c6bff);color:#fff;border:none;border-radius:10px;padding:.6rem 1.3rem;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s;box-shadow:0 4px 20px #5445ff40;touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap}.lp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #5445ff66}.lp-cta-btn:active{transform:scale(.97)}.lp-cta-large{padding:.85rem 2rem;font-size:1rem;border-radius:12px}.lp-cta-white{background:#fff;color:#5445ff;box-shadow:0 4px 20px #fff3}.lp-cta-white:hover{box-shadow:0 8px 28px #ffffff59}.lp-ghost-btn{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1.5px solid #cbd5e1;color:#475569;border-radius:12px;padding:.85rem 1.6rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,background .2s,color .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap}.lp-ghost-btn:hover{border-color:#94a3b8;background:#00000008;color:#0f172a}.lp-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:7rem 5% 4rem;overflow:hidden;--mx: 0px;--my: 0px}.lp-hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;animation:blobFloat 8s ease-in-out infinite;pointer-events:none}.lp-blob-1{width:500px;height:500px;background:radial-gradient(circle,#5445ff,#7c6bff);top:-100px;left:-120px;animation-delay:0s;transform:translate(var(--mx),var(--my));transition:transform .15s ease}.lp-blob-2{width:380px;height:380px;background:radial-gradient(circle,#a78bfa,#818cf8);top:40%;right:-60px;animation-delay:-3s;transform:translate(calc(var(--mx) * -.5),calc(var(--my) * -.5));transition:transform .2s ease}.lp-blob-3{width:280px;height:280px;background:radial-gradient(circle,#60a5fa,#34d399);bottom:5%;left:35%;animation-delay:-5s}@keyframes blobFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.04)}}.lp-hero-content{position:relative;z-index:2;flex:1;max-width:560px}.lp-badge{display:inline-flex;align-items:center;gap:.4rem;background:#5445ff14;border:1px solid rgba(84,69,255,.15);color:#5445ff;font-size:.8rem;font-weight:600;padding:.35rem .9rem;border-radius:30px;margin-bottom:1.5rem;letter-spacing:.3px}.lp-hero-title{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;line-height:1.1;letter-spacing:-1.5px;margin-bottom:1.4rem;color:#0f172a}.lp-hero-sub{font-size:1.05rem;color:#475569;line-height:1.75;margin-bottom:2rem;max-width:480px}.lp-hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.lp-proof{display:flex;align-items:center;gap:.9rem;font-size:.88rem;color:#64748b}.lp-proof strong{color:#0f172a}.lp-proof-avatars{display:flex}.lp-avatar-chip{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#5445ff,#a78bfa);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;border:2px solid #f8fafc;margin-left:-8px}.lp-proof-avatars .lp-avatar-chip:first-child{margin-left:0}.lp-hero-visual{position:relative;z-index:2;flex:1;max-width:520px}.lp-app-mockup{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 40px 80px #0000000f,0 0 0 1px #00000005 inset;animation:mockupFloat 6s ease-in-out infinite}@keyframes mockupFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.lp-mockup-bar{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.lp-dot{width:10px;height:10px;border-radius:50%}.lp-dot-red{background:#ff5f57}.lp-dot-yellow{background:#febc2e}.lp-dot-green{background:#28c840}.lp-mockup-url{font-size:.7rem;color:#94a3b8;margin-left:.5rem;font-family:monospace}.lp-mockup-body{display:flex;height:300px}.lp-mockup-sidebar{width:60px;background:#5445ff;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.lp-ms-logo{width:28px;height:28px;background:#ffffff40;border-radius:8px;margin-bottom:.5rem}.lp-ms-item{width:28px;height:8px;background:#ffffff2e;border-radius:4px}.lp-mockup-feed{flex:1;padding:.75rem;background:#f8fafc;display:flex;flex-direction:column;gap:.6rem;overflow:hidden}.lp-mockup-post{background:#fff;border-radius:10px;padding:.6rem;border:1px solid #edf2f7}.lp-mp-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.lp-mp-avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#5445ff,#a78bfa);flex-shrink:0}.lp-mp-meta{display:flex;flex-direction:column;gap:2px}.lp-mp-name{width:60px;height:6px;background:#334155;border-radius:3px}.lp-mp-handle{width:40px;height:5px;background:#cbd5e1;border-radius:3px}.lp-mp-img{width:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:6px;margin-bottom:.4rem}.lp-mp-actions{display:flex;gap:.75rem;font-size:.65rem;color:#94a3b8}.lp-chip{position:absolute;background:#fff;color:#1e293b;font-size:.78rem;font-weight:600;padding:.5rem .9rem;border-radius:30px;box-shadow:0 8px 24px #00000014;display:flex;align-items:center;gap:.4rem;white-space:nowrap;z-index:3;border:1px solid #edf2f7}.lp-chip-1{top:10%;right:-30px;animation:chipFloat 4s ease-in-out infinite}.lp-chip-2{bottom:28%;left:-40px;animation:chipFloat 4s ease-in-out infinite 1.5s}.lp-chip-3{bottom:8%;right:-20px;animation:chipFloat 4s ease-in-out infinite 2.8s}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#ffffff80}.lp-stat-item{flex:1;min-width:140px;padding:2rem 1rem;text-align:center;border-right:1px solid #e2e8f0}.lp-stat-item:last-child{border-right:none}.lp-stat-value{display:block;font-size:2rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,#5445ff,#7c6bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-stat-label{font-size:.85rem;color:#64748b;margin-top:.25rem;display:block}.lp-features{padding:6rem 5%;text-align:center}.lp-section-label{display:inline-block;color:#5445ff;font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem}.lp-section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:3.5rem;color:#0f172a}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.lp-feature-card{background:#fff;border:1px solid #edf2f7;border-radius:18px;padding:2rem 1.5rem;text-align:left;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;box-shadow:0 4px 6px #00000005}.lp-feature-card:hover{transform:translateY(-6px);background:#fff;border-color:#5445ff;box-shadow:0 10px 25px #5445ff14}.lp-feature-icon{width:48px;height:48px;border-radius:14px;background:#5445ff14;border:1px solid rgba(84,69,255,.15);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#5445ff;margin-bottom:1.2rem}.lp-feature-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.lp-feature-card p{font-size:.875rem;color:#475569;line-height:1.65}.lp-cta-banner{position:relative;margin:0 5% 5rem;padding:4rem 2rem;background:linear-gradient(135deg,#5046e4,#5445ff,#6366f1);border-radius:24px;text-align:center;overflow:hidden;box-shadow:0 24px 64px #5445ff33}.lp-cta-blob{position:absolute;width:400px;height:400px;background:#ffffff14;border-radius:50%;top:-150px;right:-100px;pointer-events:none}.lp-cta-inner{position:relative;z-index:1}.lp-cta-banner h2{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;margin-bottom:.75rem;letter-spacing:-.8px;color:#fff}.lp-cta-banner p{color:#ffffffe6;font-size:1rem;margin-bottom:2rem}.lp-footer{border-top:1px solid #e2e8f0;padding:2rem 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;background:#fff}.lp-footer-logo{font-size:1.2rem}.lp-footer-links{display:flex;gap:1.5rem}.lp-footer-links a{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#5445ff}.lp-footer-copy{font-size:.82rem;color:#94a3b8}@media(max-width:900px){.lp-hero{flex-direction:column;padding:6rem 5% 3rem;text-align:center;gap:3rem}.lp-hero-content{max-width:100%}.lp-hero-sub{margin-left:auto;margin-right:auto}.lp-hero-btns,.lp-proof{justify-content:center}.lp-hero-visual{max-width:440px;width:100%;margin:0 auto}.lp-chip-1{right:-10px}.lp-chip-2{left:-10px}.lp-chip-3{right:-5px}}@media(max-width:640px){.lp-nav{padding:.9rem 4%}.lp-cta-btn{padding:.55rem 1rem;font-size:.85rem}.lp-hero{padding:5.5rem 4% 2.5rem}.lp-hero-title{letter-spacing:-.8px}.lp-hero-btns{flex-direction:column;align-items:center}.lp-ghost-btn,.lp-cta-large{width:100%;justify-content:center}.lp-chip-2{display:none}.lp-stat-item{min-width:50%;padding:1.5rem .5rem;border-right:1px solid #e2e8f0}.lp-stat-item:nth-child(2){border-right:none}.lp-stat-item:nth-child(3){border-top:1px solid #e2e8f0}.lp-stat-item:nth-child(4){border-top:1px solid #e2e8f0;border-right:none}.lp-features{padding:4rem 4%}.lp-cta-banner{margin:0 4% 4rem;padding:3rem 1.5rem;border-radius:18px}.lp-footer{flex-direction:column;align-items:center;text-align:center;padding:2rem 4%}}@media(max-width:400px){.lp-chip{font-size:.7rem;padding:.4rem .7rem}.lp-chip-1,.lp-chip-3{right:-5px}.lp-stat-value{font-size:1.6rem}}
