.SignupModal-module__2-KZBq__modalOverlay{background:var(--overlay-dark);z-index:var(--z-modal);padding:var(--space-xl);justify-content:center;align-items:center;animation:.2s ease-out SignupModal-module__2-KZBq__fadeIn;display:flex;position:fixed;inset:0}.SignupModal-module__2-KZBq__modalContent{border-radius:var(--rounded-2xl);padding:var(--space-2xl);width:100%;max-width:440px;max-height:90vh;box-shadow:var(--shadow-modal);background:#fff;animation:.3s ease-out SignupModal-module__2-KZBq__slideUp;position:relative;overflow-y:auto}.SignupModal-module__2-KZBq__closeButton{top:var(--space-lg);right:var(--space-lg);font-size:var(--text-2xl);color:var(--gray-600);cursor:pointer;padding:var(--space-xs);border-radius:var(--r-xs);transition:var(--transition-bg);background:0 0;border:none;position:absolute}.SignupModal-module__2-KZBq__closeButton:hover{background:var(--hover-bg-subtle);color:var(--hover-text)}.SignupModal-module__2-KZBq__modalHeader{text-align:center;margin-bottom:var(--space-xl)}.SignupModal-module__2-KZBq__title{font-size:var(--text-2xl);color:var(--gray-800);margin-bottom:var(--space-sm);font-weight:700}.SignupModal-module__2-KZBq__subtitle{font-size:var(--text-md);color:var(--gray-600);line-height:1.4}.SignupModal-module__2-KZBq__socialLogin{margin-bottom:var(--space-xl)}.SignupModal-module__2-KZBq__socialButton{width:100%;padding:var(--space-md)var(--space-lg);border:1px solid var(--gray-200);border-radius:var(--r-sm);cursor:pointer;margin-bottom:var(--space-md);justify-content:center;align-items:center;gap:var(--space-sm);font-size:var(--text-md);transition:var(--transition-all-fast);background:#fff;font-weight:500;display:flex}.SignupModal-module__2-KZBq__socialButton:hover{background:var(--hover-bg-subtle);border-color:var(--hover-border)}.SignupModal-module__2-KZBq__socialButton:last-child{margin-bottom:0}.SignupModal-module__2-KZBq__googleIcon{color:#db4437;font-weight:700}.SignupModal-module__2-KZBq__appleIcon{color:#000;font-weight:700}.SignupModal-module__2-KZBq__kakaoIcon{color:#ffe812;width:18px;height:18px;font-size:var(--text-sm);background:#391b1b;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.SignupModal-module__2-KZBq__divider{text-align:center;margin:var(--space-xl)0;color:var(--gray-500);font-size:var(--text-sm);position:relative}.SignupModal-module__2-KZBq__divider:before{content:"";background:var(--gray-200);z-index:1;height:1px;position:absolute;top:50%;left:0;right:0}.SignupModal-module__2-KZBq__divider span{padding:0 var(--space-md);z-index:2;background:#fff;position:relative}.SignupModal-module__2-KZBq__emailForm{margin-bottom:var(--space-xl)}.SignupModal-module__2-KZBq__formGroup{margin-bottom:var(--space-lg)}.SignupModal-module__2-KZBq__label{font-size:var(--text-sm);color:var(--gray-800);margin-bottom:var(--space-sm);font-weight:600;display:block}.SignupModal-module__2-KZBq__input{width:100%;padding:var(--input-padding-y)var(--input-padding-x);border:1px solid var(--gray-200);border-radius:var(--r-sm);font-size:var(--text-md);transition:var(--transition-border)}.SignupModal-module__2-KZBq__input:focus{border-color:var(--focus-border-accent);box-shadow:var(--focus-ring);outline:none}.SignupModal-module__2-KZBq__submitButton{width:100%;padding:var(--space-lg)var(--space-lg);background:var(--red,#f0a8b8);color:#fff;border-radius:var(--r-sm);font-size:var(--text-lg);cursor:pointer;transition:var(--transition-bg);border:none;font-weight:600}.SignupModal-module__2-KZBq__submitButton:hover:not(:disabled){background:var(--red-dark,#c97088)}.SignupModal-module__2-KZBq__submitButton:disabled{background:var(--gray-200);color:var(--gray-500);cursor:var(--disabled-cursor)}.SignupModal-module__2-KZBq__phoneInputWrapper{gap:var(--space-sm);align-items:stretch;display:flex}.SignupModal-module__2-KZBq__countrySelect{padding:var(--input-padding-y)var(--input-padding-x);border:1px solid var(--gray-200);border-radius:var(--r-sm);font-size:var(--text-md);cursor:pointer;background:#fff;min-width:70px}.SignupModal-module__2-KZBq__countrySelect:focus{border-color:var(--focus-border-accent);outline:none}.SignupModal-module__2-KZBq__phoneInputWrapper .SignupModal-module__2-KZBq__input{flex:1}.SignupModal-module__2-KZBq__verifiedBadge{right:var(--space-md);color:#28a745;font-size:var(--text-sm);background:var(--green-soft);padding:var(--space-xs)var(--space-sm);border-radius:var(--r-xs);font-weight:600;position:absolute;top:50%;transform:translateY(-50%)}.SignupModal-module__2-KZBq__verificationWrapper{gap:var(--space-sm);display:flex}.SignupModal-module__2-KZBq__verificationWrapper .SignupModal-module__2-KZBq__input{flex:1}.SignupModal-module__2-KZBq__verifyButton{padding:var(--space-md)var(--space-xl);color:#fff;border-radius:var(--r-sm);font-size:var(--text-md);cursor:pointer;transition:var(--transition-bg);white-space:nowrap;background:#28a745;border:none;font-weight:600}.SignupModal-module__2-KZBq__verifyButton:hover{background:#218838}.SignupModal-module__2-KZBq__sendCodeButton{width:100%;padding:var(--space-md)var(--space-lg);color:#fff;border-radius:var(--r-sm);font-size:var(--text-md);cursor:pointer;transition:var(--transition-bg);margin-bottom:var(--space-lg);background:#6c757d;border:none;font-weight:600}.SignupModal-module__2-KZBq__sendCodeButton:hover:not(:disabled){background:#5a6268}.SignupModal-module__2-KZBq__sendCodeButton:disabled{background:var(--gray-200);color:var(--gray-500);cursor:var(--disabled-cursor)}.SignupModal-module__2-KZBq__countdown{color:#dc3545;font-weight:400}.SignupModal-module__2-KZBq__loginText{text-align:center;font-size:var(--text-md);color:var(--gray-600);margin-bottom:var(--space-lg)}.SignupModal-module__2-KZBq__loginLink{color:#007bff;cursor:pointer;font-size:var(--text-md);background:0 0;border:none;text-decoration:underline}.SignupModal-module__2-KZBq__loginLink:hover{color:#0056b3}.SignupModal-module__2-KZBq__errorText{color:#dc3545;font-size:var(--text-md);text-align:center;margin-bottom:var(--space-md);padding:var(--space-sm)var(--space-md);background:var(--error-soft);border-radius:var(--r-sm)}.SignupModal-module__2-KZBq__demoButton{width:100%;padding:var(--space-md)var(--space-lg);background:var(--gray-50);color:var(--gray-600);border:1px dashed var(--gray-300);border-radius:var(--r-sm);font-size:var(--text-md);cursor:pointer;transition:var(--transition-all-fast);margin-bottom:var(--space-lg);font-weight:500}.SignupModal-module__2-KZBq__demoButton:hover{background:var(--hover-bg);border-color:var(--hover-border);color:var(--hover-text)}.SignupModal-module__2-KZBq__termsText{text-align:center;font-size:var(--text-sm);color:var(--gray-500);line-height:1.4}.SignupModal-module__2-KZBq__termsLink{color:#007bff;cursor:pointer;font-size:var(--text-sm);background:0 0;border:none;text-decoration:underline}.SignupModal-module__2-KZBq__termsLink:hover{color:#0056b3}@media (max-width:480px){.SignupModal-module__2-KZBq__modalOverlay{padding:var(--space-md)}.SignupModal-module__2-KZBq__modalContent{padding:var(--space-xl);border-radius:var(--r)}.SignupModal-module__2-KZBq__title{font-size:var(--text-xl)}}
.ChatWidget-module__2abAqq__overlay{z-index:var(--z-chat);background:#fff;flex-direction:column;animation:.3s ChatWidget-module__2abAqq__slideUpFull;display:flex;position:fixed;inset:0}.ChatWidget-module__2abAqq__header{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);border-bottom:1px solid var(--gray-200);z-index:var(--z-above);background:#fff;flex-shrink:0;display:flex}.ChatWidget-module__2abAqq__headerBack{font-size:var(--text-xl);color:var(--gray-500);cursor:pointer;width:28px;transition:var(--transition-color);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.ChatWidget-module__2abAqq__headerBack:hover{color:var(--hover-text-accent)}.ChatWidget-module__2abAqq__headerIcon{width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--r);background:linear-gradient(135deg,var(--accent-pink-light)0%,var(--accent-pink)100%);font-size:var(--text-xl);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatWidget-module__2abAqq__headerInfo{flex:1;min-width:0}.ChatWidget-module__2abAqq__headerTitle{font-size:var(--text-lg);color:var(--gray-800);font-weight:700}.ChatWidget-module__2abAqq__headerStatus{font-size:var(--text-sm);color:var(--green);align-items:center;gap:var(--space-xs);margin-top:2px;display:flex}.ChatWidget-module__2abAqq__statusDot{background:var(--green);border-radius:50%;width:6px;height:6px;display:inline-block}.ChatWidget-module__2abAqq__langBtn{border:1px solid var(--gray-200);border-radius:var(--r-sm);font-size:var(--text-sm);color:var(--gray-500);cursor:pointer;padding:var(--space-sm)var(--space-md);background:#fff;font-family:inherit}.ChatWidget-module__2abAqq__langBtn:hover{border-color:var(--accent-pink);color:var(--gray-800)}.ChatWidget-module__2abAqq__langWrap{position:relative}.ChatWidget-module__2abAqq__langPopup{margin-top:var(--space-xs);border:1px solid var(--gray-200);border-radius:var(--r);box-shadow:var(--shadow-md);padding:var(--space-sm)0;min-width:100px;z-index:var(--z-above);background:#fff;display:none;position:absolute;top:100%;right:0}.ChatWidget-module__2abAqq__langPopupOpen{display:block}.ChatWidget-module__2abAqq__langOption{width:100%;padding:var(--space-sm)var(--space-lg);font-size:var(--text-md);text-align:left;cursor:pointer;color:var(--gray-800);background:0 0;border:none;font-family:inherit;display:block}.ChatWidget-module__2abAqq__langOption:hover{background:var(--hover-bg)}.ChatWidget-module__2abAqq__chatArea{padding:var(--space-lg)var(--space-lg)100px;flex:1;position:relative;overflow-y:auto}.ChatWidget-module__2abAqq__chatArea::-webkit-scrollbar{width:6px}.ChatWidget-module__2abAqq__chatArea::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.ChatWidget-module__2abAqq__msgRow{margin-bottom:var(--space-md);display:flex}.ChatWidget-module__2abAqq__msgUser{justify-content:flex-end}.ChatWidget-module__2abAqq__bubbleUser{background:var(--gray-800);color:#fff;padding:var(--space-md)var(--space-lg);border-radius:var(--rounded-2xl)var(--rounded-2xl)var(--r-xs)var(--rounded-2xl);max-width:80%;font-size:var(--text-md);font-weight:400;line-height:1.5}.ChatWidget-module__2abAqq__bubbleBot{background:var(--gray-100);color:var(--gray-800);padding:var(--space-md)var(--space-lg);border-radius:var(--rounded-2xl)var(--rounded-2xl)var(--rounded-2xl)var(--r-xs);max-width:80%;font-size:var(--text-md);line-height:1.5}.ChatWidget-module__2abAqq__typingRow{margin-bottom:var(--space-md);display:flex}.ChatWidget-module__2abAqq__typingBubble{background:var(--gray-100);padding:var(--space-md)var(--space-xl);border-radius:var(--rounded-2xl)var(--rounded-2xl)var(--rounded-2xl)var(--r-xs);align-items:center;gap:var(--space-md);display:inline-flex}.ChatWidget-module__2abAqq__typingSpinner{border:2px solid var(--gray-200);border-top-color:var(--gray-500);border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite ChatWidget-module__2abAqq__spin}.ChatWidget-module__2abAqq__typingDot{background:var(--gray-400);border-radius:50%;width:7px;height:7px;margin:0 2px;display:inline-block}.ChatWidget-module__2abAqq__typingDot:first-child{animation:1.4s infinite ChatWidget-module__2abAqq__bounce}.ChatWidget-module__2abAqq__typingDot:nth-child(2){animation:1.4s .2s infinite ChatWidget-module__2abAqq__bounce}.ChatWidget-module__2abAqq__typingDot:nth-child(3){animation:1.4s .4s infinite ChatWidget-module__2abAqq__bounce}.ChatWidget-module__2abAqq__slideUp{animation:.4s forwards ChatWidget-module__2abAqq__slideUp}.ChatWidget-module__2abAqq__fadeIn{animation:.5s forwards ChatWidget-module__2abAqq__fadeIn}.ChatWidget-module__2abAqq__card{border:1.5px solid var(--gray-200);border-radius:var(--rounded-2xl);padding:var(--space-xl);width:90%;margin-bottom:var(--space-md);background:#fff}.ChatWidget-module__2abAqq__welcomeCard{background:var(--red-soft);width:100%;}.ChatWidget-module__2abAqq__welcomeCardIcon{border-radius:var(--r);background:linear-gradient(135deg,var(--accent-pink-light)0%,var(--accent-pink)100%);width:48px;height:48px;font-size:var(--text-2xl);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatWidget-module__2abAqq__welcomeCardHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.ChatWidget-module__2abAqq__welcomeCardTitle{font-weight:700;font-size:var(--card-title);color:var(--gray-800)}.ChatWidget-module__2abAqq__welcomeCardSub{font-size:var(--text-sm);color:var(--gray-500)}.ChatWidget-module__2abAqq__welcomeCardBody{font-size:var(--body);color:var(--gray-600);line-height:1.6}.ChatWidget-module__2abAqq__optionBtn{border:1.5px solid var(--gray-200);border-radius:var(--rounded-2xl);padding:var(--space-md)var(--space-lg);align-items:center;gap:var(--space-md);cursor:pointer;transition:var(--transition-all-fast);text-align:left;width:85%;margin-bottom:var(--space-sm);background:#fff;font-family:inherit;display:flex}.ChatWidget-module__2abAqq__optionBtn:hover{border-color:var(--hover-border-accent)}.ChatWidget-module__2abAqq__optionBtnDisabled{opacity:.5;cursor:default;pointer-events:none;}.ChatWidget-module__2abAqq__designerAvatar{object-fit:cover;border:2px solid var(--gray-200);border-radius:50%;flex-shrink:0;width:44px;height:44px}.ChatWidget-module__2abAqq__optionEmoji{flex-shrink:0;font-size:28px}.ChatWidget-module__2abAqq__optionTitle{font-weight:600;font-size:var(--card-title);color:var(--gray-800)}.ChatWidget-module__2abAqq__optionSub{font-size:var(--text-sm);color:var(--gray-500)}.ChatWidget-module__2abAqq__optionArrow{color:var(--gray-300);font-size:var(--text-xl);margin-left:auto}.ChatWidget-module__2abAqq__pillBtn{border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:var(--space-sm)var(--space-lg);font-size:var(--text-md);cursor:pointer;align-items:center;gap:var(--space-sm);transition:var(--transition-all-fast);color:var(--gray-800);margin-bottom:var(--space-sm);margin-right:var(--space-sm);background:#fff;font-family:inherit;font-weight:500;display:inline-flex}.ChatWidget-module__2abAqq__pillBtn:hover{border-color:var(--hover-border-accent)}.ChatWidget-module__2abAqq__pillBtnDisabled{opacity:.5;cursor:default;pointer-events:none;}.ChatWidget-module__2abAqq__pillBtnWrap{flex-wrap:wrap;width:100%;display:flex}.ChatWidget-module__2abAqq__surveyCard{}.ChatWidget-module__2abAqq__surveyTitle{font-weight:700;font-size:var(--text-md);color:var(--gray-800);margin-bottom:var(--space-xs)}.ChatWidget-module__2abAqq__surveySub{font-size:var(--text-sm);color:var(--gray-500);margin-bottom:var(--space-lg)}.ChatWidget-module__2abAqq__surveyGroup{margin-bottom:var(--space-lg)}.ChatWidget-module__2abAqq__surveyLabel{font-family:ui-monospace,monospace;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--accent-pink);margin-bottom:var(--space-sm);padding-left:var(--space-md);border-left:2px solid var(--accent-pink);font-weight:700}.ChatWidget-module__2abAqq__surveyToggleWrap{flex-wrap:wrap;display:flex}.ChatWidget-module__2abAqq__surveyToggle{background:var(--gray-100);color:var(--gray-800);border:1px solid var(--gray-200);border-radius:var(--r-full);padding:var(--space-sm)var(--space-lg);font-size:var(--text-sm);cursor:pointer;transition:var(--transition-all-fast);margin-right:var(--space-sm);margin-bottom:var(--space-sm);font-family:inherit;font-weight:400}.ChatWidget-module__2abAqq__surveyToggleSelected{background:var(--gray-800);color:#fff;border-color:var(--gray-800);}.ChatWidget-module__2abAqq__surveyInput{border:1px solid var(--gray-200);border-radius:var(--r-sm);width:100%;padding:var(--input-padding-y)var(--input-padding-x);font-size:var(--text-md);outline:none;font-family:inherit}.ChatWidget-module__2abAqq__surveyInput:focus{border-color:var(--focus-border-accent)}.ChatWidget-module__2abAqq__submitBtn{background:var(--accent-pink);color:#fff;border-radius:var(--r-full);padding:var(--space-md)var(--space-xl);font-size:var(--text-sm);cursor:pointer;width:100%;margin-top:var(--space-xs);border:none;font-family:inherit;font-weight:600}.ChatWidget-module__2abAqq__submitBtn:hover{opacity:var(--hover-opacity-soft)}.ChatWidget-module__2abAqq__submitBtn:disabled{background:var(--gray-300);cursor:var(--disabled-cursor)}.ChatWidget-module__2abAqq__agentBtn{align-items:center;gap:var(--space-sm);border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:var(--space-sm)var(--space-lg);font-size:var(--text-md);cursor:pointer;color:var(--gray-800);margin-top:var(--space-xs);transition:var(--transition-all-fast);background:#fff;font-family:inherit;font-weight:500;display:inline-flex}.ChatWidget-module__2abAqq__agentBtn:hover{border-color:var(--green);color:var(--green)}.ChatWidget-module__2abAqq__bottomInput{padding:var(--space-md)var(--space-lg);border-top:1px solid var(--gray-200);gap:var(--space-sm);background:#fff;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0}.ChatWidget-module__2abAqq__chatInput{border:1.5px solid var(--gray-200);border-radius:var(--r-xl);padding:var(--input-padding-y)var(--input-padding-x);font-size:var(--text-md);outline:none;flex:1;font-family:inherit}.ChatWidget-module__2abAqq__chatInput:focus{border-color:var(--focus-border-accent)}.ChatWidget-module__2abAqq__sendBtn{background:var(--gray-800);color:#fff;width:var(--avatar-size);height:var(--avatar-size);cursor:pointer;font-size:var(--text-lg);transition:var(--transition-bg);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatWidget-module__2abAqq__sendBtn:hover{background:var(--gray-700)}.ChatWidget-module__2abAqq__sendBtn:disabled{background:var(--gray-300);cursor:var(--disabled-cursor)}.ChatWidget-module__2abAqq__streamingText{white-space:pre-wrap}
.ReviewModal-module__r0dxqW__reviewModalOverlay{background:var(--overlay-light);z-index:var(--z-toast);pointer-events:none;display:none;position:fixed;inset:0}.ReviewModal-module__r0dxqW__reviewModalOverlay.ReviewModal-module__r0dxqW__open{pointer-events:auto;display:block}.ReviewModal-module__r0dxqW__reviewModal{background:var(--white);border-radius:var(--r-xl);width:100%;max-width:500px;height:50vh;box-shadow:var(--shadow-modal);transition:transform var(--duration-slow)var(--ease-out);z-index:var(--z-max);pointer-events:auto;overscroll-behavior:contain;flex-direction:column;display:flex;position:fixed;top:15vh;left:50%;overflow:hidden;transform:translate(-50%)translateY(-120%)}.ReviewModal-module__r0dxqW__reviewModalOverlay.ReviewModal-module__r0dxqW__open .ReviewModal-module__r0dxqW__reviewModal{transform:translate(-50%)translateY(0)}.ReviewModal-module__r0dxqW__reviewModalHeader{padding:var(--space-lg)var(--space-lg)var(--space-md);border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:var(--space-md);background:var(--white);flex-shrink:0;display:flex}.ReviewModal-module__r0dxqW__reviewModalTitleWrap{align-items:center;gap:var(--space-sm);flex:1;min-width:0;display:flex}.ReviewModal-module__r0dxqW__reviewModalTitleIcon{border-radius:var(--r-sm);background:linear-gradient(135deg,var(--red)0%,#f8c4d0 100%);color:#fff;width:28px;height:28px;font-size:var(--text-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ReviewModal-module__r0dxqW__reviewModalTitle{font-size:var(--text-lg);color:var(--gray-900);letter-spacing:var(--tracking-snug);font-weight:700;line-height:1.3}.ReviewModal-module__r0dxqW__reviewModalTitleSub{font-size:var(--text-sm);color:var(--gray-500);margin-top:2px;font-weight:500;display:block}.ReviewModal-module__r0dxqW__reviewModalActions{gap:var(--space-sm);flex-shrink:0;display:flex}.ReviewModal-module__r0dxqW__reviewModalBtn{padding:var(--space-sm)var(--space-lg);border-radius:var(--r-xl);font-size:var(--text-sm);cursor:pointer;transition:var(--transition-all-fast);border:none;font-family:inherit;font-weight:600}.ReviewModal-module__r0dxqW__reviewModalBtnDraft{background:var(--gray-100);color:var(--gray-600)}.ReviewModal-module__r0dxqW__reviewModalBtnDraft:hover{background:var(--gray-200)}.ReviewModal-module__r0dxqW__reviewModalBtnSubmit{background:var(--red);color:#fff;box-shadow:var(--shadow-pink)}.ReviewModal-module__r0dxqW__reviewModalBtnSubmit:hover{opacity:var(--hover-opacity-soft);transform:var(--hover-lift-sm)}.ReviewModal-module__r0dxqW__reviewModalClose{background:var(--gray-100);width:36px;height:36px;color:var(--gray-600);cursor:pointer;transition:var(--transition-bg);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ReviewModal-module__r0dxqW__reviewModalClose:hover{background:var(--gray-200)}.ReviewModal-module__r0dxqW__reviewModalClose svg{width:18px;height:18px}.ReviewModal-module__r0dxqW__reviewModalBody{min-height:0;padding:var(--space-lg);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}.ReviewModal-module__r0dxqW__reviewModalBody::-webkit-scrollbar{width:4px}.ReviewModal-module__r0dxqW__reviewModalBody::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.ReviewModal-module__r0dxqW__submitResult{padding:var(--space-md)var(--space-lg);border-radius:var(--r);font-size:var(--text-md);margin-bottom:var(--space-md);text-align:center;font-weight:600}.ReviewModal-module__r0dxqW__submitSuccess{background:var(--success-soft);color:var(--success-dark)}.ReviewModal-module__r0dxqW__submitError{background:var(--error-soft);color:var(--error)}.ReviewModal-module__r0dxqW__loginWarning{padding:var(--space-md)var(--space-lg);border-radius:var(--r);background:var(--warning-soft);color:var(--warning-dark);font-size:var(--text-md);margin-bottom:var(--space-md);text-align:center;font-weight:600}.ReviewModal-module__r0dxqW__reviewBookingPrompt{background:var(--error-soft);border-radius:var(--rounded-2xl);padding:var(--space-lg);margin-bottom:var(--space-lg);box-shadow:var(--shadow-sm);gap:var(--space-md);align-items:flex-start;display:flex}.ReviewModal-module__r0dxqW__reviewBookingPromptIcon{border-radius:var(--r);width:44px;min-width:44px;height:44px;color:var(--gray-700);background:#ea8e9759;justify-content:center;align-items:center;display:flex}.ReviewModal-module__r0dxqW__reviewBookingPromptIcon svg{width:24px;height:24px}.ReviewModal-module__r0dxqW__reviewBookingPromptContent{flex:1;min-width:0}.ReviewModal-module__r0dxqW__reviewBookingPromptTitle{font-size:var(--text-lg);color:var(--gray-900);margin-bottom:var(--space-xs);font-weight:700}.ReviewModal-module__r0dxqW__reviewBookingPromptDesc{font-size:var(--text-md);color:var(--gray-500);margin-bottom:var(--space-md);line-height:1.45}.ReviewModal-module__r0dxqW__reviewBookingPromptBtn{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);border-radius:var(--r);background:var(--red);color:#fff;font-size:var(--text-md);cursor:pointer;transition:var(--transition-opacity);border:none;font-family:inherit;font-weight:600;text-decoration:none;display:inline-flex}.ReviewModal-module__r0dxqW__reviewBookingPromptBtn:hover{opacity:var(--hover-opacity-soft)}.ReviewModal-module__r0dxqW__reviewBookingPromptBtn svg{width:16px;height:16px}.ReviewModal-module__r0dxqW__reviewWriteManuallyDivider{text-align:center;margin-bottom:var(--space-xl);position:relative}.ReviewModal-module__r0dxqW__reviewWriteManuallyDivider:before{content:"";background:var(--gray-200);height:1px;position:absolute;top:50%;left:0;right:0}.ReviewModal-module__r0dxqW__reviewWriteManuallyDivider span{padding:0 var(--space-md);font-size:var(--text-sm);color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;background:var(--white);font-weight:600;display:inline-block;position:relative}.ReviewModal-module__r0dxqW__reviewSection{margin-bottom:var(--space-xl)}.ReviewModal-module__r0dxqW__reviewSection:last-child{margin-bottom:0}.ReviewModal-module__r0dxqW__reviewSectionTitle{font-size:var(--text-sm);color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-sm);align-items:center;gap:var(--space-sm);font-weight:600;display:flex}.ReviewModal-module__r0dxqW__badge{font-size:var(--text-xs);padding:2px var(--space-sm);border-radius:var(--r-sm);background:var(--red-soft);color:var(--red);text-transform:none;font-weight:700}.ReviewModal-module__r0dxqW__badgeRequired{font-size:var(--text-xs);padding:2px var(--space-sm);border-radius:var(--r-sm);color:#dc2626;text-transform:none;background:#fee2e2;font-weight:700}.ReviewModal-module__r0dxqW__bookingSelectorWrap{gap:var(--space-xs);margin-top:var(--space-xs);flex-direction:column;display:flex}.ReviewModal-module__r0dxqW__bookingSelect{width:100%;padding:var(--space-sm)var(--space-md);border:1.5px solid var(--border);border-radius:var(--r-md);font-size:var(--text-sm);background:var(--bg);color:var(--fg);cursor:pointer}.ReviewModal-module__r0dxqW__clearBookingBtn{padding:4px var(--space-sm);color:var(--red);font-size:var(--text-xs);cursor:pointer;background:0 0;border:none;align-self:flex-start;text-decoration:underline}.ReviewModal-module__r0dxqW__autoFilledHint{font-size:var(--text-xs);color:#16a34a;margin:0}.ReviewModal-module__r0dxqW__ocrHint{font-size:var(--text-xs);color:#16a34a;margin-top:var(--space-sm);align-items:center;gap:6px;display:flex}.ReviewModal-module__r0dxqW__ocrHint:before{content:"✓";font-weight:600}.ReviewModal-module__r0dxqW__autoFilledInput{background:#f0fdf4!important;border-color:#16a34a!important}.ReviewModal-module__r0dxqW__reviewBookingLoading{font-size:var(--text-sm);color:var(--muted);margin:var(--space-xs)0 0}.ReviewModal-module__r0dxqW__inputWithMic{align-items:center;gap:var(--space-xs);display:flex;position:relative}.ReviewModal-module__r0dxqW__inputWithMic .ReviewModal-module__r0dxqW__reviewInput{flex:1}.ReviewModal-module__r0dxqW__micBtn{border:1.5px solid var(--border);border-radius:var(--r-md);background:var(--bg);width:36px;height:36px;color:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ReviewModal-module__r0dxqW__micBtn svg{width:18px;height:18px}.ReviewModal-module__r0dxqW__micBtn:hover{border-color:var(--fg);color:var(--fg)}.ReviewModal-module__r0dxqW__micActive{color:#dc2626;background:#fef2f2;border-color:#dc2626;animation:1s infinite ReviewModal-module__r0dxqW__micPulse}@keyframes ReviewModal-module__r0dxqW__micPulse{0%,to{opacity:1}50%{opacity:.6}}.ReviewModal-module__r0dxqW__reviewSectionSub{font-size:var(--text-sm);color:var(--muted);margin:-4px 0 var(--space-md)}.ReviewModal-module__r0dxqW__twoToneWrap{border:1.5px solid var(--border);border-radius:var(--r-lg);background:var(--bg);min-height:160px;transition:border-color .2s;position:relative}.ReviewModal-module__r0dxqW__twoToneWrap:focus-within{border-color:var(--muted)}.ReviewModal-module__r0dxqW__twoToneMirror{pointer-events:none;white-space:pre-wrap;word-break:break-word;padding:20px 52px 20px 24px;position:absolute;inset:0;overflow:hidden}.ReviewModal-module__r0dxqW__twoToneTop{color:var(--fg);font-size:1rem;font-weight:500;line-height:1.65;display:block}.ReviewModal-module__r0dxqW__twoTonePlaceholder{color:var(--muted);font-style:italic;font-weight:400}.ReviewModal-module__r0dxqW__twoToneDivider{align-items:center;gap:var(--space-sm);margin:var(--space-sm)0;color:var(--muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;display:flex}.ReviewModal-module__r0dxqW__twoToneDivider:before,.ReviewModal-module__r0dxqW__twoToneDivider:after{content:"";background:var(--border);flex:1;height:1px}.ReviewModal-module__r0dxqW__twoToneBottom{font-size:var(--text-sm);color:var(--muted);font-weight:400;line-height:1.65;display:block}.ReviewModal-module__r0dxqW__twoToneTextarea{width:100%;min-height:160px;padding:var(--space-md);color:#0000;caret-color:var(--fg);resize:none;white-space:pre-wrap;word-break:break-word;background:0 0;border:none;outline:none;padding-right:48px;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.65;position:relative}.ReviewModal-module__r0dxqW__twoToneMic{top:var(--space-sm);right:var(--space-sm);z-index:2;position:absolute}.ReviewModal-module__r0dxqW__reviewField{margin-bottom:var(--space-md)}.ReviewModal-module__r0dxqW__reviewField:last-child{margin-bottom:0}.ReviewModal-module__r0dxqW__reviewLabel{font-size:var(--text-sm);color:var(--gray-700);margin-bottom:var(--space-sm);font-weight:500;display:block}.ReviewModal-module__r0dxqW__reviewInput,.ReviewModal-module__r0dxqW__reviewSelect,.ReviewModal-module__r0dxqW__reviewTextarea{width:100%;padding:var(--input-padding-y)var(--input-padding-x);border-radius:var(--r);border:1.5px solid var(--gray-200);font-size:var(--text-md);color:var(--gray-900);background:var(--white);transition:var(--transition-border);font-family:inherit}.ReviewModal-module__r0dxqW__reviewInput:focus,.ReviewModal-module__r0dxqW__reviewSelect:focus,.ReviewModal-module__r0dxqW__reviewTextarea:focus{border-color:var(--focus-border-accent);box-shadow:var(--focus-ring);outline:none}.ReviewModal-module__r0dxqW__reviewInput::placeholder,.ReviewModal-module__r0dxqW__reviewTextarea::placeholder{color:var(--gray-400)}.ReviewModal-module__r0dxqW__reviewTextarea{resize:vertical;min-height:80px}.ReviewModal-module__r0dxqW__reviewCostWrap{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);border-radius:var(--r);border:1.5px solid var(--gray-200);background:var(--white);transition:var(--transition-border);display:flex}.ReviewModal-module__r0dxqW__reviewCostWrap:focus-within{border-color:var(--focus-border-accent);box-shadow:var(--focus-ring)}.ReviewModal-module__r0dxqW__reviewCostPrefix{font-size:var(--text-md);color:var(--gray-500);font-weight:600}.ReviewModal-module__r0dxqW__reviewCostInput{font-size:var(--text-md);color:var(--gray-900);background:0 0;border:none;flex:1;font-family:inherit}.ReviewModal-module__r0dxqW__reviewCostInput:focus{outline:none}.ReviewModal-module__r0dxqW__reviewCostSuffix{font-size:var(--text-sm);color:var(--gray-400)}.ReviewModal-module__r0dxqW__reviewPhotoGrid{gap:var(--space-sm);flex-wrap:wrap;display:flex}.ReviewModal-module__r0dxqW__reviewPhotoSlot{aspect-ratio:1;border-radius:var(--r);border:2px dashed var(--gray-200);background:var(--gray-50);cursor:pointer;width:calc(25% - 6px);transition:var(--transition-all-fast);justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.ReviewModal-module__r0dxqW__reviewPhotoSlot:hover{border-color:var(--hover-border-accent);background:var(--hover-bg-accent)}.ReviewModal-module__r0dxqW__slotFilled{border-style:solid;border-color:var(--gray-200)}.ReviewModal-module__r0dxqW__slotFilled:hover{border-color:var(--hover-border);background:0 0}.ReviewModal-module__r0dxqW__slotPreview{object-fit:cover;width:100%;height:100%}.ReviewModal-module__r0dxqW__slotProgressOverlay{background:var(--overlay-medium);align-items:flex-end;display:flex;position:absolute;inset:0}.ReviewModal-module__r0dxqW__slotProgressBar{background:var(--red);height:3px;transition:width var(--duration-fast)var(--ease-default)}.ReviewModal-module__r0dxqW__slotMain{top:var(--space-xs);left:var(--space-xs);font-size:var(--text-xs);background:var(--red);color:#fff;border-radius:var(--r-xs);padding:2px 5px;font-weight:700;position:absolute}.ReviewModal-module__r0dxqW__slotPlus{font-size:var(--text-2xl);color:var(--gray-400)}.ReviewModal-module__r0dxqW__reviewPhotoSlotActions{background:var(--overlay-dark);border-radius:var(--r);justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm);flex-direction:row;display:none;position:absolute;inset:0}.ReviewModal-module__r0dxqW__reviewPhotoSlotBtn{border-radius:var(--r-sm);width:28px;height:28px;color:var(--gray-700);cursor:pointer;font-size:var(--text-sm);transition:var(--transition-bg);background:#fffffff2;border:none;justify-content:center;align-items:center;display:flex}.ReviewModal-module__r0dxqW__reviewPhotoSlotBtn:hover{background:#fff}.ReviewModal-module__r0dxqW__reviewPhotoSlotBtn.ReviewModal-module__r0dxqW__delete{color:var(--error)}.ReviewModal-module__r0dxqW__reviewRatingWrap{align-items:center;gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.ReviewModal-module__r0dxqW__reviewStar{cursor:pointer;width:32px;height:32px;transition:transform var(--duration-instant)var(--ease-default);background:0 0;border:none;padding:0;position:relative}.ReviewModal-module__r0dxqW__reviewStar:hover{transform:var(--hover-scale-lg)}.ReviewModal-module__r0dxqW__reviewStarBg,.ReviewModal-module__r0dxqW__reviewStarFill{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ReviewModal-module__r0dxqW__reviewStarBg{color:var(--gray-300)}.ReviewModal-module__r0dxqW__reviewStarFill{color:var(--amber);width:0%;transition:width var(--duration-fast)var(--ease-default);overflow:hidden}.ReviewModal-module__r0dxqW__reviewStar:hover .ReviewModal-module__r0dxqW__reviewStarFill,.ReviewModal-module__r0dxqW__reviewStarFill.ReviewModal-module__r0dxqW__active{width:100%;color:var(--amber)}.ReviewModal-module__r0dxqW__reviewStarBg svg,.ReviewModal-module__r0dxqW__reviewStarFill svg{width:100%;height:100%}.ReviewModal-module__r0dxqW__reviewUploadHint{font-size:var(--text-sm);color:var(--gray-400);margin-top:var(--space-sm)}.ReviewModal-module__r0dxqW__reviewSubmitHint{text-align:center;font-size:var(--text-md);color:var(--gray-500);margin-top:var(--space-xl);margin-bottom:0;font-weight:600}@media (max-width:480px){.ReviewModal-module__r0dxqW__reviewModal{max-width:90%;height:auto;max-height:90vh}}
.LandingHeader-module__nko2kq__header{width:100%;padding:var(--space-xs)var(--space-md);-webkit-backdrop-filter:blur(6px);z-index:var(--z-header);max-width:1600px;transition:background var(--duration-normal)var(--ease-default),backdrop-filter var(--duration-normal)var(--ease-default);background:#17171714;justify-content:space-between;align-items:center;margin:-4px auto 0;display:flex;position:sticky;top:0;left:0;right:0}.LandingHeader-module__nko2kq__headerBack{width:var(--avatar-size);height:var(--avatar-size);color:inherit;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.LandingHeader-module__nko2kq__headerScrolled{-webkit-backdrop-filter:blur(8px);background:#ffffff80}@media (min-width:600px){.LandingHeader-module__nko2kq__header{padding:5px 17px}}@media (min-width:900px){.LandingHeader-module__nko2kq__header{padding:5px 24px}.LandingHeader-module__nko2kq__headerLogo{font-size:12px}}.LandingHeader-module__nko2kq__headerLogo{font-size:var(--text-xs);color:var(--gray-900);letter-spacing:var(--tracking-snug);font-weight:700;text-decoration:none}@media (min-width:600px){.LandingHeader-module__nko2kq__headerLogo{font-size:11px}}.LandingHeader-module__nko2kq__headerLogoAccent{color:var(--red)}.LandingHeader-module__nko2kq__headerRight{align-items:center;gap:5px;display:flex}@media (min-width:600px){.LandingHeader-module__nko2kq__headerRight{gap:6px}}.LandingHeader-module__nko2kq__headerIcon{width:var(--icon-md);height:var(--icon-md);min-width:44px;min-height:44px;color:var(--gray-600);cursor:pointer;transition:var(--transition-bg);padding:var(--space-md);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.LandingHeader-module__nko2kq__headerIcon:hover{background:var(--hover-bg)}.LandingHeader-module__nko2kq__headerIcon svg{width:var(--icon-sm);height:var(--icon-sm)}@media (min-width:600px){.LandingHeader-module__nko2kq__headerIcon svg{width:13px;height:13px}}.LandingHeader-module__nko2kq__loginBtn{background:var(--gray-900);color:var(--white);padding:var(--space-sm)var(--space-md);border-radius:var(--rounded-2xl);min-height:22px;font-family:inherit;font-weight:600;font-size:var(--text-xs);cursor:pointer;transition:var(--transition-opacity);z-index:var(--z-header);box-shadow:var(--shadow-card);border:none;align-items:center;text-decoration:none;display:inline-flex;position:relative}.LandingHeader-module__nko2kq__loginBtn:hover{opacity:var(--hover-opacity)}@media (min-width:600px){.LandingHeader-module__nko2kq__loginBtn{padding:10px 14px;font-size:9px}}@media (min-width:900px){.LandingHeader-module__nko2kq__loginBtn{padding:11px 16px;font-size:10px}}.LandingHeader-module__nko2kq__translatePopup{margin-top:var(--space-sm);background:var(--white);border-radius:var(--r);box-shadow:var(--shadow-md);border:1px solid var(--gray-200);padding:var(--space-md);min-width:160px;z-index:var(--z-modal);display:none;position:absolute;top:100%;right:0}@media (min-width:600px){.LandingHeader-module__nko2kq__translatePopup{min-width:180px;padding:14px}}.LandingHeader-module__nko2kq__translatePopupOpen{display:block}.LandingHeader-module__nko2kq__translatePopupTitle{font-size:var(--text-xs);color:var(--gray-500);margin-bottom:var(--space-sm);text-transform:uppercase;font-weight:600}@media (min-width:600px){.LandingHeader-module__nko2kq__translatePopupTitle{font-size:11px}}.LandingHeader-module__nko2kq__translateOption,.LandingHeader-module__nko2kq__translateClose{width:100%;padding:var(--space-md);text-align:left;font-family:inherit;font-size:var(--text-md);color:var(--gray-800);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;align-items:center;min-height:44px;display:flex}@media (min-width:600px){.LandingHeader-module__nko2kq__translateOption,.LandingHeader-module__nko2kq__translateClose{padding:12px 14px;font-size:14px}}.LandingHeader-module__nko2kq__translateOption:hover,.LandingHeader-module__nko2kq__translateClose:hover{background:var(--hover-bg)}.LandingHeader-module__nko2kq__translateClose{margin-top:var(--space-sm);border-top:1px solid var(--gray-200);font-weight:700}.LandingHeader-module__nko2kq__profileWrap{position:relative}.LandingHeader-module__nko2kq__profileBtn{background:linear-gradient(135deg,var(--accent-pink-light),var(--red));width:19px;min-width:30px;height:19px;min-height:30px;color:var(--white);font-size:var(--text-sm);cursor:pointer;transition:var(--transition-opacity);z-index:var(--z-header);border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-weight:700;display:flex;position:relative}.LandingHeader-module__nko2kq__profileBtn:hover{opacity:var(--hover-opacity)}@media (min-width:600px){.LandingHeader-module__nko2kq__profileBtn{width:20px;height:20px;font-size:10px}}.LandingHeader-module__nko2kq__userMenu{margin-top:var(--space-sm);background:var(--gray-900);box-shadow:var(--shadow-md);padding:var(--space-sm);min-width:180px;z-index:var(--z-modal);border-radius:0;display:none;position:absolute;top:100%;right:0}@media (min-width:600px){.LandingHeader-module__nko2kq__userMenu{min-width:200px}}.LandingHeader-module__nko2kq__userMenuOpen{display:block}.LandingHeader-module__nko2kq__userMenuHeader{padding:var(--space-md);font-size:var(--text-sm);color:var(--gray-400);margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ffffff1a;font-weight:600}.LandingHeader-module__nko2kq__userMenuItem{width:100%;padding:var(--space-md);font-family:inherit;font-size:var(--text-md);color:var(--white);border-radius:var(--r-sm);min-height:44px;transition:var(--transition-bg);align-items:center;font-weight:500;text-decoration:none;display:flex}.LandingHeader-module__nko2kq__userMenuItem:hover{background:#ffffff1a}.LandingHeader-module__nko2kq__userMenuLogout{width:100%;padding:var(--space-md);font-family:inherit;font-size:var(--text-md);color:var(--gray-400);cursor:pointer;border-radius:var(--r-sm);min-height:44px;margin-top:var(--space-xs);transition:var(--transition-bg);background:0 0;border:none;border-top:1px solid #ffffff1a;align-items:center;font-weight:500;display:flex}.LandingHeader-module__nko2kq__userMenuLogout:hover{color:var(--white);background:#ffffff1a}
.HeroImage-module__OnSIHa__heroImageWrap{z-index:0;width:100%;height:calc(49vh + 39px);margin-top:-56px;position:relative;overflow:hidden}.HeroImage-module__OnSIHa__heroImageBg{position:absolute;inset:0}.HeroImage-module__OnSIHa__heroImage{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;inset:0}.HeroImage-module__OnSIHa__heroImagePlaceholder{display:none}.HeroImage-module__OnSIHa__heroImageOverlay{pointer-events:none;background:linear-gradient(#00000059 0%,#0000002e 30%,#ffffff4d 70%,#fff 100%);position:absolute;inset:0}.HeroImage-module__OnSIHa__heroImageContent{text-align:left;z-index:2;padding:72px var(--content-px)28px var(--content-px);flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:absolute;inset:0}.HeroImage-module__OnSIHa__heroHeadline{font-family:var(--font-mono);color:var(--white);letter-spacing:-.03em;text-shadow:0 2px 16px #00000040;margin-bottom:var(--space-md);max-width:320px;font-size:clamp(1.5rem,5.5vw,2rem);font-weight:700;line-height:1.2}@media (min-width:600px){.HeroImage-module__OnSIHa__heroHeadline{max-width:420px}}@media (min-width:900px){.HeroImage-module__OnSIHa__heroHeadline{max-width:520px}}.HeroImage-module__OnSIHa__heroSubline{font-family:var(--font-sans);font-size:var(--text-sm);color:#fff;max-width:min(280px,55vw);margin-bottom:var(--space-xl);text-shadow:0 1px 6px #0003;font-weight:500;line-height:1.5}
.HeroScroll-module__fUQF_G__heroScrollWrap{width:100%;padding:0 0 var(--space-md)}.HeroScroll-module__fUQF_G__heroScroll{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:var(--space-md);padding:13px var(--content-px)6px 12px;scrollbar-width:none;margin:0 auto;display:flex;overflow:auto hidden}.HeroScroll-module__fUQF_G__heroScroll::-webkit-scrollbar{display:none}@media (min-width:600px){.HeroScroll-module__fUQF_G__heroScroll{padding:18px var(--content-px)8px 12px;gap:var(--space-lg)}}@media (min-width:900px){.HeroScroll-module__fUQF_G__heroScroll{padding:20px var(--content-px)12px 12px;gap:var(--space-xl)}}.HeroScroll-module__fUQF_G__heroScrollCard{border-radius:var(--rounded-2xl);scroll-snap-align:center;cursor:pointer;width:85%;min-width:260px;height:120px;transition:var(--transition-transform);box-shadow:var(--shadow-card);color:inherit;flex-shrink:0;text-decoration:none;display:block;position:relative;overflow:hidden}@media (min-width:600px){.HeroScroll-module__fUQF_G__heroScrollCard{width:75%;height:165px}}@media (min-width:900px){.HeroScroll-module__fUQF_G__heroScrollCard{width:50%;height:210px}}@media (min-width:1200px){.HeroScroll-module__fUQF_G__heroScrollCard{width:45%;height:240px}}.HeroScroll-module__fUQF_G__heroScrollCard:hover{transform:scale(.98)}.HeroScroll-module__fUQF_G__heroScrollBg{background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);position:absolute;inset:0}.HeroScroll-module__fUQF_G__heroScrollBg img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.HeroScroll-module__fUQF_G__heroScrollContent{padding:var(--space-lg);background:linear-gradient(#0000 0%,#0000004d 100%);position:absolute;bottom:0;left:0;right:0}@media (min-width:600px){.HeroScroll-module__fUQF_G__heroScrollContent{padding:var(--space-xl)}}@media (min-width:900px){.HeroScroll-module__fUQF_G__heroScrollContent{padding:var(--space-xl)}}.HeroScroll-module__fUQF_G__heroScrollLabel{font-size:var(--text-xs);color:#ffffffb3;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:var(--space-xs);font-weight:600}@media (min-width:600px){.HeroScroll-module__fUQF_G__heroScrollLabel{font-size:var(--text-xs)}}.HeroScroll-module__fUQF_G__heroScrollTitle{font-size:var(--text-lg);color:#fff;text-shadow:0 1px 8px #00000026;font-weight:700;line-height:1.25}@media (min-width:600px){.HeroScroll-module__fUQF_G__heroScrollTitle{font-size:var(--text-xl)}}@media (min-width:900px){.HeroScroll-module__fUQF_G__heroScrollTitle{font-size:var(--text-2xl)}}.HeroScroll-module__fUQF_G__scrollBar{width:50%;max-width:240px;height:8px;margin:var(--space-sm)auto var(--space-xs);cursor:pointer}@media (min-width:600px){.HeroScroll-module__fUQF_G__scrollBar{max-width:260px}}.HeroScroll-module__fUQF_G__scrollBarTrack{background:var(--gray-100);border-radius:var(--r-sm);width:100%;height:100%;position:relative;overflow:hidden}.HeroScroll-module__fUQF_G__scrollBarThumb{background:var(--gray-400);border-radius:var(--r-sm);pointer-events:none;min-width:24px;height:100%;transition:var(--transition-bg);position:absolute;top:0;left:0}.HeroScroll-module__fUQF_G__scrollBar:hover .HeroScroll-module__fUQF_G__scrollBarThumb{background:var(--gray-500)}
.DiscoverSection-module__MYvvLW__discoverHeader{padding:18px var(--content-px)12px;justify-content:space-between;align-items:center;max-width:1920px;margin:0 auto;display:flex}@media (min-width:600px){.DiscoverSection-module__MYvvLW__discoverHeader{padding:22px var(--content-px)14px}.DiscoverSection-module__MYvvLW__discoverTitle{font-size:var(--text-2xl)}}@media (min-width:900px){.DiscoverSection-module__MYvvLW__discoverHeader{padding:28px var(--content-px)18px}.DiscoverSection-module__MYvvLW__discoverTitle{font-size:var(--text-2xl)}}.DiscoverSection-module__MYvvLW__discoverTitle{font-size:var(--text-xl);letter-spacing:-.4px;font-weight:700}.DiscoverSection-module__MYvvLW__tabSwitch{background:var(--gray-100);border-radius:var(--r-full);box-shadow:var(--shadow-card);padding:3px;display:flex}.DiscoverSection-module__MYvvLW__tabSwitchBtn{padding:var(--space-sm)var(--space-lg);border-radius:var(--r-full);font-family:inherit;font-size:var(--text-sm);cursor:pointer;transition:var(--transition-all-fast);color:var(--gray-400);background:0 0;border:none;align-items:center;min-height:40px;font-weight:500;display:flex}@media (min-width:600px){.DiscoverSection-module__MYvvLW__tabSwitchBtn{padding:var(--space-sm)var(--space-lg);font-size:var(--text-sm);min-height:44px}}.DiscoverSection-module__MYvvLW__tabSwitchBtnActive{color:#fff;background:#000}.DiscoverSection-module__MYvvLW__mainGradient{z-index:var(--z-base);background:var(--white);min-height:60vh;position:relative}.DiscoverSection-module__MYvvLW__cardsGrid{gap:var(--card-gap);padding:0 var(--content-px)var(--section-gap);grid-template-columns:repeat(2,1fr);width:100%;display:grid}@media (min-width:768px){.DiscoverSection-module__MYvvLW__cardsGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.DiscoverSection-module__MYvvLW__cardsGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1600px){.DiscoverSection-module__MYvvLW__cardsGrid{grid-template-columns:repeat(5,1fr)}}.DiscoverSection-module__MYvvLW__shopGrid{gap:var(--card-gap);padding:0 var(--content-px)var(--section-gap);flex-direction:column;width:100%;display:flex}.DiscoverSection-module__MYvvLW__panel{display:none}.DiscoverSection-module__MYvvLW__panelActive{display:block}.DiscoverSection-module__MYvvLW__noMore{text-align:center;padding:var(--space-2xl)var(--space-lg);font-size:var(--text-sm);color:var(--gray-400);max-width:1600px;margin:0 auto}.DiscoverSection-module__MYvvLW__loading{opacity:.5;pointer-events:none;transition:opacity .2s}@media (min-width:600px){.DiscoverSection-module__MYvvLW__noMore{padding:var(--space-2xl)var(--space-xl);font-size:var(--text-md)}}
.CategoryTabs-module__wzpM_q__categorySection{padding:10px var(--content-px)8px;background:0 0;max-width:1600px;margin:0 auto}@media (min-width:600px){.CategoryTabs-module__wzpM_q__categorySection{padding:12px var(--content-px)6px}}@media (min-width:900px){.CategoryTabs-module__wzpM_q__categorySection{padding:14px var(--content-px)8px}}.CategoryTabs-module__wzpM_q__categoryRow{gap:var(--chip-gap);margin-bottom:var(--chip-gap);flex-wrap:wrap;display:flex}@media (min-width:768px){.CategoryTabs-module__wzpM_q__categoryRow{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.CategoryTabs-module__wzpM_q__categoryRow::-webkit-scrollbar{display:none}}.CategoryTabs-module__wzpM_q__categoryPill{padding:var(--chip-py)var(--chip-px);border-radius:var(--r-full);font-size:var(--chip-font);border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;transition:var(--transition-all-fast);font-family:inherit;font-weight:500}.CategoryTabs-module__wzpM_q__categoryPill:hover{border-color:var(--hover-border);color:var(--gray-600)}.CategoryTabs-module__wzpM_q__categoryPillActive{background:var(--red);color:var(--white);border-color:var(--red)}
.FilterRow-module__SIUHba__filterRow{gap:var(--chip-gap);padding:8px var(--content-px);max-width:1600px;margin:0 auto;margin-bottom:var(--space-xl);background:0 0;flex-wrap:wrap;display:flex}@media (min-width:600px){.FilterRow-module__SIUHba__filterRow{padding:10px var(--content-px)}}@media (min-width:768px){.FilterRow-module__SIUHba__filterRow{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.FilterRow-module__SIUHba__filterRow::-webkit-scrollbar{display:none}}@media (min-width:900px){.FilterRow-module__SIUHba__filterRow{padding:10px var(--content-px)}}.FilterRow-module__SIUHba__filterBtn{align-items:center;gap:var(--space-xs);padding:var(--chip-py)var(--chip-px);border-radius:var(--r-full);font-size:var(--chip-font);background:var(--red-soft);color:var(--gray-700);cursor:pointer;transition:var(--transition-all-fast);border:1.5px solid #d1425259;font-family:inherit;font-weight:600;display:flex}.FilterRow-module__SIUHba__filterBtn:hover{color:var(--gray-800);border-color:#d1425280}.FilterRow-module__SIUHba__filterBtn:active{transform:var(--active-scale)}.FilterRow-module__SIUHba__filterBtn svg{opacity:.45;width:13px;height:13px}.FilterRow-module__SIUHba__filterBtnActive{background:var(--gray-900);color:var(--white);border-color:var(--gray-900)}.FilterRow-module__SIUHba__activeChipsRow{gap:var(--chip-gap);padding:0 var(--space-lg)var(--space-lg);flex-wrap:wrap;max-width:1600px;min-height:0;margin:0 auto;display:flex}.FilterRow-module__SIUHba__activeChipsRow:empty{display:none}@media (min-width:600px){.FilterRow-module__SIUHba__activeChipsRow{padding:0 var(--space-2xl)var(--space-lg)}}@media (min-width:900px){.FilterRow-module__SIUHba__activeChipsRow{padding:0 40px var(--space-lg)}}.FilterRow-module__SIUHba__activeChip{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md)var(--space-sm)var(--space-md);border-radius:var(--r-full);font-size:var(--text-sm);background:var(--red-soft);color:var(--gray-800);cursor:default;border:1.5px solid #d1425259;font-weight:600;display:inline-flex}.FilterRow-module__SIUHba__activeChipRemove{width:18px;height:18px;color:var(--gray-600);cursor:pointer;transition:var(--transition-hover);background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.FilterRow-module__SIUHba__activeChipRemove:hover{color:var(--gray-900);background:#00000026}
.PostCard-module__ahloia__card{background:var(--white);border-radius:var(--rounded-2xl);width:100%;box-shadow:var(--shadow-card);transition:var(--transition-card);color:inherit;text-decoration:none;display:block;overflow:hidden}.PostCard-module__ahloia__card:hover{box-shadow:var(--shadow-lg);transform:var(--hover-lift-lg)}.PostCard-module__ahloia__cardImgWrap{width:100%;position:relative;overflow:hidden}.PostCard-module__ahloia__cardImgWrap:first-child{aspect-ratio:3/4}@media (min-width:768px){.PostCard-module__ahloia__cardImgWrap:first-child{aspect-ratio:3/4.2}}.PostCard-module__ahloia__cardImgPlaceholder{background:linear-gradient(150deg,#e5e7eb 0%,#d1d5db 100%);width:100%;height:100%;position:relative}.PostCard-module__ahloia__carouselTrack{width:100%;height:100%;transition:var(--transition-transform);display:flex;position:absolute;top:0;left:0}.PostCard-module__ahloia__carouselTrack img{object-fit:cover;flex-shrink:0;width:100%;height:100%}.PostCard-module__ahloia__cardImgPlaceholder img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.PostCard-module__ahloia__dots{bottom:var(--space-sm);z-index:4;gap:5px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.PostCard-module__ahloia__dot{cursor:pointer;width:6px;height:6px;transition:var(--transition-bg);background:#ffffff80;border:none;border-radius:50%;padding:0}.PostCard-module__ahloia__dotActive{background:#fff}.PostCard-module__ahloia__profileOverlay{padding:var(--space-sm)var(--space-sm)var(--space-md);gap:var(--space-xs);opacity:1;transition:opacity var(--duration-slower)var(--ease-default);z-index:3;background:linear-gradient(#0003,#0000);flex-direction:column;display:flex;position:absolute;top:0;left:0;right:0}@media (min-width:600px){.PostCard-module__ahloia__profileOverlay{padding:var(--space-md)var(--space-md)var(--space-lg);opacity:0}}.PostCard-module__ahloia__card:hover .PostCard-module__ahloia__profileOverlay{opacity:1}.PostCard-module__ahloia__profileTopRow{align-items:center;gap:var(--space-xs);display:flex}.PostCard-module__ahloia__profileAvatar{background:var(--white);width:20px;height:20px;font-size:var(--text-xs);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (min-width:600px){.PostCard-module__ahloia__profileAvatar{width:22px;height:22px;font-size:var(--text-xs)}}.PostCard-module__ahloia__profileName{font-size:var(--text-xs);color:#fff;text-shadow:0 1px 4px #0000004d;font-weight:600}@media (min-width:600px){.PostCard-module__ahloia__profileName{font-size:var(--text-xs)}}.PostCard-module__ahloia__profileTagsRow{flex-wrap:wrap;gap:3px;display:flex}.PostCard-module__ahloia__profileTag{border-radius:var(--r-xs);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#fff3;align-items:center;gap:2px;padding:1px 5px;font-size:7px;font-weight:600;display:flex}@media (min-width:600px){.PostCard-module__ahloia__profileTag{padding:1.5px var(--space-sm);font-size:var(--text-xs)}}.PostCard-module__ahloia__badgeExplorer{background:#8b5cf626}.PostCard-module__ahloia__badgeOwner{background:#f0a8b840}.PostCard-module__ahloia__bookmark{top:var(--space-sm);right:var(--space-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:32px;height:32px;transition:opacity var(--duration-slower)var(--ease-default),background var(--duration-fast)var(--ease-default);color:#fff;opacity:1;z-index:3;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}@media (min-width:600px){.PostCard-module__ahloia__bookmark{top:var(--space-sm);right:var(--space-sm);opacity:0}}.PostCard-module__ahloia__bookmark svg{width:14px;height:14px}.PostCard-module__ahloia__card:hover .PostCard-module__ahloia__bookmark{opacity:1}.PostCard-module__ahloia__bookmark:hover{background:var(--red)}.PostCard-module__ahloia__bookmarkActive{background:var(--red);color:#fff;opacity:1!important}.PostCard-module__ahloia__sectionShop{padding:var(--space-sm)var(--space-sm)0}@media (min-width:600px){.PostCard-module__ahloia__sectionShop{padding:var(--space-md)var(--space-md)0}}.PostCard-module__ahloia__metaShopRow{justify-content:space-between;align-items:center;display:flex}.PostCard-module__ahloia__metaShop{font-size:var(--text-xs);color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;margin-right:var(--space-xs);flex:1;font-weight:600;overflow:hidden}@media (min-width:600px){.PostCard-module__ahloia__metaShop{font-size:10.5px}}.PostCard-module__ahloia__metaRating{font-size:var(--text-xs);color:var(--gray-600);flex-shrink:0;align-items:center;gap:2px;font-weight:600;display:flex}@media (min-width:600px){.PostCard-module__ahloia__metaRating{font-size:10.5px}}.PostCard-module__ahloia__metaLoc{font-size:var(--label);color:var(--gray-400);margin-bottom:var(--space-sm);font-weight:400}@media (min-width:600px){.PostCard-module__ahloia__metaLoc{font-size:9.5px}}.PostCard-module__ahloia__sectionReview{padding:var(--space-sm)var(--space-sm)var(--space-md);background:var(--gray-50)}@media (min-width:600px){.PostCard-module__ahloia__sectionReview{padding:var(--space-sm)var(--space-md)var(--space-md)}}.PostCard-module__ahloia__translateBar{align-items:center;gap:var(--space-xs);width:100%;padding:var(--space-sm)var(--space-sm);margin-bottom:var(--space-sm);background:var(--gray-100);border-radius:var(--r-sm);cursor:pointer;transition:var(--transition-bg);border:none;display:flex}.PostCard-module__ahloia__translateBar:hover{background:var(--gray-200)}.PostCard-module__ahloia__translateIcon{font-size:var(--text-sm);flex-shrink:0}.PostCard-module__ahloia__translateText{font-size:var(--text-xs);color:var(--gray-500);text-align:left;flex:1}.PostCard-module__ahloia__translateBtn{font-size:var(--text-xs);color:var(--primary);flex-shrink:0;font-weight:700}@media (min-width:600px){.PostCard-module__ahloia__translateText,.PostCard-module__ahloia__translateBtn{font-size:var(--text-xs)}}.PostCard-module__ahloia__cardService{font-size:var(--text-sm);color:var(--gray-800);margin-bottom:5px;font-weight:700;line-height:1.35}@media (min-width:600px){.PostCard-module__ahloia__cardService{font-size:var(--text-sm);margin-bottom:var(--space-sm)}}.PostCard-module__ahloia__cardReview{font-size:var(--text-xs);color:var(--gray-500);margin-bottom:var(--space-sm);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}@media (min-width:600px){.PostCard-module__ahloia__cardReview{font-size:var(--text-sm);margin-bottom:var(--space-md);line-height:1.55}}.PostCard-module__ahloia__priceRow{padding-top:var(--space-sm);border-top:1px solid var(--gray-200);justify-content:space-between;align-items:baseline;display:flex}@media (min-width:600px){.PostCard-module__ahloia__priceRow{padding-top:var(--space-sm)}}.PostCard-module__ahloia__priceLabel{font-size:var(--label);color:var(--gray-400)}@media (min-width:600px){.PostCard-module__ahloia__priceLabel{font-size:var(--text-xs)}}.PostCard-module__ahloia__price{font-size:var(--text-sm);color:var(--error);font-weight:700}@media (min-width:600px){.PostCard-module__ahloia__price{font-size:var(--text-md)}}.PostCard-module__ahloia__verified{font-size:var(--text-xs);color:var(--green);justify-content:center;align-items:center;gap:3px;margin-top:5px;font-weight:500;display:flex}@media (min-width:600px){.PostCard-module__ahloia__verified{font-size:var(--text-xs);margin-top:var(--space-sm)}}.PostCard-module__ahloia__toast{background:var(--overlay-heavy);color:#fff;padding:var(--space-md)var(--space-xl);border-radius:var(--r-xl);font-size:var(--text-md);z-index:var(--z-toast);white-space:nowrap;box-shadow:var(--shadow-strong);font-weight:500;animation:.3s PostCard-module__ahloia__toastIn,.3s 2.2s forwards PostCard-module__ahloia__toastOut;position:fixed;bottom:120px;left:50%;transform:translate(-50%)}.PostCard-module__ahloia__toastLink{color:var(--red-soft);font-weight:700;text-decoration:underline}@keyframes PostCard-module__ahloia__toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes PostCard-module__ahloia__toastOut{0%{opacity:1}to{opacity:0}}
.CTABar-module__8DRUcG__ctaBar{width:100%;height:75px;padding:0 var(--content-px);background:var(--brand-light);box-shadow:0 -2px 20px var(--shadow-pink);z-index:var(--z-sticky);border-top:none;justify-content:center;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:768px){.CTABar-module__8DRUcG__ctaBar{height:84px;padding:0 var(--content-px)}}@media (min-width:1024px){.CTABar-module__8DRUcG__ctaBar{height:90px;padding:0 var(--content-px)}}.CTABar-module__8DRUcG__ctaBarInner{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;max-width:430px;display:flex}@media (min-width:768px){.CTABar-module__8DRUcG__ctaBarInner{gap:var(--space-lg);max-width:550px}}@media (min-width:1024px){.CTABar-module__8DRUcG__ctaBarInner{gap:var(--space-lg);max-width:650px}}.CTABar-module__8DRUcG__ctaOffer{align-items:center;gap:var(--space-sm);flex:1;min-width:0;display:flex;overflow:hidden}.CTABar-module__8DRUcG__ctaOfferBadge{font-size:var(--text-xs);letter-spacing:var(--tracking-widest);color:#fff;text-transform:uppercase;white-space:nowrap;background:#ffffff59;border:1px solid #ffffff80;border-radius:3px;flex-shrink:0;align-items:center;padding:2px 6px;font-weight:700;display:inline-flex}.CTABar-module__8DRUcG__ctaOfferMain{font-size:var(--text-sm);color:var(--brand-dark);white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.CTABar-module__8DRUcG__ctaOfferMain strong{color:var(--brand-dark);margin-right:3px;font-weight:700}.CTABar-module__8DRUcG__ctaOfferSub{display:none}.CTABar-module__8DRUcG__ctaBtn{padding:0 var(--space-xl);background:var(--brand-dark);color:#fff;height:48px;font-size:var(--text-sm);text-align:center;border-radius:var(--r-xs);border:1.5px solid var(--brand-dark);cursor:pointer;white-space:nowrap;letter-spacing:var(--tracking-wide);transition:var(--transition-button);flex-shrink:0;align-items:center;font-family:inherit;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}@media (min-width:768px){.CTABar-module__8DRUcG__ctaBtn{height:54px;font-size:var(--text-md);padding:0 var(--space-xl)}}@media (min-width:1024px){.CTABar-module__8DRUcG__ctaBtn{height:60px;font-size:var(--text-md);padding:0 var(--space-xl)}}.CTABar-module__8DRUcG__ctaBtn:hover{background:var(--brand-darker);border-color:var(--brand-darker);color:#fff}.CTABar-module__8DRUcG__ctaBtn:active{background:var(--brand-darker)}@media (min-width:768px){.CTABar-module__8DRUcG__ctaBar{height:84px;padding:0 var(--space-xl)}.CTABar-module__8DRUcG__ctaBarInner{max-width:520px}}@media (min-width:1024px){.CTABar-module__8DRUcG__ctaBar{height:90px;padding:0 var(--space-2xl)}.CTABar-module__8DRUcG__ctaBarInner{max-width:560px}}
.Footer-module__rnk_JG__footer{background:var(--white);padding:24px var(--content-px);border-top:2px solid var(--red-soft);padding-bottom:100px}.Footer-module__rnk_JG__footerLinks{margin-bottom:var(--space-md);justify-content:space-between;display:flex}.Footer-module__rnk_JG__footerCol{gap:var(--space-xs);flex-direction:column;display:flex}.Footer-module__rnk_JG__footerCol a{font-size:var(--text-sm);color:var(--glossier-mute);font-weight:400;text-decoration:none}.Footer-module__rnk_JG__footerCol a:hover{color:var(--red)}.Footer-module__rnk_JG__footerCopy{font-size:var(--text-xs);color:var(--glossier-mute);font-weight:400}
.ShopCard-module__D5xe0q__shopList{padding:0 var(--space-lg)var(--space-xl);width:100%}@media (min-width:600px){.ShopCard-module__D5xe0q__shopList{padding:0 var(--space-xl)var(--space-xl)}}@media (min-width:768px){.ShopCard-module__D5xe0q__shopList{padding:0 var(--space-2xl)var(--space-xl)}}@media (min-width:1024px){.ShopCard-module__D5xe0q__shopList{padding:0 40px var(--space-2xl)}}.ShopCard-module__D5xe0q__shopCard{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--rounded-2xl);transition:var(--transition-shadow);color:inherit;cursor:pointer;box-shadow:var(--shadow-card);text-decoration:none;display:block;overflow:hidden}.ShopCard-module__D5xe0q__shopCard:hover{box-shadow:var(--shadow-lg)}.ShopCard-module__D5xe0q__shopCardRow{align-items:flex-start;gap:var(--space-md);padding:var(--card-padding);display:flex}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardRow{gap:var(--space-md);padding:var(--space-lg)}}.ShopCard-module__D5xe0q__shopCardImg{border-radius:var(--r);flex-shrink:0;width:72px;height:72px;overflow:hidden}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardImg{width:80px;height:80px}}.ShopCard-module__D5xe0q__shopCardBody{flex-direction:column;flex:1;min-width:0;display:flex}.ShopCard-module__D5xe0q__shopCardBadge{padding:2px var(--space-sm);border-radius:var(--r-full);font-size:var(--text-xs);border:1px solid var(--gray-200);color:var(--gray-500);margin-bottom:var(--space-xs);align-self:flex-start;font-weight:600;display:inline-block}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardBadge{font-size:var(--text-xs)}}.ShopCard-module__D5xe0q__shopCardName{font-size:var(--card-title);color:var(--gray-800);margin-bottom:2px;font-weight:700}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardName{font-size:var(--card-title)}}.ShopCard-module__D5xe0q__shopCardDesc{font-size:var(--text-xs);color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardDesc{font-size:var(--text-sm);margin-bottom:var(--space-xs);line-height:1.5}}.ShopCard-module__D5xe0q__shopCardEvent{font-size:var(--text-xs);color:var(--red);margin-bottom:5px;font-weight:600;line-height:1.3}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardEvent{font-size:var(--text-xs);margin-bottom:var(--space-sm);line-height:1.4}}.ShopCard-module__D5xe0q__eventContent{color:#000;font-weight:400}.ShopCard-module__D5xe0q__shopCardMeta{font-size:var(--label);color:var(--gray-400);align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}@media (min-width:600px){.ShopCard-module__D5xe0q__shopCardMeta{font-size:var(--text-sm)}}.ShopCard-module__D5xe0q__star{color:var(--amber);font-weight:600}
.BottomSheet-module__D_hWRG__overlay{background:var(--overlay-medium);z-index:var(--z-dropdown);opacity:0;visibility:hidden;transition:opacity var(--duration-normal)var(--ease-default),visibility var(--duration-normal)var(--ease-default);position:fixed;inset:0}.BottomSheet-module__D_hWRG__overlayOpen{opacity:1;visibility:visible}.BottomSheet-module__D_hWRG__sheet{background:var(--white);border-radius:var(--r-xl)var(--r-xl)0 0;width:100%;max-width:min(430px,100vw);max-height:55%;z-index:var(--z-dropdown);transition:var(--transition-slide);box-shadow:var(--shadow-up);flex-direction:column;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)translateY(100%)}.BottomSheet-module__D_hWRG__sheetOpen{transform:translate(-50%)translateY(0)}.BottomSheet-module__D_hWRG__handle{background:var(--gray-300);width:36px;height:4px;margin:var(--space-md)auto;border-radius:2px;flex-shrink:0}.BottomSheet-module__D_hWRG__title{padding:0 var(--space-xl)var(--space-lg);font-size:var(--text-xl);text-align:center;letter-spacing:.5px;color:var(--gray-900);font-weight:700}.BottomSheet-module__D_hWRG__tabs{margin:0 var(--space-xl)var(--space-lg);background:var(--gray-100);border-radius:var(--r-full);padding:3px;display:flex}.BottomSheet-module__D_hWRG__tabBtn{padding:var(--space-sm)var(--space-md);border-radius:var(--r-full);font-family:inherit;font-size:var(--text-sm);cursor:pointer;color:var(--gray-400);transition:var(--transition-all-fast);background:0 0;border:none;flex:1;font-weight:500}.BottomSheet-module__D_hWRG__tabBtnActive{background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm);font-weight:600}.BottomSheet-module__D_hWRG__twoCol{flex:1;min-height:200px;display:flex;overflow:hidden}.BottomSheet-module__D_hWRG__colLeft{border-right:1px solid var(--gray-200);width:42%;padding-right:var(--space-md);overflow-y:auto}.BottomSheet-module__D_hWRG__colRight{padding-left:var(--space-lg);flex:1;overflow-y:auto}.BottomSheet-module__D_hWRG__locationItem{padding:var(--space-md)0;font-size:var(--text-md);cursor:pointer;padding-left:var(--space-md);color:var(--gray-500);border-left:3px solid #0000;margin-left:-10px;font-weight:500}.BottomSheet-module__D_hWRG__locationItemActive{color:var(--red);border-left-color:var(--red);font-weight:700}.BottomSheet-module__D_hWRG__locationSub{font-size:var(--text-xs);color:var(--gray-400);margin-top:2px;font-weight:500}.BottomSheet-module__D_hWRG__lineDot{vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.BottomSheet-module__D_hWRG__subItem{padding:var(--space-md)0;font-size:var(--text-md);cursor:pointer;color:var(--gray-400)}.BottomSheet-module__D_hWRG__subItemActive{color:var(--gray-800);font-weight:600}.BottomSheet-module__D_hWRG__cnt{font-size:var(--text-sm);color:var(--gray-400)}.BottomSheet-module__D_hWRG__sortList{padding:0 var(--space-xl)var(--space-xl);overflow-y:auto}.BottomSheet-module__D_hWRG__sortItem{padding:var(--space-md)0;font-size:var(--text-md);cursor:pointer;border-bottom:1px solid var(--gray-100);color:var(--gray-600);transition:var(--transition-color);font-weight:500}.BottomSheet-module__D_hWRG__sortItem:last-child{border-bottom:none}.BottomSheet-module__D_hWRG__sortItemActive{color:var(--red);font-weight:600}.BottomSheet-module__D_hWRG__sortItem:hover{color:var(--hover-text)}.BottomSheet-module__D_hWRG__panel{min-height:0;padding:0 var(--space-xl)var(--space-xl);flex-direction:column;flex:1;display:none}.BottomSheet-module__D_hWRG__panelActive{display:flex}.BottomSheet-module__D_hWRG__panels{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}
.FilterSheet-module__asx8na__overlay{background:var(--overlay-medium);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-dropdown);opacity:0;transition:opacity var(--duration-normal)var(--ease-default);justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.FilterSheet-module__asx8na__overlayOpen{opacity:1;display:flex}.FilterSheet-module__asx8na__modal{background:var(--white);border-radius:var(--r-xl)var(--r-xl)0 0;width:100%;max-width:430px;max-height:45%;box-shadow:var(--shadow-up);transition:transform var(--duration-slow)var(--ease-out);flex-direction:column;display:flex;overflow:hidden;transform:translateY(100%)}.FilterSheet-module__asx8na__overlayOpen .FilterSheet-module__asx8na__modal{transform:translateY(0)}.FilterSheet-module__asx8na__handle{background:var(--gray-300);width:36px;height:4px;margin:var(--space-md)auto;border-radius:2px}.FilterSheet-module__asx8na__title{text-align:center;font-size:var(--text-lg);letter-spacing:1px;padding:var(--space-sm)var(--space-xl)0;font-weight:700}.FilterSheet-module__asx8na__subtitle{text-align:center;font-size:var(--text-sm);color:var(--gray-400);margin-bottom:var(--space-lg);font-weight:600}.FilterSheet-module__asx8na__list{padding:0 var(--space-xl)var(--space-xl);flex-direction:column;display:flex;overflow-y:auto}.FilterSheet-module__asx8na__item{padding:var(--space-md)0;font-size:var(--text-md);color:var(--gray-500);border-bottom:.5px solid var(--gray-100);cursor:pointer;transition:var(--transition-color)}.FilterSheet-module__asx8na__item:last-child{border-bottom:none}.FilterSheet-module__asx8na__item:hover{color:var(--gray-600)}.FilterSheet-module__asx8na__itemActive{color:var(--red);font-weight:600}.FilterSheet-module__asx8na__count{color:var(--gray-400);font-weight:400}
.ShopInfoCard-module__TX3rKW__shop-info-card-section{padding:var(--space-lg)0 var(--space-xl);border-top:1px solid var(--glossier-border)}.ShopInfoCard-module__TX3rKW__shop-info-card-wrap{color:inherit;margin:var(--space-xl);border-radius:var(--rounded-2xl);border:1px solid var(--glossier-border);background:var(--white);transition:var(--transition-input);box-shadow:var(--shadow-card);text-decoration:none;display:block;overflow:hidden}.ShopInfoCard-module__TX3rKW__shop-info-card-wrap:hover{border-color:var(--red);box-shadow:var(--shadow-strong)}.ShopInfoCard-module__TX3rKW__shop-info-card{margin:0}.ShopInfoCard-module__TX3rKW__shop-info-card-header{padding:var(--space-lg)var(--space-xl)var(--space-lg)var(--space-md);background:var(--red-soft);border-bottom:1px solid var(--glossier-border);justify-content:space-between;align-items:flex-start;display:flex}.ShopInfoCard-module__TX3rKW__shop-info-card-header-label{font-size:var(--section-title);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--glossier-mute)}.ShopInfoCard-module__TX3rKW__shop-info-card-link{border-radius:var(--r-sm);width:28px;height:28px;font-size:var(--text-md);color:var(--glossier-text);background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-weight:400;display:flex}.ShopInfoCard-module__TX3rKW__shop-info-card-body{padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.ShopInfoCard-module__TX3rKW__shop-info-card-top{gap:var(--space-lg);display:flex}.ShopInfoCard-module__TX3rKW__shop-info-card-img{border-radius:var(--r-sm);border:1px solid var(--glossier-border);background:#f6f4f4;flex-shrink:0;width:80px;height:80px}.ShopInfoCard-module__TX3rKW__shop-info-card-content{flex:1;min-width:0}.ShopInfoCard-module__TX3rKW__shop-info-name-row{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs);flex-wrap:wrap;display:flex}.ShopInfoCard-module__TX3rKW__shop-info-name{font-size:var(--text-lg);color:var(--body-text);font-weight:700}.ShopInfoCard-module__TX3rKW__shop-info-partner-badge{align-items:center;gap:var(--space-xs);padding:3px var(--space-sm);border-radius:var(--r-full);font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);color:var(--glossier-mute);background:var(--red-soft);border:1px solid var(--glossier-border);display:inline-flex}.ShopInfoCard-module__TX3rKW__shop-info-partner-badge:before{content:"◆";font-size:var(--text-xs);color:var(--red)}.ShopInfoCard-module__TX3rKW__shop-info-address{font-size:var(--text-sm);color:var(--body-text);font-weight:400;line-height:1.4}.ShopInfoCard-module__TX3rKW__shop-info-rating{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--glossier-mute);margin-top:var(--space-xs);font-weight:400;display:flex}.ShopInfoCard-module__TX3rKW__shop-info-rating .ShopInfoCard-module__TX3rKW__star{color:var(--amber)}.ShopInfoCard-module__TX3rKW__card-section-title{font-size:var(--section-title);font-weight:700;font-family:var(--font-mono);color:var(--red);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);padding-left:var(--space-md);border-left:2px solid var(--red)}.ShopInfoCard-module__TX3rKW__card-section-date{color:var(--glossier-mute);text-transform:none;margin-right:var(--space-sm);font-weight:400}.ShopInfoCard-module__TX3rKW__benefit-item{font-size:var(--text-sm);color:var(--body-text);align-items:center;gap:var(--space-sm);padding:0;font-weight:400;line-height:1.4;display:flex}.ShopInfoCard-module__TX3rKW__benefit-item+.ShopInfoCard-module__TX3rKW__benefit-item{margin-top:2px}.ShopInfoCard-module__TX3rKW__shop-info-card-body>.ShopInfoCard-module__TX3rKW__benefit-item+.ShopInfoCard-module__TX3rKW__benefit-item{margin-top:-12px}.ShopInfoCard-module__TX3rKW__benefit-item span{color:var(--red);font-weight:700}.ShopInfoCard-module__TX3rKW__events-list{font-size:var(--text-sm);color:var(--body-text);font-weight:400;line-height:1.5}.ShopInfoCard-module__TX3rKW__events-list .ShopInfoCard-module__TX3rKW__benefit-item{padding:0}.ShopInfoCard-module__TX3rKW__events-list .ShopInfoCard-module__TX3rKW__benefit-item+.ShopInfoCard-module__TX3rKW__benefit-item{margin-top:2px}@media (min-width:768px){.ShopInfoCard-module__TX3rKW__shop-info-card-img{width:96px;height:96px}}@media (min-width:1024px){.ShopInfoCard-module__TX3rKW__shop-info-card-img{width:112px;height:112px}}
.LandingFooter-module__dAkYUG__footer{background:var(--white);padding:var(--space-xl)var(--space-lg);border-top:1px solid var(--gray-100);margin-top:var(--space-xl)}.LandingFooter-module__dAkYUG__footerLinks{margin-bottom:var(--space-md);justify-content:space-between;display:flex}.LandingFooter-module__dAkYUG__footerCol{gap:var(--space-xs);flex-direction:column;display:flex}.LandingFooter-module__dAkYUG__footerCol a{font-size:var(--text-sm);color:var(--gray-400);transition:var(--transition-color);text-decoration:none}.LandingFooter-module__dAkYUG__footerCol a:hover{color:var(--gray-600)}.LandingFooter-module__dAkYUG__footerCopy{font-size:var(--text-xs);color:var(--gray-300)}
.ShopDetail-module__tyQRGW__shopHero{background:linear-gradient(135deg,var(--red-soft)0%,#f8bbd9 30%,#e1bee7 60%,#d7b8f5 100%);aspect-ratio:3/4;width:100%;margin-bottom:var(--space-lg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:visible}@media (min-width:768px){.ShopDetail-module__tyQRGW__shopHero{aspect-ratio:3/4;width:66.666%;height:auto;margin:0 auto;margin-bottom:var(--space-lg);padding-bottom:24%}}.ShopDetail-module__tyQRGW__heroDeco{pointer-events:none;position:absolute;inset:0}.ShopDetail-module__tyQRGW__heroDecoCircle{opacity:.18;border-radius:50%;position:absolute}.ShopDetail-module__tyQRGW__heroDecoCircle.ShopDetail-module__tyQRGW__c1{background:#fff;width:200px;height:200px;top:-60px;right:-40px}.ShopDetail-module__tyQRGW__heroDecoCircle.ShopDetail-module__tyQRGW__c2{background:#fff;width:120px;height:120px;bottom:10px;left:-20px}.ShopDetail-module__tyQRGW__heroDecoCircle.ShopDetail-module__tyQRGW__c3{background:var(--red-soft);width:80px;height:80px;top:30px;left:40%}.ShopDetail-module__tyQRGW__heroGalleryPlaceholder{opacity:1;background:linear-gradient(135deg,#fecdd3,#f9a8d4,#e9d5ff) 50%/cover no-repeat;transition:background .35s;position:absolute;inset:0}.ShopDetail-module__tyQRGW__heroNav{-webkit-backdrop-filter:none;backdrop-filter:none;cursor:pointer;width:40px;height:40px;color:var(--gray-700);font-size:var(--text-2xl);transition:var(--transition-color);box-shadow:none;z-index:var(--z-above);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:auto 0;display:flex;position:absolute;top:0;bottom:0}.ShopDetail-module__tyQRGW__heroNav:hover{color:var(--red);background:0 0}.ShopDetail-module__tyQRGW__heroNavPrev{left:1rem}.ShopDetail-module__tyQRGW__heroNavNext{right:1rem}.ShopDetail-module__tyQRGW__heroProfileInfo{padding:var(--space-lg)var(--content-px)var(--space-md);background:var(--white);text-align:left;flex-direction:column;align-items:flex-start;animation:.25s 80ms both ShopDetail-module__tyQRGW__slideUp;display:flex}.ShopDetail-module__tyQRGW__heroNameWrapper{width:100%;margin-bottom:.5rem}.ShopDetail-module__tyQRGW__partnerBadge{border-radius:var(--r-full);white-space:nowrap;flex-shrink:0;align-items:center;margin-left:.625rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;animation:.25s .12s both ShopDetail-module__tyQRGW__slideUp;display:inline-flex}.ShopDetail-module__tyQRGW__partnerBadge[data-level=diamond]{color:#7c3aed;background:#ede9fe}.ShopDetail-module__tyQRGW__partnerBadge[data-level=gold]{color:#b45309;background:#fef3c7}.ShopDetail-module__tyQRGW__partnerBadge[data-level=silver]{color:#6b7280;background:#f3f4f6}.ShopDetail-module__tyQRGW__bookingBadge{color:var(--green);background:var(--green-soft);border-radius:var(--r-full);white-space:nowrap;flex-shrink:0;align-items:center;margin-left:.625rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;animation:.25s .12s both ShopDetail-module__tyQRGW__slideUp;display:inline-flex}.ShopDetail-module__tyQRGW__shopHeroEyebrow{font-size:.625rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--gray-900);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:var(--r-full);background:0 0;align-items:center;gap:.375rem;margin-bottom:.5rem;padding:.25rem .625rem;display:inline-flex}.ShopDetail-module__tyQRGW__shopHeroName{font-size:var(--text-2xl);color:var(--gray-900);flex-wrap:wrap;align-items:center;gap:0;font-weight:800;line-height:1.25;display:flex}.ShopDetail-module__tyQRGW__shopHeroMeta{align-items:center;gap:var(--space-md);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.ShopDetail-module__tyQRGW__shopHeroLoc{font-size:var(--text-sm);color:var(--gray-900);font-weight:400}.ShopDetail-module__tyQRGW__shopHeroRating{color:var(--gray-900);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:var(--r-full);background:0 0;align-items:center;gap:.25rem;margin-left:-.3125rem;padding:.1875rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.ShopDetail-module__tyQRGW__shopHeroDot{font-size:var(--text-sm);color:var(--glossier-mute);font-weight:400}.ShopDetail-module__tyQRGW__shopHeroRatingStars{color:var(--amber);letter-spacing:var(--tracking-tight);font-size:var(--text-sm)}.ShopDetail-module__tyQRGW__shopHeroRatingCount{opacity:1;color:var(--glossier-mute);font-weight:700}.ShopDetail-module__tyQRGW__firstReviewCta{color:var(--glossier-pink);font-size:.85rem;font-weight:600}.ShopDetail-module__tyQRGW__shopHeroStats{align-items:center;gap:var(--space-md);margin-top:var(--space-xs);display:flex}.ShopDetail-module__tyQRGW__shopHeroStatItem{font-size:var(--text-xs);color:var(--glossier-mute);font-weight:500}.ShopDetail-module__tyQRGW__subNav{border-bottom:1px solid var(--glossier-border);background:var(--white);z-index:var(--z-sticky);box-shadow:var(--shadow-sm);margin:0;display:flex;position:sticky;top:34px;overflow-x:auto}.ShopDetail-module__tyQRGW__subNavLink{padding:var(--space-sm)var(--space-md);font-size:var(--text-sm);font-weight:600;font-family:var(--font-mono);color:var(--glossier-mute);white-space:nowrap;transition:var(--transition-button);border-bottom:3px solid #0000;flex-shrink:0;text-decoration:none}.ShopDetail-module__tyQRGW__subNavLink:hover{color:var(--gray-700)}.ShopDetail-module__tyQRGW__subNavLink.ShopDetail-module__tyQRGW__active{color:var(--red-dark);border-bottom:3px solid var(--red-dark);background:var(--red-soft);font-weight:700}.ShopDetail-module__tyQRGW__sec{padding:var(--section-gap)var(--content-px);position:relative}.ShopDetail-module__tyQRGW__sec+.ShopDetail-module__tyQRGW__sec:before{content:"";background:linear-gradient(90deg,transparent,var(--glossier-border),transparent);height:1px;margin:calc(-1*var(--section-gap))calc(-1*var(--content-px))var(--section-gap);padding:0 var(--content-px);display:block}@media (min-width:768px){.ShopDetail-module__tyQRGW__sec{padding:var(--section-gap)var(--content-px)}.ShopDetail-module__tyQRGW__sec+.ShopDetail-module__tyQRGW__sec:before{margin:calc(-1*var(--section-gap))calc(-1*var(--content-px))var(--section-gap)}}@media (min-width:1024px){.ShopDetail-module__tyQRGW__sec{padding:var(--section-gap)var(--content-px)}.ShopDetail-module__tyQRGW__sec+.ShopDetail-module__tyQRGW__sec:before{margin:calc(-1*var(--section-gap))calc(-1*var(--content-px))var(--section-gap)}}.ShopDetail-module__tyQRGW__secTitle{font-size:var(--section-title);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--red-dark);margin-bottom:var(--space-md);padding-left:var(--space-md);border-left:2px solid var(--red-dark)}.ShopDetail-module__tyQRGW__secSub{font-size:var(--text-sm);color:var(--glossier-mute);margin-bottom:var(--space-lg)}.ShopDetail-module__tyQRGW__secDivider{border-top:1px solid var(--gray-200);height:0;margin:0 var(--content-px)}.ShopDetail-module__tyQRGW__expertCard{align-items:center;gap:var(--space-lg);padding:var(--space-lg);background:var(--white);border:1px solid var(--glossier-border);border-radius:var(--r);display:flex}.ShopDetail-module__tyQRGW__expertAvatar{background:var(--red-soft);width:44px;height:44px;font-size:var(--text-xl);border:1px solid #f0a8b866;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.ShopDetail-module__tyQRGW__expertAvatarImg{object-fit:cover;width:100%;height:100%}.ShopDetail-module__tyQRGW__offerBanner{margin:var(--space-md)var(--content-px);padding:var(--space-lg)var(--space-xl);background:linear-gradient(135deg,var(--red-soft),var(--purple-soft));border-radius:var(--rounded-2xl);box-shadow:var(--shadow-md);border:1.5px solid #c9708840;justify-content:space-between;align-items:center;display:flex}.ShopDetail-module__tyQRGW__offerText{font-size:var(--text-sm);color:var(--gray-900);font-weight:400;line-height:1.5}.ShopDetail-module__tyQRGW__offerText strong{color:var(--red-dark);font-size:var(--text-md);font-weight:700}.ShopDetail-module__tyQRGW__offerBtn{padding:var(--space-sm)var(--space-lg);border-radius:var(--r-full);background:var(--red);color:var(--white);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;transition:var(--transition-opacity);border:none;font-family:inherit;font-weight:700;text-decoration:none;display:inline-block}.ShopDetail-module__tyQRGW__offerBtn:hover{opacity:var(--hover-opacity)}.ShopDetail-module__tyQRGW__benefits{padding:var(--space-lg)var(--content-px);border-bottom:1px solid var(--glossier-border)}.ShopDetail-module__tyQRGW__benefitTitle{font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--red-dark);margin-bottom:var(--space-sm);padding-left:var(--space-md);border-left:2px solid var(--red-dark)}.ShopDetail-module__tyQRGW__benefitItem{font-size:var(--text-sm);color:var(--gray-900);align-items:center;gap:var(--space-sm);padding:var(--space-xs)0;font-weight:500;display:flex}.ShopDetail-module__tyQRGW__benefitItem span{color:var(--red-dark);font-weight:700;font-size:var(--text-md)}.ShopDetail-module__tyQRGW__ongoingEvent{padding:var(--space-md)var(--content-px)var(--space-lg);border-bottom:1px solid var(--glossier-border)}.ShopDetail-module__tyQRGW__ongoingEventLabel{align-items:center;gap:var(--space-xs);padding:5px var(--space-md);border-radius:var(--r-full);font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-widest);color:var(--red-dark);background:var(--red-soft);margin-bottom:var(--space-sm);border:1.5px solid #f0a8b880;display:inline-flex}.ShopDetail-module__tyQRGW__ongoingEventText{font-size:var(--text-md);color:var(--gray-900);letter-spacing:var(--tracking-wide);font-weight:600}.ShopDetail-module__tyQRGW__shopProfile{padding:var(--space-lg)var(--content-px)var(--space-xl);text-align:left;flex-direction:column;align-items:flex-start;animation:.25s 80ms both ShopDetail-module__tyQRGW__slideUp;display:flex}.ShopDetail-module__tyQRGW__shopNameRow{justify-content:flex-start;align-items:center;gap:var(--space-md);width:100%;margin-bottom:var(--space-sm);flex-wrap:wrap;display:flex}.ShopDetail-module__tyQRGW__shopName{font-size:var(--text-xl);color:var(--gray-900);font-weight:800}.ShopDetail-module__tyQRGW__shopTier{align-items:center;gap:var(--space-sm);display:flex}.ShopDetail-module__tyQRGW__shopTierBadge{padding:3px var(--space-md);border-radius:var(--r-full);font-size:var(--text-xs);border:1px solid var(--glossier-border);color:var(--glossier-mute);font-weight:600}.ShopDetail-module__tyQRGW__shopTierBadge.ShopDetail-module__tyQRGW__gold{border-color:var(--amber);color:var(--amber-dark);background:var(--amber-soft);flex-shrink:0}.ShopDetail-module__tyQRGW__shopMeta{font-size:var(--text-sm);color:var(--glossier-mute);align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.ShopDetail-module__tyQRGW__shopMetaStar{color:var(--red);letter-spacing:var(--tracking-snug);font-weight:700}.ShopDetail-module__tyQRGW__shopStatChips{gap:var(--chip-gap);flex-wrap:wrap;display:flex}.ShopDetail-module__tyQRGW__shopStatChip{align-items:center;gap:var(--space-xs);padding:5px var(--space-md);border-radius:var(--r-full);font-size:var(--text-sm);border:1.5px solid var(--glossier-border);background:var(--white);color:var(--gray-700);font-weight:600;display:inline-flex}.ShopDetail-module__tyQRGW__shopStatChip.ShopDetail-module__tyQRGW__pink{background:var(--red-soft);color:var(--red-dark);border-color:#f0a8b880}.ShopDetail-module__tyQRGW__shopStatChip.ShopDetail-module__tyQRGW__purple{background:var(--purple-soft);color:var(--purple);border-color:#c4a0da66}.ShopDetail-module__tyQRGW__shopStatChip.ShopDetail-module__tyQRGW__green{background:var(--green-soft);color:var(--green);border-color:#22b07d4d}.ShopDetail-module__tyQRGW__rankContextBanner{margin:0 var(--content-px);padding:var(--space-md)var(--space-lg);align-items:center;gap:var(--space-lg);margin-bottom:var(--space-lg);background:linear-gradient(135deg,#fff5f7,#faf0ff);border:1.5px solid #c9708840;border-radius:0;animation:.25s 50ms both ShopDetail-module__tyQRGW__slideUp;display:flex}.ShopDetail-module__tyQRGW__rankContextNo{background:linear-gradient(135deg,var(--red),#d8b4fe);width:40px;height:40px;font-size:var(--text-xl);color:#fff;font-weight:800;font-family:var(--font-mono);box-shadow:var(--shadow-pink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ShopDetail-module__tyQRGW__rankContextLabel{font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--red-dark);margin-bottom:2px}.ShopDetail-module__tyQRGW__rankContextText{font-size:var(--text-sm);color:var(--gray-600);font-style:italic;font-weight:400;line-height:1.5}.ShopDetail-module__tyQRGW__gallerySection{padding:0 var(--content-px);position:relative}.ShopDetail-module__tyQRGW__secTitleInline{margin:0 var(--content-px)var(--space-md);font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--red);padding-left:var(--space-md);border-left:2px solid var(--red)}.ShopDetail-module__tyQRGW__galleryMain{aspect-ratio:4/3;color:#ffffffb3;width:100%;font-size:var(--text-md);border-radius:var(--rounded-2xl);background:linear-gradient(135deg,#fecdd3,#f9a8d4,#e9d5ff);border:1px solid #f0a8b84d;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ShopDetail-module__tyQRGW__galleryNav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;width:36px;height:36px;color:var(--gray-700);font-size:var(--text-2xl);transition:var(--transition-hover);box-shadow:var(--shadow-md);background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;margin:auto 0;display:flex;position:absolute;top:0;bottom:0}.ShopDetail-module__tyQRGW__galleryNav:hover{background:var(--hover-bg-accent);color:var(--hover-text-accent)}.ShopDetail-module__tyQRGW__galleryNavPrev{left:calc(var(--content-px) + 8px)}.ShopDetail-module__tyQRGW__galleryNavNext{right:calc(var(--content-px) + 8px)}.ShopDetail-module__tyQRGW__galleryThumbs{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--content-px);z-index:3;background:0 0;flex-direction:column;display:flex;position:absolute;bottom:120px;left:0;right:0}.ShopDetail-module__tyQRGW__galleryThumbsRow{justify-content:center;gap:var(--space-xs);width:100%;padding-bottom:var(--space-xs);display:flex;overflow-x:auto}.ShopDetail-module__tyQRGW__galleryThumb{cursor:pointer;width:44px;height:44px;transition:var(--transition-input);background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #fff9;border-radius:6px;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000026}.ShopDetail-module__tyQRGW__galleryThumb.ShopDetail-module__tyQRGW__active{border-color:var(--white);box-shadow:0 0 0 2px var(--red),0 2px 8px #0003}.ShopDetail-module__tyQRGW__galleryIndicators{justify-content:center;gap:var(--space-sm);display:flex}.ShopDetail-module__tyQRGW__galleryIndicator{cursor:pointer;width:6px;height:6px;transition:var(--transition-bg);background:#b4b4b4b3;border:none;border-radius:50%}.ShopDetail-module__tyQRGW__galleryIndicator.ShopDetail-module__tyQRGW__active{background:#969696cc}.ShopDetail-module__tyQRGW__partnerSection{padding:var(--space-xl)var(--content-px)}.ShopDetail-module__tyQRGW__sectionTitle{font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--red);margin-bottom:var(--space-lg);padding-left:var(--space-md);border-left:3px solid var(--red)}.ShopDetail-module__tyQRGW__sectionTitleRow{margin-bottom:var(--space-lg)}.ShopDetail-module__tyQRGW__sectionTitleRow .ShopDetail-module__tyQRGW__sectionTitle{align-items:center;gap:var(--space-sm);margin-bottom:0;display:flex}.ShopDetail-module__tyQRGW__todayDate{font-size:var(--text-xs);color:var(--glossier-mute);font-weight:500;font-family:var(--font-mono)}.ShopDetail-module__tyQRGW__eventCard{margin-bottom:var(--space-xs);padding:0}.ShopDetail-module__tyQRGW__keyFeatures{padding:var(--space-xl)var(--content-px);position:relative}.ShopDetail-module__tyQRGW__keyFeaturesTitle{font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-caps-wide);color:var(--red);margin-bottom:var(--space-lg);padding-left:var(--space-md);border-left:2px solid var(--red)}.ShopDetail-module__tyQRGW__featureTags{gap:var(--chip-gap);flex-wrap:wrap;padding:0;display:flex}.ShopDetail-module__tyQRGW__featureTag{padding:var(--space-sm)var(--space-lg);border-radius:var(--r-full);font-size:var(--text-sm);background:var(--red-soft);color:var(--red-dark);border:1.5px solid #f0a8b859;font-weight:600}.ShopDetail-module__tyQRGW__featureTag.ShopDetail-module__tyQRGW__mood{background:var(--purple-soft);color:var(--purple);border-color:#c4a0da66}.ShopDetail-module__tyQRGW__aboutText{font-size:var(--body);color:var(--gray-900);font-weight:400;line-height:1.75}.ShopDetail-module__tyQRGW__paymentMethods{gap:var(--space-md);flex-direction:column;display:flex}.ShopDetail-module__tyQRGW__paymentMethodItem{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);background:var(--gray-50);border-radius:var(--r);border:1px solid var(--glossier-border);display:flex}.ShopDetail-module__tyQRGW__paymentIcon{font-size:var(--text-xl);flex-shrink:0}.ShopDetail-module__tyQRGW__paymentValue{font-size:var(--text-md);color:var(--gray-900);font-weight:500}.ShopDetail-module__tyQRGW__step{gap:var(--space-lg);padding:var(--space-lg)0;border-bottom:1px solid var(--gray-100);display:flex}.ShopDetail-module__tyQRGW__step:last-child{border-bottom:none}.ShopDetail-module__tyQRGW__stepNum{background:var(--red);color:#fff;width:28px;height:28px;font-size:var(--text-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.ShopDetail-module__tyQRGW__stepBody{flex:1}.ShopDetail-module__tyQRGW__stepTitle{font-size:var(--text-md);color:var(--gray-900);margin-bottom:2px;font-weight:700}.ShopDetail-module__tyQRGW__stepDesc{font-size:var(--text-sm);color:var(--glossier-mute);line-height:1.5}.ShopDetail-module__tyQRGW__portfolioGrid{border-radius:var(--r);grid-template-columns:repeat(3,1fr);gap:3px;display:grid;overflow:hidden}@media (min-width:768px){.ShopDetail-module__tyQRGW__portfolioGrid{gap:var(--space-sm);grid-template-columns:repeat(6,1fr)}}@media (min-width:1024px){.ShopDetail-module__tyQRGW__portfolioGrid{gap:var(--space-sm);grid-template-columns:repeat(9,1fr)}}.ShopDetail-module__tyQRGW__portfolioCell{aspect-ratio:1;cursor:pointer;transition:var(--transition-opacity);background:linear-gradient(135deg,#fecdd3,#f9a8d4,#e9d5ff) 50%/cover no-repeat;position:relative;overflow:hidden}.ShopDetail-module__tyQRGW__portfolioCell:after{content:"";transition:var(--transition-bg);background:0 0;position:absolute;inset:0}.ShopDetail-module__tyQRGW__portfolioCell:hover:after{background:#0000001f}.ShopDetail-module__tyQRGW__portfolioCellLabel{bottom:var(--space-sm);left:var(--space-sm);right:var(--space-sm);z-index:var(--z-base);font-size:var(--badge-font);color:#fff;text-shadow:0 1px 4px #0006;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:700;position:absolute;overflow:hidden}.ShopDetail-module__tyQRGW__expertsList{gap:var(--space-md);flex-direction:column;display:flex}.ShopDetail-module__tyQRGW__expertCard{align-items:center;gap:var(--space-lg);padding:var(--space-lg)var(--space-lg);border-radius:var(--rounded-2xl);transition:var(--transition-shadow);background:linear-gradient(135deg,#fff5f7,#faf0ff);border:1px solid #f0a8b84d;display:flex}.ShopDetail-module__tyQRGW__expertCard:hover{box-shadow:var(--shadow-md)}.ShopDetail-module__tyQRGW__expertAvatar{width:44px;height:44px;font-size:var(--text-xl);background:linear-gradient(135deg,#f0a8b8,#d8b4fe);border:1.5px solid #c9708840;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ShopDetail-module__tyQRGW__expertInfo{flex:1;min-width:0}.ShopDetail-module__tyQRGW__expertName{font-size:var(--text-md);color:var(--gray-900);margin-bottom:2px;font-weight:700}.ShopDetail-module__tyQRGW__expertSpecialty{font-size:var(--text-sm);color:var(--glossier-mute);font-weight:400}.ShopDetail-module__tyQRGW__expertTags{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}.ShopDetail-module__tyQRGW__expertTag{font-size:var(--text-xs);color:var(--red-dark);background:var(--red-soft);padding:2px var(--space-sm);border-radius:var(--r-full);font-weight:600}.ShopDetail-module__tyQRGW__menuSec{padding:var(--space-xl)var(--content-px)}.ShopDetail-module__tyQRGW__menuTabs{gap:var(--space-sm);margin-bottom:var(--space-lg);-webkit-overflow-scrolling:touch;padding-bottom:2px;display:flex;overflow-x:auto}.ShopDetail-module__tyQRGW__menuTabs::-webkit-scrollbar{display:none}.ShopDetail-module__tyQRGW__menuTab{padding:var(--space-sm)var(--space-lg);border-radius:var(--r-full);font-size:var(--text-sm);border:1.5px solid var(--glossier-border);background:var(--white);color:var(--glossier-mute);cursor:pointer;transition:var(--transition-button);flex-shrink:0;font-family:inherit;font-weight:600}.ShopDetail-module__tyQRGW__menuTab:hover{background:var(--hover-bg-subtle);color:var(--gray-700)}.ShopDetail-module__tyQRGW__menuTab.ShopDetail-module__tyQRGW__active{background:var(--gray-800);color:#fff;border-color:var(--gray-800)}.ShopDetail-module__tyQRGW__menuTableWrap{background:var(--white);border-radius:var(--r);border:1px solid var(--glossier-border);margin-bottom:var(--space-lg);-webkit-overflow-scrolling:touch;overflow-x:auto}.ShopDetail-module__tyQRGW__menuTableInner{min-width:360px}.ShopDetail-module__tyQRGW__menuTableHeader{gap:var(--space-sm);padding:var(--space-md)var(--space-lg);border-bottom:1px solid var(--glossier-border);font-size:var(--text-sm);color:var(--gray-600);grid-template-columns:140px repeat(3,1fr);align-items:end;font-weight:700;display:grid}.ShopDetail-module__tyQRGW__menuCategory{gap:var(--space-sm);padding:var(--space-md)var(--space-lg)var(--space-sm);border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);color:var(--gray-900);grid-template-columns:140px repeat(3,1fr);align-items:center;font-weight:700;display:grid}.ShopDetail-module__tyQRGW__menuRow{gap:var(--space-sm);padding:var(--space-sm)var(--space-lg);border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);grid-template-columns:140px repeat(3,1fr);align-items:center;font-weight:400;display:grid}.ShopDetail-module__tyQRGW__menuRow:last-child{border-bottom:none}.ShopDetail-module__tyQRGW__menuRowPrice{text-align:center;color:var(--gray-900);font-weight:500;font-size:var(--text-sm)}.ShopDetail-module__tyQRGW__menuCaution{margin-top:var(--space-lg);padding:var(--space-lg)var(--space-lg);background:var(--amber-soft);border-radius:var(--r);font-size:var(--text-sm);color:var(--gray-600);border:1px solid #f5b73140;line-height:1.6}.ShopDetail-module__tyQRGW__menuCautionTitle{color:var(--gray-900);margin-bottom:var(--space-sm);font-weight:700}.ShopDetail-module__tyQRGW__policyBox{padding:var(--space-lg);background:var(--gray-50);border-radius:var(--r);margin-bottom:var(--space-md);border:1px solid var(--glossier-border)}.ShopDetail-module__tyQRGW__policyTitle{font-size:var(--text-md);color:var(--gray-900);margin-bottom:var(--space-xs);font-weight:700}.ShopDetail-module__tyQRGW__policyText{font-size:var(--text-sm);color:var(--glossier-mute);line-height:1.6}.ShopDetail-module__tyQRGW__infoItem{align-items:flex-start;gap:var(--space-md);padding:var(--space-md)0;border-bottom:1px solid var(--gray-100);display:flex}.ShopDetail-module__tyQRGW__infoItem:last-child{border-bottom:none}.ShopDetail-module__tyQRGW__infoIcon{font-size:var(--text-lg);text-align:center;flex-shrink:0;width:20px}.ShopDetail-module__tyQRGW__infoLabel{font-size:var(--text-sm);color:var(--glossier-mute);margin-bottom:1px}.ShopDetail-module__tyQRGW__infoValue{font-size:var(--text-md);color:var(--gray-900);font-weight:500}.ShopDetail-module__tyQRGW__infoGroupsWrap{gap:var(--space-lg);flex-direction:column;display:flex}.ShopDetail-module__tyQRGW__infoGroup{background:var(--gray-50);border-radius:12px;overflow:hidden}.ShopDetail-module__tyQRGW__infoGroupHeader{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);background:var(--gray-100);display:flex}.ShopDetail-module__tyQRGW__infoGroupIcon{font-size:var(--text-md);flex-shrink:0}.ShopDetail-module__tyQRGW__infoGroupTitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em;color:var(--gray-700);font-weight:700}.ShopDetail-module__tyQRGW__infoGroupBody{padding:var(--space-sm)var(--space-md)}.ShopDetail-module__tyQRGW__infoGroupRow{justify-content:space-between;align-items:baseline;gap:var(--space-md);padding:var(--space-xs)0;display:flex}.ShopDetail-module__tyQRGW__infoGroupRow+.ShopDetail-module__tyQRGW__infoGroupRow{border-top:1px solid var(--gray-100)}.ShopDetail-module__tyQRGW__infoGroupLabel{font-size:var(--text-sm);color:var(--glossier-mute);flex-shrink:0}.ShopDetail-module__tyQRGW__infoGroupValue{font-size:var(--text-sm);color:var(--gray-900);text-align:right;font-weight:500}.ShopDetail-module__tyQRGW__editorComment{background:var(--gray-50);border-left:3px solid var(--red);border-radius:0 var(--r-sm)var(--r-sm)0;padding:var(--space-md)var(--space-lg);margin-top:var(--space-md)}.ShopDetail-module__tyQRGW__editorCommentLabel{font-size:var(--badge-font);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--red-dark);margin-bottom:var(--space-xs)}.ShopDetail-module__tyQRGW__editorCommentText{font-size:var(--text-sm);color:var(--gray-600);font-style:italic;font-weight:400;line-height:1.65}.ShopDetail-module__tyQRGW__communityStatsRow{gap:var(--space-md);margin-bottom:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.ShopDetail-module__tyQRGW__communityStatIcon{font-size:var(--text-md);margin-bottom:var(--space-xs)}.ShopDetail-module__tyQRGW__communityStatsRow{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.ShopDetail-module__tyQRGW__communityStatBox{padding:var(--space-md)14px;border-radius:var(--r);border:1px solid var(--glossier-border)}.ShopDetail-module__tyQRGW__communityStatBox.ShopDetail-module__tyQRGW__amber{background:linear-gradient(135deg,var(--amber-soft),#fff8e7)}.ShopDetail-module__tyQRGW__communityStatBox.ShopDetail-module__tyQRGW__green{background:linear-gradient(135deg,#eefbf5,#e8f8f0)}.ShopDetail-module__tyQRGW__communityStatIcon{margin-bottom:4px;font-size:14px}.ShopDetail-module__tyQRGW__communityStatLabel{font-size:var(--label);font-weight:600;font-family:var(--font-mono);color:var(--glossier-mute);margin-bottom:2px}.ShopDetail-module__tyQRGW__communityStatValue{font-size:var(--text-lg);color:var(--gray-900);font-weight:700}.ShopDetail-module__tyQRGW__communityStatSub{font-size:var(--text-sm);color:var(--glossier-mute);margin-top:2px}.ShopDetail-module__tyQRGW__communityStatBoxWide{padding:var(--space-md)14px;background:var(--red-soft);border-radius:var(--r);border:1px solid var(--glossier-border);margin-bottom:var(--space-lg)}.ShopDetail-module__tyQRGW__communityStatBoxWide .ShopDetail-module__tyQRGW__communityStatIcon{margin-bottom:4px;font-size:14px}.ShopDetail-module__tyQRGW__communityStatBoxWide .ShopDetail-module__tyQRGW__communityStatLabel{font-size:var(--label);font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--red);margin-bottom:4px}.ShopDetail-module__tyQRGW__communityStatBoxWide .ShopDetail-module__tyQRGW__communityStatValue{font-size:var(--text-sm);color:var(--gray-900);font-weight:400;line-height:var(--leading-relaxed)}.ShopDetail-module__tyQRGW__reviewSortRow{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.ShopDetail-module__tyQRGW__reviewSortTitle{font-size:var(--text-lg);color:var(--gray-900);font-weight:700}.ShopDetail-module__tyQRGW__reviewSortBtn{padding:var(--space-sm)var(--space-lg);border:1px solid var(--glossier-border-strong);border-radius:var(--r-full);background:var(--white);font-size:var(--text-sm);color:var(--gray-600);cursor:pointer;transition:var(--transition-button);font-weight:500}.ShopDetail-module__tyQRGW__reviewSortBtn:hover{background:var(--gray-50);border-color:var(--gray-400)}.ShopDetail-module__tyQRGW__sortDropdownWrap{position:relative}.ShopDetail-module__tyQRGW__sortDropdown{background:var(--white);border:1px solid var(--glossier-border);border-radius:var(--r);min-width:180px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);padding:var(--space-xs)0;margin:0;list-style:none;position:absolute;top:calc(100% + 4px);right:0}.ShopDetail-module__tyQRGW__sortDropdownItem{padding:var(--space-sm)var(--space-lg);font-size:var(--text-sm);color:var(--gray-600);cursor:pointer;transition:var(--transition-hover)}.ShopDetail-module__tyQRGW__sortDropdownItem:hover{background:var(--gray-50);color:var(--gray-900)}.ShopDetail-module__tyQRGW__sortDropdownItemActive{color:var(--red);font-weight:600}.ShopDetail-module__tyQRGW__reviewsGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);margin-top:0;display:grid}@media (min-width:768px){.ShopDetail-module__tyQRGW__reviewsGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.ShopDetail-module__tyQRGW__reviewsGrid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr)}}.ShopDetail-module__tyQRGW__emptyState{text-align:center;padding:var(--space-2xl)var(--space-lg);color:var(--gray-400);font-size:var(--text-md);line-height:var(--leading-relaxed)}.ShopDetail-module__tyQRGW__hasCta{padding-bottom:72px}@media (min-width:768px){.ShopDetail-module__tyQRGW__hasCta{padding-bottom:76px}}@media (min-width:1024px){.ShopDetail-module__tyQRGW__hasCta{padding-bottom:80px}}.ShopDetail-module__tyQRGW__skeleton{border-radius:var(--r-xs);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite ShopDetail-module__tyQRGW__skeletonLoading}@keyframes ShopDetail-module__tyQRGW__skeletonLoading{0%{background-position:200% 0}to{background-position:-200% 0}}.ShopDetail-module__tyQRGW__skeletonText{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:3px;height:12px;animation:1.5s infinite ShopDetail-module__tyQRGW__skeletonLoading}.ShopDetail-module__tyQRGW__skeletonCircle{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;width:40px;height:40px;animation:1.5s infinite ShopDetail-module__tyQRGW__skeletonLoading}
.page-module__EVJJWa__homeWrap{width:100vw;max-width:1920px;margin-left:calc(50% - 50vw);overflow-x:clip}.page-module__EVJJWa__container{background:var(--white);min-height:100vh}.page-module__EVJJWa__hero{padding:40px var(--space-xl);text-align:center;border-bottom:1px solid var(--glossier-border);background:linear-gradient(135deg,#fdf2f5,#f5f0fa,#fceef3)}.page-module__EVJJWa__title{font-size:var(--text-2xl);color:var(--gray-900);margin-bottom:var(--space-sm);font-weight:800}.page-module__EVJJWa__subtitle{font-size:var(--text-md);color:var(--glossier-mute)}.page-module__EVJJWa__sectionTitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--red);margin-bottom:var(--space-lg);padding-left:var(--space-md);border-left:2px solid var(--red);font-weight:700}.page-module__EVJJWa__demoGrid{padding:var(--space-2xl)var(--space-xl);max-width:100%}.page-module__EVJJWa__demoList{gap:var(--space-md);flex-direction:column;display:flex}.page-module__EVJJWa__demoCard{align-items:center;gap:var(--space-lg);padding:var(--space-lg);background:var(--white);border:1px solid var(--glossier-border);border-radius:var(--rounded-2xl);color:inherit;transition:box-shadow var(--duration-fast)var(--ease-default),border-color var(--duration-fast)var(--ease-default);text-decoration:none;display:flex}.page-module__EVJJWa__demoCard:hover{border-color:var(--red);box-shadow:var(--shadow-card)}.page-module__EVJJWa__demoCardIcon{font-size:var(--text-2xl);flex-shrink:0}.page-module__EVJJWa__demoCardContent h3{font-size:var(--text-md);color:var(--body-text);margin-bottom:2px;font-weight:700}.page-module__EVJJWa__demoCardContent p{font-size:var(--text-sm);color:var(--glossier-mute)}.page-module__EVJJWa__info{padding:var(--space-2xl)var(--space-xl);background:var(--gray-50);border-top:1px solid var(--glossier-border)}.page-module__EVJJWa__componentList{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0;padding:0;list-style:none;display:grid}.page-module__EVJJWa__componentList li{font-size:var(--text-md);color:var(--body-text);padding:var(--space-md);background:var(--white);border-radius:var(--r);border:1px solid var(--glossier-border)}@media (min-width:768px){.page-module__EVJJWa__hero{padding:60px var(--space-xl)}.page-module__EVJJWa__title{font-size:var(--text-2xl)}.page-module__EVJJWa__demoGrid,.page-module__EVJJWa__info{padding:var(--space-2xl)var(--space-xl);max-width:720px;margin:0 auto}}@media (min-width:1024px){.page-module__EVJJWa__demoGrid,.page-module__EVJJWa__info{max-width:900px}}
.TranslateButton-module__1aZixq__bannerRow{background:linear-gradient(135deg,#fff0f3 0%,#fce4ec 50%,#fff0f3 100%);border-bottom:1.5px solid #e8375a26;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;display:flex}.TranslateButton-module__1aZixq__button{color:var(--glossier-text,#333);cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border:1.5px solid #e8375a33;border-radius:20px;align-items:center;gap:6px;padding:7px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.TranslateButton-module__1aZixq__button:hover:not(:disabled){border-color:var(--red,#e8375a);color:var(--red,#e8375a);background:#fff;box-shadow:0 2px 8px #e8375a26}.TranslateButton-module__1aZixq__button:disabled{opacity:.5;cursor:default}.TranslateButton-module__1aZixq__button.TranslateButton-module__1aZixq__active{background:var(--red,#e8375a);border-color:var(--red,#e8375a);color:#fff;font-weight:700;box-shadow:0 2px 10px #e8375a40}.TranslateButton-module__1aZixq__button.TranslateButton-module__1aZixq__active:hover:not(:disabled){background:var(--red,#e8375a);color:#fff;box-shadow:0 3px 12px #e8375a4d}.TranslateButton-module__1aZixq__spinner{border:2px solid #e8375a33;border-top-color:var(--red,#e8375a);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite TranslateButton-module__1aZixq__spin;display:inline-block}@keyframes TranslateButton-module__1aZixq__spin{to{transform:rotate(360deg)}}.TranslateButton-module__1aZixq__error{color:#d32f2f;margin-left:4px;font-size:11px;font-weight:600}
.saved-module__Anso_W__profileHero{aspect-ratio:4/2.5;flex-shrink:0;width:100%;min-height:180px;position:relative;overflow:hidden}.saved-module__Anso_W__profileHeroBg{background:linear-gradient(150deg,var(--pink),var(--coral),#e9d5ff);position:absolute;inset:0}.saved-module__Anso_W__profileHeroOverlay{padding:var(--space-lg)var(--space-xl);background:linear-gradient(#0000 50%,#00000080 100%);justify-content:flex-start;align-items:flex-end;display:flex;position:absolute;inset:0}.saved-module__Anso_W__profileNickname{font-size:var(--text-xl);color:var(--white);text-shadow:0 2px 8px #0006;letter-spacing:-.02em;font-weight:700}.saved-module__Anso_W__pageHeader{z-index:var(--z-above);padding:var(--space-md)var(--space-lg);background:0 0;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.saved-module__Anso_W__backBtn{width:32px;height:32px;color:var(--white);text-shadow:0 1px 2px #0000004d;justify-content:center;align-items:center;text-decoration:none;display:flex}.saved-module__Anso_W__pageTitle{text-align:center;font-size:var(--text-lg);color:var(--white);text-shadow:0 1px 2px #ffffffe6,0 2px 4px #0000004d;flex:1;font-weight:700}.saved-module__Anso_W__mainTabs{border-bottom:2px solid var(--gray-100);background:var(--white);z-index:var(--z-base);margin-bottom:0;display:flex;position:sticky;top:0}.saved-module__Anso_W__mainTab{text-align:center;padding:var(--space-md)0;font-size:var(--text-md);color:var(--gray-400);cursor:pointer;transition:color var(--duration-fast)var(--ease-default),border-color var(--duration-fast)var(--ease-default);letter-spacing:-.02em;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;font-weight:700}.saved-module__Anso_W__mainTabActive{color:var(--pink);border-bottom-color:var(--pink)}.saved-module__Anso_W__section{padding:var(--space-lg)var(--space-md)var(--space-xl);background:var(--bg)}.saved-module__Anso_W__pills{gap:var(--chip-gap);padding:0 var(--space-xs)var(--space-md);display:flex}.saved-module__Anso_W__pill{font-size:var(--text-sm);padding:var(--space-sm)var(--space-lg);border-radius:var(--r-xl);border:1px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;transition:var(--transition-all-fast);font-weight:600}.saved-module__Anso_W__pillActive{background:var(--gray-800);color:var(--white);border-color:var(--gray-800)}.saved-module__Anso_W__postsGrid{gap:var(--card-gap);padding:0 0 var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.saved-module__Anso_W__savedGrid{gap:var(--card-gap);padding:0 0 var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.saved-module__Anso_W__savedGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.saved-module__Anso_W__savedGrid{grid-template-columns:repeat(4,1fr)}}.saved-module__Anso_W__postCard{background:var(--white);border-radius:var(--r);overflow:hidden;box-shadow:0 1px 4px #0000000f}.saved-module__Anso_W__postCardImg{aspect-ratio:3/4;position:relative;overflow:hidden}.saved-module__Anso_W__postCardImg img{object-fit:cover;width:100%;height:100%}.saved-module__Anso_W__likeBadge{border-radius:var(--r-xl);background:#00000073;align-items:center;gap:3px;padding:3px 8px;display:flex;position:absolute;top:8px;right:8px}.saved-module__Anso_W__likeBadgeCount{color:#fff;font-size:9px;font-weight:600}.saved-module__Anso_W__bookmarkBadge{background:var(--pink);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:8px;right:8px}.saved-module__Anso_W__unsaveBtn{cursor:pointer;width:32px;height:32px;color:var(--pink);transition:transform var(--duration-fast)var(--ease-default),background var(--duration-fast)var(--ease-default);z-index:2;background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px}.saved-module__Anso_W__unsaveBtn:hover{background:#0000008c;transform:scale(1.1)}.saved-module__Anso_W__unsaveBtn:active{transform:scale(.9)}.saved-module__Anso_W__unsaveBtn:disabled{opacity:.5;pointer-events:none}.saved-module__Anso_W__profileOverlay{padding:var(--space-md)var(--space-md)var(--space-xl);background:linear-gradient(#0006,#0000);position:absolute;top:0;left:0;right:0}.saved-module__Anso_W__profileRow{align-items:center;gap:5px;display:flex}.saved-module__Anso_W__profileAvatar{width:22px;height:22px;font-size:var(--text-xs);color:var(--pink);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.saved-module__Anso_W__profileName{font-size:var(--text-xs);color:#fff;text-shadow:0 1px 4px #0000004d;font-weight:600}.saved-module__Anso_W__statusOverlay{padding:var(--space-xl)var(--space-md)var(--space-md);background:linear-gradient(#0000,#0006);position:absolute;bottom:0;left:0;right:0}.saved-module__Anso_W__statusBadge{border-radius:var(--r-xl);color:#fff;padding:3px 7px;font-size:9px;font-weight:700}.saved-module__Anso_W__statusPublished{background:var(--green)}.saved-module__Anso_W__statusDraft{background:var(--amber)}.saved-module__Anso_W__postCardBody{padding:var(--card-padding)}.saved-module__Anso_W__cardMeta{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.saved-module__Anso_W__shopName{font-size:var(--text-xs);color:var(--gray-500);font-weight:600}.saved-module__Anso_W__rating{font-size:var(--text-xs);color:var(--gray-600);align-items:center;gap:2px;font-weight:600;display:flex}.saved-module__Anso_W__ratingStar{color:var(--amber)}.saved-module__Anso_W__cardTitle{font-size:var(--text-sm);color:var(--gray-800);font-weight:700;line-height:1.35}.saved-module__Anso_W__cardPrice{font-size:var(--text-md);color:var(--pink);margin-top:var(--space-sm);font-weight:700}.saved-module__Anso_W__hintText{text-align:center;padding:var(--space-sm)var(--space-lg)var(--space-xl);font-size:var(--text-sm);color:var(--gray-400)}.saved-module__Anso_W__emptyState{min-height:60vh;padding:40px var(--space-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.saved-module__Anso_W__emptyIcon{margin-bottom:var(--space-lg);font-size:48px}.saved-module__Anso_W__emptyTitle{font-size:var(--text-xl);color:var(--gray-800);margin-bottom:var(--space-sm);font-weight:700}.saved-module__Anso_W__emptyText{font-size:var(--text-md);color:var(--gray-500);margin-bottom:var(--space-xl)}.saved-module__Anso_W__backLink{font-size:var(--text-md);color:var(--pink);font-weight:600;text-decoration:none}@media (min-width:600px){.saved-module__Anso_W__postsGrid{gap:var(--card-gap);grid-template-columns:repeat(3,1fr)}.saved-module__Anso_W__section{padding:var(--space-xl)var(--space-lg)var(--space-xl)}}@media (min-width:900px){.saved-module__Anso_W__postsGrid{gap:var(--card-gap);grid-template-columns:repeat(4,1fr)}.saved-module__Anso_W__profileHero{min-height:240px}.saved-module__Anso_W__profileNickname{font-size:var(--text-2xl)}.saved-module__Anso_W__section{padding:var(--space-xl)var(--space-xl)var(--space-2xl)}}
.GlobalChatFAB-module__reF7tG__fabGroup{gap:var(--space-md);z-index:var(--z-chat);pointer-events:none;flex-direction:column;display:flex;position:fixed;bottom:70px;right:clamp(8px,4vw,24px)}.GlobalChatFAB-module__reF7tG__fab{pointer-events:auto;cursor:pointer;width:50px;height:50px;transition:var(--transition-transform);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.GlobalChatFAB-module__reF7tG__fab:hover{transform:var(--hover-scale)}.GlobalChatFAB-module__reF7tG__fab svg{width:22px;height:22px}.GlobalChatFAB-module__reF7tG__fabAdd{color:#fff;box-shadow:var(--shadow-card),0 2px 8px #f0a8b866,inset 0 1px 0 #ffffff4d;background:linear-gradient(145deg,#f8c4d0 0%,#f0a8b8 40%,#e898a8 100%);position:relative;overflow:hidden}.GlobalChatFAB-module__reF7tG__fabChat{background:var(--white);color:var(--gray-600);box-shadow:var(--shadow-card)}@media (min-width:600px){.GlobalChatFAB-module__reF7tG__fabGroup{right:var(--space-2xl)}}@media (min-width:900px){.GlobalChatFAB-module__reF7tG__fabGroup{right:48px}}
