: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}@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}button:focus,button:focus-visible,button:active,button:hover{background:none;border:none;outline:none;box-shadow: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}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}._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)}._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_ih3f1_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:16px;animation:_fadeIn_ih3f1_1 .12s ease-out}._modal_ih3f1_14{background:#222;color:var(--text-primary, #fff);border-radius:6px;width:100%;max-height:90vh;overflow:hidden;animation:_slideUp_ih3f1_1 .16s ease-out}._sizeSm_ih3f1_27{max-width:24rem}._sizeMd_ih3f1_28{max-width:28rem}._sizeLg_ih3f1_29{max-width:32rem}._sizeXl_ih3f1_30{max-width:36rem}._size2xl_ih3f1_31{max-width:42rem}._size3xl_ih3f1_32{max-width:48rem}._size4xl_ih3f1_33{max-width:56rem}._size5xl_ih3f1_34{max-width:64rem}._size6xl_ih3f1_35{max-width:72rem}._size7xl_ih3f1_36{max-width:80rem}._header_ih3f1_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_ih3f1_47{display:flex;align-items:center;gap:12px}._title_ih3f1_53{font-size:1.1rem;font-weight:600}._icon_ih3f1_58{width:20px;height:20px;color:var(--text-secondary, #cbd5e1)}._closeButton_ih3f1_64{padding:8px;border-radius:8px;background:transparent;border:none;cursor:pointer}._closeButton_ih3f1_64:hover{background:#ffffff0f}._closeIcon_ih3f1_76{width:20px;height:20px;color:var(--text-secondary, #cbd5e1)}._contentWrapper_ih3f1_82{padding-top:0;max-height:calc(90vh - 140px);overflow-y:auto}._footer_ih3f1_88{display:flex;align-items:stretch;gap:0;border-top:1px solid rgba(100,116,139,.4)}._contentWrapper_ih3f1_82::-webkit-scrollbar{width:10px}._contentWrapper_ih3f1_82::-webkit-scrollbar-track{background:#444}._contentWrapper_ih3f1_82::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:8px;border:2px solid #444}._contentWrapper_ih3f1_82::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}._contentWrapper_ih3f1_82{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) #444}@keyframes _fadeIn_ih3f1_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_ih3f1_1{0%{transform:translateY(8px);opacity:.98}to{transform:translateY(0);opacity:1}}._modal_ih3f1_14::-webkit-scrollbar{width:6px}._modal_ih3f1_14::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}._modal_ih3f1_14::-webkit-scrollbar-thumb{background:#a594f94d;border-radius:3px}._modal_ih3f1_14::-webkit-scrollbar-thumb:hover{background:#a594f980}@media (max-width: 768px){._modal_ih3f1_14{max-height:calc(100dvh - 60px)}._contentWrapper_ih3f1_82{max-height:calc(100dvh - 140px)}._header_ih3f1_38{padding:12.5px}._title_ih3f1_53{font-size:1rem;font-weight:600}._closeButton_ih3f1_64{padding:8px 0}}._rootLoggedAreaBox_jjjjj_1{background-color:#222228;z-index:1;min-height:100dvh}._layout_jjjjj_7{display:flex;height:100%}._sidebar_jjjjj_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_jjjjj_21{flex:1;overflow-y:auto;height:100%;width:calc(100dvw - 325px);margin-left:325px}._sidebarContainer_jjjjj_29{padding:0 25px 25px;height:100%;display:flex;flex-direction:column}._userInfoSection_jjjjj_38{margin-bottom:1.5rem;padding-top:40px;padding-bottom:1rem}._userInfoContainer_jjjjj_44{display:flex;align-items:center;gap:.75rem}._userImage_jjjjj_50{width:3rem;margin-left:1.25rem;height:3rem;border-radius:.5rem;-o-object-fit:cover;object-fit:cover}._userInitials_jjjjj_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_jjjjj_71{flex:1;min-width:0}._userName_jjjjj_76{color:#fff;font-weight:600;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userUsername_jjjjj_85{color:#fff9;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._navigation_jjjjj_94{display:flex;flex-direction:column;gap:.5rem;flex:1}._navItem_jjjjj_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_jjjjj_101:hover{color:#fffffff2!important;background-color:#ffffff0d}._navItemActive_jjjjj_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)}._navIcon_jjjjj_126{width:1.3rem;height:1.3rem}._navLabel_jjjjj_131{font-weight:500;font-size:.925rem}._producerSection_jjjjj_137{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}._producerLink_jjjjj_143{display:flex;align-items:center;gap:1rem;padding:0rem 1rem;border-radius:.75rem;transition:all .3s ease;text-decoration:none;color:#fff9!important}._producerLink_jjjjj_143:hover{color:#fffffff2;background-color:#ffffff0d}._producerLinkActive_jjjjj_159{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_jjjjj_168{width:1.5rem;height:1.5rem}._producerLabel_jjjjj_173{font-weight:500}._mobileOverlay_jjjjj_179{display:none;position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:998}._mobileOverlayVisible_jjjjj_191{display:block;animation:_fadeIn_jjjjj_1 .3s ease}._sidebarMobile_jjjjj_197{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_jjjjj_211{left:0}._sidebarMobileContainer_jjjjj_215{padding:0rem 1rem 1.5rem;height:100%;display:flex;flex-direction:column}._mobileCloseButton_jjjjj_223{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_jjjjj_223:hover{background:#fff3;transform:scale(1.1)}._mobileCloseIcon_jjjjj_246{width:1.25rem;height:1.25rem}._scrollbarCustom_jjjjj_252{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}._scrollbarCustom_jjjjj_252::-webkit-scrollbar{width:6px}._scrollbarCustom_jjjjj_252::-webkit-scrollbar-track{background:transparent}._scrollbarCustom_jjjjj_252::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:3px}._scrollbarCustom_jjjjj_252::-webkit-scrollbar-thumb:hover{background-color:#9ca3afb3}@keyframes _fadeIn_jjjjj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_jjjjj_1{0%{left:-100%}to{left:0}}@media (max-width: 768px){._rootLoggedAreaBox_jjjjj_1{top:var(--header-height);height:100dvh}._sidebar_jjjjj_12{display:none}._content_jjjjj_21{width:100%;margin-left:0}._rootLoggedAreaBox_jjjjj_1{padding-left:0}}@media (min-width: 769px){._mobileMenuToggle_jjjjj_327,._mobileOverlay_jjjjj_179,._sidebarMobile_jjjjj_197{display:none!important}}._overlay_1fe32_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:9999}._container_1fe32_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_1fe32_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_1fe32_25 1s linear infinite}._message_1fe32_34{color:var(--color-text-primary, #fff);font-size:14px}@keyframes _spin_1fe32_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}}._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_1br6b_1{padding-top:3rem;padding-bottom:3rem;width:100%}._containerProducerHub_1br6b_7{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;max-width:80rem}._titleWrapperProducerHub_1br6b_15{text-align:center;margin-bottom:3.5rem}._title_1br6b_15{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}._cardsGrid_1br6b_27{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-bottom:2rem}@media (min-width: 768px){._cardsGrid_1br6b_27{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._cardsGrid_1br6b_27{grid-template-columns:repeat(3,minmax(0,1fr))}}._card_1br6b_27{background:var(--bg-input);border-radius:6px;padding:1rem;transition:box-shadow .3s ease,transform .3s ease;min-width:0}._cardHeader_1br6b_52{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._logoBox_1br6b_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_1br6b_70{flex:1;min-width:0}._accountTitle_1br6b_70{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._badges_1br6b_81{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._badge_1br6b_81{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}._badgeSuccess_1br6b_98{background:color-mix(in srgb,var(--color-success) 10%,transparent);color:var(--color-success)}._badgeSecondary_1br6b_99{background:color-mix(in srgb,var(--color-secondary) 10%,transparent);color:var(--color-secondary)}._statsGrid_1br6b_101{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}._statLabelRow_1br6b_108{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._statLabel_1br6b_108{font-size:.875rem;color:var(--color-text-secondary)}._statValue_1br6b_110{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}._cta_1br6b_112{text-align:center}._ctaBtn_1br6b_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_1br6b_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_1br6b_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_1br6b_133:hover{border-color:color-mix(in srgb,var(--color-secondary) 50%,transparent);background:color-mix(in srgb,var(--color-secondary) 10%,transparent)}._addCardInner_1br6b_147{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}._addIconBox_1br6b_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_1br6b_168{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:0}._addSubtitle_1br6b_169{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6;margin-bottom:1rem}._emptyRoot_1br6b_171{max-width:80rem;margin-top:2.5rem}._emptyCenter_1br6b_172{padding:0;text-align:center;margin-bottom:3rem}._emptyIconCircle_1br6b_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_1br6b_174{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem}._emptyText_1br6b_175{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7;margin:0 auto 2rem;max-width:48rem}._primaryCta_1br6b_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_1br6b_177:hover{transform:scale(1.05);border-color:color-mix(in srgb,var(--color-secondary) 50%,transparent);box-shadow:0 20px 40px #00000059}._primaryCtaShine_1br6b_194{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform 1s ease}._primaryCta_1br6b_177:hover ._primaryCtaShine_1br6b_194{transform:translate(100%)}._primaryCtaText_1br6b_196{position:relative;z-index:10;text-shadow:0 4px 12px rgba(0,0,0,.35)}._primaryCtaArrow_1br6b_197{position:relative;z-index:10;transition:transform .3s ease}._primaryCta_1br6b_177:hover ._primaryCtaArrow_1br6b_197{transform:translate(.25rem)}._helperNote_1br6b_199{font-size:.875rem;color:var(--color-text-tertiary);margin-top:1rem}._benefitsSection_1br6b_201{margin-bottom:3rem;padding-top:2.5rem}._benefitsTitle_1br6b_202{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:2rem}._benefitsGrid_1br6b_203{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){._benefitsGrid_1br6b_203{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._benefitsGrid_1br6b_203{grid-template-columns:repeat(3,1fr)}}._benefitCard_1br6b_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_1br6b_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_1br6b_208{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}._benefitText_1br6b_209{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}._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}._eventCard_1nyku_3{background-color:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);overflow:hidden;cursor:pointer;transition:box-shadow .2s}._eventCard_1nyku_3:hover{box-shadow:0 10px 15px -3px #0000001a}._eventCardPast_1nyku_16{opacity:.75}._eventImage_1nyku_25{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover}._eventContent_1nyku_31{padding:1rem}._eventName_1nyku_35{font-weight:500;color:var(--color-text-primary);margin-bottom:var(--radius-sm)}._eventDetails_1nyku_41{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}._eventDetail_1nyku_41{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-text-tertiary)}._eventDetailIcon_1nyku_56{width:.75rem;height:.75rem}._eventFooter_1nyku_61{display:flex;align-items:center;justify-content:space-between}._eventPrice_1nyku_67{font-weight:500;color:var(--color-secondary)}._eventStatus_1nyku_72{font-size:.75rem;color:var(--color-text-tertiary)}._eventCardList_1nyku_78{display:flex;align-items:center;gap:1rem;padding:1rem}._eventCardListPast_1nyku_85{opacity:.75}._eventImageList_1nyku_89{width:4rem;height:4rem;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover;flex-shrink:0}._eventContentList_1nyku_97{flex:1;min-width:0}._eventNameList_1nyku_102{font-weight:500;color:var(--color-text-primary);margin-bottom:.25rem}._eventDetailsList_1nyku_108{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--color-text-tertiary)}._eventDetailList_1nyku_116{display:flex;align-items:center;gap:.25rem}._eventDetailListIcon_1nyku_122{width:.75rem;height:.75rem}._eventFooterList_1nyku_127{text-align:right;flex-shrink:0}._eventPriceList_1nyku_132{font-weight:500;color:var(--color-secondary);margin-bottom:.25rem}._eventStatusList_1nyku_138{font-size:.75rem;color:var(--color-text-tertiary)}._heroWrapper_fq5sf_1{position:relative;width:100%;height:20rem;overflow:hidden;margin-top:calc(var(--header-height) - 20px)}._heroBg_fq5sf_9{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 1s ease-out}._heroBlurOverlay_fq5sf_18{position:absolute;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d}._heroGradientOverlay_fq5sf_25{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0006,#000000b3)}._heroContent_fq5sf_31{position:relative;z-index:10;height:100%}._heroContainerProducerPage_fq5sf_38{max-width:80rem;margin-left:auto;margin-right:auto;padding:2rem 1.5rem;height:100%;display:flex;flex-direction:column;justify-content:center}._backButton_fq5sf_52{display:inline-flex;align-items:center;gap:.5rem;color:#fff;transition:color .2s ease}._backButton_fq5sf_52:hover{color:var(--color-secondary)}._backButtonSpacingProducerPage_fq5sf_64{margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}._tabsNav_fq5sf_69{display:flex;gap:2rem;overflow-x:auto}._tabsNavProducerPage_fq5sf_75{background-color:var(--color-bg);border-bottom-left-radius:5px;border-bottom-right-radius:5px;justify-content:center}._tabButton_fq5sf_83{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_fq5sf_83:hover{color:var(--color-text-primary);border-color:var(--color-text-tertiary)}._tabButtonActive_fq5sf_101{border-color:var(--color-secondary);color:var(--color-secondary)}._headerRowProducerPage_fq5sf_107{display:flex;align-items:center;gap:1.5rem}._avatarProducerPage_fq5sf_113{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))}._avatarImageProducerPage_fq5sf_125{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._producerTitleProducerPage_fq5sf_131{color:#fff;font-weight:700;font-size:3rem;line-height:1.1;margin-bottom:.5rem;text-shadow:0 10px 25px rgba(0,0,0,.5)}._chipsRowProducerPage_fq5sf_140{display:flex;align-items:center;gap:1rem}._statusChipActiveProducerPage_fq5sf_146{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_fq5sf_160{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_fq5sf_174{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_fq5sf_188{display:flex;align-items:center;gap:2rem}._headerStatValueProducerPage_fq5sf_194{color:#fff;font-size:1.875rem;font-weight:700;text-shadow:0 6px 16px rgba(0,0,0,.35)}._headerStatLabelProducerPage_fq5sf_201{font-size:.875rem;color:#e5e7eb;text-align:center}._containerProducerPage_fq5sf_211{max-width:80rem;margin-left:auto;margin-right:auto}._stackY6ProducerPage_fq5sf_217>*+*{margin-top:1.5rem}._sectionTitleProducerPage_fq5sf_225{color:var(--color-text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:40px}._statsGridProducerPage_fq5sf_233{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._statsGridProducerPage_fq5sf_233{grid-template-columns:repeat(3,minmax(0,1fr))}}._statsBoxProducerPage_fq5sf_245{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_fq5sf_255{display:flex;justify-content:space-between}._textSecondaryProducerPage_fq5sf_260{color:var(--color-text-secondary)}._infoValueProducerPage_fq5sf_264{font-weight:500}._eventsGridProducerPage_fq5sf_269{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._eventsGridProducerPage_fq5sf_269{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._eventsGridProducerPage_fq5sf_269{grid-template-columns:repeat(3,minmax(0,1fr))}}._paginationPaddingProducerPage_fq5sf_287{padding:1.5rem}._paginationRowProducerPage_fq5sf_291{display:flex;align-items:center;justify-content:space-between}._smallSecondaryProducerPage_fq5sf_297{font-size:.875rem;color:var(--color-text-secondary)}._paginationButtonsProducerPage_fq5sf_302{display:flex;align-items:center;gap:.5rem}._paginationButtonProducerPage_fq5sf_308{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_fq5sf_308:hover{background:color-mix(in srgb,var(--color-secondary) 30%,transparent)}._paginationButtonDisabledProducerPage_fq5sf_322{opacity:.5;cursor:not-allowed}._paginationButtonCurrentProducerPage_fq5sf_327{background:var(--color-secondary);color:#fff}._ctaContentProducerPage_fq5sf_333{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_fq5sf_343{font-size:3.75rem;margin-bottom:1.5rem}._ctaTitleProducerPage_fq5sf_348{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}._ctaDescriptionProducerPage_fq5sf_355{color:var(--color-text-secondary);margin-bottom:2rem}._ctaPrimaryButtonProducerPage_fq5sf_360{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_fq5sf_360:hover{background:color-mix(in srgb,var(--color-secondary) 90%,black)}._sectionCardBodyProducerPage_fq5sf_380{text-align:center;padding-top:3rem;padding-bottom:3rem}._sectionCardIconProducerPage_fq5sf_386{width:4rem;height:4rem;color:var(--color-secondary);margin-left:auto;margin-right:auto;margin-bottom:1rem}._sectionCardSubtitleProducerPage_fq5sf_395{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._sectionCardTextProducerPage_fq5sf_402{color:var(--color-text-secondary)}._paginationBar_fq5sf_410{background:var(--color-card-background);border:1px solid var(--color-card-border);border-radius:.75rem}._ctaContainer_fq5sf_416{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}.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}._loadingContainer_160jg_4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--color-surface);border-radius:.5rem;border:1px solid var(--color-border)}._loadingSpinner_160jg_16{width:1.5rem;height:1.5rem;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:_spin_160jg_1 1s linear infinite}._loadingText_160jg_25{color:var(--color-text-secondary);font-size:.875rem;font-weight:500}._image_160jg_32{display:block;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease}._image_160jg_32[src=""]{opacity:0}._avatar_160jg_45{border-radius:6px;background:var(--color-surface);border:2px solid var(--color-border)}._avatarFallback_160jg_51{opacity:.7;filter:grayscale(20%)}._avatar_small_160jg_56{width:2rem;height:2rem}._avatar_medium_160jg_61{width:3rem;height:3rem}._avatar_large_160jg_66{width:4rem;height:4rem}._avatar_xlarge_160jg_71{width:6rem;height:6rem}._banner_160jg_77{border-radius:.5rem;background:var(--color-surface);border:1px solid var(--color-border);overflow:hidden}._bannerFallback_160jg_84{opacity:.7;filter:grayscale(20%)}._banner_16_9_160jg_89{aspect-ratio:16 / 9}._banner_4_3_160jg_93{aspect-ratio:4 / 3}._banner_1_1_160jg_97{aspect-ratio:1 / 1}._banner_3_2_160jg_101{aspect-ratio:3 / 2}._image_160jg_32[data-error=true]{opacity:.5;filter:grayscale(100%)}._avatar_160jg_45:hover{transform:scale(1.05);transition:transform .2s ease}._banner_160jg_77:hover{transform:scale(1.02);transition:transform .3s ease}@media (max-width: 768px){._avatar_small_160jg_56{width:1.5rem;height:1.5rem}._avatar_medium_160jg_61{width:2.5rem;height:2.5rem}._avatar_large_160jg_66{width:3rem;height:3rem}._avatar_xlarge_160jg_71{width:4rem;height:4rem}}@keyframes _spin_160jg_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_160jg_1{0%{opacity:0}to{opacity:1}}._image_160jg_32{animation:_fadeIn_160jg_1 .3s ease}._image_160jg_32[src*=placeholder]{background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-hover) 100%);display:flex;align-items:center;justify-content:center}._image_160jg_32[src*=placeholder]:before{content:"📷";font-size:1.5rem;opacity:.5}._loadingContainer_160jg_4 ._loadingSpinner_160jg_16{animation:_spin_160jg_1 1s linear infinite}._loadingContainer_160jg_4 ._loadingText_160jg_25{animation:_pulse_160jg_1 2s ease-in-out infinite}@keyframes _pulse_160jg_1{0%,to{opacity:.5}50%{opacity:1}}._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;border:1px solid rgba(55,65,81,.5);background-color:var(--color-bg)}.create-post-entry__row{display:flex;align-items:center;gap:1rem}.create-post-entry__avatar{height:40px;width:40px;overflow:hidden;flex-shrink:0}.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}}._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}}._apiPost_gkuza_4{border-radius:6px;overflow:hidden;background-color:var(--color-bg);position:relative}._postHeader_gkuza_12{padding:1rem;display:flex;align-items:center;gap:.75rem;position:relative}._postAvatar_gkuza_20{width:2rem!important;height:2rem!important;flex-shrink:0}._postHeaderInfo_gkuza_27{flex:1;min-width:0}._postMenuButton_gkuza_32{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:var(--color-text-secondary);transition:all .2s ease;flex-shrink:0}._postMenuButton_gkuza_32:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}._postMenuButtonDesktop_gkuza_48{display:block}._postMenuIcon_gkuza_52{width:1.25rem;height:1.25rem}._postAuthorName_gkuza_57{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}._postAuthorName_gkuza_57:hover{color:var(--color-primary);text-decoration:underline}._postMeta_gkuza_75{font-size:.875rem;color:var(--color-text-secondary);margin:0;display:flex;align-items:center;gap:.25rem}._postEventName_gkuza_84{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}._postEventName_gkuza_84:hover{color:var(--color-primary);text-decoration:underline}._postSeparator_gkuza_101,._postDate_gkuza_106{color:var(--color-text-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none}._postActionsTop_gkuza_112{display:flex;align-items:center;gap:.5rem;margin-left:auto;margin-right:.5rem}._postActionsMobile_gkuza_121{display:none;padding:1rem;border-top:1px solid var(--color-border)}._postActionsContainer_gkuza_127{display:flex;align-items:center;justify-content:space-between}._postActionsLeft_gkuza_133{display:flex;align-items:center;gap:1.5rem}._postMenuButtonMobile_gkuza_139{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:var(--color-text-secondary);transition:all .2s ease;flex-shrink:0}._postMenuButtonMobile_gkuza_139:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}._postActionButton_gkuza_155{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_gkuza_155:hover{background-color:var(--color-surface-hover);color:var(--color-text-primary)}._postActionButton_gkuza_155:disabled{opacity:.5;cursor:not-allowed}._postActionButton_gkuza_155:disabled:hover{background:none;color:var(--color-text-secondary)}._postActionButtonLiked_gkuza_185,._postActionButtonLiked_gkuza_185:hover{color:var(--color-primary)}._postActionIcon_gkuza_193{width:1rem;height:1rem;flex-shrink:0}._postActionIconFilled_gkuza_199{width:1rem;height:1rem;flex-shrink:0;fill:currentColor}._postActionText_gkuza_206{font-size:.75rem;font-weight:500;min-width:1rem;text-align:center}._postContent_gkuza_214{padding:0 1rem 1rem}._postText_gkuza_218{color:#fff;line-height:1.5;margin:0}._mediaContainer_gkuza_225{position:relative}._singleMedia_gkuza_230{position:relative;overflow:hidden;cursor:pointer;height:400px;transition:opacity .3s ease}._singleMedia_gkuza_230:hover{opacity:.95}._twoMediaGrid_gkuza_243{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;height:300px}._twoMediaItem_gkuza_250{position:relative;overflow:hidden;cursor:pointer;transition:opacity .3s ease}._twoMediaItem_gkuza_250:hover{opacity:.95}._multipleMediaGrid_gkuza_262{display:grid;grid-template-columns:2fr 1fr;gap:.25rem;height:400px}._mainMediaContainer_gkuza_269{position:relative;overflow:hidden;cursor:pointer;transition:opacity .3s ease}._mainMediaContainer_gkuza_269:hover{opacity:.95}._secondaryMediaColumn_gkuza_280{display:flex;flex-direction:column;gap:.25rem}._secondaryMediaItem_gkuza_286{position:relative;flex:1;overflow:hidden}._secondaryMediaButton_gkuza_292{width:100%;height:100%;position:relative;overflow:hidden;border:none;background:none;cursor:pointer;padding:0}._secondaryMediaButtonActive_gkuza_303{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_gkuza_317{position:relative;width:100%;height:100%}._mediaCounterOverlay_gkuza_323{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center}._mediaCounterText_gkuza_332{color:#fff;font-weight:700;font-size:1.125rem}._mediaImage_gkuza_339,._mediaVideo_gkuza_340{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._mediaVideo_gkuza_340{background:#000}._galleryNavigation_gkuza_352{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_gkuza_352:hover{background:#000000b3}._galleryNavigationLeft_gkuza_372{left:.5rem}._galleryNavigationRight_gkuza_376{right:.5rem}._galleryNavigationIcon_gkuza_380{width:1rem;height:1rem}._loadingState_gkuza_387{opacity:.7;pointer-events:none}@media (max-width: 768px){._postActionsTop_gkuza_112{display:none}._postActionsMobile_gkuza_121{display:block}._postMenuButtonDesktop_gkuza_48{display:none}._postHeader_gkuza_12{padding:.75rem;gap:.5rem}._postAvatar_gkuza_20{width:1.5rem!important;height:1.5rem!important}._postAuthorName_gkuza_57{font-size:.875rem}._postMeta_gkuza_75{font-size:.75rem}._postContent_gkuza_214{padding:0 .75rem .75rem}._postText_gkuza_218{font-size:.875rem}._singleMedia_gkuza_230{height:300px}._twoMediaGrid_gkuza_243{height:250px}._multipleMediaGrid_gkuza_262{height:300px}._postActionsLeft_gkuza_133{gap:1rem}._postActionButton_gkuza_155{padding:.5rem;gap:.5rem}._postActionIcon_gkuza_193{width:1.25rem;height:1.25rem}._postActionText_gkuza_206{font-size:.875rem;font-weight:500}._postMenuIcon_gkuza_52{width:1rem;height:1rem}._galleryNavigation_gkuza_352{padding:.25rem}._galleryNavigationIcon_gkuza_380{width:.875rem;height:.875rem}}@media (min-width: 769px){._postActionsMobile_gkuza_121{display:none!important}._postActionsTop_gkuza_112{display:flex!important}._postMenuButtonDesktop_gkuza_48{display:block!important}}@media (max-width: 480px){._postHeader_gkuza_12{padding:.5rem}._postAvatar_gkuza_20{width:1.25rem!important;height:1.25rem!important}._postContent_gkuza_214{padding:0 .5rem .5rem}._postActionsLeft_gkuza_133{gap:.75rem}._postActionButton_gkuza_155{padding:.375rem;gap:.375rem}._postActionIcon_gkuza_193{width:1rem;height:1rem}._postActionText_gkuza_206{font-size:.75rem}._singleMedia_gkuza_230{height:250px}._twoMediaGrid_gkuza_243{height:200px}._multipleMediaGrid_gkuza_262{height:250px}}@keyframes _fadeIn_gkuza_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._apiPost_gkuza_4{animation:_fadeIn_gkuza_1 .3s ease}._mediaImage_gkuza_339:hover,._mediaVideo_gkuza_340:hover{transform:scale(1.02);transition:transform .3s ease}._postActionButton_gkuza_155:focus{outline:2px solid var(--color-primary);outline-offset:2px}._galleryNavigation_gkuza_352:focus{outline:2px solid var(--color-primary);outline-offset:2px}._secondaryMediaButton_gkuza_292:focus{outline:2px solid var(--color-primary);outline-offset:2px}._mediaImage_gkuza_339[data-error=true]{opacity:.5;filter:grayscale(100%)}._mediaPlaceholder_gkuza_589{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_gkuza_589:before{content:"📷";font-size:2rem;opacity:.5}._feedPage_hwg16_4{background:var(--color-bg);min-height:100vh}._feedLayout_hwg16_10{display:flex;gap:0;align-items:flex-start}@media (min-width: 1024px){._feedLayout_hwg16_10{gap:6rem}}._feedMainColumn_hwg16_23{flex:1;min-width:0;padding-top:calc(var(--header-height) + 35px);margin-left:150px}._feedPostsContainer_hwg16_31{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}._errorContainer_hwg16_39{text-align:center;padding:2rem 0}._errorCard_hwg16_44{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:1.5rem}._errorTitle_hwg16_51{color:#f87171;margin-bottom:.5rem;font-weight:500}._errorMessage_hwg16_57{color:#fff9;font-size:.875rem}._retryButton_hwg16_62{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_hwg16_62:hover{background:#ef44444d}._loadingContainer_hwg16_79{display:flex;justify-content:center;padding:2rem 0}._loadingContent_hwg16_85{display:flex;align-items:center;gap:.75rem}._loadingSpinner_hwg16_91{width:1.5rem;height:1.5rem;border:2px solid rgba(255,255,255,.4);border-top-color:transparent;border-radius:50%;animation:_spin_hwg16_1 1s linear infinite}._loadingText_hwg16_100{color:#fffc;font-weight:500}._endOfFeed_hwg16_106{text-align:center;padding:2rem 0}._endOfFeedText_hwg16_111{color:#fffc;font-weight:500}._feedSidebar_hwg16_117{display:none;flex-shrink:0;position:sticky;top:0}@media (min-width: 1024px){._feedSidebar_hwg16_117{display:block}}@keyframes _spin_hwg16_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1023px){._feedLayout_hwg16_10{flex-direction:column;gap:0}._feedMainColumn_hwg16_23{width:100%}._feedSidebar_hwg16_117{display:none}}@media (max-width: 480px){._feedMainColumn_hwg16_23{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}}._inboxContainer_1kzu4_4{display:flex;height:100dvh}._sidebarInbox_1kzu4_10{width:400px;background:var(--bg-input);display:flex;flex-direction:column;border-right:1px solid #292c34}._sidebarInboxHeader_1kzu4_18{height:calc(var(--header-height) + 120px);background-color:#222228}._sidebarInboxHeaderTop_1kzu4_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._sidebarTitle_1kzu4_30{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}._iconButton_1kzu4_36{color:var(--color-text-secondary);padding:.5rem;border-radius:.5rem;transition:color .15s ease}._iconButton_1kzu4_36:hover{color:var(--color-text-primary)}._tabsInbox_1kzu4_47{display:flex;margin-top:calc(var(--header-height) + 20px)!important;border-radius:.75rem;padding:.25rem;padding-top:0}._tabButtonInbox_1kzu4_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_1kzu4_57:hover{color:var(--color-text-primary)}._tabButtonInboxActive_1kzu4_75{background:var(--color-secondary);color:#fff}._searchWrapperInbox_1kzu4_81{position:relative;margin-top:1rem}._searchInputInbox_1kzu4_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_1kzu4_86::-moz-placeholder{color:var(--color-text-tertiary)}._searchInputInbox_1kzu4_86::placeholder{color:var(--color-text-tertiary)}._searchInputInbox_1kzu4_86:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--color-secondary)}._searchWrapper_1kzu4_81{position:relative;margin-top:1rem}._searchInput_1kzu4_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_1kzu4_86::-moz-placeholder{color:var(--color-text-tertiary)}._searchInput_1kzu4_86::placeholder{color:var(--color-text-tertiary)}._searchInput_1kzu4_86:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--color-secondary)}._searchIcon_1kzu4_132{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--color-text-tertiary)}._listColumn_1kzu4_143{flex:1;overflow-y:auto;max-height:calc(100dvh - calc(var(--header-height) + 120px))}._mainColumn_1kzu4_150{flex:1;display:flex;flex-direction:column;height:100%;height:100dvh;position:fixed;right:0;top:0;width:calc(100dvw - 725px)}._emptyState_1kzu4_163{height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-card-background)}._emptyStateContent_1kzu4_171{text-align:center}._emptyTitle_1kzu4_175{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._emptySubtitle_1kzu4_182{color:var(--color-text-secondary);max-width:28rem}._iconSmall_1kzu4_188{width:1rem;height:1rem}._emptyIcon_1kzu4_193{width:4rem;height:4rem;color:var(--color-text-tertiary);display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}@media (max-width: 1023px){._inboxContainer_1kzu4_4{flex-direction:column}._sidebar_1kzu4_10{width:100%}}._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_16h7l_3{width:calc(100% - 480px);max-width:1200px;margin:0 auto;padding:0;margin-top:calc(var(--header-height) - 20px)}._profileHeader_16h7l_11{position:relative}._coverImage_16h7l_15{height:275px;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);position:relative;overflow:hidden}._coverOverlay_16h7l_22{position:absolute;inset:0;background:#0003}._coverActions_16h7l_28{position:absolute;top:16px;right:16px;display:flex;gap:8px}._coverButton_16h7l_40{padding:8px 16px;border-radius:9999px;font-size:14px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}._coverButtonPrimary_16h7l_50{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff}._coverButtonPrimary_16h7l_50:hover{background:#ffffff4d}._coverButtonSecondary_16h7l_60{background:#fff;color:#111827}._coverButtonSecondary_16h7l_60:hover{background:#f3f4f6}._profilePicture_16h7l_69{position:absolute;bottom:-80px;left:24px}._profilePictureName_16h7l_75{position:absolute;bottom:-60px;left:180px;right:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}._profilePictureNameLeft_16h7l_86{display:flex;align-items:center;gap:12px}._profilePictureNameRight_16h7l_92{display:flex;flex-direction:column;align-items:flex-end;gap:12px}._profilePictureStats_16h7l_99{display:flex;gap:24px;font-size:14px}._profileRightActions_16h7l_105{display:flex;align-items:center;gap:10px}._actionButton_16h7l_111{padding:8px 14px;border-radius:6px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.2);cursor:pointer}._actionButtonPrimary_16h7l_125{background:#fff;color:#111827;border-color:#fff}._actionButtonSecondary_16h7l_135{background:transparent;color:#e5e7eb}._followBtnUnfollow_16h7l_145{background:#10b981;border-color:#10b981;color:#fff}._followBtnAwaiting_16h7l_156{background:transparent;color:#f59e0b;border-color:#f59e0b}._followBtnFollowing_16h7l_166{background:transparent;color:#ef4444;border-color:#ef4444}._profilePictureStatItem_16h7l_176{text-align:center}._profilePictureStatNumber_16h7l_180{font-weight:700;color:#fff;font-size:16px;display:block}._profilePictureStatLabel_16h7l_187{color:#d1d5db;font-size:12px;display:block}._profilePictureContainer_16h7l_193{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_16h7l_203{width:100%;height:100%;border-radius:6px;background:#e5e7eb;overflow:hidden;position:relative}._profilePictureImage_16h7l_212{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._profilePictureHoverOverlay_16h7l_218{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_16h7l_193:hover ._profilePictureHoverOverlay_16h7l_218{opacity:1;pointer-events:auto}._updatePhotoButton_16h7l_236{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_16h7l_236:hover{background:#fff}._updatePhotoIcon_16h7l_255{width:16px;height:16px}._avatarModalContent_16h7l_260{display:flex;flex-direction:column;gap:16px;padding:20px}._avatarPreviewBox_16h7l_267{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_16h7l_279{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_16h7l_288{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:10px}._avatarZoomRow_16h7l_299{display:flex;align-items:center;gap:12px;margin-top:12px}._avatarZoomSlider_16h7l_306{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#374151;border-radius:9999px;outline:none}._avatarZoomSlider_16h7l_306::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#ff0080;border-radius:50%;cursor:pointer}._avatarZoomSlider_16h7l_306::-moz-range-thumb{width:16px;height:16px;background:#ff0080;border:none;border-radius:50%;cursor:pointer}._avatarDropZoneText_16h7l_335{color:#d1d5db;font-size:14px}._avatarInput_16h7l_340{display:none}._avatarActions_16h7l_344{display:flex;gap:15px;padding-top:8px}._avatarButtonPrimary_16h7l_350{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_16h7l_370{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_16h7l_390{display:flex;gap:15px}._grow_16h7l_391{flex:1}._cancelBtn_16h7l_392{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_16h7l_411{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_16h7l_432{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_16h7l_444{padding-top:80px;padding-bottom:24px}._profileInfo_16h7l_451{margin-bottom:24px}._profileHeaderInfo_16h7l_455{display:flex;align-items:center;gap:12px;margin-bottom:16px}._profileName_16h7l_462{font-size:24px;font-weight:700;color:#fff;margin:0}._verifiedBadge_16h7l_469{width:24px;height:24px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center}._verifiedIcon_16h7l_479{width:16px;height:16px;color:#fff}._username_16h7l_485{color:#d1d5db;font-size:18px;margin:0 0 16px}._interests_16h7l_121{display:flex;flex-wrap:wrap;gap:8px;margin:18px 24px 24px}._interestsRow_16h7l_501{display:flex;justify-content:space-between;align-items:center}._interestsActions_16h7l_121{display:flex;gap:10px;margin-right:24px}._interestTag_16h7l_513{padding:4px 12px;background:#dbeafe;color:#1e40af;font-size:14px;border-radius:9999px;font-weight:500}._stats_16h7l_522{display:flex;gap:32px;font-size:14px;margin-bottom:24px}._statItem_16h7l_529{text-align:center}._statNumber_16h7l_533{font-weight:700;color:#fff;font-size:18px}._statLabel_16h7l_539{color:#d1d5db}._profileTabs_16h7l_543{display:flex;border-bottom:1px solid #374151;margin-bottom:24px}._privateNotice_16h7l_549{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_16h7l_560{width:48px;height:48px;color:#9ca3af;margin-bottom:20px;opacity:.8}._privateNoticeTitle_16h7l_568{color:#fff;font-weight:600;font-size:20px;margin:0 0 12px}._privateNoticeText_16h7l_575{color:#d1d5db;font-size:16px;margin:0;line-height:1.5;max-width:400px}._profileTab_16h7l_543{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}._profileTab_16h7l_543:hover{color:#d1d5db}._profileTab_16h7l_543._active_16h7l_602{color:#fff;border-bottom-color:#3b82f6}._profileTabIcon_16h7l_607{width:16px;height:16px}._publicCoverImage_16h7l_613{background:linear-gradient(135deg,#10b981,#14b8a6,#3b82f6)}._publicInterestTag_16h7l_617{background:#d1fae5;color:#065f46}._publicActionButtonPrimary_16h7l_622{background:#10b981;border-color:#10b981}._publicActionButtonPrimary_16h7l_622:hover{background:#059669}._publicProfilePicturePlaceholder_16h7l_631{background:linear-gradient(135deg,#34d399,#3b82f6)}._mobileStats_16h7l_636,._mobileActions_16h7l_640{display:none}@media (max-width: 480px){._containerProfile_16h7l_3{margin-top:calc(var(--header-height) - 20px);width:100dvw}._coverImage_16h7l_15{height:200px;margin-top:calc(var(--header-height) - 15px)}._coverActions_16h7l_28{top:12px;right:12px;flex-direction:column;gap:4px}._coverButton_16h7l_40{padding:6px 12px;font-size:12px}._profilePicture_16h7l_69{left:16px;bottom:-60px}._profilePictureContainer_16h7l_193{width:100px;height:100px}._profilePicturePlaceholder_16h7l_432{font-size:32px}._profilePictureName_16h7l_75{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_16h7l_86{display:flex;align-items:center;gap:12px;flex:1}._profilePictureNameRight_16h7l_92{display:none}._profileName_16h7l_462{font-size:22px;font-weight:700;color:#fff;margin:0}._verifiedBadge_16h7l_469{width:20px;height:20px}._verifiedIcon_16h7l_479{width:14px;height:14px}._interests_16h7l_121,._interestsRow_16h7l_501,._interestsActions_16h7l_121{display:none}._mobileStats_16h7l_636{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_16h7l_752{text-align:center;cursor:pointer}._mobileStatNumber_16h7l_757{font-size:18px;font-weight:700;color:#fff;display:block;margin-bottom:2px}._mobileStatLabel_16h7l_765{font-size:12px;color:#d1d5db;display:block}._mobileActions_16h7l_640{display:flex;gap:8px;margin:0 16px 20px}._mobileActionButton_16h7l_778{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_16h7l_794{background:#10b981;border-color:#10b981;color:#fff}._mobileFollowBtnAwaiting_16h7l_800{background:transparent;color:#f59e0b;border-color:#f59e0b}._mobileFollowBtnFollowing_16h7l_806{background:transparent;color:#ef4444;border-color:#ef4444}._mobileActionButtonSecondary_16h7l_812{background:#ffffff1a;color:#e5e7eb;border-color:#fff3}._profileContent_16h7l_444{padding:0 0 24px}._profileInfo_16h7l_451{margin-bottom:0}._profileTabs_16h7l_543{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0 16px 24px}._profileTabs_16h7l_543::-webkit-scrollbar{display:none}._profileTab_16h7l_543{padding:12px 16px;font-size:13px;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}._privateNotice_16h7l_549{margin:16px;padding:40px 20px}._privateNoticeIcon_16h7l_560{width:40px;height:40px;margin-bottom:16px}._privateNoticeTitle_16h7l_568{font-size:18px}._privateNoticeText_16h7l_575{font-size:14px}._container_16h7l_3{width:100%}._publicCoverImage_16h7l_613{height:200px;margin-top:calc(var(--header-height) - 15px)}}._tabContent_16h7l_875{margin-top:24px;min-height:400px}._placeholderContent_16h7l_880{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;color:#ffffffb3}._placeholderIcon_16h7l_890{font-size:48px;margin-bottom:16px;opacity:.5}._placeholderTitle_16h7l_896{font-size:20px;font-weight:600;margin:0 0 8px;color:#fff}._placeholderText_16h7l_903{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)}}._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_7ohd7_3{display:flex;flex-direction:column;gap:.5rem}._profileSummary_7ohd7_10{background:var(--card-background);border:1px solid var(--card-border);border-radius:6px;padding:1rem}._profileSummaryHeader_7ohd7_17{display:flex;align-items:flex-start;justify-content:space-between}._profileInfo_7ohd7_23{display:flex;align-items:center;gap:1rem}._profileAvatar_7ohd7_29{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_7ohd7_39{color:#fff;font-size:1.5rem;font-weight:700}._profileDetails_7ohd7_45 h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}._profileDetails_7ohd7_45 p{color:var(--text-secondary);margin:0}._editButton_7ohd7_57{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;background:transparent;cursor:pointer;transition:background-color .15s ease-in-out;font-size:.875rem;font-weight:500;background:#fff!important}._editButton_7ohd7_57:hover{background:var(--card-background)}._editIcon_7ohd7_75{width:1rem;height:1rem}._personalInfoSection_7ohd7_81{background:var(--color-bg);border-radius:6px;padding:1rem}._sectionHeader_7ohd7_87{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._sectionTitle_7ohd7_94{display:flex;align-items:center;gap:.5rem;color:#fff}._sectionIcon_7ohd7_101{width:1.25rem;height:1.25rem;color:var(--secondary)}._sectionTitle_7ohd7_94 h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}._infoGrid_7ohd7_114{display:grid;grid-template-columns:1fr;gap:1.5rem}._infoGrid_7ohd7_114._md_7ohd7_120{grid-template-columns:repeat(3,1fr)}._infoField_7ohd7_124{display:flex;flex-direction:column}._infoLabel_7ohd7_129{display:block;font-size:.875rem;font-weight:500;color:#aaa;margin-bottom:.25rem}._infoValue_7ohd7_137{color:#fff;margin:0;display:flex;align-items:center;gap:.5rem}._infoIcon_7ohd7_145{width:1rem;height:1rem;color:var(--text-secondary)}._addressSection_7ohd7_152{background-color:var(--color-bg);border-radius:6px;padding:1rem}._addressGrid_7ohd7_158{display:grid;grid-template-columns:1fr;gap:1.5rem}._addressGrid_7ohd7_158._md_7ohd7_120{grid-template-columns:repeat(2,1fr)}._addressField_7ohd7_168{display:flex;flex-direction:column}._addressLabel_7ohd7_173{display:block;font-size:.875rem;font-weight:500;color:#aaa;margin-bottom:.5rem}._addressValue_7ohd7_181{color:#fff;margin:0;display:flex;align-items:center;gap:.5rem}._addressIcon_7ohd7_189{width:1rem;height:1rem;color:var(--text-secondary)}@media (min-width: 768px){._infoGrid_7ohd7_114{grid-template-columns:repeat(3,1fr)}._addressGrid_7ohd7_158{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){._profileSummaryHeader_7ohd7_17{flex-direction:column;gap:1rem;align-items:flex-start}._profileInfo_7ohd7_23{width:100%}._sectionHeader_7ohd7_87{flex-direction:column;gap:.75rem;align-items:flex-start}._sectionTitle_7ohd7_94{align-self:flex-start}._editButton_7ohd7_57{align-self:flex-end}}@media (max-width: 480px){._profileContainer_7ohd7_3{gap:.75rem}._profileSummary_7ohd7_10,._personalInfoSection_7ohd7_81,._addressSection_7ohd7_152{padding:.75rem}._profileAvatar_7ohd7_29{width:3rem;height:3rem}._profileAvatarText_7ohd7_39{font-size:1.25rem}._profileDetails_7ohd7_45 h3{font-size:1.125rem}._infoGrid_7ohd7_114,._addressGrid_7ohd7_158{gap:1rem}}._container_1qvkj_3{max-width:1200px;margin:0 auto;margin-top:calc(var(--header-height) + 15px)}._title_1qvkj_10{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:0}._subtitle_1qvkj_17{color:var(--color-text-secondary);margin-top:0}._tabsSection_1qvkj_23{display:flex;gap:1rem;margin-bottom:15px;margin-top:30px}._accountTabsContainer_1qvkj_30{border-radius:6px;padding:0 6px 6px;flex:1;background:var(--color-bg);height:3rem}._accountNav_1qvkj_39{display:flex;gap:4px;overflow-x:auto;position:relative}._accountTabButton_1qvkj_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_1qvkj_46:hover{color:var(--color-text-primary);background:#ffffff0f}._accountTabButton_1qvkj_46._active_1qvkj_73{background:var(--color-secondary);color:#fff;box-shadow:0 6px 14px #00000040}._accountTabButton_1qvkj_46._active_1qvkj_73:hover{background:var(--color-secondary);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-card-hover)}._accountTabIcon_1qvkj_86{width:1.25rem;height:1.25rem;transition:transform .2s ease-in-out}._accountTabButton_1qvkj_46._active_1qvkj_73 ._accountTabIcon_1qvkj_86{transform:scale(1.1)}._content_1qvkj_96{min-width:0}._logoutButton_1qvkj_101{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_1qvkj_101:hover{background:#ef4444;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #ef444433}._logoutIcon_1qvkj_128{width:1.25rem;height:1.25rem;transition:transform .2s ease-in-out}._logoutButton_1qvkj_101:hover ._logoutIcon_1qvkj_128{transform:scale(1.1)}._logoutText_1qvkj_138{font-weight:500}@media (max-width: 768px){._tabsSection_1qvkj_23{gap:.75rem;margin-top:1.5rem}._accountNav_1qvkj_39{gap:2px}._accountTabButton_1qvkj_46{font-size:.8rem;padding:.625rem .75rem;min-width:100px}._logoutButton_1qvkj_101{font-size:.8rem;padding:.625rem .75rem;min-width:80px}._title_1qvkj_10{font-size:1.5rem}._accountTabsContainer_1qvkj_30{padding:6px}}@media (max-width: 480px){._tabsSection_1qvkj_23{flex-direction:column;gap:.75rem;margin-top:1rem}._accountNav_1qvkj_39{gap:1px}._accountTabButton_1qvkj_46{font-size:.75rem;padding:.5rem .625rem;min-width:80px;gap:.25rem}._logoutButton_1qvkj_101{font-size:.75rem;padding:.5rem .625rem;min-width:60px;gap:.25rem;margin-top:0;align-self:flex-end}._logoutText_1qvkj_138{display:none}._accountTabIcon_1qvkj_86,._logoutIcon_1qvkj_128{width:1rem;height:1rem}._accountTabsContainer_1qvkj_30{padding:4px;border-radius:8px}}._profileContainer_1bp2t_3{min-height:100vh;background-color:var(--color-bg)}._container_1bp2t_8{max-width:1200px;margin:0 auto;padding:2rem 1rem}._profileHeader_1bp2t_15{background-color:var(--color-surface);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--card-border);margin-bottom:2rem}._headerContent_1bp2t_23{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){._headerContent_1bp2t_23{flex-direction:row;align-items:flex-start}}._avatarSection_1bp2t_37{flex-shrink:0}._avatarImage_1bp2t_41{width:8rem;height:8rem;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_1bp2t_48{width:8rem;height:8rem;background-color:#e2e8f0;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}._avatarInitial_1bp2t_58{color:#94a3b8;font-size:2.25rem;font-weight:700}._producerInfo_1bp2t_65{flex:1;min-width:0}._infoHeader_1bp2t_70{display:flex;flex-direction:column;margin-bottom:1rem}@media (min-width: 768px){._infoHeader_1bp2t_70{flex-direction:row;align-items:center;justify-content:space-between}}._producerName_1bp2t_84{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:var(--radius-sm)}._producerDescription_1bp2t_91{color:var(--color-text-secondary);margin-bottom:1rem;max-width:32rem}._producerStats_1bp2t_97{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:var(--color-text-tertiary)}._statItem_1bp2t_105{display:flex;align-items:center;gap:.25rem}._statIcon_1bp2t_111{width:1rem;height:1rem}._actionButtons_1bp2t_117{display:flex;align-items:center;gap:.75rem;margin-top:1rem}@media (min-width: 768px){._actionButtons_1bp2t_117{margin-top:0}}._followButton_1bp2t_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_1bp2t_130:hover{background-color:#ff0080e6}._actionButton_1bp2t_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_1bp2t_117:hover{background-color:#2979ff80}._actionButtonIcon_1bp2t_163{width:1rem;height:1rem}._tabsContainer_1bp2t_169{background-color:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--card-border);margin-bottom:2rem}._tabsList_1bp2t_176{display:flex;border-bottom:1px solid var(--card-border)}._tabButton_1bp2t_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_1bp2t_193{color:var(--color-secondary);border-bottom:2px solid var(--color-secondary)}._tabButtonInactive_1bp2t_198{color:var(--color-text-secondary)}._tabButtonInactive_1bp2t_198:hover{color:var(--color-text-primary)}._tabIcon_1bp2t_206{width:1rem;height:1rem}._mainLayout_1bp2t_212{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){._mainLayout_1bp2t_212{grid-template-columns:2fr 1fr}}._contentSection_1bp2t_229{margin-bottom:1.5rem}._sectionTitle_1bp2t_233{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}._postsList_1bp2t_241{display:flex;flex-direction:column;gap:1.5rem}._postCard_1bp2t_247{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:1.5rem;border:1px solid var(--card-border)}._postHeader_1bp2t_254{display:flex;align-items:flex-start;gap:1rem}._postAvatar_1bp2t_260{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}._postContent_1bp2t_267{flex:1}._postMeta_1bp2t_271{display:flex;align-items:center;gap:var(--radius-sm);margin-bottom:var(--radius-sm)}._postAuthor_1bp2t_278{font-weight:500;color:var(--color-text-primary)}._postDate_1bp2t_283{color:var(--color-text-tertiary);font-size:.875rem}._postText_1bp2t_288{color:var(--color-text-secondary);margin-bottom:1rem}._postImages_1bp2t_293{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--radius-sm);margin-bottom:1rem}._postImage_1bp2t_293{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm)}._postActions_1bp2t_307{display:flex;align-items:center;gap:1.5rem;color:var(--color-text-tertiary)}._postAction_1bp2t_307{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;transition:color .2s}._postAction_1bp2t_307:hover{color:var(--color-secondary)}._postActionIcon_1bp2t_328{width:1rem;height:1rem}._eventsHeader_1bp2t_334{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._viewControls_1bp2t_341{display:flex;align-items:center;gap:var(--radius-sm)}._viewButton_1bp2t_347{padding:var(--radius-sm);border-radius:var(--radius-sm);transition:all .2s;background:none;border:none;cursor:pointer}._viewButtonActive_1bp2t_356{background-color:var(--color-secondary);color:#fff}._viewButtonInactive_1bp2t_361{color:var(--color-text-tertiary)}._viewButtonInactive_1bp2t_361:hover{color:var(--color-text-primary)}._viewButtonIcon_1bp2t_369{width:1rem;height:1rem}._eventsGrid_1bp2t_374{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._eventsGrid_1bp2t_374{grid-template-columns:repeat(2,1fr)}}._eventsList_1bp2t_386{display:flex;flex-direction:column;gap:1rem}._eventsSection_1bp2t_392{margin-bottom:1.5rem}._eventsSectionTitle_1bp2t_396{font-size:1.125rem;font-weight:500;color:var(--color-text-primary);margin-bottom:1rem}._albumsGrid_1bp2t_404{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._albumsGrid_1bp2t_404{grid-template-columns:repeat(2,1fr)}}._albumCard_1bp2t_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_1bp2t_416:hover{box-shadow:0 10px 15px -3px #0000001a}._albumCover_1bp2t_429{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover}._albumInfo_1bp2t_435{padding:1rem}._albumName_1bp2t_439{font-weight:500;color:var(--color-text-primary);margin-bottom:.25rem}._albumPhotos_1bp2t_445{color:var(--color-text-tertiary);font-size:.875rem}._sidebar_1bp2t_451{display:flex;flex-direction:column;gap:1.5rem}._sidebarCard_1bp2t_457{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:1.5rem;border:1px solid var(--card-border)}._sidebarTitle_1bp2t_464{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}._statsList_1bp2t_472{display:flex;flex-direction:column;gap:.75rem}._statRow_1bp2t_478{display:flex;justify-content:space-between}._statLabel_1bp2t_483{color:var(--color-text-secondary)}._statValue_1bp2t_487{font-weight:500;color:var(--color-text-primary)}._ratingContainer_1bp2t_492{display:flex;align-items:center;gap:.25rem}._ratingStar_1bp2t_498{width:1rem;height:1rem;color:#fbbf24;fill:currentColor}._upcomingEventsList_1bp2t_506{display:flex;flex-direction:column;gap:.75rem}._upcomingEventItem_1bp2t_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_1bp2t_512:hover{background-color:#f1f5f9}._upcomingEventImage_1bp2t_527{width:3rem;height:3rem;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}._upcomingEventInfo_1bp2t_534{flex:1;min-width:0}._upcomingEventName_1bp2t_539{font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._upcomingEventDate_1bp2t_547{font-size:.875rem;color:var(--color-text-tertiary)}._contactList_1bp2t_553{display:flex;flex-direction:column;gap:.75rem}._contactLink_1bp2t_559{display:block;color:var(--color-secondary);text-decoration:none}._contactLink_1bp2t_559:hover{text-decoration:underline}._emptyState_1bp2t_570{background-color:var(--color-surface);border-radius:var(--radius-sm);padding:2rem;text-align:center;border:1px solid var(--card-border)}._emptyStateIcon_1bp2t_578{width:3rem;height:3rem;color:var(--color-text-tertiary);margin:0 auto .75rem}._emptyStateText_1bp2t_585{color:var(--color-text-secondary)}._loadingContainer_1bp2t_590{min-height:100vh;background-color:var(--color-bg)}._loadingContent_1bp2t_595{max-width:1200px;margin:0 auto;padding:2rem 1rem}._loadingSpinner_1bp2t_601{display:flex;align-items:center;justify-content:center;padding:4rem 0}._loadingText_1bp2t_608{margin-left:1rem;color:var(--color-text-secondary);font-size:1.125rem}._errorContainer_1bp2t_614{min-height:100vh;background-color:var(--color-bg)}._errorContent_1bp2t_619{max-width:32rem;margin:0 auto}._errorCard_1bp2t_624{background-color:#cf66791a;border:1px solid rgba(207,102,121,.2);border-radius:var(--radius-sm);padding:2rem;text-align:center}._errorTitle_1bp2t_632{font-size:1.5rem;font-weight:700;color:var(--color-error);margin-bottom:1rem}._errorText_1bp2t_639{color:var(--color-text-secondary)}._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}}._heroWrapper_11zfq_2{position:relative;height:60vh;min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center}._heroBg_11zfq_12{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}._heroBlurOverlay_11zfq_24{position:absolute;inset:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2}._heroGradientOverlay_11zfq_34{position:absolute;inset:0;background:linear-gradient(135deg,#000000b3,#00000080,#000c);z-index:3}._heroContent_11zfq_49{position:relative;z-index:4;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._heroContainer_11zfq_59{max-width:1200px;width:100%;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}._navigationRow_11zfq_69{display:flex;gap:1rem;flex-wrap:wrap}._backButton_11zfq_75{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;color:#fff;font-size:.875rem;font-weight:500;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._backButton_11zfq_75:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}._eventInfo_11zfq_97{display:flex;flex-direction:column;gap:1.5rem;max-width:800px}._categories_11zfq_104{display:flex;gap:.5rem;flex-wrap:wrap}._categoryChip_11zfq_110{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)}._eventTitle_11zfq_121{font-size:3rem;font-weight:800;color:#fff;line-height:1.1;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}._eventDetails_11zfq_130{display:flex;flex-direction:column;gap:1rem}._detailItem_11zfq_136{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.125rem;font-weight:500}._priceSection_11zfq_145{display:flex;align-items:baseline;gap:.5rem}._priceLabel_11zfq_151{color:#fffc;font-size:1rem;font-weight:500}._priceValue_11zfq_157{color:#fff;font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}._pagePadding_11zfq_165{padding:3rem 0}._container_11zfq_169{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:3rem}._statsSection_11zfq_179{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._statsGrid_11zfq_186{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}._statItem_11zfq_192{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}._statItem_11zfq_192:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._statItem_11zfq_192 svg{color:var(--primary);flex-shrink:0}._statValue_11zfq_213{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1}._statLabel_11zfq_220{font-size:.875rem;color:var(--text-secondary);font-weight:500;margin-top:.25rem}._descriptionSection_11zfq_228{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._sectionTitle_11zfq_235{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem}._descriptionText_11zfq_242{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin:0}._additionalInfoSection_11zfq_250{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._infoGrid_11zfq_257{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._infoItem_11zfq_263{padding:1.5rem;background:var(--background);border:1px solid var(--card-border);border-radius:.75rem}._infoLabel_11zfq_270{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}._infoValue_11zfq_277{font-size:1.125rem;font-weight:500;color:var(--text-primary);margin:0 0 .25rem}._infoSubValue_11zfq_284{font-size:.875rem;color:var(--text-secondary);margin:0}._actionsSection_11zfq_291{background:var(--card-background);border:1px solid var(--card-border);border-radius:1rem;padding:2rem}._actionsGrid_11zfq_298{display:flex;gap:1rem;flex-wrap:wrap}._actionButton_11zfq_304{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}._actionButton_11zfq_304:hover{background:var(--primary-dark);transform:translateY(-1px)}@media (max-width: 768px){._heroContainer_11zfq_59{padding:0 1rem}._eventTitle_11zfq_121{font-size:2rem}._container_11zfq_169{padding:0 1rem}._statsGrid_11zfq_186,._infoGrid_11zfq_257{grid-template-columns:1fr}._actionsGrid_11zfq_298{flex-direction:column}._actionButton_11zfq_304{justify-content:center}}@media (max-width: 480px){._heroWrapper_11zfq_2{height:50vh;min-height:300px}._eventTitle_11zfq_121{font-size:1.75rem}._navigationRow_11zfq_69{flex-direction:column}._backButton_11zfq_75{justify-content:center}}._overlay_12unv_2{position:fixed;inset:0;background:linear-gradient(135deg,#000000e6,#141428f2);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_12unv_1 .4s cubic-bezier(.4,0,.2,1)}@keyframes _fadeIn_12unv_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%)}}._modal_12unv_30{background:linear-gradient(145deg,#0f0f23,#1a1a2e,#16213e);border-radius:28px;width:100%;max-width:900px;max-height:85vh;box-shadow:0 32px 64px #0009,0 0 0 1px #8b5cf61a,inset 0 1px #ffffff0d;border:1px solid rgba(139,92,246,.2);animation:_slideUp_12unv_1 .4s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}._modal_12unv_30:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent)}@keyframes _slideUp_12unv_1{0%{opacity:0;transform:translateY(40px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_12unv_68{display:flex;align-items:center;padding:32px 40px;border-bottom:1px solid rgba(139,92,246,.15);gap:20px;background:linear-gradient(135deg,rgba(139,92,246,.03) 0%,transparent 100%)}._searchContainer_12unv_77{flex:1;position:relative;display:flex;align-items:center}._searchIcon_12unv_84{position:absolute;left:20px;width:22px;height:22px;color:#8b5cf6;z-index:1;filter:drop-shadow(0 0 8px rgba(139,92,246,.3))}._searchInput_12unv_94{width:100%;padding:20px 20px 20px 56px;background:linear-gradient(135deg,#ffffff14,#ffffff08);border:2px solid rgba(139,92,246,.2);border-radius:20px;color:#fff;font-size:17px;font-weight:500;outline:none;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}._searchInput_12unv_94::-moz-placeholder{color:#ffffff80;font-weight:400}._searchInput_12unv_94::placeholder{color:#ffffff80;font-weight:400}._searchInput_12unv_94:focus{border-color:#8b5cf6;background:linear-gradient(135deg,#ffffff1f,#ffffff0f);box-shadow:0 0 0 4px #8b5cf626,0 12px 40px #8b5cf633,inset 0 1px #ffffff26;transform:translateY(-1px)}._headerActions_12unv_126{display:flex;align-items:center;gap:16px}._filterButton_12unv_132,._closeButton_12unv_133{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid rgba(139,92,246,.2);border-radius:16px;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}._filterButton_12unv_132:hover,._closeButton_12unv_133: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}._filterButton_12unv_132:active,._closeButton_12unv_133:active{transform:translateY(-1px)}._filterIcon_12unv_168,._closeIcon_12unv_169{width:22px;height:22px;filter:drop-shadow(0 0 4px rgba(139,92,246,.2))}._filtersSection_12unv_176{padding:32px 40px;border-bottom:1px solid rgba(139,92,246,.15);background:linear-gradient(135deg,rgba(139,92,246,.02) 0%,transparent 100%)}._filtersLabel_12unv_182{display:block;color:#ffffffe6;font-size:13px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 10px rgba(139,92,246,.3)}._filtersList_12unv_193{display:flex;gap:16px;flex-wrap:wrap}._filterOption_12unv_199{display:flex;align-items:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(139,92,246,.15);border-radius:16px;color:#ffffffb3;font-size:15px;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff0d}._filterOption_12unv_199:hover{background:linear-gradient(135deg,#8b5cf61a,#8b5cf608);border-color:#8b5cf64d;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf626,0 0 0 1px #8b5cf61a,inset 0 1px #ffffff1a}._filterOptionActive_12unv_230{background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);border-color:#8b5cf6;color:#fff;box-shadow:0 8px 32px #8b5cf666,0 0 0 1px #8b5cf64d,inset 0 1px #fff3;transform:translateY(-1px)}._filterOptionIcon_12unv_241{width:18px;height:18px;filter:drop-shadow(0 0 4px rgba(139,92,246,.2))}._filterOptionLabel_12unv_247{font-weight:600;text-shadow:0 0 8px rgba(139,92,246,.2)}._modalContent_12unv_253{padding:40px;min-height:240px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(139,92,246,.01) 0%,transparent 100%)}._emptyState_12unv_263{text-align:center;max-width:480px}._emptyStateIcon_12unv_268{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;border:2px solid rgba(139,92,246,.2);box-shadow:0 16px 40px #8b5cf633,inset 0 1px #ffffff1a;animation:_pulse_12unv_1 2s ease-in-out infinite}@keyframes _pulse_12unv_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}}._emptySearchIcon_12unv_299{width:40px;height:40px;color:#8b5cf6;filter:drop-shadow(0 0 12px rgba(139,92,246,.4))}._emptyStateText_12unv_306{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px;text-shadow:0 0 20px rgba(139,92,246,.3)}._emptyStateSubtext_12unv_314{color:#ffffffb3;font-size:16px;line-height:1.6;font-weight:400}._noResultsState_12unv_322{text-align:center;max-width:480px}._noResultsIcon_12unv_327{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}._noResultsSearchIcon_12unv_342{width:40px;height:40px;color:#fff6;filter:drop-shadow(0 0 8px rgba(255,255,255,.1))}._noResultsText_12unv_349{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px;text-shadow:0 0 20px rgba(255,255,255,.1)}._noResultsSubtext_12unv_357{color:#ffffffb3;font-size:16px;line-height:1.6;font-weight:400}@media (max-width: 768px){._overlay_12unv_2{padding:16px}._modal_12unv_30{border-radius:24px;max-height:95vh}._modalHeader_12unv_68{padding:24px 28px;flex-direction:column;gap:20px}._searchContainer_12unv_77{width:100%}._searchInput_12unv_94{padding:18px 18px 18px 52px;font-size:16px}._searchIcon_12unv_84{left:18px;width:20px;height:20px}._headerActions_12unv_126{width:100%;justify-content:space-between}._filterButton_12unv_132,._closeButton_12unv_133{width:44px;height:44px}._filtersSection_12unv_176{padding:24px 28px}._filtersList_12unv_193{gap:12px}._filterOption_12unv_199{padding:14px 20px;font-size:14px}._modalContent_12unv_253{padding:28px}._emptyStateIcon_12unv_268,._noResultsIcon_12unv_327{width:80px;height:80px}._emptySearchIcon_12unv_299,._noResultsSearchIcon_12unv_342{width:32px;height:32px}._emptyStateText_12unv_306,._noResultsText_12unv_349{font-size:20px}._emptyStateSubtext_12unv_314,._noResultsSubtext_12unv_357{font-size:15px}}@media (max-width: 480px){._modal_12unv_30{border-radius:20px;margin:8px}._modalHeader_12unv_68,._filtersSection_12unv_176{padding:20px 24px}._filtersList_12unv_193{flex-direction:column;gap:10px}._filterOption_12unv_199{justify-content:center;padding:12px 18px;font-size:13px}._modalContent_12unv_253{padding:24px}._emptyStateText_12unv_306,._noResultsText_12unv_349{font-size:18px}._emptyStateSubtext_12unv_314,._noResultsSubtext_12unv_357{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_1wcto_4{background:var(--color-bg);min-height:100vh;margin-top:var(--header-height)}._eventHeroSection_1wcto_11{position:relative;background:var(--color-bg);display:flex;align-items:center;justify-content:center}._eventHeroContainer_1wcto_19{width:100dvw;position:relative;z-index:1;margin:0;padding:0}._eventHeroContent_1wcto_28{display:flex;flex-direction:column;gap:0;width:100%}._eventTopSection_1wcto_36{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:15px 40px 40px;min-height:500px;align-items:stretch}._eventBannerColumn_1wcto_47{display:flex;flex-direction:column;gap:20px}._eventBannerContainer_1wcto_54{width:100%;aspect-ratio:7/3.75;border-radius:6px;overflow:hidden;transition:transform .3s ease;box-shadow:0 8px 32px #0000004d}._eventBannerImage_1wcto_67{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._eventBannerPlaceholder_1wcto_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_1wcto_88{display:flex;flex-direction:column;gap:24px;height:100%;min-height:400px}._eventInfoSection_1wcto_97{display:flex;flex-direction:column;gap:20px;flex:1;justify-content:flex-start}._eventTitleSection_1wcto_106{display:flex;flex-direction:column;gap:16px}._eventTitle_1wcto_106{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);line-height:1.2;margin:0}._eventMeta_1wcto_121{display:flex;flex-direction:column;gap:12px}._metaRow_1wcto_127{display:flex;align-items:center;gap:12px}._metaItem_1wcto_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_1wcto_145{color:#fff;font-size:14px;font-weight:500}._producerLink_1wcto_151{color:var(--color-text-primary);text-decoration:none;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._producedByLine_1wcto_160{display:inline;white-space:normal}._producerLink_1wcto_151:hover{color:var(--color-primary-hover)}._ticketCardSection_1wcto_170{margin-top:auto;flex-shrink:0}._externalTicketCard_1wcto_175,._internalTicketCard_1wcto_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_1wcto_176:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 32px #0003}._ticketCardRight_1wcto_196{color:#fff}._ticketCardContent_1wcto_200{display:flex;align-items:center;justify-content:space-between;width:100%}._ticketCardLeft_1wcto_207 h3{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0}._ticketCardLeft_1wcto_207 p{font-size:14px;color:var(--color-text-secondary);margin:0}._attendeesActionsContainer_1wcto_221{display:flex;flex-direction:column;gap:20px;margin-top:16px;flex-shrink:0}._eventAttendees_1wcto_230{display:flex;flex-direction:column;gap:12px}._attendeesContainer_1wcto_236{display:flex;align-items:center;gap:12px}._attendeesList_1wcto_242{display:flex;align-items:center;gap:8px}._attendeeAvatar_1wcto_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_1wcto_248 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._moreAttendees_1wcto_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_1wcto_280{margin-top:0;flex-shrink:1}._interactionText_1wcto_285{font-size:14px;color:var(--color-text-secondary);line-height:1.4;font-weight:500}._noAttendees_1wcto_292{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:14px}._actionsShareContainer_1wcto_301{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}._eventActions_1wcto_310{display:flex;gap:12px;flex-wrap:wrap;flex:1}._shareButtonContainer_1wcto_318{display:flex;align-items:center}._actionButton_1wcto_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_1wcto_323:hover{background:var(--color-surface-hover);border-color:var(--color-primary);color:var(--color-text-primary);transform:translateY(-1px)}._actionButton_1wcto_323[data-active=true]{color:#4fc3f7!important;box-shadow:none!important}._actionButton_1wcto_323[data-active=true]:hover{color:#4fc3f7!important}._actionButton_1wcto_323[data-active=true] svg{color:#4fc3f7!important}._actionButton_1wcto_323[data-variant=share]{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}._actionButton_1wcto_323[data-variant=share]:hover{background:var(--color-secondary-hover);border-color:var(--color-secondary-hover)}._actionButton_1wcto_323[data-loading=true]{opacity:.7;cursor:not-allowed}._eventTabsSection_1wcto_379{border-top:1px solid var(--color-border);padding:0 40px}._eventTabsContainer_1wcto_386{position:relative;z-index:10;background-color:var(--bg-input);border-top-left-radius:6px;border-top-right-radius:6px}._eventTabsContainer_1wcto_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_1wcto_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_1wcto_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_1wcto_414:hover{color:var(--color-text-primary);background:var(--color-surface-hover)}._eventTabButton_1wcto_414[data-active=true]{color:#fff;background:var(--color-primary);border-bottom-color:transparent;font-weight:600}._eventTabButton_1wcto_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_1wcto_414:hover:after{width:40%}._eventTabButton_1wcto_414[data-active=true]:after{width:0}._eventTabContent_1wcto_463{background:var(--color-bg);min-height:400px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}._tabContent_1wcto_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_1wcto_471 *{color:#fff!important;font-size:.9rem!important}._infoGrid_1wcto_487{display:grid;grid-template-columns:calc(62.5% - 40px) calc(37.5% - 60px);gap:100px;align-items:start;overflow:hidden}._infoGrid_1wcto_487._noLocation_1wcto_496{grid-template-columns:1fr}._infoMainColumn_1wcto_501{display:flex;flex-direction:column;gap:32px}._infoSideColumn_1wcto_508{display:flex;flex-direction:column;gap:32px;min-width:0;overflow:hidden}._infoSection_1wcto_517{display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}._infoSection_1wcto_517 h2{font-size:1.5rem!important;font-weight:600;color:var(--color-text-primary)!important;margin:0}._eventDescription_1wcto_532{color:var(--color-text-secondary);line-height:1.6;font-size:16px}._locationInfo_1wcto_539{display:flex;flex-direction:column;gap:12px}._locationItem_1wcto_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_1wcto_545>div{min-width:0;flex:1;overflow:hidden}._locationItem_1wcto_545 strong{color:var(--color-text-primary);font-weight:600}._locationItem_1wcto_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_1wcto_545 p:has(a),._locationItem_1wcto_545 a{word-break:break-all;overflow-wrap:anywhere;color:var(--color-primary);text-decoration:none}._locationItem_1wcto_545 a:hover{text-decoration:underline}._sessionsList_1wcto_595{display:flex;flex-direction:column;gap:12px}._sessionItem_1wcto_601{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border)}._sessionDate_1wcto_611,._sessionTime_1wcto_612{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:14px}._mediaSection_1wcto_621{display:flex;flex-direction:column;gap:32px}._mediaItem_1wcto_627{display:flex;flex-direction:column;gap:16px}._mediaItem_1wcto_627 h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._mediaImageContainer_1wcto_640{border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}._mediaImage_1wcto_640{width:100%;height:auto;display:block}._mediaGallery_1wcto_652,._mediaVideos_1wcto_653{display:flex;flex-direction:column;gap:16px}._mediaPlaceholder_1wcto_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_1wcto_673{display:flex;flex-direction:column;gap:24px}._socialStats_1wcto_679{display:flex;gap:24px}._statItem_1wcto_684{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:14px}._attendeesSection_1wcto_692{display:flex;flex-direction:column;gap:16px}._attendeesSection_1wcto_692 h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._attendeesGrid_1wcto_705{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}._attendeeCard_1wcto_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_1wcto_722{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover}._attendeeAvatarPlaceholder_1wcto_729{width:48px;height:48px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;color:#fff}._attendeeName_1wcto_740{font-size:12px;color:var(--color-text-secondary);text-align:center;word-break:break-word}._ticketsSection_1wcto_748{display:flex;flex-direction:column;gap:24px}._externalEventNotice_1wcto_754{display:flex;gap:16px;padding:24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px}._externalEventNotice_1wcto_754 h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0 0 8px}._externalEventNotice_1wcto_754 p{color:var(--color-text-secondary);margin:0 0 16px;line-height:1.5}._externalLinkButton_1wcto_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_1wcto_776:hover{background:var(--color-primary-hover)}._eventTabsPlaceholder_1wcto_794{height:0;transition:height .3s ease}._eventTabsPlaceholder_1wcto_794[data-active=true]{height:60px}._mobileInteractionsSection_1wcto_804{display:none;padding:20px 40px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}._mobileInteractionsSection_1wcto_804 ._actionsShareContainer_1wcto_301{gap:16px}._eventSkeleton_1wcto_816{display:flex;flex-direction:column;gap:20px;padding:40px}._skeletonHeader_1wcto_823{height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_1wcto_1 1.5s infinite;border-radius:8px}._skeletonContent_1wcto_831{display:flex;flex-direction:column;gap:16px}._skeletonTabs_1wcto_837{height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_1wcto_1 1.5s infinite;border-radius:8px}._skeletonInfo_1wcto_845{height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_1wcto_1 1.5s infinite;border-radius:8px}._eventNotFound_1wcto_853{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:24px}._eventNotFound_1wcto_853 h1{font-size:2rem;font-weight:600;color:var(--color-text-primary);margin:0}._eventNotFound_1wcto_853 p{font-size:1rem;color:var(--color-text-secondary);margin:0}._backButton_1wcto_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_1wcto_876:hover{background:var(--color-primary-hover)}@keyframes _loading_1wcto_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){._eventTopSection_1wcto_36{grid-template-columns:1fr;gap:24px;padding:16px;min-height:auto;align-items:start}._eventInfoColumn_1wcto_88{gap:16px;min-height:auto;align-items:center;text-align:center}._eventInfoSection_1wcto_97{flex:none;align-items:center}._eventTitleSection_1wcto_106{align-items:center;text-align:center}._eventMeta_1wcto_121{align-items:center}._metaItem_1wcto_133{flex-wrap:wrap;white-space:normal;overflow:visible;text-overflow:clip;-moz-column-gap:6px;column-gap:6px;row-gap:4px}._producerLabel_1wcto_145{white-space:nowrap}._producerLink_1wcto_151{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere}._metaRow_1wcto_127{justify-content:center}._eventTitle_1wcto_106{font-size:1.75rem}._actionsShareContainer_1wcto_301{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;align-items:stretch}._eventActions_1wcto_310{display:contents;margin-bottom:20px}._actionButton_1wcto_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_1wcto_323 svg{width:22px;height:22px}._shareButtonContainer_1wcto_318{width:100%}._shareButtonContainer_1wcto_318 ._actionButton_1wcto_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_1wcto_318 ._actionButton_1wcto_323 svg{width:22px;height:22px}._mobileInteractionsSection_1wcto_804{display:block}._eventTabsSection_1wcto_379{margin-top:-6px;padding:0 16px}._eventTabsContainer_1wcto_386._fixed_1wcto_1028{padding:0 20px}._externalEventNotice_1wcto_754{padding:0!important}._eventTabs_1wcto_379{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start}._eventTabButton_1wcto_414{padding:12px 16px;font-size:14px;white-space:nowrap}._tabContent_1wcto_471{padding:16px}._attendeesGrid_1wcto_705{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}._infoGrid_1wcto_487{grid-template-columns:1fr;gap:24px}._infoMainColumn_1wcto_501,._infoSideColumn_1wcto_508{gap:24px}._eventBannerContainer_1wcto_54{aspect-ratio:16/9}._eventTitle_1wcto_106{font-size:1.5rem}._attendeesGrid_1wcto_705{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}._infoGrid_1wcto_487{grid-template-columns:1fr;gap:20px}._infoMainColumn_1wcto_501,._infoSideColumn_1wcto_508{gap:20px}._eventTopSection_1wcto_36{min-height:auto;align-items:start}._eventInfoColumn_1wcto_88{min-height:auto}._eventInfoSection_1wcto_97{flex:none}._ticketCardSection_1wcto_170{margin-top:16px}._externalTicketCard_1wcto_175,._internalTicketCard_1wcto_176{padding:12px 16px}._eventAttendees_1wcto_230{align-items:center}._noAttendees_1wcto_292{justify-content:center}._ticketCardSection_1wcto_170,._externalTicketCard_1wcto_175,._internalTicketCard_1wcto_176{width:100%}}._container_137vq_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}._background_137vq_17{position:absolute;inset:0;width:100%;height:100%;z-index:0}._backgroundVideo_137vq_25{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:blur(2px);opacity:.8}._backgroundImage_137vq_35{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;filter:blur(4px);opacity:.7}._backgroundOverlay_137vq_44{position:absolute;inset:0;background:linear-gradient(to bottom,#000c,#0009,#000c)}._content_137vq_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}._logo_137vq_69{text-decoration:none}._logoImage_137vq_73{-o-object-fit:contain;object-fit:contain}._card_137vq_78{background:#222228;border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;width:100%;max-width:500px}._cardSignup_137vq_88{max-width:600px}._logoContainer_137vq_93{background:var(--color-bg);display:flex;justify-content:center;align-items:center;padding:.5rem 0}._logoContainer_137vq_93 ._logo_137vq_69{text-decoration:none;display:flex;align-items:center;justify-content:center}._logoContainer_137vq_93 ._logoImage_137vq_73{width:250px;height:100px;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}._logoContainer_137vq_93 ._logo_137vq_69:hover ._logoImage_137vq_73{transform:scale(1.05)}._tabs_137vq_119{display:flex;background:var(--color-bg);position:relative}._tab_137vq_119{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}._tab_137vq_119:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);transition:transform .6s ease}._tab_137vq_119:hover:before{transform:translate(100%)}._tab_137vq_119:hover{color:var(--color-text-primary);transform:translateY(-1px)}._tab_137vq_119:disabled{opacity:.6;cursor:not-allowed;transform:none}._tabActive_137vq_167{background:var(--color-surface);color:var(--color-text-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._tabContent_137vq_176{padding:1.5rem;position:relative;overflow:hidden}._tabContentInner_137vq_183{transition:opacity .2s ease-out,transform .2s ease-out;opacity:1;transform:translateY(0)}._tabContentInner_137vq_183._entering_137vq_190{opacity:0;transform:translateY(5px)}._tabContentInner_137vq_183._leaving_137vq_195{opacity:0;transform:translateY(-5px)}._welcomeSection_137vq_201{text-align:center;margin-bottom:.5rem;margin-top:.5rem}._welcomeTitle_137vq_207{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem;font-family:var(--font-sans)}._welcomeSubtitle_137vq_215{color:var(--color-text-secondary);font-size:.875rem;line-height:1.4}._form_137vq_222{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem}._formGrid_137vq_229{display:grid;gap:10px;grid-template-columns:1fr}._formGridTwo_137vq_235{grid-template-columns:1fr}._formGridThree_137vq_239{grid-template-columns:1fr;align-items:center}._forgotPassword_137vq_245{text-align:right;margin-top:-.75rem}._forgotPasswordLink_137vq_251{font-size:.875rem;color:var(--color-text-primary);text-decoration:none;transition:color .2s ease}._forgotPasswordLink_137vq_251:hover{color:#a594f9cc}._submitButton_137vq_263{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}._submitButton_137vq_263:hover:not(:disabled){background:#ff0080!important;color:#fff!important}._submitButton_137vq_263:active{background:#ff0080!important;color:#fff!important}._submitButton_137vq_263:focus{background:#ff0080!important;color:#fff!important}._submitButton_137vq_263:disabled{background:#ff0080!important}._divider_137vq_319{position:relative;margin-top:-.25rem;margin-bottom:-.25rem}._socialButtonsContainer_137vq_327{display:flex;flex-direction:row;gap:.75rem;width:100%}._socialButtonsContainer_137vq_327>*{flex:1;min-width:0;height:46px;display:flex;align-items:center;justify-content:center}._socialLoginButton_137vq_344{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}._socialLoginButton_137vq_344: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}._socialLoginButton_137vq_344:hover:before{left:100%}._socialLoginButton_137vq_344:hover:not(:disabled){background:linear-gradient(135deg,#ffffff26,#ffffff14);border-color:#a594f966;transform:translateY(-2px);box-shadow:0 8px 25px #0003}._socialLoginButton_137vq_344:disabled{opacity:.6;cursor:not-allowed;transform:none}._socialLoginIcon_137vq_393{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;position:relative;z-index:1}._appleButtonWrapper_137vq_405{height:100%;display:flex;align-items:center;justify-content:center}._appleButtonWrapper_137vq_405 *{height:100%!important;min-height:46px}._dividerLine_137vq_417{position:absolute;inset:0;display:flex;align-items:center;display:none}._dividerLine_137vq_417:before{content:"";width:100%;height:1px;background:var(--card-border)}._dividerText_137vq_434{position:relative;display:flex;justify-content:center;font-size:.875rem;color:var(--color-text-tertiary);display:none}._dividerText_137vq_434 span{padding:0 1rem;background:var(--color-bg);color:var(--color-text-secondary)}._checkboxContainer_137vq_450{border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease;margin-top:.5rem;margin-bottom:.5rem}._checkboxContainer_137vq_450:hover{border-color:#a594f980}._checkboxWrapper_137vq_465{display:flex;align-items:flex-start;gap:.75rem}._checkboxInput_137vq_471{position:absolute;opacity:0;pointer-events:none}._checkboxCustom_137vq_477{position:relative;display:flex;align-items:center;justify-content:center;margin-top:.125rem}._checkboxBox_137vq_485{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}._checkboxContainer_137vq_450:hover ._checkboxBox_137vq_485{border-color:#a594f9b3}._checkboxChecked_137vq_500{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:0 0 0 1px var(--color-secondary)}._checkboxIcon_137vq_506{width:.625rem;height:.625rem;color:#fff}._checkboxLabel_137vq_512{flex:1;font-size:.875rem;font-weight:500;color:var(--color-text-primary);line-height:1.25;cursor:pointer;transition:color .2s ease}._checkboxContainer_137vq_450:hover ._checkboxLabel_137vq_512{color:var(--color-secondary)}._checkboxLink_137vq_526{color:var(--color-secondary);text-decoration:none;font-weight:600}._checkboxLink_137vq_526:hover{color:#a594f9cc;text-decoration:underline}._checkboxError_137vq_537{color:var(--color-error);font-weight:700}._checkboxErrorContainer_137vq_543{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;color:var(--color-error)}._checkboxErrorIcon_137vq_552{width:1rem;height:1rem}@media (max-width: 768px){._container_137vq_4{padding-bottom:0}._backgroundVideo_137vq_25{filter:blur(3px);opacity:.7}._content_137vq_56{padding:0 .75rem;max-width:100%}._card_137vq_78{max-width:100%;margin:0 .5rem}._cardSignup_137vq_88{max-width:100%}._logoContainer_137vq_93{padding:1rem 0}._logoContainer_137vq_93 ._logoImage_137vq_73{width:150px;height:75px}._tab_137vq_119{padding:.875rem 1rem;font-size:.875rem}._tabContent_137vq_176{padding:1rem}._welcomeTitle_137vq_207{font-size:1.25rem;margin-bottom:.25rem}._welcomeSubtitle_137vq_215{font-size:.8rem}._form_137vq_222{gap:1rem}._formGridTwo_137vq_235,._formGridThree_137vq_239{grid-template-columns:1fr}._socialButtonsContainer_137vq_327{flex-direction:column;gap:.75rem}._socialButtonsContainer_137vq_327>*{height:48px}._socialLoginButton_137vq_344{height:48px;font-size:.9rem;padding:.75rem 1rem}._appleButtonWrapper_137vq_405 *{min-height:48px}._submitButton_137vq_263{font-size:1rem;padding:.875rem 1.5rem;height:48px;line-height:48px;font-weight:600;display:flex;align-items:center;justify-content:center}._checkboxContainer_137vq_450{padding:.625rem}._checkboxLabel_137vq_512{font-size:.8rem}._methodOption_137vq_661{padding:.875rem 1rem}._methodIcon_137vq_665{width:2rem;height:2rem}._methodTitle_137vq_670{font-size:.9rem}._methodDescription_137vq_674{font-size:.8rem}._signupMethodHeader_137vq_678{flex-direction:column;align-items:flex-start;gap:.75rem}._backButton_137vq_684{padding:.5rem .625rem;font-size:.8rem}}@media (min-width: 769px) and (max-width: 1024px){._content_137vq_56{max-width:500px}._cardSignup_137vq_88{max-width:550px}._formGridTwo_137vq_235{grid-template-columns:1fr 1fr}._formGridThree_137vq_239{grid-template-columns:200px 1fr auto}._formGridTwoWide_137vq_709{grid-template-columns:62.5% 37.5%;gap:10px;align-items:start}._formGridThreeWide_137vq_715{grid-template-columns:62.5% 37.5% auto;gap:10px;align-items:center}}@media (min-width: 1025px){._formGridTwo_137vq_235{grid-template-columns:1fr 1fr}._formGridThree_137vq_239{grid-template-columns:200px 1fr auto}._formGridTwoWide_137vq_709{grid-template-columns:60% calc(40% - 10px);gap:10px;align-items:start}._formGridThreeWide_137vq_715{grid-template-columns:62.5% 37.5% auto;gap:10px;align-items:center}}@keyframes _fadeIn_137vq_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._card_137vq_78{animation:_fadeIn_137vq_1 .3s ease-out}._loading_137vq_763{opacity:.7;pointer-events:none}._tabContent_137vq_176::-webkit-scrollbar{width:4px}._tabContent_137vq_176::-webkit-scrollbar-track{background:transparent}._tabContent_137vq_176::-webkit-scrollbar-thumb{background:#a594f94d;border-radius:2px}._tabContent_137vq_176::-webkit-scrollbar-thumb:hover{background:#a594f980}._signupMethodSelection_137vq_795{display:flex;flex-direction:column}._methodOptions_137vq_801{display:flex;flex-direction:column;gap:.75rem}._methodIcon_137vq_665{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}._methodContent_137vq_819{flex:1;display:flex;flex-direction:column}._methodTitle_137vq_670{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0}._methodDescription_137vq_674{font-size:.875rem;color:var(--color-text-secondary);margin:0}._methodArrow_137vq_839{font-size:1.25rem;color:var(--color-secondary);font-weight:600;opacity:.7;transition:all .2s ease}._methodOption_137vq_661:hover ._methodArrow_137vq_839{opacity:1;transform:translate(4px)}._signupMethodHeader_137vq_678{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._backButton_137vq_684{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}._backButton_137vq_684:hover:not(:disabled){background:#23194280;border-color:#a594f980;color:var(--color-text-primary)}._backButton_137vq_684:disabled{opacity:.6;cursor:not-allowed}._signupMethodHeader_137vq_678 ._methodTitle_137vq_670{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin:0}._socialSignupContainer_137vq_893{display:flex;flex-direction:column;gap:1.5rem}._socialSignupContainer_137vq_893 ._socialButtonsContainer_137vq_327{display:flex;flex-direction:column;gap:1rem;width:100%}._socialSignupContainer_137vq_893 ._socialButtonsContainer_137vq_327>*{flex:1;min-width:0;height:46px;display:flex;align-items:center;justify-content:center}._methodOptions_137vq_801{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}._methodOption_137vq_661{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%}._methodOption_137vq_661:hover{box-shadow:0 4px 12px #00000026}._methodOption_137vq_661:disabled{opacity:.6;cursor:not-allowed;transform:none}._methodIcon_137vq_665{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);background:var(--color-bg);flex-shrink:0}._methodContent_137vq_819{flex:1}._methodTitle_137vq_670{font-weight:600;color:var(--color-text-primary);font-size:.9rem}._methodDescription_137vq_674{color:var(--color-text-secondary);font-size:.8rem;line-height:1.3}._socialDataInfo_137vq_979{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)}._socialDataIcon_137vq_992{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}@keyframes _spin_137vq_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}}
