diff --git a/app/globals.css b/app/globals.css index 2b6d0f1..820ec7e 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2,21 +2,32 @@ @tailwind components; @tailwind utilities; +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); + * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #050505; color: white; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; + font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; + -webkit-font-smoothing: antialiased; } :root { --color-primary: #d9ff00; - --bg-app: #050505; + --bg-app: #030303; --bg-panel: #0a0a0a; --bg-card: #111111; - --border-color: rgba(255,255,255,0.08); - --border-radius-xl: 1rem; + --border-color: rgba(255,255,255,0.05); + --border-radius-xl: 0.75rem; + --glass-bg: rgba(255, 255, 255, 0.03); + --glass-border: rgba(255, 255, 255, 0.08); +} + +.glass-panel { + background: var(--glass-bg); + backdrop-filter: blur(12px); + border: 1px solid var(--glass-border); } .custom-scrollbar::-webkit-scrollbar { width: 4px; } @@ -24,7 +35,7 @@ body { .custom-scrollbar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 2px; } @keyframes fade-in-up { - from { opacity: 0; transform: translateY(16px); } + from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } } -.animate-fade-in-up { animation: fade-in-up 0.4s ease forwards; } +.animate-fade-in-up { animation: fade-in-up 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards; } diff --git a/components/ApiKeyModal.js b/components/ApiKeyModal.js index 7050dfd..72ac5a5 100644 --- a/components/ApiKeyModal.js +++ b/components/ApiKeyModal.js @@ -14,48 +14,50 @@ export default function ApiKeyModal({ onSave }) { }; return ( -
-
-
-
- - +
+
+
+
+ +
-

+

Open Higgsfield AI

-

- Enter your Muapi.ai API key to start generating +

+ Enter your Muapi.ai API key to start creating

-
-
-