@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
:root{--mint:#4db5e5;--mint-dark:#2e94cc;--mint-light:#e5f2fb;--black:#111;--gray-700:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--bg-card:#f5f5f7;--red-dot:#ef4444;--shadow-lg:0 8px 32px #0000001f;--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background:#f5f5f7;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}body{justify-content:center;height:100dvh;display:flex}button{cursor:pointer;color:inherit;text-align:left;background:0 0;border:none;font-family:inherit}ul{list-style:none}a{color:inherit;text-decoration:none}.app{background:#fff;flex-direction:column;flex-shrink:0;width:100%;max-width:430px;height:100%;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.app{max-width:none}}.app-header{padding:16px 20px;padding-top:max(16px, var(--safe-top));z-index:10;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.mobile-only{display:contents}.desktop-only{display:none}@media (min-width:768px){.mobile-only{display:none}.desktop-only{display:block}.app-header{display:none}}.app-main{-webkit-overflow-scrolling:touch;flex:1;position:relative;overflow-y:auto}.app-main::-webkit-scrollbar{width:0}.app-header .left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.app-title{letter-spacing:-.5px;white-space:nowrap;font-size:20px;font-weight:800}.app-title.center{font-size:17px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-icons{flex-shrink:0;align-items:center;gap:4px;display:flex}.icon-btn{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.icon-btn:active{background:var(--gray-100)}.icon-btn svg{width:21px;height:21px;stroke:var(--black);fill:none;stroke-width:1.8px}.red-dot{background:var(--red-dot);border-radius:50%;width:6px;height:6px;position:absolute;top:2px;right:4px}.new-badge{background:var(--red-dot);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex}.app-main>*{animation:.18s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.ActionSheet-module__TVrp-G__overlay{z-index:1100;background:#00000073;justify-content:center;align-items:flex-end;animation:.18s ease-out ActionSheet-module__TVrp-G__sheetOverlayIn;display:flex;position:fixed;inset:0}@media (min-width:432px){.ActionSheet-module__TVrp-G__overlay{position:absolute}}@keyframes ActionSheet-module__TVrp-G__sheetOverlayIn{0%{opacity:0}to{opacity:1}}.ActionSheet-module__TVrp-G__sheet{width:100%;padding:8px 16px max(24px, var(--safe-bottom));background:#fff;border-radius:18px 18px 0 0;animation:.22s ease-out ActionSheet-module__TVrp-G__sheetSlideUp}@keyframes ActionSheet-module__TVrp-G__sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ActionSheet-module__TVrp-G__handle{background:var(--gray-300);border-radius:2px;width:36px;height:4px;margin:8px auto 14px}.ActionSheet-module__TVrp-G__item{width:100%;color:var(--gray-700);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;padding:14px 8px;font-family:inherit;font-size:15px;font-weight:600;transition:background .12s;display:flex}.ActionSheet-module__TVrp-G__item:hover{background:var(--gray-50)}.ActionSheet-module__TVrp-G__item:active{background:var(--gray-100)}.ActionSheet-module__TVrp-G__item.ActionSheet-module__TVrp-G__destructive{color:#dc2626}.ActionSheet-module__TVrp-G__icon{text-align:center;flex-shrink:0;width:28px;font-size:20px;line-height:1}.ActionSheet-module__TVrp-G__label{flex:1}.ActionSheet-module__TVrp-G__cancel{background:var(--gray-100);width:100%;color:var(--gray-700);cursor:pointer;text-align:center;border:none;border-radius:12px;margin-top:12px;padding:14px;font-family:inherit;font-size:14px;font-weight:700;transition:background .12s}.ActionSheet-module__TVrp-G__cancel:hover{background:var(--gray-200)}.ActionSheet-module__TVrp-G__cancel:active{background:var(--gray-300)}
.AlertModal-module__SAeGCa__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out AlertModal-module__SAeGCa__alertOverlayIn;display:flex;position:fixed;inset:0}@media (min-width:432px){.AlertModal-module__SAeGCa__overlay{position:absolute}}@keyframes AlertModal-module__SAeGCa__alertOverlayIn{0%{opacity:0}to{opacity:1}}.AlertModal-module__SAeGCa__modal{background:#fff;border-radius:16px;width:100%;max-width:320px;animation:.2s ease-out AlertModal-module__SAeGCa__alertBoxIn;overflow:hidden;box-shadow:0 20px 60px #00000040}@keyframes AlertModal-module__SAeGCa__alertBoxIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.AlertModal-module__SAeGCa__iconRow{justify-content:center;padding:24px 20px 0;display:flex}.AlertModal-module__SAeGCa__icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:800;line-height:1;display:flex}.AlertModal-module__SAeGCa__icon.AlertModal-module__SAeGCa__success{background:var(--mint);box-shadow:0 4px 14px #4db5e559}.AlertModal-module__SAeGCa__icon.AlertModal-module__SAeGCa__error{background:#ef4444;box-shadow:0 4px 14px #ef444459}.AlertModal-module__SAeGCa__icon.AlertModal-module__SAeGCa__info{background:#3b82f6;box-shadow:0 4px 14px #3b82f659}.AlertModal-module__SAeGCa__icon.AlertModal-module__SAeGCa__confirm{background:#f59e0b;box-shadow:0 4px 14px #f59e0b59}.AlertModal-module__SAeGCa__body{text-align:center;padding:16px 20px 20px}.AlertModal-module__SAeGCa__title{color:var(--black);letter-spacing:-.3px;margin-bottom:8px;font-size:17px;font-weight:800}.AlertModal-module__SAeGCa__message{color:var(--gray-700);white-space:pre-line;font-size:14px;line-height:1.6}.AlertModal-module__SAeGCa__footer{border-top:1px solid var(--gray-100);display:flex}.AlertModal-module__SAeGCa__btn{cursor:pointer;text-align:center;background:#fff;border:none;flex:1;padding:14px;font-family:inherit;font-size:14px;font-weight:700;transition:background .12s}.AlertModal-module__SAeGCa__btn:hover{background:var(--gray-50)}.AlertModal-module__SAeGCa__btn:active{background:var(--gray-100)}.AlertModal-module__SAeGCa__btn.AlertModal-module__SAeGCa__primary{color:var(--mint-dark)}.AlertModal-module__SAeGCa__btn.AlertModal-module__SAeGCa__danger{color:#dc2626}.AlertModal-module__SAeGCa__btn.AlertModal-module__SAeGCa__secondary{color:var(--gray-500);border-right:1px solid var(--gray-100)}
