:root{--bg: #0f1419;--surface: #1a222d;--border: #2a3544;--text: #e8edf4;--muted: #8b98a8;--accent: #3d9a6f;--accent-hover: #4cb882;--danger: #c45c5c;--radius: 10px;font-family:DM Sans,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;min-height:100dvh}.app{width:100%;max-width:min(1200px,100vw);margin:0 auto;padding:clamp(1rem,4vw,2rem) clamp(.75rem,3vw,1.25rem) clamp(2rem,6vw,4rem);padding-left:max(clamp(.75rem,3vw,1.25rem),env(safe-area-inset-left));padding-right:max(clamp(.75rem,3vw,1.25rem),env(safe-area-inset-right))}.header{margin-bottom:2rem}.header h1{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.tagline{margin:.35rem 0 0;color:var(--muted);font-size:.95rem}.grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.grid{grid-template-columns:minmax(0,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1rem,3vw,1.35rem);min-width:0;max-width:100%}.card-wide{grid-column:1 / -1}.card h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.muted{color:var(--muted)}.small{font-size:.85rem}.context{margin:0 0 1rem;font-size:.9rem;color:var(--muted)}.form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}.form input,.form textarea{font:inherit;padding:.55rem .65rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.form input:focus,.form textarea:focus{outline:2px solid var(--accent);outline-offset:0}.form button,.banner-close{align-self:flex-start;font:inherit;font-weight:600;padding:.55rem 1rem;border:none;border-radius:6px;background:var(--accent);color:#0a0f0c;cursor:pointer}.form button:hover:not(:disabled),.banner-close:hover{background:var(--accent-hover)}.form button:disabled{opacity:.5;cursor:not-allowed}.form-upload{padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.list-item{width:100%;text-align:left;padding:.65rem .75rem;border-radius:6px;border:1px solid transparent;background:var(--bg);color:var(--text);cursor:pointer;font:inherit;display:flex;flex-direction:column;gap:.15rem}.list-item:hover{border-color:var(--border)}.list-item.active{border-color:var(--accent);background:#3d9a6f1f}.list-title{font-weight:600}.list-meta{font-size:.8rem;color:var(--muted);overflow-wrap:anywhere;word-break:break-word}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1rem;min-width:0}@media(max-width:480px){.gallery{grid-template-columns:minmax(0,1fr)}}.photo-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);min-width:0;max-width:100%}button.photo-wrap{display:block;width:100%;margin:0;padding:0;border:none;aspect-ratio:4 / 3;background:#111;cursor:zoom-in;font:inherit;color:inherit}button.photo-wrap:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.photo-body{padding:.75rem .85rem;display:flex;flex-direction:column;gap:.5rem}.photo-body time{font-size:.75rem;color:var(--muted)}.obs{margin:0;font-size:.9rem;white-space:pre-wrap}.btn-danger{font:inherit;font-size:.8rem;padding:.35rem .65rem;align-self:flex-start;border:1px solid var(--danger);border-radius:4px;background:transparent;color:var(--danger);cursor:pointer}.btn-danger:hover{background:#c45c5c26}.banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1.25rem;background:#c45c5c26;border:1px solid var(--danger)}.banner-close{background:transparent;color:var(--text);border:1px solid var(--border)}.banner-close:hover{background:var(--surface)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));background:#05080ceb;cursor:zoom-out}.lightbox-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:min(100vw - 1.5rem,1400px);max-height:min(92dvh,92vh);min-height:0;cursor:default}.lightbox-img{max-width:100%;max-height:min(85dvh,85vh);width:auto;height:auto;object-fit:contain;border-radius:6px}.lightbox-caption{margin:0;max-width:100%;padding:0 .5rem;text-align:center;font-size:.95rem;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text)}.lightbox-close{position:fixed;top:max(.5rem,env(safe-area-inset-top));right:max(.5rem,env(safe-area-inset-right));z-index:1001;width:2.75rem;height:2.75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:var(--border)}
