html{font-size:19.2px}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2933;background:#eef2f7}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#eef2f7}.app{padding:12px;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app.with-sidebar{padding:0;flex-direction:row}.app-sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;height:100dvh;background:#1f2937;display:flex;flex-direction:column;z-index:200;transition:width .2s ease}.sidebar-header{padding:16px;border-bottom:1px solid #374151}.sidebar-header-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar-logo{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 4px;cursor:pointer;transition:color .15s}.sidebar-logo:hover{color:#a5b4fc}.sidebar-org{font-size:.8125rem;color:#9ca3af}.sidebar-nav{flex:1;padding:12px 0;overflow-y:auto}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#d1d5db;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s;border-left:3px solid transparent;cursor:pointer}.sidebar-item:hover{background:#374151;color:#fff}.sidebar-item.active{background:#374151;color:#fff;border-left-color:#6366f1}.sidebar-item-icon{width:20px;text-align:center;font-size:1rem;flex-shrink:0}.sidebar-item-label{flex:1}.sidebar-item-arrow{font-size:.625rem;color:#6b7280;transition:transform .2s}.sidebar-item.has-children{position:relative}.sidebar-group .sidebar-children{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.sidebar-group.expanded .sidebar-children{max-height:none}.sidebar-child-item{display:flex;align-items:center;gap:10px;padding:10px 20px 10px 44px;color:#9ca3af;text-decoration:none;font-size:.8125rem;transition:all .15s;border-left:3px solid transparent}.sidebar-child-item:hover{background:#374151;color:#d1d5db}.sidebar-child-item.active{color:#fff;background:#4338ca;border-left-color:#818cf8}.sidebar-child-item.has-nested{display:flex;align-items:center;gap:8px}.sidebar-child-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-nested-arrow{display:flex;align-items:center;margin-left:auto;color:#6b7280}.sidebar-nested-group .sidebar-nested-children{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.sidebar-nested-group.expanded .sidebar-nested-children{max-height:none}.sidebar-nested-item{display:flex;align-items:center;gap:8px;padding:8px 20px 8px 60px;color:#6b7280;text-decoration:none;font-size:.75rem;transition:all .15s;border-left:3px solid transparent}.sidebar-nested-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-nested-item:hover{background:#374151;color:#9ca3af}.sidebar-nested-item.active{color:#a5b4fc;background:#312e81;border-left-color:#6366f1}.sidebar-footer{padding:16px 20px;border-top:1px solid #374151}.sidebar-user-email{font-size:.75rem;color:#9ca3af;margin-bottom:8px;word-break:break-all}.sidebar-logout{width:100%;padding:10px 14px;font-size:.8125rem;font-weight:500;color:#9ca3af;background:transparent;border:1px solid #374151;border-radius:6px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:8px}.sidebar-logout:hover{color:#fca5a5;border-color:#7f1d1d;background:#7f1d1d33}.main-content{flex:1;margin-left:240px;padding:24px;height:100vh;height:100dvh;overflow:hidden;background:#f3f4f6;transition:margin-left .2s ease;display:flex;flex-direction:column}.app-sidebar.collapsed{width:60px}.app-sidebar.collapsed+.main-content,.app.with-sidebar:has(.app-sidebar.collapsed) .main-content{margin-left:60px}.app-sidebar.collapsed .sidebar-header{padding:20px 8px;text-align:center}.app-sidebar.collapsed .sidebar-logo{font-size:1.25rem}.app-sidebar.collapsed .sidebar-item{justify-content:center;padding:14px 0}.app-sidebar.collapsed .sidebar-item-icon{width:auto;font-size:1.125rem}.sidebar-toggle{width:28px;height:28px;padding:0;font-size:.75rem;color:#9ca3af;background:transparent;border:1px solid #374151;border-radius:6px;cursor:pointer;transition:all .15s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar-toggle:hover{color:#fff;background:#374151}.app-sidebar.collapsed .sidebar-header{padding:16px 8px}.app-sidebar.collapsed .sidebar-header-top{flex-direction:column;gap:12px}.app-sidebar.collapsed .sidebar-footer{padding:12px 8px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:12px}.app-header-left{display:flex;align-items:center;gap:12px}.app-logo{font-size:1.125rem;font-weight:700;color:#1f2933;margin:0;cursor:pointer;transition:color .15s}.app-logo:hover{color:#4f46e5}.header-badge{font-size:.6875rem;font-weight:600;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.header-badge.admin{background:#fef3c7;color:#92400e}.header-badge.org{background:#e0e7ff;color:#3730a3}.app-header-nav{display:flex;align-items:center;gap:4px;background:#f3f4f6;padding:4px;border-radius:8px}.app-header-nav .nav-link{padding:8px 16px;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;border-radius:6px;transition:all .15s}.app-header-nav .nav-link:hover{color:#1f2933;background:#fff9}.app-header-nav .nav-link.active{color:#1f2933;background:#fff;box-shadow:0 1px 2px #0000000f}.app-header-right{display:flex;align-items:center;gap:12px}.header-link{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .15s}.header-link:hover{color:#4f46e5}.logout-btn{padding:8px 14px;font-size:.8125rem;font-weight:500;color:#6b7280;background:transparent;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s}.logout-btn:hover{color:#dc2626;border-color:#fecaca;background:#fef2f2}.page-actions{display:flex;align-items:center;gap:12px;padding:8px 4px;margin-bottom:8px;flex-wrap:wrap}.store-select{display:flex;flex-direction:column;min-width:200px}.store-select label{font-size:.75rem;color:#6b7280}.store-select select{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;background:#fff}.admin-nav{display:flex;gap:0;margin-bottom:16px;border-bottom:1px solid #e5e7eb;overflow-x:auto;flex-shrink:0;background:#fff;padding:0 4px}.admin-nav-item{padding:12px 20px;border:none;background:transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;white-space:nowrap;transition:all .15s ease;border-bottom:2px solid transparent;margin-bottom:-1px;text-decoration:none}.admin-nav-item:hover{color:#4f46e5}.admin-nav-item.active{color:#4f46e5;border-bottom-color:#4f46e5}@media (max-width: 768px){.app-header{flex-wrap:wrap;padding:10px 12px}.app-header-nav{order:3;width:100%;margin-top:8px}.app-header-nav .nav-link{flex:1;text-align:center;padding:8px 12px}.app-logo{font-size:1rem}.header-badge{font-size:.625rem;padding:3px 6px}.app-sidebar{width:200px}.main-content{margin-left:200px;padding:16px}.sidebar-item{padding:10px 16px;font-size:.8125rem}.sidebar-child-item{padding:8px 16px 8px 44px;font-size:.75rem}}@media (max-width: 600px){.app-sidebar{width:60px}.main-content{margin-left:60px;padding:12px}.sidebar-header{padding:16px 8px;text-align:center}.sidebar-logo{font-size:.75rem}.sidebar-org{display:none}.sidebar-item{padding:12px 0;justify-content:center}.sidebar-item-icon{width:auto}.sidebar-item-label,.sidebar-item-arrow,.sidebar-group .sidebar-children{display:none}.sidebar-group.expanded .sidebar-children{display:block;max-height:none}.sidebar-child-item{padding:10px 0;text-align:center;font-size:.625rem}.sidebar-footer{padding:12px 8px}.sidebar-logout{padding:8px 4px;font-size:.625rem}}.settings-section{padding:16px 0}.settings-section h3{margin:0 0 8px;font-size:1rem;font-weight:600;color:#1f2933}.settings-section .field select{width:100%;max-width:320px;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;background-color:#fff}.settings-section .field select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.layout{display:grid;grid-template-columns:1fr;gap:12px;flex:1;min-height:0;overflow:hidden}@media (min-width: 900px){.layout{grid-template-columns:.4fr .6fr}}.layout-stack .detail-panel.hidden-narrow{display:none}.panel{background:#fff;border-radius:14px;box-shadow:0 12px 28px #0000000f;padding:14px;display:flex;flex-direction:column;min-height:320px;max-height:100%;overflow:hidden;height:100%}.glass{background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35)}.panel.full-height{flex:1;min-height:0;max-height:none;overflow:hidden;display:flex;flex-direction:column}.detail-page-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-shrink:0}.back-button{font-size:.875rem;padding:8px 12px}.detail-page-title{flex:1;min-width:0}.detail-page-title .client-name{font-size:1.25rem;font-weight:700;color:#111827}.detail-page-title .client-kana-inline{font-size:.875rem;color:#6b7280;margin-left:4px}.detail-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;margin-bottom:16px;flex-shrink:0}.detail-tab{padding:10px 20px;border:none;background:transparent;font-size:.9375rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s}.detail-tab:hover{color:#374151}.detail-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.detail-tab-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.client-info-full{flex:1;overflow-y:auto}.client-info-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.client-info-section h3{margin:0 0 16px;font-size:1rem;font-weight:600;color:#374151}.client-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-shrink:0}.panel h2{margin:0;font-size:1.125rem}.panel-head-actions{display:flex;align-items:center;gap:8px}.member-add-row{display:flex;gap:8px;align-items:center}.member-add-row input{flex:1;min-width:200px}.member-add-row select{width:120px}.member-add-row button{white-space:nowrap}.tab-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0;flex-shrink:0}.tab-row.compact{margin-top:0}.tab{border:1px solid #d9e2ec;background:#f8fafc;border-radius:12px;padding:8px 12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.tab.active{background:#eef2ff;border-color:#c7d2fe;color:#312e81;box-shadow:0 0 0 2px #6366f126}.search-row{margin:10px 0;position:sticky;top:0;background:#fff;z-index:5;padding-top:4px;padding-bottom:8px;border-bottom:1px solid #eef2f7;display:flex;gap:8px;align-items:center;flex-shrink:0}.search-row input{flex:1;padding:12px 14px;border:1px solid #d9e2ec;border-radius:12px;font-size:1rem}.search-filter select{min-width:160px;padding:10px 12px;border:1px solid #d9e2ec;border-radius:12px;background:#fff}.list{overflow-y:auto;padding:4px 8px 4px 4px;gap:8px;display:flex;flex-direction:column;flex:1;min-height:0;margin-top:4px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.list::-webkit-scrollbar{width:8px}.list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.list-item{text-align:left;border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:12px;cursor:pointer;transition:all .12s ease;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;min-width:0}.list-item.active{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526;background:#eef2ff}.list-title{font-weight:700;word-break:break-word;flex:1;min-width:0}.list-meta{display:flex;gap:6px;align-items:center;flex-shrink:0}.list-meta>.pill{min-width:70px;justify-content:center;text-align:center}.detail-panel{min-height:320px;overflow:hidden}.detail{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto}.detail-split{display:flex;gap:20px;flex:1;min-height:0;overflow:hidden}.detail-left{flex:0 0 30%;max-width:30%;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.detail-right{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.client-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;flex:1}.client-info-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.client-info-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#111827;word-break:break-word}.client-kana{color:#6b7280;font-size:.875rem;margin-bottom:16px}.client-info-list{display:flex;flex-direction:column;gap:12px}.client-info-item{display:flex;flex-direction:column;gap:2px}.client-info-item label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.client-info-item .value{font-size:.9375rem;font-weight:600;color:#111827}.client-info-item .value.prewrap{white-space:pre-wrap}.client-info-item.highlight{background:#eef2ff;padding:10px 12px;border-radius:8px;margin-top:4px}.client-info-item.highlight .value{font-size:1.25rem;color:#4f46e5}.visits-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-shrink:0}.visits-header h3{margin:0;font-size:1rem;font-weight:600;color:#374151}.visits-title{display:flex;align-items:center;gap:8px}.visit-count-badge{font-size:.875rem;font-weight:600;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:12px}.visits-actions{display:flex;gap:8px;align-items:center}.visits-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.visits-content .visits{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.visits-content .visits::-webkit-scrollbar{width:8px}.visits-content .visits::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.visits-content .visits::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.visits-content .visits::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 900px){.detail-split{flex-direction:column;overflow-y:auto}.detail-left{flex:0 0 auto;max-width:100%}.detail-right{flex:1}}.detail-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.detail-head h2{margin:0 0 4px}.detail-head-left{display:flex;flex-direction:column;gap:4px}.detail-contact{display:flex;gap:8px;align-items:center;color:#1f2933}.detail-body{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow-y:hidden}.detail-row{display:flex;justify-content:space-between;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.detail-row label{color:#6b7280;font-size:.8125rem}.detail-row.info{flex-direction:column;gap:8px;align-items:flex-start}.detail-row.info .info-item{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:0}.detail-row.info label{min-width:96px;color:#6b7280;font-size:.8125rem}.detail-row.info .value{font-weight:600;color:#111827;word-break:break-all}.detail-section{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}.detail-section .visits{flex:1;overflow-y:auto;padding-right:6px}.detail-row.between{align-items:center}.detail-actions{display:flex;gap:8px;align-items:center}.detail-actions.inline{justify-content:flex-end}.icon-button{width:40px;height:40px;border-radius:10px;border:1px solid #d9e2ec;background:#eef2f7;font-size:1.125rem;cursor:pointer}.icon-button:disabled{opacity:.6;cursor:default}.dot-button{font-size:1.375rem;line-height:1}.visits{display:flex;flex-direction:column;gap:10px;min-height:0;flex:1;overflow-y:auto;padding-right:6px}.visit-card{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fdfefe;box-shadow:0 10px 20px #0000000a}.visit-head{display:flex;justify-content:space-between;align-items:center}.visit-date{font-weight:700}.visit-payment{font-weight:700;color:#111827}.visit-body{display:flex;flex-direction:column;gap:6px;margin-top:6px}.muted{color:#9ca3af}.error{color:#ef4444;font-size:.8125rem}button,select,input,textarea{min-height:44px;font:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;padding-right:32px;background-color:#fff;color:#1f2933}select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;color:#1f2933}button{cursor:pointer}button:disabled{cursor:default}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:12px;z-index:2000;overscroll-behavior:contain}body:has(.modal-backdrop){overflow:hidden}.modal{width:min(640px,95vw);max-height:95vh;background:#fff;border-radius:16px;padding:0 18px 18px;display:flex;flex-direction:column;overflow:hidden}.modal.modal-wide{width:min(1100px,95vw)}.modal-head{position:sticky;top:0;background:#fff;padding:18px 0 10px;z-index:2}.modal-body{overflow-y:auto;max-height:78vh;display:flex;flex-direction:column;gap:12px;padding-right:10px;padding-top:4px}.modal-head h3{margin:0}.modal-foot{display:flex;justify-content:flex-end;gap:8px}.modal-foot.buttons-spaced{margin-top:12px}.modal-foot.align-left{justify-content:flex-start}.modal-foot.split{justify-content:space-between;align-items:center}.left-actions,.right-actions{display:flex;align-items:center;gap:8px}.button-spacer{width:14px;flex-shrink:0}.visit-form-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}.visit-form-left,.visit-form-right{display:flex;flex-direction:column;gap:12px}.client-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.client-form-left,.client-form-right{display:flex;flex-direction:column;gap:12px}.field-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.payment-summary-box{background:#f8fafc;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:6px}.payment-row{display:flex;justify-content:space-between;font-size:.875rem;color:#4b5563}.payment-row.discount{color:#dc2626}.payment-row.total{font-weight:700;font-size:1rem;color:#111827;border-top:1px solid #e5e7eb;padding-top:8px;margin-top:4px}@media (max-width: 768px){.visit-form-grid,.client-form-grid{grid-template-columns:1fr}.field-row-3{grid-template-columns:1fr 1fr}}.form-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 600px){.form-grid-2col{grid-template-columns:1fr}}.form-columns{display:flex;gap:24px}.form-column{flex:1;display:flex;flex-direction:column;gap:12px}@media (max-width: 600px){.form-columns{flex-direction:column;gap:12px}}.field{display:flex;flex-direction:column;gap:4px}.field.full-width{grid-column:1 / -1}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field input:not([type=checkbox]),.field select,.field textarea{width:100%;padding:10px 12px;border:1px solid #d9e2ec;border-radius:10px;font-size:.9375rem}.field textarea{min-height:80px;resize:vertical}.form-section-title{font-size:.85rem;font-weight:600;color:#6b7280;margin-top:4px}.form-foot-gap{margin-top:12px}.checkbox-group{display:flex;flex-wrap:wrap;gap:6px 12px;padding:8px 0}.checkbox-item{display:flex;align-items:center;gap:6px;font-size:.875rem;cursor:pointer;white-space:nowrap}.checkbox-item input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:16px;height:16px;margin:0;accent-color:#4f46e5;cursor:pointer}.checkbox-item span{color:#374151}.primary{background:#4f46e5;color:#fff;border:none;border-radius:10px;padding:12px 14px;font-weight:700}.ghost{background:#eef2f7;border:1px solid #d9e2ec;border-radius:10px;padding:12px 14px}.ghost.danger{background:#fee2e2;border-color:#fecdd3;color:#b91c1c}.ghost.tiny{min-height:32px;padding:6px 10px;font-size:.8125rem}.menu-selector input[type=search]{width:100%;padding:8px 12px;border:1px solid #d9e2ec;border-radius:8px;margin-bottom:8px;font-size:.875rem}.menu-selector select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #d9e2ec;font-size:.875rem}.menu-selectors{display:flex;flex-direction:column;gap:6px}.menu-select{display:flex;align-items:center;gap:8px}.menu-add-row{margin-top:4px}.product-selector{display:flex;flex-direction:column;gap:8px}.product-search{width:100%;padding:8px 12px;border:1px solid #d9e2ec;border-radius:8px;font-size:.875rem}.product-rows{display:flex;flex-direction:column;gap:6px}.product-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8fafc;border-radius:8px}.product-select{flex:1;min-width:0;padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;background:#fff}.product-qty{display:flex;align-items:center;gap:4px}.product-qty-label{color:#9ca3af;font-size:.8125rem}.product-qty input[type=number]{width:40px!important;min-width:40px!important;max-width:40px!important;padding:4px 2px!important;border:1px solid #e5e7eb;border-radius:8px;font-size:.75rem;text-align:center;background:#fff;-moz-appearance:textfield}.product-qty input::-webkit-outer-spin-button,.product-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-qty input::-webkit-inner-spin-button{opacity:1}.product-subtotal{min-width:70px;text-align:right;font-size:.8125rem;font-weight:600;color:#374151;font-variant-numeric:tabular-nums}.product-remove{color:#9ca3af;cursor:pointer;flex-shrink:0}.product-remove:hover{color:#ef4444}.product-add{align-self:flex-start;padding:6px 12px;font-size:.8125rem;color:#6b7280;background:transparent;border:1px dashed #d1d5db;border-radius:6px;cursor:pointer}.product-add:hover{background:#f9fafb;border-color:#9ca3af}.icon-button.tiny{width:28px;height:28px;min-height:28px;font-size:.8125rem;padding:0}.combobox-selector{display:flex;flex-direction:column;gap:8px}.combobox-rows{display:flex;flex-direction:column;gap:6px}.combobox-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8fafc;border-radius:8px}.combobox-wrapper{flex:1;position:relative}.combobox-select{flex:1;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;background:#fff}.combobox-input{width:100%!important;padding:6px 28px 6px 10px!important;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;background:#fff}.combobox-input:focus{outline:none;border-color:#4f46e5}.combobox-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.combobox-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:450px;overflow-y:auto;z-index:100}.combobox-option{display:flex;justify-content:space-between;padding:8px 10px;cursor:pointer;font-size:.8125rem}.combobox-option:hover{background:#f3f4f6}.combobox-option.selected{background:#eef2ff}.combobox-option-name{color:#374151}.combobox-option-price{color:#6b7280;font-variant-numeric:tabular-nums}.combobox-empty{padding:8px 10px;color:#9ca3af;font-size:.8125rem}.combobox-price{min-width:70px;text-align:right;font-size:.8125rem;font-weight:600;color:#374151;font-variant-numeric:tabular-nums}.combobox-remove{color:#9ca3af;cursor:pointer;flex-shrink:0}.combobox-remove:hover{color:#ef4444}.combobox-add{align-self:flex-start;padding:6px 12px;font-size:.8125rem;color:#6b7280;background:transparent;border:1px dashed #d1d5db;border-radius:6px;cursor:pointer}.combobox-add:hover{background:#f9fafb;border-color:#9ca3af}.pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#eef2f7;font-size:.75rem}.pill.gray{background:#e5e7eb}.pill.soft{background:#eef2ff}.pill.warning{background:#fef3c7;color:#92400e}.pill.success{background:#dcfce7;color:#166534}.pill.tiny{font-size:.6875rem;padding:3px 6px}.pill{overflow-wrap:anywhere;max-width:100%;white-space:normal}.menu-list{display:flex;gap:6px;flex-wrap:wrap}.visit-note{font-size:.8125rem;line-height:1.4}.visit-field{display:flex;flex-direction:column;gap:4px}.visit-label{font-size:.6875rem;letter-spacing:.02em;color:#6b7280;font-weight:700;text-transform:uppercase}.visit-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.visit-head-right{display:flex;align-items:center;gap:8px}.visit-payment{display:inline-flex;align-items:center;gap:6px}.visit-tags{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:flex-end;z-index:1200}.sheet{width:100%;max-width:900px;background:#fff;border-radius:18px 18px 0 0;padding:12px;height:72vh;overflow-y:auto;box-shadow:0 -10px 30px #00000026}.sheet-handle{width:60px;height:6px;border-radius:999px;background:#dbe1ea;margin:0 auto 8px}.auth-screen{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:16px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.auth-card{max-width:420px;width:100%;padding:32px;border-radius:16px;box-shadow:0 14px 30px #00000014;display:flex;flex-direction:column;gap:16px;background:#fff}.auth-card h2{margin:0 0 4px;font-size:1.5rem;font-weight:700;color:#111827;text-align:center}.auth-card p.muted{margin:0 0 8px;text-align:center}.auth-card input[type=email],.auth-card input[type=password]{padding:14px 16px;border:1px solid #d9e2ec;border-radius:10px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.auth-card input[type=email]:focus,.auth-card input[type=password]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4f46e51a}.auth-card button.primary{margin-top:8px;padding:14px 20px;font-size:.9375rem;font-weight:600}.auth-card .error{background:#fef2f2;color:#dc2626;padding:12px;border-radius:8px;font-size:.875rem;text-align:center}.auth-card .link-btn{background:none;border:none;color:var(--accent);cursor:pointer;text-decoration:underline;padding:0 4px;font-size:.875rem}.auth-card .link-btn:hover{color:#4338ca}.auth-card .auth-links{margin-top:8px;text-align:center}.auth-card .auth-message{text-align:center}.auth-card .password-field{position:relative}.auth-card .password-field input{width:100%;padding-right:48px;box-sizing:border-box}.auth-card .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:#9ca3af;display:flex;align-items:center;justify-content:center}.auth-card .password-toggle:hover{color:#6b7280}.payment-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;padding:10px;border:1px dashed #d1d5db;border-radius:10px;background:#f9fafb;font-weight:700}.payment-summary .total{color:#111827}.checkbox-field .checkbox-inline{display:inline-flex;align-items:center;gap:6px}.master-section{display:flex;flex-direction:column;gap:12px}.master-filter-row{display:flex;align-items:center;gap:12px;padding:12px 0;flex-wrap:wrap}.master-search{flex:1;min-width:180px;max-width:280px;padding:8px 12px;border:1px solid #d9e2ec;border-radius:8px;font-size:.875rem}.master-filter-tabs{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:8px}.filter-tab{padding:6px 12px;border:none;background:transparent;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.filter-tab:hover{color:#374151}.filter-tab.active{background:#fff;color:#111827;box-shadow:0 1px 2px #00000014}.loader{display:inline-flex;align-items:center;gap:10px;color:#6b7280;font-weight:600}.detail-loading,.detail-empty{display:flex;justify-content:center;align-items:center;padding:24px 0}.spinner{width:26px;height:26px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.header-actions{display:flex;gap:10px;align-items:flex-end}.org-pill{background:#eef2ff;color:#4338ca}.admin-pill{background:#111827;color:#fff}.layout-single{grid-template-columns:1fr!important;height:auto;min-height:0;flex:1}.main-content .panel{max-width:100%;margin-bottom:16px}.main-content .admin-panel{min-height:auto}.dashboard{display:flex;flex-direction:column;gap:24px}.dashboard-header{display:flex;justify-content:space-between;align-items:center}.dashboard-header h2{margin:0;font-size:1.5rem;font-weight:700;display:inline}.dashboard-org-slug{margin-left:12px;color:#6b7280;font-size:.875rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#e0e7ff}.stat-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:12px;color:#4f46e5}.stat-content{flex:1}.stat-value{font-size:1.75rem;font-weight:700;color:#111827;line-height:1.2}.stat-label{font-size:.875rem;color:#6b7280;margin-top:2px}.stat-detail{font-size:.75rem;color:#9ca3af;text-align:right}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-grid .panel{margin-bottom:0}.dashboard-grid .panel-head{margin-bottom:12px}.dashboard-grid .panel-head h3{margin:0;font-size:1rem;font-weight:600}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quick-action-btn{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s;text-align:left}.quick-action-btn:hover{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.quick-action-btn svg{flex-shrink:0;color:#6366f1}.quick-action-btn:hover svg{color:#4338ca}.dashboard-list{display:flex;flex-direction:column;gap:8px}.dashboard-list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:8px}.dashboard-list-name{font-size:.875rem;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.org-info-item{padding:10px 12px;background:#f8fafc;border-radius:8px}.org-info-item label{display:block;font-size:.6875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.org-info-item div{font-size:.875rem;font-weight:500;color:#111827}.table-wrapper{overflow-x:auto}.table-actions{display:flex;gap:12px}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:10px 12px;border-bottom:1px solid #e5e7eb;border-right:1px solid #f3f4f6}.data-table th:last-child,.data-table td:last-child{border-right:none}.data-table th{text-align:left;color:#6b7280;font-weight:700;font-size:.8125rem;letter-spacing:.01em}.data-table td.num{text-align:right;font-variant-numeric:tabular-nums}.data-table tr:hover{background:#f8fafc}.data-table tr.inactive-row{background:#f9fafb;color:#9ca3af}.data-table tr.inactive-row:hover{background:#f3f4f6}.edit-icon{color:#9ca3af;cursor:pointer;transition:color .15s}.edit-icon:hover{color:#4f46e5}.data-table td.drag-cell{width:40px;text-align:center;padding:8px 4px}.drag-handle-wrapper{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0 auto;border-radius:4px;cursor:grab;color:#9ca3af;transition:all .15s ease}.drag-handle-wrapper:hover{background:#f3f4f6;color:#6b7280}.drag-handle-wrapper:active{cursor:grabbing}.admin-panel{min-height:420px}.switch{position:relative;display:inline-flex;width:54px;height:30px;align-items:center}.switch input{opacity:0;width:0;height:0;position:absolute}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#e5e7eb;border-radius:999px;transition:background .2s ease}.slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;top:4px;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001f;transition:transform .2s ease}input:checked+.slider{background:#22c55e}input:checked+.slider:before{transform:translate(24px)}.switch.small{width:36px;height:20px}.switch.small .slider:before{height:14px;width:14px;left:3px;top:3px}.switch.small input:checked+.slider:before{transform:translate(16px)}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.sortable-th:hover{background:#f3f4f6}.sortable-th.sorted{color:#4f46e5}.actions-cell{display:flex;align-items:center;gap:8px}.switch-label{display:flex;align-items:center;gap:8px;cursor:pointer}.switch-label input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:18px;height:18px;cursor:pointer}.discount-input-row{display:flex;align-items:center;gap:4px}.discount-value-input{width:100px}.discount-type-select{width:40px;padding:10px 2px!important;font-size:.875rem!important;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f3f4f6;border:1px solid #d9e2ec!important}.pill-inactive{background:#fee2e2;color:#b91c1c}.inline-ghost{margin-left:14px;padding:10px 12px}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:16px 0 8px;flex-wrap:wrap;flex-shrink:0}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border:none;border-radius:8px;background:transparent;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.pagination-btn:hover:not(:disabled){background:#e5e7eb;color:#1f2937}.pagination-btn:disabled{color:#d1d5db;cursor:not-allowed}.pagination-btn.active{background:#4f46e5;color:#fff;font-weight:600}.pagination-btn.active:hover{background:#4338ca;color:#fff}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#9ca3af;font-size:.875rem}.pagination-info{font-size:.8125rem;color:#6b7280;margin-left:12px}.customer-map-container{display:flex;flex-direction:column;height:100%;min-height:0}.map-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:12px;flex-shrink:0}.map-header h2{margin:0;font-size:1.125rem;font-weight:700}.map-filter{display:flex;align-items:center;gap:12px}.map-filter select{min-width:180px;padding:8px 12px;border:1px solid #d9e2ec;border-radius:8px;font-size:.875rem;background:#fff}.map-stats{display:flex;align-items:center;gap:16px;font-size:.875rem;color:#6b7280}.map-stat{display:flex;align-items:center;gap:4px}.map-stat-value{font-weight:600;color:#111827}.map-stat.warning .map-stat-value{color:#d97706}.map-wrapper{flex:1;min-height:0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.map-wrapper .leaflet-container{height:100%;width:100%;border-radius:12px}.customer-popup{min-width:200px}.customer-popup-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:4px}.customer-popup-kana{font-size:.75rem;color:#6b7280;margin-bottom:8px}.customer-popup-address{font-size:.8125rem;color:#374151;margin-bottom:4px}.customer-popup-tel{font-size:.8125rem;color:#374151}.customer-popup-link{display:inline-block;margin-top:8px;font-size:.8125rem;color:#4f46e5;text-decoration:none}.customer-popup-link:hover{text-decoration:underline}.store-marker-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#4f46e5;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;color:#fff}.marker-cluster-small{background-color:#6ecc3999}.marker-cluster-small div{background-color:#6ecc39cc}.marker-cluster-medium{background-color:#f0c20c99}.marker-cluster-medium div{background-color:#f0c20ccc}.marker-cluster-large{background-color:#f1801799}.marker-cluster-large div{background-color:#f18017cc}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.marker-cluster span{line-height:30px}.map-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280;gap:12px}.map-empty-state svg{color:#d1d5db}.map-legend{display:flex;gap:16px;align-items:center;font-size:.8125rem;color:#6b7280}.map-legend-item{display:flex;align-items:center;gap:6px}.map-legend-dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px #0003}.spinning{animation:spin 1s linear infinite}.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}}
