diff --git a/frontend/style.css b/frontend/style.css index 825d0367..cd29072d 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -46,9 +46,13 @@ body { padding: 0; } -/* Header - Hidden */ +/* Header */ header { - display: none; + background: linear-gradient(135deg, var(--surface) 0%, var(--background) 100%); + border-bottom: 1px solid var(--border-color); + padding: 2rem; + text-align: center; + box-shadow: var(--shadow); } header h1 { @@ -62,9 +66,21 @@ header h1 { } .subtitle { - font-size: 0.95rem; + font-size: 1.1rem; color: var(--text-secondary); margin-top: 0.5rem; + font-weight: 500; +} + +.description { + font-size: 0.9rem; + color: var(--text-secondary); + margin-top: 0.75rem; + max-width: 600px; + margin-left: auto; + margin-right: auto; + line-height: 1.6; + opacity: 0.9; } /* Main Content Area with Sidebar */ @@ -671,13 +687,22 @@ details[open] .suggested-header::before { } header { - padding: 1rem; + padding: 1.5rem 1rem; } header h1 { font-size: 1.5rem; } + .subtitle { + font-size: 1rem; + } + + .description { + font-size: 0.85rem; + margin-top: 0.5rem; + } + .chat-messages { padding: 1rem; }