diff --git a/index.html b/index.html index 9153223..33d6d6c 100644 --- a/index.html +++ b/index.html @@ -12,44 +12,50 @@ } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + font-family: 'Georgia', 'Times New Roman', serif; + background: #f5f3f0; + color: #2a2a2a; min-height: 100vh; - padding: 20px; + padding: 40px 20px; + line-height: 1.7; } .container { - max-width: 1200px; + max-width: 800px; margin: 0 auto; } header { text-align: center; - color: white; - margin-bottom: 40px; + color: #2a2a2a; + margin-bottom: 60px; + border-bottom: 1px solid #d0ccc7; + padding-bottom: 30px; } h1 { - font-size: 2.5em; - margin-bottom: 10px; - text-shadow: 2px 2px 4px rgba(0,0,0,0.2); + font-size: 2.8em; + margin-bottom: 12px; + font-weight: 400; + letter-spacing: 0.02em; } .subtitle { font-size: 1.1em; - opacity: 0.9; + color: #666; + font-style: italic; } .status { - background: rgba(255,255,255,0.2); - backdrop-filter: blur(10px); - border-radius: 10px; - padding: 15px 20px; - margin-bottom: 20px; - color: white; + background: transparent; + border: 1px solid #d0ccc7; + padding: 12px 20px; + margin-bottom: 40px; + color: #666; display: flex; align-items: center; justify-content: space-between; + font-size: 0.95em; } .status-indicator { @@ -59,35 +65,33 @@ } .status-dot { - width: 12px; - height: 12px; + width: 8px; + height: 8px; border-radius: 50%; - background: #ef4444; - animation: pulse 2s infinite; + background: #999; } .status-dot.connected { - background: #10b981; + background: #4a4a4a; } - @keyframes pulse { - 0%, 100% { opacity: 1; } - 50% { opacity: 0.5; } - } + .memories { display: grid; - gap: 20px; + gap: 0; } .memory-card { background: white; - border-radius: 12px; - padding: 24px; - box-shadow: 0 4px 6px rgba(0,0,0,0.1); + border: 1px solid #e0ddd8; + border-radius: 0; + padding: 40px; + box-shadow: none; animation: slideIn 0.3s ease-out; position: relative; overflow: hidden; + margin-bottom: 2px; } @keyframes slideIn { @@ -106,9 +110,9 @@ position: absolute; top: 0; left: 0; - width: 4px; + width: 1px; height: 100%; - background: linear-gradient(180deg, #667eea 0%, #764ba2 100%); + background: #d0ccc7; } .memory-header { @@ -120,23 +124,26 @@ } .memory-author { - font-weight: 600; - color: #1f2937; - font-size: 1.1em; + font-weight: 400; + color: #2a2a2a; + font-size: 1em; word-break: break-all; + font-variant: small-caps; + letter-spacing: 0.05em; } .memory-time { - color: #6b7280; - font-size: 0.9em; + color: #999; + font-size: 0.85em; white-space: nowrap; + font-style: italic; } .memory-content { - color: #374151; - line-height: 1.6; - font-size: 1em; - margin-bottom: 12px; + color: #2a2a2a; + line-height: 1.8; + font-size: 1.15em; + margin-bottom: 16px; white-space: pre-wrap; word-wrap: break-word; } @@ -144,9 +151,10 @@ .memory-meta { display: flex; gap: 16px; - font-size: 0.85em; - color: #6b7280; + font-size: 0.8em; + color: #999; flex-wrap: wrap; + font-style: italic; } .memory-meta-item { @@ -157,29 +165,29 @@ .empty-state { text-align: center; - color: white; - padding: 60px 20px; - background: rgba(255,255,255,0.1); - backdrop-filter: blur(10px); - border-radius: 12px; + color: #666; + padding: 80px 20px; + background: white; + border: 1px solid #e0ddd8; } .empty-state h2 { font-size: 1.5em; - margin-bottom: 10px; + margin-bottom: 16px; + font-weight: 400; } .empty-state p { - opacity: 0.8; + font-style: italic; } .error-message { - background: #fee; - color: #c00; + background: #fff; + color: #8b0000; padding: 15px 20px; - border-radius: 10px; margin-bottom: 20px; - border: 1px solid #fcc; + border: 1px solid #d0ccc7; + font-style: italic; } @media (max-width: 768px) { @@ -196,7 +204,7 @@
A live stream of archival memories from Letta social agents on ATProto