:root{--primary-color:#ae3c40;--secondary-color:#13a575;--background-color:#f1dad8;--text-color:#1f2937;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);margin:0;padding:0;font-family:Courier New,Source Code Pro,Inconsolata,SF Mono,Monaco,Roboto Mono,Courier,monospace!important}#root{min-height:100vh}.header{background:#f5c8c5;margin-bottom:2rem;padding:2rem 0}.header h1,.header h2{color:#ae3c40;text-align:center}.header h1{margin-bottom:.5rem;font-size:2rem}.header h2{font-size:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.map-container{background-color:#fff;border-radius:8px;width:100%;height:600px;margin-bottom:2rem;overflow:hidden}.stats-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{text-align:center;background:#fff;border-radius:8px;padding:1.5rem}.stat-card h3{color:var(--text-color);margin:0 0 .5rem;font-size:1.5rem}.stat-card .value{color:var(--text-color);margin:1rem 0;font-size:2rem;font-weight:700}.stat-card .label{color:#6b7280;margin:.25rem 0 0;font-size:.9rem}.loading{justify-content:center;align-items:center;height:400px;display:flex}.loading h3{color:var(--text-color);margin:0 0 .5rem;font-size:1.5rem}.error{color:#dc2626;background:#fee;border-left:4px solid #dc2626;border-radius:8px;margin:1rem 0;padding:1rem}.leaflet-container{width:100%;height:100%}@media (width<=768px){.container{padding:0 .5rem}.header h1,.header h2{font-size:1rem}.map-container{height:400px}.stats-container{grid-template-columns:1fr}}footer{text-align:center;color:var(--text-color);min-height:100px;margin-top:40px;padding:20px;font-size:.8rem;position:relative}.footer-content{margin-bottom:20px}.login-container{background-color:var(--background-color);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:3rem}.login-card h2{color:var(--primary-color);margin-bottom:.5rem;font-size:2rem}.login-card p{color:#6b7280;margin-bottom:2rem}.login-form{flex-direction:column;gap:1rem;display:flex}.form-group{text-align:left}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-weight:600;display:block}.password-input-container{align-items:center;display:flex;position:relative}.password-input{border:2px solid #e5e7eb;border-radius:6px;width:100%;padding:.75rem 3rem .75rem .75rem;font-size:1rem;transition:border-color .2s}.password-input:focus{border-color:var(--primary-color);outline:none}.password-input:disabled{cursor:not-allowed;background-color:#f9fafb}.password-toggle-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;right:.75rem}.password-toggle-btn:hover:not(:disabled){color:var(--primary-color);background-color:#f3f4f6}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.form-group input:not([type=checkbox]){border:2px solid #e5e7eb;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:not([type=checkbox]):focus{border-color:var(--primary-color);outline:none}.form-group input:not([type=checkbox]):disabled{cursor:not-allowed;background-color:#f9fafb}.login-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.login-button:hover:not(:disabled){background:#973337}.login-button:disabled{cursor:not-allowed;background:#9ca3af}.error-message{color:#dc2626;background:#fee;border-left:4px solid #dc2626;border-radius:6px;padding:.75rem;font-size:.9rem}.fork-me-on-github:hover .octo-arm{transform-origin:187.79px 206.3px;animation:.56s ease-in-out octocat-wave}.admin-checkbox{cursor:pointer;width:14px;height:14px;accent-color:var(--primary-color);flex-shrink:0}.feed-section{margin:2rem 0}.feed-section h2{color:var(--text-color);margin-bottom:1rem;font-size:1.4rem}.feed-empty{color:#6b7280;font-style:italic}.feed-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=600px){.feed-grid{grid-template-columns:1fr;gap:1.5rem}}.feed-cell{cursor:pointer;text-align:left;background:#fff;border:none;border-radius:1px;flex-direction:column;padding:10px 10px 0;transition:transform .15s,box-shadow .15s;display:flex;position:relative}@media (width>=601px){.feed-cell:hover{transform:rotate(-.5deg)scale(1.03);box-shadow:4px 8px 22px #00000026}}.feed-cell__photo-area{aspect-ratio:1;background:#d1d5db;width:100%;position:relative;overflow:hidden}@media (width<=600px){.feed-cell__photo-area{aspect-ratio:unset}}.feed-cell__photo-area img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=600px){.feed-cell__photo-area img{object-fit:unset;height:auto}}.feed-cell__video-thumb{background:#1f2937;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.feed-cell__video-preview{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (width<=600px){.feed-cell__video-thumb{height:auto}.feed-cell__video-preview{object-fit:unset;height:auto;position:static}}.feed-cell__play{color:#fff;opacity:.85;z-index:1;text-shadow:0 1px 4px #0009;font-size:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feed-cell__text-preview{text-align:center;background:#f5f3ee;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:.75rem;display:flex}.feed-cell__text-preview p{line-clamp:5;-webkit-line-clamp:5;color:#333;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden}.feed-cell__pin{margin-top:.4rem;font-size:1.1rem}.feed-cell__info{flex-direction:column;gap:3px;min-height:54px;padding:8px 6px 16px;display:flex}.feed-cell__caption{color:var(--text-color);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Courier New,Courier,monospace;font-size:medium;font-weight:500;display:-webkit-box;overflow:hidden}.feed-cell__time{color:#6b7280;font-family:Courier New,Courier,monospace;font-size:small}.feed-cell--video{background:0 0;flex-direction:column;padding:0;display:flex}.feed-cell__reel-strip{background-color:#0000;background-image:linear-gradient(#fff 2px,#0000 2px),linear-gradient(0deg,#fff 2px,#0000 2px),repeating-linear-gradient(90deg,#fff 0 5px,#0000 5px 14px,#fff 10px 20px);background-size:100% 100%,100% 100%,20px 100%;flex-shrink:0;height:12px}.feed-cell--video .feed-cell__video-thumb{aspect-ratio:1;width:100%;position:relative;overflow:hidden}@media (width<=600px){.feed-cell--video .feed-cell__video-thumb{aspect-ratio:unset}}.feed-cell__video-info{background:#fff;padding:5px 8px 8px}.feed-modal-backdrop{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.feed-modal__close{color:#fff;cursor:pointer;z-index:1001;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;display:flex;position:absolute;top:1rem;right:1rem}.feed-modal{background:#fff;width:100%;max-width:520px;max-height:90vh;padding:10px 10px 0;overflow-y:auto;box-shadow:4px 12px 32px #00000059,0 2px 6px #0000001f}.feed-modal--video{background:0 0;padding:0}.feed-modal--video .feed-modal__meta{background:#fff}.feed-modal__media{width:100%;height:auto;display:block}.feed-modal__text-area{text-align:center;background:#f5f3ee;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:200px;padding:1.5rem;display:flex}.feed-modal__text-area p{color:#333;margin:0;font-size:1rem;line-height:1.5}.feed-modal__meta{flex-direction:column;gap:3px;padding:8px 6px 16px;display:flex}.feed-modal__caption{color:var(--text-color);margin:0;font-family:Courier New,Courier,monospace;font-size:medium;font-weight:500;line-height:1.4}.feed-modal__time{color:#6b7280;font-family:Courier New,Courier,monospace;font-size:small}.feed-modal__coords{color:#6b7280;margin:0;font-family:Courier New,Courier,monospace;font-size:small}.feed-modal__delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;margin-top:12px;padding:6px 14px;font-family:Courier New,Courier,monospace;font-size:13px}.feed-modal__delete:hover{background:#b91c1c}
