diff --git a/frontend/index.html b/frontend/index.html
index 35696b5..465e625 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -12,28 +12,22 @@
-
+
diff --git a/frontend/style.css b/frontend/style.css
index 7a6f956..686da9f 100644
--- a/frontend/style.css
+++ b/frontend/style.css
@@ -70,36 +70,12 @@ body {
header {
display: flex;
align-items: center;
+ justify-content: flex-end;
padding: 1rem;
background-color: var(--surface);
- border-bottom: 1px solid var(--border-color);
transition: background-color 0.3s ease, border-color 0.3s ease;
}
-.header-top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- gap: 1rem;
- width: 100%;
-}
-
-header h1 {
- font-size: 1.75rem;
- font-weight: 700;
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- background-clip: text;
- margin: 0;
-}
-
-.subtitle {
- font-size: 0.95rem;
- color: var(--text-secondary);
- margin-top: 0.5rem;
-}
-
/* Theme Toggle Button */
.theme-toggle {
display: flex;