*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;color:#333}#root{min-height:100vh}.container{max-width:1000px;margin:0 auto;padding:1rem}.header{background:linear-gradient(135deg,#2d5016 0%,#1f3a0f 100%);color:#fff;padding:1.5rem 1rem;text-align:center;margin-bottom:1.5rem;border-radius:12px;box-shadow:0 4px 15px #2d50164d}.header h1{font-size:2.5rem;font-weight:700;letter-spacing:-.5px}.button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;font-weight:500;transition:all .3s ease}.button-primary{background:linear-gradient(135deg,#2d5016 0%,#1f3a0f 100%);color:#fff}.button-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2d501666}.button-secondary{background:#f0f0f0;color:#2c3e50}.button-secondary:hover{background:#e0e0e0}.button-danger{background:#ff6b6b;color:#fff}.button-danger:hover{background:#ff5252}.btn-icon{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:18px;background:#f0f0f0;color:#2c3e50;cursor:pointer;transition:all .3s ease;border:none}.btn-icon:hover{background:#2d5016;color:#fff}.btn-icon-danger:hover{background:#ff6b6b}.entry-list{display:flex;flex-direction:column;gap:1rem}.entry-card{background:white;padding:1.25rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border-left:4px solid #2d5016}.entry-card:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.entry-date-time{display:flex;gap:1rem;align-items:center;flex:1}.entry-date{font-weight:600;color:#2c3e50;font-size:1.1rem}.entry-time{color:#7f8c8d;font-size:.9rem;background:#f0f0f0;padding:.3rem .8rem;border-radius:4px}.entry-actions{display:flex;gap:.5rem}.entry-category{margin-bottom:.75rem}.category-tag{display:inline-block;padding:.35rem .75rem;color:#fff;border-radius:20px;font-size:.8rem;font-weight:500}.entry-notes{color:#34495e;margin:.5rem 0;line-height:1.5;font-size:.95rem}.entry-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1.5rem}.entry-photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;transition:transform .3s ease}.entry-photo:hover{transform:scale(1.05)}.form{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.photo-preview{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.photo-preview img{width:100px;height:100px;object-fit:cover;border-radius:4px}.form-actions{display:flex;gap:1rem;margin-top:2rem}.search-filter-controls{background:white;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.search-box{margin-bottom:1rem}.search-box input{width:100%;padding:.75rem 1rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;transition:border-color .3s}.search-box input:focus{outline:none;border-color:#2d5016}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.filter-tag{padding:.5rem 1rem;background:#f0f0f0;border:2px solid #e0e0e0;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-tag:hover{background:#e0e0e0}.filter-tag.active{background:#2d5016;color:#fff;border-color:#2d5016}.result-count{font-size:.9rem;color:#7f8c8d;padding-top:.5rem}.loading{text-align:center;padding:2rem;font-size:1.1rem;color:#666}.error{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem}.success{background:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1rem}@media (max-width: 640px){.container{padding:1rem .5rem}.header h1{font-size:1.8rem}.header{padding:1.5rem 1rem}.entry-card{padding:1.5rem;border-left-width:3px}.entry-header{flex-direction:column;align-items:flex-start}.entry-date-time{flex-direction:column;gap:.5rem}.entry-actions{align-self:flex-end}.entry-photos{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}
