-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
547 lines (502 loc) · 22.3 KB
/
style.css
File metadata and controls
547 lines (502 loc) · 22.3 KB
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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
/* --- Fuentes ---
@font-face {
font-family: 'Poppins';
src: url('/fonts/poppins-regular.woff2') format('woff2'),
url('/fonts/poppins-regular.woff') format('woff');
font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
font-family: 'Poppins';
src: url('/fonts/poppins-bold.woff2') format('woff2'),
url('/fonts/poppins-bold.woff') format('woff');
font-weight: 700; font-style: normal; font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*/
/* --- Estilos Generales y Reset --- */
body {
margin: 0;
padding-top: 80px; /* Header height + padding */
font-family: 'Poppins', sans-serif;
background-color: #404042;
color: #f0f0f0;
min-height: 100vh;
position: relative;
overflow: hidden; /* Hide scroll initially */
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { background: none; border: none; padding: 0; cursor: pointer; font-family: inherit; }
/* --- ESTILOS HEADER --- */
.cupra-header {
background-color: #000000; color: #ffffff; padding: 10px 25px;
height: 60px; box-sizing: border-box; position: fixed;
top: 0; left: 0; width: 100%; z-index: 1000;
transition: opacity 0.5s ease, visibility 0.5s ease;
}
/* .hidden class defined below handles hiding */
.header-container {
display: flex; justify-content: space-between; align-items: center;
height: 100%; max-width: 1400px; margin: 0 auto;
}
.logo-container img { height: 35px; }
.header-nav-buttons { display: flex; gap: 20px; }
.header-nav-button {
color: #cccccc; font-size: 0.95em; font-weight: 600; padding: 8px 15px;
border-radius: 6px; transition: background-color 0.3s ease, color 0.3s ease;
border: 1px solid transparent; background: none; cursor: pointer; font-family: inherit;
}
.header-nav-button:hover { background-color: rgba(255, 255, 255, 0.1); color: #ffffff; }
/* Active view button style (highlights the NON-active view) */
.header-nav-button.active-view { color: #ffffff; background-color: #c97a56; } /* Cupra accent */
.header-nav-button.active-view:hover { background-color: #b46544; }
/* --- FIN ESTILOS HEADER --- */
/* --- ESTILOS INTRO VIDEO Y POST-INTRO --- */
#intro-container {
position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
background-color: #000000; /* Fallback background */
z-index: 990; /* Below post-intro screen */
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
transition: opacity 0.8s ease, visibility 0.8s ease;
/* Background image properties for captured frame */
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
/* .hidden class defined below handles hiding */
#intro-video {
width: 100%; height: 100%; object-fit: cover;
display: block;
transition: opacity 0.3s ease, visibility 0.3s ease; /* Fade video out */
}
/* Used by JS to hide the video element after frame capture */
#intro-video.capture-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
#skip-controls-container {
position: absolute; bottom: 30px; right: 30px; z-index: 991;
display: flex; flex-direction: column; align-items: center; gap: 4px;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
#skip-intro-button {
background-color: rgba(0, 0, 0, 0.5); color: #B46544; border: 1px solid rgba(255, 255, 255, 0.7);
padding: 8px 15px; border-radius: 20px; font-size: 0.8em; cursor: pointer; transition: background-color 0.3s ease;
}
#skip-intro-button:hover { background-color: rgba(255, 255, 255, 0.3); }
#skip-hint {
font-size: 0.7em; color: #ffffff; opacity: 0.65; pointer-events: none;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#post-intro-screen {
position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
background-color: transparent; /* IMPORTANT: Shows captured background */
z-index: 995; /* Above intro-container */
display: flex; flex-direction: column;
justify-content: center; align-items: center; text-align: center; color: #ffffff;
padding-top: 80px;
box-sizing: border-box;
opacity: 0; visibility: hidden; /* Start hidden */
transition: opacity 0.5s ease 0.1s, visibility 0.5s ease 0.1s; /* Fade in */
}
#post-intro-screen:not(.hidden) {
opacity: 1; visibility: visible;
}
/* Text Reveal Animation Styles */
.text-reveal-wrapper { margin-bottom: 40px; }
.reveal-static, .reveal-container { display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: bottom; font-family: 'Roboto', 'Poppins', sans-serif; font-weight: 300; font-size: 2.8em; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }
.reveal-static { animation: showup-once 2s ease-out 0s 1 forwards; }
.reveal-container { width: 0px; animation: reveal-text 2s ease-out 0.5s 1 forwards; }
.reveal-sliding { margin-left: -480px; animation: slidein-once 2s ease-out 0.5s 1 forwards; }
.postintro-subtext {
font-family: 'Poppins', sans-serif; font-size: 1.9em; color: #dddddd; margin-top: 0;
margin-bottom: 35px; font-weight: 400; line-height: 1.5; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
opacity: 0; animation: fadein-subtext 1s ease-out 2.2s 1 forwards;
}
.postintro-button-container { display: flex; justify-content: center; gap: 120px; width: 100%; margin-top: 10px; }
.start-button-postintro {
background-color: #B46544; color: white; padding: 15px 40px; border-radius: 10px; font-size: 1.2em;
font-weight: bold; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease;
border: none; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); opacity: 0;
animation: fadein-button 1s ease-out 2.5s 1 forwards; min-width: 150px; text-align: center;
}
.start-button-postintro:hover { background-color: #FFA500; transform: scale(1.05); }
/* Keyframes */
@keyframes fadein-subtext { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadein-button { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes showup-once { 0% {opacity:0;} 30% {opacity:1;} 100% {opacity:1;} }
@keyframes slidein-once { 0%, 40% { margin-left: -480px; } 70%, 100% { margin-left: 0px; } }
@keyframes reveal-text { 0% {opacity:0; width:0px;} 40% {opacity:1; width:0px;} 70% {width: 480px;} 100% {opacity:1; width: 480px;} }
/* --- FIN ESTILOS INTRO/POST-INTRO --- */
/* Clase UNIVERSAL para ocultar elementos */
.hidden {
display: none !important; /* Use !important for robust hiding */
visibility: hidden;
opacity: 0;
pointer-events: none; /* Prevent interaction when hidden */
}
/* --- ESTILOS CONTENIDO PRINCIPAL --- */
#main-content {
opacity: 0; /* Start hidden */
transition: opacity 0.5s ease;
padding-bottom: 120px; /* Space for fixed cat helper */
}
#main-content:not(.hidden) {
opacity: 1; /* Become visible when not hidden */
}
/* --- View Container Base Styles --- */
.view-container {
padding: 0 15px;
/* View transitions handled by toggling .hidden class in JS */
}
/* Shared H1 style within views */
.view-container h1 {
font-weight: 700;
text-align: center;
margin-top: 20px;
margin-bottom: 25px;
color: #ffffff;
}
/* --- Styles for Subtitle Below Videos --- */
.video-subtitle {
text-align: center; /* Centra el texto "Hola" */
color: #e0e0e0; /* Un color claro, similar al texto general */
font-size: 1.3em; /* Tamaño de fuente (ajusta si lo quieres más grande/pequeño) */
font-weight: 600; /* Un poco menos grueso que el h1 */
margin-top: 90px; /* Margen SUPERIOR: Espacio entre el video y "Hola" */
margin-bottom: 40px; /* Margen INFERIOR: Espacio entre "Hola" y el área interactiva */
/* Puedes añadir más estilos si quieres (font-family, etc.) */
}
.video-subtitle-description {
text-align: center; /* Centra el texto */
color: #cccccc; /* Un gris un poco más claro que el "Hola" */
font-size: 1em; /* Tamaño de fuente normal o ligeramente menor */
font-weight: 400; /* Peso normal */
margin-top: 0; /* Quita el espacio superior por defecto del párrafo */
padding: 0 15px; /* Un poco de padding lateral por si el texto es largo */
line-height: 1.4; /* Espacio entre líneas si el texto ocupa más de una */
}
#exterior-view .video-subtitle-description {
margin-bottom: 10px; /* Ajusta este valor para el exterior */
}
/* Specific margin-bottom for the description in the INTERIOR view */
#interior-view .video-subtitle-description {
margin-bottom: 50px; /* Ajusta este valor diferente para el interior */
}
/* Shared Subtitle style (optional) */
.view-container .subtitle {
text-align: center;
margin-top: -10px;
margin-bottom: 25px;
font-size: 1.1em;
color: #cccccc;
font-weight: 300;
}
/* --- Exterior/Interior Video Container Styles --- */
#exterior-video-container,
#interior-video-container {
max-width: 900px; width: 90%; margin: 0 auto 30px auto;
background-color: #000; border-radius: 8px; overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
position: relative; z-index: 1;
}
#exterior-video-container video,
#interior-video-container video {
display: block; width: 100%; height: auto; border-radius: 8px;
}
/* --- Exterior/Interior Interactive Area Styles --- */
#exterior-interactive-area,
#interior-interactive-area {
position: relative; /* Essential for hotspot absolute positioning */
max-width: 800px; width: 90%; margin: 0 auto 20px auto;
border-radius: 8px; overflow: hidden;
}
#exterior-interactive-area img,
#interior-interactive-area img {
display: block; width: 100%; border-radius: 8px;
}
/* --- Hotspot Styles --- */
.hotspot {
position: absolute; /* Positioned relative to parent interactive-area */
width: 20px; height: 20px;
background-color: #FF8C00; /* Cupra orange */
border-radius: 50%; border: 2px solid white;
cursor: pointer;
transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
box-shadow: 0 0 8px rgba(255, 140, 0, 0.7);
z-index: 10; /* Above image */
opacity: 1; visibility: visible; /* Default visible state (JS hides with .hidden) */
}
.hotspot:hover { transform: scale(1.3); background-color: #FFA500; }
/* .hidden class (defined above) is used by JS to hide hotspots */
/* Specific Hotspot Positions via CSS ID (Optional backup, inline styles take precedence) */
/* Make sure these match the inline styles in HTML if you keep both */
#hotspot-socket { top: 40%; left: 75%; }
#hotspot-rear_view { top: 53%; left: 92%; }
#hotspot-doors { top: 40%; left: 70%; }
#hotspot-park_assistor { top: 55%; left: 13%; }
#hotspot-f_camera { top: 33%; left: 36%; }
#hotspot-infotainment{ top: 30%; left: 40%; }
#hotspot-hazard_lights{ top: 52%; left: 50%; }
#hotspot-steering{ top: 42%; left: 37%; }
#hotspot-cockpit{ top: 35%; left: 13%; }
/* --- More Options Button Styles (Exterior View) --- */
/* --- Fixed More Options Button Styles --- */
#fixed-more-options-container {
position: fixed; /* Fijo respecto a la ventana */
bottom: 15px; /* Misma altura que el gato (ajusta si es necesario) */
right: 20px; /* Pegado a la derecha */
z-index: 997; /* Debajo del popup del gato (999) pero encima del contenido */
opacity: 0; /* Gestionado por JS con la clase hidden */
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Estilo para el botón dentro del nuevo contenedor */
/* Puedes reutilizar/ajustar estilos del botón anterior si quieres */
#fixed-more-options-container .more-options-button {
background: none;
border: none;
color: #cccccc;
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
font-weight: 400;
padding: 5px 0;
cursor: pointer;
transition: color 0.2s ease, text-decoration 0.2s ease;
text-decoration: none;
display: inline-block;
}
#fixed-more-options-container .more-options-button:hover {
color: #ffffff;
text-decoration: underline;
text-underline-offset: 3px;
}
/* Regla para hacerlo visible cuando NO tiene la clase .hidden */
#fixed-more-options-container:not(.hidden) {
opacity: 1;
visibility: visible;
}
/* Ajuste responsive si es necesario */
@media (max-width: 768px) {
#fixed-more-options-container {
bottom: 10px;
right: 15px;
}
#fixed-more-options-container .more-options-button {
font-size: 0.85em;
}
}
/* --- Modal Styles --- */
#modal-overlay {
position: fixed; /* Cubre toda la pantalla */
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.65); /* Fondo semitransparente oscuro */
z-index: 1010; /* Por encima del contenido normal, debajo del modal */
/* La clase .hidden (definida arriba) lo oculta inicialmente */
/* Añadimos transición si queremos fade in/out (requiere ajustar .hidden) */
/* transition: opacity 0.3s ease, visibility 0.3s ease; */
}
#info-modal {
position: fixed; /* Fijo en la pantalla */
top: 50%; /* Centrado vertical */
left: 50%; /* Centrado horizontal */
transform: translate(-50%, -50%); /* Ajuste fino para centrar exactamente */
background-color: #ffffff; /* Fondo blanco */
color: #333333; /* Texto oscuro */
padding: 25px 30px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
z-index: 1020; /* Por encima del overlay */
min-width: 300px; /* Ancho mínimo */
max-width: 90%; /* Ancho máximo */
/* La clase .hidden (definida arriba) lo oculta inicialmente */
/* Añadimos transición si queremos fade in/out (requiere ajustar .hidden) */
/* transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; */
}
.modal-content {
position: relative; /* Para posicionar el botón de cierre absoluto */
}
#info-modal h2 {
margin-top: 0;
margin-bottom: 15px;
font-size: 1.4em;
color: #333;
text-align: center;
}
.modal-subtitle-text { /* Usamos la clase que añadimos */
font-size: 0.9em; /* Letra más pequeña que el título */
color: #555555; /* Un gris un poco más claro */
text-align: center; /* Centrado igual que el título */
margin-top: 0; /* Quitamos el margen superior por defecto del párrafo */
margin-bottom: 20px; /* Espacio debajo del subtítulo */
font-weight: 400; /* Puedes ajustar el peso si quieres */
}
.manual-link-style {
display: block; /* Para que ocupe su propia línea y permita centrar/márgenes */
text-align: center; /* Centra el texto del enlace */
margin-top: 10px; /* Espacio entre el subtítulo y el enlace */
margin-bottom: 10px; /* Espacio debajo del enlace */
font-size: 1em; /* Tamaño de fuente normal (puedes ajustarlo) */
color: #B46544; /* Un color que encaje, ej: el naranja de Cupra */
text-decoration: none; /* Quita el subrayado por defecto */
font-weight: 600; /* Un poco más grueso para destacar */
transition: color 0.2s ease, text-decoration 0.2s ease; /* Transición suave */
}
.manual-link-style:hover {
color: #FFA500; /* Un naranja más brillante al pasar el ratón */
text-decoration: underline; /* Añade subrayado al pasar el ratón */
}
#close-modal-button {
position: absolute;
top: -15px; /* Ajusta para posicionar fuera del padding superior */
right: -18px; /* Ajusta para posicionar fuera del padding derecho */
background: none;
border: none;
font-size: 28px; /* Tamaño de la 'X' */
font-weight: bold;
color: #aaaaaa;
cursor: pointer;
padding: 0 5px;
line-height: 1;
}
#close-modal-button:hover {
color: #333;
}
/* Opcional: Evitar scroll del body cuando el modal está abierto */
body.modal-open {
overflow: hidden;
}
/* --- CAT HELPER Styles --- */
#cat-helper-container {
position: fixed; bottom: 10px; left: 15px; z-index: 998;
display: flex;
flex-direction: column; /* Stack elements vertically */
align-items: flex-start; /* Align items left */
opacity: 0; visibility: hidden; /* Start hidden */
transition: opacity 0.5s ease 0.2s, visibility 0.5s ease 0.2s;
}
#cat-helper-container:not(.hidden) {
opacity: 1; visibility: visible;
}
#cat-helper-image {
display: block;
width: 135px; /* Larger cat */
height: auto;
cursor: pointer;
transition: transform 0.2s ease;
margin-bottom: 5px; /* Space between cat and input */
}
#cat-helper-image:hover { transform: scale(1.1); }
#cat-input-area {
display: flex;
align-items: center; /* Vertically align items inside */
background-color: rgba(50, 50, 50, 0.8);
padding: 5px 8px; /* Base padding */
border-radius: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.3);
width: 220px; /* Slightly wider */
}
#cat-question-input {
flex-grow: 1; border: none; background: transparent;
padding: 8px 10px; font-size: 0.9em; color: #f0f0f0; outline: none;
min-width: 0; /* Allow shrinking if needed */
}
#cat-question-input::placeholder { color: #a0a0a0; opacity: 0.8; }
#ask-cat-button {
background-color: #FF8C00; color: white; border: none; border-radius: 15px;
padding: 7px 14px; /* Adjusted padding slightly for alignment */
font-size: 0.85em; font-weight: bold; cursor: pointer; margin-left: 5px;
transition: background-color 0.2s ease;
flex-shrink: 0; /* Prevent button from shrinking */
line-height: 1.2; /* May help vertical alignment */
}
#ask-cat-button:hover { background-color: #FFA500; }
#ask-cat-button:disabled { background-color: #a0a0a0; cursor: not-allowed; }
#info-popup {
position: absolute;
bottom: 235px; /* << INCREASED VALUE AGAIN >> Moved popup higher */
left: 5px; width: auto; min-width: 180px; max-width: 300px;
background-color: #ffffff; color: #333333; border: 1px solid #ccc; border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
/* Adjusted padding: top still accommodates close button, bottom increased */
padding: 20px; /* Left/Right */
padding-top: 35px;
padding-bottom: 30px; /* << INCREASED VALUE >> Added more space at the bottom */
z-index: 999; opacity: 0; visibility: hidden; /* Start hidden */
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
transform-origin: bottom left; transform: scale(0.9) translateY(10px); pointer-events: none;
}
#info-popup:not(.hidden) { opacity: 1; visibility: visible; transform: scale(1) translateY(0); pointer-events: auto; }
#info-popup::after { /* Popup tail */ content: ''; position: absolute; bottom: -10px; left: 30px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ffffff; }
#info-popup h2 { margin-top: 0; margin-bottom: 10px; color: #333; font-size: 1.1em; }
/* Popup Info Paragraph Style */
#info-popup p {
color: #555;
line-height: 1.5;
text-align: left;
font-size: 0.9em;
margin-bottom: 0;
white-space: pre-wrap; /* Keep line breaks from data */
/* Scrolling properties */
max-height: 150px; /* << INCREASED VALUE >> Allow more text before scroll */
overflow-y: auto; /* Enable vertical scrollbar if needed */
padding-right: 8px; /* Add space for scrollbar */
box-sizing: border-box; /* Include padding in height calculation */
}
#close-popup { position: absolute; top: 8px; right: 8px; background: none; border: none; font-size: 22px; font-weight: bold; color: #aaaaaa; cursor: pointer; padding: 0 5px; line-height: 1; }
#close-popup:hover { color: #333; }
#close-popup::before { content: '\00d7'; display: inline-block; } /* Add X */
/* Loading indicator style */
#popup-info.loading::after { content: ' '; display: inline-block; width: 0.8em; height: 0.8em; border: 2px solid #ccc; border-radius: 50%; border-top-color: #333; animation: spin 1s linear infinite; margin-left: 8px; vertical-align: middle; box-sizing: border-box; }
@keyframes spin { to { transform: rotate(360deg); } }
/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
body { padding-top: 70px; }
.cupra-header { height: 50px; padding: 5px 15px; }
.logo-container img { height: 30px; }
.header-nav-buttons { gap: 10px; }
.header-nav-button { font-size: 0.85em; padding: 6px 10px; }
.reveal-static, .reveal-container { font-size: 2em; }
.postintro-subtext { font-size: 1.5em; }
.start-button-postintro { font-size: 1em; padding: 12px 30px; }
.postintro-button-container { gap: 50px; }
.view-container h1 { font-size: 1.6em; margin-bottom: 15px;}
.view-container .subtitle { font-size: 0.9em; margin-bottom: 20px; }
#exterior-video-container, #interior-video-container { width: 95%; margin-bottom: 20px; }
#exterior-interactive-area, #interior-interactive-area { width: 95%; }
.hotspot { width: 18px; height: 18px; border-width: 1.5px; }
#cat-helper-container { left: 10px; bottom: 5px; }
#cat-helper-image {
width: 115px; /* Keep adjusted cat size */
margin-bottom: 3px;
}
#cat-input-area {
width: 200px; /* Keep adjusted width */
padding: 4px 6px;
}
#cat-question-input { font-size: 0.8em; padding: 6px 8px; min-width: 0;}
#ask-cat-button { font-size: 0.8em; padding: 6px 11px; } /* Keep adjusted padding */
#info-popup {
max-width: 220px;
bottom: 205px; /* << INCREASED VALUE >> Adjusted for bigger cat + moved up more */
font-size: 0.9em;
padding: 15px; /* Left/Right */
padding-top: 30px;
padding-bottom: 25px; /* << INCREASED VALUE >> */
}
#info-popup h2 { font-size: 1em; }
/* Adjust popup text style for smaller screens */
#info-popup p {
font-size: 0.85em;
max-height: 120px; /* << INCREASED VALUE >> Slightly more text before scroll */
padding-right: 5px; /* Slightly less padding */
}
#close-popup { font-size: 20px; top: 6px; right: 6px; }
#info-popup::after { left: 25px; }
}