body{margin:0}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;justify-content:center;text-decoration:none;transition:all .2s ease}.btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.btn-small{font-size:.875rem;padding:6px 12px}.btn-medium{font-size:1rem;padding:10px 20px}.btn-large{font-size:1.125rem;padding:14px 28px}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(.btn-disabled){background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover:not(.btn-disabled){background-color:var(--secondary-hover)}.btn-outline{background-color:initial;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover:not(.btn-disabled){background-color:var(--primary-color);color:#fff}.btn-danger{background-color:var(--danger-color);color:#fff}.btn-danger:hover:not(.btn-disabled){background-color:var(--danger-hover)}.btn-disabled{cursor:not-allowed;opacity:.5}.btn-loading{display:inline-block}.input-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.input-label{color:var(--text-primary);font-size:.875rem;font-weight:500}.input-label .required{color:var(--danger-color);margin-left:4px}.input{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;padding:10px 12px;transition:border-color .2s ease;width:100%}.input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.input:disabled{background-color:var(--bg-secondary);cursor:not-allowed;opacity:.6}.input-error{border-color:var(--danger-color)}.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.error-message{color:var(--danger-color);font-size:.875rem}.card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-title{border-bottom:1px solid var(--border-color);color:var(--text-primary);font-size:1.125rem;font-weight:600;padding:16px 20px}.card-content{padding:20px}.login-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{max-width:420px;width:100%}.login-header{color:#fff;margin-bottom:32px;text-align:center}.login-header h1{font-size:2rem;margin-bottom:8px}.login-header p{font-size:1rem;opacity:.9}.login-container form h2{color:var(--text-primary);margin-bottom:24px}.toggle-auth{color:var(--text-secondary);font-size:.875rem;margin-top:20px;text-align:center}.link-button{background:none;border:none;color:var(--primary-color);cursor:pointer;font-weight:500;padding:0;text-decoration:underline}.link-button:hover{color:var(--primary-hover)}.register-producer-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem 1rem}.register-container{max-width:600px;width:100%}.register-header{color:#fff;margin-bottom:2rem;text-align:center}.register-header h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.register-header p{font-size:1.1rem;opacity:.95}.form-section{border-bottom:1px solid #e0e0e0}.form-section h2{color:#333}.form-group label{color:#333;font-size:.95rem}.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:100px}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.url-preview{background-color:#f8f9fa;border-left:3px solid #667eea;border-radius:8px;margin-bottom:1rem;margin-top:-.5rem;padding:.75rem}.url-preview p{color:#555;font-size:.9rem;margin:0}.url-preview strong{color:#667eea;word-break:break-all}.form-info{background-color:#f8f9fa;border-radius:8px;color:#555;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem}.form-info strong{color:#333}.address-search-container input{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.address-search-container input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.address-loading{color:#667eea;font-size:.9rem;padding:.5rem;text-align:center}.address-suggestions{border:1px solid #ddd;border-radius:8px}.address-suggestion-item{border-bottom:1px solid #f0f0f0}.address-suggestion-item:hover{background-color:#f8f9fa}.address-no-results{color:#999;font-size:.9rem;padding:1rem;text-align:center}.form-group input{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error{border-color:#dc3545}.form-group input.error:focus{box-shadow:0 0 0 3px #dc35451a}.error-text{color:#dc3545;font-weight:500}.success-text{color:#28a745;display:block;font-weight:500;margin-top:.25rem}.help-text{color:#666;font-size:.85rem}.success-dialog{max-width:500px}.success-message{margin-bottom:2rem}.producer-details{background:#f8f9fa;border-radius:8px;padding:1.5rem}.producer-details h3{color:#333;font-size:1rem;font-weight:600;margin-bottom:1rem}.detail-row{border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.75rem 0}.detail-row:last-child{border-bottom:none}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;font-weight:600;margin-left:1rem;text-align:right;word-break:break-word}@media (max-width:768px){.register-header h1{font-size:1.75rem}.register-header p{font-size:1rem}.form-section h2{font-size:1.1rem}.success-dialog{margin:1rem}.success-dialog-header h2{font-size:1.25rem}.detail-row{flex-direction:column;gap:.25rem}.detail-value{margin-left:0;text-align:left}}.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:200px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid var(--border-color);border-radius:50%;border-top-color:var(--primary-color);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-message{color:var(--text-secondary);font-size:.875rem}.dashboard-header{margin-bottom:32px}.dashboard-header h1{color:var(--text-primary);font-size:2rem;margin-bottom:8px}.dashboard-header p{color:var(--text-secondary)}.dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:40px}.stat-card{padding:24px}.stat-value{color:var(--primary-color);font-size:2.5rem;margin-bottom:8px}.stat-label{color:var(--text-secondary)}.dashboard-quick-links{margin-bottom:40px}.dashboard-quick-links h2{color:var(--text-primary);font-size:1.5rem;margin-bottom:20px}.quick-links-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.quick-link-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.quick-link-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.quick-link-card h3{color:var(--text-primary);font-size:1.125rem;margin-bottom:8px}.quick-link-card p{color:var(--text-secondary);font-size:.875rem}.recent-products h2{color:var(--text-primary);font-size:1.5rem;margin-bottom:20px}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-card h3{color:var(--text-primary);font-size:1.125rem;margin-bottom:8px}.product-category{margin-bottom:4px}.product-category,.product-size-type{color:var(--text-secondary);font-size:.875rem}.product-size-type{margin-bottom:12px}.product-status{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;padding:4px 12px}.product-status.active{background-color:#d1fae5;color:#065f46}.product-status.inactive{background-color:#fee2e2;color:#991b1b}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{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)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;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;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-picker{border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.map-helper-text{color:#6b7280;font-size:14px;margin-top:8px;text-align:center}.leaflet-container{font-family:inherit}.farm-details-screen{background-color:#f9fafb;min-height:100vh;padding:2rem 1rem}.farm-details-container{margin:0 auto;max-width:800px}.farm-details-header{margin-bottom:2rem;text-align:center}.farm-details-header h1{color:#111827;font-size:2rem;font-weight:700;margin-bottom:.5rem}.farm-details-header p{color:#6b7280;font-size:1rem}.form-section{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.form-section h2{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.section-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.form-group textarea{font-family:inherit;resize:vertical}.form-row{grid-gap:1rem;gap:1rem;grid-template-columns:1fr 1fr}.help-text{color:#6b7280;display:block;font-size:.875rem;margin-top:.25rem}.form-info{background-color:#f3f4f6;border-radius:6px;margin-bottom:1rem;padding:1rem}.form-info p{color:#374151;font-size:.875rem;margin:0}.address-search-container{position:relative}.address-loading,.address-no-results{color:#6b7280;font-size:.875rem;margin-top:.5rem;padding:.5rem}.address-suggestions{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:.25rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.address-suggestion-item{border-bottom:1px solid #e5e7eb;cursor:pointer;padding:.75rem;transition:background-color .2s}.address-suggestion-item:last-child{border-bottom:none}.address-suggestion-item:hover,.coordinates-display{background-color:#f3f4f6}.coordinates-display{border-radius:6px;margin-top:1rem;padding:.75rem;text-align:center}.coordinates-display small{color:#6b7280;font-family:monospace}.form-actions{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem}@media (max-width:640px){.farm-details-screen{padding:1rem .5rem}.farm-details-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.success-dialog{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:400px;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.success-dialog-header{border-bottom:1px solid #e0e0e0;padding:2rem 2rem 1rem;text-align:center}.success-icon{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.success-dialog-header h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.success-dialog-content{padding:2rem}.success-message{color:#666;font-size:1rem;line-height:1.5;margin:0;text-align:center}.success-dialog-actions{padding:0 2rem 2rem}.category-dialog-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.category-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:600px;width:100%}.category-dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.category-dialog-header h2{color:#111827;font-size:24px;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#111827}.category-dialog-content{flex:1 1;overflow-y:auto;padding:24px}.categories-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.category-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:all .2s}.category-item.editing{background:#fff;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.category-item:hover:not(.editing){background:#f3f4f6}.category-info{flex:1 1}.category-info h4{color:#111827;font-size:16px;font-weight:500;margin:0 0 4px}.category-info p{color:#6b7280;font-size:14px;margin:0}.category-actions{display:flex;gap:8px}.icon-button:hover{background:#e5e7eb}.category-form{display:flex;flex-direction:column;gap:16px;width:100%}.category-form-actions{display:flex;gap:8px;justify-content:flex-end}.add-form{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;margin-bottom:16px;padding:20px}.add-form h3{color:#111827;font-size:18px;margin:0 0 16px}.add-category-button{width:100%}.empty-message{background:#f9fafb;border-radius:8px;color:#6b7280;font-size:14px;padding:40px 20px;text-align:center}.default-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;margin-left:8px;padding:3px 8px;text-transform:uppercase}.products-screen{margin:0 auto;max-width:1400px;padding:24px}.screen-header{justify-content:space-between;margin-bottom:32px}.screen-header h1{color:#111827;font-size:32px;margin:0 0 8px}.screen-header p{color:#6b7280;font-size:16px}.products-by-category{display:flex;flex-direction:column;gap:24px}.category-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.category-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:background .2s}.category-header:hover{background:#f3f4f6}.category-title{align-items:center;display:flex;gap:12px}.category-title h2{color:#111827;font-size:20px;font-weight:600;margin:0}.category-count{color:#6b7280;font-size:16px;font-weight:400}.toggle-button{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s}.toggle-button:hover{background:#fff;color:#111827}.products-grid{padding:16px}.product-card,.products-grid{display:flex;flex-direction:row;gap:12px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:transform .2s,box-shadow .2s}.product-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014;transform:translateX(2px)}.product-card-main{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.product-card-header{align-items:flex-start;display:flex;flex:1 1;gap:8px;justify-content:space-between;min-width:0}.product-card-info{flex:1 1;min-width:0}.product-card-name{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.product-card-name,.product-card-size-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-size-type{color:#6b7280;font-size:13px;margin:0}.status-badge{border-radius:12px;flex-shrink:0;font-size:11px;font-weight:500;padding:4px 10px;white-space:nowrap}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.product-card-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.4;margin:0;max-width:600px;overflow:hidden}.product-card-pricing{background:#f9fafb;border-radius:6px;display:flex;flex-direction:column;flex-shrink:0;gap:4px;min-width:100px;padding:8px 10px}.pricing-label{color:#6b7280;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.pricing-value{color:#111827;font-size:15px;font-weight:700;white-space:nowrap}.product-card-sizes{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;gap:6px;padding:0 8px}.size-chip{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:4px;display:flex;font-size:12px;gap:6px;padding:4px 8px}.size-name{color:#6b7280;font-size:11px}.size-price{color:#111827;font-size:12px;font-weight:600;white-space:nowrap}.product-card-actions{border-left:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;gap:6px;padding-left:8px}.icon-button{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s}.icon-button:hover{background:#f3f4f6;color:#111827}.icon-button.danger:hover{background:#fee2e2;color:#dc2626}.empty-state{padding:80px 40px;text-align:center}.empty-state-icon{color:#d1d5db;margin-bottom:16px}.empty-state h3{color:#111827;font-size:20px;margin:0 0 8px}.empty-state p{color:#6b7280;font-size:16px;margin:0 0 24px}@media (max-width:768px){.products-screen{padding:12px}.screen-header{flex-direction:column;gap:16px;margin-bottom:20px}.screen-header h1{font-size:24px}.screen-header p{font-size:14px}.header-actions{flex-direction:column;gap:8px;width:100%}.header-actions button{justify-content:center;width:100%}.category-header{padding:14px 12px}.category-title h2{font-size:16px}.category-count{font-size:14px}.products-grid{gap:10px}.product-card,.products-grid{flex-direction:column;padding:12px}.product-card{gap:12px}.product-card-main{width:100%}.product-card-header{flex-direction:row;width:100%}.product-card-info{flex:1 1}.product-card-name{font-size:15px;line-height:1.3;white-space:normal}.product-card-size-type{font-size:12px}.status-badge{font-size:10px;padding:3px 8px}.product-card-description{-webkit-line-clamp:3;line-clamp:3;font-size:13px}.product-card-pricing{align-items:center;flex-direction:row;justify-content:space-between;min-width:auto;padding:10px 12px;width:100%}.pricing-label{font-size:11px}.pricing-value{font-size:14px}.product-card-sizes{padding:0;width:100%}.size-chip{font-size:11px;padding:4px 8px}.size-name{font-size:10px}.size-price{font-size:11px}.product-card-actions{border-left:none;border-top:1px solid #e5e7eb;flex-direction:row;gap:8px;padding-left:0;padding-top:8px;width:100%}.product-card-actions button{flex:1 1}.empty-state{padding:40px 20px}.empty-state h3{font-size:18px}.empty-state p{font-size:14px}}@media (max-width:480px){.products-screen{padding:8px}.screen-header{margin-bottom:16px}.screen-header h1{font-size:20px}.screen-header p{font-size:13px}.category-header{padding:12px 10px}.category-title h2{font-size:15px}.category-title svg{height:16px;width:16px}.products-grid{gap:8px;padding:8px}.product-card{gap:10px;padding:10px}.product-card-name{font-size:14px}.product-card-size-type{font-size:11px}.product-card-pricing{padding:8px 10px}.pricing-label{font-size:10px}.pricing-value{font-size:13px}.size-chip{gap:4px;padding:3px 6px}.icon-button{padding:6px}.empty-state{padding:30px 16px}.empty-state-icon{height:40px;width:40px}}.screen-header{align-items:flex-start;gap:16px;margin-bottom:24px}.back-button{align-items:center;background:none;border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:10px;transition:all .2s ease}.back-button:hover{background-color:var(--bg-hover);border-color:var(--text-secondary)}.screen-header h1{font-size:1.75rem;margin:0 0 4px}.screen-header p{color:var(--text-secondary);font-size:.95rem;margin:0}.product-section,.section-header{margin-bottom:24px}.section-header{border-bottom:2px solid var(--border-color);padding-bottom:16px}.section-header h2{color:var(--text-primary);font-size:1.25rem;margin:0 0 4px}.section-header p{color:var(--text-secondary);font-size:.875rem;margin:0}.form-group,.form-row{margin-bottom:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-label{align-items:center;color:var(--text-primary);cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:8px;margin-bottom:8px}.form-checkbox{cursor:pointer;height:18px;width:18px}.form-textarea{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;padding:10px 12px;transition:border-color .2s ease;width:100%}.form-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.form-select{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;font-size:1rem;padding:10px 12px;transition:border-color .2s ease;width:100%}.form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.form-hint{color:var(--text-secondary);font-size:.875rem;font-style:italic;margin-top:8px}.image-upload-placeholder{align-items:center;background-color:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:8px;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:32px}.image-upload-placeholder svg{margin-bottom:12px;opacity:.5}.image-upload-placeholder p{font-size:.875rem;margin:0}.size-options-list{border:1px solid var(--border-color);border-radius:8px;margin-top:24px;overflow:hidden}.size-options-header{background-color:var(--bg-secondary);color:var(--text-secondary);font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-transform:uppercase}.size-option-row,.size-options-header{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1.5fr 1fr 60px}.size-option-row{align-items:center;border-top:1px solid var(--border-color);padding:16px;transition:background-color .2s ease}.size-option-row:hover{background-color:var(--bg-secondary)}.size-option-name{color:var(--text-primary);font-weight:600}.size-option-value{color:var(--text-secondary)}.size-option-input{background-color:#fff;border:1px solid var(--border-color);border-radius:4px;font-size:.925rem;padding:8px 12px;transition:border-color .2s ease}.size-option-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #4a90e21a;outline:none}.size-option-actions{display:flex;gap:4px;justify-content:flex-end}.icon-btn{align-items:center;background:none;border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.icon-btn:hover{background-color:var(--bg-hover);border-color:var(--primary-color);color:var(--primary-color)}.icon-btn.success{border-color:var(--secondary-color);color:var(--secondary-color)}.icon-btn.success:hover{background-color:var(--secondary-color);color:#fff}.form-actions{border-top:1px solid var(--border-color);gap:12px;margin-top:24px;padding-top:24px}@media (max-width:768px){.size-option-row,.size-options-header{font-size:.8rem;gap:8px;grid-template-columns:.8fr 1fr .8fr 50px}.size-options-header{font-size:.75rem;padding:10px 12px}.size-option-row{padding:12px}.size-option-input{font-size:.875rem;padding:6px 8px}}@media (max-width:640px){.screen-header h1{font-size:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.size-options-list{overflow-x:auto}.size-option-row,.size-options-header{min-width:500px}}.table-container{border:1px solid var(--border-color);border-radius:8px;overflow-x:auto}.table{border-collapse:collapse;font-size:.875rem;width:100%}.table thead{background-color:var(--bg-secondary)}.table th{border-bottom:2px solid var(--border-color);color:var(--text-primary);font-weight:600;padding:12px 16px;text-align:left}.table td{border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:12px 16px}.table tbody tr:last-child td{border-bottom:none}.table tbody tr.clickable{cursor:pointer;transition:background-color .2s ease}.table tbody tr.clickable:hover{background-color:var(--bg-hover)}.table-empty{background-color:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);padding:40px 20px;text-align:center}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.stock-form{margin-bottom:24px}.stock-form h2{color:var(--text-primary);margin-bottom:20px}.orders-screen{padding:2rem}.orders-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.orders-header .header-content h1{align-items:center;color:#1a1a1a;display:flex;font-size:2rem;gap:.75rem;margin:0 0 .5rem}.orders-header .header-content p{color:#666;font-size:1rem;margin:0}.orders-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{padding:1.5rem;text-align:center}.stat-label{color:#666;font-size:.875rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#2563eb;font-size:2rem;font-weight:700}.stat-value.pending{color:#f59e0b}.stat-value.fulfilled{color:#10b981}.orders-filters{border-bottom:1px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.filter-button{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.filter-button:hover{background:#f9fafb}.filter-button.active{background:#2563eb;border-color:#2563eb;color:#fff}.order-source-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:uppercase}.order-source-badge.farmfirst{background:#dbeafe;color:#1e40af}.order-source-badge.manual{background:#f3e8ff;color:#6b21a8}.order-status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.order-status-badge.pending{background:#fef3c7;color:#92400e}.order-status-badge.fulfilled{background:#d1fae5;color:#065f46}.order-actions{display:flex;gap:.5rem}.action-button{align-items:center;background:#0000;border:none;border-radius:.25rem;cursor:pointer;display:flex;justify-content:center;padding:.375rem;transition:all .2s}.action-button:hover{background:#f3f4f6}.action-button.view{color:#2563eb}.action-button.fulfill{color:#10b981}.action-button.delete{color:#ef4444}.action-button:disabled{cursor:not-allowed;opacity:.5}.no-orders{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:3rem}.no-orders p,.no-orders svg{margin-bottom:1rem}.no-orders p{font-size:1.125rem}@media (max-width:768px){.orders-screen{padding:1rem}.orders-header{align-items:flex-start;flex-direction:column;gap:1rem}.orders-stats{grid-template-columns:1fr}.orders-filters{flex-wrap:wrap}}.add-order-screen{margin:0 auto;max-width:1400px;padding:2rem}.screen-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.screen-header h1{align-items:center;color:#1a1a1a;display:flex;font-size:2rem;gap:.75rem;margin:0}.order-form-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.order-details-section,.order-items-section{display:flex;flex-direction:column;gap:1.5rem}.order-details-section h2,.order-items-section h2{color:#1a1a1a;font-size:1.25rem;margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.625rem .75rem;transition:all .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-textarea{font-family:inherit;resize:vertical}.no-items{color:#9ca3af;padding:3rem 1rem;text-align:center}.order-items-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.order-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;gap:1rem;padding:1rem}.item-info{flex:1 1}.item-name{color:#1f2937;font-weight:600;margin-bottom:.25rem}.item-size{margin-bottom:.25rem}.item-quantity,.item-size{color:#6b7280;font-size:.875rem}.item-price{color:#1f2937;font-size:1rem;font-weight:600}.item-remove{background:#0000;border:none;border-radius:.25rem;color:#ef4444;cursor:pointer;padding:.5rem;transition:all .2s}.item-remove:hover{background:#fee2e2}.order-total{align-items:center;background:#f3f4f6;border-radius:.5rem;color:#1f2937;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;padding:1rem}.total-amount{color:#2563eb;font-size:1.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.form-actions button{min-width:120px}@media (max-width:1024px){.order-form-layout{grid-template-columns:1fr}}@media (max-width:768px){.add-order-screen{padding:1rem}.screen-header{align-items:flex-start}.form-actions,.screen-header{flex-direction:column}.form-actions button{width:100%}}.order-details-screen{margin:0 auto;max-width:1200px;padding:20px}.order-details-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.header-actions{display:flex;gap:12px}.order-details-content{display:flex;flex-direction:column;gap:20px}.order-info-section h2{align-items:center;color:var(--text-primary);display:flex;font-size:1.5rem;gap:12px;margin:0 0 20px}.customer-info-grid,.order-info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.customer-info-section h3,.order-items-section h3{color:var(--text-primary);font-size:1.25rem;margin:0 0 20px}.info-item{display:flex;flex-direction:column;gap:6px}.info-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.info-value{color:var(--text-primary);font-size:1rem;font-weight:600}.order-status-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:.875rem;font-weight:600;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.order-status-badge.pending{background-color:#fff3cd;color:#856404}.order-status-badge.fulfilled{background-color:#d4edda;color:#155724}.order-source-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:.875rem;font-weight:600;padding:6px 12px;text-transform:capitalize;width:-webkit-fit-content;width:fit-content}.order-source-badge.manual{background-color:#e7f3ff;color:#004085}.order-source-badge.online{background-color:#d1ecf1;color:#0c5460}.order-items-table{overflow-x:auto}.order-items-table table{border-collapse:collapse;width:100%}.order-items-table td,.order-items-table th{border-bottom:1px solid var(--border-color);padding:12px;text-align:left}.order-items-table th{color:var(--text-secondary);font-size:.875rem;font-weight:600;text-transform:uppercase}.order-items-table tbody tr:hover,.order-items-table th{background-color:var(--bg-secondary)}.order-items-table .subtotal{font-weight:600}.order-items-table tfoot{border-top:2px solid var(--border-color)}.order-items-table tfoot td{font-size:1.125rem;font-weight:600;padding:16px 12px}.order-items-table .total-label{text-align:right}.order-items-table .total-amount{color:var(--primary-color)}.error-message{padding:40px 20px;text-align:center}.error-message p{color:var(--text-secondary);font-size:1.125rem;margin:0 0 20px}@media (max-width:768px){.order-details-header{align-items:stretch;flex-direction:column;gap:12px}.header-actions{width:100%}.header-actions button{flex:1 1}.customer-info-grid,.order-info-grid{grid-template-columns:1fr}.order-items-table{font-size:.875rem}.order-items-table td,.order-items-table th{padding:8px}}.app-header{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);box-shadow:0 2px 4px #00000014;height:60px;left:0;position:fixed;right:0;top:0;z-index:1000}.app-header-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 16px}.header-icon-button{align-items:center;background:none;border:none;border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s ease}.header-icon-button:hover{background-color:var(--bg-hover)}.header-icon-button:active{background-color:var(--border-color)}.header-brand h1{color:var(--primary-color);font-size:1.25rem;font-weight:600;margin:0}@media (max-width:768px){.header-brand h1{font-size:1.1rem}}.drawer-overlay{animation:fadeIn .3s ease;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.drawer{background-color:var(--bg-primary);bottom:0;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;max-width:80vw;position:fixed;top:0;transition:transform .3s ease;width:280px;z-index:1200}.drawer-left{left:0;transform:translateX(-100%)}.drawer-left.drawer-open{transform:translateX(0)}.drawer-right{right:0;transform:translateX(100%)}.drawer-right.drawer-open{transform:translateX(0)}.drawer-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:20px}.drawer-title{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0}.drawer-close-button{align-items:center;background:none;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s ease}.drawer-close-button:hover{background-color:var(--bg-hover)}.drawer-content{flex:1 1;overflow-y:auto;padding:20px}.nav-menu{list-style:none;margin:0;padding:0}.nav-menu-item{margin-bottom:8px}.nav-menu-link{align-items:center;border-radius:8px;color:var(--text-primary);display:flex;font-weight:500;padding:12px 16px;text-decoration:none;transition:background-color .2s ease}.nav-menu-link:hover{background-color:var(--bg-hover)}.nav-menu-link.active{background-color:var(--primary-color);color:#fff}.nav-menu-icon{margin-right:12px}.account-menu{list-style:none;margin:0;padding:0}.account-menu-item{margin-bottom:8px}.account-menu-button{align-items:center;background:none;border:none;border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;font-weight:500;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.account-menu-button:hover{background-color:var(--bg-hover)}.account-menu-button.danger{color:var(--danger-color)}.account-menu-button.danger:hover{background-color:#ef44441a}.account-menu-icon{margin-right:12px}.account-info{background-color:var(--bg-secondary);border-radius:8px;margin-bottom:24px;padding:16px}.account-info-label{color:var(--text-secondary);font-size:.875rem;margin-bottom:4px}.account-info-value{color:var(--text-primary);font-size:1rem;font-weight:500}@media (max-width:480px){.drawer{max-width:100%;width:100%}}:root{--primary-color:#4a90e2;--primary-hover:#357abd;--secondary-color:#6c9e4d;--secondary-hover:#5a8540;--danger-color:#ef4444;--danger-hover:#dc2626;--text-primary:#1f2937;--text-secondary:#6b7280;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-hover:#f3f4f6;--border-color:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--bg-secondary);color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-main{background-color:#f9fafb;background-color:var(--bg-secondary);flex:1 1;min-height:100vh;padding-top:60px}.app-main-container{margin:0 auto;max-width:1200px;padding:20px 16px;width:100%}@media (min-width:768px){.app-main-container{padding:32px 24px}}@media (min-width:1024px){.app-main-container{padding:40px 32px}}
/*# sourceMappingURL=main.18dfd4a6.css.map*/