body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;line-height:1.6}.container{background:#fff;box-shadow:0 0 30px #0000001a;margin:0 auto;max-width:1400px;min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;color:#fff;justify-content:space-between;padding:20px 40px}.header,.header-left{align-items:center;display:flex}.header-left{gap:15px}.logo{font-size:24px;font-weight:700}.location-info{background:#fff3;border-radius:20px;font-size:14px;gap:5px;padding:8px 16px}.header-actions,.location-info{align-items:center;display:flex}.header-actions{gap:15px}.search-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;overflow:hidden}.search-input{color:#2d3748;outline:none;padding:12px 16px;width:300px}.search-btn,.search-input{border:none;font-size:14px}.search-btn{background:#4299e1;color:#fff;cursor:pointer;padding:12px 20px;transition:background-color .2s}.search-btn:hover{background:#3182ce}.refresh-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:10px 15px;transition:all .2s}.refresh-btn:hover{background:#ffffff4d}.main-content{display:flex;height:calc(100vh - 80px)}.map-section{border-right:1px solid #e2e8f0;flex:2 1;position:relative}.radius-select{border:1px solid #e2e8f0;border-radius:5px;font-size:14px;padding:5px 10px}.map-container{align-items:center;background:linear-gradient(45deg,#e8f5e8,#f0f8f0);display:flex;height:100%;justify-content:center}.map-placeholder{color:#666;font-size:18px;text-align:center}.map-markers{height:100%;position:absolute;width:100%}.marker{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000004d;cursor:pointer;height:24px;position:absolute;transition:all .3s;width:24px}.marker:hover{transform:scale(1.3);z-index:10}.marker.green{background:#48bb78}.marker.yellow{background:#fbbf24}.marker.red{background:#f56565}.marker.gray{background:#a0aec0}.map-legend{bottom:20px;left:20px;position:absolute;z-index:100}.legend-container{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #00000026;min-width:220px;padding:16px 20px}.legend-title{border-bottom:1px solid #e8ecf0;color:#2d3748;font-size:14px;font-weight:600;margin-bottom:12px;padding-bottom:10px}.legend-items{display:flex;flex-direction:column;gap:10px}.legend-item{align-items:center;color:#4a5568;display:flex;font-size:13px;gap:10px;padding:2px 0}.legend-color{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;flex-shrink:0;height:16px;width:16px}.legend-color.green{background:#48bb78}.legend-color.yellow{background:#fbbf24}.legend-color.red{background:#f56565}.legend-color.gray{background:#a0aec0}@media (max-width:768px){.map-legend{bottom:10px;left:10px}.legend-container{min-width:180px;padding:12px 16px}.legend-title{font-size:12px;margin-bottom:8px;padding-bottom:6px}.legend-item{font-size:11px;gap:8px}.legend-color{height:14px;width:14px}}.sidebar{background:#f7fafc;display:flex;flex:1 1;flex-direction:column}.sidebar-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px}.sidebar-title{color:#2d3748;font-size:18px;font-weight:600}.sort-controls{display:flex;gap:8px}.sort-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .2s}.sort-btn:hover{background:#f7fafc}.sort-btn.active{background:#667eea;border-color:#667eea;color:#fff}.hospital-list{flex:1 1;overflow-y:auto;padding:20px}.hospital-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;cursor:pointer;margin-bottom:16px;padding:20px;transition:all .3s}.hospital-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.hospital-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.hospital-name-section{align-items:center;display:flex;gap:12px}.hospital-name{color:#2d3748;font-size:16px;font-weight:600}.congestion-badge{border-radius:16px;font-size:12px;font-weight:500;padding:4px 12px}.congestion-green{background:#c6f6d5;color:#276749}.congestion-yellow{background:#feebc8;color:#c05621}.congestion-red{background:#fed7d7;color:#c53030}.hospital-info{grid-gap:8px;color:#4a5568;display:grid;font-size:14px;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:15px}.info-icon{font-size:12px;width:16px}.hospital-actions{display:flex;gap:10px}.detail-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 16px;transition:background-color .2s}.detail-btn:hover{background:#5a67d8}.call-btn{background:#48bb78;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:background-color .2s}.call-btn:hover{background:#38a169}.modal-overlay{align-items:center;background:#00000080;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:800px;overflow:hidden;width:90%}.modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:24px 32px}.modal-title{font-size:20px;font-weight:600}.close-btn{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:24px;padding:4px;transition:background-color .2s}.close-btn:hover{background:#fff3}.modal-content{max-height:calc(90vh - 120px);overflow-y:auto;padding:32px}.status-section{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:20px;margin-bottom:32px;padding:24px}.status-text-section h3{color:#2d3748;font-size:20px;margin-bottom:4px}.status-text-section p{color:#4a5568;font-size:16px}.prediction-section{margin-bottom:32px}.section-title{color:#2d3748;font-size:18px;font-weight:600;margin-bottom:16px}.prediction-chart{align-items:center;background:#f7fafc;border-radius:12px;color:#4a5568;display:flex;height:200px;justify-content:center;margin-bottom:16px}.time-tabs{display:flex;gap:8px}.time-tab{background:#e2e8f0;border:none;border-radius:8px;color:#4a5568;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px;text-align:center;transition:all .2s}.time-tab:hover{background:#cbd5e0}.time-tab.active{background:#667eea;color:#fff}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:32px}.info-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.info-card h4{align-items:center;color:#4a5568;display:flex;font-size:14px;font-weight:600;gap:6px;margin-bottom:8px}.info-card p{color:#2d3748;font-size:16px;font-weight:500}.action-buttons{display:flex;gap:16px}.action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:14px 20px;transition:all .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8;transform:translateY(-1px)}.btn-secondary{background:#48bb78;color:#fff}.btn-secondary:hover{background:#38a169;transform:translateY(-1px)}.congestion-indicator{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:16px;width:16px}.status-indicator-large{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0003;height:32px;width:32px}.congestion-indicator.green{background:#48bb78}.congestion-indicator.yellow{background:#fbbf24}.congestion-indicator.red{background:#f56565}.congestion-indicator.gray{background:#a0aec0}.status-indicator-large.green{background:#48bb78}.status-indicator-large.yellow{background:#fbbf24}.status-indicator-large.red{background:#f56565}.status-indicator-large.gray{background:#a0aec0}@media (max-width:1200px){.main-content{flex-direction:column}.map-section{border-bottom:1px solid #e2e8f0;border-right:none;height:50vh}.sidebar{height:50vh}}@media (max-width:768px){.header{flex-direction:column;gap:15px;padding:15px 20px}.search-input{width:200px}.hospital-info,.info-grid{grid-template-columns:1fr}.modal{margin:20px;width:95%}.modal-content{padding:20px}}.error,.loading{align-items:center;background:#f8fafc;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.error h2,.loading h2{color:#2d3748;font-size:24px;margin-bottom:16px}.error p,.loading p{color:#4a5568;font-size:16px;margin-bottom:20px}.error button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s}.error button:hover{background:#5a67d8;transform:translateY(-1px)}.marker-label{background:#fff;border-radius:6px;box-shadow:0 2px 8px #00000026;font-size:12px;font-weight:500;left:50%;opacity:0;padding:6px 12px;pointer-events:none;position:absolute;top:28px;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap;z-index:100}.marker:hover .marker-label{opacity:1}.info-item{align-items:center;color:#4a5568;display:flex;font-size:14px;gap:6px}.info-icon{font-size:14px;text-align:center;width:20px}@media (max-width:768px){.error h2,.loading h2{font-size:20px}.error p,.loading p{font-size:14px}}.map-controls{display:flex;flex-direction:column;gap:10px;left:20px;position:absolute;top:20px;z-index:100}.control-group{align-items:center;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;gap:10px;padding:10px 15px}.control-btn,.control-group{background:#fff;font-size:14px}.control-btn{border:1px solid #e2e8f0;border-radius:4px;color:#4a5568;cursor:pointer;padding:5px 10px;transition:all .2s}.control-btn:hover{background:#f7fafc;border-color:#667eea;color:#667eea}.map-container{height:calc(100% - 120px);position:relative;width:100%}.map-legend{background:#fff;border-top:1px solid #e2e8f0;bottom:auto;box-shadow:none;left:auto;padding:15px 20px;position:relative}.iwContent button{background:#667eea;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px;transition:background-color .2s}.iwContent button:hover{background:#5a67d8}.map-loading{color:#666;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.map-controls{left:10px;top:10px}.control-group{font-size:13px;padding:8px 12px}.control-btn{font-size:13px;padding:4px 8px}.map-container{height:calc(100% - 100px)}}
/*# sourceMappingURL=main.d4f8e32f.css.map*/