@import"https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600;700&display=swap";.brand{color:var(--white);font-size:1.5rem;font-weight:700}.nav-links a.active{border-bottom:2px solid var(--white)}:root{--dark-green: #004d40;--black: #e0cfcf;--white: #ffffff}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:var(--black);padding:1rem 2rem;font-family:Poppins,sans-serif;box-shadow:0 2px 5px #0003}.nav-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.nav-links a{text-decoration:none;color:var(--white);font-weight:500;position:relative;padding:.25rem 0;transition:color .3s ease}.home-container{font-family:Urbanist,sans-serif;color:#1a1a1a;padding:3rem 1.5rem;max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.hero{background:linear-gradient(135deg,#064420,#0b6b35);color:#fff;padding:4rem 2rem;border-radius:16px;text-align:center;box-shadow:0 12px 30px #00000026;position:relative;overflow:hidden}.hero h1 .hero h1{font-family:Fredoka One,cursive;font-size:3rem;font-weight:400;line-height:1.2}ol{list-style:none;counter-reset:step;display:flex;flex-direction:column;gap:2rem;padding:0}ol li{background:#efededbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:2rem;position:relative;box-shadow:0 4px 24px #0000000d;transition:transform .2s ease,box-shadow .2s ease}ol li:before{counter-increment:step;content:"0" counter(step);position:absolute;top:1.25rem;left:1.5rem;font-size:1.125rem;font-weight:600;background-color:#064420;color:#cacaca;width:32px;height:32px;display:grid;place-items:center;border-radius:50%}ol li:hover{transform:translateY(-3px);box-shadow:0 6px 32px #00000014}ol li p{margin-top:.5rem;color:#444;line-height:1.6}a{color:#0b6b35;font-weight:600;text-decoration:none;transition:color .2s ease}a:hover{color:#064420;text-decoration:underline}ol li{text-align:center;align-items:center}li{list-style-type:none}.plants-container{font-family:Urbanist,sans-serif;max-width:900px;margin:3rem auto;padding:1rem 2rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 18px #0000000f}.plants-container h1{font-size:2.6rem;font-weight:700;color:#064420;margin-bottom:.8rem;text-align:center}.plants-container p{font-weight:500;font-size:1.2rem;margin-bottom:1.5rem;text-align:center}.plants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;max-width:1200px;margin:20px auto}.plantContainer{margin-bottom:1rem;padding:2rem;background:#e7f3e7;border-radius:8px;box-shadow:inset 0 1px 3px #00000012;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:transform .2s ease-in-out}.plantContainer:hover{transform:translateY(-5px)}.plant-image{width:100%;height:12rem;object-fit:cover;border-radius:10px;box-shadow:0 3px 10px #0000001a;margin-top:.4rem;display:block;margin-left:auto;margin-right:auto}.plants-container ul{list-style:none;padding-left:0;margin-top:2rem;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.plants-container ul li{flex:1 1 150px;font-weight:600;font-size:1rem;color:#064420;text-align:center}.plants-container ul img{width:160px;height:120px;object-fit:cover;border-radius:10px;box-shadow:0 3px 10px #0000001a;margin-top:.4rem;display:block;margin-left:auto;margin-right:auto}.plants-container h2,.plants-container h3{color:#0b6b35;margin-top:2.5rem;margin-bottom:1rem;border-bottom:2px solid #0b6b35;padding-bottom:.3rem}.plantContainer h3{width:100%;margin:0;padding:0;font-weight:600;color:#0b6b35;font-size:1.25rem}.plantContainer hr{border:none;width:calc(100% + 3rem);margin:.5rem -1rem}.plants-container ul:not(.plants-list){list-style:disc inside;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;color:#2d4a2d}.plants-container footer{text-align:center;padding:1rem 0;font-size:.9rem;color:#666;border-top:1px solid #ccc;margin-top:3rem}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;border-radius:10px;width:80%;max-width:500px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;animation-name:animatemodal;animation-duration:.4s;position:relative;text-align:center}.modal-image{max-width:100%;height:auto;max-height:300px;object-fit:contain;border-radius:4px;margin-bottom:15px}.modal-content h2{margin-top:0;color:#333}.modal-content p{color:#555;line-height:1.5}.modal-content button{background-color:#0b6b35;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;margin-top:20px;transition:background-color .3s ease}.modal-content button:hover{background-color:#064420}@keyframes animatemodal{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.plants-grid{grid-template-columns:1fr}.modal-content{width:95%}}.container{font-family:Urbanist,sans-serif;max-width:700px;margin:3rem auto;padding:2rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 18px #0000000f;text-align:center}.container h2{font-size:2.2rem;font-weight:700;color:#064420;margin-top:1.5rem;margin-bottom:1rem;border-bottom:2px solid #0b6b35;padding-bottom:.5rem}.container p{font-weight:500;font-size:1.1rem;line-height:1.6;margin-bottom:.8rem;color:#2d4a2d}.container img{max-width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:10px;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;display:block;margin-left:auto;margin-right:auto}.container p span{font-style:normal}.container p span[style*="font-style: italic"]{color:#c0392b;font-weight:600}.container p:first-of-type{margin-top:1rem}.plant-photo{margin:0}.image-attribution{font-size:.75rem;color:#888;margin-top:.4rem}html,body{height:100%;margin:0;padding:0;font-family:Urbanist,sans-serif;background-color:#eafae5}.quiz-wrapper{display:flex;justify-content:center;align-items:center;height:100vh}.quiz-container{text-align:center;padding:2rem;background-color:#f0fdf0;border-radius:12px;box-shadow:0 6px 15px #00000014;max-width:600px;width:90%}.quiz-question{font-size:1.6rem;margin-bottom:1rem;color:#064420}.quiz-image{width:100%;max-height:350px;object-fit:cover;border-radius:10px;margin-bottom:1.5rem}.quiz-buttons{display:flex;justify-content:center;gap:1rem}.quiz-buttons button{background-color:#064420;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.quiz-buttons button:hover{background-color:#0b6b35}.quiz-end-screen{display:flex;flex-direction:column;gap:1rem}.quiz-end-text{font-size:1.25rem;color:#4b5563}.last-answer-text{margin-top:1.5rem;font-size:1.125rem;font-weight:500;color:#4b5563}.last-answer-value{font-weight:700;color:#2563eb}.loading-text{font-size:1.5rem;font-weight:700;color:#4b5563}.myprofile-container{font-family:Urbanist,sans-serif;max-width:720px;margin:3rem auto;padding:1.5rem 2rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 20px #0000000d}.myprofile-container h1{font-size:2.8rem;font-weight:700;color:#064420;margin-bottom:1.2rem;text-align:center;text-transform:capitalize}.myprofile-container h2{font-size:2rem;color:#0b6b35;margin-top:3rem;margin-bottom:1rem;border-bottom:2px solid #0b6b35;padding-bottom:.25rem}.myprofile-container h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-align:center}.myprofile-container a{color:#0b6b35;text-decoration:none;font-weight:600;transition:color .3s ease}.myprofile-container a:hover,.myprofile-container a:focus{color:#064420;text-decoration:underline}.myprofile-container ul{list-style:none;padding-left:0;margin-top:1rem}.myprofile-container ul li{background:#e6f0e6;margin-bottom:1rem;padding:.9rem 1.2rem;border-radius:8px;box-shadow:inset 0 1px 3px #00000012;font-weight:500;font-size:1.125rem}@media(max-width:600px){.myprofile-container{margin:1.5rem 1rem;padding:1rem 1.25rem}}.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}}.project-form{font-family:Urbanist,sans-serif;max-width:640px;margin:3rem auto;padding:2rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 18px #0000000f;box-sizing:border-box}.project-form h1{font-size:2.2rem;font-weight:700;color:#064420;margin:0 0 1.5rem;text-align:center}.project-form form{display:flex;flex-direction:column;gap:1.25rem}.project-form .pf-field{background:#e7f3e7;border-radius:8px;padding:1.25rem}.project-form label{display:block;font-weight:600;font-size:1rem;color:#064420;margin-bottom:.5rem}.project-form input[type=text],.project-form select{width:100%;box-sizing:border-box;min-height:44px;padding:.55rem .75rem;border:1px solid #c0d8c0;border-radius:5px;font-size:1rem;font-family:inherit;color:#333;background:#fff}.project-form input[type=text]:focus,.project-form select:focus{border-color:#0b6b35;box-shadow:0 0 0 2px #0b6b3533;outline:none}.project-form .pf-loc-option{margin-top:.85rem}.project-form .pf-loc-option:first-of-type{margin-top:.5rem}.project-form .pf-loc-label{display:block;font-weight:600;font-size:.85rem;color:#2d4a2d;margin-bottom:.35rem}.project-form .pf-address-row{display:flex;flex-wrap:wrap;gap:.5rem}.project-form .pf-address-row input{flex:1 1 12rem}.project-form .pf-hint{font-size:.8rem;color:#666;margin:.3rem 0 0}.project-form .pf-loc-set{margin-top:.85rem;font-size:.95rem;color:#2d4a2d}.project-form .pf-loc-set code{background:#fff;padding:.1rem .4rem;border-radius:4px;border:1px solid #dcebdc}.project-form .pf-error{color:#c0392b;font-weight:600;font-size:.9rem;margin:.5rem 0 0}.project-form button{min-height:44px;padding:.55rem 1.1rem;border-radius:6px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer}.project-form .pf-field button{background:#fff;color:#0b6b35;border:1px solid #0b6b35}.project-form .pf-field button:hover:not(:disabled){background:#e7f3e7}.project-form .pf-field button:disabled{color:#9aa79a;border-color:#b9c9b9;cursor:not-allowed}.project-form .pf-submit{align-self:center;background:#0b6b35;color:#fff;border:none;padding:.65rem 1.75rem;font-size:1.05rem;font-weight:700}.project-form .pf-submit:hover:not(:disabled){background:#064420}.project-form .pf-submit:disabled{background:#a7c4a7;cursor:not-allowed}@media(max-width:600px){.project-form{margin:1.5rem auto;padding:1.25rem}.project-form h1{font-size:1.8rem}}.container h1,.container h2{font-size:2.4rem;font-weight:700;color:#064420;margin-bottom:1.5rem;text-align:center}.container p{font-weight:500;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#2d4a2d}.container a{color:#0b6b35;text-decoration:none;font-weight:600;transition:color .2s ease-in-out}.container a:hover{color:#064420;text-decoration:underline}.container ul{list-style:none;padding:0;margin-top:2rem}.container ul li{background:#e7f3e7;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:center;align-items:center;transition:transform .2s ease-in-out}.container ul li a{font-size:1.3rem;font-weight:600;color:#0b6b35}.container button{background-color:#0b6b35;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin-top:1.5rem;transition:background-color .3s ease}.container button:hover{background-color:#064420}.container h3 a{display:inline-block;background-color:#4caf50;color:#fff;padding:10px 20px;border-radius:5px;margin-top:1rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a;transition:background-color .3s ease}.container h3 a:hover{background-color:#45a049;text-decoration:none}.container>div{padding:1rem;font-style:italic;color:#555}@media(max-width:600px){.container{margin:1.5rem auto;padding:1rem}.container h2{font-size:2rem}.container ul li a{font-size:1.1rem}}.site-sun-panel{font-family:Urbanist,sans-serif;margin-top:1.5rem;text-align:left}.site-sun-panel p{padding:0;margin:0;text-align:left;color:inherit;font-size:inherit}.site-sun-panel li{background:none;box-shadow:none;transform:none}.site-sun-panel li:hover{transform:none}.site-sun-panel h3{font-size:1.25rem;font-weight:600;color:#0b6b35;margin:1.25rem 0 .5rem;text-align:left}.site-sun-panel .ssp-intro{font-size:.9rem;line-height:1.5;color:#555;margin:0 0 1rem;text-align:left}.site-sun-panel .ssp-form{background:#e7f3e7;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.site-sun-panel .ssp-field,.site-sun-panel .ssp-field-inline{display:flex;flex-direction:column;gap:.25rem}.site-sun-panel .ssp-field>span,.site-sun-panel .ssp-field-inline>span,.site-sun-panel .ssp-legend{font-size:.85rem;font-weight:600;color:#064420}.site-sun-panel .ssp-field input,.site-sun-panel .ssp-field select,.site-sun-panel .ssp-field-inline input{width:100%;min-height:44px;padding:.5rem .75rem;border:1px solid #c0d8c0;border-radius:5px;font-size:1rem;font-family:inherit;color:#333;background:#fff;box-sizing:border-box}.site-sun-panel .ssp-field input:focus,.site-sun-panel .ssp-field select:focus,.site-sun-panel .ssp-field-inline input:focus{border-color:#0b6b35;box-shadow:0 0 0 2px #0b6b3533;outline:none}.site-sun-panel .ssp-help{font-size:.78rem;color:#666;margin:0}.site-sun-panel .ssp-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.site-sun-panel .ssp-row{flex-direction:row}.site-sun-panel .ssp-row>.ssp-field{flex:1}}.site-sun-panel .ssp-endpoints{border:1px solid #c0d8c0;border-radius:6px;padding:.75rem;margin:0}.site-sun-panel .ssp-endpoints .ssp-legend{padding:0 .4rem}.site-sun-panel .ssp-endpoint-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.site-sun-panel .ssp-submit{background:#0b6b35;color:#fff;border:none;border-radius:8px;padding:.65rem 1.25rem;min-height:44px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;align-self:flex-start}.site-sun-panel .ssp-submit:hover{background:#064420}.site-sun-panel .ssp-list{list-style:none;padding:0;margin:.75rem 0;display:flex;flex-direction:column;gap:.4rem}.site-sun-panel .ssp-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#f4f9f4;border:1px solid #dcebdc;border-radius:6px;padding:.5rem .75rem;font-size:.9rem}.site-sun-panel .ssp-list .ssp-remove{flex-shrink:0;min-height:36px;padding:.3rem .7rem;border:1px solid #c0392b;background:#fff;color:#c0392b;border-radius:5px;font-size:.8rem;font-family:inherit;cursor:pointer}.site-sun-panel .ssp-list .ssp-remove:hover{background:#fdecea}.site-sun-panel .ssp-bed-list{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.5rem}.site-sun-panel .ssp-bed-list li{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;padding:.4rem 0}.site-sun-panel .ssp-bed-name{font-weight:600;min-width:8rem}.site-sun-panel .ssp-compute{min-height:40px;padding:.35rem .9rem;border:1px solid #0b6b35;background:#fff;color:#0b6b35;border-radius:6px;font-size:.9rem;font-family:inherit;cursor:pointer}.site-sun-panel .ssp-compute:hover:not(:disabled){background:#e7f3e7}.site-sun-panel .ssp-compute:disabled{border-color:#b9c9b9;color:#9aa79a;cursor:not-allowed}.site-sun-panel .ssp-result{color:#2a6e3f;font-size:.9rem}.site-sun-panel .ssp-warning{color:#b45309;font-size:.85rem}.site-sun-panel .ssp-error{color:#c0392b;font-size:.9rem;font-weight:600;margin-top:.5rem}.container{font-family:Urbanist,sans-serif;max-width:800px;margin:3rem auto;padding:2rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 18px #0000000f;text-align:center}.container h2{font-size:2.4rem;font-weight:700;color:#064420;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #0b6b35}.container h3{font-size:1.8rem;font-weight:600;color:#0b6b35;margin-top:2rem;margin-bottom:1rem;text-align:center}.container p{font-weight:500;font-size:1.1rem;line-height:1.6;margin-bottom:.8rem;color:#2d4a2d;text-align:left;padding:0 1rem}.container p:first-of-type,.container p:nth-of-type(2){text-align:center;font-size:1rem;color:#555;padding:0}.container ul{list-style:none;padding:0;margin-top:1.5rem}.container ul li{background:#e7f3e7;border-radius:8px;padding:1rem 1.5rem;margin-bottom:.8rem;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:center;align-items:center;transition:transform .2s ease-in-out}.container ul li:hover{transform:translateY(-3px)}.container ul li a{font-size:1.2rem;font-weight:600;color:#0b6b35;text-decoration:none;transition:color .2s ease-in-out}.container ul li a:hover{color:#064420;text-decoration:underline}.container .action-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.container .action-buttons a,.container .action-buttons button{background-color:#0b6b35;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .3s ease,box-shadow .3s ease;display:block;width:auto;max-width:250px;margin-left:auto;margin-right:auto}.container .action-buttons a:hover,.container .action-buttons button:hover{background-color:#064420;box-shadow:0 4px 10px #0000001a}.container .message-box{padding:1rem;font-style:italic;color:#555;text-align:center;margin-bottom:1.5rem}@media(max-width:600px){.container{margin:1.5rem auto;padding:1rem}.container h2{font-size:2rem}.container h3{font-size:1.5rem}.container p{font-size:1rem;padding:0 .5rem}.container .action-buttons{gap:.8rem}}.login-container{width:90%;max-width:350px;margin:15vh auto;padding:30px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center}.login-container h2{font-size:2em;color:#064420;margin-bottom:20px;letter-spacing:-.025em;font-weight:600}.login-container form{display:flex;flex-direction:column;gap:15px;align-items:stretch;margin-bottom:0}.login-container label{display:flex;flex-direction:column;text-align:left;font-size:1.1em;color:#474747;font-weight:500}.login-container input[type=text],.login-container input[type=password]{width:100%;padding:12px 15px;margin-top:5px;border:1px solid #e0e0e0;border-radius:5px;font-size:1em;color:#474747;background-color:#fcfcfc;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.login-container input[type=text]:focus,.login-container input[type=password]:focus{border-color:#0b6b35;outline:none;box-shadow:0 0 0 2px #0b6b3533}.login-container button{background-color:#064420;color:#fff;padding:12px 25px;border:none;border-radius:5px;font-size:1.1em;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .1s ease;flex-grow:1}.login-container button:hover{background-color:#0b6b35;transform:translateY(-2px)}.login-container button:active{transform:translateY(0)}.login-container .error-message{color:red;font-size:.9em;margin-bottom:10px}.login-container .register-link{display:inline-block;margin-top:15px;font-size:1em;color:#154a33;text-decoration:none;border-bottom:dotted 1px #154a33;transition:color .2s ease-in-out,border-color .2s ease-in-out}.login-container .register-link:hover{color:#0b6b35;border-bottom-color:transparent}.login-container .button-group{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:25px}.login-container .or-separator{display:flex;align-items:center;text-align:center;color:#a0a0a0;font-size:.9em;font-weight:500;white-space:nowrap;flex-grow:0;flex-shrink:0}.login-container .or-separator:before,.login-container .or-separator:after{content:"";flex-grow:1;height:1px;background-color:#e0e0e0;margin:0 10px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-container{width:90%;max-width:350px;margin:15vh auto;padding:30px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center}.register-container h1{font-size:2em;color:#064420;margin-bottom:20px;letter-spacing:-.025em;font-weight:600}.register-container form{display:flex;flex-direction:column;gap:15px;align-items:stretch;margin-bottom:0}.register-container label{display:flex;flex-direction:column;text-align:left;font-size:1.1em;color:#474747;font-weight:500}.register-container input[type=text],.register-container input[type=password]{width:100%;padding:12px 15px;margin-top:5px;border:1px solid #e0e0e0;border-radius:5px;font-size:1em;color:#474747;background-color:#fcfcfc;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.register-container input[type=text]:focus,.register-container input[type=password]:focus{border-color:#0b6b35;outline:none;box-shadow:0 0 0 2px #0b6b3533}.register-container button{background-color:#064420;color:#fff;padding:12px 25px;border:none;border-radius:5px;font-size:1.1em;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .1s ease;margin-top:10px}.register-container button:hover{background-color:#0b6b35;transform:translateY(-2px)}.register-container button:active{transform:translateY(0)}.register-container .error-message{color:red;font-size:.9em;margin-bottom:10px}.template-selector-grid{font-family:Urbanist,sans-serif;display:grid;grid-template-columns:repeat(auto-fill,minmax(33%,1fr));gap:1.5rem;margin-top:1.5rem;padding:.5rem;justify-content:center}.template-card{background:#e7f3e7;border:1px solid #c0d8c0;border-radius:10px;padding:1.2rem;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,border-color .2s ease-in-out;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.template-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0000001f}.template-card.selected{border-color:#0b6b35;background-color:#dff0d8;box-shadow:0 0 0 3px #0b6b35;transform:scale(1.02)}.template-card h3{font-size:1.3rem;font-weight:600;color:#064420;margin-top:0;margin-bottom:.5rem}.template-card p{font-size:.95rem;color:#2d4a2d;margin-bottom:.3rem;line-height:1.4}.template-card p:last-child{margin-bottom:0}.template-card img{max-width:100%;height:250px;object-fit:cover;border-radius:5px;margin-top:1rem;margin-bottom:.5rem;display:block}@media(max-width:768px){.template-card{padding:1rem}.template-card h3{font-size:1.2rem}.template-card p{font-size:.9rem}.template-card img{height:180px}}.container{font-family:Urbanist,sans-serif;max-width:700px;margin:3rem auto;padding:2rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 18px #0000000f}.container h1{font-size:2.4rem;font-weight:700;color:#064420;margin-bottom:1.5rem;text-align:center}.container h2{font-size:1.8rem;font-weight:600;color:#0b6b35;margin-top:2rem;margin-bottom:1.5rem;text-align:center}.container h3{font-size:1.4rem;font-weight:600;color:#0b6b35;margin-top:1.5rem;margin-bottom:1rem;text-align:center}.container p{font-weight:500;font-size:1rem;line-height:1.5;margin-bottom:1rem;color:#2d4a2d;text-align:center}.container form{display:flex;flex-direction:column;gap:1.5rem}.container form>div{background-color:#e7f3e7;padding:1.5rem;border-radius:8px;box-shadow:inset 0 1px 3px #00000012}.container label{display:block;font-weight:600;margin-bottom:.5rem;color:#064420;font-size:1.1rem}.container input[type=text],.container input[type=number],.container select{width:100%;box-sizing:border-box;min-height:44px;padding:10px;margin-bottom:.5rem;border:1px solid #c0d8c0;border-radius:5px;font-size:1rem;color:#333;background-color:#fff;box-shadow:inset 0 1px 3px #0000000d;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.container .conditions-heading{margin-top:1rem}.container .conditions-note{text-align:center;font-size:.9rem;color:#555;margin-top:-.75rem;margin-bottom:.5rem}.container input[type=text]:focus,.container input[type=number]:focus,.container select:focus{border-color:#0b6b35;box-shadow:0 0 0 2px #0b6b3533;outline:none}.container input::placeholder{color:#999;opacity:1}.container .dimension-helper-text{font-size:.85rem;color:#666;margin-top:-.3rem;margin-bottom:1rem;text-align:left}.container .mode-toggle-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.container .mode-toggle-buttons button{background-color:#c0d8c0;color:#064420;min-height:44px;padding:10px 24px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.container .mode-toggle-buttons button:hover{background-color:#a7c4a7}.container .mode-toggle-buttons button.active{background-color:#0b6b35;color:#fff;box-shadow:0 2px 8px #0000001a}.container button[type=submit]{background-color:#0b6b35;color:#fff;padding:12px 25px;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:2rem;transition:background-color .3s ease,box-shadow .3s ease;align-self:center}.container button[type=submit]:hover{background-color:#064420;box-shadow:0 4px 12px #00000026}.container button[type=submit]:disabled{background-color:#a7c4a7;cursor:not-allowed;box-shadow:none}.container .error-message{color:#c0392b;font-weight:600;text-align:center;margin-top:1rem}@media(max-width:600px){.container{margin:1.5rem auto;padding:1rem}.container h1{font-size:2rem}.container h2{font-size:1.6rem}.container h3{font-size:1.2rem}.container .mode-toggle-buttons{flex-direction:column;gap:.8rem}}.my-garden-bed-container{font-family:Urbanist,sans-serif;max-width:1200px;margin:3rem auto;padding:1.5rem 2.5rem;color:#222;background:#fafafa;border-radius:12px;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;gap:2rem;align-items:center}.garden-bed-header{width:100%}.back-link{display:inline-block;margin-bottom:.75rem;font-size:.95rem;color:#0b6b35;text-decoration:none}.back-link:hover{text-decoration:underline}.garden-bed-header h1{font-size:2.6rem;font-weight:700;color:#064420;margin-bottom:.8rem;text-align:center}.garden-bed-header p{font-weight:500;font-size:1.1rem;margin-bottom:.5rem;text-align:center;color:#444}.garden-bed-content{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%}.garden-canvas-wrapper{width:100%;max-width:900px;background-color:#f0f0f0;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:auto}.placed-plants-section{width:100%;max-width:900px;background:#e7f3e7;border-radius:8px;box-shadow:inset 0 1px 3px #00000012;padding:1.5rem;display:flex;flex-direction:column;align-items:center}.placed-plants-section h2{font-size:1.8rem;font-weight:600;color:#0b6b35;margin-top:0;margin-bottom:1rem;border-bottom:2px solid #0b6b35;padding-bottom:.5rem;text-align:center;width:100%}.placed-plants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;justify-content:center;width:100%;max-width:100%}.placed-plant-card{background:#fff;border:1px solid #d4e9d4;border-radius:8px;padding:.8rem;text-align:center;box-shadow:0 2px 5px #0000000d;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.placed-plant-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000001a}.plant-image-thumbnail{width:100%;max-height:120px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.placed-plant-card h3{font-size:1.1rem;font-weight:600;color:#064420;margin:.5rem 0}.placed-plant-card p{font-size:.9rem;color:#555;margin:.2rem 0;line-height:1.3}.no-plants-message{text-align:center;font-style:italic;color:#666;padding:1rem}.garden-bed-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;width:100%}.action-button{padding:.8rem 1.5rem;background-color:#0b6b35;color:#fff;text-decoration:none;border-radius:8px;transition:background-color .3s ease,transform .2s ease;font-weight:600;font-size:1rem;border:none;cursor:pointer;white-space:nowrap;min-width:140px;display:flex;align-items:center;justify-content:center;min-height:2.6rem;line-height:normal;box-sizing:border-box}.action-button:hover{background-color:#064420;transform:translateY(-2px)}@media(max-width:992px){.my-garden-bed-container{max-width:90%;padding:1rem 1.5rem}.garden-canvas-wrapper,.placed-plants-section{max-width:100%}}@media(max-width:600px){.garden-bed-header h1{font-size:2rem}.garden-bed-header p{font-size:1rem}.placed-plants-section h2{font-size:1.5rem}.placed-plants-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.action-button{padding:.7rem 1.2rem;font-size:.9rem}}.admin-container{width:90%;max-width:800px;margin:40px auto;padding:30px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center;color:#474747;font-family:Source Sans Pro,sans-serif}.admin-container h1,.admin-container h2{color:#064420;font-weight:600;margin-bottom:20px;letter-spacing:-.025em}.admin-container h1{font-size:2.2em}.admin-container h2{font-size:1.8em;margin-top:30px;margin-bottom:15px}.admin-container p{margin-bottom:1em}.admin-container .error-message{color:red;font-weight:500;margin-bottom:20px}.admin-container .admin-link{color:#154a33;text-decoration:none;border-bottom:dotted 1px;transition:color .2s ease-in-out,border-color .2s ease-in-out}.admin-container .admin-link:hover{color:#0b6b35;border-bottom-color:transparent}.create-plant-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;padding:20px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fcfcfc}@media(max-width:600px){.create-plant-form{grid-template-columns:1fr}.create-plant-form .checkbox-label,.create-plant-form .numeric-inputs,.create-plant-form button[type=submit]{grid-column:span 1}}.create-plant-form label{display:flex;flex-direction:column;text-align:left;font-size:1em;color:#474747;font-weight:500}.create-plant-form input[type=text],.create-plant-form input[type=number]{width:100%;padding:10px 12px;margin-top:5px;border:1px solid #d0d0d0;border-radius:5px;font-size:.95em;color:#474747;background-color:#fff;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.create-plant-form input[type=text]:focus,.create-plant-form input[type=number]:focus{border-color:#0b6b35;outline:none;box-shadow:0 0 0 2px #0b6b3533}.create-plant-form .checkbox-label{flex-direction:row;align-items:center;gap:8px;grid-column:span 2;justify-content:flex-start}.create-plant-form input[type=checkbox]{width:auto;margin-top:0}.create-plant-form .numeric-inputs{display:grid;grid-template-columns:1fr 1fr;gap:15px;grid-column:span 2}.create-plant-form button[type=submit]{grid-column:span 2;background-color:#064420;color:#fff;padding:12px 25px;border:none;border-radius:5px;font-size:1.1em;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .1s ease;margin-top:10px}.create-plant-form button[type=submit]:hover{background-color:#0b6b35;transform:translateY(-2px)}.create-plant-form button[type=submit]:active{transform:translateY(0)}.divider{border:0;border-top:solid 1px #e0e0e0;margin:40px 0}.plant-list{list-style:none;padding:0;margin-top:20px;text-align:left}.plant-item{background-color:#f9f9f9;border:1px solid #eee;padding:10px 15px;margin-bottom:8px;border-radius:5px;display:flex;justify-content:space-between;align-items:center;font-size:.95em}#sbs-683 .cs-container{flex-direction:row;justify-content:space-between}#sbs-683 .cs-image-group{font-size:min(1.2vw,1em);flex:none}#sbs-683 .cs-graphic{width:61.4375em;height:auto;display:block;position:absolute;bottom:10.3125em;right:-2em;z-index:-1}body{background-color:#6a3721bb;font-family:Segoe UI,sans-serif;margin:1;padding:1}.picker-container{padding:20px;max-width:1000px;margin:2 auto;text-align:center}h1{font-size:3rem;color:#112111;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px;justify-items:center}.card{background-color:#f6ecec;border-radius:10px;box-shadow:4px 10px #4340401a;overflow:hidden;transition:transform .2s ease,box-shadow .3s ease;width:200%;max-width:280px;cursor:pointer}.card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000026}.card img{width:100%;height:280px;object-fit:cover}.card h3{margin:35px 0;font-size:2.1rem;color:#610404}.details{background-color:#c39b9b;padding:25px;border-radius:12px;box-shadow:0 4px 12px #0000001f;max-width:700px;margin:0 auto;text-align:left}.details h2{color:#6d343d;font-size:3rem}.details p{margin:10px 0;font-size:1.8rem;color:#473e3e}button{background-color:#7e6b6d;color:#491010;padding:10px 26px;font-size:.95rem;border:none;border-radius:8px;cursor:pointer;margin-bottom:50px;transition:background-color .2s ease}button:hover{background-color:#a5898b}plant-list li{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:10px;list-style-type:none;border-bottom:1px solid #251919}plant-list img{width:10px;height:30px;object-fit:cover;border-radius:2px;border:1px solid #ddd}plant-name{font-weight:700;font-style:italic;color:#1e0505;font-size:2rem;display:block}.technical-name{font-style:italic;color:#666;font-size:.8rem;margin:.15rem 0 0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#f7f7f7}body.is-preload *,body.is-preload *:before,body.is-preload *:after{-moz-animation:none!important;-webkit-animation:none!important;-ms-animation:none!important;animation:none!important;-moz-transition:none!important;-webkit-transition:none!important;-ms-transition:none!important;transition:none!important}body,input,select,textarea{color:#474747;font-family:Source Sans Pro,sans-serif;font-size:16pt;font-weight:300;line-height:1.65em}a{-moz-transition:color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;-webkit-transition:color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;-ms-transition:color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;transition:color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;color:#154a33;text-decoration:none;border-bottom:dotted 1px}a:hover{color:#37c0fb;border-bottom-color:transparent}strong,b{font-weight:600}em,i{font-style:italic}p,ul,ol,dl,table,blockquote{margin:0 0 2em}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:600;line-height:1.75em;margin-bottom:1em}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}h1 em,h2 em,h3 em,h4 em,h5 em,h6 em{font-style:normal;font-weight:300}h2{font-size:1.75em;letter-spacing:-.025em}h3{font-size:1.2em;letter-spacing:-.025em}sub{font-size:.8em;position:relative;top:.5em}sup{font-size:.8em;position:relative;top:-.5em}hr{border-top:solid 1px #e0e0e0;border:0;margin-bottom:1.5em}blockquote{border-left:solid .5em #e0e0e0;font-style:italic;padding:1em 0 1em 2em}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#b4a9a9;color:#064420;line-height:1.6}.container{width:90%;max-width:1200px;margin:0 auto;padding:40px 0}header{background-color:#064420;color:#8a8383;padding:20px 0;text-align:center}header h1{font-size:2rem}nav{background-color:#8a7e7e;padding:10px 0;text-align:center}nav a{color:#064420;margin:0 15px;text-decoration:none;font-weight:500;transition:color .3s ease}nav a:hover{color:#0b6b35}main{padding:40px 0}
