@import "https://fonts.googleapis.com/css2?family=Righteous&display=swap";*{box-sizing:border-box;scrollbar-width:none;font-family:Righteous}html,body,#root{width:100%;margin:0;padding:0;overflow-x:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;width:100%;padding:10px 24px;display:flex;position:sticky;top:0;overflow:visible;box-shadow:0 4px 16px #0000000f,0 1px 4px #0000000a}.navbar-logo{align-items:center;gap:6px;text-decoration:none;display:flex}.logo-img-box{flex-shrink:0;width:38px;height:24px}.logo-img-box img{object-fit:contain;vertical-align:middle;width:100%;height:100%;display:inline}.navbar-logo-text{color:#3b983b;font-size:20px;font-weight:800;line-height:1}.navbar-links{gap:30px;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:#333;font-size:15px;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#2e792e}.navbar-actions{align-items:center;gap:10px;display:flex;position:relative;overflow:visible}.store-menu{position:relative}.store-menu-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;height:38px;padding:0 10px;transition:all .2s;display:flex}.store-menu-btn:hover{border-color:#3b983b;box-shadow:0 2px 8px #3b983b1f}.store-avatar{color:#fff;background:#3b983b;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:flex}.store-name{color:#111827;font-size:13px;font-weight:600}.caret{color:#6b7280;font-size:12px;transition:transform .2s}.store-dropdown{z-index:2000;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:160px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 20px #0000001a}.dropdown-item{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:all .15s}.dropdown-item:hover{color:#111827;background:#f3f4f6}.dropdown-item.logout-item{color:#dc2626}.dropdown-item.logout-item:hover{color:#b91c1c;background:#fef2f2}.btn-login{color:#fff;cursor:pointer;background:#3b983b;border:2px solid #3b983b;border-radius:10px;justify-content:center;align-items:center;padding:7px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-login:hover{color:#3b983b;background:0 0;transform:translateY(-1px);box-shadow:0 4px 12px #3b983b33}.btn-login:active{transform:translateY(0)}@media (width<=1024px){.navbar{padding:10px 20px}.navbar-links{gap:20px}.store-name{max-width:100px}}@media (width<=768px){.navbar{padding:10px 16px}.logo-img-box{width:34px;height:22px}.navbar-logo-text{font-size:18px}.navbar-links{display:none}.store-menu-btn{height:34px;padding:0 8px}.store-avatar{width:24px;height:24px;font-size:10px}.store-name{max-width:80px;font-size:12px}}@media (width<=576px){.navbar{padding:8px 12px}.logo-img-box{width:30px;height:20px}.navbar-logo-text{font-size:16px}.store-menu-btn{height:32px;padding:0 6px}}.footer{color:#737373;-webkit-backdrop-filter:blur(10px);background:#fffffff5;grid-template-columns:1fr 1fr 1fr auto;align-items:flex-start;gap:40px;padding:40px;display:grid}.footer-brand{flex-direction:column;gap:12px;display:flex}.footer-logo-container{align-items:center;gap:4px;display:flex}.footer-logo-img{object-fit:contain;vertical-align:middle;width:52px;height:34px;display:inline}.footer-logo-text{color:#3b983b;font-size:20px;font-weight:800;line-height:1}.footer-description{margin:0;font-size:13px;line-height:1.6}.footer-links h4,.footer-contact h4{color:#3b983b;margin-bottom:15px;font-size:15px;transition:color .25s}.footer-links:hover h4,.footer-contact:hover h4{color:#2d7a2d}.footer-links ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#737373;font-size:14px;text-decoration:none;transition:all .25s;display:inline-block;position:relative}.footer-links a:after{content:"";background:#3b983b;width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-2px;left:0}.footer-links a:hover{color:#3b983b;transform:translate(3px)}.footer-links a:hover:after{width:100%}.footer-contact p{align-items:center;gap:8px;margin-bottom:10px;font-size:14px;transition:all .25s;display:flex}.footer-contact p:hover{color:#3b983b;transform:translate(3px)}.contact-icon{flex-shrink:0;width:16px;height:16px;transition:transform .25s}.footer-contact p:hover .contact-icon{transform:scale(1.15)}.footer-social{gap:12px;margin-top:2px;display:flex}.social-icon{color:#6b7280;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex}.social-icon:hover{color:#3b983b;background:#3b983b14;transform:translateY(-3px)}.social-icon.facebook:hover{color:#1877f2;background:#f0f8ff}.social-icon.instagram:hover{color:#e4405f;background:#fff0f2}.social-icon.twitter:hover{color:#1da1f2;background:#eff7ff}.social-icon.linkedin:hover{color:#0077b5;background:#f0f8ff}.social-icon.youtube:hover{color:red;background:#fff5f5}.footer-bottom{text-align:center;color:#3b983b;background:#f8f9fa;padding:15px;font-size:13px}@media (width<=1024px){.footer{grid-template-columns:1fr 1fr 1fr;gap:30px}}@media (width<=768px){.footer{grid-template-columns:1fr 1fr;gap:24px;padding:24px 20px}.footer-social{grid-column:span 2;justify-content:flex-start;margin-top:10px}}@media (width<=576px){.footer{grid-template-columns:1fr;gap:20px;padding:20px 16px}.footer-logo-img{width:42px;height:26px}.footer-logo-text{font-size:18px}.footer-links h4,.footer-contact h4{margin-bottom:12px;font-size:14px}.footer-description{font-size:12px}.footer-social{grid-column:span 1}}.signup-container{background-image:url(/assets/superMarket-C-zbJ1Yo.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding:60px 20px;display:flex;position:relative}.signup-container:before{content:"";z-index:0;pointer-events:none;background:#2d5a274d;position:absolute;inset:0}.signup-card{--input-radius:12px;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:24px;width:100%;max-width:520px;padding:36px 32px;position:relative;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.signup-title{color:#2d7a2d;text-align:center;letter-spacing:-.3px;margin:0 0 24px;font-size:28px;font-weight:700}.form-group>label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.form-footer{flex-direction:column;gap:20px;display:flex}.form-footer .form-group{margin-bottom:0}.form-footer .error-text,.form-footer .signup-btn{margin-top:0}.form-footer .login-link{text-align:center;margin-top:0}.password-field input{border-radius:var(--input-radius);color:#111827;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:12px 44px 12px 14px;font-size:14px;transition:border-color .25s,box-shadow .25s,background-color .25s}.row{gap:12px;margin-bottom:18px;display:flex}.row .form-field{flex:1;margin-bottom:0}.password-field input{color:#111827;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:12px 44px 12px 14px;font-size:14px;transition:border-color .25s,box-shadow .25s,background-color .25s}.signup-btn{color:#fff;cursor:pointer;letter-spacing:.2px;background:#3b983b;border:none;border-radius:12px;width:100%;margin-top:8px;padding:13px;font-size:15px;font-weight:700;transition:all .25s}.signup-btn:hover:not(:disabled){background:#2d7a2d;transform:translateY(-2px);box-shadow:0 6px 20px #3b983b40}.signup-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #3b983b26}.signup-btn:disabled{opacity:.7;cursor:not-allowed}.location-preview{color:#555;margin-top:10px;font-size:14px}.selected-location-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:10px;padding:14px}.selected-location-text{color:#374151;margin:0 0 10px;font-size:14px}.edit-location-btn{color:#16a34a;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;transition:color .2s}.edit-location-btn:hover{color:#2d7a2d;text-decoration:underline}.location-picker-actions{flex-wrap:wrap;gap:12px;margin:12px 0 16px;display:flex}.location-picker-btn{color:#fff;cursor:pointer;background:#3b983b;border:none;border-radius:12px;min-width:170px;padding:12px 18px;font-size:14px;font-weight:700;transition:all .25s}.location-picker-btn:hover:not(:disabled){background:#2d7a2d;transform:translateY(-1px);box-shadow:0 4px 12px #3b983b33}.location-picker-btn:active:not(:disabled){transform:translateY(0)}.location-picker-btn.active{background:#2f7d2f}.confirm-location-btn{color:#fff;cursor:pointer;background:#3b983b;border:2px solid #3b983b;border-radius:12px;width:100%;padding:12px;font-weight:700;transition:all .25s}.confirm-location-btn:hover{background:#2d7a2d;border-color:#2d7a2d;transform:translateY(-1px)}.manual-btn{color:#3b983b;cursor:pointer;background:0 0;border:2px solid #3b983b;border-radius:12px;margin-top:10px;padding:12px 16px;font-weight:600;transition:all .25s}.manual-btn:hover,.manual-btn.active{color:#fff;background:#3b983b}.auto-btn{color:#fff;cursor:pointer;background:#3b983b;border:2px solid #3b983b;border-radius:12px;margin-top:10px;padding:10px 16px;font-weight:600;transition:all .25s}.auto-btn:hover{color:#3b983b;background:0 0}.auto-btn.active{color:#fff;background:#2e792e;border:2px solid #2e792e}.categories-list{flex-wrap:wrap;gap:8px;min-height:0;margin-bottom:12px;display:flex}.category-tag{color:#2d5016;background:#e8f5e9;border:1px solid #3b983b;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:14px;display:flex}.remove-category-btn{color:#3b983b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;transition:all .2s;display:flex}.remove-category-btn:hover{color:#d32f2f;font-weight:700}.category-input-wrapper{align-items:center;gap:8px;display:flex}.category-input-wrapper input{flex:1}.add-category-btn{color:#fff;cursor:pointer;background:#3b983b;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:12px 14px;font-size:18px;font-weight:700;transition:all .25s;display:flex}.add-category-btn:hover{background:#2d7a2d;transform:scale(1.05)}.hint-text{color:#999;margin-top:4px;font-size:12px}.error-text{color:#d32f2f;margin-top:8px;font-size:13px}textarea.input-error{background-color:#fef2f2;border-color:#dc2626}textarea.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc262614}@media (width<=768px){.signup-card{border-radius:20px;max-width:90%;margin:20px;padding:30px 24px}.signup-title{font-size:24px}.row{flex-direction:column;gap:12px}.location-picker-btn{width:100%;min-width:auto}}@media (width<=576px){.signup-card{border-radius:18px;max-width:95%;padding:24px 20px}.signup-title{margin-bottom:16px;font-size:22px}.auto-btn,.manual-btn{padding:10px 12px;font-size:13px}}@media (width<=480px){.signup-container{padding:20px 10px}.signup-card{border-radius:16px;margin:10px;padding:20px 16px}}.login-container{background-image:url(/assets/superMarket-C-zbJ1Yo.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.login-container:before{content:"";z-index:0;pointer-events:none;background:#2d5a274d;position:absolute;inset:0}.login-card{--input-radius:12px;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-radius:24px;width:100%;max-width:440px;padding:36px 32px;position:relative;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.login-title{color:#2d7a2d;text-align:center;letter-spacing:-.3px;margin:0 0 24px;font-size:28px;font-weight:700}.form-group,.form-field,.form-field.has-error{margin-bottom:18px}.form-group input{border-radius:var(--input-radius);color:#111827;background:#fff;border:1.5px solid #d1d5db;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .25s,box-shadow .25s,background-color .25s}.form-group input:focus{background:#fff;border-color:#3b983b;box-shadow:0 0 0 4px #3b983b1a,0 1px 2px #0000000a}.form-group input::placeholder{color:#9ca3af}.password-field{align-items:center;width:100%;display:flex;position:relative}.password-field input{border-radius:var(--input-radius);color:#111827;background:#fff;border:1.5px solid #d1d5db;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .25s,box-shadow .25s,background-color .25s}.password-field input:focus{background:#fff;border-color:#3b983b;box-shadow:0 0 0 4px #3b983b1a,0 1px 2px #0000000a}.toggle-password{cursor:pointer;color:#3b983b;box-shadow:none;pointer-events:auto;appearance:none;opacity:1;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:4px;font-size:18px;line-height:1;transition:color .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.toggle-password:hover{color:#2d7a2d}.login-btn{color:#fff;cursor:pointer;letter-spacing:.2px;background:#3b983b;border:none;border-radius:12px;width:100%;margin-top:8px;padding:13px;font-size:15px;font-weight:700;transition:all .25s}.login-btn:hover:not(:disabled){background:#2d7a2d;transform:translateY(-2px);box-shadow:0 6px 20px #3b983b40}.login-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #3b983b26}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-link{text-align:center;color:#4b5563;margin-top:20px;font-size:14px}.login-link a{color:#3b983b;border-radius:4px;padding:2px 4px;font-weight:600;text-decoration:none;transition:all .2s}.login-link a:hover{color:#2d7a2d;background:#3b983b14}input.input-error{background-color:#fef2f2;border-color:#dc2626}input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc262614}.login-error-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.5}@media (width<=768px){.login-card{border-radius:20px;max-width:90%;margin:20px;padding:28px 24px}.login-title{margin-bottom:20px;font-size:24px}.form-group{margin-bottom:16px}}@media (width<=576px){.login-card{border-radius:18px;max-width:95%;padding:24px 20px}.login-title{margin-bottom:18px;font-size:22px}.login-btn{padding:12px;font-size:14px}.toggle-password{font-size:16px;right:10px}}@media (width<=480px){.login-card{border-radius:16px;margin:10px;padding:20px 16px}.login-title{margin-bottom:16px;font-size:20px}.form-group input,.password-field input{padding:10px;font-size:13px}.toggle-password{font-size:15px;right:8px}}.dashboard{min-height:calc(100vh - 120px);display:flex}@media (width<=1024px){.sidebar{width:72px;margin:12px;padding:24px 12px}.sidebar-text{display:none}.sidebar-link{justify-content:center;padding:14px}.sidebar-top{justify-content:center}.sidebar-store-info{display:none}}@media (width<=768px){.dashboard{flex-direction:column}.sidebar{border-radius:0;flex-flow:wrap;justify-content:center;align-items:center;gap:8px;width:100%;height:auto;margin:0;padding:12px;display:flex}.sidebar-top{display:none}.sidebar-nav{flex-flow:wrap;gap:8px;display:flex}.sidebar-link{justify-content:center;width:auto;padding:10px 14px}.content{padding:12px}.dashboard-page{border-radius:16px;padding:16px}}@media (width<=900px){.navbar{padding:12px 20px}.navbar-actions{gap:8px}.store-name{max-width:120px}}.sidebar{background:#fff;border-radius:24px;flex-direction:column;gap:24px;width:240px;margin:20px 0 20px 20px;padding:24px 18px;display:flex;box-shadow:0 10px 30px #0000000d}.sidebar-top{align-items:center;gap:14px;display:flex}.sidebar-logo{color:#fff;letter-spacing:.5px;-webkit-user-select:none;user-select:none;background:#3b983b;border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:18px;font-weight:700;display:grid}.sidebar-logo-img{object-fit:cover;border-radius:16px;flex-shrink:0;width:52px;height:52px}.store-avatar-img{object-fit:cover;border-radius:10px;width:28px;height:28px}.sidebar-store-info{min-width:0}.sidebar-store-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;overflow:hidden}.sidebar-store-role{color:#6b7280;margin:4px 0 0;font-size:12px}.sidebar-nav{flex-direction:column;align-items:stretch;gap:8px;display:flex}.sidebar-section-title{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:8px 8px 6px;font-size:11px;font-weight:700}.sidebar-link{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px 14px;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:flex}.sidebar-link:hover{color:#111827;background:#f3f4f6;transform:translate(2px)}.sidebar-link.active{color:#fff;background:#3b983b}.sidebar-link-disabled{opacity:.75}.sidebar-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:16px;display:inline-flex}.sidebar-text{font-size:14px;font-weight:500}.content{background:#f3f4f6;flex:1;margin-top:0;padding:20px}.dashboard-page{background:#fff;border-radius:24px;min-height:100%;padding:24px;box-shadow:0 10px 30px #0000000a}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:62px;padding:0 18px;display:flex}.topbar-title{margin:0;font-size:16px}.topbar-right{position:relative}.store-menu-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.store-menu-btn:hover{background:#97ed97}.store-avatar{color:#fff;background:#3b983b;border-radius:10px;place-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:grid}.store-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:13px;overflow:hidden}.caret{font-size:14px;transition:transform .12s}.caret.open{transform:rotate(180deg)}.dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:200px;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 10px 30px #00000014}.dropdown-item{text-align:left;cursor:pointer;color:#111827;background:#fff;border:none;width:100%;padding:10px 12px;font-size:13px}.dropdown-item:hover{background:#f9fafb}.dropdown-sep{background:#e5e7eb;height:1px;margin:6px 0}.dropdown-item.danger{color:#b91c1c}.dropdown-item.danger:hover{background:#fef2f2}.page{padding:20px}.sidebar-icon{justify-content:center;align-items:center;display:flex}.sidebar-svg{flex-shrink:0;width:20px;height:20px}.products-page{background:0 0;min-height:100%;padding:28px}.products-shell{max-width:1200px;box-shadow:none;background:0 0;border:none;padding:0}.products-page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.products-header-text{flex-direction:column;display:flex}.products-subtitle{color:#8e95a9;margin:0 0 6px;font-size:13px;font-weight:700}.products-title{color:#14213d;margin:0;font-size:42px;font-weight:900}.products-description{color:#7d8597;margin-top:10px;font-size:14px}.btn-add{color:#fff;cursor:pointer;background:#2ea043;border:none;border-radius:14px;align-items:center;gap:8px;height:52px;padding:0 20px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 8px 20px #2ea0432e}.btn-add:hover{background:#27893a;transform:translateY(-2px);box-shadow:0 12px 24px #2ea04338}.btn-add-icon{justify-content:center;align-items:center;display:flex}.btn-add-icon svg{width:18px;height:18px}.products-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}@media (width<=1024px){.products-stats{grid-template-columns:1fr 1fr}}@media (width<=768px){.products-stats{grid-template-columns:1fr}}.stat-card{cursor:pointer;background:#fff;border:1px solid #eceff5;border-radius:18px;align-items:center;gap:14px;padding:18px;transition:all .2s;display:flex;box-shadow:0 4px 14px #0f172a08}.stat-card:hover{border-color:#d1d5db;transform:translateY(-4px);box-shadow:0 12px 28px #0f172a14}.stat-icon.warning{color:#d97706;background:#f59e0b1f}.stat-icon.danger{color:#dc2626;background:#ef44441f}.stat-svg{width:22px;height:22px}.stat-label{color:#7d8597;margin:0 0 4px;font-size:13px;font-weight:700}.products-toolbar{background:#fff;border:1px solid #eceff5;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}.products-toolbar-left,.products-toolbar-right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.search-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:10px;min-width:320px;height:52px;padding:0 14px;transition:all .2s;display:flex}.search-box:hover{border-color:#d7dde6}.search-box:focus-within{border-color:#2ea043;box-shadow:0 0 0 4px #2ea04314}.search-icon{color:#9aa3b2;flex-shrink:0;justify-content:center;align-items:center;display:flex}.search-svg{width:18px;height:18px}.search-box input{color:#14213d;width:100%;height:100%;box-shadow:none;appearance:none;background:0 0;border:none;outline:none;margin:0;padding:0;font-size:14px}.search-box input::placeholder{color:#9aa3b2}.toolbar-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:8px;height:52px;padding:0 16px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.toolbar-btn:hover{background:#f8fafc}.toolbar-btn.active-filter{color:#2ea043;background:#f0fdf4;border-color:#2ea04333}.filter-dropdown-container{position:relative}.filter-icon{width:18px;height:18px;transition:transform .2s}.filter-icon.open{transform:rotate(180deg)}.filter-dropdown-menu{z-index:100;background:#fff;border:1px solid #eceff5;border-radius:14px;min-width:200px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 24px #0f172a1f}.filter-option{text-align:left;color:#6b7280;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .15s;display:block}.filter-option:hover{color:#14213d;background:#f9fafb}.filter-option.active{color:#2ea043;background:#f0fdf4;font-weight:700}.error-text{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;margin-bottom:16px;padding:14px 16px;font-size:14px;font-weight:600}.products-table-card{background:0 0;border:none;margin-top:10px;padding:0}.table-card-header{margin-bottom:16px}.table-card-title{color:#14213d;margin:0 0 4px;font-size:20px;font-weight:900}.table-card-subtitle{color:#8e95a9;margin:0;font-size:13px}.table-wrapper{background:#fff;border:1px solid #eceff5;border-radius:20px;width:100%;padding:12px;overflow-x:auto}.product-table{border-collapse:separate;border-spacing:0 12px;width:100%;min-width:900px}.product-table thead th{color:#8e95a9;text-align:left;padding:0 16px 10px;font-size:13px;font-weight:800}.product-table tbody tr{background:#fbfcfe;transition:all .2s}.product-table tbody tr:hover{background:#f3f9f4}.product-table td{color:#14213d;vertical-align:middle;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;padding:16px;font-size:14px;font-weight:600}.product-table td:first-child{border-left:1px solid #eef2f7;border-top-left-radius:16px;border-bottom-left-radius:16px}.product-table td:last-child{border-right:1px solid #eef2f7;border-top-right-radius:16px;border-bottom-right-radius:16px}.product-image-box{background:#f8fafc;border:1px solid #edf1f6;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;overflow:hidden}.product-thumb{object-fit:cover;width:100%;height:100%}.product-name-cell{flex-direction:column;gap:4px;display:flex}.product-name-text{font-weight:800}.product-subtext{color:#8e95a9;font-size:12px}.stock-badge,.discount-badge{border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.stock-badge.good{color:#16a34a;background:#ecfdf3}.stock-badge.low{color:#ea580c;background:#fff7ed}.stock-badge.out{color:#dc2626;background:#fef2f2}.discount-badge{color:#2ea043;background:#eaf8ef}.table-actions{flex-wrap:wrap;gap:10px;display:flex}.btn-edit,.btn-delete{cursor:pointer;border:none;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700}.btn-edit{color:#a16207;background:#fef3c7}.btn-delete{color:#dc2626;background:#fee2e2}.products-state{color:#7d8597;justify-content:center;align-items:center;min-height:180px;font-size:15px;font-weight:600;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-page{animation:.4s slideUp}.slide-up{opacity:0;animation:.4s forwards slideUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}@media (width<=900px){.products-stats{grid-template-columns:1fr}.products-toolbar{flex-direction:column;align-items:stretch}.search-box{width:100%;min-width:100%}.products-page-header{flex-direction:column;align-items:stretch;gap:16px}.btn-add{justify-content:center;width:100%}.product-table{min-width:600px}.stat-value{font-size:24px}}@media (width<=768px){.products-page{padding:16px}.products-title{font-size:28px}}@media (width<=576px){.products-page{padding:12px 8px}.product-table{min-width:400px}.table-wrapper{padding:8px}}.modal-overlay{z-index:3000;background:#11182773;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;overflow:hidden;box-shadow:0 18px 50px #0000002e}.modal-header{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.modal-title{margin:0;font-size:16px}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:18px;line-height:1}.modal-body{flex-direction:column;gap:12px;padding:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field span{color:#6b7280;font-size:12px}.field input,.field textarea{border:1px solid #e5e7eb;border-radius:12px;outline:none;padding:10px 12px;font-size:14px}.field input:focus,.field textarea:focus{border-color:#3b983b}.field input.input-error,.field textarea.input-error{background-color:#fef2f2;border-color:#dc2626}.field input.input-error:focus,.field textarea.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.modal-footer{justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.btn-ghost{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.btn-ghost:hover{background:#f9fafb}@media (width<=520px){.form-row{grid-template-columns:1fr}}@media (width<=480px){.modal{border-radius:12px}.modal-header{padding:12px 14px}.modal-body{padding:12px}.modal-footer{flex-direction:column;gap:8px}.modal-footer .btn{width:100%}}@media (width<=375px){.modal-overlay{padding:8px}}.upload-btn{cursor:pointer;background:#f3f4f6;border-radius:10px;width:fit-content;padding:10px 14px;font-size:13px;display:inline-block}.upload-btn:hover{background:#e5e7eb}.image-preview{object-fit:cover;border:1px solid #eee;border-radius:10px;width:80px;height:80px;margin-top:10px}.modal-sm{max-width:420px}.confirm-row{align-items:flex-start;gap:12px;display:flex}.confirm-icon{color:#111827;background:#f3f4f6;border-radius:12px;flex-shrink:0;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.confirm-icon.danger{color:#991b1b;background:#fee2e2}.confirm-text{color:#374151;margin:0;line-height:1.5}.modal-overlay{z-index:3000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:340px;padding:25px}@media (width<=480px){.confirm-modal{border-radius:10px;max-width:90%;margin:10px;padding:20px}.modal-actions{flex-direction:column;gap:10px}.btn-cancel,.btn-delete{width:100%}}@media (width<=375px){.confirm-modal{padding:16px}}.confirm-modal h3{margin-bottom:10px}.confirm-modal p{color:#6b7280;font-size:14px}.modal-actions{justify-content:space-between;margin-top:20px;display:flex}.btn-cancel{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:8px 18px}.btn-delete{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:8px 18px}.stats-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stats-modal-content{background:#fff;border-radius:20px;width:90%;max-width:900px;max-height:80vh;padding:28px;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000026}.stats-modal-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.stats-modal-header h2{color:#14213d;margin:0;font-size:28px;font-weight:900}.stats-modal-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.stats-modal-close:hover{color:#1f2937;background:#e5e7eb}.stats-modal-close svg{width:20px;height:20px}.stats-modal-description{color:#7d8597;margin:0 0 20px;font-size:14px}.stats-modal-search{margin-bottom:20px;position:relative}.stats-search-icon{color:#9ca3af;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.stats-search-icon svg{width:18px;height:18px}.stats-search-input{color:#14213d;background:#f9fafb;border:1px solid #eceff5;border-radius:10px;width:100%;padding:10px 14px 10px 40px;font-size:14px;transition:all .2s}.stats-search-input:focus{background:#fff;border-color:#2ea043;outline:none;box-shadow:0 0 0 3px #2ea0431a}.stats-modal-list{max-height:400px;margin-bottom:20px;overflow-y:auto}.stats-products-table{border-collapse:collapse;width:100%;font-size:13px}.stats-products-table thead{background:#f9fafb;border-bottom:1px solid #eceff5}.stats-products-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:12px;font-size:12px;font-weight:700}.stats-products-table tbody tr{border-bottom:1px solid #eceff5;transition:background .2s}.stats-products-table tbody tr:hover{background:#f9fafb}.stats-products-table td{color:#14213d;padding:14px 12px}.product-name{color:#14213d;font-weight:600}.product-description{color:#7d8597;text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.product-stock{text-align:center}.stock-badge{border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.stock-normal{color:#2ea043;background:#2ea0431f}.stock-low{color:#d97706;background:#f59e0b1f}.stock-out{color:#dc2626;background:#ef44441f}.product-price{color:#14213d;font-weight:600}.product-discount{color:#2ea043;font-weight:600}.stats-modal-empty{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.stats-modal-empty svg{opacity:.5;width:48px;height:48px;margin-bottom:12px}.stats-modal-empty p{margin:0;font-size:14px}.stats-modal-footer{border-top:1px solid #eceff5;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.stats-result-count{color:#7d8597;margin:0;font-size:13px;font-weight:600}.stats-modal-content::-webkit-scrollbar{width:6px}.stats-modal-list::-webkit-scrollbar{width:6px}.stats-modal-content::-webkit-scrollbar-track{background:0 0}.stats-modal-list::-webkit-scrollbar-track{background:0 0}.stats-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.stats-modal-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.stats-modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.stats-modal-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (width<=768px){.stats-modal-content{width:95%;padding:20px}.stats-modal-header h2{font-size:22px}.stats-products-table{font-size:12px}.stats-products-table th,.stats-products-table td{padding:10px 8px}}.orders-page{min-height:100%;padding:28px}.orders-header{margin-bottom:28px}.stat-card{background:#fff;border:1px solid #eceff5;border-radius:14px;align-items:center;gap:14px;max-width:280px;padding:18px;display:flex;box-shadow:0 4px 14px #0f172a08}.orders-table-section{margin-top:8px}.orders-section-title{color:#14213d;margin:0 0 16px;font-size:18px;font-weight:700}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1024px){.orders-table{font-size:13px}.orders-table th,.orders-table td{padding:12px}.stat-card{gap:12px}.stat-icon{width:40px;height:40px}.stat-value{font-size:24px}}@media (width<=768px){.orders-page{padding:20px}.orders-title{font-size:32px}.orders-stats{grid-template-columns:1fr}.orders-table{font-size:12px}.orders-table th,.orders-table td{padding:8px}.stat-card{gap:10px}.stat-icon{width:36px;height:36px}.stat-value{font-size:20px}.stat-label{font-size:11px}}@media (width<=480px){.orders-page{padding:16px}.orders-title{font-size:28px}.orders-table-container{overflow-x:auto}.orders-table{min-width:500px}}@media (width<=375px){.orders-page{padding:12px 8px}.orders-title{font-size:24px}.orders-table th,.orders-table td{padding:6px;font-size:11px}}.orders-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.orders-header-text{flex-direction:column;display:flex}.orders-subtitle{color:#8e95a9;margin:0 0 6px;font-size:13px;font-weight:700}.orders-title{color:#14213d;margin:0 0 10px;font-size:42px;font-weight:900}.orders-description{color:#7d8597;margin:0;font-size:14px}.orders-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px;display:grid}.stat-card{background:#fff;border:1px solid #eceff5;border-radius:14px;align-items:center;gap:14px;padding:18px;transition:all .2s;display:flex;box-shadow:0 4px 14px #0f172a08}.stat-card:hover{border-color:#d1d9e8;box-shadow:0 6px 20px #0f172a0f}.stat-icon{color:#2ea043;background:#f0f9f4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon svg{width:24px;height:24px}.stat-icon.pending{color:#d97706;background:#fef3c7}.stat-icon.processing{color:#2563eb;background:#dbeafe}.stat-icon.shipped{color:#ec4899;background:#fce7f3}.stat-icon.delivered{color:#2ea043;background:#f0f9f4}.stat-content{flex:1}.stat-label{color:#8e95a9;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:12px;font-weight:600}.stat-value{color:#14213d;margin:0;font-size:28px;font-weight:900}.orders-filters{background:#fff;border:1px solid #eceff5;border-radius:14px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:28px;padding:20px;display:flex;box-shadow:0 4px 14px #0f172a08}.search-input{border:1px solid #d1d9e8;border-radius:8px;flex:1;min-width:200px;padding:10px 14px;font-size:14px;transition:all .2s}.search-input:focus{border-color:#2ea043;outline:none;box-shadow:0 0 0 3px #2ea0431a}.filter-buttons{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{color:#7d8597;cursor:pointer;background:#fff;border:1px solid #d1d9e8;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.filter-btn:hover{color:#2ea043;background:#f8fafb;border-color:#2ea043}.filter-btn.active{color:#fff;background:#2ea043;border-color:#2ea043}.orders-loading{background:#fff;border:1px solid #eceff5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex;box-shadow:0 4px 14px #0f172a08}.orders-loading p{color:#7d8597;margin:0;font-size:14px}.orders-error{text-align:center;background:#fff;border:2px dashed #fecac8;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.orders-error h3{color:#14213d;margin:0 0 8px;font-size:18px;font-weight:700}.orders-error p{color:#7d8597;max-width:400px;margin:0;font-size:14px}.orders-empty{text-align:center;background:#fff;border:2px dashed #eceff5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.empty-icon{color:#8e95a9;background:#f8fafb;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.empty-icon svg{width:36px;height:36px}.orders-empty h3{color:#14213d;margin:0 0 8px;font-size:18px;font-weight:700}.orders-empty p{color:#7d8597;max-width:400px;margin:0;font-size:14px}.orders-table-container{background:#fff;border:1px solid #eceff5;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px #0f172a08}.orders-table{border-collapse:collapse;width:100%;font-size:14px}.orders-table thead{background:#f8fafb;border-bottom:1px solid #eceff5}.orders-table th{text-align:left;color:#14213d;text-transform:uppercase;letter-spacing:.5px;padding:16px;font-size:12px;font-weight:700}.orders-table td{color:#7d8597;border-bottom:1px solid #eceff5;padding:16px}.orders-table tbody tr:hover{background:#f8fafb}.order-id{color:#14213d;font-family:monospace;font-weight:600}.customer-name{color:#14213d;font-weight:500}.order-total{color:#2ea043;font-size:15px;font-weight:700}.order-date{font-size:13px}.status-badge{text-transform:capitalize;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.status-pending{color:#92400e;background:#fef3c7}.status-processing{color:#1e40af;background:#dbeafe}.status-shipped{color:#831843;background:#fce7f3}.status-delivered{color:#166534;background:#dcfce7}.actions{text-align:center}.btn-view{color:#2ea043;cursor:pointer;background:#f0f9f4;border:1px solid #bbf7d0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.btn-view:hover{background:#dcfce7;border-color:#86efac}@media (width<=1024px){.orders-table{font-size:13px}.orders-table th,.orders-table td{padding:12px}.stat-card{gap:12px}.stat-icon{width:40px;height:40px}.stat-value{font-size:24px}}@media (width<=768px){.orders-page{padding:20px}.orders-header{flex-direction:column}.orders-title{font-size:32px}.orders-stats{grid-template-columns:repeat(2,1fr);gap:12px}.orders-filters{flex-direction:column}.search-input{width:100%}.filter-buttons{justify-content:center;width:100%}.orders-table{font-size:12px}.orders-table th,.orders-table td{padding:8px}.stat-card{gap:10px}.stat-icon{width:36px;height:36px}.stat-value{font-size:20px}.stat-label{font-size:11px}}@media (width<=480px){.orders-page{padding:16px}.orders-title{font-size:28px}.orders-stats{grid-template-columns:1fr}.orders-table-container{overflow-x:auto}.orders-table{min-width:500px}}@media (width<=375px){.orders-page{padding:12px 8px}.orders-title{font-size:24px}.orders-table th,.orders-table td{padding:6px;font-size:11px}}.analytics-page{background:0 0;min-height:100%;padding:28px}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.analytics-header-text{flex-direction:column;display:flex}.analytics-subtitle{color:#8e95a9;margin:0 0 6px;font-size:13px;font-weight:700}.analytics-title{color:#14213d;margin:0 0 10px;font-size:42px;font-weight:900}.analytics-description{color:#7d8597;margin:0;font-size:14px}.time-range-selector{background:#fff;border:1px solid #eceff5;border-radius:12px;gap:8px;padding:6px;display:flex}.time-btn{color:#7d8597;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.time-btn:hover{color:#14213d;background:#f8fafb}.time-btn.active{color:#fff;background:#2ea043}.analytics-kpis{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px;display:grid}.kpi-card{background:#fff;border:1px solid #eceff5;border-radius:16px;padding:24px;transition:all .2s;box-shadow:0 4px 14px #0f172a08}.kpi-card:hover{border-color:#d1d9e8;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a0f}.kpi-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.kpi-header h3{color:#7d8597;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:14px;font-weight:600}.kpi-icon{color:#2ea043;background:#f0f9f4;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.kpi-icon svg{width:20px;height:20px}.kpi-value{color:#14213d;margin:0 0 12px;font-size:32px;font-weight:900}.kpi-change{align-items:center;gap:6px;margin:0;font-size:14px;font-weight:600;display:flex}.kpi-change.positive{color:#2ea043}.kpi-change.negative{color:#dc2626}.change-icon{font-size:16px;display:inline-flex}.analytics-loading{background:#fff;border:1px solid #eceff5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex;box-shadow:0 4px 14px #0f172a08}.analytics-loading p{color:#7d8597;margin:0;font-size:16px;font-weight:600}.analytics-error{text-align:center;background:#fff;border:2px dashed #fecac8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:80px 20px;display:flex}.error-icon{color:#dc2626;background:#fee2e2;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.error-icon svg{width:40px;height:40px}.analytics-error h3{color:#14213d;margin:0 0 8px;font-size:20px;font-weight:700}.analytics-error p{color:#7d8597;max-width:500px;margin:0;font-size:14px;line-height:1.6}.error-note{color:#7d8597;margin-top:8px;font-size:13px;font-style:italic}.analytics-charts{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;display:grid}.chart-card{background:#fff;border:1px solid #eceff5;border-radius:16px;padding:24px;transition:all .2s;box-shadow:0 4px 14px #0f172a08}.chart-card:hover{border-color:#d1d9e8;box-shadow:0 8px 24px #0f172a0f}.chart-card h3{color:#14213d;margin:0 0 20px;font-size:16px;font-weight:700}.chart-placeholder,.top-products-placeholder{color:#8e95a9;background:linear-gradient(135deg,#f8fafb 0%,#eceff5 100%);border:2px dashed #d1d9e8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;font-size:14px;display:flex}.chart-placeholder p,.top-products-placeholder p{margin:0;font-weight:600}.chart-placeholder svg,.top-products-placeholder svg{opacity:.3;width:48px;height:48px}.top-products-placeholder{min-height:250px}@media (width<=1200px){.analytics-charts{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (width<=768px){.analytics-page{padding:20px}.analytics-header{flex-direction:column}.analytics-title{font-size:32px}.time-range-selector{justify-content:space-between;width:100%}.time-btn{flex:1;padding:8px 12px;font-size:13px}.analytics-kpis{grid-template-columns:repeat(2,1fr);gap:16px}.kpi-card{padding:18px}.kpi-value{font-size:26px}.kpi-header{margin-bottom:12px}.kpi-header h3{font-size:12px}.analytics-charts{grid-template-columns:1fr;gap:16px}.chart-card{padding:18px}.chart-placeholder,.top-products-placeholder{min-height:250px}}@media (width<=480px){.analytics-page{padding:16px}.analytics-title{font-size:28px}.analytics-kpis{grid-template-columns:1fr}.kpi-card{padding:16px}.kpi-value{font-size:24px}.kpi-change{font-size:13px}.chart-card h3{font-size:14px}.chart-placeholder,.top-products-placeholder{gap:12px;min-height:200px}.chart-placeholder p,.top-products-placeholder p{font-size:13px}.chart-placeholder svg,.top-products-placeholder svg{width:40px;height:40px}}.profile-page{background:0 0;min-height:100%;padding:28px}.profile-header{margin-bottom:32px}.profile-header h1{color:#14213d;margin:0 0 8px;font-size:42px;font-weight:900}.profile-header p{color:#7d8597;margin:0;font-size:14px}.profile-container{flex-direction:column;gap:24px;max-width:800px;display:flex}.profile-card{background:#fff;border:1px solid #eceff5;border-radius:18px;padding:28px;box-shadow:0 4px 14px #0f172a08}.profile-avatar-section{align-items:center;gap:24px;display:flex}.avatar-wrapper{flex-shrink:0}.profile-avatar{color:#fff;letter-spacing:.5px;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#2ea043 0%,#1f6c2f 100%);border-radius:16px;place-items:center;width:100px;height:100px;font-size:32px;font-weight:700;display:grid}.profile-avatar-img{object-fit:cover;border-radius:16px;width:100px;height:100px}.profile-basic-info{flex:1}.profile-name{color:#14213d;margin:0 0 8px;font-size:24px;font-weight:700}.profile-role{color:#6b7280;background:#f0f9ff;border-radius:6px;margin:0;padding:4px 12px;font-size:14px;font-weight:500;display:inline-block}.section-subtitle{color:#7d8597;margin:4px 0 0;font-size:13px}.btn-edit:hover:not(:disabled){background:#27893a;transform:translateY(-1px);box-shadow:0 4px 12px #2ea04333}.profile-form{flex-direction:column;gap:20px;display:flex}.form-group input,.form-group textarea{background:#fff;border:1px solid #d1d9e8;border-radius:8px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#a6b3c2}.profile-info-display{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.info-row{flex-direction:column;gap:8px;display:flex}.info-label{text-transform:uppercase;letter-spacing:.08em;color:#7d8597;font-size:12px;font-weight:700}.info-value{color:#14213d;word-break:break-word;font-size:15px;font-weight:500}.image-upload-section{flex-direction:column;gap:24px;display:flex}.image-action-buttons{flex-wrap:wrap;gap:12px;display:flex}.btn-upload-new,.btn-change-photo,.btn-remove-photo,.btn-upload-preview,.btn-cancel-preview{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-upload-new{color:#fff;background:#2ea043;border:2px solid #2ea043}.btn-upload-new:hover:not(:disabled){background:#27893a;transform:translateY(-1px);box-shadow:0 4px 12px #2ea04333}.btn-change-photo{color:#fff;background:#3b82f6;border:2px solid #3b82f6}.btn-change-photo:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.btn-remove-photo{color:#fff;background:#ef4444;border:2px solid #ef4444}.btn-remove-photo:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}.btn-upload-new:disabled,.btn-change-photo:disabled,.btn-remove-photo:disabled,.btn-upload-preview:disabled,.btn-cancel-preview:disabled{opacity:.6;cursor:not-allowed;transform:none}.image-format-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.format-title{color:#14213d;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:13px;font-weight:600}.format-list{color:#4b5563;margin:0 0 6px;font-size:14px;font-weight:500}.format-size{color:#7d8597;margin:0;font-size:13px}.image-upload-preview{background:#f9fafb;border:2px dashed #2ea043;border-radius:12px;flex-direction:column;align-items:center;gap:20px;padding:24px;display:flex}.preview-container{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.preview-image{object-fit:cover;border-radius:12px;width:150px;height:150px;box-shadow:0 4px 12px #0000001a}.preview-label{color:#7d8597;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:12px;font-weight:600}.preview-actions{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.btn-upload-preview{color:#fff;background:#2ea043;flex:0 auto;min-width:120px}.btn-upload-preview:hover:not(:disabled){background:#27893a;transform:translateY(-1px);box-shadow:0 4px 12px #2ea04333}.btn-cancel-preview{color:#4b5563;background:#f3f4f6;border:1px solid #d1d9e8;flex:0 auto;min-width:120px}.btn-cancel-preview:hover:not(:disabled){background:#e5e7eb}.text-muted{color:#7d8597;margin:0;font-size:14px}.btn-save,.btn-cancel{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-save{color:#fff;background:#2ea043;flex:1}.btn-save:hover:not(:disabled){background:#27893a;transform:translateY(-1px);box-shadow:0 4px 12px #2ea04333}.btn-cancel{color:#4b5563;background:#f3f4f6;flex:1}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-save:disabled,.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.loading-state{text-align:center;color:#7d8597;background:#fff;border:1px solid #eceff5;border-radius:18px;justify-content:center;align-items:center;min-height:200px;padding:40px;font-size:14px;display:flex}@media (width<=640px){.profile-page{padding:16px}.profile-header h1{font-size:28px}.profile-avatar-section{text-align:center;flex-direction:column;align-items:center}.profile-basic-info{align-items:center}.profile-card{padding:20px}.section-header{flex-direction:column;align-items:stretch}.btn-edit{width:100%}.profile-info-display{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-save,.btn-cancel{flex:unset;width:100%}}.settings-page{background:0 0;min-height:100%;padding:28px}.settings-header{margin-bottom:32px}.settings-header h1{color:#14213d;margin:0 0 8px;font-size:42px;font-weight:900}.settings-header p{color:#7d8597;margin:0;font-size:14px}.settings-container{flex-direction:column;gap:24px;max-width:900px;display:flex}.settings-section{background:#fff;border:1px solid #eceff5;border-radius:18px;padding:28px;box-shadow:0 4px 14px #0f172a08}.settings-section.danger-zone{background:#fef7f6;border-color:#fecac8}.section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.section-header h2{color:#14213d;margin:0;font-size:20px;font-weight:700}.btn-edit{color:#fff;cursor:pointer;background:#2ea043;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.btn-edit:hover:not(:disabled){background:#27893a;transform:translateY(-1px)}.btn-edit:disabled{opacity:.6;cursor:not-allowed}.alert{border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-size:14px;display:flex}.alert-error{color:#991b1b;background:#fee2e2;border:1px solid #fecac8}.alert-success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.field-error-text{color:#dc2626;margin-top:4px;margin-left:2px;font-size:12px;font-weight:500;line-height:1.4;display:block}input.input-error,textarea.input-error{background-color:#fef2f2;border-color:#dc2626!important}input.input-error:focus,textarea.input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.form-group.has-error{margin-bottom:20px}.loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.spinner{border:4px solid #eceff5;border-top-color:#2ea043;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.loading-spinner p{color:#7d8597;margin:0;font-size:14px}.settings-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#14213d;font-size:14px;font-weight:600}.form-group input,.form-group textarea{border:1px solid #d1d9e8;border-radius:8px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2ea043;outline:none;box-shadow:0 0 0 3px #2ea0431a}.form-group input:disabled,.form-group textarea:disabled{color:#7d8597;cursor:not-allowed;background:#f8fafb}.form-group textarea{resize:vertical;min-height:100px;font-size:14px}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.checkbox-label{cursor:pointer;color:#14213d;border:1px solid #d1d9e8;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;transition:all .2s;display:flex}.checkbox-label input{cursor:pointer;width:16px;height:16px;margin:0}.checkbox-label:hover{background:#f8fafb;border-color:#2ea043}.checkbox-label input:checked+.checkbox-text{color:#2ea043;font-weight:600}.form-actions{gap:12px;margin-top:8px;display:flex}.btn-primary,.btn-secondary,.btn-delete{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:#2ea043}.btn-primary:hover:not(:disabled){background:#27893a;transform:translateY(-2px);box-shadow:0 8px 16px #2ea04333}.btn-secondary{color:#7d8597;background:#f8fafb;border:1px solid #d1d9e8}.btn-secondary:hover:not(:disabled){background:#eceff5;border-color:#b8c5d6}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-delete{color:#fff;background:#dc2626;width:100%;max-width:none}.btn-delete:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 16px #dc262633}.btn-delete:disabled{opacity:.6;cursor:not-allowed}.danger-description{color:#7d8597;margin:0 0 20px;font-size:14px;line-height:1.6}.delete-confirmation{flex-direction:column;gap:16px;display:flex}.confirmation-message{color:#991b1b;background:#fee2e2;border:1px solid #fecac8;border-radius:8px;margin:0;padding:12px 14px;font-size:14px;line-height:1.6}.confirmation-actions{flex-wrap:wrap;gap:12px;display:flex}.confirmation-actions .btn-delete,.confirmation-actions .btn-secondary{flex:1;min-width:140px}@media (width<=768px){.settings-page,.settings-section{padding:20px}.settings-header h1{font-size:32px}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.section-header{flex-direction:column;align-items:flex-start}.btn-edit{width:100%}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-control-geosearch *,.leaflet-control-geosearch :before,.leaflet-control-geosearch :after{box-sizing:border-box}.leaflet-control-geosearch .leaflet-bar-part{border-bottom:none;border-radius:4px}.leaflet-control-geosearch a.leaflet-bar-part:before,.leaflet-control-geosearch a.leaflet-bar-part:after{content:"";display:block;position:absolute}.leaflet-control-geosearch a.leaflet-bar-part:before{border-top:2px solid #555;width:6px;top:17px;left:15px;transform:rotate(45deg)}.leaflet-control-geosearch a.leaflet-bar-part:after{border:2px solid #555;border-radius:50%;width:8px;height:8px;top:10px;left:10px}.leaflet-control-geosearch.error a.leaflet-bar-part:before,.leaflet-control-geosearch.pending a.leaflet-bar-part:before{display:none}.leaflet-control-geosearch.pending a.leaflet-bar-part:after,.leaflet-control-geosearch.error a.leaflet-bar-part:after{border-radius:50%;width:18px;height:18px;margin:-9px 0 0 -9px;top:50%;left:50%}.leaflet-control-geosearch.pending a.leaflet-bar-part:after{content:"";border:2px solid #555;border-top-color:#f3f3f3;animation:1s linear infinite spin}.leaflet-control-geosearch.error a.leaflet-bar-part:after{content:"!";line-height:initial;border:none;font-size:18px;font-weight:600}.leaflet-control-geosearch form{z-index:-1;background-color:#fff;background-clip:padding-box;border-radius:0 4px 4px 0;height:auto;margin:0;padding:0 8px;display:none;position:absolute;top:0;left:30px;box-shadow:0 1px 5px #000000a6}.leaflet-geosearch-button form.open{border-radius:0 4px 4px}.leaflet-control-geosearch.active form{display:block}.leaflet-geosearch-button.active .leaflet-bar-part{border-radius:4px 0 0 4px;width:30px}.leaflet-geosearch-button form{max-width:350px}.leaflet-control-geosearch form input{text-indent:8px;border:none;border-radius:0 4px 4px 0;outline:none;width:100%;min-width:200px;height:30px;margin:0;padding:0;font-size:12px}.leaflet-touch .leaflet-geosearch-bar form{box-shadow:none;border:2px solid #0003}.leaflet-touch .leaflet-geosearch-bar form input{height:30px}.leaflet-control-geosearch .results{background:#fff}.leaflet-control-geosearch .results>*{white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;padding:0 8px;line-height:24px;overflow:hidden}.leaflet-control-geosearch .results.active{border-top:1px solid #c6c6c6;padding:8px 0}.leaflet-control-geosearch .results>.active,.leaflet-control-geosearch .results>:hover{cursor:pointer;background-color:#f8f8f8;border-color:#c6c6c6}.leaflet-control-geosearch .results.active:after{content:"";width:0;display:block;position:absolute;top:30px;bottom:-2px;left:-2px}.leaflet-touch .leaflet-control-geosearch .results.active:after{border-left:2px solid #0003}.leaflet-top .leaflet-geosearch-bar,.leaflet-bottom .leaflet-geosearch-bar{display:none}.leaflet-geosearch-bar{cursor:auto;z-index:1000;width:400px;max-width:calc(100% - 120px);height:auto;margin:10px auto 0;display:block;position:relative}.leaflet-geosearch-bar form{border-radius:4px;display:block;position:relative;top:0;left:0}.leaflet-geosearch-bar form input{width:100%;min-width:100%}.leaflet-geosearch-bar .results.active:after{opacity:.2}.leaflet-right .leaflet-control-geosearch form{right:28px;left:initial;border-left:inherit;border-right:none;border-radius:4px 0 0 4px}.leaflet-bar-notfound{font-style:italic}.leaflet-control-geosearch button.reset{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:0 4px 4px 0;padding:0 8px;font-weight:700;line-height:26px;text-decoration:none;position:absolute;top:0;right:0}.leaflet-touch .leaflet-control-geosearch button.reset{line-height:30px}.leaflet-control-geosearch button.reset:hover{background:#f5f5f5}
