.Header-module__hBw1pG__headerWrapper{--btn-size:31px;--btn-radius:calc(var(--btn-size) / 2);--gap-size:0px;z-index:1000;border-radius:99px;width:max-content;max-width:90%;padding:5px 13px;animation:.6s cubic-bezier(.25,.8,.25,1) forwards Header-module__hBw1pG__slideDown;position:fixed;top:16px;left:50%;transform:translate(-50%)}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;top:-60px}to{opacity:1;top:16px}}.Header-module__hBw1pG__headerContainer{justify-content:center;align-items:center;gap:var(--gap-size);display:flex}.Header-module__hBw1pG__langToggle{color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;width:var(--btn-size);height:var(--btn-size);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:500;transition:all .2s;display:flex}.Header-module__hBw1pG__langToggle:hover{background:var(--card-bg-hover);color:var(--accent-color)}.Header-module__hBw1pG__iconButton{color:var(--text-color);cursor:pointer;width:var(--btn-size);height:var(--btn-size);background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.Header-module__hBw1pG__iconButton:hover{background:var(--card-bg-hover);color:var(--accent-color);transform:scale(1.08)}.Header-module__hBw1pG__iconButton:active{transform:scale(.95)}.Header-module__hBw1pG__logo{color:var(--text-color);letter-spacing:-.04em;cursor:pointer;padding:0 14px;font-size:14.5px;font-weight:900;text-decoration:none}.Header-module__hBw1pG__logoText{background:linear-gradient(135deg, var(--accent-color) 0%, #00f0ff 100%);-webkit-text-fill-color:transparent;font-weight:900;font-family:var(--font-family);-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite alternate Header-module__hBw1pG__pulseLogo}@keyframes Header-module__hBw1pG__pulseLogo{0%{filter:drop-shadow(0 2px 10px #344e4133)}to{filter:drop-shadow(0 2px 20px #00f0ff66)}}@media (max-width:900px){.Header-module__hBw1pG__headerWrapper{max-width:calc(100% - 20px);padding:6px 11px}.Header-module__hBw1pG__headerContainer{flex-wrap:wrap;justify-content:center;row-gap:4px}.Header-module__hBw1pG__logo{text-align:center;order:-1;width:100%;padding:2px 0 4px}}@media (max-width:768px){.Header-module__hBw1pG__logo{display:none}.Header-module__hBw1pG__headerWrapper{--btn-size:31px;max-width:max-content;padding:5px 12px;top:16px}.Header-module__hBw1pG__headerContainer{flex-wrap:nowrap;gap:2px}}@media (max-width:480px){.Header-module__hBw1pG__headerWrapper{--btn-size:28px;max-width:max-content;padding:4px 8px;top:10px}.Header-module__hBw1pG__headerContainer{flex-wrap:nowrap;gap:0}}
.ChatInput-module__mZgxEG__menuOverlay{-webkit-backdrop-filter:blur(10px);z-index:199999;background:#0003;transition:opacity .3s;position:fixed;inset:0}.ChatInput-module__mZgxEG__bottomContainer{bottom:calc(5px + var(--keyboard-offset,0px));flex-direction:column;align-items:center;gap:8px;width:90%;max-width:600px;transition:bottom .1s cubic-bezier(.25,.8,.25,1);animation:.8s cubic-bezier(.25,.8,.25,1) forwards ChatInput-module__mZgxEG__slideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);z-index:200000!important}.ChatInput-module__mZgxEG__inlineContainer{z-index:10;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:600px;margin:20px auto 0;display:flex;position:relative}@keyframes ChatInput-module__mZgxEG__slideUp{0%{opacity:0;bottom:-100px}to{bottom:calc(5px + var(--keyboard-offset,0px));opacity:1}}.ChatInput-module__mZgxEG__chatBar{border-radius:var(--radius-full);z-index:1002;background:linear-gradient(#12151d,#0a0c12);border:1px solid #ffffff1a;align-items:center;gap:8px;width:100%;padding:6px 8px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff14,0 18px 48px #00000047,0 0 0 1px #344e4114}.ChatInput-module__mZgxEG__chatBar:focus-within{background:linear-gradient(#151820,#0b0d14);border-color:#527e686b;transform:none;box-shadow:inset 0 1px #ffffff1a,0 20px 52px #00000057,0 0 0 1px #344e4124}[data-theme=light] .ChatInput-module__mZgxEG__chatBar{background:linear-gradient(#fff,#f6f8fb);border-color:#0f172a1a;box-shadow:inset 0 1px #ffffffc7,0 16px 40px #0f172a14,0 0 0 1px #344e410a}[data-theme=light] .ChatInput-module__mZgxEG__chatBar:focus-within{background:linear-gradient(#fff,#f4f7fa);border-color:#344e413d;box-shadow:inset 0 1px #ffffffe6,0 18px 46px #0f172a1a,0 0 0 1px #344e4114}.ChatInput-module__mZgxEG__addButton{border:1px solid var(--glass-border);color:var(--text-color);cursor:pointer;background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex}.ChatInput-module__mZgxEG__addButton svg{transition:transform .35s cubic-bezier(.25,.8,.25,1)}.ChatInput-module__mZgxEG__addButton:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:none}.ChatInput-module__mZgxEG__addButton:hover svg{transform:rotate(90deg)}.ChatInput-module__mZgxEG__addButton:active{transform:scale(.9)}.ChatInput-module__mZgxEG__addButton:active svg{transform:rotate(90deg)}.ChatInput-module__mZgxEG__addButtonActive,.ChatInput-module__mZgxEG__addButtonActive:hover{background:var(--accent-color)!important;border-color:var(--accent-color)!important;color:#fff!important;box-shadow:none!important}.ChatInput-module__mZgxEG__addButtonActive svg,.ChatInput-module__mZgxEG__addButtonActive:hover svg{transform:rotate(135deg)!important}.ChatInput-module__mZgxEG__addButtonActive:active{transform:scale(.9)!important}.ChatInput-module__mZgxEG__addButtonActive:active svg{transform:rotate(135deg)!important}.ChatInput-module__mZgxEG__inputField{font-family:var(--font-family);color:var(--text-color);resize:none;scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent;background:0 0;border:none;outline:none;flex:1;height:20px;max-height:140px;padding:10px 12px;font-size:14px;line-height:20px;overflow-y:auto}.ChatInput-module__mZgxEG__inputField::-webkit-scrollbar{width:3px}.ChatInput-module__mZgxEG__inputField::-webkit-scrollbar-track{background:0 0}.ChatInput-module__mZgxEG__inputField::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:999px}.ChatInput-module__mZgxEG__inputField::placeholder{color:var(--text-muted);opacity:.6}.ChatInput-module__mZgxEG__sendButton{background:var(--accent-color);color:#fff;cursor:pointer;width:40px;height:40px;box-shadow:none;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.ChatInput-module__mZgxEG__sendButton:hover{background:var(--accent-hover);box-shadow:none;transform:scale(1.05)}.ChatInput-module__mZgxEG__sendButton:active{transform:scale(.95)}.ChatInput-module__mZgxEG__manaValue{color:currentColor;font-size:14px;font-weight:700;line-height:1;font-family:var(--font-family);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.ChatInput-module__mZgxEG__magicButton{isolation:isolate;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:22px;height:22px;margin:0 2px;transition:transform .3s cubic-bezier(.25,.8,.25,1),color .3s,border-color .3s,background .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.ChatInput-module__mZgxEG__magicButtonInner{z-index:2;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative}.ChatInput-module__mZgxEG__magicButton:hover:not(:disabled):not(.ChatInput-module__mZgxEG__magicButtonActive){color:var(--text-muted);background:0 0;border-color:#0000;transform:none}.ChatInput-module__mZgxEG__magicButtonActive:hover:not(:disabled){color:#f8fafc;transform:translateY(-1px)}.ChatInput-module__mZgxEG__magicButton:active:not(:disabled){transform:scale(.95)}.ChatInput-module__mZgxEG__magicButton:hover .ChatInput-module__mZgxEG__magicButtonInner{transform:scale(1.06)}.ChatInput-module__mZgxEG__magicButtonActive{color:#f8fafc;background:radial-gradient(circle at 30% 25%,#ffffff38,#0000 38%),linear-gradient(135deg,#56c38a57,#344e41c7);border-color:#77dda96b;box-shadow:0 0 0 1px #77dda914,0 10px 24px #1e382b3d,0 0 22px #54a87d2e}.ChatInput-module__mZgxEG__magicButtonActive .ChatInput-module__mZgxEG__magicButtonInner{animation:3.6s ease-in-out infinite ChatInput-module__mZgxEG__magicGlyphFloat}.ChatInput-module__mZgxEG__magicButtonAura,.ChatInput-module__mZgxEG__magicButtonTwinkle{border-radius:inherit;pointer-events:none;position:absolute;inset:0}.ChatInput-module__mZgxEG__magicButtonAura{z-index:1;opacity:.85;background:radial-gradient(circle at 26% 24%,#ffffff6b,#0000 24%),radial-gradient(circle at 74% 70%,#deffed42,#0000 30%);animation:4.8s ease-in-out infinite ChatInput-module__mZgxEG__magicAuraPulse}.ChatInput-module__mZgxEG__magicButtonTwinkle{z-index:1}.ChatInput-module__mZgxEG__magicButtonTwinkle:before,.ChatInput-module__mZgxEG__magicButtonTwinkle:after{content:"";background:#ffffffe6;border-radius:999px;width:3px;height:3px;animation:5.2s ease-in-out infinite ChatInput-module__mZgxEG__magicSparkle;position:absolute;box-shadow:0 0 10px #ffffff73}.ChatInput-module__mZgxEG__magicButtonTwinkle:before{top:5px;right:5px}.ChatInput-module__mZgxEG__magicButtonTwinkle:after{animation-delay:1.6s;bottom:5px;left:5px}.ChatInput-module__mZgxEG__magicButton:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background:#ffffff14;border-color:#ffffff08}[data-theme=light] .ChatInput-module__mZgxEG__magicButton{color:#0f172aa3;box-shadow:none;background:0 0;border-color:#0000}[data-theme=light] .ChatInput-module__mZgxEG__magicButton:hover:not(:disabled):not(.ChatInput-module__mZgxEG__magicButtonActive){color:#0f172aa3;background:0 0}[data-theme=light] .ChatInput-module__mZgxEG__magicButtonActive{color:#fff;background:radial-gradient(circle at 28% 24%,#ffffff8c,#0000 30%),linear-gradient(135deg,#68b48ef0,#344e41eb);border-color:#344e4138;box-shadow:0 10px 24px #344e412e,0 0 20px #344e4124}[data-theme=light] .ChatInput-module__mZgxEG__magicButton:disabled{color:#00000040;background:#0000000a;border-color:#00000005}.ChatInput-module__mZgxEG__spinner{animation:1s linear infinite ChatInput-module__mZgxEG__spin}@keyframes ChatInput-module__mZgxEG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ChatInput-module__mZgxEG__magicGlyphFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-1px)scale(1.05)}}@keyframes ChatInput-module__mZgxEG__magicAuraPulse{0%,to{opacity:.55;transform:scale(.96)}50%{opacity:.95;transform:scale(1.08)}}@keyframes ChatInput-module__mZgxEG__magicSparkle{0%,to{opacity:.18;transform:scale(.7)}18%{opacity:.95;transform:scale(1.05)}36%{opacity:.24;transform:scale(.8)}}.ChatInput-module__mZgxEG__settingsAnchor{flex-shrink:0;align-items:center;display:flex;position:relative}.ChatInput-module__mZgxEG__settingsMenu{border-radius:var(--radius-md);z-index:1001;pointer-events:none;opacity:0;transform-origin:0 100%;width:min(380px,100vw - 16px);max-width:min(380px,100vw - 16px);box-shadow:var(--glass-specular);-webkit-backdrop-filter:blur(14px);flex-direction:column;gap:10px;padding:14px;transition:opacity .3s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1),-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s,background .3s;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;transform:scale(.95)translateY(12px)}.ChatInput-module__mZgxEG__settingsMenu:hover{box-shadow:var(--glass-specular)}.ChatInput-module__mZgxEG__menuOpen{pointer-events:auto;opacity:1;-webkit-backdrop-filter:blur(24px);background:#ffffff14;transform:scale(1)translateY(0)}.ChatInput-module__mZgxEG__menuHeader{color:var(--text-color);letter-spacing:.07em;text-transform:uppercase;opacity:.9;border-bottom:1px solid #ffffff14;margin-bottom:2px;padding-bottom:8px;font-size:11px;font-weight:750}[data-theme=light] .ChatInput-module__mZgxEG__menuHeader{border-bottom-color:#0000000f}.ChatInput-module__mZgxEG__menuContent{flex-direction:column;gap:13px;display:flex}.ChatInput-module__mZgxEG__menuRow{flex-direction:column;gap:6px;display:flex}.ChatInput-module__mZgxEG__settingsGroupDisabled{opacity:.5}.ChatInput-module__mZgxEG__menuRow label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.ChatInput-module__mZgxEG__labelWithTooltip{align-items:center;gap:5px;display:flex}.ChatInput-module__mZgxEG__tooltipIcon{color:var(--text-muted);cursor:help;opacity:.6;align-items:center;transition:opacity .2s,color .2s;display:flex}.ChatInput-module__mZgxEG__tooltipIcon:hover{opacity:1;color:var(--accent-color)}.ChatInput-module__mZgxEG__selectWrapper{width:100%;position:relative}.ChatInput-module__mZgxEG__customSelect{border:1px solid var(--glass-border);border-radius:var(--radius-full);width:100%;font-family:var(--font-family);color:var(--text-color);cursor:pointer;appearance:none;background:#ffffff0a;outline:none;padding:10px 32px 10px 14px;font-size:13px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.ChatInput-module__mZgxEG__customSelect:focus{border-color:var(--glass-border-glow);box-shadow:0 0 10px var(--accent-glow);background:#ffffff12}[data-theme=light] .ChatInput-module__mZgxEG__customSelect{background:#00000005;border-color:#00000014}[data-theme=light] .ChatInput-module__mZgxEG__customSelect:focus{background:#0000000a}.ChatInput-module__mZgxEG__selectArrow{color:var(--text-muted);pointer-events:none;opacity:.7;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.ChatInput-module__mZgxEG__dropdownContainer{width:100%;position:relative}.ChatInput-module__mZgxEG__dropdownTrigger{border:1px solid var(--glass-border);border-radius:var(--radius-full);cursor:pointer;text-align:left;width:100%;color:var(--text-color);background:#ffffff0a;outline:none;justify-content:space-between;align-items:center;padding:10px 14px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}[data-theme=light] .ChatInput-module__mZgxEG__dropdownTrigger{background:#00000005;border-color:#00000014}.ChatInput-module__mZgxEG__dropdownTrigger:hover{border-color:var(--glass-border-glow);background:#ffffff12}[data-theme=light] .ChatInput-module__mZgxEG__dropdownTrigger:hover{background:#0000000a}.ChatInput-module__mZgxEG__controlDisabled{opacity:.6;pointer-events:none;cursor:not-allowed!important}.ChatInput-module__mZgxEG__mutedControlSurface{opacity:.7}.ChatInput-module__mZgxEG__triggerContent{flex-direction:column;gap:2px;display:flex}.ChatInput-module__mZgxEG__triggerContentRow{align-items:center;gap:10px;display:flex}.ChatInput-module__mZgxEG__priceCircle{border:1.5px solid var(--accent-color);width:28px;height:28px;color:var(--accent-color);box-shadow:0 0 0px var(--accent-glow);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.ChatInput-module__mZgxEG__triggerText{flex-direction:column;gap:2px;display:flex}.ChatInput-module__mZgxEG__selectedTitle{color:var(--text-color);font-size:13px;font-weight:600;line-height:1.2}.ChatInput-module__mZgxEG__selectedSubtitle{color:var(--text-muted);opacity:.8;font-size:10px;font-weight:500;line-height:1.1}.ChatInput-module__mZgxEG__dropdownArrow{color:var(--text-muted);opacity:.8;flex-shrink:0;transition:transform .3s}.ChatInput-module__mZgxEG__arrowRotate{transform:rotate(180deg)}.ChatInput-module__mZgxEG__dropdownList{z-index:1010;border-radius:var(--radius-md);width:100%;max-height:180px;box-shadow:var(--glass-specular);flex-direction:column;gap:3px;padding:6px;transition:box-shadow .3s;animation:.25s cubic-bezier(.25,.8,.25,1) forwards ChatInput-module__mZgxEG__dropdownPop;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden auto}.ChatInput-module__mZgxEG__dropdownList:hover{box-shadow:var(--glass-specular), 0 12px 35px #00000073}.ChatInput-module__mZgxEG__dropdownListDown{z-index:1010;border-radius:var(--radius-md);width:100%;max-height:none;box-shadow:var(--glass-specular);flex-direction:column;gap:3px;padding:6px;transition:box-shadow .3s;animation:.25s cubic-bezier(.25,.8,.25,1) forwards ChatInput-module__mZgxEG__dropdownPopDown;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow-y:visible}.ChatInput-module__mZgxEG__dropdownListDown:hover{box-shadow:var(--glass-specular), 0 12px 35px #00000073}.ChatInput-module__mZgxEG__formatDropdownList{max-height:240px}.ChatInput-module__mZgxEG__toolsDropdownList{max-height:280px}@keyframes ChatInput-module__mZgxEG__dropdownPop{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ChatInput-module__mZgxEG__dropdownPopDown{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatInput-module__mZgxEG__dropdownList::-webkit-scrollbar{width:6px}.ChatInput-module__mZgxEG__dropdownListDown::-webkit-scrollbar{width:6px}.ChatInput-module__mZgxEG__dropdownList::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:1px solid #0000;border-radius:99px}.ChatInput-module__mZgxEG__dropdownListDown::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:1px solid #0000;border-radius:99px}.ChatInput-module__mZgxEG__dropdownHeader{border-bottom:1px solid var(--glass-border);margin-bottom:3px;padding:4px 10px 6px}.ChatInput-module__mZgxEG__dropdownHeaderRow{align-items:center;gap:12px;display:flex}.ChatInput-module__mZgxEG__headerPriceLabel{text-align:center;width:28px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;opacity:.7;flex-shrink:0;font-size:9px;font-weight:700}.ChatInput-module__mZgxEG__headerModelLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;opacity:.7;font-size:9px;font-weight:700}.ChatInput-module__mZgxEG__dropdownItem{border-radius:var(--radius-full);cursor:pointer;color:var(--text-color);border:1px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;transition:all .2s ease-in-out;display:flex}.ChatInput-module__mZgxEG__dropdownItem:hover{background:#ffffff0f}[data-theme=light] .ChatInput-module__mZgxEG__dropdownItem:hover{background:#0000000a}.ChatInput-module__mZgxEG__itemActive{color:var(--text-color);border-color:#344e4140;background:#344e4126!important}[data-theme=light] .ChatInput-module__mZgxEG__itemActive{border-color:#344e4133;background:#344e4117!important}.ChatInput-module__mZgxEG__itemContentRow{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.ChatInput-module__mZgxEG__itemActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ChatInput-module__mZgxEG__aspectIconBox{width:24px;height:24px;color:var(--text-color);opacity:.9;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatInput-module__mZgxEG__dropdownItem:hover .ChatInput-module__mZgxEG__aspectIconBox{color:var(--accent-color);transition:all .2s;transform:scale(1.05)}.ChatInput-module__mZgxEG__itemMeta{text-align:left;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;display:flex}.ChatInput-module__mZgxEG__itemName{color:var(--text-color);font-size:13px;font-weight:600}.ChatInput-module__mZgxEG__itemSubtitleMuted{color:var(--text-muted);opacity:.9;font-size:10px;line-height:1.2}.ChatInput-module__mZgxEG__mutedOption{opacity:.48}.ChatInput-module__mZgxEG__mutedOption:hover{color:var(--text-color);background:0 0}.ChatInput-module__mZgxEG__mutedOption .ChatInput-module__mZgxEG__itemName,.ChatInput-module__mZgxEG__mutedOption .ChatInput-module__mZgxEG__aspectIconBox,.ChatInput-module__mZgxEG__mutedOption .ChatInput-module__mZgxEG__selectedTitleCompact{color:var(--text-muted)}.ChatInput-module__mZgxEG__mutedPriceCircle{border-color:var(--glass-border);color:var(--text-muted);box-shadow:none}.ChatInput-module__mZgxEG__mutedValueText{color:var(--text-muted)}.ChatInput-module__mZgxEG__itemDesc{color:var(--text-muted);font-size:10px;line-height:1.25}.ChatInput-module__mZgxEG__ratioIcon{box-sizing:border-box;color:inherit;transition:border-color .2s,box-shadow .2s}.ChatInput-module__mZgxEG__resolutionContainer{grid-template-columns:repeat(3,1fr);gap:6px;width:100%;display:grid}.ChatInput-module__mZgxEG__resolutionBtn{border:1px solid var(--glass-border);border-radius:var(--radius-full);cursor:pointer;color:var(--text-muted);background:#ffffff0a;outline:none;justify-content:center;align-items:center;padding:10px 4px;font-size:12px;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}[data-theme=light] .ChatInput-module__mZgxEG__resolutionBtn{background:#00000005;border-color:#00000014}.ChatInput-module__mZgxEG__resolutionBtn:hover{color:var(--text-color);background:#ffffff14;border-color:#ffffff26}[data-theme=light] .ChatInput-module__mZgxEG__resolutionBtn:hover{color:var(--text-color);background:#0000000a}.ChatInput-module__mZgxEG__resolutionActive{box-shadow:0 0 10px var(--accent-glow);background:var(--accent-color)!important;border-color:var(--accent-hover)!important;color:#fff!important}.ChatInput-module__mZgxEG__imageSlotsContainer{gap:10px;width:100%;margin-top:4px;margin-bottom:4px;display:flex}.ChatInput-module__mZgxEG__imageSlot{aspect-ratio:1;border-radius:var(--radius-md);flex:1;position:relative;overflow:visible}.ChatInput-module__mZgxEG__imageSlotHighlighted .ChatInput-module__mZgxEG__uploadSlotBtn,.ChatInput-module__mZgxEG__imageSlotHighlighted .ChatInput-module__mZgxEG__previewContainer{border-color:var(--accent-color);box-shadow:0 0 18px var(--accent-glow);animation:.95s cubic-bezier(.16,1,.3,1) ChatInput-module__mZgxEG__slotPulse}.ChatInput-module__mZgxEG__uploadSlotBtn{border:1.5px dashed var(--glass-border);border-radius:var(--radius-md);width:100%;height:100%;color:var(--text-muted);cursor:pointer;background:#ffffff08;outline:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}[data-theme=light] .ChatInput-module__mZgxEG__uploadSlotBtn{background:#00000003;border-color:#0000001f}.ChatInput-module__mZgxEG__uploadSlotBtn:hover{border-color:var(--accent-color);color:var(--text-color);box-shadow:0 0 10px var(--accent-glow);background:#ffffff0f;transform:translateY(-1px)}[data-theme=light] .ChatInput-module__mZgxEG__uploadSlotBtn:hover{background:#00000008}.ChatInput-module__mZgxEG__uploadSlotBtn:active{transform:translateY(1px)}.ChatInput-module__mZgxEG__uploadSlotBtn svg{transition:transform .3s cubic-bezier(.25,.8,.25,1)}.ChatInput-module__mZgxEG__uploadSlotBtn:hover svg{color:var(--accent-color);transform:rotate(90deg)}.ChatInput-module__mZgxEG__previewContainer{isolation:isolate;border-radius:var(--radius-md);border:1.5px solid var(--glass-border-glow);width:100%;height:100%;box-shadow:0 0 12px var(--accent-glow);animation:.3s cubic-bezier(.25,.8,.25,1) forwards ChatInput-module__mZgxEG__previewPop;position:relative;overflow:visible}.ChatInput-module__mZgxEG__previewContainerInteractive{cursor:zoom-in;transition:transform .25s cubic-bezier(.25,.8,.25,1),box-shadow .25s cubic-bezier(.25,.8,.25,1),border-color .25s}.ChatInput-module__mZgxEG__previewContainerInteractive:hover{box-shadow:0 0 18px var(--accent-glow);transform:translateY(-1px)}.ChatInput-module__mZgxEG__previewContainerInteractive:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@keyframes ChatInput-module__mZgxEG__previewPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes ChatInput-module__mZgxEG__slotPulse{0%{transform:scale(.92)}45%{transform:scale(1.05)}to{transform:scale(1)}}.ChatInput-module__mZgxEG__previewImage{object-fit:cover;border-radius:calc(var(--radius-md) - 1.5px);width:100%;height:100%;display:block}.ChatInput-module__mZgxEG__incomingImageFlight{left:var(--flight-start-left);top:var(--flight-start-top);width:var(--flight-start-width);height:var(--flight-start-height);box-shadow:0 20px 45px #08081273, 0 0 24px var(--accent-glow);z-index:210000;pointer-events:none;opacity:.96;background-color:#0c0c14d9;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ffffff3d;border-radius:14px;transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .72s cubic-bezier(.16,1,.3,1),width .72s cubic-bezier(.16,1,.3,1),height .72s cubic-bezier(.16,1,.3,1);position:fixed;overflow:hidden;transform:translate(0,0)scale(1)rotate(0)}.ChatInput-module__mZgxEG__incomingImageFlight:after{content:"";background:linear-gradient(135deg,#344e4129,#344e4100),linear-gradient(#ffffff14,#fff0);position:absolute;inset:0}.ChatInput-module__mZgxEG__incomingImageFlightActive{width:var(--flight-end-width);height:var(--flight-end-height);opacity:.15;transform:translate3d(calc(var(--flight-end-left) - var(--flight-start-left)), calc(var(--flight-end-top) - var(--flight-start-top)), 0) scale(.72) rotate(-16deg)}.ChatInput-module__mZgxEG__incomingImageBadge{color:#fff;z-index:1;background:#344e41f0;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:absolute;bottom:4px;right:4px;box-shadow:0 4px 12px #344e4173}.ChatInput-module__mZgxEG__removeBtn{color:#fff;cursor:pointer;z-index:100001;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding-bottom:2px;font-size:14px;font-weight:700;line-height:1;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0000004d}.ChatInput-module__mZgxEG__removeBtn:hover{background:#dc2626;transform:scale(1.15);box-shadow:0 0 8px #ef444499}.ChatInput-module__mZgxEG__removeBtn:active{transform:scale(.9)}.ChatInput-module__mZgxEG__imageLightboxOverlay{z-index:230000;-webkit-backdrop-filter:blur(18px);background:radial-gradient(circle at top,#344e4124,#0000 35%),#04060ec7;justify-content:center;align-items:center;padding:20px;animation:.25s forwards ChatInput-module__mZgxEG__fadeInModal;display:flex;position:fixed;inset:0}.ChatInput-module__mZgxEG__imageLightboxDialog{background:#0b0e1ad6;border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;gap:12px;width:min(92vw,880px);max-height:min(88vh,920px);padding:18px 18px 14px;display:flex;position:relative;box-shadow:0 28px 100px #0000007a,0 0 40px #344e411f}[data-theme=light] .ChatInput-module__mZgxEG__imageLightboxDialog{background:#ffffffe0;border-color:#0f172a1a}.ChatInput-module__mZgxEG__imageLightboxClose{color:#fff;cursor:pointer;z-index:2;background:#0a0c12b8;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:24px;line-height:1;display:inline-flex;position:absolute;top:12px;right:12px}[data-theme=light] .ChatInput-module__mZgxEG__imageLightboxClose{background:#0f172adb}.ChatInput-module__mZgxEG__imageLightboxMedia{object-fit:contain;background:#ffffff08;border-radius:20px;width:100%;max-height:calc(88vh - 120px)}.ChatInput-module__mZgxEG__imageLightboxCaption{color:var(--text-color);letter-spacing:.03em;text-transform:uppercase;text-align:center;opacity:.85;font-size:12px;font-weight:700}.ChatInput-module__mZgxEG__quantityContainer{border:1px solid var(--glass-border);border-radius:var(--radius-full);background:#ffffff0a;align-items:center;width:fit-content;padding:2px;display:flex}[data-theme=light] .ChatInput-module__mZgxEG__quantityContainer{background:#00000005;border-color:#00000014}.ChatInput-module__mZgxEG__quantityBtn{color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.ChatInput-module__mZgxEG__quantityBtn:hover:not(:disabled){color:var(--text-color);background:#ffffff14}[data-theme=light] .ChatInput-module__mZgxEG__quantityBtn:hover:not(:disabled){background:#0000000a}.ChatInput-module__mZgxEG__quantityBtn:disabled{opacity:.3;cursor:not-allowed}.ChatInput-module__mZgxEG__quantityValue{color:var(--text-color);text-align:center;width:24px;font-size:13px;font-weight:600}.ChatInput-module__mZgxEG__footerLinks{color:var(--text-muted);letter-spacing:.02em;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 12px;max-width:90%;font-size:10px;display:flex}.ChatInput-module__mZgxEG__linkItem{color:var(--text-muted);cursor:pointer;text-decoration:none;transition:color .2s}.ChatInput-module__mZgxEG__linkItem:hover{color:var(--text-color);text-shadow:0 0 8px #ffffff4d}@media (max-width:480px){.ChatInput-module__mZgxEG__bottomContainer{width:calc(100% - 12px);bottom:calc(4px + var(--keyboard-offset,0px))}.ChatInput-module__mZgxEG__inputField{padding:6px 4px;font-size:12px}.ChatInput-module__mZgxEG__addButton,.ChatInput-module__mZgxEG__sendButton{width:34px;height:34px}.ChatInput-module__mZgxEG__magicButton{width:20px;height:20px}.ChatInput-module__mZgxEG__footerLinks{font-size:9px}.ChatInput-module__mZgxEG__settingsMenu{gap:10px;width:calc(100vw - 12px);padding:12px}.ChatInput-module__mZgxEG__menuContent{gap:10px}.ChatInput-module__mZgxEG__menuGridRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.ChatInput-module__mZgxEG__cookieNotice{color:var(--text-muted);text-align:center;opacity:.9;margin-top:2px;margin-bottom:2px;font-size:11px;transition:opacity .3s}.ChatInput-module__mZgxEG__cookieLink{color:var(--text-muted);cursor:pointer;text-decoration:underline;transition:color .2s}.ChatInput-module__mZgxEG__cookieLink:hover{color:var(--text-color)}.ChatInput-module__mZgxEG__cookieClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;transition:color .2s}.ChatInput-module__mZgxEG__cookieClose:hover{color:var(--text-color)}.ChatInput-module__mZgxEG__menuGridRow{grid-template-columns:minmax(0,.9fr) repeat(3,minmax(0,1fr));gap:6px;width:100%;display:grid}.ChatInput-module__mZgxEG__dropdownTriggerCompact{border:1px solid var(--glass-border);cursor:pointer;text-align:left;width:100%;color:var(--text-color);background:#ffffff0a;border-radius:10px;outline:none;justify-content:space-between;align-items:center;height:32px;padding:6px 8px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}[data-theme=light] .ChatInput-module__mZgxEG__dropdownTriggerCompact{background:#00000005;border-color:#00000014}.ChatInput-module__mZgxEG__dropdownTriggerCompact:hover{border-color:var(--glass-border-glow);background:#ffffff12}[data-theme=light] .ChatInput-module__mZgxEG__dropdownTriggerCompact:hover{background:#0000000a}.ChatInput-module__mZgxEG__triggerContentRowCompact{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.ChatInput-module__mZgxEG__selectedTitleCompact{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:1.2;overflow:hidden}.ChatInput-module__mZgxEG__formatDropdownListCompact{width:140px;left:0;max-height:none!important;overflow:visible!important}@media (max-width:680px){.ChatInput-module__mZgxEG__formatDropdownListCompact{padding-right:4px;max-height:250px!important;overflow:hidden auto!important}}.ChatInput-module__mZgxEG__formatDropdownListCompact::-webkit-scrollbar-thumb{background:#ffffff4d!important}[data-theme=light] .ChatInput-module__mZgxEG__formatDropdownListCompact::-webkit-scrollbar-thumb{background:#00000059!important}.ChatInput-module__mZgxEG__resolutionDropdownListCompact{width:100px;max-height:180px;left:auto;right:0}.ChatInput-module__mZgxEG__fileTypeDropdownListCompact{width:120px;max-height:240px;left:auto;right:0}.ChatInput-module__mZgxEG__quantityContainerGrid{border:1px solid var(--glass-border);box-sizing:border-box;background:#ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;width:100%;height:32px;padding:2px;display:flex}[data-theme=light] .ChatInput-module__mZgxEG__quantityContainerGrid{background:#00000005;border-color:#00000014}.ChatInput-module__mZgxEG__quantityBtnCompact{color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:26px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.ChatInput-module__mZgxEG__quantityBtnCompact:hover:not(:disabled){background:#ffffff14}[data-theme=light] .ChatInput-module__mZgxEG__quantityBtnCompact:hover:not(:disabled){background:#0000000a}.ChatInput-module__mZgxEG__quantityBtnCompact:disabled{opacity:.3;cursor:not-allowed}.ChatInput-module__mZgxEG__quantityValueCompact{color:var(--text-color);text-align:center;width:16px;font-size:12px;font-weight:600}.ChatInput-module__mZgxEG__modalOverlay{-webkit-backdrop-filter:blur(16px);z-index:220000;background:#05050873;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s cubic-bezier(.25,.8,.25,1) forwards ChatInput-module__mZgxEG__fadeInModal;display:flex;position:fixed;top:0;left:0}@keyframes ChatInput-module__mZgxEG__fadeInModal{0%{opacity:0}to{opacity:1}}.ChatInput-module__mZgxEG__modalContent{background:var(--glass-bg);border:1px solid var(--glass-border);width:90%;max-width:480px;box-shadow:var(--glass-specular);border-radius:24px;flex-direction:column;gap:20px;padding:24px;transition:box-shadow .3s;animation:.35s cubic-bezier(.25,.8,.25,1) forwards ChatInput-module__mZgxEG__slideUpModal;display:flex;position:relative;overflow:hidden}.ChatInput-module__mZgxEG__modalContent:hover{box-shadow:var(--glass-specular), 0 24px 60px #0000008c}@keyframes ChatInput-module__mZgxEG__slideUpModal{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatInput-module__mZgxEG__modalHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}[data-theme=light] .ChatInput-module__mZgxEG__modalHeader{border-bottom-color:#0000000f}.ChatInput-module__mZgxEG__modalHeader h3{color:var(--text-color);letter-spacing:-.3px;font-size:16px;font-weight:700}.ChatInput-module__mZgxEG__closeModalBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:26px;font-weight:300;line-height:1;transition:all .2s;display:flex}.ChatInput-module__mZgxEG__closeModalBtn:hover{color:var(--text-color);background:#ffffff14}[data-theme=light] .ChatInput-module__mZgxEG__closeModalBtn:hover{background:#0000000a}.ChatInput-module__mZgxEG__stylesGrid{grid-template-columns:repeat(3,1fr);gap:12px;max-height:400px;padding:4px;display:grid;overflow-y:auto}.ChatInput-module__mZgxEG__stylesGrid::-webkit-scrollbar{width:6px}.ChatInput-module__mZgxEG__stylesGrid::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:99px}.ChatInput-module__mZgxEG__styleCard{cursor:pointer;background:#ffffff05;border:1px solid #ffffff08;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:6px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}[data-theme=light] .ChatInput-module__mZgxEG__styleCard{background:#00000003;border-color:#00000005}.ChatInput-module__mZgxEG__styleCard:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}[data-theme=light] .ChatInput-module__mZgxEG__styleCard:hover{background:#00000008;border-color:#0000000f}.ChatInput-module__mZgxEG__styleCardImageContainer{aspect-ratio:1;border:1px solid #ffffff0f;border-radius:12px;width:100%;position:relative;overflow:hidden}[data-theme=light] .ChatInput-module__mZgxEG__styleCardImageContainer{border-color:#00000014}.ChatInput-module__mZgxEG__styleCardImage{object-fit:cover;transition:transform .5s cubic-bezier(.25,.8,.25,1)}.ChatInput-module__mZgxEG__styleCard:hover .ChatInput-module__mZgxEG__styleCardImage{transform:scale(1.08)}.ChatInput-module__mZgxEG__styleCardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#344e4126 0%,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.ChatInput-module__mZgxEG__styleCardActive .ChatInput-module__mZgxEG__styleCardGlow{opacity:1}.ChatInput-module__mZgxEG__styleCardActive{border-color:var(--accent-color)!important;box-shadow:0 0 16px var(--accent-glow)!important;background:#344e4114!important}[data-theme=light] .ChatInput-module__mZgxEG__styleCardActive{border-color:var(--accent-color)!important;box-shadow:0 0 12px var(--accent-glow)!important;background:#344e410f!important}.ChatInput-module__mZgxEG__styleCardMeta{text-align:center;width:100%}.ChatInput-module__mZgxEG__styleCardName{color:var(--text-color);letter-spacing:-.1px;font-size:11px;font-weight:700;transition:color .2s}.ChatInput-module__mZgxEG__styleCardActive .ChatInput-module__mZgxEG__styleCardName{color:var(--accent-color)}.ChatInput-module__mZgxEG__modalFooter{border-top:1px solid #ffffff14;justify-content:center;gap:12px;margin-top:4px;padding-top:12px;display:flex}[data-theme=light] .ChatInput-module__mZgxEG__modalFooter{border-top-color:#0000000f}.ChatInput-module__mZgxEG__applyStyleBtn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .25s}.ChatInput-module__mZgxEG__applyStyleBtn:hover{background:var(--accent-hover);box-shadow:none}.ChatInput-module__mZgxEG__clearStyleBtn{border:1px solid var(--glass-border);color:var(--text-color);cursor:pointer;background:#ffffff0d;border-radius:12px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .25s}.ChatInput-module__mZgxEG__clearStyleBtn:hover{color:#fff;background:#ef4444;border-color:#f87171;box-shadow:0 0 12px #ef444459}@media (max-width:480px){.ChatInput-module__mZgxEG__modalContent{gap:16px;width:95%;padding:16px}.ChatInput-module__mZgxEG__modalHeader h3{font-size:14px}.ChatInput-module__mZgxEG__stylesGrid{grid-template-columns:repeat(3,1fr);gap:8px;max-height:330px}.ChatInput-module__mZgxEG__styleCard{border-radius:12px;gap:6px;padding:4px}.ChatInput-module__mZgxEG__styleCardImageContainer{border-radius:8px}.ChatInput-module__mZgxEG__styleCardName{font-size:9px}.ChatInput-module__mZgxEG__applyStyleBtn,.ChatInput-module__mZgxEG__clearStyleBtn{border-radius:10px;padding:6px 12px;font-size:11px}}.ChatInput-module__mZgxEG__styleBadge{background:var(--accent-color);color:#fff;z-index:5;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0000004d}.ChatInput-module__mZgxEG__dropdownFooter{border-top:1px solid #ffffff14;justify-content:center;margin-top:4px;padding:8px 6px 4px;display:flex}[data-theme=light] .ChatInput-module__mZgxEG__dropdownFooter{border-top-color:#0000000f}.ChatInput-module__mZgxEG__confirmBtn{background:var(--accent-color);color:#fff;border-radius:var(--radius-full);cursor:pointer;text-align:center;min-block-size:42px;inline-size:140px;box-shadow:none;border:none;justify-content:center;align-items:center;margin-inline:auto;padding:10px 18px;font-size:12px;font-weight:700;transition:all .25s cubic-bezier(.25,.8,.25,1);display:inline-flex}.ChatInput-module__mZgxEG__confirmBtn:hover{background:var(--accent-hover);box-shadow:none;transform:translateY(-1px)}.ChatInput-module__mZgxEG__confirmBtn:active{transform:translateY(1px)}.ChatInput-module__mZgxEG__modelRowLayout{align-items:center;gap:8px;width:100%;display:flex}.ChatInput-module__mZgxEG__modelRowLayout>div{flex:1}.ChatInput-module__mZgxEG__webSearchBtn{border-radius:var(--radius-full);border:1px solid var(--glass-border);color:var(--text-muted);font-family:var(--font-family);cursor:pointer;white-space:nowrap;background:#ffffff0a;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}[data-theme=light] .ChatInput-module__mZgxEG__webSearchBtn{background:#00000005;border-color:#00000014}.ChatInput-module__mZgxEG__webSearchBtn:hover:not(.ChatInput-module__mZgxEG__webSearchBtnDisabled){border-color:var(--glass-border-glow);color:var(--text-color);background:#ffffff12}[data-theme=light] .ChatInput-module__mZgxEG__webSearchBtn:hover:not(.ChatInput-module__mZgxEG__webSearchBtnDisabled){background:#0000000a}.ChatInput-module__mZgxEG__webSearchBtnActive{color:#10b981!important;background:#10b98126!important;border-color:#10b98166!important}[data-theme=light] .ChatInput-module__mZgxEG__webSearchBtnActive{color:#059669!important;background:#10b9811a!important;border-color:#10b9814d!important}.ChatInput-module__mZgxEG__webSearchBtnDisabled{opacity:.4;cursor:not-allowed;color:var(--text-muted)!important;background:#ffffff03!important;border-color:#ffffff05!important}[data-theme=light] .ChatInput-module__mZgxEG__webSearchBtnDisabled{background:#00000003!important;border-color:#00000008!important}.ChatInput-module__mZgxEG__chatBarMultiline{grid-template-rows:auto auto;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px 8px;border-radius:24px!important;padding:12px 14px 10px!important;display:grid!important}.ChatInput-module__mZgxEG__chatBarMultiline .ChatInput-module__mZgxEG__inputField{grid-area:1/1/auto/-1;max-height:200px;padding:4px 6px;width:100%!important}.ChatInput-module__mZgxEG__chatBarMultiline .ChatInput-module__mZgxEG__addButton{grid-area:auto}.ChatInput-module__mZgxEG__chatBarMultiline .ChatInput-module__mZgxEG__settingsAnchor{grid-area:2/1}.ChatInput-module__mZgxEG__chatBarMultiline .ChatInput-module__mZgxEG__magicButton{grid-area:2/3;justify-self:end}.ChatInput-module__mZgxEG__chatBarMultiline .ChatInput-module__mZgxEG__sendButton{grid-area:2/4;justify-self:end}
.InsufficientManaModal-module__15-3_G__modalOverlay{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:500000;background:#040308d9;justify-content:center;align-items:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards InsufficientManaModal-module__15-3_G__fadeIn;display:flex;position:fixed;inset:0}@keyframes InsufficientManaModal-module__15-3_G__fadeIn{0%{opacity:0}to{opacity:1}}.InsufficientManaModal-module__15-3_G__modalContent{border-radius:var(--radius-lg);text-align:center;background:#0c0a18b3;border:1px solid #344e4140;flex-direction:column;align-items:center;gap:28px;width:90%;max-width:460px;padding:40px 32px 36px;animation:.6s cubic-bezier(.16,1,.3,1) forwards InsufficientManaModal-module__15-3_G__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080,0 0 40px #344e4126}.InsufficientManaModal-module__15-3_G__modalContent:hover{box-shadow:0 25px 60px #0009,0 0 50px #344e4140}@keyframes InsufficientManaModal-module__15-3_G__slideUp{0%{opacity:0;transform:translateY(32px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.InsufficientManaModal-module__15-3_G__closeButton{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .25s;display:flex;position:absolute;top:20px;right:20px}.InsufficientManaModal-module__15-3_G__closeButton:hover{color:#fff;background:#ffffff0d;transform:rotate(90deg)}.InsufficientManaModal-module__15-3_G__modalGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#344e4133 0%,#0000 70%);width:250px;height:250px;animation:6s ease-in-out infinite alternate InsufficientManaModal-module__15-3_G__pulseGlow;position:absolute;top:-80px}@keyframes InsufficientManaModal-module__15-3_G__pulseGlow{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.3)}}.InsufficientManaModal-module__15-3_G__header{z-index:1;flex-direction:column;align-items:center;gap:20px;display:flex}.InsufficientManaModal-module__15-3_G__imageOuterContainer{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.InsufficientManaModal-module__15-3_G__borderGlow{filter:blur(6px);opacity:.75;background:linear-gradient(135deg,#344e41cc,#00f0ffcc);border-radius:50%;animation:10s linear infinite InsufficientManaModal-module__15-3_G__spinGlow;position:absolute;inset:-6px}@keyframes InsufficientManaModal-module__15-3_G__spinGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InsufficientManaModal-module__15-3_G__imageInnerContainer{z-index:1;background:#0d0c15;border:3px solid #0c0a18e6;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #000c}.InsufficientManaModal-module__15-3_G__acolyteImg{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.InsufficientManaModal-module__15-3_G__imageOuterContainer:hover .InsufficientManaModal-module__15-3_G__acolyteImg{transform:scale(1.15)rotate(2deg)}.InsufficientManaModal-module__15-3_G__sparkleIcon{z-index:2;background:#0d0c15;border:1px solid #344e4180;border-radius:50%;justify-content:center;align-items:center;padding:6px;animation:4s ease-in-out infinite InsufficientManaModal-module__15-3_G__floatSparkle;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 4px 12px #00000080}@keyframes InsufficientManaModal-module__15-3_G__floatSparkle{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.1)}}.InsufficientManaModal-module__15-3_G__title{color:var(--text-color);letter-spacing:-.5px;margin-top:8px;font-size:22px;font-weight:800;line-height:1.3}.InsufficientManaModal-module__15-3_G__crossedGold{color:#eab308;margin:0 4px;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444;text-decoration-thickness:3px;position:relative}.InsufficientManaModal-module__15-3_G__glowingMana{color:#00f0ff;text-shadow:0 0 12px #00f0ff99;margin-left:2px;font-weight:900;animation:2s ease-in-out infinite alternate InsufficientManaModal-module__15-3_G__pulseManaText}@keyframes InsufficientManaModal-module__15-3_G__pulseManaText{0%{text-shadow:0 0 8px #00f0ff66}to{text-shadow:0 0 20px #00f0ffe6,0 0 8px #344e4180}}.InsufficientManaModal-module__15-3_G__description{color:var(--text-muted);z-index:1;max-width:380px;margin:0;font-size:13px;line-height:1.6}.InsufficientManaModal-module__15-3_G__actions{z-index:1;flex-direction:column;gap:12px;width:100%;display:flex}.InsufficientManaModal-module__15-3_G__topupBtn{border-radius:var(--radius-full);cursor:pointer;width:100%;padding:14px;font-size:14px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #344e414d}.InsufficientManaModal-module__15-3_G__topupBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #344e4180}.InsufficientManaModal-module__15-3_G__secondaryBtn{border-radius:var(--radius-full);width:100%;color:var(--text-muted);cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;padding:13px;font-size:13px;font-weight:600;transition:all .3s}.InsufficientManaModal-module__15-3_G__secondaryBtn:hover{color:var(--text-color);background:#ffffff0f;border-color:#ffffff26}@media (max-width:480px){.InsufficientManaModal-module__15-3_G__modalContent{gap:24px;padding:32px 24px}.InsufficientManaModal-module__15-3_G__title{font-size:19px}.InsufficientManaModal-module__15-3_G__imageOuterContainer{width:120px;height:120px}.InsufficientManaModal-module__15-3_G__description{font-size:12px}}
.MasonryGallery-module__G0QxJG__gallerySection{width:100%;max-width:1200px;margin:8px auto 24px;padding:0 24px}.MasonryGallery-module__G0QxJG__galleryGrid{align-items:flex-start;gap:16px;width:100%;display:flex}.MasonryGallery-module__G0QxJG__galleryColumn{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.MasonryGallery-module__G0QxJG__gallerySpacer{display:none}@media (max-width:960px){.MasonryGallery-module__G0QxJG__gallerySection{margin-top:6px}}@media (max-width:768px){.MasonryGallery-module__G0QxJG__galleryGrid,.MasonryGallery-module__G0QxJG__galleryColumn{gap:12px}}@media (max-width:640px){.MasonryGallery-module__G0QxJG__gallerySection{margin-top:4px}}.MasonryGallery-module__G0QxJG__galleryItem{border:1px solid var(--glass-border);width:100%;height:auto;box-shadow:none;background:var(--glass-bg);cursor:pointer;border-radius:6px;transition:all .5s cubic-bezier(.25,.8,.25,1);animation:.6s cubic-bezier(.16,1,.3,1) forwards MasonryGallery-module__G0QxJG__slideUp;display:block;position:relative;overflow:visible;transform:translateY(0)}.MasonryGallery-module__G0QxJG__galleryItem:hover{border-color:var(--glass-border-glow);box-shadow:0 20px 40px var(--accent-glow);z-index:10;transform:translateY(-8px)scale(1.015)}.MasonryGallery-module__G0QxJG__imageWrapper{border-radius:inherit;width:100%;height:100%;display:block;position:relative;overflow:visible}.MasonryGallery-module__G0QxJG__imageContainer{border-radius:inherit;width:100%;height:100%;position:relative;overflow:hidden}.MasonryGallery-module__G0QxJG__galleryImage{width:100%;height:auto;transition:transform .8s cubic-bezier(.25,.8,.25,1),opacity .6s ease-in-out;display:block}.MasonryGallery-module__G0QxJG__imagePendingOverlay{z-index:1;-webkit-backdrop-filter:blur(12px);pointer-events:none;background:radial-gradient(circle at 50% 35%,#344e4138,#0000 42%),linear-gradient(135deg,#ffffff0f,#ffffff05);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MasonryGallery-module__G0QxJG__imagePendingIcon{color:var(--accent-color);opacity:.72;animation:3s ease-in-out infinite MasonryGallery-module__G0QxJG__floatIcon}.MasonryGallery-module__G0QxJG__imageLoading{opacity:0}.MasonryGallery-module__G0QxJG__imageLoaded{opacity:1}.MasonryGallery-module__G0QxJG__galleryItem:hover .MasonryGallery-module__G0QxJG__galleryImage{transform:scale(1.05)}.MasonryGallery-module__G0QxJG__overlay{border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(#0000001a 0%,#00000073 50%,#000000e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:20px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:0;left:0}.MasonryGallery-module__G0QxJG__galleryItem:hover .MasonryGallery-module__G0QxJG__overlay{opacity:1;pointer-events:auto}.MasonryGallery-module__G0QxJG__overlayContent{flex-direction:column;gap:10px;transition:transform .5s cubic-bezier(.25,.8,.25,1) .1s;display:flex;transform:translateY(20px)}.MasonryGallery-module__G0QxJG__galleryItem:hover .MasonryGallery-module__G0QxJG__overlayContent{transform:translateY(0)}.MasonryGallery-module__G0QxJG__promptText{color:#fff;-webkit-line-clamp:3;line-clamp:3;text-shadow:0 2px 4px #00000080;-webkit-box-orient:vertical;margin-bottom:4px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.MasonryGallery-module__G0QxJG__metaRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.MasonryGallery-module__G0QxJG__tagGroup{flex-wrap:wrap;gap:6px;display:flex}.MasonryGallery-module__G0QxJG__metaTag{border-radius:var(--radius-full);color:#e5e7eb;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;padding:4px 8px;font-size:10px;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1)}.MasonryGallery-module__G0QxJG__metaTag:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px var(--accent-glow)}.MasonryGallery-module__G0QxJG__actionButton{border:1.5px solid var(--accent-color);color:#fff;cursor:pointer;background:#344e4133 padding-box padding-box;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .3s cubic-bezier(.25,.8,.25,1),border-color .3s cubic-bezier(.25,.8,.25,1),color .3s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1);display:flex}.MasonryGallery-module__G0QxJG__actionButton:hover{background:var(--accent-color);transform:scale(1.1)}.MasonryGallery-module__G0QxJG__actionButton:active{transform:scale(.9)}.MasonryGallery-module__G0QxJG__publicFeedActionStack{z-index:5;pointer-events:auto;flex-direction:column;gap:8px;display:flex;position:absolute;top:12px;left:12px}.MasonryGallery-module__G0QxJG__publicFeedActionButton{color:#fff;-webkit-backdrop-filter:blur(10px);background:#0a0a0f7a;border-color:#ffffff29}.MasonryGallery-module__G0QxJG__publicFeedActionButton:hover{background:#ffffff24;border-color:#ffffff47}.MasonryGallery-module__G0QxJG__iconOnlyInfoAction{width:42px;padding:0}.MasonryGallery-module__G0QxJG__reportActive{color:#fb923c!important;background:#f9731629!important;border-color:#f97316!important}.MasonryGallery-module__G0QxJG__reportActive:hover{background:#f9731640!important}.MasonryGallery-module__G0QxJG__moderatorAction{color:#fca5a5!important;background:#7f1d1d38!important;border-color:#f8717161!important}.MasonryGallery-module__G0QxJG__moderatorAction:hover{color:#fecaca!important;background:#7f1d1d57!important}.MasonryGallery-module__G0QxJG__lightboxOverlay{z-index:300000;-webkit-backdrop-filter:blur(15px);background:#050508bf;justify-content:center;align-items:center;padding:24px;animation:.3s cubic-bezier(.25,.8,.25,1) forwards MasonryGallery-module__G0QxJG__fadeIn;display:flex;position:fixed;inset:0}.MasonryGallery-module__G0QxJG__lightboxModal{background:var(--popover-modal-bg);border:1px solid var(--glass-border);z-index:300005;border-radius:6px;width:90vw;max-width:1200px;height:80vh;max-height:750px;animation:.35s cubic-bezier(.16,1,.3,1) forwards MasonryGallery-module__G0QxJG__zoomIn;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006,0 0 50px #0003}.MasonryGallery-module__G0QxJG__lightboxTwoColumns{width:100%;height:100%;display:flex}.MasonryGallery-module__G0QxJG__lightboxLeftCol{box-sizing:border-box;border-right:1px solid var(--glass-border);background:#00000040;flex-direction:column;flex:0 0 70%;width:70%;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}[data-theme=light] .MasonryGallery-module__G0QxJG__lightboxLeftCol{background:var(--popover-modal-bg)}.MasonryGallery-module__G0QxJG__lightboxImageContainer{border-radius:6px;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.MasonryGallery-module__G0QxJG__lightboxImage{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:6px;max-width:100%;max-height:100%;transition:transform .2s cubic-bezier(.25,.8,.25,1),opacity .5s ease-in-out}.MasonryGallery-module__G0QxJG__lightboxCloseButton{z-index:300100;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff14 padding-box padding-box;border:1.5px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s cubic-bezier(.25,.8,.25,1),border-color .3s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:24px;right:24px}.MasonryGallery-module__G0QxJG__lightboxCloseButton svg{transition:transform .3s cubic-bezier(.25,.8,.25,1)}.MasonryGallery-module__G0QxJG__lightboxCloseButton:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}.MasonryGallery-module__G0QxJG__lightboxCloseButton:hover svg{transform:rotate(90deg)}.MasonryGallery-module__G0QxJG__lightboxCloseButton:active{transform:scale(.95)}.MasonryGallery-module__G0QxJG__lightboxCloseButton:active svg{transform:rotate(90deg)}.MasonryGallery-module__G0QxJG__zoomControls{z-index:10;-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);background:#0a0a0fbf;border:1px solid #ffffff26;align-items:center;gap:12px;padding:6px 16px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000004d}[data-theme=light] .MasonryGallery-module__G0QxJG__zoomControls{background:#ffffffd9;border-color:#0000001a;box-shadow:0 8px 32px #00000014}.MasonryGallery-module__G0QxJG__zoomButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:600;transition:all .2s;display:flex}[data-theme=light] .MasonryGallery-module__G0QxJG__zoomButton{color:var(--text-color)}.MasonryGallery-module__G0QxJG__zoomButton:hover:not(:disabled){background:#ffffff1a}[data-theme=light] .MasonryGallery-module__G0QxJG__zoomButton:hover:not(:disabled){background:#0000000d}.MasonryGallery-module__G0QxJG__zoomButton:disabled{opacity:.3;cursor:not-allowed}.MasonryGallery-module__G0QxJG__zoomValue{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 8px;font-size:13px;font-weight:700;transition:all .2s}[data-theme=light] .MasonryGallery-module__G0QxJG__zoomValue{color:var(--text-color)}.MasonryGallery-module__G0QxJG__zoomValue:hover{background:#ffffff1a}[data-theme=light] .MasonryGallery-module__G0QxJG__zoomValue:hover{background:#0000000d}.MasonryGallery-module__G0QxJG__lightboxNavButton{z-index:300050;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff14 padding-box padding-box;border:1.5px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .3s cubic-bezier(.25,.8,.25,1),border-color .3s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.MasonryGallery-module__G0QxJG__lightboxNavButton:hover{background:#ffffff2e;border-color:#fff6;transform:translateY(-50%)scale(1.1)}.MasonryGallery-module__G0QxJG__lightboxNavButton:active{transform:translateY(-50%)scale(.95)}.MasonryGallery-module__G0QxJG__leftButton{left:24px}.MasonryGallery-module__G0QxJG__rightButton{right:24px}.MasonryGallery-module__G0QxJG__lightboxRightCol{box-sizing:border-box;scrollbar-gutter:stable;background:var(--popover-modal-bg);flex-direction:column;flex:0 0 30%;width:30%;min-width:0;height:100%;padding:32px 28px;display:flex;overflow:hidden auto}[data-theme=light] .MasonryGallery-module__G0QxJG__lightboxRightCol{background:#00000006}.MasonryGallery-module__G0QxJG__lightboxRightCol::-webkit-scrollbar{width:6px}.MasonryGallery-module__G0QxJG__lightboxRightCol::-webkit-scrollbar-track{background:0 0}.MasonryGallery-module__G0QxJG__lightboxRightCol::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:3px}.MasonryGallery-module__G0QxJG__infoAuthorSection{align-items:center;gap:12px;margin-bottom:24px;display:flex}.MasonryGallery-module__G0QxJG__authorAvatar{background:linear-gradient(135deg, var(--accent-color), #00f0ff);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:flex}.MasonryGallery-module__G0QxJG__authorMeta{flex-direction:column;justify-content:center;min-width:0;display:flex}.MasonryGallery-module__G0QxJG__authorLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:11px;font-weight:500}.MasonryGallery-module__G0QxJG__authorName{color:var(--text-color);overflow-wrap:anywhere;font-size:15px;font-weight:700}.MasonryGallery-module__G0QxJG__infoActionsRow{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;width:100%;margin-bottom:24px;display:flex}.MasonryGallery-module__G0QxJG__infoActionButton{border-radius:var(--radius-full);border:1px solid var(--glass-border);background:var(--card-bg-hover);width:auto;min-width:0;height:42px;color:var(--text-color);cursor:pointer;white-space:nowrap;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-size:11.5px;font-weight:600;transition:all .25s cubic-bezier(.25,.8,.25,1);display:flex}.MasonryGallery-module__G0QxJG__infoActionButton:hover{color:var(--accent-color);background:#344e4114;border-color:#344e414d}.MasonryGallery-module__G0QxJG__infoActionButton.MasonryGallery-module__G0QxJG__likeButton:hover{color:#ef4444;background:#ef444414;border-color:#ef44444d}.MasonryGallery-module__G0QxJG__infoActionButton.MasonryGallery-module__G0QxJG__likeActive{color:#ef4444!important;background:#ef444426!important;border-color:#ef4444!important}.MasonryGallery-module__G0QxJG__infoLikesCount{font-weight:700}.MasonryGallery-module__G0QxJG__infoDivider{background:var(--glass-border);border:0;width:100%;height:1px;margin-bottom:24px}.MasonryGallery-module__G0QxJG__sectionTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:12px;font-size:12px;font-weight:700}.MasonryGallery-module__G0QxJG__infoPromptSection{flex-direction:column;margin-bottom:24px;display:flex}.MasonryGallery-module__G0QxJG__promptHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.MasonryGallery-module__G0QxJG__promptHeader .MasonryGallery-module__G0QxJG__sectionTitle{margin-bottom:0}.MasonryGallery-module__G0QxJG__copyPromptBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.MasonryGallery-module__G0QxJG__copyPromptBtn:hover{color:var(--accent-color);background:#344e4114}.MasonryGallery-module__G0QxJG__copyPromptBtn:active{transform:scale(.9)}.MasonryGallery-module__G0QxJG__infoPromptContainer{max-height:80px;transition:max-height .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.MasonryGallery-module__G0QxJG__infoPromptText{color:var(--text-color);overflow-wrap:anywhere;font-size:13px;font-weight:300;line-height:1.6}.MasonryGallery-module__G0QxJG__promptExpanded{max-height:250px;padding-right:8px;overflow-y:auto}.MasonryGallery-module__G0QxJG__promptExpanded::-webkit-scrollbar{width:4px}.MasonryGallery-module__G0QxJG__promptExpanded::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:2px}.MasonryGallery-module__G0QxJG__promptExpandBtn{color:var(--accent-color);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:8px;padding:0;font-size:13px;font-weight:700;transition:color .2s}.MasonryGallery-module__G0QxJG__promptExpandBtn:hover{color:var(--accent-hover);text-decoration:underline}.MasonryGallery-module__G0QxJG__infoSettingsSection{margin-bottom:24px}.MasonryGallery-module__G0QxJG__settingsTagGroup,.MasonryGallery-module__G0QxJG__styleTagGroup{flex-wrap:wrap;gap:8px;display:flex}.MasonryGallery-module__G0QxJG__infoSettingsTag{border-radius:var(--radius-md);border:1.5px solid var(--text-color);color:var(--text-color);background:0 0;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.MasonryGallery-module__G0QxJG__infoSettingsTag:hover{background:var(--text-color);color:var(--popover-modal-bg)}.MasonryGallery-module__G0QxJG__infoStyleSection{margin-bottom:24px}.MasonryGallery-module__G0QxJG__infoStyleTag{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--card-bg-hover);color:var(--text-color);cursor:default;padding:6px 12px;font-size:12px;font-weight:600;transition:all .25s cubic-bezier(.25,.8,.25,1)}.MasonryGallery-module__G0QxJG__infoStyleTag:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px var(--accent-glow)}.MasonryGallery-module__G0QxJG__bottomActionsWrapper{flex-direction:column;align-items:center;gap:12px;width:100%;min-width:0;margin-top:auto;padding-top:24px;display:flex}.MasonryGallery-module__G0QxJG__bottomActionsBtnRow{flex-flow:wrap;gap:8px;width:100%;min-width:0;display:flex}.MasonryGallery-module__G0QxJG__downloadOriginalBtn{background:var(--accent-color);color:#fff;border-radius:var(--radius-full);cursor:pointer;min-width:0;height:48px;box-shadow:none;white-space:nowrap;border:none;flex:140px;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:700;transition:all .25s cubic-bezier(.25,.8,.25,1);display:flex}.MasonryGallery-module__G0QxJG__downloadOriginalBtn:hover{background:var(--accent-hover);box-shadow:none;transform:translateY(-1px)}.MasonryGallery-module__G0QxJG__downloadOriginalBtn:active{transform:translateY(0)}.MasonryGallery-module__G0QxJG__copyImageBtn{min-width:0;height:48px;color:var(--accent-color);border:1.5px solid var(--accent-color);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;background:0 0;flex:140px;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:700;transition:all .25s cubic-bezier(.25,.8,.25,1);display:flex}.MasonryGallery-module__G0QxJG__copyImageBtn:hover{background:#344e4114;transform:translateY(-1px)}.MasonryGallery-module__G0QxJG__copyImageBtn:active{transform:translateY(0)}.MasonryGallery-module__G0QxJG__copyImageBtn.MasonryGallery-module__G0QxJG__copied{color:#10b981;border-color:#10b981}.MasonryGallery-module__G0QxJG__deleteLinkBtn{color:var(--text-muted);cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px 12px;font-size:13px;font-weight:500;text-decoration:underline;transition:color .2s,opacity .2s}.MasonryGallery-module__G0QxJG__deleteLinkBtn:hover{color:#ef4444;opacity:1}.MasonryGallery-module__G0QxJG__copiedToast{z-index:300200;color:#fff;border-radius:var(--radius-md);background:#10b981;justify-content:center;align-items:center;gap:8px;width:max-content;max-width:calc(100vw - 40px);padding:10px 18px;font-size:13px;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) forwards MasonryGallery-module__G0QxJG__slideUpCenter;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #10b9814d}@keyframes MasonryGallery-module__G0QxJG__slideUpCenter{0%{opacity:0;transform:translate(-50%,15px)}to{opacity:1;transform:translate(-50%)}}@keyframes MasonryGallery-module__G0QxJG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MasonryGallery-module__G0QxJG__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes MasonryGallery-module__G0QxJG__slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.MasonryGallery-module__G0QxJG__gallerySection{margin:16px auto 24px;padding:0 16px}.MasonryGallery-module__G0QxJG__galleryItem{margin-bottom:16px}.MasonryGallery-module__G0QxJG__galleryItem:hover{transform:none}.MasonryGallery-module__G0QxJG__overlay{opacity:1;pointer-events:auto;background:linear-gradient(#0000000d 0%,#0000008c 45%,#000000eb 100%);padding:14px}.MasonryGallery-module__G0QxJG__overlayContent{gap:8px;transform:none}.MasonryGallery-module__G0QxJG__promptText{display:none}.MasonryGallery-module__G0QxJG__actionButtonGroup,.MasonryGallery-module__G0QxJG__lightboxActionButtonGroup{flex-wrap:wrap}.MasonryGallery-module__G0QxJG__actionButton,.MasonryGallery-module__G0QxJG__lightboxActionButton{width:30px;height:30px}.MasonryGallery-module__G0QxJG__lightboxOverlay{padding:16px}.MasonryGallery-module__G0QxJG__lightboxModal{flex-direction:column;width:95vw;height:85vh;max-height:85vh}.MasonryGallery-module__G0QxJG__lightboxTwoColumns{flex-direction:column}.MasonryGallery-module__G0QxJG__lightboxLeftCol{border-right:none;border-bottom:1px solid var(--glass-border);flex:0 0 45%;width:100%;height:45%}.MasonryGallery-module__G0QxJG__lightboxRightCol{flex:0 0 55%;width:100%;height:55%;padding:18px 20px}.MasonryGallery-module__G0QxJG__infoAuthorSection,.MasonryGallery-module__G0QxJG__infoActionsRow,.MasonryGallery-module__G0QxJG__infoDivider,.MasonryGallery-module__G0QxJG__infoPromptSection,.MasonryGallery-module__G0QxJG__infoSettingsSection,.MasonryGallery-module__G0QxJG__infoStyleSection{margin-bottom:14px}.MasonryGallery-module__G0QxJG__infoUsePromptWrapper{padding-top:8px}.MasonryGallery-module__G0QxJG__copiedToast{bottom:20px}.MasonryGallery-module__G0QxJG__lightboxCloseButton{width:36px;height:36px;top:12px;right:12px}.MasonryGallery-module__G0QxJG__lightboxNavButton{width:44px;height:44px}.MasonryGallery-module__G0QxJG__leftButton{left:12px}.MasonryGallery-module__G0QxJG__rightButton{right:12px}}@media (max-width:480px){.MasonryGallery-module__G0QxJG__gallerySection{margin-top:12px;padding:0 12px}.MasonryGallery-module__G0QxJG__tagGroup{width:100%}.MasonryGallery-module__G0QxJG__actionButtonGroup{justify-content:flex-end;width:100%}.MasonryGallery-module__G0QxJG__lightboxOverlay{padding:8px}.MasonryGallery-module__G0QxJG__lightboxModal{width:100%;height:90vh;max-height:90vh}.MasonryGallery-module__G0QxJG__lightboxNavButton{width:36px;height:36px;top:auto;bottom:24px;transform:none}.MasonryGallery-module__G0QxJG__lightboxNavButton:hover,.MasonryGallery-module__G0QxJG__lightboxNavButton:active{transform:none}.MasonryGallery-module__G0QxJG__leftButton{left:12px}.MasonryGallery-module__G0QxJG__rightButton{right:12px}.MasonryGallery-module__G0QxJG__lightboxCloseButton{top:8px;right:8px}}.MasonryGallery-module__G0QxJG__actionButtonGroup{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;max-width:100%;display:flex}.MasonryGallery-module__G0QxJG__favoriteActive{color:gold!important;background:#fef08a26!important;border-color:gold!important}.MasonryGallery-module__G0QxJG__favoriteActive:hover{background:#fef08a40!important}@keyframes MasonryGallery-module__G0QxJG__starPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.MasonryGallery-module__G0QxJG__favoriteActive svg{animation:.3s ease-out MasonryGallery-module__G0QxJG__starPop}.MasonryGallery-module__G0QxJG__likeActive{color:#ef4444!important;background:#ef444426!important;border-color:#ef4444!important}.MasonryGallery-module__G0QxJG__likeActive:hover{background:#ef444440!important}@keyframes MasonryGallery-module__G0QxJG__heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.MasonryGallery-module__G0QxJG__likeActive svg{animation:.3s ease-out MasonryGallery-module__G0QxJG__heartPop}.MasonryGallery-module__G0QxJG__likeButtonWrapper{align-items:center;gap:6px;display:flex}.MasonryGallery-module__G0QxJG__likesCountText{color:#fff;text-shadow:0 1px 3px #000c;font-size:11px;font-weight:700}.MasonryGallery-module__G0QxJG__alwaysVisibleLike{z-index:5;-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);cursor:pointer;pointer-events:auto;background:#0a0a0f73 padding-box padding-box;border:1.5px solid #ffffff1f;align-items:center;gap:6px;padding:4px 10px 4px 4px;transition:background .3s cubic-bezier(.25,.8,.25,1),border-color .3s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:12px;right:12px}.MasonryGallery-module__G0QxJG__alwaysVisibleLike:hover{background:#0a0a0fb3;border-color:#ffffff40;transform:scale(1.05)}.MasonryGallery-module__G0QxJG__alwaysVisibleLikesCount{color:#fff;text-shadow:0 1px 2px #00000080;font-size:13px;font-weight:700;line-height:1}.MasonryGallery-module__G0QxJG__actionNotice{z-index:400100;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(18px);color:#fff;background:#09090edb;border-radius:18px;min-width:min(560px,100vw - 32px);max-width:min(560px,100vw - 32px);padding:14px 18px;font-size:13px;font-weight:600;line-height:1.45;animation:.35s cubic-bezier(.16,1,.3,1) forwards MasonryGallery-module__G0QxJG__slideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #00000047}.MasonryGallery-module__G0QxJG__actionNoticeSuccess{border-color:#10b98147}.MasonryGallery-module__G0QxJG__actionNoticeError{border-color:#ef444452}.MasonryGallery-module__G0QxJG__hoverOnlyLike{opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1),background .3s cubic-bezier(.25,.8,.25,1),border-color .3s cubic-bezier(.25,.8,.25,1)}.MasonryGallery-module__G0QxJG__galleryItem:hover .MasonryGallery-module__G0QxJG__hoverOnlyLike{opacity:1;pointer-events:auto}.MasonryGallery-module__G0QxJG__shareActive{color:#10b981!important;background:#10b98126!important;border-color:#10b981!important}.MasonryGallery-module__G0QxJG__shareActive:hover{background:#10b98140!important}.MasonryGallery-module__G0QxJG__placeholderItem{background:var(--glass-bg);justify-content:center;align-items:center;animation:4s ease-in-out infinite MasonryGallery-module__G0QxJG__pulseThemeColor;display:flex;position:relative;overflow:hidden;border:2px dashed var(--glass-border-glow)!important;cursor:wait!important;box-shadow:none!important}.MasonryGallery-module__G0QxJG__placeholderItem:hover{border-color:var(--accent-color)!important;box-shadow:0 10px 20px var(--accent-glow)!important;transform:none!important}.MasonryGallery-module__G0QxJG__placeholderInner{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.MasonryGallery-module__G0QxJG__placeholderIcon{color:var(--accent-color);opacity:.8;animation:3s ease-in-out infinite MasonryGallery-module__G0QxJG__floatIcon}.MasonryGallery-module__G0QxJG__placeholderText{color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:700;animation:2s ease-in-out infinite MasonryGallery-module__G0QxJG__pulseText}@keyframes MasonryGallery-module__G0QxJG__floatIcon{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.08)}}@keyframes MasonryGallery-module__G0QxJG__pulseText{0%,to{opacity:.6}50%{opacity:.9;color:var(--text-color)}}@keyframes MasonryGallery-module__G0QxJG__pulseThemeColor{0%,to{border-color:var(--glass-border);background-color:var(--glass-bg)}50%{border-color:var(--accent-color);background-color:var(--accent-glow)}}.MasonryGallery-module__G0QxJG__confirmOverlay{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:400000;background:#040308d9;justify-content:center;align-items:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards MasonryGallery-module__G0QxJG__fadeIn;display:flex;position:fixed;inset:0}.MasonryGallery-module__G0QxJG__confirmContent{border-radius:var(--radius-lg);text-align:center;background:#0c0a18b3;border:1px solid #344e4140;flex-direction:column;align-items:center;gap:20px;width:90%;max-width:400px;padding:36px 28px;animation:.6s cubic-bezier(.16,1,.3,1) forwards MasonryGallery-module__G0QxJG__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080,0 0 40px #344e4126}.MasonryGallery-module__G0QxJG__confirmContent:hover{box-shadow:0 25px 60px #0009,0 0 50px #344e4140}.MasonryGallery-module__G0QxJG__confirmCloseButton{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .25s;display:flex;position:absolute;top:16px;right:16px}.MasonryGallery-module__G0QxJG__confirmCloseButton:hover{color:#fff;background:#ffffff0d;transform:rotate(90deg)}.MasonryGallery-module__G0QxJG__confirmGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#344e4133 0%,#0000 70%);width:200px;height:200px;animation:6s ease-in-out infinite alternate MasonryGallery-module__G0QxJG__pulseGlow;position:absolute;top:-60px}.MasonryGallery-module__G0QxJG__confirmTitle{color:#fff;letter-spacing:-.5px;z-index:1;margin:0;font-size:20px;font-weight:800;line-height:1.3}.MasonryGallery-module__G0QxJG__confirmDescription{color:var(--text-muted);z-index:1;max-width:320px;margin:0;font-size:13px;line-height:1.6}.MasonryGallery-module__G0QxJG__confirmActions{z-index:1;gap:12px;width:100%;margin-top:8px;display:flex}.MasonryGallery-module__G0QxJG__confirmBtn{border-radius:var(--radius-full);cursor:pointer;flex:1;padding:12px;font-size:14px;font-weight:700;transition:all .3s}.MasonryGallery-module__G0QxJG__confirmYesBtn{background:var(--accent-color);color:#fff;box-shadow:none;border:none}.MasonryGallery-module__G0QxJG__confirmYesBtn:hover{box-shadow:none;transform:translateY(-1px)}.MasonryGallery-module__G0QxJG__confirmNoBtn{color:var(--text-muted);background:#ffffff05;border:1px solid #ffffff14}.MasonryGallery-module__G0QxJG__confirmNoBtn:hover{color:#fff;background:#ffffff0f;border-color:#ffffff26}.MasonryGallery-module__G0QxJG__deleteButton:hover{color:#ef4444!important;background:#ef444414!important;border-color:#ef44444d!important}.MasonryGallery-module__G0QxJG__confirmDeleteYesBtn{color:#fff;background:#ef4444;border:1px solid #ef4444;box-shadow:0 4px 15px #ef44444d}.MasonryGallery-module__G0QxJG__confirmDeleteYesBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ef444480}.MasonryGallery-module__G0QxJG__scrollTopBtn{z-index:200300;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-color);cursor:pointer;-webkit-backdrop-filter:blur(12px);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.3s cubic-bezier(.25,.8,.25,1) forwards MasonryGallery-module__G0QxJG__scrollBtnFadeIn;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(10px)scale(.9);box-shadow:0 4px 16px #0000001a}@keyframes MasonryGallery-module__G0QxJG__scrollBtnFadeIn{to{opacity:1;transform:translateY(0)scale(1)}}.MasonryGallery-module__G0QxJG__scrollTopBtn:hover{background:var(--card-bg-hover);border-color:var(--accent-color);color:var(--accent-color);box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-3px)}.MasonryGallery-module__G0QxJG__scrollTopBtn:active{transform:translateY(-1px)scale(.95)}@media (max-width:768px){.MasonryGallery-module__G0QxJG__scrollTopBtn{width:38px;height:38px;bottom:20px;right:20px}}
.Footer-module__S6Hkya__footerWrapper{z-index:10;border-radius:99px;grid-template-columns:minmax(280px,1fr) auto minmax(280px,1fr);align-items:center;gap:20px;width:max-content;max-width:90%;margin:50px auto 24px;padding:8px 24px;display:grid;position:relative}.Footer-module__S6Hkya__leftSection{justify-content:flex-start;align-items:center;gap:24px;display:flex}.Footer-module__S6Hkya__madeIn{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);white-space:nowrap;align-items:center;gap:4px;font-size:9.5px;font-weight:500;display:inline-flex}.Footer-module__S6Hkya__authorLink{color:var(--accent-color);font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.Footer-module__S6Hkya__authorLink:hover{color:var(--accent-hover);text-shadow:0 0 8px var(--accent-glow)}.Footer-module__S6Hkya__centerSection{justify-content:center;align-items:center;padding:0 14px;display:flex}.Footer-module__S6Hkya__rightSection{justify-content:flex-end;align-items:center;gap:24px;display:flex}.Footer-module__S6Hkya__logo{color:var(--text-color);letter-spacing:-.02em;cursor:pointer;padding:0 2px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.Footer-module__S6Hkya__logo:hover{transform:scale(1.08)}.Footer-module__S6Hkya__logoText{background:linear-gradient(135deg, var(--accent-color) 0%, #00f0ff 100%);-webkit-text-fill-color:transparent;font-weight:900;font-family:var(--font-family);-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite alternate Footer-module__S6Hkya__pulseLogo}@keyframes Footer-module__S6Hkya__pulseLogo{0%{filter:drop-shadow(0 2px 6px #344e4133)}to{filter:drop-shadow(0 2px 12px #00f0ff66)}}.Footer-module__S6Hkya__link{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;white-space:nowrap;padding:2px 0;font-size:9.5px;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.Footer-module__S6Hkya__link:after{content:"";background:linear-gradient(90deg, var(--accent-color), #00f0ff);opacity:0;border-radius:1px;width:0;height:1px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__link:hover{color:var(--text-color)}.Footer-module__S6Hkya__link:hover:after{opacity:1;width:100%;box-shadow:0 0 8px var(--accent-glow)}.Footer-module__S6Hkya__telegramLink{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;white-space:nowrap;font-size:9.5px;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.Footer-module__S6Hkya__telegramLink:hover{color:#24a1de;text-shadow:0 0 8px #24a1de66}.Footer-module__S6Hkya__separator{display:none}@media (max-width:768px){.Footer-module__S6Hkya__footerWrapper{border-radius:18px;flex-direction:column;gap:12px;width:max-content;max-width:95%;margin:40px auto 24px;padding:14px 20px;display:flex}.Footer-module__S6Hkya__centerSection{display:none}.Footer-module__S6Hkya__leftSection,.Footer-module__S6Hkya__rightSection{justify-content:center;gap:16px;width:100%}}
.AuthModal-module__eGxINa__modalOverlay{-webkit-backdrop-filter:blur(32px)saturate(200%);z-index:500000;background:#030305bf;justify-content:center;align-items:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards AuthModal-module__eGxINa__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__eGxINa__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__eGxINa__modalContent{border-radius:var(--radius-lg);border:1px solid var(--glass-border-glow);width:90%;max-width:440px;box-shadow:var(--glass-specular);flex-direction:column;gap:24px;padding:36px 32px;transition:box-shadow .3s;animation:.5s cubic-bezier(.16,1,.3,1) forwards AuthModal-module__eGxINa__slideUp;display:flex;position:relative;overflow:hidden}.AuthModal-module__eGxINa__modalContent:hover{box-shadow:var(--glass-specular), 0 12px 40px 0 var(--accent-glow)}@keyframes AuthModal-module__eGxINa__slideUp{0%{opacity:0;transform:translateY(24px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__eGxINa__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.AuthModal-module__eGxINa__closeButton:hover{background:var(--card-bg-hover);color:var(--text-color);transform:rotate(90deg)}.AuthModal-module__eGxINa__header{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.AuthModal-module__eGxINa__logoText{letter-spacing:-1.5px;background:linear-gradient(135deg, var(--accent-color) 0%, #00f0ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800;animation:3s ease-in-out infinite alternate AuthModal-module__eGxINa__pulseLogo}@keyframes AuthModal-module__eGxINa__pulseLogo{0%{filter:drop-shadow(0 2px 10px #344e4133)}to{filter:drop-shadow(0 2px 20px #00f0ff66)}}.AuthModal-module__eGxINa__title{color:var(--text-color);font-size:20px;font-weight:700}.AuthModal-module__eGxINa__subtitle{color:var(--text-muted);font-size:14px}.AuthModal-module__eGxINa__form{flex-direction:column;gap:20px;display:flex}.AuthModal-module__eGxINa__formGroup{flex-direction:column;gap:8px;display:flex}.AuthModal-module__eGxINa__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.AuthModal-module__eGxINa__inputWrapper{align-items:center;display:flex;position:relative}.AuthModal-module__eGxINa__inputIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:14px}.AuthModal-module__eGxINa__input{border-radius:var(--radius-full);border:1px solid var(--glass-border);width:100%;color:var(--text-color);background:#ffffff05;padding:12px 16px 12px 42px;font-family:inherit;font-size:14px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.AuthModal-module__eGxINa__input:focus{border-color:var(--glass-border-glow);background:#ffffff0a;outline:none;box-shadow:0 0 0 2px #344e4126}.AuthModal-module__eGxINa__otpInput{text-align:center;letter-spacing:8px;padding:8px 8px 8px 16px;font-size:24px;font-weight:700}.AuthModal-module__eGxINa__otpInput::placeholder{letter-spacing:8px;opacity:.35;font-family:inherit;font-size:24px;font-weight:700}.AuthModal-module__eGxINa__emailInput{text-align:center;padding-left:42px;padding-right:42px}.AuthModal-module__eGxINa__checkboxesGroup{flex-direction:column;gap:5px;margin-top:-4px;display:flex}.AuthModal-module__eGxINa__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-md);border:1px solid #0000;align-items:flex-start;gap:10px;padding:5px 8px;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex}.AuthModal-module__eGxINa__checkboxLabel:hover{background:#ffffff08}.AuthModal-module__eGxINa__checkbox{appearance:none;border-radius:var(--radius-full);cursor:pointer;background:#ffffff0f;border:1.5px solid #ffffff59;flex-shrink:0;width:30px;height:16px;margin-top:2px;transition:all .25s cubic-bezier(.25,.8,.25,1);display:inline-block;position:relative}[data-theme=light] .AuthModal-module__eGxINa__checkbox{border:1px solid var(--glass-border);background:#0000000a}.AuthModal-module__eGxINa__checkbox:hover{border-color:var(--accent-hover);box-shadow:0 0 8px var(--accent-glow)}.AuthModal-module__eGxINa__checkbox:before{content:"";background:var(--text-muted);border-radius:50%;width:10px;height:10px;transition:all .25s cubic-bezier(.25,.8,.25,1);position:absolute;top:50%;left:2px;transform:translateY(-50%)}.AuthModal-module__eGxINa__checkbox:checked{background:var(--accent-color);border-color:var(--accent-color);box-shadow:0 0 12px var(--accent-glow), 0 0 4px #ffffff4d}.AuthModal-module__eGxINa__checkbox:checked:before{background:#fff;left:calc(100% - 12px)}.AuthModal-module__eGxINa__checkboxText{color:var(--text-muted);font-size:11px;line-height:1.5}.AuthModal-module__eGxINa__checkboxLink{color:var(--accent-color);font-weight:500;text-decoration:none;transition:color .2s}.AuthModal-module__eGxINa__checkboxLink:hover{color:var(--accent-hover);text-decoration:underline}.AuthModal-module__eGxINa__requiredStar{color:#ef4444;margin-left:2px;font-weight:700}.AuthModal-module__eGxINa__shakeCheckbox{animation:.4s ease-in-out AuthModal-module__eGxINa__shake;background:#ef44440f!important;border:1px dashed #ef44444d!important}.AuthModal-module__eGxINa__button{border-radius:var(--radius-full);cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;display:flex}.AuthModal-module__eGxINa__btnSecondary{border:1px solid var(--glass-border);color:var(--text-color);background:#ffffff05;transition:all .3s}.AuthModal-module__eGxINa__btnSecondary:hover{background:var(--card-bg-hover);border-color:var(--text-muted)}.AuthModal-module__eGxINa__footer{justify-content:center;align-items:center;margin-top:8px;font-size:12px;display:flex}.AuthModal-module__eGxINa__backLink{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;align-items:center;gap:4px;padding:4px;transition:all .2s;display:flex}.AuthModal-module__eGxINa__backLink:hover{color:var(--text-color);background:var(--card-bg-hover)}.AuthModal-module__eGxINa__resendButton{color:var(--accent-color);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;padding:4px 8px;font-weight:600;transition:all .2s}.AuthModal-module__eGxINa__resendButton:hover:not(:disabled){color:var(--accent-hover);background:#344e4114}.AuthModal-module__eGxINa__resendButton:disabled{color:var(--text-muted);cursor:not-allowed}.AuthModal-module__eGxINa__alert{border-radius:var(--radius-md);text-align:center;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:12px;animation:.4s ease-in-out AuthModal-module__eGxINa__shake;display:flex}.AuthModal-module__eGxINa__alertError{color:#ef4444;background:#ef44440f;border:1px solid #ef444433}.AuthModal-module__eGxINa__alertSuccess{color:#10b981;background:#10b9810f;border:1px solid #10b98133}.AuthModal-module__eGxINa__alertIcon{flex-shrink:0;margin-top:0}.AuthModal-module__eGxINa__spinner{animation:1s linear infinite AuthModal-module__eGxINa__spin}@keyframes AuthModal-module__eGxINa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes AuthModal-module__eGxINa__shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}
