.layout{display:flex;min-height:100vh;background-color:#f5f5f5}.sidebar{width:250px;background-color:#fff;position:fixed;left:0;top:0;height:100vh;padding:1rem;overflow-y:auto;z-index:100;border-right:1px solid #e0e0e0;transition:transform .3s ease}.sidebar.closed{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-logo{padding:1rem 0 1rem 1rem;margin-bottom:2rem;border-bottom:1px solid #e0e0e0}.logo-image{height:28px}.admin-page-label{font-size:12px;color:#00000080;padding-left:0;margin-left:0;text-align:left}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-menu-item{display:flex;align-items:center;padding:12px 16px;border-radius:6px;cursor:pointer;transition:background-color .2s}.sidebar-menu-item:hover{background-color:#f5f5f5}.sidebar-menu-item.active{background-color:#fff}.sidebar-menu-item.active .sidebar-menu-item-icon,.sidebar-menu-item.active .sidebar-menu-item-text{color:#000}.sidebar-menu-item:not(.active) .sidebar-menu-item-icon{color:#00000059}.sidebar-menu-item:not(.active) .sidebar-menu-item-text{color:#00000059}.sidebar-menu-item-icon{width:20px;height:20px;margin-right:12px;display:flex;align-items:center;justify-content:center;transition:color .2s}.sidebar-menu-item-text{font-size:14px;font-weight:500;transition:color .2s}.main-wrapper{margin-left:250px;flex:1;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .3s ease}.main-wrapper.sidebar-closed{margin-left:0}.header{background-color:#fff;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;color:#000;position:fixed;top:0;left:250px;right:0;z-index:90;height:60px;display:flex;align-items:center;justify-content:space-between;transition:left .3s ease}.header.sidebar-closed{left:0}.hamburger-button{background:none;border:none;font-size:24px;color:#000;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.hamburger-button:hover{background-color:#f5f5f5}.header-title{font-size:1.5rem;font-weight:600;margin:0;color:#000}.header-right{display:flex;align-items:center;gap:16px}.concurrent-users-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f5f5f5;border-radius:6px;border:1px solid #e0e0e0}.concurrent-users-icon{font-size:14px;color:#9b59b6}.concurrent-users-label{font-size:12px;color:#666}.concurrent-users-number{font-size:14px;font-weight:600;color:#000;min-width:30px;text-align:right}.header-profile{position:relative}.profile-info{display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s}.profile-info:hover{background-color:#f5f5f5}.profile-image-container{width:36px;height:36px;flex-shrink:0}.profile-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-image-placeholder{width:100%;height:100%;border-radius:50%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#666;font-size:16px}.profile-text{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-nickname{font-size:14px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-role{font-size:10px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:150px;overflow:hidden;z-index:100}.dropdown-item{width:100%;display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:transparent;border:none;color:#000;font-size:14px;cursor:pointer;transition:background-color .2s;text-align:left}.dropdown-item:hover{background-color:#f5f5f5}.logout-button{color:#ff6b6b}.logout-button:hover{background-color:#fff5f5;color:#ff6b6b}.dropdown-icon{font-size:14px;width:14px;height:14px}.main-content{flex:1;padding:2rem;margin-top:60px;background-color:#f5f5f5}@media (max-width: 1024px){.sidebar{transform:translate(-100%);transition:transform .3s}.sidebar.open{transform:translate(0)}.main-wrapper{margin-left:0}.header{left:0}}.dashboard{padding:0}.dashboard-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.dashboard-welcome{margin-bottom:24px}.dashboard-subtitle{font-size:16px;color:#666;margin:0}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-bottom:24px}.stat-card{background-color:#fff!important;padding:5px 12px;border-radius:6px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;min-height:25px}.stat-icon{font-size:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.stat-label{font-size:12px;color:#666;flex:1;white-space:nowrap;text-align:left}.stat-number{font-size:14px;font-weight:700;color:#000;flex-shrink:0;min-width:30px;text-align:right}.menu-container{margin-top:32px}.menu-title{font-size:18px;font-weight:700;color:#000;margin-bottom:16px}.menu-item{display:flex;align-items:center;background-color:#fff;padding:16px;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 2px #0000001a;cursor:pointer;transition:background-color .2s}.menu-item:hover{background-color:#f5f5f5}.menu-icon{width:48px;height:48px;border-radius:24px;display:flex;justify-content:center;align-items:center;margin-right:16px;color:#fff;font-size:24px}.menu-content{flex:1}.menu-item-title{font-size:16px;font-weight:600;color:#000;margin-bottom:4px}.menu-item-description{font-size:14px;color:#666}.menu-arrow{font-size:20px;color:#666;margin-left:16px}.charts-row{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin-bottom:32px}.charts-row:has(.chart-center){grid-template-columns:1fr 1fr 1fr}@media (max-width: 1200px){.charts-row{grid-template-columns:1fr}.charts-row:has(.chart-center){grid-template-columns:1fr}}.chart-container{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:32px}.chart-left,.chart-center,.chart-right{margin-bottom:0}.charts-grid-three{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}@media (max-width: 1200px){.charts-grid-three{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.charts-grid-three{grid-template-columns:1fr}}.chart-narrow{margin-bottom:0}.charts-grid-single{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}.chart-single{margin-bottom:0}.chart-title{font-size:18px;font-weight:700;color:#000;margin-bottom:0}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.chart-filter{padding:8px 32px 8px 16px;border:1px solid #e0e0e0;border-radius:20px;font-size:13px;font-weight:600;color:#666;background-color:#f8f9fa;cursor:pointer;outline:none;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:10px}.chart-stats{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.chart-stat-item{display:flex;flex-direction:column;gap:4px}.chart-stat-label{font-size:12px;color:#666}.chart-stat-value{font-size:20px;font-weight:700;color:#000}.chart-wrapper{width:100%;height:300px}.dashboard-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e0e0e0}.dashboard-tab{padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .2s;margin-bottom:-2px}.dashboard-tab:hover{color:#000;background-color:#f5f5f5}.dashboard-tab.active{color:#000;border-bottom-color:#000}.dashboard-tab-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.system-status-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.system-status-item{display:flex;flex-direction:column;gap:8px;padding:16px;background-color:#f9f9f9;border-radius:6px}.system-status-label{font-size:12px;color:#666}.system-status-value{font-size:18px;font-weight:700;display:flex;align-items:center;color:#000}.task-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.task-item{padding:16px;background-color:#f9f9f9;border-radius:6px;border-left:4px solid #4ECDC4}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.task-type{font-size:16px;font-weight:600;color:#000}.task-status{display:flex;align-items:center;font-size:14px;font-weight:500}.task-details{display:flex;flex-direction:column;gap:8px}.task-detail-item{display:flex;gap:8px;font-size:14px}.task-detail-label{color:#666;font-weight:500}.task-detail-value{color:#000}.connected-users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:16px}.connected-user-card{background-color:#f8f9fa;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:transform .2s,box-shadow .2s}.connected-user-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.connected-user-avatar{position:relative;width:48px;height:48px;flex-shrink:0}.connected-user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 4px #0000001a}.default-avatar{width:100%;height:100%;border-radius:50%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#757575;border:2px solid #fff;box-shadow:0 2px 4px #0000001a}.status-indicator{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.status-indicator.online{background-color:#4ecdc4}.connected-user-info{flex:1;min-width:0}.connected-user-name{font-weight:600;font-size:14px;color:#333;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connected-user-email{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-data-message{text-align:center;padding:40px;color:#888;background-color:#f8f9fa;border-radius:12px;margin-top:16px}.user-status-chart-wrapper{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;height:100%!important}.user-status-chart .chart-wrapper{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.user-status-chart .recharts-legend-wrapper{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;padding-top:10px!important}.user-status-chart .recharts-legend-wrapper ul{display:flex!important;flex-direction:row!important;gap:4px!important;padding:0!important;margin:0!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important}.user-status-chart .recharts-legend-wrapper li{margin:0 4px!important}.login-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:relative;overflow:hidden}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;opacity:.7;filter:brightness(.9)}.login-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;z-index:1}.ripple-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;transition:background .15s ease-out}.login-container{width:100%;max-width:380px;display:flex;flex-direction:column;gap:2.5rem;background-color:#fffffff2;padding:2.5rem;border-radius:8px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #00000026;position:relative;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.login-logo{height:32px;margin-bottom:.5rem}.login-title{font-size:20px;font-weight:600;color:#000;margin:0;letter-spacing:-.02em}.login-subtitle{font-size:13px;color:#00000080;margin:0;line-height:1.5;font-weight:400}.login-form{width:100%;display:flex;flex-direction:column;gap:1rem}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:14px;font-size:13px;color:#0006;z-index:1}.login-input{width:100%;height:44px;padding:0 16px 0 40px;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-size:14px;background-color:#fff;color:#000;box-sizing:border-box;transition:border-color .2s}.login-input::placeholder{color:#0006}.login-input:focus{outline:none;border-color:#0000004d}.login-error{color:#000000b3;font-size:12px;text-align:center;padding:10px 12px;background-color:#00000008;border-radius:6px;border:1px solid rgba(0,0,0,.1);line-height:1.4}.login-button{width:100%;height:44px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s,opacity .2s;margin-top:.5rem}.login-button:hover:not(:disabled){background-color:#000c}.login-button:active:not(:disabled){background-color:#000000e6}.login-button:disabled{opacity:.5;cursor:not-allowed}.reward-management{padding:0}.reward-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.reward-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.reward-management-header h1{font-size:24px;font-weight:700;color:#000;margin:0}.filter-row .filter-col{display:inline-block;width:calc(50% - 6px);margin-right:12px}.filter-actions{display:flex;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.apply-button,.reset-button{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.apply-button{background-color:#007aff;color:#fff}.apply-button:hover{opacity:.9}.withdrawal-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 1200px){.withdrawal-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.withdrawal-list{grid-template-columns:1fr}.info-row-main{flex-direction:column;align-items:flex-start;gap:8px}}.withdrawal-card{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef;max-width:100%}.withdrawal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.withdrawal-id{font-size:14px;font-weight:600;color:#666}.withdrawal-status{font-size:14px;font-weight:600}.withdrawal-info{margin-bottom:16px}.info-row{display:flex;gap:16px;margin-bottom:12px;flex-wrap:wrap}.info-row-main{justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e9ecef}.info-row-bank{display:flex;flex-direction:column;gap:12px;padding:12px;background-color:#f8f9fa;border-radius:6px}.info-item{display:flex;flex-direction:column;gap:4px}.info-label{font-size:12px;color:#666;font-weight:500}.withdrawal-amount{font-size:20px;font-weight:700;color:#000}.fee{font-size:14px;color:#666;font-weight:400}.withdrawal-date{font-size:13px;color:#666;font-weight:500}.account-number{text-decoration:underline;color:#007aff}.account-number:hover{opacity:.8}.rejected-reason{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#dc3545;margin-top:12px;padding:12px;background-color:#fff5f5;border-radius:6px;border-left:4px solid #dc3545}.rejected-label{font-weight:600;font-size:13px}.rejected-text{line-height:1.5}.pay-button{background-color:#007aff;color:#fff}.reason-input{width:100%;min-height:100px;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;margin-bottom:20px;box-sizing:border-box}.reason-input:focus{outline:none;border-color:#0a7ea4}.confirm-button{background-color:#dc3545;color:#fff}.event-review{padding:0}.event-review-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.event-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.event-review-header h1{font-size:24px;font-weight:700;color:#000;margin:0}.filter-row .filter-col{display:inline-block;width:calc(33.333% - 8px);margin-right:12px}.location-button{padding:8px 16px;background-color:#007aff;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.location-button:hover{background-color:#0056b3}.apply-button,.reset-button{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.entry-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.entry-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef;cursor:pointer;transition:transform .2s,box-shadow .2s}.entry-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.entry-id{font-size:14px;font-weight:600;color:#666}.entry-status{font-size:14px;font-weight:600}.status-badge{padding:4px 8px;border-radius:999px;border-width:1px;border-style:solid;font-size:12px;font-weight:600}.entry-content{display:flex;gap:16px;margin-bottom:16px}.entry-thumbnail-container{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;cursor:pointer}.entry-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .2s}.entry-thumbnail-container:hover .entry-thumbnail{transform:scale(1.1)}.thumbnail-overlay{position:absolute;bottom:4px;right:4px;background-color:#0009;color:#fff;border-radius:6px;padding:4px 8px;display:flex;align-items:center;justify-content:center;font-size:12px;opacity:0;transition:opacity .2s}.entry-thumbnail-container:hover .thumbnail-overlay{opacity:1}.entry-thumbnail-placeholder{width:100px;height:100px;border-radius:8px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#999;font-size:12px}.entry-info{flex:1}.entry-name{font-size:16px;font-weight:600;color:#000;margin-bottom:8px}.entry-date,.entry-user{font-size:12px;color:#999;margin-bottom:4px}.action-buttons{display:flex;gap:8px;margin-top:16px}.action-button{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.expanded-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px}.modal-hint{position:absolute;bottom:-30px;color:#fff;font-size:14px;opacity:.7}.event-review-detail{padding:0}.event-review-detail-loading,.event-review-detail-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.back-button{padding:8px 16px;background-color:#f8f9fa;color:#000;border:1px solid #ddd;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.back-button:hover{background-color:#e9ecef}.header-actions{display:flex;gap:8px;margin-left:auto}.detail-content{display:flex;flex-direction:column;gap:24px}.media-container{position:relative;width:100%;border-radius:8px;overflow:hidden;background-color:#f8f9fa;cursor:pointer}.detail-thumbnail{width:100%;max-height:500px;object-fit:contain;display:block}.expand-button{position:absolute;top:16px;right:16px;padding:8px 12px;background-color:#0009;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;transition:background-color .2s}.expand-button:hover{background-color:#000c}.detail-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.card-header h2{font-size:20px;font-weight:600;color:#000;margin:0}.status-badge{padding:6px 12px;border-radius:999px;border-width:1px;border-style:solid;font-size:12px;font-weight:600}.info-section{margin-bottom:20px}.info-section:last-child{margin-bottom:0}.info-section label{display:block;font-size:12px;font-weight:600;color:#6c757d;margin-bottom:6px}.info-value{font-size:16px;color:#212529;word-break:break-word}.info-value .link{color:#007aff;text-decoration:none}.info-value .link:hover{text-decoration:underline}.map-container{position:relative;width:100%;height:200px;border-radius:8px;overflow:hidden;background-color:#f8f9fa;border:1px solid #e9ecef}.map-preview{width:100%;height:100%;cursor:pointer;position:relative;overflow:hidden}.map-preview iframe{width:100%;height:100%;border:none;pointer-events:none}.map-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#0000001a;color:#fff;font-size:14px;font-weight:600;opacity:0;transition:opacity .2s;pointer-events:none}.map-preview:hover .map-overlay{opacity:1}.map-expand-button{position:absolute;bottom:12px;right:12px;padding:8px 12px;background-color:#0009;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;transition:background-color .2s}.map-expand-button:hover{background-color:#000c}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.expanded-image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible;transition:transform .1s ease-out}.expanded-image{max-width:90vw;max-height:90vh;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .1s ease-out}.image-zoom-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;background-color:#000000b3;padding:8px 16px;border-radius:8px;z-index:10;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.image-modal-content:hover .image-zoom-controls{opacity:1;pointer-events:auto}.zoom-control-button{background-color:transparent;border:none;color:#fff;font-size:16px;cursor:pointer;padding:6px 10px;display:flex;align-items:center;justify-content:center;transition:opacity .2s,background-color .2s;border-radius:4px;pointer-events:auto}.zoom-control-button:hover:not(:disabled){background-color:#fff3}.zoom-control-button:disabled{opacity:.4;cursor:not-allowed}.zoom-level{color:#fff;font-size:14px;font-weight:600;min-width:50px;text-align:center}.modal-close-button{position:absolute;top:-40px;right:0;width:32px;height:32px;background-color:#ffffffe6;color:#000;border:none;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.modal-close-button:hover{background-color:#fff}.map-modal-content{background-color:#fff;border-radius:12px;width:90vw;max-width:800px;height:80vh;display:flex;flex-direction:column;overflow:hidden}.map-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e9ecef}.map-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#000}.expanded-map{flex:1;width:100%;min-height:400px}.approve-button{background-color:#28a745;color:#fff}.reject-button{background-color:#dc3545;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-title{font-size:18px;font-weight:600;color:#000;margin-bottom:8px}.modal-subtitle{font-size:14px;color:#666;margin-bottom:16px;line-height:1.5}.amount-input,.reason-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:inherit;margin-bottom:20px;box-sizing:border-box}.amount-input{min-height:50px}.reason-input{min-height:100px;resize:vertical}.amount-input:focus,.reason-input:focus{outline:none;border-color:#0a7ea4}.modal-buttons{display:flex;gap:12px}.modal-button{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.confirm-button{background-color:#28a745;color:#fff}.report-management{padding:0}.report-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.report-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.report-management-header h1{font-size:24px;font-weight:700;color:#000;margin:0}.header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.status-filter,.type-filter{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer}.refresh-button,.select-button,.select-all-button,.cancel-button{padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.refresh-button:hover,.select-button:hover,.select-all-button:hover{background-color:#333}.cancel-button{background-color:#dc3545}.cancel-button:hover{background-color:#c82333}.empty-state{background-color:#fff;padding:48px;border-radius:8px;text-align:center;color:#666}.report-list{display:flex;flex-direction:column;gap:16px}.report-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.report-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.checkbox-button{background:none;border:none;cursor:pointer;color:#666;font-size:18px;padding:4px}.report-id{font-size:14px;font-weight:600;color:#666}.target-type{font-size:14px;color:#333;background-color:#f0f0f0;padding:4px 8px;border-radius:4px}.status-badge{font-size:12px;font-weight:600;color:#fff;padding:4px 8px;border-radius:4px}.report-date{font-size:12px;color:#999}.report-content{margin-bottom:16px}.report-reason{font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.report-detail{font-size:14px;color:#666;margin-bottom:4px}.reporter-info,.target-info{font-size:12px;color:#999;margin-bottom:4px}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.view-button{background-color:#007aff;color:#fff}.pending-button{background-color:#ffc107;color:#000}.reject-button{background-color:#6c757d;color:#fff}.bulk-action-container{position:fixed;bottom:0;left:250px;right:0;background-color:#fff;padding:16px 24px;box-shadow:0 -2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;z-index:100}.selected-count{font-size:14px;font-weight:600;color:#000}.bulk-action-buttons{display:flex;gap:8px}.bulk-action-button{padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .2s}.bulk-action-button:hover{opacity:.9}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:20px}.modal-container{background-color:#fff;border-radius:12px;padding:24px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}.modal-body{color:#333}.report-info-section,.content-section{margin-bottom:24px}.section-title{font-size:16px;font-weight:600;color:#000;margin-bottom:12px}.content-image{max-width:100%;border-radius:8px;margin-bottom:12px}.content-text{font-size:14px;line-height:1.6;color:#333;margin-bottom:8px}.modal-action-buttons{display:flex;gap:8px;margin-top:24px;flex-wrap:wrap}.modal-action-button{flex:1;min-width:100px;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.modal-action-button:hover{opacity:.9}.indexing-management{padding:0;max-width:1200px;margin:0 auto}.indexing-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.sync-management{padding:0;max-width:1200px;margin:0 auto}.sync-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.loading-action{margin-top:8px;font-size:14px;color:#999}.description-container{background-color:#fff;padding:24px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.description-title{font-size:24px;font-weight:700;color:#000;margin:0 0 12px}.description-text{font-size:14px;color:#666;line-height:1.6;margin:0}.actions-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:24px}.action-card{display:flex;align-items:center;background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #e9ecef}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-icon{width:48px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-right:16px;color:#fff;font-size:24px;flex-shrink:0}.action-content{flex:1}.action-title{font-size:16px;font-weight:600;color:#000;margin:0 0 8px}.action-description{font-size:14px;color:#666;margin:0;line-height:1.5}.action-arrow{font-size:20px;color:#666;margin-left:16px;flex-shrink:0}.warning-container{display:flex;align-items:flex-start;padding:16px;background-color:#fff5f5;border-radius:12px;border-left:4px solid #FF6B6B}.warning-icon{color:#ff6b6b;font-size:20px;margin-right:12px;flex-shrink:0;margin-top:2px}.warning-text{font-size:14px;color:#666;line-height:1.6;margin:0}.category-management{padding:0}.category-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.category-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.category-management-header h1{font-size:24px;font-weight:700;color:#000;margin:0}.create-button{padding:10px 16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e9ecef}.tab{padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;font-size:16px;font-weight:600;color:#666;cursor:pointer;display:flex;align-items:center;gap:8px;transition:color .2s;margin-bottom:-2px}.tab:hover{color:#000}.categories-container{background-color:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a}.empty-state{text-align:center;padding:48px;color:#666}.category-list{display:flex;flex-direction:column;gap:16px}.category-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.category-content{flex:1}.category-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.category-name{font-size:16px;font-weight:600;color:#000;margin:0}.category-order{font-size:12px;color:#666;background-color:#fff;padding:4px 8px;border-radius:4px}.category-visibility{font-size:12px;padding:4px 8px;border-radius:4px}.category-visibility.visible{background-color:#d4edda;color:#155724}.category-visibility.hidden{background-color:#f8d7da;color:#721c24}.category-description{font-size:14px;color:#666;margin:0}.category-actions{display:flex;gap:8px}.action-button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .2s}.action-button:hover{opacity:.9}.edit-button{background-color:#007aff;color:#fff}.delete-button{background-color:#dc3545;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background-color:#fff;border-radius:12px;padding:24px;width:90%;max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-title{font-size:18px;font-weight:600;color:#000;margin:0}.close-button{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#000}.modal-body{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group input,.form-group textarea{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0a7ea4}.form-group textarea{resize:vertical;min-height:80px}.form-group label input[type=checkbox]{margin-right:8px}.modal-buttons{display:flex;gap:12px;margin-top:8px}.modal-button{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.modal-button:hover{opacity:.9}.cancel-button{background-color:#f8f9fa;color:#666;border:1px solid #ddd}.confirm-button{background-color:#000;color:#fff}.user-management{padding:0}.user-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.user-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.user-management-header h1{font-size:24px;font-weight:700;color:#000;margin:0;display:flex;align-items:center;gap:8px}.filter-button,.refresh-button{padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.filter-row{margin-bottom:20px}.filter-row:last-of-type{margin-bottom:0}.filter-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;box-sizing:border-box}.filter-input:focus{outline:none;border-color:#000}.filter-row .filter-col{display:inline-block;width:calc(50% - 6px);margin-right:12px;vertical-align:top}.filter-row .filter-col:last-child{margin-right:0}.status-button{padding:6px 14px;border:1px solid #e9ecef;border-radius:16px;background-color:#f8f9fa;color:#495057;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.status-button.active{background-color:#000000e6;border-color:#000;color:#fff}.filter-actions{display:flex;gap:12px;margin-top:24px}.apply-button,.reset-button{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.reset-button{background-color:#f8f9fa;color:#666;border:1px solid #ddd}.reset-button:hover{background-color:#e9ecef}.search-summary{padding:12px 16px;background-color:#fff;border-radius:8px;margin-bottom:16px;font-size:14px;color:#666;font-weight:500;box-shadow:0 1px 3px #0000001a}.empty-state{text-align:center;padding:48px;background-color:#fff;border-radius:8px;color:#666;box-shadow:0 2px 8px #0000001a}.empty-icon{font-size:48px;color:#ccc;margin-bottom:16px}.user-list{display:flex;flex-direction:column;gap:12px}.user-card{background-color:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s;border:1px solid transparent;display:flex;align-items:center;gap:16px;min-height:80px;position:relative}.user-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026;border-color:#e9ecef}.user-status-badge{margin-left:auto;flex-shrink:0;align-self:center}.status-label{display:inline-block;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600}.status-label.status-active{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-label.status-dormant{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-label.status-suspended{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-label.status-deleted{background-color:#f8f9fa;color:#6c757d;border:1px solid #e9ecef}.user-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid #e9ecef}.user-avatar img{width:100%;height:100%;object-fit:cover}.default-avatar-icon{width:100%;height:100%;color:#adb5bd;display:none}.user-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.user-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.user-nickname{font-size:16px;font-weight:600;color:#000;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.verified-badge{display:inline-block;font-size:11px;padding:3px 8px;background-color:#d4edda;color:#155724;border-radius:12px;font-weight:600;flex-shrink:0}.user-description{font-size:13px;color:#666;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.user-meta{display:flex;align-items:center;gap:16px;font-size:12px;color:#999}.user-created{display:inline-flex;align-items:center}.stat-item{display:inline-flex;align-items:center;gap:4px;font-weight:500;color:#666}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-in}.modal-container{background-color:#fff;border-radius:12px;padding:0;width:90%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 8px 32px #0003;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e9ecef;background-color:#fff}.modal-title{font-size:20px;font-weight:700;color:#000;margin:0}.close-button{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-button:hover{background-color:#f8f9fa;color:#000}.modal-body{padding:24px 24px 32px;overflow-y:auto;max-height:calc(90vh - 80px);color:#333}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#666}.profile-section,.account-section,.stats-section{margin-bottom:32px}.profile-section:last-child,.account-section:last-child,.stats-section:last-child{margin-bottom:0}.section-title{font-size:16px;font-weight:700;color:#000;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #000}.profile-header{display:flex;align-items:center;gap:20px}.profile-avatar-large{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid #e9ecef;position:relative}.profile-avatar-large img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.profile-avatar-large .default-avatar-icon{width:100%;height:100%;color:#adb5bd;display:none}.profile-basic-info{flex:1}.profile-basic-info h4{font-size:20px;font-weight:700;color:#000;margin:0 0 8px}.profile-description{font-size:14px;color:#666;margin:0;line-height:1.6}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.info-item{display:flex;flex-direction:column;gap:6px;padding:12px;background-color:#f8f9fa;border-radius:6px}.info-label{font-size:12px;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:14px;color:#000;font-weight:500}.privacy-notice{margin-top:16px;padding:12px;background-color:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;font-size:13px;color:#856404;line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.stat-card{background-color:#f8f9fa;padding:20px;border-radius:8px;text-align:center;border:1px solid #e9ecef}.stat-label{font-size:13px;color:#666;margin-bottom:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:32px;font-weight:700;color:#000}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding:20px 0}.page-button{padding:8px 16px;background-color:#fff;color:#000;border:1px solid #ddd;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.page-button:hover:not(:disabled){background-color:#f8f9fa;border-color:#000}.page-button:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:4px}.page-number{min-width:40px;padding:8px 12px;background-color:#fff;color:#666;border:1px solid #ddd;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.page-number:hover{background-color:#f8f9fa;border-color:#000;color:#000}.page-number.active{background-color:#000;color:#fff;border-color:#000}@media (max-width: 768px){.user-card{flex-direction:column;align-items:flex-start;padding:16px}.user-avatar{width:48px;height:48px}.user-header{width:100%}.user-meta{flex-wrap:wrap}}.dev-docs{padding:0}.dev-docs-header{margin-bottom:16px}.dev-docs-header h1{font-size:24px;font-weight:700;margin:0 0 4px}.dev-docs-description{margin:0;color:#666;font-size:14px}.dev-docs-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;color:#666}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.dev-docs-error{background-color:#ffe6e6;color:#b00020;padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:14px}.dev-docs-empty{background-color:#fff;padding:32px;border-radius:8px;text-align:center;color:#666}.dev-docs-body{display:flex;gap:16px;align-items:stretch}.dev-docs-sidebar{width:260px;background-color:#fff;border-radius:8px;border:1px solid #e9ecef;padding:12px 0;max-height:70vh;overflow-y:auto}.dev-docs-category{margin-bottom:8px}.dev-docs-category-title{padding:6px 16px;font-size:12px;font-weight:600;color:#666;text-transform:uppercase}.dev-docs-list{list-style:none;margin:0;padding:0}.dev-docs-item{width:100%;text-align:left;padding:8px 16px;border:none;background-color:transparent;cursor:pointer;display:flex;flex-direction:column;gap:2px}.dev-docs-item:hover{background-color:#f8f9fa}.dev-docs-item.active{background-color:#000;color:#fff}.dev-docs-item-title{font-size:14px;font-weight:600}.dev-docs-item-path{font-size:11px;color:inherit;opacity:.7}.dev-docs-content{flex:1;background-color:#fff;border-radius:8px;border:1px solid #e9ecef;padding:16px 20px;min-height:260px;max-height:70vh;overflow-y:auto}.dev-docs-content-inner{display:flex;flex-direction:column;gap:8px}.dev-docs-content-title{font-size:20px;font-weight:700;margin:0}.dev-docs-content-path{font-size:12px;color:#999}.dev-docs-content-body{margin-top:8px;color:#24292e;font-size:16px;line-height:1.5}.markdown-body{word-wrap:break-word}.dev-docs-content-body h1,.dev-docs-content-body h2,.dev-docs-content-body h3,.dev-docs-content-body h4,.dev-docs-content-body h5,.dev-docs-content-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.dev-docs-content-body h1{font-size:2em;color:#0969da;border-bottom:2px solid #d0d7de;padding-bottom:.3em}.dev-docs-content-body h2{font-size:1.5em;color:#218bff;border-bottom:1px solid #d0d7de;padding-bottom:.3em}.dev-docs-content-body h3{font-size:1.25em;color:#1f883d}.dev-docs-content-body h4{font-size:1em;color:#8250df}.dev-docs-content-body h5{font-size:.875em;color:#a475f9}.dev-docs-content-body h6{font-size:.85em;color:#656d76}.dev-docs-content-body p{margin-bottom:16px;line-height:1.6;color:#24292f}.dev-docs-content-body ul,.dev-docs-content-body ol{margin-bottom:16px;padding-left:2em}.dev-docs-content-body li{margin-bottom:.25em;line-height:1.6;color:#24292f}.dev-docs-content-body li>p{margin-top:16px}.dev-docs-content-body li+li{margin-top:.25em}.dev-docs-content-body code{padding:.2em .4em;margin:0;font-size:85%;background-color:#afb8c133;border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.dev-docs-content-body pre{padding:0;overflow:auto;font-size:85%;line-height:1.45;background-color:transparent;border-radius:6px;margin-bottom:16px}.dev-docs-content-body pre code{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.dev-docs-content-body pre[class*=language-]{margin-bottom:16px;border-radius:6px;overflow:hidden}.dev-docs-content-body pre[class*=language-] code{padding:16px;display:block;overflow-x:auto;background:transparent!important}.dev-docs-content-body blockquote{color:#57606a;border-left:.25em solid #0969da;background-color:#f6f8fa;border-radius:4px;margin-bottom:16px;padding:12px 16px}.dev-docs-content-body blockquote>:first-child{margin-top:0}.dev-docs-content-body blockquote>:last-child{margin-bottom:0}.dev-docs-content-body table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;margin-bottom:16px}.dev-docs-content-body table th{font-weight:600;padding:6px 13px;border:1px solid #dfe2e5;background-color:#f6f8fa}.dev-docs-content-body table td{padding:6px 13px;border:1px solid #dfe2e5}.dev-docs-content-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.dev-docs-content-body hr{height:.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.dev-docs-content-body a{color:#0969da;text-decoration:none;font-weight:500}.dev-docs-content-body a:hover{text-decoration:underline;color:#0550ae}.dev-docs-content-body img{max-width:100%;box-sizing:content-box;background-color:#fff;margin-bottom:16px}.dev-docs-content-body strong{font-weight:600;color:#24292f}.dev-docs-content-body em{font-style:italic;color:#24292f}.dev-docs-content-body del{text-decoration:line-through}.dev-docs-content-body input[type=checkbox]{margin-right:8px;cursor:pointer}.dev-docs-content-body .task-list-item{list-style-type:none}.dev-docs-content-body .task-list-item input{margin-left:-1.5em;margin-right:.5em}.dev-docs-content-body pre[class*=language-]{position:relative}.dev-docs-content-body table{display:table;width:100%;margin-bottom:16px;border-collapse:collapse}.dev-docs-content-body table th,.dev-docs-content-body table td{padding:6px 13px;border:1px solid #dfe2e5}.dev-docs-content-body table th{font-weight:600;background-color:#f6f8fa}.dev-docs-content-body table tr:nth-child(2n){background-color:#f6f8fa}.ad-management{padding:0}.ad-management-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.ad-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ad-management-header h1{font-size:24px;font-weight:700;color:#000;margin:0;display:flex;align-items:center}.ad-list-card{margin-bottom:24px}.refresh-button{padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.refresh-button:hover{background-color:#333}.ad-search-panel{background-color:#fff;padding:20px 24px;border-radius:8px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.search-input-group{display:flex;gap:8px}.search-input-group input[type=number]{flex:1}.status-row{display:flex;align-items:center;gap:12px;margin-top:16px}.status-label{font-size:14px;color:#333}.status-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700}.status-draft{background-color:#f8f9fa;color:#666}.status-active{background-color:#4ecdc41a;color:#4ecdc4}.status-paused{background-color:#ffd7001a;color:gold}.status-ended{background-color:#ff6b6b1a;color:#ff6b6b}.status-actions{display:flex;gap:8px}.status-button{padding:6px 10px;border-radius:16px;border:1px solid #e0e0e0;background-color:#f8f9fa;font-size:12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background-color .2s}.ad-list-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:16px}.ad-list-actions{margin-left:auto}.ad-management-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;margin-bottom:24px}@media (max-width: 1024px){.ad-management-grid{grid-template-columns:1fr}}.card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.card h2{font-size:18px;font-weight:600;margin:0 0 20px;display:flex;align-items:center}.ad-form .form-row{margin-bottom:16px}.form-row label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.form-row input,.form-row textarea,.form-row select{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #ddd;font-size:14px;box-sizing:border-box}.form-row textarea{resize:vertical}.form-row-inline{display:flex;gap:12px}.form-row-inline .form-col{flex:1}.readonly-field{padding:10px 14px;border-radius:6px;background-color:#f5f5f5;border:1px solid #e0e0e0;font-size:14px}.meta-row{display:flex;justify-content:space-between;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.meta-label{font-size:13px;font-weight:600;color:#666}.meta-value{font-size:14px;color:#000}.form-actions{margin-top:16px;display:flex;justify-content:flex-end}.primary-button{padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background-color .2s}.primary-button:hover{background-color:#333}.empty-state{background-color:#fff;padding:24px;border-radius:8px;text-align:center;color:#666}.stats-filter-row{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px}.ad-stats-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;color:#666}.ad-stats-table-wrapper{overflow-x:auto}.ad-stats-table{width:100%;border-collapse:collapse;font-size:14px}.ad-stats-table th,.ad-stats-table td{padding:12px 16px;border-bottom:1px solid #f0f0f0;text-align:left;white-space:nowrap}.ad-stats-table th{font-weight:600;background-color:#f8f9fa}.ad-list-table-wrapper{overflow-x:auto}.ad-list-table{width:100%;border-collapse:collapse;font-size:14px}.ad-list-table th,.ad-list-table td{padding:12px 16px;border-bottom:1px solid #f0f0f0;text-align:left;white-space:nowrap}.ad-list-table th{font-weight:600;background-color:#f8f9fa}.ad-list-row{cursor:pointer}.ad-list-row:hover{background-color:#f5f5f5}.ad-list-row.selected{background-color:#0a7ea414}.ad-list-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.ad-list-count{font-size:13px;color:#666}.ad-list-page-buttons{display:flex;gap:8px}.page-button{padding:6px 12px;border-radius:6px;border:1px solid #ddd;background-color:#f8f9fa;font-size:13px;cursor:pointer}.page-button:disabled{opacity:.5;cursor:default}.chart-filter{padding:8px 32px 8px 16px;border:1px solid #e0e0e0;border-radius:20px;font-size:13px;font-weight:600;color:#666;background-color:#f8f9fa;cursor:pointer;outline:none;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:10px}.chart-filter:hover{background-color:#f0f0f0;border-color:#d0d0d0;color:#333}.chart-filter:focus{border-color:#4ecdc4;box-shadow:0 0 0 2px #4ecdc41a}.location-management{width:100%;max-width:1400px;margin:0 auto;padding:0}.location-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.location-header h1{font-size:24px;font-weight:700;color:#000;margin:0;display:flex;align-items:center}.header-actions{display:flex;gap:12px;align-items:center}.filter-button,.refresh-button{padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s;position:relative}.filter-button:hover,.refresh-button:hover{background-color:#333}.filter-button:disabled,.refresh-button:disabled{opacity:.6;cursor:not-allowed}.filter-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background-color:#ff3b30;color:#fff;font-size:10px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center}.filter-panel{background-color:#fff;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.filter-row{margin-bottom:16px}.filter-row label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.status-buttons{display:flex;flex-wrap:wrap;gap:8px}.status-button{padding:6px 12px;border:1px solid #e9ecef;border-radius:16px;background-color:#f8f9fa;color:#495057;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.status-button:hover{background-color:#e9ecef}.status-button.active{background-color:#007aff1a;border-color:#007aff;color:#007aff}.filter-actions{display:flex;gap:12px;margin-top:16px}.apply-button,.reset-button{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.apply-button{background-color:#000;color:#fff}.apply-button:hover{background-color:#333}.reset-button{background-color:#f5f5f5;color:#666}.reset-button:hover{background-color:#e0e0e0}.location-type-tabs{display:flex;gap:8px;padding:16px;background-color:#fff;border-bottom:1px solid #e0e0e0;overflow-x:auto;scrollbar-width:thin}.location-type-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:20px;background-color:#f5f5f5;color:#666;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.location-type-tab:hover{background-color:#e0e0e0}.location-type-tab.active{background-color:#000;color:#fff}.location-search-bar{display:flex;gap:12px;padding:16px;background-color:#fff;border-bottom:1px solid #e0e0e0}.location-search-input-wrapper{flex:1;display:flex;align-items:center;gap:8px;padding:0 12px;background-color:#f5f5f5;border-radius:8px}.location-search-icon{color:#999;font-size:16px}.location-search-input{flex:1;height:40px;border:none;background:transparent;font-size:15px;outline:none}.location-search-clear{background:none;border:none;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.location-sync-button{display:flex;align-items:center;gap:8px;padding:0 16px;height:40px;background-color:#007aff;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.location-sync-button:hover:not(:disabled){background-color:#0056b3}.location-sync-button:disabled{opacity:.6;cursor:not-allowed}.spinning{animation:spin 1s linear infinite}.location-stats-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:16px}.location-stats-text{font-size:14px;color:#666}.location-entity-list{display:flex;flex-direction:column;gap:12px;padding:16px}.location-entity-card{background-color:#fff;padding:16px;border-radius:12px;box-shadow:0 1px 3px #0000001a;transition:all .2s}.location-entity-card.clickable{cursor:pointer}.location-entity-card.clickable:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.location-entity-row{display:flex;gap:12px}.location-entity-thumbnail-wrapper{position:relative;flex-shrink:0}.location-entity-thumbnail{width:80px;height:80px;border-radius:8px;object-fit:cover;background-color:#f5f5f5;cursor:pointer;transition:opacity .2s}.location-entity-thumbnail:hover{opacity:.8}.location-entity-thumbnail-placeholder{width:80px;height:80px;border-radius:8px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:24px}.location-image-expand-button{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#0009;color:#fff;border:none;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .2s;font-size:12px}.location-entity-thumbnail-wrapper:hover .location-image-expand-button{opacity:1}.location-image-expand-button:hover{background-color:#000c}.location-entity-content{flex:1;min-width:0}.location-entity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.location-entity-info{flex:1;margin-right:12px;min-width:0}.location-entity-name{font-size:16px;font-weight:600;color:#000;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-entity-id{font-size:12px;color:#999;display:block}.location-entity-hidden-badge{display:inline-block;padding:2px 8px;background-color:#ff9500;color:#fff;font-size:10px;font-weight:600;border-radius:4px;margin-top:4px}.location-entity-actions{display:flex;gap:8px;flex-shrink:0}.location-action-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border:none;border-radius:18px;cursor:pointer;transition:background-color .2s;color:#007aff}.location-action-button:hover{background-color:#e0e0e0}.location-action-button.delete{color:#ff3b30}.location-entity-description{font-size:14px;color:#666;line-height:20px;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.location-entity-stats{display:flex;gap:16px}.location-stat-item{display:flex;align-items:center;gap:4px;font-size:13px;color:#666}.location-stat-item svg{font-size:14px}.location-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:20px}.location-page-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:18px;cursor:pointer;transition:all .2s;color:#000}.location-page-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#000}.location-page-button:disabled{background-color:#f5f5f5;color:#ccc;cursor:not-allowed}.location-page-text{font-size:14px;font-weight:600;color:#000}.location-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.location-empty svg{margin-bottom:16px;opacity:.5}.location-empty p{font-size:16px;margin:0}.location-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}.location-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.location-modal-content{background-color:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.location-modal-content.location-modal-center{align-self:center}.location-modal-content.location-modal-large{max-width:900px}.location-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.location-modal-header h2{font-size:18px;font-weight:700;color:#000;margin:0}.location-modal-close{background:none;border:none;font-size:24px;color:#000;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.location-modal-body{padding:20px;overflow-y:auto;flex:1}.location-modal-image-section{position:relative;width:100%;margin-bottom:20px;border-radius:8px;overflow:hidden;cursor:pointer}.location-modal-image{width:100%;height:auto;max-height:300px;object-fit:cover;display:block;transition:opacity .2s}.location-modal-image:hover{opacity:.9}.location-modal-image-expand{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#0009;color:#fff;border:none;border-radius:18px;cursor:pointer;transition:background-color .2s;font-size:14px}.location-modal-image-expand:hover{background-color:#000c}.location-modal-subtitle{font-size:14px;color:#666;margin-top:4px;margin-bottom:0}.location-form-group{margin-bottom:20px}.location-form-group label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.location-form-group input,.location-form-group textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s}.location-form-group input:focus,.location-form-group textarea:focus{border-color:#000}.location-form-group textarea{resize:vertical;min-height:100px}.location-filter-options{display:flex;flex-wrap:wrap;gap:8px}.location-filter-option{padding:8px 16px;border:1px solid #e0e0e0;border-radius:16px;background-color:#fff;color:#666;font-size:14px;cursor:pointer;transition:all .2s}.location-filter-option:hover{border-color:#000}.location-filter-option.active{background-color:#000;border-color:#000;color:#fff}.location-modal-actions{display:flex;gap:12px;margin-top:24px}.location-modal-button{flex:1;padding:14px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.location-modal-button.cancel{background-color:#f5f5f5;color:#666}.location-modal-button.cancel:hover{background-color:#e0e0e0}.location-modal-button.save{background-color:#000;color:#fff}.location-modal-button.save:hover{background-color:#333}.location-image-modal{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center;background-color:#000000e6;border-radius:12px;padding:20px}.location-expanded-image{max-width:100%;max-height:95vh;object-fit:contain;border-radius:8px}.location-image-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background-color:#fff3;color:#fff;border:none;border-radius:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:10}.location-image-close:hover{background-color:#ffffff4d}.location-relation-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background-color:#f0f9ff;border:1px solid #007AFF;border-radius:8px;color:#007aff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.location-relation-button:hover{background-color:#e0f2fe}.location-relation-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e0e0e0}.location-relation-tab{padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;font-size:15px;font-weight:600;color:#666;cursor:pointer;transition:color .2s;margin-bottom:-2px}.location-relation-tab:hover{color:#000}.location-relation-tab.active{color:#000;border-bottom-color:#000}.location-relation-list-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:12px;font-size:14px;font-weight:600;color:#000;border-bottom:1px solid #e0e0e0}.location-relation-selected-count{color:#007aff;font-weight:600}.location-relation-list{max-height:400px;overflow-y:auto;margin-bottom:20px}.location-relation-item{display:flex;justify-content:space-between;align-items:center;padding:12px;margin-bottom:8px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s;background-color:#fff}.location-relation-item:hover{background-color:#f5f5f5}.location-relation-item.related{background-color:#f0f9ff;border-color:#007aff}.location-relation-item.selected-add{background-color:#f0fff4;border-color:#34c759}.location-relation-item.selected-remove{background-color:#fff5f5;border-color:#ff3b30}.location-relation-item-content{display:flex;align-items:center;gap:12px;flex:1}.location-relation-thumbnail{width:50px;height:50px;border-radius:6px;object-fit:cover;background-color:#f5f5f5}.location-relation-item-info{flex:1;min-width:0}.location-relation-item-name-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.location-relation-item-name{font-size:15px;font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-relation-badge{padding:2px 8px;background-color:#007aff;color:#fff;font-size:10px;font-weight:600;border-radius:4px;white-space:nowrap}.location-relation-item-distance{font-size:13px;color:#666}.location-relation-item-action{flex-shrink:0}.location-relation-action-badge{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:600}.location-relation-action-badge.add{background-color:#f0fff4;color:#34c759}.location-relation-action-badge.remove{background-color:#fff5f5;color:#ff3b30}.location-relation-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.location-relation-empty svg{margin-bottom:16px;opacity:.5}.location-relation-empty p{font-size:14px;margin:0}.location-relation-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}.location-relation-loading .spinner{margin-bottom:16px}.location-relation-actions{display:flex;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}.location-relation-action-button{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.location-relation-action-button:disabled{opacity:.5;cursor:not-allowed}.location-relation-action-button.add{background-color:#34c759;color:#fff}.location-relation-action-button.add:hover:not(:disabled){background-color:#2fb84a}.location-relation-action-button.remove{background-color:#ff3b30;color:#fff}.location-relation-action-button.remove:hover:not(:disabled){background-color:#ff2d1a}@media (max-width: 768px){.location-header{flex-direction:column;align-items:flex-start;gap:12px}.header-actions{width:100%;justify-content:flex-end}.location-type-tabs{padding:12px}.location-type-tab{padding:6px 12px;font-size:13px}.location-search-bar,.location-entity-card{padding:12px}.location-entity-thumbnail,.location-entity-thumbnail-placeholder{width:60px;height:60px}.location-modal-content{max-height:90vh;margin:10px}.location-modal-overlay{padding:10px}.location-modal-content.location-modal-large{max-width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.notice-management{padding:24px;max-width:1400px;margin:0 auto}.notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.notice-header h1{font-size:28px;font-weight:700;color:#1a1a1a;display:flex;align-items:center}.create-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.create-button:hover{background-color:#333}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#666}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notice-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.notice-list table{width:100%;border-collapse:collapse}.notice-list thead{background:#f8f9fa}.notice-list th{padding:16px;text-align:left;font-weight:600;color:#495057;font-size:14px;border-bottom:2px solid #dee2e6}.notice-list td{padding:16px;border-bottom:1px solid #e9ecef;font-size:14px;color:#495057}.notice-list tbody tr:hover{background:#f8f9fa}.notice-title{font-weight:500;color:#212529;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-type{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.notice-type.general{background:#e3f2fd;color:#1976d2}.notice-type.popup{background:#fff3e0;color:#f57c00}.notice-type.maintenance{background:#fce4ec;color:#c2185b}.status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status.active{background:#d4edda;color:#155724}.status.inactive{background:#f8d7da;color:#721c24}.actions{display:flex;gap:8px}.action-btn{padding:8px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-btn.toggle{background:#007aff1a;color:#007aff}.action-btn.toggle:hover{background:#007aff33}.action-btn.edit{background:#fff3e0;color:#f57c00}.action-btn.edit:hover{background:#ffe0b2}.action-btn.delete{background:#ffebee;color:#c62828}.action-btn.delete:hover{background:#ffcdd2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;padding:32px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h2{margin:0 0 24px;font-size:24px;font-weight:700;color:#1a1a1a}.form-group{margin-bottom:20px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .2s ease}.form-group select{border-radius:20px;background-color:#f8f9fa;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:10px;padding-right:32px}.form-group select:hover{background-color:#f0f0f0;border-color:#d0d0d0}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e9ecef}.cancel-btn,.submit-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#e9ecef;color:#495057}.cancel-btn:hover{background:#dee2e6}.submit-btn{background:#000;color:#fff}.submit-btn:hover{background-color:#333}.push-notification{padding:24px;max-width:900px;margin:0 auto}.push-header{margin-bottom:32px}.push-header h1{font-size:28px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;margin-bottom:8px}.subtitle{color:#6c757d;font-size:14px;margin:0}.push-tabs{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid #e9ecef}.tab{display:flex;align-items:center;gap:8px;padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;font-size:15px;font-weight:600;color:#6c757d;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.tab:hover{color:#495057}.tab.active{color:#000;border-bottom-color:#000}.push-content{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #00000014}.info-box{background:#e7f3ff;border-left:4px solid #2196f3;padding:16px;border-radius:8px;margin-bottom:24px}.info-box p{margin:0;color:#0d47a1;font-size:14px}.form-group{margin-bottom:24px;position:relative}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ced4da;border-radius:8px;font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.form-group textarea{resize:vertical;font-family:inherit}.char-count{position:absolute;right:12px;bottom:-20px;font-size:12px;color:#6c757d}.help-text{display:block;margin-top:6px;font-size:12px;color:#6c757d}.preview-box{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:24px}.preview-box h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#495057}.push-preview{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a}.preview-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.preview-body{font-size:14px;color:#495057;line-height:1.5}.send-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.send-button:hover:not(:disabled){background-color:#333}.send-button:disabled{opacity:.6;cursor:not-allowed}.result-box{background:#fff;border-radius:12px;padding:24px;margin-top:24px;box-shadow:0 2px 8px #00000014;border:2px solid #d4edda}.result-box h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.stat{background:#f8f9fa;padding:16px;border-radius:8px;text-align:center}.stat.success{background:#d4edda}.stat.failure{background:#f8d7da}.stat .label{display:block;font-size:12px;color:#6c757d;margin-bottom:4px}.stat .value{display:block;font-size:24px;font-weight:700;color:#1a1a1a}.success-rate{text-align:center;font-size:18px;font-weight:600;color:#28a745;padding:12px;background:#d4edda;border-radius:8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
