} .site-subtitle { font-size: 1.8rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 1.5rem; } .herd-subtitle { font-size: 1.5rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 1.5rem; text-align: center; } .cow-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; } .cow-item { background: white; border-radius: 16px; padding: 1rem 1.2rem; display: flex; align-items: center; gap: 1rem; box-shadow: 0 2px 8px rgba(93, 64, 55, 0.08); transition: all 0.2s ease; border: 2px solid transparent; } .cow-item:hover { transform: translateX(4px); border-color: var(--grass-light); box-shadow: 0 4px 12px rgba(93, 64, 55, 0.12); } .cow-icon { width: 48px; height: 36px; flex-shrink: 0; } .cow-icon img { width: 100%; height: auto; image-rendering: pixelated; } .cow-icon.ran-away img { filter: grayscale(100%) opacity(0.5); } .cow-info { flex: 1; min-width: 0; } .cow-name { font-size: 1.1rem; color: var(--text); word-break: break-all; text-decoration: none; display: block; } a.cow-name:hover { color: var(--grass-dark); } .cow-meta { font-size: 0.9rem; color: var(--warm-brown); margin-top: 0.2rem; } .status-indicator { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; position: relative; } .status-indicator.happily-grazing { background: var(--happy-green); box-shadow: 0 0 8px rgba(102, 187, 106, 0.5); } .status-indicator.happily-grazing::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--happy-green); animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: 0; } } .status-indicator.ran-away { background: var(--sad-red); } .status-indicator.have-not-checked-yet { background: var(--unknown-gray); } .empty-state { text-align: center; padding: 3rem; color: var(--warm-brown); } .empty-state .cow-icon { width: 80px; height: 60px; margin: 0 auto 1rem; opacity: 0.5; } .legend { display: flex; gap: 1.5rem; margin-bottom: 1rem; justify-content: center; } .legend-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; color: var(--warm-brown); } .legend-dot { width: 10px; height: 10px; border-radius: 50%; } .legend-dot.happily-grazing { background: var(--happy-green); } .legend-dot.ran-away { background: var(--sad-red); } .legend-dot.have-not-checked-yet { background: var(--unknown-gray); } @media (max-width: 600px) { .cow-hero { width: 150px; } .cow-item { padding: 0.8rem 1rem; } .cow-icon { width: 40px; height: 30px; } } {% endblock %} {% block content %}
a very round cow

moooooonitoring the cow.txt herd

all known cow.txt files and their status

happily grazing
ran away
wasn't checked yet
{% endblock %}