@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap";.navbar{height:var(--nav-height);background:var(--glass-bg);z-index:1000;-webkit-backdrop-filter:var(--glass-blur);border-bottom:var(--glass-border);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-left{align-items:center;gap:1.25rem;display:flex}.logo-link{align-items:center;display:flex}.logo-img{mix-blend-mode:multiply;width:auto;height:4.8rem;transition:transform .2s}[data-theme=high-contrast] .logo-img{filter:invert()brightness(1.2);mix-blend-mode:screen}.logo-link:hover .logo-img{transform:scale(1.05)}.navbar-right{align-items:center;gap:2rem;display:flex}.navbar-links{gap:2rem;display:flex}.nav-link{color:var(--gray-700);border-bottom:2px solid #0000;padding:.5rem 0;font-size:1.0625rem;font-weight:500;transition:all .2s}.nav-link:hover{color:var(--blue)}.nav-link.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:700}.hcm-toggle{background:var(--gray-100);color:var(--gray-800);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex}.hcm-toggle:hover{background:var(--gray-200)}.hcm-toggle.active{background:var(--gray-900);color:var(--white)}.menu-btn{color:var(--gray-900);padding:.5rem;display:none}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar{z-index:2001;background:#fff;flex-direction:column;width:300px;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;left:-320px;box-shadow:10px 0 40px #0003}.sidebar.active{left:0}.sidebar-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.sidebar-logo{height:2.8rem}.sidebar-links{flex-direction:column;flex:1;gap:1.25rem;padding:2rem 1.5rem;display:flex}.sidebar-link{color:var(--gray-800);border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;transition:all .2s}.sidebar-link:hover{background:var(--gray-50);color:var(--blue)}.sidebar-link.active{background:var(--blue-bg);color:var(--blue)}.sidebar-footer{border-top:1px solid var(--gray-100);padding:2rem 1.5rem}@media (width<=900px){.navbar-links,.navbar-right .hcm-toggle{display:none}.menu-btn{display:flex}.logo-img{height:3rem}.navbar-inner{padding:0 1rem}}.footer{background:var(--gray-50);border-top:1px solid var(--gray-200);margin-top:auto;padding:4rem 1.5rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{flex:1;min-width:280px}.footer-logo{mix-blend-mode:multiply;height:8.5rem;margin-bottom:2rem}[data-theme=high-contrast] .footer-logo{filter:invert()brightness(1.2);mix-blend-mode:screen}.footer-contact{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.contact-item{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.9375rem;transition:color .2s;display:flex}.contact-item:hover{color:var(--blue)}.footer-tagline{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.footer-links{gap:4rem;display:flex}.f-col h4{color:var(--gray-900);margin-bottom:1.25rem;font-size:1.0625rem;font-weight:700}.f-col{flex-direction:column;gap:.75rem;display:flex}.f-col a{color:var(--gray-600);font-size:.9375rem;transition:all .2s}.f-col a:hover{color:var(--blue);transform:translate(4px)}.footer-bottom{border-top:1px solid var(--gray-200);margin-top:4rem;padding-top:2rem}.footer-bottom-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.copyright{color:var(--gray-500);font-size:.875rem}@media (width<=768px){.footer-inner{flex-direction:column;gap:2.5rem}.footer-links{gap:2.5rem}}.admin-subtle-link{color:var(--gray-700);padding:.25rem;font-size:.75rem;text-decoration:none;transition:color .2s}.admin-subtle-link:hover{color:var(--gray-500)}.admin-subtle-link:hover .footer-bottom-inner{text-align:center;flex-direction:column;gap:1rem}:root{--white:#fff;--green:#28a745;--orange:#e67e22;--red:#e53e3e;--blue:#2563eb;--blue-dark:#1e40af;--blue-light:#60a5fa;--blue-bg:#f0f7ff;--glass-bg:#ffffffd9;--glass-blur:blur(16px);--glass-border:1px solid #0000001a;--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#dee2e6;--gray-400:#868e96;--gray-500:#6c757d;--gray-600:#495057;--gray-700:#343a40;--gray-800:#212529;--gray-900:#111;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1.25rem;--shadow-sm:0 1px 4px #0000001a;--shadow-md:0 4px 16px #00000026;--shadow-lg:0 8px 32px #0003;--nav-height:4.5rem;--font:"Noto Sans KR", sans-serif}[data-theme=high-contrast]{--white:#000;--white-real:#fff;--gray-900:#fff;--blue:#ff0;--blue-dark:#ff0;--blue-bg:#000;--gray-50:#000;--gray-100:#000;--gray-200:#fff;--gray-400:#fff;--gray-600:#fff;--gray-700:#fff;--gray-800:#fff;--glass-bg:#000;--glass-border:2px solid #fff}[data-theme=high-contrast] body{color:#fff!important;background-color:#000!important}[data-theme=high-contrast] .navbar,[data-theme=high-contrast] .tab-bar,[data-theme=high-contrast] .admin-header,[data-theme=high-contrast] .sidebar,[data-theme=high-contrast] .editor-panel,[data-theme=high-contrast] .transport-card,[data-theme=high-contrast] .mock-modal,[data-theme=high-contrast] .report-modal-box{color:#fff!important;box-shadow:none!important;background-color:#000!important;border:3px solid #fff!important}[data-theme=high-contrast] .mini-map-container,[data-theme=high-contrast] .map-area{background-color:#000!important;border:2px solid #ff0!important}[data-theme=high-contrast] .btn-primary,[data-theme=high-contrast] .add-main-btn,[data-theme=high-contrast] .editor-save,[data-theme=high-contrast] .status-toggle-btn.resolved{color:#000!important;background:#ff0!important;border:3px solid #ff0!important;font-weight:900!important}[data-theme=high-contrast] .nav-link.active,[data-theme=high-contrast] .tab-btn.active,[data-theme=high-contrast] .hcm-toggle.active{-webkit-text-stroke:1px #000;color:#000!important;background:#ff0!important;border:4px solid #ff0!important}[data-theme=high-contrast] img{filter:contrast(1.2)brightness(1.1);border:2px solid #fff!important}[data-theme=high-contrast] .hotspot-btn:before{border:2px solid #000;background:#ff0!important}[data-theme=high-contrast] .hero-overlay{background:#000000f2!important}[data-theme=high-contrast] .hero-title{color:#ff0!important;text-shadow:none!important}[data-theme=high-contrast] .search-bar{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#000!important;border:3px solid #ff0!important}[data-theme=high-contrast] .search-bar input{color:#fff!important}[data-theme=high-contrast] .search-bar input::placeholder{color:#ffffffb3!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;min-height:100vh;padding-top:var(--nav-height);flex-direction:column;font-size:1.0625rem;font-weight:400;line-height:1.7;display:flex}#root{flex-direction:column;flex:1;display:flex}.hero{min-height:calc(100vh - var(--nav-height));background:var(--gray-900);justify-content:center;align-items:center;display:flex;position:relative}.tab-bar{border-bottom:1px solid var(--gray-200);top:var(--nav-height);z-index:50;background:#fff;justify-content:center;gap:2rem;padding:0 1.5rem;display:flex;position:sticky}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}a{color:inherit;text-decoration:none}img{object-fit:contain;max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6,span{word-break:keep-all;overflow-wrap:break-word}.btn-primary{background:var(--blue);color:#fff;border-radius:var(--radius-sm);padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background .2s}.btn-primary:hover{background:var(--blue-dark)}.hotspot-management{height:calc(100vh - var(--nav-height) - 8rem);background:#fff;border:1px solid #e9ecef;border-radius:1.25rem;display:flex;position:relative;overflow:hidden}.badge{border-radius:6.1875rem;padding:.1875rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-active{background:var(--blue);color:#fff}.badge-ended{background:var(--gray-600);color:#fff}.badge-soon{background:var(--orange);color:#fff}
