@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=Inter:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:wght@400;500;700&display=swap";:root{--primary-hue: 250;--primary: hsl(var(--primary-hue), 100%, 65%);--primary-hover: hsl(var(--primary-hue), 100%, 75%);--primary-glow: hsla(var(--primary-hue), 100%, 65%, .3);--accent-cyan: hsl(180, 100%, 50%);--accent-pink: hsl(320, 100%, 60%);--accent-gold: hsl(45, 100%, 60%);--bg-dark: #000000;--bg-darker: #000000;--surface: hsla(240, 12%, 12%, .6);--surface-hover: hsla(240, 12%, 18%, .8);--border: hsla(240, 10%, 20%, .4);--border-bright: hsla(240, 10%, 40%, .5);--text-main: hsl(0, 0%, 98%);--text-muted: hsl(240, 5%, 70%);--text-dim: hsl(240, 5%, 45%);--glass-bg: hsla(240, 15%, 10%, .4);--glass-border: hsla(0, 0%, 100%, .1);--glass-blur: blur(20px) saturate(180%);--premium-shadow: none;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2.5rem;--safe-area-bottom: env(safe-area-inset-bottom, 20px);--transition-bounce: .5s cubic-bezier(.175, .885, .32, 1.275);--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: .15s ease-out;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;background-color:var(--bg-dark)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background:radial-gradient(circle at 50% 0%,hsl(var(--primary-hue),30%,15%) 0%,var(--bg-dark) 70%);color:var(--text-main);min-height:100vh;overflow-x:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg-darker)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.glass{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--premium-shadow)}.glass-card{border-radius:24px;overflow:hidden}.text-gradient{background:linear-gradient(135deg,var(--text-main) 0%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.animate-fade-in{animation:fadeIn .6s var(--transition-smooth) forwards}.animate-slide-up{animation:slideUp .6s var(--transition-bounce) forwards}@media(max-width:767px){.desktop-only{display:none!important}}@media(min-width:768px){.mobile-only{display:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes flareFlameFlicker{0%,to{transform:scale(1) translateY(0);opacity:.9}25%{transform:scale(1.02,.98) translateY(-2px);opacity:1}50%{transform:scale(.98,1.02) translateY(0);opacity:.85}75%{transform:scale(1.01,.99) translateY(-1px);opacity:.95}}@keyframes flareFlameSway{0%,to{transform:rotate(0)}25%{transform:rotate(1deg)}75%{transform:rotate(-1.5deg)}}.flare-flame-animate{animation:flareFlameFlicker 3s ease-in-out infinite,flareFlameSway 4s ease-in-out infinite;transform-origin:bottom center}@keyframes flareRays{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes flareBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.flare-swoosh-pulse{animation:flareSwoosh 2.5s ease-in-out infinite}@keyframes flareSwoosh{0%,to{opacity:.8;filter:brightness(1)}50%{opacity:1;filter:brightness(1.2)}}.app-container{min-height:100vh;display:flex;justify-content:center;background:var(--bg-dark)}.main-content-wrapper{width:100%;max-width:480px;min-height:100vh;position:relative;background:var(--bg-dark);display:flex;flex-direction:column}@media(min-width:768px){.app-container{justify-content:flex-start}.main-content-wrapper{max-width:100%}}h1,h2,h3,h4,.brand-font{font-family:Outfit,sans-serif;letter-spacing:-.02em}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,hsl(var(--primary-hue),100%,50%) 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:16px;font-weight:700;font-family:Outfit,sans-serif;cursor:pointer;transition:var(--transition-bounce);box-shadow:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:none}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#ffffff0d;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid hsla(0,0%,100%,.1);color:var(--text-main);padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s var(--transition-smooth);display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0) scale(.98)}:root.light-theme{--bg-dark: hsl(240, 20%, 98%);--bg-darker: hsl(240, 20%, 95%);--surface: hsla(240, 12%, 90%, .6);--surface-hover: hsla(240, 12%, 85%, .8);--border: hsla(240, 10%, 80%, .4);--border-bright: hsla(240, 10%, 60%, .5);--text-main: hsl(240, 15%, 10%);--text-muted: hsl(240, 5%, 30%);--text-dim: hsl(240, 5%, 45%);--glass-bg: hsla(240, 15%, 95%, .4);--glass-border: hsla(0, 0%, 0%, .1);--premium-shadow: 0 8px 32px 0 rgba(0, 0, 0, .1), 0 1px 1px 0 rgba(255, 255, 255, .8) inset}:root.light-theme body{background:radial-gradient(circle at 50% 0%,hsl(var(--primary-hue),30%,90%) 0%,var(--bg-dark) 70%)}img,video{pointer-events:none!important}._modalOverlay_q24u1_1{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_q24u1_1 .25s ease-out}._modalContent_q24u1_15{background:#000;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #0009,inset 0 1px #ffffff0f;width:100%;max-width:440px;height:88vh;border-radius:28px;padding:2rem 1.5rem;position:relative;display:flex;flex-direction:column;overflow:hidden;animation:_slideUpModal_q24u1_1 .35s cubic-bezier(.16,1,.3,1)}@keyframes _slideUpModal_q24u1_1{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}._scrollableContent_q24u1_36{flex:1;overflow-y:auto;padding-left:6px;padding-right:0;margin-top:1rem}._scrollableContent_q24u1_36::-webkit-scrollbar{width:6px}._scrollableContent_q24u1_36::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:10px}._closeButton_q24u1_53{position:absolute;top:2.2rem;right:1.5rem;background:none;border:none;color:var(--text-muted);cursor:pointer;transition:var(--transition-bounce);z-index:10}._closeButton_q24u1_53:hover{color:var(--primary);transform:scale(1.1)}._backButton_q24u1_70{background:none;border:none;color:var(--text-main);cursor:pointer;padding:.5rem;margin-left:-.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}._backButton_q24u1_70:hover{transform:translate(-3px)}._modalHeader_q24u1_87{margin-bottom:2rem;display:flex;align-items:center}._modalHeader_q24u1_87 h2{font-size:1.8rem;font-weight:800;padding-right:2rem;line-height:1.2}@media(max-width:480px){._modalHeader_q24u1_87 h2{font-size:1.4rem}._closeButton_q24u1_53{top:2.2rem;right:1.2rem}._modalContent_q24u1_15{padding:2rem 1.2rem;height:100vh;border-radius:0}}._section_q24u1_115{margin-bottom:.6rem;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff05}._sectionExpanded_q24u1_124{border-color:#7c4dff59;box-shadow:0 4px 24px #7c4dff1f;background:#7c4dff0a}._sectionHeader_q24u1_130{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.2rem;cursor:pointer;transition:background .2s ease}._sectionHeader_q24u1_130:hover{background:#ffffff0a}._sectionTitle_q24u1_143{display:flex;align-items:center;gap:1rem;font-size:1rem;font-weight:600;color:#ffffffe6}._sectionContent_q24u1_152{padding:0 1.2rem 1.2rem;border-top:1px solid var(--border-subtle);animation:_slideDown_q24u1_1 .3s ease-out}@keyframes _slideDown_q24u1_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._settingItem_q24u1_163{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}._themeToggle_q24u1_170{display:flex;align-items:center;gap:.5rem}._switch_q24u1_176{width:60px;height:30px;background:var(--surface-hover);border-radius:20px;position:relative;cursor:pointer;transition:var(--transition-smooth);border:1px solid var(--border)}._switchActive_q24u1_187{background:var(--primary)}._switchKnob_q24u1_191{width:24px;height:24px;background:#fff;border-radius:50%;position:absolute;top:2px;left:3px;transition:var(--transition-bounce);box-shadow:0 2px 10px #0003}._switchActive_q24u1_187 ._switchKnob_q24u1_191{left:31px}._logoutBtn_q24u1_207{width:100%;padding:1rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffd9;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .2s ease;letter-spacing:.3px}._logoutBtn_q24u1_207:hover{background:#ff4b4b1f;border-color:#ff4b4b66;color:#ff6b6b;transform:translateY(-1px);box-shadow:0 6px 20px #ff4b4b26}._deleteAccountBtn_q24u1_233{width:100%;padding:1rem;border-radius:16px;border:1px solid hsla(0,100%,50%,.2);background:#ff00000d;color:#ff4d4d;font-weight:600;cursor:pointer;transition:var(--transition-bounce)}._deleteAccountBtn_q24u1_233:hover{background:#ff00001a}._feedbackArea_q24u1_249{width:100%;background:var(--surface-hover);border:1px solid var(--border);border-radius:16px;padding:1rem;color:var(--text-main);font-family:inherit;resize:none;margin-bottom:1rem}._feedbackArea_q24u1_249:focus{outline:none;border-color:var(--primary)}._codeInput_q24u1_266{width:100%;background:var(--surface-hover);border:1px solid var(--border);border-radius:16px;padding:1rem;color:var(--text-main);margin-bottom:1.5rem;font-weight:600}._codeInput_q24u1_266:focus{outline:none;border-color:#ff4d4d}._confirmDeleteBtn_q24u1_282{width:100%;padding:1rem;border-radius:16px;border:none;background:#f33;color:#fff;font-weight:700;cursor:pointer;transition:var(--transition-bounce);box-shadow:0 4px 15px #ff33334d}._confirmDeleteBtn_q24u1_282:disabled{background:var(--text-dim);cursor:not-allowed;box-shadow:none;opacity:.5}._confirmDeleteBtn_q24u1_282:active{transform:scale(.95)}._marginTop1_q24u1_306{margin-top:1rem}._blockedList_q24u1_310{display:flex;flex-direction:column;gap:1.2rem}._blockedUserItem_q24u1_316{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}._blockedAvatar_q24u1_323{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid var(--border-subtle)}._unblockBtn_q24u1_331{background:var(--bg-hover);color:var(--text-main);border:1px solid var(--border-subtle);padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}._unblockBtn_q24u1_331:hover{background:var(--primary);color:#fff;border-color:var(--primary)}._settingGroup_q24u1_350{margin-bottom:2rem}._groupTitle_q24u1_354{font-size:1.1rem;font-weight:700;margin-bottom:.8rem;color:var(--text-main)}._groupSubtitle_q24u1_361{font-size:.85rem;color:var(--text-dim);line-height:1.5;margin-bottom:1.5rem}._radioList_q24u1_368{background:var(--bg-hover);border-radius:16px;padding:.5rem;border:1px solid var(--border-subtle)}._radioOption_q24u1_375{display:flex;justify-content:space-between;align-items:center;padding:1rem .8rem;cursor:pointer;border-bottom:1px solid var(--border-subtle);transition:background .2s ease;border-radius:8px}._radioOption_q24u1_375:last-child{border-bottom:none}._radioOption_q24u1_375:hover{background:#ffffff0d}._radioOption_q24u1_375 span{font-size:.95rem;font-weight:500}._radioDetail_q24u1_399{font-size:.8rem;color:var(--text-dim);margin-top:.2rem}._radioCircle_q24u1_405{width:20px;height:20px;border:2px solid var(--text-dim);border-radius:50%;position:relative;transition:all .2s ease}._radioSelected_q24u1_414{border-color:var(--primary)}._radioSelected_q24u1_414:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--primary);border-radius:50%}._actionRow_q24u1_430{display:flex;justify-content:space-between;align-items:center;background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:16px;padding:1.2rem;width:100%;margin-top:1.5rem;cursor:pointer;transition:all .2s ease}._actionRow_q24u1_430:hover{transform:scale(1.01);border-color:var(--primary)}._actionRow_q24u1_430 span{font-weight:600}._doubleClickHint_q24u1_453{font-size:.8rem;color:var(--text-dim);text-align:center;margin-top:.5rem}._settingItemBtn_q24u1_460{width:100%;padding:1rem 1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffffd9;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease}._settingItemBtn_q24u1_460:hover{background:#7c4dff14;border-color:#7c4dff4d;transform:translate(4px);box-shadow:0 4px 16px #7c4dff1a}._removeFile_q24u1_483{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;display:flex;align-items:center}._removeFile_q24u1_483:hover{color:#ff4b4b}@keyframes _fadeIn_q24u1_1{0%{opacity:0}to{opacity:1}}._disabled_q24u1_507{opacity:.6;pointer-events:none;filter:grayscale(1)}._inputGroup_q24u1_513{width:100%}._professionalInput_q24u1_517{width:100%;padding:.8rem 1rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:12px;color:var(--text-main);font-size:.9rem;transition:var(--transition-smooth)}._professionalInput_q24u1_517:focus{outline:none;border-color:var(--primary);background:var(--surface)}._countryCode_q24u1_534{padding:.8rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:12px;font-size:.85rem;font-weight:700;color:var(--primary);min-width:80px;text-align:center;display:flex;align-items:center;justify-content:center;gap:4px;transition:var(--transition-bounce)}._countryCode_q24u1_534:hover{border-color:var(--primary);background:var(--surface)}._countrySelectorDropdown_q24u1_556,._categorySelectorDropdown_q24u1_557{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:280px;background:#1a1a1a;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 50px #00000080;z-index:1000;overflow:hidden;animation:_slideDown_q24u1_1 .2s cubic-bezier(.16,1,.3,1)}._categorySelectorDropdown_q24u1_557{top:calc(100% - 10px);width:280px}._countrySearchWrapper_q24u1_577{padding:1rem;display:flex;align-items:center;gap:.8rem;border-bottom:1px solid var(--border-subtle);background:#ffffff08}._countrySearchWrapper_q24u1_577 input{background:none;border:none;color:var(--text-main);font-size:.9rem;width:100%;outline:none}._countryList_q24u1_595{max-height:250px;overflow-y:auto}._countryList_q24u1_595::-webkit-scrollbar{width:4px}._countryList_q24u1_595::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:10px}._countryOption_q24u1_609{padding:.8rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s ease}._countryOption_q24u1_609:hover{background:var(--bg-hover)}._countryOption_q24u1_609 span:first-child{font-size:.9rem;font-weight:500}._inlineActionBtn_q24u1_627{background:var(--surface-hover);border:1px solid var(--border);padding:.5rem 1rem;border-radius:10px;color:var(--text-main);font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition-bounce)}._inlineActionBtn_q24u1_627:hover{background:var(--surface);border-color:var(--primary)}._boxedRadioGroup_q24u1_644{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;margin-top:1rem}._boxedRadioItem_q24u1_652{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;cursor:pointer;transition:background .2s ease}._boxedRadioItem_q24u1_652:not(:last-child){border-bottom:1px solid var(--border-subtle)}._boxedRadioItem_q24u1_652:hover{background:#ffffff08}._boxedSelected_q24u1_669{background:#0095f60d}._searchContainer_q24u1_673{position:relative;margin-top:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;display:flex;align-items:center;padding:.4rem 1.2rem;transition:all .2s ease}._searchContainer_q24u1_673:focus-within{background:#ffffff0f;border-color:#fff3;box-shadow:0 4px 20px #0003}._searchIcon_q24u1_691{color:var(--text-muted);margin-right:1rem}._languageSearch_q24u1_696{background:transparent;border:none;color:#fff;padding:.9rem 0;font-size:1rem;flex:1;outline:none;font-family:inherit}._languageSearch_q24u1_696::placeholder{color:#ffffff4d}._checkCircle_q24u1_711{display:flex;align-items:center;justify-content:center}._helpList_q24u1_717{display:flex;flex-direction:column}._tabsContainer_q24u1_722{display:flex;border-bottom:1px solid var(--border-subtle);margin-bottom:1rem}._tab_q24u1_722{flex:1;padding:1rem 0;background:none;border:none;color:var(--text-muted);font-size:.95rem;font-weight:600;cursor:pointer;position:relative;transition:color .2s ease}._tabActive_q24u1_741{color:#405de6}._tabActive_q24u1_741:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#405de6}._statusCard_q24u1_755{background:#262626;border-radius:18px;padding:1.5rem;margin-bottom:1.5rem}._statusProfile_q24u1_762{display:flex;align-items:center;gap:1.2rem}._statusAvatar_q24u1_768{width:64px;height:64px;border-radius:50%;border:2px solid var(--border-subtle);object-fit:cover}._statusUsername_q24u1_776{font-weight:700;font-size:1.1rem;color:var(--text-main);margin-bottom:.2rem}._statusBio_q24u1_783{font-size:.9rem;color:var(--text-muted)}._helpLinksList_q24u1_788{display:flex;flex-direction:column;gap:1.2rem}._helpLink_q24u1_788{background:none;border:none;color:#0095f6;font-weight:600;font-size:.95rem;text-align:left;padding:0;cursor:pointer;transition:opacity .2s ease}._helpLink_q24u1_788:hover{opacity:.7}._businessIcon_q24u1_810{width:44px;height:44px;background:var(--bg-card);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-subtle)}._policySection_q24u1_821{margin-bottom:2.5rem}._policyTitle_q24u1_825{font-weight:700;font-size:1rem;color:var(--text-main);margin-bottom:.8rem}._policyText_q24u1_832{font-size:.9rem;color:var(--text-muted);line-height:1.6}._aiAssistantBubble_q24u1_838{position:absolute;bottom:1rem;right:1.2rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:30px;padding:.6rem 1.2rem;display:flex;align-items:center;gap:.8rem;cursor:pointer;box-shadow:0 4px 20px #0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease;z-index:100}._aiAssistantBubble_q24u1_838:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 8px 25px #7c4dff33}._aiBubbleGradient_q24u1_862{width:24px;height:24px;border-radius:50%;background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}._aiAssistantBubble_q24u1_838 span{font-weight:600;font-size:.9rem;color:var(--text-main)}._aiChatWidget_q24u1_875{position:relative;width:90%;max-width:400px;height:600px;max-height:80vh;background:#0a0a0a;border:1px solid rgba(255,255,255,.12);border-radius:32px;box-shadow:0 50px 120px #000c,inset 0 1px #ffffff14;z-index:2800;overflow:hidden;display:flex;flex-direction:column}._aiBlob1_q24u1_892,._aiBlob2_q24u1_892{position:absolute;width:150px;height:150px;border-radius:50%;filter:blur(60px);z-index:-1;opacity:.15}._aiBlob1_q24u1_892{top:-50px;right:-50px;background:var(--primary);animation:_blobFloat_q24u1_1 8s infinite alternate}._aiBlob2_q24u1_892{bottom:-50px;left:-50px;background:var(--accent-pink);animation:_blobFloat_q24u1_1 10s infinite alternate-reverse}@keyframes _blobFloat_q24u1_1{0%{transform:translate(0) scale(1)}to{transform:translate(20px,20px) scale(1.2)}}._aiChatHeader_q24u1_921{padding:1.8rem 1.5rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}._aiBranding_q24u1_930{display:flex;align-items:center;gap:1rem}._logoWrapper_q24u1_936{width:42px;height:42px;position:relative;display:flex;align-items:center;justify-content:center}._brandLogo_q24u1_945{width:100%;height:100%;object-fit:contain;z-index:2}._logoGlow_q24u1_952{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background:var(--primary);filter:blur(15px);opacity:.5;border-radius:50%}._aiTitleInfo_q24u1_965{display:flex;flex-direction:column}._aiMainTitleRow_q24u1_970{display:flex;align-items:center;gap:.4rem}._aiMainTitle_q24u1_970{font-weight:900;font-size:1.1rem;color:#fff;letter-spacing:-.3px;text-shadow:0 2px 10px rgba(0,0,0,.3)}._verifiedBadge_q24u1_984{width:14px;height:14px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px #7c4dff80}._aiStatusRow_q24u1_995{display:flex;align-items:center;gap:.4rem;margin-top:4px}._statusDot_q24u1_1002{width:7px;height:7px;background:#00ffa3;border-radius:50%;box-shadow:0 0 12px #00ffa3}._aiStatusRow_q24u1_995 span{font-size:.75rem;color:#ffffff73;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._aiCloseBtn_q24u1_1018{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._aiCloseBtn_q24u1_1018:hover{background:#ff4b4b26;color:#ff6b6b;border-color:#ff4b4b4d}._aiChatBody_q24u1_1038{flex:1;padding:1.5rem;height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:1.2rem;position:relative;z-index:1}._aiMessageWrapper_q24u1_1050{display:flex;align-items:flex-end;gap:.8rem;align-self:flex-start;max-width:85%;width:fit-content}._miniAiAvatar_q24u1_1059{width:28px;height:28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._miniLogo_q24u1_1071{width:18px;height:18px;object-fit:contain}._userMessageWrapper_q24u1_1077{display:flex;flex-direction:column;align-items:flex-end;align-self:flex-end;max-width:85%;width:fit-content}._aiMessage_q24u1_1050{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:.9rem 1.2rem;border-radius:18px 18px 18px 4px;font-size:.9rem;line-height:1.5;color:#ffffffe6;word-break:break-word}._userMessage_q24u1_1077{background:linear-gradient(135deg,var(--primary) 0%,#8b5cf6 100%);padding:.9rem 1.2rem;border-radius:18px 18px 4px;font-size:.9rem;line-height:1.5;color:#fff;box-shadow:0 10px 25px #7c4dff33;word-break:break-word;text-align:right}._aiChatFooter_q24u1_1109{padding:1.5rem;background:#000;border-top:1px solid rgba(255,255,255,.05)}._aiInputContainer_q24u1_1115{display:flex;align-items:center;gap:.8rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:.4rem .6rem .4rem 1.5rem;transition:all .3s ease}._aiInputContainer_q24u1_1115:focus-within{border-color:var(--primary);background:#ffffff0f;box-shadow:0 0 0 4px #7c4dff1f}._aiInput_q24u1_1115{flex:1;background:none;border:none;color:#fff;font-size:.95rem;outline:none;padding:.8rem 0}._aiSendBtn_q24u1_1142{width:42px;height:42px;background:var(--primary);border:none;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #7c4dff4d}._aiSendBtn_q24u1_1142:hover:not(:disabled){transform:scale(1.08) translateY(-2px);background:#8b5cf6}._aiFooterHint_q24u1_1162{font-size:.7rem;color:#fff3;text-align:center;margin-top:1rem;letter-spacing:.2px}._radioButton_q24u1_1170{width:24px;height:24px;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition-bounce)}._radioButtonActive_q24u1_1181{border-color:var(--primary)}._radioInner_q24u1_1185{width:12px;height:12px;border-radius:50%;background:var(--primary);transform:scale(0);transition:var(--transition-bounce)}._radioButtonActive_q24u1_1181 ._radioInner_q24u1_1185{transform:scale(1)}._customCheckbox_q24u1_1198{width:20px;height:20px;border-radius:4px;accent-color:var(--primary);cursor:pointer}._secondaryPopupOverlay_q24u1_1206{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:3000;animation:_fadeIn_q24u1_1 .2s ease-out}._secondaryPopupContent_q24u1_1220{background:#000;border:1px solid rgba(255,255,255,.1);border-radius:24px;width:90%;max-width:380px;padding:1.5rem;box-shadow:0 40px 100px #000c,inset 0 1px #ffffff0d}._animate-pop-in_q24u1_1230{animation:_popIn_q24u1_1 .4s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes _popIn_q24u1_1{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}._popupHeader_q24u1_1239{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._popupHeader_q24u1_1239 h3{font-size:1.2rem;font-weight:800}._miniCloseBtn_q24u1_1251{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._miniCloseBtn_q24u1_1251:hover{background:#ff4b4b26;color:#ff6b6b;transform:rotate(90deg)}._professionalTextarea_q24u1_1271{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.2rem;color:#fff;font-size:.95rem;font-family:inherit;line-height:1.5;resize:none;margin-bottom:1.2rem;transition:all .3s ease}._professionalTextarea_q24u1_1271:focus{outline:none;background:#ffffff0d;border-color:var(--primary);box-shadow:0 0 0 4px #7c4dff26}._professionalTextarea_q24u1_1271::placeholder{color:#ffffff40}._languageCard_q24u1_1296{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:20px;margin-bottom:.8rem;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}._languageCard_q24u1_1296:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px)}._languageCardActive_q24u1_1315{background:#7c4dff14;border-color:#7c4dff59;box-shadow:0 8px 24px #7c4dff1a}._languageMain_q24u1_1321{display:flex;align-items:center;gap:1.2rem}._langFlag_q24u1_1327{font-size:1.8rem;background:#ffffff0d;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px}._langText_q24u1_1338{display:flex;flex-direction:column}._langName_q24u1_1343{font-size:1rem;font-weight:700;color:#fff;margin:0}._langSub_q24u1_1350{font-size:.8rem;color:#ffffff73;margin:.1rem 0 0}._radioCircle_q24u1_405{width:22px;height:22px;border:2px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._radioSelected_q24u1_414{border-color:#7c4dff;background:#7c4dff1a}._radioInner_q24u1_1185{width:10px;height:10px;background:#7c4dff;border-radius:50%;box-shadow:0 0 8px #7c4dff}._overlay_guza4_1{position:fixed;inset:0;background:transparent;z-index:9998;animation:_fadeIn_guza4_1 .2s ease;display:flex;align-items:stretch;justify-content:flex-start}._drawer_guza4_12{position:fixed;top:0;left:0;width:420px;height:100vh;background:#000;z-index:9999;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);animation:_slideIn_guza4_1 .25s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:8px 0 30px #00000080}@keyframes _slideIn_guza4_1{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeIn_guza4_1{0%{opacity:0}to{opacity:1}}._header_guza4_51{padding:1.25rem 1rem .75rem;display:flex;align-items:center;justify-content:space-between}._header_guza4_51 h2{font-size:1.5rem;font-weight:700;color:#fff}._closeBtn_guza4_64{background:none;border:none;color:#fff9;cursor:pointer;padding:4px;border-radius:50%;transition:all .15s ease}._closeBtn_guza4_64:hover{color:#fff;background:#ffffff1a}._filterTabs_guza4_80{display:flex;gap:8px;padding:.5rem 1rem 1rem}._filterBtn_guza4_86{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;border-radius:8px;border:none;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;background:#ffffff1a;color:#fff}._filterBtn_guza4_86:hover{background:#ffffff26}._filterBtnActive_guza4_105{background:#fff;color:#000}._filterBtnActive_guza4_105:hover{background:#ffffffe6}._headerBadge_guza4_114{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff3b30,#ff2d55);color:#fff;font-size:.65rem;font-weight:800;width:28px;height:28px;border-radius:50%;margin-left:10px;box-shadow:0 2px 8px #ff3b3066;border:2px solid #000}._tabBadge_guza4_130{display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;margin-left:6px}._filterBtnActive_guza4_105 ._tabBadge_guza4_130{background:linear-gradient(135deg,#ff3b30,#ff2d55);color:#fff;box-shadow:0 2px 6px #ff3b3066}._section_guza4_151{flex:1;overflow-y:auto;padding:0 0 1rem}._section_guza4_151::-webkit-scrollbar{width:0}._sectionTitle_guza4_161{font-size:.9rem;font-weight:700;color:#fff;padding:.75rem 1rem .5rem}._notifItem_guza4_169{display:flex;align-items:center;gap:12px;padding:10px 1rem;cursor:pointer;transition:background .15s ease}._notifItem_guza4_169:hover{background:#ffffff0d}._unread_guza4_182{background:#4c6ef50f}._avatarGroup_guza4_186{position:relative;width:44px;height:44px;flex-shrink:0}._avatar_guza4_186{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#333}._avatarSmall_guza4_201{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#444;position:absolute;bottom:-2px;right:-6px;border:2px solid #000}._avatarFallback_guza4_213{background:linear-gradient(135deg,#ff3b30,#af52de);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}._avatarFallbackSmall_guza4_223{font-size:.75rem;background:linear-gradient(135deg,#5856d6,#007aff)}._notifContent_guza4_228{flex:1;min-width:0}._notifText_guza4_233{font-size:.85rem;color:#ffffffd9;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._notifText_guza4_233 strong{color:#fff;font-weight:600}._notifTime_guza4_249{font-size:.75rem;color:#fff6;margin-top:2px}._followBtn_guza4_256{padding:7px 16px;border-radius:8px;border:none;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;background:#4c6ef5;color:#fff;flex-shrink:0}._followBtn_guza4_256:hover{background:#3b5bdb}._notifThumb_guza4_274{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#222}._loadingState_guza4_284,._emptyState_guza4_285{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#fff6;gap:1rem}._spinner_guza4_295{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#4c6ef5;border-radius:50%;animation:_spin_guza4_295 .8s linear infinite}@keyframes _spin_guza4_295{to{transform:rotate(360deg)}}._emptyCircle_guza4_310{width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}._emptyState_guza4_285 h3{font-size:1rem;font-weight:600;color:#fff}._emptyState_guza4_285 p{font-size:.85rem;color:#fff6;text-align:center;max-width:260px}._unreadDot_guza4_334{width:8px;height:8px;border-radius:50%;background:#4c6ef5;flex-shrink:0}@media(max-width:768px){._drawer_guza4_12{left:0;width:100%;border-right:none}}._avatarContainer_15m30_1{position:relative;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}._avatarImage_15m30_12{border-radius:50%;object-fit:cover;display:block}._avatarFallback_15m30_18{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;text-transform:uppercase;-webkit-user-select:none;user-select:none;border:1px solid rgba(255,255,255,.1);box-sizing:border-box}._layout_1im1q_1{display:flex;min-height:100vh;width:100%;position:relative;background:var(--bg-dark)}._desktopLayout_1im1q_9{flex-direction:row}._sidebar_1im1q_13{display:none}@media(min-width:768px){._sidebar_1im1q_13{width:244px;height:100vh;padding:2.5rem .8rem 1.25rem;display:flex;flex-direction:column;background:#000;border-right:1px solid #262626;position:sticky;left:0;top:0;z-index:1000;flex-shrink:0;transition:width .3s ease}._sidebarCollapsed_1im1q_34{width:80px}._sidebarTop_1im1q_38{display:flex;flex-direction:column;flex:1}}._sidebarLogo_1im1q_45{display:flex;align-items:center;gap:12px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;color:#fff;padding:0 .75rem 2.5rem}._logoLink_1im1q_57{text-decoration:none}._sidebarNav_1im1q_61{display:flex;flex-direction:column;gap:4px}._sidebarNav_1im1q_61 a,._navBtn_1im1q_68,._settingsBtn_1im1q_69{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;color:#f5f5f5;text-decoration:none;font-size:1rem;font-weight:400;transition:all .2s ease;background:none;border:none;cursor:pointer;width:100%;text-align:left;font-family:inherit}._sidebarCollapsed_1im1q_34 ._sidebarLogo_1im1q_45{justify-content:center;padding:0 0 2.5rem}._sidebarCollapsed_1im1q_34 ._sidebarNav_1im1q_61 a,._sidebarCollapsed_1im1q_34 ._navBtn_1im1q_68,._sidebarCollapsed_1im1q_34 ._settingsBtn_1im1q_69{justify-content:center;padding:.75rem 0;gap:0}._sidebarNav_1im1q_61 a:hover,._navBtn_1im1q_68:hover,._settingsBtn_1im1q_69:hover{background:#ffffff1a}._navLabel_1im1q_107{opacity:1;transition:opacity .3s ease,width .3s ease,transform .3s ease;white-space:nowrap;overflow:hidden;display:inline-block;transform:translate(0)}._sidebarCollapsed_1im1q_34 ._navLabel_1im1q_107{opacity:0;width:0;transform:translate(-10px);pointer-events:none}._sidebarNav_1im1q_61 a._active_1im1q_123{font-weight:700}._sidebarNav_1im1q_61 a._active_1im1q_123 svg{stroke-width:2.5px}._sidebarBottom_1im1q_131{margin-top:auto}._content_1im1q_136{flex:1;overflow-y:visible;position:relative;max-width:100%;margin-left:0;scroll-behavior:smooth}@media(min-width:768px){._content_1im1q_136{flex:1;padding:0;transition:margin-left var(--transition-smooth);min-width:0}}@media(max-width:767px){._layout_1im1q_1{flex-direction:column}._content_1im1q_136{padding:0 0 90px}}@keyframes _navbarSlideUp_1im1q_1{0%{transform:translate(-50%,30px);opacity:0}to{transform:translate(-50%);opacity:1}}._navbar_1im1q_178{position:fixed;bottom:.5rem;left:50%;transform:translate(-50%);width:calc(100% - 1rem);max-width:calc(480px - 1rem);height:56px;display:flex;justify-content:flex-start;align-items:center;padding:0 .5rem;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;z-index:1000;border-radius:16px;background:#16161dd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);box-shadow:none;animation:_navbarSlideUp_1im1q_1 .8s var(--transition-bounce) forwards}._navbar_1im1q_178::-webkit-scrollbar{display:none}._navbar_1im1q_178 a,._mobileSettingsBtn_1im1q_209{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;transition:all var(--transition-bounce);padding:0;border-radius:12px;background:none;border:none;cursor:pointer;flex:0 0 auto;min-width:48px;height:48px;outline:none}._navbar_1im1q_178 a._active_1im1q_123,._mobileSettingsBtn_1im1q_209:active{color:var(--primary);background:hsla(var(--primary-hue),100%,65%,.1);transform:translateY(-5px) scale(1.1)}._navbar_1im1q_178 a:active{transform:scale(.9)}._iconContainer_1im1q_240{position:relative;display:inline-flex;align-items:center;justify-content:center}._notificationDot_1im1q_247{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:1.5px solid #000}._loginPage_p2rzh_1{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#000;color:#fff;overflow-x:hidden}._mainContent_p2rzh_11{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;gap:4rem;max-width:1200px;margin:0 auto;width:100%}._featurePanel_p2rzh_24{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._featureLogo_p2rzh_32{display:flex;align-items:center;gap:.6rem;margin-bottom:3.5rem}._featureTitle_p2rzh_39{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;max-width:500px;color:#fff;letter-spacing:-1.5px}._vibrantText_p2rzh_48{background:linear-gradient(to right,#f0f,#9400d3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._featureImageWrapper_p2rzh_55{width:100%;max-width:550px;position:relative;margin-top:1rem}._featureImage_p2rzh_55{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 50px rgba(115,103,240,.2));animation:_float_p2rzh_1 6s ease-in-out infinite}@keyframes _float_p2rzh_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._authPanel_p2rzh_83{width:100%;max-width:380px;display:flex;flex-direction:column;gap:1.5rem}._loginCard_p2rzh_91{background:transparent;border:1px solid #262626;padding:2.5rem 2rem;border-radius:1px;text-align:center}._formHeader_p2rzh_100{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:2.5rem}._logoLink_p2rzh_108{text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;width:fit-content;margin:0 auto}._logoLink_p2rzh_108:hover{transform:scale(1.02)}._brandText_p2rzh_123{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,var(--text-main) 0%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._form_p2rzh_100{display:flex;flex-direction:column;gap:1rem}._inputWrapper_p2rzh_140{width:100%;position:relative}._inputWrapper_p2rzh_140 input{width:100%;background:#121212;border:1px solid #262626;border-radius:4px;padding:14px 12px;color:#fff;font-size:.85rem;transition:border-color .2s}._inputWrapper_p2rzh_140 input:focus{outline:none;border-color:#555;background:#1a1a1a}._passwordInput_p2rzh_162{padding-right:44px!important}._passwordToggle_p2rzh_166{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#8e8e8e;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s;z-index:1}._passwordToggle_p2rzh_166:hover{color:#fff}._inputError_p2rzh_187 input{border-color:#ed4956!important}._errorMessage_p2rzh_191{color:#ed4956;font-size:.85rem;margin-bottom:1rem}._forgotLink_p2rzh_197{display:block;color:#fff;font-size:.75rem;text-decoration:none;margin-top:1.5rem;opacity:.8}._forgotLink_p2rzh_197:hover{opacity:1}._MyMARKETVERSELogo_p2rzh_211{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#8e8e8e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}._footerSection_p2rzh_225{padding:2.5rem 1rem 3.5rem;text-align:center}._footerLinks_p2rzh_230{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}._footerLinks_p2rzh_230 a{color:#8e8e8e;font-size:.75rem;text-decoration:none;transition:color .2s}._footerLinks_p2rzh_230 a:hover{text-decoration:underline}._footerCopy_p2rzh_249{color:#8e8e8e;font-size:.75rem;display:flex;justify-content:center;gap:1rem;margin-top:1rem}@media(max-width:900px){._featurePanel_p2rzh_24{display:none}._mainContent_p2rzh_11{padding:1rem;gap:0}._loginCard_p2rzh_91{border:none;padding:2rem 1rem}}._homeContainer_1m94d_1{width:100%;min-height:100vh;background-color:#000;display:flex;justify-content:center;color:#fff;font-family:Inter,system-ui,sans-serif}._homeContent_1m94d_11{width:100%;max-width:935px;display:flex;justify-content:center;gap:32px;padding:30px 20px}@media(max-width:1159px){._homeContent_1m94d_11{max-width:630px}}@media(max-width:767px){._homeContent_1m94d_11{padding:0;flex-direction:column;align-items:center;width:100%;max-width:100%}._mainFeed_1m94d_35{max-width:100%;width:100%}}._mainFeed_1m94d_35{flex:1;max-width:630px;display:flex;flex-direction:column}._storiesContainer_1m94d_49{display:flex;gap:12px;padding:16px 12px;margin-bottom:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}@media(max-width:767px){._storiesContainer_1m94d_49{padding:12px 16px;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.1)}}._storiesContainer_1m94d_49::-webkit-scrollbar{display:none}._storyItem_1m94d_71{animation:_slideUp_1m94d_1 .6s var(--transition-bounce);display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;min-width:62px;transition:transform .2s ease-in-out}._storyItem_1m94d_71:hover{transform:scale(1.05)}._storyRing_1m94d_86{width:66px;height:66px;border-radius:50%;padding:5px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2397,#bc1888);display:flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:none;flex-shrink:0}._campaignRing_1m94d_100{background:linear-gradient(45deg,#ff6d00,#ff8c00,#ffb74d)!important;position:relative}._activeRadiation_1m94d_105{animation:_radiate_1m94d_1 2s infinite cubic-bezier(.4,0,.6,1)}@keyframes _radiate_1m94d_1{0%{box-shadow:0 0 #00c85366}70%{box-shadow:0 0 0 12px #00c85300}to{box-shadow:0 0 #00c85300}}._campaignBadge_1m94d_123{position:absolute;bottom:-1px;right:-1px;background-color:#00c853;color:#fff;font-size:10px;font-weight:800;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:2px solid #000;box-shadow:none;z-index:5}._storyAvatar_1m94d_142{box-shadow:0 0 0 2.5px #000!important;border-radius:50%!important;border:none!important}._storyRing_1m94d_86 img{width:100%;height:100%;border-radius:50%;border:2px solid #000;object-fit:cover;background-color:#1a1a1a}._storyUsername_1m94d_157{font-size:11px;font-weight:700;color:#fff;max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._storyLabels_1m94d_167{display:flex;flex-direction:column;align-items:center;gap:1px}._storySubtitle_1m94d_174{font-size:9px;color:#00e676;font-weight:600;text-transform:uppercase}._feedItems_1m94d_183{display:flex;flex-direction:column}._postCard_1m94d_188{animation:_fadeIn_1m94d_1 .8s var(--transition-smooth);background-color:#000;margin-bottom:24px;display:flex;flex-direction:column}@media(max-width:767px){._postCard_1m94d_188{margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0}}._postHeader_1m94d_204{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}@media(max-width:767px){._postHeader_1m94d_204{padding:12px 16px}}._postUser_1m94d_217{display:flex;align-items:center;gap:12px;cursor:pointer}._postUser_1m94d_217 img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.1)}._postUsername_1m94d_232{font-size:18px;font-weight:600;display:flex;align-items:center;gap:4px}._postLocation_1m94d_240{font-size:11px;color:#a8a8a8;display:block}._postMedia_1m94d_246{width:100%;border-radius:4px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05);background-color:#050505}@media(max-width:767px){._postMedia_1m94d_246{border-radius:0;border-left:none;border-right:none}}._videoPostMedia_1m94d_263{border:none!important;background-color:transparent!important}._postMedia_1m94d_246 img{width:100%;height:auto;display:block;object-fit:cover}._postMedia_1m94d_246 video,._postVideo_1m94d_276{width:100%;max-height:85vh;display:block;object-fit:contain;background-color:transparent}._textPostContainer_1m94d_284{width:100%;max-width:420px;margin:0 auto;aspect-ratio:9 / 16;background:#0a0a0a;display:flex;align-items:stretch;justify-content:center;overflow:visible;border-radius:12px;padding:0}@media(max-width:767px){._textPostContainer_1m94d_284{border-radius:0;max-width:100%}}._textPostContainer_1m94d_284>*{width:100%;height:100%}._brandTagOverlay_1m94d_310{position:absolute;bottom:12px;left:12px;background-color:#000000b3;padding:5px 10px;border-radius:20px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._postInteractions_1m94d_326{display:flex;justify-content:space-between;padding:12px 16px}@media(max-width:767px){._postInteractions_1m94d_326{padding:12px 16px}}._interactionLeft_1m94d_338{display:flex;gap:16px}._postDetails_1m94d_343{display:flex;flex-direction:column;gap:6px;padding:0 16px 12px}@media(max-width:767px){._postDetails_1m94d_343{padding:0 16px 12px}}._likeCount_1m94d_356{font-size:22px;font-weight:700}._captionRow_1m94d_361{font-size:14px;line-height:1.4}._captionUser_1m94d_366{font-weight:700;margin-right:8px}._postDate_1m94d_371{font-size:10px;color:#737373;text-transform:uppercase}._sideRail_1m94d_378{width:319px;display:flex;flex-direction:column;gap:20px;padding-top:12px}@media(max-width:1159px){._sideRail_1m94d_378{display:none}}._miniProfile_1m94d_392{display:flex;align-items:center;gap:16px;margin-bottom:8px}._miniAvatar_1m94d_399{width:56px;height:56px;border-radius:50%;object-fit:cover}._miniInfo_1m94d_406{flex:1;display:flex;flex-direction:column}._miniUsername_1m94d_412{font-size:14px;font-weight:700}._miniFullName_1m94d_417{font-size:14px;color:#a8a8a8}._viewButton_1m94d_422{background:none;border:none;color:#0095f6;font-size:12px;font-weight:700;cursor:pointer}._suggestionsContainer_1m94d_431{display:flex;flex-direction:column;gap:12px}._suggestionsHeader_1m94d_437{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._suggestionsHeader_1m94d_437 span{font-size:14px;font-weight:600;color:#fff}._seeAllButton_1m94d_450{background:none;border:none;color:#f5f5f5;font-size:12px;font-weight:600;cursor:pointer}._suggestionItem_1m94d_459{display:flex;align-items:center;gap:12px}._suggestionAvatar_1m94d_465{width:32px;height:32px;border-radius:50%;object-fit:cover}._suggestionInfo_1m94d_472{flex:1;display:flex;flex-direction:column}._suggestionUsername_1m94d_478{font-size:14px;font-weight:600}._suggestionReason_1m94d_483{font-size:12px;color:#fff}._followButton_1m94d_488{background:none;border:none;color:#0095f6;font-size:12px;font-weight:700;cursor:pointer}._suggestionsSlider_1m94d_497{display:flex;gap:12px;overflow-x:auto;padding:8px 4px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}._suggestionCard_1m94d_511{min-width:160px;max-width:160px;background-color:#000;border:1px solid #262626;border-radius:8px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;position:relative;scroll-snap-align:start}._suggestionCardUsername_1m94d_544{font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}._aggressionScore_1m94d_567{font-size:10px;color:#00e676;font-weight:700;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}._followActionBtn_1m94d_577{width:100%;background-color:#0095f6;color:#fff;border:none;border-radius:8px;padding:7px 0;font-size:14px;font-weight:600;cursor:pointer}._carouselContainer_1m94d_599{padding:16px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}@media(max-width:767px){._carouselContainer_1m94d_599{border-radius:0;border-left:none;border-right:none;margin-bottom:0}}._carouselHeader_1m94d_615{display:flex;justify-content:space-between;align-items:center;padding:0 4px 12px}._carouselHeader_1m94d_615 span{font-size:14px;font-weight:700;color:#a8a8a8}._carouselHeader_1m94d_615 button{background:none;border:none;color:#0095f6;font-size:12px;font-weight:700;cursor:pointer}._horizontalScroll_1m94d_637{display:flex;gap:12px;overflow-x:auto;padding:4px;scrollbar-width:none}._horizontalScroll_1m94d_637::-webkit-scrollbar{display:none}._homeFooter_1m94d_650{margin-top:40px;padding:0 4px}._footerLinks_1m94d_655{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;align-items:center}._footerLinks_1m94d_655 span{color:#737373;font-size:12px;cursor:pointer}._homeFooter_1m94d_650 p{color:#737373;font-size:12px;text-transform:uppercase}._suggestionsSlider_1m94d_497{display:flex;gap:12px;overflow-x:auto;padding:8px 0;scrollbar-width:none;-ms-overflow-style:none}._suggestionsSlider_1m94d_497::-webkit-scrollbar{display:none}._suggestionCard_1m94d_511{min-width:150px;background-color:#000;border:1px solid #262626;border-radius:8px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;position:relative;transition:transform .2s}._suggestionClose_1m94d_525{position:absolute;top:8px;right:8px;color:#a8a8a8;cursor:pointer;padding:4px}._suggestionAvatarWrapper_1m94d_534{margin-bottom:12px}._suggestionCardInfo_1m94d_538{text-align:center;margin-bottom:16px;width:100%}._suggestionCardUsername_1m94d_544{font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:2px}._suggestionCardDetail_1m94d_558{font-size:12px;color:#a8a8a8;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._followActionBtn_1m94d_577{width:100%;background-color:#363636;color:#fff;border:none;border-radius:8px;padding:7px 0;font-size:14px;font-weight:600;cursor:pointer}._followActionBtn_1m94d_577:active{opacity:.8}._followActionBtn_1m94d_577._loading_1m94d_593{opacity:.7;cursor:not-allowed}._loaderContainer_1m94d_760{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:#000;gap:20px}._loaderGlass_1m94d_771{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:40px;border-radius:32px;display:flex;flex-direction:column;align-items:center;gap:24px;box-shadow:0 25px 50px -12px #00000080;animation:_loaderPulse_1m94d_1 2s infinite ease-in-out}._loaderText_1m94d_785{font-size:1.2rem;font-weight:600;letter-spacing:1px;background:linear-gradient(135deg,#fff 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}@keyframes _loaderPulse_1m94d_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:.8}}._postActionBtn_1m94d_812{background:none;border:none;padding:6px;margin:-6px;cursor:pointer;color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,transform .1s}._postActionBtn_1m94d_812:hover{background-color:#ffffff14}._postActionBtn_1m94d_812:active{transform:scale(.9)}._badgeContainer_1mfxy_1{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle;transition:transform .2s ease;transform:translateY(1px);position:relative}._badgeContainer_1mfxy_1:hover{transform:translateY(1px) scale(1.1)}._pulse_1mfxy_16{position:absolute;top:50%;left:50%;width:80%;height:80%;transform:translate(-50%,-50%);background:var(--pulse-color, #0095f6);border-radius:50%;z-index:0;opacity:0;animation:_radiate_1mfxy_1 2s cubic-bezier(.24,0,.38,1) infinite}@keyframes _radiate_1mfxy_1{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}._badgeSvg_1mfxy_41{width:100%;height:100%;display:block;position:relative;z-index:1}._overlay_ari36_1{position:fixed;inset:0;background-color:#000000b3;z-index:3000;display:flex;align-items:center;justify-content:center;animation:_fadeIn_ari36_1 .2s ease-out}._modal_ari36_15{width:400px;max-width:90%;background:#000;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 4px 12px #00000080;animation:_scaleIn_ari36_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _fadeIn_ari36_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_ari36_1{0%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:1}}._closeBtn_ari36_36{position:absolute;top:10px;right:12px;background:none;border:none;color:#fff;cursor:pointer;z-index:3001;opacity:.8;transition:opacity .2s}._closeBtn_ari36_36:hover{opacity:1}._optionsList_ari36_53{display:flex;flex-direction:column}._optionBtn_ari36_58{padding:14px;background:none;border:none;border-bottom:1px solid #363636;color:#fff;font-size:14px;font-weight:500;cursor:pointer;text-align:center;width:100%;transition:background .1s}._optionBtn_ari36_58:hover{background:#ffffff0d}._optionBtn_ari36_58:last-child{border-bottom:none}._critical_ari36_80{color:#ed4956;font-weight:700}._cancelBtn_ari36_85{padding:14px;background:none;border:none;color:#fff;font-size:14px;font-weight:500;text-align:center;cursor:pointer;width:100%}._modalOverlay_1e0ek_1{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000}._closeBtn_1e0ek_14{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;z-index:2001;transition:transform .2s ease}._closeBtn_1e0ek_14:hover{transform:scale(1.1)}._modalContent_1e0ek_29{display:flex;width:95%;max-width:1080px;height:min(720px,92vh);background:#000;border-radius:4px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:none}._videoSection_1e0ek_42{flex:1 1 50%;min-width:0;height:100%;background:#000;display:flex;align-items:center;justify-content:center;position:relative;border-right:1px solid rgba(255,255,255,.1)}._textPostWrapper_1e0ek_54{width:100%;height:100%;overflow:hidden}._imageContent_1e0ek_60{width:100%;height:100%;object-fit:contain;background:#000}._sidebarSection_1e0ek_67{flex:1;min-width:335px;display:flex;flex-direction:column;background:#000;height:100%}._video_1e0ek_42{width:100%;height:100%;object-fit:contain;display:block}._interactionBar_1e0ek_83{position:absolute;right:12px;bottom:20px;display:flex;flex-direction:column;align-items:center;gap:20px;z-index:10;pointer-events:auto}._interactionItem_1e0ek_95{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s}._interactionItem_1e0ek_95:hover{transform:scale(1.1)}._interactionItem_1e0ek_95 span{text-shadow:0 2px 4px rgba(0,0,0,.5)}._insightsOverlay_1e0ek_116{position:absolute;inset:0;background:#000;z-index:1000;display:flex;flex-direction:column;color:#fff;animation:_slideUp_1e0ek_1 .4s cubic-bezier(.4,0,.2,1)}@keyframes _slideUp_1e0ek_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._insightsHeader_1e0ek_137{display:flex;justify-content:center;align-items:center;padding:16px;border-bottom:1px solid rgba(255,255,255,.1);position:relative}._insightsHeader_1e0ek_137 h2{font-size:16px;font-weight:700}._insightsCloseBtn_1e0ek_151{position:absolute;right:16px;background:none;border:none;color:#fff;cursor:pointer;opacity:.8}._insightsLoading_1e0ek_161{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#a1a1aa}._insightsContent_1e0ek_171{flex:1;overflow-y:auto;padding:24px 16px}._insightsSection_1e0ek_177{margin-bottom:48px}._sectionHeaderCol_1e0ek_181{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}._mainValueRow_1e0ek_188{display:flex;flex-direction:column}._largeValue_1e0ek_193{font-size:32px;font-weight:700;line-height:1}._mainLabel_1e0ek_199{font-size:14px;font-weight:600;color:#efefef;margin-top:4px}._audienceBreakdown_1e0ek_206{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}._audienceRow_1e0ek_213{display:flex;flex-direction:column;gap:8px}._audienceInfo_1e0ek_219{display:flex;justify-content:space-between;align-items:center}._audienceLabel_1e0ek_225{font-size:14px;font-weight:500;color:#efefef}._audienceValue_1e0ek_231{font-size:14px;font-weight:600}._progressTrack_1e0ek_236{height:8px;background:#262626;border-radius:4px;overflow:hidden}._progressFillFollowers_1e0ek_243{height:100%;background:linear-gradient(90deg,#c32aa3,#7232bd);border-radius:4px}._progressFillNonFollowers_1e0ek_249{height:100%;background:linear-gradient(90deg,#405de6,#5851db);border-radius:4px}._reachedRow_1e0ek_255{display:flex;justify-content:space-between;align-items:center;margin-top:24px}._mediumLabel_1e0ek_262{font-size:15px;font-weight:600}._mediumValue_1e0ek_267{font-size:15px;font-weight:700}._sectionTitleRow_1e0ek_272{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._sectionTitle_1e0ek_272{font-size:18px;font-weight:700}._infoIcon_1e0ek_284{color:#a1a1aa}._interactionsGroup_1e0ek_288{display:flex;flex-direction:column;gap:16px;border-radius:8px}._groupHeader_1e0ek_295{display:flex;align-items:center;gap:8px;margin-bottom:8px}._groupHeader_1e0ek_295 h4{font-size:14px;font-weight:600;margin:0}._groupValue_1e0ek_308{margin-left:auto;font-weight:700;font-size:14px}._insightsList_1e0ek_314{display:flex;flex-direction:column;gap:20px}._insightListItem_1e0ek_320{display:flex;justify-content:space-between;align-items:center}._itemLeft_1e0ek_326{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}._itemValue_1e0ek_334{font-weight:700;font-size:14px}._insightsError_1e0ek_339{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#a1a1aa}._retryBtn_1e0ek_349{background:#0095f6;color:#fff;border:none;border-radius:8px;padding:8px 24px;font-weight:600;cursor:pointer}._navBtnLeft_1e0ek_359,._navBtnRight_1e0ek_360{position:absolute;top:50%;transform:translateY(-50%);background:#0000004d;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s}._navBtnLeft_1e0ek_359:hover,._navBtnRight_1e0ek_360:hover{background:#00000080}._navBtnLeft_1e0ek_359{left:10px}._navBtnRight_1e0ek_360{right:10px}._sidebarHeader_1e0ek_390{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}._userInfo_1e0ek_399{display:flex;align-items:center;gap:12px}._creatorAvatar_1e0ek_405{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.1);flex-shrink:0}._userNames_1e0ek_414{display:flex;align-items:center;gap:4px;flex:1}._username_1e0ek_421{font-weight:700;font-size:18px;color:#fff}._verifyTick_1e0ek_427{color:#0095f6;fill:#0095f6}._dot_1e0ek_432{color:#a8a8a8;font-size:14px}._followBtn_1e0ek_437{background:none;border:none;color:#0095f6;font-size:14px;font-weight:700;cursor:pointer;padding:0;transition:opacity .2s;margin-left:4px}._followBtn_1e0ek_437:hover{color:#fff}._originalAudio_1e0ek_453{font-size:13px;color:#a8a8a8;font-weight:400}._moreBtn_1e0ek_459{background:none;border:none;color:#fff;cursor:pointer}._scrollableContent_1e0ek_466{flex:1;overflow-y:auto;padding:16px}._captionRow_1e0ek_472{display:flex;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.05)}._userHeaderRow_1e0ek_480{display:flex;justify-content:space-between;align-items:center;width:100%;gap:16px}._captionBody_1e0ek_488{margin-top:4px}._optionsOverlay_1e0ek_493{position:fixed;inset:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:3000}._optionsContainer_1e0ek_506{width:400px;background:#000;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;position:relative;max-width:90%}._optionsXBtn_1e0ek_517{position:absolute;top:10px;right:12px;background:none;border:none;color:#fff;cursor:pointer;z-index:3001;opacity:.8}._optionsXBtn_1e0ek_517:hover{opacity:1}._optionBtn_1e0ek_533,._deleteOption_1e0ek_534,._cancelBtn_1e0ek_535{padding:14px;background:none;border:none;border-bottom:1px solid #363636;color:#fff;font-size:14px;font-weight:500;cursor:pointer;text-align:center;width:100%}._optionBtn_1e0ek_533:hover,._deleteOption_1e0ek_534:hover,._cancelBtn_1e0ek_535:hover{background:#ffffff0d}._deleteOption_1e0ek_534{color:#ed4956;font-weight:700}._optionBtn_1e0ek_533:last-child{border-bottom:none}._commentAvatar_1e0ek_563{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}._commentContent_1e0ek_571{display:flex;flex-direction:column;gap:4px}._commentUser_1e0ek_577{font-weight:600;font-size:18px;color:#fff;margin-right:8px}._commentText_1e0ek_584{font-size:14px;color:#efefef;line-height:1.4}._hashtags_1e0ek_590{margin-top:8px}._hashtag_1e0ek_590{color:#e0f1ff;font-size:14px;cursor:pointer}._commentsList_1e0ek_600{display:flex;flex-direction:column;gap:16px}._commentRow_1e0ek_606{display:flex;gap:12px}._commentMeta_1e0ek_611{font-size:12px;color:#a8a8a8;margin-top:4px}._loadingComments_1e0ek_617,._noComments_1e0ek_618{padding:20px;text-align:center;color:#a8a8a8;font-size:14px}._sidebarFooter_1e0ek_625{border-top:1px solid rgba(255,255,255,.1)}._actionRow_1e0ek_629{display:flex;justify-content:space-between;padding:12px 16px 8px}._leftActions_1e0ek_635{display:flex;gap:16px}._actionBtn_1e0ek_640{background:none;border:none;color:#fff;padding:0;cursor:pointer;transition:opacity .2s}._actionBtn_1e0ek_640:hover{opacity:.7}._statsRow_1e0ek_653{display:flex;flex-direction:column;gap:2px;padding:0 16px 12px}._likesCount_1e0ek_660{font-weight:700;font-size:14px;color:#fff}._date_1e0ek_666{font-size:10px;color:#a8a8a8;text-transform:uppercase;letter-spacing:.5px}._brandActions_1e0ek_673{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}._insightsBtn_1e0ek_682{background:none;border:none;color:#405de6;font-size:13px;font-weight:700;cursor:pointer;padding:0;transition:opacity .2s}._insightsBtn_1e0ek_682:hover{opacity:.7}._commentInputRow_1e0ek_698{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.1);padding:12px 16px}._inputWrapper_1e0ek_707{display:flex;align-items:center;gap:12px;flex:1}._smileIcon_1e0ek_714{color:#efefef;cursor:pointer;flex-shrink:0}._commentInput_1e0ek_698{flex:1;background:none;border:none;color:#fff;font-size:14px;outline:none}._postBtn_1e0ek_729{background:none;border:none;color:var(--primary);padding:0 8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._postBtn_1e0ek_729:hover:not(:disabled){color:#fff;transform:scale(1.1)}._postBtn_1e0ek_729:disabled{opacity:.3;cursor:default}._commentsDisabled_1e0ek_751{padding:16px;text-align:center;background:#ffffff08;border-radius:12px;margin:12px 16px}._commentsDisabled_1e0ek_751 span{color:#a1a1aa;font-size:.9rem;font-weight:500}@media(max-width:768px){._modalContent_1e0ek_29{flex-direction:column;width:100%;height:100vh;border-radius:0}._videoSection_1e0ek_42{flex:.6;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}._sidebarSection_1e0ek_67{flex:.4}}._emojiPickerPopup_1e0ek_786{position:absolute;bottom:100%;left:0;width:280px;background:#000;border-radius:12px;padding:16px;box-shadow:0 -4px 20px #00000080;max-height:250px;overflow-y:auto;z-index:100;margin-bottom:12px;animation:_fadeIn_1e0ek_1 .2s ease-out;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes _fadeIn_1e0ek_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._emojiCategory_1e0ek_816{margin-bottom:16px}._categoryTitle_1e0ek_820{display:block;font-size:12px;font-weight:600;color:#a8a8a8;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._emojiGrid_1e0ek_830{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}._emojiBtn_1e0ek_836{background:none;border:none;font-size:20px;cursor:pointer;transition:transform .1s;padding:4px;display:flex;align-items:center;justify-content:center}._emojiBtn_1e0ek_836:active{transform:scale(1.3)}._emojiPickerPopup_1e0ek_786::-webkit-scrollbar{width:4px}._emojiPickerPopup_1e0ek_786::-webkit-scrollbar-thumb{background:#363636;border-radius:2px}._volumeBtn_1e0ek_861{position:absolute;bottom:20px;right:20px;background:#00000080;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:20;transition:background .2s,transform .2s}._volumeBtn_1e0ek_861:hover{background:#000000b3;transform:scale(1.1)}._twitterContainer_1yvzu_1{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid #2f3336;background:transparent;width:100%}@media(max-width:480px){._twitterContainer_1yvzu_1{padding:10px 12px;gap:8px}}._avatarColumn_1yvzu_17{flex-shrink:0}._contentColumn_1yvzu_21{flex:1;display:flex;flex-direction:column;gap:4px}._headerRow_1yvzu_28{display:flex;justify-content:space-between;align-items:center}._userMeta_1yvzu_34{display:flex;align-items:center;gap:4px;overflow:hidden}._fullName_1yvzu_41{font-weight:700;font-size:.95rem;color:#fff}._handle_1yvzu_47,._dot_1yvzu_52,._time_1yvzu_52{color:#71767b;font-size:.9rem}._badges_1yvzu_57{display:flex;gap:2px}._moreBtn_1yvzu_62{background:none;border:none;color:#71767b;cursor:pointer;padding:8px;border-radius:50%;margin-right:-8px;transition:background .2s}._moreBtn_1yvzu_62:hover{background:#1da1f21a;color:#1d9bf0}._textBody_1yvzu_78{margin-bottom:12px;font-size:1.1rem;line-height:1.5;color:#fff}._interactionBar_1yvzu_85{display:flex;justify-content:space-between;padding-right:20%}._actionBtn_1yvzu_91{display:flex;align-items:center;gap:8px;background:none;border:none;color:#71767b;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s;font-size:.85rem}._actionBtn_1yvzu_91:hover{background:#1da1f21a;color:#1d9bf0}._actionBtn_1yvzu_91._liked_1yvzu_110{color:#f91880}._actionBtn_1yvzu_91._liked_1yvzu_110:hover{background:#f918801a}._statCount_1yvzu_118{font-weight:500}._gridContainer_1yvzu_123{position:relative;height:100%;width:100%;background:#000;overflow:hidden;display:flex;flex-direction:column}._gridXBackground_1yvzu_133{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.05;z-index:1}._gridXBird_1yvzu_142{color:#1d9bf0}._gridOverlay_1yvzu_146{position:relative;z-index:2;height:100%;width:100%;padding:12px;display:flex;flex-direction:column;background:linear-gradient(135deg,rgba(29,155,240,.05) 0%,transparent 50%,rgba(249,24,128,.03) 100%);box-sizing:border-box}._gridXHeader_1yvzu_158{display:flex;align-items:center;gap:6px;margin-bottom:8px}._gridXUserMeta_1yvzu_165{overflow:hidden;min-width:0}._gridXNameRow_1yvzu_170{display:flex;align-items:center;gap:3px}._gridXUsername_1yvzu_176{font-size:.7rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._gridXBody_1yvzu_185{flex:1;overflow:hidden;display:flex;align-items:flex-start}._gridXText_1yvzu_192{font-size:.82rem;line-height:1.4;color:#efefef;font-weight:500;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}._gridXFooter_1yvzu_204{display:flex;gap:10px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}._gridXStat_1yvzu_212{display:flex;align-items:center;gap:4px;font-size:.65rem;color:#71767b}._gridXStat_1yvzu_212 span{font-weight:600}@keyframes _sparkleBob_1yvzu_1{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-4px);opacity:.8}}@keyframes _glowPulse_1yvzu_1{0%,to{opacity:.5}50%{opacity:1}}._modalWrapper_1yvzu_236{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;position:relative;background-color:#080313;background-image:radial-gradient(ellipse 80% 40% at 50% 0%,rgba(139,92,246,.16) 0%,transparent 70%),radial-gradient(ellipse 60% 30% at 85% 100%,rgba(99,102,241,.1) 0%,transparent 70%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='160' viewBox='0 0 80 160'%3E%3Cpath d='M40 0 L58 64 L44 64 L52 112 L36 112 L44 160 L28 96 L40 96 L32 48 Z' fill='%23a855f7' fill-opacity='0.05'/%3E%3C/svg%3E");background-size:auto,auto,80px 160px}._modalInner_1yvzu_253{position:relative;width:100%;height:100%;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:10;overflow:visible;padding-bottom:20px}._polaroidCard_1yvzu_267{position:relative;width:96%;height:94%;max-width:none;background:linear-gradient(160deg,#180c36,#0e071f,#140932);padding:4px 4px 48px;border-radius:18px;border:2px solid rgba(192,132,252,.65);box-shadow:0 0 0 1px #8b5cf626,0 0 20px 4px #a855f759,0 0 50px 10px #a855f71f,0 24px 48px #000000bf;display:flex;flex-direction:column;transform:rotate(-1.5deg);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);will-change:transform}._polaroidCard_1yvzu_267:after{content:"";position:absolute;inset:-3px;border-radius:20px;background:transparent;box-shadow:0 0 28px 6px #c084fc4d;animation:_glowPulse_1yvzu_1 3s ease-in-out infinite;will-change:opacity;pointer-events:none;z-index:0}._polaroidCard_1yvzu_267:before{content:"";position:absolute;top:0;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(216,180,254,.85),transparent);border-radius:0 0 4px 4px;z-index:2;pointer-events:none}._polaroidCard_1yvzu_267:hover{transform:rotate(0) scale(1.02)}._polaroidContent_1yvzu_323{background:linear-gradient(160deg,#0c0520,#090418 60%,#0e0622);border-radius:12px;border:1px solid rgba(168,85,247,.35);width:100%;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:20px;box-shadow:inset 0 0 40px #000000b3,inset 0 0 30px #50147814;overflow-y:auto;position:relative}._polaroidContent_1yvzu_323:before{content:"";position:absolute;top:0;left:0;width:120px;height:120px;background:radial-gradient(circle at top left,rgba(168,85,247,.14) 0%,transparent 70%);pointer-events:none;z-index:0}._polaroidContent_1yvzu_323:after{content:"";position:absolute;bottom:0;right:0;width:120px;height:120px;background:radial-gradient(circle at bottom right,rgba(99,102,241,.12) 0%,transparent 70%);pointer-events:none;z-index:0}._polaroidContent_1yvzu_323::-webkit-scrollbar{width:3px}._polaroidContent_1yvzu_323::-webkit-scrollbar-thumb{background:#a855f766;border-radius:4px}._sparkleTopRight_1yvzu_374{position:absolute;top:-18px;right:-18px;color:#e9d5ff;display:flex;align-items:center;filter:drop-shadow(0 0 8px rgba(192,132,252,.9));z-index:12;animation:_sparkleBob_1yvzu_1 2.4s ease-in-out infinite;will-change:transform}._sparkleBottomLeft_1yvzu_387{position:absolute;bottom:26px;left:-18px;color:#e9d5ff;display:flex;align-items:center;filter:drop-shadow(0 0 8px rgba(192,132,252,.9));z-index:12;animation:_sparkleBob_1yvzu_1 2.9s ease-in-out infinite .5s;will-change:transform}._smallSparkle_1yvzu_400{transform:translate(-4px,10px) scale(.65)}._decorationsContainer_1yvzu_405{position:absolute;bottom:10px;right:10px;display:flex;align-items:flex-end;gap:4px;z-index:12}._speechBubbleBlue_1yvzu_415{background:linear-gradient(135deg,#6366f1,#4338ca);border:1px solid rgba(255,255,255,.28);border-radius:12px;min-width:50px;height:28px;padding:0 10px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px #312e81,0 5px 12px #4338ca80;transform:rotate(-10deg) translateY(-6px)}._speechBubbleCyan_1yvzu_429{background:linear-gradient(135deg,#a855f7,#7c3aed);border:1px solid rgba(255,255,255,.28);border-radius:12px;min-width:50px;height:28px;padding:0 10px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px #4c1d95,0 5px 12px #7c3aed80;transform:rotate(5deg)}._speechBubbleGreen_1yvzu_443{background:linear-gradient(135deg,#10b981,#047857);border:1px solid rgba(255,255,255,.28);border-radius:12px;min-width:50px;height:28px;padding:0 10px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px #064e3b,0 5px 12px #10b98180;transform:rotate(-10deg) translateY(-6px)}._bubbleText_1yvzu_457{font-family:Outfit,sans-serif;font-size:.58rem;font-weight:800;color:#fff;letter-spacing:.06em;text-transform:uppercase;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px rgba(0,0,0,.5)}._modalBody_1yvzu_469{width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;position:relative}._modalBodyTopLeft_1yvzu_479{align-items:flex-start!important;justify-content:center!important}._modalText_1yvzu_484{font-family:Pacifico,cursive,sans-serif;line-height:1.5;color:#f3e8ff;font-weight:400;text-align:center;display:inline-block;white-space:pre-wrap;word-break:break-word;width:100%;position:relative;z-index:1;text-shadow:0 0 16px rgba(192,132,252,.35),0 2px 6px rgba(0,0,0,.5)}._textShort_1yvzu_500{font-size:2.4rem;letter-spacing:-.01em}._textLong_1yvzu_505{font-size:1.4rem;text-align:center;text-shadow:0 1px 6px rgba(139,92,246,.25)}._voiceWrapper_1yvzu_512{background-color:#010f0b!important;background-image:radial-gradient(ellipse 90% 50% at 50% 0%,rgba(5,230,150,.22) 0%,transparent 60%),radial-gradient(ellipse 70% 45% at 80% 100%,rgba(6,182,212,.15) 0%,transparent 65%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0 L33 12 L30 24 L27 12 Z' fill='%2305e696' fill-opacity='0.06'/%3E%3C/svg%3E")!important;background-size:auto,auto,60px 60px!important}._voiceCard_1yvzu_521{background:linear-gradient(160deg,#022b1c,#00120b 55%,#012115)!important;border:2px solid rgba(5,230,150,.85)!important;box-shadow:0 0 0 1px #05e69640,0 0 30px 6px #05e69673,0 0 60px 15px #06b6d438,0 30px 60px #000000d9!important;transform:rotate(1.5deg)!important}._voiceCard_1yvzu_521:after{box-shadow:0 0 35px 8px #06b6d459!important}._voiceCard_1yvzu_521:before{background:linear-gradient(90deg,transparent,rgba(167,243,208,.95),transparent)!important}._voiceCard_1yvzu_521:hover{transform:rotate(0) scale(1.025)!important;border-color:#05e696!important}._voiceContent_1yvzu_545{background:linear-gradient(165deg,#011f14,#000c07 65%,#00170f)!important;border:1px solid rgba(5,230,150,.45)!important;box-shadow:inset 0 0 45px #000c,inset 0 0 35px #05e6961f!important}._voiceContent_1yvzu_545:before{background:radial-gradient(circle at top left,rgba(5,230,150,.18) 0%,transparent 65%)!important}._voiceContent_1yvzu_545:after{background:radial-gradient(circle at bottom right,rgba(6,182,212,.15) 0%,transparent 65%)!important}._voiceText_1yvzu_561{color:#e0fff3!important;text-shadow:0 0 10px rgba(5,230,150,.6),0 0 25px rgba(6,182,212,.3),0 2px 8px rgba(0,0,0,.7)!important;font-family:Playfair Display,Georgia,serif!important;font-weight:800!important;font-style:italic!important}._overlay_14pbz_1{position:fixed;inset:0;background:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}._modal_14pbz_9{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:#000;border-radius:20px;z-index:1001;display:flex;flex-direction:column;max-height:80vh;box-shadow:0 10px 40px #00000080;animation:_modalIn_14pbz_1 .3s ease-out;overflow:hidden}@keyframes _modalIn_14pbz_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._header_14pbz_32{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #262626}._header_14pbz_32 h3{margin:0;font-size:16px;font-weight:700}._closeBtn_14pbz_46{background:none;border:none;color:#fff;cursor:pointer;padding:4px}._closePlaceholder_14pbz_54{width:32px}._content_14pbz_58{flex:1;overflow-y:auto;padding:16px}._searchBarContainer_14pbz_64{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #262626;margin-bottom:16px}._searchLabel_14pbz_73{font-size:15px;font-weight:600;color:#fff}._searchBar_14pbz_64{flex:1}._searchBar_14pbz_64 input{width:100%;background:none;border:none;color:#fff;font-size:15px;outline:none}._searchBar_14pbz_64 input::placeholder{color:#555}._suggestedHeader_14pbz_96{padding:0 4px;margin-bottom:12px}._suggestedHeader_14pbz_96 h4{margin:0;font-size:14px;font-weight:700;color:#fff}._userList_14pbz_108{display:flex;flex-direction:column;gap:4px}._listItem_14pbz_114{display:flex;align-items:center;justify-content:space-between;padding:10px 4px;cursor:pointer;transition:background .2s;border-radius:8px}._listItem_14pbz_114:hover{background:#ffffff0d}._listLeft_14pbz_128{display:flex;align-items:center;gap:12px}._listInfo_14pbz_134{display:flex;flex-direction:column;gap:2px}._fullName_14pbz_140{font-size:14px;font-weight:600;color:#fff}._username_14pbz_146{font-size:13px;color:#a8a8a8}._listRight_14pbz_151{display:flex;align-items:center}._radioCircle_14pbz_156{width:22px;height:22px;border:2px solid #363636;border-radius:50%;transition:all .2s}._listItem_14pbz_114:active ._radioCircle_14pbz_156{background:var(--primary);border-color:var(--primary)}._listLoading_14pbz_169{display:flex;justify-content:center;padding:20px;color:#a8a8a8}._socialShare_14pbz_176{display:flex;justify-content:flex-start;padding:24px 16px;border-top:1px solid #262626;gap:28px;overflow-x:auto;scrollbar-width:none}._socialBtn_14pbz_186{display:flex;flex-direction:column;align-items:center;gap:10px;background:none;border:none;color:#efefef;cursor:pointer;flex-shrink:0;transition:transform .2s}._socialBtn_14pbz_186:active{transform:scale(.95)}._socialIcon_14pbz_203{width:52px;height:52px;min-width:52px;min-height:52px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #0003}._socialBtn_14pbz_186 span{font-size:12px;font-weight:500}._toast_14pbz_222{position:absolute;top:20px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;z-index:1002;box-shadow:0 4px 12px #00000080}._gridLoading_14pbz_236{grid-column:1 / -1;display:flex;justify-content:center;padding:20px;color:#a8a8a8}._overlay_xr31v_1{position:fixed;inset:0;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_xr31v_1 .2s ease-out}._modal_xr31v_13{background-color:#000;width:100%;max-width:400px;border-radius:12px;overflow:hidden;animation:_slideUp_xr31v_1 .3s cubic-bezier(.16,1,.3,1);box-shadow:0 12px 40px #00000080}._header_xr31v_23{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #363636}._closeBtn_xr31v_31{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}._title_xr31v_42{font-size:16px;font-weight:700;color:#fff}._content_xr31v_48{padding:16px 0}._question_xr31v_52{font-size:16px;font-weight:700;color:#fff;padding:0 16px 16px;margin:0}._reasonsList_xr31v_60{display:flex;flex-direction:column}._reasonItem_xr31v_65{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;color:#fff;transition:background-color .2s;text-align:left}._reasonItem_xr31v_65:hover{background-color:#ffffff0d}._reasonItem_xr31v_65 span{font-size:14px;font-weight:500;color:#ffffffe6}._chevron_xr31v_89{color:#8e8e8e}@keyframes _fadeIn_xr31v_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_xr31v_1{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:480px){._modal_xr31v_13{max-width:90%}}._overlay_1dy05_1{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1dy05_1 .2s ease-out}._modal_1dy05_15{background:#0a0a0a;width:85%;max-width:340px;border-radius:32px;position:relative;padding:32px 24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 80px #0009;animation:_slideUp_1dy05_1 .4s cubic-bezier(.175,.885,.32,1.275)}._content_1dy05_27{text-align:center}._iconContainer_1dy05_31{margin-bottom:20px;display:flex;justify-content:center;width:64px;height:64px;background:#ff3b301a;border-radius:50%;margin-left:auto;margin-right:auto;align-items:center}._title_1dy05_44{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px}._message_1dy05_51{color:#fff9;font-size:15px;line-height:1.5;margin-bottom:32px}._actions_1dy05_58{display:flex;flex-direction:column;gap:12px}._deleteBtn_1dy05_64{background:#ff3b30;color:#fff;border:none;padding:16px;border-radius:18px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s}._deleteBtn_1dy05_64:hover{background:#ff453a;transform:scale(1.02)}._deleteBtn_1dy05_64:active{transform:scale(.98)}._cancelBtn_1dy05_85{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);padding:16px;border-radius:18px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}._cancelBtn_1dy05_85:hover{background:#ffffff1a}._closeBtn_1dy05_101{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#ffffff4d;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s}._closeBtn_1dy05_101:hover{color:#fff}@keyframes _fadeIn_1dy05_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1dy05_1{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}._toast_k7pz1_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;backdrop-filter:blur(30px) saturate(200%);-webkit-backdrop-filter:blur(30px) saturate(200%);border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:20px;width:240px;max-width:80vw;z-index:12000;box-shadow:0 40px 80px #0009;text-align:center;animation:_popIn_k7pz1_1 .5s cubic-bezier(.175,.885,.32,1.275)}._icon_k7pz1_24{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#ffffff08;transition:transform .3s ease}._toast_k7pz1_1:hover ._icon_k7pz1_24{transform:scale(1.1)}._message_k7pz1_39{color:#fff;font-size:17px;font-weight:600;line-height:1.4;margin:0;letter-spacing:-.2px}._closeBtn_k7pz1_48{display:none}._success_k7pz1_52 ._icon_k7pz1_24{background:#af52de1f;border:1px solid rgba(175,82,222,.2)}._error_k7pz1_57 ._icon_k7pz1_24{background:#ff3b301f;border:1px solid rgba(255,59,48,.2)}._info_k7pz1_62 ._icon_k7pz1_24{background:#5856d61f;border:1px solid rgba(88,86,214,.2)}@keyframes _popIn_k7pz1_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.8) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}._errorOverlay_k7pz1_79{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:15000;animation:_overlayFadeIn_k7pz1_1 .25s ease}._errorPopup_k7pz1_92{background:#140c1ceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,59,48,.18);border-radius:24px;padding:36px 32px 28px;display:flex;flex-direction:column;align-items:center;gap:14px;width:320px;max-width:88vw;box-shadow:0 0 0 1px #ff3b3014,0 24px 64px #0009,0 0 80px #ff3b300f;text-align:center;animation:_popupBounceIn_k7pz1_1 .4s cubic-bezier(.175,.885,.32,1.275)}._errorIconWrap_k7pz1_113{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#ff3b301a;border:1px solid rgba(255,59,48,.2);margin-bottom:4px}._errorTitle_k7pz1_125{color:#fff;font-size:19px;font-weight:700;margin:0;letter-spacing:-.3px}._errorMessage_k7pz1_133{color:#ffffffb3;font-size:15px;font-weight:400;line-height:1.5;margin:0;max-height:200px;overflow-y:auto;word-break:break-word}._errorDismissBtn_k7pz1_144{margin-top:8px;width:100%;padding:14px;border:none;border-radius:14px;background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;letter-spacing:.3px}._errorDismissBtn_k7pz1_144:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6);transform:translateY(-1px);box-shadow:0 4px 20px #6d28d959}._errorDismissBtn_k7pz1_144:active{transform:translateY(0)}@keyframes _overlayFadeIn_k7pz1_1{0%{opacity:0}to{opacity:1}}@keyframes _popupBounceIn_k7pz1_1{0%{opacity:0;transform:scale(.7) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}._overlay_haesv_1{position:fixed;inset:0;background:transparent;z-index:1000}._drawer_haesv_8{position:fixed;top:0;right:0;width:400px;height:100vh;background:#000;z-index:1001;display:flex;flex-direction:column;box-shadow:none;animation:_slideIn_haesv_1 .3s ease-out}@media(max-width:600px){._drawer_haesv_8{width:85%;bottom:0;top:0;right:0;height:100vh;animation:_slideIn_haesv_1 .3s ease-out}}@keyframes _slideIn_haesv_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideUp_haesv_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._header_haesv_43{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}._headerInfo_haesv_51{display:flex;align-items:center;gap:12px}._headerInfo_haesv_51 h3{margin:0;font-size:1.2rem;color:#fff}._count_haesv_63{color:#ffffff80;font-size:.9rem;font-weight:500}._closeBtn_haesv_69{background:none;border:none;color:#ffffffb3;cursor:pointer;transition:color .2s}._closeBtn_haesv_69:hover{color:#fff}._commentsList_haesv_81{flex:1;overflow-y:auto;padding:1.5rem}._commentItem_haesv_87{display:flex;gap:12px;margin-bottom:24px}._avatar_haesv_93{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}._commentBody_haesv_101{flex:1}._commentHeader_haesv_105{display:flex;align-items:center;gap:8px;margin-bottom:4px}._username_haesv_112{font-size:.9rem;font-weight:700;color:#fff}._time_haesv_118{font-size:.75rem;color:#fff6}._text_haesv_123{font-size:.9rem;color:#ffffffe6;line-height:1.4;margin:0 0 8px}._commentActions_haesv_130{display:flex;align-items:center;gap:16px;margin-top:8px}._actionBtn_haesv_137{background:none;border:none;color:#ffffff80;font-size:.75rem;font-weight:600;cursor:pointer;padding:0}._reactionCapsule_haesv_147{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2px 4px;gap:4px}._reactionBtn_haesv_157{background:none;border:none;color:#ffffffb3;display:flex;align-items:center;gap:6px;cursor:pointer;padding:6px 10px;border-radius:16px;transition:all .2s}._separator_haesv_170{width:1px;height:14px;background:#fff3;margin:0 2px}._reactionBtn_haesv_157:hover{color:#fff;background:#ffffff1a}._reactionBtn_haesv_157._liked_haesv_182{color:#ffc107}._reactionBtn_haesv_157._disliked_haesv_186{color:#ed4956}._reactionCount_haesv_190{font-size:.8rem;font-weight:600}._footer_haesv_195{padding:12px 16px;border-top:1px solid #262626;position:relative}._emojiPickerPopup_haesv_201{position:absolute;bottom:100%;left:16px;right:16px;background:#000;border-radius:12px;padding:16px;box-shadow:none;max-height:300px;overflow-y:auto;z-index:10;margin-bottom:8px;animation:_fadeIn_haesv_1 .2s ease-out}@keyframes _fadeIn_haesv_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._emojiCategory_haesv_222{margin-bottom:16px}._categoryTitle_haesv_226{display:block;font-size:14px;font-weight:600;color:#a8a8a8;margin-bottom:8px}._emojiGrid_haesv_234{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}._emojiBtn_haesv_240{background:none;border:none;font-size:24px;cursor:pointer;transition:transform .1s;padding:4px}._emojiBtn_haesv_240:active{transform:scale(1.3)}._emojiPickerPopup_haesv_201::-webkit-scrollbar{width:6px}._emojiPickerPopup_haesv_201::-webkit-scrollbar-thumb{background:#363636;border-radius:3px}._inputWrapper_haesv_262{display:flex;align-items:center;gap:12px;width:100%}._emojiToggle_haesv_269{background:none;border:none;color:#ffffff80;cursor:pointer;padding:4px;transition:color .2s}._emojiToggle_haesv_269._active_haesv_278{color:var(--primary)}._form_haesv_282{flex:1;display:flex;align-items:center;background:#ffffff0d;border-radius:20px;padding:0 12px;border:1px solid rgba(255,255,255,.1)}._form_haesv_282 input{flex:1;background:none;border:none;color:#fff;padding:10px 0;font-size:.9rem;outline:none}._sendBtn_haesv_302{width:36px;height:36px;border-radius:50%;background:var(--primary);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}._sendBtn_haesv_302:disabled{opacity:.3;cursor:default}._loading_haesv_321,._empty_haesv_321{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#ffffff4d}._empty_haesv_321 p{margin:0;color:#fff;font-weight:600}._spinner_haesv_337{width:30px;height:30px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--primary);border-radius:50%;animation:_spin_haesv_337 .8s linear infinite}@keyframes _spin_haesv_337{to{transform:rotate(360deg)}}._flareContainer_s0edf_1{position:relative;width:100%;height:100vh;background:#000;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;overscroll-behavior-y:contain}._flareContainer_s0edf_1::-webkit-scrollbar{display:none}._scrollWrapper_s0edf_18{width:100%}._itemWrapper_s0edf_22{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}._flareItemContainer_s0edf_33{height:100vh;width:100%;position:relative;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;background:#000}._reelsLayout_s0edf_45{position:relative;height:96vh;aspect-ratio:9/16;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080;display:flex;flex-direction:column}@media(max-width:600px){._reelsLayout_s0edf_45{height:100vh;width:100%;border-radius:0;aspect-ratio:auto}}._videoWrapper_s0edf_66{width:100%;height:100%;position:relative;background:#000}._video_s0edf_66{width:100%;height:100%;object-fit:contain}._imageMediaContainer_s0edf_79{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000;position:relative;overflow:hidden}._image_s0edf_79{width:100%;height:100%;object-fit:contain}._textMediaContainer_s0edf_96{width:100%;height:100%;position:relative;overflow:hidden;background:#000}._textMediaContent_s0edf_104{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem 1.5rem;width:100%;max-width:320px;text-align:center}._textMediaContent_s0edf_104 p{font-size:1.4rem;font-weight:700;line-height:1.3;color:#fff;margin:0}._textScrollArea_s0edf_123{max-height:60vh;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}._textScrollArea_s0edf_123::-webkit-scrollbar{width:4px}._textScrollArea_s0edf_123::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}._volumeBtn_s0edf_141{position:absolute;top:20px;right:20px;background:#0000004d;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:background .2s}._volumeBtn_s0edf_141:hover{background:#00000080}._overlay_s0edf_164{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,transparent 25%,transparent 75%,rgba(0,0,0,.2) 100%);display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none;padding:20px}._rightActions_s0edf_182{position:absolute;right:12px;bottom:40px;top:80px;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center;pointer-events:auto;z-index:10}._actionItem_s0edf_196{display:flex;flex-direction:column;align-items:center;gap:6px}._actionItem_s0edf_196 ._username_s0edf_203{font-size:18px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}._actionItem_s0edf_196 span{font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.8)}._iconBtn_s0edf_221{background:none;border:none;padding:0;cursor:pointer;color:#fff;transition:transform .1s}._iconBtn_s0edf_221:active{transform:scale(.9)}._liked_s0edf_234{color:#ff3040!important}._userAvatarSmall_s0edf_239{width:32px;height:32px}._userAvatarSmall_s0edf_239 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._usernameWrapper_s0edf_251{display:flex;align-items:center;gap:6px;cursor:pointer}._brandTagsContainer_s0edf_258{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:12px;pointer-events:auto}._brandTag_s0edf_258{display:flex;align-items:center;gap:8px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:6px 12px 6px 6px;border-radius:20px;width:fit-content;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);pointer-events:auto}._participateBadge_s0edf_283{display:flex;align-items:center;gap:6px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);pointer-events:auto}._participateBadge_s0edf_283:hover{transform:scale(1.05);background:#ff8c0026;border-color:#ff8c0080;box-shadow:0 4px 12px #ff8c0033}._brandTagAvatar_s0edf_308{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.3)}._brandLabel_s0edf_316{font-size:.75rem;color:#ffffffb3;font-weight:500}._brandName_s0edf_322{font-size:.85rem;font-weight:800;color:#fff;letter-spacing:-.2px}._userAvatarSmall_s0edf_239{width:32px;height:32px;cursor:pointer;transition:opacity .2s}._userAvatarSmall_s0edf_239:hover{opacity:.8}._userAvatar_s0edf_239{position:relative;width:44px;height:44px;margin-bottom:20px}._userAvatar_s0edf_239 img{width:100%;height:100%;border-radius:50%;border:1.5px solid #fff;object-fit:cover}._followBadge_s0edf_355{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);background:#0095f6;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #000;font-size:14px;font-weight:800}._bottomInfo_s0edf_374{width:100%;max-width:80%;pointer-events:auto}._creatorRow_s0edf_380{display:flex;align-items:center;gap:8px;margin-bottom:12px}._username_s0edf_203{font-size:.95rem;font-weight:700;color:#fff}._followBtn_s0edf_393{background:transparent;border:1px solid rgba(255,255,255,.8);color:#fff;padding:2px 12px;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer}._caption_s0edf_404{font-size:.9rem;color:#fff;margin-bottom:8px;line-height:1.4;display:block}._readMoreContainer_s0edf_412{display:inline-flex;align-items:center}._readMoreBtn_s0edf_417{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.72rem;font-weight:700;cursor:pointer;padding:2px 10px;border-radius:6px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .2s ease;text-transform:lowercase;pointer-events:auto;margin-left:8px;vertical-align:middle}._readMoreBtn_s0edf_417:hover{background:#fff3;transform:translateY(-1px)}._fullCaptionPopupOverlay_s0edf_439{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px}._fullCaptionPopup_s0edf_439{background:#1a1a1a;border:2px solid rgba(255,255,255,.3);border-radius:24px;width:90%;max-width:400px;min-height:300px;max-height:80vh;display:flex!important;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 0 50px #000;z-index:1000000}._popupHeader_s0edf_470{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}._popupTitleRow_s0edf_478{display:flex;align-items:center;gap:10px}._popupIconWrapper_s0edf_484{width:32px;height:32px;border-radius:8px;background:#6366f1;display:flex;align-items:center;justify-content:center}._popupHeader_s0edf_470 h3{margin:0;font-size:1.1rem;font-weight:700;color:#fff}._iconCloseBtn_s0edf_501{background:#ffffff1a;border:none;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}._popupBody_s0edf_514{padding:1.5rem;overflow-y:auto;flex:1}._popupCreatorInfo_s0edf_520{display:flex;align-items:center;gap:8px;margin-bottom:1rem}._popupAvatar_s0edf_527{width:24px;height:24px;border-radius:50%;object-fit:cover}._popupCreatorInfo_s0edf_520 span{font-size:.9rem;font-weight:600;color:#fff}._fullCaptionText_s0edf_540{font-size:1rem;line-height:1.5;color:#fff;white-space:pre-wrap}._popupHashtags_s0edf_547{display:flex;flex-wrap:wrap;gap:6px;margin-top:1rem}._popupHashtags_s0edf_547 span{color:#6366f1;font-size:.85rem;font-weight:600}._popupFooter_s0edf_560{padding:1rem 1.5rem;background:#1a1a1a;border-top:1px solid rgba(255,255,255,.1)}._premiumActionBtn_s0edf_566{width:100%;padding:12px;background:#6366f1;border:none;border-radius:12px;color:#fff;font-weight:700;cursor:pointer}._musicInfo_s0edf_578{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#fff;background:#ffffff1a;padding:4px 12px;border-radius:12px;width:fit-content;max-width:150px;overflow:hidden}._musicIcon_s0edf_592{flex-shrink:0}._marqueeTextWrapper_s0edf_596{overflow:hidden;display:inline-block;flex:1}._scrollContainer_s0edf_602{white-space:nowrap;animation:_scrollText_s0edf_1 10s linear infinite}@keyframes _scrollText_s0edf_1{0%{transform:translate(100%)}to{transform:translate(-100%)}}._scrollNav_s0edf_613{position:absolute;right:-60px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px}@media(max-width:1000px){._scrollNav_s0edf_613{display:none}}._navBtn_s0edf_629{background:#262626;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._navBtn_s0edf_629:hover{background:#363636}._navBtn_s0edf_629:disabled{opacity:.3;cursor:default}._placeholderThumb_s0edf_652{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}._videoError_s0edf_661{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#111;color:#555;font-size:.8rem}._avatarFallback_s0edf_672{width:100%;height:100%;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;color:#888;font-weight:700}._loadingState_s0edf_683{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;width:100%;z-index:100}@media(min-width:601px){._flareContainer_s0edf_1{background:#000}._desktopCloseBtn_s0edf_703{position:fixed;top:30px;right:40px;background:#ffffff1a;border:none;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999;transition:background .2s}._desktopCloseBtn_s0edf_703:hover{background:#fff3}._reelsLayout_s0edf_45{border-radius:12px;box-shadow:0 10px 40px #00000080}._overlay_s0edf_164{background:none!important;position:absolute;inset:0;display:flex;justify-content:center;align-items:center;pointer-events:none;padding:0}._overlayInner_s0edf_743{position:relative;height:96vh;width:54vh;pointer-events:none}}@media(min-width:992px){._rightActions_s0edf_182{position:absolute;right:-80px;bottom:20px}._bottomInfo_s0edf_374{position:absolute;left:-340px;bottom:20px;width:320px;max-width:320px}._actionItem_s0edf_196 ._username_s0edf_203,._actionItem_s0edf_196 span,._brandName_s0edf_322,._caption_s0edf_404,._scrollContainer_s0edf_602,._brandLabel_s0edf_316{text-shadow:none!important}._scrollNav_s0edf_613{right:-150px}}@media(max-width:600px){._desktopCloseBtn_s0edf_703{display:none}._overlayInner_s0edf_743{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}}._card_13hly_1{border-radius:16px;padding:3px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.08);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;height:240px;display:flex;flex-direction:column}._card_13hly_1:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0009}._cardInner_13hly_19{background:#0a0a0abf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:14px;padding:20px;height:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.05)}._cardHeader_13hly_32{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._senderLink_13hly_39{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;min-width:0}._senderLink_13hly_39:hover ._senderName_13hly_48{color:var(--primary)}._avatar_13hly_52{border:1.5px solid rgba(255,255,255,.2)}._senderMeta_13hly_56{display:flex;flex-direction:column;min-width:0}._senderName_13hly_48{font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}._senderUsername_13hly_72{font-size:.75rem;color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._deleteBtn_13hly_80{background:#ffffff14;border:none;color:#fff9;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._deleteBtn_13hly_80:hover{background:#ef444433;color:#ef4444;transform:scale(1.1)}._cardBody_13hly_100{flex-grow:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:8px;min-height:0}._greetingTitle_13hly_109{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:6px;letter-spacing:-.2px;background:linear-gradient(120deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._greetingMessage_13hly_120{font-size:.85rem;line-height:1.45;color:#ffffffd9;overflow-y:auto;max-height:90px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}._greetingMessage_13hly_120::-webkit-scrollbar{width:4px}._greetingMessage_13hly_120::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}._cardFooter_13hly_139{display:flex;justify-content:flex-end;align-items:center;border-top:1px solid rgba(255,255,255,.05);padding-top:8px}._dateStamp_13hly_147{font-size:.7rem;color:#fff6;font-weight:500}._profileContainer_1l724_1{max-width:1200px;margin:0 auto;padding:30px 20px 0}@media(max-width:767px){._profileContainer_1l724_1{padding:0}}._profileHeaderDesktop_1l724_14{display:flex;position:relative;margin-bottom:44px}._avatarSection_1l724_20{flex-grow:1;display:flex;justify-content:center;margin-right:30px}._avatarLarge_1l724_27{width:150px;height:150px;border-radius:50%;border:1px solid var(--border);padding:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}@media(max-width:1024px){._avatarLarge_1l724_27{width:120px;height:120px}}._avatarLarge_1l724_27 img,._avatarSmall_1l724_48 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._avatarContainer_1l724_55{width:100%;height:100%;position:relative;cursor:pointer;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarPlaceholder_1l724_67{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,var(--primary),#ff8a80);display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:800;color:#fff;text-transform:uppercase;box-shadow:0 4px 15px #ff4b4b4d;line-height:1}._avatarSmall_1l724_48 ._avatarPlaceholder_1l724_67{font-size:1.5rem}._uploadOverlay_1l724_87{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#fff}._avatarContainer_1l724_55:hover ._uploadOverlay_1l724_87{opacity:1}._infoSection_1l724_103{flex-grow:2;display:flex;flex-direction:column;gap:20px;color:var(--text-main)}._usernameRow_1l724_111{display:flex;align-items:center;gap:6px}._username_1l724_111{font-size:20px;font-weight:400}._headerButtons_1l724_122{display:flex;gap:8px;align-items:center}._actionButtons_1l724_128{margin-left:auto;display:flex;align-items:center;gap:16px}._actionBtn_1l724_135{background:#ffffff1a;border:none;color:#fff;padding:7px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}._iconBtn_1l724_146{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center}._statsRow_1l724_155{display:flex;gap:40px;font-size:16px}._statItem_1l724_161 strong{font-weight:700}._fullName_1l724_165{font-size:14px;font-weight:700}._bio_1l724_170{font-size:14px;line-height:1.4}._linkItem_1l724_175{display:flex;align-items:center;gap:4px;color:var(--accent-blue);text-decoration:none;font-size:14px;font-weight:600}._tabsSection_1l724_186{border-top:1px solid var(--border);display:flex;justify-content:center}._tabsList_1l724_192{display:flex;gap:60px}._tabItem_1l724_197{background:none;border:none;color:var(--text-dim);padding:15px 0;font-size:12px;font-weight:700;letter-spacing:1px;cursor:pointer;display:flex;align-items:center;gap:6px;position:relative;transition:color .2s}._tabItem_1l724_197:hover,._activeTab_1l724_217{color:var(--text-main)}._activeTab_1l724_217:after{content:"";position:absolute;top:-1px;left:0;right:0;height:1.5px;background:#fff}._grid_1l724_232{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:20px}@media(max-width:767px){._grid_1l724_232{gap:2px;margin-top:0}}._gridItem_1l724_246{aspect-ratio:1/1;background:var(--surface);position:relative;cursor:pointer;overflow:hidden}._gridItem_1l724_246 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._textPostPreview_1l724_261{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;padding:15px;text-align:center;overflow:hidden}._textPostPreview_1l724_261 p{font-size:14px;line-height:1.4;color:#fff;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-style:italic;opacity:.9;margin:0}._gridOverlay_1l724_288{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:20;pointer-events:none}._gridItem_1l724_246:hover ._gridOverlay_1l724_288{opacity:1;pointer-events:auto}._overlayIcons_1l724_307{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;color:#fff;font-weight:800;padding:6px;width:100%}._overlayIcons_1l724_307 span{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.75rem;cursor:pointer;transition:transform .2s ease;min-width:45px}._overlayIcons_1l724_307 span:hover{transform:scale(1.05)}._overlayIcons_1l724_307 span:last-child{color:#ff4b4b}._privateBadge_1l724_337{position:absolute;top:8px;right:8px;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;padding:4px 10px;border-radius:20px;font-size:10px;font-weight:800;display:flex;align-items:center;gap:5px;z-index:10;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000004d}._profileHeaderMobile_1l724_358{display:none;flex-direction:column;position:relative;padding:20px 16px 10px;gap:16px}@media(max-width:767px){._profileHeaderDesktop_1l724_14{display:none}._profileHeaderMobile_1l724_358{display:flex}._tabsList_1l724_192{gap:0;width:100%}._tabItem_1l724_197{flex:1;justify-content:center}._tabItem_1l724_197 span{display:none}._tabItem_1l724_197 svg{width:24px;height:24px}}._mobileTopRow_1l724_395{display:flex;justify-content:space-between;align-items:center}._mobileHeaderActions_1l724_401{display:flex;align-items:center;gap:20px}._mobileMainInfo_1l724_407{display:flex;align-items:center;gap:28px}._avatarSmall_1l724_48{width:77px;height:77px;border-radius:50%;border:1px solid var(--border);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:2px}._mobileStats_1l724_427{flex:1;display:flex;justify-content:space-between;text-align:center}._campaignsContainer_1l724_434{grid-column:1 / -1;padding:20px 0}._campaignsRow_1l724_439{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){._campaignsContainer_1l724_434{padding:10px 0}._campaignsRow_1l724_439{padding:1rem;border-radius:0;border-left:none;border-right:none}}._rowTitle_1l724_460{color:#ffffff4d;font-size:.7rem;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.2rem}._campaignsScroll_1l724_469{display:flex;gap:1.5rem;overflow-x:auto;padding:10px 5px;margin:-10px -5px;scrollbar-width:none}._campaignsScroll_1l724_469::-webkit-scrollbar{display:none}._campaignCircleItem_1l724_482{display:flex;flex-direction:column;align-items:center;gap:.8rem;min-width:80px;cursor:pointer;transition:transform .2s ease}._inactiveItem_1l724_492{cursor:default}._campaignCircleItem_1l724_482:hover:not(._inactiveItem_1l724_492){transform:scale(1.05)}._circleOuter_1l724_500{width:76px;height:76px;border-radius:50%;padding:3px;background:linear-gradient(45deg,#00c853,#b2ff59);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #00c85333;transition:all .3s ease}._inactiveCircle_1l724_513{background:linear-gradient(45deg,#444,#666);box-shadow:0 4px 10px #0000004d;filter:grayscale(.5)}._circleInner_1l724_519{width:100%;height:100%;border-radius:50%;background:#000;padding:3px;overflow:hidden}._circleInner_1l724_519 img{width:100%;height:100%;object-fit:cover;border-radius:50%}._circlePlaceholder_1l724_535{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#00c853}._campaignCircleName_1l724_546{font-size:.75rem;font-weight:600;color:#fffc;text-align:center;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mobileStats_1l724_427 ._statItem_1l724_161{display:flex;flex-direction:column;font-size:14px}._mobileStats_1l724_427 ._statItem_1l724_161 strong{font-size:16px}._mobileStats_1l724_427 ._statItem_1l724_161 span{color:var(--text-dim)}._mobileActions_1l724_571{display:flex;gap:8px}._mobileActionBtn_1l724_576{flex:1;background:#ffffff14;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid hsla(0,0%,100%,.1);color:#fff;padding:10px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s var(--transition-smooth)}._mobileActionBtn_1l724_576:hover{background:#ffffff1f;border-color:#fff3}._mobileActionBtn_1l724_576:active{transform:scale(.98)}._emptyGrid_1l724_600{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1rem;text-align:center;gap:1rem}._emptyIconWrapper_1l724_611{width:120px;height:120px;background:#ffffff08;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._emptyGrid_1l724_600 h3{font-size:1.5rem;font-weight:700;color:var(--text-main)}._emptyGrid_1l724_600 p{color:var(--text-dim);max-width:200px;margin-bottom:1rem}._createFlareBtn_1l724_634{padding:.8rem 2rem;border-radius:12px;background:var(--primary);color:#fff;font-weight:700;border:none;cursor:pointer;transition:all .3s ease}._createFlareBtn_1l724_634:hover{transform:scale(1.05);box-shadow:0 0 20px #ff4b4b4d}._modalOverlay_1l724_650{position:fixed;inset:0;background:#000000e0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fade-in_1l724_1 .3s ease}@keyframes _fade-in_1l724_1{0%{opacity:0}to{opacity:1}}.glass-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;color:#fff;font-size:1rem;transition:all .2s ease}.glass-input:focus{outline:none;background:#ffffff14;border-color:var(--primary)}.btn-primary{background:var(--primary);border:none;color:#fff;font-weight:800;padding:1rem;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.btn-primary:hover{transform:scale(1.02);box-shadow:0 0 20px #ff4b4b4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}._brandNameOverlay_1l724_713{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:12px 8px;color:#fff;font-size:12px;font-weight:600;text-align:center}._wallet_1ylrd_1{padding-bottom:2rem;padding:1.5rem}._header_1ylrd_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._backBtn_1ylrd_13{background:none;border:none;color:#fff;cursor:pointer}._loaderContainer_1ylrd_20{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;gap:1.5rem;color:var(--text-muted)}._spinner_1ylrd_30{animation:_spin_1ylrd_30 1s linear infinite}@keyframes _spin_1ylrd_30{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._balanceCard_1ylrd_39{padding:2.25rem;border-radius:28px;margin-bottom:2.5rem;background:linear-gradient(135deg,#6366f138,#a855f729,#ec489914 70%,#000000bf);border:1px solid rgba(255,255,255,.13);box-shadow:0 30px 60px #0009,inset 0 1px #ffffff40,0 0 40px #a855f71f;position:relative;overflow:hidden;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}._balanceCard_1ylrd_39:before{content:"";position:absolute;top:-40%;right:-15%;width:300px;height:300px;background:radial-gradient(circle,rgba(168,85,247,.5) 0%,rgba(236,72,153,.2) 60%,transparent 100%);filter:blur(70px);border-radius:50%;z-index:0}._balanceCard_1ylrd_39>*{position:relative;z-index:1}@keyframes _cardShine_1ylrd_1{0%{transform:translate(-150%) skew(-15deg)}20%,to{transform:translate(250%) skew(-15deg)}}._balanceCard_1ylrd_39:after{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(to right,#fff0,#ffffff1f,#fff0);transform:translate(-150%) skew(-15deg);animation:_cardShine_1ylrd_1 4s infinite ease-in-out;z-index:2;pointer-events:none}._cardTopRow_1ylrd_92{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._cardBrand_1ylrd_99{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:800;letter-spacing:.75px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);font-family:Outfit,sans-serif}._cardChip_1ylrd_111{width:44px;height:32px;border-radius:8px;background:linear-gradient(135deg,gold,#f3e5ab 30%,#d4af37 70%,#aa8000);position:relative;overflow:hidden;opacity:.95;box-shadow:0 4px 12px #d4af3759,inset 0 1px #fff6}._cardChip_1ylrd_111:after{content:"";position:absolute;inset:5px;border:1px solid rgba(0,0,0,.15);border-radius:4px}._balanceInfo_1ylrd_130{margin-bottom:2rem}._balanceLabel_1ylrd_134{font-size:.8rem;color:#ffffff80;display:block;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:700}._balanceAmount_1ylrd_144{font-size:3.75rem;font-weight:900;margin-bottom:.6rem;letter-spacing:-1.5px;background:linear-gradient(135deg,#fff 20%,#c7d2fe,#f472b6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 40px rgba(168,85,247,.25);font-family:Outfit,sans-serif}._pendingRow_1ylrd_157{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#10b981;background:#10b98114;padding:6px 14px;border-radius:20px;font-weight:700;border:1px solid rgba(16,185,129,.2)}._balanceActions_1ylrd_170{display:flex;gap:14px}._rechargeBtn_1ylrd_175{flex:1;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;padding:1rem;border-radius:14px;font-weight:800;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 24px #a855f759;transition:all .3s cubic-bezier(.16,1,.3,1);font-family:Outfit,sans-serif}._rechargeBtn_1ylrd_175:hover{transform:translateY(-3px);box-shadow:0 12px 30px #a855f780;filter:brightness(1.08)}._withdrawBtn_1ylrd_200{flex:1;background:#ffffff0a;color:#fff;border:1px solid rgba(255,255,255,.1);padding:1rem;border-radius:14px;font-weight:800;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.16,1,.3,1);font-family:Outfit,sans-serif}._withdrawBtn_1ylrd_200:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}._modalOverlay_1ylrd_225{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}._rechargeModal_1ylrd_239{width:100%;max-width:400px;padding:2rem;border-radius:24px;background:#000!important;border:1px solid rgba(255,255,255,.15);animation:_slideUp_1ylrd_1 .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 25px 50px -12px #000000b3,0 0 30px #0095f60d}@keyframes _slideUp_1ylrd_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._amountBtnSelected_1ylrd_258{background:#a855f714!important;border-color:#a855f7!important;box-shadow:0 0 15px #a855f726,inset 0 1px #ffffff0d;transform:translateY(-2px);color:#c084fc!important}._customAmountSection_1ylrd_269{margin-top:1.25rem;display:flex;flex-direction:column;gap:8px}._customAmountLabel_1ylrd_276{font-size:.72rem;font-weight:800;color:#fff6;text-transform:uppercase;letter-spacing:.08em;text-align:left}._inputWrapper_1ylrd_285{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.25rem 1rem;transition:all .2s ease}._inputWrapper_1ylrd_285:focus-within{border-color:#a855f7;background:#ffffff14;box-shadow:0 0 12px #a855f71a}._currencyPrefix_1ylrd_301{font-size:1.15rem;font-weight:700;color:#c084fc;margin-right:.5rem}._customAmountInput_1ylrd_308{width:100%;background:transparent;border:none;color:#fff;font-size:1.05rem;font-weight:700;padding:.75rem 0;outline:none}._customAmountInput_1ylrd_308::placeholder{color:#ffffff40;font-weight:400}._payBtn_1ylrd_325{width:100%;margin-top:1.5rem;background:linear-gradient(135deg,var(--primary) 0%,#962fbf 100%);border:none;color:#fff;padding:1rem;border-radius:12px;font-weight:800;font-size:1.05rem;font-family:Outfit,sans-serif;cursor:pointer;box-shadow:0 4px 15px #a855f759;transition:all .3s cubic-bezier(.16,1,.3,1);animation:_fadeInUp_1ylrd_1 .3s forwards}._payBtn_1ylrd_325:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a855f780;filter:brightness(1.08)}._payBtn_1ylrd_325:active{transform:translateY(0) scale(.97)}@keyframes _fadeInUp_1ylrd_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._modalHeader_1ylrd_363{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._closeBtn_1ylrd_370{background:none;border:none;color:var(--text-muted);cursor:pointer}._rechargeDesc_1ylrd_377{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}._amountGrid_1ylrd_383{display:grid;grid-template-columns:1fr 1fr;gap:12px}._amountBtn_1ylrd_258{background:#ffffff0d;border:1px solid var(--glass-border);color:#fff;padding:1rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s}._amountBtn_1ylrd_258:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-2px)}._miniLoader_1ylrd_406{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:1.5rem;color:var(--primary);font-size:.9rem}._verifyCard_1ylrd_416{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:20px;margin-bottom:2.5rem;background:linear-gradient(135deg,hsla(var(--primary-hue),100%,50%,.1),#aa00ff0d);border:1px solid var(--glass-border)}._verifyIcon_1ylrd_427{background:hsla(var(--primary-hue),100%,50%,.1);padding:1rem;border-radius:16px}._verifyContent_1ylrd_433 h3{font-size:1.1rem;margin-bottom:4px}._verifyContent_1ylrd_433 p{font-size:.85rem;color:var(--text-muted);margin-bottom:12px}._verifyBtn_1ylrd_444{background:var(--primary);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:transform .2s}._verifyBtn_1ylrd_444:disabled{opacity:.5;cursor:not-allowed}._errorNote_1ylrd_461{color:#fa5252;font-size:.75rem;margin-top:8px;font-weight:600}._verifiedStatus_1ylrd_468{display:flex;align-items:center;justify-content:center;gap:12px;padding:1.2rem;border-radius:16px;margin-bottom:2.5rem;background:#40c0570d;border:1px solid rgba(64,192,87,.1);color:#40c057;font-weight:700}._section_1ylrd_482{margin-top:2rem}._section_1ylrd_482 h3{font-size:1.2rem;margin-bottom:1.5rem}._txList_1ylrd_491{display:flex;flex-direction:column;gap:1.2rem}._txItem_1ylrd_497{display:flex;align-items:center;gap:16px;padding:1.25rem;background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._txItem_1ylrd_497:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 20px #0003}._txIcon_1ylrd_516{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #ffffff1a}._creditIcon_1ylrd_526{background:linear-gradient(135deg,#40c05733,#2b8a3e1a);color:#40c057;border:1px solid rgba(64,192,87,.2)}._debitIcon_1ylrd_532{background:linear-gradient(135deg,#fa525233,#c92a2a1a);color:#fa5252;border:1px solid rgba(250,82,82,.2)}._txInfo_1ylrd_538{flex:1}._txInfo_1ylrd_538 h4{font-size:1rem;margin-bottom:6px;font-weight:700;color:#fff;letter-spacing:.3px}._txInfo_1ylrd_538 p{font-size:.8rem;color:var(--text-dim)}._positive_1ylrd_555{color:#40c057;font-weight:800;font-size:1.1rem;letter-spacing:-.5px}._negative_1ylrd_562{color:#fff;font-weight:800;font-size:1.1rem;letter-spacing:-.5px}._txRight_1ylrd_569{display:flex;flex-direction:column;align-items:flex-end;gap:8px}._downloadIconBtn_1ylrd_576{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._downloadIconBtn_1ylrd_576:hover{background:#ffffff26;color:#fff;border-color:#ffffff4d;transform:scale(1.05)}._emptyStateCard_1ylrd_596{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#050505;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3.5rem 2rem;max-width:450px;width:100%;margin:2rem auto;box-sizing:border-box}._emptyStateCard_1ylrd_596 h3{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif}._emptyStateCard_1ylrd_596 p{font-size:.85rem;color:#ffffff80;line-height:1.6;margin-bottom:2rem;max-width:340px}._emptyIcon_1ylrd_628{color:#ffffff40;margin-bottom:1.5rem;opacity:.75}._emptyActionBtn_1ylrd_634{background:linear-gradient(135deg,#a78bfa,#7c3aed);color:#fff;border:none;padding:12px 32px;border-radius:100px;font-weight:700;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #7c3aed4d}._emptyActionBtn_1ylrd_634:hover{transform:scale(1.03);box-shadow:0 6px 20px #7c3aed73}._methodToggle_1ylrd_653{display:flex;gap:8px;margin-bottom:16px;background:#ffffff0a;border-radius:14px;padding:4px;border:1px solid var(--glass-border)}._methodBtn_1ylrd_663{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:11px;background:transparent;color:#ffffff80;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s ease}._methodBtn_1ylrd_663:hover{color:#ffffffb3;background:#ffffff0a}._methodActive_1ylrd_685{background:var(--primary)!important;color:#fff!important;box-shadow:0 4px 16px #6d28d94d}._withdrawInputGroup_1ylrd_691{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._withdrawInput_1ylrd_691{background:#ffffff0d;border:1px solid var(--glass-border);border-radius:12px;padding:12px 16px;color:#fff;font-size:1rem;outline:none;transition:border-color .2s}._withdrawInput_1ylrd_691:focus{border-color:var(--primary)}._confirmWithdrawBtn_1ylrd_713{width:100%;background:#fa5252;color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:700;font-size:1rem;margin-top:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s}._confirmWithdrawBtn_1ylrd_713:disabled{opacity:.5;cursor:not-allowed}._confirmWithdrawBtn_1ylrd_713:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px #fa525233}@media(min-width:601px){._balanceCard_1ylrd_39,._verifyCard_1ylrd_416,._verifiedStatus_1ylrd_468{max-width:800px;margin-left:auto;margin-right:auto}}@media(max-width:480px){._emptyStateCard_1ylrd_596{padding:2.5rem 1.25rem;margin:1.5rem auto}._balanceCard_1ylrd_39{padding:1.5rem;margin-bottom:1.5rem}._balanceAmount_1ylrd_144{font-size:2.75rem;letter-spacing:-1px}._cardTopRow_1ylrd_92,._balanceInfo_1ylrd_130{margin-bottom:1.25rem}}._embedModal_1ylrd_787{max-width:680px!important;width:90%!important;padding:1.5rem!important;background:#0a0a0ff2!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid rgba(168,85,247,.25)!important;box-shadow:0 25px 60px #000c,0 0 40px #a855f726!important}._embedWrapper_1ylrd_800{display:flex;flex-direction:column;width:100%}._backEmbedBtn_1ylrd_806{background:transparent;border:none;color:#c084fc;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:.9rem;padding:.5rem 0;width:fit-content;transition:all .2s ease;margin-bottom:1.25rem}._backEmbedBtn_1ylrd_806:hover{color:#a855f7;transform:translate(-3px)}._razorpayContainer_1ylrd_827{width:100%;height:460px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:inset 0 0 15px #0003,0 12px 30px #00000080;border:1px solid rgba(255,255,255,.1)}._createFlare_179ex_1{width:100%;max-width:900px;margin:40px auto;background:#000;border-radius:40px;height:85vh;display:flex;flex-direction:column;overflow:hidden;color:#fff;box-shadow:0 50px 150px #000,0 0 0 1px #ffffff0d,inset 0 0 100px #a855f70d;border:1px solid rgba(255,255,255,.1);position:relative}._header_179ex_20{height:72px;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0a0a0f99;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);z-index:100;position:relative}._header_179ex_20:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.3),transparent)}._header_179ex_20 h2{font-size:1.25rem;font-weight:800;margin:0;position:absolute;left:50%;transform:translate(-50%);font-family:Outfit,sans-serif;letter-spacing:-.02em;background:linear-gradient(to bottom,#fff,#bbb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._headerBtnPlaceholder_179ex_58{display:flex;align-items:center;gap:12px;min-width:80px}._backBtn_179ex_65,._nextBtn_179ex_66,._headerTitle_179ex_67,._shareBtn_179ex_68{background:none;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}._backBtn_179ex_65:hover,._nextBtn_179ex_66:hover,._shareBtn_179ex_68:hover{opacity:.7}._nextBtn_179ex_66,._shareBtn_179ex_68{color:#0095f6}._nextBtn_179ex_66:disabled,._shareBtn_179ex_68:disabled{color:#00376b;cursor:default;opacity:1}._content_179ex_100{flex:1;display:flex;overflow:hidden;background:#000}._selectArea_179ex_108{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;padding:20px;overflow:hidden;position:relative}._solidSelectionArea_179ex_121{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;padding:20px;overflow:hidden;position:relative;font-family:Outfit,sans-serif}._bgGlow1_179ex_135,._bgGlow2_179ex_136{position:absolute;width:800px;height:800px;border-radius:50%;filter:blur(140px);opacity:.2;z-index:0;pointer-events:none}._bgGlow1_179ex_135{top:-300px;right:-300px;background:radial-gradient(circle,var(--primary),transparent 70%);animation:_pulseGlow_179ex_1 8s infinite alternate}._bgGlow2_179ex_136{bottom:-300px;left:-300px;background:radial-gradient(circle,var(--accent-cyan),transparent 70%);animation:_pulseGlow_179ex_1 12s infinite alternate-reverse}@keyframes _pulseGlow_179ex_1{0%{opacity:.15;transform:scale(1) translate(0)}to{opacity:.25;transform:scale(1.3) translate(50px,50px)}}._createPostCard_179ex_173{width:100%;max-width:580px;background:#000;border:none;border-radius:40px;display:flex;flex-direction:column;min-height:500px;position:relative;box-shadow:none;overflow:hidden;z-index:10}@keyframes _float_179ex_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes _cardAppear_179ex_1{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._cpHeader_179ex_214{padding:24px;display:flex;align-items:center;gap:16px;background:#000;border-bottom:1px solid rgba(255,255,255,.05)}._avatarMini_179ex_223{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}._avatarMini_179ex_223 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_179ex_241{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,hsla(var(--primary-hue),100%,50%,1) 100%);color:#fff;font-weight:700;font-size:1rem}._cpUserInfo_179ex_253{display:flex;flex-direction:column}._cpUsername_179ex_258{font-weight:800;font-size:1.05rem;color:#fff;letter-spacing:-.01em;font-family:Outfit,sans-serif}._cpUsernameRow_179ex_266{display:flex;align-items:center;gap:8px}._cpVerifyIcon_179ex_272{margin-top:1px}._cpUserSubtext_179ex_276{font-size:.8rem;color:#fff6;font-weight:500;margin-top:1px}._cpTextarea_179ex_283{flex:1;background:transparent;border:none;padding:8px 16px;color:#fff;font-size:1.25rem;line-height:1.5;resize:none;min-height:150px;outline:none}._cpTextarea_179ex_283::placeholder{color:#555;font-weight:500}._cpMediaPreview_179ex_301{margin:0 16px 16px;position:relative;border-radius:12px;overflow:hidden;max-height:250px;border:1px solid rgba(255,255,255,.1);background:#000}._cpMediaPreview_179ex_301 img,._cpMediaPreview_179ex_301 video{width:100%;height:100%;max-height:250px;object-fit:contain;display:block}._removeMedia_179ex_320{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}._removeMedia_179ex_320:hover{background:#ff4b4bcc;transform:scale(1.1);border-color:#ffffff80}._cpDragOverlay_179ex_346{position:absolute;inset:0;background:#0095f626;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:10;border:3px dashed #0095f6;border-radius:inherit;color:#fff;pointer-events:none}._cpFooter_179ex_363{padding:16px;border-top:1px solid rgba(255,255,255,.05)}._cpActionsBar_179ex_368{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin-bottom:20px;transition:all .3s ease;box-shadow:inset 0 0 10px #ffffff05}._cpActionsBar_179ex_368:hover{background:#ffffff0d;border-color:#ffffff26;box-shadow:0 4px 15px #0003}._cpActionsLabel_179ex_387{font-size:.95rem;font-weight:700;color:#ffffffe6;letter-spacing:-.01em}._cpActions_179ex_368{display:flex;align-items:center;gap:4px}._cpActionIcon_179ex_400{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);color:#ffffffb3;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}._cpActionIcon_179ex_400:hover{background:#ffffff1a;transform:translateY(-3px) scale(1.05);border-color:var(--primary);color:#fff}._cpActionIcon_179ex_400:nth-child(1):hover{color:#ffd000;filter:drop-shadow(0 0 8px rgba(255,208,0,.4))}._cpActionIcon_179ex_400:nth-child(2):hover{color:#00d2ff;filter:drop-shadow(0 0 8px rgba(0,210,255,.4))}._cpPostBtn_179ex_432{background:linear-gradient(135deg,#0095f6,#00d2ff);color:#fff;border:none;border-radius:12px;padding:14px;font-weight:800;cursor:pointer;transition:all .3s ease;width:100%;font-size:1.05rem;margin-top:16px;box-shadow:0 8px 16px #0095f64d;letter-spacing:.5px}._cpPostBtn_179ex_432:disabled{background:#0095f64d;color:#ffffff4d;cursor:not-allowed}._cpPostBtn_179ex_432:hover:not(:disabled){background:#18a0fb;box-shadow:0 4px 15px #0095f64d}._dropZone_179ex_459{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}._dropZoneIconWrapper_179ex_468{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}._iconPulse_179ex_478{position:absolute;inset:0;background:var(--primary-glow);border-radius:50%;animation:_flarePulse_179ex_1 2s infinite}@keyframes _flarePulse_179ex_1{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}._uploadIcon_179ex_498{color:#fff;filter:drop-shadow(0 0 10px var(--primary));z-index:1}._dropZone_179ex_459 h3{font-size:1.8rem;font-weight:800;color:#fff;margin:0 0 10px;letter-spacing:-.02em;font-family:Outfit,sans-serif}._dropZone_179ex_459 p{color:#ffffff80;font-size:.95rem;margin-bottom:24px}._selectBtn_179ex_519{background:var(--primary);background:linear-gradient(135deg,var(--primary) 0%,hsla(var(--primary-hue),100%,50%,1) 100%);color:#fff;border:none;padding:16px 36px;border-radius:16px;font-size:1.1rem;font-weight:800;cursor:pointer;margin-top:12px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 15px 35px hsla(var(--primary-hue),100%,65%,.4);letter-spacing:-.01em}._selectBtn_179ex_519:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 45px hsla(var(--primary-hue),100%,65%,.5);filter:brightness(1.1)}._premiumTitle_179ex_541{font-size:2.2rem;font-weight:900;color:#fff;margin:0 0 8px;letter-spacing:-.04em;font-family:Outfit,sans-serif;background:linear-gradient(to bottom,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._premiumSub_179ex_553{color:#fff6;font-size:1rem;margin-bottom:30px;font-weight:500}._premiumSelectionArea_179ex_560{width:100%;padding:0 64px 64px}._selectionGrid_179ex_565{display:flex;justify-content:center;margin-top:30px;padding:0 40px;perspective:1000px}._createOptionsContainer_179ex_573{display:flex;flex-direction:column;gap:20px;width:100%;max-width:500px;margin:0 auto;box-sizing:border-box}._createOptionCard_179ex_584{width:100%;background:linear-gradient(180deg,#ffffff0d,#ffffff03);border:1px solid rgba(255,255,255,.06);border-top:1px solid rgba(255,255,255,.15);border-radius:28px;padding:20px 24px;display:flex;flex-direction:row;align-items:center;gap:24px;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 1px #ffffff0d,0 10px 20px #0003}._createOptionCard_179ex_584._mediaOption_179ex_603{box-shadow:inset 0 1px #ffffff0d,0 15px 30px #0095f60d}._createOptionCard_179ex_584._textOption_179ex_607{box-shadow:inset 0 1px #ffffff0d,0 15px 30px #962fbf0d}._createOptionCard_179ex_584:hover{transform:translateY(-4px) scale(1.02)}._createOptionCard_179ex_584._mediaOption_179ex_603:hover{background:linear-gradient(180deg,#0095f614,#0095f605);border-color:#0095f666;box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0095f633}._createOptionCard_179ex_584._textOption_179ex_607:hover{background:linear-gradient(180deg,#962fbf14,#962fbf05);border-color:#962fbf66;box-shadow:inset 0 1px #ffffff1a,0 20px 40px #962fbf33}._optionIconWrapper_179ex_627{width:72px;height:72px;border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}._mediaOption_179ex_603 ._optionIconWrapper_179ex_627{background:linear-gradient(135deg,#0095f6,#006bb3);box-shadow:0 10px 24px #0095f666,inset 0 2px 4px #ffffff4d}._textOption_179ex_607 ._optionIconWrapper_179ex_627{background:linear-gradient(135deg,#962fbf,#6e1e91);box-shadow:0 10px 24px #962fbf66,inset 0 2px 4px #ffffff4d}._iconMain_179ex_648{color:#fff;z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._iconSub_179ex_654{display:none}._optionContent_179ex_658{flex:1;display:flex;flex-direction:column;gap:4px;text-align:left}._optionContent_179ex_658 h3{font-size:1.25rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.02em}._optionContent_179ex_658 p{font-size:.9rem;color:#fff9;margin:0;line-height:1.3}._actionArrow_179ex_681{display:flex;align-items:center;justify-content:center}._arrowCircle_179ex_687{width:40px;height:40px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:all .3s ease}._createOptionCard_179ex_584:hover ._arrowCircle_179ex_687{background:#ffffff26;color:#fff;transform:translate(4px)}._dropZoneArea_179ex_705{margin-top:8px}._dropZoneMini_179ex_709{width:100%;border:2px dashed rgba(255,255,255,.1);border-radius:20px;padding:20px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff6;font-size:.9rem;transition:all .2s ease;cursor:pointer}._dropZoneMini_179ex_709:hover{background:#ffffff05;border-color:#ffffff4d;color:#fffc}._inlineTextEditor_179ex_730{width:100%;display:flex;flex-direction:column;padding:0 16px 16px;animation:_fadeIn_179ex_1 .3s ease-out;flex:1}._mobileTipsContainer_179ex_739{display:none}._premiumDropdownContainer_179ex_743{display:flex;align-items:center;gap:16px;margin-bottom:24px;position:relative;z-index:50;font-family:Outfit,sans-serif}._premiumDropdownLabel_179ex_753{font-size:.85rem;font-weight:800;color:#fff6;text-transform:uppercase;letter-spacing:1.5px;-webkit-user-select:none;user-select:none}._customSelectWrapper_179ex_762{position:relative;flex:1}._customSelectTrigger_179ex_767{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff;padding:12px 18px;font-size:.95rem;font-weight:700;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 1px #ffffff08,0 4px 12px #0003}._customSelectTrigger_179ex_767:hover{background:#ffffff0f;border-color:#ffffff26;box-shadow:inset 0 1px #ffffff0d,0 6px 16px #0000004d}._triggerValue_179ex_790{display:flex;align-items:center;gap:12px}._dropdownIconBlue_179ex_796{color:#3b82f6;filter:drop-shadow(0 0 6px rgba(59,130,246,.4))}._dropdownIconGreen_179ex_801{color:#10b981;filter:drop-shadow(0 0 6px rgba(16,185,129,.4))}._customSelectOptions_179ex_806{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#0a0a0ff2;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:8px;display:flex;flex-direction:column;gap:6px;box-shadow:0 20px 40px #0009,0 0 0 1px #a855f726;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:_scaleIn_179ex_1 .2s cubic-bezier(.16,1,.3,1);z-index:100}@keyframes _scaleIn_179ex_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._customOption_179ex_836{display:flex;align-items:center;gap:16px;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}._customOption_179ex_836:hover{background:#ffffff0d;border-color:#ffffff0d}._customOptionActive_179ex_852{background:#a855f714!important;border-color:#a855f733!important}._optionIcon_179ex_627{color:#fff9;transition:color .2s}._customOptionActive_179ex_852 ._optionIcon_179ex_627{color:var(--primary)}._customOption_179ex_836:nth-child(1):hover ._optionIcon_179ex_627{color:#3b82f6}._customOption_179ex_836:nth-child(2):hover ._optionIcon_179ex_627{color:#10b981}._optionText_179ex_874{display:flex;flex-direction:column;gap:2px;flex:1;text-align:left}._optionText_179ex_874 strong{font-size:.9rem;color:#fff;font-weight:700}._optionText_179ex_874 span{font-size:.75rem;color:#fff6;font-weight:500}._checkIcon_179ex_894{color:var(--primary)}._inlineEditorFooter_179ex_898{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}._cancelTextBtn_179ex_907{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 16px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}._attachMediaBtn_179ex_923{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981;padding:8px 16px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}._attachMediaBtn_179ex_923:hover{background:#10b98133;border-color:#10b98180}._continueTextBtn_179ex_944{background:var(--primary);border:none;color:#fff;padding:10px 24px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer;transition:all .2s;box-shadow:0 4px 15px #a855f74d;white-space:nowrap}._continueTextBtn_179ex_944:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@keyframes _fadeIn_179ex_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._divider_179ex_979{display:flex;align-items:center;width:280px;margin:1rem auto 2rem;color:#fff3}._divider_179ex_979:before,._divider_179ex_979:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}._divider_179ex_979 span{padding:0 12px;font-size:13px;font-weight:500;text-transform:lowercase}._textModeBtn_179ex_1002{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffe6;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._textModeBtn_179ex_1002:hover{background:#ffffff14;border-color:#ffffff4d;color:#fff;transform:scale(1.02)}._selectBtn_179ex_519:active{transform:translateY(0)}._twitterPreviewCard_179ex_1029{background:#000;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;width:100%;max-width:440px;margin:0 auto;box-shadow:0 10px 30px #00000080;animation:_cardAppear_179ex_1 .4s ease-out}._twitterPreviewHeader_179ex_1041{display:flex;gap:12px}._twitterPreviewInfo_179ex_1046{flex:1;display:flex;flex-direction:column;gap:4px}._twitterNameRow_179ex_1053{display:flex;align-items:center;gap:4px;flex-wrap:wrap}._twitterUsername_179ex_1060{font-weight:700;font-size:.95rem;color:#fff}._twitterHandle_179ex_1066{color:#71767b;font-size:.9rem}._twitterContent_179ex_1071{font-size:1.15rem;line-height:1.4;color:#e7e9ea;margin-top:4px;white-space:pre-wrap;word-break:break-word}._twitterActions_179ex_1080{display:flex;justify-content:space-between;margin-top:16px;color:#71767b;padding-right:20%}._twitterActions_179ex_1080 svg{transition:all .2s ease;cursor:pointer}._twitterActions_179ex_1080 svg:hover{color:#0095f6;transform:scale(1.1)}._cropContainer_179ex_1099{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:#000;overflow:hidden}._previewFrame_179ex_1111{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}._previewFrame_179ex_1111[data-ratio="1:1"]{aspect-ratio:1/1;height:80%;width:auto;max-width:100%;border-radius:4px}._previewFrame_179ex_1111[data-ratio="9:16"]{aspect-ratio:9/16;height:95%;width:auto;max-width:100%;border-radius:4px}._previewFrame_179ex_1111[data-ratio="16:9"]{aspect-ratio:16/9;width:95%;height:auto;max-height:100%;border-radius:4px}._previewFrame_179ex_1111[data-ratio=original]{width:100%;height:100%}._mediaWrapper_179ex_1152{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}._mainPreview_179ex_1162{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}._videoClickOverlay_179ex_1174{position:absolute;inset:0;z-index:5;cursor:pointer}._playOverlay_179ex_1181{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none;transition:opacity .3s;background:#0006;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._cropToggleBtn_179ex_1200{position:absolute;bottom:20px;left:20px;background:#282828cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20}._zoomControl_179ex_1217{position:absolute;bottom:20px;right:20px;background:#282828cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}._cropToggleBtn_179ex_1200:hover,._zoomControl_179ex_1217:hover{background:#3c3c3ce6;transform:scale(1.1)}._ratioSelector_179ex_1242{position:absolute;bottom:70px;left:20px;background:#1a1a1af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;z-index:30;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080;animation:_slideUp_179ex_1 .2s cubic-bezier(.4,0,.2,1)}@keyframes _slideUp_179ex_1{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}._ratioItem_179ex_1270{padding:14px 20px;cursor:pointer;font-size:.95rem;color:#fff9;transition:all .2s;display:flex;align-items:center;justify-content:space-between;gap:40px;border-bottom:1px solid rgba(255,255,255,.05);min-width:160px}._ratioItem_179ex_1270:last-child{border-bottom:none}._ratioItem_179ex_1270:hover{background:#ffffff0d;color:#fff}._activeRatio_179ex_1293{color:#fff;font-weight:600;background:#ffffff14}._captionArea_179ex_1300{position:relative;width:100%}._captionSuggestions_179ex_1305{position:absolute;top:100%;left:0;right:0;background:#141419;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);border-radius:12px;margin-top:8px;max-height:180px;overflow-y:auto;z-index:5000;box-shadow:0 20px 50px #000000f2,0 0 10px #00000080;animation:_dropdownAppear_179ex_1 .2s cubic-bezier(.16,1,.3,1);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}._captionSuggestions_179ex_1305::-webkit-scrollbar{width:6px}._captionSuggestions_179ex_1305::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}._captionSuggestions_179ex_1305::-webkit-scrollbar-track{background:transparent}@keyframes _dropdownAppear_179ex_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._suggestionItem_179ex_1355{padding:10px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.05)}._suggestionItem_179ex_1355:last-child{border-bottom:none}._suggestionItem_179ex_1355:hover{background:#ffffff14}._suggestionLoading_179ex_1373{padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#71767b;font-size:.9rem}._suggestionItem_179ex_1355 ._avatarMini_179ex_223{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}._suggestionItem_179ex_1355 ._avatarMini_179ex_223 img{width:100%;height:100%;object-fit:cover}._suggestionInfo_179ex_1398{display:flex;flex-direction:column;gap:2px;min-width:0}._suggestionNameRow_179ex_1405{display:flex;align-items:center;gap:6px}._suggestionUsername_179ex_1411{font-size:.9rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._suggestionFullName_179ex_1420{font-size:.8rem;color:#71767b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._brandLabel_179ex_1428{font-size:.65rem;font-weight:800;text-transform:uppercase;background:#ffa50026;color:orange;padding:1px 6px;border-radius:4px;letter-spacing:.5px}._editContainer_179ex_1440,._shareLayout_179ex_1441{display:flex;width:100%;height:100%}._editPreviewArea_179ex_1447,._sharePreview_179ex_1448{flex:1;background:#000;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._editSettings_179ex_1458,._shareDetails_179ex_1459{width:380px;background:#141419b3;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0;box-shadow:-10px 0 30px #0000004d}._settingGroup_179ex_1473{padding:20px;border-bottom:1px solid rgba(255,255,255,.05)}._groupHeader_179ex_1478{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._groupHeader_179ex_1478 h4{font-size:.95rem;font-weight:600;margin:0}._textBtn_179ex_1491{background:none;border:none;color:#0095f6;font-size:.85rem;font-weight:600;cursor:pointer}._coverStrip_179ex_1501{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px}._coverFrame_179ex_1508{width:80px;aspect-ratio:1/1;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;flex-shrink:0}._activeCover_179ex_1518{border-color:#fff}._coverFrame_179ex_1508 img{width:100%;height:100%;object-fit:cover}._trimContainer_179ex_1529{position:relative;height:48px;background:#000;border-radius:4px;margin-top:10px;overflow:visible}._trimRail_179ex_1539{display:flex;height:100%;width:100%;opacity:.5}._trimThumb_179ex_1546{flex:1;height:100%;object-fit:cover}._trimSelection_179ex_1552{position:absolute;top:-4px;bottom:-4px;border:3px solid #fff;background:#ffffff1a;border-radius:8px;z-index:5;pointer-events:none}._trimHandle_179ex_1563{position:absolute;top:-4px;bottom:-4px;width:20px;z-index:10;cursor:ew-resize;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;box-shadow:0 0 10px #00000080}._trimHandle_179ex_1563:after{content:"";width:2px;height:16px;background:#000;border-radius:1px}._trimSlider_179ex_1586{position:absolute;top:0;width:100%;height:100%;opacity:0;z-index:11;cursor:ew-resize}._trimTiming_179ex_1596{position:relative;width:100%;height:40px;margin-top:15px;display:flex;align-items:center}._timePoint_179ex_1605{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px}._timeDot_179ex_1614{width:4px;height:4px;background:#fff6;border-radius:50%}._timePoint_179ex_1605 span{font-size:.75rem;color:#8e8e93;font-weight:500}._locationHeaderRow_179ex_1628{width:100%;display:flex;align-items:center}._locationInputSection_179ex_1634{flex:1;display:flex;align-items:center;gap:12px;background:#ffffff0d;padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}._locationInputSection_179ex_1634:focus-within{background:#ffffff14;border-color:var(--primary);box-shadow:0 0 15px #0095f626}._mapPinIcon_179ex_1652{color:var(--primary);cursor:pointer;transition:transform .2s}._mapPinIcon_179ex_1652:hover{transform:scale(1.1)}._locationInputShifted_179ex_1662{flex:1;background:none;border:none;color:#fff;font-size:.95rem;outline:none}._clearLocationBtn_179ex_1671{background:#ffffff1a;border:none;color:#fff9;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._clearLocationBtn_179ex_1671:hover{background:#fff3;color:#fff}._textPostStats_179ex_1690{padding:16px 20px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column}._hashtagsList_179ex_1698{display:flex;align-items:center;gap:12px;width:100%}._sidebarIcon_179ex_1705{color:#8e8e93;flex-shrink:0}._hashtagInputWrapper_179ex_1710{flex:1}._hashtagInput_179ex_1710{width:100%;background:none;border:none;color:#fff;font-size:.9rem;outline:none}._hashtagInput_179ex_1710::placeholder{color:#48484a}._tagsContainer_179ex_1727{display:flex;flex-wrap:wrap;gap:8px;flex:1}._suggestionHeaderRow_179ex_1734{width:100%;display:flex;align-items:center;justify-content:space-between;background:#0095f60d;padding:10px 14px;border-radius:12px;border:1px solid rgba(0,149,246,.15)}._suggestionMain_179ex_1745{display:flex;align-items:center;gap:12px}._suggestionTextWrapper_179ex_1751{display:flex;flex-direction:column}._suggestionLabel_179ex_1756{font-size:.7rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-weight:700}._suggestionValue_179ex_1764{font-size:.95rem;color:#fff;font-weight:500}._shareCampaignRow_179ex_1770{margin:20px 20px 10px;padding:16px 20px;background:linear-gradient(135deg,#ff920914,#ff920905);border:1px solid rgba(255,146,9,.15);border-radius:14px;display:flex;align-items:center;gap:16px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 15px #ff92090d;transition:all .3s ease}._shareCampaignRow_179ex_1770:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(255,146,9,.15),transparent 60%);pointer-events:none}._shareCampaignRow_179ex_1770:hover{border-color:#ff92094d;background:linear-gradient(135deg,#ff92091f,#ff92090a);box-shadow:0 8px 32px #0006,0 0 20px #ff920914}._campaignIconBox_179ex_1802{background:linear-gradient(135deg,#ff9209,#ff6b00);width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #ff920940;flex-shrink:0}._campaignRowText_179ex_1814{display:flex;flex-direction:column;gap:4px;flex-grow:1}._campaignLabel_179ex_1821{font-size:.7rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;background:linear-gradient(90deg,#ff9209,#ffb356);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._campaignName_179ex_1831{font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:-.2px}._campaignStatusBadge_179ex_1838{display:inline-flex;align-items:center;gap:6px;margin-top:2px}._statusDot_179ex_1845{width:6px;height:6px;background-color:#34c759;border-radius:50%;box-shadow:0 0 8px #34c759;animation:_statusPulse_179ex_1 2s infinite ease-in-out}._campaignStatusBadge_179ex_1838 span{font-size:.72rem;color:#ffffff73;font-weight:500}@keyframes _statusPulse_179ex_1{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes _slideInUp_179ex_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._miniTag_179ex_1883{font-size:.75rem;color:#0095f6;background:#0095f61a;padding:4px 10px;border-radius:12px;font-weight:600}._noTags_179ex_1892{font-size:.75rem;color:#48484a;font-style:italic}._locationInput_179ex_1634{background:none;border:none;color:#fff;text-align:right;outline:none;font-size:.9rem;width:100%}._locationResults_179ex_1908{max-height:200px;overflow-y:auto;background:#2c2c2e;margin:0 20px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._locationItem_179ex_1917{padding:12px 15px;display:flex;align-items:center;gap:10px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s}._locationItem_179ex_1917:last-child{border-bottom:none}._locationItem_179ex_1917:hover{background:#ffffff0d}._locationItem_179ex_1917 span{font-size:.85rem;color:#efefef}._toggleRow_179ex_1941{display:flex;justify-content:space-between;align-items:center}._iosToggle_179ex_1947{width:44px;height:24px;background:#39393d;border-radius:12px;position:relative;cursor:pointer;transition:background .3s}._iosToggleOn_179ex_1957{background:#fff}._iosToggleKnob_179ex_1961{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}._iosToggleOn_179ex_1957{background:#505050}._textThumbPreview_179ex_1977{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}._textThumbContent_179ex_1989{font-size:6px;color:#fff;text-align:center;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;font-weight:600}._mediaPlaceholder_179ex_2002{width:44px;height:44px;border-radius:8px;background:#ffffff0d;display:flex;align-items:center;justify-content:center}._iosToggleOn_179ex_1957 ._iosToggleKnob_179ex_1961{transform:translate(20px);background:#fff}._userHead_179ex_2018{padding:20px;display:flex;align-items:center;gap:12px}._avatarMini_179ex_223{width:28px;height:28px;border-radius:50%;overflow:hidden;background:#333}._userHead_179ex_2018 span{font-size:.95rem;font-weight:600}._captionArea_179ex_1300{padding:0 20px 20px}._captionArea_179ex_1300 textarea{width:100%;background:none;border:none;color:#fff;font-size:.95rem;resize:none;height:100px;padding:0}._captionArea_179ex_1300 textarea:focus{outline:none}._captionFooter_179ex_2057{display:flex;justify-content:space-between;align-items:center;margin-top:10px}._emojiBtn_179ex_2064{font-size:1.2rem;cursor:pointer;opacity:.6}._charCount_179ex_2070{font-size:.75rem;color:#8e8e93}._listRow_179ex_2076{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-top:1px solid rgba(255,255,255,.05)}._listRow_179ex_2076:hover{background:#ffffff05}._listRow_179ex_2076 span{font-size:.95rem}._rowRight_179ex_2093{display:flex;align-items:center;gap:10px;color:#8e8e8e}._chevron_179ex_2100{color:#8e8e8e;transition:transform .1s ease-out}._chevronUp_179ex_2105{transform:rotate(180deg)}._shareNotice_179ex_2109{padding:20px;font-size:.75rem;color:#8e8e93;line-height:1.4}._successScreen_179ex_2116{position:absolute;inset:0;background:var(--bg-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;text-align:center;padding:2rem;animation:_fadeIn_179ex_1 .4s ease}._successContent_179ex_2130{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}._successContent_179ex_2130 h2{font-size:1.8rem;font-weight:800;background:var(--grad-premium);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._successContent_179ex_2130 p{color:var(--text-dim);font-size:1rem;max-width:250px}._successActions_179ex_2154{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:2rem}._viewProfileBtn_179ex_2162{width:100%;padding:1.2rem;border-radius:16px;background:var(--grad-premium);color:#fff;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease}._viewProfileBtn_179ex_2162:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff2d8c4d}._doneBtn_179ex_2180{width:100%;padding:1.2rem;border-radius:16px;background:#ffffff1a;color:#fff;font-weight:600;font-size:1rem;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}._doneBtn_179ex_2180:hover{background:#ffffff26}._checkCircleLarge_179ex_2197{width:80px;height:80px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center}._tagBrandLayout_179ex_2209{width:100%;height:100%;display:flex;flex-direction:column;background:#1c1c1e;overflow-y:auto;padding-bottom:80px;position:relative}._tagBrandHeader_179ex_2220{padding:30px 20px 20px;text-align:center}._tagBrandHeader_179ex_2220 h3{font-size:1.5rem;margin-bottom:8px;font-weight:700}._tagline_179ex_2231{font-size:.9rem;color:#8e8e93}._optionInfo_179ex_2237 strong{display:block;font-size:1rem;margin-bottom:4px}._optionInfo_179ex_2237 span{font-size:.8rem;color:#8e8e93}._brandSearchArea_179ex_2248{padding:0 20px}._searchBar_179ex_2252{display:flex;align-items:center;gap:10px;background:#2c2c2e;padding:12px 15px;border-radius:10px;margin-bottom:20px}._searchBar_179ex_2252 input{background:none;border:none;color:#fff;flex:1;font-size:.95rem;outline:none}._campaignCard_179ex_2271{background:#2c2c2e;border-radius:12px;padding:20px;margin-bottom:15px;cursor:pointer;border:2px solid transparent}._cardSelected_179ex_2280{border-color:#0095f6}._cardHeader_179ex_2284{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._rewardBadge_179ex_2291{background:#0095f6;color:#fff;padding:4px 10px;border-radius:6px;font-weight:700}._tagBrandFooter_179ex_2299{position:absolute;bottom:0;left:0;right:0;padding:20px;background:#1c1c1e;border-top:1px solid rgba(255,255,255,.1)}._tagBrandFooter_179ex_2299 ._shareBtn_179ex_68{width:100%;background:#0095f6;color:#fff;border-radius:8px;padding:12px;justify-content:center;font-weight:700}._captionFooter_179ex_2057{display:flex;justify-content:space-between;align-items:center;color:var(--text-dim);font-size:.8rem;padding-top:.5rem}._emojiBtn_179ex_2064{cursor:pointer;font-size:1.2rem;transition:transform .2s}._emojiBtn_179ex_2064:hover{transform:scale(1.2)}._extraInputs_179ex_2338{display:flex;flex-direction:column;gap:12px;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}._inputField_179ex_2347{display:flex;align-items:center;gap:12px;background:#ffffff0d;padding:.8rem 1rem;border-radius:8px;color:#ffffff80}._inputField_179ex_2347 input{background:none;border:none;color:#fff;flex:1;font-size:.9rem}._inputField_179ex_2347 input:focus{outline:none}._accordionContent_179ex_2370{padding:12px 16px}._accordionText_179ex_2374{font-size:.85rem;color:#8e8e8e;margin-bottom:20px;line-height:1.4}._altTextArea_179ex_2381{display:flex;gap:16px;align-items:flex-start;background:#ffffff08;border-radius:8px;padding:12px;margin-bottom:20px;border:1px solid rgba(255,255,255,.05)}._altThumb_179ex_2392{width:60px;height:60px;border-radius:4px;object-fit:cover;background:#333}._avatarPlaceholder_179ex_241{width:100%;height:100%;background:linear-gradient(135deg,#a18cd1,#fbc2eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;border-radius:50%;text-shadow:0 1px 2px rgba(0,0,0,.1)}._altThumbPlaceholder_179ex_2414{width:60px;height:60px;border-radius:4px;background:#2c2c2e;display:flex;align-items:center;justify-content:center}._altInput_179ex_2424{flex:1;background:none;border:none;color:#fff;font-size:.95rem;resize:none;height:60px;outline:none}._settingOption_179ex_2435{margin-bottom:24px}._settingLabel_179ex_2439{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._settingLabel_179ex_2439 h5{font-size:.95rem;font-weight:500;margin:0;color:#fff}._settingDesc_179ex_2453{font-size:.85rem;color:#8e8e8e;line-height:1.4;margin-top:4px}._learnMore_179ex_2460{color:#0095f6;text-decoration:none;font-size:.85rem;margin-top:8px;display:inline-block}@keyframes _fadeIn_179ex_1{0%{opacity:0}to{opacity:1}}._trendingTags_179ex_2478{display:flex;flex-direction:column;gap:8px;margin:8px 0}._trendingTags_179ex_2478 span{font-size:.75rem;color:#fff6}._tagChips_179ex_2490{display:flex;flex-wrap:wrap;gap:8px}._tagChip_179ex_2490{background:#ff92091a;color:#ff9209;border:1px solid rgba(255,146,9,.15);padding:6px 12px;border-radius:20px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s ease}._tagChip_179ex_2490:hover{background:#ff920933;border-color:#ff920959;transform:translateY(-1px);box-shadow:0 4px 12px #ff92091a}._accordionGroup_179ex_2515{display:flex;flex-direction:column}._accordionItem_179ex_2520{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.1);color:#fff;font-size:.95rem;cursor:pointer;transition:background .2s}._accordionItem_179ex_2520:hover{background:#ffffff08}._shareNotice_179ex_2109{font-size:.75rem;color:var(--text-dim);line-height:1.4;margin-top:1rem}._successScreen_179ex_2116{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:20px;background:#000}._successGlow1_179ex_2555,._successGlow2_179ex_2556{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(100px);opacity:.15;z-index:1}._successGlow1_179ex_2555{top:-100px;right:-100px;background:var(--accent-cyan);animation:_pulseGlow_179ex_1 8s infinite alternate}._successGlow2_179ex_2556{bottom:-100px;left:-100px;background:var(--primary);animation:_pulseGlow_179ex_1 12s infinite alternate-reverse}._successGlassCard_179ex_2580{width:100%;max-width:520px;background:#ffffff08;backdrop-filter:blur(40px) saturate(200%);-webkit-backdrop-filter:blur(40px) saturate(200%);border:1px solid rgba(255,255,255,.08);border-radius:44px;padding:60px 40px 44px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10;box-shadow:0 40px 100px #0009,inset 0 0 80px #ffffff03;animation:_successPop_179ex_1 .8s cubic-bezier(.16,1,.3,1)}._successIconWrapper_179ex_2613{position:relative;margin-bottom:40px}._successPulseRing_179ex_2618{position:absolute;inset:-20px;border:2px solid var(--primary);border-radius:50%;animation:_successRingPulse_179ex_1 2s infinite;opacity:0}@keyframes _successRingPulse_179ex_1{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}._successCheckCircle_179ex_2639{width:120px;height:120px;background:linear-gradient(135deg,var(--primary),var(--accent-pink));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 40px hsla(var(--primary-hue),100%,65%,.4);position:relative;z-index:2}._sparkle1_179ex_2654,._sparkle2_179ex_2655,._sparkle3_179ex_2656{position:absolute;background:#fff;width:8px;height:8px;border-radius:50%;animation:_sparkleAnim_179ex_1 2s infinite}._sparkle1_179ex_2654{top:-10px;left:-10px;width:6px;height:6px;animation-delay:.2s}._sparkle2_179ex_2655{top:20%;right:-20px;width:8px;height:8px;animation-delay:.5s}._sparkle3_179ex_2656{bottom:-10px;right:20%;width:4px;height:4px;animation-delay:.8s}@keyframes _sparkleAnim_179ex_1{0%,to{transform:scale(0);opacity:0}50%{transform:scale(1.5);opacity:1;box-shadow:0 0 15px #fff}}._successText_179ex_2704{margin-bottom:40px}._successTitle_179ex_2708{font-size:3rem;font-weight:900;font-family:Outfit,sans-serif;margin-bottom:8px;background:linear-gradient(to bottom,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.05em}._successText_179ex_2704 h2{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:12px;font-family:Outfit,sans-serif;letter-spacing:-.02em}._successText_179ex_2704 p{font-size:1rem;color:#fff6;font-weight:500}._successActions_179ex_2154{width:100%;display:flex;flex-direction:row;gap:16px;margin-top:20px}._viewProfileBtn_179ex_2162{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:16px;border-radius:18px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._viewProfileBtn_179ex_2162:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 5px 15px #0003}._doneBtn_179ex_2180{flex:1;background:linear-gradient(135deg,var(--primary),var(--accent-pink));color:#fff;padding:16px;border-radius:18px;font-weight:800;font-size:1rem;border:none;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 25px hsla(var(--primary-hue),100%,65%,.3);display:flex;align-items:center;justify-content:center}._doneBtn_179ex_2180:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 35px hsla(var(--primary-hue),100%,65%,.4);filter:brightness(1.1)}._editContainer_179ex_1440{width:100%;height:100%;display:flex;flex-direction:row;background:#000}._imageEditContainer_179ex_2796{width:100%;height:100%;display:flex;background:#000}._editPreviewArea_179ex_1447{flex:4;display:flex;align-items:center;justify-content:center;background:#000;position:relative;overflow:hidden}._imagePreviewWrapper_179ex_2815{width:100%;height:100%;position:relative;overflow:hidden}._editSidebar_179ex_2822{width:260px;background:#121212f2;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;flex-shrink:0}._editTabs_179ex_2832{display:flex;background:#ffffff08;padding:4px;margin:15px;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._editTab_179ex_2832{flex:1;background:none;border:none;color:#fff6;padding:10px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px}._activeTab_179ex_2854{background:#ffffff1a;color:#fff;box-shadow:0 4px 15px #0003;border:1px solid rgba(255,255,255,.1)}._editTabContent_179ex_2861{flex:1;overflow-y:auto;padding:1.5rem}._filterGrid_179ex_2867{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem .8rem;padding:0 15px 30px;scrollbar-width:none;-ms-overflow-style:none}._filterGrid_179ex_2867::-webkit-scrollbar{display:none}._filterItem_179ex_2880{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}._filterCircle_179ex_2889{width:80px;height:80px;border-radius:18px;overflow:hidden;border:2px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px #0003}._filterCircle_179ex_2889 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._filterItem_179ex_2880 span{font-size:.8rem;color:#fff6;font-weight:500;transition:all .3s ease}._activeFilter_179ex_2913 ._filterCircle_179ex_2889{border-color:var(--primary);transform:translateY(-5px) scale(1.08);box-shadow:0 15px 30px hsla(var(--primary-hue),100%,65%,.3)}._activeFilter_179ex_2913 span{color:#fff;font-weight:700;transform:translateY(-2px)}._filterItem_179ex_2880:hover:not(._activeFilter_179ex_2913) ._filterCircle_179ex_2889{border-color:#fff3;transform:translateY(-3px)}._adjustmentsList_179ex_2930{display:flex;flex-direction:column;gap:1.5rem}._adjustmentItem_179ex_2936{display:flex;flex-direction:column;gap:10px}._adjustmentLabel_179ex_2942{display:flex;justify-content:space-between;font-size:.85rem;color:#fff}._capitalize_179ex_2949{text-transform:capitalize}._rangeInput_179ex_2953{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:#ffffff1a;border-radius:2px;outline:none}._rangeInput_179ex_2953::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 5px #00000080}._tagBrandLayout_179ex_2209{width:100%;height:100%;display:flex;flex-direction:column;padding:1.5rem 1.5rem 100px;overflow-y:auto;background:#000;position:relative;scroll-behavior:smooth}._tagBrandHeader_179ex_2220{margin-bottom:1.5rem;text-align:center}._tagBrandHeader_179ex_2220 h3{font-size:2.2rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a5a5a5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}._tagline_179ex_2231{color:#fff6;font-size:1.1rem;font-weight:400}._tagBrandFooter_179ex_2299{position:absolute;bottom:0;left:0;right:0;padding:20px 24px;background:#121212cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;z-index:100}._tagBrandFooter_179ex_2299 ._shareBtn_179ex_68{width:100%;max-width:400px;background:#0095f6;color:#fff;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;box-shadow:0 8px 16px #0095f633}._tagBrandFooter_179ex_2299 ._shareBtn_179ex_68:hover:not(:disabled){background:#18a4f9;transform:translateY(-2px);box-shadow:0 12px 20px #0095f64d;opacity:1}._tagBrandFooter_179ex_2299 ._shareBtn_179ex_68:disabled{background:#ffffff1a;color:#ffffff4d;box-shadow:none;cursor:not-allowed}._btnArrow_179ex_3052{transform:rotate(180deg)}._collabToggles_179ex_3057{display:flex;flex-direction:row;gap:10px;margin:.5rem 0 1rem;padding:0 16px;width:100%;box-sizing:border-box}._toggleOption_179ex_3067{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 10px;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.25,.8,.25,1);text-align:center;box-sizing:border-box}._toggleOption_179ex_3067:hover{background:#ffffff0a;border-color:#fff3;transform:translateY(-2px)}._toggleOption_179ex_3067:active{transform:scale(.98)}._toggleOption_179ex_3067[data-type=none]._activeToggle_179ex_3096,._toggleOption_179ex_3067[data-type=brand]._activeToggle_179ex_3096{background:linear-gradient(145deg,#0095f614,#0095f605);border:1.5px solid rgba(0,149,246,.8);box-shadow:0 8px 24px #0095f626,inset 0 0 16px #0095f60d;transform:translateY(-2px)}._toggleIcon_179ex_3104{color:#ffffff73;transition:all .3s ease;margin-bottom:4px}._toggleOption_179ex_3067._activeToggle_179ex_3096 ._toggleIcon_179ex_3104{color:#0095f6;filter:drop-shadow(0 0 8px rgba(0,149,246,.4))}._optionInfo_179ex_2237{display:flex;flex-direction:column;gap:4px;flex:1}._optionInfo_179ex_2237 strong{font-size:.95rem;font-weight:700;color:#fff;transition:color .3s ease;margin-bottom:0;display:block}._optionInfo_179ex_2237 span{font-size:.75rem;color:#ffffff73;transition:color .3s ease;line-height:1.2}._toggleOption_179ex_3067._activeToggle_179ex_3096 ._optionInfo_179ex_2237 span{color:#ffffffa6}._toggleRadioCircle_179ex_3143{position:absolute;bottom:12px;right:12px;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.175,.885,.32,1.275)}._toggleRadioCircle_179ex_3143:after{content:"";width:8px;height:8px;border-radius:50%;background:#0095f6;transform:scale(0);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}._toggleOption_179ex_3067._activeToggle_179ex_3096 ._toggleRadioCircle_179ex_3143{border-color:#0095f6}._toggleOption_179ex_3067._activeToggle_179ex_3096 ._toggleRadioCircle_179ex_3143:after{transform:scale(1)}._brandSearchArea_179ex_2248{display:flex;flex-direction:column;gap:1.5rem}._searchBar_179ex_2252{background:#ffffff14;border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:12px;position:relative}._brandSearchInput_179ex_3192{background:none;border:none;color:#fff;width:100%;outline:none;font-size:.95rem}._spinningLoader_179ex_3201{animation:_spin_179ex_3201 1s linear infinite;color:#0095f6}@keyframes _spin_179ex_3201{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._brandIconWrapper_179ex_3216{width:24px;height:24px;background:#0095f61a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#0095f6}._searchResults_179ex_3227{background:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:10px;max-height:200px;overflow-y:auto;width:100%;z-index:10}._searchItem_179ex_3237{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s}._searchItem_179ex_3237:hover{background:#ffffff0d}._brandAvatar_179ex_3250{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;overflow:hidden}._brandAvatar_179ex_3250 img{width:100%;height:100%;object-fit:cover}._brandMeta_179ex_3267{display:flex;flex-direction:column}._brandMeta_179ex_3267 strong{color:#fff;font-size:.9rem}._brandMeta_179ex_3267 span{color:#ffffff80;font-size:.8rem}._selectedBrandBanner_179ex_3282{background:#4c6ef526;padding:12px 16px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}._bannerInfo_179ex_3291{display:flex;align-items:center;gap:10px;color:#4c6ef5;font-size:.9rem}._changeBrandBtn_179ex_3299{background:none;border:none;color:#4c6ef5;font-size:.85rem;font-weight:600;cursor:pointer}._campaignSelection_179ex_3308{display:grid;grid-template-columns:1fr;gap:1rem}._campaignCard_179ex_2271{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._cardSelected_179ex_2280{background:#0095f60d;border-color:#0095f6;box-shadow:0 12px 30px #0000004d;transform:translateY(-2px)}._campaignTitleBox_179ex_3332{display:flex;flex-direction:column;gap:6px}._cardHeader_179ex_2284 h4{margin:0;font-size:1.2rem;color:#fff;font-weight:700}._rewardPill_179ex_3345{background:#0095f61a;color:#0095f6;padding:4px 12px;border-radius:100px;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:4px;width:fit-content;border:1px solid rgba(0,149,246,.2)}._selectionIndicator_179ex_3359{width:24px;height:24px;background:#0095f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #0095f64d}._campaignDesc_179ex_3371{color:#fff6;font-size:.9rem;line-height:1.6;margin:1.25rem 0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._cardFooter_179ex_3383{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.05);padding-top:1.25rem}._feeInfo_179ex_3391{display:flex;flex-direction:column}._feeLabel_179ex_3396{font-size:.75rem;color:#ffffff4d;text-transform:uppercase;letter-spacing:1px;font-weight:700}._feeAmount_179ex_3404{color:#fff;font-weight:700;font-size:1.1rem}._detailsBtn_179ex_3410{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 16px;border-radius:10px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}._detailsBtn_179ex_3410:hover{background:#ffffff1a;border-color:#fff3}._walletBox_179ex_3431{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem 1.5rem;margin-top:1rem}._walletInfo_179ex_3439{display:flex;justify-content:space-between;align-items:center}._walletLabelBox_179ex_3445{display:flex;flex-direction:column;gap:4px}._walletLabel_179ex_3445{font-size:.75rem;color:#fff6;text-transform:uppercase;font-weight:700}._addFundsLink_179ex_3458{background:none;border:none;color:#0095f6;font-size:.9rem;font-weight:600;cursor:pointer;padding:4px 8px;transition:opacity .2s}._addFundsLink_179ex_3458:hover{opacity:.8}._walletWarning_179ex_3473{margin-top:10px;display:flex;align-items:center;gap:6px;color:#fa5252;font-size:.8rem;font-weight:500}._cardWalletSection_179ex_3484{margin-top:1.25rem;padding:1.25rem 0 0;border-top:1px dashed rgba(0,149,246,.25);animation:_expandSection_179ex_1 .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes _expandSection_179ex_1{0%{opacity:0;transform:translateY(5px);max-height:0}to{opacity:1;transform:translateY(0);max-height:200px}}._walletDetailsRow_179ex_3505{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#0095f60f,#0095f605);border:1px solid rgba(0,149,246,.15);border-radius:14px;padding:.95rem 1.25rem;box-shadow:inset 0 1px #ffffff0d}._walletDetailsLabelGroup_179ex_3516{display:flex;flex-direction:column;gap:3px}._cardWalletLabel_179ex_3522{font-size:.7rem;color:#fff6;text-transform:uppercase;font-weight:800;letter-spacing:.05em}._cardWalletBalanceValue_179ex_3530{font-size:1.25rem;font-weight:800;font-family:Outfit,sans-serif;letter-spacing:-.01em;text-shadow:0 0 10px rgba(0,149,246,.15)}._cardAddFundsBtn_179ex_3539{background:linear-gradient(135deg,#0095f6,#007bc9);border:none;border-radius:100px;color:#fff;padding:.5rem 1.15rem;font-size:.82rem;font-weight:800;font-family:Outfit,sans-serif;cursor:pointer;box-shadow:0 4px 12px #0095f640;transition:all .3s cubic-bezier(.16,1,.3,1)}._cardAddFundsBtn_179ex_3539:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0095f659,0 0 10px #0095f626;filter:brightness(1.08)}._cardAddFundsBtn_179ex_3539:active{transform:translateY(0) scale(.96)}._cardWalletWarning_179ex_3566{margin-top:.85rem;display:flex;align-items:center;gap:6px;color:#fa5252;background:#fa525214;border:1px solid rgba(250,82,82,.2);border-radius:10px;padding:.5rem .85rem;font-size:.78rem;font-weight:600;animation:_slideDown_179ex_1 .3s ease}@keyframes _slideDown_179ex_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._collabSummary_179ex_3595{background:#0003;border-radius:12px;padding:1.5rem;margin-top:1rem}._summaryRow_179ex_3602{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}._balanceInfo_179ex_3609{display:flex;align-items:center;gap:12px}._addFundsBtn_179ex_3615{background:#40c057;border:none;color:#fff;padding:6px 12px;border-radius:6px;font-size:.7rem;font-weight:700;cursor:pointer;transition:opacity .2s}._addFundsBtn_179ex_3615:hover{opacity:.9}._noCampaigns_179ex_3631{text-align:center;padding:2rem;color:#ffffff4d;font-size:.9rem;background:#ffffff05;border-radius:12px}._successScreen_179ex_2116 h2{font-size:1.5rem;font-weight:400}._modalOverlay_179ex_3646{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}._campaignModal_179ex_3660{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:24px;width:100%;max-width:450px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #00000080;animation:_modalSlide_179ex_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _modalSlide_179ex_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_179ex_3684{padding:24px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#1a1a1a;z-index:1}._modalTitleRow_179ex_3696{display:flex;align-items:center;gap:12px}._modalTitleRow_179ex_3696 h3{margin:0;font-size:1.4rem;color:#fff;font-weight:700}._statusBadge_179ex_3709{background:#40c0571a;color:#40c057;padding:4px 10px;border:1px solid rgba(64,192,87,.2);border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.5px}._closeBtn_179ex_3720{background:none;border:none;color:#fff6;cursor:pointer;padding:4px;transition:color .2s}._closeBtn_179ex_3720:hover{color:#fff}._modalContent_179ex_3733{padding:24px;display:flex;flex-direction:column;gap:24px}._amountCard_179ex_3740{background:linear-gradient(135deg,#40c05726,#40c0570d);border:1px solid rgba(64,192,87,.2);border-radius:16px;padding:20px;display:flex;justify-content:space-between;align-items:center}._amountInfo_179ex_3750 span{display:block;color:#40c057;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:8px}._amountInfo_179ex_3750 strong{color:#fff;font-size:2rem;font-weight:800}._amountIcon_179ex_3765{width:48px;height:48px;background:#40c05733;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#40c057}._detailSection_179ex_3776{display:flex;flex-direction:column;gap:12px}._detailSection_179ex_3776 span{color:#fff6;font-size:.75rem;font-weight:700;letter-spacing:1px}._linkBox_179ex_3789{background:#ffffff0d;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px}._linkText_179ex_3798{color:#4c6ef5!important;font-weight:600;font-size:.95rem}._detailSection_179ex_3776 p{color:#fffc;font-size:.95rem;line-height:1.6}._guidelines_179ex_3810{background:#ffffff08;padding:16px;border-radius:12px;border-left:3px solid #4c6ef5}._modalFooter_179ex_3817{margin-top:8px;padding-top:24px;border-top:1px solid rgba(255,255,255,.05)}._likeCount_179ex_3823{display:flex;align-items:center;gap:10px;color:#fff9;font-size:.9rem}._likeIcon_179ex_3831{width:32px;height:32px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center}._discardModal_179ex_3841{background:#000;width:400px;max-width:90%;border-radius:20px;padding:2.5rem 1.5rem 0;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0006;animation:_modalPop_179ex_1 .3s cubic-bezier(.175,.885,.32,1.275)}._discardModal_179ex_3841 h3{font-size:1.4rem;margin-bottom:.75rem;font-weight:800;font-family:Outfit,sans-serif}._discardModal_179ex_3841 p{color:#ffffff80;font-size:1rem;margin-bottom:2rem;line-height:1.5}._discardActions_179ex_3867{display:flex;flex-direction:column;margin:0 -1.5rem;border-top:1px solid rgba(255,255,255,.1)}._discardBtn_179ex_3874{color:#ed4956;border-bottom:1px solid rgba(255,255,255,.1)}._cancelBtn_179ex_3879{color:#fff}._discardBtn_179ex_3874{background:none;border:none;padding:1rem;font-size:.95rem;font-weight:600;cursor:pointer;width:100%;transition:background .2s;color:#ed4956;border-bottom:1px solid rgba(255,255,255,.1)}._cancelBtn_179ex_3879{background:none;border:none;padding:1rem;font-size:.95rem;font-weight:400;cursor:pointer;width:100%;transition:background .2s;color:#fff}._discardBtn_179ex_3874:hover,._cancelBtn_179ex_3879:hover{background:#ffffff0d}@keyframes _modalPop_179ex_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._disclosureItem_179ex_3930{border-top:1px solid rgba(255,255,255,.1);padding:1.2rem 0}._disclosureHeader_179ex_3935{display:flex;align-items:center;gap:12px;color:#fff}._disclosureHeader_179ex_3935 span{font-size:.95rem;white-space:nowrap;font-weight:500}._disclosureInput_179ex_3948{flex:1;background:none;border:none;color:#4c6ef5;font-size:.95rem;text-align:right;outline:none}._disclosureInput_179ex_3948::placeholder{color:#fff3}._locationInputWrapper_179ex_3962{flex:1;display:flex;flex-direction:column;align-items:flex-end;gap:4px}._locationRecommendation_179ex_3970{display:flex;align-items:center;gap:6px;background:#ffffff0d;color:#8e8e8e;padding:3px 10px;border-radius:100px;font-size:10px;width:fit-content;cursor:pointer;transition:all .2s ease;border:1px dashed rgba(255,255,255,.2);margin-top:2px}._locationRecommendation_179ex_3970:hover{background:#4c6ef533;transform:translateY(-1px)}._locationInputRow_179ex_3991{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:8px}._clearBtnSmall_179ex_3999{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;color:#8e8e8e;width:20px;height:20px;border-radius:50%;cursor:pointer;transition:all .2s ease}._clearBtnSmall_179ex_3999:hover{background:#fff3;color:#ff4d4f}._accordionHeader_179ex_4018{display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer}._accordionContent_179ex_2370{padding-bottom:8px;margin-top:0}._accordionDescription_179ex_4031{font-size:.8rem;color:#fff6;line-height:1.5;margin-bottom:20px;padding:12px;background:#ffffff05;border-radius:8px;border-left:2px solid var(--primary)}._altTextWrapper_179ex_4042{display:flex;gap:16px;background:#ffffff0a;padding:16px;border-radius:12px;margin-bottom:20px;border:1px solid rgba(255,255,255,.05)}._thumbnailMini_179ex_4052{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#000;box-shadow:0 4px 12px #00000080}._thumbnailMini_179ex_4052 video{width:100%;height:100%;object-fit:cover}._altTextInput_179ex_4067{flex:1;background:none;border:none;color:#fff;font-size:.95rem;resize:none;height:64px;outline:none;font-family:inherit}._settingRow_179ex_4079{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.03)}._settingRow_179ex_4079:last-child{border-bottom:none}._settingInfo_179ex_4091{flex:1;padding-right:16px}._settingTitle_179ex_4096{display:block;font-size:1rem;color:#fff;margin-bottom:4px;font-weight:500}._settingSub_179ex_4104{font-size:.75rem;color:#fff6;line-height:1.4}._toggle_179ex_1941{width:48px;height:28px;background:#ffffff1a;border-radius:100px;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}._toggleActive_179ex_4121{background:#4c6ef5;box-shadow:0 0 12px #4c6ef54d}._toggleKnob_179ex_4126{width:22px;height:22px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 2px 4px #0003}._toggleActive_179ex_4121 ._toggleKnob_179ex_4126{left:23px}._videoWrapper_179ex_4142{position:relative;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._playOverlay_179ex_1181{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0006;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);pointer-events:none;transition:all .2s ease;opacity:.8;z-index:21}._videoWrapper_179ex_4142:hover ._playOverlay_179ex_1181{opacity:1;background:#0009}._videoClickOverlay_179ex_1174{position:absolute;inset:0;z-index:20;cursor:pointer;pointer-events:auto}._bottomActions_179ex_4190{padding:20px 24px;margin-top:auto}._mainShareBtn_179ex_4195{width:100%;background:#0095f6;color:#fff;padding:14px;border-radius:12px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .2s ease;margin-bottom:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0095f64d}._mainShareBtn_179ex_4195:hover:not(:disabled){background:#18a4f9;transform:translateY(-1px)}._mainShareBtn_179ex_4195:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._sideModal_179ex_4225{max-width:100%}}._collaboratorInputGroup_179ex_4230{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:8px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;margin-bottom:20px;transition:border-color .2s}._collaboratorInputGroup_179ex_4230:focus-within{border-color:#0095f6}._taggedFriendsInline_179ex_4248{display:flex;flex-wrap:wrap;gap:6px}._collabInput_179ex_4254{flex:1;min-width:120px;background:transparent;border:none;padding:6px 4px;color:#fff;font-size:.95rem;outline:none}._friendSuggestions_179ex_4265{background:#1c1c1e;border-radius:16px;margin-top:12px;max-height:240px;overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #00000080}._friendItem_179ex_4275{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s}._friendItem_179ex_4275:hover{background:#ffffff0d}._friendItem_179ex_4275 ._avatarMini_179ex_223{width:44px;height:44px;flex-shrink:0}._friendInfo_179ex_4294{flex:1;display:flex;flex-direction:column;overflow:hidden}._friendName_179ex_4301{color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._friendSub_179ex_4310{color:#ffffff80;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._selectIcon_179ex_4318{color:#0095f6;flex-shrink:0}._taggedFriends_179ex_4248{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}._friendChip_179ex_4330{display:flex;align-items:center;gap:8px;background:#ffffff14;padding:6px 10px 6px 6px;border-radius:100px;color:#fff;font-size:.85rem;border:1px solid rgba(255,255,255,.1);transition:all .2s}._friendChip_179ex_4330:hover{background:#ffffff1f}._chipAvatar_179ex_4347{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}._chipAvatar_179ex_4347 img{width:100%;height:100%;object-fit:cover}._removeChip_179ex_4361{color:#fff6;cursor:pointer;transition:color .2s}._removeChip_179ex_4361:hover{color:#fa5252}._locationSuggestion_179ex_4371{display:flex;align-items:center;gap:6px;background:#0095f61a;color:#0095f6;padding:6px 12px;border-radius:100px;font-size:.8rem;font-weight:500;margin-top:8px;cursor:pointer;width:fit-content;border:1px solid rgba(0,149,246,.2);transition:all .2s}._locationSuggestion_179ex_4371:hover{background:#0095f626;transform:translateY(-1px)}._textOnlyPreview_179ex_4393{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:#050508;position:relative;overflow:hidden;border-radius:inherit}._previewOrb1_179ex_4407{position:absolute;top:-10%;left:-10%;width:250px;height:250px;background:radial-gradient(circle,rgba(76,110,245,.25) 0%,transparent 70%);filter:blur(40px);z-index:1;animation:_pulse_179ex_1 8s infinite alternate}._previewOrb2_179ex_4419{position:absolute;bottom:-10%;right:-10%;width:250px;height:250px;background:radial-gradient(circle,rgba(0,149,246,.2) 0%,transparent 70%);filter:blur(40px);z-index:1;animation:_pulse_179ex_1 10s infinite alternate-reverse}@keyframes _pulse_179ex_1{0%{transform:scale(1) translate(0);opacity:.5}to{transform:scale(1.2) translate(10px,10px);opacity:.8}}._textCard_179ex_4443{background:#ffffff0d;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:32px 24px;width:90%;max-height:85%;display:flex;flex-direction:column;justify-content:space-between;gap:24px;box-shadow:0 25px 50px -12px #00000080;position:relative;z-index:2;overflow:hidden}._announcementIndicator_179ex_4462{display:flex;align-items:center;gap:8px;background:#4c6ef526;color:#4c6ef5;padding:6px 14px;border-radius:100px;width:fit-content;border:1px solid rgba(76,110,245,.2)}._announcementIndicator_179ex_4462 span{font-size:.75rem;font-weight:800;letter-spacing:1.5px}._articleBody_179ex_4480{display:flex;flex-direction:column;gap:16px}._articleHeadline_179ex_4486{font-size:2rem;font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin:0}._articleDivider_179ex_4495{width:50px;height:4px;background:linear-gradient(90deg,#4c6ef5,#0095f6);border-radius:2px}._articleSnippet_179ex_4502{font-size:1.1rem;color:#ffffffb3;line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}._articleMeta_179ex_4513{display:flex;align-items:center;gap:10px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}._brandName_179ex_4521{font-size:.9rem;font-weight:600;color:#fff}._dot_179ex_4527{color:#ffffff4d}._readMore_179ex_4531{font-size:.9rem;color:#4c6ef5;font-weight:600;display:flex;align-items:center;gap:4px}._readMore_179ex_4531:after{content:"→";font-size:1rem}._brandBadgeOverlay_179ex_4545{position:absolute;top:16px;right:16px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.1);z-index:10;box-shadow:0 4px 12px #0000004d}._brandBadgeOverlay_179ex_4545 span{font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}._mediaEditPanel_179ex_4570{display:flex;flex-direction:column;height:100%}._editTabs_179ex_2832{display:flex;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}._editTab_179ex_2832{flex:1;padding:12px;background:none;border:none;color:#ffffff80;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent}._activeTab_179ex_2854{color:#0095f6;border-bottom-color:#0095f6;background:#0095f60d}._editContent_179ex_4601{flex:1;padding:20px;overflow-y:auto}._adjustmentItem_179ex_2936{margin-bottom:20px}._adjustmentHeader_179ex_4612{display:flex;justify-content:space-between;margin-bottom:8px}._adjName_179ex_4618{font-size:.85rem;font-weight:500;color:#fffc}._adjValue_179ex_4624{font-size:.85rem;font-weight:600;color:#0095f6}._adjSlider_179ex_4630{width:100%;height:4px;background:#ffffff1a;border-radius:2px;outline:none;-webkit-appearance:none;appearance:none}._adjSlider_179ex_4630::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#0095f6;border-radius:50%;cursor:pointer;box-shadow:0 0 10px #0000004d}._shareCampaignInfo_179ex_4651{margin-top:20px;padding:16px;background:#0095f60d;border:1px solid rgba(0,149,246,.1);border-radius:12px}._sciHeader_179ex_4659{display:flex;align-items:center;gap:8px;color:#0095f6;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._sciCard_179ex_4671{display:flex;flex-direction:column;gap:2px}._sciCard_179ex_4671 strong{font-size:1rem;color:#fff}._sciCard_179ex_4671 span{font-size:.8rem;color:#ffffff80}._actionButtons_179ex_4688{display:flex;gap:12px;width:100%;justify-content:center;margin-top:8px}._actionBtn_179ex_4696{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:10px 20px;display:flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._actionBtn_179ex_4696:hover{background:#ffffff14;border-color:#6366f180;background:#ffffff1a;border-color:#962fbf;transform:translateY(-2px)}._actionBtn_179ex_4696 svg{color:#6366f1}._brandedSelectionIcon_179ex_4723{width:88px;height:88px;background:#962fbf;border-radius:32px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;transition:all .3s ease}._brandedSelectionIcon_179ex_4723:hover{transform:scale(1.05)}._cardIconBox_179ex_4740{width:88px;height:88px;background:#962fbf;border-radius:32px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;transition:all .3s ease}._cardIconBox_179ex_4740:hover{transform:scale(1.05)}._successScreen_179ex_2116{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:transparent;position:relative;overflow:hidden}._highFidelitySuccessCard_179ex_4770{width:100%;max-width:400px;background:#000;border-radius:40px;overflow:hidden;box-shadow:0 25px 50px -12px #000;border:1px solid hsla(var(--primary-hue),100%,65%,.4);display:flex;flex-direction:column;animation:_successPop_179ex_1 .6s cubic-bezier(.175,.885,.32,1.275)}@keyframes _successPop_179ex_1{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}._successUpperSection_179ex_4795{height:200px;background:radial-gradient(circle at center,hsla(var(--primary-hue),100%,65%,.15) 0%,transparent 70%);position:relative;display:flex;align-items:center;justify-content:center}._successUpperSection_179ex_4795:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:20px 20px;opacity:.5}._successIconContainer_179ex_4814{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}._successConcentricRing_179ex_4823{position:absolute;border:1px solid hsla(var(--primary-hue),100%,65%,.2);border-radius:50%}._ringLarge_179ex_4829{width:100%;height:100%;opacity:.3}._ringMedium_179ex_4835{width:75%;height:75%;opacity:.5}._ringSmall_179ex_4841{width:50%;height:50%;opacity:.8}._successCheckCircle_179ex_2639{width:60px;height:60px;background:linear-gradient(135deg,#fff 0%,var(--primary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;z-index:2;box-shadow:0 0 30px hsla(var(--primary-hue),100%,65%,.4)}._successFloatingParticle_179ex_4860{position:absolute;width:4px;height:4px;background:#fff;border-radius:50%;opacity:.6;filter:blur(1px);animation:_particleFloat_179ex_1 3s infinite ease-in-out}@keyframes _particleFloat_179ex_1{0%,to{transform:translate(0);opacity:.4}50%{transform:translate(10px,-10px);opacity:.8}}._successLowerSection_179ex_4885{padding:0 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center}._successBrandedTitle_179ex_4893{font-size:2.2rem;font-weight:900;color:#fff;margin-bottom:4px;font-family:Outfit,sans-serif}._successBrandedTitle_179ex_4893 span{color:var(--primary);text-shadow:0 0 20px hsla(var(--primary-hue),100%,65%,.5)}._successBrandedUnderline_179ex_4906{width:40px;height:4px;background:var(--primary);border-radius:2px;margin-bottom:24px;box-shadow:0 0 10px hsla(var(--primary-hue),100%,65%,.8)}._successMainText_179ex_4915{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px}._successSubText_179ex_4922{font-size:.9rem;color:#fff6;margin-bottom:32px}._successActionRow_179ex_4928{display:flex;gap:16px;width:100%}._successBrandedProfileBtn_179ex_4934{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:14px;border-radius:20px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s}._successBrandedDoneBtn_179ex_4947{flex:1;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;padding:14px;border-radius:20px;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 4px 15px #6366f14d;transition:all .2s ease}._successBrandedDoneBtn_179ex_4947:hover{background:linear-gradient(135deg,#7275f2,#b26bf8);transform:translateY(-2px);box-shadow:0 6px 20px #6366f173}._uploadOverlay_179ex_4967{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:_fadeIn_179ex_1 .3s ease}._uploadModal_179ex_4982{background:#151515;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px;width:90%;max-width:400px;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 40px #00000080}._progressBarBg_179ex_4995{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-top:20px}._progressBarFill_179ex_5004{height:100%;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899);border-radius:4px;transition:width .3s ease}@media(max-width:767px){._createFlare_179ex_1{margin:0;height:calc(100vh - 56px);border-radius:0;border:none;box-shadow:none}._content_179ex_100{flex-direction:column}._editContainer_179ex_1440,._shareLayout_179ex_1441{flex-direction:column;height:auto;overflow-y:visible}._editPreviewArea_179ex_1447,._sharePreview_179ex_1448{flex:none;height:50vh;min-height:320px;width:100%;border-bottom:1px solid rgba(255,255,255,.1)}._editSettings_179ex_1458,._shareDetails_179ex_1459{width:100%;border-left:none;border-top:1px solid rgba(255,255,255,.1);height:auto;overflow-y:visible;flex:none;box-shadow:none;background:#000}._selectArea_179ex_108,._solidSelectionArea_179ex_121{padding:0;height:100%;min-height:auto;justify-content:flex-start;flex:1}._createPostCard_179ex_173{border-radius:0;min-height:auto;margin:0;flex:1;width:100%}._cpTextarea_179ex_283{flex:none;min-height:150px}._mobileTipsContainer_179ex_739{display:flex;flex-direction:column;gap:12px;margin:0 0 auto;padding:66px 0}._mobileTipCard_179ex_5083{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.05);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._mobileTipIconWrapper_179ex_5094{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._mobileTipText_179ex_5104{display:flex;flex-direction:column;gap:4px}._mobileTipText_179ex_5104 h4{margin:0;font-size:.95rem;font-weight:700;color:#ffffffe6;letter-spacing:-.01em}._mobileTipText_179ex_5104 p{margin:0;font-size:.8rem;color:#ffffff80;line-height:1.4}._header_179ex_20{padding:0 1rem;height:60px}._header_179ex_20 h2{font-size:1.1rem}._premiumTitle_179ex_541{font-size:1.6rem}._premiumSub_179ex_553{font-size:.9rem;margin-bottom:20px}._premiumSelectionArea_179ex_560{padding:0 20px 40px}._selectionGrid_179ex_565{padding:0;margin:auto 0 0}._createOptionCard_179ex_584{flex-direction:row;padding:16px;gap:16px;border-radius:20px}._optionIconWrapper_179ex_627{width:56px;height:56px;border-radius:16px}._optionContent_179ex_658 h3{font-size:1.1rem}._createOptionsContainer_179ex_573{padding:0 10px}._premiumDropdownContainer_179ex_743{flex-direction:column;align-items:flex-start;gap:8px}._filterGrid_179ex_2867{grid-template-columns:repeat(3,1fr);gap:8px}._filterOption_179ex_5184{padding:8px}._cancelTextBtn_179ex_907,._attachMediaBtn_179ex_923{padding:6px 10px;font-size:.85rem}._continueTextBtn_179ex_944{padding:8px 16px;font-size:.9rem}._successScreen_179ex_2116{padding:1rem}._highFidelitySuccessCard_179ex_4770{border-radius:24px;max-width:100%;margin:0 auto}._successLowerSection_179ex_4885{padding:0 20px 30px}._successBrandedTitle_179ex_4893{font-size:1.8rem}._successMainText_179ex_4915{font-size:1.2rem}._successSubText_179ex_4922{font-size:.85rem;margin-bottom:24px}._successActionRow_179ex_4928{flex-direction:row;gap:12px}._successBrandedProfileBtn_179ex_4934,._successBrandedDoneBtn_179ex_4947{padding:12px;font-size:.95rem}}@media(max-width:1024px)and (min-width:768px){._createFlare_179ex_1{margin:20px auto;height:90vh;max-width:90%;border-radius:30px}}._mobileStaticText_179ex_5244{display:none}._overlay_wyef6_1{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_wyef6_1 .2s ease}._modal_wyef6_12{width:90%;max-width:550px;height:600px;max-height:90vh;background:#000;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000080;animation:_scaleIn_wyef6_1 .25s cubic-bezier(.4,0,.2,1)}@keyframes _fadeIn_wyef6_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_wyef6_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._header_wyef6_37{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:1px solid rgba(255,255,255,.1)}._header_wyef6_37 h2{font-size:1rem;font-weight:600;color:#fff;flex:1;text-align:center;margin-left:24px}._closeBtn_wyef6_55{background:none;border:none;color:#fff;cursor:pointer;padding:4px}._searchArea_wyef6_64{padding:1rem;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.1)}._searchLabel_wyef6_72{font-weight:600;font-size:1rem;color:#fff}._searchInput_wyef6_78{flex:1;background:none;border:none;color:#fff;font-size:.95rem;outline:none}._searchInput_wyef6_78::placeholder{color:#ffffff4d}._content_wyef6_92{flex:1;overflow-y:auto}._sectionTitle_wyef6_97{padding:1rem;font-size:.95rem;font-weight:600;color:#fff}._userItem_wyef6_104{display:flex;align-items:center;gap:12px;padding:8px 1rem;cursor:pointer;transition:background .2s ease}._userItem_wyef6_104:hover{background:#ffffff0d}._avatar_wyef6_117{width:44px;height:44px;border-radius:50%;object-fit:cover}._avatarFallback_wyef6_124{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ff9500,#ff3b30);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;flex-shrink:0}._userInfo_wyef6_138{flex:1}._nameRow_wyef6_142{display:flex;align-items:center;gap:4px;font-size:.9rem;font-weight:600;color:#fff}._blueTick_wyef6_151{color:#0095f6;flex-shrink:0}._orangeTick_wyef6_156{color:#ff9500;flex-shrink:0}._handle_wyef6_161{font-size:.85rem;color:#ffffff80}._checkbox_wyef6_167{width:24px;height:24px;border:2px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._checkboxSelected_wyef6_178{background:#0095f6;border-color:#0095f6}._messageArea_wyef6_184{padding:1rem;border-top:1px solid rgba(255,255,255,.1);background:#000}._messageInput_wyef6_190{width:100%;height:80px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;color:#fff;font-size:.95rem;resize:none;outline:none;transition:border-color .2s ease}._messageInput_wyef6_190:focus{border-color:#ffffff4d}._footer_wyef6_209{padding:1rem}._chatBtn_wyef6_213{width:100%;padding:12px;background:#00376b;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:not-allowed;transition:background .2s ease}._chatBtnActive_wyef6_225{background:#0095f6;cursor:pointer}._chatBtnActive_wyef6_225:hover{background:#1877f2}._loading_wyef6_235{display:flex;justify-content:center;padding:2rem;opacity:.5}._messagesPage_kyi0s_1{display:flex;height:100vh;background:#000;color:#fff;overflow:hidden}._sidebar_kyi0s_10{width:320px;display:flex;flex-direction:column;height:100%}._sidebarHeader_kyi0s_17{padding:1.5rem 1rem .5rem}._userSelector_kyi0s_21{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._username_kyi0s_28{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:4px;cursor:pointer}._tabs_kyi0s_37{display:flex;margin:0 1rem .5rem}._tab_kyi0s_37{flex:1;padding:.75rem 0;text-align:center;font-size:.95rem;font-weight:600;color:#ffffff80;background:transparent!important;border:none!important;outline:none!important;cursor:pointer;position:relative;transition:all .2s ease}._tabActive_kyi0s_57{color:#fff}._tabActive_kyi0s_57:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1.5px;background:#fff}._searchBar_kyi0s_71{padding:.5rem 1rem;margin-bottom:1rem;display:flex;gap:8px}._searchInputWrapper_kyi0s_78{display:flex;align-items:center;gap:10px;background:#262626;padding:10px 14px;border-radius:12px}._searchInputWrapper_kyi0s_78 input{background:none;border:none;color:#fff;font-size:.95rem;width:100%}._searchInputWrapper_kyi0s_78 input:focus{outline:none}._notesSection_kyi0s_99{padding:0 1rem 1.5rem;display:flex;gap:1.5rem;overflow-x:auto;scrollbar-width:none}._notesSection_kyi0s_99::-webkit-scrollbar{display:none}._noteItem_kyi0s_111{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:72px}._noteAvatarWrapper_kyi0s_119{position:relative;width:72px;height:72px}._noteAvatar_kyi0s_119{width:100%;height:100%;border-radius:50%;object-fit:cover;padding:2px;border:2px solid transparent}._noteBubble_kyi0s_134{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#262626;color:#fff;padding:6px 12px;border-radius:18px;font-size:.75rem;white-space:nowrap;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 24px #0009;z-index:2}._noteBubble_kyi0s_134:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #262626}._noteName_kyi0s_161{font-size:.75rem;color:#fff9;text-align:center;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._onlineBadge_kyi0s_171{position:absolute;bottom:4px;right:4px;width:16px;height:16px;background:#00e0b0;border:3px solid #000;border-radius:50%;z-index:3;box-shadow:0 0 10px #00e0b04d}._onlineBadge_kyi0s_171:after{content:"";position:absolute;inset:-2px;border-radius:50%;border:1px solid #00e0b0;animation:_pulseStatus_kyi0s_1 2s infinite}@keyframes _pulseStatus_kyi0s_1{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}._avatarWrapper_kyi0s_198{position:relative;flex-shrink:0}._chatsList_kyi0s_203{flex:1;overflow-y:auto}._chatItem_kyi0s_208{display:flex;align-items:center;gap:14px;padding:10px 1rem;cursor:pointer;transition:background .2s ease}._chatAvatar_kyi0s_217{width:60px;height:60px;border-radius:50%;object-fit:cover}._avatarFallback_kyi0s_224{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 4px 10px #ff6b0033}._headerFallback_kyi0s_239{width:32px;height:32px;font-size:1rem}._chatInfo_kyi0s_245{flex:1;min-width:0}._chatHeaderRow_kyi0s_250{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}._chatName_kyi0s_257{font-size:.95rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:4px}._blueTick_kyi0s_266{color:#0095f6;flex-shrink:0}._orangeTick_kyi0s_271{color:#a855f7;flex-shrink:0}._unreadBadge_kyi0s_276{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 0 8px #6366f166}._lastMsg_kyi0s_288{font-size:.85rem;color:#ffffff80;display:flex;align-items:center;gap:4px}._unread_kyi0s_276{color:#fff!important;font-weight:600}._chatMain_kyi0s_302{flex:1;display:flex;flex-direction:column;background:#000}._emptyChat_kyi0s_309{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}._emptyIcon_kyi0s_319{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#fff}._emptyChat_kyi0s_309 h3{font-size:1.25rem;margin-bottom:.5rem}._emptyChat_kyi0s_309 p{color:#ffffff80;margin-bottom:1.5rem}._sendMsgBtn_kyi0s_337{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;padding:12px 32px;border-radius:100px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #6366f14d}._sendMsgBtn_kyi0s_337:hover{background:linear-gradient(135deg,#7275f2,#b26bf8);transform:scale(1.03);box-shadow:0 6px 20px #6366f173}._chatHeader_kyi0s_250{height:75px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}._headerInfo_kyi0s_365{display:flex;align-items:center;gap:12px}._headerAvatar_kyi0s_371{width:32px;height:32px;border-radius:50%}._headerName_kyi0s_377{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:6px}._headerActions_kyi0s_385{display:flex;gap:1.25rem;color:#fffc}._messagesList_kyi0s_391{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:8px}._messageWrapper_kyi0s_400{max-width:70%;display:flex;flex-direction:column}._sent_kyi0s_406{align-self:flex-end}._received_kyi0s_410{align-self:flex-start}._message_kyi0s_1{padding:8px 12px;border-radius:18px;font-size:.9rem;line-height:1.4}._sent_kyi0s_406 ._message_kyi0s_1{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;box-shadow:0 2px 8px #6366f126}._received_kyi0s_410 ._message_kyi0s_1{background:#262626;color:#fff}._chatInput_kyi0s_432{padding:1rem 1.5rem}._inputWrapper_kyi0s_436{display:flex;align-items:center;gap:12px;background:none;border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:8px 16px}._inputWrapper_kyi0s_436 input{flex:1;background:none;border:none;color:#fff;font-size:.9rem}._inputWrapper_kyi0s_436 input:focus{outline:none}._inputActions_kyi0s_458{display:flex;gap:12px;color:#fff}._sendBtn_kyi0s_464{color:#a855f7;font-weight:600;cursor:pointer;background:none;border:none;transition:color .2s}._sendBtn_kyi0s_464:hover{color:#c084fc}._filterDropdownWrapper_kyi0s_478{position:relative;display:flex;align-items:center}._filterSelect_kyi0s_484{background:#262626;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 32px 10px 14px;font-size:.85rem;font-weight:600;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;transition:all .2s ease}._filterSelect_kyi0s_484:focus,._filterSelect_kyi0s_484:hover{border-color:#a855f766;color:#a855f7}._filterDropdownWrapper_kyi0s_478:after{content:"▼";font-size:.65rem;color:#fff6;position:absolute;right:14px;pointer-events:none;transition:color .2s}._filterDropdownWrapper_kyi0s_478:hover:after{color:#a855f7}._contextMenu_kyi0s_520{position:fixed;background:#141419f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 30px #00000080;z-index:1000;padding:6px 0;width:160px;animation:_fadeInMenu_kyi0s_1 .15s ease-out}@keyframes _fadeInMenu_kyi0s_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._contextMenuItem_kyi0s_545{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;color:#ffffffd9;cursor:pointer;transition:all .2s ease}._contextMenuItem_kyi0s_545:hover{background:#a855f71a;color:#a855f7}._contextMenuIcon_kyi0s_561{flex-shrink:0}._headerRightSide_kyi0s_566{display:flex;align-items:center;gap:6px;flex-shrink:0}._pinnedIcon_kyi0s_573{color:#a855f7;transform:rotate(45deg);flex-shrink:0;filter:drop-shadow(0 0 2px rgba(168,85,247,.3))}._mutedIcon_kyi0s_580{color:#fff6;margin-left:6px;flex-shrink:0}._chatNameUnread_kyi0s_586{font-weight:700!important;color:#fff!important}._headerMutedIcon_kyi0s_591{color:#fff6;margin-left:6px;display:inline-flex;align-self:center}._headerPinnedIcon_kyi0s_598{color:#a855f7;margin-left:6px;transform:rotate(45deg);display:inline-flex;align-self:center;filter:drop-shadow(0 0 2px rgba(168,85,247,.3))}@media(max-width:767px){._sidebar_kyi0s_10{width:100%;display:none}._sidebarMobileActive_kyi0s_613{display:flex}._chatMain_kyi0s_302{display:none}._chatMainMobileActive_kyi0s_621{display:flex}}._searchPage_178g1_1{background:#000;min-height:100vh}._searchContainer_178g1_6{position:sticky;top:0;z-index:100;padding:1rem;background:#000000d1;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid rgba(255,255,255,.08)}._searchInput_178g1_17{display:flex;align-items:center;gap:12px;background:#1a1a1a;padding:.8rem 1.2rem;border-radius:12px;max-width:935px;margin:0 auto;border:1px solid rgba(255,255,255,.05)}._searchInput_178g1_17 input{background:none;border:none;color:#fff;flex:1;font-size:1rem}._searchInput_178g1_17 input:focus{outline:none}._filtersWrapper_178g1_42{background:#000;position:sticky;top:73px;z-index:90;border-bottom:1px solid rgba(255,255,255,.05)}._filters_178g1_42{display:flex;gap:12px;max-width:935px;margin:0 auto;padding:.8rem 1rem;overflow-x:auto;scrollbar-width:none}._filters_178g1_42::-webkit-scrollbar{display:none}._filterItem_178g1_64{display:flex;align-items:center;gap:6px;background:#262626;border:none;color:#fff;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s;position:relative}._activeFilter_178g1_80{background:#fff;color:#000}._iconWrapper_178g1_85{position:relative;display:flex;align-items:center;justify-content:center}._cartBadge_178g1_92{position:absolute;top:-8px;right:-8px;background:var(--primary);color:#fff;font-size:9px;font-weight:900;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #6366f166;border:1.5px solid #000;animation:_badgePulse_178g1_1 2s infinite;z-index:5}@keyframes _badgePulse_178g1_1{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}._discoveryGrid_178g1_119{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;max-width:935px;margin:4px auto}@media(min-width:768px){._discoveryGrid_178g1_119{gap:16px;grid-template-columns:repeat(3,1fr);padding:0}}._gridItem_178g1_135{position:relative;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);overflow:hidden;cursor:pointer;aspect-ratio:1 / 1.25;border-radius:4px}._gridItem_178g1_135>img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);display:block}._gridItem_178g1_135:hover img{transform:scale(1.1) rotate(1deg);filter:brightness(.7)}._flareIcon_178g1_157{position:absolute;top:10px;right:10px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));z-index:2}._overlay_178g1_166{position:absolute;inset:0;background:#0000;transition:all .3s ease;display:flex;align-items:center;justify-content:center;opacity:0;z-index:20;pointer-events:none}._gridItem_178g1_135:hover ._overlay_178g1_166{background:#0003;opacity:1}@media(hover:none){._gridItem_178g1_135:active ._overlay_178g1_166{opacity:1}}._statContainer_178g1_191{display:flex;align-items:center;gap:1.5rem;padding:.5rem 1rem;background:#0006;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(10px);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}._gridItem_178g1_135:hover ._statContainer_178g1_191{transform:translateY(0)}._stat_178g1_191{display:flex;align-items:center;gap:8px;font-weight:800;font-size:1.1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}._stat_178g1_191 span{letter-spacing:-.5px}._resultsContainer_178g1_221{position:relative;min-height:400px;width:100%}._loadingState_178g1_227{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#fff;z-index:10;pointer-events:none}._loaderOverlay_178g1_237{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:100}._glassLoading_178g1_246{position:absolute;inset:0;background:#000000b3;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);z-index:5;animation:_loaderFadeIn_178g1_1 .3s ease-out forwards}._loaderPulse_178g1_256{animation:_pulseGlow_178g1_1 2s infinite ease-in-out}@keyframes _pulseGlow_178g1_1{0%,to{transform:scale(1);filter:drop-shadow(0 0 10px rgba(168,85,247,.4))}50%{transform:scale(1.1);filter:drop-shadow(0 0 25px rgba(168,85,247,.8))}}._loadingText_178g1_265{font-size:1.1rem;font-weight:700;letter-spacing:.5px;background:linear-gradient(to bottom,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 12px rgba(0,0,0,.5)}@keyframes _loaderFadeIn_178g1_1{0%{opacity:0}to{opacity:1}}._contentFadeIn_178g1_281{animation:_contentReveal_178g1_1 .6s cubic-bezier(.16,1,.3,1) forwards}._contentBlur_178g1_285{filter:blur(5px) grayscale(.5);opacity:.6;transition:all .4s ease;pointer-events:none}._emptyState_178g1_292{display:flex;justify-content:center;align-items:center;padding:6rem 2rem;color:#fff6;font-size:1.1rem;font-weight:600;text-align:center;width:100%}@keyframes _contentReveal_178g1_1{0%{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._cardAnimateIn_178g1_315{opacity:0;animation:_cardPop_178g1_1 .45s cubic-bezier(.16,1,.3,1) forwards}@keyframes _cardPop_178g1_1{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}._spinner_178g1_331{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:_spin_178g1_331 .8s linear infinite}._userOverlay_178g1_340{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000c);display:flex;flex-direction:column;gap:2px}._username_178g1_352{font-weight:700;font-size:.9rem;color:#fff}._followers_178g1_358{font-size:.75rem;color:#ffffffb3}@keyframes _spin_178g1_331{to{transform:rotate(360deg)}}._shimmer_178g1_368{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14,#ffffff08 75%);background-size:200% 100%;animation:_shimmerAnim_178g1_1 1.5s infinite linear;border-radius:12px}@keyframes _shimmerAnim_178g1_1{0%{background-position:200% 0}to{background-position:-200% 0}}._shimmerGridItem_178g1_385{aspect-ratio:1 / 1.25;background:#111;border-radius:4px;position:relative;overflow:hidden}._shimmerCard_178g1_393{background:#111;border-radius:16px;height:240px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.05)}._shimmerBanner_178g1_402{height:70px;background:#1a1a1a}._shimmerAvatar_178g1_407{width:60px;height:60px;border-radius:50%;background:#222;margin:-30px auto 0;border:3px solid #111}._shimmerLine_178g1_416{height:12px;background:#222;margin:12px auto;border-radius:6px}._cardGrid_178g1_424{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:935px;margin:0 auto;padding:1rem}@media(min-width:768px){._cardGrid_178g1_424{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1200px){._cardGrid_178g1_424{grid-template-columns:repeat(4,1fr);gap:24px}}._profileCard_178g1_448{background:#111;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .35s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column}._profileCard_178g1_448:hover{transform:translateY(-6px);border-color:#6366f14d;box-shadow:0 20px 40px #0006,0 0 0 1px #6366f126}._profileCardBanner_178g1_465{height:70px;position:relative;overflow:hidden;background:linear-gradient(135deg,#1e1b4b,#312e81,#4338ca)}._profileCardBannerGlow_178g1_472{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.4) 0%,transparent 70%);top:-40px;right:-20px;animation:_glowPulse_178g1_1 4s ease-in-out infinite alternate}@keyframes _glowPulse_178g1_1{0%{opacity:.4;transform:scale(1)}to{opacity:.8;transform:scale(1.2)}}._profileCardBody_178g1_488{display:flex;flex-direction:column;align-items:center;padding:0 1rem 1.25rem;margin-top:-30px;position:relative;z-index:2}._profileCardAvatar_178g1_498{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #111;background:#262626;box-shadow:0 4px 12px #0006}._profileCardNameRow_178g1_508{display:flex;align-items:center;gap:4px;margin-top:.6rem}._profileCardName_178g1_508{font-weight:800;font-size:.95rem;color:#fff;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}._profileCardHandle_178g1_526{font-size:.78rem;color:#fff6;font-weight:500;margin-top:2px}._greyTick_178g1_534{color:#ffffff40;flex-shrink:0}._blueTick_178g1_539{color:#3b82f6;flex-shrink:0;filter:drop-shadow(0 0 4px rgba(59,130,246,.4))}._orangeTick_178g1_545{color:#f97316;flex-shrink:0;filter:drop-shadow(0 0 4px rgba(249,115,22,.4))}._profileCardBio_178g1_551{font-size:.75rem;color:#ffffff59;text-align:center;margin-top:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._profileCardStats_178g1_563{display:flex;gap:.8rem;margin-top:.9rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06);width:100%;justify-content:center}._profileCardStat_178g1_563{display:flex;flex-direction:column;align-items:center;gap:2px}._profileCardStatNum_178g1_580{font-weight:900;font-size:.85rem;color:#fff}._profileCardStatLabel_178g1_586{font-size:.55rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.5px;font-weight:700}._profileCardFollowBtn_178g1_594{width:100%;padding:.5rem;margin-top:.75rem;border-radius:10px;border:none;font-weight:800;font-size:.8rem;cursor:pointer;transition:all .25s ease;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;letter-spacing:.3px}._profileCardFollowBtn_178g1_594:hover{transform:scale(1.03);box-shadow:0 4px 15px #6366f166}._followingBtn_178g1_614{background:#ffffff14;color:#fff9;border:1px solid rgba(255,255,255,.1)}._followingBtn_178g1_614:hover{background:#ef444426;color:#ef4444;border-color:#ef44444d;box-shadow:none}._campaignListItem_178g1_629{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#ffffff08;border-radius:16px;margin-bottom:.75rem;border:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .2s}._campaignListItem_178g1_629:hover{background:#ffffff12;transform:scale(1.02)}._campaignInfoMain_178g1_647{display:flex;align-items:center;gap:16px}._brandAvatarSmall_178g1_653{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#262626;border:2px solid rgba(255,255,255,.1)}._campaignTextInfo_178g1_662{display:flex;flex-direction:column;gap:2px}._campaignName_178g1_668{font-weight:800;color:#fff;font-size:1.05rem;letter-spacing:-.3px}._brandSubtitle_178g1_675{color:var(--primary);font-size:.85rem;font-weight:600}._payoutBadge_178g1_681{display:flex;flex-direction:column;align-items:flex-end;background:linear-gradient(135deg,#70b5f91a,#70b5f933);padding:.6rem 1rem;border-radius:12px;border:1px solid rgba(112,181,249,.2)}._payoutAmount_178g1_691{font-weight:900;font-size:1.1rem;color:#fff;line-height:1}._payoutLabel_178g1_698{font-size:.65rem;color:var(--primary);text-transform:uppercase;font-weight:800;letter-spacing:1px;margin-top:2px}._brandBadge_178g1_708{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:8px;background:#000000b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:6px 12px 6px 6px;border-radius:24px;border:1px solid rgba(255,255,255,.2);z-index:10;pointer-events:none}._brandBadgeAvatar_178g1_725{width:18px;height:18px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2)}._brandBadgeLabel_178g1_733{font-size:.65rem;font-weight:900;color:#fff;letter-spacing:.5px;text-transform:uppercase}._textFlareCard_178g1_742{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:inherit;transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-align:center;border:1px solid rgba(255,255,255,.05)}._textFlareContent_178g1_756{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:2}._textFlareCaption_178g1_766{font-size:1.1rem;font-weight:800;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem;letter-spacing:-.5px;background:linear-gradient(to bottom,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._announcementEmoji_178g1_782{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);font-size:5rem;opacity:.03;z-index:1;pointer-events:none}._textFlareHeader_178g1_793{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:auto;padding-top:1rem;width:100%;z-index:2}._textFlareHeader_178g1_793 span{font-size:.7rem;font-weight:900;color:var(--primary);text-transform:uppercase;letter-spacing:1px}._miniAvatar_178g1_812{width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.2);object-fit:cover;flex-shrink:0}._gridItem_178g1_135:hover ._textFlareCard_178g1_742{transform:translateY(-5px);background:linear-gradient(135deg,#2d3e50,#1e293b);border-color:var(--primary);box-shadow:0 15px 30px #00000080}._gridItem_178g1_135:hover ._textFlareCaption_178g1_766{transform:scale(1.05);transition:transform .3s ease}._pagination_178g1_835{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;gap:12px;padding:3rem 1rem 5rem;width:100%}._pageNumbersScroll_178g1_845{display:flex;align-items:center;gap:8px;padding:0 4px}._pageBtn_178g1_852,._pageBtnNav_178g1_852{min-width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;font-weight:600;font-size:.9rem;font-family:Outfit,sans-serif;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}._pageBtnActive_178g1_870{background:#000;color:#fff;border-color:#6366f1;border-width:2px;box-shadow:0 0 15px #6366f166}._pageBtnNav_178g1_852{color:#fff}._pageBtn_178g1_852:hover:not(._pageBtnActive_178g1_870),._pageBtnNav_178g1_852:hover:not(:disabled){border-color:#fff6;background:#ffffff0d}._dots_178g1_887{color:#ffffff4d;font-weight:900;padding:0 4px;display:flex;align-items:center;justify-content:center;font-size:1rem;letter-spacing:2px}._pageBtnNav_178g1_852:disabled{opacity:.15;cursor:not-allowed}@media(max-width:767px){._filters_178g1_42{padding:.8rem .5rem;gap:8px;justify-content:flex-start}._filterItem_178g1_64{white-space:nowrap;flex-shrink:0;padding:.5rem .6rem;font-size:.8rem}._cardGrid_178g1_424,._discoveryGrid_178g1_119{padding:.5rem;gap:8px}._profileCardStats_178g1_563{gap:.3rem;padding-top:.5rem}._profileCardStatLabel_178g1_586{font-size:.5rem;letter-spacing:0}._profileCardStatNum_178g1_580{font-size:.75rem}}._dialog_mj0t4_1{border:none;background:transparent;padding:0;margin:auto;max-width:900px;width:90%;outline:none}._dialog_mj0t4_1::backdrop{background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._modalContainer_mj0t4_16{background:#0f0f11;border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 24px 64px #000c;display:flex;flex-direction:column;overflow:hidden;max-height:90vh}._modalHeader_mj0t4_27{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}._modalHeader_mj0t4_27 h2{font-size:1.25rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.3px;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._closeBtn_mj0t4_46{background:#ffffff0d;border:none;color:#fff9;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._closeBtn_mj0t4_46:hover{background:#ffffff26;color:#fff;transform:rotate(90deg)}._form_mj0t4_66{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;padding:24px;overflow-y:auto}@media(max-width:768px){._form_mj0t4_66{grid-template-columns:1fr;padding:20px;gap:20px}}._editorSection_mj0t4_82{display:flex;flex-direction:column;gap:20px}._formGroup_mj0t4_88{display:flex;flex-direction:column;gap:8px}._labelRow_mj0t4_94{display:flex;justify-content:space-between;align-items:center}._label_mj0t4_94{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffff80}._charCount_mj0t4_108{font-size:.75rem;color:#ffffff59}._themeChips_mj0t4_114{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._themeChip_mj0t4_114{height:44px;border-radius:10px;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .2s ease}._themeChip_mj0t4_114:hover{transform:scale(1.02)}._themeChipActive_mj0t4_137{border-color:#fff;box-shadow:0 0 12px #ffffff4d}._themeName_mj0t4_142{font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#0006;padding:2px 6px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._quickTitles_mj0t4_155{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}._quickTitleBtn_mj0t4_162{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:6px 12px;color:#ffffffbf;font-size:.75rem;cursor:pointer;transition:all .2s ease}._quickTitleBtn_mj0t4_162:hover{background:#ffffff14;color:#fff;border-color:#ffffff26}._quickTitleBtnActive_mj0t4_179{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600}._customTitleInput_mj0t4_186{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 14px;color:#fff;font-size:.85rem;outline:none;transition:all .2s ease}._customTitleInput_mj0t4_186:focus{border-color:var(--primary);background:#ffffff0d}._textarea_mj0t4_202{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 14px;color:#fff;font-size:.85rem;outline:none;resize:none;transition:all .2s ease}._textarea_mj0t4_202:focus{border-color:var(--primary);background:#ffffff0d}._previewSection_mj0t4_220{display:flex;flex-direction:column;gap:12px}._previewLabel_mj0t4_226{font-size:.75rem;font-weight:800;letter-spacing:1.5px;color:#ffffff4d;text-align:center}._cardPreview_mj0t4_235{border-radius:16px;padding:2.5px;box-shadow:0 8px 32px #0006;height:240px;border:1px solid rgba(255,255,255,.08)}._cardPreviewInner_mj0t4_243{background:#0a0a0abf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:14px;padding:18px;height:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.05)}._cardPreviewHeader_mj0t4_256{display:flex;align-items:center;margin-bottom:10px}._previewUser_mj0t4_262{display:flex;align-items:center;gap:8px}._previewAvatar_mj0t4_268{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px dashed rgba(255,255,255,.2)}._previewUserMeta_mj0t4_276{display:flex;flex-direction:column}._previewUserName_mj0t4_281{font-size:.8rem;font-weight:700;color:#fff}._previewUserHandle_mj0t4_287{font-size:.7rem;color:#fff6}._cardPreviewBody_mj0t4_292{flex-grow:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:6px;min-height:0}._previewTitle_mj0t4_301{font-size:.95rem;font-weight:800;color:#fff;margin:0 0 4px}._previewMessage_mj0t4_308{font-size:.8rem;line-height:1.4;color:#ffffffb3;word-break:break-word;overflow-y:auto;max-height:80px}._cardPreviewFooter_mj0t4_317{display:flex;justify-content:flex-end}._previewDate_mj0t4_322{font-size:.65rem;color:#ffffff4d}._errorMessage_mj0t4_328{grid-column:1 / -1;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5;padding:12px 16px;border-radius:10px;font-size:.85rem;text-align:center}._actionBar_mj0t4_340{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;margin-top:10px}._cancelBtn_mj0t4_350{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fffc;border-radius:10px;padding:10px 20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelBtn_mj0t4_350:hover{background:#ffffff0d;color:#fff}._submitBtn_mj0t4_367{background:var(--primary);border:none;color:#fff;border-radius:10px;padding:10px 24px;font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}._submitBtn_mj0t4_367:hover{opacity:.9;transform:translateY(-1px)}._submitBtn_mj0t4_367:disabled{opacity:.5;cursor:not-allowed;transform:none}._mymarketVerseContainer_1nj3t_1{padding:1.5rem 0}._storeHeader_1nj3t_5{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:0 .5rem}._storeTitle_1nj3t_13{margin:0;font-size:1.4rem;font-weight:800;background:linear-gradient(to right,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._storeSubtitle_1nj3t_22{margin:4px 0 0;color:#555;font-size:.85rem;font-weight:600}._cartFloatingBtn_1nj3t_29{position:relative;cursor:pointer;width:50px;height:50px;background:#ffffff08;border-radius:18px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}._cartFloatingBtn_1nj3t_29:active{transform:scale(.9)}._cartActive_1nj3t_47{animation:_pulseGreen_1nj3t_1 2s infinite;border-color:#962fbf!important}@keyframes _pulseGreen_1nj3t_1{0%{box-shadow:0 0 #00e67666}70%{box-shadow:0 0 0 10px #00e67600}to{box-shadow:0 0 #00e67600}}._cartBadge_1nj3t_66{position:absolute;top:-6px;right:-6px;background:#ff4b4b;color:#000;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;box-shadow:0 4px 12px #00000080;border:2px solid #000}._cartBadgeSuccess_1nj3t_84{background:#962fbf!important}._sectionHeader_1nj3t_88{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding:0 .5rem}._sectionTitle_1nj3t_96{margin:0;font-size:.9rem;font-weight:700;color:#aaa;letter-spacing:1px;text-transform:uppercase}._seeAll_1nj3t_105{font-size:.75rem;color:linear-gradient(135deg,#fff 0%,var(--primary) 100%);font-weight:600;cursor:pointer}._horizontalScroll_1nj3t_112{display:flex;gap:15px;overflow-x:auto;scrollbar-width:none;padding:10px 5px;margin:0 -1.5rem;padding-left:1.5rem}._horizontalScroll_1nj3t_112::-webkit-scrollbar{display:none}._featuredCard_1nj3t_126{flex-shrink:0;width:140px;background:#0a0a0a;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #00000080}._featuredImageContainer_1nj3t_136{position:relative;aspect-ratio:1/1}._featuredImage_1nj3t_136{width:100%;height:100%;object-fit:cover}._featuredAddBtn_1nj3t_147{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border-radius:10px;background:#00e676e6;border:none;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}._featuredInfo_1nj3t_163{padding:10px}._featuredName_1nj3t_167{margin:0;font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._featuredPrice_1nj3t_177{margin:4px 0 0;font-size:.85rem;font-weight:800;color:#fff}._productGrid_1nj3t_184{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}._marketProductCard_1nj3t_190{background:linear-gradient(180deg,#111,#080808);border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.04);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}._marketProductCard_1nj3t_190:after{content:"";position:absolute;top:0;left:-150%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),rgba(255,255,255,.1),rgba(255,255,255,.05),transparent);transform:skew(-20deg);transition:.6s;pointer-events:none}._marketProductCard_1nj3t_190:hover:after{left:150%}._marketProductCard_1nj3t_190:hover{transform:translateY(-8px) scale(1.01);border-color:#00e67666!important;box-shadow:0 20px 40px #000000b3,0 0 25px #00e6761a}._gridImageContainer_1nj3t_227{position:relative;aspect-ratio:1/1}._gridImage_1nj3t_227{width:100%;height:100%;object-fit:cover}._categoryBadge_1nj3t_238{position:absolute;top:10px;left:10px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.6rem;font-weight:800;padding:4px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._gridQuickAdd_1nj3t_252{position:absolute;bottom:12px;right:12px;opacity:0;transform:translateY(10px);transition:all .3s ease}._marketProductCard_1nj3t_190:hover ._gridQuickAdd_1nj3t_252{opacity:1;transform:translateY(0)}._quickAddBtn_1nj3t_266{width:38px;height:38px;border-radius:12px;background:#962fbf;border:none;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #00e67666}._gridInfo_1nj3t_280{padding:15px}._gridName_1nj3t_284{margin:0 0 4px;font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._gridDesc_1nj3t_294{margin:0 0 12px;font-size:.7rem;color:#666;line-height:1.4}._gridPriceRow_1nj3t_301{display:flex;justify-content:space-between;align-items:flex-end}._gridPrice_1nj3t_301{color:#fff;font-weight:800;font-size:1.1rem;line-height:1}._gridOldPrice_1nj3t_314{color:#444;text-decoration:line-through;font-size:.75rem;margin-top:2px}._qtySelector_1nj3t_321{display:flex;align-items:center;background:#ffffff08;border-radius:14px;padding:3px;border:1px solid rgba(255,255,255,.05)}._qtyBtn_1nj3t_330{width:28px;height:28px;background:#ffffff0d;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .2s ease}._qtyBtn_1nj3t_330:hover{background:#ffffff1a}._qtyBtnHighlight_1nj3t_348{width:28px;height:28px;background:linear-gradient(135deg,#962fbf,#00c853);border:none;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:10px;box-shadow:0 4px 10px #00e67633;transition:all .2s ease}._qtyBtnHighlight_1nj3t_348:hover{transform:scale(1.05);box-shadow:0 6px 15px #00e6764d}._qtyValue_1nj3t_368{width:25px;text-align:center;font-weight:800;font-size:.85rem;color:#fff}@keyframes _spin_1nj3t_386{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-loader{animation:_spin_1nj3t_386 1s linear infinite}._qtySelectorFeatured_1nj3t_390{display:flex;align-items:center;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #0000004d}._qtyBtnSmall_1nj3t_401{width:24px;height:24px;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px}._qtyValueSmall_1nj3t_414{width:18px;text-align:center;font-weight:800;font-size:.75rem;color:#fff}._qtyBtnSmallHighlight_1nj3t_422{width:24px;height:24px;background:#962fbf;border:none;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;box-shadow:0 2px 8px #00e6764d}._qtyBadgeGrid_1nj3t_436{background:#962fbf;color:#000;padding:2px 8px;border-radius:8px;font-size:.75rem;font-weight:800;box-shadow:0 4px 10px #00e6764d}._productOverlay_1nj3t_447{position:fixed;inset:0;background:#000000e0;display:flex;align-items:flex-end;justify-content:center;z-index:1300;animation:_fadeIn_1nj3t_1 .4s ease}._productSheet_1nj3t_458{background:linear-gradient(165deg,#111,#050505);width:100%;max-width:500px;border-radius:40px 40px 0 0;max-height:95vh;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-bottom:none;box-shadow:0 -20px 80px #000000e6;animation:_slideUp_1nj3t_1 .5s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}._productCloseBtn_1nj3t_474{position:absolute;top:20px;right:20px;z-index:10;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:8px 16px;border-radius:14px;color:#fff;font-weight:800;font-size:.7rem;letter-spacing:1px;cursor:pointer}._productContent_1nj3t_491{flex:1;overflow-y:auto;scrollbar-width:none}._imageSliderContainer_1nj3t_497{position:relative;width:100%;overflow:hidden;background:#000}._imageSliderTrack_1nj3t_504{display:flex;transition:transform .6s cubic-bezier(.65,0,.35,1)}._slideItem_1nj3t_509{flex-shrink:0;width:100%;aspect-ratio:1/1.1}._slideImage_1nj3t_515{width:100%;height:100%;object-fit:cover}._sliderDots_1nj3t_521{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:5}._sliderDot_1nj3t_521{width:6px;height:6px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}._activeDot_1nj3t_540{width:20px;border-radius:4px;background:#000;box-shadow:0 0 10px #fff3}._productDetailsArea_1nj3t_547{padding:2rem 1.5rem}._productCategory_1nj3t_551{color:#962fbf;font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:2px}._productMainTitle_1nj3t_559{margin:12px 0;font-size:1.8rem;font-weight:900;color:#fff;line-height:1.1}._productPricing_1nj3t_567{display:flex;align-items:center;gap:12px;margin-top:10px}._currentPrice_1nj3t_574{font-size:1.6rem;font-weight:900;color:#fff}._oldPriceDetail_1nj3t_580{font-size:1.1rem;color:#444;text-decoration:line-through}._discountPercent_1nj3t_586{background:#ff4b4b1a;color:#ff4b4b;padding:4px 10px;border-radius:8px;font-size:.75rem;font-weight:800}._productDescriptionArea_1nj3t_595{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}._descLabel_1nj3t_601{color:#fff;font-weight:800;margin-bottom:15px;font-size:1rem}._fullDesc_1nj3t_608{color:#888;line-height:1.6;font-size:.95rem;margin-bottom:1rem}._productFooter_1nj3t_615{padding:1.5rem;background:#080808;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:15px;align-items:center}._detailQtySelector_1nj3t_624{display:flex;align-items:center;background:#111;border-radius:20px;padding:6px;border:1px solid rgba(255,255,255,.05)}._detailQtyBtn_1nj3t_633{width:45px;height:45px;border-radius:16px;background:#ffffff08;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}._detailAddBtn_1nj3t_646{width:45px;height:45px;border-radius:16px;background:#962fbf;border:none;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #00e6764d}._detailQtyValue_1nj3t_660{width:40px;text-align:center;font-weight:900;font-size:1.1rem}._detailCheckoutBtn_1nj3t_667{flex:1;height:57px;background:#fff;color:#000;border:none;border-radius:20px;font-weight:900;font-size:.9rem;letter-spacing:1px;cursor:pointer;transition:all .3s ease}._detailCheckoutBtn_1nj3t_667:hover{transform:translateY(-3px);box-shadow:0 10px 30px #fff3}._cartOverlay_1nj3t_687{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem;animation:_fadeIn_1nj3t_1 .4s ease}@keyframes _fadeIn_1nj3t_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1nj3t_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._cartSheet_1nj3t_719{background:#000;width:100%;max-width:500px;border-radius:35px;padding:1.5rem 1.5rem 1rem;max-height:90vh;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-bottom:none;box-shadow:0 -20px 80px #000000e6;animation:_slideUp_1nj3t_1 .5s cubic-bezier(.2,.8,.2,1)}._cartHeader_1nj3t_734{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}._cartHeaderTitle_1nj3t_742{margin:0;font-size:1.4rem;font-weight:900;letter-spacing:-.5px;background:linear-gradient(to bottom,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._cartHeaderSubtitle_1nj3t_752{margin:2px 0 0;color:#444;font-size:.75rem;font-weight:700}._closeBtn_1nj3t_759{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:12px 24px;color:#fff;cursor:pointer;font-weight:800;font-size:.75rem;letter-spacing:1px;transition:all .3s ease}._closeBtn_1nj3t_759:hover{background:#ffffff14;transform:scale(1.05)}._cartList_1nj3t_777{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;scrollbar-width:none}._emptyCart_1nj3t_787{text-align:center;padding:5rem 0;color:#333}._emptyCartIcon_1nj3t_793{width:100px;height:100px;border-radius:50%;background:#ffffff05;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}._emptyCartText_1nj3t_804{font-size:1.1rem;font-weight:700}._emptyCartSubtext_1nj3t_809{font-size:.9rem;margin-top:8px}._cartItem_1nj3t_814{display:flex;flex-direction:row;align-items:center;gap:1rem;background:#ffffff08;padding:12px;border-radius:20px;border:1px solid rgba(255,255,255,.05);position:relative;transition:all .3s ease}._cartItem_1nj3t_814:hover{background:#ffffff0d;border-color:#ff4b4b33}._cartItemImageContainer_1nj3t_832{position:relative;flex-shrink:0;width:75px;height:75px}._cartItemImage_1nj3t_832{width:100%;height:100%;border-radius:14px;object-fit:cover;box-shadow:0 4px 12px #0000004d}._cartItemQtyBadge_1nj3t_847{position:absolute;top:-6px;left:-6px;background:#962fbf;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;border:3px solid #050505;box-shadow:0 4px 10px #ff4b4b4d;z-index:2}._cartItemInfo_1nj3t_866{width:100%}._cartItemName_1nj3t_870{margin:0 0 4px;font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cartItemPriceArea_1nj3t_880{display:flex;flex-direction:row;gap:8px;align-items:center;margin-bottom:6px}._cartItemPrice_1nj3t_880{color:#962fbf;font-weight:800;font-size:.95rem}._cartItemUnit_1nj3t_894{color:#666;font-size:.8rem;font-weight:600}._cartItemActions_1nj3t_900{display:flex;flex-direction:row;gap:6px;position:absolute;bottom:12px;right:12px}._cartActionBtn_1nj3t_909{width:28px;height:28px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.05);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._cartActionBtn_1nj3t_909:hover{background:#ffffff1a;transform:scale(1.1)}._cartFooter_1nj3t_928{border-top:1px solid rgba(255,255,255,.08);background:#000;padding:1rem 1.5rem;margin:0 -1.5rem -1rem;border-radius:0 0 35px 35px}._totalRow_1nj3t_936{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}._totalLabel_1nj3t_943{margin:0;color:#666;font-size:.75rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}._totalValue_1nj3t_952{margin:2px 0 0;font-size:1.6rem;font-weight:900;color:#fff;letter-spacing:-1px}._secureLabel_1nj3t_960{margin:0;color:#962fbf;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:flex-end;gap:6px}._taxLabel_1nj3t_971{margin:4px 0 0;color:#555;font-size:.8rem;font-weight:600}._buyNowBtn_1nj3t_978{width:100%;padding:1.1rem;border-radius:20px;background:linear-gradient(135deg,var(--primary) 0%,#962fbf 100%);color:#fff;border:none;font-weight:900;font-size:1.1rem;letter-spacing:.5px;cursor:pointer;box-shadow:0 10px 30px #962fbf66;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}._buyNowBtn_1nj3t_978:hover{transform:translateY(-5px);box-shadow:0 20px 60px #962fbf99}._buyNowBtn_1nj3t_978:active{transform:scale(.98)}@media(min-width:768px){._mymarketVerseContainer_1nj3t_1{padding:2rem;max-width:1200px;margin:0 auto}._storeTitle_1nj3t_13{font-size:2.2rem}._productGrid_1nj3t_184{grid-template-columns:repeat(3,1fr);gap:25px}._horizontalScroll_1nj3t_112{gap:25px;margin:0;padding-left:0;overflow-x:hidden;flex-wrap:wrap}._featuredCard_1nj3t_126{width:calc(25% - 20px)}._cartSheet_1nj3t_719{width:700px;max-width:90vw;height:750px;max-height:85vh;border-radius:40px;margin:auto;border:1px solid rgba(255,255,255,.15);box-shadow:0 40px 120px #000000e6;animation:_modalScale_1nj3t_1 .5s cubic-bezier(.175,.885,.32,1.275)}._cartList_1nj3t_777{gap:1rem;padding-right:10px}._cartList_1nj3t_777::-webkit-scrollbar{width:4px}._cartList_1nj3t_777::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}._cartItem_1nj3t_814{padding:15px 20px;background:#ffffff04}._cartItemImage_1nj3t_832{width:70px;height:70px}._productSheet_1nj3t_458{width:800px;max-width:90vw;height:600px;border-radius:40px;flex-direction:row;margin:auto}._productContent_1nj3t_491{display:flex;flex-direction:row;width:100%;overflow:hidden}._imageSliderContainer_1nj3t_497{width:50%;height:100%}._imageSliderTrack_1nj3t_504{height:100%}._slideItem_1nj3t_509{aspect-ratio:auto;height:100%}._productDetailsArea_1nj3t_547{width:50%;overflow-y:auto;padding:3rem 2.5rem}._productFooter_1nj3t_615{position:absolute;bottom:0;right:0;width:50%;background:#050505cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:none;border-left:1px solid rgba(255,255,255,.05)}}@media(min-width:1024px){._productGrid_1nj3t_184{grid-template-columns:repeat(4,1fr)}._featuredCard_1nj3t_126{width:calc(20% - 20px)}}@keyframes _greenShine_1nj3t_1{0%{left:-100%;opacity:0}10%{left:150%;opacity:.8}15%{left:150%;opacity:0}to{left:150%;opacity:0}}._greenCircle_1nj3t_1148{position:relative;overflow:hidden;background:linear-gradient(135deg,#00e676,#00c853)!important;border:1px solid rgba(0,230,118,.5)!important;box-shadow:0 4px 15px #00c85366!important}._greenCircle_1nj3t_1148:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fffc,#fff0);transform:skew(-25deg);animation:_greenShine_1nj3t_1 3s infinite cubic-bezier(.4,0,.2,1)}._rotatingSvg_1nj3t_1168{animation:_spin_1nj3t_386 15s linear infinite;transform-origin:center;will-change:transform}._dashboardContainer_1nzgz_3{padding:1.75rem 1rem 1rem;max-width:100%;margin:0;display:flex;flex-direction:column;gap:2.25rem;animation:_fadeIn_1nzgz_1 .8s cubic-bezier(.16,1,.3,1);box-sizing:border-box;width:100%;position:relative;overflow-x:hidden}@media(max-width:767px){._dashboardContainer_1nzgz_3{padding:1rem .75rem;gap:1.5rem}}._dashboardContainer_1nzgz_3:before{content:"";position:absolute;top:-10%;right:-20%;width:450px;height:450px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);filter:blur(120px);pointer-events:none;z-index:0}._dashboardContainer_1nzgz_3:after{content:"";position:absolute;bottom:5%;left:-20%;width:450px;height:450px;background:radial-gradient(circle,rgba(236,72,153,.1) 0%,transparent 70%);filter:blur(120px);pointer-events:none;z-index:0}@keyframes _fadeIn_1nzgz_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._sectionBlock_1nzgz_63{width:100%;box-sizing:border-box}._header_1nzgz_69{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;z-index:2;flex-wrap:wrap;gap:1rem}@media(max-width:767px){._header_1nzgz_69{flex-direction:column;align-items:flex-start}}._headerTitle_1nzgz_87{display:flex;flex-direction:column;gap:.35rem}._headerTitle_1nzgz_87 h1{font-size:2.25rem;font-weight:800;font-family:Outfit,sans-serif;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#a5b4fc,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}@media(max-width:767px){._headerTitle_1nzgz_87 h1{font-size:1.75rem}}._demoBadge_1nzgz_112{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:linear-gradient(135deg,#6366f133,#a855f733);border:1px solid rgba(99,102,241,.4);border-radius:100px;color:#a5b4fc;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;width:fit-content}._walletGlance_1nzgz_128{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;background:linear-gradient(135deg,#6366f126,#a855f70f);border:1px solid rgba(99,102,241,.35);border-radius:100px;color:#fff;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:fit-content;box-shadow:0 4px 15px #0003}._walletGlance_1nzgz_128:hover{background:linear-gradient(135deg,#6366f140,#a855f71a);border-color:#6366f180;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #6366f140}._walletGlance_1nzgz_128 span{font-weight:800;font-size:.95rem;letter-spacing:-.01em}._walletGlance_1nzgz_128 svg{color:#a5b4fc}._headerRightActions_1nzgz_162{display:flex;align-items:center;gap:.75rem;z-index:5}._verifyHeaderBtn_1nzgz_169{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:linear-gradient(135deg,hsla(var(--primary-hue),100%,65%,.15),hsla(var(--primary-hue),100%,65%,.05));border:1px solid hsla(var(--primary-hue),100%,65%,.35);border-radius:100px;color:#fff;font-weight:800;font-size:.95rem;letter-spacing:-.01em;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 15px #0003;font-family:Outfit,sans-serif}._verifyHeaderBtn_1nzgz_169:hover{background:linear-gradient(135deg,hsla(var(--primary-hue),100%,65%,.25),hsla(var(--primary-hue),100%,65%,.1));border-color:hsla(var(--primary-hue),100%,65%,.65);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px hsla(var(--primary-hue),100%,65%,.3)}._verifyHeaderBtn_1nzgz_169 svg{color:#0095f6;filter:drop-shadow(0 0 4px rgba(0,149,246,.4))}._headerBtnVerified_1nzgz_201{background:linear-gradient(135deg,#14b8a626,#14b8a60d)!important;border-color:#14b8a666!important}._headerBtnVerified_1nzgz_201:hover{background:linear-gradient(135deg,#14b8a640,#14b8a61a)!important;border-color:#14b8a699!important;box-shadow:0 8px 24px #14b8a64d!important}._headerBtnVerified_1nzgz_201 svg{color:#14b8a6!important;filter:drop-shadow(0 0 4px rgba(20,184,166,.4))!important}._sectionTitle_1nzgz_219{font-size:.9rem;font-weight:800;font-family:Outfit,sans-serif;color:#c084fc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.85rem;display:flex;align-items:center;gap:.6rem;padding-left:.25rem;position:relative;z-index:2;text-shadow:0 0 10px rgba(192,132,252,.2)}._barChartCard_1nzgz_237{background:linear-gradient(145deg,#6366f10d,#00000080);border:1px solid rgba(99,102,241,.22);border-radius:32px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;width:100%;box-sizing:border-box;z-index:2}@media(max-width:767px){._barChartCard_1nzgz_237{padding:1.25rem;border-radius:24px}}._barChartCard_1nzgz_237:hover{border-color:#6366f173;box-shadow:0 30px 60px #6366f11f,0 0 30px #6366f114;transform:translateY(-3px)}._cardHeader_1nzgz_272{display:flex;align-items:center;justify-content:space-between}._cardHeaderTitle_1nzgz_278{display:flex;align-items:center;gap:.75rem}._cardHeaderTitle_1nzgz_278 h3{font-size:1.2rem;font-weight:700;font-family:Outfit,sans-serif;color:#fff;margin:0}._cardSubtitleBadge_1nzgz_292{padding:2px 8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:var(--text-muted);font-size:.65rem;font-weight:800}._chartWrapper_1nzgz_302{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:220px;width:100%}._customTooltip_1nzgz_312{background:#0a0a0ff5;border:1px solid rgba(99,102,241,.25);border-radius:16px;padding:.85rem 1rem;min-width:160px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 12px 32px #0009,0 0 20px #6366f11a}._tooltipDate_1nzgz_322{font-size:.78rem;font-weight:800;color:#a5b4fc;margin-bottom:.6rem;padding-bottom:.45rem;border-bottom:1px solid rgba(255,255,255,.06);font-family:Outfit,sans-serif;letter-spacing:.02em}._tooltipRow_1nzgz_333{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}._tooltipLabel_1nzgz_340{flex:1;font-size:.72rem;font-weight:600;color:#ffffff8c}._tooltipVal_1nzgz_347{font-size:.82rem;font-weight:800;font-family:Outfit,sans-serif;min-width:28px;text-align:right}._tooltipPosts_1nzgz_355{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.6rem;max-height:120px;overflow-y:auto}._tooltipPostName_1nzgz_364{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:500;color:#ffffffd9}._tooltipPostName_1nzgz_364 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}._tooltipDivider_1nzgz_380{height:1px;background:#ffffff0f;margin:.5rem 0}._sliderContainerWrapper_1nzgz_387{width:100%;position:relative;overflow:hidden;border-radius:28px;z-index:2}._sliderTrack_1nzgz_395{display:flex;width:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}._sliderContainer_1nzgz_387{width:100%;display:flex;overflow:hidden;box-sizing:border-box}._testimonialCard_1nzgz_410{width:100%;min-height:240px;flex-shrink:0;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;background:linear-gradient(145deg,#ffffff0a,#ffffff01);border:1px solid rgba(255,255,255,.06);border-radius:28px;box-shadow:0 20px 40px #00000059,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-sizing:border-box}@media(max-width:767px){._testimonialCard_1nzgz_410{padding:1.25rem;border-radius:24px;min-height:200px}}._testimonialCard_1nzgz_410:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.02) 0%,transparent 70%);pointer-events:none;z-index:0}._testimonialCard_1nzgz_410:hover{transform:translateY(-5px);border-color:#ffffff26;box-shadow:0 25px 50px #00000080}._earningsCard_1nzgz_457{border-color:#a855f738;background:linear-gradient(145deg,#a855f70d,#0006)}._earningsCard_1nzgz_457:hover{border-color:#a855f773;box-shadow:0 25px 50px #a855f71f,0 0 25px #a855f70d}._pieLegend_1nzgz_469{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-top:auto;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.06)}._legendItem_1nzgz_478{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-muted)}._legendDot_1nzgz_486{width:7px;height:7px;border-radius:50%;flex-shrink:0}._legendName_1nzgz_493{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._legendValue_1nzgz_500{margin-left:auto;font-weight:800;color:#fff}._verifiedCard_1nzgz_507{cursor:pointer;justify-content:center;align-items:center;text-align:center;background:linear-gradient(145deg,#001529,#000)!important;border:1px solid rgba(0,149,246,.35)!important;box-shadow:0 15px 35px #0095f614,inset 0 1px #ffffff0d!important}._verifiedCard_1nzgz_507:hover{border-color:#0095f6bf!important;box-shadow:0 25px 50px #0095f638,0 0 30px #0095f626!important}._verifiedGlow_1nzgz_526{position:absolute;top:50%;left:50%;width:140px;height:140px;background:radial-gradient(circle,rgba(0,149,246,.3) 0%,transparent 70%);transform:translate(-50%,-50%);filter:blur(22px);z-index:0;pointer-events:none}._actionIcon_1nzgz_539{width:68px;height:68px;background:#0095f61a;color:#0095f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.15rem;position:relative;z-index:1;border:1px solid rgba(0,149,246,.3);box-shadow:0 0 15px #0095f633}._verifiedTitle_1nzgz_555{font-size:1.35rem;font-weight:800;margin-bottom:.45rem;background:linear-gradient(to right,#fff,#0095f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;z-index:1;font-family:Outfit,sans-serif}._verifiedText_1nzgz_567{color:var(--text-muted);font-size:.88rem;z-index:1;margin-bottom:1.25rem;line-height:1.45;max-width:280px}._verifiedBadge_1nzgz_576{padding:.4rem 1.25rem;background:#0095f6;color:#fff;border-radius:100px;font-size:.68rem;font-weight:900;letter-spacing:1px;z-index:1;box-shadow:0 4px 15px #0095f666}._dotsContainer_1nzgz_589{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;margin-bottom:1.25rem;width:100%}._dot_1nzgz_589{width:6px;height:6px;border-radius:50%;background:#ffffff2e;cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1)}._dot_1nzgz_589:hover{background:#fff6}._dot_1nzgz_589._active_1nzgz_612{background:var(--primary);transform:scale(1.15);box-shadow:0 0 12px var(--primary-glow);width:18px;border-radius:100px}._geoCard_1nzgz_621{background:linear-gradient(145deg,#ec48990d,#00000080);border:1px solid rgba(236,72,153,.22);border-radius:32px;padding:1.75rem;display:flex;flex-direction:column;gap:1.75rem;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.16,1,.3,1);width:100%;box-sizing:border-box;position:relative;z-index:2}@media(max-width:767px){._geoCard_1nzgz_621{padding:1.25rem;border-radius:24px;gap:1.25rem}}._geoCard_1nzgz_621:hover{border-color:#ec489973;box-shadow:0 30px 60px #ec48991f,0 0 30px #ec489914;transform:translateY(-3px)}._geoGrid_1nzgz_656{display:grid;grid-template-columns:1fr;gap:1.75rem}@media(min-width:768px){._geoGrid_1nzgz_656{grid-template-columns:repeat(2,1fr);gap:2.5rem}}._geoSection_1nzgz_669{display:flex;flex-direction:column;gap:1.15rem}._geoSectionTitle_1nzgz_675{font-size:1rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.6rem;font-family:Outfit,sans-serif}._geoTable_1nzgz_685{display:flex;flex-direction:column;gap:1.15rem}._tableRow_1nzgz_691{display:flex;flex-direction:column;gap:.5rem;width:100%;transition:all .2s ease}._rowHeader_1nzgz_699{display:flex;justify-content:space-between;align-items:center;width:100%}._geoRank_1nzgz_706{display:flex;align-items:center;gap:.6rem}._rankNum_1nzgz_712{font-size:.72rem;padding:3px 8px;border-radius:8px;font-weight:800;color:#fff;box-shadow:0 2px 6px #0000004d}._rank1_1nzgz_721{background:linear-gradient(135deg,gold,#b8860b);text-shadow:0 1px 2px rgba(0,0,0,.5)}._rank2_1nzgz_726{background:linear-gradient(135deg,#e5e5e5,#7f7f7f);text-shadow:0 1px 2px rgba(0,0,0,.5)}._rank3_1nzgz_731{background:linear-gradient(135deg,#cd7f32,#8b4513);text-shadow:0 1px 2px rgba(0,0,0,.5)}._rankDefault_1nzgz_736{background:#ffffff1f;border:1px solid rgba(255,255,255,.05)}._geoName_1nzgz_741{font-size:.88rem;font-weight:700;color:#fff;letter-spacing:-.01em}._geoCount_1nzgz_748{font-size:.82rem;color:var(--text-muted);font-weight:700}._progressBarTrack_1nzgz_754{width:100%;height:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:100px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #00000080}._progressBarFill_1nzgz_765{height:100%;border-radius:100px;transition:width 1.5s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 0 8px #6366f14d}._progressBarFill_1nzgz_765:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#ffffff26,#fff0,#00000026);border-radius:100px}._rowCountryProgress_1nzgz_789{background:linear-gradient(90deg,#ec4899,#a855f7);box-shadow:0 0 10px #ec489966}._rowCityProgress_1nzgz_794{background:linear-gradient(90deg,#f97316,#facc15);box-shadow:0 0 10px #f9731666}._testimonialSectionHeader_1nzgz_800{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;margin-top:1.5rem;margin-bottom:.5rem;position:relative;z-index:2}._testimonialTag_1nzgz_812{font-size:.72rem;font-weight:900;font-family:Outfit,sans-serif;color:#14b8a6;text-transform:uppercase;letter-spacing:.18em}._testimonialHeading_1nzgz_821{font-size:2.25rem;font-weight:800;color:#fff;font-family:Outfit,sans-serif;letter-spacing:-.03em;margin:0;background:linear-gradient(to right,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:767px){._testimonialHeading_1nzgz_821{font-size:1.75rem}}._testimonialSubtitle_1nzgz_840{font-size:.88rem;color:var(--text-muted);max-width:480px;margin:0 auto;line-height:1.55}._testimonialsSliderWrapper_1nzgz_849{width:100%;position:relative;overflow:hidden;border-radius:24px;z-index:2}._testimonialsSlider_1nzgz_849{width:100%;display:flex;overflow:hidden;box-sizing:border-box}._testimonialsTrack_1nzgz_864{display:flex;align-items:stretch;width:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform;transform:translate(calc(-1 * var(--active-index) * 100%))}@media(min-width:768px){._testimonialsTrack_1nzgz_864{gap:24px;transform:translate(calc(-1 * var(--active-index) * (50% + 12px)))}}._creatorCard_1nzgz_880{width:100%;min-height:250px;flex-shrink:0;padding:2rem;background:#141419b3;border:1px solid rgba(255,255,255,.05);border-radius:24px;box-shadow:0 20px 45px #00000073,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);position:relative;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;transition:all .4s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){._creatorCard_1nzgz_880{width:calc(50% - 12px)}}._creatorCard_1nzgz_880:hover{box-shadow:0 30px 60px #14b8a61a;transform:translateY(-4px)}._topAccent_1nzgz_911{position:absolute;top:0;left:2.25rem;width:60px;height:3px;border-radius:100px;z-index:2}._quoteIcon_1nzgz_921{position:absolute;top:.75rem;right:2.25rem;font-size:5rem;font-family:Outfit,serif;font-weight:900;line-height:1;color:#ffffff05;pointer-events:none;-webkit-user-select:none;user-select:none}._stars_1nzgz_934{display:flex;gap:.25rem;color:#fbbf24;font-size:.85rem}._starOff_1nzgz_941{color:#ffffff1f!important}._quoteText_1nzgz_945{font-size:.95rem;line-height:1.6;color:#e2e8f0;margin:1.25rem 0;font-weight:500;text-align:left}._cardFooter_1nzgz_954{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto}._authorProfile_1nzgz_962{display:flex;align-items:center;gap:.85rem}._avatar_1nzgz_968{width:48px;height:48px;border-radius:50%;background:#ffffff08;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;font-size:.9rem}._authorInfo_1nzgz_981{display:flex;flex-direction:column;gap:.2rem;text-align:left}._authorName_1nzgz_988{font-size:.95rem;font-weight:700;color:#fff}._authorTitle_1nzgz_994{font-size:.75rem;color:var(--text-muted)}._metricBox_1nzgz_999{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:.55rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}._metricVal_1nzgz_1011{font-size:1.1rem;font-weight:800;line-height:1.1}._metricLabel_1nzgz_1017{font-size:.58rem;font-weight:800;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-top:2px}._sliderFooter_1nzgz_1027{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:1rem;padding:0 .5rem;z-index:2;position:relative;margin-left:auto;margin-right:auto}._navControls_1nzgz_1040{display:flex;align-items:center;gap:.75rem}._navBtn_1nzgz_1046{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.15rem;font-weight:400;transition:all .3s ease;-webkit-user-select:none;user-select:none}._navBtn_1nzgz_1046:hover{border-color:#14b8a666;background:#14b8a60d;color:#2dd4bf;box-shadow:0 0 10px #14b8a626}._dotsTealContainer_1nzgz_1070{display:flex;justify-content:center;align-items:center;gap:.5rem}._dotTeal_1nzgz_1077{width:6px;height:6px;border-radius:50%;background:#ffffff2e;cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1)}._dotTeal_1nzgz_1077:hover{background:#fff6}._dotTeal_1nzgz_1077._activeTeal_1nzgz_1090{background:#14b8a6;transform:scale(1.15);box-shadow:0 0 12px #14b8a666;width:18px;border-radius:100px}._counterText_1nzgz_1098{font-size:.72rem;font-weight:800;letter-spacing:.05em;color:var(--text-muted)}._activeCounter_1nzgz_1105{color:#14b8a6}._loadingContainer_1nzgz_1110{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;gap:1rem;color:var(--text-muted)}._noData_1nzgz_1120{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:.5rem;color:var(--text-muted);text-align:center}._noDataIcon_1nzgz_1131{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}._noData_1nzgz_1120 p{font-size:.85rem;font-weight:500}._engagementGrid_1nzgz_1147{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;position:relative;z-index:2}._engagementStatFull_1nzgz_1156{grid-column:span 3}@media(min-width:768px){._engagementGrid_1nzgz_1147{grid-template-columns:repeat(7,1fr)}._engagementStatFull_1nzgz_1156{grid-column:span 1}}._engagementStat_1nzgz_1156{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.15rem .75rem;background:linear-gradient(145deg,#ffffff08,#00000059);border:1px solid rgba(255,255,255,.06);border-radius:22px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #0000004d}._engagementStat_1nzgz_1156:hover{border-color:#ffffff26;transform:translateY(-3px);box-shadow:0 16px 32px #0006}._engStatIcon_1nzgz_1189{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._engStatInfo_1nzgz_1199{display:flex;flex-direction:column;align-items:center;gap:.15rem}._engStatValue_1nzgz_1206{font-size:1.3rem;font-weight:800;color:#fff;font-family:Outfit,sans-serif;letter-spacing:-.02em}._engStatLabel_1nzgz_1214{font-size:.62rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}._totalEarningsBadge_1nzgz_1223{padding:4px 12px;background:linear-gradient(135deg,#a855f726,#6366f11a);border:1px solid rgba(168,85,247,.3);border-radius:100px;color:#c084fc;font-size:.72rem;font-weight:800;letter-spacing:.02em;font-family:Outfit,sans-serif}._flareCardsGrid_1nzgz_1236{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.75rem;width:100%;position:relative;z-index:2;padding:.25rem .25rem .75rem;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}._flareCardsGrid_1nzgz_1236::-webkit-scrollbar{display:none}@media(min-width:768px){._flareCardsGrid_1nzgz_1236{gap:1rem}}._flareCardItem_1nzgz_1262{width:96px;height:96px;background:linear-gradient(145deg,#ffffff08,#00000073);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #00000059;flex-shrink:0}._flareCardItem_1nzgz_1262:hover{transform:translateY(-2px);border-color:#6366f14d;box-shadow:0 12px 28px #6366f126}._flareCardThumbWrapper_1nzgz_1283{position:relative;width:100%;height:100%;background:#0003;overflow:hidden}._flareCardThumb_1nzgz_1283{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._flareCardItem_1nzgz_1262:hover ._flareCardThumb_1nzgz_1283{transform:scale(1.05)}._flareCardThumbPlaceholder_1nzgz_1302{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#6366f114;color:#818cf8}._flareCardRankBadge_1nzgz_1312{position:absolute;top:4px;left:4px;background:#000000b3;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:2px 4px;font-size:.58rem;font-weight:800;color:var(--text-muted)}._flareCardEarningBadge_1nzgz_1325{position:absolute;top:4px;right:4px;background:#34d399f2;color:#064e3b;border-radius:100px;padding:2px 6px;font-size:.62rem;font-weight:800;font-family:Outfit,sans-serif;box-shadow:0 2px 8px #34d3994d}._playOverlay_1nzgz_1339{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:.85;transition:all .3s ease}._playOverlay_1nzgz_1339:hover{background:#0003;opacity:1}._playOverlayBtn_1nzgz_1358{width:28px;height:28px;border-radius:50%;background:#6366f1d9;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #6366f166;transform:scale(.95);transition:all .3s cubic-bezier(.175,.885,.32,1.275);padding-left:2px}._playOverlay_1nzgz_1339:hover ._playOverlayBtn_1nzgz_1358{transform:scale(1.1);background:#6366f1;box-shadow:0 4px 12px #6366f199}._flareCardVideo_1nzgz_1378{width:100%;height:100%;object-fit:cover;background:#000;border-radius:12px}._infoButton_1nzgz_1386{position:absolute;bottom:4px;left:4px;width:18px;height:18px;border-radius:50%;background:#000000b3;border:1px solid rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .3s ease}._infoButton_1nzgz_1386:hover{background:#6366f1;border-color:#6366f166;transform:scale(1.1)}._descriptionOverlay_1nzgz_1410{position:absolute;bottom:0;left:0;right:0;background:#0f0f0ff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:.4rem;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);z-index:4;max-height:85%;overflow-y:auto;box-sizing:border-box}._descriptionOverlay_1nzgz_1410 p{margin:0;font-size:.65rem;line-height:1.3;color:#fff;font-weight:500;text-align:left}._infoButton_1nzgz_1386:hover~._descriptionOverlay_1nzgz_1410,._descriptionOverlay_1nzgz_1410:hover{transform:translateY(0)}._overlayMetrics_1nzgz_1442{display:flex;justify-content:space-between;align-items:center;font-size:.6rem;color:#ffffffb3;margin-top:4px;font-weight:700}._overlay_oa4zc_1{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_oa4zc_1 .3s ease-out}._modal_oa4zc_14{width:90%;max-width:400px;background:#000;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}._closeBtn_oa4zc_26{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:#fff6;cursor:pointer;transition:color .2s ease}._closeBtn_oa4zc_26:hover{color:#fff}._content_oa4zc_41{display:flex;flex-direction:column;align-items:center;text-align:center}._header_oa4zc_48{margin-bottom:2rem}._badgeWrapper_oa4zc_52{position:relative;width:64px;height:64px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center}._blueBadge_oa4zc_62{color:var(--primary);z-index:2}._badgeGlow_oa4zc_67{position:absolute;width:100%;height:100%;background:var(--primary-glow);border-radius:50%;filter:blur(20px);animation:_pulse_oa4zc_1 2s infinite ease-in-out}._header_oa4zc_48 h2{font-size:1.5rem;margin-bottom:.5rem;color:#fff}._header_oa4zc_48 p{font-size:.9rem;color:#ffffff80}._benefits_oa4zc_88{display:flex;flex-direction:column;gap:1.25rem;text-align:left;margin-bottom:2rem;width:100%}._benefitItem_oa4zc_97{display:flex;gap:1rem;align-items:flex-start}._benefitIcon_oa4zc_103{color:var(--primary);flex-shrink:0;margin-top:2px}._benefitItem_oa4zc_97 h4{font-size:.95rem;color:#fff;margin-bottom:2px}._benefitItem_oa4zc_97 p{font-size:.85rem;color:#fff6;line-height:1.4}._pricing_oa4zc_121{width:100%;background:#ffffff08;border-radius:16px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.05)}._priceRow_oa4zc_130{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._priceLabel_oa4zc_137{color:#fff;font-weight:500}._priceValue_oa4zc_142{font-size:1.25rem;font-weight:700;color:#fff}._priceValue_oa4zc_142 small{font-size:.8rem;font-weight:400;color:#fff6}._walletInfo_oa4zc_154{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#fff6;justify-content:flex-end}._priceSubtext_oa4zc_163{font-size:.8rem;color:#fff6;text-align:left;margin-top:-.5rem;margin-bottom:.75rem}._verifiedStatus_oa4zc_171{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;width:100%}._statusCard_oa4zc_179{background:hsla(var(--primary-hue),100%,65%,.1);border:1px solid hsla(var(--primary-hue),100%,65%,.2);border-radius:16px;padding:1.2rem;display:flex;align-items:center;gap:1rem}._statusIcon_oa4zc_189{color:var(--primary)}._statusInfo_oa4zc_193{display:flex;flex-direction:column}._statusLabel_oa4zc_198{font-size:.8rem;color:#ffffff80;margin:0}._statusValue_oa4zc_204{font-size:1.1rem;font-weight:800;color:#fff;margin:0}._recurringBadge_oa4zc_211{font-size:.7rem;background:#00e6761a;color:#00e676;padding:2px 8px;border-radius:20px;font-weight:700;text-transform:uppercase;width:fit-content;margin-top:4px;border:1px solid rgba(0,230,118,.2)}._expiryDetails_oa4zc_224{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._expiryItem_oa4zc_230{background:#ffffff08;border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:.4rem}._expiryItem_oa4zc_230 span{font-size:.75rem;color:#fff6;text-transform:uppercase;font-weight:700;letter-spacing:.5px}._expiryItem_oa4zc_230 strong{font-size:.95rem;color:#fff}._daysLeft_oa4zc_252{color:#00e676!important}._purchaseBtn_oa4zc_256{width:100%;background:var(--primary);color:#fff;border:none;border-radius:12px;padding:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}._purchaseBtn_oa4zc_256:disabled{background:#ffffff0d;color:#fff3;cursor:not-allowed}._purchaseBtn_oa4zc_256:not(:disabled):hover{background:var(--primary-hover);transform:translateY(-2px)}._successScreen_oa4zc_279{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;animation:_slideUp_oa4zc_1 .5s cubic-bezier(.2,.8,.2,1)}._confirmedBadge_oa4zc_288{position:relative;margin-bottom:1.5rem}._ripple_oa4zc_293{position:absolute;inset:-20px;border:2px solid var(--primary);border-radius:50%;animation:_ripple_oa4zc_293 1.5s infinite}._successScreen_oa4zc_279 h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff}._successScreen_oa4zc_279 p{color:#ffffff80}@keyframes _fadeIn_oa4zc_1{0%{opacity:0}to{opacity:1}}@keyframes _pulse_oa4zc_1{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.5}}@keyframes _ripple_oa4zc_293{0%{transform:scale(.8);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes _slideUp_oa4zc_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._aboutContainer_5ke4a_3{font-family:Inter,sans-serif;background:#000;color:#fff;min-height:100vh;overflow-x:hidden}._topNav_5ke4a_12{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;background:#000000d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}._menuIcon_5ke4a_26{color:#fff;cursor:pointer;transition:transform .2s}._menuIcon_5ke4a_26:hover{transform:scale(1.1)}._logoContainer_5ke4a_33{display:flex;align-items:center;gap:.6rem}._navText_5ke4a_39{font-family:Outfit,sans-serif;font-weight:800;font-size:1.3rem;background:linear-gradient(135deg,#fff 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}._sidebarOverlay_5ke4a_50{position:fixed;inset:0;background:#000c;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}._sidebarOverlayOpen_5ke4a_57{opacity:1;pointer-events:auto}._aboutSidebar_5ke4a_59{position:fixed;top:0;left:-300px;width:270px;height:100vh;background:#050505;border-right:1px solid rgba(255,255,255,.08);z-index:1000;transition:left .3s ease;display:flex;flex-direction:column;padding:2rem 1.5rem}._sidebarOpen_5ke4a_70{left:0}._sidebarHeader_5ke4a_72{font-family:Outfit,sans-serif;display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:800;margin-bottom:2.5rem}._closeBtn_5ke4a_81{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer}._sidebarNav_5ke4a_87{display:flex;flex-direction:column;gap:4px}._sidebarLink_5ke4a_89{display:flex;align-items:center;gap:14px;padding:.75rem 1rem;color:#ffffffbf;text-decoration:none;border-radius:10px;font-size:1rem;transition:all .2s ease}._sidebarLink_5ke4a_89:hover{background:#ffffff12;color:#fff}._heroSection_5ke4a_104{padding:7rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}._heroSection_5ke4a_104:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,hsla(250,100%,65%,.15) 0%,transparent 70%);top:-100px;left:50%;transform:translate(-50%);pointer-events:none}@keyframes _fadeInUp_5ke4a_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._heroBadge_5ke4a_132{display:inline-block;background:#6a4dff26;border:1px solid hsla(250,100%,65%,.4);color:var(--primary);font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.4rem 1.2rem;border-radius:50px;margin-bottom:1.5rem;position:relative;z-index:1;animation:_fadeInUp_5ke4a_1 .8s cubic-bezier(.16,1,.3,1) forwards}._heroTitle_5ke4a_149{font-family:Outfit,sans-serif;font-size:3.5rem;line-height:1.1;font-weight:800;letter-spacing:-1.5px;margin-bottom:2rem;position:relative;z-index:1;max-width:800px;margin-left:auto;margin-right:auto;opacity:0;animation:_fadeInUp_5ke4a_1 .8s cubic-bezier(.16,1,.3,1) .15s forwards}._highlight_5ke4a_165{background:linear-gradient(135deg,var(--primary) 0%,#962fbf 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._tryButton_5ke4a_171{background:linear-gradient(135deg,var(--primary) 0%,#962fbf 100%);color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #6a4dff4d;text-transform:uppercase;letter-spacing:1px;position:relative;z-index:1;opacity:0;animation:_fadeInUp_5ke4a_1 .8s cubic-bezier(.16,1,.3,1) .3s forwards}._tryButton_5ke4a_171:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6a4dff66}._giantLogoSection_5ke4a_196{padding:4rem 2rem;text-align:center;background:#ffffff05}._giantLogoWrapper_5ke4a_202{margin-bottom:1.5rem;filter:drop-shadow(0 0 30px hsla(250,100%,65%,.3));animation:_float_5ke4a_1 6s ease-in-out infinite}@keyframes _float_5ke4a_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._giantLogoText_5ke4a_213{font-size:1.5rem;font-weight:700;color:#fffc}._featureSection_5ke4a_220{padding:6rem 2rem;display:flex;align-items:center;gap:4rem;max-width:1100px;margin:0 auto}._reverse_5ke4a_229{flex-direction:row-reverse}._featureContent_5ke4a_231{flex:1}._featureContent_5ke4a_231 h2{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.5px}._featureDescription_5ke4a_242{color:#fff9;font-size:1.1rem;line-height:1.6}._featureImageContainer_5ke4a_248{flex:1;position:relative}._featureImage_5ke4a_248{width:100%;border-radius:24px;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.1)}._videoSection_5ke4a_261{padding:6rem 2rem;text-align:center}._videoHeader_5ke4a_266{margin-bottom:3rem}._videoHeader_5ke4a_266 h2{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:1rem}._videoHeader_5ke4a_266 p{color:#ffffff80;font-size:1.1rem}._bannerContainer_5ke4a_270{position:relative;max-width:1000px;margin:0 auto;border-radius:30px;overflow:hidden;aspect-ratio:16/9}._promoBanner_5ke4a_279{width:100%;height:100%;object-fit:cover}._bannerOverlay_5ke4a_285{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:4rem}._bannerOverlay_5ke4a_285 h3{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;margin:0}._blackSection_5ke4a_299{padding:8rem 2rem;background:#000;display:flex;justify-content:center;gap:4rem;text-align:left}._blackSectionTextLeft_5ke4a_308,._blackSectionTextRight_5ke4a_308{font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-1.5px}._blackSectionTextRight_5ke4a_308{color:#ffffff4d}@media(max-width:900px){._featureSection_5ke4a_220{flex-direction:column;text-align:center;gap:2.5rem}._heroTitle_5ke4a_149{font-size:2.5rem}._blackSection_5ke4a_299{flex-direction:column;gap:1rem;padding:4rem 2rem}._blackSectionTextLeft_5ke4a_308,._blackSectionTextRight_5ke4a_308{font-size:2rem}._bannerOverlay_5ke4a_285{padding:2rem}._bannerOverlay_5ke4a_285 h3{font-size:1.5rem}}._gridSection_5ke4a_329{padding:6rem 2rem;max-width:1100px;margin:0 auto;text-align:center}._gridSection_5ke4a_329 h2{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800;margin-bottom:3rem}._featureGrid_5ke4a_343{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}._gridCard_5ke4a_350{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem 2rem;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:0;animation:_fadeInUp_5ke4a_1 .8s cubic-bezier(.16,1,.3,1) forwards}._gridCard_5ke4a_350:nth-child(1){animation-delay:.1s}._gridCard_5ke4a_350:nth-child(2){animation-delay:.2s}._gridCard_5ke4a_350:nth-child(3){animation-delay:.3s}._gridCard_5ke4a_350:nth-child(4){animation-delay:.4s}._gridCard_5ke4a_350:hover{transform:translateY(-8px);background:#ffffff0d;border-color:#8b5cf64d;box-shadow:0 12px 30px #8b5cf61a}._cardIcon_5ke4a_374{width:48px;height:48px;border-radius:12px;background:#8b5cf61a;color:#8b5cf6;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}._gridCard_5ke4a_350 h3{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}._gridCard_5ke4a_350 p{color:#fff9;font-size:.95rem;line-height:1.5;margin:0}._helpContainer_lhp5v_3{font-family:Inter,sans-serif;background:#000;color:#fff;min-height:100vh;overflow-x:hidden}._topNav_lhp5v_12{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;background:#000000d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}._menuBtn_lhp5v_26{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;padding:.4rem;border-radius:8px;transition:background .2s}._menuBtn_lhp5v_26:hover{background:#ffffff1a}._logoContainer_lhp5v_39{display:flex;align-items:center;gap:.6rem}._navText_lhp5v_45{font-family:Outfit,sans-serif;font-weight:800;font-size:1.3rem;background:linear-gradient(135deg,#fff 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}._sidebarOverlay_lhp5v_56{position:fixed;inset:0;background:#000c;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}._sidebarOverlayOpen_lhp5v_63{opacity:1;pointer-events:auto}._helpSidebar_lhp5v_65{position:fixed;top:0;left:-300px;width:270px;height:100vh;background:#050505;border-right:1px solid rgba(255,255,255,.08);z-index:1000;transition:left .3s ease;display:flex;flex-direction:column;padding:2rem 1.5rem}._sidebarOpen_lhp5v_76{left:0}._sidebarHeader_lhp5v_78{font-family:Outfit,sans-serif;display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:800;margin-bottom:2.5rem}._closeBtn_lhp5v_87{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer}._sidebarNav_lhp5v_93{display:flex;flex-direction:column;gap:4px}._sidebarLink_lhp5v_95{display:flex;align-items:center;gap:14px;padding:.75rem 1rem;color:#ffffffbf;text-decoration:none;border-radius:10px;font-size:1rem;transition:all .2s ease}._sidebarLink_lhp5v_95:hover{background:#ffffff12;color:#fff}._hero_lhp5v_110{padding:7rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}._hero_lhp5v_110:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,hsla(250,100%,65%,.15) 0%,transparent 70%);top:-100px;left:50%;transform:translate(-50%);pointer-events:none}._heroInner_lhp5v_127{position:relative;z-index:1;max-width:700px;margin:0 auto}._heroBadge_lhp5v_129{display:inline-block;background:#6a4dff26;border:1px solid hsla(250,100%,65%,.4);color:var(--primary);font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.4rem 1.2rem;border-radius:50px;margin-bottom:1.5rem}._hero_lhp5v_110 h1{font-family:Outfit,sans-serif;font-size:3.5rem;line-height:1.1;font-weight:800;letter-spacing:-1.5px;margin-bottom:1.2rem}._gradientText_lhp5v_152{background:linear-gradient(135deg,#fff 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._hero_lhp5v_110 p{color:#ffffff8c;font-size:1.1rem;line-height:1.6}._faqSection_lhp5v_165{max-width:800px;margin:0 auto 5rem;padding:0 2rem}._faqSection_lhp5v_165 h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;letter-spacing:-.5px}._faqList_lhp5v_180{display:flex;flex-direction:column;gap:12px}._faqItem_lhp5v_182{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.2rem 1.5rem;cursor:pointer;transition:all .2s ease}._faqItem_lhp5v_182:hover{border-color:#6a4dff66}._faqOpen_lhp5v_191{border-color:#6a4dff80;background:#6a4dff0f}._faqQuestion_lhp5v_193{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem}._faqIcon_lhp5v_201{flex-shrink:0;transition:transform .3s ease;color:var(--primary)}._faqOpen_lhp5v_191 ._faqIcon_lhp5v_201{transform:rotate(180deg)}._faqAnswer_lhp5v_208{margin-top:1rem;color:#fff9;font-size:.95rem;line-height:1.6;border-top:1px solid rgba(255,255,255,.07);padding-top:1rem}._formSection_lhp5v_218{max-width:860px;margin:0 auto 5rem;padding:0 2rem}._formCard_lhp5v_224{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._formHeader_lhp5v_232{margin-bottom:2rem;text-align:center}._formHeader_lhp5v_232 h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.4rem}._formHeader_lhp5v_232 p{color:#ffffff80;font-size:1rem}._form_lhp5v_218{display:flex;flex-direction:column;gap:1.4rem}._formRow_lhp5v_241{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}._formGroup_lhp5v_243{display:flex;flex-direction:column;gap:.5rem}._formGroup_lhp5v_243 label{font-size:.85rem;font-weight:600;color:#fff9;letter-spacing:.5px;text-transform:uppercase}._formGroup_lhp5v_243 input,._formGroup_lhp5v_243 select,._formGroup_lhp5v_243 textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.9rem 1.1rem;color:#fff;font-family:Inter,sans-serif;font-size:1rem;outline:none;transition:border-color .2s ease;resize:vertical}._formGroup_lhp5v_243 input::placeholder,._formGroup_lhp5v_243 textarea::placeholder{color:#ffffff40}._formGroup_lhp5v_243 input:focus,._formGroup_lhp5v_243 select:focus,._formGroup_lhp5v_243 textarea:focus{border-color:var(--primary)}._formGroup_lhp5v_243 select option{background:#000;color:#fff}._submitBtn_lhp5v_276{background:linear-gradient(135deg,var(--primary) 0%,#962fbf 100%);color:#fff;border:none;border-radius:14px;padding:1rem 2rem;font-size:1.05rem;font-weight:700;font-family:Outfit,sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #6a4dff4d;margin-top:.5rem;align-self:flex-start}._submitBtn_lhp5v_276:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6a4dff66}._successState_lhp5v_297{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;gap:1rem}._successIcon_lhp5v_305{color:#4ade80}._successState_lhp5v_297 h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}._successState_lhp5v_297 p{color:#ffffff8c;font-size:1rem;max-width:400px}._helpFooter_lhp5v_310{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.06);color:#ffffff4d;font-size:.85rem}@media(max-width:1024px){._hero_lhp5v_110{padding:5rem 2rem 4rem}._hero_lhp5v_110 h1{font-size:3rem}._faqSection_lhp5v_165,._formSection_lhp5v_218{padding:0 1.5rem}}@media(max-width:767px){._hero_lhp5v_110{padding:4rem 1.5rem 3rem}._hero_lhp5v_110 h1{font-size:2.2rem;letter-spacing:-1px}._hero_lhp5v_110 p{font-size:1rem}._formRow_lhp5v_241{grid-template-columns:1fr}._formCard_lhp5v_224{padding:1.5rem;border-radius:16px}._submitBtn_lhp5v_276{align-self:stretch;text-align:center}._faqSection_lhp5v_165 h2,._formHeader_lhp5v_232 h2{font-size:1.6rem}._faqItem_lhp5v_182{padding:1rem 1.2rem}._searchBarWrapper_lhp5v_359{height:44px;margin-top:1.5rem}._popularTags_lhp5v_363{flex-direction:row;gap:.5rem}._popularLabel_lhp5v_367{width:100%;text-align:center;margin-right:0;margin-bottom:.2rem}._fileUploadLabel_lhp5v_373{padding:1rem;font-size:.85rem}}._searchBarWrapper_lhp5v_359{margin-top:2rem;position:relative;max-width:480px;margin-left:auto;margin-right:auto;display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:0 1rem;height:48px;transition:all .3s ease}._searchBarWrapper_lhp5v_359:focus-within{border-color:var(--primary);box-shadow:0 0 15px #8b5cf633;background:#ffffff14}._searchBarIcon_lhp5v_402{color:#fff6;margin-right:.8rem;flex-shrink:0}._searchBarInput_lhp5v_408{background:transparent;border:none;outline:none;color:#fff;font-size:1rem;width:100%;font-family:Inter,sans-serif}._searchBarInput_lhp5v_408::placeholder{color:#ffffff4d}._popularTags_lhp5v_363{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}._popularLabel_lhp5v_367{font-size:.85rem;color:#fff6;margin-right:.2rem}._tagChip_lhp5v_437{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fffc;padding:.4rem .9rem;border-radius:50px;font-size:.85rem;cursor:pointer;font-weight:500;transition:all .2s ease}._tagChip_lhp5v_437:hover{background:#8b5cf61a;border-color:#8b5cf64d;color:#fff;transform:translateY(-1px)}._fileUploadArea_lhp5v_457{position:relative;width:100%}._fileInputHidden_lhp5v_462{display:none}._fileUploadLabel_lhp5v_373{display:flex;align-items:center;justify-content:center;gap:.8rem;background:#ffffff08;border:2px dashed rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;color:#fff9;font-size:.95rem;cursor:pointer;font-weight:500;transition:all .25s ease;text-align:center}._fileUploadLabel_lhp5v_373:hover{background:#8b5cf60d;border-color:var(--primary);color:#fff}._uploadIcon_lhp5v_489{color:var(--primary);transition:transform .2s ease}._fileUploadLabel_lhp5v_373:hover ._uploadIcon_lhp5v_489{transform:translateY(-2px)}._filePreviews_lhp5v_498{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}._filePreviewBadge_lhp5v_505{display:flex;align-items:center;gap:.6rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);padding:.5rem .8rem;border-radius:8px;font-size:.85rem;color:#ffffffe6;transition:all .2s}._filePreviewBadge_lhp5v_505:hover{background:#ffffff1a}._fileName_lhp5v_522{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._removeFileBtn_lhp5v_529{background:none;border:none;color:#fff6;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.2rem;border-radius:4px;transition:all .2s}._removeFileBtn_lhp5v_529:hover{color:#ef4444;background:#ef44441a}._privacyContainer_1ta7j_5{font-family:Inter,sans-serif;background:#000;color:#e8e8f0;min-height:100vh;overflow-x:hidden}._topNav_1ta7j_14{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 2rem;background:#000000e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}._menuBtn_1ta7j_27{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;padding:.4rem;border-radius:8px;transition:background .2s}._menuBtn_1ta7j_27:hover{background:#ffffff14}._logoContainer_1ta7j_36{display:flex;align-items:center;gap:.6rem}._navText_1ta7j_37{font-family:Outfit,sans-serif;font-weight:800;font-size:1.3rem;background:linear-gradient(135deg,#fff 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}._sidebarOverlay_1ta7j_47{position:fixed;inset:0;background:#000c;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}._sidebarOverlayOpen_1ta7j_53{opacity:1;pointer-events:auto}._privacySidebar_1ta7j_55{position:fixed;top:0;left:-300px;width:270px;height:100vh;background:#050505;border-right:1px solid rgba(255,255,255,.07);z-index:1000;transition:left .3s ease;display:flex;flex-direction:column;padding:2rem 1.5rem}._sidebarOpen_1ta7j_65{left:0}._sidebarHeader_1ta7j_67{font-family:Outfit,sans-serif;display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:800;margin-bottom:2.5rem}._closeBtn_1ta7j_72{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer}._sidebarNav_1ta7j_74{display:flex;flex-direction:column;gap:4px}._sidebarLink_1ta7j_75{display:flex;align-items:center;gap:14px;padding:.75rem 1rem;color:#ffffffb3;text-decoration:none;border-radius:10px;font-size:1rem;transition:all .2s}._sidebarLink_1ta7j_75:hover{background:#ffffff12;color:#fff}._hero_1ta7j_84{padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}._hero_1ta7j_84:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,hsla(250,100%,65%,.15) 0%,transparent 70%);pointer-events:none}._shieldRing_1ta7j_98{width:100px;height:100px;border-radius:50%;background:#6a4dff1f;border:2px solid hsla(250,100%,65%,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 0 40px #6a4dff40;animation:_pulse_1ta7j_1 3s ease-in-out infinite}._shieldIcon_1ta7j_109{color:var(--primary)}._heroBadge_1ta7j_111{display:inline-block;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.3rem 1.1rem;border-radius:50px;margin-bottom:1.5rem}._hero_1ta7j_84 h1{font-family:Outfit,sans-serif;font-size:3.8rem;line-height:1.1;font-weight:800;letter-spacing:-2px;margin-bottom:1.2rem}._gradientText_1ta7j_129{background:linear-gradient(135deg,#fff,var(--primary),hsl(250,100%,45%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._hero_1ta7j_84 p{color:#ffffff80;font-size:1.1rem;line-height:1.65;max-width:600px;margin:0 auto}._highlightsBar_1ta7j_142{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:2rem;background:#ffffff06;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:4rem}._highlight_1ta7j_142{display:flex;align-items:center;gap:.6rem;background:#6a4dff1a;border:1px solid hsla(250,100%,65%,.25);border-radius:50px;padding:.5rem 1.2rem;font-size:.88rem;font-weight:600;color:#fffc}._mainLayout_1ta7j_165{display:grid;grid-template-columns:220px 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem 6rem;align-items:start}._toc_1ta7j_176{position:sticky;top:80px;background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:1.5rem}._toc_1ta7j_176 h3{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem}._toc_1ta7j_176 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}._tocLink_1ta7j_197{display:flex;align-items:center;gap:6px;color:#ffffff8c;text-decoration:none;font-size:.88rem;padding:.45rem .6rem;border-radius:8px;transition:all .2s}._tocLink_1ta7j_197:hover{color:#fff;background:#ffffff0f}._sectionsContainer_1ta7j_207{display:flex;flex-direction:column;gap:2rem}._sectionCard_1ta7j_209{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:2.5rem;transition:border-color .3s ease,transform .3s ease;scroll-margin-top:100px}._sectionCard_1ta7j_209:hover{border-color:#6a4dff1f;transform:translateY(-2px)}._sectionIconWrap_1ta7j_222{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}._sectionTitle_1ta7j_229{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.5px}._subSection_1ta7j_235{margin-bottom:1.5rem}._subSection_1ta7j_235:last-child{margin-bottom:0}._subSection_1ta7j_235 h4{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}._subSection_1ta7j_235 p{color:#ffffff8c;font-size:.98rem;line-height:1.7}._contactSection_1ta7j_251{padding:0 2rem 6rem;max-width:800px;margin:0 auto}._contactCard_1ta7j_257{background:linear-gradient(135deg,#6a4dff1a,#2600e626);border:1px solid hsla(250,100%,65%,.25);border-radius:24px;padding:3.5rem;text-align:center}._contactCard_1ta7j_257 h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.8rem}._contactCard_1ta7j_257 p{color:#ffffff8c;font-size:1rem;margin-bottom:2rem}._contactBtn_1ta7j_268{display:inline-block;background:linear-gradient(135deg,var(--primary),hsl(250,100%,50%));color:#fff;padding:.9rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #6a4dff4d}._contactBtn_1ta7j_268:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6a4dff73}._privacyFooter_1ta7j_283{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.06);color:#ffffff40;font-size:.85rem}._privacyFooter_1ta7j_283 a{color:#fff6;text-decoration:none}._privacyFooter_1ta7j_283 a:hover{color:#fff}@keyframes _pulse_1ta7j_1{0%,to{box-shadow:0 0 40px #6a4dff40}50%{box-shadow:0 0 60px #6a4dff73}}@media(max-width:768px){._hero_1ta7j_84 h1{font-size:2.4rem;letter-spacing:-1px}._mainLayout_1ta7j_165{grid-template-columns:1fr}._toc_1ta7j_176{display:none}._sectionCard_1ta7j_209{padding:1.5rem}._contactCard_1ta7j_257{padding:2rem}._contactCard_1ta7j_257 h2{font-size:1.5rem}}._sectionGrid_1ta7j_310{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:center}@media(max-width:960px){._sectionGrid_1ta7j_310{grid-template-columns:1fr;gap:1.5rem}}._sectionTextContent_1ta7j_324{display:flex;flex-direction:column}._sectionMainText_1ta7j_329{color:#ffffffb3;font-size:1.05rem;line-height:1.7}._sectionMediaWrap_1ta7j_335{width:100%;height:220px;border-radius:16px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0009;background:#030303}._mediaRight_1ta7j_346{order:2}._mediaLeft_1ta7j_350{order:-1}@media(max-width:960px){._mediaLeft_1ta7j_350{order:2}}._sectionImage_1ta7j_360,._sectionVideo_1ta7j_360{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}._sectionMediaWrap_1ta7j_335:hover ._sectionImage_1ta7j_360,._sectionMediaWrap_1ta7j_335:hover ._sectionVideo_1ta7j_360{transform:scale(1.06)}._container_1qj14_5{font-family:Inter,sans-serif;background:#000;color:#e8e8f0;min-height:100vh;overflow-x:hidden}._hero_1qj14_14{padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}._heroGlow_1qj14_21{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,hsla(250,100%,65%,.15) 0%,transparent 70%);pointer-events:none}._heroBadge_1qj14_28{display:inline-block;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.3rem 1.1rem;border-radius:50px;margin-bottom:1.5rem}._hero_1qj14_14 h1{font-family:Outfit,sans-serif;font-size:3.8rem;line-height:1.1;font-weight:800;letter-spacing:-2px;margin-bottom:1.2rem}._grad_1qj14_51{background:linear-gradient(135deg,#fff,var(--primary),hsl(250,100%,45%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._hero_1qj14_14 p{color:#ffffff80;font-size:1.1rem;line-height:1.65;max-width:600px;margin:0 auto 1rem}._effectiveDate_1qj14_65{display:inline-block;color:#ffffff4d;font-size:.85rem}._mainLayout_1qj14_72{display:grid;grid-template-columns:220px 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding:0 2rem 6rem;align-items:start}._toc_1qj14_83{position:sticky;top:80px;background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:1.5rem}._toc_1qj14_83 h3{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem}._toc_1qj14_83 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}._tocLink_1qj14_111{display:flex;align-items:center;gap:6px;color:#ffffff8c;text-decoration:none;font-size:.88rem;padding:.45rem .6rem;border-radius:8px;transition:all .2s}._tocLink_1qj14_111:hover{color:#fff;background:#ffffff0f}._sectionsContainer_1qj14_129{display:flex;flex-direction:column;gap:2rem}._sectionCard_1qj14_135{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:2.5rem;transition:border-color .3s ease,transform .3s ease;scroll-margin-top:100px}._sectionCard_1qj14_135:hover{border-color:#6a4dff1f;transform:translateY(-2px)}._sectionIconWrap_1qj14_149{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}._sectionTitle_1qj14_159{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}._sectionMainText_1qj14_167{color:#ffffffa6;font-size:1.05rem;line-height:1.75}._sectionGrid_1qj14_174{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:center}@media(max-width:960px){._sectionGrid_1qj14_174{grid-template-columns:1fr;gap:1.5rem}}._sectionTextContent_1qj14_188{display:flex;flex-direction:column}._sectionMediaWrap_1qj14_193{width:100%;height:220px;border-radius:16px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0009;background:#030303}._mediaRight_1qj14_204{order:2}._mediaLeft_1qj14_208{order:-1}@media(max-width:960px){._mediaLeft_1qj14_208{order:2}}._sectionImage_1qj14_218{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}._sectionMediaWrap_1qj14_193:hover ._sectionImage_1qj14_218{transform:scale(1.06)}._contactBanner_1qj14_231{padding:0 2rem 6rem;max-width:800px;margin:0 auto;text-align:center}._contactBanner_1qj14_231 h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.8rem}._contactBanner_1qj14_231 p{color:#ffffff8c;font-size:1rem;margin-bottom:2rem}._contactBtn_1qj14_251{display:inline-block;background:linear-gradient(135deg,var(--primary),hsl(250,100%,50%));color:#fff;padding:.9rem 2rem;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;font-family:Outfit,sans-serif;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #6a4dff4d}._contactBtn_1qj14_251:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6a4dff73}._footer_1qj14_272{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.06);color:#ffffff40;font-size:.85rem}@media(max-width:768px){._hero_1qj14_14 h1{font-size:2.4rem;letter-spacing:-1px}._mainLayout_1qj14_72{grid-template-columns:1fr}._toc_1qj14_83{display:none}._sectionCard_1qj14_135{padding:1.5rem}._contactBanner_1qj14_231{padding:2rem}._contactBanner_1qj14_231 h2{font-size:1.5rem}}*{box-sizing:border-box}._container_8oej1_5{font-family:Inter,sans-serif;background:#000;color:#e8e8f0;min-height:100vh;overflow-x:hidden}._hero_8oej1_14{padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}._heroGlow_8oej1_21{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,hsla(250,100%,65%,.15) 0%,transparent 70%);pointer-events:none}._heroPin_8oej1_28{width:90px;height:90px;border-radius:50%;background:#6a4dff1f;border:2px solid hsla(250,100%,65%,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 0 40px #6a4dff40;animation:_pulse_8oej1_1 3s ease-in-out infinite}._pinIcon_8oej1_42{color:var(--primary)}._heroBadge_8oej1_46{display:inline-block;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.3rem 1.1rem;border-radius:50px;margin-bottom:1.5rem}._hero_8oej1_14 h1{font-family:Outfit,sans-serif;font-size:3.8rem;line-height:1.1;font-weight:800;letter-spacing:-2px;margin-bottom:1.2rem}._grad_8oej1_69{background:linear-gradient(135deg,#fff,var(--primary),hsl(250,100%,45%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._hero_8oej1_14 p{color:#ffffff80;font-size:1.1rem;line-height:1.65;max-width:600px;margin:0 auto}._statsBar_8oej1_84{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;padding:2rem;background:#ffffff06;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:4rem}._statItem_8oej1_96{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:140px}._statItem_8oej1_96 strong{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;color:var(--c)}._statItem_8oej1_96 span{font-size:.85rem;color:#ffffff80}._mainLayout_8oej1_117{max-width:760px;margin:0 auto;padding:0 2rem 6rem}._toc_8oej1_124{position:sticky;top:80px;background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:20px;overflow:hidden}._sectionMediaWrap_8oej1_133{width:100%;height:240px;position:relative;border-bottom:1px solid rgba(255,255,255,.08);background:#030303}._sectionImage_8oej1_141,._sectionVideo_8oej1_142{width:100%;height:100%;object-fit:cover;display:block}._officesSection_8oej1_150{display:flex;flex-direction:column;gap:1.5rem}._officesSection_8oej1_150 h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}._timelineContainer_8oej1_163{position:relative;padding-left:1.5rem;margin-top:1rem}._timelineLine_8oej1_169{position:absolute;left:14px;top:20px;bottom:40px;width:2px;background:linear-gradient(to bottom,var(--primary) 0%,rgba(255,255,255,.05) 100%);opacity:.15;pointer-events:none}._timelineContainer_8oej1_163{position:relative;padding-left:3rem;margin-top:1rem}._timelineLine_8oej1_169{position:absolute;left:24px;top:20px;bottom:40px;width:2px;background:linear-gradient(to bottom,var(--primary) 0%,rgba(255,255,255,.05) 100%);opacity:.15;pointer-events:none}._officesGrid_8oej1_197{display:flex;flex-direction:column;gap:1.8rem}._officeCard_8oej1_203{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:1.5rem 1.8rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_slideUp_8oej1_1 .6s ease-out both;position:relative}._officeCard_8oej1_203:hover,._activeCard_8oej1_214{border-color:var(--accent);transform:translate(6px);box-shadow:0 10px 30px #00000080;background:#ffffff0a}._timelineNode_8oej1_221{position:absolute;left:-37px;top:24px;width:26px;height:26px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:800;font-size:.85rem;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2}._officeContent_8oej1_239{display:flex;flex-direction:column}._officeTop_8oej1_244{margin-bottom:.8rem}._officeTop_8oej1_244 h3{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;margin:0}._officeCountry_8oej1_255{font-size:.85rem;color:#ffffff73;margin-top:.2rem;display:block}._officeBadge_8oej1_262{font-family:Outfit,sans-serif;display:inline-block;align-self:flex-start;font-size:.75rem;font-weight:700;padding:.25rem .8rem;border-radius:50px;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.5px}._officeAddress_8oej1_275{font-size:.92rem;color:#ffffff80;line-height:1.55;margin:0}._footer_8oej1_282{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.06);color:#ffffff40;font-size:.85rem}@keyframes _slideUp_8oej1_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_8oej1_1{0%,to{box-shadow:0 0 40px #6a4dff40}50%{box-shadow:0 0 60px #6a4dff73}}@media(max-width:860px){._mainLayout_8oej1_117{padding:0 1.5rem 4rem}}@media(max-width:640px){._hero_8oej1_14 h1{font-size:2.2rem}._timelineContainer_8oej1_163{padding-left:2.2rem}._timelineLine_8oej1_169{left:17px}._timelineNode_8oej1_221{left:-29px;width:22px;height:22px;font-size:.8rem;top:26px}._officeCard_8oej1_203{padding:1.25rem 1.5rem}}._container_13idx_1{font-family:Outfit,sans-serif;background:var(--bg-dark);color:var(--text-main);min-height:100vh;overflow-x:hidden}._hero_13idx_9{padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}._heroGlow_13idx_16{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,hsla(var(--primary-hue),100%,65%,.15) 0%,transparent 70%);pointer-events:none}._globeContainer_13idx_23{width:150px;height:150px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto 2.5rem}._pulseRing_13idx_33{position:absolute;width:100px;height:100px;border-radius:50%;border:2px solid hsla(var(--primary-hue),100%,65%,.4);animation:_signalPulse_13idx_1 3s cubic-bezier(.215,.61,.355,1) infinite;pointer-events:none}._orbitOuter_13idx_43{position:absolute;width:140px;height:140px;border-radius:50%;border:1px dashed hsla(var(--primary-hue),100%,65%,.25);animation:_rotateOuter_13idx_1 25s linear infinite}._orbitInner_13idx_52{position:absolute;width:120px;height:120px;border-radius:50%;border:1px dotted hsla(var(--primary-hue),80%,75%,.3);animation:_rotateInner_13idx_1 15s linear infinite}._globeSphere_13idx_61{width:90px;height:90px;border-radius:50%;background:radial-gradient(circle at 30% 30%,hsla(var(--primary-hue),100%,70%,.15),hsla(var(--primary-hue),100%,15%,.8) 70%);border:2px solid hsla(var(--primary-hue),100%,65%,.45);box-shadow:0 0 35px hsla(var(--primary-hue),100%,65%,.3),inset 0 0 20px hsla(var(--primary-hue),100%,65%,.3);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._sphereGrid_13idx_76{position:absolute;inset:0;background-image:radial-gradient(transparent 50%,#0006),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:100% 100%,10px 10px,10px 10px;opacity:.7;pointer-events:none}._earthIcon_13idx_88{width:48px;height:48px;color:hsl(var(--primary-hue),100%,75%);filter:drop-shadow(0 0 10px hsla(var(--primary-hue),100%,65%,.7));animation:_rotateGlobe_13idx_1 12s linear infinite;z-index:2}._sphereGlow_13idx_97{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 60%,hsla(var(--primary-hue),100%,65%,.25) 100%);pointer-events:none;z-index:3}@keyframes _rotateGlobe_13idx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _rotateOuter_13idx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _rotateInner_13idx_1{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes _signalPulse_13idx_1{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}._heroBadge_13idx_143{display:inline-block;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.3rem 1.1rem;border-radius:50px;margin-bottom:1.5rem}._hero_13idx_9 h1{font-size:3.8rem;line-height:1.1;font-weight:800;letter-spacing:-2px;margin-bottom:1.2rem;color:var(--text-main)}._grad_13idx_166{background:linear-gradient(135deg,#fff,var(--primary),hsl(var(--primary-hue),100%,45%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._hero_13idx_9 p{color:var(--text-muted);font-size:1.1rem;line-height:1.65;max-width:600px;margin:0 auto}._languageSection_13idx_180{max-width:860px;margin:0 auto;padding:1rem 2rem 4rem}._searchWrap_13idx_186{position:relative;margin-bottom:2.5rem}._searchIcon_13idx_191{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:hsla(var(--primary-hue),100%,65%,.5)}._searchInput_13idx_199{width:100%;background:#16161d99;border:1px solid hsla(0,0%,100%,.1);border-radius:18px;padding:1.1rem 1rem 1.1rem 3.2rem;color:#fff;font-family:Outfit,sans-serif;font-size:1.05rem;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._searchInput_13idx_199:focus{border-color:var(--primary);background:#21212ccc;box-shadow:0 0 20px hsla(var(--primary-hue),100%,65%,.15)}._searchInput_13idx_199::placeholder{color:#ffffff40}._sectionLabel_13idx_223{font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffff59;margin-bottom:1.25rem;padding-left:.5rem}._langGrid_13idx_233{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:3rem}._langCard_13idx_240{display:flex;align-items:center;gap:14px;background:#11111780;border:1px solid hsla(0,0%,100%,.06);border-radius:20px;padding:1.25rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_slideUp_13idx_1 .5s ease-out both;position:relative;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._langCard_13idx_240:hover{background:hsla(var(--primary-hue),100%,65%,.05);border-color:hsla(var(--primary-hue),100%,65%,.2);transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #0000004d}._langSelected_13idx_262{border-color:var(--primary)!important;background:hsla(var(--primary-hue),100%,65%,.12)!important;box-shadow:0 0 25px hsla(var(--primary-hue),100%,65%,.15)}._flag_13idx_268{font-size:2rem;line-height:1;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}._langInfo_13idx_275{flex:1}._langInfo_13idx_275 strong{display:block;font-size:1.1rem;font-weight:700;margin-bottom:.2rem;color:#fff}._langInfo_13idx_275 span{font-size:.85rem;color:var(--text-muted)}._checkIcon_13idx_292{color:var(--primary);flex-shrink:0;filter:drop-shadow(0 0 8px var(--primary-glow))}._lockIcon_13idx_298{color:#fff6;flex-shrink:0}._langDisabled_13idx_303{opacity:.4;cursor:not-allowed!important;filter:grayscale(.6);background:#ffffff05!important;border-color:#ffffff0d!important}._langDisabled_13idx_303:hover{transform:none!important;box-shadow:none!important}._saveBtn_13idx_316{width:100%;padding:1.2rem;background:linear-gradient(135deg,var(--primary),hsl(var(--primary-hue),100%,50%));border:none;border-radius:18px;color:#fff;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px hsla(var(--primary-hue),100%,65%,.3);margin-top:1rem;text-transform:uppercase;letter-spacing:1px}._saveBtn_13idx_316:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px hsla(var(--primary-hue),100%,65%,.45)}._saveBtn_13idx_316:active{transform:scale(.98)}._saveBtnSuccess_13idx_343{background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 10px 30px #10b9814d!important}._footer_13idx_348{text-align:center;padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.06);color:#ffffff40;font-size:.85rem}@keyframes _slideUp_13idx_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_13idx_33{0%,to{box-shadow:0 0 40px hsla(var(--primary-hue),100%,65%,.25);transform:scale(1)}50%{box-shadow:0 0 60px hsla(var(--primary-hue),100%,65%,.45);transform:scale(1.05)}}@keyframes _earthSpin_13idx_1{0%{transform:perspective(500px) rotateY(0)}to{transform:perspective(500px) rotateY(360deg)}}@media(max-width:768px){._hero_13idx_9 h1{font-size:2.8rem}._langGrid_13idx_233{grid-template-columns:1fr}}
