diff --git a/index.html b/index.html
index 456bc68..c3ef6c1 100755
--- a/index.html
+++ b/index.html
@@ -78,6 +78,12 @@
Hi, welcome to krzak.org
+ -
+
+ Search
+ OmniSearch
+
+
-
Fediverse
diff --git a/styles.css b/styles.css
index cb9d0ee..0e1ebff 100644
--- a/styles.css
+++ b/styles.css
@@ -877,6 +877,49 @@ li a span {
z-index: 1;
}
+/* --- Search Link - Deep Twilight Theme --- */
+.search-link {
+ background: linear-gradient(
+ 135deg,
+ rgba(244, 162, 97, 0.1) 0%,
+ rgba(244, 162, 97, 0.05) 100%
+ ) !important;
+ border: 2px solid rgba(244, 162, 97, 0.2) !important;
+ position: relative;
+ box-shadow: 0 0 15px rgba(244, 162, 97, 0.1) !important;
+}
+
+.search-link::after {
+ background: linear-gradient(
+ 90deg,
+ transparent,
+ rgba(244, 162, 97, 0.2),
+ transparent
+ ) !important;
+}
+
+.search-link:hover {
+ border-color: #f4a261 !important;
+ box-shadow: 0 4px 20px rgba(244, 162, 97, 0.4) !important;
+ transform: translateY(-2px) scale(1.01) !important;
+ background: linear-gradient(
+ 135deg,
+ rgba(244, 162, 97, 0.15) 0%,
+ rgba(244, 162, 97, 0.1) 100%
+ ) !important;
+}
+
+.search-link strong {
+ color: #f4a261 !important;
+ position: relative;
+ z-index: 1;
+}
+
+.search-link span {
+ color: #ffd0a0 !important;
+ opacity: 0.9 !important;
+}
+
/* Floating AI chat joke widget */
.ai-chat {
position: fixed;