File size: 9,351 Bytes
011bd45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
.gradio-container {
    background: linear-gradient(135deg, #fefefe 0%, #f8f6f0 100%) !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-header {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.chat-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.chat-container textarea {
    border: 3px solid #4285f4 !important;
    border-radius: 12px !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(66, 133, 244, 0.15) !important;
    transition: all 0.3s ease !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    resize: none !important;
}

.chat-container textarea:focus {
    border-color: #1a73e8 !important;
    box-shadow: 0 6px 25px rgba(66, 133, 244, 0.3), 0 0 0 3px rgba(66, 133, 244, 0.1) !important;
    outline: none !important;
    transform: translateY(-2px) !important;
}

.chat-container textarea::placeholder {
    color: #5f6368 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.chat-container .gr-text-input {
    border: none !important;
    background: transparent !important;
}

.instructions-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-card {
    background: linear-gradient(135deg, #ff6b6b, #feca57);
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #4CAF50;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.title-emoji {
    font-size: 2em;
    margin-right: 10px;
    vertical-align: middle;
}

/* Hide Gradio branding and footer elements */
.gradio-container footer {
    display: none !important;
}

/* Hide "Use via API" button */
.gradio-container .api-docs {
    display: none !important;
}

/* Hide "Built with Gradio" logo */
.gradio-container .built-with {
    display: none !important;
}

/* Hide Settings button */
.gradio-container .settings {
    display: none !important;
}

/* Hide the entire footer area */
.gradio-container .footer {
    display: none !important;
}

/* Alternative selectors for different Gradio versions */
.gradio-container div[data-testid="footer"] {
    display: none !important;
}

.gradio-container .gradio-footer {
    display: none !important;
}

/* Hide any elements containing gradio branding text */
.gradio-container a[href*="gradio"] {
    display: none !important;
}

.gradio-container div:has-text("Built with") {
    display: none !important;
}

.gradio-container div:has-text("Use via API") {
    display: none !important;
}

/* Ultra-sleek header styling with modern design */
.ultra-sleek-header {
    text-align: center;
    padding: 20px 20px 5px 20px;
    margin: 0;
    background: transparent;
    border: none;
    position: relative;
        overflow: hidden;
}

.ultra-sleek-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center top, rgba(99, 102, 241, 0.05) 0%, transparent 70%);
    pointer-events: none;
}


.badge-icon {
    font-size: 1rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-4px);
    }
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin: 10px 0 5px 0;
    line-height: 1.1;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
}

.title-primary {
    background: linear-gradient(45deg,
                #4169E1 0%,
                #8A2BE2 50%,
                #E91E63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}
.title-primary::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #d946ef);
    border-radius: 2px;
    opacity: 0.6;
}

.title-accent {
    background: linear-gradient(135deg, #1e293b 0%, #0d1e35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    margin-left: 12px;
}



.hero-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    font-weight: 400;
    margin: 15px auto 20px auto;
        line-height: 1.6;
        max-width: 580px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.status-dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
        transform-origin: center;
    }
    
    @keyframes ping {
    
        75%,
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    
    .feature-pills {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    
    .pill {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
        border: 1px solid rgba(148, 163, 184, 0.15);
        border-radius: 25px;
        padding: 6px 14px;
        font-size: 0.8rem;
        font-weight: 600;
        color: #475569;
        backdrop-filter: blur(12px);
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        white-space: nowrap;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        letter-spacing: 0.025em;
    }
    
    .pill:hover {
        background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.05));
        border-color: rgba(99, 102, 241, 0.25);
        color: #6366f1;
        transform: translateY(-1px) scale(1.02);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15), 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Ensure proper vertical alignment for chat input row */
.items-center {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .ultra-sleek-header {
            padding: 15px 15px 20px 15px;
        }
    
        .hero-title {
            font-size: 3rem;
        }
    
        .hero-subtitle {
            font-size: 1.125rem;
            padding: 0 15px;
            flex-direction: column;
            gap: 8px;
        }
    
        .feature-pills {
            gap: 8px;
            margin-top: 24px;
        }
    
        .pill {
            font-size: 0.8rem;
            padding: 6px 12px;
        }
    }

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
                                                                                                                                .title-accent {
                                                                                                                                    margin-left: 8px;
    }
}
.gradio-container .chatbot .message-wrap button[aria-label*="clear" i],
.gradio-container .chatbot .message-wrap button[title*="clear" i] {
    display: none !important;
}

/* Target any button with clear-related text content */
button:contains("Clear"),
button:contains("clear"),
button:contains("CLEAR") {
    display: none !important;
}

/* Target buttons in chat interfaces specifically */
.chat-container button[aria-label*="clear" i],
.chatbot button[aria-label*="clear" i],
.message-wrap button[aria-label*="clear" i] {
    display: none !important;
}

/* Hide buttons with specific SVG icons that might represent clear/delete */
button svg[data-testid*="clear"],
button svg[data-testid*="delete"],
button svg[data-testid*="trash"] {
    display: none !important;
}

/* Hide parent button if it contains clear-related SVG */
button:has(svg[data-testid*="clear"]),
button:has(svg[data-testid*="delete"]),
button:has(svg[data-testid*="trash"]) {
    display: none !important;
}