:root{--color-bg: #1A1A1F;--color-surface: #2979FF;--color-primary: #9C27B0;--color-secondary: #FF0080;--color-text-primary: #4FC3F7;--color-text-secondary: #EAEAEA;--color-text-tertiary: #FF80AB;--color-success: #03DAC6;--color-error: #CF6679;--color-warning: #FFB74D;--card-border: rgba(148, 163, 184, 1);--font-sans: "Poppins", "ui-sans-serif", "system-ui", "sans-serif";--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--shadow-card: 0 6px 20px rgba(0,0,0,.18);--shadow-card-hover: 0 18px 30px rgba(0,0,0,.25);--header-height: 100px;--bg-page: #222228;--bg-input: #41414d;--text-secondary: #fff}@media (max-width: 768px){:root{--header-height: 60px !important}}button{background:none;border:none;outline:none;box-shadow:none;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;text-decoration:none;text-align:inherit;padding:0;margin:0;border-radius:0;transition:none}a{background:none;border:none;outline:none;box-shadow:none;text-decoration:none;color:inherit;padding:0;margin:0;border-radius:0;transition:none}a:focus,a:focus-visible,a:active,a:hover,a:visited{background:none;border:none;outline:none;box-shadow:none;text-decoration:none;color:inherit}img{background:none;border:none;outline:none;box-shadow:none;padding:0;margin:0;border-radius:0;transition:none;max-width:100%;height:auto;display:block}img:focus,img:focus-visible,img:active{background:none;border:none;outline:none;box-shadow:none}input,textarea,select{background:none;border:none;outline:none;box-shadow:none;font-family:inherit;font-size:inherit;color:inherit;padding:0;margin:0;border-radius:0}input:focus,textarea:focus,select:focus{background:none;border:none;outline:none;box-shadow:none}ul,ol{list-style:none;padding:0;margin:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:inherit;font-size:inherit;line-height:inherit}.labelDefault{font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500}body,html{font-family:Poppins,sans-serif!important;background-color:var(--color-bg)}button,a,img{background:transparent!important;box-shadow:none!important}button:active,button:focus,a:active,a:focus,img:active,img:focus{background:transparent!important;box-shadow:none!important}button:focus,button:focus-visible{outline:none!important;box-shadow:none!important}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.scrollbar-custom{scrollbar-width:thin;scrollbar-color:rgb(75 85 99) transparent}.scrollbar-custom::-webkit-scrollbar{width:8px}.scrollbar-custom::-webkit-scrollbar-track{background:transparent;border-radius:4px}.scrollbar-custom::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px;border:2px solid transparent;background-clip:content-box}.scrollbar-custom::-webkit-scrollbar-thumb:hover{background:#6b7280;background-clip:content-box}.scrollbar-custom::-webkit-scrollbar-thumb:active{background:#9ca3af;background-clip:content-box}@media (max-width: 640px){input,select,textarea{font-size:16px}}.min-h-dvh{min-height:100dvh}@keyframes searchModalEnter{0%{opacity:0;transform:translate(-50%,-50%) scale(.8);filter:blur(10px)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.02);filter:blur(2px)}to{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0px)}}@keyframes searchModalExit{0%{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0px)}to{opacity:0;transform:translate(-50%,-50%) scale(.8);filter:blur(10px)}}@keyframes searchBackdropEnter{0%{background-color:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes searchBackdropExit{0%{background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}to{background-color:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}}.search-modal-enter{animation:searchModalEnter .5s cubic-bezier(.16,1,.3,1) forwards}.search-modal-exit{animation:searchModalExit .3s cubic-bezier(.4,0,.2,1) forwards}.search-backdrop-enter{animation:searchBackdropEnter .5s cubic-bezier(.16,1,.3,1) forwards}.search-backdrop-exit{animation:searchBackdropExit .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .3s ease-out forwards}.animate-slide-up{animation:slide-up .3s ease-out forwards}._container_xttlz_3{display:flex;flex-direction:column}._label_xttlz_8{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.25rem}._required_xttlz_16{color:var(--color-error)}._inputWrapper_xttlz_20{position:relative;display:flex;align-items:center}._icon_xttlz_26{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-surface);width:1.1rem;height:1.1rem;pointer-events:none}._iconHidden_xttlz_37{display:none}._input_xttlz_20{width:100%;padding:.75rem 1rem;border:2px solid #41414d;border-radius:6px;background-color:#41414d;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none!important;line-height:1.5}._input_xttlz_20:disabled{opacity:.6;cursor:not-allowed;background-color:#41414d80}._input_xttlz_20::-moz-placeholder{color:#ffffffb3}._input_xttlz_20::placeholder{color:#ffffffb3}._inputWithIcon_xttlz_64{padding-left:2.75rem}._inputWithToggle_xttlz_68{padding-right:3rem}._inputError_xttlz_72{border-color:var(--color-error)}._inputError_xttlz_72:focus{border-color:var(--color-error);box-shadow:0 0 0 2px #ef444433}._inputRequiredError_xttlz_81{border-color:var(--color-error)!important;background-color:#ef44440d}._inputRequiredError_xttlz_81:focus{border-color:var(--color-error)!important;box-shadow:0 0 0 2px #ef444433!important}._passwordToggle_xttlz_91{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--color-text-tertiary);transition:color .2s ease-in-out;padding:.25rem;display:flex;align-items:center;justify-content:center}._passwordToggle_xttlz_91:hover{color:var(--color-text-secondary)}._passwordToggleIcon_xttlz_111{width:1.25rem;height:1.25rem}._errorMessage_xttlz_116{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;color:var(--color-error)}._errorIcon_xttlz_125{width:1rem;height:1rem;flex-shrink:0}._container_1bnyo_2{display:flex;flex-direction:column;gap:.5rem}._checkboxWrapper_1bnyo_8{display:flex;align-items:flex-start;gap:.75rem}._checkboxContainer_1bnyo_14{position:relative;display:flex;align-items:center;justify-content:center}._input_1bnyo_21{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._checkbox_1bnyo_8{width:1.25rem;height:1.25rem;border-radius:.25rem;border:2px solid;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}._checkbox_1bnyo_8._disabled_1bnyo_46{opacity:.5;cursor:not-allowed;border-color:var(--card-border, #555)}._checkbox_1bnyo_8._checked_1bnyo_52{background-color:var(--secondary, #7c3aed);border-color:var(--secondary, #7c3aed);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._checkbox_1bnyo_8._unchecked_1bnyo_58{border-color:var(--card-border, #555)}._checkbox_1bnyo_8._unchecked_1bnyo_58:hover{border-color:var(--secondary, #7c3aed);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._checkboxIcon_1bnyo_67{width:.75rem;height:.75rem;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._label_1bnyo_77{font-size:.875rem;font-weight:500;line-height:1.25rem;cursor:pointer;color:var(--text-primary, #fff);transition:color .2s ease}._label_1bnyo_77._disabled_1bnyo_46{cursor:not-allowed;opacity:.5;color:var(--text-secondary, #aaa)}._label_1bnyo_77._enabled_1bnyo_92:hover{color:var(--secondary, #7c3aed)}._required_1bnyo_96{color:var(--error, #ef4444)}._error_1bnyo_100{font-size:.875rem;color:var(--error, #ef4444);display:flex;align-items:center;gap:.25rem}._errorIcon_1bnyo_108{width:1rem;height:1rem}._errorMessage_1vh1x_280{margin-top:.5rem;font-size:.875rem;color:var(--color-error)}._container_1vh1x_4{display:flex;flex-direction:column}._label_1vh1x_9{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.25rem}._required_1vh1x_17{color:var(--color-error)}._selectWrapper_1vh1x_21{position:relative;display:flex;align-items:center;z-index:1000}._select_1vh1x_21{width:100%;padding:.75rem 1rem;border:2px solid #41414d;border-radius:6px;background-color:#41414d;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none!important;cursor:pointer;display:flex;align-items:center;min-height:3rem}._select_1vh1x_21:disabled{opacity:.6;cursor:not-allowed;background-color:#41414d80}._select_1vh1x_21:hover:not(:disabled){border-color:var(--color-secondary)}._select_1vh1x_21:focus{border-color:var(--color-secondary);box-shadow:0 0 0 2px #6366f133}._selectError_1vh1x_59{border-color:var(--color-error)}._selectError_1vh1x_59:focus{border-color:var(--color-error);box-shadow:0 0 0 2px #ef444433}._icon_1vh1x_68{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-surface);width:1.1rem;height:1.1rem;pointer-events:none;z-index:2}._iconHidden_1vh1x_80{display:none}._selectText_1vh1x_84{margin-left:2.75rem;flex:1;color:#fff;line-height:1.5}._selectTextPlaceholder_1vh1x_91{color:#ffffffb3}._chevron_1vh1x_95{margin-right:.75rem;color:var(--color-text-tertiary);width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .2s ease-in-out}._chevronOpen_1vh1x_104{transform:rotate(180deg)}._loadingSpinner_1vh1x_108{margin-right:.75rem;width:1.25rem;height:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._spinner_1vh1x_118{width:1rem;height:1rem;border:2px solid var(--color-text-tertiary);border-top:2px solid transparent;border-radius:50%;animation:_spin_1vh1x_118 1s linear infinite}@keyframes _spin_1vh1x_118{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._dropdown_1vh1x_132{position:absolute;top:100%;left:0;right:0;z-index:99999;width:100%;margin-top:.25rem;background-color:#41414d;border:1px solid #41414d;border-radius:6px;box-shadow:0 20px 40px -10px #00000080,0 8px 16px -4px #0003;max-height:15rem;overflow:hidden}._searchContainer_1vh1x_148{padding:.75rem;border-bottom:1px solid #41414d}._searchWrapper_1vh1x_153{position:relative}._searchIcon_1vh1x_157{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-text-tertiary);width:1rem;height:1rem;pointer-events:none}._searchInput_1vh1x_168{width:100%;padding:.5rem .75rem .5rem 2.5rem;font-size:.875rem;background-color:#41414d;border:1px solid #41414d;border-radius:4px;color:#fff;outline:none;transition:all .2s ease-in-out}._searchInput_1vh1x_168::-moz-placeholder{color:#ffffffb3}._searchInput_1vh1x_168::placeholder{color:#ffffffb3}._searchInput_1vh1x_168:focus{border-color:var(--color-secondary);box-shadow:0 0 0 2px #6366f133}._clearButton_1vh1x_189{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--color-text-tertiary);transition:color .2s ease-in-out;padding:.25rem;display:flex;align-items:center;justify-content:center}._clearButton_1vh1x_189:hover{color:var(--color-text-secondary)}._clearIcon_1vh1x_209{width:1rem;height:1rem}._optionsContainer_1vh1x_214{max-height:12rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}._optionsContainer_1vh1x_214::-webkit-scrollbar{width:6px}._optionsContainer_1vh1x_214::-webkit-scrollbar-track{background:transparent}._optionsContainer_1vh1x_214::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}._optionsContainer_1vh1x_214::-webkit-scrollbar-thumb:hover{background:#ffffff80}._optionsList_1vh1x_239{padding:.5rem 0}._option_1vh1x_214{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;gap:.75rem}._option_1vh1x_214:hover{background-color:#ffffff1a}._optionIndicator_1vh1x_256{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0;background-color:var(--color-text-tertiary)}._optionIndicatorSelected_1vh1x_264{background-color:var(--color-secondary)}._optionText_1vh1x_268{color:#fff;font-size:.875rem}._noOptions_1vh1x_273{padding:1.5rem 1rem;text-align:center;color:var(--color-text-tertiary);font-size:.875rem}._errorMessage_1vh1x_280{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;color:var(--color-error)}._errorIcon_1vh1x_289{width:1rem;height:1rem;flex-shrink:0}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.quill-editor{background:var(--color-card-background, #191919);border:1px solid var(--color-card-border, rgba(255,255,255,.08));border-radius:.5rem;color:var(--color-text-primary, #ffffff);position:relative;overflow:hidden;box-shadow:0 1px #ffffff0a inset;transition:border-color .2s ease,box-shadow .2s ease}.quill-editor .ql-editor{background:var(--color-background, #0b0b0b)!important;color:var(--color-text-primary, #ffffff)!important;border:none!important;border-radius:0 0 .5rem .5rem!important;min-height:inherit!important;font-size:14px!important;line-height:1.6!important;padding:1rem!important}.quill-editor .ql-toolbar{background:var(--color-card-background, #191919)!important;border:none!important;border-bottom:1px solid var(--color-card-border, rgba(255,255,255,.08))!important;border-radius:.5rem .5rem 0 0!important;padding:.75rem!important;position:relative}.quill-editor .ql-toolbar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-card-border, rgba(255,255,255,.1)),transparent)}.quill-editor .ql-container{border:none!important;border-radius:0 0 .5rem .5rem!important;background:var(--color-background, #0b0b0b)!important}.quill-editor .ql-editor.ql-blank:before{color:var(--color-text-tertiary, #9ca3af);font-style:italic;font-size:14px;opacity:.7}.quill-editor .ql-toolbar button{color:var(--color-text-secondary, #a1a1aa);background:transparent;border:none;padding:.5rem;margin:.125rem;border-radius:.375rem;transition:all .2s ease-in-out;font-size:14px;min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.quill-editor .ql-toolbar button:hover{color:var(--color-text-primary, #ffffff);background:#ffffff1a;transform:translateY(-1px)}.quill-editor .ql-toolbar button.ql-active{color:var(--color-text-primary, #ffffff);background:#ffffff1f;box-shadow:0 2px 4px #0003}.quill-editor .ql-toolbar .ql-picker{color:var(--color-text-secondary, #a1a1aa)}.quill-editor .ql-toolbar .ql-picker-options{background:var(--color-background, #0b0b0b);border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;box-shadow:0 10px 25px #000000b3;margin-top:.5rem}.quill-editor .ql-toolbar .ql-picker-item{color:var(--color-text-primary, #ffffff);padding:.75rem 1rem;transition:all .2s ease-in-out}.quill-editor .ql-toolbar .ql-picker-item:hover{background:#ffffff1a;color:var(--color-text-primary, #ffffff)}.quill-editor .ql-toolbar .ql-picker-item.ql-selected{color:var(--color-text-primary, #ffffff);background:#ffffff1f;font-weight:600}.quill-editor .ql-toolbar .ql-color-picker .ql-picker-options,.quill-editor .ql-toolbar .ql-background .ql-picker-options{padding:.75rem;width:152px;border:1px solid var(--color-card-border, rgba(255,255,255,.1))}.quill-editor .ql-toolbar .ql-color-picker .ql-picker-options .ql-picker-item,.quill-editor .ql-toolbar .ql-background .ql-picker-options .ql-picker-item{width:18px;height:18px;margin:3px;border-radius:3px;border:1px solid var(--color-card-border, rgba(255,255,255,.1));transition:all .2s ease-in-out}.quill-editor .ql-toolbar .ql-color-picker .ql-picker-options .ql-picker-item:hover,.quill-editor .ql-toolbar .ql-background .ql-picker-options .ql-picker-item:hover{transform:scale(1.1);border-color:var(--color-text-primary, #ffffff);box-shadow:0 2px 4px #0000004d}.quill-editor .ql-toolbar .ql-stroke{stroke:currentColor;stroke-width:2}.quill-editor .ql-toolbar .ql-fill{fill:currentColor}.quill-editor .ql-toolbar svg{width:18px;height:18px}.quill-editor .ql-toolbar .ql-picker-label{border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.375rem;padding:.5rem .75rem;background:var(--color-background, #0b0b0b);color:var(--color-text-secondary, #a1a1aa);transition:all .2s ease-in-out;font-size:14px;min-height:32px;display:inline-flex;align-items:center}.quill-editor .ql-toolbar .ql-picker-label:hover{border-color:var(--color-text-primary, #ffffff);color:var(--color-text-primary, #ffffff);background:#ffffff0d}.quill-editor .ql-toolbar .ql-picker-label.ql-active{border-color:var(--color-text-primary, #ffffff);color:var(--color-text-primary, #ffffff);background:#ffffff1a}.quill-editor .ql-toolbar .ql-picker-label:before{border-right:1px solid var(--color-card-border, rgba(255,255,255,.1));margin-right:.75rem;height:20px}.quill-editor .ql-toolbar .ql-picker-label.ql-expanded:before{border-right:none;border-bottom:1px solid var(--color-card-border, rgba(255,255,255,.1));margin-bottom:.75rem;width:20px}.quill-editor .ql-editor a{color:var(--color-primary, #60a5fa);text-decoration:underline;transition:color .2s ease-in-out}.quill-editor .ql-editor a:hover{color:color-mix(in srgb,var(--color-primary, #60a5fa) 75%,white);text-decoration:none}.quill-editor .ql-editor blockquote{border-left:4px solid var(--color-primary, #60a5fa);margin:1rem 0;padding:1rem 1.5rem;font-style:italic;color:#d1d5db;background:color-mix(in srgb,var(--color-primary, #60a5fa) 10%,transparent);border-radius:0 .5rem .5rem 0}.quill-editor .ql-editor h1,.quill-editor .ql-editor h2,.quill-editor .ql-editor h3{color:var(--color-text-primary, #ffffff);margin:1.5rem 0 .75rem;font-weight:700;line-height:1.3}.quill-editor .ql-editor h1{font-size:1.75rem;border-bottom:1px solid var(--color-card-border, rgba(255,255,255,.1));padding-bottom:.5rem}.quill-editor .ql-editor h2{font-size:1.5rem;border-bottom:1px solid var(--color-card-border, rgba(255,255,255,.1));padding-bottom:.375rem}.quill-editor .ql-editor h3{font-size:1.25rem;color:var(--color-text-secondary, #a1a1aa)}.quill-editor .ql-editor ul,.quill-editor .ql-editor ol{margin:.75rem 0;padding-left:1.75rem}.quill-editor .ql-editor li{margin:.375rem 0;line-height:1.6}.quill-editor .ql-editor ul li::marker{color:var(--color-primary, #60a5fa)}.quill-editor .ql-editor ol li::marker{color:var(--color-primary, #60a5fa);font-weight:600}.quill-editor .ql-editor img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0;border:1px solid var(--color-card-border, rgba(255,255,255,.1));box-shadow:0 4px 6px #0000004d}.quill-editor .ql-editor p{margin:.75rem 0;line-height:1.7}.quill-editor .ql-editor strong{font-weight:700;color:var(--color-text-primary, #ffffff)}.quill-editor .ql-editor em{font-style:italic;color:var(--color-text-secondary, #a1a1aa)}.quill-editor .ql-editor u{text-decoration:underline;text-decoration-color:var(--color-primary, #60a5fa);text-decoration-thickness:2px}.quill-editor .ql-editor s{text-decoration:line-through;text-decoration-color:#ef4444;text-decoration-thickness:2px}.quill-editor .ql-editor code{background:#374151;color:var(--color-text-primary, #ffffff);padding:.25rem .5rem;border-radius:.375rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;border:1px solid var(--color-card-border, rgba(255,255,255,.1))}.quill-editor .ql-editor pre{background:#374151;color:var(--color-text-primary, #ffffff);padding:1.25rem;border-radius:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;overflow-x:auto;border:1px solid var(--color-card-border, rgba(255,255,255,.1));margin:1rem 0}.quill-editor .ql-editor pre code{background:transparent;padding:0;color:inherit}.quill-editor-height-150 .ql-container,.quill-editor-height-150 .ql-editor{min-height:150px!important}.quill-editor-height-200 .ql-container,.quill-editor-height-200 .ql-editor{min-height:200px!important}.quill-editor-height-250 .ql-container,.quill-editor-height-250 .ql-editor{min-height:250px!important}.quill-editor-height-300 .ql-container,.quill-editor-height-300 .ql-editor{min-height:300px!important}.quill-editor-height-150{min-height:150px}.quill-editor-height-200{min-height:200px}.quill-editor-height-250{min-height:250px}.quill-editor-height-300{min-height:300px}.quill-default-class{margin-top:20px}.quill-editor-label{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.5rem}.text-error{color:var(--color-error, #ef4444)}._switchRoot_13ux6_1{position:relative;display:inline-flex;align-items:center;width:48px;height:20px;border-radius:6px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;outline:none;box-shadow:0 1px 2px #00000040;background-color:var(--bg-input)!important}._switchChecked_13ux6_14{background:linear-gradient(90deg,#10b981,#34d399);box-shadow:0 0 0 2px #10b98140}._switchUnchecked_13ux6_19{background:linear-gradient(90deg,#4b5563,#374151);box-shadow:0 0 0 2px #4b556340}._switchDisabled_13ux6_24{opacity:.6;cursor:not-allowed}._switchIcon_13ux6_29{position:absolute;width:12px;height:12px;transition:opacity .2s ease}._switchIconCheck_13ux6_36{left:6px;color:#fff}._switchIconX_13ux6_41{right:6px;color:#e5e7eb}._switchThumb_13ux6_46{display:inline-block;width:16px;height:16px;background:#fff;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 6px #00000040}._switchThumbChecked_13ux6_56{transform:translate(28px);box-shadow:0 0 0 2px #10b98140}._switchThumbUnchecked_13ux6_61{transform:translate(4px);box-shadow:0 0 0 2px #4b556340}._toastContainer_1gbmd_3,._wrapper_1gbmd_10{position:fixed;inset:0;pointer-events:none;z-index:10050}._top-right_1gbmd_17{display:flex;align-items:flex-start;justify-content:flex-end;padding:20px}._top-left_1gbmd_18{display:flex;align-items:flex-start;justify-content:flex-start;padding:20px}._bottom-right_1gbmd_19{display:flex;align-items:flex-end;justify-content:flex-end;padding:20px}._bottom-left_1gbmd_20{display:flex;align-items:flex-end;justify-content:flex-start;padding:20px}._top-center_1gbmd_21{display:flex;align-items:flex-start;justify-content:center;padding:20px}._bottom-center_1gbmd_22{display:flex;align-items:flex-end;justify-content:center;padding:20px}._container_1gbmd_24{position:relative;z-index:10050;min-width:320px;max-width:90vw;background:#1f2430;border:1px solid rgba(255,255,255,.08);border-radius:6px;box-shadow:0 8px 24px #00000059;padding:12px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_slideInDown_1gbmd_1 .4s ease-out}._container_1gbmd_24:hover{transform:translateY(-2px);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a}._success_1gbmd_51{border-left:4px solid #10b981}._success_1gbmd_51 ._icon_1gbmd_55{color:#10b981}._error_1gbmd_59{border-left:4px solid #ef4444}._error_1gbmd_59 ._icon_1gbmd_55{color:#ef4444}._warning_1gbmd_67{border-left:4px solid #f59e0b}._warning_1gbmd_67 ._icon_1gbmd_55{color:#f59e0b}._info_1gbmd_75{border-left:4px solid #3b82f6}._info_1gbmd_75 ._icon_1gbmd_55{color:#3b82f6}._typeDot_1gbmd_84{width:10px;height:10px;border-radius:9999px;margin-top:3px}._content_1gbmd_92{flex:1;display:flex;flex-direction:column;gap:2px}._title_1gbmd_99{font-size:14px;font-weight:500;color:#fff;line-height:1.4;margin:0}._description_1gbmd_107{font-size:13px;color:#ffffffd9;margin:2px 0 0}._actions_1gbmd_113{margin-top:10px;display:flex;gap:8px}._actionButton_1gbmd_119{pointer-events:auto;padding:6px 10px;background:#5b5bd6;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer}._success_1gbmd_51,._error_1gbmd_59,._warning_1gbmd_67,._info_1gbmd_75{border-left:0}._success_1gbmd_51 ._typeDot_1gbmd_84{background:#10b981}._error_1gbmd_59 ._typeDot_1gbmd_84{background:#ef4444}._warning_1gbmd_67 ._typeDot_1gbmd_84{background:#f59e0b}._info_1gbmd_75 ._typeDot_1gbmd_84{background:#3b82f6}._closeButton_1gbmd_143{background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:18px;font-weight:600;width:24px;height:24px;flex-shrink:0}._closeButton_1gbmd_143:hover{color:#ffffffe6;background:#ffffff1a;transform:scale(1.1)}._closeButton_1gbmd_143:active{transform:scale(.95)}@keyframes _slideInDown_1gbmd_1{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _slideOutUp_1gbmd_1{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}._exiting_1gbmd_195{animation:_slideOutUp_1gbmd_1 .3s ease-in forwards}@media (max-width: 640px){._container_1gbmd_24{min-width:280px;margin:0 16px;padding:14px 16px}._message_1gbmd_207{font-size:13px}._icon_1gbmd_55{width:18px;height:18px}}._container_1gbmd_24:nth-child(2){top:90px}._container_1gbmd_24:nth-child(3){top:160px}._container_1gbmd_24:nth-child(4){top:230px}._container_1gbmd_24:nth-child(5){top:300px}.auth-modal-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#000000e6,#141428f2);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:modalOverlayFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes modalOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.auth-modal-container{background:linear-gradient(145deg,#0f0f23,#1a1a2e,#16213e);border-radius:6px;border:1px solid rgba(139,92,246,.2);box-shadow:0 32px 64px #0009,0 0 0 1px #8b5cf61a,inset 0 1px #ffffff0d;max-width:480px;width:100%;position:relative;animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1);overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:none;background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid rgba(139,92,246,.2);border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}.auth-modal-close:hover{background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);border-color:#8b5cf666;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf633,0 0 0 1px #8b5cf61a,inset 0 1px #ffffff26}.auth-modal-content{padding:40px 32px 32px;text-align:center}.auth-modal-header{margin-bottom:32px}.auth-modal-icon{width:100px;height:100px;background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;border:2px solid rgba(139,92,246,.2);box-shadow:0 16px 40px #8b5cf633,inset 0 1px #ffffff1a;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 8px 16px #8b5cf64d,inset 0 1px #fff3}50%{transform:scale(1.05);box-shadow:0 12px 24px #8b5cf666,inset 0 1px #ffffff4d}}.auth-modal-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.auth-modal-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3;text-shadow:0 0 20px rgba(139,92,246,.3)}.auth-modal-description{font-size:16px;color:#ffffffb3;margin:0;line-height:1.6;font-weight:400}.auth-modal-actions{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.auth-modal-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border-radius:6px;font-size:16px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:none;cursor:pointer;min-height:56px}.auth-modal-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.auth-modal-button:hover:before{left:100%}.auth-modal-button-primary{background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);color:#fff;box-shadow:0 8px 32px #8b5cf666,0 0 0 1px #8b5cf64d,inset 0 1px #fff3}.auth-modal-button-primary:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6,#a855f7);transform:translateY(-2px);box-shadow:0 12px 40px #8b5cf680,0 0 0 1px #8b5cf666,inset 0 1px #ffffff4d}.auth-modal-button-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-modal-button-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 16px #0003}.auth-modal-button svg{transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.auth-modal-button:hover svg{transform:scale(1.1)}.auth-modal-footer{border-top:1px solid rgba(139,92,246,.15);padding-top:20px}.auth-modal-footer-text{font-size:14px;color:#ffffffb3;margin:0}.auth-modal-link{color:#8b5cf6;text-decoration:none;font-weight:600;transition:all .3s ease}.auth-modal-link:hover{color:#a855f7;text-shadow:0 0 8px rgba(139,92,246,.5)}@media (max-width: 768px){.auth-modal-container{margin:20px;max-width:calc(100vw - 40px)}.auth-modal-content{padding:32px 24px 24px}.auth-modal-title{font-size:24px}.auth-modal-description{font-size:15px}.auth-modal-button{padding:14px 20px;font-size:15px;min-height:52px}.auth-modal-icon{width:70px;height:70px}}@media (max-width: 480px){.auth-modal-container{margin:16px;max-width:calc(100vw - 32px)}.auth-modal-content{padding:28px 20px 20px}.auth-modal-title{font-size:22px}.auth-modal-description{font-size:14px}.auth-modal-button{padding:12px 18px;font-size:14px;min-height:48px}}._cartModal_1oxu1_2{max-height:90vh}._itemCountHeader_1oxu1_7{padding:.5rem 0 1rem;font-size:.875rem;color:var(--color-text-secondary);border-bottom:1px solid var(--color-card-border);margin-bottom:1rem}._loadingContainer_1oxu1_16{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}._loadingText_1oxu1_25{color:var(--color-text-secondary);font-size:1rem}._cartContent_1oxu1_31{display:flex;flex-direction:column;gap:0}._itemsList_1oxu1_38{flex:1;overflow-y:auto;max-height:60vh}._summaryContainer_1oxu1_45{border-top:1px solid var(--color-card-border);padding:1.5rem;background:var(--color-surface);flex-shrink:0}._footerActions_1oxu1_53{display:flex;gap:1rem;align-items:center}._clearButton_1oxu1_59{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:1px solid var(--color-error);border-radius:.5rem;color:var(--color-error);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._clearButton_1oxu1_59:hover{background:var(--color-error);color:#fff}._clearIcon_1oxu1_79{width:1rem;height:1rem}._checkoutButton_1oxu1_84{flex:1;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--color-secondary),var(--color-primary));border:2px solid rgba(var(--color-secondary-rgb),.2);border-radius:.5rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a}._checkoutButton_1oxu1_84:hover:not(:disabled){background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-color:rgba(var(--color-secondary-rgb),.4);box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-1px)}._checkoutButton_1oxu1_84:disabled{opacity:.6;cursor:not-allowed;transform:none}._confirmOverlay_1oxu1_112{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:_fadeIn_1oxu1_1 .2s ease-out}._confirmModal_1oxu1_127{background:var(--color-surface);border:1px solid var(--color-card-border);border-radius:.75rem;padding:1.5rem;max-width:28rem;width:100%;box-shadow:0 25px 50px -12px #00000040;animation:_slideUp_1oxu1_1 .3s ease-out}._confirmTitle_1oxu1_138{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1rem}._confirmText_1oxu1_145{color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.5}._confirmActions_1oxu1_151{display:flex;gap:.75rem}._confirmCancel_1oxu1_156{flex:1;padding:.75rem 1rem;border:1px solid var(--color-card-border);border-radius:.5rem;background:var(--color-surface);color:var(--color-text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._confirmCancel_1oxu1_156:hover{background:var(--color-surface-hover);border-color:var(--color-card-border-hover)}._confirmRemove_1oxu1_174{flex:1;padding:.75rem 1rem;border:1px solid var(--color-error);border-radius:.5rem;background:var(--color-error);color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._confirmRemove_1oxu1_174:hover{background:var(--color-error-hover);border-color:var(--color-error-hover)}@keyframes _fadeIn_1oxu1_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1oxu1_1{0%{opacity:0;transform:translateY(2rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){._footerActions_1oxu1_53{flex-direction:column;gap:.75rem}._clearButton_1oxu1_59{width:100%;justify-content:center}._checkoutButton_1oxu1_84{width:100%}._summaryContainer_1oxu1_45{padding:1rem}}._topBar_5y5b5_9{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:1001;background:linear-gradient(180deg,#1a1a1f 80%,#1a1a1fe6 85%,#1a1a1f99 92%,#1a1a1f4d 97%,#1a1a1f00)}._topBarContent_5y5b5_28{position:relative;z-index:1;margin:0 35px;padding:0;height:100%;display:flex;align-items:center;justify-content:space-between}._logoSection_5y5b5_39{display:flex}._logoImage_5y5b5_43{height:35px;width:auto}._navCenter_5y5b5_48{display:flex;align-items:center;gap:10px;flex:1;justify-content:center;margin:0 48px}._tabSelector_5y5b5_57{display:flex;background:#0a0a0c;border-radius:6px;height:45px;position:relative;overflow:hidden;padding-right:6px}._tabSelector_5y5b5_57:before{content:"";position:absolute;top:6px;left:6px;width:100px;height:calc(100% - 12px);background:#ff0080;border-radius:4px;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:0}._tabSelector_5y5b5_57:not([data-selected]):before{display:none}._tabSelector_5y5b5_57[data-selected="0"]:before{transform:translate(0)}._tabSelector_5y5b5_57[data-selected="1"]:before{transform:translate(106px)}._tabSelector_5y5b5_57[data-selected="2"]:before{transform:translate(212px)}._tabButton_5y5b5_98{position:relative;z-index:1;background:transparent;color:#fff9;border:none;border-radius:18px;font-size:14px;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:100px;letter-spacing:.3px;width:100px;text-align:center;margin-left:6px}._tabButton_5y5b5_98:hover{color:#fffffff2;transform:translateY(-1px)}._tabButton_5y5b5_98._active_5y5b5_122{color:#fff;font-weight:500;transform:scale(1.05)}._searchButton_5y5b5_129{position:relative;display:flex;align-items:center;gap:12px;background:#0a0a0c!important;border-radius:6px;height:45px;width:375px;cursor:pointer;color:#fff9;font-size:14px;font-weight:500;padding:0 15px}._searchIcon_5y5b5_148{width:18px;height:18px;color:#ffffffb3;transition:all .3s ease;flex-shrink:0}._searchButton_5y5b5_129:hover ._searchIcon_5y5b5_148{color:#667eeae6;transform:scale(1.1)}._searchPlaceholder_5y5b5_161{color:#ffffff80;font-weight:400;font-family:Poppins,sans-serif}._searchButton_5y5b5_129:hover ._searchPlaceholder_5y5b5_161{color:#fffc}._userSection_5y5b5_171{display:flex;align-items:center;gap:16px}._cartButton_5y5b5_178{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;height:45px;padding:0 14px;border-radius:6px;background:#0a0a0c!important;color:#ffffffe6!important;text-decoration:none;border:1px solid rgba(255,255,255,.08);transition:background .2s ease,transform .2s ease,border-color .2s ease}._cartButton_5y5b5_178:hover{border-color:#ffffff29;transform:translateY(-1px)}._cartButtonLabel_5y5b5_198{font-size:.85rem;font-weight:600;letter-spacing:.2px}._cartButtonTimer_5y5b5_204{display:inline-flex;align-items:center;justify-content:center;height:26px;min-width:52px;padding:0 8px;border-radius:6px;background:#ffffff14;color:#fffffff2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem;font-weight:700}@media (max-width: 768px){._cartButton_5y5b5_178{height:40px;padding:0 12px;gap:10px}._cartButtonTimer_5y5b5_204{height:24px;min-width:48px;font-size:.75rem}}._contactButton_5y5b5_232{padding:10px 20px;background:#9c27b0!important;color:#fff!important;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.2);display:inline-block;text-decoration:none;outline:none;transition:none}._contactButton_5y5b5_232:hover{background:#9c27b0!important;color:#fff!important}._contactButton_5y5b5_232:focus{background:#9c27b0!important;color:#fff!important;outline:none}._contactButton_5y5b5_232:active{background:#9c27b0!important;color:#fff!important}._mobileHeader_5y5b5_264{display:none;height:var(--header-height);background:linear-gradient(180deg,#1a1a1f 80%,#1a1a1fe6 85%,#1a1a1f99 92%,#1a1a1f4d 97%,#1a1a1f00);position:fixed;top:0;left:0;right:0;z-index:1001}@media (min-width: 769px){._mobileHeader_5y5b5_264{display:none!important}}._mobileHeaderContent_5y5b5_293{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 1rem}._mobileLogo_5y5b5_302{display:flex;align-items:center}._mobileLogo_5y5b5_302 img{height:28px;width:auto}._mobileMenuToggle_5y5b5_313{display:flex;align-items:center;justify-content:center;border-radius:8px;height:40px;width:40px;color:#ffffffb3;cursor:pointer;transition:all .3s ease;text-align:right;justify-content:right}._mobileMenuIcon_5y5b5_330{width:20px;height:20px}._mobileOverlay_5y5b5_336{position:fixed;inset:0;background:#00000080;z-index:997;opacity:0;visibility:hidden;transition:all .3s ease;display:none}._mobileOverlayVisible_5y5b5_350{opacity:1;visibility:visible}._mobileMenu_5y5b5_313{position:fixed;top:calc(var(--header-height) - 10px);left:0;right:0;width:100%;max-height:calc(100vh - var(--header-height) - 10px);background:#1a1a1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;transform:translateY(-100%);transition:transform .3s ease;overflow-y:auto;display:none}._mobileMenuVisible_5y5b5_373{transform:translateY(0)}._mobileMenuContainer_5y5b5_377{padding:20px;min-height:200px;max-height:400px;display:flex;flex-direction:column}._mobileMenuHeader_5y5b5_386{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}._mobileMenuTitle_5y5b5_395{color:#ffffffe6;font-size:1.125rem;font-weight:600;margin:0}._mobileMenuClose_5y5b5_402{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff9;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:6px}._mobileMenuClose_5y5b5_402:hover{color:#ffffffe6;background:#ffffff1a}._mobileMenuCloseIcon_5y5b5_420{width:20px;height:20px}._mobileMenuItems_5y5b5_426{flex:1;display:flex;flex-direction:column;gap:.5rem}._mobileMenuItem_5y5b5_426{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;color:#ffffffb3;cursor:pointer;transition:all .3s ease;padding:.75rem 1rem;border-radius:6px;text-align:left;font-size:.9rem;font-weight:500}._mobileMenuItem_5y5b5_426:hover{color:#ffffffe6;background:#ffffff0d;transform:translate(4px)}._mobileMenuItemActive_5y5b5_455{color:#fff;background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(102,126,234,.3)}._mobileMenuItemIcon_5y5b5_461{width:20px;height:20px;flex-shrink:0}._mobileMenuItemLabel_5y5b5_467{font-weight:500}._mobileMenuActions_5y5b5_472{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem}._mobileMenuActionButton_5y5b5_482:first-of-type{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;background:#0a0a0c!important;border:1px solid rgba(255,255,255,.08);color:#ffffffe6!important;cursor:pointer;transition:all .2s ease;padding:.75rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;text-align:left}._mobileMenuActionButton_5y5b5_482:first-of-type:hover{border-color:#ffffff29;transform:translateY(-1px)}._mobileMenuActionButton_5y5b5_482:first-of-type ._mobileMenuActionLabel_5y5b5_505{font-size:.85rem;font-weight:600;letter-spacing:.2px}._mobileMenuActionButton_5y5b5_482:nth-of-type(2){display:flex;align-items:center;gap:.75rem;width:100%;background:#0a0a0c!important;border:none;color:#fff9;cursor:pointer;transition:all .3s ease;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;text-align:left}._mobileMenuActionButton_5y5b5_482:nth-of-type(2):hover{color:#ffffffe6;transform:translateY(-1px)}._mobileMenuActionButton_5y5b5_482:nth-of-type(2) ._mobileMenuActionIcon_5y5b5_534{color:#ffffffb3;transition:all .3s ease}._mobileMenuActionButton_5y5b5_482:nth-of-type(2):hover ._mobileMenuActionIcon_5y5b5_534{color:#667eeae6;transform:scale(1.1)}._mobileMenuActionButton_5y5b5_482:last-child{display:flex;align-items:center;gap:.75rem;width:100%;background:#9c27b0!important;border:none;color:#fff!important;cursor:pointer;transition:all .2s ease;padding:.75rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.2)}._mobileMenuActionButton_5y5b5_482:last-child:hover{background:#9c27b0!important;color:#fff!important;transform:translateY(-1px)}._mobileMenuActionButton_5y5b5_482:last-child:focus{background:#9c27b0!important;color:#fff!important;outline:none}._mobileMenuActionButton_5y5b5_482:last-child:active{background:#9c27b0!important;color:#fff!important}._mobileMenuActionIcon_5y5b5_534{width:18px;height:18px;flex-shrink:0}._mobileMenuActionLabel_5y5b5_505{font-weight:500}._mobileMenuActionButton_5y5b5_482:last-child ._mobileMenuActionLabel_5y5b5_505{font-weight:600}._mobileBottomMenu_5y5b5_595{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:transparent;padding:7.5px 0;display:none;height:auto;background-color:#0a0a0a}._mobileMenuContent_5y5b5_608{display:flex;align-items:center;justify-content:space-between;padding:0;max-width:100%;margin:0 auto 2.5px;gap:7.5px}._mobileTabSelector_5y5b5_620{display:flex;background:#0f0f0ff2;height:45px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden;padding:0 6px;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003;width:calc(100vw - 50px);border-radius:0 10px 10px 0/0px 10px 10px 0px}._mobileTabSelector_5y5b5_620:before{content:"";position:absolute;top:6px;left:6px;width:calc(33.333% - 6px);height:calc(100% - 12px);background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:0;box-shadow:0 4px 20px #667eea66,0 2px 8px #0000004d}._mobileTabSelector_5y5b5_620:not([data-selected]):before{display:none}._mobileTabSelector_5y5b5_620[data-selected="0"]:before{transform:translate(0)}._mobileTabSelector_5y5b5_620[data-selected="1"]:before{transform:translate(calc(calc((calc(100vw - 75px)) / 3)))}._mobileTabSelector_5y5b5_620[data-selected="2"]:before{transform:translate(calc(calc((calc(100vw - 75px)) / 3) * 2 - 6px))}._mobileTabButton_5y5b5_670{position:relative;z-index:1;background:transparent;color:#fff9;border:none;border-radius:18px;font-size:.825rem;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);width:33.333%;text-align:center;letter-spacing:.3px;margin:0}._mobileTabButton_5y5b5_670:hover{color:#fffffff2;transform:translateY(-1px)}._mobileTabButton_5y5b5_670._active_5y5b5_122{color:#fff;font-weight:600;text-shadow:0 0 30px rgba(255,255,255,.8);transform:scale(1.05)}._mobileSearchButton_5y5b5_699{position:relative;display:flex;align-items:center;justify-content:center;background:#0e0e0e!important;border-radius:10px 0 0 10px/10px 0px 0px 10px;height:45px;width:45px;color:#ffffffb3;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}._mobileSearchButton_5y5b5_699:hover{color:#667eeae6;transform:scale(1.05);box-shadow:0 12px 40px #0006,0 4px 12px #0000004d}@keyframes _gradientShift_5y5b5_1{0%{background-position:0% 50%}25%{background-position:50% 0%}50%{background-position:100% 50%}75%{background-position:50% 100%}to{background-position:0% 50%}}@keyframes _gradientShiftHover_5y5b5_1{0%{background-position:0% 50%}25%{background-position:50% 0%}50%{background-position:100% 50%}75%{background-position:50% 100%}to{background-position:0% 50%}}@media (max-width: 768px){._topBar_5y5b5_9{display:none}._mobileHeader_5y5b5_264{display:block!important;z-index:1001}._mobileOverlay_5y5b5_336,._mobileMenu_5y5b5_313{display:block}._mobileBottomMenu_5y5b5_595{display:none}._topBarContent_5y5b5_28{padding:0 16px}._navCenter_5y5b5_48{margin:0 16px}._searchButton_5y5b5_129{min-width:180px;height:45px;width:280px}._tabSelector_5y5b5_57{height:45px}._tabButton_5y5b5_98{font-size:13px}._tabSelector_5y5b5_57{flex-direction:column;background:#0f0f0ff2;padding:4px;border-radius:20px}._tabButton_5y5b5_98{min-width:auto;padding:8px 16px;font-size:13px;border-radius:16px}._searchButton_5y5b5_129{min-width:160px;width:240px;padding:0 12px}}@media (max-width: 480px){._searchButton_5y5b5_129{min-width:140px;width:200px;padding:0 10px}._tabButton_5y5b5_98{font-size:12px;min-width:80px;width:80px}._tabSelector_5y5b5_57{padding:2px}}._overlay_zhfjj_1{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:saturate(100%) blur(4px);backdrop-filter:saturate(100%) blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:15px;animation:_fadeIn_zhfjj_1 .12s ease-out}._modal_zhfjj_14{background:#222;color:var(--text-primary, #fff);border-radius:6px;width:100%;max-height:90vh;overflow:hidden;animation:_slideUp_zhfjj_1 .16s ease-out}._sizeSm_zhfjj_27{max-width:24rem}._sizeMd_zhfjj_28{max-width:28rem}._sizeLg_zhfjj_29{max-width:32rem}._sizeXl_zhfjj_30{max-width:36rem}._size2xl_zhfjj_31{max-width:42rem}._size3xl_zhfjj_32{max-width:48rem}._size4xl_zhfjj_33{max-width:56rem}._size5xl_zhfjj_34{max-width:64rem}._size6xl_zhfjj_35{max-width:72rem}._size7xl_zhfjj_36{max-width:80rem}._header_zhfjj_38{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}._headerLeft_zhfjj_47{display:flex;align-items:center;gap:12px}._title_zhfjj_53{font-size:1.1rem;font-weight:600}._icon_zhfjj_58{width:20px;height:20px;color:var(--text-secondary, #cbd5e1)}._closeButton_zhfjj_64{padding:8px;border-radius:8px;background:transparent;border:none;cursor:pointer}._closeButton_zhfjj_64:hover{background:#ffffff0f}._closeIcon_zhfjj_76{width:20px;height:20px;color:var(--text-secondary, #cbd5e1)}._contentWrapper_zhfjj_82{padding-top:0;overflow-y:auto}._footer_zhfjj_88{display:flex;align-items:stretch;gap:0;padding:20px}._contentWrapper_zhfjj_82::-webkit-scrollbar{width:10px}._contentWrapper_zhfjj_82::-webkit-scrollbar-track{background:#444}._contentWrapper_zhfjj_82::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:8px;border:2px solid #444}._contentWrapper_zhfjj_82::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}._contentWrapper_zhfjj_82{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) #444}@keyframes _fadeIn_zhfjj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_zhfjj_1{0%{transform:translateY(8px);opacity:.98}to{transform:translateY(0);opacity:1}}._modal_zhfjj_14::-webkit-scrollbar{width:6px}._modal_zhfjj_14::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}._modal_zhfjj_14::-webkit-scrollbar-thumb{background:#a594f94d;border-radius:3px}._modal_zhfjj_14::-webkit-scrollbar-thumb:hover{background:#a594f980}@media (max-width: 768px){._modal_zhfjj_14{max-height:calc(100dvh - 30px)}._modal_zhfjj_14:has(._footer_zhfjj_88) ._contentWrapper_zhfjj_82{max-height:calc(100dvh - 150px)}._header_zhfjj_38{height:55px!important;padding:0 15px;border-bottom:1px solid rgba(100,116,139,.4)}._title_zhfjj_53{font-size:1rem;font-weight:600}._footer_zhfjj_88{height:60px!important;padding:0;border-top:1px solid rgba(100,116,139,.4);align-items:center}._closeButton_zhfjj_64{padding:20px 0}}._rootLoggedAreaBox_14971_1{background-color:#222228;z-index:1;min-height:100dvh}._layout_14971_7{display:flex;height:100%}._sidebar_14971_12{flex-shrink:0;width:325px;border-right:1px solid rgba(55,65,81,.3);position:fixed;height:100dvh;padding-top:calc(var(--header-height) - 20px)}._content_14971_21{flex:1;overflow-y:auto;height:100%;width:calc(100dvw - 325px);margin-left:325px}._sidebarContainer_14971_29{padding:0 25px 25px;height:100%;display:flex;flex-direction:column}._userInfoSection_14971_38{margin-bottom:1.5rem;padding-top:40px;padding-bottom:1rem}._userInfoContainer_14971_44{display:flex;align-items:center;gap:.75rem}._userImage_14971_50{width:3rem;margin-left:1.25rem;height:3rem;border-radius:.5rem;-o-object-fit:cover;object-fit:cover}._userInitials_14971_58{width:3rem;height:3rem;border-radius:.5rem;background:linear-gradient(to bottom right,#a855f7,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}._userDetails_14971_71{flex:1;min-width:0}._userName_14971_76{color:#fff;font-weight:600;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userUsername_14971_85{color:#fff9;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._navigation_14971_94{display:flex;flex-direction:column;gap:.5rem;flex:1}._navItem_14971_101{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:.75rem;transition:all .3s ease;text-decoration:none;color:#fff9!important}._navItem_14971_101:hover{color:#fffffff2!important;background-color:#ffffff0d}._navItemActive_14971_117{color:#fff!important;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea66,0 2px 8px #0000004d;text-shadow:0 0 30px rgba(255,255,255,.8);transform:scale(1.02)}._navIconWrapper_14971_126{position:relative;display:flex;align-items:center;justify-content:center}._navIcon_14971_126{width:1.3rem;height:1.3rem}._notificationBadge_14971_138{position:absolute;top:-6px;right:-8px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:9999px;min-width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef444480;animation:_pulse_14971_1 2s infinite}@keyframes _pulse_14971_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}._navLabel_14971_168{font-weight:500;font-size:.925rem}._producerSection_14971_174{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}._producerLink_14971_180{display:flex;align-items:center;gap:1rem;padding:0rem 1rem;border-radius:.75rem;transition:all .3s ease;text-decoration:none;color:#fff9!important}._producerLink_14971_180:hover{color:#fffffff2;background-color:#ffffff0d}._producerLinkActive_14971_196{color:#fff!important;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea66,0 2px 8px #0000004d;text-shadow:0 0 30px rgba(255,255,255,.8);transform:scale(1.02)}._producerIcon_14971_205{width:1.5rem;height:1.5rem}._producerLabel_14971_210{font-weight:500}._mobileOverlay_14971_216{display:none;position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:998}._mobileOverlayVisible_14971_228{display:block;animation:_fadeIn_14971_1 .3s ease}._sidebarMobile_14971_234{position:fixed;top:calc(var(--header-height) - 20px);left:-100%;width:80vw;height:calc(100dvh - var(--header-height) + 20px);background:var(--color-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(55,65,81,.3);z-index:999;transition:left .3s ease;overflow-y:auto}._sidebarMobileVisible_14971_248{left:0}._sidebarMobileContainer_14971_252{padding:0rem 1rem 1.5rem;height:100%;display:flex;flex-direction:column}._mobileCloseButton_14971_260{position:absolute;top:.5rem;right:.5rem;background:#ffffff1a;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10000}._mobileCloseButton_14971_260:hover{background:#fff3;transform:scale(1.1)}._mobileCloseIcon_14971_283{width:1.25rem;height:1.25rem}._scrollbarCustom_14971_289{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}._scrollbarCustom_14971_289::-webkit-scrollbar{width:6px}._scrollbarCustom_14971_289::-webkit-scrollbar-track{background:transparent}._scrollbarCustom_14971_289::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:3px}._scrollbarCustom_14971_289::-webkit-scrollbar-thumb:hover{background-color:#9ca3afb3}@keyframes _fadeIn_14971_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_14971_1{0%{left:-100%}to{left:0}}@media (max-width: 768px){._rootLoggedAreaBox_14971_1{top:var(--header-height);height:100dvh}._sidebar_14971_12{display:none}._content_14971_21{width:100%;margin-left:0}._rootLoggedAreaBox_14971_1{padding-left:0}}@media (min-width: 769px){._mobileMenuToggle_14971_364,._mobileOverlay_14971_216,._sidebarMobile_14971_234{display:none!important}}._overlay_62a92_1{position:fixed;inset:0;background:#0a0a0e73;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:10001}._container_62a92_13{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 24px;background:#16161cd9;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 10px 30px #00000059}._spinner_62a92_25{width:40px;height:40px;border-radius:9999px;border:3px solid rgba(255,255,255,.15);border-top-color:var(--color-secondary, #7c3aed);animation:_spin_62a92_25 1s linear infinite}._message_62a92_34{color:var(--color-text-primary, #fff);font-size:14px}@keyframes _spin_62a92_25{to{transform:rotate(360deg)}}._contextMenuContainer_1iw68_3{position:relative;display:inline-block}._contextMenuTrigger_1iw68_8{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#fff;cursor:pointer;transition:all .2s ease;outline:none;border-radius:50%}._contextMenuTrigger_1iw68_8:hover:not(._disabled_1iw68_23){background:#ffffff1a;transform:scale(1.05)}._contextMenuTrigger_1iw68_8:focus{background:#ffffff1a;box-shadow:0 0 0 2px #ffffff4d}._contextMenuTrigger_1iw68_8._disabled_1iw68_23{opacity:.5;cursor:not-allowed}._contextMenuIcon_1iw68_38{width:20px;height:20px}._contextMenuOverlay_1iw68_43{position:fixed;inset:0;z-index:998;background:transparent}._contextMenu_1iw68_3{position:fixed;z-index:999;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a;border:1px solid rgba(0,0,0,.05);min-width:200px;max-width:280px;padding:8px 0;animation:_contextMenuAppear_1iw68_1 .15s ease-out;overflow:hidden}@keyframes _contextMenuAppear_1iw68_1{0%{opacity:0;transform:scale(.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}._contextMenuItem_1iw68_80{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;color:#374151;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:all .15s ease;outline:none}._contextMenuItem_1iw68_80:hover:not(._disabled_1iw68_23){background:#f3f4f6;color:#111827}._contextMenuItem_1iw68_80:focus{background:#f3f4f6;color:#111827}._contextMenuItem_1iw68_80._danger_1iw68_107{color:#dc2626}._contextMenuItem_1iw68_80._danger_1iw68_107:hover:not(._disabled_1iw68_23){background:#fef2f2;color:#dc2626}._contextMenuItem_1iw68_80._disabled_1iw68_23{opacity:.5;cursor:not-allowed}._contextMenuItemIcon_1iw68_121{width:18px;height:18px;flex-shrink:0;color:#6b7280}._contextMenuItem_1iw68_80:hover ._contextMenuItemIcon_1iw68_121{color:#374151}._contextMenuItem_1iw68_80._danger_1iw68_107 ._contextMenuItemIcon_1iw68_121{color:#dc2626}._contextMenuItemLabel_1iw68_136{flex:1;font-weight:500}._contextMenuItemBadge_1iw68_141{background:#e5e7eb;color:#374151;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;margin-left:8px}._contextMenuSeparator_1iw68_151{height:1px;background:#e5e7eb;margin:4px 0}._contextMenuContainer_1iw68_3._coverActions_1iw68_158,._contextMenuContainer_1iw68_3._coverActions_1iw68_158 ._contextMenuTrigger_1iw68_8{background:transparent;color:#fff}._contextMenuContainer_1iw68_3._coverActions_1iw68_158 ._contextMenuTrigger_1iw68_8:hover:not(._disabled_1iw68_23){background:#ffffff1a}@media (max-width: 768px){._contextMenu_1iw68_3{min-width:180px;max-width:250px}._contextMenuItem_1iw68_80{padding:10px 14px;font-size:13px}._contextMenuItemIcon_1iw68_121{width:16px;height:16px}}._underConstructionRoot_avzmx_1{position:relative;min-height:100dvh;height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;color:var(--color-text, #fff);overflow:hidden;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}._background_avzmx_15{position:absolute;inset:0;z-index:0;overflow:hidden}._backgroundVideo_avzmx_22{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._overlay_avzmx_29{position:absolute;inset:0;background:linear-gradient(180deg,#0000008c,#000000d9);z-index:1}._content_avzmx_36{position:relative;z-index:2;max-width:980px;width:100%;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center;min-height:100vh}._card_avzmx_50{padding:28px 32px;border-radius:12px;max-width:1250px;width:100%}._logoWrapper_avzmx_61{display:flex;justify-content:center;align-items:center;margin-bottom:6px}._logoImage_avzmx_68{width:300px;height:auto;display:block}._title_avzmx_74{font-size:2.5rem;font-weight:600;margin:50px 0 0;color:var(--color-text, #fff)}._subtitleSmall_avzmx_82{margin-top:6px;font-weight:500;color:var(--color-text-secondary, rgba(255,255,255,.85));font-size:1.4rem}._countdown_avzmx_89{display:flex;gap:12px;justify-content:center;margin-top:50px;flex-wrap:nowrap;width:100%}._countUnit_avzmx_98{padding:20px;border-radius:10px;width:200px;display:flex;flex-direction:column;align-items:center;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s}._countNumber_avzmx_109{font-size:2.75rem;font-weight:800;letter-spacing:-.5px;color:#fff;transform-origin:center}._countLabel_avzmx_117{margin-top:6px;font-size:.95rem;color:#ffffffbf}._countUnit_avzmx_98._animate_avzmx_123{transform:translateY(-6px)}._signupForm_avzmx_128{margin-top:18px;display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}._emailInput_avzmx_137{padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#00000040;color:#fff;min-width:220px}._subscribeButton_avzmx_146{padding:10px 14px;border-radius:8px;border:none;background:linear-gradient(90deg,#06b6d4,#3b82f6);color:#fff;font-weight:700;cursor:pointer}._toast_avzmx_156{margin-top:12px;font-size:.95rem;color:#fff;background:#00000059;padding:8px 12px;border-radius:8px}._subtitle_avzmx_82{margin:0;color:var(--color-text-secondary, rgba(255,255,255,.8));font-size:1rem}._actions_avzmx_171{display:flex;gap:12px;justify-content:center;margin-top:12px}._primaryButton_avzmx_178{background:linear-gradient(90deg,#6b21a8,#a855f7);color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600}._secondaryButton_avzmx_188{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.12);padding:10px 16px;border-radius:8px;cursor:pointer}@media (max-width: 640px){._title_avzmx_74{font-size:1.5rem;padding:0}._subtitleSmall_avzmx_82{font-size:1rem}._card_avzmx_50{padding:0}._logoImage_avzmx_68{width:70dvw}._countUnit_avzmx_98{min-width:62px;padding:10px 8px}._card_avzmx_50{width:calc(100dvw - 50px);max-width:calc(100dvw - 50px);margin:0 auto}._countdown_avzmx_89{gap:5px;padding:0;justify-content:space-between}._countUnit_avzmx_98{width:calc(22.5% - 8px)}}._footer_gczos_3{background:var(--color-bg);padding:0 0 45px;position:relative;margin-top:25px}._footer_gczos_3:before{content:"";position:absolute;top:0;left:0;right:0;height:1px}._footerContent_gczos_20{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:0px}._footerLogoSection_gczos_31,._footerLogo_gczos_31{display:flex;justify-content:center;align-items:center}._footerLogoIcon_gczos_43{width:220px;height:80px;display:flex;align-items:center;justify-content:center}._footerLogoIcon_gczos_43 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 8px rgba(139,92,246,.3))}._footerNavigation_gczos_59{display:flex;justify-content:center}._footerNavLinks_gczos_64{display:flex;list-style:none;margin:0;padding:0;gap:12px;flex-wrap:wrap;justify-content:center}._footerNavLinks_gczos_64 li a{color:#e5e5e5;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;padding:8px 12px;border-radius:8px;position:relative}._footerNavLinks_gczos_64 li a:hover{color:#fff;background:#8b5cf61a;transform:translateY(-2px)}._footerNavLinks_gczos_64 li a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#8b5cf6,#ec4899);transition:all .3s ease;transform:translate(-50%)}._footerNavLinks_gczos_64 li a:hover:after{width:80%}._footerCopyright_gczos_108{text-align:center;color:#999;font-size:14px;line-height:1.6;max-width:600px;margin-top:45px}._footerCopyright_gczos_108 p{margin:0}@media (max-width: 768px){._footer_gczos_3{padding:40px 0 60px}._footerContent_gczos_20{gap:32px;padding:0 20px}._footerLogoIcon_gczos_43{width:180px;height:65px}._footerNavLinks_gczos_64{gap:24px;flex-direction:column;align-items:center}._footerNavLinks_gczos_64 li a{font-size:15px;padding:12px 20px}._footerCopyright_gczos_108{font-size:13px;padding:0 20px;margin-top:32px}}@media (max-width: 480px){._footer_gczos_3{padding:16px 0 30px}._footerContent_gczos_20{gap:16px;padding:0 16px}._footerLogoIcon_gczos_43{width:160px;height:55px}._footerNavLinks_gczos_64{gap:14px}._footerNavLinks_gczos_64 li a{font-size:14px;padding:10px 16px}._footerCopyright_gczos_108{font-size:12px;margin-top:16px;padding:0 16px}}*{margin:0;padding:0;box-sizing:border-box}.alternative-home{min-height:100vh;color:#fff;font-family:Poppins,sans-serif}.footer-logo-image{height:40px;width:auto}.hero-section{padding-top:96px;padding-bottom:64px;position:relative;background-image:url(/images/bg4.webp);background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.hero-section:before{content:"";position:absolute;inset:0;background:#000000b3;z-index:0}.hero-content{position:relative;z-index:1;margin:0 50px;padding:0 24px;display:flex;justify-content:center;align-items:center;min-height:500px}.hero-left{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}.hero-badge{display:flex;align-items:center;gap:8px}.badge-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff}.badge-text{color:#ccc;font-size:14px;font-weight:500}.hero-title{font-size:56px;font-weight:700;line-height:1.1;color:#fff;text-align:center}.gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sparkle{color:#fbbf24}.hero-subtitle{font-size:20px;color:#ccc;line-height:1.6;max-width:700px;text-align:center}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:center}.primary-button{padding:16px 32px;background:#fff;color:#000;border:none;border-radius:25px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.primary-button:hover{background:#f0f0f0;transform:translateY(-2px)}.button-arrow{width:16px;height:16px;transition:transform .2s}.primary-button:hover .button-arrow{transform:translate(2px,-2px)}.secondary-button{padding:16px 32px;background:none;color:#fff;border:none;text-decoration:underline;text-underline-offset:4px;cursor:pointer;transition:color .2s}.secondary-button:hover{color:#ccc}.app-download-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:32px}.app-download-button{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#000c;color:#fff;border:none;border-radius:12px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px}.app-download-button:hover{background:#000000e6;transform:translateY(-2px)}.app-download-button .store-icon{width:32px;height:32px;color:#fff}.app-download-button .download-text{display:flex;flex-direction:column;align-items:flex-start}.app-download-button .download-subtitle{font-size:12px;color:#ccc;text-transform:uppercase;letter-spacing:.5px;line-height:1}.app-download-button .download-title{font-size:16px;font-weight:600;color:#fff;line-height:1}.badge-text-content{text-align:left;flex:1}.badge-subtitle{font-size:10px;color:#ccc;text-transform:uppercase;letter-spacing:.5px}.badge-title{font-size:12px;font-weight:600;color:#fff}.categories-section{padding:0 0 80px;background:var(--color-bg)}.categories-header{text-align:center;margin-bottom:48px}.categories-title{color:#fff;font-size:32px;font-weight:700;margin-bottom:16px}.categories-subtitle{color:#999;font-size:18px;line-height:1.5}.categories-grid{padding:0 24px;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin:0 100px}.category-card{background:#333;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 8px 16px #0000004d}.category-image-container{position:relative;width:100%;height:425px;overflow:hidden}.category-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image{transform:scale(1.05)}.category-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 50%,transparent 100%);padding:24px 16px 16px;transform:translateY(0);transition:transform .3s ease}.category-card:hover .category-overlay{transform:translateY(-8px)}.category-content{color:#fff}.category-name{font-size:18px;font-weight:600;margin-bottom:8px;line-height:1.2}.category-description{font-size:14px;color:#ccc;line-height:1.4;opacity:.9}.features-section{padding:40px 0 120px;background:var(--color-bg)}.features-grid{padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:48px;margin:0 100px}.feature-card{text-align:left;display:flex;flex-direction:column;gap:16px}.feature-header{display:flex;align-items:center;gap:16px}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.feature-icon:hover{transform:scale(1.05)}.feature-icon svg{color:#fff;stroke-width:1.5}.feature-title{color:#fff;font-size:20px;font-weight:700;letter-spacing:-.5px;margin:0}.feature-description{color:#b3b3b3;font-size:16px;line-height:1.6;margin:0;padding-left:0}.live-rooms-section{padding:0 0 64px;background:var(--color-bg)}.live-rooms-header{margin-left:100px;margin-right:100px;margin-bottom:32px}.live-rooms-title{color:#fff;font-size:32px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;gap:12px}.live-rooms-title:before{content:"";width:12px;height:12px;background:#ef4444;border-radius:50%;box-shadow:0 0 8px #ef444499;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.live-rooms-date{color:#999;font-size:16px}.live-rooms-grid{margin-left:100px;margin-right:100px;padding:0 16px;display:flex;gap:16px;width:calc(100% - 200px);box-sizing:border-box;align-items:flex-start}.live-rooms-grid::-webkit-scrollbar{display:none}.live-room-card{position:relative;cursor:pointer;transition:all .3s ease;border-radius:10px;overflow:hidden;flex:1;min-width:0;max-width:calc((100% - 48px)/4)}.live-room-card:first-child{margin-left:-16px}.live-room-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.live-room-card.featured{flex:1.15;height:320px;max-width:calc((100% - 48px)*.35)}.live-room-card.featured .live-room-content,.live-room-card.featured .live-room-placeholder{height:100%}.live-room-card.featured .live-room-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:20px;color:#fff;z-index:2}.live-room-card.featured .live-room-title{font-size:22px;font-weight:700;margin-bottom:6px}.live-room-card.featured .live-room-subtitle{font-size:15px;margin-bottom:3px;opacity:.9}.live-room-card.featured .live-room-description{font-size:13px;opacity:.8}.live-room-card.featured .live-room-location{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:13px;opacity:.9}.live-room-card.featured .join-button{position:absolute;bottom:20px;right:20px;background:#000000b3;color:#fff;border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.live-room-card.featured .join-button:hover{background:#ffffff1a;border-color:#fff6}.smaller-cards-container{display:flex;flex-direction:column;gap:16px;flex:1;align-items:stretch;justify-content:flex-start;margin-left:15px}.smaller-cards-row{display:flex;gap:10px;flex:1;align-items:flex-start;height:100%}.live-room-card:not(.featured){flex:1;height:240px;width:calc(33.33333333333333%);min-width:calc(33.33333333333333%)}.live-room-card:not(.featured) .live-room-content{height:100%}.live-room-card:not(.featured) .live-room-placeholder{height:100%}.live-room-card:not(.featured) .live-room-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:16px;color:#fff;z-index:2}.live-room-card:not(.featured) .live-room-title{font-size:18px;font-weight:600;margin-bottom:4px}.live-room-card:not(.featured) .live-room-subtitle{font-size:14px;opacity:.9}.events-cta-subtle{margin-top:12px;text-align:center;padding:0 16px}.events-cta-link-subtle{display:inline-flex;align-items:center;gap:8px;color:#8b5cf6;text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border:1px solid rgba(139,92,246,.2);border-radius:8px;background:#8b5cf608;transition:all .3s ease}.events-cta-link-subtle:hover{color:#fff;background:#8b5cf61a;border-color:#8b5cf666;transform:translateY(-1px)}.cta-arrow-subtle{width:16px;height:16px;transition:transform .3s ease}.events-cta-link-subtle:hover .cta-arrow-subtle{transform:translate(2px)}.cta-text-desktop{display:inline}.cta-text-mobile{display:none}.live-room-content{width:100%;height:100%;background:linear-gradient(135deg,#333,#222);border-radius:10px;overflow:hidden;position:relative}.live-badge-large{position:absolute;top:16px;left:16px;background:#000000b3;color:#fff;font-size:12px;padding:6px 12px;border-radius:10px;font-weight:500;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:6px;z-index:2}.live-badge-large:before{content:"";width:6px;height:6px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.followers-badge{position:absolute;top:16px;right:16px;background:#000000b3;color:#fff;font-size:12px;padding:6px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.2);z-index:2}.live-room-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf6,#ec4899);display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;border-radius:inherit}.live-room-placeholder:after{content:"";position:absolute;inset:0;background:#00000059;z-index:1}.live-room-icon{width:64px;height:64px;color:#fff}.upcoming-events-section{padding:64px 0;background:var(--color-bg)}.upcoming-events-header{margin-left:100px;margin-right:100px;margin-bottom:48px;text-align:center}.upcoming-events-title{color:#fff;font-size:32px;font-weight:700;margin-bottom:12px}.upcoming-events-subtitle{color:#999;font-size:16px;line-height:1.5}.upcoming-events-grid{margin-left:100px;margin-right:100px;padding:0 16px;display:flex;flex-direction:column;gap:24px}.upcoming-events-row{display:flex;gap:16px;width:100%}.upcoming-event-card{position:relative;cursor:pointer;transition:all .3s ease;border-radius:10px;overflow:hidden;flex:1;height:200px}.upcoming-event-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.upcoming-event-content{width:100%;height:100%;background:linear-gradient(135deg,#333,#222);border-radius:10px;overflow:hidden;position:relative}.upcoming-event-badge{position:absolute;top:12px;left:12px;background:#22c55ee6;color:#fff;font-size:10px;padding:4px 8px;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.upcoming-event-followers{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;font-size:10px;padding:4px 8px;border-radius:12px;border:1px solid rgba(255,255,255,.2);z-index:2}.upcoming-event-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf6,#ec4899);display:flex;align-items:flex-end;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;border-radius:inherit}.upcoming-event-placeholder:after{content:"";position:absolute;inset:0;background:#00000059;z-index:1}.upcoming-event-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:16px;color:#fff;z-index:2}.upcoming-event-title{font-size:16px;font-weight:600;margin-bottom:4px;line-height:1.2}.upcoming-event-subtitle{font-size:12px;opacity:.9;margin-bottom:6px;line-height:1.3}.upcoming-event-date{font-size:11px;opacity:.8;color:#ccc}.upcoming-event-card.cta-card{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(255,255,255,.1)}.upcoming-event-card.cta-card:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-4px);box-shadow:0 20px 40px #667eea4d}.cta-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center;color:#fff}.cta-icon{width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-icon svg{width:24px;height:24px;color:#fff}.cta-title{font-size:18px;font-weight:700;margin-bottom:8px;line-height:1.2}.cta-subtitle{font-size:12px;opacity:.9;margin-bottom:16px;line-height:1.4}.cta-button{display:inline-flex;align-items:center;gap:8px;background:#fff3;color:#fff;text-decoration:none;font-size:14px;font-weight:600;padding:10px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}.cta-arrow{width:16px;height:16px;transition:transform .3s ease}.cta-button:hover .cta-arrow{transform:translate(2px)}.heart-emoji{color:#ef4444;animation:heartbeat 2s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.alternative-home{min-height:100vh}@media (max-width: 1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.hero-content{grid-template-columns:1fr;gap:32px}.app-download-buttons{flex-direction:row;align-items:stretch;gap:12px;padding:0 16px}.app-download-button{flex:1;min-width:0;max-width:50%;padding:12px 16px}.live-rooms-grid{gap:12px;width:calc(100% - 224px)}.live-room-card.featured{flex:1.15;height:350px;max-width:calc((100% - 36px)*.35)}.live-room-card:not(.featured){height:220px;max-width:calc((100% - 36px)/5)}.upcoming-events-section{padding:48px 0}.upcoming-events-header{margin-left:60px;margin-right:60px;margin-bottom:40px}.upcoming-events-title{font-size:28px}.upcoming-events-grid{margin-left:60px;margin-right:60px;padding:0 16px;gap:20px}.upcoming-events-row{gap:12px}.upcoming-event-card{height:180px}.upcoming-event-info{padding:14px}.upcoming-event-title{font-size:15px}.upcoming-event-subtitle{font-size:11px}.upcoming-event-date{font-size:10px}.cta-content{padding:18px}.cta-icon{width:44px;height:44px;margin-bottom:14px}.cta-icon svg{width:22px;height:22px}.cta-title{font-size:17px;margin-bottom:7px}.cta-subtitle{font-size:11px;margin-bottom:14px}.cta-button{font-size:13px;padding:9px 14px}.cta-arrow{width:15px;height:15px}}@media (max-width: 768px){.alternative-home{min-height:100vh}.hero-section{padding-top:00px}.hero-content{margin:25px 0 0;min-height:auto}.hero-title{font-size:30px;line-height:1.2}.hero-subtitle{font-size:14px;line-height:1.5}.app-download-buttons{display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:stretch;width:100%;padding:0 16px}.categories-grid{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:16px;padding:0 16px;margin:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;max-width:100vw!important}.categories-grid::-webkit-scrollbar{display:none}.categories-grid{-ms-overflow-style:none;scrollbar-width:none}.category-card{flex:0 0 70vw;min-width:70vw;max-width:70vw}.category-card:hover{transform:none;box-shadow:0 8px 16px #0003,0 4px 8px #0000001a}.category-card:hover .category-image,.category-card:hover .category-overlay{transform:none}.categories-section{padding:0 0 40px}.categories-header{padding:0 16px;margin-bottom:24px}.features-grid{grid-template-columns:repeat(2,1fr);gap:38px!important;margin:0 40px!important;padding:0}.feature-card{gap:4px!important}.features-section{padding:0 0 80px!important}.feature-header{gap:12px}.feature-icon{width:40px;height:40px}.feature-title{font-size:18px}.feature-description{font-size:14px;padding-left:0}.live-rooms-header{margin-left:0;margin-right:0}.live-rooms-grid{margin-left:0;margin-right:0;width:100%;gap:0px;flex-direction:column;align-items:stretch;padding:0 16px}.live-rooms-title{font-size:20px}.live-room-card.featured{width:100%;max-width:100%;height:210px;margin-bottom:0;flex:none;margin-left:0}.smaller-cards-container{margin-left:0;width:100%}.smaller-cards-row{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:10px;padding:0 16px 8px;margin:10px -16px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.smaller-cards-row::-webkit-scrollbar{display:none}.live-room-card:not(.featured){flex:0 0 280px;width:280px;min-width:280px;max-width:280px;height:170px}.smaller-cards-row .live-room-card:first-child{margin-left:0}.live-room-card:not(.featured) .live-room-info{padding:12px}.live-room-card:not(.featured) .live-room-title{font-size:16px;margin-bottom:4px}.live-room-card:not(.featured) .live-room-subtitle{font-size:12px}.events-cta-subtle{margin-top:10px;padding:0 16px}.cta-text-desktop{display:none}.cta-text-mobile{display:inline}.live-room-card:hover,.live-room-card.featured:hover{transform:none;box-shadow:none}.live-room-card:not(.featured):hover{transform:none;box-shadow:none}.events-cta-link-subtle:hover{color:#8b5cf6;background:#8b5cf608;border-color:#8b5cf633;transform:none}.events-cta-link-subtle:hover .cta-arrow-subtle{transform:none}.app-download-buttons{flex-direction:row;align-items:stretch;gap:12px;padding:0 16px}.app-download-button{flex:1;min-width:0;max-width:50%;padding:12px 16px}.app-download-button .store-icon{width:24px;height:24px}.app-download-button .download-subtitle{font-size:10px}.app-download-button .download-title{font-size:14px}.hero-content,.categories-grid,.live-rooms-header,.live-rooms-grid{padding:0 16px}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr;gap:16px}.categories-title{font-size:24px}.categories-subtitle{font-size:16px}.features-grid{grid-template-columns:1fr;gap:24px;margin:0 16px;padding:0}.feature-header{gap:12px}.feature-icon{width:36px;height:36px}.feature-title{font-size:16px}.feature-description{font-size:13px;padding-left:0}.upcoming-events-section{padding:0}.upcoming-events-header{margin-left:12px;margin-right:12px;margin-bottom:32px}.upcoming-events-title{font-size:21px}.upcoming-events-subtitle{font-size:13.5px;margin-top:-7.5px}.upcoming-events-grid{margin-left:0;margin-right:0;padding:0;gap:10px}.upcoming-events-row:first-child{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:10px;padding:0;margin:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.upcoming-events-row:first-child::-webkit-scrollbar{display:none}.upcoming-events-row:last-child{flex-direction:column;gap:12px}.upcoming-events-row:first-child .upcoming-event-card{flex:0 0 70vw;width:70vw;min-width:70vw;max-width:70vw;height:160px}.upcoming-events-row:first-child .upcoming-event-card:first-child{margin-left:16px}.upcoming-events-row:first-child .upcoming-event-card:last-child{margin-right:16px}.upcoming-events-row:last-child .upcoming-event-card:not(.cta-card){display:none}.upcoming-events-row:last-child .upcoming-event-card.cta-card{width:100%;height:160px;margin-left:16px;margin-right:16px;max-width:calc(100vw - 32px)!important;margin-top:-8px}.upcoming-event-info{padding:12px}.upcoming-event-title{font-size:14px}.upcoming-event-subtitle{font-size:11px}.upcoming-event-date{font-size:10px}.cta-content{padding:16px;max-width:calc(100vw - 20px)!important}.cta-icon{width:40px;height:40px;margin-bottom:12px}.cta-icon svg{width:20px;height:20px}.cta-title{font-size:16px;margin-bottom:6px}.cta-subtitle{font-size:11px;margin-bottom:12px}.cta-button{font-size:12px;padding:8px 12px}.cta-arrow{width:14px;height:14px}.upcoming-event-card:hover{transform:none;box-shadow:none}.upcoming-event-card.cta-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:none;box-shadow:none}.cta-button:hover{background:#fff3;border-color:#ffffff4d;transform:none}.cta-button:hover .cta-arrow{transform:none}}.events-cta{margin-top:40px;text-align:center;padding:0 24px}.events-cta-link{display:inline-flex;align-items:center;gap:12px;color:#8b5cf6;text-decoration:none;font-size:16px;font-weight:600;padding:16px 24px;border:2px solid rgba(139,92,246,.3);border-radius:10px;background:#8b5cf60d;transition:all .3s ease;position:relative;overflow:hidden}.events-cta-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);transition:left .5s ease}.events-cta-link:hover:before{left:100%}.events-cta-link:hover{color:#fff;background:#8b5cf633;border-color:#8b5cf699;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}.cta-arrow{width:20px;height:20px;transition:transform .3s ease}.events-cta-link:hover .cta-arrow{transform:translate(4px)}@media (max-width: 768px){.events-cta{margin-top:32px;padding:0 16px}.events-cta-link{font-size:15px;padding:14px 20px}.cta-arrow{width:18px;height:18px}}@media (max-width: 480px){.events-cta{margin-top:24px}.events-cta-link{font-size:14px;padding:12px 18px;flex-direction:column;gap:8px}.cta-arrow{width:16px;height:16px}}._section_n9l75_1{padding:0 0 80px;background:var(--color-bg)}._header_n9l75_2{text-align:center;margin-bottom:48px}._title_n9l75_3{color:#fff;font-size:32px;font-weight:700;margin-bottom:16px}._grid_n9l75_4{padding:0 24px;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin:0 100px}._card_n9l75_5{background:#333;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative}._card_n9l75_5:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 8px 16px #0000004d}._imageContainer_n9l75_7{position:relative;width:100%;height:425px;overflow:hidden}._image_n9l75_7{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}._card_n9l75_5:hover ._image_n9l75_7{transform:scale(1.05)}@media (max-width: 1024px){._grid_n9l75_4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){._grid_n9l75_4{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:16px;padding:0 16px;margin:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;max-width:100vw!important}._card_n9l75_5{flex:0 0 70vw;min-width:70vw;max-width:70vw}}@media (max-width: 480px){._title_n9l75_3{font-size:24px}._grid_n9l75_4{grid-template-columns:1fr;gap:16px}}._form_wo37j_1{display:flex;flex-direction:column;gap:1rem;padding:7.5px 20px 20px}._actions_wo37j_9{display:flex;gap:15px;padding:15px 20px 20px}._grow_wo37j_16{flex:1}._fieldLabel_wo37j_21{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:5px}._producerTypeRoot_wo37j_30{display:flex;flex-direction:column;gap:.5rem}._producerTypeContainer_wo37j_36{background:var(--bg-input);border-radius:6px;padding:6px}._producerTypeTabs_wo37j_42{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._producerTypeTab_wo37j_42{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;background:transparent;border:none;border-radius:6px;color:#ffffffd9;font-weight:500;cursor:pointer;font-size:.925rem}._producerTypeTabActive_wo37j_68{background:#ff0080!important;color:#fff;box-shadow:0 4px 12px #ff00804d}._producerTypeIcon_wo37j_74{width:18px;height:18px}._fieldGroup_wo37j_80{display:block}._cancelBtn_wo37j_85{width:100%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._cancelBtn_wo37j_85:hover:not(:disabled){background:#ffffff26!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0003}._cancelBtn_wo37j_85:active:not(:disabled){background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._cancelBtn_wo37j_85:focus{background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._cancelBtn_wo37j_85:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ffffff0d!important;color:#ffffff80!important}._confirmBtn_wo37j_136{width:100%;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._confirmBtn_wo37j_136:hover:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff00804d}._confirmBtn_wo37j_136:active:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._confirmBtn_wo37j_136:focus{background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._confirmBtn_wo37j_136:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ff0080!important;color:#fff!important}._sectionProducerHub_y5zoo_1{padding-top:3rem;padding-bottom:3rem;width:100%}._containerProducerHub_y5zoo_7{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;max-width:80rem}._titleWrapperProducerHub_y5zoo_15{text-align:center;margin-bottom:3.5rem}._title_y5zoo_15{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}._cardsGrid_y5zoo_27{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-bottom:2rem}@media (min-width: 768px){._cardsGrid_y5zoo_27{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._cardsGrid_y5zoo_27{grid-template-columns:repeat(3,minmax(0,1fr))}}._card_y5zoo_27{background:var(--bg-input);border-radius:6px;padding:1rem;transition:box-shadow .3s ease,transform .3s ease;min-width:0}._cardHeader_y5zoo_52{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._logoBox_y5zoo_59{width:4rem;height:4rem;background:linear-gradient(135deg,var(--color-secondary),var(--color-primary));border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._accountTitleWrap_y5zoo_70{flex:1;min-width:0}._accountTitle_y5zoo_70{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._badges_y5zoo_81{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._badge_y5zoo_81{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}._badgeSuccess_y5zoo_98{background:color-mix(in srgb,var(--color-success) 10%,transparent);color:var(--color-success)}._badgeSecondary_y5zoo_99{background:color-mix(in srgb,var(--color-secondary) 10%,transparent);color:var(--color-secondary)}._statsGrid_y5zoo_101{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}._statLabelRow_y5zoo_108{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._statLabel_y5zoo_108{font-size:.875rem;color:var(--color-text-secondary)}._statValue_y5zoo_110{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}._cta_y5zoo_112{text-align:center}._ctaBtn_y5zoo_116{width:100%;background:var(--color-secondary);color:#fff;padding:.5rem 1.5rem;border-radius:.375rem;font-weight:600;border:2px solid color-mix(in srgb,var(--color-secondary) 30%,transparent);transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}._ctaBtn_y5zoo_116:hover{background:color-mix(in srgb,var(--color-secondary) 80%,#000);border-color:color-mix(in srgb,var(--color-secondary) 50%,transparent);box-shadow:0 12px 24px #00000059}._addCard_y5zoo_133{background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 5%,transparent),color-mix(in srgb,var(--color-primary) 5%,transparent));border:2px dashed color-mix(in srgb,var(--color-secondary) 30%,transparent);border-radius:.375rem;padding:1.5rem;transition:border-color .3s ease,background .3s ease,transform .3s ease;cursor:pointer}._addCard_y5zoo_133:hover{border-color:color-mix(in srgb,var(--color-secondary) 50%,transparent);background:color-mix(in srgb,var(--color-secondary) 10%,transparent)}._addCardInner_y5zoo_147{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}._addIconBox_y5zoo_156{width:4rem;height:4rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 20%,transparent),color-mix(in srgb,var(--color-primary) 20%,transparent));border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .2s ease}._addTitle_y5zoo_168{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:0}._addSubtitle_y5zoo_169{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6;margin-bottom:1rem}._emptyRoot_y5zoo_171{max-width:80rem;margin-top:2.5rem}._emptyCenter_y5zoo_172{padding:0;text-align:center;margin-bottom:3rem}._emptyIconCircle_y5zoo_173{width:6rem;height:6rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 20%,transparent),color-mix(in srgb,var(--color-primary) 20%,transparent));border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}._emptyTitle_y5zoo_174{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem}._emptyText_y5zoo_175{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7;margin:0 auto 2rem;max-width:48rem}._primaryCta_y5zoo_177{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(90deg,var(--color-secondary),color-mix(in srgb,var(--color-secondary) 90%,var(--color-primary)));border-radius:.75rem;font-weight:700;color:#fff;font-size:1.125rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease;border:2px solid color-mix(in srgb,var(--color-secondary) 30%,transparent);overflow:hidden}._primaryCta_y5zoo_177:hover{transform:scale(1.05);border-color:color-mix(in srgb,var(--color-secondary) 50%,transparent);box-shadow:0 20px 40px #00000059}._primaryCtaShine_y5zoo_194{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform 1s ease}._primaryCta_y5zoo_177:hover ._primaryCtaShine_y5zoo_194{transform:translate(100%)}._primaryCtaText_y5zoo_196{position:relative;z-index:10;text-shadow:0 4px 12px rgba(0,0,0,.35)}._primaryCtaArrow_y5zoo_197{position:relative;z-index:10;transition:transform .3s ease}._primaryCta_y5zoo_177:hover ._primaryCtaArrow_y5zoo_197{transform:translate(.25rem)}._helperNote_y5zoo_199{font-size:.875rem;color:var(--color-text-tertiary);margin-top:1rem}._benefitsSection_y5zoo_201{margin-bottom:3rem;padding-top:2.5rem}._benefitsTitle_y5zoo_202{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:2rem}._benefitsGrid_y5zoo_203{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){._benefitsGrid_y5zoo_203{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._benefitsGrid_y5zoo_203{grid-template-columns:repeat(3,1fr)}}._benefitCard_y5zoo_206{background:var(--color-bg, #0b0b0f);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:1.5rem;text-align:center;transition:box-shadow .3s ease,transform .3s ease}._benefitIcon_y5zoo_207{width:4rem;height:4rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 20%,transparent),color-mix(in srgb,var(--color-primary) 20%,transparent));border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}._benefitTitle_y5zoo_208{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}._benefitText_y5zoo_209{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}._loadingContainer_y5zoo_212{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._loadingSpinner_y5zoo_221{width:40px;height:40px;border:4px solid var(--color-secondary-light);border-top:4px solid var(--color-secondary);border-radius:50%;animation:_spin_y5zoo_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_y5zoo_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_y5zoo_236{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._errorMessage_y5zoo_245{color:var(--color-error);margin-bottom:1.5rem;font-size:1rem}._retryButton_y5zoo_251{background:var(--color-secondary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:background-color .2s ease}._retryButton_y5zoo_251:hover{background:var(--color-secondary-dark)}._heroWrapper_5d9kt_1{position:relative;width:100%;height:20rem;margin-top:1rem;overflow:hidden;margin-top:calc(var(--header-height) - 20px)}._heroBg_5d9kt_10{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 1s ease-out}._heroBlurOverlay_5d9kt_19{position:absolute;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d}._heroGradientOverlay_5d9kt_26{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0006,#000000b3)}._heroContent_5d9kt_32{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;height:100%;padding-left:1.5rem;padding-right:1.5rem;text-align:center;color:#fff;max-width:80rem;margin-left:auto;margin-right:auto}._heroTitle_5d9kt_48{font-size:2.5rem;line-height:1.1;font-weight:700;margin-bottom:.75rem;text-shadow:0 8px 30px rgba(0,0,0,.6);transition:transform .7s ease}._heroHighlight_5d9kt_57{color:var(--color-secondary)}._heroSubtitle_5d9kt_61{font-size:1.35rem;font-weight:600;color:#f3f4f6;max-width:56rem;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:0 6px 20px rgba(0,0,0,.5);transition:transform .7s ease}._infoSection_5d9kt_74{background:linear-gradient(90deg,color-mix(in srgb,var(--color-secondary) 5%,transparent),color-mix(in srgb,var(--color-primary) 5%,transparent));border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);padding-top:4rem;padding-bottom:4rem}._container_5d9kt_82{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}._grid_5d9kt_90{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){._grid_5d9kt_90{grid-template-columns:1fr 1fr}}._sectionTitle_5d9kt_102{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}._sectionSubtitle_5d9kt_109{color:var(--color-text-secondary);font-size:1.125rem}._articlesList_5d9kt_114{display:grid;gap:1.5rem}._articleCard_5d9kt_119{background:var(--color-bg, #0b0b0f);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:1.5rem;transition:box-shadow .3s ease,transform .3s ease}._articleCard_5d9kt_119:hover{box-shadow:var(--shadow-card-hover)}._articleItem_5d9kt_131{display:flex;align-items:flex-start;gap:1rem}._articleNumber_5d9kt_137{width:4rem;height:4rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 20%,transparent),color-mix(in srgb,var(--color-primary) 20%,transparent));border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}._articleNumberText_5d9kt_148{font-size:1.5rem;font-weight:700;color:var(--color-secondary)}._articleTitle_5d9kt_154{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._articleExcerpt_5d9kt_161{color:var(--color-text-secondary);font-size:.875rem;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._readMore_5d9kt_171{display:inline-flex;align-items:center;font-size:.75rem;color:var(--color-secondary);font-weight:600}._seeAllBtn_5d9kt_179,._seeFaqBtn_5d9kt_180{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;color:var(--color-secondary);border:2px solid var(--color-secondary);border-radius:var(--radius-lg);transition:background .2s ease,color .2s ease;font-weight:600}._seeAllBtn_5d9kt_179:hover,._seeFaqBtn_5d9kt_180:hover{background:var(--color-secondary);color:#fff}._faqList_5d9kt_198{display:grid;gap:1rem}._faqCard_5d9kt_203{background:var(--color-bg, #0b0b0f);border:1px solid var(--card-border);border-radius:var(--radius-lg)}._faqDetails_5d9kt_209>summary{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;transition:background-color .2s ease}._faqDetails_5d9kt_209>summary:hover{background:color-mix(in srgb,var(--color-secondary) 5%,transparent)}._faqQuestion_5d9kt_222{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}._faqChevron_5d9kt_228{color:var(--color-secondary);transition:transform .2s ease}._faqDetails_5d9kt_209[open] ._faqChevron_5d9kt_228{transform:rotate(180deg)}._faqAnswer_5d9kt_237{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;color:var(--color-text-secondary);line-height:1.7}._noPadding_5d9kt_246{padding:0}._mb8_5d9kt_247{margin-bottom:2rem}._mt8_5d9kt_248{margin-top:2rem}._flex1_5d9kt_249{flex:1}._stepperRoot_28slp_1{display:flex;align-items:center;justify-content:space-between}._stepperSteps_28slp_7{display:flex;align-items:center;gap:1.5rem}._stepperStep_28slp_7{display:flex;align-items:center;gap:.75rem}._stepperCircle_28slp_19{width:2.25rem;height:2.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600;transition:background-color .2s ease,color .2s ease;background:var(--color-card-background, rgba(17, 17, 17, .8));color:var(--color-text-secondary, #a1a1aa)}._stepperCircleActive_28slp_32{background:var(--color-secondary, #a855f7);color:#fff}._stepperCircleCompleted_28slp_37{background:var(--color-success, #22c55e);color:#fff}._checkIcon_28slp_42{width:1.25rem;height:1.25rem}._stepperTitle_28slp_47{font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._stepperTitleActive_28slp_52{color:var(--color-text-primary, #e5e7eb)}._stepperDivider_28slp_56{width:6rem;height:2px;background:var(--color-card-border, rgba(255, 255, 255, .1))}._stepperControls_28slp_62{display:flex;align-items:center;gap:.75rem}._stepperButtons_28slp_68{display:flex;gap:.5rem}._stepperBtn_28slp_74{height:2.5rem;padding:0 1rem;border-radius:6px;font-size:.875rem!important;font-weight:600}._skipButton_28slp_83{border:1px solid var(--color-card-border, rgba(255,255,255,.12));color:var(--color-text-secondary, #a1a1aa);background:transparent}._skipButton_28slp_83:hover{background:#ffffff0f}._saveDraftButton_28slp_95{border:none!important;color:#fff!important;background:color-mix(in srgb,var(--color-secondary, #a855f7) 10%,transparent)!important}._nextButton_28slp_103{background:var(--color-secondary, #a855f7);color:#fff;border:2px solid var(--color-secondary, #a855f7);box-shadow:0 10px 15px -3px #00000040}._buttonDisabled_28slp_111{opacity:.5;cursor:not-allowed;box-shadow:none}._sectionRoot_19v5a_1{background:var(--color-bg);border-radius:6px;padding:20px}._sectionHeader_19v5a_7{margin-bottom:1rem}._sectionTitle_19v5a_11{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #e5e7eb)}._sectionDescription_19v5a_17{margin-top:.25rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step1EventInfoRoot_17apu_1{display:block}._step1EventInfoSectionSpacing_17apu_5{margin-bottom:.5rem}._step1EventInfoGrid4_17apu_9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}._step1EventInfoColSpan2_17apu_16{grid-column:span 2 / span 2}._step1EventInfoColSpan3_17apu_20{grid-column:span 3 / span 3}._step1EventInfoColSpan1_17apu_24{grid-column:span 1 / span 1}._step1EventInfoLabel_17apu_28{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.5rem}._step1EventInfoLabel_17apu_28 span{color:var(--color-error, #ef4444)}._step1EventInfoGrid2Responsive_17apu_40{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._step1EventInfoGrid2Responsive_17apu_40{grid-template-columns:repeat(2,minmax(0,1fr))}}._step1EventInfoDataGrid_17apu_52{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1.5rem}@media (min-width: 1024px){._step1EventInfoDataGrid_17apu_52{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){._step1EventInfoDataCol2_17apu_66{grid-column:span 2 / span 2}}@media (min-width: 1024px){._step1EventInfoDataCol1_17apu_72{grid-column:span 1 / span 1}}._step1EventInfoUploadArea_17apu_77{border:2px dashed var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:2rem;text-align:center;transition:border-color .2s ease;min-height:200px;display:flex;align-items:center;justify-content:center}._step1EventInfoUploadArea_17apu_77:hover{border-color:var(--color-secondary, #a855f7)}._step1EventInfoUploadLabel_17apu_93{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-text-primary, #e5e7eb)}._step1EventInfoImageIcon_17apu_102{width:4rem;height:4rem;color:var(--color-text-tertiary, #6b7280)}._step1EventInfoPreviewWrapper_17apu_108{position:relative}._step1EventInfoPreviewImg_17apu_112{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:1px solid var(--color-card-border, rgba(255,255,255,.1))}._step1EventInfoRemoveBtn_17apu_120{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background:#ef4444;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._step1EventInfoRemoveBtn_17apu_120:hover{background:#dc2626}._step1EventInfoCard_17apu_139{background:var(--color-card-background, rgba(17,17,17,.8));border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:1rem}._step1EventInfoCardTitle_17apu_146{font-weight:600;color:var(--color-text-primary, #e5e7eb);margin-bottom:.75rem}._step1EventInfoTextSecondary_17apu_152{color:var(--color-text-secondary, #a1a1aa);font-size:.875rem}._step1EventInfoTextTertiary_17apu_157{color:var(--color-text-tertiary, #6b7280);font-size:.75rem}._step1EventInfoGradientBox_17apu_162{padding:1rem;background:linear-gradient(90deg,color-mix(in srgb,var(--color-secondary,#a855f7) 10%,transparent),color-mix(in srgb,var(--color-primary,#6366f1) 10%,transparent));border-radius:.375rem}._step1EventInfoRow_17apu_168{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._step1EventInfoRowBadge_17apu_175{padding:.25rem .5rem;background:var(--color-card-background, rgba(17,17,17,.8));border-radius:.375rem}._step1EventInfoTitleSm_17apu_181{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #e5e7eb)}._step1EventInfoBenefits_17apu_187{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step1EventInfoBenefitRow_17apu_195{display:flex;align-items:center;gap:.5rem}._step1EventInfoDot_17apu_201{width:.5rem;height:.5rem;background:var(--color-secondary, #a855f7);border-radius:9999px}._step1EventInfoSessionsHeader_17apu_208{display:flex;align-items:center;justify-content:space-between}._step1EventInfoPill_17apu_214{padding:.25rem .5rem;background:color-mix(in srgb,var(--color-secondary,#a855f7) 20%,transparent);color:var(--color-secondary,#a855f7);font-size:.75rem;border-radius:9999px}._step1EventInfoDashed_17apu_222{text-align:center;padding:2rem;border:2px dashed var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem}._step1EventInfoInlineCol_17apu_229{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem}._step1EventInfoMuted_17apu_236{color:var(--color-text-tertiary, #6b7280)}._step1EventInfoCardItem_17apu_240{background:var(--color-card-background, rgba(17,17,17,.8));border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:1rem}._step1EventInfoDetailsGrid_17apu_247{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step1EventInfoDescription_17apu_255{margin-top:.5rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step1EventInfoItemHeader_17apu_261{display:flex;align-items:center;justify-content:space-between}._step1EventInfoItemActions_17apu_267{margin-left:1rem;padding:.25rem;color:var(--color-error, #ef4444);border-radius:.375rem;transition:background-color .2s ease}._step1EventInfoItemActions_17apu_267:hover{background:color-mix(in srgb,var(--color-error,#ef4444) 10%,transparent)}._step1SpaceY4_17apu_280>*+*{margin-top:1rem}._step1SpaceY2_17apu_281>*+*{margin-top:.5rem}._step1TextSm_17apu_282{font-size:.875rem}._step1TextSecondary_17apu_283{color:var(--color-text-secondary, #a1a1aa)}._step1FontSemibold_17apu_284{font-weight:600}._step1FontMedium_17apu_285{font-weight:500}._step1Hidden_17apu_286{display:none}._step1IconSm_17apu_287{width:1rem;height:1rem}._step1ColSpan3_17apu_288{grid-column:span 3 / span 3}._step2SessionsRoot_77z1q_1{display:block}._step2SessionsDataGrid_77z1q_5{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1.5rem}@media (min-width: 1024px){._step2SessionsDataGrid_77z1q_5{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){._step2SessionsDataCol2_77z1q_18{grid-column:span 2 / span 2}}@media (min-width: 1024px){._step2SessionsDataCol1_77z1q_23{grid-column:span 1 / span 1}}._step2SessionsGradientBox_77z1q_28{padding:1rem;background:linear-gradient(90deg,color-mix(in srgb,var(--color-secondary,#a855f7) 10%,transparent),color-mix(in srgb,var(--color-primary,#6366f1) 10%,transparent));border-radius:.375rem}._step2SessionsRow_77z1q_34{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._step2SessionsRowBadge_77z1q_41{padding:.25rem .5rem;background:var(--color-card-background, rgba(17,17,17,.8));border-radius:.375rem}._step2SessionsTitleSm_77z1q_47{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #e5e7eb)}._step2SessionsBenefits_77z1q_53{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step2SessionsBenefitRow_77z1q_61{display:flex;align-items:center;gap:.5rem}._step2SessionsDot_77z1q_67{width:.5rem;height:.5rem;background:var(--color-secondary, #a855f7);border-radius:9999px}._step2SessionsHeader_77z1q_74{display:flex;align-items:center;justify-content:space-between}._step2SessionsDashed_77z1q_80{text-align:center;padding:2rem;border:2px dashed var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem}._step2SessionsInlineCol_77z1q_87{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem}._step2SessionsCardItem_77z1q_94{background:var(--color-card-background, rgba(17,17,17,.8));border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:1rem}._step2SessionsPill_77z1q_101{padding:.25rem .5rem;background:color-mix(in srgb,var(--color-secondary,#a855f7) 20%,transparent);color:var(--color-secondary,#a855f7);font-size:.75rem;border-radius:9999px}._step2SessionsDetailsGrid_77z1q_109{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step2SessionsDescription_77z1q_117{margin-top:.5rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step2SessionsItemActions_77z1q_123{margin-left:1rem;padding:.25rem;color:var(--color-error, #ef4444);border-radius:.375rem;transition:background-color .2s ease}._step2SessionsItemActions_77z1q_123:hover{background:color-mix(in srgb,var(--color-error,#ef4444) 10%,transparent)}._step2SessionsLabel_77z1q_135{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-primary, #e5e7eb);margin-bottom:.5rem}._step2DatesTicketsRoot_5qgon_1{display:block}._step2Header_5qgon_5{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._step2HeaderLeft_5qgon_12{display:flex;align-items:center;gap:.75rem}._step2HeaderIcon_5qgon_18{width:1.5rem;height:1.5rem;color:var(--color-secondary, #a855f7)}._step2HeaderTitle_5qgon_24{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #e5e7eb)}._step2DashedBox_5qgon_30{border:2px dashed var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:3rem;text-align:center}._step2MutedIcon_5qgon_37{width:4rem;height:4rem;color:var(--color-text-tertiary, #6b7280);margin-left:auto;margin-right:auto;margin-bottom:1rem}._step2Card_5qgon_46{background:var(--color-card-background, rgba(17,17,17,.8));border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:1.5rem}._step2TicketHeader_5qgon_53{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._step2Pill_5qgon_60{background:#a855f7;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}._step2TicketTitle_5qgon_69{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #e5e7eb)}._step2IconBtnBlue_5qgon_75{padding:.5rem;color:#3b82f6;border-radius:.5rem;transition:background-color .2s ease}._step2IconBtnBlue_5qgon_75:hover{background:#3b82f61a}._step2IconBtnRed_5qgon_85{padding:.5rem;color:#ef4444;border-radius:.5rem;transition:background-color .2s ease}._step2IconBtnRed_5qgon_85:hover{background:#ef44441a}._step2BatchCard_5qgon_95{background:var(--color-background, #0b0b0b);border:1px solid var(--color-card-border, rgba(255,255,255,.1));border-radius:.5rem;padding:1rem}._step2BatchRow_5qgon_102{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._step2BatchPrice_5qgon_109{background:#22c55e33;color:#22c55e;padding:.25rem .5rem;border-radius:.25rem}._step2BatchMeta_5qgon_116{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--color-text-secondary, #a1a1aa)}._step2DollarIcon_5qgon_124{width:1rem;height:1rem;color:#22c55e}._step2TicketList_5qgon_130{display:grid;grid-auto-rows:max-content;gap:1rem}._pageHeader_x3man_3{position:relative;width:100%;height:16rem;overflow:hidden;margin-top:calc(var(--header-height) - 20px)}._headerBg_x3man_11{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 1s ease-out}._headerBlurOverlay_x3man_20{position:absolute;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0006}._headerGradientOverlay_x3man_27{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#00000080 60%,#000c)}._headerContent_x3man_38{position:relative;z-index:10;height:100%}._headerInner_x3man_44{max-width:72rem;margin-left:auto;margin-right:auto;padding:2rem 1.5rem;height:100%;display:flex;flex-direction:column;justify-content:center}._titleWrap_x3man_58{text-align:center}._title_x3man_58{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;filter:drop-shadow(0 10px 8px rgba(0,0,0,.25)) drop-shadow(0 4px 3px rgba(0,0,0,.35))}._backButton_x3man_71{display:inline-flex;align-items:center;gap:.5rem;color:#e5e7eb;transition:color .2s ease-in-out}._backButton_x3man_71:hover{color:var(--color-secondary, #a855f7)}._iconSm_x3man_83{width:1.25rem;height:1.25rem}._contentWrapper_x3man_88{padding-bottom:4rem}._container_x3man_92{width:100%;max-width:72rem;margin-left:auto;margin-right:auto}._stepperContainer_x3man_99{background:var(--color-bg);border-top:none;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;padding:1rem;margin-bottom:1rem;transition:all .3s ease}._stepperFixed_x3man_109{position:fixed;top:calc(var(--header-height) - 20px);right:0;z-index:50;box-shadow:0 10px 15px -3px #0000001a;border-top:none;width:calc(100dvw - 340px)}._stepperInner_x3man_119{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}._stepperSpacer_x3man_127{height:6rem}._debugBadge_x3man_131{position:fixed;top:5rem;right:1rem;background:#000c;color:#fff;padding:.5rem;border-radius:.375rem;font-size:.75rem;z-index:50}._textCenter_x3man_143{text-align:center}._noPadding_x3man_147{padding:0}._card_1cwnz_4{border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;background:var(--color-surface);position:relative}._card_1cwnz_4:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}._banner_1cwnz_19{position:relative;width:100%;height:280px;overflow:hidden}._bannerImage_1cwnz_26{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}._card_1cwnz_4:hover ._bannerImage_1cwnz_26{transform:scale(1.05)}._bannerPlaceholder_1cwnz_37{width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary-light),var(--color-secondary-light));display:flex;align-items:center;justify-content:center}._placeholderIcon_1cwnz_46{width:48px;height:48px;color:#fff;opacity:.7}._bannerOverlayTop_1cwnz_54{position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3);pointer-events:none}._contentOverlaySoft_1cwnz_69{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#0003 70%,#0006);pointer-events:none}._contentOverlayHard_1cwnz_84{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.6) 100%);pointer-events:none}._floatingContent_1cwnz_99{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;color:#fff}._spaceY3_1cwnz_109>*+*{margin-top:.75rem}._categories_1cwnz_114{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._categoryChip_1cwnz_121{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;color:#fff}._categoryMoreChip_1cwnz_132{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;color:#fffc}._title_1cwnz_144{font-size:1.25rem;font-weight:600;line-height:1.3;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}._row_1cwnz_153{display:flex;align-items:center;gap:.5rem}._icon_1cwnz_159{width:16px;height:16px;flex-shrink:0;opacity:.9}._textSm_1cwnz_166{font-size:.875rem;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.5)}._attendeesContainer_1cwnz_173{position:absolute;top:1rem;right:1rem;z-index:3;text-align:right}._avatars_1cwnz_181{display:flex;justify-content:flex-end;gap:-8px;margin-bottom:.5rem}._avatarWrapper_1cwnz_188{margin-left:-8px;border:2px solid rgba(255,255,255,.3);border-radius:50%;overflow:hidden}._avatarWrapper_1cwnz_188:first-child{margin-left:0}._avatarImg_1cwnz_199{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--color-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem}._moreCount_1cwnz_213{width:32px;height:32px;border-radius:50%;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600}._interactionText_1cwnz_228{background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.75rem;color:#fffffff2;max-width:200px;word-wrap:break-word}._heroWrapper_w6olb_1{position:relative;width:100%;height:30dvh;overflow:hidden;margin-top:calc(var(--header-height) - 20px)}._heroBg_w6olb_9{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 1s ease-out}._heroBlurOverlay_w6olb_18{position:absolute;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d}._heroGradientOverlay_w6olb_25{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0006,#000000b3)}._heroContent_w6olb_31{position:relative;z-index:10;height:100%}._heroContainerProducerPage_w6olb_38{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;padding-top:2rem;padding-bottom:3rem;height:100%;display:flex;flex-direction:column;justify-content:center;position:relative}._backButton_w6olb_53{display:inline-flex;align-items:center;gap:.5rem;color:#fff;transition:color .2s ease;line-height:1}._backButton_w6olb_53:hover{color:var(--color-secondary)}._backButtonSpacingProducerPage_w6olb_66{width:-moz-fit-content;width:fit-content}._tabsNav_w6olb_70{display:flex;gap:2rem;overflow-x:auto}._tabsNavProducerPage_w6olb_76{background-color:var(--bg-input);border-bottom-left-radius:5px;border-bottom-right-radius:5px;justify-content:center}._tabButton_w6olb_84{display:flex;align-items:center;gap:.5rem;padding:1rem .25rem;border-bottom:2px solid transparent;font-weight:500;font-size:.875rem;white-space:nowrap;color:var(--color-text-secondary);transition:color .15s ease,border-color .15s ease}._tabButton_w6olb_84:hover{color:var(--color-text-primary);border-color:var(--color-text-tertiary)}._tabButtonActive_w6olb_102{border-color:var(--color-text-primary);color:var(--color-text-primary)}._headerRowProducerPage_w6olb_108{display:flex;align-items:center;gap:1.5rem;justify-content:space-between}._avatarProducerPage_w6olb_115{width:6rem;height:6rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;background-image:linear-gradient(135deg,var(--color-secondary),var(--color-primary));position:relative}._avatarImageProducerPage_w6olb_128{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatarPlaceholderIcon_w6olb_134{width:3rem;height:3rem;color:#fff}._avatarHoverOverlay_w6olb_140{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;opacity:0;transition:opacity .15s ease-in-out}._avatarProducerPage_w6olb_115:hover ._avatarHoverOverlay_w6olb_140{opacity:1}._avatarUpdateButton_w6olb_155{background:#ffffffe6;color:var(--text-primary);border:none;border-radius:8px;padding:6px 10px;font-size:.85rem;cursor:pointer}._avatarModalContent_w6olb_166{display:grid;grid-template-columns:1fr;gap:1rem}._avatarPreviewBox_w6olb_167{width:100%;height:260px;background:#111;border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarPreviewImage_w6olb_168{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}._avatarDropZone_w6olb_169{margin-top:.5rem;border:1px dashed rgba(255,255,255,.2);padding:.75rem;border-radius:8px;text-align:center}._avatarDropZoneText_w6olb_170{color:var(--color-text-secondary);font-size:.9rem;margin-bottom:.5rem}._updatePhotoButton_w6olb_171{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--text-primary);border-radius:6px;padding:.5rem .75rem;cursor:pointer}._updatePhotoIcon_w6olb_172{width:1rem;height:1rem}._avatarInput_w6olb_173{display:none}._avatarActions_w6olb_174{display:flex;gap:12px;margin-top:.75rem}._grow_w6olb_175{flex:1}._cancelBtn_w6olb_176{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;height:44px;cursor:pointer}._confirmBtn_w6olb_177{background:#ff0080;color:#fff;border:none;border-radius:6px;height:44px;cursor:pointer}._producerTitleProducerPage_w6olb_179{color:#fff;font-weight:700;font-size:2.5rem;line-height:1.1;text-shadow:0 10px 25px rgba(0,0,0,.5)}._chipsRowProducerPage_w6olb_187{display:flex;align-items:center;gap:1rem}._statusChipActiveProducerPage_w6olb_193{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:color-mix(in srgb,var(--color-success) 20%,transparent);color:var(--color-success);border:1px solid color-mix(in srgb,var(--color-success) 30%,transparent)}._statusChipInactiveProducerPage_w6olb_207{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:color-mix(in srgb,var(--color-warning) 20%,transparent);color:var(--color-warning);border:1px solid color-mix(in srgb,var(--color-warning) 30%,transparent)}._typeChipProducerPage_w6olb_221{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500;background:color-mix(in srgb,var(--color-secondary) 20%,transparent);color:var(--color-secondary);border:1px solid color-mix(in srgb,var(--color-secondary) 30%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._headerStatsRowProducerPage_w6olb_235{display:flex;align-items:center;gap:2rem;margin-left:auto}._heroBottomBar_w6olb_243{position:absolute;left:0rem;right:0rem;bottom:1rem;display:flex;align-items:center;justify-content:space-between}._breadcrumbsProducerPage_w6olb_253{display:flex;align-items:center;gap:.5rem;color:#fff}._breadcrumbItem_w6olb_260{cursor:pointer;opacity:.9}._breadcrumbItem_w6olb_260:hover{opacity:1}._breadcrumbSeparator_w6olb_269{opacity:.7}._breadcrumbCurrent_w6olb_273{font-weight:600;opacity:1}._headerStatValueProducerPage_w6olb_278{color:#fff;font-size:1.875rem;font-weight:700;text-shadow:0 6px 16px rgba(0,0,0,.35)}._headerStatLabelProducerPage_w6olb_285{font-size:.875rem;color:#e5e7eb;text-align:center}._pagePaddingProducerPage_w6olb_292{padding:0}._containerProducerPage_w6olb_296{max-width:80rem;margin-left:auto;margin-right:auto}._stackY6ProducerPage_w6olb_302>*+*{margin-top:1.5rem}._sectionCardPaddingProducerPage_w6olb_306{padding:0}._sectionTitleProducerPage_w6olb_310{color:var(--color-text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:40px}._statsGridProducerPage_w6olb_318{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._statsGridProducerPage_w6olb_318{grid-template-columns:repeat(3,minmax(0,1fr))}}._statsBoxProducerPage_w6olb_330{text-align:center;padding:1.5rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 10%,transparent),color-mix(in srgb,var(--color-primary) 10%,transparent));border-radius:.75rem}._infoRowProducerPage_w6olb_340{display:flex;justify-content:space-between}._textSecondaryProducerPage_w6olb_345{color:var(--color-text-secondary)}._infoValueProducerPage_w6olb_349{font-weight:500}._eventsGridProducerPage_w6olb_354{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._eventsGridProducerPage_w6olb_354{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._eventsGridProducerPage_w6olb_354{grid-template-columns:repeat(3,minmax(0,1fr))}}._paginationPaddingProducerPage_w6olb_372{padding:1.5rem}._paginationRowProducerPage_w6olb_376{display:flex;align-items:center;justify-content:space-between}._smallSecondaryProducerPage_w6olb_382{font-size:.875rem;color:var(--color-text-secondary)}._paginationButtonsProducerPage_w6olb_387{display:flex;align-items:center;gap:.5rem}._paginationButtonProducerPage_w6olb_393{padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--color-secondary);background:color-mix(in srgb,var(--color-secondary) 20%,transparent);transition:background-color .15s ease,color .15s ease}._paginationButtonProducerPage_w6olb_393:hover{background:color-mix(in srgb,var(--color-secondary) 30%,transparent)}._paginationButtonDisabledProducerPage_w6olb_407{opacity:.5;cursor:not-allowed}._paginationButtonCurrentProducerPage_w6olb_412{background:var(--color-secondary);color:#fff}._ctaContentProducerPage_w6olb_418{text-align:center;padding:3rem;border-radius:.5rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 12%,transparent),color-mix(in srgb,var(--color-primary) 12%,transparent))}._ctaIconProducerPage_w6olb_428{font-size:3.75rem;margin-bottom:1.5rem}._ctaTitleProducerPage_w6olb_433{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}._ctaDescriptionProducerPage_w6olb_440{color:var(--color-text-secondary);margin-bottom:2rem}._ctaPrimaryButtonProducerPage_w6olb_445{display:inline-flex;align-items:center;gap:.75rem;margin-left:auto;margin-right:auto;padding:1rem 2rem;border-radius:.5rem;background:var(--color-secondary);color:#fff;font-size:1.125rem;font-weight:500;transition:background-color .15s ease}._ctaPrimaryButtonProducerPage_w6olb_445:hover{background:color-mix(in srgb,var(--color-secondary) 90%,black)}._sectionCardBodyProducerPage_w6olb_465{text-align:center;padding-top:3rem;padding-bottom:3rem}._sectionCardIconProducerPage_w6olb_471{width:4rem;height:4rem;color:var(--color-secondary);margin-left:auto;margin-right:auto;margin-bottom:1rem}._sectionCardSubtitleProducerPage_w6olb_480{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._sectionCardTextProducerPage_w6olb_487{color:var(--color-text-secondary)}._sectionCard_w6olb_306{background:var(--card-background);border:1px solid var(--card-border);border-radius:.75rem}._paginationBar_w6olb_497{background:var(--color-card-background);border:1px solid var(--color-card-border);border-radius:.75rem}._ctaContainer_w6olb_503{background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 12%,transparent),color-mix(in srgb,var(--color-primary) 12%,transparent));border-radius:.5rem}._filtersRowProducerPage_w6olb_510{display:flex;align-items:center;justify-content:space-between;gap:1rem}._filtersLeftProducerPage_w6olb_517{display:flex;align-items:center;gap:.75rem;margin-top:20px}._filterSelectProducerPage_w6olb_524{background:#fff;color:var(--text-primary);border:none;border-radius:6px;padding:.5rem .75rem}._filterInputProducerPage_w6olb_532{background:#fff;color:var(--text-primary);border:none;border-radius:6px;padding:.5rem .75rem;min-width:220px}._filtersNewEventButtonProducerPage_w6olb_541{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;background:#fff!important;color:var(--text-primary);cursor:pointer;transition:background-color .15s ease-in-out;font-size:.875rem;font-weight:500}._filtersNewEventButtonProducerPage_w6olb_541:hover{background:var(--card-background)}.stories-slider{margin-top:.5rem}.stories-list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.stories-list::-webkit-scrollbar{display:none}.story-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;cursor:pointer}.story-add{width:4rem;height:4rem;border-radius:9999px;background-image:linear-gradient(135deg,#a855f7,#7e22ce);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -4px #0000004d;transition:transform .15s ease}.story-add:hover{transform:scale(1.05)}.story-add-icon{width:2rem;height:2rem;color:#fff}.story-label{font-size:.75rem;color:#d1d5db;text-align:center}.story-avatar-ring{width:4rem;height:4rem;border-radius:6px;padding:2px}.story-avatar-ring--viewed{background-color:#6b7280}.story-avatar-ring--unviewed{background-image:linear-gradient(135deg,#a855f7,#ec4899,#f97316)}.story-avatar-inner{width:100%;height:100%;border-radius:6px;background-color:#111827;padding:2px}.story-avatar-img{width:100%;height:100%;border-radius:6px;-o-object-fit:cover;object-fit:cover;transition:transform .15s ease}.story-item:hover .story-avatar-img{transform:scale(1.05)}.story-username{font-size:.75rem;color:#d1d5db;text-align:center;max-width:60px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.story-modal-overlay{position:fixed;inset:0;background-color:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center}.story-modal{position:relative;width:100%;max-width:28rem;height:100%;max-height:80vh;background-color:#111827;border-radius:1rem;overflow:hidden;border:1px solid #374151}.story-modal-header{position:absolute;top:0;left:0;right:0;z-index:10;padding:1rem;background-image:linear-gradient(to bottom,#00000080,#0000)}.story-user-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.story-user-name{font-weight:600;color:#fff}.story-user-time{font-size:.875rem;color:#d1d5db}.story-close-btn{color:#d1d5db;font-size:1.5rem;background:transparent;border:none;cursor:pointer;padding:0}.story-close-btn:hover{color:#fff}.story-media{width:100%;height:100%}.story-media img,.story-media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story-text{position:absolute;bottom:0;left:0;right:0;padding:1rem;background-image:linear-gradient(to top,#00000080,#0000);color:#fff;text-align:center}._container_vvj81_3{display:flex;flex-direction:column;position:relative}._selectWrapper_vvj81_9{position:relative;display:flex;align-items:center;z-index:1000}._select_vvj81_9{width:100%;padding:.75rem 1rem;border:2px solid #41414d;border-radius:6px;background-color:#41414d;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none!important;cursor:pointer;display:flex;align-items:center;min-height:3rem}._select_vvj81_9:hover{border-color:var(--color-secondary)}._select_vvj81_9:focus{border-color:#41414d;box-shadow:none;outline:none}._selectText_vvj81_44{flex:1;color:#fff;line-height:1.5}._selectText_vvj81_44::-moz-placeholder{color:#ffffffb3}._selectText_vvj81_44::placeholder{color:#ffffffb3}._clearButton_vvj81_54{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--color-text-tertiary);transition:color .2s ease-in-out;padding:.25rem;display:flex;align-items:center;justify-content:center}._clearButton_vvj81_54:hover{color:var(--color-text-secondary)}._clearIcon_vvj81_74{width:1rem;height:1rem}._loadingSpinner_vvj81_79{margin-right:.75rem;width:1.25rem;height:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._spinner_vvj81_89{width:1rem;height:1rem;border:2px solid var(--color-text-tertiary);border-top:2px solid transparent;border-radius:50%;animation:_spin_vvj81_89 1s linear infinite}@keyframes _spin_vvj81_89{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._dropdown_vvj81_103{position:fixed;z-index:999999;background-color:#41414d;border:1px solid #41414d;border-radius:6px;box-shadow:0 20px 40px -10px #00000080,0 8px 16px -4px #0003;max-height:20rem;overflow:hidden;min-width:300px}._optionsContainer_vvj81_115{max-height:16rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}._optionsContainer_vvj81_115::-webkit-scrollbar{width:6px}._optionsContainer_vvj81_115::-webkit-scrollbar-track{background:transparent}._optionsContainer_vvj81_115::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}._optionsContainer_vvj81_115::-webkit-scrollbar-thumb:hover{background:#ffffff80}._optionsList_vvj81_140{padding:.5rem 0}._option_vvj81_115{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;gap:.75rem;width:100%;background:none;border:none;text-align:left}._option_vvj81_115:hover{background-color:#ffffff1a}._eventImage_vvj81_161{width:3rem;height:3rem;border-radius:6px;overflow:hidden;flex-shrink:0}._eventImageContent_vvj81_169{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._eventImagePlaceholder_vvj81_175{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6cc,#9333eacc);display:flex;align-items:center;justify-content:center}._eventImageIcon_vvj81_184{width:1.25rem;height:1.25rem;color:#fff9}._eventInfo_vvj81_190{flex:1;min-width:0}._eventName_vvj81_195{color:#fff;font-size:.875rem;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._eventDetails_vvj81_205{color:var(--color-text-tertiary);font-size:.75rem;margin-bottom:.25rem}._eventDate_vvj81_211{margin-left:.5rem}._eventLocation_vvj81_215{color:var(--color-text-tertiary);font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._noOptions_vvj81_223{padding:1.5rem 1rem;text-align:center;color:var(--color-text-tertiary);font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem}._container_10ejj_2{width:100%;padding:0}._header_10ejj_8{display:flex;align-items:center;gap:12px;margin-bottom:12px}._avatar_10ejj_15{height:40px;width:40px;border-radius:6px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--card-border, #555)}._displayName_10ejj_23{color:#fff;font-weight:500}._privacyButton_10ejj_28{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:12px;padding:4px 8px;border-radius:6px;background:#ffffff0d;color:#fffc;border:none;cursor:pointer;transition:background-color .2s}._privacyButton_10ejj_28:hover{background:#ffffff1a}._privacyIcon_10ejj_47{width:16px;height:16px}._eventSelectorContainer_10ejj_53{margin-bottom:1rem}._confirmAttendanceMessage_10ejj_58{margin-bottom:8px;padding:8px 12px;border-radius:6px;background:#ffffff0d;border:1px solid rgba(100,116,139,.4);color:#fffc;font-size:14px}._confirmAttendanceEventName_10ejj_68{font-weight:600;color:#fff}._textareaContainer_10ejj_74{position:relative;background:#41414d;border-radius:6px;border:2px solid #41414d;transition:all .2s ease-in-out}._textareaContainer_10ejj_74:focus-within{border-color:#41414d;box-shadow:none}._textarea_10ejj_74{width:100%;background:transparent;color:#fff;resize:none;outline:none;font-size:.875rem;padding:.75rem 3rem .75rem 1rem;overflow:hidden;border:none;min-height:3rem;line-height:1.5}._textarea_10ejj_74::-moz-placeholder{color:#ffffffb3}._textarea_10ejj_74::placeholder{color:#ffffffb3}._mediaButton_10ejj_105{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--color-text-tertiary);transition:all .2s ease-in-out;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center}._mediaButton_10ejj_105:hover{color:var(--color-secondary);background:#6366f11a}._mediaButtonIcon_10ejj_127{width:1.25rem;height:1.25rem}._processingIndicator_10ejj_133{margin-top:12px;padding:12px;border-radius:6px;border:1px solid rgba(100,116,139,.4);background:#ffffff0d;display:flex;align-items:center;gap:12px}._spinner_10ejj_144{width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-top-color:transparent;border-radius:50%;animation:_spin_10ejj_144 1s linear infinite}._processingText_10ejj_153{color:#fffc;font-size:14px}@keyframes _spin_10ejj_144{to{transform:rotate(360deg)}}._mediaGrid_10ejj_165{margin-top:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (min-width: 640px){._mediaGrid_10ejj_165{grid-template-columns:repeat(3,1fr)}}._mediaItem_10ejj_178{position:relative;border-radius:6px;overflow:hidden;border:1px solid rgba(100,116,139,.4)}._mediaImage_10ejj_185,._mediaVideo_10ejj_186{width:100%;height:144px;-o-object-fit:cover;object-fit:cover}._uploadStatusIndicator_10ejj_192{position:absolute;top:4px;left:4px;width:8px;height:8px;border-radius:50%}._uploadStatusIndicator_10ejj_192._success_10ejj_201{background:#10b981}._uploadStatusIndicator_10ejj_192._uploading_10ejj_205{background:#f59e0b;animation:_pulse_10ejj_1 2s infinite}@keyframes _pulse_10ejj_1{0%,to{opacity:1}50%{opacity:.5}}._removeMediaButton_10ejj_219{position:absolute;top:4px;right:4px;padding:4px;border-radius:4px;background:#0009;color:#fff;border:none;cursor:pointer;opacity:0;transition:opacity .2s}._mediaItem_10ejj_178:hover ._removeMediaButton_10ejj_219{opacity:1}._removeMediaIcon_10ejj_237{width:16px;height:16px}._hiddenInput_10ejj_244{display:none}._buttonsContainer_10ejj_249{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}._cancelButton_10ejj_258{flex:1;width:100%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._cancelButton_10ejj_258:hover:not(:disabled){background:#ffffff26!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0003}._cancelButton_10ejj_258:active:not(:disabled){background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._cancelButton_10ejj_258:focus{background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._cancelButton_10ejj_258:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ffffff0d!important;color:#ffffff80!important}._postButton_10ejj_311{flex:1;width:100%;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._postButton_10ejj_311:hover:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff00804d}._postButton_10ejj_311:active:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._postButton_10ejj_311:focus{background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._postButton_10ejj_311:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ff0080!important;color:#fff!important}.create-post-entry{border-radius:6px;padding:16px;margin-top:1.75rem;margin-bottom:0;background-color:var(--color-bg)}.create-post-entry__row{display:flex;align-items:center;gap:1rem}.create-post-entry__avatar{height:45px;width:45px;overflow:hidden;flex-shrink:0;border-radius:6px}.create-post-entry__avatar img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.create-post-entry__prompt{flex:1 1 auto;text-align:left;background-color:#ffffff0d;color:#ffffffb3;border-radius:9999px;padding:.5rem 1rem;transition:background-color .2s ease,color .2s ease}.create-post-entry__prompt:hover{background-color:#ffffff1a;color:#fff}.create-post-entry__media-btn{display:none;align-items:center;gap:.5rem;font-size:.875rem;color:#34d399e6;padding:.5rem .75rem;border-radius:6px;transition:background-color .2s ease,color .2s ease}.create-post-entry__media-btn:hover{background-color:#34d3991a;color:#6ee7b7}@media (min-width: 640px){.create-post-entry__media-btn{display:inline-flex}}.icon-20{width:20px;height:20px}.modal-padding{padding:1rem}._sidebar_18ns3_6{width:25vw;z-index:40;padding-top:0;padding-right:1.5rem}._stickyContainer_18ns3_14{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:.5rem}._card_18ns3_23{background:#1f293780;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.375rem;padding:1.5rem;border:1px solid rgba(55,65,81,.5)}._cardRoundedBottom_18ns3_32{background:#1f293780;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;padding:1.5rem;border:1px solid rgba(55,65,81,.5)}._cardHeader_18ns3_42{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._cardTitle_18ns3_50{font-size:1.125rem;font-weight:700;color:#fff}._viewAllButton_18ns3_57{font-size:.875rem;color:#a855f7;font-weight:500;transition:color .2s ease}._viewAllButton_18ns3_57:hover{color:#c084fc}._listContainer_18ns3_69{display:flex;flex-direction:column;gap:1rem}._userItem_18ns3_76{display:flex;align-items:center;gap:.75rem}._userAvatar_18ns3_83{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}._userInfo_18ns3_91{flex:1;min-width:0}._userName_18ns3_97{font-weight:600;color:#fff;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userUsername_18ns3_107{font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mutualFriends_18ns3_116{font-size:.75rem;color:#6b7280}._userButtons_18ns3_122{display:flex;gap:.5rem}._followButton_18ns3_128{background:#9333ea;color:#fff;padding:.375rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._followButton_18ns3_128:hover{background:#7c3aed}._removeButton_18ns3_143{color:#9ca3af;padding:.375rem;border-radius:.5rem;transition:color .2s ease}._removeButton_18ns3_143:hover{color:#fff}._removeIcon_18ns3_155{width:1rem;height:1rem}._eventItem_18ns3_161{cursor:pointer}._eventItem_18ns3_161:hover ._eventImage_18ns3_165{transform:scale(1.05)}._eventItem_18ns3_161:hover ._eventName_18ns3_169{color:#a855f7}._eventContainer_18ns3_174{display:flex;gap:.75rem}._eventImage_18ns3_165{width:4rem;height:4rem;border-radius:.75rem;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease}._eventInfo_18ns3_189{flex:1;min-width:0}._eventName_18ns3_169{font-weight:600;color:#fff;font-size:.875rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}._eventDate_18ns3_207{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af;margin-bottom:.25rem}._eventLocation_18ns3_217{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af;margin-bottom:.5rem}._eventLocationText_18ns3_227{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._eventFooter_18ns3_234{display:flex;align-items:center;justify-content:space-between}._eventAttendees_18ns3_241{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}._eventPrice_18ns3_250{font-size:.75rem;font-weight:600;color:#a855f7}._smallIcon_18ns3_257{width:.75rem;height:.75rem}@media (max-width: 1024px){._sidebar_18ns3_6{width:30vw}}@media (max-width: 768px){._sidebar_18ns3_6{width:100%;padding-right:0;padding:1rem}._stickyContainer_18ns3_14{position:static;top:auto}}@media (max-width: 480px){._card_18ns3_23,._cardRoundedBottom_18ns3_32{padding:1rem}._cardHeader_18ns3_42{margin-bottom:1rem}._listContainer_18ns3_69{gap:.75rem}}._mediaPreviewModalOverlay_16rxo_2{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._mediaPreviewModalCloseButton_16rxo_17{position:absolute;top:1.5rem;right:1.5rem;z-index:10;padding:.75rem;background-color:#0009;color:#fff;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._mediaPreviewModalCloseButton_16rxo_17:hover{background-color:#000c}._mediaPreviewModalCloseIcon_16rxo_36{width:1.5rem;height:1.5rem}._mediaPreviewModalContainer_16rxo_42{width:100%;max-width:80rem;max-height:90dvh;margin:0 1.5rem;background-color:#fff;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}._mediaPreviewModalMediaColumn_16rxo_56{flex:1;background-color:#000;position:relative;display:flex;flex-direction:column}._mediaPreviewModalMediaColumn_16rxo_56,._mediaPreviewModalInfoColumn_16rxo_66{min-height:0}._mediaPreviewModalMainMediaContainer_16rxo_71{flex:1;position:relative;min-height:500px}._mediaPreviewModalMainMedia_16rxo_71{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._mediaPreviewModalNavigationButton_16rxo_85{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem;background-color:#0009;color:#fff;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._mediaPreviewModalNavigationButton_16rxo_85:hover{background-color:#000c}._mediaPreviewModalNavigationButtonLeft_16rxo_103{left:1rem}._mediaPreviewModalNavigationButtonRight_16rxo_107{right:1rem}._mediaPreviewModalNavigationIcon_16rxo_111{width:1.25rem;height:1.25rem}._mediaPreviewModalIndicators_16rxo_117{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background-color:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem .75rem;border-radius:9999px}._mediaPreviewModalIndicator_16rxo_117{width:.5rem;height:.5rem;border-radius:50%;transition:all .2s ease;cursor:pointer}._mediaPreviewModalIndicatorActive_16rxo_138{background-color:#fff;transform:scale(1.25)}._mediaPreviewModalIndicatorInactive_16rxo_143{background-color:#ffffff80}._mediaPreviewModalIndicatorInactive_16rxo_143:hover{background-color:#ffffffb3}._mediaPreviewModalNoMedia_16rxo_152{display:flex;align-items:center;justify-content:center;height:100%;color:#fff}._mediaPreviewModalNoMediaContent_16rxo_160{text-align:center}._mediaPreviewModalNoMediaTitle_16rxo_164{font-size:1.125rem;margin-bottom:.5rem}._mediaPreviewModalNoMediaSubtitle_16rxo_169{font-size:.875rem;color:#fff9}._mediaPreviewModalThumbnailContainer_16rxo_175{height:6rem;background-color:#111827;border-top:1px solid #374151;padding:1rem}._mediaPreviewModalThumbnailList_16rxo_182{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}._mediaPreviewModalThumbnailList_16rxo_182::-webkit-scrollbar{display:none}._mediaPreviewModalThumbnailButton_16rxo_195{flex-shrink:0;width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;transition:all .2s ease;cursor:pointer;background:none;padding:0}._mediaPreviewModalThumbnailButtonActive_16rxo_208{border-color:#fff;transform:scale(1.05)}._mediaPreviewModalThumbnailButtonInactive_16rxo_213{border-color:#4b5563}._mediaPreviewModalThumbnailButtonInactive_16rxo_213:hover{border-color:#9ca3af;transform:scale(1.05)}._mediaPreviewModalThumbnailImage_16rxo_222{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._mediaPreviewModalInfoColumn_16rxo_66{width:22.5dvw!important;background-color:#fff;display:flex;flex-direction:column}._mediaPreviewModalCommentsArea_16rxo_238{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}._mediaPreviewModalPostHeader_16rxo_247{padding:1.5rem;border-bottom:1px solid #e5e7eb}._mediaPreviewModalPostHeaderContent_16rxo_252{display:flex;align-items:center;gap:.75rem}._mediaPreviewModalPostAvatar_16rxo_258{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}._mediaPreviewModalPostHeaderInfo_16rxo_266{flex:1}._mediaPreviewModalPostAuthorName_16rxo_270{font-weight:600;color:#111827;font-size:1.125rem;margin:0}._mediaPreviewModalPostMeta_16rxo_277{font-size:.875rem;color:#6b7280;margin:0}._mediaPreviewModalPostContent_16rxo_283{margin-top:1rem;color:#111827;line-height:1.625}._mediaPreviewModalPostActions_16rxo_290{padding:1.5rem;border-bottom:1px solid #e5e7eb}._mediaPreviewModalPostActionsList_16rxo_295{display:flex;align-items:center;gap:2rem}._mediaPreviewModalPostActionButton_16rxo_301{display:flex;align-items:center;gap:.5rem;transition:all .2s ease;background:none;border:none;cursor:pointer;padding:0}._mediaPreviewModalPostActionButtonLiked_16rxo_312{color:#ef4444}._mediaPreviewModalPostActionButtonDefault_16rxo_316{color:#6b7280}._mediaPreviewModalPostActionButtonDefault_16rxo_316:hover{color:#ef4444}._mediaPreviewModalPostActionButtonComment_16rxo_324:hover{color:#3b82f6}._mediaPreviewModalPostActionButtonShare_16rxo_328:hover{color:#10b981}._mediaPreviewModalPostActionIcon_16rxo_332{width:1.5rem;height:1.5rem}._mediaPreviewModalPostActionIconFilled_16rxo_337{width:1.5rem;height:1.5rem;fill:currentColor}._mediaPreviewModalPostActionText_16rxo_343{font-size:.875rem;font-weight:500}._mediaPreviewModalCommentsList_16rxo_349{flex:1;padding:1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._mediaPreviewModalCommentItem_16rxo_356{display:block;padding:.75rem 0;border-bottom:1px solid #f3f4f6}._mediaPreviewModalCommentHeader_16rxo_362{display:flex;gap:.75rem;align-items:center}._mediaPreviewModalCommentAvatar_16rxo_368{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}._mediaPreviewModalCommentMeta_16rxo_376{display:flex;flex-direction:column}._mediaPreviewModalCommentAuthor_16rxo_381{font-weight:600;color:#111827;font-size:.875rem}._mediaPreviewModalCommentDate_16rxo_387{font-size:.75rem;color:#6b7280}._mediaPreviewModalCommentContent_16rxo_392{margin-top:.5rem;color:#374151;line-height:1.5}._mediaPreviewModalCommentsLoadMore_16rxo_398{text-align:center;padding:1rem 0}._mediaPreviewModalCommentsLoadMoreButton_16rxo_403{background:none;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}._mediaPreviewModalCommentActions_16rxo_411{margin-top:.5rem}._mediaPreviewModalCommentReplyButton_16rxo_415{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;padding:0}._mediaPreviewModalCommentReplyButton_16rxo_415:hover{text-decoration:underline}._mediaPreviewModalCommentReplies_16rxo_428{margin-left:3.5rem;margin-top:.75rem;border-left:1px solid #f3f4f6;padding-left:.75rem}._mediaPreviewModalCommentReplyItem_16rxo_435{padding:.5rem 0}._mediaPreviewModalCommentsEmpty_16rxo_439{text-align:center;color:#6b7280;font-size:.875rem;padding:2rem 0}._mediaPreviewModalCommentsEmptyIcon_16rxo_446{width:3rem;height:3rem;margin:0 auto .75rem;color:#d1d5db}._mediaPreviewModalCommentsEmptyTitle_16rxo_453{font-weight:500;margin-bottom:.25rem}._mediaPreviewModalCommentsEmptySubtitle_16rxo_458{font-size:.75rem;margin-top:.25rem}._mediaPreviewModalCommentsCount_16rxo_463{text-align:center;color:#6b7280;font-size:.875rem;padding:1rem 0}._mediaPreviewModalCommentForm_16rxo_471{padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}._mediaPreviewModalCommentFormContainer_16rxo_477{display:flex;gap:.75rem}._mediaPreviewModalCommentInput_16rxo_482{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:9999px;outline:none;transition:all .2s ease}._mediaPreviewModalCommentInput_16rxo_482:focus{border-color:transparent;box-shadow:0 0 0 2px #3b82f6}._mediaPreviewModalCommentSubmitButton_16rxo_496{padding:.75rem;background-color:#3b82f6;color:#fff;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a}._mediaPreviewModalCommentSubmitButton_16rxo_496:hover{background-color:#2563eb;box-shadow:0 20px 25px -5px #0000001a}._mediaPreviewModalCommentSubmitButton_16rxo_496:disabled{opacity:.5;cursor:not-allowed}._mediaPreviewModalCommentSubmitButton_16rxo_496:disabled:hover{background-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a}._mediaPreviewModalCommentSubmitIcon_16rxo_522{width:1.25rem;height:1.25rem}._mediaPreviewModalCommentLoadingSpinner_16rxo_527{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.4);border-top-color:transparent;border-radius:50%;animation:_mediaPreviewModalSpin_16rxo_1 1s linear infinite}@media (min-width: 1024px){._mediaPreviewModalContainer_16rxo_42{flex-direction:row}._mediaPreviewModalMainMediaContainer_16rxo_71{min-height:700px}}@media (max-width: 768px){._mediaPreviewModalContainer_16rxo_42{margin:0 1rem;border-radius:1rem}._mediaPreviewModalCloseButton_16rxo_17{top:1rem;right:1rem;padding:.5rem}._mediaPreviewModalCloseIcon_16rxo_36{width:1.25rem;height:1.25rem}._mediaPreviewModalMainMediaContainer_16rxo_71{min-height:400px}._mediaPreviewModalNavigationButton_16rxo_85{padding:.5rem}._mediaPreviewModalNavigationIcon_16rxo_111{width:1rem;height:1rem}._mediaPreviewModalPostHeader_16rxo_247,._mediaPreviewModalPostActions_16rxo_290{padding:1rem}._mediaPreviewModalPostActionsList_16rxo_295{gap:1.5rem}._mediaPreviewModalCommentsList_16rxo_349,._mediaPreviewModalCommentForm_16rxo_471{padding:1rem}}@keyframes _mediaPreviewModalSpin_16rxo_1{to{transform:rotate(360deg)}}@keyframes _mediaPreviewModalFadeIn_16rxo_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._mediaPreviewModalContainer_16rxo_42{animation:_mediaPreviewModalFadeIn_16rxo_1 .3s ease}._mediaPreviewModalCloseButton_16rxo_17:focus,._mediaPreviewModalNavigationButton_16rxo_85:focus,._mediaPreviewModalThumbnailButton_16rxo_195:focus,._mediaPreviewModalPostActionButton_16rxo_301:focus,._mediaPreviewModalCommentSubmitButton_16rxo_496:focus{outline:2px solid #3b82f6;outline-offset:2px}._mediaPreviewModalCommentInput_16rxo_482:focus{outline:none}._overlay_16all_1{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:inherit}._modal_16all_17{background:#fff;border-radius:10px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:256px;width:100%;max-height:80vh;overflow:hidden;animation:_modalSlideIn_16all_1 .2s ease-out}@keyframes _modalSlideIn_16all_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._modalContent_16all_39{padding:.375rem}._modalItem_16all_43{display:flex;align-items:center;width:100%;padding:.625rem .875rem;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .15s ease;font-size:.9rem;color:#374151;border-radius:6px;margin-bottom:.125rem}._modalItem_16all_43:last-child{margin-bottom:0}._modalItem_16all_43:hover{background-color:#f3f4f6}._modalItem_16all_43:disabled{opacity:.5;cursor:not-allowed}._modalItem_16all_43._danger_16all_72{color:#dc2626}._modalItem_16all_43._danger_16all_72:hover{background-color:#fef2f2}._modalIcon_16all_80{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:10px;flex-shrink:0}._modalText_16all_90{flex:1;font-weight:500;font-size:.9rem}@media (max-width: 480px){._overlay_16all_1{padding:.5rem}._modal_16all_17{max-width:220px}._modalItem_16all_43{padding:.5rem .75rem;font-size:.85rem}._modalIcon_16all_80{width:14px;height:14px;margin-right:8px}._modalText_16all_90{font-size:.85rem}}._eventInfoModalEventModal_14mb2_1{max-width:500px}._eventInfoModalModalContent_14mb2_5{padding:0}._eventInfoModalLoading_14mb2_10{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px}._eventInfoModalLoadingSpinner_14mb2_19{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #a594f9;border-radius:50%;animation:_spin_14mb2_1 1s linear infinite}@keyframes _spin_14mb2_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._eventInfoModalLoading_14mb2_10 p{color:var(--text-secondary, #cbd5e1);font-size:.9rem}._eventInfoModalError_14mb2_39{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:8px;text-align:center}._eventInfoModalError_14mb2_39 p{color:#ef4444;font-size:.9rem}._eventInfoModalErrorDetail_14mb2_54{color:var(--text-secondary, #cbd5e1)!important;font-size:.8rem!important}._eventInfoModalEventBanner_14mb2_60{position:relative;width:calc(100% - 40px);height:200px;overflow:hidden;border-radius:6px;margin-left:20px;margin-right:20px}._eventInfoModalBannerImage_14mb2_70{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}._eventInfoModalEventTitleSection_14mb2_78{padding:20px 20px 0}._eventInfoModalEventTitle_14mb2_78{font-size:1.5rem;font-weight:700;color:var(--text-primary, #fff);margin:0;line-height:1.2}._eventInfoModalEventInfo_14mb2_91{padding:20px;display:flex;flex-direction:column;gap:16px}._eventInfoModalInfoRow_14mb2_98{display:flex;align-items:flex-start}._eventInfoModalInfoContent_14mb2_103{display:flex;flex-direction:column;gap:2px;flex:1}._eventInfoModalInfoLabel_14mb2_110{font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500}._eventInfoModalInfoValue_14mb2_118{font-size:.95rem;color:var(--text-primary, #fff);font-weight:500;line-height:1.4;word-break:break-word}._eventInfoModalInfoSubValue_14mb2_126{font-size:.8rem;color:var(--text-secondary, #cbd5e1)}._eventInfoModalStatusRow_14mb2_132{display:flex;gap:16px;margin-top:8px}._eventInfoModalStatusItem_14mb2_138{display:flex;flex-direction:column;gap:6px;flex:1;width:50%}._eventInfoModalStatusLabel_14mb2_146{font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500}._eventInfoModalStatusBadge_14mb2_154{padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600;color:#fff;text-align:center;min-width:80px}._eventInfoModalDescription_14mb2_165{margin-top:8px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}._eventInfoModalDescriptionText_14mb2_171{font-size:.9rem;color:var(--text-secondary, #cbd5e1);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._eventInfoModalOpenEventButton_14mb2_183{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#a594f9,#8b5cf6)!important;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}._eventInfoModalOpenEventButton_14mb2_183:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;box-shadow:0 4px 12px #a594f94d}._eventInfoModalOpenEventButton_14mb2_183:active{transform:translateY(0)}._eventInfoModalModalFooter_14mb2_209{width:100%}._eventInfoModalButtonIcon_14mb2_213{width:16px;height:16px}@media (max-width: 768px){._eventInfoModalEventModal_14mb2_1{max-width:calc(100vw - 30px)}._eventInfoModalEventBanner_14mb2_60{height:160px;margin-top:15px;margin-left:15px!important;margin-right:15px!important;width:calc(100% - 30px)}._eventInfoModalEventTitleSection_14mb2_78{padding:15px 15px 0}._eventInfoModalEventTitle_14mb2_78{font-size:1.3rem}._eventInfoModalEventInfo_14mb2_91{padding:15px;gap:12px}._eventInfoModalStatusRow_14mb2_132{flex-direction:row;gap:12px}._eventInfoModalStatusItem_14mb2_138{align-items:flex-start;width:50%}._eventInfoModalStatusBadge_14mb2_154{min-width:auto;align-self:flex-start}._eventInfoModalModalFooter_14mb2_209{padding:15px}._eventInfoModalOpenEventButton_14mb2_183{font-size:.85rem;height:35px;font-weight:500}}@media (min-width: 769px) and (max-width: 1024px){._eventInfoModalEventModal_14mb2_1{max-width:480px}}._apiPost_n5zal_1{border-radius:6px;overflow:hidden;background-color:var(--color-bg);position:relative}._postHeader_n5zal_8{padding:1rem;display:flex;align-items:center;gap:15px;position:relative}._postAvatar_n5zal_16{width:45px!important;height:45px!important;flex-shrink:0;border-radius:6px;overflow:hidden}._postHeaderInfo_n5zal_24{flex:1;min-width:0}._postMenuButton_n5zal_29{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:var(--color-text-secondary);transition:all .2s ease;flex-shrink:0}._postMenuButton_n5zal_29:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}._postMenuButtonDesktop_n5zal_45{display:block}._postMenuIcon_n5zal_49{width:1.25rem;height:1.25rem}._postAuthorSection_n5zal_54{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}._postAuthorName_n5zal_62{font-weight:600;color:var(--color-text-primary);margin:0;font-size:1rem;background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:color .2s ease}._suggestionLabel_n5zal_75{color:#999;font-size:.7rem;font-weight:500;padding:2px 6px;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}._postMeta_n5zal_86{font-size:.875rem;color:var(--color-text-secondary);margin:0;display:flex;align-items:center;gap:10px}._postEventName_n5zal_95{background:none;border:none;padding:0;cursor:pointer;color:var(--color-text-secondary);font-size:inherit;line-height:inherit;transition:color .2s ease;text-decoration:none}._postSeparator_n5zal_112,._postDate_n5zal_117{color:var(--color-text-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none}._postActionsTop_n5zal_123{display:flex;align-items:center;gap:.5rem;margin-left:auto;margin-right:.5rem}._postActionsMobile_n5zal_132{display:none;padding:1rem;border-top:1px solid var(--color-border)}._postActionsContainer_n5zal_138{display:flex;align-items:center;justify-content:space-between}._postActionsLeft_n5zal_144{display:flex;align-items:center;gap:1.5rem}._postMenuButtonMobile_n5zal_150{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:var(--color-text-secondary);transition:all .2s ease;flex-shrink:0}._postMenuButtonMobile_n5zal_150:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}._postActionButton_n5zal_166{display:flex;align-items:center;gap:.25rem;padding:.375rem .5rem;border:none;background:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;color:var(--color-text-secondary);font-size:.875rem;min-width:auto}._postActionButton_n5zal_166:hover{background-color:var(--color-surface-hover);color:var(--color-text-primary)}._postActionButton_n5zal_166:disabled{opacity:.5;cursor:not-allowed}._postActionButton_n5zal_166:disabled:hover{background:none;color:var(--color-text-secondary)}._postActionButtonLiked_n5zal_196{color:#df2d1c}._postActionButtonLiked_n5zal_196:hover{color:#ddd}._postActionIcon_n5zal_204{width:1.3rem;height:1.3rem;flex-shrink:0}._postActionIconFilled_n5zal_210{width:1.3rem;height:1.3rem;flex-shrink:0;fill:currentColor}._postActionText_n5zal_217{font-size:.75rem;font-weight:500;min-width:1rem;text-align:center}._postContent_n5zal_225{padding:0 1rem 1rem}._postText_n5zal_229{color:#fff;line-height:1.5;margin:0}._mediaContainer_n5zal_236{position:relative}._singleMedia_n5zal_241{position:relative;overflow:hidden;cursor:pointer;height:400px;transition:opacity .3s ease}._singleMedia_n5zal_241:hover{opacity:.95}._twoMediaGrid_n5zal_254{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;height:300px}._twoMediaItem_n5zal_261{position:relative;overflow:hidden;cursor:pointer;transition:opacity .3s ease}._twoMediaItem_n5zal_261:hover{opacity:.95}._multipleMediaGrid_n5zal_273{display:grid;grid-template-columns:2fr 1fr;gap:.25rem;height:400px}._mainMediaContainer_n5zal_280{position:relative;overflow:hidden;cursor:pointer;transition:opacity .3s ease}._mainMediaContainer_n5zal_280:hover{opacity:.95}._secondaryMediaColumn_n5zal_291{display:flex;flex-direction:column;gap:.25rem}._secondaryMediaItem_n5zal_297{position:relative;flex:1;overflow:hidden}._secondaryMediaButton_n5zal_303{width:100%;height:100%;position:relative;overflow:hidden;border:none;background:none;cursor:pointer;padding:0}._secondaryMediaButtonActive_n5zal_314{width:100%;height:100%;position:relative;overflow:hidden;border:none;background:none;cursor:pointer;padding:0;outline:2px solid var(--color-primary);outline-offset:-2px}._mediaWithCounter_n5zal_328{position:relative;width:100%;height:100%}._mediaCounterOverlay_n5zal_334{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center}._mediaCounterText_n5zal_343{color:#fff;font-weight:700;font-size:1.125rem}._mediaImage_n5zal_350,._mediaVideo_n5zal_351{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._mediaVideo_n5zal_351{background:#000}._galleryNavigation_n5zal_363{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;padding:.375rem;border-radius:50%;border:none;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}._galleryNavigation_n5zal_363:hover{background:#000000b3}._galleryNavigationLeft_n5zal_383{left:.5rem}._galleryNavigationRight_n5zal_387{right:.5rem}._galleryNavigationIcon_n5zal_391{width:1rem;height:1rem}._loadingState_n5zal_398{opacity:.7;pointer-events:none}@media (max-width: 768px){._postActionsTop_n5zal_123{display:none}._postActionsMobile_n5zal_132{display:block}._postMenuButtonDesktop_n5zal_45{display:none}._postHeader_n5zal_8{padding:.75rem;gap:.5rem}._postAvatar_n5zal_16{width:1.5rem!important;height:1.5rem!important}._postAuthorName_n5zal_62{font-size:.875rem}._suggestionLabel_n5zal_75{font-size:.65rem;padding:1px 5px}._postMeta_n5zal_86{font-size:.75rem}._postContent_n5zal_225{padding:0 .75rem .75rem}._postText_n5zal_229{font-size:.875rem}._singleMedia_n5zal_241{height:300px}._twoMediaGrid_n5zal_254{height:250px}._multipleMediaGrid_n5zal_273{height:300px}._postActionsLeft_n5zal_144{gap:1rem}._postActionButton_n5zal_166{padding:.5rem;gap:.5rem}._postActionIcon_n5zal_204{width:1.25rem;height:1.25rem}._postActionText_n5zal_217{font-size:.875rem;font-weight:500}._postMenuIcon_n5zal_49{width:1rem;height:1rem}._galleryNavigation_n5zal_363{padding:.25rem}._galleryNavigationIcon_n5zal_391{width:.875rem;height:.875rem}}@media (min-width: 769px){._postActionsMobile_n5zal_132{display:none!important}._postActionsTop_n5zal_123{display:flex!important}._postMenuButtonDesktop_n5zal_45{display:block!important}}@media (max-width: 480px){._postHeader_n5zal_8{padding:.5rem}._postAvatar_n5zal_16{width:1.25rem!important;height:1.25rem!important}._postContent_n5zal_225{padding:0 .5rem .5rem}._postActionsLeft_n5zal_144{gap:.75rem}._postActionButton_n5zal_166{padding:.375rem;gap:.375rem}._postActionIcon_n5zal_204{width:1rem;height:1rem}._postActionText_n5zal_217{font-size:.75rem}._singleMedia_n5zal_241{height:250px}._twoMediaGrid_n5zal_254{height:200px}._multipleMediaGrid_n5zal_273{height:250px}}@keyframes _fadeIn_n5zal_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._apiPost_n5zal_1{animation:_fadeIn_n5zal_1 .3s ease}._mediaImage_n5zal_350:hover,._mediaVideo_n5zal_351:hover{transform:scale(1.02);transition:transform .3s ease}._postActionButton_n5zal_166:focus{outline:2px solid var(--color-primary);outline-offset:2px}._galleryNavigation_n5zal_363:focus{outline:2px solid var(--color-primary);outline-offset:2px}._secondaryMediaButton_n5zal_303:focus{outline:2px solid var(--color-primary);outline-offset:2px}._mediaImage_n5zal_350[data-error=true]{opacity:.5;filter:grayscale(100%)}._mediaPlaceholder_n5zal_605{width:100%;height:100%;background:var(--color-surface-hover);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:.875rem}._mediaPlaceholder_n5zal_605:before{content:"📷";font-size:2rem;opacity:.5}._feedPage_cdwxw_1{background:var(--color-bg);min-height:100vh}._feedLayout_cdwxw_6{display:flex;gap:0;align-items:flex-start}@media (min-width: 1024px){._feedLayout_cdwxw_6{gap:6rem}}._feedMainColumn_cdwxw_19{flex:1;min-width:0;padding-top:calc(var(--header-height) + 10px);margin-left:150px}._feedPostsContainer_cdwxw_27{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}._errorContainer_cdwxw_35{text-align:center;padding:2rem 0}._errorCard_cdwxw_40{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:1.5rem}._errorTitle_cdwxw_47{color:#f87171;margin-bottom:.5rem;font-weight:500}._errorMessage_cdwxw_53{color:#fff9;font-size:.875rem}._retryButton_cdwxw_58{margin-top:1rem;padding:.5rem 1rem;background:#ef444433;color:#f87171;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-weight:500}._retryButton_cdwxw_58:hover{background:#ef44444d}._loadingContainer_cdwxw_75{display:flex;justify-content:center;padding:2rem 0}._loadingContent_cdwxw_81{display:flex;align-items:center;gap:.75rem}._loadingSpinner_cdwxw_87{width:1.5rem;height:1.5rem;border:2px solid rgba(255,255,255,.4);border-top-color:transparent;border-radius:50%;animation:_spin_cdwxw_1 1s linear infinite}._loadingText_cdwxw_96{color:#fffc;font-weight:500}._endOfFeed_cdwxw_102{text-align:center;padding:2rem 0}._endOfFeedText_cdwxw_107{color:#fffc;font-weight:500}._feedSidebar_cdwxw_113{display:none;flex-shrink:0;position:sticky;top:0}@media (min-width: 1024px){._feedSidebar_cdwxw_113{display:block}}@keyframes _spin_cdwxw_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1023px){._feedLayout_cdwxw_6{flex-direction:column;gap:0}._feedMainColumn_cdwxw_19{width:100%}._feedSidebar_cdwxw_113{display:none}}@media (max-width: 480px){._feedMainColumn_cdwxw_19{min-width:0;padding-top:10px;margin-left:16px;max-width:calc(100dvw - 32px);margin-top:var(--header-height)}}._container_zigu4_2{padding:1rem}._header_zigu4_7{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}._unreadCounter_zigu4_16{border-radius:.75rem;color:#fff;padding-top:5px;padding-bottom:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._unreadCounterText_zigu4_24{font-size:.875rem;color:var(--secondary);font-weight:500}._markAllButton_zigu4_30{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:var(--secondary);background:none;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}._markAllButton_zigu4_30:hover{background-color:rgba(var(--secondary-rgb),.1)}._notificationsList_zigu4_49{display:flex;flex-direction:column;gap:.5rem}._notificationItem_zigu4_56{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:.75rem;padding:15px;border-radius:6px;transition:all .2s ease;cursor:pointer;position:relative;background:var(--bg-page);align-items:start}._userAvatar_zigu4_76{width:50px;height:50px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;grid-row:1 / 3;grid-column:1}._userAvatar_zigu4_76 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}._avatarPlaceholder_zigu4_98{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}._avatarPlaceholder_zigu4_98 svg{width:1.25rem;height:1.25rem;color:#fff}._notificationContent_zigu4_116{grid-column:2;grid-row:1;min-width:0;display:flex;align-items:center}._notificationText_zigu4_124{font-size:.875rem;line-height:1.5;margin:0;font-weight:600;color:#fff}._userName_zigu4_132{font-weight:600;color:#fff}._notificationContentText_zigu4_138{grid-column:2;grid-row:2;font-size:.875rem;line-height:1.4;color:#bbb;margin:0}._notificationMeta_zigu4_148{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}._timestamp_zigu4_157{font-size:.75rem;color:#bbb;white-space:nowrap}._loadingContainer_zigu4_166{padding:1rem}._loadingSkeleton_zigu4_170{display:flex;flex-direction:column;gap:.75rem}._skeletonItem_zigu4_176{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:.75rem;padding:20px;border-radius:6px;animation:_pulse_zigu4_1 2s cubic-bezier(.4,0,.6,1) infinite;align-items:start}._skeletonAvatar_zigu4_187{width:2.5rem;height:2.5rem;background-color:#e5e7eb;border-radius:50%}._skeletonContent_zigu4_194{grid-column:2;grid-row:1}._skeletonText_zigu4_199{height:1rem;background-color:#e5e7eb;border-radius:.25rem;width:60%}._skeletonMeta_zigu4_206{grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._skeletonSubtext_zigu4_215{height:.75rem;background-color:#e5e7eb;border-radius:.25rem;width:4rem}._skeletonContentText_zigu4_222{grid-column:2;grid-row:2;height:.875rem;background-color:#e5e7eb;border-radius:.25rem;width:80%;margin-top:.25rem}@keyframes _pulse_zigu4_1{0%,to{opacity:1}50%{opacity:.5}}._errorContainer_zigu4_242{padding:1rem;text-align:center}._errorMessage_zigu4_247{color:#dc2626;margin-bottom:1rem}._retryButton_zigu4_252{padding:.5rem 1rem;background-color:var(--secondary);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}._retryButton_zigu4_252:hover{background-color:rgba(var(--secondary-rgb),.9)}._emptyState_zigu4_267{text-align:center;padding:2rem 0}._emptyIcon_zigu4_272{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}._emptyTitle_zigu4_279{color:var(--text-secondary);margin:0 0 .5rem}._emptySubtitle_zigu4_284{font-size:.875rem;color:var(--text-tertiary);margin:0}._paginationLoading_zigu4_291{display:flex;justify-content:center;padding:1rem 0}._spinner_zigu4_297{width:1.5rem;height:1.5rem;border:2px solid transparent;border-bottom-color:var(--secondary);border-radius:50%;animation:_spin_zigu4_297 1s linear infinite}@keyframes _spin_zigu4_297{to{transform:rotate(360deg)}}._endIndicator_zigu4_313{text-align:center;padding:1rem 0}._endText_zigu4_318{font-size:.875rem;color:#fff;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}._iconBlue_zigu4_326{background-color:#3b82f633}._iconBlue_zigu4_326 svg{color:#3b82f6}._iconRed_zigu4_334{background-color:#ef444433}._iconRed_zigu4_334 svg{color:#ef4444}._iconGreen_zigu4_342{background-color:#22c55e33}._iconGreen_zigu4_342 svg{color:#22c55e}._iconPurple_zigu4_350{background-color:#a855f733}._iconPurple_zigu4_350 svg{color:#a855f7}._iconOrange_zigu4_358{background-color:#f9731633}._iconOrange_zigu4_358 svg{color:#f97316}._iconYellow_zigu4_366{background-color:#eab30833}._iconYellow_zigu4_366 svg{color:#eab308}._iconIndigo_zigu4_374{background-color:#6366f133}._iconIndigo_zigu4_374 svg{color:#6366f1}._iconPink_zigu4_382{background-color:#ec489933}._iconPink_zigu4_382 svg{color:#ec4899}._iconGray_zigu4_390{background-color:#6b728033}._iconGray_zigu4_390 svg{color:#6b7280}@media (max-width: 768px){._header_zigu4_7{flex-direction:column;align-items:stretch}._unreadCounter_zigu4_16{text-align:center}._markAllButton_zigu4_30{justify-content:center}._notificationItem_zigu4_56{padding:.75rem}._notificationIcon_zigu4_417,._userAvatar_zigu4_76{width:2rem;height:2rem}._notificationIcon_zigu4_417 svg,._avatarPlaceholder_zigu4_98 svg{width:1rem;height:1rem}}._FollowRequestDetailContainer_1owrk_2{height:100%;display:flex;flex-direction:column;background:var(--bg-page);overflow-y:auto}._FollowRequestDetailHeader_1owrk_11{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}._FollowRequestDetailHeaderTitle_1owrk_19{font-size:1.25rem;font-weight:700;color:#fff;margin:0}._FollowRequestDetailCloseButton_1owrk_26{background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}._FollowRequestDetailCloseButton_1owrk_26:hover:not(:disabled){background:#fff3;transform:scale(1.05)}._FollowRequestDetailCloseButton_1owrk_26:disabled{opacity:.5;cursor:not-allowed}._FollowRequestDetailContent_1owrk_51{flex:1;padding:0rem;display:flex;flex-direction:column;gap:5px;overflow-y:auto;align-items:center;align-self:center;overflow:hidden;justify-content:center}._FollowRequestDetailAvatarContainer_1owrk_66{width:120px;height:120px;border-radius:6px;overflow:hidden;border:4px solid rgba(255,255,255,.1)}._FollowRequestDetailAvatar_1owrk_66{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._FollowRequestDetailSystemIconContainer_1owrk_81{width:120px;height:120px;border-radius:6px;background:#6366f133;display:flex;align-items:center;justify-content:center;color:#6366f1;border:4px solid rgba(99,102,241,.3)}._FollowRequestDetailUserName_1owrk_94{font-size:1.5rem;font-weight:600;color:#fff;margin:10px 0 0;text-align:center}._FollowRequestDetailUsername_1owrk_103{font-size:1rem;color:#bbb;margin:-5px 0 0;text-align:center}._FollowRequestDetailSystemLabel_1owrk_111{font-size:1.5rem;font-weight:600;color:#6366f1;margin:10px 0 0;text-align:center}._FollowRequestDetailDate_1owrk_121{font-size:.875rem;color:#999;text-align:center;margin:0}._FollowRequestDetailMessage_1owrk_130{font-size:.9rem;color:#ddd;text-align:center;line-height:1.6;max-width:500px;margin:.5rem 0;padding:1rem;background:#ffffff0d;border-radius:6px;width:100%;margin-top:25px}._FollowRequestDetailMessage_1owrk_130 p{margin:0}._FollowRequestDetailActions_1owrk_149{display:flex;gap:15px;width:100%;margin-top:20px}._FollowRequestDetailButton_1owrk_157{flex:1;padding:10px 15px;border-radius:6px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:5px}._FollowRequestDetailButton_1owrk_157:disabled{opacity:.7;cursor:not-allowed}._FollowRequestDetailAcceptButton_1owrk_177{background:#22c55e!important;color:#fff}._FollowRequestDetailRejectButton_1owrk_183{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}._FollowRequestDetailSpinner_1owrk_190{animation:_FollowRequestDetailSpin_1owrk_190 1s linear infinite}@keyframes _FollowRequestDetailSpin_1owrk_190{to{transform:rotate(360deg)}}._FollowRequestDetailInfo_1owrk_201{margin-top:1rem;padding:1rem;background:#3b82f61a;border-radius:8px;border-left:3px solid #3b82f6;max-width:500px}._FollowRequestDetailInfoText_1owrk_210{font-size:.875rem;color:#bbb;margin:0;line-height:1.5}@media (max-width: 768px){._FollowRequestDetailHeader_1owrk_11{padding:1rem}._FollowRequestDetailHeaderTitle_1owrk_19{font-size:1.125rem}._FollowRequestDetailContent_1owrk_51{padding:1.5rem 1rem}._FollowRequestDetailAvatarContainer_1owrk_66{width:100px;height:100px}._FollowRequestDetailUserName_1owrk_94{font-size:1.5rem}._FollowRequestDetailUsername_1owrk_103{font-size:1rem}._FollowRequestDetailActions_1owrk_149{flex-direction:column;max-width:100%}._FollowRequestDetailButton_1owrk_157{width:100%}}._inboxContainer_1homm_4{display:flex;height:100dvh}._sidebarInbox_1homm_10{width:400px;background:var(--bg-input);display:flex;flex-direction:column;border-right:1px solid #292c34}._sidebarInboxHeader_1homm_18{height:calc(var(--header-height) + 120px);background-color:#222228}._sidebarInboxHeaderTop_1homm_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._sidebarTitle_1homm_30{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}._iconButton_1homm_36{color:var(--color-text-secondary);padding:.5rem;border-radius:.5rem;transition:color .15s ease}._iconButton_1homm_36:hover{color:var(--color-text-primary)}._tabsInbox_1homm_47{display:flex;margin-top:calc(var(--header-height) + 20px)!important;border-radius:.75rem;padding:.25rem;padding-top:0}._tabButtonInbox_1homm_57{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;padding-top:0;border-radius:.5rem;font-weight:500;transition:all .2s ease;color:var(--color-text-secondary)}._tabButtonInbox_1homm_57:hover{color:var(--color-text-primary)}._tabButtonInboxActive_1homm_75{background:var(--color-secondary);color:#fff}._searchWrapperInbox_1homm_81{position:relative;margin-top:1rem}._searchInputInbox_1homm_86{width:100%;background:var(--color-card-background);border:1px solid var(--color-card-border);border-radius:.75rem;padding:.75rem 1rem .75rem 2.5rem;color:var(--color-text-primary)}._searchInputInbox_1homm_86::-moz-placeholder{color:var(--color-text-tertiary)}._searchInputInbox_1homm_86::placeholder{color:var(--color-text-tertiary)}._searchInputInbox_1homm_86:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--color-secondary)}._searchWrapper_1homm_81{position:relative;margin-top:1rem}._searchInput_1homm_86{width:100%;background:var(--color-card-background);border:1px solid var(--color-card-border);border-radius:.75rem;padding:.75rem 1rem .75rem 2.5rem;color:var(--color-text-primary)}._searchInput_1homm_86::-moz-placeholder{color:var(--color-text-tertiary)}._searchInput_1homm_86::placeholder{color:var(--color-text-tertiary)}._searchInput_1homm_86:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--color-secondary)}._searchIcon_1homm_132{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--color-text-tertiary)}._listColumn_1homm_143{flex:1;overflow-y:auto;max-height:calc(100dvh - calc(var(--header-height) + 120px))}._mainColumn_1homm_150{flex:1;display:flex;flex-direction:column;height:100%;height:100dvh;position:fixed;right:0;top:0;width:calc(100dvw - 725px);height:calc(100dvh - var(--header-height));margin-top:var(--header-height)}._emptyState_1homm_165{height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-card-background)}._emptyStateContent_1homm_173{text-align:center}._emptyTitle_1homm_177{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._emptySubtitle_1homm_184{color:var(--color-text-secondary);max-width:28rem}._iconSmall_1homm_190{width:1rem;height:1rem}._emptyIcon_1homm_195{width:4rem;height:4rem;color:var(--color-text-tertiary);display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}._sidebarHidden_1homm_206{transform:translate(-100%);transition:transform .3s ease-in-out}._mainColumnOverlay_1homm_211{position:fixed!important;top:var(--header-height)!important;left:0!important;width:100vw!important;height:calc(100vh - var(--header-height))!important;z-index:1000;background:var(--bg-input);transform:translate(0);transition:transform .3s ease-in-out}@media (max-width: 1023px){._inboxContainer_1homm_4{flex-direction:column}._sidebar_1homm_10{width:100%}}@media (max-width: 767px){._sidebarInbox_1homm_10{width:100%;position:relative;z-index:1}._mainColumn_1homm_150{position:fixed;top:var(--header-height);right:0;width:100vw;height:calc(100vh - var(--header-height));z-index:0}}._container_k715b_1{padding:16px}._content_k715b_5{display:block}._center_k715b_9{display:flex;align-items:center;justify-content:center}._footer_k715b_15{background:var(--surface);border-top:1px solid var(--card-border)}._footerContent_k715b_20{max-width:1200px;margin:0 auto;padding:24px 16px}._footerLogoSection_k715b_26{display:flex;justify-content:center;margin-bottom:16px}._footerLogoIcon_k715b_32 img{height:32px;width:auto}._footerNavigation_k715b_37{display:flex;justify-content:center;margin-bottom:12px}._footerNavLinks_k715b_43{list-style:none;display:flex;gap:16px;padding:0;margin:0}._footerNavLinks_k715b_43 a{color:var(--text-secondary);text-decoration:none}._footerCopyright_k715b_56{text-align:center;color:var(--text-tertiary);font-size:.875rem}._container_pvlor_1{margin:0 auto;padding-left:100px;padding-right:100px;padding-top:70px;border-top:1px solid #222}@media (max-width: 768px){._container_pvlor_1{padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;border-top:none}._pageHeader_pvlor_19{margin-bottom:1.5rem}._title_pvlor_23{font-size:1.5rem;margin-bottom:.5rem}._subtitle_pvlor_28{font-size:.875rem;line-height:1.4}}._pageHeader_pvlor_19{margin-bottom:20px}._title_pvlor_23{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:6px}._subtitle_pvlor_28{color:#ffffffb3}._center_pvlor_49{display:flex;align-items:center;justify-content:center;padding:32px 0}._spinner_pvlor_56{width:32px;height:32px;border:2px solid transparent;border-bottom:2px solid var(--color-secondary);border-radius:50%;animation:_spin_pvlor_56 1s linear infinite}._spinnerText_pvlor_65{margin-left:12px;color:var(--color-text-secondary)}._error_pvlor_70{background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:16px;margin-bottom:24px}._errorRow_pvlor_78{display:flex;align-items:center;gap:12px}._errorTitle_pvlor_84{color:#f87171;font-weight:500}._errorText_pvlor_89{color:#fca5a5;font-size:.875rem;margin-top:4px}._grid_pvlor_95{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@keyframes _spin_pvlor_56{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._grid_pvlor_95{grid-template-columns:1fr;gap:1rem}}@media (min-width: 640px){._grid_pvlor_95{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width: 1024px){._grid_pvlor_95{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (min-width: 1280px){._grid_pvlor_95{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1536px){._grid_pvlor_95{grid-template-columns:repeat(4,1fr);margin:0 auto}}._card_adwfw_1{background:linear-gradient(135deg,var(--color-secondary),rgba(99,102,241,.4));padding:1px;border-radius:6px;cursor:pointer;transition:transform .2s ease}._cardInner_adwfw_12{background:#11182799;border:1px solid rgba(165,148,249,.25);border-radius:6px;padding:14px;color:#fff}._cardInner_adwfw_12:hover{border-color:#a594f999}._eventInfo_adwfw_29{margin-bottom:12px}._title_adwfw_33{font-size:1rem;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dateInfo_adwfw_44{display:flex;align-items:center;gap:8px;color:#ffffffbf;font-size:.75rem;margin-bottom:4px}._dateInfo_adwfw_44:last-child{margin-bottom:0}._iconXs_adwfw_56{width:12px;height:12px}._image_adwfw_58{margin-bottom:10px}._image_adwfw_58 img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:transform .3s ease}._footer_adwfw_68{display:flex;align-items:center;padding-top:10px;border-top:1px solid rgba(148,163,184,.25)}._footerLeft_adwfw_75{display:flex;align-items:center;gap:6px}._ticketIcon_adwfw_80{width:14px;height:14px;color:var(--color-secondary)}._ticketId_adwfw_81{font-size:.75rem;color:#ffffffbf;font-family:monospace}._overlay_1p37o_1{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}._modal_1p37o_16{background:linear-gradient(135deg,#111827f2,#1f2937f2);border:1px solid rgba(165,148,249,.3);border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._header_1p37o_28{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(165,148,249,.2)}._title_1p37o_36{font-size:1.25rem;font-weight:600;color:#fff;margin:0}._closeButton_1p37o_43{padding:8px;background:transparent;border:none;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s ease}._closeButton_1p37o_43:hover{background:#ffffff1a;color:#fff}._closeIcon_1p37o_58{width:20px;height:20px}._content_1p37o_63{padding:24px}._firstRow_1p37o_68{display:grid;grid-template-columns:1fr;gap:15px;margin-bottom:24px}@media (min-width: 768px){._firstRow_1p37o_68{grid-template-columns:1fr auto}}._leftCol_1p37o_81{display:grid;gap:12px}._rightCol_1p37o_87{display:flex;align-items:flex-end;justify-content:flex-end}._qrImgWrapper_1p37o_93{background:#fff;border-radius:6px;padding:16px;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(165,148,249,.2)}._qrImg_1p37o_93{width:150px;height:150px;image-rendering:pixelated}._ticketCodeSection_1p37o_109{margin-bottom:0}._issueDateSection_1p37o_113{background:#0003;border-radius:8px;padding:12px 16px 0}._issueDateRow_1p37o_120{display:flex;flex-direction:column;align-items:flex-start;gap:6px}._issueDateLabel_1p37o_127{font-size:.875rem;font-weight:600;color:#fff}._issueDateValue_1p37o_133{font-size:.875rem;color:#ffffffd9}._ticketCodeHeader_1p37o_138{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}._sectionTitle_1p37o_145{font-size:1rem;font-weight:600;color:#fff;margin:0;display:flex;align-items:center;gap:8px}._sectionIcon_1p37o_155{width:16px;height:16px;color:var(--color-secondary)}._copyButton_1p37o_161{padding:6px;background:#0000004d;border:1px solid rgba(165,148,249,.3);border-radius:6px;color:var(--color-secondary);cursor:pointer;transition:all .2s ease;height:40px;width:40px;display:flex;align-items:center;justify-content:center;text-align:center}._copyButton_1p37o_161:hover{background:#a594f933;border-color:#a594f980}._copyIcon_1p37o_182{width:14px;height:14px}._ticketCode_1p37o_109{background:#0000004d;border:1px solid rgba(165,148,249,.3);border-radius:6px;font-family:Courier New,monospace;font-size:.875rem;color:var(--color-secondary);text-align:center;letter-spacing:1px;word-break:break-all;height:40px;line-height:38px}._ticketCodeValueRow_1p37o_202{display:flex;align-items:center;gap:8px}._codeGrow_1p37o_208{flex:1}._qrCodeSection_1p37o_212{margin-bottom:32px;text-align:center}._qrCodeContainer_1p37o_217{background:#fff;border-radius:6px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:16px;border:2px solid rgba(165,148,249,.2)}._qrCodeIcon_1p37o_228{width:120px;height:120px;color:#000}._qrCodeText_1p37o_234{font-size:.875rem;color:#666;margin:0;font-weight:500}._ownerSection_1p37o_241,._eventSection_1p37o_242{margin-bottom:24px}._ownerSection_1p37o_241:last-child,._eventSection_1p37o_242:last-child{margin-bottom:0}._ownerInfo_1p37o_251,._eventInfo_1p37o_252{background:#0003;border-radius:8px;padding:16px 16px 0;margin-top:12px}._ownerGridRow_1p37o_261{display:grid;gap:12px;margin-bottom:0}._ownerGrid3070_1p37o_267{grid-template-columns:40% 60%}._ownerGrid5050_1p37o_268{grid-template-columns:1fr 1fr}._grid6040_1p37o_269{grid-template-columns:60% 40%}._ownerColSpan_1p37o_270{grid-column:1 / -1}._infoRow_1p37o_272{display:flex;flex-direction:column;gap:4px;margin-bottom:15px}._infoRow_1p37o_272:last-child{margin-bottom:0}._infoLabel_1p37o_283{font-size:.75rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._infoValue_1p37o_294{font-size:.875rem;color:#fff;font-weight:400;display:flex;align-items:center;gap:8px}._age_1p37o_303{font-size:.75rem;color:var(--color-secondary);font-weight:500}._actionsFooter_1p37o_310{margin-top:20px;border-top:1px solid rgba(165,148,249,.2);padding-top:20px}._actionsGrid_1p37o_316{display:grid;grid-template-columns:1fr 1fr;gap:10px}._actionButton_1p37o_322{width:100%;height:44px;border-radius:6px;border:1px solid rgba(165,148,249,.3);color:#e5e7eb;background:#0000004d;cursor:pointer;transition:background .2s ease,border-color .2s ease}._actionButton_1p37o_322:hover{background:#a594f91a;border-color:#a594f980}@media (max-width: 640px){._overlay_1p37o_1{padding:16px}._modal_1p37o_16{max-width:100%}._header_1p37o_28{padding:16px 20px}._content_1p37o_63{padding:20px}._qrCodeContainer_1p37o_217{padding:30px 20px}._qrCodeIcon_1p37o_228{width:100px;height:100px}._rightCol_1p37o_87{justify-content:center;margin-top:16px}._qrImgWrapper_1p37o_93{margin:0 auto}}._containerProfile_1c2sd_3{width:calc(100% - 480px);max-width:1200px;margin:0 auto;padding:0;margin-top:calc(var(--header-height) - 20px);background-color:#222228!important}._profileHeader_1c2sd_12{position:relative}._coverImage_1c2sd_16{height:275px;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);position:relative;overflow:hidden}._coverOverlay_1c2sd_23{position:absolute;inset:0;background:#0003}._coverActions_1c2sd_29{position:absolute;top:16px;right:16px;display:flex;gap:8px}._coverButton_1c2sd_41{padding:8px 16px;border-radius:9999px;font-size:14px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}._coverButtonPrimary_1c2sd_51{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff}._coverButtonPrimary_1c2sd_51:hover{background:#ffffff4d}._coverButtonSecondary_1c2sd_61{background:#fff;color:#111827}._coverButtonSecondary_1c2sd_61:hover{background:#f3f4f6}._profilePicture_1c2sd_70{position:absolute;bottom:-80px;left:24px}._profilePictureName_1c2sd_76{position:absolute;bottom:-60px;left:180px;right:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}._profilePictureNameLeft_1c2sd_87{display:flex;align-items:center;gap:12px}._profilePictureNameRight_1c2sd_93{display:flex;flex-direction:column;align-items:flex-end;gap:12px}._profilePictureStats_1c2sd_100{display:flex;gap:24px;font-size:14px}._profileRightActions_1c2sd_106{display:flex;align-items:center;gap:10px}._actionButton_1c2sd_112{padding:8px 14px;border-radius:6px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.2);cursor:pointer}._actionButtonPrimary_1c2sd_126{background:#fff;color:#111827;border-color:#fff}._actionButtonSecondary_1c2sd_136{background:transparent;color:#e5e7eb}._followBtnUnfollow_1c2sd_146{background:#10b981;border-color:#10b981;color:#fff}._followBtnAwaiting_1c2sd_157{background:transparent;color:#f59e0b;border-color:#f59e0b}._followBtnFollowing_1c2sd_167{background:transparent;color:#ef4444;border-color:#ef4444}._profilePictureStatItem_1c2sd_177{text-align:center}._profilePictureStatNumber_1c2sd_181{font-weight:700;color:#fff;font-size:16px;display:block}._profilePictureStatLabel_1c2sd_188{color:#d1d5db;font-size:12px;display:block}._profilePictureContainer_1c2sd_194{width:128px;height:128px;border-radius:6px;background:#fff;padding:3px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}._profilePictureInner_1c2sd_204{width:100%;height:100%;border-radius:6px;background:#e5e7eb;overflow:hidden;position:relative}._profilePictureImage_1c2sd_213{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._profilePictureHoverOverlay_1c2sd_219{position:absolute;inset:4px;border-radius:12px;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}._profilePictureContainer_1c2sd_194:hover ._profilePictureHoverOverlay_1c2sd_219{opacity:1;pointer-events:auto}._updatePhotoButton_1c2sd_237{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;color:#111827;border:none;border-radius:9999px;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .05s ease}._updatePhotoButton_1c2sd_237:hover{background:#fff}._updatePhotoIcon_1c2sd_256{width:16px;height:16px}._avatarModalContent_1c2sd_261{display:flex;flex-direction:column;gap:16px;padding:20px}._avatarPreviewBox_1c2sd_268{background:#0f172a;border-radius:6px;overflow:hidden;width:100%;max-width:400px;max-height:400px;aspect-ratio:1 / 1;margin:0 auto;position:relative}._avatarPreviewImage_1c2sd_280{position:absolute;top:50%;left:50%;will-change:transform;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}._avatarDropZone_1c2sd_289{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:10px}._avatarZoomRow_1c2sd_300{display:flex;align-items:center;gap:12px;margin-top:12px}._avatarZoomSlider_1c2sd_307{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#374151;border-radius:9999px;outline:none}._avatarZoomSlider_1c2sd_307::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#ff0080;border-radius:50%;cursor:pointer}._avatarZoomSlider_1c2sd_307::-moz-range-thumb{width:16px;height:16px;background:#ff0080;border:none;border-radius:50%;cursor:pointer}._avatarDropZoneText_1c2sd_336{color:#d1d5db;font-size:14px}._avatarInput_1c2sd_341{display:none}._avatarActions_1c2sd_345{display:flex;gap:15px;padding-top:8px}._avatarButtonPrimary_1c2sd_351{background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarButtonSecondary_1c2sd_371{background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._actions_1c2sd_391{display:flex;gap:15px}._grow_1c2sd_392{flex:1}._cancelBtn_1c2sd_393{width:100%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._confirmBtn_1c2sd_412{width:100%;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._profilePicturePlaceholder_1c2sd_433{width:100%;height:100%;background:linear-gradient(135deg,#60a5fa,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;font-weight:700}._profileContent_1c2sd_445{padding-top:80px;padding-bottom:24px}._profileInfo_1c2sd_452{margin-bottom:24px}._profileHeaderInfo_1c2sd_456{display:flex;align-items:center;gap:12px;margin-bottom:16px}._profileName_1c2sd_463{font-size:24px;font-weight:700;color:#fff;margin:0}._verifiedBadge_1c2sd_470{width:24px;height:24px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center}._verifiedIcon_1c2sd_480{width:16px;height:16px;color:#fff}._username_1c2sd_486{color:#d1d5db;font-size:18px;margin:0 0 16px}._interests_1c2sd_122{display:flex;flex-wrap:wrap;gap:8px;margin:18px 24px 24px}._interestsRow_1c2sd_502{display:flex;justify-content:space-between;align-items:center}._interestsActions_1c2sd_122{display:flex;gap:10px;margin-right:24px}._interestTag_1c2sd_514{padding:4px 12px;background:#dbeafe;color:#1e40af;font-size:14px;border-radius:9999px;font-weight:500}._stats_1c2sd_523{display:flex;gap:32px;font-size:14px;margin-bottom:24px}._statItem_1c2sd_530{text-align:center}._statNumber_1c2sd_534{font-weight:700;color:#fff;font-size:18px}._statLabel_1c2sd_540{color:#d1d5db}._profileTabs_1c2sd_544{display:flex;border-bottom:1px solid #374151;margin-bottom:24px;justify-content:center}._privateNotice_1c2sd_551{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:50px;padding:60px 40px;border-top:1px solid rgba(107,114,128,.2)}._privateNoticeIcon_1c2sd_562{width:48px;height:48px;color:#9ca3af;margin-bottom:20px;opacity:.8}._privateNoticeTitle_1c2sd_570{color:#fff;font-weight:600;font-size:20px;margin:0 0 12px}._privateNoticeText_1c2sd_577{color:#d1d5db;font-size:16px;margin:0;line-height:1.5;max-width:400px}._profileTab_1c2sd_544{display:flex;align-items:center;gap:8px;padding:16px 24px;background:none;border:none;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;white-space:nowrap}._profileTab_1c2sd_544:hover{color:#d1d5db}._profileTab_1c2sd_544._active_1c2sd_605{color:#fff;border-bottom-color:#3b82f6}._profileTabIcon_1c2sd_610{width:16px;height:16px}._publicCoverImage_1c2sd_616{background:linear-gradient(135deg,#10b981,#14b8a6,#3b82f6)}._publicInterestTag_1c2sd_620{background:#d1fae5;color:#065f46}._publicActionButtonPrimary_1c2sd_625{background:#10b981;border-color:#10b981}._publicActionButtonPrimary_1c2sd_625:hover{background:#059669}._publicProfilePicturePlaceholder_1c2sd_634{background:linear-gradient(135deg,#34d399,#3b82f6)}._mobileStats_1c2sd_639,._mobileActions_1c2sd_643{display:none}@media (max-width: 480px){._containerProfile_1c2sd_3{margin-top:calc(var(--header-height) - 20px);width:100dvw}._coverImage_1c2sd_16{height:200px;margin-top:calc(var(--header-height) - 15px)}._coverActions_1c2sd_29{top:12px;right:12px;flex-direction:column;gap:4px}._coverButton_1c2sd_41{padding:6px 12px;font-size:12px}._profilePicture_1c2sd_70{left:16px;bottom:-60px}._profilePictureContainer_1c2sd_194{width:100px;height:100px}._profilePicturePlaceholder_1c2sd_433{font-size:32px}._profilePictureName_1c2sd_76{position:absolute;left:auto;bottom:auto;margin-top:16px;padding:0;flex-direction:row;align-items:center;gap:16px;right:0;width:calc(100dvw - 132px)}._profilePictureNameLeft_1c2sd_87{display:flex;align-items:center;gap:12px;flex:1}._profilePictureNameRight_1c2sd_93{display:none}._profileName_1c2sd_463{font-size:22px;font-weight:700;color:#fff;margin:0}._verifiedBadge_1c2sd_470{width:20px;height:20px}._verifiedIcon_1c2sd_480{width:14px;height:14px}._interests_1c2sd_122,._interestsRow_1c2sd_502,._interestsActions_1c2sd_122{display:none}._mobileStats_1c2sd_639{display:flex;justify-content:center;gap:24px;margin:100px 16px 20px;padding:16px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}._mobileStatItem_1c2sd_755{text-align:center;cursor:pointer}._mobileStatNumber_1c2sd_760{font-size:18px;font-weight:700;color:#fff;display:block;margin-bottom:2px}._mobileStatLabel_1c2sd_768{font-size:12px;color:#d1d5db;display:block}._mobileActions_1c2sd_643{display:flex;gap:8px;margin:0 16px 20px}._mobileActionButton_1c2sd_781{flex:1;padding:12px 16px;font-size:.8rem;font-weight:600;border-radius:8px;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid;cursor:pointer}._mobileFollowBtnUnfollow_1c2sd_797{background:#10b981;border-color:#10b981;color:#fff}._mobileFollowBtnAwaiting_1c2sd_803{background:transparent;color:#f59e0b;border-color:#f59e0b}._mobileFollowBtnFollowing_1c2sd_809{background:transparent;color:#ef4444;border-color:#ef4444}._mobileActionButtonSecondary_1c2sd_815{background:#ffffff1a;color:#e5e7eb;border-color:#fff3}._profileContent_1c2sd_445{padding:0 0 24px}._profileInfo_1c2sd_452{margin-bottom:0}._profileTabs_1c2sd_544{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0 16px 24px;justify-content:flex-start}._profileTabs_1c2sd_544::-webkit-scrollbar{display:none}._profileTab_1c2sd_544{padding:12px 16px;font-size:13px;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}._privateNotice_1c2sd_551{margin:16px;padding:40px 20px}._privateNoticeIcon_1c2sd_562{width:40px;height:40px;margin-bottom:16px}._privateNoticeTitle_1c2sd_570{font-size:18px}._privateNoticeText_1c2sd_577{font-size:14px}._container_1c2sd_3{width:100%}._publicCoverImage_1c2sd_616{height:200px;margin-top:calc(var(--header-height) - 15px)}}._tabContent_1c2sd_879{margin-top:24px;min-height:400px}._placeholderContent_1c2sd_884{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;color:#ffffffb3}._placeholderIcon_1c2sd_894{font-size:48px;margin-bottom:16px;opacity:.5}._placeholderTitle_1c2sd_900{font-size:20px;font-weight:600;margin:0 0 8px;color:#fff}._placeholderText_1c2sd_907{font-size:14px;margin:0;line-height:1.5;max-width:400px}._userCard_8fhlj_1{display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--bg-input);border-radius:6px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border:1px solid transparent}._userInfo_8fhlj_14{display:flex;align-items:center;gap:12px;flex:1;min-width:0}._avatarContainer_8fhlj_22{flex-shrink:0}._avatar_8fhlj_22{width:48px;height:48px;border-radius:6px;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.1)}._avatarPlaceholder_8fhlj_34{width:48px;height:48px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.1)}._avatarPlaceholder_8fhlj_34 span{color:#fff;font-weight:600;font-size:18px}._userDetails_8fhlj_51{flex:1;min-width:0}._userName_8fhlj_56{font-size:.95rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userUsername_8fhlj_66{font-size:14px;color:#ffffffb3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._actionButton_8fhlj_75{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}._actionButton_8fhlj_75:disabled{opacity:.6;cursor:not-allowed}._followButton_8fhlj_94{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._followButton_8fhlj_94:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px)}._followingButton_8fhlj_104{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}._followingButton_8fhlj_104:hover:not(:disabled){background:#22c55e4d}._pendingButton_8fhlj_114{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}._pendingButton_8fhlj_114:hover:not(:disabled){background:#fbbf244d}._actionIcon_8fhlj_124{width:16px;height:16px}@media (max-width: 768px){._userCard_8fhlj_1{padding:12px}._avatar_8fhlj_22,._avatarPlaceholder_8fhlj_34{width:40px;height:40px}._avatarPlaceholder_8fhlj_34 span{font-size:16px}._userName_8fhlj_56{font-size:15px}._userUsername_8fhlj_66{font-size:13px}._actionButton_8fhlj_75{padding:6px 12px;font-size:13px}}._followersContainer_14cgm_1{max-width:100%}._followersHeader_14cgm_6{display:flex;gap:15px;margin-bottom:24px;flex-wrap:wrap}._followersSearchContainer_14cgm_13{flex:1;min-width:200px}._followersSearchInputWrapper_14cgm_18{position:relative;display:flex;align-items:center}._followersSearchIcon_14cgm_24{position:absolute;left:12px;width:18px;height:18px;color:#ffffff80;z-index:1}._followersStats_14cgm_33{margin-bottom:24px}._followersStatsItem_14cgm_37{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:14px}._followersStatsIcon_14cgm_45{width:16px;height:16px}._followersStatsText_14cgm_50{font-weight:500}._followersUsersContainer_14cgm_54{max-height:600px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}._followersUsersContainer_14cgm_54::-webkit-scrollbar{width:6px}._followersUsersContainer_14cgm_54::-webkit-scrollbar-track{background:transparent}._followersUsersContainer_14cgm_54::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._followersUsersContainer_14cgm_54::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._followersUsersGrid_14cgm_78{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:24px}@media (max-width: 768px){._followersUsersGrid_14cgm_78{grid-template-columns:1fr;gap:12px}._followersContainer_14cgm_1{padding:16px}._followersHeader_14cgm_6{flex-direction:column;gap:12px}._followersSearchContainer_14cgm_13{min-width:unset}._followersSortSelect_14cgm_105{min-width:unset;width:100%}}@media (min-width: 769px) and (max-width: 1024px){._followersUsersGrid_14cgm_78{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){._followersUsersGrid_14cgm_78{grid-template-columns:repeat(3,1fr)}}._followersEmptyState_14cgm_125{text-align:center;padding:60px 20px;color:#ffffffb3}._followersEmptyIcon_14cgm_131{width:48px;height:48px;margin:0 auto 16px;color:#ffffff4d}._followersEmptyTitle_14cgm_138{font-size:18px;font-weight:600;margin:0 0 8px;color:#fff}._followersEmptyMessage_14cgm_145{font-size:14px;margin:0;line-height:1.5}._followersErrorContainer_14cgm_151{text-align:center;padding:60px 20px;color:#ffffffb3}._followersErrorIcon_14cgm_157{font-size:48px;margin-bottom:16px}._followersErrorTitle_14cgm_162{font-size:18px;font-weight:600;margin:0 0 8px;color:#ef4444}._followersErrorMessage_14cgm_169{font-size:14px;margin:0 0 24px;line-height:1.5}._followersRetryButton_14cgm_175{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._followersRetryButton_14cgm_175:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px)}._followersLoadingContainer_14cgm_192{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px;color:#ffffffb3}._followersLoadingIcon_14cgm_201{width:20px;height:20px;animation:_spin_14cgm_1 1s linear infinite}._followersLoadingText_14cgm_207{font-size:14px}._followersEndIndicator_14cgm_211{text-align:center;padding:24px;color:#ffffff80;font-size:14px;font-style:italic}@keyframes _spin_14cgm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._followingContainer_h7h3c_1{max-width:100%}._followingHeader_h7h3c_5{display:flex;gap:15px;margin-bottom:24px;flex-wrap:wrap}._followingSearchContainer_h7h3c_12{flex:1;min-width:200px}._followingStats_h7h3c_17{margin-bottom:24px}._followingStatsItem_h7h3c_21{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:14px}._followingStatsIcon_h7h3c_29{width:16px;height:16px}._followingStatsText_h7h3c_34{font-weight:500}._followingUsersContainer_h7h3c_38{max-height:600px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}._followingUsersContainer_h7h3c_38::-webkit-scrollbar{width:6px}._followingUsersContainer_h7h3c_38::-webkit-scrollbar-track{background:transparent}._followingUsersContainer_h7h3c_38::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._followingUsersContainer_h7h3c_38::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._followingUsersGrid_h7h3c_62{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:24px}@media (max-width: 768px){._followingUsersGrid_h7h3c_62{grid-template-columns:1fr;gap:12px}._followingContainer_h7h3c_1{padding:16px}._followingHeader_h7h3c_5{flex-direction:column;gap:12px}._followingSearchContainer_h7h3c_12{min-width:unset}._followingSortSelect_h7h3c_89{min-width:unset;width:100%}}@media (min-width: 769px) and (max-width: 1024px){._followingUsersGrid_h7h3c_62{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){._followingUsersGrid_h7h3c_62{grid-template-columns:repeat(3,1fr)}}._followingEmptyState_h7h3c_109{text-align:center;padding:60px 20px;color:#ffffffb3}._followingEmptyIcon_h7h3c_115{width:48px;height:48px;margin:0 auto 16px;color:#ffffff4d}._followingEmptyTitle_h7h3c_122{font-size:18px;font-weight:600;margin:0 0 8px;color:#fff}._followingEmptyMessage_h7h3c_129{font-size:14px;margin:0;line-height:1.5}._followingErrorContainer_h7h3c_135{text-align:center;padding:60px 20px;color:#ffffffb3}._followingErrorIcon_h7h3c_141{font-size:48px;margin-bottom:16px}._followingErrorTitle_h7h3c_146{font-size:18px;font-weight:600;margin:0 0 8px;color:#ef4444}._followingErrorMessage_h7h3c_153{font-size:14px;margin:0 0 24px;line-height:1.5}._followingRetryButton_h7h3c_159{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._followingRetryButton_h7h3c_159:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px)}._followingLoadingContainer_h7h3c_176{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px;color:#ffffffb3}._followingLoadingIcon_h7h3c_185{width:20px;height:20px;animation:_spin_h7h3c_1 1s linear infinite}._followingLoadingText_h7h3c_191{font-size:14px}._followingEndIndicator_h7h3c_195{text-align:center;padding:24px;color:#ffffff80;font-size:14px;font-style:italic}@keyframes _spin_h7h3c_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._publicationsContainer_ky2hs_3{width:100%;max-width:80%;margin:0 auto}._postsList_ky2hs_9{display:flex;flex-direction:column;gap:16px}._errorContainer_ky2hs_16{display:flex;justify-content:center;padding:40px 20px}._errorCard_ky2hs_22{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:24px;text-align:center;max-width:400px}._errorTitle_ky2hs_31{color:#ef4444;font-size:18px;font-weight:600;margin:0 0 8px}._errorMessage_ky2hs_38{color:#d1d5db;font-size:14px;margin:0 0 16px;line-height:1.5}._retryButton_ky2hs_45{background:#ef4444;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}._retryButton_ky2hs_45:hover{background:#dc2626}._emptyContainer_ky2hs_62{display:flex;justify-content:center;padding:60px 20px}._emptyCard_ky2hs_68{text-align:center;max-width:400px}._emptyIcon_ky2hs_73{font-size:48px;margin-bottom:16px;opacity:.6}._emptyTitle_ky2hs_79{color:#fff;font-size:20px;font-weight:600;margin:0 0 8px}._emptyText_ky2hs_86{color:#d1d5db;font-size:14px;margin:0;line-height:1.5}._loadingContainer_ky2hs_94{display:flex;justify-content:center;padding:40px 20px}._loadingContent_ky2hs_100{display:flex;align-items:center;gap:12px;color:#9ca3af}._loadingSpinner_ky2hs_107{width:20px;height:20px;border:2px solid #374151;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_ky2hs_1 1s linear infinite}._loadingText_ky2hs_116{font-size:14px;font-weight:500}@keyframes _spin_ky2hs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._endOfFeed_ky2hs_127{display:flex;justify-content:center;padding:40px 20px;margin-top:20px}._endOfFeedText_ky2hs_134{color:#9ca3af;font-size:14px;font-weight:500;margin:0}@media (max-width: 768px){._publicationsContainer_ky2hs_3{padding:0 16px}._postsList_ky2hs_9{gap:12px}._errorCard_ky2hs_22,._emptyCard_ky2hs_68{margin:0 16px}._emptyIcon_ky2hs_73{font-size:40px}._emptyTitle_ky2hs_79{font-size:18px}}._avatarModalContent_1nim6_3{display:flex;flex-direction:column;gap:16px;padding:20px}._cropperContainer_1nim6_10{width:100%;max-width:400px!important;max-height:400px!important;aspect-ratio:1 / 1;margin:0 auto;position:relative;background:#0f172a;border-radius:6px;overflow:hidden}._cropper_1nim6_10{width:100%;height:100%}._cropperBackground_1nim6_27{background:#0f172a}._cropperImage_1nim6_31{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}._cropperWrapper_1nim6_37{width:100%;height:400px;position:relative;background:#0f172a;border-radius:6px;overflow:hidden}._zoomControls_1nim6_46{display:flex;align-items:center;gap:12px;margin-top:12px;padding:0 16px}._zoomControls_1nim6_46 label{color:#d1d5db;font-size:14px;font-weight:500;min-width:40px}._zoomSlider_1nim6_61{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:4px;background:#374151;border-radius:9999px;outline:none}._zoomSlider_1nim6_61::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#ff0080;border-radius:50%;cursor:pointer}._zoomSlider_1nim6_61::-moz-range-thumb{width:16px;height:16px;background:#ff0080;border:none;border-radius:50%;cursor:pointer}.react-easy-crop__container{background:#0f172a!important}.react-easy-crop__image{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important}.react-easy-crop__crop-area{border:2px solid #FF0080!important;border-radius:50%!important}.react-easy-crop__crop-area-grid{border:1px solid rgba(255,0,128,.3)!important}._avatarDropZone_1nim6_109{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:10px}._avatarDropZoneText_1nim6_120{color:#d1d5db;font-size:14px}._errorText_1nim6_125{color:#ef4444;font-size:14px;text-align:center;padding:20px}._loadingContainer_1nim6_132{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:#9ca3af}._loadingSpinner_1nim6_142{width:32px;height:32px;border:3px solid #374151;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_1nim6_1 1s linear infinite}._loadingText_1nim6_151{font-size:14px;font-weight:500}@keyframes _spin_1nim6_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._avatarZoomRow_1nim6_161{display:flex;align-items:center;gap:12px;margin-top:12px}._avatarZoomSlider_1nim6_168{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#374151;border-radius:9999px;outline:none}._avatarZoomSlider_1nim6_168::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#ff0080;border-radius:50%;cursor:pointer}._avatarZoomSlider_1nim6_168::-moz-range-thumb{width:16px;height:16px;background:#ff0080;border:none;border-radius:50%;cursor:pointer}._avatarInput_1nim6_197{display:none}._avatarActions_1nim6_201{display:flex;gap:15px;padding-top:8px}._avatarButtonPrimary_1nim6_207{background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarButtonSecondary_1nim6_227{background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._actions_1nim6_247{display:flex;gap:15px}._grow_1nim6_252{flex:1}._cancelBtn_1nim6_256{width:100%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._confirmBtn_1nim6_276{width:100%;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._updatePhotoButton_1nim6_297{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;color:#111827;border:none;border-radius:9999px;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .05s ease}._updatePhotoButton_1nim6_297:hover{background:#fff}._updatePhotoIcon_1nim6_316{width:16px;height:16px}@media (max-width: 768px){._avatarModalContent_1nim6_3{padding:16px}._cropperContainer_1nim6_10{max-width:300px;max-height:300px}._avatarActions_1nim6_201{flex-direction:column;gap:12px}._cancelBtn_1nim6_256,._confirmBtn_1nim6_276{height:44px;font-size:.9rem}}._containerWallet_1iudr_3{max-width:1200px;margin:0 auto;margin-top:calc(var(--header-height) + 15px)}._pageHeaderWallet_1iudr_10{margin-bottom:2rem}._titleWallet_1iudr_14{display:flex;align-items:center;gap:.75rem;font-size:1.875rem;font-weight:700;color:var(--color-text-primary)}._subtitleWallet_1iudr_23{color:var(--color-text-secondary)}._cardsGrid_1iudr_28{display:grid;grid-template-columns:1fr;gap:15px;margin-bottom:15px}@media (min-width: 768px){._cardsGrid_1iudr_28{grid-template-columns:repeat(3,1fr)}}._cardGradient_1iudr_41{background:linear-gradient(135deg,var(--color-secondary),rgba(255,0,128,.8));color:#fff;padding:20px;border-radius:6px}._cardSurface_1iudr_48{background:var(--bg-input);padding:20px;border-radius:6px}._cardHeader_1iudr_54{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._cardTitle_1iudr_61{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}._cardTitleOnGradient_1iudr_67{color:#fff}._cardIcon_1iudr_71{width:1.5rem;height:1.5rem;color:var(--color-text-secondary)}._balanceValue_1iudr_77{font-size:1.875rem;font-weight:700}._mutedText_1iudr_82{color:var(--color-text-tertiary);font-size:.875rem;margin-top:.5rem}._actionsColumn_1iudr_88{display:flex;flex-direction:column;gap:.75rem}._buttonPrimary_1iudr_94{width:100%;background:var(--color-secondary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;transition:filter .2s ease}._buttonPrimary_1iudr_94:hover{filter:brightness(.95)}._buttonGhost_1iudr_109{width:100%;background:var(--color-bg);border:1px solid var(--card-border);color:var(--color-text-primary);padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;transition:background .2s ease}._buttonGhost_1iudr_109:hover{background:#ffffff0a}._sectionCard_1iudr_126{background:var(--color-bg);border-radius:6px;padding:20px}._sectionHeader_1iudr_132{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._sectionTitle_1iudr_139{font-size:1.25rem;font-weight:600;color:var(--color-text-primary)}._linkAction_1iudr_145{color:var(--color-secondary);font-size:.875rem;font-weight:600}._transactions_1iudr_151{display:flex;flex-direction:column;gap:1rem}._transactionRow_1iudr_157{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#1a1a1f;border:1px solid var(--card-border);border-radius:var(--radius-md)}._transactionLeft_1iudr_167{display:flex;align-items:center;gap:1rem}._transactionBadge_1iudr_173{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600}._badgeCredit_1iudr_183{background:#03dac633;color:var(--color-success)}._badgeDebit_1iudr_188{background:#cf667933;color:var(--color-error)}._transactionTitle_1iudr_193{font-weight:600;color:var(--color-text-primary)}._transactionSubtitle_1iudr_198{font-size:.875rem;color:var(--color-text-secondary)}._transactionRight_1iudr_203{text-align:right}._transactionAmount_1iudr_207{font-weight:700}._transactionDate_1iudr_211{font-size:.875rem;color:var(--color-text-tertiary)}._methodsGrid_1iudr_217{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 768px){._methodsGrid_1iudr_217{grid-template-columns:repeat(2,1fr)}}._methodItem_1iudr_229{display:flex;align-items:center;gap:1rem;padding:1rem;background:#1a1a1f;border:1px solid var(--bg-input);border-radius:6px}._methodIcon_1iudr_239{width:2rem;height:2rem;color:var(--color-text-secondary)}._methodTitle_1iudr_245{font-weight:600;color:var(--color-text-primary)}._methodSubtitle_1iudr_250{font-size:.875rem;color:var(--color-text-secondary)}._profileContainer_ifqa2_1{display:flex;flex-direction:column;gap:.5rem}._profileSummary_ifqa2_8{background:var(--card-background);border:1px solid var(--card-border);border-radius:6px;padding:1rem}._profileSummaryHeader_ifqa2_15{display:flex;align-items:flex-start;justify-content:space-between}._profileInfo_ifqa2_21{display:flex;align-items:center;gap:1rem}._profileAvatar_ifqa2_27{width:4rem;height:4rem;border-radius:6px;background:linear-gradient(to bottom right,var(--secondary),var(--primary));display:flex;align-items:center;justify-content:center}._profileAvatarText_ifqa2_37{color:#fff;font-size:1.5rem;font-weight:700}._profileDetails_ifqa2_43 h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}._profileDetails_ifqa2_43 p{color:var(--text-secondary);margin:0}._editButton_ifqa2_55{display:flex;align-items:center;gap:.5rem;padding:8px 12px;border-radius:6px;background:transparent;cursor:pointer;transition:background-color .15s ease-in-out;font-size:.875rem;font-weight:500;background:#fff!important}._editButton_ifqa2_55:hover{background:var(--card-background)}._editIcon_ifqa2_73{width:1rem;height:1rem}._personalInfoSection_ifqa2_79{background:var(--bg-input);border-radius:6px;padding:1rem}._sectionHeader_ifqa2_85{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._sectionTitle_ifqa2_92{display:flex;align-items:center;gap:.5rem;color:#fff}._sectionIcon_ifqa2_99{width:22px;height:22px;color:var(--color-text-primary)}._sectionTitle_ifqa2_92 h3{font-size:1rem;font-weight:500;color:var(--color-text-primary)}._infoGrid_ifqa2_111{display:grid;grid-template-columns:1fr;gap:1.5rem}._infoGrid_ifqa2_111._md_ifqa2_117{grid-template-columns:repeat(3,1fr)}._infoField_ifqa2_121{display:flex;flex-direction:column}._infoLabel_ifqa2_126{font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500}._infoValue_ifqa2_134{font-size:.9rem;color:#fff;margin:0;display:flex;align-items:center;gap:.5rem}._infoIcon_ifqa2_143{width:1rem;height:1rem;color:var(--text-secondary)}._addressSection_ifqa2_150{background-color:var(--bg-input);border-radius:6px;padding:1rem}._addressContainer_ifqa2_156{display:flex;flex-direction:column;gap:1rem}._addressRow_ifqa2_162{display:flex;gap:1rem;align-items:flex-start}._addressGrid_ifqa2_168{display:grid;grid-template-columns:1fr;gap:1.5rem}._addressGrid_ifqa2_168._md_ifqa2_117{grid-template-columns:repeat(2,1fr)}._addressField_ifqa2_178{display:flex;flex-direction:column}._addressLabel_ifqa2_183{font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500}._addressValue_ifqa2_191{font-size:.9rem;color:#fff;margin:0;display:flex;align-items:center;gap:.5rem}._addressIcon_ifqa2_200{width:1rem;height:1rem;color:var(--text-secondary)}._addressEmpty_ifqa2_206{color:var(--text-secondary);margin:0}._privacySection_ifqa2_212,._securitySection_ifqa2_219{background-color:var(--bg-input);border-radius:6px;padding:1rem}._privacyRow_ifqa2_225{display:flex;align-items:center;justify-content:space-between}._privacyTextGroup_ifqa2_231{display:flex;flex-direction:column}._privacyLabel_ifqa2_236{display:block;font-size:.875rem;font-weight:500;color:#aaa;margin-bottom:.25rem}._privacyHint_ifqa2_244{color:var(--text-secondary);margin:0}._privacySelect_ifqa2_249{background:#fff;color:var(--text-primary);border:none;border-radius:6px;padding:.5rem .75rem;cursor:pointer}@media (min-width: 768px){._infoGrid_ifqa2_111{grid-template-columns:repeat(3,1fr)}._addressGrid_ifqa2_168{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){._addressRow_ifqa2_162{flex-direction:column;gap:.75rem}._addressRow_ifqa2_162 ._addressField_ifqa2_178{width:100%!important}._infoGrid_ifqa2_111{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 640px){._profileSummaryHeader_ifqa2_15{flex-direction:column;gap:1rem;align-items:flex-start}._profileInfo_ifqa2_21{width:100%}._sectionHeader_ifqa2_85{flex-direction:column;gap:.75rem;align-items:flex-start}._sectionTitle_ifqa2_92{align-self:flex-start}._editButton_ifqa2_55{align-self:flex-end;min-height:44px;padding:.75rem 1rem}._infoGrid_ifqa2_111{grid-template-columns:1fr;gap:1rem}._infoField_ifqa2_121{padding:.5rem 0}._infoLabel_ifqa2_126{font-size:.75rem;margin-bottom:.25rem}._infoValue_ifqa2_134{font-size:.875rem}}@media (max-width: 480px){._profileContainer_ifqa2_1{gap:.75rem}._profileSummary_ifqa2_8,._personalInfoSection_ifqa2_79,._addressSection_ifqa2_150,._privacySection_ifqa2_212,._securitySection_ifqa2_219{padding:.75rem;border-radius:8px}._profileAvatar_ifqa2_27{width:3rem;height:3rem}._profileAvatarText_ifqa2_37{font-size:1.25rem}._profileDetails_ifqa2_43 h3{font-size:1.125rem}._infoGrid_ifqa2_111,._addressGrid_ifqa2_168{gap:.875rem}._addressContainer_ifqa2_156{gap:.75rem}._sectionHeader_ifqa2_85{gap:.5rem}._sectionTitle_ifqa2_92 h3{font-size:.95rem}._sectionIcon_ifqa2_99{width:20px;height:20px}._editButton_ifqa2_55{font-size:.8rem;padding:.625rem .875rem;min-height:40px}._editIcon_ifqa2_73{width:.875rem;height:.875rem}._infoLabel_ifqa2_126{font-size:.7rem}._infoValue_ifqa2_134{font-size:.8rem}._addressLabel_ifqa2_183{font-size:.7rem}._addressValue_ifqa2_191{font-size:.8rem}._infoIcon_ifqa2_143{width:.875rem;height:.875rem}}@media (max-width: 768px) and (orientation: landscape){._profileContainer_ifqa2_1{gap:.5rem}._profileSummary_ifqa2_8,._personalInfoSection_ifqa2_79,._addressSection_ifqa2_150,._privacySection_ifqa2_212,._securitySection_ifqa2_219{padding:.75rem}._sectionHeader_ifqa2_85{gap:.5rem}._infoGrid_ifqa2_111{gap:.875rem}._addressContainer_ifqa2_156{gap:.5rem}}._editPersonalInfoModalForm_1h273_1{padding:0 20px}._editPersonalInfoModalFormGrid_1h273_5{display:grid;grid-template-columns:1fr;gap:15px}._editPersonalInfoModalRowTwoCols60640_1h273_11,._editPersonalInfoModalRowTwoCols3070_1h273_16{display:grid;gap:15px}._editPersonalInfoModalFooter_1h273_22{display:flex;gap:15px;width:100%}._editPersonalInfoModalCancelButton_1h273_28{flex:1;width:100%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._editPersonalInfoModalSaveButton_1h273_51{width:50%;flex:1;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}._editPersonalInfoModalSaveButton_1h273_51:hover:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff00804d}._editPersonalInfoModalSaveButton_1h273_51:active:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editPersonalInfoModalSaveButton_1h273_51:focus{background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editPersonalInfoModalSaveButton_1h273_51:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ff0080!important;color:#fff!important}._editPersonalInfoModalSaveIcon_1h273_104{width:1rem;height:1rem}@media (min-width: 768px){._editPersonalInfoModalRowTwoCols60640_1h273_11{grid-template-columns:3fr 2fr;align-items:end}._editPersonalInfoModalRowTwoCols3070_1h273_16{grid-template-columns:3fr 7fr;align-items:end}}@media (max-width: 768px){._editPersonalInfoModalFormGrid_1h273_5{grid-template-columns:1fr;gap:1rem}._editPersonalInfoModalFooter_1h273_22{flex-direction:row;padding-left:15px;padding-right:15px;gap:10px}._editPersonalInfoModalCancelButton_1h273_28,._editPersonalInfoModalSaveButton_1h273_51{width:100%;justify-content:center}._editPersonalInfoModalCancelButton_1h273_28,._editPersonalInfoModalSaveButton_1h273_51{height:35px!important;margin-top:0;font-size:.85rem}._editPersonalInfoModalForm_1h273_1{padding:0 15px}}._editAddressModalForm_1vqb1_2{padding:15px 20px}._editAddressModalFormGrid_1vqb1_6{display:grid;grid-template-columns:1fr;gap:15px}._editAddressModalFooter_1vqb1_12{display:flex;gap:15px;justify-content:space-between;width:100%}._editAddressModalCancelButton_1vqb1_23{width:50%;flex:1;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._editAddressModalCancelButton_1vqb1_23:hover:not(:disabled){background:#ffffff26!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0003}._editAddressModalCancelButton_1vqb1_23:active:not(:disabled){background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editAddressModalCancelButton_1vqb1_23:focus{background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editAddressModalCancelButton_1vqb1_23:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ffffff0d!important;color:#ffffff80!important}._editAddressModalSaveButton_1vqb1_76{width:50%;flex:1;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}._editAddressModalSaveButton_1vqb1_76:hover:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff00804d}._editAddressModalSaveButton_1vqb1_76:active:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editAddressModalSaveButton_1vqb1_76:focus{background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editAddressModalSaveButton_1vqb1_76:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ff0080!important;color:#fff!important}._editAddressModalSaveIcon_1vqb1_129{width:1rem;height:1rem}@media (max-width: 768px){._editAddressModalFormGrid_1vqb1_6{grid-template-columns:1fr;gap:1rem}._editAddressModalFooter_1vqb1_12{flex-direction:column}._editAddressModalCancelButton_1vqb1_23,._editAddressModalSaveButton_1vqb1_76{width:100%;justify-content:center}}._editAddressModalRowCepUfCity_1vqb1_153{display:grid;gap:1rem}@media (min-width: 768px){._editAddressModalRowCepUfCity_1vqb1_153{grid-template-columns:35% 25% 1fr;align-items:end}}._editAddressModalRowStreetNumber_1vqb1_165{display:grid;gap:1rem}@media (min-width: 768px){._editAddressModalRowStreetNumber_1vqb1_165{grid-template-columns:3fr 1fr;align-items:end}}._editAddressModalRowComplementNeighborhood_1vqb1_177{display:grid;gap:1rem}@media (min-width: 768px){._editAddressModalRowComplementNeighborhood_1vqb1_177{grid-template-columns:1fr 1fr;align-items:end}}._editPrivacyModalForm_bgf9x_2{padding:1rem 0;display:flex;flex-direction:column;gap:15px;padding:0 20px}._editPrivacyModalInteractions_bgf9x_10{display:flex;flex-direction:column;gap:15px;padding:15px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px}._editPrivacyModalFooter_bgf9x_20{display:flex;gap:1rem;justify-content:flex-end;padding:0rem 0 0;width:100%}._editPrivacyModalCancelButton_bgf9x_29{width:50%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._editPrivacyModalCancelButton_bgf9x_29:hover:not(:disabled){background:#ffffff26!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0003}._editPrivacyModalCancelButton_bgf9x_29:active:not(:disabled){background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editPrivacyModalCancelButton_bgf9x_29:focus{background:#ffffff1a!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editPrivacyModalCancelButton_bgf9x_29:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ffffff0d!important;color:#ffffff80!important}._editPrivacyModalSaveButton_bgf9x_81{width:50%;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}._editPrivacyModalSaveButton_bgf9x_81:hover:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff00804d}._editPrivacyModalSaveButton_bgf9x_81:active:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editPrivacyModalSaveButton_bgf9x_81:focus{background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._editPrivacyModalSaveButton_bgf9x_81:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ff0080!important;color:#fff!important}@media (max-width: 768px){._editPrivacyModalFooter_bgf9x_20{flex-direction:column}._editPrivacyModalCancelButton_bgf9x_29,._editPrivacyModalSaveButton_bgf9x_81{width:100%;justify-content:center}}._containerSecuritySection_1ttiv_1{display:flex;flex-direction:column;gap:1.5rem}._cardSecuritySection_1ttiv_7{background:var(--bg-input);border-radius:6px;padding:1rem}._headerSecuritySection_1ttiv_13{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._headerTitleSecuritySection_1ttiv_20{display:flex;align-items:center;gap:.5rem}._headerIconSecuritySection_1ttiv_26{width:1.25rem;height:1.25rem;color:var(--secondary)}._titleSecuritySection_1ttiv_32{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}._subtitleSecuritySection_1ttiv_39{color:var(--text-secondary);margin:0 0 1rem}._listSecuritySection_1ttiv_44{display:flex;flex-direction:column;gap:.75rem}._itemSecuritySection_1ttiv_50{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:6px;background-color:var(--color-bg)}._itemLeftSecuritySection_1ttiv_60{display:flex;align-items:center;gap:.75rem}._itemIconSecuritySection_1ttiv_66{width:1.25rem;height:1.25rem;color:var(--text-secondary)}._itemTitleSecuritySection_1ttiv_72{font-weight:500;color:var(--text-primary);margin:0}._itemDescSecuritySection_1ttiv_78{font-size:.875rem;color:var(--text-secondary);margin:0}._actionButtonSecuritySection_1ttiv_84{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;background:#fff!important;color:var(--text-primary);cursor:pointer;transition:background-color .15s ease-in-out;font-size:.875rem;font-weight:500}._actionButtonSecuritySection_1ttiv_84:hover{background:var(--card-background)}@media (max-width: 768px){._cardSecuritySection_1ttiv_7{padding:.875rem}._listSecuritySection_1ttiv_44{gap:.625rem}._itemSecuritySection_1ttiv_50{padding:.875rem}._actionButtonSecuritySection_1ttiv_84{min-height:44px;padding:.625rem .875rem;font-size:.8rem}}@media (max-width: 640px){._headerSecuritySection_1ttiv_13{flex-direction:column;gap:.75rem;align-items:flex-start}._headerTitleSecuritySection_1ttiv_20{align-self:flex-start}._itemSecuritySection_1ttiv_50{flex-direction:column;align-items:flex-start;gap:.75rem}._itemLeftSecuritySection_1ttiv_60{width:100%}._actionButtonSecuritySection_1ttiv_84{align-self:flex-end;min-height:44px}}@media (max-width: 480px){._cardSecuritySection_1ttiv_7{padding:.75rem;border-radius:8px}._listSecuritySection_1ttiv_44{gap:.5rem}._itemSecuritySection_1ttiv_50{padding:.75rem;border-radius:8px}._titleSecuritySection_1ttiv_32{font-size:1rem}._subtitleSecuritySection_1ttiv_39{font-size:.875rem}._itemTitleSecuritySection_1ttiv_72{font-size:.9rem}._itemDescSecuritySection_1ttiv_78{font-size:.8rem}._actionButtonSecuritySection_1ttiv_84{font-size:.75rem;padding:.5rem .75rem;min-height:40px}._itemIconSecuritySection_1ttiv_66,._headerIconSecuritySection_1ttiv_26{width:1.125rem;height:1.125rem}}@media (max-width: 768px) and (orientation: landscape){._cardSecuritySection_1ttiv_7{padding:.75rem}._listSecuritySection_1ttiv_44{gap:.5rem}._itemSecuritySection_1ttiv_50{padding:.75rem}}._form_mjobx_1{display:grid;gap:15px;padding:0 20px}._footer_mjobx_7{display:flex;gap:12px;width:100%}._cancelButton_mjobx_13{flex:1;background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;height:46px;display:flex;align-items:center;justify-content:center}._saveButton_mjobx_26{flex:1;background:#ff0080!important;color:#fff!important;border:none;border-radius:6px;cursor:pointer;height:46px;display:flex;align-items:center;justify-content:center;gap:8px}._footerIcon_mjobx_40{width:1rem;height:1rem}._wrapper_ef2tu_1{padding:0 20px 10px}._table_ef2tu_5{display:grid;gap:8px}._row_ef2tu_10{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:12px;padding:10px 12px;background:var(--color-bg);border-radius:6px}._header_ef2tu_20{background:transparent;color:#aaa;padding:0 4px 6px}._cell_ef2tu_26{color:var(--text-primary)}._disconnectButton_ef2tu_30{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;background:#fff!important;border-radius:6px;cursor:pointer}._icon_ef2tu_40{width:1rem;height:1rem}._empty_ef2tu_45{color:var(--text-secondary);padding:8px 0}@media (max-width: 600px){._row_ef2tu_10{grid-template-columns:1fr;gap:6px}}._containerNotificationsSection_pbrbw_1{display:flex;flex-direction:column;gap:1.5rem}._cardNotificationsSection_pbrbw_7{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem}._titleNotificationsSection_pbrbw_14{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}._subtitleNotificationsSection_pbrbw_21{color:var(--text-secondary);margin:0 0 1.5rem}._listNotificationsSection_pbrbw_26{display:flex;flex-direction:column;gap:1rem}._itemNotificationsSection_pbrbw_32{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid var(--card-border);border-radius:8px}._itemLeftNotificationsSection_pbrbw_41{display:flex;align-items:center;gap:.75rem}._itemIconNotificationsSection_pbrbw_47{width:1.25rem;height:1.25rem;color:var(--text-secondary)}._itemTitleNotificationsSection_pbrbw_53{font-weight:500;color:var(--text-primary);margin:0}._itemDescNotificationsSection_pbrbw_59{font-size:.875rem;color:var(--text-secondary);margin:0}._toggleWrapperNotificationsSection_pbrbw_65{position:relative;display:inline-flex;align-items:center;cursor:pointer}._toggleInputNotificationsSection_pbrbw_72{position:absolute;opacity:0;width:0;height:0}._toggleTrackNotificationsSection_pbrbw_79{width:44px;height:24px;background:var(--card-border);border-radius:9999px;position:relative;transition:background-color .2s ease-in-out}._toggleThumbNotificationsSection_pbrbw_88{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:9999px;transition:transform .2s ease-in-out}._toggleInputNotificationsSection_pbrbw_72:checked+._toggleTrackNotificationsSection_pbrbw_79{background:var(--secondary)}._toggleInputNotificationsSection_pbrbw_72:checked+._toggleTrackNotificationsSection_pbrbw_79 ._toggleThumbNotificationsSection_pbrbw_88{transform:translate(20px)}@media (max-width: 480px){._cardNotificationsSection_pbrbw_7{padding:1rem}}._containerOtherActionsSection_1oc2v_1{display:flex;flex-direction:column;gap:1.5rem}._cardOtherActionsSection_1oc2v_7{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem}._warningCardOtherActionsSection_1oc2v_14{border-color:var(--error)}._headerOtherActionsSection_1oc2v_19{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._headerTitleOtherActionsSection_1oc2v_26{display:flex;align-items:center;gap:.5rem}._headerIconOtherActionsSection_1oc2v_32{width:1.25rem;height:1.25rem;color:var(--secondary)}._titleOtherActionsSection_1oc2v_38{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}._subtitleOtherActionsSection_1oc2v_45{color:var(--text-secondary);margin:0}._primaryButtonOtherActionsSection_1oc2v_50{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;background:#fff!important;color:var(--text-primary);cursor:pointer;transition:background-color .15s ease-in-out;font-size:.875rem;font-weight:500}._primaryButtonOtherActionsSection_1oc2v_50:hover{background:var(--card-background)}._btnIconSmallOtherActionsSection_1oc2v_68{width:1rem;height:1rem}._warningHeaderOtherActionsSection_1oc2v_73{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}._warningIconOtherActionsSection_1oc2v_80{width:1.5rem;height:1.5rem;color:var(--error);flex-shrink:0;margin-top:2px}._warningTitleOtherActionsSection_1oc2v_88{font-size:1.125rem;font-weight:600;color:var(--error);margin:0}._warningTextOtherActionsSection_1oc2v_95{color:var(--text-secondary);margin:0 0 1rem}._warningHelpOtherActionsSection_1oc2v_100{font-size:.875rem;color:var(--text-tertiary);margin:0 0 1rem}._dangerButtonOtherActionsSection_1oc2v_106{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;background:#fff!important;color:var(--error);border:1px solid rgba(255,0,0,.3);cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;font-size:.875rem;font-weight:500}._dangerButtonOtherActionsSection_1oc2v_106:hover{background:var(--card-background);border-color:#ff000080}._btnIconInlineOtherActionsSection_1oc2v_126{width:1rem;height:1rem;vertical-align:middle;margin-right:.5rem}@media (max-width: 480px){._cardOtherActionsSection_1oc2v_7{padding:1rem}._headerOtherActionsSection_1oc2v_19{flex-direction:column;gap:.75rem;align-items:flex-start}}._container_scyr3_3{max-width:1200px;margin:0 auto;margin-top:calc(var(--header-height) + 15px)}._title_scyr3_10{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:0}._subtitle_scyr3_17{color:var(--color-text-secondary);margin-top:0}._tabsSection_scyr3_23{display:flex;gap:1rem;margin-bottom:15px;margin-top:30px}._accountTabsContainer_scyr3_30{border-radius:6px;padding:0 6px 6px;flex:1;background:var(--bg-input);height:3rem}._accountNav_scyr3_39{display:flex;gap:4px;overflow-x:auto;position:relative}._accountTabButton_scyr3_46{display:flex;gap:.5rem;border-radius:6px;font-weight:500;font-size:.875rem;transition:all .2s ease-in-out;white-space:nowrap;background:transparent;border:none;cursor:pointer;color:var(--color-text-secondary);position:relative;flex:1;justify-content:center;min-width:120px;height:3rem;align-items:center}._accountTabButton_scyr3_46:hover{color:var(--color-text-primary);background:#ffffff0f}._accountTabButton_scyr3_46._active_scyr3_73{color:var(--color-text-primary)!important;box-shadow:0 6px 14px #00000040}._accountTabButton_scyr3_46._active_scyr3_73:hover{background:var(--color-secondary);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-card-hover)}._accountTabIcon_scyr3_85{width:1.25rem;height:1.25rem;transition:transform .2s ease-in-out}._accountTabButton_scyr3_46._active_scyr3_73 ._accountTabIcon_scyr3_85{transform:scale(1.1)}._content_scyr3_95{min-width:0}._logoutButton_scyr3_100{display:flex;align-items:center;gap:.5rem;border-radius:6px;font-weight:500;font-size:.875rem;transition:all .2s ease-in-out;white-space:nowrap;background:#ef4444!important;cursor:pointer;color:#fff;min-width:100px;justify-content:center;height:3rem;padding-left:1rem;padding-right:1rem}._logoutButton_scyr3_100:hover{background:#ef4444;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #ef444433}._logoutIcon_scyr3_127{width:1.25rem;height:1.25rem;transition:transform .2s ease-in-out}._logoutButton_scyr3_100:hover ._logoutIcon_scyr3_127{transform:scale(1.1)}._logoutText_scyr3_137{font-weight:500}@media (max-width: 768px){._container_scyr3_3{padding:0 1rem}._tabsSection_scyr3_23{gap:.75rem;margin-top:1.5rem}._accountNav_scyr3_39{gap:2px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}._accountNav_scyr3_39::-webkit-scrollbar{height:4px}._accountNav_scyr3_39::-webkit-scrollbar-track{background:transparent}._accountNav_scyr3_39::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}._accountTabButton_scyr3_46{font-size:.8rem;padding:.625rem .75rem;min-width:100px;min-height:44px}._logoutButton_scyr3_100{font-size:.8rem;padding:.625rem .75rem;min-width:80px;min-height:44px}._title_scyr3_10{font-size:1.5rem}._accountTabsContainer_scyr3_30{padding:6px}}@media (max-width: 640px){._container_scyr3_3{padding:0 .75rem}._tabsSection_scyr3_23{gap:.5rem;margin-top:1rem}._accountNav_scyr3_39{gap:1px}._accountTabButton_scyr3_46{font-size:.75rem;padding:.5rem .625rem;min-width:90px;gap:.25rem;min-height:44px}._logoutButton_scyr3_100{font-size:.75rem;padding:.5rem .75rem;min-width:70px;gap:.25rem;min-height:44px}._accountTabIcon_scyr3_85,._logoutIcon_scyr3_127{width:1rem;height:1rem}._accountTabsContainer_scyr3_30{padding:4px;border-radius:8px}}@media (max-width: 480px){._container_scyr3_3{padding:0 .5rem}._tabsSection_scyr3_23{flex-direction:column;gap:.75rem;margin-top:1rem}._accountNav_scyr3_39{gap:1px;overflow-x:auto;padding-bottom:2px}._accountTabButton_scyr3_46{font-size:.7rem;padding:.5rem;min-width:75px;gap:.25rem;min-height:44px;line-height:1.2}._logoutButton_scyr3_100{font-size:.75rem;padding:.5rem .75rem;min-width:60px;gap:.25rem;margin-top:0;align-self:flex-end;min-height:44px}._logoutText_scyr3_137{display:none}._accountTabIcon_scyr3_85,._logoutIcon_scyr3_127{width:1rem;height:1rem}._accountTabsContainer_scyr3_30{padding:4px;border-radius:8px;min-height:52px}._title_scyr3_10{font-size:1.25rem}._subtitle_scyr3_17{font-size:.875rem}}@media (max-width: 768px) and (orientation: landscape){._container_scyr3_3{margin-top:calc(var(--header-height) + 10px)}._tabsSection_scyr3_23{margin-top:1rem}._accountTabButton_scyr3_46{min-width:80px;font-size:.75rem}._logoutButton_scyr3_100{min-width:60px;font-size:.75rem}}._profileContainer_1787r_3{min-height:100vh;background-color:var(--color-bg)}._container_1787r_8{max-width:1200px;margin:0 auto;padding:2rem 1rem}._profileHeader_1787r_15{background-color:var(--color-surface);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--card-border);margin-bottom:2rem}._headerContent_1787r_23{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){._headerContent_1787r_23{flex-direction:row;align-items:flex-start}}._avatarSection_1787r_37{flex-shrink:0}._avatarImage_1787r_41{width:8rem;height:8rem;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_1787r_48{width:8rem;height:8rem;background-color:#e2e8f0;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}._avatarInitial_1787r_58{color:#94a3b8;font-size:2.25rem;font-weight:700}._producerInfo_1787r_65{flex:1;min-width:0}._infoHeader_1787r_70{display:flex;flex-direction:column;margin-bottom:1rem}@media (min-width: 768px){._infoHeader_1787r_70{flex-direction:row;align-items:center;justify-content:space-between}}._producerName_1787r_84{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:var(--radius-sm)}._producerDescription_1787r_91{color:var(--color-text-secondary);margin-bottom:1rem;max-width:32rem}._producerStats_1787r_97{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:var(--color-text-tertiary)}._statItem_1787r_105{display:flex;align-items:center;gap:.25rem}._statIcon_1787r_111{width:1rem;height:1rem}._actionButtons_1787r_117{display:flex;align-items:center;gap:.75rem;margin-top:1rem}@media (min-width: 768px){._actionButtons_1787r_117{margin-top:0}}._followButton_1787r_130{display:flex;align-items:center;gap:var(--radius-sm);padding:var(--radius-sm) 1.5rem;background-color:var(--color-secondary);color:#fff;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:background-color .2s}._followButton_1787r_130:hover{background-color:#ff0080e6}._actionButton_1787r_117{display:flex;align-items:center;gap:var(--radius-sm);padding:var(--radius-sm) 1rem;border:1px solid var(--card-border);border-radius:var(--radius-sm);background:transparent;cursor:pointer;transition:background-color .2s}._actionButton_1787r_117:hover{background-color:#2979ff80}._actionButtonIcon_1787r_163{width:1rem;height:1rem}._tabsContainer_1787r_169{background-color:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);margin-bottom:2rem}._tabsList_1787r_176{display:flex;border-bottom:1px solid var(--card-border)}._tabButton_1787r_181{display:flex;align-items:center;gap:var(--radius-sm);padding:1rem 1.5rem;font-weight:500;transition:color .2s;background:none;border:none;cursor:pointer}._tabButtonActive_1787r_193{color:var(--color-secondary);border-bottom:2px solid var(--color-secondary)}._tabButtonInactive_1787r_198{color:var(--color-text-secondary)}._tabButtonInactive_1787r_198:hover{color:var(--color-text-primary)}._tabIcon_1787r_206{width:1rem;height:1rem}._mainLayout_1787r_212{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){._mainLayout_1787r_212{grid-template-columns:2fr 1fr}}._contentSection_1787r_229{margin-bottom:1.5rem}._sectionTitle_1787r_233{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}._postsList_1787r_241{display:flex;flex-direction:column;gap:1.5rem}._postCard_1787r_247{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:1.5rem;border:1px solid var(--card-border)}._postHeader_1787r_254{display:flex;align-items:flex-start;gap:1rem}._postAvatar_1787r_260{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}._postContent_1787r_267{flex:1}._postMeta_1787r_271{display:flex;align-items:center;gap:var(--radius-sm);margin-bottom:var(--radius-sm)}._postAuthor_1787r_278{font-weight:500;color:var(--color-text-primary)}._postDate_1787r_283{color:var(--color-text-tertiary);font-size:.875rem}._postText_1787r_288{color:var(--color-text-secondary);margin-bottom:1rem}._postImages_1787r_293{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--radius-sm);margin-bottom:1rem}._postImage_1787r_293{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm)}._postActions_1787r_307{display:flex;align-items:center;gap:1.5rem;color:var(--color-text-tertiary)}._postAction_1787r_307{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;transition:color .2s}._postAction_1787r_307:hover{color:var(--color-secondary)}._postActionIcon_1787r_328{width:1rem;height:1rem}._eventsHeader_1787r_334{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._viewControls_1787r_341{display:flex;align-items:center;gap:var(--radius-sm)}._viewButton_1787r_347{padding:var(--radius-sm);border-radius:var(--radius-sm);transition:all .2s;background:none;border:none;cursor:pointer}._viewButtonActive_1787r_356{background-color:var(--color-secondary);color:#fff}._viewButtonInactive_1787r_361{color:var(--color-text-tertiary)}._viewButtonInactive_1787r_361:hover{color:var(--color-text-primary)}._viewButtonIcon_1787r_369{width:1rem;height:1rem}._eventsGrid_1787r_374{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._eventsGrid_1787r_374{grid-template-columns:repeat(2,1fr)}}._eventsList_1787r_386{display:flex;flex-direction:column;gap:1rem}._eventsSection_1787r_392{margin-bottom:1.5rem}._eventsSectionTitle_1787r_396{font-size:1.125rem;font-weight:500;color:var(--color-text-primary);margin-bottom:1rem}._albumsGrid_1787r_404{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._albumsGrid_1787r_404{grid-template-columns:repeat(2,1fr)}}._albumCard_1787r_416{background-color:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);overflow:hidden;cursor:pointer;transition:box-shadow .2s}._albumCard_1787r_416:hover{box-shadow:0 10px 15px -3px #0000001a}._albumCover_1787r_429{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover}._albumInfo_1787r_435{padding:1rem}._albumName_1787r_439{font-weight:500;color:var(--color-text-primary);margin-bottom:.25rem}._albumPhotos_1787r_445{color:var(--color-text-tertiary);font-size:.875rem}._sidebar_1787r_451{display:flex;flex-direction:column;gap:1.5rem}._sidebarCard_1787r_457{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:1.5rem;border:1px solid var(--card-border)}._sidebarTitle_1787r_464{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}._statsList_1787r_472{display:flex;flex-direction:column;gap:.75rem}._statRow_1787r_478{display:flex;justify-content:space-between}._statLabel_1787r_483{color:var(--color-text-secondary)}._statValue_1787r_487{font-weight:500;color:var(--color-text-primary)}._ratingContainer_1787r_492{display:flex;align-items:center;gap:.25rem}._ratingStar_1787r_498{width:1rem;height:1rem;color:#fbbf24;fill:currentColor}._upcomingEventsList_1787r_506{display:flex;flex-direction:column;gap:.75rem}._upcomingEventItem_1787r_512{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f8fafc;border-radius:var(--radius-sm);cursor:pointer;transition:background-color .2s}._upcomingEventItem_1787r_512:hover{background-color:#f1f5f9}._upcomingEventImage_1787r_527{width:3rem;height:3rem;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}._upcomingEventInfo_1787r_534{flex:1;min-width:0}._upcomingEventName_1787r_539{font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._upcomingEventDate_1787r_547{font-size:.875rem;color:var(--color-text-tertiary)}._contactList_1787r_553{display:flex;flex-direction:column;gap:.75rem}._contactLink_1787r_559{display:block;color:var(--color-secondary);text-decoration:none}._contactLink_1787r_559:hover{text-decoration:underline}._emptyState_1787r_570{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:2rem;text-align:center;border:1px solid var(--card-border)}._emptyStateIcon_1787r_578{width:3rem;height:3rem;color:var(--color-text-tertiary);margin:0 auto .75rem}._emptyStateText_1787r_585{color:var(--color-text-secondary)}._loadingContainer_1787r_590{min-height:100vh;background-color:var(--color-bg)}._loadingContent_1787r_595{max-width:1200px;margin:0 auto;padding:2rem 1rem}._loadingSpinner_1787r_601{display:flex;align-items:center;justify-content:center;padding:4rem 0}._loadingText_1787r_608{margin-left:1rem;color:var(--color-text-secondary);font-size:1.125rem}._errorContainer_1787r_614{min-height:100vh;background-color:var(--color-bg)}._errorContent_1787r_619{max-width:32rem;margin:0 auto}._errorCard_1787r_624{background-color:#cf66791a;border:1px solid rgba(207,102,121,.2);border-radius:var(--radius-sm);padding:2rem;text-align:center}._errorTitle_1787r_632{font-size:1.5rem;font-weight:700;color:var(--color-error);margin-bottom:1rem}._errorText_1787r_639{color:var(--color-text-secondary)}._profileContainerModern_1787r_646{min-height:100vh;background-color:var(--color-bg)}._coverImageModern_1787r_651{height:220px;background-image:linear-gradient(180deg,#00000059,#0000008c);background-size:cover;background-position:center;position:relative}._coverOverlayModern_1787r_659{position:absolute;inset:0}._profileHeaderModern_1787r_665{max-width:1200px;margin:-64px auto 0;padding:1rem;display:flex;gap:1rem;align-items:flex-start}._profileAvatarModern_1787r_674{flex-shrink:0;width:128px;height:128px;border-radius:12px;overflow:hidden;border:4px solid rgba(0,0,0,.6);background:var(--color-surface);display:flex;align-items:center;justify-content:center}._profileAvatarImageModern_1787r_687{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._profileAvatarPlaceholderModern_1787r_693 span{font-size:2.25rem;color:var(--color-text-secondary)}._profileHeaderInfoModern_1787r_698{flex:1;display:flex;flex-direction:column;gap:.5rem}._profileHeaderTopModern_1787r_705{display:flex;align-items:center;justify-content:space-between;gap:1rem}._profileNameModern_1787r_712{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin:0}._profileStatsModern_1787r_719{display:flex;gap:1rem;align-items:center;color:var(--color-text-tertiary)}._profileStatModern_1787r_726{display:flex;align-items:center;gap:.5rem;font-size:.95rem}._profileStatIconModern_1787r_733{width:1rem;height:1rem;color:var(--color-text-tertiary)}._profileStatLabelModern_1787r_739{color:var(--color-text-tertiary);margin-left:.25rem}._profileDescriptionModern_1787r_744{color:var(--color-text-secondary);margin-top:.25rem;max-width:60rem}._profileActionsModern_1787r_750{display:flex;gap:.5rem;margin-top:.5rem}._actionButtonModern_1787r_756{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--card-border);background:transparent;cursor:pointer}._actionButtonIconModern_1787r_767{width:1rem;height:1rem}._tabsModern_1787r_773{max-width:1200px;margin:1.25rem auto 0;display:flex;gap:.5rem;padding:0 1rem}._tabModern_1787r_781,._tabModernActive_1787r_782{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:none;cursor:pointer;font-weight:600}._tabModern_1787r_781{background:transparent;color:var(--color-text-secondary)}._tabModernActive_1787r_782{background:linear-gradient(90deg,var(--color-secondary),#8b5cf6);color:#fff}._tabModernIcon_1787r_803{width:1rem;height:1rem}._profileMainModern_1787r_809{max-width:1200px;margin:1.25rem auto 4rem;display:grid;grid-template-columns:1fr;gap:1rem;padding:0 1rem}@media (min-width: 1024px){._profileMainModern_1787r_809{grid-template-columns:2fr 360px;gap:1.5rem}}._profileContentModern_1787r_825{display:flex;flex-direction:column;gap:1rem}._tabContentModern_1787r_831{padding:0}._sectionTitleModern_1787r_835{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem}._emptyStateModern_1787r_842{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:2rem;text-align:center;border:1px solid var(--card-border)}._emptyStateIconModern_1787r_850{width:3rem;height:3rem;color:var(--color-text-tertiary);margin:0 auto .75rem}._emptyStateTextModern_1787r_856{color:var(--color-text-secondary)}._postsListModern_1787r_860{display:flex;flex-direction:column;gap:1rem}._postCardModern_1787r_865{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);padding:1rem}._postHeaderModern_1787r_871{display:flex;gap:.75rem;align-items:center}._postAvatarModern_1787r_876{width:2.25rem;height:2.25rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}._postMetaModern_1787r_882{display:flex;flex-direction:column}._postAuthorModern_1787r_886{font-weight:600;color:var(--color-text-primary)}._postDateModern_1787r_890{font-size:.85rem;color:var(--color-text-tertiary)}._postContentModern_1787r_894{margin-top:.5rem}._postTextModern_1787r_897{color:var(--color-text-secondary)}._postImagesModern_1787r_900{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem}._postImageModern_1787r_906{width:100%;height:10rem;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm)}._postActionsModern_1787r_912{display:flex;gap:1rem;margin-top:.75rem}._postActionModern_1787r_917{background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-tertiary)}._postActionIconModern_1787r_926{width:1rem;height:1rem}._eventsHeaderModern_1787r_932{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._viewControlsModern_1787r_938{display:flex;gap:.5rem}._viewButtonModern_1787r_942{padding:.4rem;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--card-border);cursor:pointer}._viewButtonModernActive_1787r_949{background:var(--color-secondary);color:#fff}._viewButtonIconModern_1787r_953{width:1rem;height:1rem}._eventsGridModern_1787r_957{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._eventsGridModern_1787r_957{grid-template-columns:repeat(2,1fr)}}._eventsListModern_1787r_967{display:flex;flex-direction:column;gap:1rem}._albumsGridModern_1787r_974{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._albumsGridModern_1787r_974{grid-template-columns:repeat(2,1fr)}}._albumCardModern_1787r_984{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);overflow:hidden}._albumCoverModern_1787r_990{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover}._albumInfoModern_1787r_995{padding:.75rem}._albumNameModern_1787r_998{font-weight:600;color:var(--color-text-primary)}._albumPhotosModern_1787r_1002{color:var(--color-text-tertiary);font-size:.9rem}._profileSidebarModern_1787r_1008{display:flex;flex-direction:column;gap:1rem}._sidebarCardModern_1787r_1013{background:var(--color-surface);border-radius:var(--radius-sm);padding:1rem;border:1px solid var(--card-border)}._sidebarTitleModern_1787r_1019{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}._contactListModern_1787r_1025{display:flex;flex-direction:column;gap:.5rem}._contactLinkModern_1787r_1030{color:var(--color-secondary);text-decoration:none}._contactLinkModern_1787r_1030:hover{text-decoration:underline}._statsListModern_1787r_1038{display:flex;flex-direction:column;gap:.5rem}._statRowModern_1787r_1043{display:flex;justify-content:space-between}._statLabelModern_1787r_1047{color:var(--color-text-secondary)}._statValueModern_1787r_1050{font-weight:600;color:var(--color-text-primary)}._ratingContainerModern_1787r_1054{display:flex;align-items:center;gap:.25rem}._ratingStarModern_1787r_1059{width:1rem;height:1rem;color:#fbbf24}._upcomingEventsListModern_1787r_1065{display:flex;flex-direction:column;gap:.5rem}._upcomingEventItemModern_1787r_1070{display:flex;gap:.5rem;align-items:center;padding:.5rem;background:var(--color-bg);border-radius:var(--radius-sm)}._upcomingEventImageModern_1787r_1078{width:3rem;height:3rem;-o-object-fit:cover;object-fit:cover;border-radius:6px}._upcomingEventInfoModern_1787r_1084{min-width:0}._upcomingEventNameModern_1787r_1087{font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._upcomingEventDateModern_1787r_1094{font-size:.85rem;color:var(--color-text-tertiary)}@media (max-width: 767px){._profileHeaderModern_1787r_665{margin:-48px 1rem 0}._profileAvatarModern_1787r_674{width:96px;height:96px}}._producerPublicProfileContainerModern_1787r_1111{min-height:100vh;background-color:var(--color-bg)}._producerPublicProfileCoverImage_1787r_1116{height:220px;background-image:linear-gradient(180deg,#00000059,#0000008c);background-size:cover;background-position:center;position:relative}._producerPublicProfileCoverOverlay_1787r_1124{position:absolute;inset:0}._producerPublicProfileHeader_1787r_1129{max-width:1200px;margin:-64px auto 0;padding:1rem;display:flex;gap:1rem;align-items:flex-start}._producerPublicProfileAvatar_1787r_1138{flex-shrink:0;width:128px;height:128px;border-radius:12px;overflow:hidden;border:4px solid rgba(0,0,0,.6);background:var(--color-surface);display:flex;align-items:center;justify-content:center}._producerPublicProfileAvatarImage_1787r_1151{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._producerPublicProfileAvatarPlaceholder_1787r_1157 span{font-size:2.25rem;color:var(--color-text-secondary)}._producerPublicProfileHeaderInfo_1787r_1162{flex:1;display:flex;flex-direction:column;gap:.5rem}._producerPublicProfileHeaderTop_1787r_1169{display:flex;align-items:center;justify-content:space-between;gap:1rem}._producerPublicProfileName_1787r_1176{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin:0}._producerPublicProfileStats_1787r_1183{display:flex;gap:1rem;align-items:center;color:var(--color-text-tertiary)}._producerPublicProfileStat_1787r_1183{display:flex;align-items:center;gap:.5rem;font-size:.95rem}._producerPublicProfileStatIcon_1787r_1197{width:1rem;height:1rem;color:var(--color-text-tertiary)}._producerPublicProfileStatLabel_1787r_1203{color:var(--color-text-tertiary);margin-left:.25rem}._producerPublicProfileDescription_1787r_1208{color:var(--color-text-secondary);margin-top:.25rem;max-width:60rem}._producerPublicProfileActions_1787r_1214{display:flex;gap:.5rem;margin-top:.5rem}._producerPublicProfileActionButton_1787r_1220{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--card-border);background:transparent;cursor:pointer}._producerPublicProfileActionIcon_1787r_1231{width:1rem;height:1rem}._producerPublicProfileTabs_1787r_1236{max-width:1200px;margin:1.25rem auto 0;display:flex;gap:.5rem;padding:0 1rem}._producerPublicProfileTab_1787r_1236,._producerPublicProfileTabActive_1787r_1245{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:none;cursor:pointer;font-weight:600}._producerPublicProfileTab_1787r_1236{background:transparent;color:var(--color-text-secondary)}._producerPublicProfileTabActive_1787r_1245{background:linear-gradient(90deg,var(--color-secondary),#8b5cf6);color:#fff}._producerPublicProfileTabIcon_1787r_1266{width:1rem;height:1rem}._producerPublicProfileMain_1787r_1271{max-width:1200px;margin:1.25rem auto 4rem;display:grid;grid-template-columns:1fr;gap:1rem;padding:0 1rem}@media (min-width: 1024px){._producerPublicProfileMain_1787r_1271{grid-template-columns:2fr 360px;gap:1.5rem}}._producerPublicProfileContent_1787r_1287{display:flex;flex-direction:column;gap:1rem}._producerPublicProfileTabContent_1787r_1293{padding:0}._producerPublicProfileSectionTitle_1787r_1297{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem}._producerPublicProfileEmptyState_1787r_1304{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:2rem;text-align:center;border:1px solid var(--card-border)}._producerPublicProfileEmptyIcon_1787r_1312{width:3rem;height:3rem;color:var(--color-text-tertiary);margin:0 auto .75rem}._producerPublicProfileEmptyText_1787r_1318{color:var(--color-text-secondary)}._producerPublicProfilePostsList_1787r_1322{display:flex;flex-direction:column;gap:1rem}._producerPublicProfilePostCard_1787r_1327{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);padding:1rem}._producerPublicProfilePostHeader_1787r_1333{display:flex;gap:.75rem;align-items:center}._producerPublicProfilePostAvatar_1787r_1338{width:2.25rem;height:2.25rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}._producerPublicProfilePostMeta_1787r_1344{display:flex;flex-direction:column}._producerPublicProfilePostAuthor_1787r_1348{font-weight:600;color:var(--color-text-primary)}._producerPublicProfilePostDate_1787r_1352{font-size:.85rem;color:var(--color-text-tertiary)}._producerPublicProfilePostContent_1787r_1356{margin-top:.5rem}._producerPublicProfilePostText_1787r_1359{color:var(--color-text-secondary)}._producerPublicProfilePostImages_1787r_1362{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem}._producerPublicProfilePostImage_1787r_1362{width:100%;height:10rem;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm)}._producerPublicProfilePostActions_1787r_1374{display:flex;gap:1rem;margin-top:.75rem}._producerPublicProfilePostAction_1787r_1374{background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-tertiary)}._producerPublicProfilePostActionIcon_1787r_1388{width:1rem;height:1rem}._producerPublicProfileEventsHeader_1787r_1393{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._producerPublicProfileViewControls_1787r_1399{display:flex;gap:.5rem}._producerPublicProfileViewButton_1787r_1403{padding:.4rem;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--card-border);cursor:pointer}._producerPublicProfileViewButtonActive_1787r_1410{background:var(--color-secondary);color:#fff}._producerPublicProfileViewButtonIcon_1787r_1414{width:1rem;height:1rem}._producerPublicProfileEventsGrid_1787r_1418{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._producerPublicProfileEventsGrid_1787r_1418{grid-template-columns:repeat(2,1fr)}}._producerPublicProfileEventsList_1787r_1428{display:flex;flex-direction:column;gap:1rem}._producerPublicProfileEventsSection_1787r_1433{margin-bottom:1.5rem}._producerPublicProfileEventsSectionTitle_1787r_1436{font-size:1.125rem;font-weight:500;color:var(--color-text-primary);margin-bottom:1rem}._producerPublicProfileAlbumsGrid_1787r_1443{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._producerPublicProfileAlbumsGrid_1787r_1443{grid-template-columns:repeat(2,1fr)}}._producerPublicProfileAlbumCard_1787r_1453{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);overflow:hidden}._producerPublicProfileAlbumCover_1787r_1459{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover}._producerPublicProfileAlbumInfo_1787r_1464{padding:.75rem}._producerPublicProfileAlbumName_1787r_1467{font-weight:600;color:var(--color-text-primary)}._producerPublicProfileAlbumPhotos_1787r_1471{color:var(--color-text-tertiary);font-size:.9rem}._producerPublicProfileSidebar_1787r_1476{display:flex;flex-direction:column;gap:1rem}._producerPublicProfileSidebarCard_1787r_1481{background:var(--color-surface);border-radius:var(--radius-sm);padding:1rem;border:1px solid var(--card-border)}._producerPublicProfileSidebarTitle_1787r_1487{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}._producerPublicProfileContactList_1787r_1493{display:flex;flex-direction:column;gap:.5rem}._producerPublicProfileContactLink_1787r_1498{color:var(--color-secondary);text-decoration:none}._producerPublicProfileContactLink_1787r_1498:hover{text-decoration:underline}._producerPublicProfileStatsList_1787r_1506{display:flex;flex-direction:column;gap:.5rem}._producerPublicProfileStatRow_1787r_1511{display:flex;justify-content:space-between}._producerPublicProfileStatLabel_1787r_1203{color:var(--color-text-secondary)}._producerPublicProfileStatValue_1787r_1518{font-weight:600;color:var(--color-text-primary)}._producerPublicProfileRatingContainer_1787r_1522{display:flex;align-items:center;gap:.25rem}._producerPublicProfileRatingStar_1787r_1527{width:1rem;height:1rem;color:#fbbf24}._producerPublicProfileUpcomingList_1787r_1533{display:flex;flex-direction:column;gap:.5rem}._producerPublicProfileUpcomingItem_1787r_1538{display:flex;gap:.5rem;align-items:center;padding:.5rem;background:var(--color-bg);border-radius:var(--radius-sm)}._producerPublicProfileUpcomingImage_1787r_1546{width:3rem;height:3rem;-o-object-fit:cover;object-fit:cover;border-radius:6px}._producerPublicProfileUpcomingInfo_1787r_1552{min-width:0}._producerPublicProfileUpcomingName_1787r_1555{font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._producerPublicProfileUpcomingDate_1787r_1562{font-size:.85rem;color:var(--color-text-tertiary)}._explorerContainer_pr77a_3{min-height:100vh}._explorerFilter_pr77a_13{width:calc(100vw - 60px);margin-left:25px;padding:1rem;position:relative;z-index:100;margin-top:var(--header-height)}._explorerGrid_pr77a_22{display:grid;grid-template-columns:3fr 4fr 2fr 2fr;gap:16px;align-items:stretch}._modeColumn_pr77a_29{grid-column:1}._searchColumn_pr77a_33{grid-column:2}._cityColumn_pr77a_37{grid-column:3}._categoryColumn_pr77a_41{grid-column:4}._resultsWrapper_pr77a_46{width:calc(100vw - 60px);margin:0 auto;padding:2rem 1rem}._resultsGrid_pr77a_52{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}._resultsEmpty_pr77a_58{width:100%;max-width:1200px;margin:0 auto;padding:4rem 1rem;text-align:center;color:#9ca3af}._skeletonCard_pr77a_68{background:var(--color-bg);border:1px solid var(--bg-input);border-radius:12px;overflow:hidden;animation:_skeleton-pulse_pr77a_1 2s ease-in-out infinite}._skeletonImage_pr77a_76{width:100%;height:200px;background:linear-gradient(90deg,var(--bg-input) 25%,var(--color-surface) 50%,var(--bg-input) 75%);background-size:200% 100%;animation:_skeleton-shimmer_pr77a_1 1.5s infinite}._skeletonContent_pr77a_84{padding:1rem;display:flex;flex-direction:column;gap:.75rem}._skeletonTitle_pr77a_91{height:20px;background:linear-gradient(90deg,var(--bg-input) 25%,var(--color-surface) 50%,var(--bg-input) 75%);background-size:200% 100%;animation:_skeleton-shimmer_pr77a_1 1.5s infinite;border-radius:4px;width:80%}._skeletonDate_pr77a_100{height:16px;background:linear-gradient(90deg,var(--bg-input) 25%,var(--color-surface) 50%,var(--bg-input) 75%);background-size:200% 100%;animation:_skeleton-shimmer_pr77a_1 1.5s infinite;border-radius:4px;width:60%}._skeletonLocation_pr77a_109{height:16px;background:linear-gradient(90deg,var(--bg-input) 25%,var(--color-surface) 50%,var(--bg-input) 75%);background-size:200% 100%;animation:_skeleton-shimmer_pr77a_1 1.5s infinite;border-radius:4px;width:70%}._skeletonCategory_pr77a_118{height:14px;background:linear-gradient(90deg,var(--bg-input) 25%,var(--color-surface) 50%,var(--bg-input) 75%);background-size:200% 100%;animation:_skeleton-shimmer_pr77a_1 1.5s infinite;border-radius:4px;width:40%}@keyframes _skeleton-pulse_pr77a_1{0%,to{opacity:1}50%{opacity:.8}}@keyframes _skeleton-shimmer_pr77a_1{0%{background-position:-200% 0}to{background-position:200% 0}}._emptyState_pr77a_146{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;margin:0 auto}._emptyIcon_pr77a_155{color:#6b7280;opacity:.7}._emptyTitle_pr77a_160{font-size:1.5rem;font-weight:600;color:#d1d5db;margin:0}._emptyDescription_pr77a_167{font-size:1rem;color:#9ca3af;margin:0;line-height:1.5}._emptySuggestions_pr77a_174{background:#1f293780;border:1px solid rgba(55,65,81,.3);border-radius:12px;padding:1.5rem;text-align:left;width:100%}._emptySuggestions_pr77a_174 p{margin:0 0 1rem;font-weight:500;color:#d1d5db}._emptySuggestions_pr77a_174 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._emptySuggestions_pr77a_174 li{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.9rem}._emptySuggestions_pr77a_174 li svg{color:#10b981;flex-shrink:0}._pagination_pr77a_212{display:flex;justify-content:center;align-items:center;gap:8px;padding:0 1rem 2rem}._paginationButton_pr77a_220{background:#10b981;color:#fff;border:none;border-radius:8px;padding:10px 14px;cursor:pointer;transition:background-color .2s ease}._paginationButton_pr77a_220:hover:not(:disabled){background:#059669}._paginationButton_pr77a_220:disabled{background:#2e2e2e;color:#9ca3af;cursor:not-allowed}._pageInfo_pr77a_240{color:#d1d5db;font-size:14px}@media (max-width: 1023px){._resultsGrid_pr77a_52{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){._explorerContainer_pr77a_3{margin-top:0}._explorerFilter_pr77a_13{width:100vw;margin-left:0;padding:.75rem}._resultsWrapper_pr77a_46{width:100vw;margin-left:0}._resultsGrid_pr77a_52{grid-template-columns:1fr;gap:16px}._explorerGrid_pr77a_22{grid-template-columns:1fr;gap:12px}._modeColumn_pr77a_29,._searchColumn_pr77a_33,._cityColumn_pr77a_37,._categoryColumn_pr77a_41{grid-column:1}._emptyState_pr77a_146{padding:2rem 1rem;gap:1rem}._emptyIcon_pr77a_155 svg{width:48px;height:48px}._emptyTitle_pr77a_160{font-size:1.25rem}._emptySuggestions_pr77a_174{padding:1rem}._emptySuggestions_pr77a_174 li{font-size:.85rem}._skeletonImage_pr77a_76{height:150px}._skeletonContent_pr77a_84{padding:.75rem;gap:.5rem}._skeletonTitle_pr77a_91{height:18px}._skeletonDate_pr77a_100,._skeletonLocation_pr77a_109{height:14px}._skeletonCategory_pr77a_118{height:12px}}._producerEventDetailPageHeroWrapper_1kn83_2{position:relative;height:35dvh;min-height:320px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:calc(var(--header-height) - 20px)}._producerEventDetailPageHeroBg_1kn83_13{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;transition:transform 1s ease-out}._producerEventDetailPageHeroBlurOverlay_1kn83_26{position:absolute;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d;z-index:2}._producerEventDetailPageHeroGradientOverlay_1kn83_37{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0006,#000000b3);z-index:3}._producerEventDetailPageHeroContent_1kn83_47{position:relative;z-index:4;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._producerEventDetailPageHeroContainer_1kn83_57{max-width:80rem;margin-left:auto;margin-right:auto;width:100%;padding:2rem 0 3rem;display:flex;flex-direction:column;gap:2rem;position:relative}._producerEventDetailPageHeroBottomBar_1kn83_70{position:absolute;left:0rem;right:0rem;bottom:1rem;display:flex;align-items:center;justify-content:space-between}._producerEventDetailPageBreadcrumbs_1kn83_80{display:flex;align-items:center;gap:.5rem;color:#fff}._producerEventDetailPageBreadcrumbItem_1kn83_87{cursor:pointer;opacity:.9}._producerEventDetailPageBreadcrumbItem_1kn83_87:hover{opacity:1}._producerEventDetailPageBreadcrumbSeparator_1kn83_96{opacity:.7}._producerEventDetailPageBreadcrumbCurrent_1kn83_100{font-weight:600;opacity:1}._producerEventDetailPageNavigationRow_1kn83_107{display:none}._producerEventDetailPageBackButton_1kn83_109{display:inline-flex;align-items:center;gap:.5rem;color:#fff;transition:color .2s ease;line-height:1}._producerEventDetailPageBackButton_1kn83_109:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}._producerEventDetailPageEventInfo_1kn83_125{display:flex;flex-direction:column;gap:1.5rem;max-width:800px}._producerEventDetailPageCategories_1kn83_132{display:flex;gap:.5rem;flex-wrap:wrap}._producerEventDetailPageCategoryChip_1kn83_138{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:2rem;color:#fff;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._producerEventDetailPageEventTitle_1kn83_149{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.1;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}._producerEventDetailPageEventDetails_1kn83_158{display:flex;flex-direction:column;gap:1rem}._producerEventDetailPageDetailItem_1kn83_164{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.125rem;font-weight:500}._producerEventDetailPagePriceSection_1kn83_173{display:flex;align-items:baseline;gap:.5rem}._producerEventDetailPagePriceLabel_1kn83_179{color:#fffc;font-size:1rem;font-weight:500}._producerEventDetailPagePriceValue_1kn83_185{color:#fff;font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}._producerEventDetailPageContainer_1kn83_192{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:20px}._producerEventDetailPageMinW0_1kn83_202{min-width:0;padding-bottom:40px}._producerEventDetailPageStackY6_1kn83_204>*+*{margin-top:1.5rem}._producerEventDetailPageIconSm_1kn83_206{width:1.25rem;height:1.25rem}._producerEventDetailPageIconMd_1kn83_207{width:1.5rem;height:1.5rem}._producerEventDetailPageTableScroll_1kn83_209{overflow-x:auto}._producerEventDetailPageTable_1kn83_209{width:100%;font-size:.875rem;border-collapse:collapse}._producerEventDetailPageTh_1kn83_219{text-align:left;color:var(--color-text-secondary);padding-top:.75rem;padding-bottom:.75rem;padding-right:1rem}._producerEventDetailPageThLast_1kn83_227{padding-right:0}._producerEventDetailPageTableRow_1kn83_229{border-top:1px solid var(--card-border)}._producerEventDetailPageTd_1kn83_231{padding-top:.75rem;padding-bottom:.75rem;padding-right:1rem}._producerEventDetailPageTdLast_1kn83_237{padding-right:0}._producerEventDetailPageFontMedium_1kn83_239{font-weight:500}._producerEventDetailPageTextMuted_1kn83_241{color:var(--color-text-secondary)}._producerEventDetailPageTabsNav_1kn83_244{display:flex;gap:2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._producerEventDetailPageTabsNav_1kn83_244::-webkit-scrollbar{display:none}._producerEventDetailPageTabButton_1kn83_256{display:flex;align-items:center;gap:.5rem;padding:1rem .25rem;border-bottom:2px solid transparent;font-weight:500;font-size:.875rem;white-space:nowrap;color:var(--color-text-secondary);transition:color .15s ease,border-color .15s ease;cursor:pointer;background:transparent;border-top:none;border-left:none;border-right:none}._producerEventDetailPageTabButton_1kn83_256:hover{color:var(--color-text-primary);border-color:var(--color-text-tertiary)}._producerEventDetailPageTabButtonActive_1kn83_279{border-color:var(--color-text-primary);color:var(--color-text-primary)}._producerEventDetailPageTabsNavProducerPage_1kn83_285{background-color:var(--bg-input);border-bottom-left-radius:5px;border-bottom-right-radius:5px;justify-content:center}._producerEventDetailPageSectionCard_1kn83_293{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;overflow:hidden}._producerEventDetailPageSectionCardPadding_1kn83_300{padding:2rem}._producerEventDetailPageSectionCardBody_1kn83_304{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;gap:1rem}._producerEventDetailPageSectionCardIcon_1kn83_313{width:4rem;height:4rem;color:var(--primary);opacity:.7}._producerEventDetailPageSectionCardSubtitle_1kn83_320{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}._producerEventDetailPageSectionCardText_1kn83_327{font-size:1rem;color:var(--text-secondary);margin:0;max-width:400px}._producerEventDetailPageStatsSection_1kn83_335{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._producerEventDetailPageStatsGrid_1kn83_342{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}._producerEventDetailPageStatItem_1kn83_348{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--background);border:1px solid var(--card-border);border-radius:.75rem;transition:all .2s ease}._producerEventDetailPageStatItem_1kn83_348:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._producerEventDetailPageStatItem_1kn83_348 svg{color:var(--primary);flex-shrink:0}._producerEventDetailPageStatValue_1kn83_369{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1}._producerEventDetailPageStatLabel_1kn83_376{font-size:.875rem;color:var(--text-secondary);font-weight:500;margin-top:.25rem}._producerEventDetailPageDescriptionSection_1kn83_384{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._producerEventDetailPageSectionTitle_1kn83_391{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem}._producerEventDetailPageDescriptionText_1kn83_398{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin:0}._producerEventDetailPageAdditionalInfoSection_1kn83_406{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._producerEventDetailPageInfoGrid_1kn83_413{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._producerEventDetailPageInfoItem_1kn83_419{padding:1.5rem;background:var(--background);border:1px solid var(--card-border);border-radius:.75rem}._producerEventDetailPageInfoLabel_1kn83_426{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}._producerEventDetailPageInfoValue_1kn83_433{font-size:1.125rem;font-weight:500;color:var(--text-primary);margin:0 0 .25rem}._producerEventDetailPageInfoSubValue_1kn83_440{font-size:.875rem;color:var(--text-secondary);margin:0}._producerEventDetailPageActionsSection_1kn83_447{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._producerEventDetailPageActionsGrid_1kn83_454{display:flex;gap:1rem;flex-wrap:wrap}._producerEventDetailPageActionButton_1kn83_460{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._producerEventDetailPageActionButton_1kn83_460:hover{background:var(--primary-dark);transform:translateY(-1px)}@media (max-width: 768px){._producerEventDetailPageHeroContainer_1kn83_57{padding:0 1rem}._producerEventDetailPageEventTitle_1kn83_149{font-size:2rem}._producerEventDetailPageContainer_1kn83_192{padding:0 1rem}._producerEventDetailPageStatsGrid_1kn83_342,._producerEventDetailPageInfoGrid_1kn83_413{grid-template-columns:1fr}._producerEventDetailPageActionsGrid_1kn83_454{flex-direction:column}._producerEventDetailPageActionButton_1kn83_460{justify-content:center}._producerEventDetailPageTabsNav_1kn83_244{gap:1rem}._producerEventDetailPageTabButton_1kn83_256{padding:.875rem .125rem;font-size:.8125rem}._producerEventDetailPageSectionCardPadding_1kn83_300{padding:1.5rem}._producerEventDetailPageSectionCardBody_1kn83_304{padding:2rem 1rem}}@media (max-width: 480px){._producerEventDetailPageHeroWrapper_1kn83_2{height:50vh;min-height:300px}._producerEventDetailPageEventTitle_1kn83_149{font-size:1.75rem}._producerEventDetailPageNavigationRow_1kn83_107{flex-direction:column}._producerEventDetailPageBackButton_1kn83_109{justify-content:center}}._producerEventDetailPageStatsStackY6_lkqjq_1{display:grid;gap:24px}._producerEventDetailPageStatsSectionCard_lkqjq_5{background:var(--bg-input);border-radius:12px;overflow:hidden}._producerEventDetailPageStatsSectionTitle_lkqjq_13{font-size:18px;font-weight:600;margin-bottom:16px}._producerEventDetailPageStatsGrid_lkqjq_18{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._producerEventDetailPageStatsItem_lkqjq_23{display:flex;align-items:center;gap:12px;padding:12px;border:1px dashed var(--color-border-muted, #e5e7eb);border-radius:10px}._producerEventDetailPageIconMd_lkqjq_31{width:24px;height:24px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageStatValue_lkqjq_36{font-size:20px;font-weight:700;line-height:1.2}._producerEventDetailPageStatLabel_lkqjq_41{font-size:12px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageDescriptionText_lkqjq_45{color:var(--color-text, #111827);line-height:1.6}._producerEventDetailPageInfoGrid_lkqjq_49{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}._producerEventDetailPageInfoItem_lkqjq_54{display:grid;gap:6px}._producerEventDetailPageInfoLabel_lkqjq_58{font-size:12px;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}._producerEventDetailPageInfoValue_lkqjq_64{font-size:14px;font-weight:600}._producerEventDetailPageInfoSubValue_lkqjq_68{font-size:12px;color:var(--color-text-muted, #6b7280)}@media (max-width: 768px){._producerEventDetailPageStatsGrid_lkqjq_18,._producerEventDetailPageInfoGrid_lkqjq_49{grid-template-columns:1fr}}._producerEventDetailPageStatsSectionFirstRowContainer_lkqjq_83{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:stretch;width:100%}._producerEventDetailPageStatsSectionLeftColumn_lkqjq_90,._producerEventDetailPageStatsSectionRightColumn_lkqjq_94{min-width:0;flex:1}._producerEventDetailPageStatsSectionCard_lkqjq_5{background:var(--bg-input);border-radius:6px;overflow:hidden;width:100%;height:100%}._producerEventDetailPageStatsSectionCardPadding_lkqjq_10{padding:20px}._producerEventDetailPageStatsSectionLabel_lkqjq_106{font-size:12px;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}._producerEventDetailPageStatsSectionValue_lkqjq_112{font-size:14px;font-weight:600}._producerEventDetailPageStatsSectionRankValue_lkqjq_116{font-size:22px;font-weight:800}._producerEventDetailPageStatsSectionRowCenter_lkqjq_120{display:inline-flex;align-items:center;gap:8px}._producerEventDetailPageStatsSectionRowChips_lkqjq_125{display:flex;flex-wrap:wrap;gap:8px}._producerEventDetailPageStatsSectionChip_lkqjq_130{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px dashed var(--color-border-muted, #e5e7eb);border-radius:999px;font-size:12px;color:var(--color-text, #111827)}._producerEventDetailPageStatsSectionIconSm_lkqjq_140{width:18px;height:18px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageStatsSectionIconXs_lkqjq_145{width:14px;height:14px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageStatsSectionStackY4_lkqjq_150{display:grid;gap:8px}._producerEventDetailPageStatsSectionStackY8_lkqjq_154{display:grid;gap:16px}._producerEventDetailPageStatsSectionStatusGrid_lkqjq_158{display:grid;grid-template-columns:1fr 1fr;gap:16px}._producerEventDetailPageStatsSectionStatsGrid_lkqjq_163{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._producerEventDetailPageStatsSectionStatBox_lkqjq_168{background:var(--bg-input);border:1px dashed var(--color-border-muted, #3b3f49);border-radius:8px;padding:12px;text-align:center}._producerEventDetailPageStatsSectionStatValue_lkqjq_175{font-size:22px;font-weight:800;line-height:1.1}._producerEventDetailPageStatsSectionStatLabel_lkqjq_180{font-size:12px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageStatsSectionLabelRow_lkqjq_184{display:flex;align-items:center;justify-content:space-between}._producerEventDetailPageStatsSectionSparklineSvg_lkqjq_189{width:100%;height:auto}._producerEventDetailPageStatsSectionSkeleton_lkqjq_193{height:84px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:_shimmer_lkqjq_1 1.2s infinite;border-radius:8px}._producerEventDetailPageStatsSectionErrorText_lkqjq_200{color:#dc2626}@keyframes _shimmer_lkqjq_1{0%{background-position:0% 0}to{background-position:-200% 0}}@media (max-width: 1024px){._producerEventDetailPageStatsSectionFirstRowContainer_lkqjq_83,._producerEventDetailPageStatsSectionStatusGrid_lkqjq_158{grid-template-columns:1fr}._producerEventDetailPageStatsSectionStatsGrid_lkqjq_163{grid-template-columns:repeat(3,minmax(0,1fr))}}._producerEventDetailPagePostsStackY6_pk2nm_1{display:grid;gap:24px}._producerEventDetailPagePostsSectionCard_pk2nm_2{background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:12px;overflow:hidden}._producerEventDetailPagePostsSectionCardPadding_pk2nm_3{padding:20px}._producerEventDetailPagePostsSectionTitle_pk2nm_4{font-size:18px;font-weight:600;margin-bottom:16px}._producerEventDetailPagePostsSectionCardBody_pk2nm_5{display:grid;gap:8px;align-items:start}._producerEventDetailPagePostsSectionCardIcon_pk2nm_6{width:28px;height:28px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPagePostsSectionCardSubtitle_pk2nm_7{font-size:16px;font-weight:600}._producerEventDetailPagePostsSectionCardText_pk2nm_8{font-size:14px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageMediaStackY6_19xfk_1{display:grid;gap:24px}._producerEventDetailPageMediaSectionCard_19xfk_2{background:var(--bg-input);border-radius:6px;overflow:hidden}._producerEventDetailPageMediaSectionCardPadding_19xfk_3{padding:20px}._producerEventDetailPageSettingsSectionHeaderRow_19xfk_4{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._producerEventDetailPageSettingsSectionTitleGroup_19xfk_5{display:inline-flex;align-items:center;gap:8px}._producerEventDetailPageSettingsSectionHeaderIcon_19xfk_6{width:22px;height:22px;color:var(--color-text-primary)}._producerEventDetailPageSettingsSectionHeaderTitle_19xfk_7{font-size:1rem;font-weight:500;color:var(--color-text-primary)}._producerEventDetailPageMediaSectionCardIcon_19xfk_8{width:28px;height:28px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageMediaSectionActionsRow_19xfk_11{display:flex;align-items:center;gap:12px;margin-bottom:12px}._producerEventDetailPageMediaSectionUploadButton_19xfk_12{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-elevated);border:1px solid var(--color-border, #363a45);border-radius:6px;cursor:pointer}._producerEventDetailPageMediaSectionHiddenInput_19xfk_13{display:none}._producerEventDetailPageMediaSectionIconSm_19xfk_14{width:18px;height:18px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageMediaSectionHint_19xfk_15{font-size:12px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageMediaSectionError_19xfk_16{font-size:12px;color:#dc2626}._producerEventDetailPageMediaSectionDropZone_19xfk_19{border:1px dashed var(--color-border-muted, #3b3f49);border-radius:8px;padding:24px;text-align:center;background:var(--bg-input);transition:border-color .15s ease}._producerEventDetailPageMediaSectionDropZoneActive_19xfk_20{border-color:var(--primary, #6366f1)}._producerEventDetailPageMediaSectionDropZoneInner_19xfk_21{display:grid;gap:6px;place-items:center}._producerEventDetailPageMediaSectionDropTitle_19xfk_22{font-size:14px;font-weight:600}._producerEventDetailPageMediaSectionDropText_19xfk_23{font-size:12px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageMediaSectionGrid_19xfk_26{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:16px}._producerEventDetailPageMediaSectionGridItem_19xfk_27{position:relative;border-radius:8px;overflow:hidden;background:var(--bg-elevated);border:1px solid var(--color-border, #363a45)}._producerEventDetailPageMediaSectionThumb_19xfk_28{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;display:block}._producerEventDetailPageMediaSectionRemoveButton_19xfk_29{position:absolute;top:6px;right:6px;background:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;cursor:pointer}._producerEventDetailPageMediaSectionIconXs_19xfk_30{width:14px;height:14px}._producerEventDetailPageMediaSectionThumbInfo_19xfk_31{padding:8px;font-size:12px;color:var(--color-text-muted, #a1a1aa);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._producerEventDetailPageMediaSectionThumbName_19xfk_32{overflow:hidden;text-overflow:ellipsis}@media (max-width: 1280px){._producerEventDetailPageMediaSectionGrid_19xfk_26{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1024px){._producerEventDetailPageMediaSectionGrid_19xfk_26{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){._producerEventDetailPageMediaSectionGrid_19xfk_26{grid-template-columns:repeat(2,minmax(0,1fr))}}._producerEventDetailPageSettingsStackY6_ey4uu_1{display:grid;gap:10px}._producerEventDetailPageSettingsSectionCard_ey4uu_5{background:var(--bg-input);border-radius:6px;overflow:hidden}._producerEventDetailPageSettingsSectionCardPadding_ey4uu_10{padding:15px}._producerEventDetailPageSettingsSectionTitle_ey4uu_13{font-size:18px;font-weight:600;margin-bottom:16px}._producerEventDetailPageSettingsSectionPresentationGrid_ey4uu_20{display:grid;grid-template-columns:300px 1fr;gap:16px;align-items:start}._producerEventDetailPageSettingsSectionBannerBox_ey4uu_26{width:100%}._producerEventDetailPageSettingsSectionBannerImg_ey4uu_29{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:8px}._producerEventDetailPageSettingsSectionBannerPlaceholder_ey4uu_35{width:100%;height:180px;display:grid;place-items:center;border-radius:8px;background:var(--bg-elevated);border:1px dashed var(--color-border-muted, #3b3f49);color:var(--color-text-muted, #6b7280);font-size:12px}._producerEventDetailPageSettingsSectionInfoBox_ey4uu_47{display:grid;gap:10px}._producerEventDetailPageSettingsSectionTitleRow_ey4uu_51{display:flex;align-items:center;justify-content:space-between}._producerEventDetailPageSettingsSectionEventTitle_ey4uu_56{font-size:1.25rem;font-weight:600;line-height:1.2;color:#fff}._producerEventDetailPageSettingsSectionDescription_ey4uu_63{font-size:14px;color:#eee;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}._producerEventDetailPageSettingsSectionDescriptionExpanded_ey4uu_71{-webkit-line-clamp:unset;max-height:none}._producerEventDetailPageSettingsSectionToggleBtn_ey4uu_75{font-size:12px;color:var(--primary, #6366f1);text-decoration:underline;width:-moz-fit-content;width:fit-content;background-color:#fff!important}._producerEventDetailPageSettingsSectionSkeleton_ey4uu_84{height:200px;border-radius:8px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:_shimmer_ey4uu_1 1.2s infinite}._producerEventDetailPageSettingsSectionErrorText_ey4uu_91{color:#dc2626;font-size:14px}._producerEventDetailPageSettingsSectionRetryBtn_ey4uu_95{font-size:12px;margin-top:8px;border:1px solid var(--color-border, #363a45);border-radius:6px;padding:6px 10px;background:var(--bg-elevated)}@keyframes _shimmer_ey4uu_1{0%{background-position:0% 0}to{background-position:-200% 0}}@media (max-width: 1024px){._producerEventDetailPageSettingsSectionPresentationGrid_ey4uu_20{grid-template-columns:1fr}._producerEventDetailPageSettingsSectionBannerImg_ey4uu_29,._producerEventDetailPageSettingsSectionBannerPlaceholder_ey4uu_35{height:160px}}._producerEventDetailPageSettingsSectionDataGrid_ey4uu_120{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-bottom:12px}._producerEventDetailPageSettingsSectionDataCol2_ey4uu_126,._producerEventDetailPageSettingsSectionDataCol1_ey4uu_129{grid-column:span 1}._producerEventDetailPageSettingsSectionGradientBox_ey4uu_133{background:#363a45;border-radius:6px;padding:15px;margin-bottom:15px}._producerEventDetailPageSettingsSectionRow_ey4uu_140{display:flex;align-items:center;gap:10px;margin-bottom:15px}._producerEventDetailPageSettingsSectionRowBadge_ey4uu_146{display:inline-flex;align-items:center}._producerEventDetailPageSettingsSectionTitleSm_ey4uu_150{font-size:.85rem;font-weight:500;color:#fff}._producerEventDetailPageSettingsSectionHelpText_ey4uu_155{font-size:.775rem;color:#eee;margin:8px 0}._producerEventDetailPageSettingsSectionBenefits_ey4uu_160{display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}._producerEventDetailPageSettingsSectionBenefitRow_ey4uu_165{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--color-text-secondary, #eee)}._producerEventDetailPageSettingsSectionDot_ey4uu_172{width:6px;height:6px;background:var(--primary, #6366f1);border-radius:999px}._producerEventDetailPageSettingsSectionSessionsBox_ey4uu_179{display:grid;gap:12px}._producerEventDetailPageSettingsSectionHeader_ey4uu_183{display:flex;align-items:center;justify-content:space-between}._producerEventDetailPageSettingsSectionHeaderTitle_ey4uu_188{font-size:16px;font-weight:600}._producerEventDetailPageSettingsSectionNewBtn_ey4uu_192{padding:8px 12px;background:#fff;color:#fff;border-radius:8px}._producerEventDetailPageSettingsSectionDashed_ey4uu_198{border:1px dashed var(--color-border-muted, #3b3f49);border-radius:8px;padding:16px;color:var(--color-text-muted, #6b7280);font-size:14px;text-align:center}._producerEventDetailPageSettingsSectionList_ey4uu_206{display:grid;gap:10px}._producerEventDetailPageSettingsSectionItem_ey4uu_210{background:var(--bg-elevated);border:1px solid var(--color-border, #363a45);border-radius:8px;padding:12px}._producerEventDetailPageSettingsSectionItemHead_ey4uu_216{display:flex;align-items:start;justify-content:space-between;gap:8px;margin-bottom:8px}._producerEventDetailPageSettingsSectionItemTitle_ey4uu_223{font-weight:600;display:inline-flex;align-items:center;gap:8px}._producerEventDetailPageSettingsSectionPill_ey4uu_229{font-size:11px;background:var(--primary, #6366f1);color:#fff;padding:2px 8px;border-radius:999px}._producerEventDetailPageSettingsSectionRemoveBtn_ey4uu_236{font-size:12px;color:var(--error, #ef4444)}._producerEventDetailPageSettingsSectionDetailsGrid_ey4uu_240{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;font-size:13px}._producerEventDetailPageSettingsSectionLabelSm_ey4uu_246{font-weight:600}._producerEventDetailPageSettingsSectionDescr_ey4uu_63{font-size:13px;color:var(--color-text-secondary, #9ca3af);margin-top:6px}._producerEventDetailPageSettingsSectionModalBody_ey4uu_255{padding:16px;display:grid;gap:12px}._producerEventDetailPageSettingsSectionTwoCols_ey4uu_260{display:grid;grid-template-columns:1fr 1fr;gap:12px}._producerEventDetailPageSettingsSectionModalFooter_ey4uu_265{display:flex;align-items:center;gap:10px;padding:12px;border-top:1px solid var(--color-border, #363a45)}._producerEventDetailPageSettingsSectionCancelBtn_ey4uu_272{flex:1;padding:10px;border:1px solid var(--color-border, #363a45);border-radius:8px;background:transparent}._producerEventDetailPageSettingsSectionCreateBtn_ey4uu_279{flex:1;padding:10px;background:var(--secondary, #10b981);color:#fff;border-radius:8px}@media (max-width: 1024px){._producerEventDetailPageSettingsSectionDataGrid_ey4uu_120,._producerEventDetailPageSettingsSectionBenefits_ey4uu_160{grid-template-columns:1fr}._producerEventDetailPageSettingsSectionDetailsGrid_ey4uu_240{grid-template-columns:1fr 1fr}._producerEventDetailPageSettingsSectionTwoCols_ey4uu_260{grid-template-columns:1fr}}._producerEventDetailPageSettingsSectionHeaderRow_ey4uu_303{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._producerEventDetailPageSettingsSectionTitleGroup_ey4uu_309{display:inline-flex;align-items:center;gap:8px}._producerEventDetailPageSettingsSectionHeaderIcon_ey4uu_314{width:22px;height:22px;color:var(--color-text-primary)}._producerEventDetailPageSettingsSectionHeaderTitle_ey4uu_188{font-size:1rem;font-weight:500;color:var(--color-text-primary)}._producerEventDetailPageSettingsSectionEditBtn_ey4uu_324{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;background:#fff;cursor:pointer;transition:background-color .15s ease-in-out;font-size:14px;font-weight:500;background-color:#fff!important}._producerEventDetailPageSettingsSectionEditBtn_ey4uu_324:hover,._producerEventDetailPageSettingsSectionEditBtn_ey4uu_324:active,._producerEventDetailPageSettingsSectionEditBtn_ey4uu_324:focus{background-color:#fff!important}._producerEventDetailPageSettingsSectionInfoGrid_ey4uu_344{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._producerEventDetailPageSettingsSectionInfoGridRow3_ey4uu_349{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._producerEventDetailPageSettingsSectionInfoGridRow2_ey4uu_354{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._producerEventDetailPageSettingsSectionInfoGridSessions_ey4uu_359{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}._producerEventDetailPageSettingsSectionInfoField_ey4uu_364{display:grid;gap:4px}._producerEventDetailPageSettingsSectionInfoLabel_ey4uu_368{font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500}._producerEventDetailPageSettingsSectionInfoValue_ey4uu_375{font-size:.9rem;color:#fff}@media (max-width: 1024px){._producerEventDetailPageSettingsSectionInfoGrid_ey4uu_344,._producerEventDetailPageSettingsSectionInfoGridRow3_ey4uu_349,._producerEventDetailPageSettingsSectionInfoGridRow2_ey4uu_354,._producerEventDetailPageSettingsSectionInfoGridSessions_ey4uu_359{grid-template-columns:1fr}}._producerEventDetailPageSettingsSectionStaffGrid_ey4uu_395{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}._producerEventDetailPageSettingsSectionStaffCard_ey4uu_401{display:flex;align-items:center;gap:10px;background:var(--bg-elevated);border:1px solid var(--color-border, #363a45);border-radius:10px;padding:10px}._producerEventDetailPageSettingsSectionStaffAvatar_ey4uu_410{width:44px;height:44px;border-radius:999px;-o-object-fit:cover;object-fit:cover}._producerEventDetailPageSettingsSectionStaffInfo_ey4uu_416{display:grid;gap:2px}._producerEventDetailPageSettingsSectionStaffName_ey4uu_417{font-weight:600}._producerEventDetailPageSettingsSectionStaffUsername_ey4uu_418{font-size:12px;color:var(--color-text-muted, #6b7280)}@media (max-width: 1024px){._producerEventDetailPageSettingsSectionStaffGrid_ey4uu_395{grid-template-columns:1fr 1fr}}@media (max-width: 640px){._producerEventDetailPageSettingsSectionStaffGrid_ey4uu_395{grid-template-columns:1fr}}._tableWrapper_696ng_1{width:100%;overflow-x:auto;border-radius:8px}._table_696ng_1{width:100%;border-collapse:collapse;min-width:640px}._th_696ng_11{text-align:left;padding:12px 16px;font-weight:600;font-size:14px;color:var(--text-secondary, #6b7280);border-bottom:1px solid rgba(0,0,0,.06);background:#00000005}._td_696ng_20{padding:12px 16px;vertical-align:middle;font-size:14px;color:var(--text, #111827);border-bottom:1px solid rgba(0,0,0,.04)}._tr_696ng_27:hover ._td_696ng_20{background:#00000003}._trClickable_696ng_30:hover ._td_696ng_20{background:#0f172a08}._trClickable_696ng_30:focus{outline:2px solid rgba(99,102,241,.15);outline-offset:2px}._trClickable_696ng_30,._trClickable_696ng_30 td{cursor:pointer}._empty_696ng_41{padding:24px;text-align:center;color:var(--text-secondary, #6b7280)}._truncate_696ng_48{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._badges_696ng_57{display:flex;gap:6px;flex-wrap:wrap}._badge_696ng_57{background:#0f172a0f;color:var(--text, #111827);padding:4px 8px;border-radius:999px;font-size:12px}._tooltipWrapper_1p35s_1{position:relative;display:inline-block}._tooltipBubble_1p35s_5{position:absolute;left:50%;transform:translate(-50%) translateY(-8px);bottom:100%;white-space:normal;max-width:320px;background:#0c121cf2;color:#fff;padding:8px 10px;border-radius:8px;font-size:13px;box-shadow:0 6px 20px #0206173d;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:40}._tooltipWrapper_1p35s_1:hover ._tooltipBubble_1p35s_5,._tooltipWrapper_1p35s_1:focus-within ._tooltipBubble_1p35s_5{opacity:1;transform:translate(-50%) translateY(-12px);pointer-events:auto}._tooltipWrapper_1p35s_1[data-placement=right] ._tooltipBubble_1p35s_5{left:100%;top:50%;transform:translate(8px) translateY(-50%)}._tooltipWrapper_1p35s_1[data-placement=left] ._tooltipBubble_1p35s_5{left:auto;right:100%;top:50%;transform:translate(-8px) translateY(-50%)}._tooltipWrapper_1p35s_1[data-placement=bottom] ._tooltipBubble_1p35s_5{bottom:auto;top:100%;transform:translate(-50%) translateY(8px)}._batchTableWrapper_8hh9a_1{width:100%;overflow-x:auto;padding:20px}._batchTable_8hh9a_1{width:100%;border-collapse:collapse}._batchTable_8hh9a_1 th{text-align:left;padding:10px 15px;color:#eee;font-weight:500;background-color:var(--bg-input);font-size:.825rem;text-transform:uppercase}._batchTable_8hh9a_1 td{padding:10px 15px}._zebraEven_8hh9a_23 td{background-color:#0f172a05}._zebraOdd_8hh9a_26 td{background-color:#323232}._rowClickable_8hh9a_29{cursor:pointer}._expandedRowContent_8hh9a_32{background:#0f172a05}._expandedInner_8hh9a_35{padding:12px 16px;display:flex;flex-direction:column;gap:12px}._expandedFull_8hh9a_41{grid-column:1 / -1}._rowFirst_8hh9a_44{display:grid;grid-template-columns:1fr 160px 120px;gap:12px;align-items:end}._rowSecond_8hh9a_50{display:grid;grid-template-columns:1fr 1fr;gap:12px}._rowThird_8hh9a_55{display:block}._rowItemFixed_8hh9a_58,._rowItem_8hh9a_58{min-width:0}._actionsCell_8hh9a_64{display:flex;align-items:center;gap:8px}._TicketEditModalCards_1qtrb_1{display:flex;gap:12px;margin-bottom:12px}._TicketEditModalCard_1qtrb_1{flex:1;background:#0f172a0a;padding:12px;border-radius:8px}._TicketEditModalCardTitle_1qtrb_14{font-size:12px;color:var(--text-secondary, #6b7280)}._TicketEditModalCardValue_1qtrb_19{font-size:20px;font-weight:600}._TicketEditModalFooter_1qtrb_24{display:flex;gap:8px;justify-content:flex-end;width:100%}._TicketEditModalCancelButton_1qtrb_31{flex:1;width:100%;background:#ffffff1a!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._TicketEditModalSaveButton_1qtrb_54{width:50%;flex:1;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}._TicketEditModalSaveButton_1qtrb_54:hover:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff00804d}._TicketEditModalSaveButton_1qtrb_54:active:not(:disabled){background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._TicketEditModalSaveButton_1qtrb_54:focus{background:#ff0080!important;color:#fff!important;transform:translateY(0);box-shadow:inset 0 2px 4px #0003}._TicketEditModalSaveButton_1qtrb_54:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ff0080!important;color:#fff!important}@media (max-width: 768px){._TicketEditModalCards_1qtrb_1{flex-direction:column}._TicketEditModalFooter_1qtrb_24{flex-direction:row}._TicketEditModalCancelButton_1qtrb_31,._TicketEditModalSaveButton_1qtrb_54{width:100%;justify-content:center}._TicketEditModalCancelButton_1qtrb_31,._TicketEditModalSaveButton_1qtrb_54{height:35px!important;margin-top:0;font-size:.85rem}}._TicketEditModalTabList_1qtrb_131{display:flex;gap:24px;padding-bottom:10px;align-items:center;position:relative;background-color:var(--bg-input)}._TicketEditModalTabList_1qtrb_131:before{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#0f172a0f;border-radius:2px}._TicketEditModalTab_1qtrb_131{background:transparent;border:none;padding:10px 6px;color:var(--text-secondary, #9ca3af);font-weight:600;font-size:.95rem;cursor:pointer;position:relative;line-height:1;transition:color .18s ease}._TicketEditModalTab_1qtrb_131:hover{color:var(--text-primary, #0f172a)}._TicketEditModalTab_1qtrb_131:after{content:"";position:absolute;left:8px;right:8px;bottom:-6px;height:3px;background:transparent;border-radius:4px;transform:scaleX(0);transform-origin:center;transition:transform .2s cubic-bezier(.2,.9,.2,1),background .2s ease}._TicketEditModalTabActive_1qtrb_185{color:var(--accent, #1fb6ff)}._TicketEditModalTabActive_1qtrb_185:after{background:var(--accent, #1fb6ff);transform:scaleX(1)}._TicketEditModalTab_1qtrb_131:focus,._TicketEditModalTabActive_1qtrb_185:focus{outline:none;box-shadow:0 0 0 6px #1fb6ff0f}._TicketEditModalTabContent_1qtrb_201{display:inline-flex;align-items:center;gap:8px}._TicketEditModalTabIcon_1qtrb_207{display:inline-block;width:18px;height:18px;color:inherit;flex:0 0 18px}._TicketEditModalCurrentBatchCard_1qtrb_216{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#ffffff05;border-radius:8px;margin-bottom:12px}._TicketEditModalCurrentBatchLeft_1qtrb_227{display:flex;align-items:baseline;gap:8px;color:var(--text-primary, #fff)}._TicketEditModalCurrentBatchName_1qtrb_234{margin-left:6px;color:var(--text-secondary, #9ca3af);font-weight:600}._TicketEditModalCurrentBatchRight_1qtrb_240{display:flex;align-items:center}._TicketEditModalAddBatch_1qtrb_246{padding:10px 14px;border-radius:8px;border:1px dashed rgba(15,23,42,.06);background:transparent;color:var(--accent, #ff0080);font-weight:600;cursor:pointer;transition:all .16s ease;display:inline-flex;align-items:center;gap:8px}._TicketEditModalAddBatch_1qtrb_246:hover{background:#ff00800f;transform:translateY(-2px);box-shadow:0 8px 18px #ff00800f}._TicketEditModalAddBatch_1qtrb_246:active{transform:translateY(0)}._producerEventDetailPageSalesStackY6_1b3o1_1{display:grid;gap:24px}._producerEventDetailPageSalesSectionCard_1b3o1_6{background:var(--bg-input);border-radius:6px;overflow:hidden}._producerEventDetailPageSalesSectionCardPadding_1b3o1_12{padding:20px}._producerEventDetailPageSalesSectionTitle_1b3o1_16{font-size:18px;font-weight:600;margin-bottom:16px}._producerEventDetailPageSalesSectionCardBody_1b3o1_22{display:grid;gap:8px;align-items:start}._producerEventDetailPageSalesSectionCardIcon_1b3o1_28{width:28px;height:28px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageSalesSectionCardSubtitle_1b3o1_34{font-size:16px;font-weight:600}._producerEventDetailPageSalesSectionCardText_1b3o1_39{font-size:14px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageTicketsStackY6_5blos_1{display:grid;gap:24px}._producerEventDetailPageTicketsSectionCard_5blos_2{background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:12px;overflow:hidden}._producerEventDetailPageTicketsSectionCardPadding_5blos_3{padding:20px}._producerEventDetailPageTicketsSectionTitle_5blos_4{font-size:18px;font-weight:600;margin-bottom:16px}._producerEventDetailPageTicketsSectionCardBody_5blos_5{display:grid;gap:8px;align-items:start}._producerEventDetailPageTicketsSectionCardIcon_5blos_6{width:28px;height:28px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageTicketsSectionCardSubtitle_5blos_7{font-size:16px;font-weight:600}._producerEventDetailPageTicketsSectionCardText_5blos_8{font-size:14px;color:var(--color-text-muted, #6b7280)}._producerEventDetailPageTableScroll_5blos_9{overflow-x:auto}._producerEventDetailPageTable_5blos_9{width:100%;border-collapse:separate;border-spacing:0}._producerEventDetailPageTh_5blos_11,._producerEventDetailPageTd_5blos_11{text-align:left;padding:12px;border-bottom:1px solid var(--color-border, #e5e7eb);white-space:nowrap}._producerEventDetailPageThLast_5blos_12,._producerEventDetailPageTdLast_5blos_12{text-align:right}._producerEventDetailPageTextMuted_5blos_13{color:var(--color-text-muted, #6b7280)}._producerEventDetailPageTableRow_5blos_14:hover{background:var(--color-surface-hover, #f9fafb)}._producerEventDetailPageFontMedium_5blos_15{font-weight:600}._producerEventDetailPageBadge_5blos_16{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:12px}._producerEventDetailPageBadgeSuccess_5blos_17{background:#dcfce7;color:#166534}._producerEventDetailPageBadgeWarning_5blos_18{background:#fef9c3;color:#854d0e}._producerEventDetailPageBadgeError_5blos_19{background:#fee2e2;color:#991b1b}._SearchModalOverlay_16ty4_2{position:fixed;inset:0;background:linear-gradient(135deg,#00000080,#1414288c);-webkit-backdrop-filter:blur(5px) saturate(100%);backdrop-filter:blur(5px) saturate(100%);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:_SearchModalFadeIn_16ty4_1 .4s cubic-bezier(.4,0,.2,1)}@keyframes _SearchModalFadeIn_16ty4_1{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}}._SearchModal_16ty4_2{background:var(--color-bg);border-radius:6px;width:100%;max-width:40dvw;max-height:90dvh;box-shadow:0 32px 64px #0009,0 0 0 1px #8b5cf61a,inset 0 1px #ffffff0d;animation:_SearchModalSlideUp_16ty4_1 .4s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}._SearchModal_16ty4_2:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent)}@keyframes _SearchModalSlideUp_16ty4_1{0%{opacity:0;transform:translateY(40px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}._SearchModalHeader_16ty4_68{display:flex;align-items:center;padding:20px;border-bottom:1px solid rgba(139,92,246,.15);gap:20px;background:linear-gradient(135deg,rgba(139,92,246,.03) 0%,transparent 100%)}._SearchModalSearchContainer_16ty4_77{flex:1;position:relative;display:flex;align-items:center;height:50px}._SearchModalSearchIcon_16ty4_85{position:absolute;left:15px;width:22px;height:22px;color:var(--color-text-primary);z-index:1;filter:drop-shadow(0 0 8px rgba(139,92,246,.3))}._SearchModalSearchInput_16ty4_96{width:100%;padding-left:50px;padding-right:15px;border-color:#8b5cf6;background:linear-gradient(135deg,#ffffff1f,#ffffff0f);border-radius:6px;color:#fff;font-size:1rem;font-weight:500;outline:none;transition:all .4s cubic-bezier(.4,0,.2,1);height:50px}._SearchModalSearchInput_16ty4_96::-moz-placeholder{color:#ffffff80;font-weight:400}._SearchModalSearchInput_16ty4_96::placeholder{color:#ffffff80;font-weight:400}._SearchModalSearchInput_16ty4_96:focus{border-color:#8b5cf6;background:linear-gradient(135deg,#ffffff1f,#ffffff0f)}._SearchModalHeaderActions_16ty4_131{display:flex;align-items:center;gap:12.5px}._SearchModalFilterButton_16ty4_137,._SearchModalCloseButton_16ty4_138{display:flex;align-items:center;justify-content:center;width:40px;height:50px;background:linear-gradient(135deg,#ffffff14,#ffffff08);border-radius:6px;color:#ffffffb3;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}._SearchModalFilterButton_16ty4_137:hover,._SearchModalCloseButton_16ty4_138:hover{background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);color:#fff;box-shadow:0 8px 24px #8b5cf633,0 0 0 1px #8b5cf61a,inset 0 1px #ffffff26}._SearchModalFilterButton_16ty4_137:active,._SearchModalCloseButton_16ty4_138:active{transform:translateY(-1px)}._SearchModalFilterIcon_16ty4_170,._SearchModalCloseIcon_16ty4_171{width:22px;height:22px;filter:drop-shadow(0 0 4px rgba(139,92,246,.2))}._SearchModalFiltersSection_16ty4_178{padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.08);background:#0000000f}._SearchModalFiltersSectionCollapsed_16ty4_185{max-height:0;opacity:0;overflow:hidden;padding-top:0;padding-bottom:0;border-bottom-color:transparent;transition:max-height .24s ease,opacity .18s ease,padding .18s ease,border-color .18s ease}._SearchModalFiltersSectionExpanded_16ty4_195{max-height:500px;opacity:1;transition:max-height .28s ease,opacity .18s ease,padding .18s ease,border-color .18s ease}._SearchModalFiltersRow_16ty4_202{display:flex;align-items:center;gap:12px}._SearchModalFiltersLabel_16ty4_208{display:inline-flex;flex:0 0 auto;color:#ffffffbf;font-size:12px;font-weight:600;margin:0;text-transform:none;letter-spacing:0;font-size:.775rem;color:#eee;text-transform:uppercase;letter-spacing:.04em;font-weight:500;padding-right:5px}._SearchModalFiltersList_16ty4_225{display:flex;gap:10px;flex-wrap:wrap}._SearchModalFilterOption_16ty4_235{display:flex;align-items:center;gap:8px;padding:5px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fffc;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}._SearchModalFilterOption_16ty4_235:hover{background:#ffffff14;border-color:#ffffff29;color:#fff}._SearchModalFilterOptionActive_16ty4_257{background:#8b5cf62e;border-color:#8b5cf699;color:#fff}._SearchModalFilterOptionIcon_16ty4_263{width:16px;height:16px}._SearchModalFilterOptionLabel_16ty4_268{font-weight:500}._SearchModalContent_16ty4_273{padding:20px;min-height:240px;max-height:calc(90dvh - 200px);overflow-y:auto;overflow-x:hidden;background:linear-gradient(135deg,rgba(139,92,246,.01) 0%,transparent 100%);scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.3) transparent}._SearchModalContent_16ty4_273::-webkit-scrollbar{width:6px}._SearchModalContent_16ty4_273::-webkit-scrollbar-track{background:transparent}._SearchModalContent_16ty4_273::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:3px}._SearchModalContent_16ty4_273::-webkit-scrollbar-thumb:hover{background:#8b5cf680}._SearchModalEmptyState_16ty4_303{text-align:center;max-width:480px;padding-top:40px;margin:0 auto}._SearchModalEmptyStateIcon_16ty4_310{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);border-radius:50%;margin:0 auto 32px;box-shadow:0 16px 40px #8b5cf633,inset 0 1px #ffffff1a;animation:_pulse_16ty4_1 2s ease-in-out infinite}@keyframes _pulse_16ty4_1{0%,to{transform:scale(1);box-shadow:0 16px 40px #8b5cf633,inset 0 1px #ffffff1a}50%{transform:scale(1.05);box-shadow:0 20px 50px #8b5cf64d,inset 0 1px #ffffff26}}._SearchModalEmptySearchIcon_16ty4_341{width:40px;height:40px;color:#8b5cf6;filter:drop-shadow(0 0 12px rgba(139,92,246,.4))}._SearchModalEmptyStateText_16ty4_348{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:5px;text-shadow:0 0 20px rgba(139,92,246,.3)}._SearchModalEmptyStateSubtext_16ty4_356{color:#ffffffb3;font-size:.9rem;line-height:1.6;font-weight:400;margin-bottom:40px}._SearchModalLoadingState_16ty4_365{text-align:center;max-width:480px;padding-top:40px;margin:0 auto}._SearchModalLoadingIcon_16ty4_372{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);border-radius:50%;margin:0 auto 32px;box-shadow:0 16px 40px #8b5cf633,inset 0 1px #ffffff1a}._SearchModalLoadingSpinner_16ty4_386{width:40px;height:40px;color:#8b5cf6;animation:_spin_16ty4_1 1s linear infinite}@keyframes _spin_16ty4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._SearchModalLoadingText_16ty4_398{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:5px;text-shadow:0 0 20px rgba(139,92,246,.3)}._SearchModalErrorState_16ty4_407{text-align:center;max-width:480px;padding-top:40px;margin:0 auto}._SearchModalErrorIcon_16ty4_414{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#ef444426,#ef44440d);border-radius:50%;margin:0 auto 32px;box-shadow:0 16px 40px #ef444433,inset 0 1px #ffffff1a}._SearchModalErrorSearchIcon_16ty4_428{width:40px;height:40px;color:#ef4444;filter:drop-shadow(0 0 12px rgba(239,68,68,.4))}._SearchModalErrorText_16ty4_435{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:5px;text-shadow:0 0 20px rgba(239,68,68,.3)}._SearchModalErrorSubtext_16ty4_443{color:#ffffffb3;font-size:.9rem;line-height:1.6;font-weight:400;margin-bottom:40px}._SearchModalResultsState_16ty4_452{width:100%;max-width:100%;padding-top:0}._SearchModalResultsHeader_16ty4_458{margin-bottom:20px}._SearchModalResultsText_16ty4_462{color:#fffc;font-size:.9rem;font-weight:500;margin:0}._SearchModalResultsList_16ty4_469{display:flex;flex-direction:column;gap:12px}._SearchModalResultItem_16ty4_475{background:#ffffff0a;border-radius:6px;padding:10px;transition:all .2s ease;cursor:pointer}._SearchModalResultItem_16ty4_475:hover{background:#ffffff14}._SearchModalResultGrid_16ty4_490{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:stretch;height:100%}._SearchModalResultImage_16ty4_498{border-radius:6px;overflow:hidden;background:#ffffff0d;flex-shrink:0;height:100%;min-height:50px}._SearchModalResultImageEvent_16ty4_507{width:120px}._SearchModalResultImageSquare_16ty4_512{width:50px;height:50px}._SearchModalResultImage_16ty4_498 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._SearchModalResultContent_16ty4_524{display:flex;flex-direction:column;gap:12px;min-width:0;justify-content:space-between}._SearchModalResultHeader_16ty4_532{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._SearchModalResultTitle_16ty4_539{color:#fff;font-size:1rem;font-weight:600;margin:0;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._SearchModalResultType_16ty4_553{color:#8b5cf6;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:4px;flex-shrink:0}._SearchModalResultInfo_16ty4_566{display:flex;flex-direction:column;gap:8px;min-width:0}._SearchModalResultDate_16ty4_573{color:#ffffffb3;font-size:.85rem;margin:0;font-weight:500}._SearchModalResultStatus_16ty4_580{font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}._SearchModalResultStatusactive_16ty4_590{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}._SearchModalResultStatusinprogress_16ty4_596{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}._SearchModalResultStatusinactive_16ty4_602{background:#6b728033;color:#6b7280;border:1px solid rgba(107,114,128,.3)}._SearchModalLoadMoreTrigger_16ty4_609{display:flex;justify-content:center;align-items:center;padding:20px;margin-top:16px}._SearchModalLoadingMore_16ty4_617{display:flex;align-items:center;gap:12px;color:#ffffffb3;font-size:.9rem}._SearchModalLoadingMoreSpinner_16ty4_625{width:20px;height:20px;color:#8b5cf6;animation:_spin_16ty4_1 1s linear infinite}._SearchModalLoadMoreText_16ty4_632{color:#ffffff80;font-size:.85rem;text-align:center}._SearchModalNoResultsState_16ty4_637{text-align:center;max-width:480px;padding-top:40px;margin:0 auto}._SearchModalNoResultsIcon_16ty4_644{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#ffffff14,#ffffff08);border-radius:50%;margin:0 auto 32px;border:2px solid rgba(255,255,255,.1);box-shadow:0 16px 40px #0000004d,inset 0 1px #ffffff0d}._SearchModalNoResultsSearchIcon_16ty4_659{width:40px;height:40px;color:#fff6;filter:drop-shadow(0 0 8px rgba(255,255,255,.1))}._SearchModalNoResultsText_16ty4_666{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px;text-shadow:0 0 20px rgba(255,255,255,.1)}._SearchModalNoResultsSubtext_16ty4_674{color:#ffffffb3;font-size:16px;line-height:1.6;font-weight:400}@media (hover: none) and (pointer: coarse){._SearchModalResultItem_16ty4_475{min-height:60px}._SearchModalFilterOption_16ty4_235{min-height:44px}._SearchModalFilterButton_16ty4_137,._SearchModalCloseButton_16ty4_138{min-height:48px;min-width:48px}}@media (max-width: 480px){._SearchModalOverlay_16ty4_2{padding:40px 15px 15px}._SearchModal_16ty4_2{max-width:100vw;max-height:90vh}._SearchModalHeader_16ty4_68{padding:15px;gap:12px}._SearchModalSearchInput_16ty4_96{padding:14px 14px 14px 44px;font-size:16px;height:44px}._SearchModalSearchIcon_16ty4_85{left:14px;width:18px;height:18px}._SearchModalFilterButton_16ty4_137,._SearchModalCloseButton_16ty4_138{width:44px;height:44px;min-height:44px;min-width:44px}._SearchModalFiltersSection_16ty4_178{padding:12px 16px}._SearchModalFiltersRow_16ty4_202{flex-direction:column;align-items:flex-start;gap:8px}._SearchModalFiltersList_16ty4_225{width:100%;flex-direction:row;flex-wrap:wrap;gap:6px}._SearchModalFilterOption_16ty4_235{padding:8px 10px;font-size:12px;flex:1;min-width:0;justify-content:center}._SearchModalContent_16ty4_273{padding:16px 20px;max-height:calc(90vh - 180px)}._SearchModalResultItem_16ty4_475{padding:10px}._SearchModalResultGrid_16ty4_490{gap:10px}._SearchModalResultImageEvent_16ty4_507{width:70px}._SearchModalResultImageSquare_16ty4_512{width:35px;height:35px}._SearchModalResultTitle_16ty4_539{font-size:.9rem;line-height:1.2}._SearchModalResultType_16ty4_553{font-size:.65rem;padding:2px 5px}._SearchModalResultDate_16ty4_573{font-size:.75rem}._SearchModalEmptyStateText_16ty4_348,._SearchModalNoResultsText_16ty4_666{font-size:18px}._SearchModalEmptyStateSubtext_16ty4_356,._SearchModalNoResultsSubtext_16ty4_674{font-size:14px}}.user-selector{position:relative;width:100%;background:var(--bg-input);border-radius:6px}.user-selector-input-container{display:flex;gap:12px;align-items:flex-start}.user-selector-input-wrapper{position:relative;flex:1}.user-selector-input{width:100%;padding:12px 16px 12px 44px;border:2px solid var(--color-border-light);border-radius:12px;font-size:14px;background:var(--color-background);color:var(--color-text-primary);transition:all .2s ease;outline:none}.user-selector-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-alpha-10)}.user-selector-input:disabled{opacity:.6;cursor:not-allowed}.user-selector-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--color-text-secondary);pointer-events:none}.user-selector-loading{position:absolute;right:14px;top:50%;transform:translateY(-50%)}.spinner{width:16px;height:16px;border:2px solid var(--color-border-light);border-top:2px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-selector-send-button{display:flex;align-items:center;gap:6px;padding:12px 16px;background:var(--color-primary);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.user-selector-send-button:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px var(--color-primary-alpha-20)}.user-selector-send-button:disabled{background:var(--color-border-light);color:var(--color-text-secondary);cursor:not-allowed;transform:none;box-shadow:none}.user-selector-selected{margin-bottom:16px}.selected-users-label{font-size:12px;font-weight:500;color:var(--color-text-secondary);margin-bottom:8px;margin-left:10px;padding-top:10px}.selected-users-list{display:flex;flex-wrap:wrap;gap:8px}.selected-user-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--color-primary-alpha-10);border:1px solid var(--color-primary-alpha-20);border-radius:20px;font-size:13px;color:var(--color-text-primary)}.selected-user-avatar{position:relative;width:24px;height:24px;border-radius:6px;overflow:hidden;background:var(--color-background-light);display:flex;align-items:center;justify-content:center}.selected-user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:6px}.avatar-fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:var(--color-primary-alpha-20);color:var(--color-primary);border-radius:6px}.selected-user-name{font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-user-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:var(--color-danger-alpha-20);color:var(--color-danger);border-radius:50%;cursor:pointer;transition:all .2s ease;flex-shrink:0}.remove-user-button:hover{background:var(--color-danger);color:#fff;transform:scale(1.1)}.user-selector-results{position:absolute;top:97.5%;left:0;right:0;z-index:99999;margin-top:8px;background:var(--bg-input);border:1px solid var(--color-border-light);border-radius:6px;max-height:250px;overflow-y:auto}.user-selector-results-list{padding:8px 0}.user-selector-result-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.user-selector-result-item:hover{background:var(--color-background-light)}.result-user-avatar{position:relative;width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--color-background-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.result-user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:6px}.result-user-avatar .avatar-fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:var(--color-primary-alpha-20);color:var(--color-primary);border-radius:6px}.result-user-info{flex:1;min-width:0}.result-user-name{font-weight:500;color:var(--color-text-primary);font-size:14px;margin-bottom:2px}.result-user-username{font-size:12px;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-selector-error,.user-selector-no-results{padding:16px;text-align:center;color:var(--color-text-secondary);font-size:14px}.user-selector-error{color:var(--color-danger)}@media (max-width: 768px){.user-selector-input-container{flex-direction:column;gap:8px}.user-selector-send-button{width:100%;justify-content:center}.selected-users-list{flex-direction:column}.selected-user-item{width:100%;justify-content:space-between}.selected-user-name{max-width:none}}@media (prefers-color-scheme: dark){.user-selector-results{box-shadow:0 8px 32px #0000004d}}.share-modal-content{padding:0;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.share-user-selector-section{padding:00px 20px 5px;border-bottom:1px solid var(--color-border-light);position:relative;z-index:10;overflow:visible}.share-modal-user-selector{margin:0;position:relative;z-index:11}.share-auth-required-section{padding:24px;border-bottom:1px solid var(--color-border-light);position:relative;z-index:10}.auth-required-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.auth-required-icon{width:64px;height:64px;border-radius:50%;background:var(--color-primary-alpha-20);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.auth-required-text h3{color:var(--color-text-primary);font-size:18px;font-weight:600;margin:0 0 8px}.auth-required-text p{color:var(--color-text-secondary);font-size:14px;line-height:1.5;margin:0;max-width:320px}.auth-required-buttons{display:flex;gap:12px;margin-top:8px}.auth-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.auth-button.primary{background:var(--color-primary);color:#fff}.auth-button.primary:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px var(--color-primary-alpha-20)}.auth-button.secondary{background:var(--bg-input);color:var(--color-text-primary);border:1px solid var(--color-border-light)}.auth-button.secondary:hover{background:var(--color-background-light);border-color:var(--color-primary-alpha-30);transform:translateY(-1px)}.share-separator{text-align:center;margin:16px 24px 24px;position:relative}.share-separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px}.share-separator span{background:var(--bg-input);color:var(--color-text-secondary, #a0a0a0);font-size:.8rem;padding:6px 10px;position:relative;z-index:1;text-transform:uppercase;border-radius:6px}.copy-option{background:var(--bg-input);border-radius:6px;padding:10px;margin:0 20px 10px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;position:relative;z-index:1}.share-option{display:flex;align-items:center;gap:12px}.share-option-icon{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-icon{background:var(--color-primary, #8b5cf6);color:#fff}.share-option-content{flex:1;min-width:0}.share-option-title{color:var(--color-text-primary, #ffffff);font-size:.9rem;font-weight:600}.share-option-subtitle{color:var(--color-text-secondary, #a0a0a0);font-size:.8rem;line-height:1.4}.social-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 20px 20px;position:relative;z-index:1}.social-share-option{background:var(--bg-input);border-radius:6px;padding:0 10px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:row;align-items:center;gap:12px;text-align:left;min-height:60px;width:100%}.social-share-icon{width:35px;height:35px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.social-share-icon svg{width:20px;height:20px}.social-share-icon.whatsapp{background:#25d366}.social-share-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-share-icon.twitter{background:#1da1f2}.social-share-icon.facebook{background:#1877f2}.social-share-option span{color:var(--color-text-primary, #ffffff);font-size:.9rem;font-weight:600;flex:1}.native-share-section{margin:16px 24px 0;padding-top:16px;border-top:1px solid var(--color-border, rgba(255, 255, 255, .1))}.native-share-button{width:100%;background:var(--color-primary, #8b5cf6);color:#fff;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.native-share-button:hover{background:var(--color-primary-hover, #7c3aed);transform:translateY(-1px)}.native-share-button:active{transform:translateY(0)}.copy-option.copied{background:var(--color-success, #10b981);border-color:var(--color-success, #10b981)}.copy-option.copied .copy-icon{background:#fff;color:var(--color-success, #10b981)}@media (max-width: 480px){.share-modal .modal-content{margin:12.5px;max-width:calc(100vw - 25px)}.social-share-grid{gap:8px;margin:0 12.5px 12.5px}.social-share-option{padding:12px}.social-share-icon{width:36px;height:36px}.social-share-option span{font-size:13px}.share-auth-required-section{padding:12.5px}.share-user-selector-section{padding:00px 12.5px 5px}.copy-option{margin:0 12.5px 10px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.share-modal-content>*{animation:fadeInUp .3s ease forwards}.share-modal-content>*:nth-child(1){animation-delay:.1s}.share-modal-content>*:nth-child(2){animation-delay:.2s}.share-modal-content>*:nth-child(3){animation-delay:.3s}.share-modal-content>*:nth-child(4){animation-delay:.4s}._alternativeEventPage_13v2h_4{background:var(--color-bg);min-height:100vh;margin-top:var(--header-height)}._eventHeroSection_13v2h_11{position:relative;background:var(--color-bg);display:flex;align-items:center;justify-content:center}._eventHeroContainer_13v2h_19{width:100dvw;position:relative;z-index:1;margin:0;padding:0}._eventHeroContent_13v2h_28{display:flex;flex-direction:column;gap:0;width:100%}._eventTopSection_13v2h_36{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:15px 40px 40px;min-height:500px;align-items:stretch}._eventBannerColumn_13v2h_47{display:flex;flex-direction:column;gap:20px}._eventBannerContainer_13v2h_54{width:100%;aspect-ratio:7/3.75;border-radius:6px;overflow:hidden;transition:transform .3s ease;box-shadow:0 8px 32px #0000004d}._eventBannerImage_13v2h_67{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._eventBannerPlaceholder_13v2h_73{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:12px;font-size:16px;font-weight:500}._eventInfoColumn_13v2h_88{display:flex;flex-direction:column;gap:24px;height:100%;min-height:400px}._eventInfoSection_13v2h_97{display:flex;flex-direction:column;gap:20px;flex:1;justify-content:flex-start}._eventTitleSection_13v2h_106{display:flex;flex-direction:column;gap:16px}._eventTitle_13v2h_106{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);line-height:1.2;margin:0}._eventMeta_13v2h_121{display:flex;flex-direction:column;gap:12px}._metaRow_13v2h_127{display:flex;align-items:center;gap:12px}._metaItem_13v2h_133{display:flex;align-items:center;gap:0;color:var(--color-text-secondary);font-size:14px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._producerLabel_13v2h_145{color:#fff;font-size:14px;font-weight:500}._producerLink_13v2h_151{color:var(--color-text-primary);text-decoration:none;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._producedByLine_13v2h_160{display:inline;white-space:normal}._producerLink_13v2h_151:hover{color:var(--color-primary-hover)}._ticketCardSection_13v2h_170{margin-top:auto;flex-shrink:0}._externalTicketCard_13v2h_175,._internalTicketCard_13v2h_176{background:var(--bg-input);border:1px solid var(--color-border);border-radius:6px;padding:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}._internalTicketCard_13v2h_176:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 32px #0003}._ticketCardRight_13v2h_196{color:#fff}._ticketCardContent_13v2h_200{display:flex;align-items:center;justify-content:space-between;width:100%}._ticketCardLeft_13v2h_207 h3{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0}._ticketCardLeft_13v2h_207 p{font-size:14px;color:var(--color-text-secondary);margin:0}._attendeesActionsContainer_13v2h_221{display:flex;flex-direction:column;gap:20px;margin-top:16px;flex-shrink:0}._eventAttendees_13v2h_230{display:flex;flex-direction:column;gap:12px}._attendeesContainer_13v2h_236{display:flex;align-items:center;gap:12px}._attendeesList_13v2h_242{display:flex;align-items:center;gap:8px}._attendeeAvatar_13v2h_248{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid var(--color-primary);background:var(--color-surface);display:flex;align-items:center;justify-content:center}._attendeeAvatar_13v2h_248 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._moreAttendees_13v2h_266{width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid var(--color-bg)}._attendeesText_13v2h_280{margin-top:0;flex-shrink:1}._interactionText_13v2h_285{font-size:14px;color:var(--color-text-secondary);line-height:1.4;font-weight:500}._noAttendees_13v2h_292{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:14px}._actionsShareContainer_13v2h_301{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}._eventActions_13v2h_310{display:flex;gap:12px;flex-wrap:wrap;flex:1}._shareButtonContainer_13v2h_318{display:flex;align-items:center}._actionButton_13v2h_323{display:flex;align-items:center;gap:12.5px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;justify-content:center;padding:12px 0!important;margin-right:25px!important}._actionButton_13v2h_323:hover{background:var(--color-surface-hover);border-color:var(--color-primary);color:var(--color-text-primary);transform:translateY(-1px)}._actionButton_13v2h_323[data-active=true]{color:#4fc3f7!important;box-shadow:none!important}._actionButton_13v2h_323[data-active=true]:hover{color:#4fc3f7!important}._actionButton_13v2h_323[data-active=true] svg{color:#4fc3f7!important}._actionButton_13v2h_323[data-variant=share]{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}._actionButton_13v2h_323[data-variant=share]:hover{background:var(--color-secondary-hover);border-color:var(--color-secondary-hover)}._actionButton_13v2h_323[data-loading=true]{opacity:.7;cursor:not-allowed}._eventTabsSection_13v2h_379{border-top:1px solid var(--color-border);padding:0 40px}._eventTabsContainer_13v2h_386{position:relative;z-index:10;background-color:var(--bg-input);border-top-left-radius:6px;border-top-right-radius:6px}._eventTabsContainer_13v2h_386[data-fixed=true]{position:fixed;top:var(--header-height);left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100;padding:0 40px}._eventTabs_13v2h_379{display:flex;gap:8px;border-bottom:1px solid var(--color-border);border-bottom-left-radius:6px;border-bottom-right-radius:6px;justify-content:center}._eventTabButton_13v2h_414{padding:14px 20px;background:none;border:none;color:var(--color-text-secondary);font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;position:relative;border-radius:9999px}._eventTabButton_13v2h_414:hover{color:var(--color-text-primary);background:var(--color-surface-hover)}._eventTabButton_13v2h_414[data-active=true]{color:#fff;background:var(--color-primary);border-bottom-color:transparent;font-weight:600}._eventTabButton_13v2h_414:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translate(-50%);height:3px;width:0;background:var(--color-primary);border-radius:3px;transition:width .25s ease}._eventTabButton_13v2h_414:hover:after{width:40%}._eventTabButton_13v2h_414[data-active=true]:after{width:0}._eventTabContent_13v2h_463{background:var(--color-bg);min-height:400px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}._tabContent_13v2h_471{display:flex;flex-direction:column;gap:32px;background-color:var(--bg-input);padding:30px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}._tabContent_13v2h_471 *{color:#fff!important;font-size:.9rem!important}._infoGrid_13v2h_487{display:grid;grid-template-columns:calc(62.5% - 40px) calc(37.5% - 60px);gap:100px;align-items:start;overflow:hidden}._infoGrid_13v2h_487._noLocation_13v2h_496{grid-template-columns:1fr}._infoMainColumn_13v2h_501{display:flex;flex-direction:column;gap:32px}._infoSideColumn_13v2h_508{display:flex;flex-direction:column;gap:32px;min-width:0;overflow:hidden}._infoSection_13v2h_517{display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}._infoSection_13v2h_517 h2{font-size:1.5rem!important;font-weight:600;color:var(--color-text-primary)!important;margin:0}._eventDescription_13v2h_532{color:var(--color-text-secondary);line-height:1.6;font-size:16px}._locationInfo_13v2h_539{display:flex;flex-direction:column;gap:12px}._locationItem_13v2h_545{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:8px;border:1px solid var(--color-border);word-wrap:break-word;overflow-wrap:break-word;min-width:0;max-width:100%}._locationItem_13v2h_545>div{min-width:0;flex:1;overflow:hidden}._locationItem_13v2h_545 strong{color:var(--color-text-primary);font-weight:600}._locationItem_13v2h_545 p{color:var(--color-text-secondary);margin:4px 0 0;font-size:14px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}._locationItem_13v2h_545 p:has(a),._locationItem_13v2h_545 a{word-break:break-all;overflow-wrap:anywhere;color:var(--color-primary);text-decoration:none}._locationItem_13v2h_545 a:hover{text-decoration:underline}._sessionsList_13v2h_595{display:flex;flex-direction:column;gap:12px}._sessionItem_13v2h_601{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border)}._sessionDate_13v2h_611,._sessionTime_13v2h_612{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:14px}._mediaSection_13v2h_621{display:flex;flex-direction:column;gap:32px}._mediaItem_13v2h_627{display:flex;flex-direction:column;gap:16px}._mediaItem_13v2h_627 h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._mediaImageContainer_13v2h_640{border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}._mediaImage_13v2h_640{width:100%;height:auto;display:block}._mediaGallery_13v2h_652,._mediaVideos_13v2h_653{display:flex;flex-direction:column;gap:16px}._mediaPlaceholder_13v2h_659{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:var(--color-surface);border:2px dashed var(--color-border);border-radius:8px;color:var(--color-text-secondary);gap:12px}._socialSection_13v2h_673{display:flex;flex-direction:column;gap:24px}._socialStats_13v2h_679{display:flex;gap:24px}._statItem_13v2h_684{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:14px}._attendeesSection_13v2h_692{display:flex;flex-direction:column;gap:16px}._attendeesSection_13v2h_692 h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._attendeesGrid_13v2h_705{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}._attendeeCard_13v2h_711{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border)}._attendeeAvatarImg_13v2h_722{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover}._attendeeAvatarPlaceholder_13v2h_729{width:48px;height:48px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;color:#fff}._attendeeName_13v2h_740{font-size:12px;color:var(--color-text-secondary);text-align:center;word-break:break-word}._ticketsSection_13v2h_748{display:flex;flex-direction:column;gap:24px}._externalEventNotice_13v2h_754{display:flex;gap:16px;padding:24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px}._externalEventNotice_13v2h_754 h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0 0 8px}._externalEventNotice_13v2h_754 p{color:var(--color-text-secondary);margin:0 0 16px;line-height:1.5}._externalLinkButton_13v2h_776{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .3s ease}._externalLinkButton_13v2h_776:hover{background:var(--color-primary-hover)}._eventTabsPlaceholder_13v2h_794{height:0;transition:height .3s ease}._eventTabsPlaceholder_13v2h_794[data-active=true]{height:60px}._mobileInteractionsSection_13v2h_804{display:none;padding:20px 40px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}._mobileInteractionsSection_13v2h_804 ._actionsShareContainer_13v2h_301{gap:16px}._eventSkeleton_13v2h_816{display:flex;flex-direction:column;gap:20px;padding:40px}._skeletonHeader_13v2h_823{height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_13v2h_1 1.5s infinite;border-radius:8px}._skeletonContent_13v2h_831{display:flex;flex-direction:column;gap:16px}._skeletonTabs_13v2h_837{height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_13v2h_1 1.5s infinite;border-radius:8px}._skeletonInfo_13v2h_845{height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_13v2h_1 1.5s infinite;border-radius:8px}._eventNotFound_13v2h_853{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:24px}._eventNotFound_13v2h_853 h1{font-size:2rem;font-weight:600;color:var(--color-text-primary);margin:0}._eventNotFound_13v2h_853 p{font-size:1rem;color:var(--color-text-secondary);margin:0}._backButton_13v2h_876{padding:12px 24px;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .3s ease}._backButton_13v2h_876:hover{background:var(--color-primary-hover)}@keyframes _loading_13v2h_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){._eventTopSection_13v2h_36{grid-template-columns:1fr;gap:24px;padding:16px;min-height:auto;align-items:start}._eventInfoColumn_13v2h_88{gap:16px;min-height:auto;align-items:center;text-align:center}._eventInfoSection_13v2h_97{flex:none;align-items:center}._eventTitleSection_13v2h_106{align-items:center;text-align:center}._eventMeta_13v2h_121{align-items:center}._metaItem_13v2h_133{flex-wrap:wrap;white-space:normal;overflow:visible;text-overflow:clip;-moz-column-gap:6px;column-gap:6px;row-gap:4px}._producerLabel_13v2h_145{white-space:nowrap}._producerLink_13v2h_151{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere}._metaRow_13v2h_127{justify-content:center}._ticketCardSection_13v2h_170{margin-top:16px}._eventTitle_13v2h_106{font-size:1.75rem}._actionsShareContainer_13v2h_301{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;align-items:stretch}._eventActions_13v2h_310{display:contents;margin-bottom:20px}._actionButton_13v2h_323{min-width:auto;width:100%;padding:10px 12px!important;font-size:13px;justify-content:flex-start;margin-right:0!important;display:flex;align-items:center;height:35px}._actionButton_13v2h_323 svg{width:22px;height:22px}._shareButtonContainer_13v2h_318{width:100%}._shareButtonContainer_13v2h_318 ._actionButton_13v2h_323{width:100%;padding:10px 12px!important;font-size:13px;justify-content:center;margin-right:0!important;display:flex;align-items:center;height:35px}._shareButtonContainer_13v2h_318 ._actionButton_13v2h_323 svg{width:22px;height:22px}._mobileInteractionsSection_13v2h_804{display:block}._eventTabsSection_13v2h_379{margin-top:-6px;padding:0 16px}._eventTabsContainer_13v2h_386._fixed_13v2h_1028{padding:0 20px}._externalEventNotice_13v2h_754{padding:0!important}._eventTabs_13v2h_379{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start}._eventTabButton_13v2h_414{padding:12px 16px;font-size:14px;white-space:nowrap}._tabContent_13v2h_471{padding:16px}._attendeesGrid_13v2h_705{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}._infoGrid_13v2h_487{grid-template-columns:1fr;gap:24px}._infoMainColumn_13v2h_501,._infoSideColumn_13v2h_508{gap:24px}._eventBannerContainer_13v2h_54{aspect-ratio:16/9}._eventTitle_13v2h_106{font-size:1.5rem}._attendeesGrid_13v2h_705{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}._infoGrid_13v2h_487{grid-template-columns:1fr;gap:20px}._infoMainColumn_13v2h_501,._infoSideColumn_13v2h_508{gap:20px}._eventTopSection_13v2h_36{min-height:auto;align-items:start}._eventInfoColumn_13v2h_88{min-height:auto}._eventInfoSection_13v2h_97{flex:none}._ticketCardSection_13v2h_170{margin-top:16px;width:100%}._externalTicketCard_13v2h_175,._internalTicketCard_13v2h_176{padding:12px 16px;min-width:calc(100dvw - 30px)!important}._eventAttendees_13v2h_230{align-items:center}._noAttendees_13v2h_292{justify-content:center}._ticketCardSection_13v2h_170,._externalTicketCard_13v2h_175,._internalTicketCard_13v2h_176{width:100%}}._authPageContainer_o8w1b_4{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-bg);position:relative;overflow:hidden}._authPageBackground_o8w1b_17{position:absolute;inset:0;width:100%;height:100%;z-index:0}._authPageBackgroundVideo_o8w1b_25{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:blur(2px);opacity:.8}._authPageBackgroundImage_o8w1b_35{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;filter:blur(4px);opacity:.7}._authPageBackgroundOverlay_o8w1b_44{position:absolute;inset:0;background:linear-gradient(to bottom,#000c,#0009,#000c)}._authPageContent_o8w1b_56{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:0 1rem;max-height:100dvh}._authPageLogo_o8w1b_71{text-decoration:none}._authPageLogoImage_o8w1b_75{-o-object-fit:contain;object-fit:contain}._authPageCard_o8w1b_80{background:#222228;border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;width:100%;max-width:500px}._authPageCardSignup_o8w1b_90{max-width:600px;overflow-y:auto}._authPageLogoContainer_o8w1b_96{background:var(--color-bg);display:flex;justify-content:center;align-items:center;padding:.5rem 0}._authPageLogoContainer_o8w1b_96 ._authPageLogo_o8w1b_71{text-decoration:none;display:flex;align-items:center;justify-content:center}._authPageLogoContainer_o8w1b_96 ._authPageLogoImage_o8w1b_75{width:250px;height:100px;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}._authPageLogoContainer_o8w1b_96 ._authPageLogo_o8w1b_71:hover ._authPageLogoImage_o8w1b_75{transform:scale(1.05)}._authPageTabs_o8w1b_122{display:flex;background:var(--color-bg);position:relative}._authPageTab_o8w1b_122{flex:1;padding:1rem 1.5rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;background:none;cursor:pointer;color:var(--color-text-secondary);font-family:var("Poppins", sans-serif);font-size:1rem;position:relative;overflow:hidden;text-align:center}._authPageTab_o8w1b_122:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);transition:transform .6s ease}._authPageTab_o8w1b_122:hover:before{transform:translate(100%)}._authPageTab_o8w1b_122:hover{color:var(--color-text-primary);transform:translateY(-1px)}._authPageTab_o8w1b_122:disabled{opacity:.6;cursor:not-allowed;transform:none}._authPageTabActive_o8w1b_171{background:var(--color-surface);color:var(--color-text-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._authPageTabContent_o8w1b_180{padding:1.5rem;position:relative;overflow:hidden}._authPageTabContentInner_o8w1b_187{transition:opacity .2s ease-out,transform .2s ease-out;opacity:1;transform:translateY(0)}._authPageTabContentInner_o8w1b_187._entering_o8w1b_194{opacity:0;transform:translateY(5px)}._authPageTabContentInner_o8w1b_187._authPageLeaving_o8w1b_199{opacity:0;transform:translateY(-5px)}._authPageWelcomeSection_o8w1b_205{text-align:center;margin-bottom:.5rem;margin-top:.5rem}._authPageWelcomeTitle_o8w1b_211{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem;font-family:var(--font-sans)}._authPageWelcomeSubtitle_o8w1b_219{color:var(--color-text-secondary);font-size:.875rem;line-height:1.4}._authPageForm_o8w1b_226{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem}._authPageFormGrid_o8w1b_233{display:grid;gap:10px;grid-template-columns:1fr}._authPageFormGridTwo_o8w1b_239{grid-template-columns:1fr}._authPageFormGridThree_o8w1b_243{grid-template-columns:1fr;align-items:center}._authPageForgotPassword_o8w1b_249{text-align:right;margin-top:-.75rem}._authPageForgotPasswordLink_o8w1b_255{font-size:.875rem;color:var(--color-text-primary);text-decoration:none;transition:color .2s ease}._authPageForgotPasswordLink_o8w1b_255:hover{color:#a594f9cc}._authPageSubmitButton_o8w1b_267{width:100%;background:#ff0080!important;color:#fff!important;font-weight:500;font-size:.95rem;text-align:center;line-height:1.2;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-card);font-family:var("Poppins", sans-serif);height:46px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._authPageSubmitButton_o8w1b_267:hover:not(:disabled){background:#ff0080!important;color:#fff!important}._authPageSubmitButton_o8w1b_267:active{background:#ff0080!important;color:#fff!important}._authPageSubmitButton_o8w1b_267:focus{background:#ff0080!important;color:#fff!important}._authPageSubmitButton_o8w1b_267:disabled{background:#ff0080!important}._authPageDivider_o8w1b_323{position:relative;margin-top:-.25rem;margin-bottom:-.25rem}._authPageSocialButtonsContainer_o8w1b_331{display:flex;flex-direction:row;gap:.75rem;width:100%}._authPageSocialButtonsContainer_o8w1b_331>*{flex:1;min-width:0;height:46px;display:flex;align-items:center;justify-content:center}._authPageSocialLoginButton_o8w1b_348{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:46px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}._authPageSocialLoginButton_o8w1b_348:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}._authPageSocialLoginButton_o8w1b_348:hover:before{left:100%}._authPageSocialLoginButton_o8w1b_348:hover:not(:disabled){background:linear-gradient(135deg,#ffffff26,#ffffff14);border-color:#a594f966;transform:translateY(-2px);box-shadow:0 8px 25px #0003}._authPageSocialLoginButton_o8w1b_348:disabled{opacity:.6;cursor:not-allowed;transform:none}._authPageSocialLoginIcon_o8w1b_397{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;position:relative;z-index:1}._authPageAppleButtonWrapper_o8w1b_409{height:100%;display:flex;align-items:center;justify-content:center}._authPageAppleButtonWrapper_o8w1b_409 *{height:100%!important;min-height:46px}._authPageDividerLine_o8w1b_421{position:absolute;inset:0;display:flex;align-items:center;display:none}._authPageDividerLine_o8w1b_421:before{content:"";width:100%;height:1px;background:var(--card-border)}._authPageDividerText_o8w1b_438{position:relative;display:flex;justify-content:center;font-size:.875rem;color:var(--color-text-tertiary);display:none}._authPageDividerText_o8w1b_438 span{padding:0 1rem;background:var(--color-bg);color:var(--color-text-secondary)}._authPageCheckboxContainer_o8w1b_454{border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease;margin-top:.5rem;margin-bottom:.5rem}._authPageCheckboxContainer_o8w1b_454:hover{border-color:#a594f980}._authPageCheckboxWrapper_o8w1b_469{display:flex;align-items:flex-start;gap:.75rem}._authPageCheckboxInput_o8w1b_475{position:absolute;opacity:0;pointer-events:none}._authPageCheckboxCustom_o8w1b_481{position:relative;display:flex;align-items:center;justify-content:center;margin-top:.125rem}._authPageCheckboxBox_o8w1b_489{width:1rem;height:1rem;border-radius:.25rem;border:2px solid var(--card-border);transition:all .2s ease;display:flex;align-items:center;justify-content:center}._authPageCheckboxContainer_o8w1b_454:hover ._authPageCheckboxBox_o8w1b_489{border-color:#a594f9b3}._authPageCheckboxChecked_o8w1b_504{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:0 0 0 1px var(--color-secondary)}._authPageCheckboxIcon_o8w1b_510{width:.625rem;height:.625rem;color:#fff}._authPageCheckboxLabel_o8w1b_516{flex:1;font-size:.875rem;font-weight:500;color:var(--color-text-primary);line-height:1.25;cursor:pointer;transition:color .2s ease}._authPageCheckboxContainer_o8w1b_454:hover ._authPageCheckboxLabel_o8w1b_516{color:var(--color-secondary)}._authPageCheckboxLink_o8w1b_530{color:var(--color-secondary);text-decoration:none;font-weight:600}._authPageCheckboxLink_o8w1b_530:hover{color:#a594f9cc;text-decoration:underline}._authPageCheckboxError_o8w1b_541{color:var(--color-error);font-weight:700}._authPageCheckboxErrorContainer_o8w1b_547{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;color:var(--color-error)}._authPageCheckboxErrorIcon_o8w1b_556{width:1rem;height:1rem}@media (max-width: 768px){._authPageContainer_o8w1b_4{padding-bottom:0}._authPageBackgroundVideo_o8w1b_25{filter:blur(3px);opacity:.7}._authPageContent_o8w1b_56{padding:0 .75rem;max-width:100%}._authPageCard_o8w1b_80{max-width:100%;margin:0 .5rem}._authPageCardSignup_o8w1b_90{max-width:100%}._authPageLogoContainer_o8w1b_96{padding:1rem 0}._authPageLogoContainer_o8w1b_96 ._authPageLogoImage_o8w1b_75{width:150px;height:75px}._authPageTab_o8w1b_122{padding:.875rem 1rem;font-size:.875rem}._authPageTabContent_o8w1b_180{padding:1rem}._authPageWelcomeTitle_o8w1b_211{font-size:1.25rem;margin-bottom:.25rem}._authPageWelcomeSubtitle_o8w1b_219{font-size:.8rem}._authPageForm_o8w1b_226{gap:1rem}._authPageFormGridTwo_o8w1b_239,._authPageFormGridThree_o8w1b_243{grid-template-columns:1fr}._authPageSocialButtonsContainer_o8w1b_331{flex-direction:column;gap:.75rem}._authPageSocialButtonsContainer_o8w1b_331>*{height:48px}._authPageSocialLoginButton_o8w1b_348{height:48px;font-size:.9rem;padding:.75rem 1rem}._authPageAppleButtonWrapper_o8w1b_409 *{min-height:48px}._authPageSubmitButton_o8w1b_267{font-size:1rem;padding:.875rem 1.5rem;height:48px;line-height:48px;font-weight:600;display:flex;align-items:center;justify-content:center}._authPageCheckboxContainer_o8w1b_454{padding:.625rem}._authPageCheckboxLabel_o8w1b_516{font-size:.8rem}._authPageMethodOption_o8w1b_665{padding:.875rem 1rem}._authPageMethodIcon_o8w1b_669{width:2rem;height:2rem}._authPageMethodTitle_o8w1b_674{font-size:.9rem}._authPageMethodDescription_o8w1b_678{font-size:.8rem}._authPageSignupMethodHeader_o8w1b_682{flex-direction:column;align-items:flex-start;gap:.75rem}._authPageBackButton_o8w1b_688{padding:.5rem .625rem;font-size:.8rem}}@media (min-width: 769px) and (max-width: 1024px){._authPageContent_o8w1b_56{max-width:500px}._authPageCardSignup_o8w1b_90{max-width:550px}._authPageFormGridTwo_o8w1b_239{grid-template-columns:1fr 1fr}._authPageFormGridThree_o8w1b_243{grid-template-columns:200px 1fr auto}._authPageFormGridTwoWide_o8w1b_713{grid-template-columns:62.5% 37.5%;gap:10px;align-items:start}._authPageFormGridThreeWide_o8w1b_719{grid-template-columns:62.5% 37.5% auto;gap:10px;align-items:center}}@media (min-width: 1025px){._authPageFormGridTwo_o8w1b_239{grid-template-columns:1fr 1fr}._authPageFormGridThree_o8w1b_243{grid-template-columns:200px 1fr auto}._authPageFormGridTwoWide_o8w1b_713{grid-template-columns:60% calc(40% - 10px);gap:10px;align-items:start}._authPageFormGridThreeWide_o8w1b_719{grid-template-columns:62.5% 37.5% auto;gap:10px;align-items:center}}@keyframes _fadeIn_o8w1b_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._authPageCard_o8w1b_80{animation:_fadeIn_o8w1b_1 .3s ease-out}._authPageLoading_o8w1b_767{opacity:.7;pointer-events:none}._authPageTabContent_o8w1b_180::-webkit-scrollbar{width:4px}._authPageTabContent_o8w1b_180::-webkit-scrollbar-track{background:transparent}._authPageTabContent_o8w1b_180::-webkit-scrollbar-thumb{background:#a594f94d;border-radius:2px}._authPageTabContent_o8w1b_180::-webkit-scrollbar-thumb:hover{background:#a594f980}._authPageSignupMethodSelection_o8w1b_799{display:flex;flex-direction:column}._authPageMethodOptions_o8w1b_805{display:flex;flex-direction:column;gap:.75rem}._authPageMethodIcon_o8w1b_669{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#a594f91a;border-radius:var(--radius-md);color:var(--color-secondary);flex-shrink:0}._authPageMethodContent_o8w1b_823{flex:1;display:flex;flex-direction:column}._authPageMethodTitle_o8w1b_674{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0}._authPageMethodDescription_o8w1b_678{font-size:.875rem;color:var(--color-text-secondary);margin:0}._authPageMethodArrow_o8w1b_843{font-size:1.25rem;color:var(--color-secondary);font-weight:600;opacity:.7;transition:all .2s ease}._authPageMethodOption_o8w1b_665:hover ._authPageMethodArrow_o8w1b_843{opacity:1;transform:translate(4px)}._authPageSignupMethodHeader_o8w1b_682{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._authPageBackButton_o8w1b_688{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#2319424d;border:1px solid var(--card-border);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s ease}._authPageBackButton_o8w1b_688:hover:not(:disabled){background:#23194280;border-color:#a594f980;color:var(--color-text-primary)}._authPageBackButton_o8w1b_688:disabled{opacity:.6;cursor:not-allowed}._authPageSignupMethodHeader_o8w1b_682 ._authPageMethodTitle_o8w1b_674{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin:0}._authPageSocialSignupContainer_o8w1b_897{display:flex;flex-direction:column;gap:1.5rem}._authPageSocialSignupContainer_o8w1b_897 ._authPageSocialButtonsContainer_o8w1b_331{display:flex;flex-direction:column;gap:1rem;width:100%}._authPageSocialSignupContainer_o8w1b_897 ._authPageSocialButtonsContainer_o8w1b_331>*{flex:1;min-width:0;height:46px;display:flex;align-items:center;justify-content:center}._authPageMethodOptions_o8w1b_805{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}._authPageMethodOption_o8w1b_665{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #444;border-radius:6px;transition:all .2s ease;cursor:pointer;text-align:left;font-family:inherit;color:inherit;width:100%}._authPageMethodOption_o8w1b_665:hover{box-shadow:0 4px 12px #00000026}._authPageMethodOption_o8w1b_665:disabled{opacity:.6;cursor:not-allowed;transform:none}._authPageMethodIcon_o8w1b_669{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);background:var(--color-bg);flex-shrink:0}._authPageMethodContent_o8w1b_823{flex:1}._authPageMethodTitle_o8w1b_674{font-weight:600;color:var(--color-text-primary);font-size:.9rem}._authPageMethodDescription_o8w1b_678{color:var(--color-text-secondary);font-size:.8rem;line-height:1.3}._authPageSocialDataInfo_o8w1b_983{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#4fc3f71a;border:1px solid rgba(79,195,247,.3);border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.85rem;color:var(--color-text-primary)}._authPageSocialDataIcon_o8w1b_996{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}@keyframes _spin_o8w1b_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._pageContainer_ymaj2_3{min-height:100vh;background:var(--color-bg);display:flex;flex-direction:column;margin-top:64px}._headerSection_ymaj2_12{width:100%;position:relative;padding-top:64px;padding-bottom:8px}._headerTopSolid_ymaj2_19{position:absolute;inset:0;height:64px}._headerGradient_ymaj2_25{position:absolute;inset:64px 0 0;z-index:0}._headerContent_ymaj2_34{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;position:relative;z-index:10}._headerText_ymaj2_46{text-align:center}._headerTitle_ymaj2_50{color:var(--color-text-primary);font-size:2.25rem;font-weight:700;margin-top:24px}._headerDescription_ymaj2_58{color:var(--color-text-secondary);font-size:1.125rem;max-width:36rem;margin:0 auto}._mainContent_ymaj2_66{flex:1;background:var(--color-bg)}._contentWrapper_ymaj2_71{width:calc(100dvw - 90px);margin:64px auto 0}._contentCard_ymaj2_78{background:#fff;border-radius:6px;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden}._contentLayout_ymaj2_86{display:flex;flex-direction:column}._sidebar_ymaj2_92{width:100%;background:#f9fafb;border-right:1px solid #e5e7eb}._sidebarContent_ymaj2_98{padding:16px}._sidebarNav_ymaj2_102{display:flex;flex-direction:column;gap:8px}._navButton_ymaj2_108{width:100%;display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;text-align:left;transition:all .2s ease;border:none;background:none;cursor:pointer;text-decoration:none}._navButton_ymaj2_108:hover{background:#f3f4f6}._navButtonActive_ymaj2_127{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}._navButtonInactive_ymaj2_133{color:#4b5563}._navIcon_ymaj2_137{height:20px;width:20px}._navIconActive_ymaj2_142{color:#2563eb}._navIconInactive_ymaj2_146{color:#9ca3af}._navText_ymaj2_150{font-size:.875rem;font-weight:500}._contentArea_ymaj2_156{flex:1;padding:24px}._loadingContainer_ymaj2_161{display:flex;align-items:center;justify-content:center;padding:32px 0}._errorContainer_ymaj2_168{text-align:center;padding:32px 0}._errorText_ymaj2_173{color:#dc2626}._contentProse_ymaj2_177{max-width:none}._emptyContent_ymaj2_181{color:#6b7280}@media (min-width: 768px){._contentLayout_ymaj2_86{flex-direction:row}._sidebar_ymaj2_92{width:320px}._headerTitle_ymaj2_50{font-size:2.25rem}._headerContent_ymaj2_34{padding:0 24px}}@media (max-width: 767px){._contentWrapper_ymaj2_71{width:95vw;margin-top:32px}._headerTitle_ymaj2_50{font-size:2rem}._headerContent_ymaj2_34{padding:0 16px}._contentArea_ymaj2_156{padding:16px}}@media (max-width: 480px){._contentWrapper_ymaj2_71{width:98vw;margin-top:24px}._headerTitle_ymaj2_50{font-size:1.875rem}._headerDescription_ymaj2_58{font-size:1rem}}
