.styles_inboxStack__IEa77{width:100%;min-height:100vh;padding:var(--space-6);background:var(--color-neutral-50);position:relative;overflow-x:hidden}.styles_header__ChGPB{text-align:center;margin-bottom:var(--space-10);padding-top:var(--space-8)}.styles_title__dkuFm{font-size:var(--text-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin-bottom:var(--space-4)}.styles_description__m56V9{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);max-width:600px;margin:0 auto}.styles_toastContainer__dO20S{position:fixed;top:var(--space-4);left:50%;transform:translateX(-50%);width:100%;max-width:500px;padding:0 var(--space-4);z-index:9998;display:flex;flex-direction:column;gap:var(--space-3);pointer-events:none}@media(max-width:768px){.styles_toastContainer__dO20S{top:var(--space-2);padding:0 var(--space-3)}}.styles_toast__NN_dY{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--color-surface-primary);border:1px solid var(--color-neutral-200);border-radius:var(--radius-lg);box-shadow:0 4px 16px rgba(0,0,0,.15);cursor:pointer;pointer-events:auto;animation:styles_slideDown__JoA0x .3s ease-out;transition:all .3s ease}.styles_toast__NN_dY:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.styles_toast__NN_dY.styles_dismissed__osfJy{animation:styles_slideUp__bWNyX .3s ease-out forwards}@keyframes styles_slideDown__JoA0x{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_slideUp__bWNyX{to{opacity:0;transform:translateY(-20px)}}.styles_toastIcon__Dy5fF{font-size:1.5rem;flex-shrink:0}.styles_toastContent__aWih_{flex:1 1;min-width:0}.styles_toastTitle__5cKct{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-1)}.styles_toastMessage__eYJzc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--line-height-normal)}.styles_toastDismiss__xlESI{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;color:var(--color-text-tertiary);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:var(--radius-sm);flex-shrink:0;transition:all .2s}.styles_toastDismiss__xlESI:hover{background:var(--color-neutral-100);color:var(--color-text-primary)}.styles_sheetContainer__HWaAN{position:fixed;bottom:var(--space-4);left:50%;transform:translateX(-50%);width:100%;max-width:500px;padding:0 var(--space-4);z-index:9998;display:flex;flex-direction:column-reverse;gap:var(--space-3);pointer-events:none}@media(max-width:768px){.styles_sheetContainer__HWaAN{bottom:var(--space-2);padding:0 var(--space-3)}}.styles_systemSheet__qAiuf{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-6);background:var(--color-surface-primary);border:2px solid var(--color-primary-500);border-radius:var(--radius-lg);box-shadow:0 4px 16px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto;animation:styles_slideUpFromBottom__OcaUc .4s ease-out;transition:all .3s ease;position:relative}.styles_systemSheet__qAiuf:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25);border-color:var(--color-primary-600)}.styles_systemSheet__qAiuf.styles_dismissed__osfJy{animation:styles_slideDownToBottom__rZYsl .3s ease-out forwards}@keyframes styles_slideUpFromBottom__OcaUc{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes styles_slideDownToBottom__rZYsl{to{opacity:0;transform:translateY(100%)}}.styles_sheetIcon__qEGY1{font-size:2rem;flex-shrink:0}.styles_sheetContent__IlmyJ{flex:1 1;min-width:0}.styles_sheetTitle__BAQ8x{font-size:var(--text-base);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-2)}.styles_sheetMessage__UZWRh{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--line-height-relaxed)}.styles_sheetDismiss__vTYSy{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;color:var(--color-text-tertiary);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:var(--radius-sm);flex-shrink:0;transition:all .2s}.styles_sheetDismiss__vTYSy:hover{background:var(--color-neutral-100);color:var(--color-text-primary)}.styles_actions__Dgv1g{position:fixed;bottom:var(--space-6);left:50%;transform:translateX(-50%);width:100%;max-width:500px;padding:0 var(--space-4);display:flex;gap:var(--space-4);z-index:9997}@media(max-width:768px){.styles_actions__Dgv1g{bottom:var(--space-4);padding:0 var(--space-3)}}.styles_actionButton__4C4cv{flex:1 1;padding:var(--space-4) var(--space-6);border:2px solid var(--color-neutral-200);border-radius:var(--radius-lg);background:var(--color-surface-primary);color:var(--color-text-primary);font-size:var(--text-base);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.1)}.styles_actionButton__4C4cv:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.styles_actionButton__4C4cv.styles_safe__FBG_I{border-color:var(--color-success,#4BC67A);color:var(--color-success,#4BC67A)}.styles_actionButton__4C4cv.styles_safe__FBG_I:hover{background:var(--color-success,#4BC67A);color:#fff}.styles_actionButton__4C4cv.styles_unsafe__6erdU{border-color:var(--color-danger,#ef4444);color:var(--color-danger,#ef4444)}.styles_actionButton__4C4cv.styles_unsafe__6erdU:hover{background:var(--color-danger,#ef4444);color:#fff}.styles_feedbackWidget__xPTtC{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-top:40px}.styles_feedbackTitle__yas7G{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:20px;font-weight:700;line-height:28px;color:#111528;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.styles_feedbackQuestion__trcZ4{margin-bottom:32px}.styles_feedbackQuestion__trcZ4:last-of-type{margin-bottom:24px}.styles_feedbackQuestionLabel__1e2qn{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#111528;margin-bottom:12px}.styles_feedbackRating__le2t0{display:flex;gap:8px;justify-content:center;margin-bottom:8px}.styles_feedbackRatingButton__Noagw{width:48px;height:48px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:18px;font-weight:700;line-height:24px;color:#6b7280;cursor:pointer;transition:all .2s ease}.styles_feedbackRatingButton__Noagw:hover{border-color:#10b981;color:#10b981}.styles_feedbackRatingButton__Noagw.styles_feedbackRatingButtonActive__YCyyD{border-color:#10b981;background:#10b981;color:#fff}.styles_feedbackRatingLabels__Rt1X_{display:flex;justify-content:space-between;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:12px;line-height:18px;color:#6b7280;padding:0 8px}.styles_feedbackOptions__FW4LX{display:flex;flex-direction:column;gap:12px}.styles_feedbackOption__Ljk0I{display:flex;align-items:center;gap:12px;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px;color:#111528;cursor:pointer}.styles_feedbackOption__Ljk0I input[type=checkbox],.styles_feedbackOption__Ljk0I input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#10b981}.styles_feedbackOption__Ljk0I span{flex:1 1}.styles_feedbackTextarea__uzNF9{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px;color:#111528;resize:vertical;box-sizing:border-box}.styles_feedbackTextarea__uzNF9:focus{outline:none;border-color:#10b981}.styles_feedbackTextarea__uzNF9::placeholder{color:#9ca3af}.styles_feedbackSubmitButton__tXWby{width:100%;padding:14px 24px;border:none;border-radius:8px;background:#10b981;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#fff;cursor:pointer;transition:background .2s ease}.styles_feedbackSubmitButton__tXWby:hover:not(:disabled){background:#059669}.styles_feedbackSubmitButton__tXWby:disabled{background:#d1d5db;cursor:not-allowed}.styles_feedbackSubmitted__HL1rs{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.styles_feedbackSubmittedIcon__UD9Ex{width:64px;height:64px;border-radius:50%;background:#d1fae5;color:#059669;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.styles_feedbackSubmittedText__ZnKqj{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#111528}.styles_report__Xss6I{max-width:480px;margin:0 auto;padding:20px 16px 80px;background:#fff;min-height:100vh;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media(max-width:768px){.styles_report__Xss6I{min-height:auto;height:auto;padding-bottom:80px}}.styles_section__VgaMo{margin-bottom:40px}.styles_section__VgaMo:last-child{margin-bottom:0}.styles_sectionTitle__TZB5B{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:20px;font-weight:700;line-height:28px;color:#111528;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.styles_gradeBox__pz3Ie{margin-bottom:16px}.styles_gradeText__p3E_S{font-size:32px;line-height:40px;color:#111528;margin-bottom:16px}.styles_gradeText__p3E_S,.styles_statusBadge__GeDey{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-weight:700;text-align:center}.styles_statusBadge__GeDey{display:inline-block;padding:8px 16px;border-radius:20px;font-size:16px;line-height:24px;margin-bottom:20px;width:100%;box-sizing:border-box}.styles_statusBadge__success__1T53T{background:#d1fae5;color:#065f46}.styles_statusBadge__warning__H_ldl{background:#fef3c7;color:#92400e}.styles_statusBadge__danger__vMxJw{background:#fee2e2;color:#991b1b}.styles_statusBadgeLabel___Gzan{display:block}.styles_scoreGauge__nwiES{margin-bottom:24px}.styles_scoreGaugeLabel__RN5_C{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#6b7280;margin-bottom:8px}.styles_scoreGaugeBar__wrDCv{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:8px}.styles_scoreGaugeFill__2vFeD{height:100%;background:linear-gradient(90deg,#10B981,#059669);border-radius:6px;transition:width .3s ease}.styles_scoreGaugeValue__EmOEF{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:18px;font-weight:700;line-height:24px;color:#111528;text-align:center}.styles_walletInfo__9W9HV{margin-bottom:20px}.styles_walletLabel__Oz2hY{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#111528;margin-bottom:8px}.styles_walletLabel__Oz2hY:last-of-type{margin-bottom:0}.styles_walletLabel__Oz2hY:has(+.styles_walletLabel__Oz2hY){margin-bottom:8px}.styles_walletSubtext__vKqjM{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px;color:#6b7280}.styles_summaryBox__GDuX4{background:#f9fafb;border-radius:12px;padding:16px;margin-top:20px}.styles_summaryText__kxwXc{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;line-height:24px;color:#111528;text-align:center}.styles_tableContainer__dKhDE{overflow-x:auto;margin-bottom:20px}.styles_dataTable__H65Cw{width:100%;border-collapse:collapse;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px;color:#111528}.styles_tableCaption__5273U{font-size:14px;font-weight:600;color:#6b7280;text-align:left;margin-bottom:12px;caption-side:top}.styles_dataTable__H65Cw thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.styles_dataTable__H65Cw th{font-weight:600;color:#374151;padding:12px 8px;text-align:left;font-size:13px;white-space:nowrap}.styles_dataTable__H65Cw td{padding:12px 8px;border-bottom:1px solid #f3f4f6;font-size:13px}.styles_dataTable__H65Cw tbody tr:last-child td{border-bottom:none}.styles_dataTable__H65Cw tfoot{background:#f9fafb;border-top:2px solid #e5e7eb}.styles_tableFooterLabel__ho4VA,.styles_tableFooterValue__9WqIi{font-weight:700;color:#111528;padding:16px 8px}.styles_tableFooterNote__sC1mf{font-size:12px;font-weight:400;color:#6b7280;margin-top:4px}.styles_timeline__jDH2Z{display:flex;flex-direction:column;gap:16px}.styles_timelineCard__C_xZS{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.styles_timelineCardHeader__ETckC{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.styles_timelineCardStep__QQSoo{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#111528}.styles_timelineCardStopped__6jrKz{font-weight:600;color:#059669;background:#d1fae5;padding:4px 12px;border-radius:12px}.styles_timelineCardAction__qA_WA,.styles_timelineCardStopped__6jrKz{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px}.styles_timelineCardAction__qA_WA{color:#4b5563}.styles_timelineCardWallet__kHG4V{font-weight:600;color:#dc2626}.styles_timelineCardPermissions__8poxu,.styles_timelineCardWallet__kHG4V{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px}.styles_timelineCardPermissions__8poxu{color:#92400e;background:#fef3c7;padding:8px 12px;border-radius:8px}.styles_timelineCardTime__1Jmzn{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:12px;line-height:18px;color:#6b7280;margin-top:4px}.styles_timelineIcon__7VVjA{font-size:24px;margin-bottom:4px}.styles_timelineContent__sIFL9{display:flex;flex-direction:column;gap:8px}.styles_timelineTitle__LO5zp{font-size:16px;font-weight:600;line-height:24px;color:#111528}.styles_timelineDescription__m9iRR,.styles_timelineTitle__LO5zp{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif}.styles_timelineDescription__m9iRR{font-size:14px;line-height:20px;color:#4b5563}.styles_timelineTip__kM1Ds{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:12px;line-height:18px;color:#6b7280;padding-top:12px;border-top:1px solid #f3f4f6;margin-top:4px}.styles_dangerSignalBlock__cqAua{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:12px}.styles_dangerSignalBlock__cqAua:last-child{margin-bottom:0}.styles_dangerSignalTitle__69y7L{font-size:18px;font-weight:700;line-height:26px;color:#111528;margin-bottom:4px}.styles_dangerSignalQ__03tU8,.styles_dangerSignalTitle__69y7L{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif}.styles_dangerSignalQ__03tU8{font-size:15px;font-weight:600;line-height:22px;color:#374151;margin-top:8px}.styles_dangerSignalA__vcAYd{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px;color:#4b5563;margin-bottom:4px}.styles_behaviorSection__hT_Bo{margin-bottom:24px}.styles_behaviorSection__hT_Bo:last-child{margin-bottom:0}.styles_behaviorLabel__e22kk{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#111528;margin-bottom:12px}.styles_chipContainer__bC2ws{display:flex;flex-wrap:wrap;gap:8px}.styles_chip___qj0D{display:inline-block;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;line-height:20px;color:#111528;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:8px 16px;white-space:nowrap}.styles_actionGuideBox__s72GQ{background:#fef3c7;border:2px solid #fcd34d;border-radius:12px;padding:20px}.styles_actionList___sIEI{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:15px;line-height:24px;color:#111528;margin:0;padding-left:24px}.styles_actionList___sIEI li{margin-bottom:12px}.styles_actionList___sIEI li:last-child{margin-bottom:0}.styles_actionGuideNote__VRKz2{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:12px;line-height:18px;color:#6b7280;margin-top:16px;padding-top:16px;border-top:1px solid #fde68a}.styles_actionButtons__1W5_L{display:flex;flex-direction:column;gap:12px}.styles_actionButton__dWv2u{width:100%;padding:14px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:block;border:none}.styles_actionButton__dWv2u:hover{transform:translateY(-1px)}.styles_actionButton__dWv2u:active{transform:translateY(0)}.styles_actionButtonFilled__NNbxV{background:#10b981;color:#fff;box-shadow:0 2px 4px rgba(16,185,129,.2)}.styles_actionButtonFilled__NNbxV:hover{background:#059669;box-shadow:0 4px 8px rgba(16,185,129,.3)}.styles_actionButtonFilled__NNbxV:active{background:#047857;box-shadow:0 2px 4px rgba(16,185,129,.2)}.styles_actionButtonOutline__ypf0P{background:rgba(0,0,0,0);color:#10b981;border:2px solid #10b981}.styles_actionButtonOutline__ypf0P:hover{background:rgba(16,185,129,.05);border-color:#059669;color:#059669}.styles_actionButtonOutline__ypf0P:active{background:rgba(16,185,129,.1)}.styles_toast__E03mj{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#1f2937;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:10000;animation:styles_toastSlideIn__4Wv__ .3s ease-out;max-width:90%;text-align:center}.styles_toastContent__wtHQ6{display:flex;align-items:center;gap:8px}.styles_toastIcon__USFQG{font-size:16px;font-weight:600;color:#10b981}.styles_toastMessage__Gm94E{font-family:Pretendard,-apple-system,BlinkSystemFont,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:20px}@keyframes styles_toastSlideIn__4Wv__{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media(max-width:480px){.styles_report__Xss6I{padding:16px 12px}.styles_section__VgaMo{margin-bottom:32px}.styles_toast__E03mj{bottom:20px;padding:10px 16px;font-size:13px}.styles_sectionTitle__TZB5B{font-size:18px;margin-bottom:16px}.styles_gradeText__p3E_S{font-size:28px}.styles_actionButton__dWv2u{font-size:15px;padding:12px 16px}.styles_dataTable__H65Cw{font-size:12px}.styles_dataTable__H65Cw td,.styles_dataTable__H65Cw th{padding:8px 6px;font-size:12px}}.styles_searchStep__A0rgA{display:flex;flex-direction:column;gap:16px;min-height:100vh;position:relative;padding:20px 16px 180px;box-sizing:border-box;background:#fff}.styles_searchContainer__R9Q1z{width:100%;padding:4px 0 12px;display:flex;justify-content:center}.styles_searchBox__uhMtv{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dfe1e5;border-radius:24px;padding:12px 20px;box-shadow:0 2px 5px 1px rgba(64,60,67,.16);max-width:584px;width:100%;transition:box-shadow .2s ease}.styles_searchBox__uhMtv:hover{box-shadow:0 2px 8px 1px rgba(64,60,67,.24)}.styles_searchInput__cjPEn{flex:1 1;border:none;background:rgba(0,0,0,0);font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;color:#202124;outline:none;padding:0}.styles_searchInput__cjPEn::placeholder{color:#9aa0a6}.styles_searchButton__UHraq{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:rgba(0,0,0,0);color:#4285f4;cursor:pointer;padding:0;flex-shrink:0}.styles_searchButton__UHraq:hover{opacity:.8}.styles_searchButton__UHraq svg{width:20px;height:20px}.styles_messageBubble__tZu5g{max-width:85%;background:var(--bg-contrast);padding:16px 20px;border-radius:16px;border:none;box-shadow:0 2px 12px rgba(17,21,40,.12),0 1px 4px rgba(17,21,40,.08);align-self:flex-start}.styles_messageBody__QxmYY{font-size:16px;line-height:24px;color:var(--ink);margin-bottom:8px}.styles_messageBody__QxmYY,.styles_messageTimestamp__8tImS{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_messageTimestamp__8tImS{font-size:12px;line-height:16px;font-weight:400;color:var(--hint);text-align:right}.styles_searchResults__uRNCQ{display:flex;flex-direction:column;gap:20px;margin-top:8px}.styles_searchResult__WF_hG{display:flex;flex-direction:column;gap:4px;padding:12px 0;transition:filter .3s ease}.styles_searchResultBlurred__NtOyF{filter:blur(3px);opacity:.7;pointer-events:none}.styles_searchResultActive__oyftJ{filter:none;opacity:1;pointer-events:auto;transition:background-color .2s ease}.styles_searchResultActive__oyftJ:hover{background-color:rgba(66,133,244,.05)}.styles_searchResultActive__oyftJ:active{background-color:rgba(66,133,244,.1)}.styles_resultUrl__mLtcr{font-size:14px;line-height:20px;color:#1a73e8;text-decoration:none}.styles_resultTitle___G0Tz,.styles_resultUrl__mLtcr{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_resultTitle___G0Tz{font-size:20px;line-height:28px;font-weight:400;color:#1a0dab;margin:0;cursor:pointer}.styles_resultTitle___G0Tz:hover{text-decoration:underline}.styles_resultDescription__J19hp{font-size:14px;line-height:20px;color:#4d5156;margin:0}.styles_narration__uW9uW,.styles_resultDescription__J19hp{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_narration__uW9uW{position:fixed;bottom:100px;left:0;right:0;width:100%;background:rgba(0,0,0,.8);color:#fff;padding:20px;border-radius:0;font-size:20px;line-height:32px;font-weight:500;text-align:center;z-index:200;box-shadow:0 4px 16px rgba(0,0,0,.3);box-sizing:border-box;white-space:pre-line;word-break:keep-all;height:104px;display:flex;align-items:center;justify-content:center}.styles_cursor__ZJ2ey{display:inline-block;margin-left:2px;animation:styles_blink__A2KEY 1s infinite;color:#fff}@keyframes styles_blink__A2KEY{0%,50%{opacity:1}51%,to{opacity:0}}.styles_actions__J1GTK{position:fixed;bottom:0;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:10px;padding:16px;width:100%;max-width:480px;background:rgba(0,0,0,0);border:none;box-shadow:none;z-index:100;box-sizing:border-box}@media(max-width:480px){.styles_actions__J1GTK{max-width:100%;left:0;transform:none}}.styles_button__vkJjo{flex:1 1;padding:16px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:24px;font-weight:600;border:none;background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff;cursor:pointer;transition:all .15s ease;text-align:center;box-shadow:0 4px 12px rgba(47,179,154,.25),0 2px 6px rgba(47,179,154,.15);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:56px;display:flex;align-items:center;justify-content:center;position:relative}.styles_button__vkJjo:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);border-radius:12px 12px 0 0;pointer-events:none}.styles_button__vkJjo:hover{background:linear-gradient(180deg,#45D0B3,#3FC5A8);box-shadow:0 6px 16px rgba(47,179,154,.3),0 3px 8px rgba(47,179,154,.2);transform:translateY(-2px)}.styles_button__vkJjo:active{background:linear-gradient(180deg,#2FB39A,#1C8675);transform:translateY(0);box-shadow:0 2px 6px rgba(47,179,154,.2)}.styles_button__vkJjo:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(47,179,154,.4),0 4px 12px rgba(47,179,154,.25)}.styles_jobPostingStep__to6_q{display:flex;flex-direction:column;gap:0;min-height:100vh;position:relative;padding:0 0 140px;box-sizing:border-box;background:linear-gradient(180deg,#F8FAFC,#FFFFFF)!important}.styles_companyHeader__mmukv{padding:24px 20px;background:linear-gradient(180deg,#FFFFFF,#FAFBFF);border-bottom:1px solid rgba(217,222,234,.5);box-shadow:0 1px 3px rgba(17,21,40,.04)}.styles_companyInfo__I51Ci{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.styles_companyLogo__lFXaA{flex-shrink:0}.styles_logoPlaceholder__kCRdB{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#E2F4F0,#D1F0E8);color:var(--accent-mint);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 2px 8px rgba(47,179,154,.15),0 1px 3px rgba(47,179,154,.1);border:1px solid rgba(47,179,154,.1)}.styles_companyText__Zd4b9{flex:1 1;display:flex;flex-direction:column;gap:4px}.styles_companyName__j4KjA{font-size:22px;line-height:30px;font-weight:700;color:var(--ink);margin:0;letter-spacing:-.3px}.styles_companyDescription__Q4VGg,.styles_companyName__j4KjA{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_companyDescription__Q4VGg{font-size:14px;color:var(--muted);white-space:pre-line}.styles_tags__QnDeg{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.styles_tag__SbTYU{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:12px;line-height:20px;font-weight:600;color:var(--accent-mint);padding:6px 10px;background:linear-gradient(135deg,#E2F4F0,#F0F9F7);border:1px solid rgba(47,179,154,.2);border-radius:20px;white-space:nowrap;box-shadow:0 1px 3px rgba(47,179,154,.1);transition:all .2s ease}.styles_tag__SbTYU:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(47,179,154,.15);border-color:rgba(47,179,154,.3)}.styles_details__2Hh2V{display:flex;flex-direction:column;gap:0;padding:20px;background:linear-gradient(180deg,#FFFFFF,#FAFBFF);border-bottom:1px solid rgba(217,222,234,.5);box-shadow:0 1px 3px rgba(17,21,40,.04)}.styles_detailItem__mrHY7{display:flex;align-items:center;gap:16px;padding:14px 0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;border-bottom:1px solid rgba(217,222,234,.3);transition:background-color .2s ease}.styles_detailItem__mrHY7:last-child{border-bottom:none}.styles_detailItem__mrHY7:hover{background-color:rgba(244,246,251,.5);margin:0 -20px;padding:14px 20px;border-radius:8px}.styles_detailLabel__kT3X3{font-size:14px;line-height:20px;font-weight:600;color:var(--muted);min-width:90px;letter-spacing:-.1px}.styles_detailValue__8CUX1{font-size:14px;line-height:20px;font-weight:500;color:var(--ink);flex:1 1;text-align:right;letter-spacing:-.1px}.styles_jobContent__yTjSk{padding:24px 20px;background:#fff;border-bottom:1px solid rgba(217,222,234,.5)}.styles_jobTitle__pUxJy{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:22px;line-height:30px;font-weight:700;color:var(--ink)!important;margin:0 0 24px;padding:0;background:rgba(0,0,0,0)!important;border:none;box-shadow:none;white-space:pre-line;letter-spacing:-.4px}.styles_jobDescriptionBox__YIL6R{margin:0;padding:24px;background:linear-gradient(180deg,#F8FAFC,#FFFFFF);border-radius:16px;border:1px solid rgba(217,222,234,.5);box-shadow:0 2px 12px rgba(17,21,40,.06),0 1px 4px rgba(17,21,40,.04);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.styles_descriptionParagraph__UxdKy{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:15px;line-height:26px;color:var(--ink)!important;margin:0 0 18px;letter-spacing:-.2px}.styles_descriptionParagraph__UxdKy:last-child{margin-bottom:0}.styles_descriptionParagraph__UxdKy:first-child{font-weight:600;font-size:16px;line-height:28px;color:var(--ink)!important;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(217,222,234,.3)}.styles_actions__MHDBB{position:fixed;bottom:0;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:10px;padding:16px;width:100%;max-width:480px;background:rgba(0,0,0,0);border:none;box-shadow:none;z-index:100;box-sizing:border-box}@media(max-width:480px){.styles_actions__MHDBB{max-width:100%;left:0;transform:none}}.styles_button__8xpo0{flex:1 1;padding:16px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:24px;font-weight:600;border:none;background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff;cursor:pointer;transition:all .15s ease;text-align:center;box-shadow:0 4px 12px rgba(47,179,154,.25),0 2px 6px rgba(47,179,154,.15);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:56px;display:flex;align-items:center;justify-content:center;z-index:6;position:relative}.styles_button__8xpo0:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);border-radius:12px 12px 0 0;pointer-events:none}.styles_button__8xpo0:hover{background:linear-gradient(180deg,#45D0B3,#3FC5A8);box-shadow:0 6px 16px rgba(47,179,154,.3),0 3px 8px rgba(47,179,154,.2);transform:translateY(-2px)}.styles_button__8xpo0:active{background:linear-gradient(180deg,#2FB39A,#1C8675);transform:translateY(0);box-shadow:0 2px 6px rgba(47,179,154,.2)}.styles_button__8xpo0:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(47,179,154,.4),0 4px 12px rgba(47,179,154,.25)}.styles_button--neutral__I7bk9,.styles_button--safe__gtDRk,.styles_button--unsafe__Rne6U{background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff}.styles_shoppingProductStep__KkXwH{display:flex;flex-direction:column;min-height:100vh;background:#fff;position:relative;padding-bottom:140px}.styles_header__xDvTE{justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e5e5e5;position:-webkit-sticky;position:sticky;top:0;z-index:10}.styles_header__xDvTE,.styles_logoIcon___y8uh,.styles_logo__fCYeu{display:flex;align-items:center}.styles_logoIcon___y8uh{width:32px;height:32px;background:linear-gradient(180deg,#3FC5A8,#2FB39A);border-radius:8px;justify-content:center;color:#fff;font-weight:700;font-size:18px}.styles_shopName__RiAZr{flex:1 1;margin:0 16px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:18px;font-weight:700;color:#111528;text-align:center}.styles_productImageContainer__vTTDN{width:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:20px}.styles_productImage__Si3LO{width:100%;max-width:400px;height:auto;object-fit:contain;border-radius:12px}.styles_productInfo__ANA__{padding:24px 20px}.styles_productTitle__XEejd{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:24px;font-weight:700;color:#111528;margin:0 0 16px;line-height:1.4}.styles_productBody__49SNs{margin-bottom:12px}.styles_productBodyRow__IiHDD{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.styles_productBodyRow__IiHDD:last-child{margin-bottom:0}.styles_productBodyLine__HneYO{font-size:16px;line-height:1.6;margin:0;flex:1 1}.styles_inlinePrice__FUf4Q,.styles_productBodyLine__HneYO{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;color:#111528}.styles_inlinePrice__FUf4Q{font-size:20px;font-weight:700;margin-left:16px}.styles_badgeContainer__Yq9rW{margin-bottom:16px}.styles_bestBadge__qr97l{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#FF6B6B,#FF8E8E);color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:12px;font-weight:600;border-radius:20px;box-shadow:0 2px 8px rgba(255,107,107,.25)}.styles_infoSection__Kv_Ib{padding:20px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin-bottom:20px}.styles_metricsContainer__7Xk3M{display:flex;gap:24px;padding:16px;background:#f9f9f9;border-radius:8px;margin-bottom:16px}.styles_metricItem__V__v6{display:flex;flex-direction:column;gap:4px}.styles_metricLabel__KBrpZ{font-size:12px;color:#666}.styles_metricLabel__KBrpZ,.styles_metricValue__hnwRI{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_metricValue__hnwRI{font-size:16px;font-weight:600;color:#111528}.styles_metricStars__6qb7a{display:flex;align-items:center;gap:4px}.styles_metricRating__5_7L5{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:14px;font-weight:600;color:#111528;margin-left:4px}.styles_priceSection__avSMv{display:flex;align-items:baseline;gap:12px;padding:0}.styles_priceLabel__QJB6d{font-size:14px;color:#666}.styles_priceLabel__QJB6d,.styles_price__Su9Vj{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_price__Su9Vj{font-size:28px;font-weight:700;color:#111528}.styles_description__LxjTj{padding:16px;background:#f9f9f9;border-radius:8px;margin-bottom:20px}.styles_description__LxjTj p{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:14px;line-height:1.6;color:#666;margin:0}.styles_reviewsContainer__hiS3c{padding:0 20px 20px;display:flex;flex-direction:column;gap:16px}.styles_reviewCard__lTqDK{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px;animation:styles_slideInUp__uxIvv .3s ease-out}.styles_reviewHeader__d2QQa{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.styles_reviewUser__ebUwW{display:flex;align-items:center;gap:8px}.styles_reviewAvatar__qx5Dq{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.styles_reviewUserInfo__2fjAB{display:flex;flex-direction:column}.styles_reviewUserName__jmJbs{font-size:14px;font-weight:600;color:#111528}.styles_reviewDate__bBkmX,.styles_reviewUserName__jmJbs{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;margin:0}.styles_reviewDate__bBkmX{font-size:12px;color:#999}.styles_reviewStars__F4kLV{display:flex;gap:2px}.styles_star__I3Qwd{width:16px;height:16px;color:gold;font-size:16px;line-height:1}.styles_reviewContent__YXij3{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:14px;line-height:1.6;color:#333;margin:0}.styles_typingIndicator__hXGIs{display:flex;align-items:center;gap:4px;padding:12px 20px}.styles_typingDot__ljY8O{width:8px;height:8px;background:#999;border-radius:50%;animation:styles_typing__Tmz7P 1.4s infinite}.styles_typingDot__ljY8O:nth-child(2){animation-delay:.2s}.styles_typingDot__ljY8O:nth-child(3){animation-delay:.4s}.styles_narration__MaxqU{position:fixed;bottom:100px;left:0;right:0;width:100%;background:rgba(0,0,0,.8);color:#fff;padding:20px;border-radius:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:20px;line-height:32px;font-weight:500;text-align:center;z-index:200;box-shadow:0 4px 16px rgba(0,0,0,.3);box-sizing:border-box;white-space:pre-line;word-break:keep-all;min-height:104px;display:flex;align-items:center;justify-content:center}.styles_cursor__mt1gQ{display:inline-block;margin-left:2px;animation:styles_blink__gvKit 1s infinite;color:#fff}@keyframes styles_blink__gvKit{0%,50%{opacity:1}51%,to{opacity:0}}.styles_actions__hr0zE{position:fixed;bottom:0;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:10px;padding:16px;width:100%;max-width:480px;background:#fff;border-top:1px solid #e5e5e5;z-index:100;box-sizing:border-box}@media(max-width:480px){.styles_actions__hr0zE{max-width:100%;left:0;transform:none}}.styles_button__85MqE{flex:1 1;padding:16px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:24px;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:56px;display:flex;align-items:center;justify-content:center;position:relative}.styles_button--safe__PWKRR,.styles_button--unsafe__l77Hk{background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff;box-shadow:0 4px 12px rgba(47,179,154,.25),0 2px 6px rgba(47,179,154,.15)}.styles_button--safe__PWKRR:before,.styles_button--unsafe__l77Hk:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);border-radius:12px 12px 0 0;pointer-events:none}.styles_button--safe__PWKRR:hover,.styles_button--unsafe__l77Hk:hover{background:linear-gradient(180deg,#45D0B3,#3FC5A8);box-shadow:0 6px 16px rgba(47,179,154,.3),0 3px 8px rgba(47,179,154,.2);transform:translateY(-2px)}.styles_button--safe__PWKRR:active,.styles_button--unsafe__l77Hk:active{background:linear-gradient(180deg,#2FB39A,#1C8675);transform:translateY(0);box-shadow:0 2px 6px rgba(47,179,154,.2)}.styles_button--safe__PWKRR:focus-visible,.styles_button--unsafe__l77Hk:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(47,179,154,.4),0 4px 12px rgba(47,179,154,.25)}@keyframes styles_slideInLeft__xjY2r{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes styles_slideInUp__uxIvv{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_typing__Tmz7P{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.styles_paymentModalOverlay__u_97I{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box;animation:styles_fadeIn__N6JqU .2s ease-out}.styles_paymentModal__3YuZh{background:#fff;border-radius:20px;width:100%;max-width:400px;box-shadow:0 8px 32px rgba(0,0,0,.3);overflow:hidden;animation:styles_slideUp__sN7yH .3s ease-out}.styles_paymentModalHeader__Birkb{padding:20px 24px;border-bottom:1px solid #e5e5e5;background:#f9f9f9}.styles_paymentModalTitle__uv3ZQ{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:20px;font-weight:700;color:#111528;margin:0;text-align:center}.styles_paymentModalContent__qmAT1{padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px}.styles_paymentModalImage__wjnMY{width:120px;height:120px;object-fit:contain;border-radius:12px;background:#f5f5f5;padding:12px}.styles_paymentModalInfo__G05ty{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.styles_paymentModalProduct__2XNjE{font-size:18px;font-weight:600;color:#111528}.styles_paymentModalPrice__UD_Ec,.styles_paymentModalProduct__2XNjE{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;margin:0}.styles_paymentModalPrice__UD_Ec{font-size:16px;color:#666}.styles_paymentModalQuestion__5Iq8p{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;color:#111528;margin:8px 0 0}.styles_paymentModalActions__9Lwck{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e5e5e5;background:#f9f9f9}.styles_paymentModalButton__VOFoz{flex:1 1;padding:14px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;position:relative;min-height:48px;display:flex;align-items:center;justify-content:center}.styles_paymentModalButtonPrimary__83_MH{background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff;box-shadow:0 4px 12px rgba(47,179,154,.25),0 2px 6px rgba(47,179,154,.15)}.styles_paymentModalButtonPrimary__83_MH:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);border-radius:12px 12px 0 0;pointer-events:none}.styles_paymentModalButtonPrimary__83_MH:hover{background:linear-gradient(180deg,#45D0B3,#3FC5A8);box-shadow:0 6px 16px rgba(47,179,154,.3),0 3px 8px rgba(47,179,154,.2);transform:translateY(-2px)}.styles_paymentModalButtonPrimary__83_MH:active{background:linear-gradient(180deg,#2FB39A,#1C8675);transform:translateY(0);box-shadow:0 2px 6px rgba(47,179,154,.2)}.styles_paymentModalButtonSecondary__FGDUC{background:#fff;color:#666;border:1px solid #e5e5e5}.styles_paymentModalButtonSecondary__FGDUC:hover{background:#f9f9f9;border-color:#ccc}.styles_paymentModalButtonSecondary__FGDUC:active{background:#f5f5f5}@keyframes styles_fadeIn__N6JqU{0%{opacity:0}to{opacity:1}}@keyframes styles_slideUp__sN7yH{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.styles_paymentModalOverlay__u_97I,.styles_paymentModal__3YuZh,.styles_reviewCard__lTqDK,.styles_typingDot__ljY8O{animation:none}}.styles_reviewWriteStep__DKcW_{min-height:100vh;background:#fff;padding-bottom:120px;display:flex;flex-direction:column}.styles_header__K7lS5{padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.styles_title__OnQhY{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:20px;font-weight:700;color:#111528;margin:0;text-align:center}.styles_content__g7jmV{flex:1 1;padding:20px;display:flex;flex-direction:column;gap:24px}.styles_productSection__mOZCl{display:flex;align-items:flex-start;gap:16px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.styles_productImage__nKfoy{width:100px;height:100px;object-fit:contain;border-radius:8px;background:#f5f5f5;padding:8px;flex-shrink:0}.styles_productInfo__sNv8B{flex:1 1;display:flex;flex-direction:column;gap:12px}.styles_productName__uaPTy{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;color:#111528;margin:0 0 12px}.styles_ratingWrapper__mNv66{display:flex;flex-direction:column;gap:8px}.styles_ratingLabel__3PQW6{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:14px;font-weight:500;color:#666}.styles_ratingContainer__vRGhF{display:flex;align-items:center;gap:16px}.styles_starsContainer__Oqu0Y{display:flex;gap:4px}.styles_starButton__elm_y{background:none;border:none;font-size:24px;color:#e5e5e5;cursor:pointer;padding:0;transition:all .2s ease;line-height:1}.styles_starButton__elm_y:hover:not(:disabled){transform:scale(1.1)}.styles_starButton__elm_y:disabled{cursor:not-allowed}.styles_starButtonActive__gzvHk{color:gold}.styles_ratingCount__vKZDm{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;color:#666}.styles_reviewSection__aG3_8{padding-bottom:20px;border-bottom:1px solid #e5e5e5}.styles_reviewLabel__Mat6D{display:block;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;color:#111528;margin-bottom:12px}.styles_textareaWrapper__QmeEk{position:relative}.styles_reviewTextarea__2xqiL{width:100%;padding:16px 16px 40px;border:1px solid #e5e5e5;border-radius:8px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:1.6;color:#111528;resize:vertical;min-height:150px;box-sizing:border-box}.styles_reviewTextarea__2xqiL:focus{outline:none;border-color:#3fc5a8;box-shadow:0 0 0 3px rgba(63,197,168,.1)}.styles_reviewTextarea__2xqiL:disabled{background:#f9f9f9;cursor:not-allowed}.styles_reviewTextarea__2xqiL::placeholder{color:#999}.styles_characterCount__KQho1{position:absolute;bottom:12px;right:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:14px;color:#666;background:#fff;padding:2px 4px}.styles_infoSection__Tc84O{padding-bottom:20px;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:column;gap:12px}.styles_infoItem__o3ATm{display:flex;align-items:flex-start;gap:8px}.styles_infoIcon__bKR3o{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#3b82f6;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px}.styles_infoIcon__bKR3o,.styles_infoText__mQ_sI{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_infoText__mQ_sI{font-size:14px;line-height:1.6;color:#666;flex:1 1}.styles_termsSection__kUtXP{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.styles_termsCheckbox__bGIcl{display:flex;align-items:center;gap:8px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;color:#111528;cursor:pointer}.styles_termsCheckbox__bGIcl input[type=checkbox]{width:20px;height:20px;cursor:pointer}.styles_termsLink___fC9A{background:none;border:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;color:#3b82f6;cursor:pointer;padding:0}.styles_termsLink___fC9A:hover{text-decoration:underline}.styles_actions__UZDqz{position:fixed;bottom:0;left:0;right:0;padding:16px 20px;background:#fff;border-top:1px solid #e5e5e5;z-index:100;display:flex;gap:12px;box-sizing:border-box}.styles_submitButton__KuuSa{flex:1 1;padding:16px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;border:none;background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 12px rgba(47,179,154,.25),0 2px 6px rgba(47,179,154,.15);position:relative;min-height:52px;display:flex;align-items:center;justify-content:center}.styles_submitButton__KuuSa:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);border-radius:12px 12px 0 0;pointer-events:none}.styles_submitButton__KuuSa:hover:not(:disabled){background:linear-gradient(180deg,#45D0B3,#3FC5A8);box-shadow:0 6px 16px rgba(47,179,154,.3),0 3px 8px rgba(47,179,154,.2);transform:translateY(-2px)}.styles_submitButton__KuuSa:active:not(:disabled){background:linear-gradient(180deg,#2FB39A,#1C8675);transform:translateY(0);box-shadow:0 2px 6px rgba(47,179,154,.2)}.styles_submitButton__KuuSa:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.styles_submitButtonLoading__6cnni{pointer-events:none}.styles_cancelButton__BMsv_{padding:16px 24px;border-radius:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:600;border:1px solid #e5e5e5;background:#fff;color:#111528;cursor:pointer;transition:all .15s ease;min-height:52px;display:flex;align-items:center;justify-content:center}.styles_cancelButton__BMsv_:hover:not(:disabled){background:#f9f9f9;border-color:#ccc}.styles_cancelButton__BMsv_:active:not(:disabled){background:#f5f5f5}.styles_cancelButton__BMsv_:disabled{opacity:.5;cursor:not-allowed}.styles_successContainer__IUQZ_{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;text-align:center}.styles_successIcon__2fRc_{width:80px;height:80px;border-radius:50%;background:linear-gradient(180deg,#3FC5A8,#2FB39A);color:#fff;font-size:48px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;animation:styles_scaleIn__duAB3 .3s ease-out}.styles_successTitle__YLtJh{font-size:24px;font-weight:700;color:#111528;margin:0 0 12px}.styles_successMessage__ypcR5,.styles_successTitle__YLtJh{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.styles_successMessage__ypcR5{font-size:16px;color:#666;margin:0}@keyframes styles_scaleIn__duAB3{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.styles_narrationOnly__6jVMc{position:relative;min-height:100vh;background:#fff;animation:styles_fadeIn__N12At 1s ease-in;opacity:1}@keyframes styles_fadeIn__N12At{0%{opacity:0}to{opacity:1}}@keyframes styles_fadeOut__svtza{0%{opacity:1}to{opacity:0}}.styles_narrationOnly__text__7W2a7{bottom:100px;left:0;right:0;background:rgba(0,0,0,.8);color:#fff;padding:20px;border-radius:0;font-size:20px;line-height:32px;box-shadow:0 4px 16px rgba(0,0,0,.3);white-space:pre-line;word-break:keep-all;height:104px;display:flex;align-items:center;justify-content:center}.styles_narrationOnly__textCenter__653zq,.styles_narrationOnly__text__7W2a7{position:fixed;width:100%;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:500;text-align:center;z-index:200;box-sizing:border-box;transition:opacity .8s ease-out}.styles_narrationOnly__textCenter__653zq{top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;line-height:38px;color:var(--ink,#111528);white-space:normal;word-break:normal;word-wrap:break-word;max-width:600px;padding:0 20px}.styles_narrationOnly__textCenter__653zq .styles_narrationOnly__cursor__TWsxf{color:var(--ink,#111528)}.styles_narrationOnly__textFadeOut__jlTSC{opacity:0}.styles_narrationOnly__cursor__TWsxf{display:inline-block;margin-left:2px;animation:styles_blink__9vHPz 1s infinite;color:#fff}@keyframes styles_blink__9vHPz{0%,50%{opacity:1}51%,to{opacity:0}}.styles_narrationOnly__timePassage__ZVXgl{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:48px;line-height:64px;font-weight:700;color:#111528;text-align:center;animation:styles_fadeInTimePassage__zTlQ4 1s ease-in;z-index:300}@keyframes styles_fadeInTimePassage__zTlQ4{0%{opacity:0;transform:translate(-50%,-50%) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}