*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Pretendard;src:url(/assets/PretendardVariable-CJuje-Rk.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--background-darker: #0b0c0f;--background-dark: #111217;--background-light: #181b1f;--background-selected: rgba(55, 136, 252, .15);--background-selected-hover: rgba(55, 136, 252, .2);--background-hover: rgba(255, 255, 255, .05);--text-primary: #e9edf2;--text-secondary: #8e8e8e;--border-color: #202226;--accent-color: #3788FC;--success-color: #52B455;--warning-color: #E6C220;--danger-color: #E0684B}body{margin:0;font-family:Pretendard,Roboto,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-dark);color:var(--text-primary)}html,body,#root{width:100%;height:100vh;margin:0;padding:0;overflow:auto}.admin-layout{display:flex;width:100%;height:100vh;background-color:var(--background-dark)}.sidebar{width:240px;background-color:var(--background-darker);border-right:1px solid var(--border-color);z-index:10;height:100vh;overflow-y:auto;transition:width .3s ease}.main-content{flex:1;height:100vh;overflow-y:auto;background-color:var(--background-dark);transition:margin-left .3s ease}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3d424b}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.pulse-animation{animation:pulse 2s infinite}.grafana-header{font-size:20px;font-weight:500;color:var(--text-primary);margin-bottom:16px}.panel-title{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin-bottom:8px}.metric-value{font-size:24px;font-weight:500;color:var(--text-primary)}#map{transition:transform .3s ease-out}.map-button-container{position:fixed;bottom:20px;right:20px;z-index:1000}.map-button{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;box-shadow:0 2px 4px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .15s ease}.map-button:hover{background-color:#f5f5f5;transform:scale(1.05)}.map-button:active{transform:scale(.95)}.map-button-icon{color:#3b5998;font-size:24px}.custom-marker{position:relative;display:flex;justify-content:center;align-items:center}.marker-circle{width:15px;height:15px;background-color:#fa4141;border:2px solid white;border-radius:50%;box-shadow:0 2px 4px #00000026}.marker-wave{position:absolute;width:24px;height:24px;background-color:#ff6b6b66;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.4}70%{transform:scale(1.8);opacity:.1}to{transform:scale(1);opacity:0}}.bank-marker-container{position:absolute;transform:translate(-50%,-100%)}.bank-marker{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#1a73e8;box-shadow:0 2px 4px #0003;transition:all .2s cubic-bezier(.25,.8,.25,1);cursor:pointer;overflow:hidden}.bank-marker.selected{background-color:#e53935;transform:scale(1.1);box-shadow:0 4px 6px #e539354d;z-index:2}.bank-text{color:#fff;font-size:10px;font-weight:600;letter-spacing:-.3px}.marker-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.store-marker-container{position:absolute;transform:translate(-50%,-100%)}.store-marker{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#1a73e8;box-shadow:0 2px 4px #0003;transition:all .2s cubic-bezier(.25,.8,.25,1);cursor:pointer;overflow:hidden}.store-marker.selected{background-color:#e53935;transform:scale(1.1);box-shadow:0 4px 6px #e539354d;z-index:2}.store-text{color:#fff;font-size:10px;font-weight:600;letter-spacing:-.3px}.info-window{position:relative;background-color:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;padding:16px;min-width:220px;max-width:280px;transition:all .3s cubic-bezier(.25,.8,.25,1);border:1px solid rgba(0,0,0,.03)}.info-content{display:flex;flex-direction:column}.title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:10px;margin-bottom:10px}.bank-name,.store-name{font-weight:600;color:#202124;font-size:15px}.close{cursor:pointer;font-size:16px;color:#5f6368;transition:color .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.close:hover{color:#202124;background-color:#0000000d}.body{padding:5px 0}.desc{font-size:13px;color:#5f6368;line-height:1.5}.ellipsis{margin-bottom:8px}.english-address{color:#3949ab;margin-bottom:8px;font-style:italic;font-size:12px}.phone{color:#1a73e8;margin-bottom:8px;font-weight:500}.hours{color:#188038;font-weight:500}.info-tail{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:16px;height:8px;overflow:hidden}.info-tail:after{content:"";position:absolute;top:-8px;left:0;width:16px;height:16px;background-color:#fff;transform:rotate(45deg);border:1px solid rgba(0,0,0,.03);box-shadow:2px 2px 6px #00000014}.partnership-marker-container{position:absolute;transform:translate(-50%,-100%)}.partnership-marker{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#1a73e8;box-shadow:0 2px 4px #0003;transition:all .2s cubic-bezier(.25,.8,.25,1);cursor:pointer;overflow:hidden}.partnership-marker.selected{background-color:#e53935;transform:scale(1.1);box-shadow:0 4px 6px #e539354d;z-index:2}.partnership-marker.편의점,.partnership-marker.은행,.partnership-marker.카페,.partnership-marker.식당,.partnership-marker.숙박{background-color:#1a73e8}.business-type{margin-bottom:8px;padding:2px 6px;border-radius:4px;display:inline-block;font-size:12px;font-weight:500}.business-type-카페{color:#0097a7;background-color:#0097a71a}.business-type-편의점{color:#f57c00;background-color:#f57c001a}.business-type-숙박{color:#7b1fa2;background-color:#7b1fa21a}.business-type-식당{color:#d32f2f;background-color:#d32f2f1a}.business-type-은행{color:#388e3c;background-color:#388e3c1a}.business-type-소매점{color:#303f9f;background-color:#303f9f1a}.business-type-기타{color:#616161;background-color:#6161611a}.naver-marker-container{position:fixed;bottom:20px;right:20px;z-index:1000}.naver-user-marker{position:relative;display:flex;justify-content:center;align-items:center}.naver-marker-circle{width:12px;height:12px;background-color:#fa4141;border-radius:50%;box-shadow:0 2px 4px #00000026}.naver-marker-wave{position:absolute;width:20px;height:20px;background-color:#fa414166;border-radius:50%;animation:naver-pulse 2s infinite}@keyframes naver-pulse{0%{transform:scale(1);opacity:.4}70%{transform:scale(1.8);opacity:.1}to{transform:scale(1);opacity:0}}.partnership-marker-container{position:absolute;transform:translate(-50%,-50%)}.partnership-marker{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;box-shadow:0 2px 4px #0003;transition:all .2s ease;cursor:pointer;overflow:hidden;border:2px solid white}.partnership-marker:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000004d}.business-text{color:#fff;font-size:10px;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.2)}.info-window{position:relative;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:16px;width:240px;margin-bottom:10px}.info-window .title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.info-window .store-name{font-weight:600;font-size:14px;color:#333}.info-window .close{cursor:pointer;font-size:18px;color:#999;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.info-window .close:hover{background-color:#f5f5f5;color:#666}.info-window .body{font-size:12px;color:#666}.info-window .desc{margin:4px 0}.info-window .phone{margin:4px 0;color:#36c}.info-window .hours{margin:4px 0;color:#4c8c4a}.info-window .business-type{display:inline-block;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500;margin-bottom:8px}.info-window .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-window .info-tail{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:16px;height:16px;overflow:hidden}.info-window .info-tail:after{content:"";position:absolute;width:12px;height:12px;background:#fff;transform:translateY(-10px) rotate(45deg);box-shadow:0 0 10px #0000001a}#root{width:100%;height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.metric-card,.chart-container{background-color:var(--background-light);border:1px solid var(--border-color);border-radius:8px;padding:1rem}.status-indicator{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px}.status-healthy{background-color:var(--success-color)}.status-warning{background-color:var(--warning-color)}.status-critical{background-color:var(--danger-color)}.cell-healthy{fill:var(--success-color)}.cell-warning{fill:var(--warning-color)}.cell-critical{fill:var(--danger-color)}.dashboard-container{padding:16px;display:grid;grid-gap:16px}.dashboard-panel{background-color:var(--background-light);border-radius:3px;overflow:hidden;border:1px solid var(--border-color)}.panel-header{padding:8px 12px;font-size:14px;font-weight:500;color:var(--text-primary);background-color:#0000001a;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.panel-content{padding:12px}.metric-label{font-size:12px;color:var(--text-secondary);margin-bottom:4px}.metric-value{font-size:24px;font-weight:500;color:var(--text-primary);margin-bottom:8px}.mypage-container{max-width:800px;margin:0 auto;padding:40px 24px;background-color:#fafafa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mypage-header{text-align:center;margin-bottom:56px;padding:0}.mypage-title{font-weight:600;font-size:2.75rem;margin-bottom:16px;color:#1a1a1a;letter-spacing:-.025em;line-height:1.2}.mypage-description{color:#64748b;font-size:18px;font-weight:400;line-height:1.6;max-width:480px;margin:0 auto}.tab-buttons{display:flex;gap:4px;margin-bottom:32px;background:#fff;padding:4px;border-radius:12px;box-shadow:0 2px 8px #0000000a}.tab-button{flex:1;padding:12px 20px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;text-align:center;border:none;outline:none}.tab-button.active{background:#2563eb;color:#fff;box-shadow:0 2px 4px #2563eb33}.tab-button.inactive{background:transparent;color:#6b7280}.tab-button.inactive:hover{background:#f3f4f6;color:#374151}.filter-container{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 2px 8px #0000000a;border:1px solid #f3f4f6}.trip-card{position:relative;background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 2px 8px #0000000a;border:1px solid #f3f4f6;transition:all .2s ease;overflow:hidden}.trip-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.trip-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#2563eb}.trip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.trip-title{font-weight:600;font-size:18px;color:#1a1a1a;margin:0}.status-chip{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-completed{background:#dcfce7;color:#166534}.status-reserved{background:#dbeafe;color:#1d4ed8}.status-cancelled{background:#fee2e2;color:#dc2626}.trip-details{margin-bottom:20px;font-size:14px;line-height:1.6}.trip-detail-item{margin-bottom:6px;color:#6b7280;font-weight:400}.button-container{display:flex;gap:8px;justify-content:flex-end}.detail-button,.delivery-button{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none}.detail-button{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.detail-button:hover{background:#f3f4f6;color:#374151}.delivery-button{background:#2563eb;color:#fff}.delivery-button:hover{background:#1d4ed8}.delivery-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.loading-container,.empty-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:20px;text-align:center;color:#6b7280}.user-info-container{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000000a;border:1px solid #f3f4f6}.user-info-section,.password-change-section{margin-bottom:32px}.section-title{font-weight:600;font-size:20px;margin-bottom:20px;color:#1a1a1a;position:relative;padding-bottom:8px}.section-title:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:#2563eb}.info-field{display:flex;align-items:center;margin-bottom:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.field-label{font-weight:500;width:100px;color:#6b7280;font-size:14px}.field-value{flex:1;color:#1a1a1a;font-weight:400;font-size:14px}.password-field{margin-bottom:16px}.password-field .MuiTextField-root{background:#fff;border-radius:8px}.password-field .MuiOutlinedInput-root{border-radius:8px}.password-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb}.password-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#d1d5db}.password-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2563eb;border-width:2px}.password-alert{margin-bottom:16px;border-radius:8px}.password-button-container{margin-top:24px;display:flex;justify-content:flex-end}.change-password-button{background:#2563eb;color:#fff;padding:12px 24px;font-weight:500;border-radius:8px;text-transform:none;font-size:14px;transition:all .2s ease}.change-password-button:hover{background:#1d4ed8}.delivery-type-container,.delivery-details-container,.delivery-confirmation-container{padding:20px 0}.delivery-section-title{margin-bottom:20px;font-weight:600;font-size:20px;color:#1a1a1a}.delivery-option-card{display:flex;align-items:center;background:#fff;border:2px solid #f3f4f6;border-radius:12px;padding:20px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.delivery-option-card:hover{border-color:#e5e7eb}.delivery-option-card.selected{border-color:#2563eb;background:#eff6ff}.option-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#f3f4f6;margin-right:16px;color:#6b7280}.delivery-option-card.selected .option-icon{background:#2563eb;color:#fff}.option-content{flex:1}.option-title{font-weight:600;font-size:16px;margin-bottom:4px;color:#1a1a1a}.option-description{color:#6b7280;font-size:14px;line-height:1.4}.search-container{margin-bottom:20px}.search-container .MuiTextField-root{background:#fff;border-radius:8px}.search-container .MuiOutlinedInput-root{border-radius:8px}.search-container .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb}.search-container .MuiInputBase-input{padding:14px 16px;font-size:14px}.search-container .MuiButton-root{margin:8px;border-radius:6px;text-transform:none;font-weight:500;background:#2563eb}.partner-store-list{display:flex;flex-direction:column;gap:12px;margin-top:16px;max-height:400px;overflow-y:auto}.partner-store-item{background:#fff;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease;border:1px solid #f3f4f6}.partner-store-item:hover{box-shadow:0 2px 8px #00000014;border-color:#e5e7eb}.partner-store-item.selected{background:#eff6ff;border-color:#2563eb}.store-name{font-weight:600;font-size:16px;margin-bottom:6px;color:#1a1a1a}.store-type{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.store-type-카페,.store-type-cafe{background:#dcfce7;color:#166534}.store-type-편의점,.store-type-convenience{background:#fef3c7;color:#92400e}.store-type-식당,.store-type-restaurant{background:#fee2e2;color:#dc2626}.store-type-숙박,.store-type-accommodation{background:#ede9fe;color:#7c3aed}.store-type-기타{background:#f3f4f6;color:#6b7280}.store-info{font-size:13px;color:#6b7280;margin-bottom:4px;font-weight:400}.price-info{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.price-label{font-size:13px;color:#6b7280;font-weight:400}.price-value{font-weight:600;font-size:16px;color:#2563eb}.address-input-container{padding:16px 0}.price-info-card{background:#eff6ff;border-radius:8px;padding:20px;margin-top:16px;text-align:center;border:1px solid #dbeafe}.delivery-summary{background:#fff;border-radius:8px;padding:20px;margin-top:20px;box-shadow:0 2px 8px #0000000a;border:1px solid #f3f4f6}.summary-title{font-weight:600;font-size:16px;margin-bottom:16px;color:#1a1a1a}.summary-content{font-size:14px}.summary-item{display:flex;justify-content:space-between;margin-bottom:8px;padding:4px 0}.summary-item span:first-child{color:#6b7280;font-weight:400}.summary-item span:last-child{color:#1a1a1a;font-weight:500}.summary-total{display:flex;justify-content:space-between;border-top:1px solid #f3f4f6;padding-top:12px;margin-top:12px;font-weight:600;font-size:16px}.summary-total span:first-child{color:#1a1a1a}.summary-total span:last-child{color:#2563eb}.delivery-status-container{margin-top:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.MuiStepLabel-label{font-size:13px!important;font-weight:400!important}.MuiStepLabel-label.Mui-active{font-weight:500!important;color:#2563eb!important}.MuiStepLabel-label.Mui-completed{color:#059669!important}@media (max-width: 768px){.mypage-container{padding:24px 16px}.mypage-header{margin-bottom:40px}.mypage-title{font-size:2.25rem;margin-bottom:12px}.mypage-description{font-size:16px}.trip-card{padding:20px}.tab-button{padding:10px 16px;font-size:13px}.delivery-option-card{padding:16px}.option-icon{width:40px;height:40px;margin-right:12px}.partner-store-item{padding:14px}}
