:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}body{margin:0}.page{max-width:60rem;margin:0 auto;padding:2rem 1rem}.map-container{width:100vw;height:100vh}.map-loader{position:fixed;top:1rem;left:50%;transform:translate(-50%);background:#000000bf;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;z-index:1000}.map-popup{font-family:inherit;font-size:.875rem;max-width:16rem}.map-popup__title{font-weight:600;margin-bottom:.25rem}.map-popup__row{display:flex;justify-content:space-between;gap:.5rem;margin-top:.125rem}.map-popup__label{color:#666}.map-search{position:absolute;top:1rem;left:50%;transform:translate(-50%);width:min(28rem,calc(100% - 2rem));z-index:11}.map-search__input{width:100%;padding:.6rem .9rem;border:0;border-radius:8px;background:#fff;box-shadow:0 2px 8px #00000026;font-size:.9rem;font-family:inherit;outline:none}.map-search__input:focus{box-shadow:0 0 0 2px #00469966,0 2px 8px #00000026}.map-search__dropdown{margin-top:.25rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;max-height:24rem;overflow-y:auto}.map-search__item{display:flex;flex-direction:column;gap:.125rem;padding:.5rem .9rem;cursor:pointer;border-bottom:1px solid #f0f0f0}.map-search__item:last-child{border-bottom:0}.map-search__item:hover,.map-search__item.is-active{background:#f5f7fb}.map-search__title{font-size:.875rem;color:#1a1a1a}.map-search__category{font-size:.75rem;color:#666}.map-search__empty{padding:.5rem .9rem;font-size:.875rem;color:#888}.legend{position:absolute;top:1rem;left:1rem;background:#fff;border-radius:8px;padding:.75rem 1rem;box-shadow:0 2px 8px #00000026;font-size:.875rem;z-index:10;min-width:14rem}.legend__title{font-weight:600;margin-bottom:.5rem}.legend__row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;cursor:pointer;-webkit-user-select:none;user-select:none}.legend__dot{display:inline-block;width:14px;height:14px;border-radius:50%;flex:none}.legend__label{flex:1}.legend__row input[type=checkbox]{margin:0}.legend__locate{margin-top:.5rem;width:100%;padding:.4rem .75rem;border:1px solid #ddd;border-radius:4px;background:#f7f7f7;font:inherit;cursor:pointer}.legend__locate:hover{background:#efefef}.login-field{display:block;margin-bottom:.75rem}.login-field span{display:block;margin-bottom:.25rem;font-size:.875rem;color:#444}.login-field input{width:100%;padding:.5rem .6rem;border:1px solid #ccc;border-radius:4px;font:inherit;box-sizing:border-box}.login-submit{width:100%;padding:.55rem;background:#002354;color:#fff;border:none;border-radius:4px;font:inherit;cursor:pointer;margin-top:.5rem}.login-submit:hover{background:#001a3f}.login-error{background:#fde7e7;color:#8a1f1f;padding:.5rem .75rem;border-radius:4px;margin-bottom:.75rem;font-size:.875rem}.login-foot{text-align:center;margin-top:1rem;font-size:.875rem;color:#555}.login-foot a{color:#002354;font-weight:600}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #eaeaea;background:#f7f7f7}.admin-header h1{margin:0;font-size:1.125rem}.admin-header__user{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.admin-header__user button{padding:.35rem .75rem;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.admin-nav{display:flex;gap:1rem;flex:1;padding-left:1.5rem}.admin-nav a{color:#444;text-decoration:none;padding:.35rem .5rem;border-radius:4px}.admin-nav a.is-active{background:#002354;color:#fff}.admin-nav a:hover:not(.is-active){background:#eaeaea}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.search-input{flex:1 1 auto;max-width:24rem;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;font:inherit;background:#fff}.search-input:focus{outline:2px solid #002354;outline-offset:-1px;border-color:transparent}.page-subtitle{color:#666;font-size:.9rem;margin-top:-.5rem;margin-bottom:1.25rem}.btn,.btn--primary,.btn-save,.btn-danger{padding:.4rem .85rem;border:1px solid #ccc;border-radius:4px;background:#fff;font:inherit;cursor:pointer;text-decoration:none;color:#1a1a1a}.btn--primary{background:#002354;color:#fff;border-color:#002354}.btn--primary:hover{background:#001a3f}.btn-danger{color:#8a1f1f;border-color:#f3c4c4}.btn-danger:hover{background:#fde7e7}.btn-save:hover{background:#f0f0f0}.btn-link{display:inline-block;margin-left:.75rem;color:#555;text-decoration:none}.btn-link:hover{text-decoration:underline}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{padding:.5rem .75rem;border-bottom:1px solid #eee;text-align:left}.data-table th{background:#f7f7f7;font-weight:600}.data-table .row-actions{display:flex;gap:.5rem;justify-content:flex-end}.success-box{background:#e6f4ea;color:#1f5a2f;padding:.6rem .8rem;border-radius:4px;margin-bottom:.75rem;font-size:.875rem}.form-group{border:1px solid #e5e5e5;border-radius:6px;padding:.75rem 1rem 1rem;margin-bottom:1rem}.form-group legend{font-weight:600;font-size:.95rem;padding:0 .5rem}.form-field{display:block;margin-bottom:.6rem}.form-field>span{display:block;margin-bottom:.2rem;font-size:.85rem;color:#444}.form-field input[type=text],.form-field input[type=number],.form-field input[type=email],.form-field input[type=date],.form-field input[type=url]{width:100%;padding:.4rem .55rem;border:1px solid #ccc;border-radius:4px;font:inherit;box-sizing:border-box}.form-field--check{display:flex;align-items:center;gap:.5rem}.form-actions{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;font-size:.875rem;color:#555}.pagination button{padding:.35rem .75rem;border:1px solid #ccc;border-radius:4px;background:#fff;font:inherit;cursor:pointer}.pagination button:disabled{opacity:.5;cursor:default}.pagination button:not(:disabled):hover{background:#f0f0f0}
