body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.topnav{background:#fff;border-bottom:1px solid #e5e5e5;box-sizing:border-box;height:60px;justify-content:space-between;left:0;padding:10px 20px;position:fixed;top:0;width:100%;z-index:1000}.topnav,.topnav-left{align-items:center;display:flex}.topnav-left{cursor:pointer}.logo-img{height:42px;object-fit:contain;width:auto}.topnav-right{align-items:center;cursor:pointer;display:flex}.profile-pic{background:#fff;border:1px solid #e5e7eb;border-radius:6px;height:42px;min-height:42px;min-width:42px;object-fit:contain;object-position:center;padding:3px;transition:transform .2s ease;width:42px}.profile-pic:hover{transform:scale(1.05)}.default-user-icon{color:#1e5af9;font-size:42px;transition:transform .2s ease}.default-user-icon:hover{transform:scale(1.05)}@media (max-width:400px){.profile-pic{height:38px;min-height:38px;min-width:38px;width:38px}}.bottom-nav{background:#fff;border-top:1px solid #e5e5e5;bottom:0;height:60px;justify-content:space-around;left:0;position:fixed;width:100%;z-index:1000}.bottom-nav,.nav-item{align-items:center;display:flex}.nav-item{color:#555;cursor:pointer;flex-direction:column;transition:all .2s ease}.nav-item .nav-icon{font-size:22px;margin-bottom:4px;transition:color .2s ease}.nav-item .nav-label{color:inherit;font-size:13px}.nav-item.active,.nav-item.active .nav-icon{color:#2563eb}.center-logo{align-items:center;color:#555;cursor:pointer;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:all .2s ease}.center-logo.active{color:#2563eb}.external-icon-top{font-size:20px;margin-bottom:4px;transition:color .2s ease,transform .2s ease}.center-logo:hover .external-icon-top{transform:translateY(-2px)}.nav-label{color:inherit;font-size:13px;font-weight:500}.eyal-logo{border-radius:4px;height:28px;object-fit:contain;width:auto}.wallet-icon-wrapper{display:inline-block;position:relative}.wallet-badge{animation:pulseBadge 2s ease-in-out infinite;background-color:#00c853;border-radius:10px;color:#fff;font-size:10px;font-weight:700;min-width:28px;padding:1px 5px;position:absolute;right:-18px;text-align:center;top:-6px;transition:background-color .3s ease}@keyframes pulseBadge{0%{box-shadow:0 0 0 0 #00c85366;transform:scale(1)}50%{box-shadow:0 0 5px 2px #00c8534d;transform:scale(1.08)}to{box-shadow:0 0 0 0 #00c85366;transform:scale(1)}}#root,body,html{background:#f5faff;color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100%;margin:0}.feed-wrap{margin:auto;max-width:480px;padding-bottom:80px;padding-top:70px}.composer{background:#fff;border-radius:20px!important;box-shadow:0 4px 16px #0000000f!important;display:flex;flex-direction:column;gap:14px!important;margin:12px auto;max-width:460px;padding:14px!important;transition:box-shadow .25s ease;width:calc(100% - 24px)}.composer:hover{box-shadow:0 6px 18px #00000014}.composer-row-1{align-items:center;display:flex;gap:12px;width:100%}.composer-avatar{background:#fff;border-radius:6px;display:block;flex-shrink:0;height:40px;min-height:40px;min-width:40px;object-fit:contain;object-position:center;padding:2px;width:40px}.composer-avatar-icon{color:#007bff;font-size:42px}.composer-input{background:#f1f6ff!important;border:none;border-radius:18px!important;color:#111;flex:1 1;font-size:14px;min-width:0;outline:none;padding:11px 16px!important;transition:.25s ease}.composer-input:focus{background:#e7efff!important}.composer-row-2{align-items:center;border-top:1px solid #eef2f9;display:flex;justify-content:space-between;padding-top:10px;width:100%}.composer-row-2-icons{align-items:center;display:flex;gap:14px}.composer-attach,.composer-location{align-items:center;background:#eef6ff!important;border-radius:12px!important;box-shadow:inset 0 1px 2px #0000000a;cursor:pointer;display:flex;height:40px!important;justify-content:center;transition:.25s ease;width:40px!important}.composer-attach:hover,.composer-location:hover{background:#e0efff!important;transform:translateY(-1px)}.composer-post{background:linear-gradient(90deg,#007bff,#4b9fff);border:none;border-radius:18px!important;box-shadow:0 2px 4px #00000014;color:#fff;cursor:pointer;font-size:14px;font-weight:600!important;height:36px;padding:8px 18px!important;transition:.25s ease}.composer-post:hover{background:linear-gradient(90deg,#0069e0,#3b82f6);transform:translateY(-2px)!important}@media (max-width:400px){.composer{padding:10px!important}.composer-input{font-size:13px}.composer-attach,.composer-location{height:36px!important;width:36px!important}.composer-post{font-size:13px;padding:6px 14px!important}}.chip-row{display:flex;gap:10px;margin:15px 0;overflow-x:auto;padding:10px 14px}.chip{background:#e5f0ff;border:none;border-radius:20px;color:#007bff;cursor:pointer;flex-shrink:0;font-size:14px;padding:8px 14px;transition:.2s ease}.chip.active{background:#007bff;color:#fff;font-weight:600}.chip:active{transform:scale(.95)}.feed-list{display:flex;flex-direction:column;gap:12px;padding:0 12px 20px}.feed-card{animation:fadeIn .4s ease;background:#fff;border-radius:18px;box-shadow:0 2px 10px #0000000d;padding:14px;transition:.25s}.feed-card:hover{box-shadow:0 4px 14px #00000012;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.feed-head{align-items:center;display:flex;gap:10px}.feed-avatar{background:#fff;border-radius:6px;display:block;flex-shrink:0;height:40px;min-height:40px;min-width:40px;object-fit:contain;object-position:center;padding:2px;width:40px}.feed-avatar-icon{color:#007bff;font-size:40px}.feed-head h4{font-size:15px;font-weight:600;margin:0}.feed-head small{color:#6b7280;font-size:12px}.feed-text{font-size:14px;margin:10px 0 8px}.feed-image{border-radius:12px;margin-top:6px;max-height:400px;object-fit:cover;width:100%}.expiry-box{align-items:center;display:flex;gap:10px;margin-top:12px}.expiry-track{background:#eef3ff;border-radius:10px;flex:1 1;height:6px;overflow:hidden}.expiry-fill{background:linear-gradient(90deg,#6cb9ff,#007bff);height:100%;transition:width .6s linear}.expiry-text{color:#6b7280;font-size:13px}.feed-actions{align-items:center;display:flex;gap:10px;margin-top:10px}.like-btn{background:#fff0f3;border-radius:12px;color:#ef4444;padding:8px 14px;transition:.2s ease}.like-btn:hover{background:#ffe4e9;transform:scale(1.05)}.like-btn.liked{animation:pulse .3s ease;background:#ffe4e9}@keyframes pulse{50%{transform:scale(1.15)}}.feed-actions button{background:#f2f5fa;border:none;border-radius:12px;color:#374151;padding:8px 14px}.image-preview-box{border-radius:14px;box-shadow:0 2px 10px #0000001a;margin:10px auto;max-width:340px;overflow:hidden;position:relative}.image-preview{width:100%}.remove-preview-btn{background:#ffffffe6;border-radius:50%;cursor:pointer;position:absolute;right:6px;top:6px}.location-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.location-modal{background:#fff;border-radius:18px;max-width:320px;padding:20px;width:85%}.url-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.url-modal-box{background:#fff;border-radius:16px;box-shadow:0 6px 18px #00000026;max-width:560px;padding:16px;width:92%}.url-modal-input{border:1px solid #e6eefb;border-radius:10px;padding:10px 12px;width:100%}.url-preview-card{background:#fbfeff;border:1px solid #e9f0fb;border-radius:12px;cursor:pointer;display:flex;gap:10px;margin-top:10px;padding:10px}.url-viewer-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.url-viewer-box{background:#fff;border-radius:12px;display:flex;flex-direction:column;height:86%;overflow:hidden;width:95%}.url-viewer-body{flex:1 1}.url-viewer-body iframe{border:none;height:100%;width:100%}@media (max-width:400px){.feed-avatar{height:36px;min-height:36px;min-width:36px;width:36px}}.videos-container{align-items:center;background:#fff;display:flex;flex-direction:column;min-height:100vh;padding-bottom:70px}.video-card{background:#000;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:15px 0;max-width:420px;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:100%}.video-card:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.video-player{background:#000;border:none;display:block;height:auto;max-height:80vh;object-fit:contain;outline:none;width:100%}.video-info{align-items:center;bottom:8px;color:#fff;display:flex;font-size:12px;justify-content:space-between;left:10px;position:absolute;right:10px;text-shadow:0 1px 3px #000c;z-index:2}.no-videos{color:#555;font-size:15px;margin-top:40px;text-align:center}.add-video-btn{background:#1976d2;border:none;border-radius:50%;bottom:90px;box-shadow:0 4px 12px #00000040;color:#fff;cursor:pointer;font-size:20px;height:56px;position:fixed;right:20px;transition:all .2s ease-in-out;width:56px;z-index:999}.add-video-btn:hover{background:#0d62b0;transform:scale(1.08)}.video-wrapper{position:relative}.mute-btn{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;border:none;border-radius:50%;bottom:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;position:absolute;right:12px;transition:background .2s ease,transform .2s ease;width:36px;z-index:3}.mute-btn:hover{background:#000c;transform:scale(1.1)}@media (max-width:480px){.video-card{border-radius:10px}.mute-btn{font-size:14px;height:32px;width:32px}.add-video-btn{bottom:80px;height:52px;width:52px}}.profile-page{background:linear-gradient(180deg,#f7fbff,#eef4ff);font-family:Inter,sans-serif;min-height:100vh;padding:90px 20px 100px;text-align:center}.profile-header{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;margin-bottom:28px;padding:25px 20px;transition:transform .25s ease,box-shadow .25s ease}.profile-header:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-2px)}.pf-avatar{background:#fff;border:3px solid #007bff;border-radius:50%;box-shadow:0 0 8px #007bff4d;height:100px;margin-bottom:10px;object-fit:cover;width:100px}.pf-avatar-icon{color:#007bff;font-size:100px;margin-bottom:10px}.profile-header .camera-icon{color:#007bff;cursor:pointer;font-size:18px;margin-top:6px;transition:transform .2s ease}.profile-header .camera-icon:hover{transform:scale(1.2)}.profile-header h3{color:#111827;font-size:20px;font-weight:700;margin:8px 0 2px}.profile-header p{color:#6b7280;font-size:14px}.pf-links{background:#fff;border-radius:20px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;margin-bottom:20px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.pf-links:hover{box-shadow:0 8px 16px #00000014;transform:translateY(-2px)}.pf-link-item{align-items:center;background:linear-gradient(90deg,#f9fbff,#f4f7ff);border-bottom:1px solid #f1f3f8;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;padding:16px 18px;transition:all .25s ease}.pf-link-item:last-child{border-bottom:none}.pf-link-item:hover{background:linear-gradient(90deg,#eef4ff,#e6edff);color:#007bff}.pf-link-left{align-items:center;display:flex;gap:10px}.pf-link-icon{color:#007bff;font-size:20px;transition:transform .2s ease}.pf-link-item:hover .pf-link-icon{transform:scale(1.1)}.pf-link-arrow{color:#9ca3af;font-size:16px;transition:transform .2s ease}.pf-link-item:hover .pf-link-arrow{color:#007bff;transform:translateX(3px)}.pf-logout{background:linear-gradient(90deg,#ef4444,#f87171);border:none;border-radius:30px;box-shadow:0 4px 10px #ef44444d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.3px;padding:14px 0;transition:all .25s ease;width:100%}.pf-logout:hover{background:linear-gradient(90deg,#dc2626,#ef4444);box-shadow:0 6px 14px #ef444466;transform:translateY(-1px)}.input-box{background:#f9fbff;border:1px solid #d8e0f2;border-radius:10px;font-size:15px;margin-bottom:14px;outline:none;padding:12px 14px;transition:all .2s ease;width:100%}.input-box:focus{border-color:#007bff;box-shadow:0 0 6px #007bff33}.save-btn{background:linear-gradient(90deg,#007bff,#3b82f6);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:8px;padding:12px;transition:all .25s ease;width:100%}.save-btn:hover{background:linear-gradient(90deg,#0069e6,#2563eb);transform:translateY(-1px)}.back-btn{align-items:center;background:#0000;border:none;color:#007bff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:4px;margin-bottom:10px}.back-btn:hover{text-decoration:underline}.posts-list{display:flex;flex-direction:column;gap:18px;margin-top:20px}.post-item{background:#fff;border-radius:14px;box-shadow:0 3px 10px #0000000d;padding:14px 16px;position:relative;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.post-item:hover{box-shadow:0 5px 14px #00000014;transform:translateY(-2px)}.post-area{color:#666;display:block;font-size:13px;margin-bottom:6px}.post-text{color:#222;font-size:15px;margin-bottom:10px;white-space:pre-wrap}.post-img{border-radius:12px;box-shadow:0 2px 6px #0000000d;margin-bottom:6px;object-fit:cover;width:100%}.delete-btn{align-items:center;background:#f87171;border:none;border-radius:50%;box-shadow:0 2px 6px #ef44444d;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .2s ease;width:30px}.delete-btn:hover{background:#ef4444;transform:scale(1.05)}.add-video-container{align-items:center;background:#fff;display:flex;flex-direction:column;min-height:100vh;padding:40px 20px 80px;text-align:center}.add-video-title{color:#222;font-size:20px;font-weight:600;margin-bottom:25px}.upload-box{border:2px dashed #aaa;border-radius:12px;cursor:pointer;max-width:400px;padding:60px 20px;transition:.3s;width:90%}.upload-box:hover{background:#f8faff;border-color:#1976d2}.upload-label{color:#555;font-size:16px}.preview-section{align-items:center;display:flex;flex-direction:column}.preview-player{border-radius:12px;box-shadow:0 2px 10px #00000026;margin-bottom:15px;max-width:420px;width:100%}.preview-actions{display:flex;gap:10px}.reselect-btn,.upload-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;padding:10px 16px;transition:.2s ease}.reselect-btn{background:#eee;color:#333}.upload-btn{background:#1976d2;color:#fff}.reselect-btn:hover{background:#ddd}.upload-btn:hover{background:#0d62b0}.shops-wrap{box-sizing:border-box;padding:75px 15px 80px;width:100%}.shops-container{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:600px;padding:20px}.shops-title{color:#111;font-size:22px;font-weight:700;margin-bottom:8px}.shops-sub{color:#555;font-size:15px}.shop-card{align-items:center;background:#fafafa;border-radius:14px;display:flex;gap:12px;margin-top:12px;padding:12px}.shop-info h3{font-size:16px;margin:0}.shop-info p{color:#555;font-size:13px;margin:4px 0}.badge{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.badge.Premium{background:#e6f4ea;color:#137333}.badge.Normal{background:#f1f3f4;color:#444}.shop-filters{display:flex;flex-direction:column;gap:10px;margin:12px 0 8px}.shop-search,.shop-select{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box;font-size:14px;outline:none;padding:12px;width:100%}.shop-search:focus{border-color:#2563eb}.shop-actions{display:flex;gap:10px;margin-top:8px}.call-btn{background:#e0f2fe;color:#0369a1;font-weight:700;text-decoration:none}.call-btn,.like-btn{align-items:center;border-radius:999px;box-shadow:none;display:inline-flex;flex:1 1;font-size:15px;gap:6px;height:44px;justify-content:center;padding:0 16px}.like-btn{background:#fee2e2;border:none;color:#dc2626;cursor:pointer;font-weight:600}.shop-socials{display:flex;gap:12px;margin-top:10px}.social-btn{align-items:center;background:#eef4ff;border-radius:50%;box-shadow:none;display:inline-flex;font-size:16px;height:40px;justify-content:center;text-decoration:none;width:40px}.social-btn.instagram{color:#e1306c}.social-btn.facebook{color:#1877f2}.social-btn.threads,.social-btn.x{color:#000}.social-btn.youtube{color:red}.social-btn:hover{background:#e0ecff}.shop-type{display:inline-block;font-size:13px;font-weight:600;margin-top:2px}.shop-type.premium{color:#16a34a}.shop-type.normal{color:#6b7280}.shops-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.add-shop-btn{background:#2563eb;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 14px}.add-shop-btn:hover{background:#1d4ed8}
/*# sourceMappingURL=main.6e0c38eb.css.map*/