.ChatRoom-module__irRLkq__container{background-color:#f5f5f7;flex-direction:column;height:100%;display:flex}.ChatRoom-module__irRLkq__header{background:#fff;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;min-height:64px;padding:.75rem 1rem;display:flex}.ChatRoom-module__irRLkq__backBtn{cursor:pointer;color:#4e5968;background:0 0;border:none;justify-content:center;align-items:center;margin-right:4px;padding:8px;transition:opacity .2s;display:flex}.ChatRoom-module__irRLkq__backBtn:active{opacity:.5}.ChatRoom-module__irRLkq__headerInfo{flex:1;align-items:center;gap:12px;display:flex}.ChatRoom-module__irRLkq__avatarWrapper{width:44px;height:44px;position:relative}.ChatRoom-module__irRLkq__headerAvatar,.ChatRoom-module__irRLkq__headerAvatarPlaceholder{object-fit:cover;color:#fff;border:1px solid #00000008;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 10px #0000000d}.ChatRoom-module__irRLkq__headerAvatarPlaceholder{color:#8b95a1;background:#f2f4f6}.ChatRoom-module__irRLkq__placeholderColor1{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5253)}.ChatRoom-module__irRLkq__placeholderColor2{color:#fff;background:linear-gradient(135deg,#4834d4,#686de0)}.ChatRoom-module__irRLkq__placeholderColor3{color:#fff;background:linear-gradient(135deg,#6ab04c,#badc58)}.ChatRoom-module__irRLkq__placeholderColor4{color:#fff;background:linear-gradient(135deg,#f0932b,#ffbe76)}.ChatRoom-module__irRLkq__placeholderColor5{color:#fff;background:linear-gradient(135deg,#eb4d4b,#ff7979)}.ChatRoom-module__irRLkq__placeholderColor6{color:#fff;background:linear-gradient(135deg,#22a6b3,#7ed6df)}.ChatRoom-module__irRLkq__placeholderColor7{color:#fff;background:linear-gradient(135deg,#be2edd,#e056fd)}.ChatRoom-module__irRLkq__placeholderColor8{color:#fff;background:linear-gradient(135deg,#3182f6,#60a5fa)}.ChatRoom-module__irRLkq__statusDot{z-index:2;background:#ccd2d9;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.ChatRoom-module__irRLkq__statusDot.ChatRoom-module__irRLkq__online{background:#2ecc71}.ChatRoom-module__irRLkq__stackedAvatars{align-items:center;width:80px;height:44px;display:flex;position:relative}.ChatRoom-module__irRLkq__stackedAvatar,.ChatRoom-module__irRLkq__stackedAvatarPlaceholder{object-fit:cover;color:#fff;background:#f2f4f6;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;display:flex;position:absolute;box-shadow:2px 0 8px #0000001a}.ChatRoom-module__irRLkq__avatarCount{color:#8b95a1;z-index:1;background:#f2f4f6;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:flex;position:absolute;left:48px}.ChatRoom-module__irRLkq__headerText{flex-direction:column;display:flex}.ChatRoom-module__irRLkq__headerName{color:#1a1a1a;font-size:1rem;font-weight:700;line-height:1.2}.ChatRoom-module__irRLkq__headerStatus{color:#8b95a1;margin-top:2px;font-size:.75rem}.ChatRoom-module__irRLkq__headerActions{align-items:center;gap:4px;display:flex}.ChatRoom-module__irRLkq__actionBtn{cursor:pointer;color:#4a90e2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background-color .2s;display:flex}.ChatRoom-module__irRLkq__actionBtn:hover{background-color:#3182f60d}.ChatRoom-module__irRLkq__actionBtn:active{background-color:#3182f61a}.ChatRoom-module__irRLkq__messageList{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.ChatRoom-module__irRLkq__messageWrapper{flex-direction:column;max-width:95%;display:flex}.ChatRoom-module__irRLkq__own{align-self:flex-end}.ChatRoom-module__irRLkq__other{align-self:flex-start}.ChatRoom-module__irRLkq__avatarPlaceholder{justify-content:center;width:32px;margin-right:8px;display:flex}.ChatRoom-module__irRLkq__avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:600;display:flex}.ChatRoom-module__irRLkq__bubbleRow{align-items:flex-end;gap:8px;display:flex}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__bubbleRow{flex-direction:row-reverse}.ChatRoom-module__irRLkq__avatarImgWrapper{background:#f1f3f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.ChatRoom-module__irRLkq__msgAvatar{object-fit:cover;width:100%;height:100%}.ChatRoom-module__irRLkq__msgAvatarPlaceholder{color:#adb5bd;font-size:.9rem;font-weight:600}.ChatRoom-module__irRLkq__senderName{color:#8e94a0;margin-bottom:2px;margin-left:4px;font-size:.65rem}.ChatRoom-module__irRLkq__bubble{word-break:break-word;white-space:pre-wrap;cursor:pointer;border-radius:20px;padding:.8rem 1.1rem;font-size:.95rem;line-height:1.5;transition:all .2s cubic-bezier(.165,.84,.44,1);position:relative;box-shadow:0 1px 2px #0000000d}.ChatRoom-module__irRLkq__chatLink{color:#4a90e2;word-break:break-all;font-weight:500;text-decoration:underline}.ChatRoom-module__irRLkq__chatLink:hover{opacity:.8;text-decoration:none}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__chatLink{color:#fff;text-decoration:underline}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__bubble{color:#fff;background:linear-gradient(135deg,#4facfe 0%,#4a90e2 100%);border-bottom-right-radius:4px}.ChatRoom-module__irRLkq__other .ChatRoom-module__irRLkq__bubble{color:#1a1f27;background-color:#fff;border-bottom-left-radius:4px}.ChatRoom-module__irRLkq__mediaBubble{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__bubble.ChatRoom-module__irRLkq__mediaBubble,.ChatRoom-module__irRLkq__other .ChatRoom-module__irRLkq__bubble.ChatRoom-module__irRLkq__mediaBubble{box-shadow:none!important;background:0 0!important;padding:0!important}.ChatRoom-module__irRLkq__mediaBubble .ChatRoom-module__irRLkq__mediaMessage{margin:0!important}.ChatRoom-module__irRLkq__consecutive{margin-top:-.75rem}.ChatRoom-module__irRLkq__deletedMsg{font-style:italic;color:#adb5bd!important;font-size:.85rem!important}.ChatRoom-module__irRLkq__editContainer{flex-direction:column;gap:8px;min-width:200px;display:flex}.ChatRoom-module__irRLkq__editInput{resize:none;color:#1a1f27;background:#fff;border:1px solid #0000001a;border-radius:12px;width:100%;min-height:60px;padding:8px;font-size:.95rem;line-height:1.5}.ChatRoom-module__irRLkq__editActions{justify-content:flex-end;gap:8px;display:flex}.ChatRoom-module__irRLkq__editActions button{cursor:pointer;border:none;border-radius:8px;padding:4px 12px;font-size:.8rem;font-weight:600}.ChatRoom-module__irRLkq__editActions button:first-child{color:#4e5968;background:#f2f4f6}.ChatRoom-module__irRLkq__editActions button:last-child{color:#fff;background:#4a90e2}.ChatRoom-module__irRLkq__firstInGroup .ChatRoom-module__irRLkq__bubble{border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem}.ChatRoom-module__irRLkq__myMessage.ChatRoom-module__irRLkq__middleInGroup .ChatRoom-module__irRLkq__bubble{border-top-right-radius:4px;border-bottom-right-radius:4px}.ChatRoom-module__irRLkq__myMessage.ChatRoom-module__irRLkq__lastInGroup .ChatRoom-module__irRLkq__bubble{border-top-right-radius:4px;border-bottom-right-radius:1.25rem}.ChatRoom-module__irRLkq__otherMessage.ChatRoom-module__irRLkq__middleInGroup .ChatRoom-module__irRLkq__bubble{border-top-left-radius:4px;border-bottom-left-radius:4px}.ChatRoom-module__irRLkq__otherMessage.ChatRoom-module__irRLkq__lastInGroup .ChatRoom-module__irRLkq__bubble{border-top-left-radius:4px;border-bottom-left-radius:1.25rem}.ChatRoom-module__irRLkq__dateSeparator{justify-content:center;align-items:center;margin:1.5rem 0;display:flex;position:relative}.ChatRoom-module__irRLkq__dateSeparator:before{content:"";z-index:0;background:#0000000d;height:1px;position:absolute;top:50%;left:0;right:0}.ChatRoom-module__irRLkq__dateText{color:#8b95a1;z-index:1;background:#f5f5f7;padding:0 1rem;font-size:.75rem;font-weight:600}.ChatRoom-module__irRLkq__msgStatus{flex-direction:column;align-items:flex-end;gap:2px;margin-bottom:2px;display:flex}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__msgStatus{align-items:flex-end}.ChatRoom-module__irRLkq__other .ChatRoom-module__irRLkq__msgStatus{align-items:flex-start}.ChatRoom-module__irRLkq__unreadCount{color:#ff9500;font-size:.7rem;font-weight:700;line-height:1}.ChatRoom-module__irRLkq__time{color:#adb5bd;white-space:nowrap;font-size:.65rem}.ChatRoom-module__irRLkq__msgFooter{flex-direction:row;align-items:center;gap:4px;margin-top:2px;display:flex}.ChatRoom-module__irRLkq__myMessage .ChatRoom-module__irRLkq__msgFooter{justify-content:flex-end}.ChatRoom-module__irRLkq__readCount{color:#ff9500;margin-bottom:2px;font-size:.65rem;font-weight:600}.ChatRoom-module__irRLkq__myMessage .ChatRoom-module__irRLkq__timestamp{margin-right:2px}.ChatRoom-module__irRLkq__mediaMessage{border-radius:12px;max-width:100%;margin-bottom:.5rem;overflow:hidden}.ChatRoom-module__irRLkq__mediaMessage img,.ChatRoom-module__irRLkq__mediaMessage video{object-fit:contain;border-radius:8px;width:100%;max-width:280px;max-height:360px;display:block}.ChatRoom-module__irRLkq__chatImage{object-fit:cover;border-radius:12px;max-width:280px;max-height:360px;display:block}.ChatRoom-module__irRLkq__youtubeCard{color:inherit;background:#fff;border:1px solid #0000001a;border-radius:12px;margin-top:.5rem;text-decoration:none;display:block;overflow:hidden}.ChatRoom-module__irRLkq__youtubeThumb{aspect-ratio:16/9;background-position:50%;background-size:cover;width:100%;position:relative}.ChatRoom-module__irRLkq__youtubePlay{color:#fff;background:#f00c;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ChatRoom-module__irRLkq__youtubeInfo{padding:.75rem}.ChatRoom-module__irRLkq__youtubeTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:-webkit-box;overflow:hidden}.ChatRoom-module__irRLkq__reactionPills{z-index:5;pointer-events:none;flex-wrap:wrap;gap:2px;display:flex;position:absolute;bottom:-12px}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__reactionPills{right:12px}.ChatRoom-module__irRLkq__other .ChatRoom-module__irRLkq__reactionPills{left:12px}.ChatRoom-module__irRLkq__reactionPill{color:#1a1a1a;pointer-events:auto;background:#fff;border-radius:20px;align-items:center;gap:3px;padding:2px 8px;font-size:1rem;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 10px #0000001f,0 0 0 1px #0000000d}.ChatRoom-module__irRLkq__reactionCount{color:#4e5968;font-size:.75rem;font-weight:700}.ChatRoom-module__irRLkq__reactionPill:hover{transform:scale(1.1)}.ChatRoom-module__irRLkq__menuOverlay{z-index:2000;background:#0006;animation:.2s ease-out ChatRoom-module__irRLkq__fadeIn;position:fixed;inset:0}.ChatRoom-module__irRLkq__bottomSheet{padding:12px 20px calc(20px + env(safe-area-inset-bottom,0px));z-index:2001;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;animation:.3s cubic-bezier(.4,0,.2,1) ChatRoom-module__irRLkq__slideUpBottom;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0000001f}.ChatRoom-module__irRLkq__sheetHandle{background:#e5e8eb;border-radius:2px;width:40px;height:4px;margin:0 auto 20px}@keyframes ChatRoom-module__irRLkq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatRoom-module__irRLkq__slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ChatRoom-module__irRLkq__reactionHeader{scrollbar-width:none;border-bottom:1px solid #f1f3f5;justify-content:space-between;gap:4px;margin-bottom:16px;padding-bottom:16px;display:flex;overflow-x:auto}.ChatRoom-module__irRLkq__reactionHeader::-webkit-scrollbar{display:none}.ChatRoom-module__irRLkq__emojiBtn{cursor:pointer;background:0 0;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:10px;font-size:1.8rem;transition:transform .1s,background .2s;display:flex}.ChatRoom-module__irRLkq__emojiBtn:active{background:#f8f9fa;transform:scale(1.25)}.ChatRoom-module__irRLkq__menuActionList{flex-direction:column;display:flex}.ChatRoom-module__irRLkq__menuItem{color:#1a1a1a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:16px;width:100%;padding:14px 12px;font-size:1rem;font-weight:500;transition:background .2s;display:flex}.ChatRoom-module__irRLkq__menuItem:active{background:#f8f9fa}.ChatRoom-module__irRLkq__deleteItem{color:#ff4d4f}.ChatRoom-module__irRLkq__menuIcon{text-align:center;width:24px;font-size:1.25rem}.ChatRoom-module__irRLkq__replyPreview{opacity:.9;background:#0000000d;border-left:3px solid #4a90e2;border-radius:10px;margin-bottom:.5rem;padding:.6rem .8rem;font-size:.75rem}.ChatRoom-module__irRLkq__own .ChatRoom-module__irRLkq__replyPreview{background:#ffffff26;border-left-color:#fffc}@keyframes ChatRoom-module__irRLkq__highlightBlink{0%{background-color:#ffeb3b66;transform:scale(1.02)}50%{background-color:#ffeb3b33;transform:scale(1)}to{background-color:#0000;transform:scale(1)}}.ChatRoom-module__irRLkq__highlight{animation:.8s ease-in-out 3 ChatRoom-module__irRLkq__highlightBlink}.ChatRoom-module__irRLkq__replyText{white-space:nowrap;text-overflow:ellipsis;opacity:.8;overflow:hidden}.ChatRoom-module__irRLkq__replyBar{background:#f2f4f6;border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding:10px 15px;animation:.2s ease-out ChatRoom-module__irRLkq__slideUp;display:flex}.ChatRoom-module__irRLkq__replyInfo{border-left:3px solid #4a90e2;flex:1;padding-left:10px;overflow:hidden}.ChatRoom-module__irRLkq__inputContainer{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #0000000d}.ChatRoom-module__irRLkq__inputBar{align-items:center;gap:12px;display:flex}.ChatRoom-module__irRLkq__iconBtn{cursor:pointer;color:#4e5968;background:#f2f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ChatRoom-module__irRLkq__inputWrapper{background:#f2f4f6;border-radius:24px;flex:1;padding:4px 12px}.ChatRoom-module__irRLkq__inputField{color:#1a1a1a;resize:none;background:0 0;border:none;outline:none;width:100%;min-height:38px;max-height:120px;padding:8px 4px;font-family:inherit;font-size:1rem;line-height:1.4;overflow-y:auto}.ChatRoom-module__irRLkq__micBtn,.ChatRoom-module__irRLkq__sendBtn{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 4px 12px #4a90e24d}.ChatRoom-module__irRLkq__micBtn:active,.ChatRoom-module__irRLkq__sendBtn:active{transform:scale(.9)}.ChatRoom-module__irRLkq__recordingBar{background:#f2f4f6;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;height:40px;padding:0 12px;animation:.2s ease-out ChatRoom-module__irRLkq__slideUp;display:flex}.ChatRoom-module__irRLkq__recordingStatus{align-items:center;gap:8px;display:flex}.ChatRoom-module__irRLkq__recordingDot{background:#f04452;border-radius:50%;width:10px;height:10px;animation:1s infinite ChatRoom-module__irRLkq__blink}@keyframes ChatRoom-module__irRLkq__blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.ChatRoom-module__irRLkq__recordingTime{color:#1a1a1a;min-width:40px;font-size:.9rem;font-weight:600}.ChatRoom-module__irRLkq__recordingWaveform{flex:1;justify-content:center;align-items:center;gap:4px;height:20px;display:flex}.ChatRoom-module__irRLkq__mockWave{background:#3182f6;border-radius:2px;width:3px;animation:1s ease-in-out infinite ChatRoom-module__irRLkq__wave}.ChatRoom-module__irRLkq__mockWave:first-child{height:8px;animation-delay:0s}.ChatRoom-module__irRLkq__mockWave:nth-child(2){height:16px;animation-delay:.2s}.ChatRoom-module__irRLkq__mockWave:nth-child(3){height:12px;animation-delay:.4s}@keyframes ChatRoom-module__irRLkq__wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.ChatRoom-module__irRLkq__recordingActions{align-items:center;gap:12px;display:flex}.ChatRoom-module__irRLkq__cancelBtn{color:#f04452;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600}.ChatRoom-module__irRLkq__stopBtn{cursor:pointer;background:#f04452;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ChatRoom-module__irRLkq__loader{border:2px solid #3182f6;border-bottom-color:#0000;border-radius:50%;width:18px;height:18px;animation:1s linear infinite ChatRoom-module__irRLkq__rotation;display:inline-block}@keyframes ChatRoom-module__irRLkq__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatRoom-module__irRLkq__membersModal{z-index:3000;background:#0006;flex-direction:column;justify-content:flex-end;animation:.3s ChatRoom-module__irRLkq__fadeIn;display:flex;position:fixed;inset:0}.ChatRoom-module__irRLkq__modalInner{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;width:100%;max-height:80%;animation:.3s cubic-bezier(.165,.84,.44,1) ChatRoom-module__irRLkq__slideUp;display:flex;box-shadow:0 -10px 40px #00000026}@keyframes ChatRoom-module__irRLkq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ChatRoom-module__irRLkq__modalHeader{z-index:10;background:#fff;border-bottom:1px solid #f2f4f6;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;padding:1.25rem;display:flex;position:sticky;top:0}.ChatRoom-module__irRLkq__modalTitleArea{flex:1;align-items:center;gap:12px;display:flex}.ChatRoom-module__irRLkq__modalHeader h4{color:#1a1a1a;margin:0;font-size:1.1rem;font-weight:700}.ChatRoom-module__irRLkq__inviteAddBtn{transition:all .2s;color:#3182f6!important;background:#f2f4f6!important;border-radius:10px!important;padding:6px 14px!important;font-size:.85rem!important;font-weight:600!important}.ChatRoom-module__irRLkq__inviteAddBtn:active{transform:scale(.95);background:#e5e8eb!important}.ChatRoom-module__irRLkq__modalCloseBtn{color:#8b95a1;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1.5rem;display:flex}.ChatRoom-module__irRLkq__inviteSearchBox{background:#f8f9fa;border-bottom:1px solid #f2f4f6;padding:1rem}.ChatRoom-module__irRLkq__inviteSearchInput{background:#fff;border:1px solid #e5e8eb;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.ChatRoom-module__irRLkq__inviteSearchInput:focus{border-color:#3182f6;box-shadow:0 0 0 3px #3182f61a}.ChatRoom-module__irRLkq__inviteResults{background:#fff;border:1px solid #e5e8eb;border-radius:12px;max-height:200px;margin-top:12px;overflow-y:auto;box-shadow:0 4px 12px #0000000d}.ChatRoom-module__irRLkq__inviteItem{cursor:pointer;border-bottom:1px solid #f2f4f6;align-items:center;gap:12px;padding:10px 12px;transition:background .2s;display:flex}.ChatRoom-module__irRLkq__inviteItem:last-child{border-bottom:none}.ChatRoom-module__irRLkq__inviteItem:active{background:#f8f9fa}.ChatRoom-module__irRLkq__inviteAvatar{background:#f2f4f6;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.ChatRoom-module__irRLkq__inviteAvatar img{object-fit:cover;width:100%;height:100%}.ChatRoom-module__irRLkq__inviteAvatar span{color:#8b95a1;font-weight:600}.ChatRoom-module__irRLkq__inviteInfo{flex:1;min-width:0}.ChatRoom-module__irRLkq__inviteName{color:#1a1a1a;font-size:.95rem;font-weight:600}.ChatRoom-module__irRLkq__invitePhone{color:#8b95a1;font-size:.75rem}.ChatRoom-module__irRLkq__inviteBtn{color:#fff!important;background:#3182f6!important;border:none!important;border-radius:8px!important;padding:6px 12px!important;font-size:.8rem!important;font-weight:600!important}.ChatRoom-module__irRLkq__memberGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));align-content:flex-start;gap:1.5rem 1rem;padding:1rem;display:grid;overflow-y:auto}.ChatRoom-module__irRLkq__memberItem{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.ChatRoom-module__irRLkq__memberAvatarWrapper{width:56px;height:56px;position:relative}.ChatRoom-module__irRLkq__memberAvatar{object-fit:cover;border:1px solid #00000008;border-radius:20px;width:56px;height:56px;box-shadow:0 4px 12px #00000014}.ChatRoom-module__irRLkq__memberAvatarPlaceholder{color:#8b95a1;background:#f2f4f6;border:1px solid #00000008;border-radius:20px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:600;display:flex}.ChatRoom-module__irRLkq__memberNickname{color:#4e5968;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.8rem;font-weight:500;overflow:hidden}.ChatRoom-module__irRLkq__noticeOnlyBar{text-align:center;color:#868e96;background:#f8f9fa;border-top:1px solid #e9ecef;justify-content:center;align-items:center;gap:8px;padding:1.25rem;font-size:.9rem;font-weight:500;display:flex}.ChatRoom-module__irRLkq__systemIconHeader{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:12px;font-size:1.6rem;display:flex;box-shadow:0 4px 12px #0000001a}.ChatRoom-module__irRLkq__notice{color:#fff;background:linear-gradient(135deg,#ff4d4f,#ff7875)}.ChatRoom-module__irRLkq__openChat{color:#fff;background:linear-gradient(135deg,#3182f6,#6ea8fe)}.ChatRoom-module__irRLkq__officialBadge{color:#3182f6;text-transform:uppercase;background:#3182f61a;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.65rem;font-weight:800}.ChatRoom-module__irRLkq__editModal{-webkit-backdrop-filter:blur(4px);z-index:4000;background:#00000073;flex-direction:column;justify-content:flex-end;animation:.3s ChatRoom-module__irRLkq__fadeIn;display:flex;position:fixed;inset:0}.ChatRoom-module__irRLkq__editModalContent{width:100%;max-height:90%;padding-bottom:env(safe-area-inset-bottom,20px);background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;animation:.3s cubic-bezier(.165,.84,.44,1) ChatRoom-module__irRLkq__slideUp;display:flex;box-shadow:0 -10px 40px #0003}.ChatRoom-module__irRLkq__editArea{flex:1;padding:1.25rem}.ChatRoom-module__irRLkq__editField{resize:none;color:#1a1a1a;background:#f8f9fa;border:1.5px solid #f2f4f6;border-radius:16px;outline:none;width:100%;min-height:200px;max-height:400px;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.6;transition:all .2s}.ChatRoom-module__irRLkq__editField:focus{background:#fff;border-color:#3182f6;box-shadow:0 4px 12px #3182f614}.ChatRoom-module__irRLkq__editModalActions{gap:12px;padding:0 1.25rem 1.25rem;display:flex}.ChatRoom-module__irRLkq__cancelEditBtn,.ChatRoom-module__irRLkq__saveEditBtn{cursor:pointer;border:none;border-radius:14px;flex:1;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.ChatRoom-module__irRLkq__cancelEditBtn{color:#4e5968;background:#f2f4f6}.ChatRoom-module__irRLkq__cancelEditBtn:active{background:#e5e8eb;transform:scale(.98)}.ChatRoom-module__irRLkq__saveEditBtn{color:#fff;background:#3182f6;box-shadow:0 4px 12px #3182f64d}.ChatRoom-module__irRLkq__saveEditBtn:active{background:#1b64da;transform:scale(.98)}
.VoiceBubble-module__guhMiG__voiceContainer{background:#fff;border-radius:20px;align-items:center;gap:12px;min-width:200px;max-width:100%;padding:10px 16px;transition:transform .2s;display:flex;position:relative;box-shadow:0 4px 12px #0000000d}.VoiceBubble-module__guhMiG__own .VoiceBubble-module__guhMiG__voiceContainer{color:#fff;background:linear-gradient(135deg,#3182f6,#1e6edb)}.VoiceBubble-module__guhMiG__playBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.VoiceBubble-module__guhMiG__own .VoiceBubble-module__guhMiG__playBtn{color:#3182f6;background:#fff}.VoiceBubble-module__guhMiG__playBtn:active{transform:scale(.9)}.VoiceBubble-module__guhMiG__waveformWrapper{flex-direction:column;flex:1;gap:4px;display:flex}.VoiceBubble-module__guhMiG__waveform{align-items:center;gap:2px;height:30px;display:flex}.VoiceBubble-module__guhMiG__bar{border-radius:1px;width:3px;min-height:2px}.VoiceBubble-module__guhMiG__infoRow{opacity:.8;justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.VoiceBubble-module__guhMiG__duration{font-family:monospace}.VoiceBubble-module__guhMiG__timestamp{font-size:.6rem}
.ImageViewer-module__mCv0ha__overlay{z-index:9999;opacity:0;pointer-events:none;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.ImageViewer-module__mCv0ha__overlay.ImageViewer-module__mCv0ha__visible{opacity:1;pointer-events:auto}.ImageViewer-module__mCv0ha__container{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:relative}.ImageViewer-module__mCv0ha__image{object-fit:contain;cursor:zoom-out;max-width:100%;max-height:100%;box-shadow:0 0 30px #00000080}.ImageViewer-module__mCv0ha__closeBtn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:pointer;z-index:10;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.ImageViewer-module__mCv0ha__closeBtn:hover{background:#ffffff4d;transform:scale(1.1)}.ImageViewer-module__mCv0ha__closeBtn:active{transform:scale(.9)}
.RegistrationFullList-module__b3SfzG__container{background:#fff;flex-direction:column;height:100%;display:flex}.RegistrationFullList-module__b3SfzG__header{z-index:10;background:#fff;border-bottom:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem .75rem;display:flex;position:sticky;top:0}.RegistrationFullList-module__b3SfzG__monthHeader{z-index:9;background:#fff;border-bottom:1px solid #eef3f6;justify-content:center;align-items:center;padding:1.25rem 1rem;display:flex;position:sticky;top:58px}.RegistrationFullList-module__b3SfzG__monthTitle{color:var(--accent);letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:800}.RegistrationFullList-module__b3SfzG__title{color:#191f28;margin:0;font-size:1.15rem;font-weight:800}.RegistrationFullList-module__b3SfzG__content{flex-direction:column;flex:1;gap:1.5rem;padding:1rem .5rem;display:flex;overflow-y:auto}.RegistrationFullList-module__b3SfzG__daySection{flex-direction:column;gap:1rem;display:flex}.RegistrationFullList-module__b3SfzG__classList{flex-direction:column;gap:1rem;display:flex}.RegistrationFullList-module__b3SfzG__classCard{background:#fff;border-radius:18px;padding:1.25rem;box-shadow:0 2px 8px #0000000a}.RegistrationFullList-module__b3SfzG__classHeader{margin-bottom:1rem}.RegistrationFullList-module__b3SfzG__classLevel{color:#3182f6;background:#eff6ff;border-radius:6px;padding:2px 8px;font-size:.75rem;font-weight:700}.RegistrationFullList-module__b3SfzG__classTitle{color:#191f28;margin:.5rem 0 .25rem;font-size:1.1rem;font-weight:800}.RegistrationFullList-module__b3SfzG__classMeta{color:#8b95a1;font-size:.85rem}.RegistrationFullList-module__b3SfzG__statusBox{background:#f9fafb;border-radius:14px;flex-direction:column;gap:.8rem;padding:1rem;display:flex}.RegistrationFullList-module__b3SfzG__statusRow{align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.RegistrationFullList-module__b3SfzG__roleLabelLeader{color:#3182f6;min-width:65px;font-weight:700}.RegistrationFullList-module__b3SfzG__roleLabelFollower{color:#ff4b82;min-width:65px;font-weight:700}.RegistrationFullList-module__b3SfzG__names{color:#4e5968;word-break:keep-all;line-height:1.4}.RegistrationFullList-module__b3SfzG__adminTableWrapper{background:#fff;border:1px solid #eef3f6;border-radius:8px;margin-top:.25rem;overflow:hidden}.RegistrationFullList-module__b3SfzG__adminTable{border-collapse:collapse;width:100%;font-size:.9rem}.RegistrationFullList-module__b3SfzG__adminTable th{text-align:left;color:#8b95a1;background:#f9fafb;border-bottom:1px solid #eef3f6;padding:.8rem 1rem;font-weight:600}.RegistrationFullList-module__b3SfzG__adminTable td{color:#191f28;border-bottom:1px solid #f9fafb;padding:.8rem 1rem}.RegistrationFullList-module__b3SfzG__section{flex-direction:column;gap:.5rem;display:flex}.RegistrationFullList-module__b3SfzG__sectionTitle{color:#191f28;align-items:center;gap:.5rem;margin:0;padding:0 .5rem;font-size:1.1rem;font-weight:800;display:flex}.RegistrationFullList-module__b3SfzG__sectionTitle:before{content:"";background:#3182f6;border-radius:2px;width:4px;height:16px;display:inline-block}.RegistrationFullList-module__b3SfzG__sectionTitle:nth-of-type(2):before{background:#ff4b82}.RegistrationFullList-module__b3SfzG__leaderText{color:#3182f6;font-weight:700}.RegistrationFullList-module__b3SfzG__followerText{color:#ff4b82;font-weight:700}.RegistrationFullList-module__b3SfzG__summary{color:#4e5968;margin-bottom:-1rem;padding:0 .5rem;font-size:.95rem;font-weight:700}.RegistrationFullList-module__b3SfzG__clickableName{color:#3182f6;cursor:pointer;text-underline-offset:3px;font-weight:700;text-decoration:underline;transition:opacity .2s}.RegistrationFullList-module__b3SfzG__clickableName:hover{opacity:.7}.RegistrationFullList-module__b3SfzG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.RegistrationFullList-module__b3SfzG__modalContent{background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;max-height:85vh;padding:2rem 1.5rem;display:flex;overflow-y:auto;box-shadow:0 -10px 40px #0003}.RegistrationFullList-module__b3SfzG__modalHeader{justify-content:space-between;align-items:center;display:flex}.RegistrationFullList-module__b3SfzG__modalHeader h2{color:#191f28;margin:0;font-size:1.25rem;font-weight:800}.RegistrationFullList-module__b3SfzG__closeBtn{cursor:pointer;color:#4e5968;background:#f2f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex}.RegistrationFullList-module__b3SfzG__infoGrid{background:#f9fafb;border-radius:16px;grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem;display:grid}.RegistrationFullList-module__b3SfzG__infoItem{flex-direction:column;gap:.25rem;display:flex}.RegistrationFullList-module__b3SfzG__label{color:#8b95a1;font-size:.75rem;font-weight:600}.RegistrationFullList-module__b3SfzG__value{color:#191f28;font-size:.95rem;font-weight:700}.RegistrationFullList-module__b3SfzG__statusPaid{color:#3182f6}.RegistrationFullList-module__b3SfzG__statusWaiting{color:#f04452}.RegistrationFullList-module__b3SfzG__classesSection h3{color:#191f28;margin:0 0 1rem;font-size:1.1rem;font-weight:800}.RegistrationFullList-module__b3SfzG__dayGroups{flex-direction:column;gap:1.5rem;display:flex}.RegistrationFullList-module__b3SfzG__dayGroup{flex-direction:column;gap:.75rem;display:flex}.RegistrationFullList-module__b3SfzG__dayTitle{color:#4e5968;border-left:3px solid #3182f6;margin:0;padding-left:.75rem;font-size:.95rem;font-weight:800}.RegistrationFullList-module__b3SfzG__classList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.RegistrationFullList-module__b3SfzG__classItem{background:#f2f4f6;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.RegistrationFullList-module__b3SfzG__className{color:#191f28;font-size:.9rem;font-weight:700}.RegistrationFullList-module__b3SfzG__classTime{color:#8b95a1;font-size:.8rem}.RegistrationFullList-module__b3SfzG__noData{color:#8b95a1;font-size:.9rem}.RegistrationFullList-module__b3SfzG__adminActions{border-top:1px dashed #eef3f6;justify-content:center;margin-top:1rem;padding-top:1.5rem;display:flex}.RegistrationFullList-module__b3SfzG__payoutBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:14px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:800;transition:transform .2s,background .2s;box-shadow:0 4px 12px #3182f64d}.RegistrationFullList-module__b3SfzG__payoutBtn:active{background:#1b64da;transform:scale(.98)}.RegistrationFullList-module__b3SfzG__adminSelect{color:#191f28;cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238b95a1' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1.5px solid #eef3f6;border-radius:8px;outline:none;width:100%;padding:.5rem 2rem .5rem .5rem;font-size:.9rem;font-weight:700;transition:all .2s}.RegistrationFullList-module__b3SfzG__adminSelect:focus{border-color:#3182f6;box-shadow:0 0 0 3px #3182f61a}.RegistrationFullList-module__b3SfzG__statusPaidSelect{color:#3182f6;background-color:#eff6ff;border-color:#dbeafe}.RegistrationFullList-module__b3SfzG__statusWaitingSelect{color:#f04452;background-color:#fff1f2;border-color:#ffe4e6}.RegistrationFullList-module__b3SfzG__menuBtn{cursor:pointer;color:#8b95a1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;transition:background .2s;display:flex}.RegistrationFullList-module__b3SfzG__menuBtn:hover{color:#4e5968;background:#f2f4f6}.RegistrationFullList-module__b3SfzG__dropdownMenu{z-index:100;minWidth:100px;background:#fff;border:1px solid #eef3f6;border-radius:10px;padding:6px;position:absolute;top:100%;right:0;box-shadow:0 4px 15px #0000001f}.RegistrationFullList-module__b3SfzG__dropdownItem{color:#191f28;cursor:pointer;text-align:left;white-space:nowrap;border-radius:6px;padding:8px 12px;font-size:.85rem;font-weight:600}.RegistrationFullList-module__b3SfzG__dropdownItem:hover{background:#f2f4f6}.RegistrationFullList-module__b3SfzG__dropdownItem.RegistrationFullList-module__b3SfzG__danger{color:#f04452}.RegistrationFullList-module__b3SfzG__dropdownItem.RegistrationFullList-module__b3SfzG__danger:hover{background:#fff1f2}.RegistrationFullList-module__b3SfzG__editSelect{color:#333d4b;cursor:pointer;background-color:#f9fafb;border:1px solid #e5e8eb;border-radius:6px;outline:none;padding:4px 8px;font-size:.9rem;font-weight:500;transition:all .2s}.RegistrationFullList-module__b3SfzG__editSelect:focus{background-color:#fff;border-color:#3182f6}
.InfoCenter-module__SgYkjq__container{background-color:#fff;min-height:100vh;padding:0 0 4rem}.InfoCenter-module__SgYkjq__subTabs{-ms-overflow-style:none;scrollbar-width:none;background:#fff;border-bottom:1px solid #f2f4f6;margin-bottom:0;padding:0 1rem;display:flex;overflow-x:auto}.InfoCenter-module__SgYkjq__subTabs::-webkit-scrollbar{display:none}.InfoCenter-module__SgYkjq__subTabBtn{text-align:center;color:#8b95a1;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1.1rem 0;font-size:.95rem;font-weight:600;transition:all .2s}.InfoCenter-module__SgYkjq__subTabBtn.InfoCenter-module__SgYkjq__active{color:#3182f6;border-bottom-color:#3182f6;font-weight:700}.InfoCenter-module__SgYkjq__hostProfileCard{justify-content:flex-start;margin:1.5rem 0 2rem;display:flex}@media (max-width:600px){.InfoCenter-module__SgYkjq__hostProfileCard{justify-content:center}}.InfoCenter-module__SgYkjq__content{padding:0 1rem}.InfoCenter-module__SgYkjq__section{margin-bottom:3rem;animation:.4s ease-out InfoCenter-module__SgYkjq__fadeIn}.InfoCenter-module__SgYkjq__membershipSection{margin-top:1.5rem}.InfoCenter-module__SgYkjq__sectionTitle{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.InfoCenter-module__SgYkjq__storySection{padding:1.5rem .5rem;animation:.5s ease-out InfoCenter-module__SgYkjq__fadeIn}.InfoCenter-module__SgYkjq__campaignBanner{text-align:center;background-color:#fff;border:2px solid #3182f6;border-radius:20px;margin-bottom:2.5rem;padding:2.5rem 1.5rem;position:relative;overflow:hidden}.InfoCenter-module__SgYkjq__campaignTag{color:#fff;background:#3182f6;border-radius:6px;margin-bottom:1rem;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.InfoCenter-module__SgYkjq__campaignSlogan{color:#191f28;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.85rem;font-weight:800}.InfoCenter-module__SgYkjq__campaignSloganKo{color:#3182f6;margin-bottom:0;font-size:1.25rem;font-weight:700}.InfoCenter-module__SgYkjq__storyHero{color:#fff;text-align:center;background:linear-gradient(135deg,#191f28 0%,#3182f6 100%);border-radius:20px;margin-bottom:3rem;padding:3rem 2rem;box-shadow:0 10px 30px #3182f626}.InfoCenter-module__SgYkjq__storyHeroTitle{white-space:pre-line;letter-spacing:-.03em;margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.4}.InfoCenter-module__SgYkjq__storyHeroSubtitle{opacity:.9;font-size:1rem;font-weight:500}.InfoCenter-module__SgYkjq__storySubSection{margin-bottom:4rem}.InfoCenter-module__SgYkjq__storySubTitle{color:#191f28;border-left:4px solid #3182f6;margin-bottom:1.5rem;padding-left:.5rem;font-size:1.35rem;font-weight:700}.InfoCenter-module__SgYkjq__ethicsContainer{grid-template-columns:1fr;gap:1rem;display:grid}.InfoCenter-module__SgYkjq__ethicsCard{background:#f9fafb;border:1px solid #f2f4f6;border-radius:16px;padding:1.5rem;transition:transform .2s}.InfoCenter-module__SgYkjq__ethicsCard h5{margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.InfoCenter-module__SgYkjq__ethicsCard p{color:#4e5968;font-size:.95rem;line-height:1.6}.InfoCenter-module__SgYkjq__ethicsRespect h5{color:#3182f6}.InfoCenter-module__SgYkjq__ethicsTeaching h5{color:#f04452}.InfoCenter-module__SgYkjq__ethicsTip{color:#8b95a1;background:#fff;border:1px dashed #d1d6db;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:.85rem;display:block}.InfoCenter-module__SgYkjq__projectGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.InfoCenter-module__SgYkjq__projectCard{background:#fff;border:1px solid #f2f4f6;border-radius:16px;padding-bottom:1rem;overflow:hidden}.InfoCenter-module__SgYkjq__projectThumb{width:100%;height:100px;margin-bottom:1rem}.InfoCenter-module__SgYkjq__thumbAzit{background:linear-gradient(45deg,#ff9a9e 0%,#fad0c4 100%)}.InfoCenter-module__SgYkjq__thumbCamp{background:linear-gradient(45deg,#a1c4fd 0%,#c2e9fb 100%)}.InfoCenter-module__SgYkjq__thumbNuevo{background:linear-gradient(45deg,#f093fb 0%,#f5576c 100%)}.InfoCenter-module__SgYkjq__thumbOrchestra{background:linear-gradient(45deg,#5ee7df 0%,#b490ca 100%)}.InfoCenter-module__SgYkjq__projectCard h5{margin-bottom:.5rem;padding:0 1rem;font-size:1rem;font-weight:700}.InfoCenter-module__SgYkjq__projectCard p{color:#6b7684;padding:0 1rem;font-size:.85rem;line-height:1.5}.InfoCenter-module__SgYkjq__roadmapList{flex-direction:column;gap:1rem;display:flex}.InfoCenter-module__SgYkjq__roadmapItem{background:#f8f9fa;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.InfoCenter-module__SgYkjq__roadmapIcon{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex;box-shadow:0 2px 8px #0000000d}.InfoCenter-module__SgYkjq__roadmapContent h5{margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.InfoCenter-module__SgYkjq__roadmapContent p{color:#4e5968;font-size:.9rem}.InfoCenter-module__SgYkjq__guidelineBox{color:#fff;background:#191f28;border-radius:20px;padding:1.5rem}.InfoCenter-module__SgYkjq__guidelineList{margin:0 0 1.5rem;padding:0;list-style:none}.InfoCenter-module__SgYkjq__guidelineList li{color:#d1d6db;gap:10px;margin-bottom:1rem;font-size:.95rem;line-height:1.5;display:flex}.InfoCenter-module__SgYkjq__guidelineList li span{flex-shrink:0}.InfoCenter-module__SgYkjq__facilityInfo{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;display:flex}.InfoCenter-module__SgYkjq__facilityItem{color:#f2f4f6;background:#ffffff0d;border-radius:10px;padding:.5rem 1rem;font-size:.85rem}.InfoCenter-module__SgYkjq__facilityItem strong{color:#3182f6;margin-right:6px}@media (max-width:600px){.InfoCenter-module__SgYkjq__projectGrid{grid-template-columns:1fr}}@keyframes InfoCenter-module__SgYkjq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.InfoCenter-module__SgYkjq__membershipBox{background:#f8f9fa;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.InfoCenter-module__SgYkjq__list{max-width:800px;margin:0 auto;list-style:none}.InfoCenter-module__SgYkjq__placeGuideSection{flex-direction:column;gap:3rem;display:flex}.InfoCenter-module__SgYkjq__galleryGroup{width:100%}.InfoCenter-module__SgYkjq__galleryTitle{color:var(--text-primary);border-left:4px solid var(--accent-primary);letter-spacing:-.02em;margin-bottom:1.5rem;padding-left:.75rem;font-size:1.25rem;font-weight:700}.InfoCenter-module__SgYkjq__imageGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:.5rem;display:grid}.InfoCenter-module__SgYkjq__horizontalSlider{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:1rem 0;display:flex;overflow-x:auto}.InfoCenter-module__SgYkjq__horizontalSlider::-webkit-scrollbar{display:none}.InfoCenter-module__SgYkjq__sliderCard{aspect-ratio:4/3;scroll-snap-align:center;background:var(--bg-secondary);border-radius:12px;flex:0 0 220px;transition:transform .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.InfoCenter-module__SgYkjq__sliderCard:hover{transform:translateY(-5px)}.InfoCenter-module__SgYkjq__sliderCard img{object-fit:cover;width:100%;height:100%}.InfoCenter-module__SgYkjq__imageCard{aspect-ratio:4/3;background:var(--bg-secondary);border-radius:12px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.InfoCenter-module__SgYkjq__imageCard:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.InfoCenter-module__SgYkjq__videoSection{background:#000;justify-content:center;width:100%;display:flex}.InfoCenter-module__SgYkjq__videoWrapper{width:100%;max-width:640px;margin:0 auto;padding-top:56.25%;position:relative}.InfoCenter-module__SgYkjq__videoWrapper iframe,.InfoCenter-module__SgYkjq__videoWrapper video{width:100%;height:100%;position:absolute;top:0;left:0}.InfoCenter-module__SgYkjq__imageCard img{object-fit:cover;width:100%;height:100%;transition:scale .5s}.InfoCenter-module__SgYkjq__imageCard:hover img{scale:1.05}.InfoCenter-module__SgYkjq__mapGroup{width:100%}.InfoCenter-module__SgYkjq__contactBanner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin:1rem 0;padding:2rem;display:flex;box-shadow:0 8px 32px #0000001a}.InfoCenter-module__SgYkjq__contactIcon{font-size:2.5rem;animation:2s infinite InfoCenter-module__SgYkjq__pulse}.InfoCenter-module__SgYkjq__contactText{color:var(--accent-secondary);word-break:keep-all;font-size:1.25rem;font-weight:600;line-height:1.5}@keyframes InfoCenter-module__SgYkjq__pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@media (max-width:768px){.InfoCenter-module__SgYkjq__imageGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}}.InfoCenter-module__SgYkjq__listItem{gap:12px;margin-bottom:1.5rem;line-height:1.6;display:flex}.InfoCenter-module__SgYkjq__bullet{color:#3182f6;flex-shrink:0;font-weight:700}.InfoCenter-module__SgYkjq__membershipSection{padding-bottom:3rem}.InfoCenter-module__SgYkjq__membershipIntro{text-align:center;margin-bottom:2.5rem;padding:0 1rem}.InfoCenter-module__SgYkjq__membershipIntro p{color:#4e5968;margin-bottom:.5rem;font-size:1.05rem;font-weight:500;line-height:1.8}.InfoCenter-module__SgYkjq__membershipHighlight{color:#191f28;text-align:center;background-color:#ffd400;border-radius:12px;margin-bottom:2.5rem;padding:.8rem 1.2rem;font-size:1.15rem;font-weight:800;animation:2s infinite InfoCenter-module__SgYkjq__pulse;box-shadow:0 4px 12px #ffd4004d}.InfoCenter-module__SgYkjq__benefitText,.InfoCenter-module__SgYkjq__cultureText{color:#333d4b;font-size:1rem;font-weight:600;line-height:1.6}.InfoCenter-module__SgYkjq__bankAccountBox{background:#f2f4f6;border-radius:12px;flex-direction:column;align-items:center;gap:8px;margin-top:1rem;padding:1.5rem;display:flex}.InfoCenter-module__SgYkjq__bankName{color:#4e5968;font-size:.9rem}.InfoCenter-module__SgYkjq__accountNumber{color:#191f28;letter-spacing:.05em;font-size:1.25rem;font-weight:700}.InfoCenter-module__SgYkjq__copyBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:8px;margin-top:8px;padding:8px 16px;font-weight:600}.InfoCenter-module__SgYkjq__copyToast{color:#fff;z-index:1000;background:#000c;border-radius:24px;padding:12px 24px;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}
.LocationSection-module__1neojG__container{margin:.5rem 0;padding:0}.LocationSection-module__1neojG__title{color:#191f28;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800}.LocationSection-module__1neojG__addressBox{color:#4e5968;border:1.5px solid #f2f4f6;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;font-size:1rem;line-height:1.6}.LocationSection-module__1neojG__mapWrapper{background-color:#f2f4f6;border-radius:12px;width:100%;height:250px;margin-bottom:1rem;overflow:hidden}.LocationSection-module__1neojG__buttonGroup{gap:.75rem;display:flex}.LocationSection-module__1neojG__mapBtn{text-align:center;border-radius:10px;flex:1;padding:.9rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}.LocationSection-module__1neojG__mapBtn:active{transform:scale(.98)}.LocationSection-module__1neojG__naver{color:#fff;background-color:#03c75a}.LocationSection-module__1neojG__kakao{color:#3c1e1e;background-color:#fee500}
.page-module__lUIv6a__container{background:var(--background);min-height:100vh;color:var(--foreground)}.page-module__lUIv6a__globalHeader{background:var(--bg-base);border-bottom:1px solid var(--border-light);height:60px;padding:0 var(--space-4);z-index:1000;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.page-module__lUIv6a__headerLeft{align-items:center;gap:var(--space-2);cursor:pointer;display:flex}.page-module__lUIv6a__logoIcon{font-size:1.3rem}.page-module__lUIv6a__studioName{color:var(--text-primary);letter-spacing:-.02em;font-size:.95rem;font-weight:700}.page-module__lUIv6a__headerRight{align-items:center;gap:var(--space-3);display:flex}.page-module__lUIv6a__headerLangSelect{color:#4e5968;cursor:pointer;appearance:none;text-align:center;background:#f2f4f6;border:1px solid #e5e8eb;border-radius:8px;outline:none;padding:4px 6px;font-size:.75rem;font-weight:700}.page-module__lUIv6a__headerLangSelect:active{background:#e5e8eb}.page-module__lUIv6a__profileArea{cursor:pointer;background:#f2f4f6;border-radius:20px;align-items:center;gap:.5rem;padding:.25rem .25rem .25rem .75rem;transition:all .2s;display:flex}.page-module__lUIv6a__loginLabel{color:#3182f6;margin-right:4px;font-size:.8rem;font-weight:700}.page-module__lUIv6a__profilePhoto,.page-module__lUIv6a__profilePhotoPlaceholder{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:16px;border-radius:50%;width:28px;height:28px;box-shadow:0 2px 4px #0000000d}.page-module__lUIv6a__profilePhotoPlaceholder{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23adb5bd' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E")}.page-module__lUIv6a__profilePhoto.page-module__lUIv6a__male{background-color:#eef3f6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%233182f6'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'%3E%3C/path%3E%3C/svg%3E")}.page-module__lUIv6a__profilePhoto.page-module__lUIv6a__female{background-color:#f7f2f8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ff4b82'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'%3E%3C/path%3E%3C/svg%3E")}.page-module__lUIv6a__scrollContent{padding-top:4px;padding-bottom:90px}.page-module__lUIv6a__mainContent{padding:.25rem .3rem 6rem}.page-module__lUIv6a__pageHeader{background:0 0;justify-content:space-between;align-items:center;padding:.25rem .3rem .1rem;display:flex}.page-module__lUIv6a__logoImage{object-fit:cover;border-radius:8px;width:32px;height:32px;margin-right:8px;box-shadow:0 2px 8px #0000000d}.page-module__lUIv6a__pageTitle{color:#1a1a1a;letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.page-module__lUIv6a__monthSelect{appearance:none;color:#333d4b;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238B95A1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right .75rem center no-repeat;border:1.5px solid #eee;border-radius:10px;outline:none;padding:.5rem 2rem .5rem .75rem;font-size:.95rem;font-weight:600;transition:border-color .2s}.page-module__lUIv6a__monthSelect:focus{border-color:#3182f6}.page-module__lUIv6a__adminActionBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:10px;padding:.5rem .8rem;font-size:.85rem;font-weight:700;transition:all .2s}.page-module__lUIv6a__adminActionBtn:hover{background:#1b64da}.page-module__lUIv6a__adminActionBtn:active{transform:scale(.95)}.page-module__lUIv6a__backActionBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:8px;padding:.4rem .75rem;font-size:.8rem;font-weight:700;transition:all .2s}.page-module__lUIv6a__backActionBtn:hover{background:#e5e8eb}.page-module__lUIv6a__daySection{margin-bottom:2rem}.page-module__lUIv6a__dayTitle{color:#191f28;border-left:4px solid #3182f6;margin-bottom:1rem;padding-left:.5rem;font-size:1.05rem;font-weight:700}.page-module__lUIv6a__cardList{flex-direction:column;gap:1rem;display:flex}.page-module__lUIv6a__mainFull{min-height:100vh;padding:0}@media (max-width:768px){.page-module__lUIv6a__titleCard{border-radius:0 0 28px 28px;padding:3rem 1rem 2rem}.page-module__lUIv6a__titleLine1,.page-module__lUIv6a__titleLine2{font-size:1.25rem}}.page-module__lUIv6a__exitToast{color:#fff;z-index:10000;white-space:nowrap;background:#000000bf;border-radius:20px;padding:.8rem 1.2rem;font-size:.9rem;animation:.3s ease-out page-module__lUIv6a__fadeIn;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}@keyframes page-module__lUIv6a__fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.page-module__lUIv6a__monthNoticeContainer{background:#f8f9fa;border:1px dashed #d1d8df;border-radius:18px;margin:1rem .3rem .5rem;padding:1.25rem;position:relative}.page-module__lUIv6a__noticeDisplayArea{flex-direction:column;gap:.75rem;display:flex}.page-module__lUIv6a__noticeContent{color:#4e5968;white-space:pre-wrap;font-size:.95rem;font-weight:500;line-height:1.6}.page-module__lUIv6a__noticeAddPlaceholder{color:#8b95a1;cursor:pointer;text-align:center;padding:1rem;font-size:.9rem;font-style:italic}.page-module__lUIv6a__noticeEditBtn{color:#4e5968;cursor:pointer;background:#fff;border:1px solid #e5e8eb;border-radius:10px;align-self:flex-end;padding:.4rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s}.page-module__lUIv6a__noticeEditArea{flex-direction:column;gap:1rem;display:flex}.page-module__lUIv6a__fullStatusButtonContainer{flex-direction:column;margin:.5rem .3rem 1.5rem;display:flex}.page-module__lUIv6a__fullStatusBtn{cursor:pointer;text-align:left;background:#fff;border:1px solid #eef3f6;border-radius:20px;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 24px #959da51a}.page-module__lUIv6a__fullStatusBtn:active{background:#f8f9fa;transform:scale(.97);box-shadow:0 4px 12px #959da51a}.page-module__lUIv6a__fullStatusBtnContent{flex-direction:column;gap:4px;display:flex}.page-module__lUIv6a__fullStatusBtnLabel{color:#191f28;letter-spacing:-.3px;flex-direction:column;gap:2px;font-size:1.05rem;font-weight:800;display:flex}.page-module__lUIv6a__fullStatusBtnHint{color:#8b95a1;opacity:.8;font-size:.72rem;font-weight:500}.page-module__lUIv6a__fullStatusBtnCounts{color:#3182f6;opacity:.9;font-size:.88rem;font-weight:600}.page-module__lUIv6a__fullStatusBtnArrow{color:#adb5bd;margin-left:10px;font-size:1.1rem;font-weight:300}.page-module__lUIv6a__registrationMainBtn{cursor:pointer;text-align:left;background:linear-gradient(135deg,#3182f6 0%,#1b64da 100%);border:none;border-radius:24px;align-items:center;gap:16px;width:100%;margin-top:12px;padding:1.25rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 28px #3182f640}.page-module__lUIv6a__registrationMainBtn:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.page-module__lUIv6a__registrationMainBtn:hover:after{left:100%}.page-module__lUIv6a__registrationMainBtn:active{transform:scale(.96);box-shadow:0 6px 16px #3182f633}.page-module__lUIv6a__registrationMainBtn.page-module__lUIv6a__registered{background:#fff;border:2px solid #3182f6;box-shadow:0 8px 20px #0000000a}.page-module__lUIv6a__registrationMainBtn.page-module__lUIv6a__registered .page-module__lUIv6a__registerBtnTitle{color:#3182f6}.page-module__lUIv6a__registrationMainBtn.page-module__lUIv6a__registered .page-module__lUIv6a__registerBtnSubtitle{color:#8b95a1}.page-module__lUIv6a__registerBtnIcon{background:#ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.page-module__lUIv6a__registrationMainBtn.page-module__lUIv6a__registered .page-module__lUIv6a__registerBtnIcon{background:#f0f6ff}.page-module__lUIv6a__registerBtnText{flex-direction:column;display:flex}.page-module__lUIv6a__registerBtnTitle{color:#fff;letter-spacing:-.4px;font-size:1.1rem;font-weight:850}.page-module__lUIv6a__registerBtnSubtitle{color:#fffc;margin-top:2px;font-size:.85rem;font-weight:600}.page-module__lUIv6a__noticeTextarea{resize:vertical;border:1.5px solid #3182f6;border-radius:14px;outline:none;width:100%;min-height:100px;padding:1rem;font-family:inherit;font-size:.95rem}.page-module__lUIv6a__noticeEditBtns{justify-content:flex-end;gap:.5rem;display:flex}.page-module__lUIv6a__noticeSaveBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:10px;padding:.6rem 1.2rem;font-weight:700}.page-module__lUIv6a__noticeCancelBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:10px;padding:.6rem 1.2rem;font-weight:700}.page-module__lUIv6a__exportBtnContainer{background:#fff;justify-content:center;padding:1rem 1.25rem 3rem;display:flex}.page-module__lUIv6a__exportBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:400px;padding:1.2rem;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 8px 20px #3182f633}.page-module__lUIv6a__exportBtn:hover{background:#1b64da;transform:translateY(-2px);box-shadow:0 10px 25px #3182f64d}.page-module__lUIv6a__exportBtn:active{transform:scale(.98)}.page-module__lUIv6a__subTabs{background:#fff;border-bottom:1px solid #e5e8eb;padding:0 1rem;display:flex}.page-module__lUIv6a__selectorRow{background:#fff;justify-content:space-between;align-items:center;padding:.75rem 1rem .5rem;display:flex}.page-module__lUIv6a__monthTitle{color:var(--accent);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.page-module__lUIv6a__subTabBtn{text-align:center;color:#8b95a1;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:14px 0;font-size:15px;font-weight:600;transition:all .2s;position:relative}.page-module__lUIv6a__subTabBtn.page-module__lUIv6a__active{color:#3182f6;border-bottom-color:#3182f6}.page-module__lUIv6a__fab{color:#fff;z-index:1100;cursor:pointer;background:#3182f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 12px #3182f666}.page-module__lUIv6a__fab:active{transform:scale(.92)}.page-module__lUIv6a__badge{color:#fff;z-index:10;pointer-events:none;background-color:#ff4d4f;border:1.5px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;right:calc(50% - 32px);box-shadow:0 2px 4px #0000001a}
.RegistrationStatus-module__m9S1ha__container{background:#fff;flex-direction:column;height:100%;display:flex;position:relative;overflow-y:auto}.RegistrationStatus-module__m9S1ha__headerDesc{color:#4e5968;background:#fff;margin:0;padding:1.5rem;font-size:.95rem}.RegistrationStatus-module__m9S1ha__listContainer{flex-direction:column;gap:0;display:flex}.RegistrationStatus-module__m9S1ha__dayGroup{margin-bottom:2rem}.RegistrationStatus-module__m9S1ha__dayTitle{color:#191f28;margin-bottom:1rem;font-size:1.1rem;font-weight:800}.RegistrationStatus-module__m9S1ha__classList{flex-direction:column;gap:.75rem;display:flex}.RegistrationStatus-module__m9S1ha__classItem{cursor:pointer;background:#fff;align-items:center;gap:1rem;padding:1rem 0;transition:all .2s;display:flex}.RegistrationStatus-module__m9S1ha__classItem:has(input:checked){background:#f0f6ff;border-color:#3182f6}.RegistrationStatus-module__m9S1ha__checkbox{cursor:pointer;accent-color:#3182f6;width:24px;height:24px}.RegistrationStatus-module__m9S1ha__classInfo{flex-direction:column;gap:.25rem;display:flex}.RegistrationStatus-module__m9S1ha__classTitle{color:#191f28;font-size:1rem;font-weight:700}.RegistrationStatus-module__m9S1ha__classInstructor{color:#3182f6;margin-left:4px;font-size:.95rem;font-weight:800}.RegistrationStatus-module__m9S1ha__classMeta{color:#8b95a1;font-size:.85rem}.RegistrationStatus-module__m9S1ha__footer{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-top:1px solid #0000000d;flex-direction:column;gap:.6rem;width:100%;max-width:600px;margin:auto auto 0;padding:1.25rem 1.5rem 2rem;display:flex;position:sticky;bottom:0;box-shadow:0 -8px 24px #00000014}.RegistrationStatus-module__m9S1ha__actionBtn,.RegistrationStatus-module__m9S1ha__actionBtnPrimary,.RegistrationStatus-module__m9S1ha__actionBtnMembership{cursor:pointer;border:none;border-radius:14px;width:100%;padding:1rem;font-size:1rem;font-weight:700}.RegistrationStatus-module__m9S1ha__actionBtn{color:#4e5968;background:#f2f4f6}.RegistrationStatus-module__m9S1ha__actionBtnPrimary{color:#fff;background:#3182f6}.RegistrationStatus-module__m9S1ha__actionBtnMembership{color:#fff;background:#191f28}.RegistrationStatus-module__m9S1ha__actionBtnDisabled{color:#adb5bd;cursor:not-allowed;background:#e5e8eb;border:none;border-radius:14px;width:100%;padding:1rem;font-size:1rem}.RegistrationStatus-module__m9S1ha__footerHidden{display:none}.RegistrationStatus-module__m9S1ha__sectionTitle{color:#191f28;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.RegistrationStatus-module__m9S1ha__sectionDesc{color:#8b95a1;margin-bottom:1.5rem;font-size:.9rem}.RegistrationStatus-module__m9S1ha__historySection{padding:2rem 1.5rem}.RegistrationStatus-module__m9S1ha__selectionSection{padding:1.5rem 1.5rem 2rem}.RegistrationStatus-module__m9S1ha__typeSelectorArea{background:#f8faff;border:1px solid #e1e9ff;border-radius:20px;margin-bottom:1rem;padding:1.5rem}.RegistrationStatus-module__m9S1ha__typeHint{color:#3182f6;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.RegistrationStatus-module__m9S1ha__dividerLight{background:#f2f4f6;height:1px;margin:.5rem 0}.RegistrationStatus-module__m9S1ha__historyList{flex-direction:column;gap:1.25rem;display:flex}.RegistrationStatus-module__m9S1ha__historyCard{background:#fff;padding:1rem 0}.RegistrationStatus-module__m9S1ha__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.RegistrationStatus-module__m9S1ha__cardTitle{color:#191f28;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:800;display:flex}.RegistrationStatus-module__m9S1ha__monthTag{color:#3182f6;background:#e8f3fc;border-radius:8px;padding:4px 10px;font-size:.85rem}.RegistrationStatus-module__m9S1ha__statusBadge{border-radius:100px;padding:6px 12px;font-size:.8rem;font-weight:700}.RegistrationStatus-module__m9S1ha__statusPaid{color:#0ca678;background:#e6fcf5}.RegistrationStatus-module__m9S1ha__statusWaiting{color:#d6336c;background:#fff0f6}.RegistrationStatus-module__m9S1ha__regInfo{color:#adb5bd;margin-bottom:1rem;font-size:.85rem}.RegistrationStatus-module__m9S1ha__regClasses{background:#f8f9fa;border-radius:12px;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.RegistrationStatus-module__m9S1ha__regClassInner{color:#4e5968;font-size:.95rem;font-weight:500}.RegistrationStatus-module__m9S1ha__paidArea{border-top:1px dashed #eef3f6;padding-top:1rem}.RegistrationStatus-module__m9S1ha__paidMessage{color:#191f28;margin-bottom:.4rem;font-size:.95rem;font-weight:700}.RegistrationStatus-module__m9S1ha__memberTag{color:#3182f6}.RegistrationStatus-module__m9S1ha__paidDate{color:#adb5bd;font-size:.8rem}.RegistrationStatus-module__m9S1ha__confirmPayBtn{color:#d6336c;cursor:pointer;background:#fff0f6;border:1px solid #ffd1e1;border-radius:14px;flex:1;padding:.8rem;font-size:.95rem;font-weight:700;transition:all .2s}.RegistrationStatus-module__m9S1ha__confirmPayBtn:active{background:#ffdeeb;transform:scale(.98)}.RegistrationStatus-module__m9S1ha__cardActions{margin-top:1rem}.RegistrationStatus-module__m9S1ha__unpaidActions{flex-direction:column;gap:.75rem;display:flex}.RegistrationStatus-module__m9S1ha__unpaidHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.RegistrationStatus-module__m9S1ha__editDeleteGroup{flex-shrink:0;gap:.5rem;display:flex}.RegistrationStatus-module__m9S1ha__editBtn,.RegistrationStatus-module__m9S1ha__deleteBtn{cursor:pointer;white-space:nowrap;background:#f9fafb;border:1px solid #f2f4f6;border-radius:12px;padding:.6rem .8rem;font-size:.85rem;font-weight:700;transition:all .2s}.RegistrationStatus-module__m9S1ha__editBtn{color:#3182f6}.RegistrationStatus-module__m9S1ha__deleteBtn{color:#f04452}.RegistrationStatus-module__m9S1ha__editBtn:active,.RegistrationStatus-module__m9S1ha__deleteBtn:active{background:#f2f4f6;transform:scale(.95)}.RegistrationStatus-module__m9S1ha__cancelEditBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:10px;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.RegistrationStatus-module__m9S1ha__cancelEditBtn:active{background:#e5e8eb;transform:scale(.95)}.RegistrationStatus-module__m9S1ha__divider{background:#f2f4f6;height:8px}.RegistrationStatus-module__m9S1ha__loadingSmall,.RegistrationStatus-module__m9S1ha__emptyHistory{text-align:center;color:#adb5bd;padding:2rem;font-size:.9rem}.RegistrationStatus-module__m9S1ha__successContainer{z-index:200;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.RegistrationStatus-module__m9S1ha__copyBtnSmall{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:10px;width:100%;margin-top:.75rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.RegistrationStatus-module__m9S1ha__copyBtnSmall:active{transform:scale(.96)}.RegistrationStatus-module__m9S1ha__copyToast{color:#fff;z-index:1000;background:#000c;border-radius:30px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;animation:2s forwards RegistrationStatus-module__m9S1ha__fadeInOut;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}@keyframes RegistrationStatus-module__m9S1ha__fadeInOut{0%{opacity:0;transform:translate(-50%,20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.RegistrationStatus-module__m9S1ha__successIcon{margin-bottom:1rem;font-size:4rem}.RegistrationStatus-module__m9S1ha__successTitle{color:#191f28;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.RegistrationStatus-module__m9S1ha__successMessage{color:#4e5968;margin-bottom:1rem;font-size:1rem;line-height:1.5}.RegistrationStatus-module__m9S1ha__successMessageInfo{color:#8b95a1;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.RegistrationStatus-module__m9S1ha__bankBox{background:#f2f4f6;border-radius:16px;width:100%;margin-bottom:2rem;padding:1.5rem}.RegistrationStatus-module__m9S1ha__bankLabel{color:#8b95a1;margin-bottom:.5rem;font-size:.85rem;display:block}.RegistrationStatus-module__m9S1ha__bankNumber{color:#191f28;font-size:1.1rem;font-weight:800;display:block}.RegistrationStatus-module__m9S1ha__closeBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:14px;width:100%;padding:1rem;font-size:1rem;font-weight:700}.RegistrationStatus-module__m9S1ha__sheetOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;align-items:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.RegistrationStatus-module__m9S1ha__bottomSheet{background:#fff;border-radius:30px 30px 0 0;width:100%;padding:2.5rem 1.5rem;animation:.3s cubic-bezier(.2,.8,.2,1) RegistrationStatus-module__m9S1ha__slideUp;box-shadow:0 -10px 40px #0000001a}@keyframes RegistrationStatus-module__m9S1ha__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.RegistrationStatus-module__m9S1ha__sheetHeader{text-align:center;margin-bottom:2rem}.RegistrationStatus-module__m9S1ha__sheetTitle{color:#191f28;margin:0;font-size:1.35rem;font-weight:800}.RegistrationStatus-module__m9S1ha__sheetDesc{color:#8b95a1;margin:.6rem 0 0;font-size:.95rem}.RegistrationStatus-module__m9S1ha__paymentSelect{color:#191f28;appearance:none;background:#f9fafb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238b95a1' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") right 1.25rem center no-repeat;border:1px solid #eef0f3;border-radius:18px;outline:none;width:100%;margin-bottom:2.5rem;padding:1.25rem;font-size:1rem;font-weight:600}.RegistrationStatus-module__m9S1ha__sheetFooter{grid-template-columns:1fr 2fr;gap:1rem;display:grid}.RegistrationStatus-module__m9S1ha__cancelBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:20px;padding:1.1rem;font-size:1.05rem;font-weight:700}.RegistrationStatus-module__m9S1ha__submitBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:20px;padding:1.1rem;font-size:1.05rem;font-weight:700}.RegistrationStatus-module__m9S1ha__submitBtn:active,.RegistrationStatus-module__m9S1ha__cancelBtn:active{transform:scale(.96)}.RegistrationStatus-module__m9S1ha__editOnlyNotice{text-align:center;background:#fff;border:1px solid #f2f4f6;border-radius:20px;margin:1.5rem;padding:3rem 1.5rem;box-shadow:0 8px 16px #00000008}.RegistrationStatus-module__m9S1ha__editOnlyNotice p{color:#4e5968;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.RegistrationStatus-module__m9S1ha__editFlowBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:14px;padding:.9rem 2rem;font-size:.95rem;font-weight:700;transition:all .2s}.RegistrationStatus-module__m9S1ha__editFlowBtn:active{transform:scale(.96)}.RegistrationStatus-module__m9S1ha__typeSelectorHeader{margin-top:2rem;margin-bottom:1rem}.RegistrationStatus-module__m9S1ha__typeSelectorTitle{color:#191f28;font-size:1.1rem;font-weight:800}.RegistrationStatus-module__m9S1ha__typeOptions{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.RegistrationStatus-module__m9S1ha__typeBtn,.RegistrationStatus-module__m9S1ha__typeBtnActive{text-align:left;cursor:pointer;color:#4e5968;background:#fff;border:2px solid #f2f4f6;border-radius:18px;flex-direction:column;gap:.5rem;width:100%;padding:1.25rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.RegistrationStatus-module__m9S1ha__typeBtnActive{color:#3182f6;background:#f0f6ff;border-color:#3182f6;box-shadow:0 4px 12px #3182f614}.RegistrationStatus-module__m9S1ha__priceEstimate{color:#8b95a1;font-size:.9rem;font-weight:500}.RegistrationStatus-module__m9S1ha__typeBtnActive .RegistrationStatus-module__m9S1ha__priceEstimate{color:#3182f6;opacity:.8}.RegistrationStatus-module__m9S1ha__installmentSelect{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.RegistrationStatus-module__m9S1ha__installment,.RegistrationStatus-module__m9S1ha__installmentActive{color:#8b95a1;background:#f2f4f6;border-radius:10px;padding:6px 12px;font-size:.85rem;transition:all .2s}.RegistrationStatus-module__m9S1ha__installmentActive{color:#fff;background:#3182f6;box-shadow:0 2px 6px #3182f633}.RegistrationStatus-module__m9S1ha__priceDisplay{background:#f2f4f6;border:1px solid #e5e8eb;border-radius:16px;justify-content:space-between;align-items:center;margin:1.5rem 1rem;padding:1.25rem;display:flex}.RegistrationStatus-module__m9S1ha__priceLabel{color:#4e5968;font-size:.95rem;font-weight:700}.RegistrationStatus-module__m9S1ha__priceValue{color:#3182f6;font-size:1.2rem;font-weight:800}
.ClassCard-module__3W0VTq__card{background:var(--bg-base);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-3);gap:var(--space-4);cursor:pointer;border:1px solid var(--border-medium);transition:all .2s;display:flex;position:relative;overflow:hidden}.ClassCard-module__3W0VTq__card:active{background:var(--bg-secondary);transform:scale(.98)}.ClassCard-module__3W0VTq__appliedBadge{background:var(--accent);color:#fff;padding:var(--space-1) var(--space-3);border-bottom-left-radius:var(--radius-sm);z-index:10;font-size:.7rem;font-weight:800;position:absolute;top:0;right:0}.ClassCard-module__3W0VTq__leftColumn{align-items:center;gap:var(--space-2);flex-direction:column;flex-shrink:0;width:72px;display:flex}.ClassCard-module__3W0VTq__imageArea{border-radius:var(--radius-sm);background:var(--bg-tertiary);border:1px solid var(--border-light);width:72px;height:72px;overflow:hidden}.ClassCard-module__3W0VTq__imageArea img{object-fit:cover;width:100%;height:100%}.ClassCard-module__3W0VTq__teacherName{color:var(--text-primary);text-align:center;font-size:.75rem;font-weight:700;line-height:1.2}.ClassCard-module__3W0VTq__contentArea{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.ClassCard-module__3W0VTq__headerRow{margin-bottom:var(--space-1);justify-content:space-between;align-items:flex-start;display:flex}.ClassCard-module__3W0VTq__level{color:var(--accent);text-transform:uppercase;font-size:.65rem;font-weight:800}.ClassCard-module__3W0VTq__adminMenuWrapper{position:relative}.ClassCard-module__3W0VTq__menuBtn{color:var(--text-tertiary);padding:0 var(--space-1);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;line-height:1;transition:all .2s;display:flex}.ClassCard-module__3W0VTq__menuBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ClassCard-module__3W0VTq__dropdownMenu{background:var(--bg-base);border:1px solid var(--border-medium);border-radius:var(--radius-sm);z-index:100;min-width:80px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ClassCard-module__3W0VTq__menuItem{padding:var(--space-2) var(--space-4);color:var(--text-primary);cursor:pointer;text-align:center;font-size:.85rem;font-weight:600;transition:background .2s}.ClassCard-module__3W0VTq__menuItem:hover{background:var(--bg-secondary)}.ClassCard-module__3W0VTq__deleteItem{border-top:1px solid var(--border-light);color:#fa5252}.ClassCard-module__3W0VTq__deleteItem:hover{background:#fff5f5}.ClassCard-module__3W0VTq__title{color:var(--text-primary);margin-bottom:var(--space-1);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.ClassCard-module__3W0VTq__curriculum{color:#4e5968;margin-bottom:var(--space-1);font-size:.8rem;font-weight:600;line-height:1.3}.ClassCard-module__3W0VTq__time{color:var(--text-secondary);font-size:.8rem;font-weight:500}.ClassCard-module__3W0VTq__footerArea{margin-top:var(--space-3);justify-content:space-between;align-items:flex-end;display:flex}.ClassCard-module__3W0VTq__price{color:var(--text-primary);font-size:.9rem;font-weight:700}.ClassCard-module__3W0VTq__roleBalance{gap:var(--space-1);flex-direction:column;min-width:90px;display:flex}.ClassCard-module__3W0VTq__balanceStatus{align-items:center;gap:var(--space-2);display:flex}.ClassCard-module__3W0VTq__roleLabel{color:var(--text-tertiary);width:32px;font-size:.65rem;font-weight:600}.ClassCard-module__3W0VTq__balanceBar{background:var(--bg-tertiary);border-radius:2px;flex:1;height:4px;overflow:hidden}.ClassCard-module__3W0VTq__leaderPart{background:var(--accent);height:100%}.ClassCard-module__3W0VTq__followerPart{background:var(--text-secondary);height:100%}.ClassCard-module__3W0VTq__countLabel{color:var(--text-secondary);text-align:right;width:12px;font-size:.7rem;font-weight:700}.ClassCard-module__3W0VTq__buttonArea{margin-top:var(--space-4);justify-content:flex-end;display:flex}.ClassCard-module__3W0VTq__applyBtn{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:none;width:100%;padding:10px;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #3182f633}.ClassCard-module__3W0VTq__applyBtn:active{transform:translateY(1px);box-shadow:0 2px 6px #3182f633}.ClassCard-module__3W0VTq__applyBtn.ClassCard-module__3W0VTq__applied{color:#adb5bd;box-shadow:none;cursor:default;background:#f2f4f6}
.FullSchedule-module__3g8Aqa__container{color:#333d4b;max-width:100%;margin:0 auto;padding:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.FullSchedule-module__3g8Aqa__calendarCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.FullSchedule-module__3g8Aqa__calHeader{background:#fff;justify-content:space-between;align-items:center;padding:.75rem 1rem .5rem;display:flex}.FullSchedule-module__3g8Aqa__monthTitle{color:var(--accent);letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:800}.FullSchedule-module__3g8Aqa__navBtn{cursor:pointer;color:#4e5968;background:0 0;border:none;padding:2px 10px;font-size:1rem}.FullSchedule-module__3g8Aqa__weekdays{text-align:center;color:#8b95a1;background:#f9fafb;grid-template-columns:repeat(7,1fr);padding:3px 0;font-size:11px;font-weight:600;display:grid}.FullSchedule-module__3g8Aqa__daysGrid{background:#f2f4f6;grid-template-columns:repeat(7,1fr);gap:0;display:grid}.FullSchedule-module__3g8Aqa__dayCell{cursor:pointer;background:#fff;border-bottom:.5px solid #f2f4f6;border-right:.5px solid #f2f4f6;flex-direction:column;align-items:center;height:50px;padding-top:3px;transition:background .2s;display:flex;position:relative}.FullSchedule-module__3g8Aqa__dayCell:hover{background:#f9fafb}.FullSchedule-module__3g8Aqa__dayCell.FullSchedule-module__3g8Aqa__selected{background:#ebf4ff}.FullSchedule-module__3g8Aqa__dayCell.FullSchedule-module__3g8Aqa__selected .FullSchedule-module__3g8Aqa__dayNum{color:#fff;background:#3182f6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.FullSchedule-module__3g8Aqa__dayNum{z-index:1;font-size:14px;font-weight:600}.FullSchedule-module__3g8Aqa__today .FullSchedule-module__3g8Aqa__dayNum{color:#3182f6}.FullSchedule-module__3g8Aqa__past .FullSchedule-module__3g8Aqa__dayNum{color:#b0b8c1}.FullSchedule-module__3g8Aqa__markers{justify-content:center;gap:2px;margin-top:auto;margin-bottom:4px;display:flex}.FullSchedule-module__3g8Aqa__marker{border-radius:50%;width:4px;height:4px}.FullSchedule-module__3g8Aqa__markerClass{background-color:#3182f6}.FullSchedule-module__3g8Aqa__markerMilonga{background-color:#ff4d4f}.FullSchedule-module__3g8Aqa__markerExtra{background-color:#52c41a}.FullSchedule-module__3g8Aqa__detailsArea{margin-top:24px;padding:0 4px}.FullSchedule-module__3g8Aqa__selectedDateHeader{color:#191f28;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:15px;font-weight:700;display:flex}.FullSchedule-module__3g8Aqa__addExtraBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;transition:all .2s}.FullSchedule-module__3g8Aqa__addExtraBtn:hover{background:#1b64da}.FullSchedule-module__3g8Aqa__eventItem{background:#fff;border:1px solid #f2f4f6;border-radius:12px;flex-direction:column;gap:2px;margin-bottom:6px;padding:8px 12px;display:flex;box-shadow:0 1px 2px #0000000a}.FullSchedule-module__3g8Aqa__eventRow1{justify-content:space-between;align-items:center;width:100%;display:flex}.FullSchedule-module__3g8Aqa__eventTime{color:#3182f6;opacity:.8;font-size:11px;font-weight:700}.FullSchedule-module__3g8Aqa__eventTitle{color:#333d4b;font-size:14px;font-weight:700}.FullSchedule-module__3g8Aqa__eventSubtitle{color:#6b7684;font-size:11px;font-weight:500}.FullSchedule-module__3g8Aqa__eventMemo{color:#8b95a1;margin-top:4px;font-size:13px;font-style:italic}.FullSchedule-module__3g8Aqa__emptyState{text-align:center;color:#8b95a1;background:#f9fafb;border:1px dashed #e5e8eb;border-radius:12px;padding:24px;font-size:14px}.FullSchedule-module__3g8Aqa__adminActions{margin-top:16px}.FullSchedule-module__3g8Aqa__addBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:all .2s}.FullSchedule-module__3g8Aqa__addBtn:hover{background:#e5e8eb}.FullSchedule-module__3g8Aqa__eventActions{border-top:1px solid #f2f4f6;gap:8px;margin-top:8px;padding-top:8px;display:flex}.FullSchedule-module__3g8Aqa__editActionBtn,.FullSchedule-module__3g8Aqa__deleteActionBtn{cursor:pointer;color:#8b95a1;background:0 0;border:none;font-size:12px;font-weight:600}.FullSchedule-module__3g8Aqa__editActionBtn:hover{color:#3182f6}.FullSchedule-module__3g8Aqa__deleteActionBtn:hover{color:#ff4d4f}.FullSchedule-module__3g8Aqa__saturday .FullSchedule-module__3g8Aqa__dayNum{color:#ff8e99}.FullSchedule-module__3g8Aqa__sunday .FullSchedule-module__3g8Aqa__dayNum{color:#ff4d4f!important}.FullSchedule-module__3g8Aqa__weekendHeader{color:#ff4d4f}.FullSchedule-module__3g8Aqa__weekendHeader:nth-child(6){color:#ff8e99}@media (max-width:480px){.FullSchedule-module__3g8Aqa__dayCell{height:50px}}
.Media-module__3S-uva__container{background:#fff;min-height:50vh;padding:0}.Media-module__3S-uva__selectionSection{padding:1.5rem 1.5rem .5rem}.Media-module__3S-uva__sectionTitle{color:#191f28;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.Media-module__3S-uva__filterSection{z-index:50;background:#fff;border-bottom:1px solid #f2f4f6;padding:1rem 1.5rem;position:relative}.Media-module__3S-uva__dropdownTrigger{color:#191f28;cursor:pointer;background:#f9fafb;border:1px solid #e5e8eb;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.Media-module__3S-uva__dropdownTrigger:hover{background:#f2f4f6}.Media-module__3S-uva__dropdownMenu{z-index:100;background:#fff;border:1px solid #e5e8eb;border-radius:12px;max-height:300px;margin-top:4px;position:absolute;top:calc(100% - 8px);left:1.5rem;right:1.5rem;overflow:hidden auto;box-shadow:0 4px 20px #0000001a}.Media-module__3S-uva__dropdownItem{cursor:pointer;border-bottom:1px solid #f9fafb;flex-direction:column;gap:2px;padding:12px 16px;transition:background .2s;display:flex}.Media-module__3S-uva__dropdownItem:last-child{border-bottom:none}.Media-module__3S-uva__dropdownItem:hover{background:#f2f4f6}.Media-module__3S-uva__itemTitle{color:#191f28;font-size:14px;font-weight:600}.Media-module__3S-uva__itemInstructor{color:#8b95a1;font-size:12px}.Media-module__3S-uva__itemActive{background:#f0f7ff}.Media-module__3S-uva__itemActive .Media-module__3S-uva__itemTitle{color:#3182f6}.Media-module__3S-uva__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;padding:0 1.5rem 2rem;display:grid}.Media-module__3S-uva__card{cursor:pointer;background:#fff;border-radius:12px;transition:transform .2s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.Media-module__3S-uva__card:active{transform:scale(.98)}.Media-module__3S-uva__imageWrapper{background:#f9fafb;justify-content:center;width:100%;display:flex}.Media-module__3S-uva__thumbnailWrapper{background:#f2f4f6;width:100%;padding-top:56.25%;position:relative}.Media-module__3S-uva__thumbnail{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Media-module__3S-uva__typeBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0009;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.Media-module__3S-uva__videoPlayOverlay{z-index:1;background:#0000001a;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Media-module__3S-uva__playIcon{color:#191f28b3;background:#ffffff80;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000001a}.Media-module__3S-uva__card:hover .Media-module__3S-uva__playIcon{color:#3182f6;background:#fff;transform:scale(1.15)rotate(5deg);box-shadow:0 12px 24px #3182f640}.Media-module__3S-uva__cardInfo{padding:12px}.Media-module__3S-uva__titleRow{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.Media-module__3S-uva__title{color:#191f28;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.Media-module__3S-uva__adminMenuWrapper{flex-shrink:0;position:relative}.Media-module__3S-uva__menuBtn{color:#adb5bd;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:14px;height:20px;padding:0;font-size:1.2rem;line-height:1;transition:color .2s;display:flex}.Media-module__3S-uva__menuBtn:hover{color:#4e5968}.Media-module__3S-uva__adminDropdownMenu{z-index:100;background:#fff;border:1px solid #e5e8eb;border-radius:8px;min-width:80px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Media-module__3S-uva__menuItem{color:#4e5968;cursor:pointer;text-align:center;white-space:nowrap;padding:8px 12px;font-size:13px;font-weight:600;transition:background .2s}.Media-module__3S-uva__menuItem:hover{background:#f9fafb}.Media-module__3S-uva__deleteItem{color:#fa5252;border-top:1px solid #f2f4f6}.Media-module__3S-uva__deleteItem:hover{background:#fff5f5}.Media-module__3S-uva__relatedClass{color:#3182f6;align-items:center;gap:4px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.Media-module__3S-uva__meta{color:#8b95a1;flex-direction:column;gap:4px;font-size:11px;display:flex}.Media-module__3S-uva__uploaderName{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.Media-module__3S-uva__counts{color:#adb5bd;gap:8px;display:flex}.Media-module__3S-uva__fullPopup{z-index:2000;background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Media-module__3S-uva__popupHeader{justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.Media-module__3S-uva__backBtn{cursor:pointer;background:0 0;border:none;padding:8px}.Media-module__3S-uva__popupContent{background:#f9fafb;flex:1;overflow-y:auto}.Media-module__3S-uva__videoSection{background:#000;justify-content:center;width:100%;display:flex}.Media-module__3S-uva__videoWrapper{width:100%;max-width:640px;margin:0 auto;padding-top:56.25%;position:relative}.Media-module__3S-uva__sliderCard{aspect-ratio:4/3;flex:0 0 220px}.Media-module__3S-uva__details{background:#fff;padding:20px}.Media-module__3S-uva__mainTitle{color:#191f28;margin-bottom:8px;font-size:20px;font-weight:700}.Media-module__3S-uva__uploaderInfo{color:#4e5968;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;display:flex}.Media-module__3S-uva__actions{border-top:1px solid #f2f4f6;gap:16px;padding-top:16px;display:flex}.Media-module__3S-uva__actionBtn{color:#4e5968;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;transition:background .2s;display:flex}.Media-module__3S-uva__actionBtn.Media-module__3S-uva__liked{color:#3182f6}.Media-module__3S-uva__actionBtn:active{background:#f2f4f6}.Media-module__3S-uva__commentsArea{background:#fff;margin-top:12px;padding:20px}.Media-module__3S-uva__commentInput{background:#f9fafb;border:1px solid #f2f4f6;border-radius:8px;flex:1;padding:12px 16px;font-size:14px}.Media-module__3S-uva__commentSubmit{color:#fff;background:#3182f6;border:none;border-radius:8px;padding:0 16px;font-weight:600}.Media-module__3S-uva__commentItem{flex-direction:column;gap:4px;display:flex}.Media-module__3S-uva__commentMeta{gap:8px;font-size:12px;display:flex}.Media-module__3S-uva__commentNick{color:#333d4b;font-weight:700}.Media-module__3S-uva__commentDate{color:#8b95a1}.Media-module__3S-uva__commentText{color:#4e5968;font-size:14px}.Media-module__3S-uva__fab{color:#fff;z-index:1100;cursor:pointer;background:#3182f6;border:none;border-radius:24px;align-items:center;gap:8px;height:48px;padding:0 18px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:90px;right:20px;box-shadow:0 4px 15px #3182f666}.Media-module__3S-uva__fab:active{transform:scale(.95)}.Media-module__3S-uva__fabLabel{white-space:nowrap;font-size:14px;font-weight:700}.Media-module__3S-uva__noAccess{text-align:center;color:#8b95a1;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.Media-module__3S-uva__monthNav{background:#fff;border-bottom:1px solid #f2f4f6;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Media-module__3S-uva__monthNavBtn{color:#4e5968;cursor:pointer;background:#f9fafb;border:1px solid #e5e8eb;border-radius:8px;align-items:center;gap:4px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.Media-module__3S-uva__monthNavBtn:active{background:#f2f4f6;transform:scale(.95)}.Media-module__3S-uva__monthLabel{color:#191f28;font-size:16px;font-weight:800}.Media-module__3S-uva__filterBtn{cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-weight:700}.Media-module__3S-uva__detailOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;animation:.3s Media-module__3S-uva__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes Media-module__3S-uva__fadeIn{0%{opacity:0}to{opacity:1}}.Media-module__3S-uva__detailContent{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) Media-module__3S-uva__slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}@keyframes Media-module__3S-uva__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Media-module__3S-uva__closeBtn{color:#191f28;cursor:pointer;z-index:10;background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.Media-module__3S-uva__closeBtn:hover{background:#0003;transform:scale(1.1)}.Media-module__3S-uva__mediaSection{background:#000;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.Media-module__3S-uva__imageWrapper{background:#f9fafb;justify-content:center;width:100%;max-height:60vh;display:flex;overflow:hidden}.Media-module__3S-uva__detailImage{object-fit:contain;width:100%;height:auto;max-height:60vh}.Media-module__3S-uva__videoWrapper{background:#000;width:100%;padding-top:56.25%;position:relative}.Media-module__3S-uva__videoWrapper iframe,.Media-module__3S-uva__videoWrapper video{width:100%;height:100%;position:absolute;top:0;left:0}.Media-module__3S-uva__infoSection{padding:24px}.Media-module__3S-uva__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.Media-module__3S-uva__detailTitle{color:#191f28;margin:0;font-size:20px;font-weight:800;line-height:1.4}.Media-module__3S-uva__stats{color:#8b95a1;white-space:nowrap;align-items:center;gap:12px;font-size:14px;display:flex}.Media-module__3S-uva__likeBtn{cursor:pointer;color:#4e5968;background:#f2f4f6;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.Media-module__3S-uva__likeBtn.Media-module__3S-uva__active{color:#ff4d4f;background:#fff1f0}.Media-module__3S-uva__likeBtn:active{transform:scale(.95)}.Media-module__3S-uva__deleteBtn{color:#ff4d4f;cursor:pointer;background:#fff1f0;border:none;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:700;transition:all .2s}.Media-module__3S-uva__deleteBtn:hover{background:#ffccc7}.Media-module__3S-uva__description{color:#4e5968;white-space:pre-wrap;margin-bottom:24px;font-size:15px;line-height:1.6}.Media-module__3S-uva__commentsSection{border-top:1px solid #f2f4f6;padding-top:24px}.Media-module__3S-uva__commentsSection h3{color:#191f28;margin-bottom:16px;font-size:16px;font-weight:700}.Media-module__3S-uva__commentInputWrapper{gap:8px;margin-bottom:24px;display:flex}.Media-module__3S-uva__commentInputWrapper input{background:#f9fafb;border:1px solid #e5e8eb;border-radius:10px;flex:1;padding:12px 16px;font-size:14px;transition:all .2s}.Media-module__3S-uva__commentInputWrapper input:focus{background:#fff;border-color:#3182f6;outline:none;box-shadow:0 0 0 3px #3182f61a}.Media-module__3S-uva__commentInputWrapper button{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:10px;padding:0 16px;font-size:14px;font-weight:700;transition:all .2s}.Media-module__3S-uva__commentInputWrapper button:hover{background:#1b64da}.Media-module__3S-uva__commentList{flex-direction:column;gap:16px;display:flex}.Media-module__3S-uva__commentItem{background:#f9fafb;border-radius:12px;padding:12px;position:relative}.Media-module__3S-uva__commentHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.Media-module__3S-uva__nickname{color:#333d4b;font-size:13px;font-weight:700}.Media-module__3S-uva__date{color:#8b95a1;font-size:11px}.Media-module__3S-uva__commentText{color:#4e5968;margin:0;font-size:14px;line-height:1.5}.Media-module__3S-uva__deleteCommentBtn{color:#adb5bd;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;transition:background .2s;display:flex;position:absolute;top:8px;right:8px}.Media-module__3S-uva__deleteCommentBtn:hover{color:#fa5252;background:#0000000d}.Media-module__3S-uva__lockOverlay{text-align:center;color:#4e5968;background:#f9fafb;flex-direction:column;align-items:center;gap:16px;padding:60px 24px;display:flex}.Media-module__3S-uva__lockIcon{font-size:48px}.Media-module__3S-uva__loading{text-align:center;color:#8b95a1;padding:60px;font-weight:600}
.MediaEditor-module__TF98kq__overlay{z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.MediaEditor-module__TF98kq__modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 10px 25px #0003}.MediaEditor-module__TF98kq__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.MediaEditor-module__TF98kq__closeBtn{color:#8b95a1;cursor:pointer;background:0 0;border:none;font-size:28px}.MediaEditor-module__TF98kq__form{flex-direction:column;gap:20px;display:flex}.MediaEditor-module__TF98kq__field{flex-direction:column;gap:8px;display:flex}.MediaEditor-module__TF98kq__field label{color:#4e5968;font-size:14px;font-weight:600}.MediaEditor-module__TF98kq__input,.MediaEditor-module__TF98kq__textarea{background:#f9fafb;border:1px solid #e5e8eb;border-radius:8px;width:100%;padding:12px 16px;font-size:15px;transition:border-color .2s}.MediaEditor-module__TF98kq__input:focus,.MediaEditor-module__TF98kq__textarea:focus{background:#fff;border-color:#3182f6;outline:none}.MediaEditor-module__TF98kq__textarea{resize:vertical;min-height:100px}.MediaEditor-module__TF98kq__footer{gap:12px;margin-top:12px;display:flex}.MediaEditor-module__TF98kq__cancelBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:12px;flex:1;padding:14px;font-weight:600}.MediaEditor-module__TF98kq__saveBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:12px;flex:2;padding:14px;font-weight:600}.MediaEditor-module__TF98kq__saveBtn:disabled{background:#ccd0d5}.MediaEditor-module__TF98kq__progressContainer{background:#f2f4f6;border-radius:12px;width:100%;height:24px;margin-top:10px;position:relative;overflow:hidden}.MediaEditor-module__TF98kq__progressBar{background:#3182f6;height:100%;transition:width .3s}.MediaEditor-module__TF98kq__progressText{color:#191f28;font-size:12px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MediaEditor-module__TF98kq__mediaBox{background:#f9fafb;border:2px dashed #e5e8eb;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.MediaEditor-module__TF98kq__fileDropZone{text-align:center;cursor:pointer;background:#fff;border:1px solid #e5e8eb;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:80px;padding:10px;transition:all .2s;display:flex}.MediaEditor-module__TF98kq__fileDropZone:hover{background:#f0f7ff;border-color:#3182f6}.MediaEditor-module__TF98kq__fileDropZone p{color:#4e5968;margin:0;font-size:14px}.MediaEditor-module__TF98kq__thumbnailPreview{aspect-ratio:16/9;background:#000;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.MediaEditor-module__TF98kq__thumbnailPreview img,.MediaEditor-module__TF98kq__thumbnailPreview video{object-fit:contain;width:100%;height:100%}.MediaEditor-module__TF98kq__customSelectWrapper{width:100%;position:relative}.MediaEditor-module__TF98kq__customSelectTrigger{cursor:pointer;background:#f9fafb;border:1px solid #e5e8eb;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:15px;transition:all .2s;display:flex}.MediaEditor-module__TF98kq__customSelectTrigger:hover{border-color:#3182f6}.MediaEditor-module__TF98kq__customDropdown{z-index:100;background:#fff;border:1px solid #e5e8eb;border-radius:8px;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 20px #0000001a}.MediaEditor-module__TF98kq__dropdownItem{cursor:pointer;border-bottom:1px solid #f9fafb;flex-direction:column;gap:2px;padding:10px 16px;transition:background .2s;display:flex}.MediaEditor-module__TF98kq__dropdownItem:hover{background:#f2f4f6}.MediaEditor-module__TF98kq__dropdownTitle{color:#191f28;font-size:14px;font-weight:600}.MediaEditor-module__TF98kq__dropdownInstructor{color:#8b95a1;font-size:12px}.MediaEditor-module__TF98kq__itemActive{background:#f0f7ff}.MediaEditor-module__TF98kq__itemActive .MediaEditor-module__TF98kq__dropdownTitle{color:#3182f6}
.MilongaLucy-module__680YiG__container{background:var(--bg-base);flex-direction:column;min-height:100dvh;padding-bottom:80px;display:flex}.MilongaLucy-module__680YiG__heroSection{background:var(--bg-base);flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;display:flex;position:relative}.MilongaLucy-module__680YiG__posterCard{background:#1a1a1a;border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 40px #00000026}.MilongaLucy-module__680YiG__heroImageWrapper{width:100%;position:relative}.MilongaLucy-module__680YiG__heroImageContainer{cursor:zoom-in;width:100%}.MilongaLucy-module__680YiG__tabNav{background:#fff;border-bottom:1px solid #e5e8eb;gap:0;margin:0;padding:0 1rem;display:flex}.MilongaLucy-module__680YiG__tabBtn{color:#8b95a1;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px 0;font-size:15px;font-weight:600;transition:all .2s;display:flex;position:relative}.MilongaLucy-module__680YiG__badge{color:#fff;z-index:10;pointer-events:none;background-color:#ff4d4f;border:1.5px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;right:calc(50% - 32px);box-shadow:0 2px 4px #0000001a}.MilongaLucy-module__680YiG__activeTabBtn{color:#3182f6;border-bottom-color:#3182f6}.MilongaLucy-module__680YiG__heroImage{object-fit:contain;width:100%;height:auto;display:block}.MilongaLucy-module__680YiG__heroImage:hover{opacity:.95}.MilongaLucy-module__680YiG__editOverlay{z-index:10;position:absolute;top:1rem;right:1rem}.MilongaLucy-module__680YiG__editBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#333d4b;cursor:pointer;background:#ffffffd9;border:1px solid #0000001a;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0000001a}.MilongaLucy-module__680YiG__editBtn:hover{background:#fff;transform:translateY(-1px)}.MilongaLucy-module__680YiG__editBtn:active{transform:translateY(0)scale(.95)}.MilongaLucy-module__680YiG__messageArea{text-align:center;background:#1a1a1a;flex-direction:column;align-items:center;padding:1.5rem 1.25rem;display:flex}.MilongaLucy-module__680YiG__milongaMessage{color:#fff;white-space:pre-wrap;letter-spacing:-.01em;margin-bottom:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.7}.MilongaLucy-module__680YiG__creditLine{color:#fff6;text-transform:uppercase;letter-spacing:.2em;white-space:nowrap;border-top:1px solid #ffffff1a;width:auto;padding-top:.75rem;font-size:.75rem;font-weight:700}.MilongaLucy-module__680YiG__eventSection{padding:var(--space-4);background:var(--bg-base);border-bottom:8px solid var(--bg-secondary)}.MilongaLucy-module__680YiG__sectionHeader{margin-bottom:var(--space-4)}.MilongaLucy-module__680YiG__sectionTitle{color:var(--text-primary);margin-bottom:var(--space-1);font-size:1.15rem;font-weight:700}.MilongaLucy-module__680YiG__sectionSubtitle{color:var(--text-tertiary);font-size:.85rem}.MilongaLucy-module__680YiG__eventGrid{gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.MilongaLucy-module__680YiG__eventCard{padding:var(--space-4);background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-light)}.MilongaLucy-module__680YiG__eventBadge{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-xs);margin-bottom:var(--space-2);padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.MilongaLucy-module__680YiG__eventCardTitle{color:var(--text-primary);margin-bottom:var(--space-1);font-size:1rem;font-weight:700}.MilongaLucy-module__680YiG__eventCardDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.MilongaLucy-module__680YiG__actionSection{padding:var(--space-2) var(--space-4) var(--space-6)}.MilongaLucy-module__680YiG__bookingBtn{width:100%;padding:var(--space-4);color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#3182f6;border:none;font-size:1rem;font-weight:700;transition:all .2s}.MilongaLucy-module__680YiG__bookingBtn:active{transform:scale(.98)}.MilongaLucy-module__680YiG__bookingClosed{width:100%;padding:var(--space-4);color:#adb5bd;text-align:center;border-radius:var(--radius-md);background:#f2f4f6;border:1px solid #e5e8eb;font-size:1rem;font-weight:600}.MilongaLucy-module__680YiG__liveContainer{min-height:400px;padding:0}.MilongaLucy-module__680YiG__liveHeader{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.MilongaLucy-module__680YiG__uploadFab{color:#fff;z-index:100;cursor:pointer;background:#3182f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:90px;right:20px;box-shadow:0 4px 12px #3182f666}.MilongaLucy-module__680YiG__uploadFab:active{transform:scale(.9)}.MilongaLucy-module__680YiG__uploadFab svg{flex-shrink:0;width:24px;height:24px}.MilongaLucy-module__680YiG__navControls{padding:var(--space-3) var(--space-4);background:var(--bg-secondary);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.MilongaLucy-module__680YiG__navBtn{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.MilongaLucy-module__680YiG__navBtn:disabled{opacity:.3;cursor:not-allowed}.MilongaLucy-module__680YiG__navBtn:not(:disabled):hover{background:#f8f9fa;transform:translateY(-1px)}.MilongaLucy-module__680YiG__navDateLabel{color:var(--accent);letter-spacing:.05em;font-size:1.1rem;font-weight:800}.MilongaLucy-module__680YiG__listSection{background:#fff;margin:0;padding:1.5rem}.MilongaLucy-module__680YiG__sectionHeaderBetween{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.MilongaLucy-module__680YiG__selectedDateBadge{color:#4e5968;background:#f2f4f6;border-radius:12px;padding:6px 14px;font-size:.85rem;font-weight:600}.MilongaLucy-module__680YiG__resList{flex-direction:column;gap:.75rem;display:flex}.MilongaLucy-module__680YiG__emptyMsg{text-align:center;color:#adb5bd;padding:3rem 1rem;font-size:.95rem}.MilongaLucy-module__680YiG__resItem,.MilongaLucy-module__680YiG__resItemVip{background:#fff;border-bottom:1px solid #f2f4f6;align-items:center;padding:.75rem 0;display:flex}.MilongaLucy-module__680YiG__resBadge{color:#fff;background-color:#3182f6;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:2px;padding:0 5px;font-size:11px;font-weight:600;display:inline-flex}.MilongaLucy-module__680YiG__resItemVip{background:#fff9f0;border-color:#ffecd2}.MilongaLucy-module__680YiG__resIdx{color:#adb5bd;width:24px;font-size:.9rem;font-weight:700}.MilongaLucy-module__680YiG__resName{color:#333d4b;flex:1;font-weight:700}.MilongaLucy-module__680YiG__resOption{color:#4e5968;background:#fff;border:1px solid #e5e8eb;border-radius:8px;padding:4px 10px;font-size:.8rem;font-weight:600}.MilongaLucy-module__680YiG__resItemVip .MilongaLucy-module__680YiG__resOption{color:#fff;background:#ff7d00;border:none}.MilongaLucy-module__680YiG__resReq{color:#8b95a1;width:100%;margin-top:.5rem;padding-left:24px;font-size:.85rem}.MilongaLucy-module__680YiG__resActions{gap:.5rem;margin-left:.75rem;display:flex}.MilongaLucy-module__680YiG__resActionBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s}.MilongaLucy-module__680YiG__resActionBtn:hover{background:#e5e8eb}.MilongaLucy-module__680YiG__deleteBtn{color:#ef4444}.MilongaLucy-module__680YiG__deleteBtn:hover{background:#fee2e2}.MilongaLucy-module__680YiG__formContent{padding:1.5rem}.MilongaLucy-module__680YiG__formField{margin-bottom:1.5rem}.MilongaLucy-module__680YiG__formField label{color:#333d4b;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:block}.MilongaLucy-module__680YiG__input,.MilongaLucy-module__680YiG__textarea{background:#f9fafb;border:1px solid #e5e8eb;border-radius:14px;outline:none;width:100%;padding:1rem;font-size:1rem;transition:border-color .2s}.MilongaLucy-module__680YiG__input:focus,.MilongaLucy-module__680YiG__textarea:focus{background:#fff;border-color:#3182f6}.MilongaLucy-module__680YiG__optionGroup{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.MilongaLucy-module__680YiG__optionBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:1px solid #0000;border-radius:12px;padding:.8rem .4rem;font-size:.85rem;font-weight:600}.MilongaLucy-module__680YiG__activeOption{color:#3182f6;background:#fff;border-color:#3182f6}.MilongaLucy-module__680YiG__submitBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:16px;width:100%;margin-top:1rem;padding:1.1rem;font-size:1.05rem;font-weight:700}.MilongaLucy-module__680YiG__submitBtn:disabled{opacity:.6}.MilongaLucy-module__680YiG__fullscreenPosterContainer{background:#000;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.MilongaLucy-module__680YiG__fullscreenPoster{object-fit:contain;background:#fff;width:100%;height:auto;box-shadow:0 10px 40px #0000004d}.MilongaLucy-module__680YiG__detailCardWrapper{background:#fff;border-radius:24px;width:92%;max-width:450px;overflow:hidden;box-shadow:0 20px 60px #0006}.MilongaLucy-module__680YiG__modalCloseBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:100;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:1rem;left:1rem}.MilongaLucy-module__680YiG__zoomHint{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;z-index:5;background:#0006;border-radius:20px;padding:4px 10px;font-size:.75rem;position:absolute;bottom:1rem;right:1rem}.MilongaLucy-module__680YiG__fullscreenActions{justify-content:center;gap:.5rem;width:100%;margin-top:1rem;padding:1rem;display:flex}.MilongaLucy-module__680YiG__circleDownloadBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:20px;align-items:center;gap:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0003}.MilongaLucy-module__680YiG__circleDownloadBtn svg{width:18px;height:18px}.MilongaLucy-module__680YiG__circleDownloadBtn:hover{opacity:.9;transform:translateY(-2px)}.MilongaLucy-module__680YiG__deleteActionBtn{background:#ff4d4f}.MilongaLucy-module__680YiG__dateGroup{margin-bottom:1.5rem}.MilongaLucy-module__680YiG__dateDivider{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;align-items:center;gap:12px;padding:12px 1rem;display:flex;position:sticky;top:0}.MilongaLucy-module__680YiG__dateDivider span{color:#4e5968;white-space:nowrap;background:#f2f4f6;border-radius:10px;padding:4px 12px;font-size:13px;font-weight:800}.MilongaLucy-module__680YiG__dividerLine{opacity:.6;background:#e5e8eb;flex:1;height:1px}.MilongaLucy-module__680YiG__noAccess{text-align:center;color:#adb5bd;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.MilongaLucy-module__680YiG__noAccess p{font-size:.95rem;font-weight:500}.MilongaLucy-module__680YiG__priceDisplay{background:#f2f4f6;border:1px solid #e5e8eb;border-radius:16px;justify-content:space-between;align-items:center;margin-top:1rem;padding:1.25rem;display:flex}.MilongaLucy-module__680YiG__priceLabel{color:#4e5968;font-size:.95rem;font-weight:700}.MilongaLucy-module__680YiG__priceValue{color:#3182f6;font-size:1.2rem;font-weight:800}
.MilongaMediaEditor-module__H9mOua__container{flex-direction:column;gap:20px;padding:8px 0 24px;display:flex}.MilongaMediaEditor-module__H9mOua__title{color:#1a1a1a;margin-bottom:4px;font-size:20px;font-weight:700}.MilongaMediaEditor-module__H9mOua__subtitle{color:#8b95a1;margin-bottom:8px;font-size:14px}.MilongaMediaEditor-module__H9mOua__field{flex-direction:column;gap:8px;display:flex}.MilongaMediaEditor-module__H9mOua__label{color:#4e5968;font-size:14px;font-weight:600}.MilongaMediaEditor-module__H9mOua__input{background:#f9fafb;border:1px solid #e5e8eb;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:border-color .2s}.MilongaMediaEditor-module__H9mOua__input:focus{border-color:#333}.MilongaMediaEditor-module__H9mOua__mediaBox{aspect-ratio:16/9;cursor:pointer;background:#f9fafb;border:2px dashed #e5e8eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.MilongaMediaEditor-module__H9mOua__mediaBox:hover{background:#f2f4f6;border-color:#d1d6db}.MilongaMediaEditor-module__H9mOua__mediaBox p{color:#8b95a1;text-align:center;padding:0 20px;font-size:14px}.MilongaMediaEditor-module__H9mOua__preview{object-fit:cover;width:100%;height:100%}.MilongaMediaEditor-module__H9mOua__progressContainer{margin-top:16px}.MilongaMediaEditor-module__H9mOua__progressBar{background:#f2f4f6;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden}.MilongaMediaEditor-module__H9mOua__progressFill{background:#333;height:100%;transition:width .3s}.MilongaMediaEditor-module__H9mOua__progressText{color:#8b95a1;text-align:center;font-size:12px;display:block}.MilongaMediaEditor-module__H9mOua__submitBtn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:12px;width:100%;margin-top:12px;padding:16px;font-size:16px;font-weight:600;transition:opacity .2s}.MilongaMediaEditor-module__H9mOua__submitBtn:disabled{opacity:.5;cursor:not-allowed}.MilongaMediaEditor-module__H9mOua__idFields{gap:12px;display:flex}.MilongaMediaEditor-module__H9mOua__idFields>div{flex:1}
.CouponEditor-module__4-elQW__editorContainer{background:#fff;min-height:100%;padding:1.5rem}.CouponEditor-module__4-elQW__editorHeader{border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.CouponEditor-module__4-elQW__editorHeader h3{color:#1a1f27;margin:0;font-size:1.25rem;font-weight:700}.CouponEditor-module__4-elQW__addBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .2s}.CouponEditor-module__4-elQW__addBtn:hover{background:#1b64da;transform:translateY(-1px)}.CouponEditor-module__4-elQW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CouponEditor-module__4-elQW__modalContent{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:2rem;animation:.3s ease-out CouponEditor-module__4-elQW__modalAppear;overflow-y:auto;box-shadow:0 10px 40px #00000026}@keyframes CouponEditor-module__4-elQW__modalAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CouponEditor-module__4-elQW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.CouponEditor-module__4-elQW__modalHeader h3{color:#1a1f27;margin:0;font-size:1.25rem;font-weight:700}.CouponEditor-module__4-elQW__listBtn{color:#fff;cursor:pointer;background:#3182f6;border:4px solid #1a1f27;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.CouponEditor-module__4-elQW__form{flex-direction:column;gap:1.5rem;display:flex}.CouponEditor-module__4-elQW__formGroup{flex-direction:column;gap:.75rem;display:flex}.CouponEditor-module__4-elQW__formGroup label{color:#4e5968;font-size:.9rem;font-weight:600}.CouponEditor-module__4-elQW__formGroup input,.CouponEditor-module__4-elQW__formGroup select{background:#f9fafb;border:1px solid #e5e8eb;border-radius:12px;outline:none;padding:.85rem 1rem;font-size:1rem;transition:all .2s}.CouponEditor-module__4-elQW__formGroup input:focus{background:#fff;border-color:#3182f6;box-shadow:0 0 0 3px #3182f61a}.CouponEditor-module__4-elQW__formHelp{color:#6b7684;font-size:.8rem;line-height:1.4}.CouponEditor-module__4-elQW__actions{gap:1rem;margin-top:2rem;display:flex}.CouponEditor-module__4-elQW__submitBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:12px;flex:3;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .2s}.CouponEditor-module__4-elQW__submitBtn:hover{background:#1b64da}.CouponEditor-module__4-elQW__cancelBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:12px;flex:1;padding:1.1rem;font-size:1rem;font-weight:600}.CouponEditor-module__4-elQW__cancelBtn:hover{background:#e5e8eb}.CouponEditor-module__4-elQW__list{flex-direction:column;gap:1.25rem;display:flex}.CouponEditor-module__4-elQW__couponItem{background:#f9fafb;border:1px solid #f1f3f5;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem;transition:transform .2s;display:flex}.CouponEditor-module__4-elQW__couponItem:hover{border-color:#e5e8eb;transform:translate(4px)}.CouponEditor-module__4-elQW__couponTitle{color:#1a1f27;margin-bottom:.4rem;font-size:1.1rem;font-weight:800}.CouponEditor-module__4-elQW__couponMeta{color:#8b95a1;gap:.5rem;margin-bottom:.6rem;font-size:.85rem;display:flex}.CouponEditor-module__4-elQW__couponStats{color:#4e5968;font-size:.9rem}.CouponEditor-module__4-elQW__deleteBtn{color:#ff4d4f;cursor:pointer;background:#fff0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;transition:all .2s;display:flex}.CouponEditor-module__4-elQW__deleteBtn:hover{background:#ffd6d6;transform:scale(1.1)}.CouponEditor-module__4-elQW__soldOutTag{color:#fff;background:#ff4d4f;border-radius:6px;margin-left:.5rem;padding:2px 8px;font-size:.75rem;font-weight:700}.CouponEditor-module__4-elQW__empty{text-align:center;color:#adb5bd;padding:5rem 1rem;font-size:1.1rem}.CouponEditor-module__4-elQW__recipientsList{border-top:1px dashed #e5e8eb;flex-direction:column;gap:.4rem;margin-top:1rem;padding-top:.8rem;display:flex}.CouponEditor-module__4-elQW__recipientRow{justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.CouponEditor-module__4-elQW__recipientName{color:#4e5968;font-weight:600}.CouponEditor-module__4-elQW__issuedTime{color:#8b95a1;font-family:monospace}.CouponEditor-module__4-elQW__syncButton{color:#4e5968;cursor:pointer;background:#fff;border:1px solid #e5e8eb;border-radius:6px;align-items:center;gap:4px;margin-left:.8rem;padding:2px 8px;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.CouponEditor-module__4-elQW__syncButton:hover{color:#3182f6;background:#f9fafb;border-color:#3182f6}
.InstallGuide-module__iF5qka__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out InstallGuide-module__iF5qka__fadeIn;display:flex;position:fixed;inset:0}@keyframes InstallGuide-module__iF5qka__fadeIn{0%{opacity:0}to{opacity:1}}.InstallGuide-module__iF5qka__container{background:#fffffff2;border-radius:28px;width:100%;max-width:360px;animation:.4s cubic-bezier(.2,.8,.2,1.1) InstallGuide-module__iF5qka__scaleUp;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}@keyframes InstallGuide-module__iF5qka__scaleUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.InstallGuide-module__iF5qka__header{justify-content:space-between;align-items:center;padding:20px 24px 10px;display:flex}.InstallGuide-module__iF5qka__header h3{color:#191f28;margin:0;font-size:1.1rem;font-weight:800}.InstallGuide-module__iF5qka__closeBtn{color:#4e5968;cursor:pointer;background:#f2f4f6;border:none;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.InstallGuide-module__iF5qka__content{padding:0 24px 24px}.InstallGuide-module__iF5qka__desc{color:#4e5968;text-align:center;margin:0 0 20px;font-size:.95rem;line-height:1.6}.InstallGuide-module__iF5qka__imageBox{background:#f9fafb;border:1px solid #eee;border-radius:20px;width:100%;margin-bottom:24px;overflow:hidden}.InstallGuide-module__iF5qka__guideImage{width:100%;display:block}.InstallGuide-module__iF5qka__confirmBtn{color:#fff;cursor:pointer;background:#3182f6;border:none;border-radius:16px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:transform .2s,background .2s}.InstallGuide-module__iF5qka__confirmBtn:active{background:#1b64da;transform:scale(.98)}.InstallGuide-module__iF5qka__kakaoGuide{padding-top:10px}.InstallGuide-module__iF5qka__steps{flex-direction:column;gap:12px;display:flex}.InstallGuide-module__iF5qka__step{color:#333d4b;background:#f9fafb;border-radius:14px;align-items:center;gap:12px;padding:14px;font-size:.95rem;font-weight:600;display:flex}.InstallGuide-module__iF5qka__stepNum{color:#fff;background:#3182f6;border-radius:12px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex}
