forked from LoggeL/sharex-win98
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
613 lines (573 loc) · 46.9 KB
/
Copy pathstyle.css
File metadata and controls
613 lines (573 loc) · 46.9 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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
:root {
--win-gray: #c0c0c0;
--win-light: #fff;
--win-mid: #808080;
--win-dark: #000;
--win-blue: #000080;
--win-blue-bright: #1084d0;
--desktop: #008080;
--taskbar-height: 38px;
--font: "MS Sans Serif", Tahoma, Geneva, "Segoe UI", sans-serif;
color-scheme: light;
font-synthesis: none;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { width: 100%; height: 100%; margin: 0; }
body {
min-width: 320px;
overflow: hidden;
color: #000;
background: var(--desktop);
font: 12px/1.25 var(--font);
-webkit-font-smoothing: none;
image-rendering: auto;
}
button, input, a { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 1px dotted #000; outline-offset: -4px; }
::selection { background: #000080; color: #fff; }
.desktop {
position: relative;
width: 100%;
height: 100dvh;
overflow: hidden;
isolation: isolate;
background:
linear-gradient(90deg, rgba(255,255,255,.025) 50%, transparent 50%) 0 0 / 4px 4px,
linear-gradient(rgba(0,0,0,.018) 50%, transparent 50%) 0 0 / 4px 4px,
var(--desktop);
}
body[data-wallpaper="clouds"] .desktop {
background:
radial-gradient(ellipse at 18% 25%, #fff 0 4%, #cfe9ff 4.5% 8%, transparent 8.5%),
radial-gradient(ellipse at 72% 18%, #fff 0 5%, #cfe9ff 5.5% 10%, transparent 10.5%),
linear-gradient(#2b84d6 0 58%, #40a75b 58% 61%, #1d7e3c 61%);
}
body[data-wallpaper="night"] .desktop {
background:
radial-gradient(circle at 82% 13%, #fff 0 2px, transparent 3px),
radial-gradient(circle at 23% 24%, #fff 0 1px, transparent 2px),
radial-gradient(circle at 66% 39%, #7edcff 0 1px, transparent 2px),
radial-gradient(circle at 42% 12%, #fff 0 1px, transparent 2px),
linear-gradient(135deg, #030342, #00106b 52%, #16003d);
}
.wallpaper-mark {
position: absolute;
right: 3.2vw;
top: 5.5vh;
z-index: -1;
color: rgba(0, 45, 45, .26);
text-align: right;
text-shadow: 1px 1px rgba(255,255,255,.09);
pointer-events: none;
}
.wallpaper-mark span, .wallpaper-mark strong { display: block; font-weight: 900; letter-spacing: -.07em; line-height: .82; }
.wallpaper-mark span { font-size: clamp(42px, 7vw, 110px); }
.wallpaper-mark strong { font-size: clamp(50px, 8.5vw, 138px); }
.wallpaper-mark i { display: inline-block; margin-top: 20px; font: 700 14px/1 "Courier New", monospace; letter-spacing: .3em; }
.classic-button {
min-height: 27px;
padding: 4px 12px;
border: 0;
border-radius: 0;
background: var(--win-gray);
box-shadow:
inset -1px -1px #000,
inset 1px 1px #fff,
inset -2px -2px #808080,
inset 2px 2px #dfdfdf;
text-decoration: none;
color: #000;
cursor: default;
}
.classic-button:active, .classic-button.is-pressed {
padding: 5px 11px 3px 13px;
box-shadow: inset 1px 1px #000, inset -1px -1px #fff, inset 2px 2px #808080;
}
.classic-button:disabled { color: #808080; text-shadow: 1px 1px #fff; }
.primary-button { font-weight: 700; box-shadow: inset -1px -1px #000, inset 1px 1px #fff, inset -2px -2px #808080, inset 2px 2px #dfdfdf, 0 0 0 1px #000; }
.window {
position: absolute;
z-index: 10;
display: none;
flex-direction: column;
min-width: 240px;
min-height: 120px;
padding: 3px;
background: var(--win-gray);
box-shadow:
inset -1px -1px #000,
inset 1px 1px #fff,
inset -2px -2px #808080,
inset 2px 2px #dfdfdf,
4px 4px 0 rgba(0,0,0,.22);
}
.window.is-open:not(.is-minimized) { display: flex; }
.window.is-active { z-index: 20; }
.window.is-maximized { inset: 0 0 var(--taskbar-height) 0 !important; width: auto !important; height: auto !important; }
.window__titlebar {
flex: 0 0 24px;
min-height: 24px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
padding: 2px 3px 2px 5px;
background: #808080;
color: #d7d7d7;
font-weight: 700;
user-select: none;
touch-action: none;
}
.window.is-active > .window__titlebar, .window.is-active .window__titlebar:first-child {
background: linear-gradient(90deg, var(--win-blue), var(--win-blue-bright));
color: #fff;
}
.window__title { min-width: 0; display: flex; align-items: center; gap: 5px; }
.window__title span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.window__title img { flex: 0 0 auto; }
.window__controls { flex: 0 0 auto; display: flex; gap: 2px; }
.window__controls button {
width: 20px;
height: 19px;
padding: 0;
border: 0;
background: var(--win-gray);
box-shadow: inset -1px -1px #000, inset 1px 1px #fff, inset -2px -2px #808080, inset 2px 2px #dfdfdf;
color: #000;
font: 900 14px/16px Arial, sans-serif;
}
.window__controls button:active { box-shadow: inset 1px 1px #000, inset -1px -1px #fff; }
.resize-grip {
position: absolute;
right: 4px;
bottom: 4px;
width: 14px;
height: 14px;
cursor: nwse-resize;
background: repeating-linear-gradient(135deg, transparent 0 3px, #808080 3px 4px, #fff 4px 5px);
}
.app-window {
left: max(120px, calc(50vw - 505px));
top: 42px;
width: min(950px, calc(100vw - 330px));
height: min(710px, calc(100dvh - 92px));
min-width: 720px;
min-height: 520px;
}
.app-menu {
position: relative;
z-index: 3;
flex: 0 0 25px;
display: flex;
align-items: center;
gap: 2px;
padding: 1px 4px;
border-bottom: 1px solid #808080;
}
.menu-group { position: relative; }
.menu-button, .editor-menu button {
padding: 4px 7px;
border: 0;
background: transparent;
}
.menu-button:hover, .menu-button[aria-expanded="true"] { background: var(--win-blue); color: #fff; }
.menu-popup {
position: absolute;
top: calc(100% + 1px);
left: 0;
z-index: 60;
min-width: 230px;
padding: 3px;
background: var(--win-gray);
box-shadow: inset -1px -1px #000, inset 1px 1px #fff, inset -2px -2px #808080, inset 2px 2px #dfdfdf, 3px 3px 0 rgba(0,0,0,.2);
}
.menu-popup button, .menu-popup a {
width: 100%;
min-height: 28px;
display: grid;
grid-template-columns: 22px 1fr auto;
align-items: center;
gap: 5px;
padding: 3px 8px;
border: 0;
background: transparent;
color: #000;
text-align: left;
text-decoration: none;
}
.menu-popup button:hover, .menu-popup a:hover, .menu-popup button:focus-visible, .menu-popup a:focus-visible { background: var(--win-blue); color: #fff; outline: 0; }
.menu-popup hr, .start-content hr, .desktop-context hr { height: 2px; margin: 3px 2px; border: 0; border-top: 1px solid #808080; border-bottom: 1px solid #fff; }
kbd { font: 10px/1 var(--font); color: #565656; white-space: nowrap; }
.menu-popup *:hover > kbd { color: #fff; }
.toolbar {
flex: 0 0 50px;
display: flex;
align-items: stretch;
gap: 2px;
padding: 3px 5px;
border-top: 1px solid #fff;
border-bottom: 1px solid #808080;
}
.toolbar button { min-width: 58px; display: grid; place-items: center; gap: 1px; padding: 2px 6px; border: 1px solid transparent; background: transparent; }
.toolbar button:hover { border-color: #fff #808080 #808080 #fff; }
.toolbar button:active { border-color: #808080 #fff #fff #808080; }
.toolbar button span { font: 22px/1 Arial, sans-serif; }
.toolbar button b { font-size: 10px; font-weight: 400; }
.toolbar > i { width: 2px; margin: 1px 4px; border-left: 1px solid #808080; border-right: 1px solid #fff; }
.tool-glyph.region-glyph { width: 20px; height: 15px; border: 2px dashed #000; }
.app-shell { min-height: 0; flex: 1; display: grid; grid-template-columns: 176px 1fr; gap: 4px; padding: 4px; }
.app-tree {
min-width: 0;
overflow: auto;
padding: 7px 5px;
border: 2px solid;
border-color: #808080 #fff #fff #808080;
background: #fff;
}
.app-tree > p { margin: 5px 8px; color: #606060; font: 700 10px/1 var(--font); letter-spacing: .08em; }
.app-tree nav { display: grid; gap: 1px; }
.tree-item, .app-tree > a {
width: 100%;
min-height: 25px;
display: flex;
align-items: center;
gap: 6px;
padding: 3px 7px;
border: 0;
background: transparent;
color: #000;
text-align: left;
text-decoration: none;
}
.tree-item:hover, .app-tree > a:hover { background: #e4e4e4; }
.tree-item.is-selected { background: var(--win-blue); color: #fff; }
.tree-rule { height: 2px; margin: 8px 5px; border-top: 1px solid #bbb; border-bottom: 1px solid #eee; }
.open-source-stamp { width: 105px; margin: 20px auto 5px; padding: 8px; transform: rotate(-3deg); border: 3px double #006600; color: #006600; text-align: center; }
.open-source-stamp strong, .open-source-stamp span, .open-source-stamp small { display: block; }
.open-source-stamp strong { font-size: 16px; }
.open-source-stamp span { font-size: 11px; letter-spacing: .16em; }
.open-source-stamp small { margin-top: 3px; font-size: 8px; }
.app-content {
min-width: 0;
overflow: auto;
border: 2px solid;
border-color: #808080 #fff #fff #808080;
background: #fff;
}
.app-view { display: none; min-height: 100%; padding: 20px; background: #f3f3f3; }
.app-view.is-visible { display: block; }
.welcome-hero {
position: relative;
min-height: 300px;
display: grid;
grid-template-columns: 1fr 225px;
overflow: hidden;
border: 2px solid;
border-color: #808080 #fff #fff #808080;
background:
linear-gradient(115deg, transparent 0 64%, rgba(0,0,128,.06) 64% 100%),
repeating-linear-gradient(0deg, #f8f8f8 0 2px, #f3f3f3 2px 4px);
}
.welcome-hero::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: linear-gradient(#003399 0 24%, #f03030 24% 49%, #f7d600 49% 74%, #05972c 74%); }
.welcome-copy { padding: 28px 10px 24px 34px; }
.label { margin: 0 0 7px; color: #555; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.welcome-copy h2 { margin: 0; font: 900 clamp(44px, 5vw, 70px)/.88 Arial Black, Arial, sans-serif; letter-spacing: -.08em; }
.welcome-copy h2 span { color: #000080; }
.tagline { margin: 13px 0 0; color: #000080; font: 700 17px/1 var(--font); }
.welcome-body { max-width: 460px; margin: 15px 0 20px; color: #333; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-actions .classic-button { min-height: 37px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.welcome-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; background: rgba(192,192,192,.45); border-left: 1px solid #aaa; }
.logo-plate { display: grid; place-items: center; width: 190px; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 2px #808080, 5px 5px 0 rgba(0,0,0,.14); }
.logo-plate img { width: 76%; height: 76%; }
.welcome-logo p { width: 100%; margin: 8px 0 0; padding-top: 6px; border-top: 1px solid #aaa; color: #555; text-align: center; }
.welcome-logo p strong { color: #000080; }
.quick-panel { display: grid; grid-template-columns: 1.55fr .75fr; gap: 12px; margin-top: 15px; }
.group-box { position: relative; padding: 15px 10px 10px; border: 1px solid #808080; }
.group-box > span { position: absolute; left: 9px; top: -7px; padding: 0 5px; background: #f3f3f3; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.quick-grid button { min-height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid transparent; background: transparent; }
.quick-grid button:hover { border: 1px solid #000080; background: #fff; }
.quick-grid i { color: #000080; font: 700 24px/1 Arial, sans-serif; }
.quick-grid b, .quick-grid small { display: block; }
.quick-grid small { margin-top: 3px; color: #666; }
.stats-box dl { margin: 0; }
.stats-box dl div { display: flex; justify-content: space-between; gap: 8px; padding: 6px 2px; border-bottom: 1px dotted #aaa; }
.stats-box dt { color: #555; }
.stats-box dd { margin: 0; text-align: right; }
.success { color: #007300 !important; font-weight: 700; }
.tip-strip { display: flex; align-items: center; gap: 6px; margin-top: 14px; padding: 7px 9px; border: 1px solid #f0c000; background: #fff9cc; }
.tip-strip button { margin-left: auto; border: 0; background: transparent; color: #000080; text-decoration: underline; }
.view-header { display: flex; align-items: center; gap: 14px; margin: -20px -20px 18px; padding: 18px 20px; border-bottom: 1px solid #aaa; background: linear-gradient(90deg, #fff, #d9e6ff); }
.view-header .view-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #aaa; background: #fff; font-size: 28px; box-shadow: 3px 3px 0 #ccc; }
.view-header p, .view-header h2 { margin: 0; }
.view-header p { color: #666; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.view-header h2 { margin-top: 4px; color: #000080; font-size: 22px; }
.compact-header .classic-button { margin-left: auto; }
.capture-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.capture-options { display: grid; gap: 7px; }
.capture-card { min-height: 65px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 8px; padding: 8px; border: 1px solid #aaa; background: #fff; text-align: left; }
.capture-card:hover, .capture-card.is-picked { border-color: #000080; box-shadow: inset 0 0 0 1px #000080; }
.capture-card > i { color: #000080; font: 700 29px/1 Arial, sans-serif; text-align: center; }
.capture-card span b, .capture-card span small { display: block; }
.capture-card span small { margin-top: 4px; color: #666; }
.monitor-preview { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.monitor-screen { position: relative; width: min(100%, 300px); aspect-ratio: 4/3; overflow: hidden; border: 12px solid #ddd; box-shadow: inset 0 0 0 2px #222, 4px 4px 0 #888; background: linear-gradient(140deg, #008080 0 60%, #006d6d 60%); }
.monitor-screen::before { content: "SHAREX 98"; position: absolute; right: 12px; bottom: 20px; color: rgba(255,255,255,.4); font-weight: 700; }
.selection-box { position: absolute; left: 18%; top: 18%; width: 58%; height: 48%; border: 1px dashed #fff; box-shadow: 0 0 0 1px #000; }
.selection-box i { position: absolute; right: -1px; bottom: -19px; padding: 2px 4px; background: #000; color: #fff; font-size: 9px; font-style: normal; }
.preview-taskbar { position: absolute; inset: auto 0 0; height: 14px; background: #c0c0c0; border-top: 1px solid #fff; }
.monitor-neck { width: 55px; height: 20px; background: #c0c0c0; border: 1px solid #808080; }
.monitor-foot { width: 120px; height: 10px; margin-bottom: 18px; background: #c0c0c0; border: 1px solid #808080; }
.workflow-canvas { min-height: 180px; display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr; align-items: center; gap: 2px; padding: 22px 12px; overflow-x: auto; border: 2px solid #808080; background: repeating-linear-gradient(0deg, #fff 0 19px, #eee 20px), repeating-linear-gradient(90deg, transparent 0 19px, #eee 20px); }
.workflow-node { position: relative; min-width: 120px; min-height: 105px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 12px; border: 2px solid #000080; background: #fff; text-align: center; box-shadow: 4px 4px 0 #aaa; }
.workflow-node > span { position: absolute; top: 4px; left: 5px; color: #777; font-size: 9px; }
.workflow-node > i { color: #000080; font: 700 28px/1 Arial, sans-serif; }
.workflow-node b, .workflow-node small { display: block; }
.workflow-node small { margin-top: 3px; color: #666; }
.workflow-node.finish { border-color: #087600; }
.workflow-node.finish > i { color: #087600; }
.workflow-arrow { color: #000080; font-size: 23px; text-align: center; }
.task-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin-top: 16px; padding: 15px; }
.task-checklist label, .wizard-tasks label { display: flex; align-items: center; gap: 7px; }
.task-checklist input, .wizard-tasks input { accent-color: #000080; }
.workflow-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.workflow-footer b { color: #007300; }
.destination-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; }
.destination-list { min-height: 360px; padding: 3px; border: 2px solid; border-color: #808080 #fff #fff #808080; background: #fff; }
.destination-list button { width: 100%; min-height: 62px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; padding: 7px; border: 0; background: transparent; text-align: left; }
.destination-list button:hover, .destination-list button.is-selected { background: #000080; color: #fff; }
.destination-list button span { grid-row: 1/3; }
.destination-list button small { color: #777; }
.destination-list button:hover small, .destination-list button.is-selected small { color: #ddd; }
.service-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #000; background: #fff; color: #000; font-weight: 900; }
.service-icon.imgur { background: #1bb76e; }
.service-icon.s3 { background: #f69b2f; }
.service-icon.ftp { background: #5d8ee9; font-size: 10px; }
.service-icon.local { background: #d3d3d3; }
.service-icon.custom { background: #f7e563; font-size: 21px; }
.destination-details { padding: 22px; border: 1px solid #aaa; background: #fff; }
.destination-details h3 { margin: 13px 0 6px; color: #000080; font-size: 25px; }
.destination-details > p { min-height: 34px; color: #555; }
.destination-details dl div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dotted #aaa; }
.destination-details dd { margin: 0; }
.server-rack { position: relative; height: 85px; padding: 9px; border: 4px ridge #bbb; background: #313131; }
.server-rack i { display: block; height: 16px; margin-bottom: 5px; border: 2px inset #777; background: linear-gradient(90deg, #444 0 75%, #00d800 75% 78%, #777 78%); }
.server-rack span { position: absolute; right: 9px; bottom: 5px; color: #00f500; font: 9px/1 "Courier New", monospace; }
.history-table { border: 2px solid; border-color: #808080 #fff #fff #808080; background: #fff; }
.history-row { display: grid; grid-template-columns: 2fr .75fr 1fr .8fr; min-height: 44px; align-items: center; border-bottom: 1px solid #ddd; }
.history-row:hover:not(.history-head) { background: #000080; color: #fff; }
.history-row > span { min-width: 0; padding: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.history-row > span + span { border-left: 1px solid #ddd; }
.history-head { min-height: 27px; background: #c0c0c0; font-weight: 700; }
.file-thumb { width: 24px; height: 22px; display: inline-block; margin-right: 6px; vertical-align: middle; border: 1px solid #000; box-shadow: inset -4px -4px rgba(0,0,0,.18); }
.file-thumb.pink { background: #ff6e95; }.file-thumb.blue { background: #65a4ff; }.file-thumb.yellow { background: #ffd738; }.file-thumb.green { background: #68d96d; }
.history-summary { display: flex; justify-content: space-between; margin-top: 8px; padding: 5px; border: 2px inset #fff; }
.statusbar { flex: 0 0 24px; display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 3px; padding: 3px; }
.statusbar > span { padding: 2px 5px; border: 1px solid; border-color: #808080 #fff #fff #808080; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.status-online { display: flex; align-items: center; gap: 4px; }
.status-online i { width: 7px; height: 7px; border-radius: 50%; background: #00a900; box-shadow: 0 0 4px #00d800; }
.queue-window { right: 19px; bottom: 52px; width: 350px; height: 272px; }
.queue-body { min-height: 0; flex: 1; display: flex; flex-direction: column; padding: 5px; }
.queue-summary { display: flex; justify-content: space-between; gap: 8px; padding: 5px; border: 2px inset #fff; }
.connection { color: #006700; }
.connection i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #00a000; }
.upload-list { min-height: 0; flex: 1; overflow: auto; margin-top: 5px; border: 2px inset #fff; background: #fff; }
.upload-item { display: grid; grid-template-columns: 40px 1fr 20px; gap: 7px; align-items: center; min-height: 60px; padding: 6px; border-bottom: 1px solid #ddd; }
.upload-item > div { min-width: 0; }
.upload-item b, .upload-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-item small { color: #666; }
.upload-item > strong { color: #008000; font-size: 17px; }
.upload-thumb { width: 38px; height: 34px; border: 1px solid #000; background: linear-gradient(135deg, #ff5a76, #ffd4aa); box-shadow: inset -5px -5px rgba(0,0,0,.15); }
.upload-thumb.aqua { background: linear-gradient(135deg, #00a6c0, #86f5d9); }
.progress { height: 12px; margin-top: 4px; padding: 1px; border: 2px inset #fff; background: #fff; }
.progress i { display: block; height: 100%; background: repeating-linear-gradient(90deg, #000080 0 8px, #fff 8px 10px); }
.queue-actions { display: flex; justify-content: flex-end; gap: 6px; margin-top: 5px; }
.queue-footnote { margin-top: 4px; color: #666; font-size: 9px; }
.tip-window { right: 24px; top: 55px; width: 358px; height: 252px; }
.tip-body { min-height: 0; flex: 1; display: grid; grid-template-columns: 85px 1fr; align-items: center; gap: 12px; margin: 4px; padding: 13px; border: 2px inset #fff; background: #fff; }
.tip-body p { margin: 0 0 9px; color: #555; }
.tip-body strong { display: block; line-height: 1.45; }
.tip-body small { display: block; margin-top: 12px; color: #777; }
.bulb { position: relative; width: 60px; height: 60px; margin: auto; border: 3px solid #000; border-radius: 50%; background: #fff43b; box-shadow: 5px 5px 0 #b5a700; }
.bulb::after { content: ""; position: absolute; left: 18px; bottom: -25px; width: 20px; height: 25px; border: 3px solid #000; background: repeating-linear-gradient(#aaa 0 3px, #333 3px 5px); }
.bulb i { position: absolute; inset: -16px; background: repeating-conic-gradient(transparent 0 12deg, #f4d600 13deg 15deg, transparent 16deg 30deg); }
.dialog-actions { flex: 0 0 auto; display: flex; justify-content: flex-end; align-items: center; gap: 7px; padding: 8px; }
.dialog-actions label { margin-right: auto; }
.wizard-window { left: calc(50% - 270px); top: calc(50% - 230px); width: 540px; height: 460px; }
.wizard-banner { flex: 0 0 102px; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #808080; background: linear-gradient(90deg, #fff, #d8e9ff); }
.wizard-banner p, .wizard-banner h2, .wizard-banner small { margin: 0; }
.wizard-banner p { color: #666; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.wizard-banner h2 { margin: 3px 0; color: #000080; font-size: 21px; }
.wizard-pages { min-height: 0; flex: 1; padding: 14px 20px; overflow: auto; }
.wizard-page { display: none; }
.wizard-page.is-visible { display: block; }
.wizard-options { display: grid; gap: 7px; margin-top: 13px; }
.wizard-options label { min-height: 62px; display: grid; grid-template-columns: 20px 42px 1fr; align-items: center; gap: 6px; padding: 7px; border: 1px solid transparent; }
.wizard-options label:hover, .wizard-options label.is-picked { border: 1px solid #000080; background: #fff; }
.wizard-options i { color: #000080; font: 700 27px/1 Arial, sans-serif; text-align: center; }
.wizard-options b, .wizard-options small { display: block; }
.wizard-options small { margin-top: 3px; color: #666; }
.wizard-tasks { display: grid; gap: 14px; padding: 15px; }
.wizard-ready { display: grid; grid-template-columns: 70px 1fr; gap: 15px; align-items: center; }
.wizard-ready > span { width: 60px; height: 60px; display: grid; place-items: center; border: 2px solid #006000; border-radius: 50%; color: #006000; font-size: 34px; font-weight: 700; }
.wizard-ready h3 { margin: 0; color: #000080; font-size: 20px; }
.wizard-ready p { line-height: 1.65; }
.wizard-note { margin-top: 16px; padding: 9px; border: 1px solid #d5b200; background: #fff9cb; }
.wizard-note p { margin: 4px 0 0; }
.wizard-actions { flex: 0 0 48px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 7px; align-items: center; padding: 9px; border-top: 1px solid #808080; }
.annotation-window { left: calc(50% - 380px); top: calc(50% - 300px); width: 760px; height: 600px; min-width: 620px; min-height: 440px; }
.editor-menu { flex: 0 0 25px; display: flex; gap: 2px; padding: 1px 4px; border-bottom: 1px solid #808080; }
.editor-shell { min-height: 0; flex: 1; display: grid; grid-template-columns: 46px 1fr; gap: 4px; padding: 4px; }
.editor-tools { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 2px; padding: 3px; border: 2px inset #fff; }
.editor-tools button { aspect-ratio: 1; padding: 0; border: 1px solid transparent; background: transparent; font: 700 18px/1 Arial, sans-serif; }
.editor-tools button:hover, .editor-tools button.is-selected { border-color: #000 #fff #fff #000; background: #ddd; }
.editor-workspace { min-width: 0; overflow: auto; border: 2px inset #fff; background: #808080; }
.checkerboard { width: max(100%, 690px); min-height: 100%; display: grid; place-items: center; padding: 30px; background: repeating-conic-gradient(#ddd 0 25%, #fff 0 50%) 0 / 20px 20px; }
.mock-capture { position: relative; width: 560px; aspect-ratio: 16/9; overflow: hidden; border: 1px solid #000; background: #008080; box-shadow: 6px 6px rgba(0,0,0,.32); }
.mock-titlebar { height: 28px; display: flex; align-items: center; padding: 4px 7px; background: linear-gradient(90deg,#000080,#1084d0); color: #fff; font-weight: 700; }
.mock-titlebar span { margin-right: auto; }.mock-titlebar i { width: 17px; height: 17px; margin-left: 3px; background: #c0c0c0; border: 1px solid #fff; box-shadow: 1px 1px #000; }
.mock-body { height: calc(100% - 28px); display: flex; align-items: center; justify-content: center; gap: 22px; color: #fff; }
.mock-body b, .mock-body small { display: block; text-shadow: 2px 2px #006060; }.mock-body b { font-size: 24px; }.mock-body small { margin-top: 8px; }
.mock-logo { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.mock-logo img { width: 68px; height: 68px; display: block; }
.annotation-arrow { position: absolute; left: 51%; top: 56%; width: 130px; height: 8px; transform: rotate(-28deg); background: #f31919; box-shadow: 0 0 0 1px #fff; }
.annotation-arrow::after { content: ""; position: absolute; right: -5px; top: -13px; border: 17px solid transparent; border-left: 26px solid #f31919; border-right: 0; }
.annotation-callout { position: absolute; right: 24px; top: 55px; padding: 10px 13px; border: 3px solid #f31919; background: #fff; color: #f31919; font-weight: 700; }
.editor-bottom { flex: 0 0 42px; display: flex; align-items: center; gap: 9px; padding: 5px; }
.editor-bottom > span { flex: 1; padding: 5px; border: 2px inset #fff; }
.palette { display: flex; }.palette button { width: 22px; height: 22px; padding: 0; border: 2px outset #fff; }.palette button.is-selected { border-style: inset; }.palette .red{background:#f00}.palette .yellow{background:#ff0}.palette .blue{background:#00f}.palette .green{background:#00a600}.palette .black{background:#000}
.about-window { left: calc(50% - 225px); top: calc(50% - 245px); width: 450px; height: 490px; }
.about-starfield { position: relative; flex: 0 0 220px; display: flex; align-items: center; justify-content: center; gap: 20px; overflow: hidden; margin: 4px; background: radial-gradient(circle at center, #001e72, #000 68%); color: #fff; }
.about-starfield > i { position: absolute; width: 2px; height: 2px; background: #fff; box-shadow: 52px 32px #fff, 112px -48px #70bfff, -108px 48px #fff, -48px -69px #ffe867; }
.about-starfield > i:nth-child(2){transform:rotate(42deg) scale(1.4)}.about-starfield > i:nth-child(3){transform:rotate(91deg) scale(.8)}.about-starfield > i:nth-child(4){transform:rotate(137deg) scale(1.2)}
.about-starfield img, .about-starfield div { position: relative; z-index: 2; }
.about-starfield h2 { margin: 0; font: 900 36px/1 Arial Black, sans-serif; letter-spacing: -.07em; }.about-starfield h2 span { color: #ffd800; }.about-starfield p { font: 9px/1 "Courier New",monospace; letter-spacing: .14em; }
.about-copy { flex: 1; padding: 8px 18px; text-align: center; }.about-copy p { margin: 7px 0; }.about-copy small { color: #666; }
.download-window { left: calc(50% - 250px); top: calc(50% - 260px); width: 500px; height: 520px; }
.download-banner { display: flex; align-items: center; gap: 18px; margin: 4px; padding: 16px 20px; border: 2px inset #fff; background: linear-gradient(90deg,#fff,#dbe8ff); }.download-banner p,.download-banner h2{margin:0}.download-banner p{color:#666;font-size:9px;font-weight:700;letter-spacing:.16em}.download-banner h2{margin:4px 0;color:#000080}.download-banner span{color:#555}
.download-options { display: grid; gap: 8px; padding: 12px; }.download-options a { min-height: 84px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 10px; padding: 10px; border: 2px outset #fff; color:#000;text-decoration:none;background:#ddd}.download-options a:hover{background:#fff}.download-options b,.download-options small{display:block}.download-options small{margin-top:5px;color:#555}.download-options em{font-style:normal;font-size:9px;color:#000080;font-weight:700}.disk-art,.package-art{width:50px;height:50px;display:block;border:2px solid #000;background:linear-gradient(#2b52a4 0 58%,#d6d6d6 58%);box-shadow:inset -6px -6px rgba(0,0,0,.15)}.package-art{background:linear-gradient(135deg,#f2bd42 0 48%,#c28920 49%)}.download-note{display:flex;gap:7px;margin:4px 16px;padding:8px;border:1px solid #d5b200;background:#fff9cb}
.properties-window { left: calc(50% - 220px); top: calc(50% - 215px); width: 440px; height: 430px; }.property-tabs{display:flex;padding:8px 8px 0}.property-tabs button{position:relative;top:1px;padding:5px 12px;border:2px outset #fff;border-bottom:0;background:#c0c0c0}.property-tabs button.is-active{z-index:2;padding-bottom:7px}.property-body{flex:1;margin:0 8px 8px;padding:20px;border:2px outset #fff}.mini-monitor{width:210px;margin:0 auto 22px;padding:12px 12px 22px;border:6px ridge #aaa;background:#ddd}.mini-monitor>div{height:105px;background:#008080;border:3px inset #fff}.mini-monitor>div.preview-clouds{background:linear-gradient(#4c9fe0 0 62%,#2d9947 62%)}.mini-monitor>div.preview-night{background:radial-gradient(circle at 22% 25%,#fff 0 1px,transparent 2px),radial-gradient(circle at 72% 35%,#fff 0 1px,transparent 2px),linear-gradient(135deg,#030342,#16003d)}.mini-monitor>i{display:block;width:70px;height:12px;margin:12px auto -24px;background:#999}.property-body fieldset{display:grid;grid-template-columns:1fr 1fr;gap:8px}.property-body label{display:flex;align-items:center;gap:5px}
.tiny-dialog { left: calc(50% - 205px); top: calc(50% - 130px); width: 410px; min-height: 240px; }.tiny-body{min-height:0;flex:1;display:flex;align-items:center;gap:18px;padding:22px}.tiny-body h2{margin:0 0 7px;color:#000080;font-size:16px}.tiny-body p{margin:0;line-height:1.45}.large-bin{font-size:58px}.message-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#000080;color:#fff;font:900 italic 36px/1 Georgia,serif}
.desktop-icons { position: absolute; z-index: 2; left: 10px; top: 12px; bottom: calc(var(--taskbar-height) + 8px); display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-start; gap: 8px 10px; }
.desktop-icon { width: 76px; min-height: 78px; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 4px 2px; border: 1px solid transparent; background: transparent; color: #fff; text-shadow: 1px 1px #000; }
.desktop-icon:hover, .desktop-icon.is-selected { border: 1px dotted #fff; background: rgba(0,0,128,.42); }
.desktop-icon img { width: 43px; height: 43px; object-fit: contain; }
.desktop-icon > span:last-child { padding: 1px 2px; text-align: center; line-height: 1.15; }
.pixel-icon { position: relative; width: 43px; height: 43px; display: block; }
.pc-icon { border: 3px outset #ddd; background: #d8d8d8; }.pc-icon::before{content:"";position:absolute;left:5px;top:5px;width:27px;height:20px;border:2px inset #fff;background:#0d5d77}.pc-icon i{position:absolute;left:14px;bottom:3px;width:15px;height:7px;background:#aaa;border:1px solid #000}
.camera-icon{margin-top:8px;height:31px;border:3px outset #ddd;background:#ddd}.camera-icon::before{content:"";position:absolute;left:5px;top:-8px;width:15px;height:8px;background:#888}.camera-icon i{position:absolute;left:12px;top:6px;width:13px;height:13px;border:3px solid #000;border-radius:50%;background:#2bc0c0}
.upload-icon{border:3px outset #ddd;background:#e7e7e7}.upload-icon::before{content:"";position:absolute;left:16px;top:6px;width:8px;height:25px;background:#000080}.upload-icon::after{content:"";position:absolute;left:8px;top:4px;border:12px solid transparent;border-bottom:14px solid #000080;border-top:0}
.workflow-icon::before,.workflow-icon::after,.workflow-icon i{content:"";position:absolute;width:14px;height:14px;border:2px solid #000;background:#ffd800}.workflow-icon::before{left:1px;top:14px}.workflow-icon::after{right:1px;top:1px;background:#43d6ff}.workflow-icon i{right:1px;bottom:1px;background:#ef4747}.workflow-icon{background:linear-gradient(25deg,transparent 47%,#fff 48% 52%,transparent 53%)}
.folder-icon{height:33px;margin-top:7px;border:3px outset #f9df48;background:#ffdc3a}.folder-icon::before{content:"";position:absolute;left:2px;top:-8px;width:19px;height:8px;background:#f4c52b;border:2px outset #f9df48}.bin-icon{width:33px;margin-top:2px;border:3px outset #ddd;background:repeating-linear-gradient(90deg,#ddd 0 5px,#666 5px 7px)}.bin-icon::before{content:"";position:absolute;left:-5px;right:-5px;top:-5px;height:7px;background:#ddd;border:2px outset #fff}
.start-menu {
position: fixed;
z-index: 2000;
left: 3px;
bottom: var(--taskbar-height);
width: 355px;
max-height: calc(100dvh - var(--taskbar-height) - 4px);
display: grid;
grid-template-columns: 38px 1fr;
overflow: auto;
padding: 3px;
background: var(--win-gray);
box-shadow: inset -1px -1px #000, inset 1px 1px #fff, inset -2px -2px #808080, inset 2px 2px #dfdfdf, 4px 4px 0 rgba(0,0,0,.2);
}
.start-rail { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 10px 7px; background: linear-gradient(#000080,#1084d0); color:#fff; writing-mode:vertical-rl; transform:rotate(180deg); font-size:19px;letter-spacing:.03em}.start-rail span{font-weight:400}.start-rail b{font-size:26px}
.start-content { padding: 3px; }
.start-user { display: flex; align-items: center; gap: 9px; min-height: 55px; padding: 5px; border-bottom: 1px solid #808080; }.start-user img{padding:3px;background:#fff;border:1px solid #808080}.start-user b,.start-user small{display:block}.start-user small{margin-top:3px;color:#555}
.start-content > button { width: 100%; min-height: 49px; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 7px; padding: 3px 6px; border: 0; background: transparent; text-align:left}.start-content>button:hover,.start-content>button:focus-visible{background:#000080;color:#fff;outline:0}.start-content>button:hover small{color:#ddd}.start-content button b,.start-content button small{display:block}.start-content button small{margin-top:2px;color:#666}.start-icon{width:37px;height:37px;display:grid;place-items:center;font-size:25px}.sharex-start{background:#fff;border:1px solid #aaa}.sharex-start img{width:31px;height:31px}
.taskbar { position: fixed; z-index: 3000; inset: auto 0 0; height: var(--taskbar-height); display: flex; align-items: center; gap: 3px; padding: 3px; background: var(--win-gray); box-shadow: inset 0 1px #fff, inset 0 2px #dfdfdf; }
.start-button { flex: 0 0 auto; height: 31px; display: flex; align-items: center; gap: 4px; padding: 2px 7px 2px 4px; border:0;background:#c0c0c0;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px #808080,inset 2px 2px #dfdfdf;font-size:13px}.start-button[aria-expanded="true"],.start-button:active{box-shadow:inset 1px 1px #000,inset -1px -1px #fff,inset 2px 2px #808080}.windows-flag{width:24px;height:23px;display:grid;grid-template-columns:1fr 1fr;gap:1px;transform:skewY(-6deg)}.windows-flag i:nth-child(1){background:#f02b2b}.windows-flag i:nth-child(2){background:#2e9a3f}.windows-flag i:nth-child(3){background:#288fe2}.windows-flag i:nth-child(4){background:#f5d722}
.quick-launch{height:29px;display:flex;align-items:center;padding:0 4px;border-left:2px groove #fff;border-right:2px groove #fff}.quick-launch button{width:28px;height:27px;padding:2px;border:0;background:transparent;font-size:17px}.quick-launch img{display:block}
.task-buttons { min-width: 0; flex: 1; display: flex; gap: 3px; overflow-x: auto; scrollbar-width: none; }.task-buttons::-webkit-scrollbar{display:none}.task-button{min-width:95px;max-width:190px;height:29px;display:flex;align-items:center;gap:5px;padding:3px 8px;border:0;background:#c0c0c0;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px #808080,inset 2px 2px #dfdfdf;text-align:left}.task-button.is-active{font-weight:700;background:repeating-linear-gradient(45deg,#fff 0 1px,#ddd 1px 3px);box-shadow:inset 1px 1px #000,inset -1px -1px #fff,inset 2px 2px #808080}.task-button img,.task-button>span:first-child{flex:0 0 auto}.task-button b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:inherit}
.system-tray { flex: 0 0 auto; height: 29px; display: flex; align-items:center;gap:5px;padding:2px 7px;border:2px inset #fff}.system-tray button{width:23px;height:23px;padding:0;border:0;background:transparent}.system-tray img{display:block;margin:auto}.system-tray time{min-width:62px;text-align:right;white-space:nowrap}.tray-network{position:relative;width:22px;height:18px}.tray-network i{position:absolute;width:9px;height:11px;border:1px solid #000;background:#ddd}.tray-network i:first-child{left:2px;top:0}.tray-network i:last-child{right:2px;bottom:0}.tray-network::after{content:"";position:absolute;left:9px;top:7px;width:6px;height:2px;background:#00a000;transform:rotate(-35deg)}
.region-overlay { position: fixed; z-index: 5000; inset: 0; overflow: hidden; cursor: crosshair; background: rgba(0,0,0,.48); backdrop-filter: grayscale(.7) contrast(.8); touch-action:none}.capture-hud{position:absolute;z-index:2;left:50%;top:18px;transform:translateX(-50%);min-width:480px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:8px 10px;border:2px solid #fff;background:#000080;color:#fff;box-shadow:3px 3px #000}.capture-hud span{font-weight:700}.capture-hud strong{font-weight:400}.capture-hud button{border:1px solid #fff;background:#c0c0c0;color:#000}.region-selection{position:absolute;border:1px dashed #fff;box-shadow:0 0 0 1px #000,0 0 0 9999px rgba(0,0,0,.28)}.region-selection>span{position:absolute;right:0;bottom:-22px;padding:3px 5px;background:#000;color:#fff;font:11px/1 "Courier New",monospace}.region-selection i{position:absolute;width:7px;height:7px;border:1px solid #000;background:#fff}.region-selection i:nth-of-type(1){left:-4px;top:-4px}.region-selection i:nth-of-type(2){right:-4px;top:-4px}.region-selection i:nth-of-type(3){left:-4px;bottom:-4px}.region-selection i:nth-of-type(4){right:-4px;bottom:-4px}.crosshair{position:absolute;left:50%;top:50%;width:40px;height:40px;transform:translate(-50%,-50%);pointer-events:none}.crosshair::before,.crosshair::after{content:"";position:absolute;background:#fff;box-shadow:0 0 0 1px #000}.crosshair::before{left:19px;top:0;width:1px;height:40px}.crosshair::after{top:19px;left:0;width:40px;height:1px}.magnifier{position:absolute;left:calc(50% + 25px);top:calc(50% + 25px);width:92px;padding:5px;border:2px solid #fff;background:#000;color:#fff;pointer-events:none}.magnifier span{display:block;height:50px;background:repeating-conic-gradient(#008080 0 25%,#006a6a 0 50%) 0/12px 12px;border:1px solid #fff}.magnifier b{display:block;margin-top:4px;font:10px/1 "Courier New",monospace;text-align:center}
.desktop-context { position: fixed; z-index: 2500; width: 190px; padding: 3px; background:#c0c0c0;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px #808080,inset 2px 2px #dfdfdf,3px 3px rgba(0,0,0,.2)}.desktop-context button{width:100%;min-height:26px;display:grid;grid-template-columns:23px 1fr;align-items:center;padding:3px 7px;border:0;background:transparent;text-align:left}.desktop-context button:hover{background:#000080;color:#fff}
.tray-balloon { position: fixed; z-index: 2900; right: 8px; bottom: calc(var(--taskbar-height) + 9px); width: 300px; padding: 7px; border: 2px solid #000; border-radius: 8px 8px 0 8px; background:#fff9b8;box-shadow:3px 3px rgba(0,0,0,.25)}.tray-balloon::after{content:"";position:absolute;right:20px;bottom:-15px;border:8px solid transparent;border-top-color:#000}.tray-balloon>button{position:absolute;right:5px;top:4px;width:20px;height:20px;border:0;background:transparent;font-weight:700}.tray-balloon>div{display:flex;gap:9px;padding-right:17px}.tray-balloon img{flex:0 0 auto}.tray-balloon p{margin:0}.tray-balloon strong,.tray-balloon span{display:block}.tray-balloon span{margin-top:3px;color:#444}
.sr-live { position: fixed; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.boot-screen { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; background:#000; color:#fff;transition:opacity .2s steps(3,end),visibility .2s}.boot-screen.is-gone{opacity:0;visibility:hidden;pointer-events:none}.boot-card{width:min(540px,calc(100% - 32px));display:grid;grid-template-columns:110px 1fr;align-items:center;gap:8px 20px;padding:28px;border:2px solid #707070;background:linear-gradient(135deg,#030326,#000080 62%,#05195a);box-shadow:inset 0 0 0 3px #000}.boot-card img{grid-row:1/3}.boot-card p,.boot-card h1{margin:0}.boot-kicker{font:10px/1 "Courier New",monospace;color:#aaa}.boot-card h1{font:900 48px/.9 Arial Black,sans-serif;letter-spacing:-.08em}.boot-card h1 span{color:#ffd900}.boot-progress{grid-column:1/3;height:18px;margin-top:12px;padding:2px;border:2px inset #777;background:#111;overflow:hidden}.boot-progress i{display:block;width:38%;height:100%;background:repeating-linear-gradient(90deg,#1084d0 0 18px,transparent 18px 21px);animation:boot 1.2s steps(12,end) infinite}.boot-skip{grid-column:2;justify-self:end;margin-top:3px}.boot-footnote{position:absolute;bottom:24px;color:#777;font:10px/1 "Courier New",monospace}.boot-screen img{filter:none}
@keyframes boot{from{transform:translateX(-120%)}to{transform:translateX(300%)}}
@media (max-width: 1120px) and (min-width: 901px) {
.app-window { left: 94px; width: calc(100vw - 180px); }
.welcome-hero { grid-template-columns: 1fr 190px; }
.logo-plate { width: 150px; }
.quick-panel { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
:root { --taskbar-height: 50px; }
body { overflow: hidden; }
.desktop { overflow: hidden; }
.wallpaper-mark { display: none; }
.desktop-icons { left: 4px; right: 4px; top: 5px; bottom: auto; height: 84px; flex-direction: row; flex-wrap: nowrap; gap: 5px; overflow-x: auto; overflow-y: hidden; }
.desktop-icon { flex: 0 0 72px; min-height: 76px; font-size: 10px; }
.desktop-icon img, .desktop-icon .pixel-icon { transform: scale(.82); margin-bottom:-3px; }
.window, .app-window, .queue-window, .tip-window, .wizard-window, .annotation-window, .about-window, .download-window, .properties-window, .tiny-dialog {
position: absolute;
inset: 92px 5px calc(var(--taskbar-height) + 5px) 5px !important;
width: auto !important;
height: auto !important;
min-width: 0 !important;
min-height: 0 !important;
max-width: none;
}
.window.is-open:not(.is-minimized):not(.is-active) { display: none; }
.window.is-maximized { inset: 92px 5px calc(var(--taskbar-height) + 5px) 5px !important; }
.window__titlebar { min-height: 35px; flex-basis:35px; }
.window__controls button { width: 33px; height: 30px; }
.resize-grip { display:none; }
.app-menu { flex:0 0 34px; overflow-x:auto; overflow-y:visible; }
.menu-button { min-height:31px; }
.menu-popup { position:fixed;left:8px;right:8px;top:165px;min-width:0; }
.toolbar { flex:0 0 55px;overflow-x:auto; }
.toolbar button { min-width:67px; }
.app-shell { grid-template-columns:1fr; }
.app-tree { min-height:45px; display:flex;align-items:center;gap:3px;overflow-x:auto;overflow-y:hidden;padding:4px; }
.app-tree>p,.app-tree>.tree-rule,.app-tree>a,.open-source-stamp { display:none; }
.app-tree nav { display:flex;gap:3px; }
.tree-item { width:auto;min-width:max-content;min-height:34px; }
.app-content { min-height:0; }
.app-view { padding:14px; }
.welcome-hero { grid-template-columns:1fr; }
.welcome-copy { padding:24px 22px; }
.welcome-logo { display:none; }
.quick-panel { grid-template-columns:1fr; }
.view-header { margin:-14px -14px 14px;padding:12px 14px; }
.capture-layout,.destination-grid { grid-template-columns:1fr; }
.monitor-preview { padding-top:15px; }
.workflow-canvas { grid-template-columns:145px 24px 145px 24px 145px 24px 145px; }
.task-checklist { grid-template-columns:1fr; }
.statusbar { grid-template-columns:1fr auto; }.statusbar>span:nth-child(2){display:none}
.tip-body { grid-template-columns:65px 1fr; }
.wizard-banner { flex-basis:88px; }.wizard-banner img{width:65px;height:65px}.wizard-pages{padding:11px 13px}
.editor-shell { grid-template-columns:1fr; }.editor-tools{grid-template-columns:repeat(8,34px);overflow-x:auto}.editor-tools button{width:34px;height:34px}.checkerboard{width:700px}
.start-menu { left:3px;right:3px;bottom:var(--taskbar-height);width:auto;max-height:72dvh;grid-template-columns:30px 1fr; }
.start-content>button { min-height:52px; }
.taskbar { gap:2px; }.start-button{height:42px}.quick-launch{display:none}.task-button{height:41px;min-width:62px;max-width:130px;padding:3px 5px}.system-tray{height:41px;padding:2px 4px}.system-tray .tray-network,.system-tray #sound-toggle{display:none}.system-tray time{min-width:54px;font-size:10px}
.capture-hud{top:8px;min-width:0;width:calc(100% - 16px);grid-template-columns:1fr auto}.capture-hud strong{grid-column:1/3;grid-row:2}.magnifier{display:none}
}
@media (max-width: 520px) {
.welcome-copy h2 { font-size:48px; }
.welcome-body { font-size:11px; }
.quick-grid { grid-template-columns:1fr 1fr; }
.hero-actions { flex-direction:column; }.hero-actions .classic-button{width:100%}
.view-header .view-icon { width:42px;height:42px;font-size:21px }.view-header h2{font-size:17px}
.capture-card { grid-template-columns:38px 1fr; }.capture-card kbd{display:none}
.history-row { grid-template-columns:2fr .75fr; }.history-row>span:nth-child(3),.history-row>span:nth-child(4){display:none}
.wizard-banner h2{font-size:17px}.wizard-options label{grid-template-columns:20px 33px 1fr}.wizard-actions{grid-template-columns:auto 1fr auto}.wizard-actions #wizard-cancel{display:none}.wizard-actions #wizard-back{grid-column:1}.wizard-actions span{display:none}
.about-starfield{flex-basis:180px}.about-starfield img{width:90px;height:90px}.about-starfield h2{font-size:28px}
.download-banner{padding:10px}.download-banner img{width:70px;height:70px}.download-options a{grid-template-columns:48px 1fr}.download-options em{display:none}
.dialog-actions label { font-size:10px; }
.tray-balloon { left:8px;right:8px;width:auto; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { scroll-behavior:auto !important;animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important; }
.boot-screen { display:none; }
}
@media (forced-colors: active) {
.window, .classic-button, .taskbar, .start-menu { forced-color-adjust:auto; }
.desktop-icon { background:Canvas;color:CanvasText;text-shadow:none; }
}