.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:16px;animation:fadeIn .2s ease forwards}.modal{background-color:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:calc(100vh - 32px);display:flex;flex-direction:column;animation:slideUp .3s ease forwards;outline:none}.modal-small{width:100%;max-width:360px}.modal-medium{width:100%;max-width:480px}.modal-large{width:100%;max-width:640px}.modal-full{width:100%;max-width:calc(100vw - 32px);height:calc(100vh - 32px)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color);flex-shrink:0}.modal-title{font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary);margin:0}.modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:var(--radius-full);cursor:pointer;color:var(--text-secondary);font-size:18px;transition:background-color var(--transition-fast),color var(--transition-fast)}.modal-close:hover{background-color:var(--background-color);color:var(--text-primary)}.modal-body{padding:20px;overflow-y:auto;flex:1}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid var(--border-color);flex-shrink:0}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-family);font-weight:500;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover:not(:disabled){background-color:var(--primary-dark)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover:not(:disabled){background-color:var(--primary-color);color:var(--white)}.btn-outline{background-color:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-outline:hover:not(:disabled){background-color:var(--background-color);border-color:var(--text-secondary)}.btn-danger{background-color:var(--error-color);color:var(--white)}.btn-danger:hover:not(:disabled){background-color:#b71c1c}.btn-text{background-color:transparent;color:var(--primary-color);padding:8px 12px}.btn-text:hover:not(:disabled){background-color:#4caf501a}.btn-small{padding:6px 12px;font-size:var(--font-size-sm)}.btn-medium{padding:10px 20px;font-size:var(--font-size-md)}.btn-large{padding:14px 28px;font-size:var(--font-size-lg)}.btn-full-width{width:100%}.btn-disabled,.btn:disabled{opacity:.6;cursor:not-allowed}.btn-loading{position:relative;color:transparent}.btn-spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.btn-loading .btn-spinner{color:var(--white)}.btn-secondary.btn-loading .btn-spinner,.btn-outline.btn-loading .btn-spinner,.btn-text.btn-loading .btn-spinner{color:var(--primary-color)}.btn-icon{display:flex;align-items:center;justify-content:center;font-size:1.1em}.terms-content{display:flex;flex-direction:column;gap:20px}.terms-scroll{max-height:400px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--background-color)}.terms-scroll::-webkit-scrollbar{width:6px}.terms-scroll::-webkit-scrollbar-track{background:var(--background-color);border-radius:3px}.terms-scroll::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}.terms-scroll h3{font-size:var(--font-size-lg);font-weight:700;color:var(--primary-color);margin:0 0 12px}.terms-scroll h4{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:20px 0 8px}.terms-scroll h4:first-of-type{margin-top:16px}.terms-scroll p{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6;margin:0 0 8px}.terms-checkbox{padding:16px;background:var(--background-color);border-radius:var(--radius-md)}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:22px;height:22px;border:2px solid var(--border-color);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition-fast);margin-top:1px}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:var(--primary-color);border-color:var(--primary-color)}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";color:var(--white);font-size:14px;font-weight:700}.checkbox-text{font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.5}.checkbox-label:hover .checkbox-custom{border-color:var(--primary-color)}@media (max-width: 480px){.terms-scroll{max-height:300px}}.spinner{display:inline-flex;align-items:center;justify-content:center}.spinner-circle{border-radius:50%;border-style:solid;border-color:currentColor;border-top-color:transparent;animation:spin .8s linear infinite}.spinner-small .spinner-circle{width:16px;height:16px;border-width:2px}.spinner-medium .spinner-circle{width:32px;height:32px;border-width:3px}.spinner-large .spinner-circle{width:48px;height:48px;border-width:4px}.spinner-primary{color:var(--primary-color)}.spinner-white{color:var(--white)}.spinner-secondary{color:var(--text-secondary)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:32px;gap:16px}.loading-message{font-size:var(--font-size-md);color:var(--text-secondary);margin:0}.input-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.input-label{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.input-required{color:var(--error-color);margin-left:4px}.input-container{position:relative;display:flex;align-items:center}.input-field{width:100%;padding:12px 16px;font-size:var(--font-size-md);color:var(--text-primary);background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.input-field::placeholder{color:var(--text-secondary)}.input-field:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4caf5026}.input-field:disabled{background-color:var(--background-color);cursor:not-allowed;opacity:.7}.input-icon{position:absolute;left:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);pointer-events:none;z-index:1}.input-field.input-with-icon{padding-left:44px}.input-password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:18px}.input-password-toggle:hover{color:var(--text-primary)}.input-field.input-with-toggle{padding-right:44px}.input-helper{font-size:var(--font-size-xs);color:var(--text-secondary)}.input-helper-error{color:var(--error-color)}.input-error .input-field{border-color:var(--error-color)}.input-error .input-field:focus{box-shadow:0 0 0 3px #d32f2f26}.input-disabled{opacity:.7}.input-disabled .input-label{color:var(--text-secondary)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);padding:16px}.login-container{width:100%;max-width:400px;background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:32px;animation:slideUp .4s ease forwards}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:16px}.login-title{font-size:var(--font-size-xxl);font-weight:700;color:var(--primary-color);margin:0 0 8px}.login-subtitle{font-size:var(--font-size-md);color:var(--text-secondary);margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.login-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px}.mode-btn{border:1px solid var(--border-color);background:#f5f7f2;color:var(--text-secondary);border-radius:var(--radius-md);padding:9px 10px;font-weight:600;cursor:pointer}.mode-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:var(--white)}.login-footer{margin-top:24px;text-align:center;padding-top:24px;border-top:1px solid var(--border-color)}@media (max-width: 480px){.login-container{padding:24px}.login-icon{font-size:48px}.login-title{font-size:var(--font-size-xl)}}.header{position:sticky;top:0;z-index:50;background:linear-gradient(135deg,#2f8f4e,#1f6d3e 62%,#175632);color:var(--white);box-shadow:0 6px 20px #10341f4d}.header-content{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;max-width:1200px;margin:0 auto}.header-left{display:flex;align-items:center;gap:12px;min-width:0}.header-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff24;border:none;border-radius:var(--radius-full);color:var(--white);cursor:pointer;transition:background-color var(--transition-fast);flex-shrink:0}.header-back:hover{background:#fff3}.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header-logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #ffffff57}.header-logo-icon{font-size:28px}.header-title-link{color:inherit;text-decoration:none;min-width:0}.header-title-stack{display:grid;gap:1px;min-width:0}.header-brand{margin:0;font-size:var(--font-size-lg);font-weight:700;line-height:1.05;white-space:nowrap}.header-subtitle{margin:0;font-size:.72rem;opacity:.95;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.header-nav{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-notifications{position:relative;width:40px;height:40px;border-radius:var(--radius-full);border:none;background:#ffffff2e;color:var(--white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast)}.header-notifications:hover{background:#ffffff40;transform:translateY(-1px)}.header-notifications-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:999px;background:#e53935;color:#fff;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.header-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f6fbf7;color:#1f6d3e;border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:600;text-decoration:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.header-avatar:hover{transform:scale(1.05);box-shadow:0 0 0 3px #ffffff4d}.header-login{padding:8px 16px;background:#ffffff2e;color:var(--white);border-radius:var(--radius-md);text-decoration:none;font-size:var(--font-size-sm);font-weight:500;transition:background-color var(--transition-fast)}.header-login:hover{background:#ffffff40;color:var(--white)}@media (max-width: 480px){.header-content{padding:9px 12px}.header-brand{font-size:var(--font-size-md)}.header-subtitle{font-size:.68rem;max-width:150px}.header-avatar,.header-back,.header-notifications{width:36px;height:36px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.products-feed{display:grid;gap:8px}.products-actions{display:grid;gap:6px}.market-search input{width:100%;border:1px solid #d6ded4;border-radius:12px;background:#fffffff5;padding:11px 12px;font-size:.92rem;box-shadow:0 4px 12px #142a1b0f}.market-top-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.market-top-buttons .market-btn{width:100%;text-align:center;padding:8px}.market-chat-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.market-chat-badge{min-width:18px;height:18px;border-radius:999px;background:#1f6d3e;color:#fff;font-size:.68rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.market-control-strip{display:flex;align-items:center;justify-content:space-between;gap:6px}.filter-toggle{display:inline-flex;align-items:center;gap:8px}.filter-toggle.active{border-color:#1f6d3e;color:#1f6d3e}.filter-count{min-width:18px;height:18px;border-radius:999px;background:#1f6d3e;color:#fff;font-size:.68rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.location-compact{border:1px solid #d7ded5;font-size:.74rem;color:#6a776b;background:linear-gradient(135deg,#ecf2ea,#e3ece2);padding:6px 10px;border-radius:12px;font-weight:700;display:grid;justify-items:end;gap:1px;cursor:pointer;min-width:165px}.location-compact.has{background:#e7f3eb;color:#1f6d3e}.location-radius{font-size:.72rem}.location-current{font-size:.68rem;font-weight:600}.filter-summary{margin:0;font-size:.7rem;color:#6f7b70;line-height:1.25}.filters-panel{border:1px solid #dce6d9;background:linear-gradient(180deg,#f8fbf7,#f0f6ef);border-radius:16px;padding:10px;display:grid;gap:6px;max-height:min(82vh,720px);overflow-y:auto}.filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14221761;z-index:70;display:flex;align-items:flex-end;justify-content:center;padding:8px}.filters-sheet{width:min(760px,100%)}.filters-sheet-handle{width:52px;height:4px;border-radius:999px;background:#ffffffb8;margin:0 auto 7px}.filters-panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.filters-panel-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.filters-close-btn{width:30px;height:30px;border:none;border-radius:999px;background:#dce6db;color:#2b3b2e;font-size:1rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.filters-panel-head h4{margin:0;font-size:.82rem;color:#2e3f31}.market-btn{border:1px solid #cfd8cd;background:#ffffffeb;border-radius:999px;padding:8px 12px;font-size:.8rem;color:#2d3e30;font-weight:600}.market-btn.primary{background:linear-gradient(135deg,#2f8f4e,#1f6d3e);color:#fff;border-color:#1f6d3e}.market-btn.ghost{color:#657467}.market-filter-grid{display:grid;grid-template-columns:1fr;gap:5px}.market-filter-grid label,.range-label{font-size:.73rem;font-weight:600;color:#4a594c;display:grid;gap:3px}.price-range-row{display:flex;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.compact-price-field{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.compact-price-field span{white-space:nowrap;font-size:.72rem}.compact-price-field input{min-width:0}.market-filter-grid select,.market-filter-grid input{border:1px solid #d6ded4;background:#fff;border-radius:8px;padding:8px 10px;font-size:.85rem}.location-panel{border:1px solid #dce6d9;background:#eff6eedb;border-radius:12px;padding:7px;display:grid;gap:5px}.location-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.location-header h4{margin:0;font-size:.82rem;color:#2f4032}.location-buttons{display:flex;gap:4px;flex-wrap:wrap}.selected-location-text{margin:0;font-size:.7rem;color:#5d6e60;line-height:1.2}.range-label input{width:100%}.map-preview-wrap{border:1px solid #dbe4d8;border-radius:10px;overflow:hidden;background:#fff}.map-preview{width:100%;height:178px;border:0;cursor:crosshair}.products-grid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.products-zones{display:grid;gap:14px}.zone-block{display:grid;gap:8px}.zone-header h4{margin:0;font-size:.88rem;color:#1e3021}.zone-header p{margin:2px 0 0;font-size:.74rem;color:#637164}.zone-header.outside h4{color:#3d4d40}.zone-empty{min-height:90px}.product-card{background:#fffffff7;border:1px solid #dfe7dd;border-radius:14px;padding:8px;display:grid;gap:6px;cursor:pointer;position:relative;box-shadow:0 4px 14px #12271712;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1227171f}.product-image-wrap{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e0e7de;background:#f6f9f4;min-height:130px}.product-image{width:100%;height:130px;object-fit:cover;display:block}.product-image-placeholder{height:130px;display:grid;place-items:center;font-size:.8rem;color:#6e7a70}.image-distance{position:absolute;right:6px;top:6px;background:#1f6d3eeb;color:#fff}.product-main{display:grid;gap:4px}.product-main h3{margin:0;font-size:.9rem;color:#1d2f20;line-height:1.25;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-price{color:#1f6d3e;font-weight:800;font-size:.95rem}.product-location-text{margin:0;font-size:.75rem;color:#586959;line-height:1.3;padding-right:26px}.product-report-btn{position:absolute;right:8px;bottom:8px;width:20px;height:20px;border-radius:999px;border:none;background:#d32f2f;color:#fff;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #d32f2f59}.product-report-wrap{position:absolute;right:8px;bottom:8px}.product-report-menu{position:absolute;right:0;bottom:26px;background:#fff;border:1px solid #ecd2d2;border-radius:10px;box-shadow:0 8px 18px #0000001f;min-width:170px;overflow:hidden;z-index:12}.product-report-menu button{width:100%;border:none;background:#fff;color:#a12a2a;text-align:left;padding:8px 10px;font-size:.78rem;cursor:pointer}.product-report-menu button:hover{background:#fff4f4}.product-report-btn:hover{background:#b71c1c}.distance-pill{background:#e6f3eb;color:#1f6d3e;border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:700}.market-loading,.market-empty{background:#fffffff5;border:1px solid #dfe7dd;border-radius:14px;min-height:120px;display:grid;place-items:center;color:#5f6f62;text-align:center;padding:12px}.market-loading-more{padding:8px;display:grid;place-items:center}.load-more-sentinel{height:2px}.market-fab-publish{position:fixed;right:20px;bottom:20px;border:none;border-radius:999px;background:linear-gradient(135deg,#2f8f4e,#1f6d3e);color:#fff;font-weight:700;font-size:.9rem;padding:12px 18px;box-shadow:0 10px 24px #1f6d3e5c;z-index:35}@media (max-width: 580px){.market-top-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.location-compact{justify-items:start;min-width:0}.filters-panel-actions{width:100%;justify-content:space-between}.filters-overlay{padding:0}.filters-sheet{width:100%}.filters-panel{border-radius:18px 18px 0 0;padding:9px;max-height:84vh}.price-range-row{display:flex;flex-wrap:nowrap;gap:6px}.compact-price-field{gap:4px}.compact-price-field span{font-size:.68rem}.location-header{align-items:flex-start;flex-direction:column;gap:4px}.location-buttons .market-btn{padding:6px 10px;font-size:.74rem}.range-label{gap:2px}.map-preview{height:146px}}@media (min-width: 760px){.market-filter-grid{grid-template-columns:1.1fr 1fr;align-items:end}.price-range-row{grid-template-columns:repeat(2,minmax(0,1fr))}.products-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.home-page{min-height:100vh;background:transparent}.home-main{max-width:720px;margin:0 auto;padding:12px 12px 86px}.home-segment-wrap{margin-bottom:10px}.home-segment{background:#e2ece1e6;border:1px solid rgba(55,87,60,.12);border-radius:999px;padding:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.segment-btn{border:none;border-radius:999px;padding:9px 10px;font-size:.82rem;font-weight:700;color:#4e5f50;background:transparent;transition:all .16s ease}.segment-btn.active{background:linear-gradient(135deg,#2f8f4e,#1f6d3e);color:#fff;box-shadow:0 5px 12px #1f6d3e47}.segment-btn:disabled{opacity:.45;cursor:not-allowed}.search-row{display:flex;gap:8px}.search-box{flex:1;display:flex;align-items:center;gap:8px;padding:0 10px;background:#fffffff0;border:1px solid #d3ddd2;border-radius:12px;box-shadow:0 4px 12px #182b1e0f}.search-box svg{color:#6e7c6f;flex-shrink:0}.search-box input{flex:1;min-width:0;border:none;outline:none;background:transparent;padding:10px 0;font-size:.95rem}.clear-btn{width:24px;height:24px;border:none;border-radius:50%;background:#dfe6dc;color:#3f4e40;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center}.legend-text{margin:10px 0 8px;font-size:.78rem;color:#5f6f61;line-height:1.4}.crop-list{display:grid;gap:6px}.crop-row{display:grid;grid-template-columns:1fr auto 16px;align-items:center;gap:10px;background:#fffffff5;border-radius:14px;padding:12px 14px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;border:1px solid #dde6db;box-shadow:0 2px 10px #1427190f}.crop-row:hover{transform:translateY(-1px);box-shadow:0 9px 18px #1427191c}.crop-row:active{box-shadow:0 0 0 2px #1f6d3e40}.crop-left{display:flex;align-items:center;gap:10px;min-width:0}.crop-icon{font-size:1.2rem;flex-shrink:0}.crop-info{min-width:0}.crop-info h3{margin:0;font-size:.95rem;color:#1c2d1f;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crop-total-label{display:block;font-size:.7rem;color:#8a928b;margin-top:2px}.crop-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.month-num{font-weight:700;font-size:1rem;color:#1f6d3e;line-height:1.2}.crop-unit{font-size:.62rem;color:#8a928b;font-weight:500}.row-arrow{color:#b0bab1;flex-shrink:0}.fab-register{position:fixed;bottom:20px;right:20px;padding:12px 20px;border:none;border-radius:28px;background:linear-gradient(135deg,#2f8f4e,#1f6d3e);color:#fff;font-weight:700;font-size:.9rem;box-shadow:0 10px 22px #1f6d3e59;cursor:pointer;z-index:40}.loading-state,.empty-state{text-align:center;padding:32px 14px;color:#536153}.empty-state p{margin:0}@media (min-width: 640px){.crop-row{padding:14px 18px}}.line-chart-wrapper{background:#fff;border-radius:14px;padding:16px;border:1px solid #dfe7da}.chart-title{font-size:1rem;font-weight:600;color:#203023;margin:0 0 12px}.chart-stats{display:flex;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e8ece8}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px;background:#f5f7f2;border-radius:8px}.stat-value{font-size:.95rem;font-weight:700;color:#1f6d3e}.stat-label{font-size:.62rem;color:#6a786b;margin-top:2px;text-transform:uppercase;letter-spacing:.4px}.chart-color-legend{display:flex;gap:14px;margin-bottom:10px;justify-content:center}.legend-item{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#5a675a;font-weight:600}.dot{width:8px;height:8px;border-radius:50%}.dot-green{background:#27ae60}.dot-yellow{background:#f0b932}.dot-red{background:#e74c3c}.scroll-hint{font-size:.7rem;color:#8a928b;text-align:center;margin:0 0 6px}.chart-container{height:280px;position:relative;touch-action:none}.reset-zoom-btn{display:block;margin:8px auto 0;padding:6px 16px;border:1px solid #d5ded1;border-radius:8px;background:#f5f7f2;color:#3f4e40;font-size:.78rem;font-weight:600;cursor:pointer}.reset-zoom-btn:active{background:#e8ece8}@media (min-width: 768px){.chart-container{height:340px}}@media (max-width: 480px){.line-chart-wrapper{padding:12px}.chart-stats{gap:6px}.stat-item{padding:6px}.stat-value{font-size:.85rem}.chart-container{height:240px}}.plant-detail-page{min-height:100vh;background:#f5f7f2}.detail-content{max-width:720px;margin:0 auto;padding:10px 12px 24px;display:grid;gap:10px}.entries-section{margin-top:4px}.entries-title{margin:0 0 8px;font-size:1rem;color:#223225}.entries-list{display:grid;gap:8px}.loc-group{background:#fff;border:1px solid #dfe7da;border-radius:12px;overflow:hidden}.loc-group-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f5f7f2;border-bottom:1px solid #e4ebe1}.loc-group-name{font-size:.92rem;font-weight:600;color:#263627}.loc-group-total{font-size:.8rem;color:#1f6d3e;font-weight:700}.loc-entries{padding:6px 10px 10px}.entry-row{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:8px}.entry-row:nth-child(odd){background:#f9fbf8}.entry-date{font-size:.85rem;color:#4f5c50}.entry-qty{font-size:.85rem;color:#243424;font-weight:700}.loading-container,.empty-state,.empty-locations{background:#fff;border:1px solid #dfe7da;border-radius:12px;padding:28px 14px;text-align:center;color:#566456}.empty-state h3{margin:0 0 6px;color:#273627}.empty-state p,.empty-locations p{margin:0}.chart-page{min-height:100vh;background:#f5f7f2}.chart-content{max-width:720px;margin:0 auto;padding:10px 12px 24px}.chart-header{margin-bottom:8px}.chart-info{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #dfe7da;border-radius:12px}.chart-icon{width:36px;height:36px;border-radius:8px;background:#e7f2e8;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.chart-plant-name{margin:0 0 2px;color:#203023;font-size:1.05rem}.chart-total{margin:0;color:#5a665a;font-size:.82rem}.chart-summary-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:8px}.summary-signal-card{background:#fff;border:1px solid #dfe7da;border-radius:10px;padding:8px}.summary-signal-card span{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:#6b786c;font-weight:700}.summary-signal-card strong{display:block;margin-top:3px;color:#243524;font-size:.9rem}.chart-note{margin-top:8px;background:#eef6ed;border:1px solid #dbe8d8;border-radius:10px;padding:10px}.chart-note p{margin:0;color:#4f5f4f;font-size:.85rem;line-height:1.5}.loading-container,.empty-state{background:#fff;border:1px solid #dfe7da;border-radius:12px;margin:12px;padding:28px 14px;text-align:center;color:#556355}.empty-icon{font-size:1.6rem}.empty-state h3{margin:6px 0;color:#233224}.empty-state p{margin:0 0 10px}.create-edit-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--background-color)}.form-content{flex:1;max-width:500px;width:100%;margin:0 auto;padding:24px 16px}.germination-form{background:var(--surface-color);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:20px}.form-actions{display:flex;gap:12px;margin-top:8px}.form-actions button{flex:1}.form-tips{margin-top:24px;padding:16px;background:#4caf5014;border-radius:var(--radius-md);border-left:4px solid var(--primary-color)}.form-tips h4{font-size:var(--font-size-sm);font-weight:600;color:var(--primary-dark);margin:0 0 8px}.form-tips ul{margin:0;padding-left:20px;list-style:disc}.form-tips li{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:4px}.form-tips li:last-child{margin-bottom:0}@media (max-width: 480px){.form-content{padding:16px}.germination-form{padding:20px}.form-actions{flex-direction:column-reverse}}.nombre-field{position:relative}.nombre-suggestions{position:absolute;top:100%;left:0;right:0;margin:0;padding:4px 0;list-style:none;background:#fff;border:1px solid #dfe7da;border-radius:8px;box-shadow:0 4px 12px #0000001f;max-height:200px;overflow-y:auto;z-index:20}.nombre-suggestions li{padding:10px 14px;font-size:.9rem;color:#223225;cursor:pointer}.nombre-suggestions li:hover,.nombre-suggestions li.selected{background:#e8f5e9;color:#1b5e20}.create-edit-product-page{min-height:100vh;background:#f5f7f2}.product-form-content{max-width:720px;margin:0 auto;padding:12px}.product-form{background:#fff;border:1px solid #dfe7dd;border-radius:12px;padding:14px;display:grid;gap:12px}.text-area-field{display:grid;gap:6px;font-size:.82rem;font-weight:600;color:#425243}.text-area-field textarea{width:100%;border:1px solid #d6ded4;border-radius:8px;padding:10px 12px;font-size:.9rem;resize:vertical;min-height:90px}.images-field{display:grid;gap:8px}.images-field-top{display:flex;align-items:center;justify-content:space-between}.images-label{font-size:.82rem;font-weight:600;color:#425243}.images-counter{font-size:.78rem;color:#5f705f}.images-input{border:1px solid #d6ded4;border-radius:8px;padding:8px;background:#f8faf7}.images-hint{margin:0;font-size:.78rem;color:#5f705f}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.image-item{position:relative;border-radius:8px;overflow:hidden;border:1px solid #d6ded4;background:#fff;min-height:120px}.image-item img{width:100%;height:120px;object-fit:cover;display:block}.principal-badge{position:absolute;left:6px;bottom:6px;background:#141414bd;color:#fff;font-size:.68rem;padding:3px 6px;border-radius:999px}.remove-image-btn{position:absolute;top:5px;right:5px;width:22px;height:22px;border:none;border-radius:50%;background:#141414c7;color:#fff;cursor:pointer}.coords-action{display:flex;justify-content:flex-start;gap:8px;flex-wrap:wrap}.selected-location-field{display:grid;gap:6px;font-size:.8rem;font-weight:600;color:#425243}.location-readonly-box{border:1px solid #d6ded4;border-radius:8px;padding:10px 12px;font-size:.86rem;color:#2e3f31;background:#f3f6f2}.location-map-wrap{border:1px solid #d6ded4;border-radius:10px;overflow:hidden;background:#f8faf7}.location-map{width:100%;height:260px;cursor:crosshair}.product-form-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (max-width: 580px){.product-form-actions{grid-template-columns:1fr}}.profile-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--background-color)}.profile-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 50%,var(--primary-dark) 100%);padding:32px 16px;display:flex;flex-direction:column;align-items:center;text-align:center}.profile-avatar{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--white);color:var(--primary-dark);font-size:28px;font-weight:700;border-radius:var(--radius-full);box-shadow:0 4px 12px #0003;margin-bottom:12px}.profile-name{font-size:var(--font-size-xl);font-weight:700;color:var(--white);margin:0 0 8px}.profile-badge{display:inline-block;padding:4px 12px;background:#fff3;color:var(--white);font-size:var(--font-size-sm);border-radius:var(--radius-lg)}.profile-content{flex:1;max-width:600px;width:100%;margin:0 auto;padding:16px}.profile-section{margin-bottom:24px}.section-title{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0 0 12px}.notification-card{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px;display:grid;gap:10px}.notification-status{font-size:var(--font-size-sm);color:var(--text-secondary)}.notification-status strong{color:var(--text-primary)}.notification-actions{display:flex;gap:10px;flex-wrap:wrap}.notification-btn{border:none;border-radius:10px;padding:10px 14px;font-size:var(--font-size-sm);font-weight:700;color:#fff}.notification-btn-on{background:#1f6d3e}.notification-btn-off{background:#6b7280}.notification-help{font-size:var(--font-size-xs);color:var(--warning-color)}.info-card{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.info-item{display:flex;align-items:center;gap:16px;padding:16px;border-bottom:1px solid var(--border-color)}.info-item:last-child{border-bottom:none}.info-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#4caf501a;border-radius:var(--radius-md);color:var(--primary-color);flex-shrink:0}.info-content{flex:1;min-width:0}.info-label{display:block;font-size:var(--font-size-xs);color:var(--text-secondary);margin-bottom:2px}.info-value{display:block;font-size:var(--font-size-md);color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.action-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;background:var(--surface-color);border:2px solid transparent;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;transition:all var(--transition-fast)}.action-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.action-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#4caf501a;border-radius:var(--radius-md);color:var(--primary-color)}.action-label{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);text-align:center}.action-badge{position:absolute;top:10px;right:10px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#1f6d3e;color:#fff;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #1f6d3e38}.action-danger{border-color:#d32f2f4d}.action-danger:hover{border-color:var(--error-color)}.action-danger .action-icon{background:#d32f2f1a;color:var(--error-color)}.action-admin{border-color:#9c27b04d}.action-admin:hover{border-color:#9c27b0}.action-admin .action-icon{background:#9c27b01a;color:#9c27b0}.action-admin-market{border-color:#d32f2f59}.action-admin-market:hover{border-color:#c62828}.action-admin-market .action-icon{background:#c628281a;color:#c62828}.modal-form{display:flex;flex-direction:column;gap:16px}@media (max-width: 480px){.profile-header{padding:24px 16px}.profile-avatar{width:64px;height:64px;font-size:24px}.profile-name{font-size:var(--font-size-lg)}.actions-grid{gap:8px}.action-card{padding:16px 12px}.action-icon{width:40px;height:40px}}.card{background-color:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition-fast),transform var(--transition-fast)}.card-clickable{cursor:pointer}.card-clickable:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.card-hover:hover,.card-clickable:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-header{padding:16px 16px 0}.card-title{font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary);margin:0 0 4px}.card-subtitle{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.card-content{padding:16px}.card-header+.card-content{padding-top:12px}.my-plants-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--background-color)}.my-plants-content{flex:1;max-width:800px;width:100%;margin:0 auto;padding:16px}.actions-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.refresh-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;min-width:110px;background-color:#2e7d32;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.refresh-button:hover:not(:disabled){background:var(--primary-dark);transform:scale(1.02)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-button .spinning{animation:spin .8s linear infinite}.refresh-button svg{flex-shrink:0}.plants-list{display:flex;flex-direction:column;gap:12px}.plant-item .card-content{padding:0}.plant-item-content{display:flex;align-items:center;gap:12px;padding:16px}.plant-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#4caf501a;border-radius:var(--radius-md);font-size:22px;flex-shrink:0}.plant-info{flex:1;min-width:0}.plant-name{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plant-details{display:flex;flex-wrap:wrap;gap:8px;font-size:var(--font-size-sm);color:var(--text-secondary)}.plant-quantity:after{content:"•";margin-left:8px}.plant-actions{display:flex;gap:8px;flex-shrink:0}.action-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--background-color);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.edit-btn{color:var(--primary-color)}.edit-btn:hover{background:#4caf5026}.delete-btn{color:var(--error-color)}.delete-btn:hover{background:#d32f2f26}.delete-confirm-content{text-align:center}.delete-confirm-content>p:first-child{color:var(--text-primary);margin:0 0 16px}.delete-plant-info{display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--background-color);border-radius:var(--radius-md);margin-bottom:16px}.delete-plant-info strong{color:var(--text-primary);font-size:var(--font-size-md)}.delete-plant-info span{color:var(--text-secondary);font-size:var(--font-size-sm)}.delete-warning{color:var(--error-color);font-size:var(--font-size-sm);margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;gap:16px;color:var(--text-secondary)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;text-align:center;gap:16px}.empty-icon{font-size:64px}.empty-state h3{font-size:var(--font-size-lg);color:var(--text-primary);margin:0}.empty-state p{font-size:var(--font-size-md);color:var(--text-secondary);margin:0}@media (max-width: 480px){.plant-item-content{flex-wrap:wrap}.plant-actions{width:100%;justify-content:flex-end;padding-top:8px;margin-top:8px;border-top:1px solid var(--border-color)}}.admin-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f8faf8}.admin-content{flex:1;max-width:1000px;width:100%;margin:0 auto;padding:24px}.admin-tabs{display:flex;gap:8px;margin-bottom:24px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border:none;background:transparent;border-radius:8px;font-size:.95rem;font-weight:500;color:#757575;cursor:pointer;transition:all .2s}.tab-btn:hover{background:#f5f5f5;color:#424242}.tab-btn.active{background:linear-gradient(135deg,#2e7d32,#43a047);color:#fff;box-shadow:0 4px 12px #2e7d324d}.tab-content{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.section-header h2{font-size:1.25rem;font-weight:600;color:#212121;margin:0}.user-count{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.users-table{overflow:hidden}.table-header{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr 1.5fr;gap:16px;padding:12px 16px;background:#f5f5f5;border-radius:8px;font-size:.8rem;font-weight:600;color:#616161;text-transform:uppercase;letter-spacing:.5px}.table-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr 1.5fr;gap:16px;padding:16px;border-bottom:1px solid #f0f0f0;align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f8faf8}.user-name{font-weight:600;color:#212121}.role-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.role-ingeniero{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.role-agricultor{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.role-admin{background:linear-gradient(135deg,#fce4ec,#f8bbd9);color:#c2185b}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;color:#616161}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;text-align:center;color:#757575}.create-form{display:flex;flex-direction:column;gap:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.9rem;font-weight:500;color:#424242}.form-select{padding:12px 16px;font-size:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s}.form-select:focus{outline:none;border-color:#2e7d32}.form-spacer{display:none}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #f0f0f0}.market-admin-blocks{display:grid;gap:18px}.market-admin-section{display:grid;gap:10px}.market-admin-section h3{margin:0;font-size:1rem;color:#2a3a2d}.market-admin-empty{margin:0;color:#69766c;font-size:.86rem}.market-report-list{display:grid;gap:10px}.market-report-card{border:1px solid #e3ebe1;border-radius:12px;background:#fafcf9;padding:12px;display:grid;gap:10px}.market-report-main{display:grid;gap:4px}.market-report-main strong{color:#223324;font-size:.93rem}.market-report-main span{color:#5f6f62;font-size:.8rem}.market-report-count{color:#b71c1c;font-weight:700}.market-report-reasons{margin:2px 0 0;padding-left:18px;color:#5f6f62;font-size:.79rem;display:grid;gap:3px}.market-report-actions{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 768px){.admin-tabs{flex-direction:column}.table-header{display:none}.table-row{grid-template-columns:1fr;gap:8px;padding:16px;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:8px}.table-row span:before{font-weight:600;color:#757575;font-size:.8rem}.table-row span:nth-child(1):before{content:"Nombre: "}.table-row span:nth-child(2):before{content:"Correo: "}.table-row span:nth-child(3):before{content:"Tel: "}.table-row span:nth-child(4):before{content:"Rol: "}.table-row span:nth-child(5):before{content:"Ubicación: "}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.product-detail-page{min-height:100vh;background:transparent}.product-detail-content{max-width:700px;margin:0 auto;padding:8px;display:grid;gap:6px}.product-main-card,.gallery-card,.seller-card,.related-card,.loading-container,.empty-container{background:#fffffff7;border:1px solid #d9e3d7;border-radius:12px;padding:10px;box-shadow:0 4px 12px #13251812}.related-card{display:grid;gap:8px}.related-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.related-head h3{margin:0;font-size:.98rem;color:#213423}.related-head span{font-size:.72rem;color:#5f715f;font-weight:600}.related-loading{min-height:48px;display:grid;place-items:center}.related-scroll{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:thin;padding:2px 2px 6px}.related-scroll:after{content:"";flex:0 0 2px}.related-item{flex:0 0 165px;border:1px solid #dbe4d8;border-radius:12px;overflow:hidden;background:#fffffff7;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;scroll-snap-align:start}.related-item:hover{transform:translateY(-1px);box-shadow:0 8px 18px #1526171f;border-color:#c9d8c9}.related-item:focus-visible{outline:none;border-color:#2b7a47;box-shadow:0 0 0 2px #2b7a472e}.related-media{height:88px;background:#eef3ec}.related-media img{width:100%;height:100%;object-fit:cover;display:block}.related-media-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#6e7f70;font-size:.76rem}.related-info{padding:8px;display:grid;gap:5px}.related-info h4{margin:0;font-size:.77rem;line-height:1.25;color:#1f3121;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-location{margin:0;font-size:.7rem;color:#607060;min-height:1.1em}.related-info strong{font-size:.86rem;color:#1f6d3e}.related-more-loading{min-height:38px;display:grid;place-items:center}.related-empty{margin:0;font-size:.82rem;color:#657565}.gallery-card{display:grid;gap:6px}.hero-image-wrap{border-radius:10px;overflow:hidden;border:1px solid #e2e8df;background:#f6f8f4}.hero-image{width:100%;height:clamp(190px,41vw,300px);object-fit:cover;display:block;cursor:zoom-in}.thumb-row{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:6px;padding-bottom:2px;scrollbar-width:thin}.thumb-btn{flex:0 0 58px;border:1px solid #dbe3d9;border-radius:8px;padding:0;overflow:hidden;background:#fff;cursor:pointer}.thumb-btn.active{border-color:#2b7a47;box-shadow:0 0 0 2px #2b7a4726}.thumb-btn img{width:100%;height:44px;object-fit:cover;display:block}.title-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.product-name{margin:0;font-size:1rem;line-height:1.26;color:#1f2f20}.loading-container,.empty-container{min-height:120px;display:grid;place-items:center}.price-value{font-size:1.55rem;line-height:1;font-weight:800;color:#1f6d3e;white-space:nowrap}.description-text{margin:7px 0 0;font-size:.86rem;line-height:1.32;color:#2e3d30}.chips-row{margin-top:7px;display:flex;flex-wrap:wrap;gap:5px}.chip{background:#ebf2e9;border-radius:999px;padding:3px 8px;font-size:.7rem;color:#486048;font-weight:700}.chip-near{background:#e4f4ea;color:#1f6d3e}.seller-card h3{margin:0;color:#243525;font-size:.9rem}.seller-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}.seller-card-head h3{margin:0}.report-wrap{position:relative}.report-icon-btn{width:24px;height:24px;border:none;border-radius:999px;background:#c62828;color:#fff;font-size:.8rem;font-weight:900;cursor:pointer;display:grid;place-items:center}.report-menu{position:absolute;right:0;top:34px;min-width:150px;background:#fff;border:1px solid #ead6d6;border-radius:10px;box-shadow:0 10px 18px #27272726;padding:5px;z-index:12}.report-menu button{width:100%;border:none;background:#fff3f3;color:#a42020;border-radius:8px;text-align:left;padding:8px 10px;font-size:.78rem;font-weight:700;cursor:pointer}.seller-row{display:flex;justify-content:space-between;align-items:center;gap:7px}.seller-avatar{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:.86rem;font-weight:800;color:#1f6d3e;background:linear-gradient(145deg,#e4f2e7,#f1f8f2);border:1px solid #d4e4d6}.seller-meta{flex:1;min-width:0}.seller-row-action{flex:0 0 auto}.seller-row strong{display:block;font-size:.95rem;line-height:1.18}.seller-row p{margin:2px 0 0;color:#657465;font-size:.76rem}.profile-btn{background:#ecf4ed;border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:700;white-space:nowrap}.phone-cta{display:inline-block;margin-top:4px;color:#1f6d3e;font-size:.76rem;font-weight:700}.seller-actions{margin-top:7px;display:grid;gap:6px}.seller-actions .btn{min-height:34px;border-radius:10px;font-weight:700}.image-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0ae6;z-index:1200;display:grid;place-items:center;padding:14px}.fullscreen-image{max-width:100%;max-height:100%;object-fit:contain}.fullscreen-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:1rem;cursor:pointer}@media (max-width: 580px){.product-detail-content{padding:6px;gap:6px}.product-main-card,.gallery-card,.seller-card,.related-card{padding:8px}.related-item{flex-basis:140px}.thumb-btn{flex-basis:52px}.thumb-btn img{height:42px}.product-name{font-size:.95rem}.price-value{font-size:1.38rem}.seller-row{align-items:flex-start}}.seller-profile-page{min-height:100vh;background:#f5f7f2}.seller-profile-content{max-width:720px;margin:0 auto;padding:12px;display:grid;gap:10px}.seller-hero,.seller-products,.seller-loading,.seller-empty{background:#fff;border:1px solid #dfe7dd;border-radius:12px;padding:14px}.seller-loading,.seller-empty{margin:12px;min-height:120px;display:grid;place-items:center}.seller-hero h2{margin:0;color:#243525}.seller-hero p{margin:5px 0 8px;font-size:.84rem;color:#657465}.seller-hero a{font-weight:700;color:#1f6d3e}.seller-chat-btn{margin-top:10px;border:1px solid #1f6d3e;background:#1f6d3e;color:#fff;border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:700;cursor:pointer}.seller-products h3{margin:0 0 10px;color:#253626;font-size:.95rem}.seller-products-list{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.seller-product-card{border:1px solid #e4ebe2;border-radius:10px;padding:8px;display:grid;gap:8px;cursor:pointer}.seller-product-image-wrap{border-radius:8px;overflow:hidden;border:1px solid #e0e8de;background:#f7f9f5;min-height:120px}.seller-product-image{width:100%;height:120px;object-fit:cover;display:block}.seller-product-placeholder{height:120px;display:grid;place-items:center;font-size:.78rem;color:#6a776b}.seller-product-info{display:grid;gap:5px}.seller-product-card h4{margin:0;font-size:.9rem}.seller-product-location{margin:4px 0 0;color:#657465;font-size:.8rem;line-height:1.35}.seller-product-right{display:flex;justify-content:flex-end;align-items:center;gap:8px}.seller-product-right strong{color:#1f6d3e;font-size:.88rem}.seller-action-btn{border:1px solid #d2dbd0;background:#f5f8f4;color:#2a3c2e;border-radius:999px;padding:6px 10px;font-size:.73rem;font-weight:700;cursor:pointer}.seller-none{color:#657465;font-size:.84rem}.chat-list-page{min-height:100vh;background:#f5f7f2}.chat-list-content{max-width:720px;margin:0 auto;padding:12px}.chat-expiry-info{margin-bottom:8px;border:1px solid #d7e8d8;background:#eef7ef;color:#3d5d40;font-size:.78rem;font-weight:600;border-radius:10px;padding:8px 10px}.chat-list-loading,.chat-list-empty{background:#fff;border:1px solid #dfe7dd;border-radius:12px;min-height:120px;display:grid;place-items:center;color:#5f6f62}.chat-cards{display:grid;gap:8px}.chat-card{border:1px solid #dde6dc;border-radius:12px;background:#fff;padding:9px;display:grid;grid-template-columns:78px 1fr;column-gap:10px;row-gap:6px;align-items:start;cursor:pointer}.chat-product-media{border-radius:10px;overflow:hidden;border:1px solid #e0e7de;background:#f3f7f3;width:78px;height:78px;grid-row:1 / 2}.chat-product-image{width:78px;height:78px;object-fit:cover;display:block}.chat-product-placeholder{width:78px;height:78px;display:grid;place-items:center;font-size:.8rem;color:#687669}.chat-card-main{display:grid;gap:2px;align-content:center;min-height:78px}.chat-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.chat-card-top h3{margin:0;font-size:.92rem;color:#1f3122}.chat-card-top span{color:#1f6d3e;font-weight:800}.chat-other{color:#506151;font-size:.8rem;margin:0}.chat-preview{color:#687669;font-size:.82rem;margin:0;grid-column:1 / -1;padding-top:4px;border-top:1px dashed #e3ebe2}.chat-card-expiry{color:#8a4b00;font-size:.76rem;font-weight:700;background:#fff3e0;border:1px solid #ffe0b2;border-radius:8px;padding:4px 6px;margin:0;grid-column:1 / -1}.chat-phone{color:#1f6d3e;font-size:.78rem;font-weight:700;margin:0}.chat-page{min-height:100vh;height:100vh;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#f3f7f3,#ecf2eb)}@supports (height: 100dvh){.chat-page{min-height:100dvh;height:100dvh}}.chat-content{max-width:720px;margin:0 auto;padding:12px;width:100%;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:10px}.chat-loading{margin:12px;min-height:120px;background:#fff;border:1px solid #dfe7dd;border-radius:12px;display:grid;place-items:center}.chat-product-header{background:#fff;border:1px solid #dfe7dd;border-radius:12px;padding:8px;display:grid;grid-template-columns:98px 1fr auto;gap:9px;cursor:pointer;flex-shrink:0}.chat-product-header-media{border-radius:8px;overflow:hidden;border:1px solid #e0e8de;min-height:85px}.chat-product-header-image{width:100%;height:85px;object-fit:cover;display:block}.chat-product-header-placeholder{height:85px;display:grid;place-items:center;font-size:.75rem;color:#667466;background:#f2f6f2}.chat-product-header-info{display:grid;align-content:center;gap:2px}.chat-product-header-info h3{margin:0;font-size:.92rem;color:#1f3022}.chat-product-header-info p{margin:0;font-size:.88rem;color:#1f6d3e;font-weight:800}.chat-product-header-info span{font-size:.76rem;color:#667466}.chat-report-wrap{position:relative;align-self:start}.chat-report-btn{width:28px;height:28px;border:none;border-radius:999px;background:#c62828;color:#fff;font-size:.9rem;font-weight:900;cursor:pointer;display:grid;place-items:center}.chat-report-menu{position:absolute;right:0;top:34px;min-width:130px;background:#fff;border:1px solid #ead6d6;border-radius:10px;box-shadow:0 10px 18px #27272726;padding:5px;z-index:12}.chat-report-menu button{width:100%;border:none;background:#fff3f3;color:#a42020;border-radius:8px;text-align:left;padding:8px 10px;font-size:.76rem;font-weight:700;cursor:pointer}.chat-thread-card{background:#fff;border:1px solid #dfe7dd;border-radius:14px;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages{background:#fff;padding:14px;display:flex;flex-direction:column;gap:10px;flex:1;min-height:250px;overflow-y:auto}.chat-empty{color:#617061;text-align:center;margin:auto}.chat-bubble{width:fit-content;max-width:min(78%,520px);padding:8px 11px;border-radius:12px;display:inline-grid;gap:4px;position:relative}.chat-bubble.mine{align-self:flex-end;background:#ddf0e2;color:#1c3020;padding-right:44px}.chat-bubble.other{align-self:flex-start;background:#f0f3f0;color:#2f4032}.chat-bubble.has-audio{width:min(86vw,340px);max-width:min(86vw,340px)}.bubble-author{font-size:.67rem;font-weight:700;opacity:.75}.chat-bubble.mine .bubble-author{padding-right:6px}.bubble-text{font-size:.86rem;line-height:1.3;white-space:pre-wrap}.bubble-actions{position:absolute;top:6px;right:6px}.bubble-menu-btn{width:36px;height:36px;border:none;border-radius:999px;background:#e4eee4;color:#2f4734;font-weight:900;cursor:pointer;font-size:1.05rem;line-height:1;letter-spacing:-.6px;display:grid;place-items:center}.bubble-menu-btn:hover{background:#d6e6d7}.bubble-media{margin-top:2px}.chat-bubble.has-audio .bubble-media{width:100%}.bubble-image{width:min(240px,100%);border-radius:10px;display:block;border:1px solid #d6e1d5}.bubble-audio{width:100%;min-width:0;display:block}.bubble-menu{position:absolute;right:0;top:28px;background:#fff;border:1px solid #d9e2d8;border-radius:8px;padding:4px;display:grid;gap:3px;z-index:5;min-width:108px}.bubble-menu button{border:none;background:#f3f7f2;border-radius:6px;padding:6px 8px;font-size:.75rem;text-align:left;cursor:pointer}.bubble-menu button.danger{background:#fdeceb;color:#9f2f2f}.chat-compose{background:#fff;border-top:1px solid #e2e9e1;padding:10px 10px calc(10px + env(safe-area-inset-bottom));display:flex;align-items:flex-end;gap:8px;position:sticky;bottom:0;z-index:2;flex-shrink:0}.chat-expiry-banner{margin:0 10px 8px;border:1px solid #ffe0b2;background:#fff3e0;border-radius:10px;color:#8a4b00;font-size:.78rem;font-weight:600;padding:8px 10px}.compose-icon-btn{width:36px;height:36px;border:1px solid #d4ded3;border-radius:50%;background:#f5f8f4;color:#355339;font-weight:800;cursor:pointer;display:grid;place-items:center;flex-shrink:0}.compose-icon-btn.recording{background:#ffeceb;border-color:#efb7b5;color:#a2332f}.icon-svg{width:18px;height:18px}.stop-indicator{width:11px;height:11px;border-radius:2px;background:currentColor}.chat-compose-status{margin:0 10px 10px;color:#5e6f5f;font-size:.78rem;font-weight:600}.chat-compose-input{width:100%;border:1px solid #d6ded4;border-radius:18px;padding:9px 12px;font-size:.9rem;min-height:40px;max-height:232px;line-height:1.35;resize:none;overflow-y:hidden;font-family:inherit}.chat-compose-input:focus{outline:none;border-color:#70ab7f;box-shadow:0 0 0 3px #1f6d3e1f}.chat-recording-panel{flex:1;min-height:42px;border:1px solid #efb7b5;border-radius:18px;padding:8px 12px;background:linear-gradient(180deg,#fff4f3,#ffeceb);display:flex;align-items:center;gap:10px;overflow:hidden}.chat-recording-waveform{flex:1;height:24px;display:flex;align-items:center;gap:3px}.waveform-bar{flex:1;height:100%;border-radius:999px;background:linear-gradient(180deg,#ff7c73,#c63f39);transform-origin:center;transition:transform .09s linear}.chat-recording-time{color:#a2332f;font-size:.8rem;font-weight:800;min-width:34px;text-align:right}.send-icon-btn{width:42px;height:42px;border:none;border-radius:50%;background:linear-gradient(145deg,#2d8b52,#1f6d3e);color:#fff;font-weight:900;cursor:pointer;display:grid;place-items:center;box-shadow:0 7px 16px #165c3540;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;flex-shrink:0}.send-icon-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #165c3547;filter:saturate(1.05)}.send-icon{width:19px;height:19px}.send-icon-btn:disabled{opacity:.6;cursor:not-allowed}.edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1300;display:grid;place-items:center;padding:16px}.edit-modal-card{width:min(460px,100%);border-radius:12px;border:1px solid #dfe7dd;background:#fff;box-shadow:0 18px 40px #1f302229;padding:14px;display:grid;gap:10px}.edit-modal-card h3{margin:0;font-size:1rem;color:#243227}.edit-modal-card textarea{width:100%;border:1px solid #d6ded4;border-radius:10px;resize:vertical;min-height:110px;padding:10px;font-size:.92rem;font-family:inherit}.edit-modal-actions{display:flex;justify-content:flex-end;gap:8px}.delete-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1200;display:grid;place-items:center;padding:12px}.delete-confirm-card{background:#fff;border-radius:12px;border:1px solid #dfe7dd;padding:12px;width:min(340px,100%)}.delete-confirm-card p{margin:0 0 10px;font-size:.88rem}.delete-confirm-actions{display:flex;justify-content:flex-end;gap:8px}.delete-confirm-actions button{border:none;border-radius:8px;padding:8px 10px;cursor:pointer}.delete-confirm-actions .danger{background:#c23333;color:#fff}@media (max-width: 720px){.chat-content{padding:10px}.chat-recording-waveform{gap:2px}.chat-product-header{grid-template-columns:86px 1fr auto}.chat-product-header-media,.chat-product-header-image,.chat-product-header-placeholder{min-height:75px;height:75px}.chat-bubble{max-width:86%}}:root{--primary-color: #2f8f4e;--primary-dark: #1f6d3e;--primary-light: #72c088;--accent-color: #c58a2f;--error-color: #D32F2F;--warning-color: #f2a63a;--success-color: #2f8f4e;--info-color: #1976D2;--background-color: #eef3ec;--surface-color: #ffffff;--text-primary: #152319;--text-secondary: rgba(21, 35, 25, .62);--text-disabled: rgba(21, 35, 25, .4);--white: #FFFFFF;--black: #000000;--border-color: rgba(43, 66, 47, .14);--shadow-sm: 0 1px 2px rgba(19, 37, 24, .08), 0 6px 14px rgba(19, 37, 24, .06);--shadow-md: 0 2px 8px rgba(19, 37, 24, .1), 0 12px 24px rgba(19, 37, 24, .08);--shadow-lg: 0 14px 32px rgba(19, 37, 24, .16), 0 6px 14px rgba(19, 37, 24, .1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-full: 50%;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--font-family: "Manrope", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 24px;--font-size-xxl: 32px;--z-dropdown: 100;--z-modal: 200;--z-toast: 300}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-family);font-size:var(--font-size-md);line-height:1.5;color:var(--text-primary);background:radial-gradient(circle at 6% -10%,rgba(114,192,136,.22),transparent 34%),radial-gradient(circle at 92% 10%,rgba(197,138,47,.12),transparent 35%),var(--background-color);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast)}:focus-visible{outline:3px solid rgba(47,143,78,.35);outline-offset:1px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.text-error{color:var(--error-color)}.text-success{color:var(--success-color)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn var(--transition-normal) forwards}.slide-up{animation:slideUp var(--transition-normal) forwards}.slide-down{animation:slideDown var(--transition-normal) forwards}
