diff --git a/index.html b/index.html
index 33d6d6c..ef97040 100644
--- a/index.html
+++ b/index.html
@@ -28,34 +28,35 @@
header {
text-align: center;
color: #2a2a2a;
- margin-bottom: 60px;
+ margin-bottom: 30px;
border-bottom: 1px solid #d0ccc7;
- padding-bottom: 30px;
+ padding-bottom: 15px;
}
h1 {
- font-size: 2.8em;
- margin-bottom: 12px;
+ font-size: 1.8em;
+ margin-bottom: 6px;
font-weight: 400;
letter-spacing: 0.02em;
}
.subtitle {
- font-size: 1.1em;
- color: #666;
+ font-size: 0.9em;
+ color: #999;
font-style: italic;
}
.status {
background: transparent;
- border: 1px solid #d0ccc7;
- padding: 12px 20px;
- margin-bottom: 40px;
- color: #666;
+ border-top: 1px solid #e0ddd8;
+ border-bottom: 1px solid #e0ddd8;
+ padding: 8px 0;
+ margin-bottom: 20px;
+ color: #999;
display: flex;
align-items: center;
justify-content: space-between;
- font-size: 0.95em;
+ font-size: 0.8em;
}
.status-indicator {