File size: 4,538 Bytes
91a1ccb
3ae4480
91a1ccb
 
504392a
3ae4480
 
504392a
3ae4480
 
 
 
91a1ccb
504392a
 
3ae4480
 
504392a
 
 
3ae4480
 
 
 
504392a
 
 
3ae4480
 
 
 
 
504392a
 
 
3ae4480
504392a
74af9e8
 
 
 
 
91a1ccb
3ae4480
 
 
91a1ccb
 
3ae4480
 
91a1ccb
 
3ae4480
 
 
 
91a1ccb
 
 
3ae4480
 
 
91a1ccb
 
 
 
3ae4480
 
 
91a1ccb
56bbb70
3ae4480
 
 
 
56bbb70
 
91a1ccb
 
3ae4480
 
 
 
91a1ccb
757db24
 
 
 
 
 
 
 
 
91a1ccb
3ae4480
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353b8f2
3ae4480
 
 
 
 
 
 
 
 
353b8f2
 
 
3ae4480
353b8f2
 
 
 
3ae4480
 
353b8f2
 
 
3ae4480
353b8f2
 
 
3ae4480
 
 
 
 
 
 
 
353b8f2
 
 
 
3ae4480
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
html {
  scroll-behavior: smooth;
}

body {
  padding: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Arial', sans-serif;
}
button:hover,
a.button:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

h1 {
  font-size: 16px;
  margin-top: 0;
}

p {
  color: rgb(107, 114, 128);
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.card {
  max-width: 620px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid lightgray;
  border-radius: 16px;
}

.card p:last-child {
  margin-bottom: 0;
}
.scroll-container {
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 80px; /* כדי לא להיתקע מאחורי הפוטר */
}
.tool-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.tool-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.accessibility-mode {
  font-size: 18px;
  line-height: 1.8;
  background-color: #000 !important;
  color: #fff !important;
}

.accessibility-mode .tool-card {
  background-color: #111 !important;
  color: #fff !important;
  border-color: #555 !important;
}

.accessibility-mode a,
.accessibility-mode button {
  font-size: 18px !important;
  color: #fff !important;
  background-color: #333 !important;
}
.category-filter .active {
  background-color: #e0f2fe; /* תכלת עדין */
  color: #1e3a8a; /* כחול כהה */
  border-color: #1e3a8a;
  font-weight: 600;
}

.accessibility-mode input,
.accessibility-mode textarea {
  font-size: 16px;
  background-color: #222;
  color: white;
  border-color: #666;
}
#newToolBanner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.hidden {
  display: none;
}

/* סגנונות עבור כפתורי שיתוף ומועדפים */
.favorite-btn {
  transition: all 0.2s ease;
}

.favorite-btn.active {
  transform: scale(1.1);
}

.favorite-btn:hover {
  transform: scale(1.15);
}

.share-btn {
  transition: all 0.2s ease;
}

.share-btn:hover {
  transform: translateY(-2px);
}

.favorite-btn:focus,
.share-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

/* הודעת העתקה */
.copy-toast {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(16, 185, 129, 0.9);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.copy-toast.show {
  opacity: 1;
}

/* סגנונות עבור כפתור המועדפים בפילטרים */
.filter-btn[data-category='favorites'] {
  background-color: #fef3c7;
  border-color: #f59e0b;
}

.filter-btn[data-category='favorites'].active {
  background-color: #f59e0b;
  color: white;
}

.filter-btn[data-category='favorites'] i {
  color: #f59e0b;
}

.filter-btn[data-category='favorites'].active i {
  color: white;
}
/* סגנונות עבור כפתורי שיתוף ומועדפים */
.favorite-btn {
  transition: all 0.2s ease;
}

.favorite-btn.active {
  transform: scale(1.1);
}

.favorite-btn:hover {
  transform: scale(1.15);
}

.share-btn {
  transition: all 0.2s ease;
}

.share-btn:hover {
  transform: translateY(-2px);
}

.favorite-btn:focus,
.share-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

/* עיצוב כפתור מועדפים בסינון */
.filter-btn[data-category='favorites'] {
  background-color: #fef3c7 !important;
  border-color: #f59e0b !important;
  color: #b45309 !important;
}

.filter-btn[data-category='favorites'].active {
  background-color: #f59e0b !important;
  color: white !important;
}

.filter-btn[data-category='favorites'] i {
  color: inherit;
}
/* Chat animations and effects */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(139, 92, 246, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
  }
}

.chat-pulse {
  animation: pulse 2s infinite;
}

/* Smooth transitions */
#chatWindow {
  transition: all 0.3s ease-in-out;
  transform-origin: bottom right;
}

.chat-intro-enter {
  animation: slideDown 0.3s forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile adjustments */
@media (max-width: 640px) {
  #chatWindow {
    width: 90vw !important;
    right: 5vw;
    left: 5vw;
  }

  #chatBubble {
    bottom: 75px; /* Move above footer on mobile */
  }
}