:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f0f7f4;--card: #ffffff;--accent: #2d8a5e;--accent-dim: #249b5c;--text: #2d3748;--text-muted: #5a6c7d;--border: #c5d9d0;--online: #2d8a5e;--offline: #8b9ca8;--warning: #e6a23c;--shadow: rgba(45, 138, 94, .12)}*{box-sizing:border-box}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#root{width:100%}.app{max-width:900px;margin:0 auto;padding:1rem;width:100%;min-width:0}header{text-align:center;margin-bottom:2rem}header h1{font-size:1.75rem;margin:0 0 .5rem;color:var(--accent)}.header-right{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.settings-btn{padding:.35rem .9rem;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--text);cursor:pointer;font-size:.9rem;box-shadow:0 1px 3px var(--shadow);text-decoration:none;font-family:inherit}.settings-btn:hover{background:#e8f3ee}header .status{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:600}header .status.online{color:var(--online);background:#2d8a5e26}header .status.offline{color:var(--offline);background:#8b9ca833}header p{margin:.5rem 0 0;color:var(--text-muted);font-size:.9rem}.project-overview{margin-bottom:1.5rem}.project-overview-content{display:flex;gap:1.5rem;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px var(--shadow)}.project-overview-images{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.project-setup-img{width:100%;max-width:280px;height:auto;border-radius:8px}.team-badge-block{display:flex;flex-direction:column;align-items:center;gap:.5rem}.team-badge-img{max-width:200px;height:auto;border-radius:8px}.team-slogan{margin:0;font-size:.85rem;font-weight:600;color:var(--text);text-align:center}.project-overview-right{flex:1;min-width:0}.project-overview-info{margin-bottom:1rem}.project-overview-info h3{margin:0 0 .5rem;font-size:1.1rem}.project-overview .chart-card{margin-top:1rem}.project-overview-info p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.5}.sensors-grid-inline{margin-bottom:0}@media(max-width:768px){.project-overview-content{flex-direction:column}.project-overview-images{flex-direction:row;flex-wrap:wrap;gap:1rem;align-items:flex-start}.project-setup-img{max-width:100%;flex:1;min-width:180px}.team-badge-block{flex:1;min-width:140px}}@media(max-width:600px){.project-overview-images{flex-direction:column;align-items:center}.project-setup-img{max-width:100%}.sensors-grid-inline{grid-template-columns:1fr 1fr}}.sensors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.sensor-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 2px 8px var(--shadow)}.sensor-card.ok{border-color:var(--accent)}.sensor-card.warning{border-color:var(--warning)}.sensor-icon{font-size:1.5rem}.sensor-info{display:flex;flex-direction:column}.sensor-label{font-size:.75rem;color:var(--text-muted)}.sensor-value{font-size:1.25rem;font-weight:600;color:var(--accent)}.relay-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow)}.relay-card h3{margin:0 0 .5rem;font-size:1rem}.relay-note{font-size:.8rem;color:var(--text-muted);margin:0 0 1rem}.relay-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.relay-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.relay-item span:first-child{flex:1}.badge{padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.badge.on{background:#2d8a5e33;color:var(--accent)}.badge.off{background:#8b9ca833;color:var(--text-muted)}.relay-item button{padding:.4rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--text);cursor:pointer;font-size:.85rem}.relay-item button:hover:not(:disabled){background:#e8f3ee}.relay-item button:disabled{opacity:.5;cursor:not-allowed}.photo-section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:479px){.app{padding:.75rem}header h1{font-size:1.35rem}header p{font-size:.8rem}.header-right{flex-direction:column;gap:.5rem}.settings-btn{padding:.5rem 1rem;min-height:44px}.sensors-grid{grid-template-columns:1fr 1fr;gap:.75rem}.sensor-card{padding:.75rem}.sensor-value{font-size:1.1rem}.relay-grid{grid-template-columns:1fr}.relay-item button{min-height:44px;padding:.5rem 1rem}.photo-section{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.photo-card,.timelapse-card{padding:1rem}.timelapse-controls{flex-direction:column;align-items:stretch}.timelapse-controls label{justify-content:space-between}.timelapse-controls input[type=range]{width:100%;min-width:100px}.timelapse-controls button{min-height:44px}.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-comment-form{flex-direction:column}.gallery-comment-form button{min-height:44px}.competitions-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.modal-content{margin:1rem;min-width:0;max-width:calc(100vw - 2rem)}.modal-buttons{flex-direction:column}.modal-buttons button{min-height:44px}.settings-header{padding:.75rem 1rem;flex-wrap:wrap}.settings-close{min-height:44px}.settings-content{padding:1rem}.settings-relay-item{flex-direction:column;align-items:stretch}.settings-relay-item>span:first-child{min-width:auto}.relay-btn-big{min-width:100%;min-height:48px!important}.competitions-lightbox{padding:1rem}.lightbox-close{top:.5rem;right:.5rem;width:48px;height:48px;font-size:1.25rem}footer{padding:1rem 0;font-size:.9rem}.chart-card .recharts-responsive-container{min-height:180px}}@media(min-width:480px)and (max-width:768px){.app{padding:1rem}.sensors-grid{grid-template-columns:repeat(2,1fr)}.photo-section{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.competitions-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:769px)and (max-width:900px){.photo-section{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.competitions-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:901px){.app{padding:1.5rem;max-width:1100px}.sensors-grid{grid-template-columns:repeat(4,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.competitions-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(min-width:1200px){.app{max-width:1200px}.gallery-grid{grid-template-columns:repeat(4,1fr)}}.photo-card,.timelapse-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px var(--shadow)}.photo-card h3,.timelapse-card h3{margin:0 0 .75rem;font-size:1rem}.day-badge{display:inline-block;background:var(--accent);color:#fff;padding:.2rem .6rem;border-radius:6px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.photo-card img{width:100%;max-width:100%;height:auto;border-radius:8px;display:block;margin-bottom:.5rem}.photo-time{font-size:.8rem;color:var(--text-muted);margin:0}.photo-countdown{margin-top:.75rem;padding:.5rem .75rem;background:var(--bg);border-radius:8px;border:1px solid var(--border);text-align:center}.countdown-label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.countdown-value{font-size:1.25rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--accent)}.countdown-value.due{color:var(--warning, #e67e22)}.timelapse-card p{font-size:.85rem;color:var(--text-muted);margin:0 0 .75rem}.progress-bar{height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-bottom:1rem}.progress-bar>div{height:100%;background:var(--accent);transition:width .2s}.timelapse-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.timelapse-controls label{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.timelapse-controls input[type=range]{width:80px}.timelapse-controls button{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}.timelapse-controls button:hover:not(:disabled){background:var(--accent-dim)}.timelapse-controls button:disabled{opacity:.5;cursor:not-allowed}.timelapse-archive-link{display:inline-block;margin-top:1rem;font-size:.9rem;color:var(--accent);text-decoration:none}.timelapse-archive-link:hover{text-decoration:underline}.chart-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow)}.chart-card h3{margin:0 0 1rem;font-size:1rem}.chart-card .recharts-responsive-container{min-height:200px}.gallery-section{margin-bottom:1.5rem}.gallery-section h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text)}.gallery-empty{color:var(--text-muted);font-size:.9rem}.gallery-carousel{position:relative;overflow:hidden}.gallery-carousel-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.25rem 0;-webkit-overflow-scrolling:touch}.gallery-carousel-track::-webkit-scrollbar{height:6px}.gallery-carousel-track::-webkit-scrollbar-track{background:var(--border);border-radius:3px}.gallery-carousel-track::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.gallery-carousel .gallery-card{flex:0 0 260px;scroll-snap-align:start;min-width:260px}.gallery-carousel-prev,.gallery-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background:#ffffffe6;color:var(--text);font-size:1.75rem;cursor:pointer;border-radius:50%;box-shadow:0 2px 8px var(--shadow);z-index:10;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .2s,transform .2s}.gallery-carousel-prev:hover,.gallery-carousel-next:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.gallery-carousel-prev{left:-8px}.gallery-carousel-next{right:-8px}.gallery-card{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.gallery-card-info{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.gallery-date{font-size:.8rem;color:var(--text-muted)}.gallery-comments{padding:.75rem 1rem 1rem;border-top:1px solid var(--border);margin-top:-1px}.gallery-comments-title{font-size:.8rem;font-weight:600;color:var(--text-muted);margin:0 0 .5rem}.gallery-no-comments{font-size:.85rem;color:var(--text-muted);font-style:italic;margin:0 0 .5rem}.gallery-comments-list{list-style:none;padding:0;margin:0 0 .5rem}.gallery-comments-list li{font-size:.9rem;padding:.35rem 0;border-bottom:1px solid #eee}.gallery-comments-list li:last-child{border-bottom:none}.comment-time{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.gallery-comment-form{display:flex;gap:.5rem;margin-top:.5rem}.gallery-comment-form input{flex:1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem}.gallery-comment-form input:focus{outline:none;border-color:var(--accent)}.gallery-comment-form button{padding:.5rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer}.gallery-comment-form button:hover:not(:disabled){background:var(--accent-dim)}.gallery-comment-form button:disabled{opacity:.5;cursor:not-allowed}.competitions-gallery{margin-bottom:1.5rem}.competitions-gallery h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text)}.competitions-intro{font-size:.9rem;color:var(--text-muted);margin:0 0 1rem}.competitions-loading,.gallery-loading{color:var(--text-muted);font-size:.9rem}.competitions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.competitions-card{background:none;border:none;padding:0;cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--shadow);transition:transform .2s,box-shadow .2s}.competitions-card:hover{transform:scale(1.02);box-shadow:0 4px 12px var(--shadow)}.competitions-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.competitions-lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.competitions-lightbox img{max-width:95%;max-height:95%;object-fit:contain;border-radius:8px}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#fff3;color:#fff;font-size:2.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .2s}.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff59}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);color:#fffc;font-size:.95rem}.lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:#fff3;color:#fff;font-size:1.5rem;border-radius:50%;cursor:pointer}.lightbox-close:hover{background:#ffffff4d}footer{text-align:center;padding:1.5rem 0;border-top:1px solid var(--border)}footer a{color:var(--accent);text-decoration:none}footer a:hover{text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;min-width:280px}.modal-content h3{margin:0 0 1rem}.modal-content input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-size:1rem}.modal-content input:focus{outline:none;border-color:var(--accent)}.modal-error{color:#ef4444;font-size:.85rem;margin:-.5rem 0 .75rem}.modal-buttons{display:flex;gap:.5rem}.modal-buttons button{flex:1;padding:.6rem;border-radius:8px;font-size:.95rem;cursor:pointer}.modal-buttons button[type=submit]{background:var(--accent);color:#fff;border:none}.modal-buttons button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.modal-buttons button[type=button]{background:transparent;border:1px solid var(--border);color:var(--text)}.settings-page{position:fixed;inset:0;background:#f0f7f4f7;display:flex;flex-direction:column;z-index:1001;overflow:hidden}.settings-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:var(--card)}.settings-header h2{margin:0;font-size:1.25rem}.settings-close{padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer}.settings-close:hover{background:var(--border)}.settings-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:1.5rem;max-width:560px;margin:0 auto;width:100%}.settings-content::-webkit-scrollbar{width:8px}.settings-content::-webkit-scrollbar-track{background:transparent}.settings-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.settings-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.hc-section{margin-bottom:2rem}.hc-section h3{margin:0 0 .75rem;font-size:1.05rem}.hc-note{font-size:.85rem;color:var(--text-muted);margin:0 0 1rem}.hc-loading{color:var(--text-muted);font-size:.9rem}.relay-status-grid{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.relay-status-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px}.relay-label{font-weight:500}.relay-badge{padding:.2rem .6rem;border-radius:6px;font-size:.85rem;font-weight:600}.relay-badge.on{background:#2d8a5e33;color:var(--accent)}.relay-badge.off{background:#8b9ca833;color:var(--text-muted)}.env-settings-form{display:flex;flex-direction:column;gap:1rem}.env-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.env-row label{display:flex;flex-direction:column;gap:.35rem;min-width:120px}.env-row label span{font-size:.85rem;color:var(--text-muted)}.env-row input[type=number],.env-row input[type=time]{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;width:100%;max-width:140px}.env-row-led{flex-wrap:wrap}.env-checkbox{flex-direction:row!important;align-items:center;min-width:auto!important}.env-checkbox input{margin-right:.5rem}.env-save-btn{align-self:flex-start;padding:.6rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-top:.5rem}.env-save-btn:hover:not(:disabled){background:var(--accent-dim)}.env-save-btn:disabled{opacity:.6;cursor:not-allowed}.preset-buttons{display:flex;flex-direction:column;gap:.75rem}.preset-btn{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.25rem;border:2px solid var(--border);border-radius:12px;background:var(--card);cursor:pointer;text-align:left;transition:border-color .2s,background .2s}.preset-btn:hover:not(:disabled){border-color:var(--accent);background:#2d8a5e0f}.preset-btn.active{border-color:var(--accent);background:#2d8a5e1f}.preset-btn:disabled{opacity:.6;cursor:not-allowed}.preset-title{font-weight:600;font-size:1rem;color:var(--text);margin-bottom:.25rem}.preset-desc{font-size:.8rem;color:var(--text-muted);line-height:1.4}.preset-current{margin:.75rem 0 0;font-size:.9rem;color:var(--text-muted)}.preset-current strong{color:var(--accent)}.photo-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.photo-card-header h3{margin:0}.growth-phase-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;background:#2d8a5e1f;border:1px solid var(--accent);border-radius:8px}.growth-phase-value{font-weight:600;color:var(--accent);font-size:.9rem}.settings-content h3{margin:0 0 .5rem}.settings-content .relay-grid{margin-top:1rem}.settings-relay-grid{display:flex;flex-direction:column;gap:1.25rem}.settings-relay-item{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:12px}.settings-relay-item>span:first-child{font-size:1.1rem;font-weight:500;min-width:140px}.relay-btn-big{min-height:52px!important;padding:.75rem 1.5rem!important;font-size:1.1rem!important;font-weight:600;border-radius:10px;flex:1;min-width:120px;transition:transform .15s,box-shadow .15s;border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer}.relay-btn-big:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow);background:#e8f3ee}.relay-btn-big:active:not(:disabled){transform:translateY(0)}.relay-btn-big:disabled{opacity:.5;cursor:not-allowed}.relay-feedback{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.relay-feedback.success{background:#2d8a5e26;color:var(--accent);border:1px solid rgba(45,138,94,.3)}.relay-feedback.error{background:#dc35451a;color:#c82333;border:1px solid rgba(220,53,69,.3)}
