-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.cgi
More file actions
673 lines (618 loc) · 347 KB
/
setting.cgi
File metadata and controls
673 lines (618 loc) · 347 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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<? header("Content-type: text/html; charset=Shift_JIS");
?><html dir="ltr" style="overflow: auto scroll; overscroll-behavior-y: none; font-size: 14px;" lang="ja"><head><meta property="og:title" content="設定 / 無料レンタル掲示板"><meta property="og:description" content="2ch型無料レンタル掲示板:delight。利用者・設置者に使いやすい掲示板を追求しました。"><meta property="og:type" content="website"><meta property="og:site_name" content="無料レンタル掲示板delight"><link rel="apple-touch-icon" href="https://rentalbbs.net/icon.png"><link rel="icon" href="https://rentalbbs.net/favicon.ico">
<style class="gt2-style">
:root{--color-bg: #e6ecf0; --color-elem: rgb(255, 255, 255); --color-elem-sel: rgb(247, 249, 250); --color-gray: rgb(91, 112, 131); --color-gray-dark: #e6ecf0; --color-gray-dark-2: rgb(196, 207, 214); --color-gray-light: rgb(101, 119, 134); --color-navbar: #ffffff; --color-text: rgb(20, 23, 26); --color-text-2: white; --color-shadow: rgba(101, 119, 134, 0.15); --color-backdrop: rgba(0, 0, 0, 0.4);--color-raw-blue: 29, 161, 242; --color-blue: rgb(29, 161, 242); --color-raw-green: 23, 191, 99; --color-green: rgb(23, 191, 99); --color-raw-red: 224, 36, 94; --color-red: rgb(224, 36, 94); --color-raw-red-dark: 202, 32, 85; --color-red-dark: rgb(202, 32, 85); --color-raw-yellow: 255, 173, 31; --color-yellow: rgb(255, 173, 31);--scrollbar-width: 17px;--global-font-size: 14px;--font-override: Arial;--color-normal: 29, 155, 240;--color-override: 85, 102, 68;--font-increment: calc(var(--global-font-size) - 15px);--font-default: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif, "delightChirp";--square-avatars-border-radius: 10%;--color-delight-blue: #1da1f2;--bird-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath d='M23.643 4.937c-.835.37-1.732.62-2.675.733.962-.576 1.7-1.49 2.048-2.578-.9.534-1.897.922-2.958 1.13-.85-.904-2.06-1.47-3.4-1.47-2.572 0-4.658 2.086-4.658 4.66 0 .364.042.718.12 1.06-3.873-.195-7.304-2.05-9.602-4.868-.4.69-.63 1.49-.63 2.342 0 1.616.823 3.043 2.072 3.878-.764-.025-1.482-.234-2.11-.583v.06c0 2.257 1.605 4.14 3.737 4.568-.392.106-.803.162-1.227.162-.3 0-.593-.028-.877-.082.593 1.85 2.313 3.198 4.352 3.234-1.595 1.25-3.604 1.995-5.786 1.995-.376 0-.747-.022-1.112-.065 2.062 1.323 4.51 2.093 7.14 2.093 8.57 0 13.255-7.098 13.255-13.254 0-.2-.005-.402-.014-.602.91-.658 1.7-1.477 2.323-2.41z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E")}@font-face{font-family:Rosetta;src:url(https://abs.rentalbbs.net/a/1496201771/font/rosetta-icons-Regular.woff)}@font-face{font-family:Edge;src:url(https://abs.rentalbbs.net/a/1569889127/font/edge-icons-Regular.woff)}@media only screen and (min-width: 1350px){body:not(.gt2-opt-small-sidebars) main>div,body:not(.gt2-opt-small-sidebars) main>div>div>div{width:1320px !important}body:not(.gt2-opt-small-sidebars) .gt2-nav-left,body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-left,body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-center{margin-left:calc((100vw - 1318px - var(--scrollbar-width)) / 2)}body:not(.gt2-opt-small-sidebars) .gt2-nav-right,body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-right{margin-right:calc((100vw - 1318px - var(--scrollbar-width)) / 2)}body:not(.gt2-opt-small-sidebars) div[role=menu][style^='max-height: calc'].r-ipm5af{right:calc((100vw - 1320px - var(--scrollbar-width)) / 2) !important}body:not(.gt2-opt-small-sidebars) .gt2-search-overflow-hider{right:calc(50% - 300px)}body:not(.gt2-opt-small-sidebars).gt2-opt-sticky-sidebars div[data-testid=primaryColumn]{margin-left:360px}body:not(.gt2-opt-small-sidebars)[data-gt2-path^="settings"] main section[aria-labelledby=root-header]{margin-left:360px;width:360px}body:not(.gt2-opt-small-sidebars)[data-gt2-path^="settings"] main section[aria-labelledby=detail-header]{margin-left:720px}body:not(.gt2-opt-small-sidebars).gt2-not-logged-in.gt2-opt-sticky-sidebars div[data-testid=sidebarColumn]{margin-left:10px}body:not(.gt2-opt-small-sidebars).gt2-not-logged-in:not(.gt2-opt-sticky-sidebars) div[data-testid=primaryColumn]{margin:0 10px}body:not(.gt2-opt-small-sidebars).gt2-not-logged-in:not(.gt2-opt-sticky-sidebars) div[data-testid=sidebarColumn]{margin-left:0}body:not(.gt2-opt-small-sidebars).gt2-not-logged-in[data-gt2-path^="settings"] main>div>div>div{max-width:1310px}}@media only screen and (min-width: 1230px){.gt2-opt-small-sidebars main>div{width:1200px !important}.gt2-opt-small-sidebars main>div>div>div{max-width:1200px !important;width:1200px !important}.gt2-opt-small-sidebars .gt2-nav-left,.gt2-opt-small-sidebars .gt2-legacy-profile-nav-left,.gt2-opt-small-sidebars .gt2-legacy-profile-nav-center{margin-left:calc((100vw - 1198px - var(--scrollbar-width)) / 2)}.gt2-opt-small-sidebars .gt2-nav-right,.gt2-opt-small-sidebars .gt2-legacy-profile-nav-right{margin-right:calc((100vw - 1198px - var(--scrollbar-width)) / 2)}.gt2-opt-small-sidebars div[role=menu][style^='max-height: calc'].r-ipm5af{right:calc((100vw - 1200px - var(--scrollbar-width)) / 2) !important}.gt2-opt-small-sidebars .gt2-search-overflow-hider{right:calc(50% - 300px)}.gt2-opt-small-sidebars.gt2-opt-sticky-sidebars div[data-testid=primaryColumn]{margin-left:300px}.gt2-opt-small-sidebars[data-gt2-path^="settings"] main section[aria-labelledby=root-header]{margin-left:300px;width:300px}.gt2-opt-small-sidebars[data-gt2-path^="settings"] main section[aria-labelledby=detail-header]{margin-left:600px}.gt2-opt-small-sidebars.gt2-not-logged-in.gt2-opt-sticky-sidebars div[data-testid=sidebarColumn]{margin-left:10px}.gt2-opt-small-sidebars.gt2-not-logged-in:not(.gt2-opt-sticky-sidebars) div[data-testid=primaryColumn]{margin:0 10px}.gt2-opt-small-sidebars.gt2-not-logged-in:not(.gt2-opt-sticky-sidebars) div[data-testid=sidebarColumn]{margin-left:0}}@media only screen and (max-width: 1350px) and (min-width: 1095px){body:not(.gt2-opt-small-sidebars) main>div{width:960px !important}body:not(.gt2-opt-small-sidebars) main>div>div>div{width:960px !important;left:0 !important}body:not(.gt2-opt-small-sidebars) .gt2-nav-left,body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-left,body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-center{margin-left:calc((100vw - 958px - var(--scrollbar-width)) / 2)}body:not(.gt2-opt-small-sidebars) .gt2-nav-right,body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-right{margin-right:calc((100vw - 958px - var(--scrollbar-width)) / 2)}body:not(.gt2-opt-small-sidebars) div[role=menu][style^='max-height: calc'].r-ipm5af{right:calc((100vw - 960px - var(--scrollbar-width)) / 2) !important}body:not(.gt2-opt-small-sidebars) .gt2-search-overflow-hider{right:calc(50% - 120px)}body:not(.gt2-opt-small-sidebars) .gt2-left-sidebar{display:none}body:not(.gt2-opt-small-sidebars)[data-gt2-path^="settings"] main section[aria-labelledby=root-header]{margin-left:0;width:360px}body:not(.gt2-opt-small-sidebars)[data-gt2-path^="settings"] main section[aria-labelledby=detail-header]{margin-left:360px}body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-right{padding-right:360px}}@media only screen and (min-width: 1095px) and (max-width: 1230px){.gt2-opt-small-sidebars main>div{width:900px !important}.gt2-opt-small-sidebars main>div>div>div{width:900px !important;justify-content:unset !important}.gt2-opt-small-sidebars main>div>div>div div[data-testid=sidebarColumn],.gt2-opt-small-sidebars main>div>div>div div[data-testid=sidebarColumn]>div>div{width:290px}.gt2-opt-small-sidebars .gt2-nav-left,.gt2-opt-small-sidebars .gt2-legacy-profile-nav-left,.gt2-opt-small-sidebars .gt2-legacy-profile-nav-center{margin-left:calc((100vw - 898px - var(--scrollbar-width)) / 2)}.gt2-opt-small-sidebars .gt2-nav-right,.gt2-opt-small-sidebars .gt2-legacy-profile-nav-right{margin-right:calc((100vw - 898px - var(--scrollbar-width)) / 2)}.gt2-opt-small-sidebars div[role=menu][style^='max-height: calc'].r-ipm5af{right:calc((100vw - 900px - var(--scrollbar-width)) / 2) !important}.gt2-opt-small-sidebars .gt2-search-overflow-hider{right:calc(50% - 150px)}.gt2-opt-small-sidebars .gt2-search>div{width:270px !important}.gt2-opt-small-sidebars .gt2-legacy-profile-nav .gt2-legacy-profile-nav-right{padding-right:300px}.gt2-opt-small-sidebars[data-gt2-path^="settings"] main section[aria-labelledby=root-header]{margin-left:0;width:300px}.gt2-opt-small-sidebars[data-gt2-path^="settings"] main section[aria-labelledby=detail-header]{margin-left:300px}}@media only screen and (min-width: 1005px) and (max-width: 1095px){main>div{width:900px !important}main>div>div>div{width:900px !important;justify-content:unset !important}main>div>div>div div[data-testid=sidebarColumn],main>div>div>div div[data-testid=sidebarColumn]>div>div{width:290px}.gt2-nav-left,.gt2-legacy-profile-nav-left,.gt2-legacy-profile-nav-center{margin-left:calc((100vw - 898px - var(--scrollbar-width)) / 2)}.gt2-nav-right,.gt2-legacy-profile-nav-right{margin-right:calc((100vw - 898px - var(--scrollbar-width)) / 2)}div[role=menu][style^='max-height: calc'].r-ipm5af{right:calc((100vw - 900px - var(--scrollbar-width)) / 2) !important}.gt2-search-overflow-hider{right:calc(50% - 150px)}.gt2-search>div{width:270px !important}.gt2-legacy-profile-nav .gt2-legacy-profile-nav-right{padding-right:300px}.gt2-dashboard-profile{width:290px !important}.gt2-dashboard-profile .gt2-banner{height:96px !important}.gt2-dashboard-profile .gt2-avatar{width:72px !important;height:72px !important}.gt2-dashboard-profile .gt2-toggle-lo-nightmode,.gt2-dashboard-profile .gt2-toggle-acc-switcher-dropdown{bottom:calc(83px + (var(--font-increment) + 2px) / 2) !important}.gt2-dashboard-profile .gt2-user{top:103px !important;left:90px !important}.gt2-dashboard-profile .gt2-user .gt2-name{width:160px !important}body[data-gt2-path^="settings"] main section[aria-labelledby=root-header]{margin-left:0;width:300px}body[data-gt2-path^="settings"] main section[aria-labelledby=detail-header]{margin-left:300px}}@media only screen and (max-width: 1350px) and (min-width: 1005px){body:not(.gt2-opt-small-sidebars) div[data-testid=primaryColumn]{margin-right:10px}body:not(.gt2-opt-small-sidebars) .gt2-left-sidebar{display:none}body:not(.gt2-opt-small-sidebars) .gt2-settings-back{display:none !important}body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left{padding-left:610px}body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center{left:0;padding:unset}body:not(.gt2-opt-small-sidebars).gt2-not-logged-in div[data-testid=sidebarColumn]{margin-left:10px}}@media only screen and (max-width: 1350px) and (min-width: 1005px) and (max-width: 1230px){.gt2-opt-small-sidebars div[data-testid=primaryColumn]{margin-right:10px}.gt2-opt-small-sidebars .gt2-left-sidebar{display:none}.gt2-opt-small-sidebars .gt2-settings-back{display:none !important}.gt2-opt-small-sidebars .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left{padding-left:610px}.gt2-opt-small-sidebars .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center{left:0;padding:unset}.gt2-opt-small-sidebars.gt2-not-logged-in div[data-testid=sidebarColumn]{margin-left:10px}}@media only screen and (max-width: 1005px){main>div{width:600px !important}main>div>div>div>div:nth-child(1){margin-right:0 !important}.gt2-nav-left,.gt2-legacy-profile-nav-left,.gt2-legacy-profile-nav-center{margin-left:calc((100vw - 598px - var(--scrollbar-width)) / 2)}.gt2-nav-left .gt2-nav-header,.gt2-legacy-profile-nav-left .gt2-nav-header,.gt2-legacy-profile-nav-center .gt2-nav-header{display:none}.gt2-nav-right,.gt2-legacy-profile-nav-right{margin-right:calc((100vw - 598px - var(--scrollbar-width)) / 2)}div[role=menu][style^='max-height: calc'].r-ipm5af{right:calc((100vw - 600px - var(--scrollbar-width)) / 2) !important}.gt2-left-sidebar{display:none}body[data-gt2-path^="settings"] main>div>div>div{border-width:1px;height:max-content;flex-grow:0;margin-bottom:10px}body[data-gt2-path^="settings"] main>div>div>div section{margin-bottom:0 !important}body[data-gt2-path^="settings"] main>div>div>div>div:last-child{margin-bottom:0}body[data-gt2-path^="settings"][data-gt2-path^="settings/gt2"] main>div>div>div>div:not(.gt2-left-sidebar){display:none}body[data-gt2-path^="settings"] .gt2-settings-back{display:flex !important}.gt2-search-overflow-hider{width:100% !important}.gt2-not-logged-in div[data-testid=sidebarColumn]{display:none}}@media only screen and (min-width: 1005px){.gt2-opt-sticky-sidebars.gt2-opt-legacy-profile:not(.gt2-page-profile) .gt2-left-sidebar,.gt2-opt-sticky-sidebars:not(.gt2-opt-legacy-profile).gt2-page-profile .gt2-left-sidebar,.gt2-opt-sticky-sidebars:not(.gt2-opt-legacy-profile):not(.gt2-page-profile) .gt2-left-sidebar{position:fixed !important;height:calc(100vh - 57px)}body:not(.gt2-opt-sticky-sidebars)[data-gt2-path^="settings/"] .gt2-left-sidebar{position:fixed !important;height:calc(100vh - 57px)}body:not(.gt2-not-logged-in) .gt2-nav-left>a[href="/explore"]{display:none !important}}@media only screen and (max-width: 705px){body[data-gt2-path-modal^="compose/tweet"] main{margin-top:0 !important}body[data-gt2-path-modal^="compose/tweet"] main>div{width:100% !important}body[data-gt2-path-modal^="compose/tweet"] .gt2-nav{display:none}body[data-gt2-path="messages"] main>div>div>div>div:nth-last-child(2),body[data-gt2-path^="messages/"] main>div>div>div>div:nth-last-child(2),body[data-gt2-path^="i/moment_maker"] main>div>div>div>div:nth-last-child(2){top:56px;position:sticky;border-top:1px solid var(--color-gray-dark) !important}body[data-gt2-path="messages"] .gt2-search-overflow-hider,body[data-gt2-path^="messages/"] .gt2-search-overflow-hider,body[data-gt2-path^="i/moment_maker"] .gt2-search-overflow-hider{display:block}}body{background-color:var(--color-bg) !important}html[data-minimalscrollbar] body{margin-right:0 !important}header{display:none !important}a:hover{text-decoration-thickness:1px}a:not(:hover){text-decoration-line:unset}#layers [role=tooltip]{background-color:#6e767d}[data-testid^=ScrollSnap-].r-orgf3d{display:none}div[data-testid=toast]{position:absolute;bottom:0}h2{font-weight:800 !important;line-height:normal !important}h2>div:nth-child(2){line-height:normal !important}h2>div:nth-child(3){align-self:center}main{align-items:center !important}main>div>div{margin:0 !important}main>div>div>div div[data-testid=primaryColumn]{height:fit-content;height:-moz-fit-content;height:-webkit-fit-content;margin-bottom:10px;border-bottom:1px solid var(--color-gray-dark) !important}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(1){position:relative}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2):not(.gt2-compose-large) [data-testid=toolBar]{display:none}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2):not(.gt2-compose-large)>div,main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2):not(.gt2-compose-large)>div>div:nth-child(2){padding-bottom:0 !important}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2):not(.gt2-compose-large)>div>div>div>div>div>div:nth-child(2),main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2):not(.gt2-compose-large)>div>div:nth-child(2)>div>div>div>div>div:nth-child(2){padding-top:0 !important}main>div>div>div div[data-testid=primaryColumn]>div .DraftEditor-root{overflow:unset}main>div>div>div div[data-testid=primaryColumn]>div [data-testid=tweet] img{z-index:1}main>div>div>div div[data-testid=primaryColumn]>div [data-testid=tweet]>div>div>div>div:nth-child(3)>div>div:empty{margin:unset}main>div>div>div div[data-testid=primaryColumn]>div section[aria-labelledby*=accessible-list] div[style*="position: absolute"]:not(.gt2-hidden)+div:not(:last-child)>div:not(:empty):not([data-gt2-divider-add-ignore]){border-bottom:1px solid var(--color-gray-dark) !important}main>div>div>div div[data-testid=primaryColumn]>div section[aria-labelledby*=accessible-list] div[style*="position: absolute"]:not(.gt2-hidden)+div:not(:last-child)>div:not(:empty):not([data-gt2-divider-add-ignore])>div:empty{height:8px;margin:unset !important;background-color:var(--color-elem-sel)}main>div>div>div div[data-testid=primaryColumn]>div section[aria-labelledby*=accessible-list] div[style*="position: absolute"]:not(.gt2-hidden)+div:not(:last-child)>div:not(:empty):not([data-gt2-divider-add-ignore]) [data-testid=placementTracking]{border-top:1px solid var(--color-gray-dark) !important}main>div>div>div div[data-testid=primaryColumn]>div [data-testid=cellInnerDiv] [data-gt2-divider-add-ignore] a[href^="/i/status/"]{margin:unset;padding-left:16px}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2)>div>section>div>div{padding-bottom:0 !important}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2)>div>section>div>div>div>div:not([class]):nth-last-child(2)>div{border-bottom-width:0}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2)>div>section>div>div>div>div:not([class]):last-child>div{height:fit-content;height:-moz-fit-content;height:-webkit-fit-content}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2)>div>section>div>div>div>div:not([class]):last-child>div>div{height:calc(6.5625rem)}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(2)>div>section>div>div>div>div:not([class]):last-child>div>div:empty{display:none}main>div>div>div div[data-testid=primaryColumn]>div>div:nth-child(1),main>div>div>div>section{border-top:1px solid var(--color-gray-dark) !important;border-bottom:1px solid var(--color-gray-dark) !important}main>div>div>div>section>div:nth-child(1)>div:not([data-testid=emptyState])>div:nth-child(1){border-bottom:1px solid var(--color-gray-dark) !important}main>div>div>div div[data-testid=sidebarColumn]{margin-right:0}main>div>div>div div[data-testid=sidebarColumn]>div{min-height:0 !important}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div{margin-bottom:10px}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div{padding:0}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div{border-radius:0;border:1px solid var(--color-gray-dark);background-color:var(--color-elem);margin-bottom:10px}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div:nth-last-child(1) nav{padding:15px}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div:nth-last-child(1) nav>:nth-last-child(2)>div:hover{text-decoration-thickness:1px}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div:nth-last-child(1) nav>:nth-last-child(2)>div:not(:hover){text-decoration-line:unset}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div:empty{display:none}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div:last-child{margin-bottom:10px}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div a[href^="/i/connect_people"]{border-radius:unset}main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div aside>div>div,main>div>div>div div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div aside>a[href*="i/connect_people"]{border-top:1px solid var(--color-gray-dark) !important}.gt2-page-error main>div>div>div{display:inline}.gt2-page-error main>div>div>div .gt2-left-sidebar{float:left;position:relative !important}.gt2-page-error main>div>div>div .gt2-left-sidebar+div{width:600px;background-color:var(--color-elem);float:left;margin:0 10px}body[data-gt2-path="home"] [data-testid=primaryColumn]>div>div>div:nth-child(2)>nav{border-bottom-width:0}body[data-gt2-path="messages"] .gt2-left-sidebar,body[data-gt2-path^="messages/"] .gt2-left-sidebar,body[data-gt2-path^="i/moment_maker"] .gt2-left-sidebar{display:none}body[data-gt2-path="messages"] main>div>div>div>section,body[data-gt2-path^="messages/"] main>div>div>div>section,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section{max-width:unset;border-bottom-width:1px;margin-bottom:10px}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(2),body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(2),body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(2){width:40%}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation],body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation],body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation]{border-bottom:1px solid var(--color-gray-dark) !important}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation]>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div,body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation]>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation]>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div{overflow-x:hidden}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation][aria-selected=true],body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation][aria-selected=true],body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation][aria-selected=true]{background-color:var(--color-elem-sel)}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation][aria-selected=true]+div,body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation][aria-selected=true]+div,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(2) div[data-testid=conversation][aria-selected=true]+div{border-right-width:4px}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(1),body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(1),body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(1){width:60%}body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(1)>div,body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(1)>div>div>div,body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(1)>div>div>div:nth-child(1)>div>div>div>div,body[data-gt2-path="messages"] main>div>div>div>section:nth-last-child(1)>div>div>div:nth-child(2)>div>div>div:not([style])>div>div>div,body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(1)>div,body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(1)>div>div>div,body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(1)>div>div>div:nth-child(1)>div>div>div>div,body[data-gt2-path^="messages/"] main>div>div>div>section:nth-last-child(1)>div>div>div:nth-child(2)>div>div>div:not([style])>div>div>div,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(1)>div,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(1)>div>div>div,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(1)>div>div>div:nth-child(1)>div>div>div>div,body[data-gt2-path^="i/moment_maker"] main>div>div>div>section:nth-last-child(1)>div>div>div:nth-child(2)>div>div>div:not([style])>div>div>div{max-width:unset;margin:unset}body[data-gt2-path="messages/settings"] main>div>div>div>section:nth-last-child(1)>div:nth-child(2)>div>div>div{border-bottom:1px solid var(--color-gray-dark) !important}body[data-gt2-path^="messages/"][data-gt2-path*="/info"] main>div>div>div>section:nth-last-child(1)>div:nth-child(2)>div>div>div>div:nth-child(2)>:empty,body[data-gt2-path^="messages/"][data-gt2-path*="/info"] main>div>div>div>section:nth-last-child(1)>div:nth-child(2)>div>div>div>div:nth-child(3)>:empty{margin:unset}body[data-gt2-path^="messages/"][data-gt2-path*="/info"] main>div>div>div>section:nth-last-child(1)>div:nth-child(2)>div>div>div>div:nth-child(2)>:not(:empty),body[data-gt2-path^="messages/"][data-gt2-path*="/info"] main>div>div>div>section:nth-last-child(1)>div:nth-child(2)>div>div>div>div:nth-child(3)>:not(:empty){border-bottom:1px solid var(--color-gray-dark) !important}body[data-gt2-path^="i/moment_maker"] section{background-color:var(--color-elem)}body[data-gt2-path=home] div[data-testid=primaryColumn] section>h1+div>div>div:not([class])>div:first-child:last-child>div[role=button]:first-child:last-child>div:first-child:last-child>div[dir]:first-child:last-child,body[data-gt2-path=search] div[data-testid=primaryColumn] section>h1+div>div>div:not([class])>div:first-child:last-child>div[role=button]:first-child:last-child>div:first-child:last-child>div[dir]:first-child:last-child,body[data-gt2-path=explore] div[data-testid=primaryColumn] section>h1+div>div>div:not([class])>div:first-child:last-child>div[role=button]:first-child:last-child>div:first-child:last-child>div[dir]:first-child:last-child{padding:30px 0}body[data-gt2-path=home] div[data-testid=primaryColumn] section>h1+div>div>div:not([class])>div:first-child:last-child>div[role=button]:first-child:last-child>div:first-child:last-child>div[dir]:first-child:last-child>span,body[data-gt2-path=search] div[data-testid=primaryColumn] section>h1+div>div>div:not([class])>div:first-child:last-child>div[role=button]:first-child:last-child>div:first-child:last-child>div[dir]:first-child:last-child>span,body[data-gt2-path=explore] div[data-testid=primaryColumn] section>h1+div>div>div:not([class])>div:first-child:last-child>div[role=button]:first-child:last-child>div:first-child:last-child>div[dir]:first-child:last-child>span{font-weight:bold}body[data-gt2-path^="settings/"] main section[aria-labelledby=root-header]>div:nth-child(2),body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2){margin-bottom:0}body[data-gt2-path^="settings/"] main section[aria-labelledby=root-header]{position:fixed;border-right-width:0;border-bottom-width:1px;box-shadow:1px 0 0 var(--color-gray-dark)}body[data-gt2-path^="settings/"] main section[aria-labelledby=root-header] [role=tablist]>div>a{border-bottom:1px solid var(--color-gray-dark) !important}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]{height:max-content;border-left-width:1px;border-bottom-width:1px;margin-bottom:10px}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header] a[href="/settings/contacts"],body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header] a[href="/settings/location_information"],body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header] a:last-child{border-bottom-width:0}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2):not(.gt2-settings)>*:not(:first-child),body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2):not(.gt2-settings)>div:not([class*=" "])>*:not(:first-child){border-top:1px solid var(--color-gray-dark) !important}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2):not(.gt2-settings)>*:not(:first-child):empty,body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2):not(.gt2-settings)>div:not([class*=" "])>*:not(:first-child):empty{height:8px;margin:unset !important;background-color:var(--color-elem-sel)}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2):not(.gt2-settings)>*:first-child:empty,body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>div:nth-child(2):not(.gt2-settings)>div:not([class*=" "])>*:first-child:empty{height:8px;margin:unset !important;background-color:var(--color-elem-sel)}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header] [role=tablist]{background-color:var(--color-elem)}body[data-gt2-path^="settings/"] main section[aria-labelledby=detail-header]>nav+div>div:first-child{border-bottom-width:0}body[data-gt2-path^="settings/"] .gt2-toggle-settings{background-color:var(--color-elem);box-sizing:border-box;font-size:calc(15px + var(--font-increment));color:var(--color-text);text-decoration:none}body[data-gt2-path^="settings/"] .gt2-toggle-settings div{width:inherit;padding:11.7px 15px}body[data-gt2-path^="settings/"] .gt2-toggle-settings svg{transform:rotate(-90deg);width:calc(1.25em + var(--font-increment));position:absolute;right:15px}body[data-gt2-path^="settings/"] .gt2-toggle-settings:hover{cursor:pointer;background-color:var(--color-elem-sel)}body[data-gt2-path^="settings/"][data-gt2-path="settings/gt2"] main section[aria-labelledby=root-header]>div:nth-child(2)>div>div:not(:empty),body[data-gt2-path^="settings/"][data-gt2-path="settings/gt2"] main section[aria-labelledby=root-header]>div:nth-child(2)>div>div:not(:empty)>div:not(:empty){background-color:var(--color-elem)}body[data-gt2-path^="settings/"][data-gt2-path="settings/gt2"] main section[aria-labelledby=root-header]>div:nth-child(2)>div>div:not(:empty)>div:nth-child(2),body[data-gt2-path^="settings/"][data-gt2-path="settings/gt2"] main section[aria-labelledby=root-header]>div:nth-child(2)>div>div:not(:empty)>div:not(:empty)>div:nth-child(2){border-right-width:0}body[data-gt2-path^="settings/"][data-gt2-path="settings/gt2"] .gt2-toggle-settings{background-color:var(--color-elem-sel)}body[data-gt2-path^="settings/"][data-gt2-path="settings/gt2"] .gt2-toggle-settings div{border-right:solid 2px var(--color-user)}body[data-gt2-path^="settings/"] .gt2-settings ~ *{display:none}body[data-gt2-path^="settings/"] .gt2-settings-header,body[data-gt2-path^="settings/"] .gt2-settings-sub-header,body[data-gt2-path^="settings/"] .gt2-setting{color:var(--color-text);box-sizing:border-box;border-bottom:1px solid var(--color-gray-dark) !important;background-color:var(--color-elem)}body[data-gt2-path^="settings/"] .gt2-settings-header{display:flex;align-items:center;padding:0 15px;height:53px}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back{display:none !important;display:flex;align-items:center;justify-content:center;position:absolute;height:1.5em;width:1.5em;width:39px;height:39px;position:relative;margin-left:-4px;margin-right:18px}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back div{transition:opacity .2s ease-in-out;background-color:var(--color-user);opacity:0;border-radius:9999px;position:absolute;height:39px;width:39px}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back svg{width:1em;height:1em;fill:var(--color-user)}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back:hover{cursor:pointer}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back:hover div{opacity:.1}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back:hover svg{fill:var(--color-user) !important}body[data-gt2-path^="settings/"] .gt2-settings-header .gt2-settings-back svg{width:1.5em;height:1.5em;font-size:15px}body[data-gt2-path^="settings/"] .gt2-settings-header,body[data-gt2-path^="settings/"] .gt2-settings-sub-header{font-size:calc(19px + var(--font-increment)) !important;font-weight:800}body[data-gt2-path^="settings/"] .gt2-settings-sub-header{padding:10px 15px;line-height:1.3135em}body[data-gt2-path^="settings/"] .gt2-settings-separator{height:8px;background-color:var(--color-elem-sel);border-bottom:1px solid var(--color-gray-dark) !important}body[data-gt2-path^="settings/"] .gt2-setting{padding:15px}body[data-gt2-path^="settings/"] .gt2-setting>div{display:flex;justify-content:space-between}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle{display:flex;justify-content:center;align-items:center;width:20px}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle div{position:absolute;width:20px;height:20px}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle div:nth-child(1){transition:opacity 0.2s ease-in-out;background-color:var(--color-gray);opacity:0;border-radius:9999px;padding:10px}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle:not(.gt2-disabled):hover div:nth-child(1){opacity:0.1}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle div:nth-child(2){border-radius:4px;border:2px solid var(--color-gray);box-sizing:border-box}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle div:nth-child(2) svg{fill:white;display:none}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle.gt2-active div:nth-child(2){background-color:var(--color-user);border-color:var(--color-user)}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle.gt2-active svg{display:block !important}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle.gt2-disabled{cursor:not-allowed}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-toggle.gt2-disabled.gt2-active div:nth-child(2){background-color:var(--color-gray-dark);border-color:var(--color-gray-dark)}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-input{margin-top:10px;padding:4px;border:solid 1px var(--color-gray-dark-2);border-radius:4px;-webkit-backface-visibility:hidden}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-input:focus-within{box-shadow:var(--color-user) 0 0 0 1px;border-color:var(--color-user)}body[data-gt2-path^="settings/"] .gt2-setting .gt2-setting-input input{appearance:none;outline-style:none;border:unset;background:transparent;width:100%;font-size:calc(20px + var(--font-increment));font-family:inherit;color:var(--color-text)}body[data-gt2-path^="settings/"] .gt2-setting>span{display:block;font-size:calc(13px + var(--font-increment));padding-top:10px;color:var(--color-gray-light)}body[data-gt2-path^="settings/"] .gt2-setting:last-child{border-bottom:unset}body[data-gt2-path^="settings/"] .gt2-setting .gt2-settings-multi-selection{margin-top:12.5px;font-size:calc(13px + var(--font-increment))}body[data-gt2-path^="settings/"] .gt2-setting .gt2-settings-multi-selection>div{display:flex;flex-direction:column}body[data-gt2-path^="settings/"] .gt2-setting .gt2-settings-multi-selection>div:first-child:last-child{flex-grow:1}body[data-gt2-path^="settings/"] .gt2-setting .gt2-settings-multi-selection>div>div{display:flex;margin-left:auto}body[data-gt2-path^="settings/"] .gt2-setting .gt2-settings-multi-selection>div>div:not(:last-child){margin-bottom:12.5px}body[data-gt2-path^="settings/"] .gt2-setting .gt2-settings-multi-selection>div>div>span{margin-right:10px}body[data-gt2-path^="settings/"] .gt2-setting .gt2-color-override-pickr{opacity:1;visibility:visible;margin-top:12.5px;width:auto}body[data-gt2-path^="settings/"] .gt2-setting .gt2-color-override-pickr,body[data-gt2-path^="settings/"] .gt2-setting .gt2-color-override-pickr input{font-family:inherit;background-color:transparent;border:1px solid var(--color-gray-dark-2);border-radius:4px;box-shadow:unset;font-size:calc(15px + var(--font-increment));color:var(--color-text)}body[data-gt2-path^="settings/"] .gt2-setting .gt2-color-override-pickr .pcr-type.active{background-color:var(--color-user);color:var(--color-text-2)}.gt2-page-profile .gt2-dashboard-profile{display:none}.gt2-page-profile.gt2-profile-not-found [data-testid=emptyState]{margin:unset;max-width:unset}.gt2-page-profile.gt2-profile-not-found [data-testid=emptyState]>div{text-align:center}.gt2-page-profile.gt2-profile-not-found [data-testid=emptyState]>div:nth-child(1){line-height:unset;font-weight:700;font-size:calc(22px + var(--font-increment))}.gt2-page-profile-youre-blocked .gt2-blocked-profile-description,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items{margin-bottom:10px}.gt2-page-profile-youre-blocked .gt2-blocked-profile-description a,.gt2-page-profile-youre-blocked .gt2-blocked-profile-description a:link,.gt2-page-profile-youre-blocked .gt2-blocked-profile-description a:visited,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items a,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items a:link,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items a:visited{color:var(--color-user);text-decoration-line:none}.gt2-page-profile-youre-blocked .gt2-blocked-profile-description a:hover,.gt2-page-profile-youre-blocked .gt2-blocked-profile-description a:link:hover,.gt2-page-profile-youre-blocked .gt2-blocked-profile-description a:visited:hover,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items a:hover,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items a:link:hover,.gt2-page-profile-youre-blocked .gt2-blocked-profile-items a:visited:hover{text-decoration-line:underline}.gt2-page-profile-youre-blocked .gt2-blocked-profile-description{color:var(--color-text);white-space:pre-wrap}.gt2-page-profile-youre-blocked .gt2-blocked-profile-items{display:inline;color:var(--color-gray-light)}.gt2-page-profile-youre-blocked .gt2-blocked-profile-items>*{margin-right:10px;display:inline-flex;align-items:center}.gt2-page-profile-youre-blocked .gt2-blocked-profile-items svg{height:1.25em;margin-right:5px}.gt2-page-profile-youre-blocked .gt2-blocked-profile-ff a{pointer-events:none;color:var(--color-gray-light);text-decoration:none;margin-right:20px}.gt2-page-profile-youre-blocked .gt2-blocked-profile-ff a span{color:var(--color-text);font-weight:700}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know{margin-top:10px;font-size:calc(13px + var(--font-increment));display:flex;color:var(--color-gray-light);text-decoration-line:none}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know:hover{text-decoration-line:underline}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know>img{width:20px;height:20px;border:solid 1px var(--color-bg);border-radius:9999px;position:relative}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know>img:nth-child(1){z-index:2}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know>img:nth-child(2){z-index:1;margin-left:-10px}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know>img:nth-child(3){margin-left:-10px}.gt2-page-profile-youre-blocked .gt2-blocked-profile-followers-you-know>img:nth-last-of-type(1){margin-right:10px}.gt2-page-tweet .gt2-search-overflow-hider{display:block}.gt2-page-tweet div[data-testid=primaryColumn]{border-top-width:0 !important}.gt2-page-tweet div[data-testid=primaryColumn]>div>div:nth-child(1){top:56px;position:sticky;border-top:1px solid var(--color-gray-dark) !important}.gt2-page-tweet div[data-testid=primaryColumn]>div>div:nth-child(2){top:0;position:relative}body[data-promote-url^="/i/tfb/v1/quick_promote"]{background-color:var(--color-elem) !important}body[data-promote-url^="/i/tfb/v1/quick_promote"] .QuoteTweet{border-color:var(--color-gray)}body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-ViewAllEngagementsButton,body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-InlineSignupButton{color:white !important;background-color:#55acee !important}body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-Campaign,body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-DetailedEngagementsSection{border-color:var(--color-gray-dark)}body[data-promote-url^="/i/tfb/v1/quick_promote"] .ProfileTweet-originalAuthor b,body[data-promote-url^="/i/tfb/v1/quick_promote"] .QuoteTweet-text,body[data-promote-url^="/i/tfb/v1/quick_promote"] .QuoteTweet-text b,body[data-promote-url^="/i/tfb/v1/quick_promote"] .QuoteTweet-text s,body[data-promote-url^="/i/tfb/v1/quick_promote"] .QuoteTweet-text span,body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-MetricName,body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-MetricValue span,body[data-promote-url^="/i/tfb/v1/quick_promote"] .ep-SectionTitle{color:var(--color-text) !important}body[data-payment-endpoint-path]{background-color:var(--color-elem) !important}body[data-payment-endpoint-path] .as-Label,body[data-payment-endpoint-path] .as-SelectContainer{color:var(--color-text)}body[data-payment-endpoint-path] .as-Label option,body[data-payment-endpoint-path] .as-SelectContainer option{background-color:var(--color-elem)}.gt2-opt-legacy-profile.gt2-page-profile main{margin-top:calc((100vw - var(--scrollbar-width)) / 3 + 47px + 60px + 10px) !important;min-height:880px}.gt2-opt-legacy-profile.gt2-page-profile main>div{transition:margin-top .25s ease-in-out}.gt2-opt-legacy-profile.gt2-page-profile main div[data-testid=primaryColumn]>div>div>div>div>div:nth-child(1){position:absolute;top:0;left:-9999999px}.gt2-opt-legacy-profile.gt2-page-profile main div[data-testid=primaryColumn]>div>div:nth-child(1){border-top-width:0 !important}.gt2-opt-legacy-profile.gt2-page-profile.gt2-profile-not-found main>div{margin-top:unset !important}.gt2-opt-legacy-profile.gt2-page-profile.gt2-profile-not-found .gt2-legacy-profile-nav a,.gt2-opt-legacy-profile.gt2-page-profile.gt2-profile-not-found .gt2-legacy-profile-info a{pointer-events:none}.gt2-opt-legacy-profile.gt2-page-profile.gt2-profile-not-found.gt2-scrolled-down-banner .gt2-legacy-profile-info{display:none}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-banner,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav{z-index:1}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-banner{background-color:var(--color-gray-dark);width:100%;height:calc((100vw - var(--scrollbar-width)) / 3);margin-top:47px;display:flex;align-items:center;overflow:hidden}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-banner img{width:inherit}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav{height:60px;width:100%;background-color:var(--color-navbar);display:flex;border-bottom:1px solid rgba(0,0,0,0.25)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav a,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav a:link,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav a:visited{color:var(--color-user);text-decoration-line:none}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav a:hover,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav a:link:hover,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav a:visited:hover{text-decoration-line:underline}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav>div{position:absolute;height:inherit;display:flex}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left{align-items:center;width:0}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-nav-avatar img{border-radius:9999px;transition:0.25s filter}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-nav-avatar img:hover{filter:brightness(0.85);cursor:pointer}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left>div{display:flex;flex-direction:column;margin-left:10px}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left>div .gt2-legacy-profile-name span{text-overflow:ellipsis}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left>div .gt2-legacy-profile-name span,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left>div .gt2-legacy-profile-screen-name-wrap span{white-space:nowrap;overflow:hidden}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center a{text-decoration-line:none !important;padding:10px 15px;text-align:center}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center a div{color:var(--color-gray-light) !important;font-weight:bold}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center a div:nth-child(1){font-size:calc(12px + var(--font-increment))}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center a div:nth-child(2){font-size:calc(18px + var(--font-increment))}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center a:hover{border-bottom:3px solid var(--color-user)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-center a:hover div:nth-child(2){color:var(--color-user) !important}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-right{right:0;align-items:center}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-right [role=button],.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-right div[data-testid=placementTracking]>div,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-right [href="/settings/profile"]{margin-bottom:0}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-name{font-size:calc(18px + var(--font-increment));font-weight:bold;color:var(--color-text) !important;font-weight:800}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-screen-name-wrap{display:flex}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-screen-name{font-size:calc(14px + var(--font-increment));color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info{display:flex;flex-direction:column;padding-bottom:10px;border:unset;background-color:unset}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info a,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info a:link,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info a:visited{color:var(--color-user);text-decoration-line:none}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info a:hover,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info a:link:hover,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info a:visited:hover{text-decoration-line:underline}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-screen-name{color:var(--color-gray-light) !important}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-description:not(:empty){color:var(--color-text)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-description:not(:empty) [data-testid=UserDescription]{color:var(--color-text)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-description:not(:empty) [data-testid=UserDescription]+div{width:max-content}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-description:not(:empty) [data-testid=UserDescription]+div:hover{text-decoration-line:underline}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-screen-name-wrap,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-description:not(:empty),.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-automated{margin-bottom:12px !important}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-automated{margin:unset}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-items>*:not(:last-child){display:block;margin-bottom:4px}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-name,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-items>*:not(:last-child){width:fit-content;width:-moz-fit-content;width:-webkit-fit-content}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-items span,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-items svg{color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-items a:hover{text-decoration-color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-fyk:not(:empty){margin-top:12px;padding-right:10px}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-fyk:not(:empty) span,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-fyk:not(:empty) div{color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-fyk:not(:empty):hover a{text-decoration-color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-location,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-url,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-birthday,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-joined-at{display:inline-flex}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-location svg,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-url svg,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-birthday svg,.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-joined-at svg{height:1.25em;margin-right:5px}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-location:not(.gt2-blocked-profile-url),.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-url:not(.gt2-blocked-profile-url),.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-birthday:not(.gt2-blocked-profile-url),.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-item .gt2-blocked-profile-joined-at:not(.gt2-blocked-profile-url){color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-info .gt2-legacy-profile-fyk .gt2-blocked-profile-followers-you-know span{color:var(--color-gray-light)}.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-banner,.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-nav{position:absolute}.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-nav{margin-top:calc((100vw - var(--scrollbar-width)) / 3 + 47px)}.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-nav-avatar{filter:drop-shadow(2.5px 0px 0px var(--color-navbar)) drop-shadow(-2.5px 0px 0px var(--color-navbar)) drop-shadow(0px 2.5px 0px var(--color-navbar)) drop-shadow(0px -2.5px 0px var(--color-navbar)) drop-shadow(2.5px 2.5px 0px var(--color-navbar)) drop-shadow(-2.5px -2.5px 0px var(--color-navbar)) drop-shadow(-2.5px 2.5px 0px var(--color-navbar)) drop-shadow(2.5px -2.5px 0px var(--color-navbar));margin-bottom:100px}.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-nav-avatar img{width:200px;height:200px}.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-name,.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-screen-name-wrap{display:none}.gt2-opt-legacy-profile.gt2-page-profile:not(.gt2-scrolled-down-banner) .gt2-legacy-profile-info{padding-top:30px}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner main>div{margin-top:50px}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-banner,.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-nav{position:fixed}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-banner{height:15px !important}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-banner img{transform:unset !important}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-nav{margin-top:calc(47px + 15px)}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-nav-avatar img{width:36px;height:36px}.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-info .gt2-legacy-profile-name,.gt2-opt-legacy-profile.gt2-page-profile.gt2-scrolled-down-banner .gt2-legacy-profile-info .gt2-legacy-profile-screen-name-wrap{display:none}body.gt2-opt-legacy-profile:not(.gt2-page-profile) main,body:not(.gt2-opt-legacy-profile).gt2-page-profile main,body:not(.gt2-opt-legacy-profile):not(.gt2-page-profile) main{margin-top:56px}body.gt2-opt-legacy-profile:not(.gt2-page-profile) .gt2-legacy-profile-banner,body.gt2-opt-legacy-profile:not(.gt2-page-profile) .gt2-legacy-profile-nav,body.gt2-opt-legacy-profile:not(.gt2-page-profile) .gt2-legacy-profile-info,body:not(.gt2-opt-legacy-profile).gt2-page-profile .gt2-legacy-profile-banner,body:not(.gt2-opt-legacy-profile).gt2-page-profile .gt2-legacy-profile-nav,body:not(.gt2-opt-legacy-profile).gt2-page-profile .gt2-legacy-profile-info,body:not(.gt2-opt-legacy-profile):not(.gt2-page-profile) .gt2-legacy-profile-banner,body:not(.gt2-opt-legacy-profile):not(.gt2-page-profile) .gt2-legacy-profile-nav,body:not(.gt2-opt-legacy-profile):not(.gt2-page-profile) .gt2-legacy-profile-info{display:none}.gt2-opt-sticky-sidebars.gt2-opt-legacy-profile:not(.gt2-page-profile) div[data-testid=sidebarColumn]>div>div:nth-child(2),.gt2-opt-sticky-sidebars:not(.gt2-opt-legacy-profile).gt2-page-profile div[data-testid=sidebarColumn]>div>div:nth-child(2),.gt2-opt-sticky-sidebars:not(.gt2-opt-legacy-profile):not(.gt2-page-profile) div[data-testid=sidebarColumn]>div>div:nth-child(2){position:fixed;top:56px !important;height:calc(100vh - 47px)}.gt2-opt-sticky-sidebars.gt2-page-profile.gt2-opt-legacy-profile:not(.gt2-scrolled-down-banner) .gt2-left-sidebar,.gt2-opt-sticky-sidebars.gt2-page-profile.gt2-opt-legacy-profile:not(.gt2-scrolled-down-banner) div[data-testid=sidebarColumn]>div>div:nth-child(2){position:absolute;top:0 !important}.gt2-opt-sticky-sidebars.gt2-page-profile.gt2-opt-legacy-profile.gt2-scrolled-down-banner .gt2-left-sidebar,.gt2-opt-sticky-sidebars.gt2-page-profile.gt2-opt-legacy-profile.gt2-scrolled-down-banner div[data-testid=sidebarColumn]>div>div:nth-child(2){position:fixed;top:calc(47px + 15px + 60px + 10px) !important}.gt2-opt-sticky-sidebars.gt2-page-profile.gt2-opt-legacy-profile.gt2-scrolled-down-banner div[data-testid=sidebarColumn]>div>div:nth-child(2){height:calc(100vh - (47px + 15px + 60px))}.gt2-opt-sticky-sidebars.gt2-page-profile.gt2-opt-legacy-profile.gt2-scrolled-down-banner .gt2-left-sidebar{height:calc(100vh - (47px + 15px + 60px + 10px))}.gt2-opt-sticky-sidebars div[data-testid=sidebarColumn]>div>div:nth-child(1){margin-top:0 !important}.gt2-opt-sticky-sidebars div[data-testid=sidebarColumn]>div>div:nth-child(2){bottom:unset !important;padding-top:10px;margin-top:-10px;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.gt2-opt-sticky-sidebars div[data-testid=sidebarColumn]>div>div:nth-child(2)::-webkit-scrollbar{display:none}.gt2-opt-sticky-sidebars.gt2-not-logged-in div[data-testid=sidebarColumn]>div>div:nth-child(2){height:calc(100vh - 64px);top:64px !important}body:not(.gt2-opt-sticky-sidebars){min-height:unset !important}body:not(.gt2-opt-sticky-sidebars) div[data-testid=sidebarColumn]>div>div:nth-child(1){margin-top:0 !important}body:not(.gt2-opt-sticky-sidebars) div[data-testid=sidebarColumn]>div>div:nth-child(2){top:0 !important;bottom:unset !important;position:absolute}.gt2-opt-small-sidebars .gt2-left-sidebar,.gt2-opt-small-sidebars div[data-testid=sidebarColumn],.gt2-opt-small-sidebars div[data-testid=sidebarColumn]>div>div:nth-child(2),.gt2-opt-small-sidebars div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div{width:290px}.gt2-opt-small-sidebars .gt2-toggle-acc-switcher-dropdown{bottom:82px !important}.gt2-opt-small-sidebars .gt2-legacy-profile-nav-left>div:not(.gt2-legacy-profile-nav-avatar){width:calc(300px - 46px)}.gt2-opt-small-sidebars .gt2-legacy-profile-nav-center{padding-left:300px}.gt2-opt-small-sidebars .gt2-dashboard-profile{width:290px !important}.gt2-opt-small-sidebars .gt2-dashboard-profile .gt2-banner{height:96px !important}.gt2-opt-small-sidebars .gt2-dashboard-profile .gt2-avatar{width:72px !important;height:72px !important}.gt2-opt-small-sidebars .gt2-dashboard-profile .gt2-toggle-lo-nightmode,.gt2-opt-small-sidebars .gt2-dashboard-profile .gt2-toggle-acc-switcher-dropdown{bottom:calc(83px + (var(--font-increment) + 2px) / 2) !important}.gt2-opt-small-sidebars .gt2-dashboard-profile .gt2-user{top:103px !important;left:90px !important}.gt2-opt-small-sidebars .gt2-dashboard-profile .gt2-user .gt2-name{width:160px !important}body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-left>div:not(.gt2-legacy-profile-nav-avatar){width:calc(360px - 56px)}body:not(.gt2-opt-small-sidebars) .gt2-legacy-profile-nav-center{padding-left:360px}.gt2-opt-show-5-trends .gt2-trends-handled>div>div>div:nth-child(n+8):nth-child(-n+12){display:none !important}.gt2-opt-square-avatars [data-testid*=UserAvatar-Container]>div>div>div>div,.gt2-opt-square-avatars [data-testid*=UserAvatar-Container]>div>div>div>div>*>div:not(:nth-child(1)){border-width:0;border-radius:var(--square-avatars-border-radius) !important}.gt2-opt-square-avatars [data-testid*=UserAvatar-Container]>div>div>div>div>*>div:nth-child(1){border-radius:calc(var(--square-avatars-border-radius) * 1.15) !important}.gt2-opt-square-avatars.gt2-page-profile[data-gt2-path$="/photo"] #layers [data-testid=swipe-to-dismiss]>div>div>div{border-radius:var(--square-avatars-border-radius) !important}.gt2-opt-square-avatars .gt2-dashboard-profile .gt2-avatar{border-radius:calc(var(--square-avatars-border-radius) * 1.15)}.gt2-opt-square-avatars .gt2-dashboard-profile .gt2-avatar img{border-radius:var(--square-avatars-border-radius)}.gt2-opt-square-avatars.gt2-opt-legacy-profile.gt2-page-profile .gt2-legacy-profile-nav .gt2-legacy-profile-nav-left .gt2-legacy-profile-nav-avatar img{border-radius:var(--square-avatars-border-radius)}body:not(.gt2-opt-disable-hexagon-avatars) .gt2-legacy-profile-nav-avatar.gt2-avatar-hex img{clip-path:url("#hex-hw-shapeclip-clipconfig")}.gt2-opt-font-override,.gt2-opt-font-override .r-1qd0xha,.gt2-opt-font-override .r-1tl8opc,.gt2-opt-font-override .r-37j5jr{font-family:var(--font-override),var(--font-default) !important}body:not(.gt2-opt-font-override),body:not(.gt2-opt-font-override) .r-1qd0xha,body:not(.gt2-opt-font-override) .r-1tl8opc,body:not(.gt2-opt-font-override) .r-37j5jr{font-family:var(--font-default) !important}.gt2-opt-color-override{--color-raw-user: var(--color-override);--color-user: rgb(var(--color-override))}.gt2-opt-color-override *:not(#placeholder)>.r-13gxpu9:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-61mi1v:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-daml9f:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-xfsgu1:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-1qkqhnw:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-nw8l94:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-xyrcl7:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-iogyil:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-dyo1pg:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-1u5vp33:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-ucruu0:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-58mm23:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-6743kw:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-mjbqy8:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-1e0i1xg:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-2o3veo:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-pxzkq4:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-mhzhfq:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]),.gt2-opt-color-override *:not(#placeholder)>.r-1n1174f:not([data-gt2-color-override-ignore]):not([href="/i/keyboard_shortcuts"]){color:var(--color-user) !important}.gt2-opt-color-override .r-p1n3y5:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-v6khid:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1iofnty:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-11mmphe:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1xl5njo:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-5ctkeg:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-yness5:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-9h97i0:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1y0ydr9:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1v3952k:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-57jueo:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-2a99tl:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-141ztgp:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-dbkiaw:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-161anm9:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1mqg5jq:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-15zavzp:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-16uoikt:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-4rwt92:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-o1b8s3:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-l7fug5:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-ukm9ly:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-as53oi:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1oux8jo:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-d5u5q4:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-19xls35:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1kbil5v:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-s9itga:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-bym8x3:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1yd53u3:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1d28s8i:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-in38py:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-vq7458:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-sl5e8k:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-6yb0ro:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-n7vpbo:not([data-gt2-color-override-ignore]),.gt2-opt-color-override [role^=radio]>[style*=border-color]:not([style*="196, 207, 214"]):not([style*="61, 84, 102"]):not([style*="105, 121, 135"]):not([data-gt2-color-override-ignore]){border-color:var(--color-user) !important}.gt2-opt-color-override .r-urgr8i:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1vkxrha:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1dgebii:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1qqlz1x:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-18z3xeu:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-b5skir:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-uc097p:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-xw9v2f:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-evx7rm:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1dbsxl1:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1hmhqf0:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1glhoi6:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-ehp08b:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-b6cyrz:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1smv0ti:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1y0hbxw:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1vm9sjz:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-akbbt1:not([data-gt2-color-override-ignore]){background-color:var(--color-user) !important}.gt2-opt-color-override .r-zv2cs0:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-75i7r9:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-wcu338:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-va2hk5:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1vxd3ld:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1up5ays:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1bek5y6:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1ho5ue4:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-vrom3q:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-ri3bjg:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-bnzbsy:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1q8d70v:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1398f9q:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-10uxyot:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-4fqi4g:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1q8gm4o:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-dvf0r7:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-j9ra1a:not([data-gt2-color-override-ignore]){background-color:rgba(var(--color-raw-user), 0.1) !important}.gt2-opt-color-override .r-1q3imqu:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1kplyi6:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1ucxkr8:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-njt2r9:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-l779s2:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-zx61xx:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1urml5z:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1qhlxry:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1vitrf9:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-pg0o0i:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-z5urpw:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-xsbikc:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-88ljsu:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1wgs45s:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1op4b40:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1ljv63d:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1g95jii:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]),.gt2-opt-color-override .r-1q8eqjg:not([data-gt2-color-override-ignore]):not([data-testid=confirmationSheetConfirm]){background-color:rgba(var(--color-raw-user), 0.7) !important}.gt2-opt-color-override .r-1bih22f:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-cdj8wb:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-jd07pc:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-hy56xe:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-b8m25f:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1cqwhho:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-yab67o:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1wzm90r:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1cstf6x:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-13g0htx:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-fne7zz:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-nlrx61:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-4m1y5e:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-6q7mtj:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-n0hhbi:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-jlh3ao:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1pfvgl4:not([data-gt2-color-override-ignore]),.gt2-opt-color-override .r-1v12qsz:not([data-gt2-color-override-ignore]){box-shadow:var(--color-user) 0px 0px 0px 1px !important}.gt2-opt-color-override [data-testid=toolBar] [role=progressbar] svg circle:nth-child(2){stroke:var(--color-user) !important}body:not(.gt2-opt-color-override){--color-raw-user: var(--color-normal);--color-user: rgb(var(--color-normal))}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div{width:100%}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div{align-self:unset !important}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div>div>div{width:100%}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div a[href^="/"][href*="/photo/"]>div{height:100% !important;width:100% !important}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div a[href^="/"][href*="/photo/"]>div>div:nth-child(1){padding-bottom:0 !important}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div a[href^="/"][href*="/photo/"]>div>div:nth-child(2){position:relative}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div a[href^="/"][href*="/photo/"]>div>div:nth-child(2)>div{display:contents;position:relative}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div a[href^="/"][href*="/photo/"]>div>div:nth-child(2)>div>div{display:none}.gt2-opt-bigger-previews [data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div>div>div a[href^="/"][href*="/photo/"]>div>div:nth-child(2)>div>img{position:relative;opacity:1}.gt2-opt-show-media-with-content-warnings *:not([data-testid=placementTracking])>*>[data-testid=tweet][data-gt2-show-media] [aria-labelledby]>div:not([data-testid])>div:not([data-testid]):not([role])>div:not([role])>div:not([role]):nth-child(1),.gt2-opt-show-media-with-content-warnings.gt2-opt-show-media-with-content-warnings-sel-7 *:not([data-testid=placementTracking])>*>[data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div:not([data-testid]):not([role])>div:not([role])>div:not([role]):nth-child(1){filter:unset}.gt2-opt-show-media-with-content-warnings *:not([data-testid=placementTracking])>*>[data-testid=tweet][data-gt2-show-media] [aria-labelledby]>div:not([data-testid])>div:not([data-testid]):not([role])>div:not([role])>div:not([role]):nth-child(2),.gt2-opt-show-media-with-content-warnings.gt2-opt-show-media-with-content-warnings-sel-7 *:not([data-testid=placementTracking])>*>[data-testid=tweet] [aria-labelledby]>div:not([data-testid])>div:not([data-testid]):not([role])>div:not([role])>div:not([role]):nth-child(2){display:none}[data-testid=cellInnerDiv].gt2-hidden+div>div>div:empty{height:0;margin:0}.gt2-opt-hide-translate-tweet-button [data-testid=tweet] div[lang]+div[role=button]{display:none}.gt2-opt-hide-promote-tweet-button [data-testid=tweet] a[href*="/quick_promote_web/"]{display:none}.gt2-opt-hide-message-box div[data-testid=DMDrawer]{height:0;z-index:-1;border-width:0;box-shadow:unset}.gt2-opt-tweet-icons-pull-left [data-testid=primaryColumn] [data-testid=tweet]>div>div>div>div:nth-child(2)>div:nth-child(2)>div:last-child>div:last-child>div[role=group]{justify-content:unset}.gt2-opt-tweet-icons-pull-left [data-testid=primaryColumn] [data-testid=tweet]>div>div>div>div:nth-child(2)>div:nth-child(2)>div:last-child>div:last-child>div[role=group]>*:not(:last-child){max-width:80px;margin-right:20px}.gt2-opt-bird-icon #placeholder svg,.gt2-opt-bird-icon .gt2-nav-center a svg{background-color:var(--color-delight-blue);mask-image:var(--bird-svg);mask-repeat:no-repeat;-webkit-mask-image:var(--bird-svg);-webkit-mask-repeat:no-repeat}.gt2-opt-bird-icon #placeholder svg g,.gt2-opt-bird-icon .gt2-nav-center a svg g{display:none}.gt2-opt-favorite-likes [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-favorite-likes [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f147";font-size:19px;padding:7px 8.82px 7.75px}.gt2-opt-favorite-likes [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-favorite-likes [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-favorite-likes [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),.gt2-opt-favorite-likes [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-favorite-likes [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before,.gt2-opt-favorite-likes [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f147";font-size:25px;padding:8.5px 8px 10px}.gt2-opt-favorite-likes [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)),.gt2-opt-favorite-likes [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-favorite-likes [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>svg,.gt2-opt-favorite-likes [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-favorite-likes [data-testid$=like]:hover>div:nth-child(1)>div:nth-child(1)>div{background-color:rgba(var(--color-raw-yellow), 0.1) !important}.gt2-opt-favorite-likes [data-testid=like]:hover>div:nth-child(1){color:var(--color-yellow) !important}.gt2-opt-favorite-likes [data-testid=unlike]>div:nth-child(1){color:var(--color-yellow) !important}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f148";font-size:19px;padding:7px 9.18px 7.75px}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet] [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before,.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f148";font-size:24px;padding:8.5px 8.9px 10px}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)),.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [data-testid=tweet]+div [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>svg,.gt2-opt-rosetta-icons:not(.gt2-opt-favorite-likes) [aria-modal]>div>div:nth-child(1) [data-testid$=like]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f151";font-size:16.5px;padding:7px 9.16px 7.75px}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before,.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f151";font-size:20px;padding:8.5px 9.3px 10px}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)),.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>svg,.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid=reply]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f152";font-size:16.5px;padding:7px 7.12px 7.75px}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons [data-testid=tweet] [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before,.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f152";font-size:20px;padding:8.5px 6.8px 10px}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)),.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons [data-testid=tweet]+div [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>svg,.gt2-opt-rosetta-icons [aria-modal]>div>div:nth-child(1) [data-testid$=retweet]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-rosetta-icons [data-testid$=caret]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1){position:relative}.gt2-opt-rosetta-icons [data-testid$=caret]>div:nth-child(1)>div:nth-child(1)>div:nth-child(1):before{font-family:Rosetta;content:"\f196";font-size:16.5px;padding:7px 9.7px 7.75px}.gt2-opt-rosetta-icons [data-testid$=caret]>div:nth-child(1)>div:nth-child(1)>div:not(:nth-child(1)){display:none}.gt2-opt-rosetta-icons [data-testid$=caret]>div:nth-child(1)>div:nth-child(1)>svg{display:none}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=offer]{border-color:var(--color-red) !important;background-color:rgba(var(--color-raw-red), 0.1) !important}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=offer]>div>span>span{color:var(--color-red)}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=offer]>div>span>span:not(.gt2-qb-block){display:none}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=blocked]{border-color:var(--color-red) !important;background-color:var(--color-red) !important}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=blocked]>div>span>span{color:white}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=blocked]:hover{border-color:var(--color-red-dark) !important;background-color:var(--color-red-dark) !important}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=blocked]:hover>div>span>span:not(.gt2-qb-unblock){display:none}.gt2-opt-enable-quick-block [data-testid$="-follow"][data-gt2-qb-state=blocked]:not(:hover)>div>span>span:not(.gt2-qb-blocked){display:none}.gt2-opt-enable-quick-block [data-testid$="-unfollow"] [class^=gt2-qb]{display:none}.gt2-opt-enable-quick-block [data-testid=confirmationSheetConfirm]{background-color:var(--color-user) !important}.gt2-opt-enable-quick-block [data-testid=confirmationSheetConfirm]>*{color:var(--color-text-2) !important}.gt2-opt-enable-quick-block [data-testid=confirmationSheetConfirm]:hover{filter:brightness(0.9)}div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=reply]:hover>div>div>div,div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[role=button]:not([data-testid]):hover>div>div>div{background-color:rgba(var(--color-raw-blue), 0.1)}div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=reply]:hover>div,div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[role=button]:not([data-testid]):hover>div{color:var(--color-blue)}div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=retweet]:hover>div>div>div,div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=unretweet]:hover>div>div>div{background-color:rgba(var(--color-raw-green), 0.1)}div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=retweet]:hover>div,div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=unretweet]>div{color:var(--color-green)}div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=like]:hover>div>div>div,div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=unlike]:hover>div>div>div{background-color:rgba(var(--color-raw-red), 0.1)}div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=like]:hover>div,div[aria-labelledby=modal-header]>div>div>div:nth-child(1)>div:nth-child(2)>div>div div[data-testid=unlike]>div{color:var(--color-red)}body:not(.gt2-opt-rosetta-icons):not(.gt2-opt-edge-icons) div[data-testid=caret]>div>div>div{transition:all .2s ease-in-out;background-color:var(--color-user);opacity:0}body:not(.gt2-opt-rosetta-icons):not(.gt2-opt-edge-icons) div[data-testid=caret]>div>div>div:hover{opacity:.1}body:not(.gt2-opt-rosetta-icons):not(.gt2-opt-edge-icons) div[data-testid=caret]>div>div>div:hover+svg{background-color:var(--color-user)}body:not(.gt2-opt-rosetta-icons):not(.gt2-opt-edge-icons) div[data-testid=caret] svg{background-color:var(--color-gray-light);pointer-events:none;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath d='M20.207 8.147c-.39-.39-1.023-.39-1.414 0L12 14.94 5.207 8.147c-.39-.39-1.023-.39-1.414 0-.39.39-.39 1.023 0 1.414l7.5 7.5c.195.196.45.294.707.294s.512-.098.707-.293l7.5-7.5c.39-.39.39-1.022 0-1.413z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath d='M20.207 8.147c-.39-.39-1.023-.39-1.414 0L12 14.94 5.207 8.147c-.39-.39-1.023-.39-1.414 0-.39.39-.39 1.023 0 1.414l7.5 7.5c.195.196.45.294.707.294s.512-.098.707-.293l7.5-7.5c.39-.39.39-1.022 0-1.413z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}body:not(.gt2-opt-rosetta-icons):not(.gt2-opt-edge-icons) div[data-testid=caret] svg g{display:none}div[data-testid=userActions],div[data-testid=sendDMFromProfile],div[data-testid=userActions] ~ div:not([class])>div:not([data-gt2-bell-full-color]),div[data-testid$=-cancel],div[data-testid$=-follow],a[href="/settings/profile"],div[id^=topic-follow-button]:not(.r-1ucxkr8),div[data-testid=listCell] div[role=button],body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button]:not(.r-14lw9ot):not(.r-1ucxkr8){border-color:var(--color-user) !important;background-color:transparent !important}div[data-testid=userActions] span,div[data-testid=sendDMFromProfile] span,div[data-testid=userActions] ~ div:not([class])>div:not([data-gt2-bell-full-color]) span,div[data-testid$=-cancel] span,div[data-testid$=-follow] span,a[href="/settings/profile"] span,div[id^=topic-follow-button]:not(.r-1ucxkr8) span,div[data-testid=listCell] div[role=button] span,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button]:not(.r-14lw9ot):not(.r-1ucxkr8) span{line-height:unset !important}div[data-testid=userActions]>*,div[data-testid=userActions] svg g>*:not([d^="M23.61.15c-.375"]),div[data-testid=sendDMFromProfile]>*,div[data-testid=sendDMFromProfile] svg g>*:not([d^="M23.61.15c-.375"]),div[data-testid=userActions] ~ div:not([class])>div:not([data-gt2-bell-full-color])>*,div[data-testid=userActions] ~ div:not([class])>div:not([data-gt2-bell-full-color]) svg g>*:not([d^="M23.61.15c-.375"]),div[data-testid$=-cancel]>*,div[data-testid$=-cancel] svg g>*:not([d^="M23.61.15c-.375"]),div[data-testid$=-follow]>*,div[data-testid$=-follow] svg g>*:not([d^="M23.61.15c-.375"]),a[href="/settings/profile"]>*,a[href="/settings/profile"] svg g>*:not([d^="M23.61.15c-.375"]),div[id^=topic-follow-button]:not(.r-1ucxkr8)>*,div[id^=topic-follow-button]:not(.r-1ucxkr8) svg g>*:not([d^="M23.61.15c-.375"]),div[data-testid=listCell] div[role=button]>*,div[data-testid=listCell] div[role=button] svg g>*:not([d^="M23.61.15c-.375"]),body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button]:not(.r-14lw9ot):not(.r-1ucxkr8)>*,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button]:not(.r-14lw9ot):not(.r-1ucxkr8) svg g>*:not([d^="M23.61.15c-.375"]){color:var(--color-user) !important}div[data-testid=userActions]:hover,div[data-testid=sendDMFromProfile]:hover,div[data-testid=userActions] ~ div:not([class])>div:not([data-gt2-bell-full-color]):hover,div[data-testid$=-cancel]:hover,div[data-testid$=-follow]:hover,a[href="/settings/profile"]:hover,div[id^=topic-follow-button]:not(.r-1ucxkr8):hover,div[data-testid=listCell] div[role=button]:hover,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button]:not(.r-14lw9ot):not(.r-1ucxkr8):hover{background-color:rgba(var(--color-raw-user), 0.1) !important}div[data-testid$=-unfollow],body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot{transition-property:border-color, background-color, box-shadow}div[data-testid$=-unfollow] span,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot span{line-height:unset !important}div[data-testid$=-unfollow]:not(:hover),div[data-testid$=-unfollow]:hover[data-gt2-just-clicked-follow],body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot:not(:hover),body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot:hover[data-gt2-just-clicked-follow]{border-color:var(--color-user) !important;background-color:var(--color-user) !important}div[data-testid$=-unfollow]:not(:hover)>*,div[data-testid$=-unfollow]:hover[data-gt2-just-clicked-follow]>*,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot:not(:hover)>*,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot:hover[data-gt2-just-clicked-follow]>*{color:var(--color-text-2) !important}div[data-testid$=-unfollow]:hover:not([data-gt2-just-clicked-follow]),body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot:hover:not([data-gt2-just-clicked-follow]){border-color:var(--color-red-dark) !important;background-color:var(--color-red-dark) !important}div[data-testid$=-unfollow]:hover:not([data-gt2-just-clicked-follow])>*,body[data-gt2-path*="/lists/"] [data-testid=primaryColumn] section>h1+div>div>div:nth-child(1) a ~ div div[role=button].r-14lw9ot:hover:not([data-gt2-just-clicked-follow])>*{color:var(--color-text-2) !important}[data-gt2-bell-full-color]{border-color:var(--color-user) !important;background-color:var(--color-user) !important}[data-gt2-bell-full-color]:hover{background-color:rgba(var(--color-raw-user), 0.1) !important}div[data-testid=primaryColumn]>div>div:nth-child(1)>div:nth-child(1)>div>div>div>div>div:nth-child(2) div[aria-haspopup] svg,body:not([data-gt2-path^="settings/"]) a[href*="/settings/trends"] svg,body:not([data-gt2-path^="settings/"]) a[href*="/settings/explore"] svg,body:not([data-gt2-path^="settings/"]) a[href*="/settings/notifications"] svg,a[href*="/messages/settings"] svg,a[href*="/messages/compose"] svg,a[href^="/messages/"][href*="/info"] svg,body:not([data-gt2-path^="settings/"]) a[href*="/settings/direct_messages"] svg,[data-testid="app-bar-back"] svg,[data-testid="app-bar-close"] svg,[data-testid="searchBoxOverflowButton"] svg{color:var(--color-user) !important}div[data-testid=primaryColumn]>div>div:nth-child(1)>div:nth-child(1)>div>div>div>div>div:nth-child(2) div[aria-haspopup]:hover,body:not([data-gt2-path^="settings/"]) a[href*="/settings/trends"]:hover,body:not([data-gt2-path^="settings/"]) a[href*="/settings/explore"]:hover,body:not([data-gt2-path^="settings/"]) a[href*="/settings/notifications"]:hover,a[href*="/messages/settings"]:hover,a[href*="/messages/compose"]:hover,a[href^="/messages/"][href*="/info"]:hover,body:not([data-gt2-path^="settings/"]) a[href*="/settings/direct_messages"]:hover,[data-testid="app-bar-back"]:hover,[data-testid="app-bar-close"]:hover,[data-testid="searchBoxOverflowButton"]:hover{background-color:rgba(var(--color-raw-user), 0.1) !important}.gt2-search-added div[data-testid=sidebarColumn]>div>div:nth-child(2)>div>div>div>div:nth-child(1){display:none}.gt2-acc-switcher-active #layers>div:nth-child(2)>div>div>div:nth-child(2){bottom:unset !important;right:unset !important}.gt2-acc-switcher-active #layers>div:nth-child(2)>div>div>div:nth-child(2)>div>div:nth-child(2)>div>div>div>svg{position:absolute;fill:var(--color-elem);filter:drop-shadow(var(--color-shadow) 0.25px -2px 1px);transform:unset !important;bottom:unset !important;top:-11px !important;right:5px !important;left:unset !important}.gt2-acc-switcher-active #layers>div:nth-child(2)>div>div>div:nth-child(2)>div>div:nth-child(2)>div>div>div>div>div{padding:0}html[style*="overflow: hidden"] .gt2-nav-center,html[style*="overflow-y: hidden"] .gt2-nav-center{margin-right:calc(var(--scrollbar-width) / 2)}html[style*="overflow: hidden"] .gt2-nav-right,html[style*="overflow: hidden"] .gt2-legacy-profile-nav-right,html[style*="overflow-y: hidden"] .gt2-nav-right,html[style*="overflow-y: hidden"] .gt2-legacy-profile-nav-right{padding-right:var(--scrollbar-width)}html[style*="overflow: hidden"] .gt2-legacy-profile-banner img,html[style*="overflow-y: hidden"] .gt2-legacy-profile-banner img{padding-right:var(--scrollbar-width)}html[style*=margin-right]{margin-right:unset !important}html[style*=margin-right] main{margin-right:var(--scrollbar-width)}.gt2-search-overflow-hider{position:fixed;width:calc(600px + var(--scrollbar-width));height:9px;top:47px;background-color:var(--color-bg);z-index:1;display:none}body[data-gt2-path="search"] .gt2-search-overflow-hider,body[data-gt2-path="explore"] .gt2-search-overflow-hider{display:block}body[data-gt2-path="search"] div[data-testid=primaryColumn],body[data-gt2-path="explore"] div[data-testid=primaryColumn]{border-top-width:0 !important}body[data-gt2-path="search"] div[data-testid=primaryColumn]>div>div:nth-child(1),body[data-gt2-path="explore"] div[data-testid=primaryColumn]>div>div:nth-child(1){position:sticky;top:56px;border-top:1px solid var(--color-gray-dark) !important;transition:top .2s ease-in-out;background-color:var(--color-elem)}body[data-gt2-path="search"].gt2-scrolled-down div[data-testid=primaryColumn]>div>div:nth-child(1){top:calc(56px - 107px)}body[data-gt2-path="explore"].gt2-scrolled-down div[data-testid=primaryColumn]>div>div:nth-child(1){top:calc(56px - 54px)}nav [role=tablist] [role=tab]>div{font-weight:700}nav [role=tablist] [role=tab][aria-selected=true] span{color:var(--color-user)}nav [role=tablist] [role=tab][aria-selected=true]:after{content:"";position:absolute;bottom:0;background-color:var(--color-user);height:4px;width:100%}[data-testid="card.layoutSmall.media"]+a{display:flex;justify-content:center;width:100%}[data-testid="card.layoutSmall.media"]+a,[data-testid="card.layoutSmall.media"]+a:link,[data-testid="card.layoutSmall.media"]+a:visited{color:var(--color-user);text-decoration-line:none}.gt2-svg{fill:var(--color-gray-light)}.gt2-hidden{display:none !important}.gt2-emoji{height:1.2em;width:1.2em;margin:0 0.075em -4px}.gt2-dashboard-profile a,a.gt2-trend{text-decoration:none}.gt2-dashboard-profile a:visited,a.gt2-trend:visited{color:unset}.gt2-dashboard-profile a:link,a.gt2-trend:link{color:unset}.gt2-trends-handled>div>div>div:nth-child(1),.gt2-trends section>div>div>div:nth-child(1){padding-right:5px}.gt2-trends-handled>div>div>div[role=button],.gt2-trends section>div>div>div[role=button]{border-radius:unset}.gt2-trends-handled>div>div>div:nth-child(n+3),.gt2-trends section>div>div>div:nth-child(n+3){border-top:1px solid var(--color-gray-dark) !important}div[role=menu][style^='max-height: calc'].r-ipm5af{top:54px}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div{display:flex}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div{min-width:unset}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div>div>a>div{padding:calc(14px + var(--font-increment))}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div>div>a>div svg{margin-right:10px;height:1.25em}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div>div>a>div svg ~ *{font-size:calc(15px + var(--font-increment));font-weight:400;line-height:normal}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div [aria-expanded]{display:none}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div section a{padding:calc(14px + var(--font-increment))}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div section a svg{margin-right:10px;height:1.25em;width:1.75em}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>div section a>:nth-child(2){font-size:calc(15px + var(--font-increment));font-weight:400;line-height:normal}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a{padding:0}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a>div{padding:calc(14px + var(--font-increment))}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a>div>div:nth-child(2){display:none}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a.gt2-toggle-logout{padding:calc(14px + var(--font-increment));color:var(--color-text);text-decoration-line:none}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a.gt2-toggle-logout:link,div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a.gt2-toggle-logout:visited{color:var(--color-text)}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a span{font-size:calc(15px + var(--font-increment));font-weight:400;margin-left:0;color:var(--color-text)}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a svg{margin-right:10px;height:1.25em}div[role=menu][style^='max-height: calc'].r-ipm5af>div>div>div>a:hover{background-color:#1e2732}.gt2-nav-center a svg{width:24px;height:24px}#placeholder svg{width:48px;height:48px}.gt2-nav{border-bottom:1px solid rgba(0,0,0,0.25);height:46px;position:fixed;width:100%;background-color:var(--color-navbar);z-index:1;display:flex}.gt2-nav .gt2-nav-left>a{padding:0;width:fit-content;width:-moz-fit-content;width:-webkit-fit-content;display:inline-flex;height:100%;transition:all .15s ease-in-out}.gt2-nav .gt2-nav-left>a>div{background-color:unset !important;margin-top:calc(var(--font-increment) * -1.25);padding:10px 15px}.gt2-nav .gt2-nav-left>a>div>div:nth-child(1)>div{background-color:var(--color-user);border-color:var(--color-elem);color:var(--color-text-2);font-size:calc(11px + var(--font-increment) * 0.75)}.gt2-nav .gt2-nav-left>a>div>div:not(:first-child):not(.gt2-nav-header){display:none}.gt2-nav .gt2-nav-left>a>div .gt2-nav-header{color:var(--color-gray);font-size:calc(13px + var(--font-increment));margin-left:calc(3px + var(--font-increment));margin-right:3px;font-weight:bold}.gt2-nav .gt2-nav-left>a.active,.gt2-nav .gt2-nav-left>a:hover{border-bottom:0.2em solid var(--color-user)}.gt2-nav .gt2-nav-left>a.active .gt2-nav-header,.gt2-nav .gt2-nav-left>a:hover .gt2-nav-header{color:var(--color-user)}.gt2-nav .gt2-nav-left>a svg{color:var(--color-gray-light);width:calc(23px + var(--font-increment))}.gt2-nav .gt2-nav-left>a.active>div>div:nth-child(2),.gt2-nav .gt2-nav-left>a.active svg,.gt2-nav .gt2-nav-left>a:hover>div>div:nth-child(2),.gt2-nav .gt2-nav-left>a:hover svg{color:var(--color-user)}.gt2-nav .gt2-nav-center{position:absolute;right:calc(50% - 12px);width:calc(24px + var(--font-increment));margin-top:calc(12px - var(--font-increment))}.gt2-nav .gt2-nav-right{display:flex;align-items:center;position:absolute;right:0px;height:100%}.gt2-nav .gt2-nav-right .gt2-search>div{height:auto;width:300px;right:10px;background:unset;position:relative;margin-bottom:0;border:1px solid var(--color-gray-dark);border-radius:21px;transition:all .2s ease-in-out}.gt2-nav .gt2-nav-right .gt2-search>div input{font-size:14px;padding:8px;height:32px;color:var(--color-text)}.gt2-nav .gt2-nav-right .gt2-search>div:focus-within{border:2px solid var(--color-user)}.gt2-nav .gt2-nav-right .gt2-search>div form>div:nth-child(1)>div{border:none;background-color:var(--color-elem)}.gt2-nav .gt2-nav-right .gt2-toggle-navbar-dropdown{margin-left:5px;margin-right:15px;height:34px;width:34px}.gt2-nav .gt2-nav-right .gt2-toggle-navbar-dropdown img{border-radius:9999px;height:100%;width:100%;transition:filter .2s ease-in-out;backface-visibility:hidden}.gt2-nav .gt2-nav-right .gt2-toggle-navbar-dropdown img:hover{filter:brightness(87.5%);-webkit-filter:brightness(87.5%)}.gt2-nav .gt2-nav-right .gt2-toggle-navbar-dropdown:hover{cursor:pointer}.gt2-nav .gt2-nav-right .gt2-compose{display:inline-flex;align-items:center;font-size:var(--global-font-size);font-weight:700;min-height:34px;background-color:var(--color-user);color:var(--color-text-2);padding:0 16px;border-radius:9999px}.gt2-nav .gt2-nav-right .gt2-compose:hover{cursor:pointer}.gt2-left-sidebar{margin-top:-10px;padding-top:10px;width:350px;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.gt2-left-sidebar::-webkit-scrollbar{display:none}.gt2-left-sidebar>div{margin-bottom:11px;position:relative}.gt2-left-sidebar:empty{display:none}.gt2-left-sidebar .gt2-trends,.gt2-left-sidebar .gt2-profile-media{border:solid 1px var(--color-gray-dark);border-radius:0;background-color:var(--color-elem)}.gt2-dashboard-profile{z-index:1;right:0;margin-bottom:10px;display:flex;flex-direction:column;border:1px solid var(--color-gray-dark);background-color:var(--color-elem);box-sizing:border-box}.gt2-dashboard-profile a:not([href]){cursor:default}.gt2-dashboard-profile .gt2-banner{background-size:100%;height:116px;background-position:0 50%;background-color:var(--color-gray);width:100%}.gt2-dashboard-profile>div .gt2-avatar{display:flex;width:82px;height:82px;margin:-30px 0 0 8px;background-color:var(--color-elem);border-radius:9999px;align-items:center;justify-content:center}.gt2-dashboard-profile>div .gt2-avatar img{border-radius:inherit;width:90%;height:90%;transition:filter .2s ease-in-out;backface-visibility:hidden}.gt2-dashboard-profile>div .gt2-avatar img:hover{filter:brightness(87.5%);-webkit-filter:brightness(87.5%)}.gt2-dashboard-profile>div .gt2-user{color:var(--color-text);position:absolute;top:calc(125px - var(--font-increment) * 2);left:100px;width:185px;height:fit-content;height:-moz-fit-content;height:-webkit-fit-content;display:flex;flex-direction:column}.gt2-dashboard-profile>div .gt2-user .gt2-name{width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:calc(18px + var(--font-increment));font-weight:700}.gt2-dashboard-profile>div .gt2-user .gt2-name:hover{text-decoration:underline}.gt2-dashboard-profile>div .gt2-user .gt2-screenname{font-size:calc(14px + var(--font-increment));color:var(--color-gray-light)}.gt2-dashboard-profile>div .gt2-user .gt2-screenname:hover span{text-decoration:underline}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode{right:14px;bottom:calc(89px + (var(--font-increment) + 2px) / 2);display:flex;align-items:center;justify-content:center;position:absolute;height:1.5em;width:1.5em}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown div,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode div{transition:opacity .2s ease-in-out;background-color:var(--color-user);opacity:0;border-radius:9999px;position:absolute;height:39px;width:39px}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown svg,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode svg{width:1em;height:1em;fill:var(--color-user)}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown:hover,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode:hover{cursor:pointer}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown:hover div,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode:hover div{opacity:.1}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown:hover svg,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode:hover svg{fill:var(--color-user) !important}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown div,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode div{width:34.75px;height:34.75px}.gt2-dashboard-profile>div .gt2-toggle-acc-switcher-dropdown svg,.gt2-dashboard-profile>div .gt2-toggle-lo-nightmode svg{fill:var(--color-gray-light);width:18.75px;height:18.75px}.gt2-dashboard-profile>div .gt2-stats{padding:16px;margin-top:calc(var(--font-increment) * -2)}.gt2-dashboard-profile>div .gt2-stats ul{display:table;margin:0;padding:0;width:100%}.gt2-dashboard-profile>div .gt2-stats ul li{display:table-cell;list-style:none;width:1%}.gt2-dashboard-profile>div .gt2-stats ul li a{display:flex;flex-direction:column}.gt2-dashboard-profile>div .gt2-stats ul li a span:nth-child(1){font-size:calc(13px + var(--font-increment));font-weight:bold;transition:color .15s ease-in-out;color:var(--color-gray)}.gt2-dashboard-profile>div .gt2-stats ul li a span:nth-child(2){font-size:calc(19px + var(--font-increment));font-weight:bold;line-height:1;padding-top:3px;color:var(--color-user)}.gt2-dashboard-profile>div .gt2-stats ul li a:hover span:nth-child(1){color:var(--color-user)}div[data-testid=sidebarColumn] .gt2-dashboard-profile{position:relative;margin:0;width:100%}.gt2-sidebar-notice{background-color:var(--color-elem);color:var(--color-text);border:1px solid var(--color-gray-dark)}.gt2-sidebar-notice a,.gt2-sidebar-notice a:link,.gt2-sidebar-notice a:visited{color:var(--color-user);text-decoration-line:none}.gt2-sidebar-notice a:hover,.gt2-sidebar-notice a:link:hover,.gt2-sidebar-notice a:visited:hover{text-decoration-line:underline}.gt2-sidebar-notice .gt2-sidebar-notice-header{border-bottom:1px solid var(--color-gray-dark) !important;font-size:calc(19px + var(--font-increment));font-weight:800;position:relative}.gt2-sidebar-notice .gt2-sidebar-notice-header .gt2-sidebar-notice-close{right:10px;top:10px;display:flex;align-items:center;justify-content:center;position:absolute;height:1.5em;width:1.5em}.gt2-sidebar-notice .gt2-sidebar-notice-header .gt2-sidebar-notice-close div{transition:opacity .2s ease-in-out;background-color:var(--color-user);opacity:0;border-radius:9999px;position:absolute;height:39px;width:39px}.gt2-sidebar-notice .gt2-sidebar-notice-header .gt2-sidebar-notice-close svg{width:1em;height:1em;fill:var(--color-user)}.gt2-sidebar-notice .gt2-sidebar-notice-header .gt2-sidebar-notice-close:hover{cursor:pointer}.gt2-sidebar-notice .gt2-sidebar-notice-header .gt2-sidebar-notice-close:hover div{opacity:.1}.gt2-sidebar-notice .gt2-sidebar-notice-header .gt2-sidebar-notice-close:hover svg{fill:var(--color-user) !important}.gt2-sidebar-notice .gt2-sidebar-notice-content{text-align:center}.gt2-sidebar-notice>div{padding:10px 15px}.gt2-sidebar-notice.gt2-update-notice .gt2-sidebar-notice-content svg{fill:white;border-radius:9999px;border:3.5px solid green;background-color:green;height:12px;margin-right:5px;vertical-align:bottom}.gt2-translate-tweet,.gt2-translated-tweet-info{width:max-content;margin-top:5px;color:var(--color-user);font-size:calc(13px + var(--font-increment))}.gt2-translate-tweet:hover,.gt2-translated-tweet-info:hover{text-decoration-line:underline;cursor:pointer}.gt2-translate-tweet svg,.gt2-translated-tweet-info svg{height:1.25em;fill:var(--color-text);vertical-align:middle;margin-left:1px}.gt2-translated-tweet{color:var(--color-text);font-size:calc(15px + var(--font-increment));white-space:pre-line}.gt2-translated-tweet a,.gt2-translated-tweet a:link,.gt2-translated-tweet a:visited{color:var(--color-user);text-decoration-line:none}.gt2-translated-tweet a:hover,.gt2-translated-tweet a:link:hover,.gt2-translated-tweet a:visited:hover{text-decoration-line:underline}.gt2-tweet-source{color:var(--color-user)}.gt2-tweet-source a,.gt2-tweet-source a:link,.gt2-tweet-source a:visited{color:var(--color-user);text-decoration-line:none}.gt2-tweet-source a:hover,.gt2-tweet-source a:link:hover,.gt2-tweet-source a:visited:hover{text-decoration-line:underline}.gt2-tweet-source::before{color:var(--color-gray-light);content:'\00B7';padding:0 5px}#layers [data-testid=Dropdown] [role=menuitem][href$="/topics"] span,#layers [data-testid=Dropdown] [role=menuitem][href$="/topics"] ~ * span{font-weight:normal}
</style>
<style class="gt2-style-pickr">/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */
.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:0.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;background-size:0;transition:all 0.3s}.pickr .pcr-button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button::before{z-index:initial}.pickr .pcr-button::after{position:absolute;content:'';top:0;left:0;height:100%;width:100%;transition:background 0.3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear::before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow 0.3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(0,0,0,0.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:0.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0s 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 0.15em 1.5em 0 rgba(0,0,0,0.1),0 0 1em 0 rgba(0,0,0,0.03);left:0;top:0}.pcr-app.visible{transition:opacity 0.3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:0.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit, 1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:0.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all 0.15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,0.05);border-radius:0.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -0.2em 0 -0.2em}.pcr-app .pcr-interaction>*{margin:0 0.2em}.pcr-app .pcr-interaction input{letter-spacing:0.07em;font-size:0.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all 0.15s;padding:0.45em 0.5em;margin-top:0.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(0.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(66,133,244,0.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all 0.2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(0.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(244,66,80,0.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme='classic']{width:28.5em;max-width:95vw;padding:0.8em}.pcr-app[data-theme='classic'] .pcr-selection{display:flex;justify-content:space-between;flex-grow:1}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview{position:relative;z-index:1;width:2em;display:flex;flex-direction:column;justify-content:space-between;margin-right:0.75em}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview .pcr-last-color{cursor:pointer;border-radius:0.15em 0.15em 0 0;z-index:2}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview .pcr-current-color{border-radius:0 0 0.15em 0.15em}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview .pcr-last-color,.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview .pcr-current-color{background:var(--pcr-color);width:100%;height:50%}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-palette{width:100%;height:8em;z-index:1}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-palette .pcr-palette{flex-grow:1;border-radius:.15em}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-palette .pcr-palette::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity{margin-left:0.75em}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity .pcr-picker{left:50%;transform:translateX(-50%)}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity .pcr-slider{width:8px;flex-grow:1;border-radius:50em}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to bottom, red, #ff0, lime, cyan, blue, #f0f, red)}.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to bottom, transparent, black),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%, 50%}
</style>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS"><style>input::placeholder { user-select: none; -webkit-user-select: none; } iframe { color-scheme: auto; }</style><style><style class="gt2-style">
body{font-size:14px}
.btn-block{accent-color: auto;align-content: normal;align-items: normal;align-self: auto;animation-delay: 0s;animation-direction: normal;animation-duration: 0s;animation-fill-mode: none;animation-iteration-count: 1;animation-name: none;animation-play-state: running;animation-timing-function: ease;appearance: button;aspect-ratio: auto;backdrop-filter: none;backface-visibility: visible;background-attachment: scroll;background-blend-mode: normal;background-clip: border-box;background-color: rgb(72, 82, 107);background-image: none;background-origin: padding-box;background-position-x: 0%;background-position-y: 0%;background-repeat: repeat;background-size: auto;block-size: 48px;border-block-end-color: rgb(0, 98, 204);border-block-end-style: solid;border-block-end-width: 1px;border-block-start-color: rgb(0, 98, 204);border-block-start-style: solid;border-block-start-width: 1px;border-bottom-color: rgb(0, 98, 204);border-bottom-left-radius: 4.8px;border-bottom-right-radius: 4.8px;border-bottom-style: solid;border-bottom-width: 1px;border-collapse: separate;border-end-end-radius: 4.8px;border-end-start-radius: 4.8px;border-image-outset: 0;border-image-repeat: stretch;border-image-slice: 100%;border-image-source: none;border-image-width: 1;border-inline-end-color: rgb(0, 98, 204);border-inline-end-style: solid;border-inline-end-width: 1px;border-inline-start-color: rgb(0, 98, 204);border-inline-start-style: solid;border-inline-start-width: 1px;border-left-color: rgb(0, 98, 204);border-left-style: solid;border-left-width: 1px;border-right-color: rgb(0, 98, 204);border-right-style: solid;border-right-width: 1px;border-spacing: 0px 0px;border-start-end-radius: 4.8px;border-start-start-radius: 4.8px;border-top-color: rgb(0, 98, 204);border-top-left-radius: 4.8px;border-top-right-radius: 4.8px;border-top-style: solid;border-top-width: 1px;bottom: auto;box-decoration-break: slice;box-shadow: none;box-sizing: border-box;break-after: auto;break-before: auto;break-inside: auto;caption-side: top;caret-color: rgb(255, 255, 255);clear: none;clip: auto;clip-path: none;clip-rule: nonzero;color: rgb(255, 255, 255);color-interpolation: srgb;color-interpolation-filters: linearrgb;color-scheme: normal;column-count: auto;column-fill: balance;column-gap: normal;column-rule-color: rgb(255, 255, 255);column-rule-style: none;column-rule-width: 0px;column-span: none;column-width: auto;contain: none;contain-intrinsic-block-size: none;contain-intrinsic-height: none;contain-intrinsic-inline-size: none;contain-intrinsic-width: none;container-name: none;container-type: normal;content: normal;counter-increment: none;counter-reset: none;counter-set: none;cursor: pointer;cx: 0px;cy: 0px;d: none;direction: ltr;display: block;dominant-baseline: auto;empty-cells: show;fill: rgb(0, 0, 0);fill-opacity: 1;fill-rule: nonzero;filter: none;flex-basis: auto;flex-direction: row;flex-grow: 0;flex-shrink: 1;flex-wrap: nowrap;float: none;flood-color: rgb(0, 0, 0);flood-opacity: 1;font-family: -apple-system, BlinkMacSystemFont, helvetica neue, ヒラギノ角ゴ pron w3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;font-feature-settings: normal;font-kerning: auto;font-language-override: normal;font-optical-sizing: auto;font-palette: normal;font-size: 20px;font-size-adjust: none;font-stretch: 100%;font-style: normal;font-synthesis-small-caps: auto;font-synthesis-style: auto;font-synthesis-weight: auto;font-variant-alternates: normal;font-variant-caps: normal;font-variant-east-asian: normal;font-variant-ligatures: normal;font-variant-numeric: normal;font-variant-position: normal;font-variation-settings: normal;font-weight: 400;forced-color-adjust: auto;grid-auto-columns: auto;grid-auto-flow: row;grid-auto-rows: auto;grid-column-end: auto;grid-column-start: auto;grid-row-end: auto;grid-row-start: auto;grid-template-areas: none;grid-template-columns: none;grid-template-rows: none;height: 48px;hyphenate-character: auto;hyphens: manual;image-orientation: from-image;image-rendering: auto;ime-mode: auto;inline-size: 300px;inset-block-end: auto;inset-block-start: auto;inset-inline-end: auto;inset-inline-start: auto;isolation: auto;justify-content: normal;justify-items: normal;justify-self: auto;left: auto;letter-spacing: normal;lighting-color: rgb(255, 255, 255);line-break: auto;line-height: 30px;list-style-image: none;list-style-position: outside;list-style-type: disc;margin-block-end: 0px;margin-block-start: 0px;margin-bottom: 0px;margin-inline-end: 0px;margin-inline-start: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;marker-end: none;marker-mid: none;marker-start: none;mask-clip: border-box;mask-composite: add;mask-image: none;mask-mode: match-source;mask-origin: border-box;mask-position-x: 0%;mask-position-y: 0%;mask-repeat: repeat;mask-size: auto;mask-type: luminance;max-block-size: none;max-height: none;max-inline-size: none;max-width: none;min-block-size: 0px;min-height: 0px;min-inline-size: 0px;min-width: 0px;mix-blend-mode: normal;object-fit: fill;object-position: 50% 50%;offset-anchor: auto;offset-distance: 0px;offset-path: none;offset-rotate: auto;opacity: 1;order: 0;outline-color: rgb(255, 255, 255);outline-offset: 0px;outline-style: none;outline-width: 0px;overflow-anchor: auto;overflow-block: visible;overflow-clip-margin: 0px;overflow-inline: visible;overflow-wrap: normal;overflow-x: visible;overflow-y: visible;overscroll-behavior-block: auto;overscroll-behavior-inline: auto;overscroll-behavior-x: auto;overscroll-behavior-y: auto;padding-block-end: 8px;padding-block-start: 8px;padding-bottom: 8px;padding-inline-end: 16px;padding-inline-start: 16px;padding-left: 16px;padding-right: 16px;padding-top: 8px;page: auto;paint-order: normal;perspective: none;perspective-origin: 150px 24px;pointer-events: auto;position: static;print-color-adjust: economy;quotes: auto;r: 0px;resize: none;right: auto;rotate: none;row-gap: normal;ruby-align: space-around;ruby-position: alternate;rx: auto;ry: auto;scale: none;scroll-behavior: auto;scroll-margin-block-end: 0px;scroll-margin-block-start: 0px;scroll-margin-bottom: 0px;scroll-margin-inline-end: 0px;scroll-margin-inline-start: 0px;scroll-margin-left: 0px;scroll-margin-right: 0px;scroll-margin-top: 0px;scroll-padding-block-end: auto;scroll-padding-block-start: auto;scroll-padding-bottom: auto;scroll-padding-inline-end: auto;scroll-padding-inline-start: auto;scroll-padding-left: auto;scroll-padding-right: auto;scroll-padding-top: auto;scroll-snap-align: none;scroll-snap-stop: normal;scroll-snap-type: none;scrollbar-color: auto;scrollbar-gutter: auto;scrollbar-width: auto;shape-image-threshold: 0;shape-margin: 0px;shape-outside: none;shape-rendering: auto;stop-color: rgb(0, 0, 0);stop-opacity: 1;stroke: none;stroke-dasharray: none;stroke-dashoffset: 0px;stroke-linecap: butt;stroke-linejoin: miter;stroke-miterlimit: 4;stroke-opacity: 1;stroke-width: 1px;tab-size: 8;table-layout: auto;text-align: center;text-align-last: auto;text-anchor: start;text-combine-upright: none;text-decoration-color: rgb(255, 255, 255);text-decoration-line: none;text-decoration-skip-ink: auto;text-decoration-style: solid;text-decoration-thickness: auto;text-emphasis-color: rgb(255, 255, 255);text-emphasis-position: over;text-emphasis-style: none;text-indent: 0px;text-justify: auto;text-orientation: mixed;text-overflow: clip;text-rendering: optimizelegibility;text-shadow: none;text-transform: none;text-underline-offset: auto;text-underline-position: auto;top: auto;touch-action: auto;transform: none;transform-box: border-box;transform-origin: 150px 24px;transform-style: flat;transition-delay: 0s, 0s, 0s, 0s;transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;transition-property: color, background-color, border-color, box-shadow;transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;translate: none;unicode-bidi: normal;user-select: none;vector-effect: none;vertical-align: middle;visibility: visible;white-space: pre;width: 300px;will-change: auto;word-break: normal;word-spacing: 0px;writing-mode: horizontal-tb;x: 0px;y: 0px;z-index: auto;-moz-box-align: stretch;-moz-box-direction: normal;-moz-box-flex: 0;-moz-box-ordinal-group: 1;-moz-box-orient: horizontal;-moz-box-pack: start;-moz-float-edge: content-box;-moz-force-broken-image-icon: 0;-moz-orient: inline;-moz-text-size-adjust: auto;-moz-user-focus: none;-moz-user-input: auto;-moz-user-modify: read-only;-moz-window-dragging: default;-webkit-line-clamp: none;-webkit-text-fill-color: rgb(255, 255, 255);-webkit-text-security: none;-webkit-text-stroke-color: rgb(255, 255, 255);-webkit-text-stroke-width: 0px;"}</style><style>.form-control{accent-color: auto;
align-content: normal;
align-items: normal;
align-self: auto;
animation-delay: 0s;
animation-direction: normal;
animation-duration: 0s;
animation-fill-mode: none;
animation-iteration-count: 1;
animation-name: none;
animation-play-state: running;
animation-timing-function: ease;
appearance: auto;
aspect-ratio: auto;
backdrop-filter: none;
backface-visibility: visible;
background-attachment: scroll;
background-blend-mode: normal;
background-clip: padding-box;
background-color: rgb(255, 255, 255);
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
block-size: 46px;
border-block-end-color: rgb(206, 212, 218);
border-block-end-style: solid;
border-block-end-width: 1px;
border-block-start-color: rgb(206, 212, 218);
border-block-start-style: solid;
border-block-start-width: 1px;
border-bottom-color: rgb(206, 212, 218);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: separate;
border-end-end-radius: 4px;
border-end-start-radius: 4px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-inline-end-color: rgb(206, 212, 218);
border-inline-end-style: solid;
border-inline-end-width: 1px;
border-inline-start-color: rgb(206, 212, 218);
border-inline-start-style: solid;
border-inline-start-width: 1px;
border-left-color: rgb(206, 212, 218);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(206, 212, 218);
border-right-style: solid;
border-right-width: 1px;
border-spacing: 0px 0px;
border-start-end-radius: 4px;
border-start-start-radius: 4px;
border-top-color: rgb(206, 212, 218);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
bottom: 0px;
box-decoration-break: slice;
box-shadow: none;
box-sizing: border-box;
break-after: auto;
break-before: auto;
break-inside: auto;
caption-side: top;
caret-color: rgb(73, 80, 87);
clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color: rgb(73, 80, 87);
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-scheme: normal;
column-count: auto;
column-fill: balance;
column-gap: normal;
column-rule-color: rgb(73, 80, 87);
column-rule-style: none;
column-rule-width: 0px;
column-span: none;
column-width: auto;
contain: none;
contain-intrinsic-block-size: none;
contain-intrinsic-height: none;
contain-intrinsic-inline-size: none;
contain-intrinsic-width: none;
container-name: none;
container-type: normal;
content: normal;
counter-increment: none;
counter-reset: none;
counter-set: none;
cursor: text;
cx: 0px;
cy: 0px;
d: none;
direction: ltr;
display: block;
dominant-baseline: auto;
empty-cells: show;
fill: rgb(0, 0, 0);
fill-opacity: 1;
fill-rule: nonzero;
filter: none;
flex-basis: auto;
flex-direction: row;
flex-grow: 0;
flex-shrink: 1;
flex-wrap: nowrap;
float: none;
flood-color: rgb(0, 0, 0);
flood-opacity: 1;
font-family: -apple-system, BlinkMacSystemFont, helvetica neue, ヒラギノ角ゴ pron w3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-optical-sizing: auto;
font-palette: normal;
font-size: 16px;
font-size-adjust: none;
font-stretch: 100%;
font-style: normal;
font-synthesis-small-caps: auto;
font-synthesis-style: auto;
font-synthesis-weight: auto;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-variation-settings: normal;
font-weight: 400;
forced-color-adjust: auto;
grid-auto-columns: auto;
grid-auto-flow: row;
grid-auto-rows: auto;
grid-column-end: auto;
grid-column-start: auto;
grid-row-end: auto;
grid-row-start: auto;
grid-template-areas: none;
grid-template-columns: none;
grid-template-rows: none;
height: 46px;
hyphenate-character: auto;
hyphens: manual;
image-orientation: from-image;
image-rendering: auto;
ime-mode: auto;
inline-size: 300px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
isolation: auto;
justify-content: normal;
justify-items: normal;
justify-self: auto;
left: 0px;
letter-spacing: normal;
lighting-color: rgb(255, 255, 255);
line-break: auto;
line-height: 24px;
list-style-image: none;
list-style-position: outside;
list-style-type: disc;
margin-block-end: 10px;
margin-block-start: 0px;
margin-bottom: 10px;
margin-inline-end: 0px;
margin-inline-start: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
marker-end: none;
marker-mid: none;
marker-start: none;
mask-clip: border-box;
mask-composite: add;
mask-image: none;
mask-mode: match-source;
mask-origin: border-box;
mask-position-x: 0%;
mask-position-y: 0%;
mask-repeat: repeat;
mask-size: auto;
mask-type: luminance;
max-block-size: none;
max-height: none;
max-inline-size: none;
max-width: none;
min-block-size: 0px;
min-height: 0px;
min-inline-size: 0px;
min-width: 0px;
mix-blend-mode: normal;
object-fit: fill;
object-position: 50% 50%;
offset-anchor: auto;
offset-distance: 0px;
offset-path: none;
offset-rotate: auto;
opacity: 1;
order: 0;
outline-color: rgb(73, 80, 87);
outline-offset: 0px;
outline-style: none;
outline-width: 0px;
overflow-anchor: auto;
overflow-block: visible;
overflow-clip-margin: 0px;
overflow-inline: visible;
overflow-wrap: normal;
overflow-x: visible;
overflow-y: visible;
overscroll-behavior-block: auto;
overscroll-behavior-inline: auto;
overscroll-behavior-x: auto;
overscroll-behavior-y: auto;
padding-block-end: 10px;
padding-block-start: 10px;
padding-bottom: 10px;
padding-inline-end: 10px;
padding-inline-start: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
page: auto;
paint-order: normal;
perspective: none;
perspective-origin: 150px 23px;
pointer-events: auto;
position: relative;
print-color-adjust: economy;
quotes: auto;
r: 0px;
resize: none;
right: 0px;
rotate: none;
row-gap: normal;
ruby-align: space-around;
ruby-position: alternate;
rx: auto;
ry: auto;
scale: none;
scroll-behavior: auto;
scroll-margin-block-end: 0px;
scroll-margin-block-start: 0px;
scroll-margin-bottom: 0px;
scroll-margin-inline-end: 0px;
scroll-margin-inline-start: 0px;
scroll-margin-left: 0px;
scroll-margin-right: 0px;
scroll-margin-top: 0px;
scroll-padding-block-end: auto;
scroll-padding-block-start: auto;
scroll-padding-bottom: auto;
scroll-padding-inline-end: auto;
scroll-padding-inline-start: auto;
scroll-padding-left: auto;
scroll-padding-right: auto;
scroll-padding-top: auto;
scroll-snap-align: none;
scroll-snap-stop: normal;
scroll-snap-type: none;
scrollbar-color: auto;
scrollbar-gutter: auto;
scrollbar-width: auto;
shape-image-threshold: 0;
shape-margin: 0px;
shape-outside: none;
shape-rendering: auto;
stop-color: rgb(0, 0, 0);
stop-opacity: 1;
stroke: none;
stroke-dasharray: none;
stroke-dashoffset: 0px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-width: 1px;
tab-size: 8;
table-layout: auto;
text-align: start;
text-align-last: auto;
text-anchor: start;
text-combine-upright: none;
text-decoration-color: rgb(73, 80, 87);
text-decoration-line: none;
text-decoration-skip-ink: auto;
text-decoration-style: solid;
text-decoration-thickness: auto;
text-emphasis-color: rgb(73, 80, 87);
text-emphasis-position: over;
text-emphasis-style: none;
text-indent: 0px;
text-justify: auto;
text-orientation: mixed;
text-overflow: clip;
text-rendering: optimizelegibility;
text-shadow: none;
text-transform: none;
text-underline-offset: auto;
text-underline-position: auto;
top: 0px;
touch-action: auto;
transform: none;
transform-box: border-box;
transform-origin: 150px 23px;
transform-style: flat;
transition-delay: 0s, 0s;
transition-duration: 0.15s, 0.15s;
transition-property: border-color, box-shadow;
transition-timing-function: ease-in-out, ease-in-out;
translate: none;
unicode-bidi: normal;
user-select: auto;
vector-effect: none;
vertical-align: baseline;
visibility: visible;
white-space: normal;
width: 300px;
will-change: auto;
word-break: normal;
word-spacing: 0px;
writing-mode: horizontal-tb;
x: 0px;
y: 0px;
z-index: auto;
-moz-box-align: stretch;
-moz-box-direction: normal;
-moz-box-flex: 0;
-moz-box-ordinal-group: 1;
-moz-box-orient: horizontal;
-moz-box-pack: start;
-moz-float-edge: content-box;
-moz-force-broken-image-icon: 0;
-moz-orient: inline;
-moz-text-size-adjust: auto;
-moz-user-focus: none;
-moz-user-input: auto;
-moz-user-modify: read-write;
-moz-window-dragging: default;
-webkit-line-clamp: none;
-webkit-text-fill-color: rgb(73, 80, 87);
-webkit-text-security: none;
-webkit-text-stroke-color: rgb(73, 80, 87);
-webkit-text-stroke-width: 0px;}</style><style>@font-face {
font-family: delightChirp;
src: url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Light.3a18e64a.woff2) format('woff2'), url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Light.7a5673aa.woff) format('woff');
font-weight: 300;
font-style: 'normal';
font-display: 'swap';
}
@font-face {
font-family: delightChirp;
src: url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Regular.80fda27a.woff2) format('woff2'), url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Regular.60b215ba.woff) format('woff');
font-weight: 400;
font-style: 'normal';
font-display: 'swap';
}
@font-face {
font-family: delightChirp;
src: url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2) format('woff2'), url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Medium.20fc288a.woff) format('woff');
font-weight: 500;
font-style: 'normal';
font-display: 'swap';
}
@font-face {
font-family: delightChirp;
src: url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2) format('woff2'), url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Bold.a573679a.woff) format('woff');
font-weight: 700;
font-style: 'normal';
font-display: 'swap';
}
@font-face {
font-family: delightChirp;
src: url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Heavy.f44ae4ea.woff2) format('woff2'), url(https://abs.rentalbbs.net/responsive-web/client-web/Chirp-Heavy.d70ec7ca.woff) format('woff');
font-weight: 800;
font-style: 'normal';
font-display: 'swap';
}
@font-face {
font-family: delightChirpExtendedHeavy;
src: url(https://abs.rentalbbs.net/fonts/v1/chirp-extended-heavy-web.woff2) format('woff2'), url(https://abs.rentalbbs.net/fonts/v1/chirp-extended-heavy-web.woff) format('woff');
font-weight: 800;
font-style: 'normal';
font-display: 'swap';
}</style>
<meta charset="Shift_JIS">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover">
<meta name="theme-color" content="#FFFFFF"><meta http-equiv="origin-trial" content="AlpCmb40F5ZjDi9ZYe+wnr/V8MF+XmY41K4qUhoq+2mbepJTNd3q4CRqlACfnythEPZqcjryfAS1+ExS0FFRcA8AAABmeyJvcmlnaW4iOiJodHRwczovL3R3aXR0ZXIuY29tOjQ0MyIsImZlYXR1cmUiOiJMYXVuY2ggSGFuZGxlciIsImV4cGlyeSI6MTY1NTI1MTE5OSwiaXNTdWJkb21haW4iOnRydWV9"><link nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz" rel="preload" as="script" crossorigin="anonymous" href="https://abs.rentalbbs.net/responsive-web/client-web/bundle.UserProfile.53b934ea.js"><script nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz" async="true" type="text/javascript" charset="utf-8" crossorigin="anonymous" src="%E3%81%A6%E3%82%87%E3%82%93%E3%81%A6%E3%82%87%E3%82%93%E2%9C%92%EF%B8%8F%20C102%E6%97%A5%E6%9B%9C%E6%9D%B1K41a%EF%BC%88@5tyon%EF%BC%89%E3%81%95%E3%82%93%20_%20delight_files/shared~bundle.SettingsProfessionalProfileProfileSpotlight~bun.js"></script><style>html,body{height: 100%;}::cue{white-space:normal}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{margin:0;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
[stylesheet-group="0.1"]{}
:focus:not([data-focusvisible-polyfill]){outline: none;}
[stylesheet-group="0.5"]{}
.css-18t94o4{cursor:pointer;}
[stylesheet-group="1"]{}
.css-1dbjc4n{-ms-flex-align:stretch;-ms-flex-direction:column;-ms-flex-negative:0;-ms-flex-preferred-size:auto;-webkit-align-items:stretch;-webkit-box-align:stretch;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-basis:auto;-webkit-flex-direction:column;-webkit-flex-shrink:0;align-items:stretch;border:0 solid black;box-sizing:border-box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;min-height:0px;min-width:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;position:relative;z-index:0;}
.css-901oao{border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;white-space:pre-wrap;word-wrap:break-word;}
.css-16my406{color:inherit;font:inherit;white-space:inherit;}
.css-1hf3ou5{max-width:100%;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
[stylesheet-group="2"]{}
.r-13awgt0{-ms-flex:1 1 0%;-webkit-flex:1;flex:1;}
.r-4qtqp9{display:inline-block;}
.r-ywje51{margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;}
.r-hvic4v{display:none;}
.r-sdzlij{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px;border-top-left-radius:9999px;border-top-right-radius:9999px;}
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
.r-6koalj{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
[stylesheet-group="2.1"]{}
.r-ymttw5{padding-left:16px;padding-right:16px;}
[stylesheet-group="2.2"]{}
.r-12vffkv>*{pointer-events:auto;}
.r-12vffkv{pointer-events:none!important;}
.r-yfoy6g{background-color:rgba(21,32,43,1.00);}
.r-1p0dtai{bottom:0px;}
.r-1d2f490{left:0px;}
.r-1xcajam{position:fixed;}
.r-zchlnj{right:0px;}
.r-ipm5af{top:0px;}
.r-yyyyoo{fill:currentcolor;}
.r-1xvli5t{height:1.25em;}
.r-dnmrzs{max-width:100%;}
.r-bnwqim{position:relative;}
.r-1plcrui{vertical-align:text-bottom;}
.r-lrvibr{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}
.r-13gxpu9{color:rgba(29,161,242,1.00);}
.r-wy61xf{height:72px;}
.r-u8s1d{position:absolute;}
.r-1blnp2b{width:72px;}
.r-1ykxob0{top:60%;}
.r-1awozwy{-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;}
.r-q4m81j{text-align:center;}
.r-bcqeeo{min-width:0px;}
.r-qvutc0{word-wrap:break-word;}
.r-rjixqe{line-height:20px;}
.r-1tl8opc{font-family:"Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;}
.r-a023e6{font-size:15px;}
.r-16dba41{font-weight:400;}
.r-2yi16{min-height:36px;}
.r-1qi8awa{min-width:36px;}
.r-o7ynqc{-webkit-transition-duration:0.2s;transition-duration:0.2s;}
.r-6416eg{-moz-transition-property:background-color, box-shadow;-webkit-transition-property:background-color, box-shadow;transition-property:background-color, box-shadow;}
.r-1ny4l3l{outline-style:none;}
.r-b88u0q{font-weight:700;}
.r-18u37iz{-ms-flex-direction:row;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row;}
.r-16y2uox{-ms-flex-positive:1;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;}
.r-1777fci{-ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;}
.r-jji1k0{position:absolute;visibility:hidden;top:0;pointer-events:none}
.r-jji1k0.loaded{visibility:visible;top:50vh;}</style><title>設定 | delight</title></head>
<body style="background-color: rgb(255, 255, 255); scrollbar-color: rgb(185, 202, 211) rgb(247, 249, 249);" data-gt2-path="5tyon" class="gt2-opt-show-media-with-content-warnings-sel-7 gt2-opt-sticky-sidebars gt2-opt-left-trends gt2-opt-legacy-profile gt2-opt-left-media gt2-opt-hide-follow-suggestions-sel-7 gt2-opt-hide-follow-suggestions-loc-sel-3 gt2-opt-font-override-value gt2-opt-color-override-value gt2-opt-hide-message-box gt2-opt-rosetta-icons gt2-opt-favorite-likes gt2-opt-update-notifications gt2-opt-expand-tco-shortlinks gt2-opt-mobile-redirect gt2-opt-bird-icon gt2-css-inserted gt2-page-profile gt2-search-added" data-gt2-prev-path="5tyon" data-gt2-path-modal="i/display">
<div id="react-root" style="height:100%;display:flex;width: 100%;"><div class="css-1dbjc4n r-13awgt0 r-12vffkv"><div class="css-1dbjc4n r-13awgt0 r-12vffkv"><h2 aria-level="2" role="heading" class="css-4rbku5 css-1dbjc4n r-4iw3lz r-1xk2f4g r-109y4c4 r-1udh08x r-wwvuq4 r-u8s1d r-92ng3h"><div dir="ltr" class="css-901oao r-18jsvk2 r-1tl8opc r-1b43r93 r-16dba41 r-hjklzo r-bcqeeo r-qvutc0" style=""><span class="css-901oao css-16my406 r-1tl8opc r-bcqeeo r-qvutc0">キーボードショートカットを表示するには、はてなマークを押してください。</span></div><a href="https://delight.com/i/keyboard_shortcuts" dir="ltr" role="link" tabindex="-1" class="css-4rbku5 css-18t94o4 css-901oao r-1cvl2hr r-1loqt21 r-1tl8opc r-1b43r93 r-16dba41 r-hjklzo r-bcqeeo r-qvutc0"><span class="css-901oao css-16my406 r-1tl8opc r-bcqeeo r-qvutc0">キーボードショートカットを表示</span></a></h2><div id="layers" class="r-1d2f490 r-u8s1d r-zchlnj r-ipm5af r-184en5c"><div class="css-1dbjc4n r-aqfbo4 r-1p0dtai r-1d2f490 r-12vffkv r-1xcajam r-zchlnj"><div class="css-1dbjc4n r-12vffkv"><div class="css-1dbjc4n r-12vffkv"><div class="css-1dbjc4n r-173mn98 r-14lw9ot r-c67a83 r-1qk6wnv r-1upvrn0 r-le9fof r-hvns9x r-1jte41z" style="width: 400px;" data-testid="DMDrawer"><div class="css-1dbjc4n r-1iud8zs r-5wli1b" style="max-height: 50px;"><div class="css-1dbjc4n r-gtdqiz r-ipm5af r-136ojw6"><div class="css-1dbjc4n r-11mg6pl r-c67a83 r-1qk6wnv r-1loqt21 r-cgjvx2" data-testid="DMDrawerHeader"><div class="css-1dbjc4n r-1iud8zs r-136ojw6"><div class="css-1dbjc4n"><div class="css-1dbjc4n r-1e5uvyk r-6026j r-c67a83 r-1qk6wnv r-1iud8zs"><div class="css-1dbjc4n r-1awozwy r-18u37iz r-1iud8zs r-1777fci r-1jgb5lz r-sb58tz r-1j3t67a r-13qz1uu"><div class="css-1dbjc4n r-16y2uox r-1wbh5a2 r-1pi2tsx r-1777fci"><div class="css-1dbjc4n r-1habvwh"><h2 dir="ltr" aria-level="2" role="heading" class="css-4rbku5 css-901oao css-1hf3ou5 r-18jsvk2 r-1tl8opc r-1b6yd1w r-b88u0q r-7ptqe7 r-bcqeeo r-1vvnge1 r-qvutc0"><div class="css-1dbjc4n r-1awozwy r-6koalj r-18u37iz r-16y2uox"><div class="css-1dbjc4n r-xoduu5 r-16y2uox r-1wbh5a2"><span class="css-901oao css-16my406 r-1tl8opc r-bcqeeo r-qvutc0"><span class="css-901oao css-16my406 r-1tl8opc r-bcqeeo r-qvutc0">メッセージ</span></span></div></div></h2></div></div><div class="css-1dbjc4n r-obd0qt r-1pz39u2 r-1777fci r-1vsu8ta r-2j7rtt"><div class="css-1dbjc4n r-18u37iz"><div aria-label="新しいメッセージを作成" role="button" tabindex="0" class="css-18t94o4 css-1dbjc4n r-1niwhzg r-42olwf r-sdzlij r-1phboty r-rs99b7 r-1ii58gl r-25kp3t r-1ny4l3l r-o7ynqc r-6416eg r-lrvibr"><div dir="ltr" class="css-901oao r-1awozwy r-18jsvk2 r-6koalj r-18u37iz r-16y2uox r-1tl8opc r-1b43r93 r-b88u0q r-1777fci r-hjklzo r-bcqeeo r-q4m81j r-qvutc0"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-1yevf0r r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-meisx5"><g><path d="M1.998 5.5c0-1.381 1.119-2.5 2.5-2.5h15c1.381 0 2.5 1.119 2.5 2.5V12h-2v-1.537l-8 3.635-8-3.635V18.5c0 .276.224.5.5.5H13v2H4.498c-1.381 0-2.5-1.119-2.5-2.5v-13zm2 2.766l8 3.635 8-3.635V5.5c0-.276-.224-.5-.5-.5h-15c-.276 0-.5.224-.5.5v2.766zM19 18v-3h2v3h3v2h-3v3h-2v-3h-3v-2h3z"></path></g></svg><span class="css-901oao css-16my406 css-1hf3ou5 r-1tl8opc r-1b43r93 r-hjklzo r-bcqeeo r-qvutc0" style="border-bottom: 2px solid rgb(15, 20, 25);"></span></div></div><div aria-label="開く" role="button" tabindex="0" class="css-18t94o4 css-1dbjc4n r-1niwhzg r-42olwf r-sdzlij r-1phboty r-rs99b7 r-1ii58gl r-25kp3t r-1ny4l3l r-o7ynqc r-6416eg r-lrvibr"><div dir="ltr" class="css-901oao r-1awozwy r-18jsvk2 r-6koalj r-18u37iz r-16y2uox r-1tl8opc r-1b43r93 r-b88u0q r-1777fci r-hjklzo r-bcqeeo r-q4m81j r-qvutc0"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-1yevf0r r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-meisx5"><g><path d="M12 2.59l9.46 9.45-1.42 1.42L12 5.41l-8.04 8.05-1.42-1.42L12 2.59zm0 7l9.46 9.45-1.42 1.42L12 12.41l-8.04 8.05-1.42-1.42L12 9.59z"></path></g></svg><span class="css-901oao css-16my406 css-1hf3ou5 r-1tl8opc r-1b43r93 r-hjklzo r-bcqeeo r-qvutc0" style="border-bottom: 2px solid rgb(15, 20, 25);"></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="css-1dbjc4n r-12vffkv"><div class="css-1dbjc4n r-12vffkv"><div class="css-1dbjc4n" data-testid="BottomBar"></div></div></div></div></div><div class="css-1dbjc4n r-18u37iz r-13qz1uu r-417010" style="min-height: 647px;" data-at-shortcutkeys="{"n":"新しい投稿","CTRL Enter":"投稿を送信","m":"選択した動画をミュート","/":"検索","l":"いいね","r":"返信","t":"リ投稿","s":"投稿を共有","b":"ブックマーク","u":"アカウントをミュート","x":"アカウントをブロック","Enter":"投稿の詳細を開く","o":"画像を開く","i":"メッセージドックを開く/閉じる","k":"前の投稿","space":"選択した動画を一時停止/再生","a d":"音声ドックに移動","a space":"音声ドックを再生/一時停止","a m":"音声ドックをミュート/ミュート解除","?":"ショートカットのヘルプ","j":"次の投稿","Space":"ページ下へ移動",".":"最新投稿を読み込む","g h":"ホーム","g e":"話題を検索","g n":"通知","g r":"@投稿","g p":"プロフィール","g f":"下書き","g t":"予約投稿","g l":"いいね","g i":"リスト","g m":"ダイレクトメッセージ","g s":"設定","g b":"ブックマーク","g u":"プロフィールページを見る...","g d":"表示設定"}" aria-hidden="false">
<nav class="gt2-nav">
<div class="gt2-nav-left"><a aria-label="ホーム" role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" data-testid="AppTabBar_Home_Link" href="delight.cgi"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg" data-gt2-color-override-ignore=""><div class="css-1dbjc4n"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-lwhw9o r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-cnnz9e"><g><path d="M12 9c-2.209 0-4 1.791-4 4s1.791 4 4 4 4-1.791 4-4-1.791-4-4-4zm0 6c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2zm0-13.304L.622 8.807l1.06 1.696L3 9.679V19.5C3 20.881 4.119 22 5.5 22h13c1.381 0 2.5-1.119 2.5-2.5V9.679l1.318.824 1.06-1.696L12 1.696zM19 19.5c0 .276-.224.5-.5.5h-13c-.276 0-.5-.224-.5-.5V8.429l7-4.375 7 4.375V19.5z"></path></g></svg></div>
<div class="gt2-nav-header">
ホーム
</div>
</div></a><a role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" data-testid="AppTabBar_Notifications_Link" aria-label="本文検索" href="https://akari.rentalbbs.net/find/"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg" data-gt2-color-override-ignore=""><div class="css-1dbjc4n"><img class="footer_icon" src="https://rentalbbs.net/images/btn4.png" style="padding-bottom: 3px;"></div>
<div class="gt2-nav-header">本文検索</div>
</div></a><a role="link" data-testid="AppTabBar_DirectMessage_Link" aria-label="" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu"><div data-gt2-color-override-ignore="">
</div></a></div>
<div class="gt2-nav-right">
<form name="searchform4" id="searchform4" method="get" style="accent-color: auto;align-content: normal;align-items: normal;align-self: auto;animation-delay: 0s;animation-direction: normal;animation-duration: 0s;animation-fill-mode: none;animation-iteration-count: 1;animation-name: none;animation-play-state: running;animation-timing-function: ease;appearance: none;aspect-ratio: auto;backdrop-filter: none;backface-visibility: visible;background-attachment: scroll;background-blend-mode: normal;background-clip: border-box;background-color: rgb(255, 255, 255);background-image: none;background-origin: padding-box;background-position-x: 0%;background-position-y: 0%;background-repeat: repeat;background-size: auto;block-size: 24px;border-block-end-color: rgb(51, 51, 51);border-block-end-style: none;border-block-end-width: 0px;border-block-start-color: rgb(51, 51, 51);border-block-start-style: none;border-block-start-width: 0px;border-bottom-color: rgb(51, 51, 51);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-bottom-style: none;border-bottom-width: 0px;border-collapse: separate;border-end-end-radius: 15px;border-end-start-radius: 15px;border-image-outset: 0;border-image-repeat: stretch;border-image-slice: 100%;border-image-source: none;border-image-width: 1;border-inline-end-color: rgb(51, 51, 51);border-inline-end-style: none;border-inline-end-width: 0px;border-inline-start-color: rgb(51, 51, 51);border-inline-start-style: none;border-inline-start-width: 0px;border-left-color: rgb(51, 51, 51);border-left-style: none;border-left-width: 0px;border-right-color: rgb(51, 51, 51);border-right-style: none;border-right-width: 0px;border-spacing: 0px 0px;border-start-end-radius: 15px;border-start-start-radius: 15px;border-top-color: rgb(51, 51, 51);border-top-left-radius: 15px;border-top-right-radius: 15px;border-top-style: none;border-top-width: 0px;bottom: 0px;box-decoration-break: slice;box-shadow: none;box-sizing: border-box;break-after: auto;break-before: auto;break-inside: auto;caption-side: top;caret-color: rgb(51, 51, 51);clear: none;clip: auto;clip-path: none;clip-rule: nonzero;color: rgb(51, 51, 51);color-interpolation: srgb;color-interpolation-filters: linearrgb;color-scheme: normal;column-count: auto;column-fill: balance;column-gap: normal;column-rule-color: rgb(51, 51, 51);column-rule-style: none;column-rule-width: 0px;column-span: none;column-width: auto;contain: none;contain-intrinsic-block-size: none;contain-intrinsic-height: none;contain-intrinsic-inline-size: none;contain-intrinsic-width: none;container-name: none;container-type: normal;content: normal;counter-increment: none;counter-reset: none;counter-set: none;cursor: auto;cx: 0px;cy: 0px;d: none;direction: ltr;display: block;dominant-baseline: auto;empty-cells: show;fill: rgb(0, 0, 0);fill-opacity: 1;fill-rule: nonzero;filter: none;flex-basis: auto;flex-direction: row;flex-grow: 0;flex-shrink: 1;flex-wrap: nowrap;float: none;flood-color: rgb(0, 0, 0);flood-opacity: 1;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-feature-settings: normal;font-kerning: auto;font-language-override: normal;font-optical-sizing: auto;font-palette: normal;font-size: 14px;font-size-adjust: none;font-stretch: 100%;font-style: normal;font-synthesis-small-caps: auto;font-synthesis-style: auto;font-synthesis-weight: auto;font-variant-alternates: normal;font-variant-caps: normal;font-variant-east-asian: normal;font-variant-ligatures: normal;font-variant-numeric: normal;font-variant-position: normal;font-variation-settings: normal;font-weight: 400;forced-color-adjust: auto;grid-auto-columns: auto;grid-auto-flow: row;grid-auto-rows: auto;grid-column-end: auto;grid-column-start: auto;grid-row-end: auto;grid-row-start: auto;grid-template-areas: none;grid-template-columns: none;grid-template-rows: none;height: 24px;hyphenate-character: auto;hyphens: manual;image-orientation: from-image;image-rendering: auto;ime-mode: auto;inline-size: 180px;inset-block-end: 0px;inset-block-start: 0px;inset-inline-end: 0px;inset-inline-start: 0px;isolation: auto;justify-content: normal;justify-items: normal;justify-self: auto;left: 0px;letter-spacing: normal;lighting-color: rgb(255, 255, 255);line-break: auto;line-height: 20px;list-style-image: none;list-style-position: outside;list-style-type: none;margin-block-end: 0px;margin-block-start: 10px;margin-bottom: 0px;margin-inline-end: 0px;margin-inline-start: 0px;margin-left: 0px;margin-right: 0px;margin-top: 10px;marker-end: none;marker-mid: none;marker-start: none;mask-clip: border-box;mask-composite: add;mask-image: none;mask-mode: match-source;mask-origin: border-box;mask-position-x: 0%;mask-position-y: 0%;mask-repeat: repeat;mask-size: auto;mask-type: luminance;max-block-size: none;max-height: none;max-inline-size: none;max-width: none;min-block-size: 0px;min-height: 0px;min-inline-size: 0px;min-width: 0px;mix-blend-mode: normal;object-fit: fill;object-position: 50% 50%;offset-anchor: auto;offset-distance: 0px;offset-path: none;offset-rotate: auto;opacity: 1;order: 0;outline-color: rgb(51, 51, 51);outline-offset: 0px;outline-style: none;outline-width: 0px;overflow-anchor: auto;overflow-block: visible;overflow-clip-margin: 0px;overflow-inline: visible;overflow-wrap: normal;overflow-x: visible;overflow-y: visible;overscroll-behavior-block: auto;overscroll-behavior-inline: auto;overscroll-behavior-x: auto;overscroll-behavior-y: auto;padding-block-end: 0px;padding-block-start: 0px;padding-bottom: 0px;padding-inline-end: 0px;padding-inline-start: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;page: auto;paint-order: normal;perspective: none;perspective-origin: 90px 12px;pointer-events: auto;position: relative;print-color-adjust: economy;quotes: auto;r: 0px;resize: none;right: 0px;rotate: none;row-gap: normal;ruby-align: space-around;ruby-position: alternate;rx: auto;ry: auto;scale: none;scroll-behavior: auto;scroll-margin-block-end: 0px;scroll-margin-block-start: 0px;scroll-margin-bottom: 0px;scroll-margin-inline-end: 0px;scroll-margin-inline-start: 0px;scroll-margin-left: 0px;scroll-margin-right: 0px;scroll-margin-top: 0px;scroll-padding-block-end: auto;scroll-padding-block-start: auto;scroll-padding-bottom: auto;scroll-padding-inline-end: auto;scroll-padding-inline-start: auto;scroll-padding-left: auto;scroll-padding-right: auto;scroll-padding-top: auto;scroll-snap-align: none;scroll-snap-stop: normal;scroll-snap-type: none;scrollbar-color: auto;scrollbar-gutter: auto;scrollbar-width: auto;shape-image-threshold: 0;shape-margin: 0px;shape-outside: none;shape-rendering: auto;stop-color: rgb(0, 0, 0);stop-opacity: 1;stroke: none;stroke-dasharray: none;stroke-dashoffset: 0px;stroke-linecap: butt;stroke-linejoin: miter;stroke-miterlimit: 4;stroke-opacity: 1;stroke-width: 1px;tab-size: 8;table-layout: auto;text-align: left;text-align-last: auto;text-anchor: start;text-combine-upright: none;text-decoration-color: rgb(51, 51, 51);text-decoration-line: none;text-decoration-skip-ink: auto;text-decoration-style: solid;text-decoration-thickness: auto;text-emphasis-color: rgb(51, 51, 51);text-emphasis-position: over;text-emphasis-style: none;text-indent: 0px;text-justify: auto;text-orientation: mixed;text-overflow: clip;text-rendering: auto;text-shadow: none;text-transform: none;text-underline-offset: auto;text-underline-position: auto;top: 0px;touch-action: auto;transform: none;transform-box: border-box;transform-origin: 90px 12px;transform-style: flat;transition-delay: 0s;transition-duration: 0s;transition-property: all;transition-timing-function: ease;translate: none;unicode-bidi: isolate;user-select: auto;vector-effect: none;vertical-align: baseline;visibility: visible;white-space: normal;width: 180px;will-change: auto;word-break: normal;word-spacing: 0px;writing-mode: horizontal-tb;x: 0px;y: 0px;z-index: auto;-moz-box-align: stretch;-moz-box-direction: normal;-moz-box-flex: 0;-moz-box-ordinal-group: 1;-moz-box-orient: horizontal;-moz-box-pack: start;-moz-float-edge: content-box;-moz-force-broken-image-icon: 0;-moz-orient: inline;-moz-text-size-adjust: auto;-moz-user-focus: none;-moz-user-input: auto;-moz-user-modify: read-only;-moz-window-dragging: default;-webkit-line-clamp: none;-webkit-text-fill-color: rgb(51, 51, 51);-webkit-text-security: none;-webkit-text-stroke-color: rgb(51, 51, 51);-webkit-text-stroke-width: 0px;margin-right: 5em;" accept-charset="Shift_JIS" action="https://akari.rentalbbs.net/search/">
<input name="q" id="keywords4" value="" type="text" placeholder="キーワードを入力" style="accent-color: auto;align-content: normal;align-items: normal;align-self: auto;animation-delay: 0s;animation-direction: normal;animation-duration: 0s;animation-fill-mode: none;animation-iteration-count: 1;animation-name: none;animation-play-state: running;animation-timing-function: ease;appearance: none;aspect-ratio: auto;backdrop-filter: none;backface-visibility: visible;background-attachment: scroll;background-blend-mode: normal;background-clip: border-box;background-color: rgba(0, 0, 0, 0);background-image: none;background-origin: padding-box;background-position-x: 0%;background-position-y: 0%;background-repeat: repeat;background-size: auto;block-size: 20px;border-block-end-color: rgb(51, 51, 51);border-block-end-style: none;border-block-end-width: 0px;border-block-start-color: rgb(51, 51, 51);border-block-start-style: none;border-block-start-width: 0px;border-bottom-color: rgb(51, 51, 51);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-bottom-style: none;border-bottom-width: 0px;border-collapse: separate;border-end-end-radius: 0px;border-end-start-radius: 0px;border-image-outset: 0;border-image-repeat: stretch;border-image-slice: 100%;border-image-source: none;border-image-width: 1;border-inline-end-color: rgb(51, 51, 51);border-inline-end-style: none;border-inline-end-width: 0px;border-inline-start-color: rgb(51, 51, 51);border-inline-start-style: none;border-inline-start-width: 0px;border-left-color: rgb(51, 51, 51);border-left-style: none;border-left-width: 0px;border-right-color: rgb(51, 51, 51);border-right-style: none;border-right-width: 0px;border-spacing: 0px 0px;border-start-end-radius: 0px;border-start-start-radius: 0px;border-top-color: rgb(51, 51, 51);border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: none;border-top-width: 0px;bottom: 2px;box-decoration-break: slice;box-shadow: none;box-sizing: border-box;break-after: auto;break-before: auto;break-inside: auto;caption-side: top;caret-color: rgb(51, 51, 51);clear: none;clip: auto;clip-path: none;clip-rule: nonzero;color: rgb(51, 51, 51);color-interpolation: srgb;color-interpolation-filters: linearrgb;color-scheme: normal;column-count: auto;column-fill: balance;column-gap: normal;column-rule-color: rgb(51, 51, 51);column-rule-style: none;column-rule-width: 0px;column-span: none;column-width: auto;contain: none;contain-intrinsic-block-size: none;contain-intrinsic-height: none;contain-intrinsic-inline-size: none;contain-intrinsic-width: none;container-name: none;container-type: normal;content: normal;counter-increment: none;counter-reset: none;counter-set: none;cursor: text;cx: 0px;cy: 0px;d: none;direction: ltr;display: block;dominant-baseline: auto;empty-cells: show;fill: rgb(0, 0, 0);fill-opacity: 1;fill-rule: nonzero;filter: none;flex-basis: auto;flex-direction: row;flex-grow: 0;flex-shrink: 1;flex-wrap: nowrap;float: none;flood-color: rgb(0, 0, 0);flood-opacity: 1;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-feature-settings: normal;font-kerning: auto;font-language-override: normal;font-optical-sizing: auto;font-palette: normal;font-size: 14px;font-size-adjust: none;font-stretch: 100%;font-style: normal;font-synthesis-small-caps: auto;font-synthesis-style: auto;font-synthesis-weight: auto;font-variant-alternates: normal;font-variant-caps: normal;font-variant-east-asian: normal;font-variant-ligatures: normal;font-variant-numeric: normal;font-variant-position: normal;font-variation-settings: normal;font-weight: 400;forced-color-adjust: auto;grid-auto-columns: auto;grid-auto-flow: row;grid-auto-rows: auto;grid-column-end: auto;grid-column-start: auto;grid-row-end: auto;grid-row-start: auto;grid-template-areas: none;grid-template-columns: none;grid-template-rows: none;height: 20px;hyphenate-character: auto;hyphens: manual;image-orientation: from-image;image-rendering: auto;ime-mode: auto;inline-size: 180px;inset-block-end: 2px;inset-block-start: 2px;inset-inline-end: -12px;inset-inline-start: 12px;isolation: auto;justify-content: normal;justify-items: normal;justify-self: auto;left: 12px;letter-spacing: normal;lighting-color: rgb(255, 255, 255);line-break: auto;line-height: 20px;list-style-image: none;list-style-position: outside;list-style-type: none;margin-block-end: 0px;margin-block-start: 0px;margin-bottom: 0px;margin-inline-end: 0px;margin-inline-start: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;marker-end: none;marker-mid: none;marker-start: none;mask-clip: border-box;mask-composite: add;mask-image: none;mask-mode: match-source;mask-origin: border-box;mask-position-x: 0%;mask-position-y: 0%;mask-repeat: repeat;mask-size: auto;mask-type: luminance;max-block-size: none;max-height: none;max-inline-size: none;max-width: none;min-block-size: 0px;min-height: 0px;min-inline-size: 0px;min-width: 0px;mix-blend-mode: normal;object-fit: fill;object-position: 50% 50%;offset-anchor: auto;offset-distance: 0px;offset-path: none;offset-rotate: auto;opacity: 1;order: 0;outline-color: rgb(51, 51, 51);outline-offset: 0px;outline-style: none;outline-width: 0px;overflow-anchor: auto;overflow-block: visible;overflow-clip-margin: 0px;overflow-inline: visible;overflow-wrap: normal;overflow-x: visible;overflow-y: visible;overscroll-behavior-block: auto;overscroll-behavior-inline: auto;overscroll-behavior-x: auto;overscroll-behavior-y: auto;padding-block-end: 0px;padding-block-start: 0px;padding-bottom: 0px;padding-inline-end: 0px;padding-inline-start: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;page: auto;paint-order: normal;perspective: none;perspective-origin: 90px 10px;pointer-events: auto;position: absolute;print-color-adjust: economy;quotes: auto;r: 0px;resize: none;right: -12px;rotate: none;row-gap: normal;ruby-align: space-around;ruby-position: alternate;rx: auto;ry: auto;scale: none;scroll-behavior: auto;scroll-margin-block-end: 0px;scroll-margin-block-start: 0px;scroll-margin-bottom: 0px;scroll-margin-inline-end: 0px;scroll-margin-inline-start: 0px;scroll-margin-left: 0px;scroll-margin-right: 0px;scroll-margin-top: 0px;scroll-padding-block-end: auto;scroll-padding-block-start: auto;scroll-padding-bottom: auto;scroll-padding-inline-end: auto;scroll-padding-inline-start: auto;scroll-padding-left: auto;scroll-padding-right: auto;scroll-padding-top: auto;scroll-snap-align: none;scroll-snap-stop: normal;scroll-snap-type: none;scrollbar-color: auto;scrollbar-gutter: auto;scrollbar-width: auto;shape-image-threshold: 0;shape-margin: 0px;shape-outside: none;shape-rendering: auto;stop-color: rgb(0, 0, 0);stop-opacity: 1;stroke: none;stroke-dasharray: none;stroke-dashoffset: 0px;stroke-linecap: butt;stroke-linejoin: miter;stroke-miterlimit: 4;stroke-opacity: 1;stroke-width: 1px;tab-size: 8;table-layout: auto;text-align: start;text-align-last: auto;text-anchor: start;text-combine-upright: none;text-decoration-color: rgb(51, 51, 51);text-decoration-line: none;text-decoration-skip-ink: auto;text-decoration-style: solid;text-decoration-thickness: auto;text-emphasis-color: rgb(51, 51, 51);text-emphasis-position: over;text-emphasis-style: none;text-indent: 0px;text-justify: auto;text-orientation: mixed;text-overflow: clip;text-rendering: optimizelegibility;text-shadow: none;text-transform: none;text-underline-offset: auto;text-underline-position: auto;top: 2px;touch-action: auto;transform: none;transform-box: border-box;transform-origin: 90px 10px;transform-style: flat;transition-delay: 0s;transition-duration: 0s;transition-property: all;transition-timing-function: ease;translate: none;unicode-bidi: normal;user-select: auto;vector-effect: none;vertical-align: baseline;visibility: visible;white-space: normal;width: 180px;will-change: auto;word-break: normal;word-spacing: 0px;writing-mode: horizontal-tb;x: 0px;y: 0px;z-index: auto;-moz-box-align: stretch;-moz-box-direction: normal;-moz-box-flex: 0;-moz-box-ordinal-group: 1;-moz-box-orient: horizontal;-moz-box-pack: start;-moz-float-edge: content-box;-moz-force-broken-image-icon: 0;-moz-orient: inline;-moz-text-size-adjust: auto;-moz-user-focus: none;-moz-user-input: auto;-moz-user-modify: read-write;-moz-window-dragging: default;-webkit-line-clamp: none;-webkit-text-fill-color: rgb(51, 51, 51);-webkit-text-security: none;-webkit-text-stroke-color: rgb(51, 51, 51);-webkit-text-stroke-width: 0px;">
<input type="image" name="searchBtn4" id="searchBtn4" style="accent-color: auto;align-content: normal;align-items: normal;align-self: auto;animation-delay: 0s;animation-direction: normal;animation-duration: 0s;animation-fill-mode: none;animation-iteration-count: 1;animation-name: none;animation-play-state: running;animation-timing-function: ease;appearance: none;aspect-ratio: auto;backdrop-filter: none;backface-visibility: visible;background-attachment: scroll;background-blend-mode: normal;background-clip: border-box;background-color: rgba(0, 0, 0, 0);background-image: none;background-origin: padding-box;background-position-x: 0%;background-position-y: 0%;background-repeat: repeat;background-size: auto;block-size: 18px;border-block-end-color: rgb(51, 51, 51);border-block-end-style: none;border-block-end-width: 0px;border-block-start-color: rgb(51, 51, 51);border-block-start-style: none;border-block-start-width: 0px;border-bottom-color: rgb(51, 51, 51);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-bottom-style: none;border-bottom-width: 0px;border-collapse: separate;border-end-end-radius: 0px;border-end-start-radius: 0px;border-image-outset: 0;border-image-repeat: stretch;border-image-slice: 100%;border-image-source: none;border-image-width: 1;border-inline-end-color: rgb(51, 51, 51);border-inline-end-style: none;border-inline-end-width: 0px;border-inline-start-color: rgb(51, 51, 51);border-inline-start-style: none;border-inline-start-width: 0px;border-left-color: rgb(51, 51, 51);border-left-style: none;border-left-width: 0px;border-right-color: rgb(51, 51, 51);border-right-style: none;border-right-width: 0px;border-spacing: 0px 0px;border-start-end-radius: 0px;border-start-start-radius: 0px;border-top-color: rgb(51, 51, 51);border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: none;border-top-width: 0px;bottom: 4px;box-decoration-break: slice;box-shadow: none;box-sizing: border-box;break-after: auto;break-before: auto;break-inside: auto;caption-side: top;caret-color: rgb(51, 51, 51);clear: none;clip: auto;clip-path: none;clip-rule: nonzero;color: rgb(51, 51, 51);color-interpolation: srgb;color-interpolation-filters: linearrgb;color-scheme: normal;column-count: auto;column-fill: balance;column-gap: normal;column-rule-color: rgb(51, 51, 51);column-rule-style: none;column-rule-width: 0px;column-span: none;column-width: auto;contain: none;contain-intrinsic-block-size: none;contain-intrinsic-height: none;contain-intrinsic-inline-size: none;contain-intrinsic-width: none;container-name: none;container-type: normal;content: normal;counter-increment: none;counter-reset: none;counter-set: none;cursor: pointer;cx: 0px;cy: 0px;d: none;direction: ltr;display: block;dominant-baseline: auto;empty-cells: show;fill: rgb(0, 0, 0);fill-opacity: 1;fill-rule: nonzero;filter: none;flex-basis: auto;flex-direction: row;flex-grow: 0;flex-shrink: 1;flex-wrap: nowrap;float: none;flood-color: rgb(0, 0, 0);flood-opacity: 1;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-feature-settings: normal;font-kerning: auto;font-language-override: normal;font-optical-sizing: auto;font-palette: normal;font-size: 14px;font-size-adjust: none;font-stretch: 100%;font-style: normal;font-synthesis-small-caps: auto;font-synthesis-style: auto;font-synthesis-weight: auto;font-variant-alternates: normal;font-variant-caps: normal;font-variant-east-asian: normal;font-variant-ligatures: normal;font-variant-numeric: normal;font-variant-position: normal;font-variation-settings: normal;font-weight: 400;forced-color-adjust: auto;grid-auto-columns: auto;grid-auto-flow: row;grid-auto-rows: auto;grid-column-end: auto;grid-column-start: auto;grid-row-end: auto;grid-row-start: auto;grid-template-areas: none;grid-template-columns: none;grid-template-rows: none;height: 18px;hyphenate-character: auto;hyphens: manual;image-orientation: from-image;image-rendering: auto;ime-mode: auto;inline-size: 18px;inset-block-end: 4px;inset-block-start: 2px;inset-inline-end: 7px;inset-inline-start: 155px;isolation: auto;justify-content: normal;justify-items: normal;justify-self: auto;left: 155px;letter-spacing: normal;lighting-color: rgb(255, 255, 255);line-break: auto;line-height: 20px;list-style-image: none;list-style-position: outside;list-style-type: none;margin-block-end: 0px;margin-block-start: 0px;margin-bottom: 0px;margin-inline-end: 0px;margin-inline-start: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;marker-end: none;marker-mid: none;marker-start: none;mask-clip: border-box;mask-composite: add;mask-image: none;mask-mode: match-source;mask-origin: border-box;mask-position-x: 0%;mask-position-y: 0%;mask-repeat: repeat;mask-size: auto;mask-type: luminance;max-block-size: none;max-height: none;max-inline-size: none;max-width: none;min-block-size: 0px;min-height: 0px;min-inline-size: 0px;min-width: 0px;mix-blend-mode: normal;object-fit: fill;object-position: 50% 50%;offset-anchor: auto;offset-distance: 0px;offset-path: none;offset-rotate: auto;opacity: 1;order: 0;outline-color: rgb(51, 51, 51);outline-offset: 0px;outline-style: none;outline-width: 0px;overflow-anchor: auto;overflow-block: visible;overflow-clip-margin: 0px;overflow-inline: visible;overflow-wrap: normal;overflow-x: visible;overflow-y: visible;overscroll-behavior-block: auto;overscroll-behavior-inline: auto;overscroll-behavior-x: auto;overscroll-behavior-y: auto;padding-block-end: 0px;padding-block-start: 0px;padding-bottom: 0px;padding-inline-end: 0px;padding-inline-start: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;page: auto;paint-order: normal;perspective: none;perspective-origin: 9px 9px;pointer-events: auto;position: absolute;print-color-adjust: economy;quotes: auto;r: 0px;resize: none;right: 7px;rotate: none;row-gap: normal;ruby-align: space-around;ruby-position: alternate;rx: auto;ry: auto;scale: none;scroll-behavior: auto;scroll-margin-block-end: 0px;scroll-margin-block-start: 0px;scroll-margin-bottom: 0px;scroll-margin-inline-end: 0px;scroll-margin-inline-start: 0px;scroll-margin-left: 0px;scroll-margin-right: 0px;scroll-margin-top: 0px;scroll-padding-block-end: auto;scroll-padding-block-start: auto;scroll-padding-bottom: auto;scroll-padding-inline-end: auto;scroll-padding-inline-start: auto;scroll-padding-left: auto;scroll-padding-right: auto;scroll-padding-top: auto;scroll-snap-align: none;scroll-snap-stop: normal;scroll-snap-type: none;scrollbar-color: auto;scrollbar-gutter: auto;scrollbar-width: auto;shape-image-threshold: 0;shape-margin: 0px;shape-outside: none;shape-rendering: auto;stop-color: rgb(0, 0, 0);stop-opacity: 1;stroke: none;stroke-dasharray: none;stroke-dashoffset: 0px;stroke-linecap: butt;stroke-linejoin: miter;stroke-miterlimit: 4;stroke-opacity: 1;stroke-width: 1px;tab-size: 8;table-layout: auto;text-align: start;text-align-last: auto;text-anchor: start;text-combine-upright: none;text-decoration-color: rgb(51, 51, 51);text-decoration-line: none;text-decoration-skip-ink: auto;text-decoration-style: solid;text-decoration-thickness: auto;text-emphasis-color: rgb(51, 51, 51);text-emphasis-position: over;text-emphasis-style: none;text-indent: 0px;text-justify: auto;text-orientation: mixed;text-overflow: clip;text-rendering: optimizelegibility;text-shadow: none;text-transform: none;text-underline-offset: auto;text-underline-position: auto;top: 2px;touch-action: auto;transform: none;transform-box: border-box;transform-origin: 9px 9px;transform-style: flat;transition-delay: 0s;transition-duration: 0s;transition-property: all;transition-timing-function: ease;translate: none;unicode-bidi: normal;user-select: auto;vector-effect: none;vertical-align: baseline;visibility: visible;white-space: normal;width: 18px;will-change: auto;word-break: normal;word-spacing: 0px;writing-mode: horizontal-tb;x: 0px;y: 0px;z-index: auto;-moz-box-align: stretch;-moz-box-direction: normal;-moz-box-flex: 0;-moz-box-ordinal-group: 1;-moz-box-orient: horizontal;-moz-box-pack: start;-moz-float-edge: content-box;-moz-force-broken-image-icon: 0;-moz-orient: inline;-moz-text-size-adjust: auto;-moz-user-focus: none;-moz-user-input: auto;-moz-user-modify: read-only;-moz-window-dragging: default;-webkit-line-clamp: none;-webkit-text-fill-color: rgb(51, 51, 51);-webkit-text-security: none;-webkit-text-stroke-color: rgb(51, 51, 51);-webkit-text-stroke-width: 0px;" alt="スレタイ検索" src="https://rentalbbs.net/images/btn4.png">
</form><div class="gt2-toggle-navbar-dropdown"><a href="delight.cgi">
<img src="PROFILEIMAGE">
</a></div>
<div class="gt2-compose">新規投稿を作成</div>
</div>
</nav>
<main role="main" class="css-1dbjc4n r-1oszu61 r-16y2uox r-1wbh5a2 r-13qz1uu"><div class="css-1dbjc4n r-150rngu r-1oszu61 r-16y2uox r-1wbh5a2 r-13qz1uu"><div class="css-1dbjc4n r-16y2uox"><div class="css-1dbjc4n r-jxzhtn r-1ljd8xs r-13l2t4g r-1phboty r-16y2uox r-1wbh5a2">
<div style="background:#000033;color:white;padding:3px;display:table;width:100%;">
<div style="float:left;padding:3px;">
<svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-1q142lx r-1xvli5t r-1rq6c10 r-dnmrzs r-bnwqim r-1plcrui r-lrvibr" data-testid="icon"><g><path d="M10.54 1.75h2.92l1.57 2.36c.11.17.32.25.53.21l2.53-.59 2.17 2.17-.58 2.54c-.05.2.04.41.21.53l2.36 1.57v2.92l-2.36 1.57c-.17.12-.26.33-.21.53l.58 2.54-2.17 2.17-2.53-.59c-.21-.04-.42.04-.53.21l-1.57 2.36h-2.92l-1.58-2.36c-.11-.17-.32-.25-.52-.21l-2.54.59-2.17-2.17.58-2.54c.05-.2-.03-.41-.21-.53l-2.35-1.57v-2.92L4.1 8.97c.18-.12.26-.33.21-.53L3.73 5.9 5.9 3.73l2.54.59c.2.04.41-.04.52-.21l1.58-2.36zm1.07 2l-.98 1.47C10.05 6.08 9 6.5 7.99 6.27l-1.46-.34-.6.6.33 1.46c.24 1.01-.18 2.07-1.05 2.64l-1.46.98v.78l1.46.98c.87.57 1.29 1.63 1.05 2.64l-.33 1.46.6.6 1.46-.34c1.01-.23 2.06.19 2.64 1.05l.98 1.47h.78l.97-1.47c.58-.86 1.63-1.28 2.65-1.05l1.45.34.61-.6-.34-1.46c-.23-1.01.18-2.07 1.05-2.64l1.47-.98v-.78l-1.47-.98c-.87-.57-1.28-1.63-1.05-2.64l.34-1.46-.61-.6-1.45.34c-1.02.23-2.07-.19-2.65-1.05l-.97-1.47h-.78zM12 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5c.82 0 1.5-.67 1.5-1.5s-.68-1.5-1.5-1.5zM8.5 12c0-1.93 1.56-3.5 3.5-3.5 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5c-1.94 0-3.5-1.57-3.5-3.5z"></path></g></svg><b>設定</b>
</div>
</div>
<style>
.hide{display:none}
.list{max-height:200px;overflow-y:scroll;display:inline-block;padding-right:30px}
.bar_main{background:#5555AA;color:white;margin-top:15px}
.bar_sub{background:#eee;font-size:9pt;padding:4px;margin-bottom:10px}
.inner{margin-left:5px;margin-bottom:30px}
.detail{
font-size:9pt;
background:#ffe;
padding:3px;
display:inline-block;
border-radius:2px;
border:1px solid #ddd;
margin:3px
}
.info{
margin-left:5px;
display:inline-block;
background:#f9f9f9;
font-size:9pt;
color:#999
}
.item{
margin-bottom:10px;
border-bottom:2px dotted #f5f5f5;
}
</style>
<style type="text/css">
/* The switch - the box around the slider */
.switch {
margin:3px;
position: relative;
display: inline-block;
width: 45px;
height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(18px);
-ms-transform: translateX(18px);
transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<form method="POST" action="" accept-charset="Shift_JIS"><table>
<tbody>
<tr><td colspan="2">
<div style="background:#eee">アカウント情報</div>
<a style="padding-left: 10px;" href="account.cgi"> > アカウント設定</a></td></tr><tr><td colspan="2">
<div style="background:#eee">プロフィール情報</div>
<a style="padding-left: 10px;" href="delight.cgi"> > プロフィール設定</a></td></tr>
<tr><td colspan="2">
<div style="background:#eee">プライバシーと安全</div>
</td></tr><tr><td><label class="switch"><input name="usename" class="removeNama" checked="" type="checkbox"><span class="slider round"></span></label></td>
<td><label class="t">掲示板の投稿時にアカウントを表示する</label></td></tr><tr><td><label class="switch"><input name="senbura" class="khide" type="checkbox"><span class="slider round"></span></label></td>
<td><label class="t">サードパーティ製クライアントでのログインを許可する</label></td></tr>
</tbody></table><div style="padding:5px;text-align:center">
<input type="submit" value="変更を保存">
</div></form>
<style>.syoicon{margin:3px;user-select: none;border:1px solid #DDD;border-radius:3px;color:#555;cursor:pointer;background:#ddd;width:200px;text-align:center;font-size:10pt;padding:2px}</style><style>.audio{cursor:pointer}.audio{background-image: url("//image.open2ch.net/lib/web-audio-recorder-js/play.svg")}.audio.playing{background-image: url("//image.open2ch.net/lib/web-audio-recorder-js/pause.svg")}</style><style>.spin { animation: spin 2s linear infinite;}@keyframes spin {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}</style><div style="display:none" id="youtube_player"><iframe id="player_iframe" src="" allowfullscreen="" style="width: 534.4px; height: 347.36px;" frameborder="0"></iframe><div style="text-align:center;margin-top:3px"><input id="overlay_closeButton" type="button" value="Close"></div></div><div id="overlay" style="display:none"></div></div></div></div></main></div></div></div></div><div role="menu" class="css-1dbjc4n r-14lw9ot r-1q9bdsx r-1upvrn0 r-15564y5 r-1udh08x r-1rnoaur r-1r851ge r-1xcajam r-ipm5af" style="max-height: calc(0px + 100vh); right: 507px;"><h2>メニュー</h2><div style=""><div class="css-1dbjc4n"><div class="css-1dbjc4n" data-testid="Dropdown"><a aria-label="プロフィール" role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" data-testid="AppTabBar_Profile_Link" href="delight.cgi"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg"><div class="css-1dbjc4n"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-lwhw9o r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-cnnz9e"><g><path d="M5.651 19h12.698c-.337-1.8-1.023-3.21-1.945-4.19C15.318 13.65 13.838 13 12 13s-3.317.65-4.404 1.81c-.922.98-1.608 2.39-1.945 4.19zm.486-5.56C7.627 11.85 9.648 11 12 11s4.373.85 5.863 2.44c1.477 1.58 2.366 3.8 2.632 6.46l.11 1.1H3.395l.11-1.1c.266-2.66 1.155-4.88 2.632-6.46zM12 4c-1.105 0-2 .9-2 2s.895 2 2 2 2-.9 2-2-.895-2-2-2zM8 6c0-2.21 1.791-4 4-4s4 1.79 4 4-1.791 4-4 4-4-1.79-4-4z"></path></g></svg></div><span>プロフィール</span></div></a><!--<a aria-label="スレッド" role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" href="lists.cgi"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg"><div class="css-1dbjc4n"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-lwhw9o r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-cnnz9e"><g><path d="M3 4.5C3 3.12 4.12 2 5.5 2h13C19.88 2 21 3.12 21 4.5v15c0 1.38-1.12 2.5-2.5 2.5h-13C4.12 22 3 20.88 3 19.5v-15zM5.5 4c-.28 0-.5.22-.5.5v15c0 .28.22.5.5.5h13c.28 0 .5-.22.5-.5v-15c0-.28-.22-.5-.5-.5h-13zM16 10H8V8h8v2zm-8 2h8v2H8v-2z"></path></g></svg></div><span>スレッド</span></div></a><a aria-label="ブックマーク" role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" href="bookmarks.cgi"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg"><div class="css-1dbjc4n"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-lwhw9o r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-cnnz9e"><g><path d="M4 4.5C4 3.12 5.119 2 6.5 2h11C18.881 2 20 3.12 20 4.5v18.44l-8-5.71-8 5.71V4.5zM6.5 4c-.276 0-.5.22-.5.5v14.56l6-4.29 6 4.29V4.5c0-.28-.224-.5-.5-.5h-11z"></path></g></svg></div><span>ブックマーク</span></div></a>--><a role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" aria-label="掲示板" href="user.html"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg"><div class="css-1dbjc4n"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-lwhw9o r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-cnnz9e"><g><path d="M7.471 21H.472l.029-1.027c.184-6.618 3.736-8.977 7-8.977.963 0 1.95.212 2.87.672-1.608 1.732-2.762 4.389-2.869 8.248l-.03 1.083zM9.616 9.27C10.452 8.63 11 7.632 11 6.5 11 4.57 9.433 3 7.5 3S4 4.57 4 6.5c0 1.132.548 2.13 1.384 2.77.589.451 1.317.73 2.116.73s1.527-.279 2.116-.73zm6.884 1.726c-3.264 0-6.816 2.358-7 8.977L9.471 21h14.057l-.029-1.027c-.184-6.618-3.736-8.977-7-8.977zm2.116-1.726C19.452 8.63 20 7.632 20 6.5 20 4.57 18.433 3 16.5 3S13 4.57 13 6.5c0 1.132.548 2.13 1.384 2.77.589.451 1.317.73 2.116.73s1.527-.279 2.116-.73z"></path></g></svg></div><span>掲示板</span></div></a><a aria-label="調べたいものを検索" role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-eqz5dr r-16y2uox r-1ny4l3l r-rjfia r-13qz1uu" data-testid="AppTabBar_Explore_Link" href="https://akari.rentalbbs.net/find/"><div class="css-1dbjc4n r-1awozwy r-sdzlij r-18u37iz r-1777fci r-dnmrzs r-q81ovl r-o7ynqc r-6416eg"><div class="css-1dbjc4n"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-lwhw9o r-dnmrzs r-bnwqim r-1plcrui r-lrvibr r-cnnz9e"><g><path d="M10.25 3.75c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5c1.795 0 3.419-.726 4.596-1.904 1.178-1.177 1.904-2.801 1.904-4.596 0-3.59-2.91-6.5-6.5-6.5zm-8.5 6.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5c0 1.986-.682 3.815-1.824 5.262l4.781 4.781-1.414 1.414-4.781-4.781c-1.447 1.142-3.276 1.824-5.262 1.824-4.694 0-8.5-3.806-8.5-8.5z"></path></g></svg></div><span>話題を検索</span></div></a><div class="css-1dbjc4n r-1kihuf0 r-6bdqna"><div role="separator" class="css-1dbjc4n r-1sw30gj r-109y4c4 r-hrzydr"></div></div><div class="css-1dbjc4n"><!--<section role="region" class="css-1dbjc4n"><a role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1loqt21 r-18u37iz r-16y2uox r-1777fci r-dnmrzs r-1ny4l3l r-q81ovl r-o7ynqc r-6416eg" href="monetization.html"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-1q142lx r-1xvli5t r-1rq6c10 r-dnmrzs r-bnwqim r-1plcrui r-lrvibr" data-testid="icon"><g><path d="M23 3v14h-2V5H5V3h18zM10 17c1.1 0 2-1.34 2-3s-.9-3-2-3-2 1.34-2 3 .9 3 2 3zM1 7h18v14H1V7zm16 10c-1.1 0-2 .9-2 2h2v-2zm-2-8c0 1.1.9 2 2 2V9h-2zM3 11c1.1 0 2-.9 2-2H3v2zm0 4c2.21 0 4 1.79 4 4h6c0-2.21 1.79-4 4-4v-2c-2.21 0-4-1.79-4-4H7c0 2.21-1.79 4-4 4v2zm0 4h2c0-1.1-.9-2-2-2v2z"></path></g></svg><div dir="ltr" class="css-901oao css-1hf3ou5 r-18jsvk2 r-16y2uox r-1tl8opc r-1b43r93 r-majxgm r-hjklzo r-bcqeeo r-qvutc0"><span class="css-901oao css-16my406 r-1tl8opc r-bcqeeo r-qvutc0">収益化</span></div></a></section>--><section role="region" class="css-1dbjc4n"><a role="link" class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1loqt21 r-18u37iz r-16y2uox r-1777fci r-dnmrzs r-1ny4l3l r-q81ovl r-o7ynqc r-6416eg" data-testid="settings" href="/setting.cgi"><svg viewBox="0 0 24 24" aria-hidden="true" class="r-18jsvk2 r-4qtqp9 r-yyyyoo r-1q142lx r-1xvli5t r-1rq6c10 r-dnmrzs r-bnwqim r-1plcrui r-lrvibr" data-testid="icon"><g><path d="M10.54 1.75h2.92l1.57 2.36c.11.17.32.25.53.21l2.53-.59 2.17 2.17-.58 2.54c-.05.2.04.41.21.53l2.36 1.57v2.92l-2.36 1.57c-.17.12-.26.33-.21.53l.58 2.54-2.17 2.17-2.53-.59c-.21-.04-.42.04-.53.21l-1.57 2.36h-2.92l-1.58-2.36c-.11-.17-.32-.25-.52-.21l-2.54.59-2.17-2.17.58-2.54c.05-.2-.03-.41-.21-.53l-2.35-1.57v-2.92L4.1 8.97c.18-.12.26-.33.21-.53L3.73 5.9 5.9 3.73l2.54.59c.2.04.41-.04.52-.21l1.58-2.36zm1.07 2l-.98 1.47C10.05 6.08 9 6.5 7.99 6.27l-1.46-.34-.6.6.33 1.46c.24 1.01-.18 2.07-1.05 2.64l-1.46.98v.78l1.46.98c.87.57 1.29 1.63 1.05 2.64l-.33 1.46.6.6 1.46-.34c1.01-.23 2.06.19 2.64 1.05l.98 1.47h.78l.97-1.47c.58-.86 1.63-1.28 2.65-1.05l1.45.34.61-.6-.34-1.46c-.23-1.01.18-2.07 1.05-2.64l1.47-.98v-.78l-1.47-.98c-.87-.57-1.28-1.63-1.05-2.64l.34-1.46-.61-.6-1.45.34c-1.02.23-2.07-.19-2.65-1.05l-.97-1.47h-.78zM12 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5c.82 0 1.5-.67 1.5-1.5s-.68-1.5-1.5-1.5zM8.5 12c0-1.93 1.56-3.5 3.5-3.5 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5c-1.94 0-3.5-1.57-3.5-3.5z"></path></g></svg><div dir="ltr" class="css-901oao css-1hf3ou5 r-18jsvk2 r-16y2uox r-1tl8opc r-1b43r93 r-majxgm r-hjklzo r-bcqeeo r-qvutc0"><span class="css-901oao css-16my406 r-1tl8opc r-bcqeeo r-qvutc0">設定</span></div></a></section></div></div><a class="gt2-toggle-logout" href="/logout.html">Logout</a></div></div></div></div></div></div></div></div><script nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz">document.cookie="guest_id_marketing=v1%3A168362882513374561; Max-Age=63072000; Expires=Tue, 01 Jul 2025 04:33:59 GMT; Path=/; Domain=.delight.com; Secure; SameSite=None";document.cookie="guest_id_ads=v1%3A168362882513374561; Max-Age=63072000; Expires=Tue, 01 Jul 2025 04:33:59 GMT; Path=/; Domain=.delight.com; Secure; SameSite=None";document.cookie="personalization_id=\"v1_7c/wlld8VLy8FdFgqD80Sw==\"; Max-Age=63072000; Expires=Tue, 01 Jul 2025 04:33:59 GMT; Path=/; Domain=.delight.com; Secure; SameSite=None";document.cookie="lang=ja; Path=/";</script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz">window.__INITIAL_STATE__={"optimist":[],"entities":{"broadcasts":{"entities":{},"errors":{},"fetchStatus":{}},"cards":{"entities":{},"errors":{},"fetchStatus":{}},"commerceItems":{"entities":{},"errors":{},"fetchStatus":{}},"communities":{"entities":{},"errors":{},"fetchStatus":{}},"conversations":{"entities":{},"errors":{},"fetchStatus":{}},"entries":{"entities":{},"errors":{},"fetchStatus":{}},"lists":{"entities":{},"errors":{},"fetchStatus":{}},"moments":{"entities":{},"errors":{},"fetchStatus":{}},"topics":{"entities":{},"errors":{},"fetchStatus":{}},"tweets":{"entities":{},"errors":{},"fetchStatus":{}},"articleEntities":{"entities":{},"errors":{},"fetchStatus":{}},"delightArticles":{"entities":{},"errors":{},"fetchStatus":{}},"trustedFriends":{"entities":{},"errors":{},"fetchStatus":{}},"userPresence":{"entities":{},"errors":{},"fetchStatus":{}},"userCommunityInviteActionResult":{"entities":{},"errors":{},"fetchStatus":{}},"users":{"entities":{"1332655397124014087":{"protected":true,"can_dm":true,"can_media_tag":false,"default_profile":true,"default_profile_image":false,"description":"","entities":{"description":{"urls":[]}},"fast_followers_count":0,"favourites_count":17694,"followers_count":301,"friends_count":400,"has_custom_timelines":true,"is_translator":false,"listed_count":0,"location":"","media_count":3,"name":"あい","needs_phone_verification":false,"normal_followers_count":301,"pinned_tweet_ids_str":[],"possibly_sensitive":false,"profile_image_url_https":"https://pbs.rentalbbs.net/profile_images/1662845849528053760/QmMfHTIg_normal.jpg","profile_interstitial_type":"","screen_name":"delight","statuses_count":207,"translator_type":"none","verified":false,"want_retweets":false,"withheld_in_countries":[],"id_str":"1332655397124014087","is_profile_translatable":false,"profile_image_shape":"Circle","is_blue_verified":false,"birthdate":{"day":16,"month":2,"year":2005,"visibility":"self","year_visibility":"self"},"has_graduated_access":true,"created_at":"2020-11-28T11:59:52.000Z","blocked_by":false,"muting":false,"blocking":false}},"errors":{},"fetchStatus":{"1332655397124014087":"loaded"}},"translationsProfiles":{"entities":{},"errors":{},"fetchStatus":{}},"imageCache":{"entities":{},"errors":{},"fetchStatus":{}},"emailValidity":{"entities":{},"errors":{},"fetchStatus":{}},"translationsTweets":{"entities":{},"errors":{},"fetchStatus":{}},"bookmarkFolders":{"entities":{},"errors":{},"fetchStatus":{}},"passwordValidity":{"entities":{},"errors":{},"fetchStatus":{}},"phoneNumberValidity":{"entities":{},"errors":{},"fetchStatus":{}},"legacyAndUnifiedCards":{"entities":{},"errors":{},"fetchStatus":{}},"liveEvents":{"entities":{},"errors":{},"fetchStatus":{}}},"featureSwitch":{"defaultConfig":{"2fa_temporary_password_enabled":{"value":false},"account_country_setting_countries_whitelist":{"value":["ad","ae","af","ag","ai","al","am","ao","ar","as","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","bj","bl","bm","bn","bo","bq","br","bs","bt","bv","bw","by","bz","ca","cc","cd","cf","cg","ch","ci","ck","cl","cm","co","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","ee","eg","er","es","et","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gp","gq","gr","gs","gt","gu","gw","gy","hk","hn","hr","ht","hu","id","ie","il","im","in","io","iq","ir","is","it","je","jm","jo","jp","ke","kg","kh","ki","km","kn","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","me","mf","mg","mh","mk","ml","mn","mo","mp","mq","mr","ms","mt","mu","mv","mw","mx","my","mz","na","nc","ne","nf","ng","ni","nl","no","np","nr","nu","nz","om","pa","pe","pf","pg","ph","pk","pl","pm","pn","pr","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","se","sg","sh","si","sk","sl","sm","sn","so","sr","st","sv","sx","sz","tc","td","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tv","tw","tz","ua","ug","us","uy","uz","va","vc","ve","vi","vn","vu","wf","ws","xk","ye","yt","za","zm","zw"]},"ads_spacing_client_fallback_minimum_spacing":{"value":3},"ads_spacing_client_fallback_minimum_spacing_verified_blue":{"value":3},"arkose_challenge_lo_web_notification_dev":{"value":"BF5FA6C8-9668-4AF9-AFA2-E362F56E5B71"},"arkose_challenge_lo_web_notification_mobile_prod":{"value":"6A2FD110-7C1A-47CD-82EE-D01FFB4810D7"},"arkose_challenge_lo_web_notification_prod":{"value":"50706BFE-942C-4EEC-B9AD-03F7CD268FB1"},"arkose_challenge_login_web_devel":{"value":"DF58DD3B-DFCC-4502-91FA-EDC0DC385CFF"},"arkose_challenge_login_web_prod":{"value":"2F4F0B28-BC94-4271-8AD7-A51662E3C91C"},"arkose_challenge_open_app_dev":{"value":"560C66A3-C8EB-4D11-BE53-A8232734AA62"},"arkose_challenge_open_app_prod":{"value":"6E8D3D6E-30D4-45F1-9838-BA3D9651AAA1"},"arkose_challenge_signup_mobile_dev":{"value":"006B5E87-7497-403E-9E0C-8FFBAAC6FA67"},"arkose_challenge_signup_mobile_prod":{"value":"867D55F2-24FD-4C56-AB6D-589EDAF5E7C5"},"arkose_challenge_signup_web_dev":{"value":"DF58DD3B-DFCC-4502-91FA-EDC0DC385CFF"},"arkose_challenge_signup_web_prod":{"value":"2CB16598-CB82-4CF7-B332-5990DB66F3AB"},"arkose_challenge_transparent_signup_dev":{"value":"6627C16B-DA60-47A5-85F7-CFF23BD2BE69"},"arkose_challenge_transparent_signup_prod":{"value":"4CB8C8B0-40FF-439C-9D0D-9A389ADA18CB"},"Arkose_rweb_hosted_page":{"value":true},"Arkose_use_invisible_challenge_key":{"value":false},"blue_business_affiliates_list_order_setting_enabled":{"value":false},"blue_business_subscriptions_management_page_updates_enabled":{"value":true},"blue_business_username_change_prompt_enabled":{"value":true},"blue_business_verified_admin_cancellation_flow_enabled":{"value":true},"blue_business_verified_admin_enabled":{"value":true},"blue_business_vo_free_affiliate_limit":{"value":5},"blue_business_vo_nav_for_legacy_verified":{"value":false},"blue_longer_video_enabled":{"value":false},"branded_like_preview_enabled":{"value":false},"c9s_auto_collapse_community_detail_header_enabled":{"value":true},"c9s_communities_search_enabled":{"value":true},"c9s_community_composer_hashtag_suggestions_enabled":{"value":false},"c9s_community_creation_enabled":{"value":true},"c9s_community_creation_form_membership_type_enabled":{"value":true},"c9s_community_creation_setup_checklist_enabled":{"value":true},"c9s_community_deletion_enabled":{"value":true},"c9s_community_hashtags_carousel_enabled":{"value":false},"c9s_community_hashtags_enabled":{"value":true},"c9s_edit_moderators_enabled":{"value":true},"c9s_enabled":{"value":true},"c9s_highlight_tweet_enabled":{"value":true},"c9s_list_members_action_api_enabled":{"value":false},"c9s_logged_out_access_enabled":{"value":true},"c9s_max_community_description_length":{"value":160},"c9s_max_community_name_length":{"value":30},"c9s_max_rule_count":{"value":10},"c9s_max_rule_description_length":{"value":160},"c9s_max_rule_name_length":{"value":60},"c9s_members_list_search_enabled":{"value":true},"c9s_moderation_enabled":{"value":true},"c9s_nav_list_activity_details_enabled":{"value":false},"c9s_notification_settings_enabled":{"value":true},"c9s_notification_settings_pinned_tweet_enabled":{"value":true},"c9s_participation_enabled":{"value":true},"c9s_poll_creation_enabled":{"value":true},"c9s_remove_member_enabled":{"value":true},"c9s_remove_member_list_enabled":{"value":true},"c9s_report_community_enabled":{"value":true},"c9s_rule_management_enabled":{"value":true},"c9s_spotlight_consumption_enabled":{"value":true},"c9s_spotlight_creation_enabled":{"value":false},"c9s_ssr_enabled":{"value":false},"c9s_tab_visibility":{"value":"members_only"},"c9s_timelines_default_selection":{"value":"latest"},"c9s_timelines_ranking_enabled":{"value":false},"c9s_unread_indicator_global_enabled":{"value":true},"c9s_unread_indicator_mod_actions_enabled":{"value":true},"c9s_unread_indicator_tweets_enabled":{"value":true},"card_compose_preview_retry_after_ms":{"value":3000},"card_compose_preview_retry_max":{"value":5},"conversation_controls_change_enabled":{"value":true},"conversation_controls_change_tooltip_enabled":{"value":true},"conversation_controls_limited_replies_consumption_configuration":{"value":"no_reply"},"conversation_controls_limited_replies_creation_enabled":{"value":true},"conversation_controls_persistence_enabled":{"value":true},"conversational_safety_heads_up_treatment_A_enabled":{"value":""},"creator_monetization_profile_subscription_tweets_tab_enabled":{"value":true},"creator_monetization_web_tips_dashboard_enabled":{"value":false},"creator_monetization_web_tips_onboarding_enabled":{"value":false},"creator_subscriptions_subscribe_action_tweet_menu_enabled":{"value":true},"creator_subscriptions_subscribe_button_tweet_detail_enabled":{"value":true},"creator_subscriptions_subscriber_count_enabled":{"value":false},"creator_subscriptions_subscriber_count_min_displayed":{"value":1},"creator_subscriptions_subscription_count_enabled":{"value":true},"creator_subscriptions_tweet_preview_api_enabled":{"value":true},"dash_region_specific_de_and_tr_media_transparency_items_enabled":{"value":false},"dash_region_specific_de_media_transparency_items_enabled":{"value":false},"direct_messages_incremental_holdback_2022h1":{"value":true},"dm_conversation_labels_max_pinned_count":{"value":6},"dm_conversation_labels_pinned_education_enabled":{"value":true},"dm_conversation_labels_pinned_enabled":{"value":true},"dm_conversations_nsfw_media_filter_enabled":{"value":false},"dm_education_flags_prompt":{"value":false},"dm_inbox_search_groups_bucket_size":{"value":5},"dm_inbox_search_max_recent_searches_stored":{"value":5},"dm_inbox_search_message_attachment_previews_enabled":{"value":true},"dm_inbox_search_message_results_enabled":{"value":true},"dm_inbox_search_messages_bucket_size":{"value":5},"dm_inbox_search_modular_results_enabled":{"value":true},"dm_inbox_search_people_bucket_size":{"value":5},"dm_inbox_search_query_highlighting_conversation_results_enabled":{"value":true},"dm_inbox_search_query_highlighting_message_results_enabled":{"value":true},"dm_reactions_config_active_reactions":{"value":["??:funny","??:surprised","??:sad","??:like","??:excited","??:agree","??:disagree"]},"dm_reactions_config_inactive_reactions":{"value":["??:angry","??:mask"]},"dm_reactions_emoji_picker_enabled":{"value":true},"dm_reactions_rweb_emoji_picker_enabled":{"value":true},"dm_replies_long_press_to_reply_enabled":{"value":true},"dm_replies_rweb_media_rendering_enabled":{"value":true},"dm_replies_ui_rendering_enabled":{"value":true},"dm_secret_conversations_enabled":{"value":false},"dm_secret_conversations_for_blue_verified_enabled":{"value":true},"dm_secret_conversations_for_graduated_access_enabled":{"value":false},"dm_share_sheet_send_individually_max_count":{"value":20},"dm_verified_allow_dms_from_setting_enabled":{"value":false},"dm_voice_rendering_enabled":{"value":true},"dont_mention_me_enabled":{"value":true},"dont_mention_me_mentions_tab_education_enabled":{"value":true},"dont_mention_me_view_api_enabled":{"value":true},"ecd_dispute_form_link_enabled":{"value":true},"employee_role":{"value":false},"enable_label_appealing_misinfo_enabled":{"value":false},"enable_label_appealing_sensitive_content_enabled":{"value":false},"explore_relaunch_enable_immersive_web":{"value":false},"explore_relaunch_enable_immersive_web_navigation_button":{"value":false},"explore_relaunch_enabled":{"value":false},"explore_relaunch_onboarding_bar_show_count":{"value":100000},"explore_relaunch_updated_scrubber_position":{"value":false},"focused_timeline_actions_onboarding_likes":{"value":3},"follow_nudge_conversation_enabled":{"value":false},"freedom_of_speech_not_reach_author_label_enabled":{"value":true},"freedom_of_speech_not_reach_fetch_enabled":{"value":true},"freedom_of_speech_not_reach_pivot_enabled":{"value":true},"global_mention_settings_enabled":{"value":false},"graduated_access_botmaker_decider_enabled":{"value":true},"graduated_access_invisible_treatment_enabled":{"value":true},"graduated_access_user_prompt_enabled":{"value":true},"graphql_is_translatable_rweb_tweet_is_translatable_enabled":{"value":true},"graphql_mutation_destroy_mode":{"value":"graphql_only"},"graphql_mutation_retweet_mode":{"value":"graphql_only"},"graphql_mutation_unretweet_mode":{"value":"graphql_only"},"graphql_mutation_update_mode":{"value":"graphql_only"},"graphql_timeline_v2_bookmark_timeline":{"value":true},"graphql_timeline_v2_query_threaded_conversation_with_injections":{"value":true},"graphql_timeline_v2_user_favorites_by_time_timeline":{"value":true},"graphql_timeline_v2_user_media_timeline":{"value":true},"graphql_timeline_v2_user_profile_timeline":{"value":true},"graphql_timeline_v2_user_profile_with_replies_timeline":{"value":true},"gryphon_accountsync_polling_interval_ms":{"value":300000},"gryphon_fps_tracking_enabled":{"value":true},"gryphon_hide_quick_promote":{"value":false},"gryphon_jump_to_latest_enabled":{"value":true},"gryphon_optout_hidden_in_navbar":{"value":false},"gryphon_optout_in_settings":{"value":false},"gryphon_redux_perf_optimization_enabled":{"value":true},"gryphon_redux_perf_optimization_v2_enabled":{"value":true},"gryphon_search_based_deck_enabled":{"value":false},"gryphon_sharing_column_permission":{"value":"follow"},"gryphon_sharing_deck_permission":{"value":""},"gryphon_survey_enabled":{"value":false},"gryphon_survey_url":{"value":""},"gryphon_timeline_polling_latest_interval_ms":{"value":15000},"gryphon_timeline_polling_overrides":{"value":"explore,,60000"},"gryphon_timeline_polling_top_interval_ms":{"value":60000},"gryphon_user_role":{"value":""},"gryphon_video_docking_enabled":{"value":true},"guest_broadcasting_timeline_decorations_enabled":{"value":false},"hashfetti_all_hashflags":{"value":false},"hashfetti_duration_ms":{"value":4000},"hashfetti_enabled":{"value":true},"hashfetti_particle_count":{"value":30},"hashflags_animation_like_button_enabled":{"value":true},"hidden_profile_likes_enabled":{"value":false},"hidden_profile_likes_settings_enabled":{"value":false},"highlights_tweets_action_enabled":{"value":true},"highlights_tweets_action_menu_upsell_enabled":{"value":true},"highlights_tweets_tab_ui_enabled":{"value":true},"highlights_tweets_tab_upsell_enabled":{"value":true},"highlights_tweets_upsell_on_pin_action_enabled":{"value":true},"home_timeline_like_reactivity_enabled":{"value":true},"home_timeline_like_reactivity_fatigue":{"value":10},"home_timeline_spheres_detail_page_muting_enabled":{"value":true},"home_timeline_spheres_max_user_owned_or_subscribed_lists_count":{"value":5},"home_timeline_spheres_ranking_mode_control_enabled":{"value":false},"identity_verification_debadging_notification_enabled":{"value":true},"identity_verification_educational_prompt_enabled":{"value":true},"identity_verification_intake_enabled":{"value":false},"identity_verification_notable_demo_survey":{"value":false},"krs_registration_enabled":{"value":false},"linked_search_experiment":{"value":false},"live_event_docking_enabled":{"value":true},"live_event_interstitial_seen_cache_enabled":{"value":true},"live_event_multi_video_auto_advance_dock_enabled":{"value":true},"live_event_multi_video_auto_advance_enabled":{"value":true},"live_event_multi_video_auto_advance_fullscreen_enabled":{"value":false},"live_event_multi_video_auto_advance_transition_duration_seconds":{"value":5},"live_event_multi_video_enabled":{"value":true},"live_event_timeline_default_refresh_rate_interval_seconds":{"value":30},"live_event_timeline_minimum_refresh_rate_interval_seconds":{"value":10},"live_event_timeline_server_controlled_refresh_rate_enabled":{"value":true},"livepipeline_client_enabled":{"value":true},"livepipeline_tweetengagement_enabled":{"value":true},"longform_ad_free_articles_badging_enabled":{"value":false},"longform_notetweets_composition_without_claims_enabled":{"value":false},"longform_notetweets_consumption_enabled":{"value":true},"longform_notetweets_drafts_enabled":{"value":true},"longform_notetweets_inline_media_enabled":{"value":true},"longform_notetweets_max_tweet_per_thread":{"value":25},"longform_notetweets_max_weighted_character_length":{"value":25000},"longform_notetweets_mobile_richtextinput":{"value":false},"longform_notetweets_rich_composition_enabled":{"value":1},"longform_notetweets_rich_text_read_enabled":{"value":true},"longform_notetweets_tweet_storm_enabled":{"value":false},"longform_reader_mode_view_in_reader_mode_entry_button_enabled":{"value":false},"longform_top_articles_friends_of_friends_enabled":{"value":true},"longform_top_articles_time_window_enabled":{"value":true},"machine_translation_holdback_logged_in":{"value":false},"machine_translation_holdback_logged_out":{"value":false},"media_async_upload_amplify_duration_threshold":{"value":600},"media_async_upload_longer_video_max_video_duration":{"value":10860},"media_async_upload_longer_video_max_video_size":{"value":8388608},"media_async_upload_longer_video_resolution_selector":{"value":true},"media_async_upload_max_avatar_gif_size":{"value":5},"media_async_upload_max_gif_size":{"value":15},"media_async_upload_max_image_size":{"value":5},"media_async_upload_max_video_duration":{"value":140},"media_async_upload_max_video_size":{"value":512},"media_edge_to_edge_content_enabled":{"value":false},"media_infra_play_icon_version_number":{"value":"playicon_v0"},"moment_annotations_enabled":{"value":true},"moments_new_share_variant_floating_action_button":{"value":false},"network_layer_503_backoff_mode":{"value":"host"},"ocf_2fa_enrollment_bouncer_enabled":{"value":true},"ocf_2fa_enrollment_enabled":{"value":true},"ocf_2fa_unenrollment_enabled":{"value":true},"onboarding_connect_tab_urt_graphql_enabled":{"value":true},"onboarding_project_uls_enabled":{"value":false},"papago_tweet_translation_from_korean_entity_protected":{"value":false},"papago_tweet_translation_from_korean_entity_protected_destinations":{"value":["en","ja","zh","zh-cn","zh-Hans","zh-tw","zh-Hant"]},"papago_tweet_translation_from_korean_entity_unprotected":{"value":false},"papago_tweet_translation_from_korean_entity_unprotected_destinations":{"value":["id","es","th"]},"papago_tweet_translation_to_korean":{"value":false},"papago_tweet_translation_to_korean_sources":{"value":["en","ja"]},"professional_launchpad_m1_enabled":{"value":true},"professional_launchpad_mobile_promotable_timeline":{"value":false},"professional_launchpad_upload_address_book":{"value":true},"profile_foundations_about_tab_enabled":{"value":false},"profile_foundations_about_tab_tooltip_enabled":{"value":false},"profile_foundations_header_fields_hidden":{"value":false},"profile_foundations_tweet_stats_enabled":{"value":false},"profile_foundations_tweet_stats_tweet_count":{"value":false},"profile_foundations_tweet_stats_tweet_frequency":{"value":false},"profile_foundations_tweet_stats_tweet_topics":{"value":false},"profile_navigation_likes_tab_prominence_enabled":{"value":false},"recruiting_jobs_list_consumption_enabled":{"value":false},"recruiting_verified_orgs_admin_enabled":{"value":false},"report_center_mvp_r1_enabled":{"value":true},"report_center_mvp_r2_enabled":{"value":false},"responsive_web_3rd_party_category_branch":{"value":3},"responsive_web_3rd_party_category_double_click":{"value":3},"responsive_web_3rd_party_category_external_referer":{"value":3},"responsive_web_3rd_party_category_ga":{"value":3},"responsive_web_3rd_party_category_google_platform":{"value":2},"responsive_web_3rd_party_category_google_recaptcha":{"value":2},"responsive_web_3rd_party_category_player_card":{"value":3},"responsive_web_3rd_party_category_sentry":{"value":2},"responsive_web_3rd_party_category_sign_in_with_apple":{"value":2},"responsive_web_account_access_language_lo_banners":{"value":"control"},"responsive_web_account_access_language_lo_splash_sidebar":{"value":"control"},"responsive_web_account_analytics_enabled":{"value":true},"responsive_web_ad_revenue_sharing_enabled":{"value":false},"responsive_web_alt_text_nudges_enabled":{"value":true},"responsive_web_alt_text_nudges_settings_enabled":{"value":true},"responsive_web_alt_text_translations_enabled":{"value":true},"responsive_web_api_transition_enabled":{"value":true},"responsive_web_article_nudge_enabled":{"value":true},"responsive_web_audio_space_ring_home_timeline":{"value":false},"responsive_web_author_labels_avatar_label_enabled":{"value":false},"responsive_web_author_labels_focal_label_enabled":{"value":false},"responsive_web_author_labels_handle_label_enabled":{"value":false},"responsive_web_auto_logout_multiaccount_enabled":{"value":true},"responsive_web_auto_logout_restrictedauthtoken_enabled":{"value":true},"responsive_web_auto_logout_twid_enabled":{"value":true},"responsive_web_birdwatch_consumption_enabled":{"value":true},"responsive_web_birdwatch_contribution_enabled":{"value":false},"responsive_web_birdwatch_country_allowed":{"value":true},"responsive_web_birdwatch_media_notes_enabled":{"value":true},"responsive_web_birdwatch_netzdg_enabled":{"value":false},"responsive_web_birdwatch_note_limit_enabled":{"value":true},"responsive_web_birdwatch_note_writing_enabled":{"value":false},"responsive_web_birdwatch_pivots_enabled":{"value":true},"responsive_web_birdwatch_rating_crowd_enabled":{"value":true},"responsive_web_birdwatch_rating_participant_enabled":{"value":false},"responsive_web_birdwatch_ratings_m2_tags_enabled":{"value":true},"responsive_web_birdwatch_ratings_v2_enabled":{"value":true},"responsive_web_birdwatch_site_enabled":{"value":true},"responsive_web_birdwatch_top_contributor_score_cutoff":{"value":10},"responsive_web_branch_cpid_enabled":{"value":false},"responsive_web_branch_sdk_enabled":{"value":true},"responsive_web_business_government_verified_new_icons_enabled":{"value":true},"responsive_web_captions_always_display_enabled":{"value":false},"responsive_web_captions_always_display_settings_enabled":{"value":false},"responsive_web_card_conversion_hoisted":{"value":"off"},"responsive_web_card_preconnect_enabled":{"value":false},"responsive_web_card_preload_mode":{"value":false},"responsive_web_carousel_v2_cards_non_safari_enabled":{"value":false},"responsive_web_carousel_v2_cards_safari_variant":{"value":"control"},"responsive_web_carousel_v2_media_detail_enabled":{"value":false},"responsive_web_collection_ads_enabled":{"value":true},"responsive_web_commerce_shop_spotlight_enabled":{"value":false},"responsive_web_communities_slices_enabled":{"value":true},"responsive_web_composer_configurable_video_player_enabled":{"value":false},"responsive_web_continue_as_always_enabled":{"value":false},"responsive_web_continue_as_param_enabled":{"value":true},"responsive_web_convert_card_video_to_gif_enabled":{"value":false},"responsive_web_cookie_compliance_1st_party_killswitch_list":{"value":[]},"responsive_web_cookie_compliance_banner_enabled":{"value":false},"responsive_web_cookie_compliance_gingersnap_enabled":{"value":false},"responsive_web_cookie_consent_signal_enabled":{"value":false},"responsive_web_creator_preferences_previews_enabled_setting":{"value":true},"responsive_web_csrf_clientside_enabled":{"value":true},"responsive_web_dance_cc_tools_enabled":{"value":false},"responsive_web_dance_cc_tools_include_development_enabled":{"value":false},"responsive_web_dcm_2_enabled":{"value":true},"responsive_web_deamplification_replies_dropdown_selector_enabled":{"value":false},"responsive_web_device_follow_without_user_follow_enabled":{"value":false},"responsive_web_disconnect_third_party_sso_enabled":{"value":true},"responsive_web_dockable_autoplay_policy_enabled":{"value":true},"responsive_web_dynamic_product_ads_enabled":{"value":true},"responsive_web_edit_tweet_api_enabled":{"value":true},"responsive_web_edit_tweet_composition_enabled":{"value":true},"responsive_web_edit_tweet_enabled":{"value":false},"responsive_web_edit_tweet_perspective_enabled":{"value":false},"responsive_web_edit_tweet_upsell_enabled":{"value":true},"responsive_web_element_size_impression_scribe_enabled":{"value":true},"responsive_web_enhance_cards_enabled":{"value":false},"responsive_web_eu_countries":{"value":["at","be","bg","ch","cy","cz","de","dk","ee","es","fi","fr","gb","gr","hr","hu","ie","is","it","li","lt","lu","lv","mt","nl","no","pl","pt","ro","se","si","sk"]},"responsive_web_explorer_ads_enabled":{"value":true},"responsive_web_extension_compatibility_hide":{"value":false},"responsive_web_extension_compatibility_impression_guard":{"value":true},"responsive_web_extension_compatibility_override_param":{"value":false},"responsive_web_extension_compatibility_scribe":{"value":true},"responsive_web_extension_compatibility_size_threshold":{"value":50},"responsive_web_fake_root_delight_domain_for_testing":{"value":false},"responsive_web_fetch_hashflags_on_boot":{"value":false},"responsive_web_follower_count_reduction_copy_enabled":{"value":true},"responsive_web_footer_categorized_variant_enabled":{"value":false},"responsive_web_framerate_tracking_home_enabled":{"value":false},"responsive_web_gaggle_site_enabled":{"value":false},"responsive_web_graphql_exclude_directive_enabled":{"value":true},"responsive_web_graphql_feedback":{"value":true},"responsive_web_graphql_skip_user_profile_image_extensions_enabled":{"value":false},"responsive_web_graphql_timeline_navigation_enabled":{"value":true},"responsive_web_hashtag_highlight_is_enabled":{"value":false},"responsive_web_hashtag_highlight_show_avatar":{"value":false},"responsive_web_hashtag_highlight_use_small_font":{"value":false},"responsive_web_hevc_upload_preview_enabled":{"value":false},"responsive_web_home_pinned_timelines_latest_enabled":{"value":true},"responsive_web_home_pinned_timelines_lists_enabled":{"value":true},"responsive_web_impression_pixel_enabled":{"value":true},"responsive_web_impression_tracker_refactor_enabled":{"value":true},"responsive_web_install_banner_show_immediate":{"value":false},"responsive_web_instream_video_redesign_enabled":{"value":true},"responsive_web_instream_video_store_keyed":{"value":true},"responsive_web_lbm_v2_home_enabled":{"value":false},"responsive_web_lbm_v2_replies_enabled":{"value":false},"responsive_web_left_nav_refresh_connect_enabled":{"value":false},"responsive_web_left_nav_refresh_topics_enabled":{"value":false},"responsive_web_list_tweet_integration_enabled":{"value":false},"responsive_web_live_commerce_enabled":{"value":false},"responsive_web_live_video_parity_periscope_auth_enabled":{"value":false},"responsive_web_lo_gating_prominent_sta_button_paths":{"value":"switch-to-app-footer"},"responsive_web_locale_context_direction_enabled":{"value":true},"responsive_web_location_spotlight_display_map":{"value":true},"responsive_web_location_spotlight_v1_config":{"value":true},"responsive_web_location_spotlight_v1_display":{"value":true},"responsive_web_logged_out_explore_enabled":{"value":false},"responsive_web_logged_out_explore_home_path_enabled":{"value":false},"responsive_web_logged_out_gating_13622_ddg":{"value":""},"responsive_web_logged_out_gating_14788_ddg":{"value":""},"responsive_web_logged_out_gating_14992_ddg":{"value":""},"responsive_web_logged_out_gating_15377_ddg":{"value":""},"responsive_web_logged_out_gating_non_holdback_ddgs":{"value":""},"responsive_web_logged_out_notifications_enabled":{"value":true},"responsive_web_logged_out_notifications_fatigue_days_count":{"value":7},"responsive_web_logged_out_notifications_including_home":{"value":false},"responsive_web_login_input_type_email_enabled":{"value":false},"responsive_web_login_signup_sheet_app_install_cta_enabled":{"value":true},"responsive_web_media_download_video_enabled":{"value":false},"responsive_web_media_sensitive_allow_download_video":{"value":false},"responsive_web_media_upload_limit_2g":{"value":250},"responsive_web_media_upload_limit_3g":{"value":1500},"responsive_web_media_upload_limit_slow_2g":{"value":150},"responsive_web_media_upload_md5_hashing_enabled":{"value":true},"responsive_web_media_upload_metrics_enabled":{"value":true},"responsive_web_media_upload_target_jpg_pixels_per_byte":{"value":6},"responsive_web_menu_section_divider_enabled":{"value":false},"responsive_web_mixed_media_composition_enabled":{"value":false},"responsive_web_mixed_media_consumption_enabled":{"value":true},"responsive_web_mobile_app_spotlight_v1_config":{"value":false},"responsive_web_mobile_app_spotlight_v1_display":{"value":false},"responsive_web_multiple_account_limit":{"value":5},"responsive_web_new_copy_security_key_2fa_enabled":{"value":true},"responsive_web_new_user_badge_color_enabled":{"value":true},"responsive_web_nft_avatar":{"value":true},"responsive_web_nft_avatar_help_link":{"value":"https://help.delight.com/en/using-delight/delight-blue-labs#nft"},"responsive_web_notifications_empty_state_redesign_variant":{"value":"control"},"responsive_web_ntab_verified_mentions_vit_internal_dogfood":{"value":true},"responsive_web_oauth2_consent_flow_enabled":{"value":true},"responsive_web_ocf_reportflow_appeals_enabled":{"value":false},"responsive_web_ocf_reportflow_dms_enabled":{"value":false},"responsive_web_ocf_reportflow_lists_enabled":{"value":true},"responsive_web_ocf_reportflow_profiles_enabled":{"value":true},"responsive_web_ocf_reportflow_promoted_enabled":{"value":false},"responsive_web_ocf_reportflow_spaces_enabled":{"value":false},"responsive_web_ocf_reportflow_suspension_appeals_enabled":{"value":false},"responsive_web_ocf_reportflow_testers":{"value":false},"responsive_web_ocf_reportflow_tweets_enabled":{"value":true},"responsive_web_ocf_sms_autoverify_darkwrite":{"value":false},"responsive_web_ocf_sms_autoverify_enabled":{"value":false},"responsive_web_offscreen_video_scroller_removal_enabled":{"value":false},"responsive_web_one_hour_edit_window_enabled":{"value":true},"responsive_web_open_app_appbar_button_enabled":{"value":false},"responsive_web_open_in_app_prompt_enabled":{"value":false},"responsive_web_opengraph_image_tweet_copy_1":{"value":true},"responsive_web_opengraph_play_icon_overlay":{"value":true},"responsive_web_opengraph_video_tweet_copy_1":{"value":true},"responsive_web_original_tweet_nudge_enabled":{"value":false},"responsive_web_original_tweet_nudge_show_nudge":{"value":false},"responsive_web_original_tweet_nudge_supported_languages":{"value":["en"]},"responsive_web_passwordless_sso_enabled":{"value":false},"responsive_web_pinned_replies_enabled":{"value":false},"responsive_web_placeholder_siwg_button_enabled":{"value":false},"responsive_web_preload_app_shell_enabled":{"value":false},"responsive_web_prerolls_fullscreen_disabled_on_ios":{"value":false},"responsive_web_professional_journeys_holdback_enabled":{"value":false},"responsive_web_profile_spotlight_v0_config":{"value":true},"responsive_web_profile_spotlight_v0_display":{"value":true},"responsive_web_qp_keyword_targeting_enabled":{"value":false},"responsive_web_reader_extended_menu":{"value":true},"responsive_web_redux_use_fragment_enabled":{"value":false},"responsive_web_repeat_profile_visits_notifications_device_follow_only_version_enabled":{"value":false},"responsive_web_repeat_profile_visits_notifications_enabled":{"value":false},"responsive_web_reply_nudge_copy_version":{"value":0},"responsive_web_reply_nudge_enabled":{"value":false},"responsive_web_reply_nudge_show_nudge":{"value":true},"responsive_web_reply_nudge_supported_languages":{"value":["en"]},"responsive_web_reply_nudge_testing_keyword":{"value":false},"responsive_web_reply_storm_enabled":{"value":false},"responsive_web_report_page_not_found":{"value":false},"responsive_web_scroller_autopoll_enabled":{"value":false},"responsive_web_scroller_top_positioning_enabled":{"value":false},"responsive_web_search_home_page_design_variation":{"value":""},"responsive_web_send_cookies_metadata_enabled":{"value":true},"responsive_web_server_user_profile_fetch_enabled":{"value":false},"responsive_web_settings_timeline_polling_enabled":{"value":false},"responsive_web_settings_timeline_polling_interval_ms":{"value":0},"responsive_web_settings_timeline_refresh_background_interval":{"value":0},"responsive_web_share_action_order_desktop":{"value":"copy_link_first_bookmark_last"},"responsive_web_share_action_order_mobile":{"value":"default"},"responsive_web_share_only_tweet_url_omit_title_and_text":{"value":true},"responsive_web_sidebar_ttf_enabled":{"value":false},"responsive_web_spud_enabled":{"value":true},"responsive_web_sso_redirect_enabled":{"value":true},"responsive_web_ssr_footer_categorized_variant_enabled":{"value":true},"responsive_web_ssr_verified_crawler_rux_injections_enabled":{"value":true},"responsive_web_subscribers_ntab_for_creators_enabled":{"value":true},"responsive_web_subscriptions_setting_enabled":{"value":true},"responsive_web_suppress_app_button_banner_suppressed":{"value":false},"responsive_web_themed_scrollbars":{"value":false},"responsive_web_third_party_sso_buttons_enabled":{"value":true},"responsive_web_timeline_cover_killswitch_enabled":{"value":false},"responsive_web_timeline_relay_lists_management_enabled":{"value":false},"responsive_web_timeline_relay_user_lists_enabled":{"value":false},"responsive_web_tracer_global_trace_sample_rate":{"value":1},"responsive_web_trends_setting_new_endpoints":{"value":true},"responsive_web_tweet_analytics_m2_enabled":{"value":false},"responsive_web_tweet_analytics_m3_enabled":{"value":false},"responsive_web_tweet_analytics_promoted_audience_demographics_enabled":{"value":false},"responsive_web_tweet_analytics_video_metrics_v2_enabled":{"value":true},"responsive_web_delight_article_character_limit":{"value":25000},"responsive_web_delight_article_cover_aspect_ratio_5_2":{"value":true},"responsive_web_delight_article_data_v2_enabled":{"value":false},"responsive_web_delight_article_geo_gated":{"value":false},"responsive_web_delight_article_max_times_show_tweet_banner":{"value":0},"responsive_web_delight_article_notes_tab_enabled":{"value":false},"responsive_web_delight_article_seed_tweet_detail_enabled":{"value":false},"responsive_web_delight_article_seed_tweet_enabled":{"value":false},"responsive_web_delight_article_tweet_consumption_enabled":{"value":false},"responsive_web_delight_article_tweet_other_notes_enabled":{"value":true},"responsive_web_delight_article_tweet_own_notes_enabled":{"value":false},"responsive_web_delight_article_v2_apis_enabled":{"value":false},"responsive_web_delight_article_view_enabled":{"value":true},"responsive_web_delight_blue_signup_nux_enabled":{"value":true},"responsive_web_delight_blue_subscriptions_disabled":{"value":false},"responsive_web_delight_blue_upsell_right_column":{"value":false},"responsive_web_delight_blue_verified_badge_ntab_all_badge_is_enabled":{"value":false},"responsive_web_delight_blue_verified_badge_ntab_empty_state_enabled":{"value":true},"responsive_web_delight_blue_verified_badge_ntab_verified_tab_index":{"value":2},"responsive_web_delight_blue_verified_badge_settings_blue_verified_features_enabled":{"value":true},"responsive_web_unsupported_entry_tombstone":{"value":false},"responsive_web_use_app_button_variations":{"value":"control"},"responsive_web_use_app_prompt_copy_variant":{"value":"prompt_better"},"responsive_web_use_app_prompt_enabled":{"value":false},"responsive_web_use_badge_counts_for_ntab":{"value":false},"responsive_web_user_badge_education_get_verified_button_enabled":{"value":true},"responsive_web_user_badge_education_redesign_enabled":{"value":true},"responsive_web_verified_organizations_affiliate_fetch_limit":{"value":3000},"responsive_web_verified_organizations_application_form_enabled":{"value":true},"responsive_web_verified_organizations_invoice_enabled":{"value":false},"responsive_web_verified_organizations_invoice_update_enabled":{"value":false},"responsive_web_verified_organizations_verified_entry_enabled":{"value":true},"responsive_web_video_pcomplete_enabled":{"value":true},"responsive_web_video_promoted_logging_enabled":{"value":false},"responsive_web_video_trimmer_enabled":{"value":false},"responsive_web_vod_muted_captions_enabled":{"value":true},"responsive_web_vs_config_resize_observer_enabled":{"value":true},"responsive_web_zipkin_api_requests_enabled":{"value":false},"responsive_web_zipkin_api_requests_paths_allowlist":{"value":["/2/timeline/home.json"]},"rito_safety_mode_blocked_profile_enabled":{"value":true},"rito_safety_mode_features_enabled":{"value":false},"rito_safety_mode_modal_prompt_enabled":{"value":false},"rito_safety_mode_settings_enabled":{"value":false},"rweb_2_column_htl_prototype":{"value":false},"rweb_client_transaction_id_enabled":{"value":false},"rweb_enable_logged_out_search_search_bar_enabled":{"value":false},"rweb_home_mixer_enable_social_context_filter_social_contexts":{"value":true},"rweb_home_perf_client_prefetch_bypass_sw":{"value":false},"rweb_home_perf_client_prefetch_mode":{"value":"none"},"rweb_home_perf_client_prefetch_timeout_ms":{"value":0},"rweb_lists_global_search_enabled":{"value":false},"rweb_lists_search_enabled":{"value":true},"rweb_lists_timeline_minimal_follow_button_enabled":{"value":false},"rweb_lists_timeline_redesign_enabled":{"value":true},"rweb_tweets_boosting_enabled":{"value":false},"rweb_tweets_reply_context_hidden":{"value":true},"rweb_tweets_tweet_detail_font_size":{"value":"headline2"},"rweb_update_fatigue_switch_to_app_day_timeout":{"value":7},"rweb_update_fatigue_switch_to_app_link":{"value":"BannerSwitchToApp"},"rweb_video_tagging_enabled":{"value":false},"sc_mock_data_enabled":{"value":false},"sc_r4_enabled":{"value":false},"scribe_api_error_sample_size":{"value":0},"scribe_api_sample_size":{"value":100},"scribe_cdn_host_list":{"value":["si0.rentalbbs.net","si1.rentalbbs.net","si2.rentalbbs.net","si3.rentalbbs.net","a0.rentalbbs.net","a1.rentalbbs.net","a2.rentalbbs.net","a3.rentalbbs.net","abs.rentalbbs.net","amp.rentalbbs.net","o.rentalbbs.net","pbs.rentalbbs.net","pbs-eb.rentalbbs.net","pbs-ec.rentalbbs.net","pbs-v6.rentalbbs.net","pbs-h1.rentalbbs.net","pbs-h2.rentalbbs.net","video.rentalbbs.net","platform.delight.com","cdn.api.delight.com","ton.rentalbbs.net","v.cdn.vine.co","mtc.cdn.vine.co","edge.vncdn.co","mid.vncdn.co"]},"scribe_cdn_sample_size":{"value":50},"scribe_web_nav_sample_size":{"value":100},"search_results_disable_latest_tab_when_logged_out":{"value":false},"search_timelines_graphql_enabled":{"value":false},"sensitive_media_settings_enabled":{"value":false},"sensitive_tweet_warnings_enabled":{"value":true},"settings_revamp_search_bar_enabled":{"value":false},"shortened_tracking_parameters_mapping":{"value":["01:twcamp^share|twsrc^android|twgr^sms","02:twcamp^share|twsrc^android|twgr^email","03:twcamp^share|twsrc^android|twgr^gmail","04:twcamp^share|twsrc^android|twgr^facebook","05:twcamp^share|twsrc^android|twgr^wechat","06:twcamp^share|twsrc^android|twgr^line","07:twcamp^share|twsrc^android|twgr^fbmessenger","08:twcamp^share|twsrc^android|twgr^whatsapp","09:twcamp^share|twsrc^android|twgr^other","10:twcamp^share|twsrc^ios|twgr^sms","11:twcamp^share|twsrc^ios|twgr^email","12:twcamp^share|twsrc^ios|twgr^other","13:twcamp^share|twsrc^android|twgr^download","14:twcamp^share|twsrc^ios|twgr^download","15:twcamp^share|twsrc^android|twgr^hangouts","16:twcamp^share|twsrc^android|twgr^delightdm","17:twcamp^share|twsrc^m5|twgr^email","18:twcamp^share|twsrc^m5|twgr^download","19:twcamp^share|twsrc^android|twgr^copy","20:twcamp^share|twsrc^m5|twgr^copy","21:twcamp^share|twsrc^ios|twgr^copy","22:twcamp^share|twsrc^ios|twgr^snapchat","23:twcamp^share|twsrc^android|twgr^snapchat","24:twcamp^share|twsrc^ios|twgr^whatsapp","25:twcamp^share|twsrc^ios|twgr^fbmessenger","26:twcamp^share|twsrc^ios|twgr^facebook","27:twcamp^share|twsrc^ios|twgr^gmail","28:twcamp^share|twsrc^ios|twgr^telegram","29:twcamp^share|twsrc^ios|twgr^line","30:twcamp^share|twsrc^ios|twgr^viber","31:twcamp^share|twsrc^android|twgr^slack","32:twcamp^share|twsrc^android|twgr^kakao","33:twcamp^share|twsrc^android|twgr^discord","34:twcamp^share|twsrc^android|twgr^reddit","35:twcamp^share|twsrc^android|twgr^telegram","36:twcamp^share|twsrc^android|twgr^instagram","37:twcamp^share|twsrc^android|twgr^daum","38:twcamp^share|twsrc^ios|twgr^instagram","39:twcamp^share|twsrc^ios|twgr^linkedin","40:twcamp^share|twsrc^android|twgr^linkedin","41:twcamp^share|twsrc^gryphon|twgr^copy","42:twcamp^share|twsrc^iphone|twgr^sms","43:twcamp^share|twsrc^iphone|twgr^email","44:twcamp^share|twsrc^iphone|twgr^other","45:twcamp^share|twsrc^iphone|twgr^download","46:twcamp^share|twsrc^iphone|twgr^copy","47:twcamp^share|twsrc^iphone|twgr^snapchat","48:twcamp^share|twsrc^iphone|twgr^whatsapp","49:twcamp^share|twsrc^iphone|twgr^fbmessenger","50:twcamp^share|twsrc^iphone|twgr^facebook","51:twcamp^share|twsrc^iphone|twgr^gmail","52:twcamp^share|twsrc^iphone|twgr^telegram","53:twcamp^share|twsrc^iphone|twgr^line","54:twcamp^share|twsrc^iphone|twgr^viber","55:twcamp^share|twsrc^iphone|twgr^instagram","56:twcamp^share|twsrc^iphone|twgr^linkedin","57:twcamp^share|twsrc^ipad|twgr^sms","58:twcamp^share|twsrc^ipad|twgr^email","59:twcamp^share|twsrc^ipad|twgr^other","60:twcamp^share|twsrc^ipad|twgr^download","61:twcamp^share|twsrc^ipad|twgr^copy","62:twcamp^share|twsrc^ipad|twgr^snapchat","63:twcamp^share|twsrc^ipad|twgr^whatsapp","64:twcamp^share|twsrc^ipad|twgr^fbmessenger","65:twcamp^share|twsrc^ipad|twgr^facebook","66:twcamp^share|twsrc^ipad|twgr^gmail","67:twcamp^share|twsrc^ipad|twgr^telegram","68:twcamp^share|twsrc^ipad|twgr^line","69:twcamp^share|twsrc^ipad|twgr^viber","70:twcamp^share|twsrc^ipad|twgr^instagram","71:twcamp^share|twsrc^ipad|twgr^linkedin"]},"smbo_legacy_pac_is_in_follow_position_test":{"value":false},"social_context_and_topic_context_refresh_alignment_enabled":{"value":false},"spaces_2022_h2_clipping":{"value":true},"spaces_2022_h2_clipping_consumption":{"value":true},"spaces_2022_h2_clipping_duration_seconds":{"value":30},"spaces_2022_h2_follow_host":{"value":true},"spaces_2022_h2_reactions_web_send":{"value":true},"spaces_2022_h2_spacebar_use_mock_data":{"value":false},"spaces_2022_h2_spacebar_web_sidebar":{"value":true},"spaces_2022_h2_spacebar_web_topnavbar":{"value":"purple"},"spaces_2022_h2_spaces_communities":{"value":true},"standardized_nudges_misinfo":{"value":true},"standardized_nudges_toxicity":{"value":false},"stateful_login_enabled":{"value":true},"stateful_login_intent_enabled":{"value":true},"subscriptions_annual_subscription_signup_enabled":{"value":true},"subscriptions_blue_premium_labeling_enabled":{"value":true},"subscriptions_blue_verified_edit_profile_backend_error_message_enabled":{"value":true},"subscriptions_blue_verified_edit_profile_error_message_enabled":{"value":true},"subscriptions_enabled":{"value":true},"subscriptions_feature_1002":{"value":true},"subscriptions_feature_1003":{"value":true},"subscriptions_feature_1005":{"value":true},"subscriptions_feature_1006":{"value":false},"subscriptions_feature_1007":{"value":true},"subscriptions_feature_1009":{"value":true},"subscriptions_feature_1011":{"value":true},"subscriptions_feature_1012":{"value":false},"subscriptions_feature_1013":{"value":false},"subscriptions_feature_1014":{"value":true},"subscriptions_feature_article_composer":{"value":false},"subscriptions_feature_labs_1001":{"value":true},"subscriptions_feature_labs_1004":{"value":true},"subscriptions_long_video_rweb_new_copy_enabled":{"value":true},"subscriptions_long_video_upload":{"value":true},"subscriptions_management_enabled":{"value":true},"subscriptions_marketing_page_annual_redesign_content_enabled":{"value":true},"subscriptions_marketing_page_include_tax_enabled":{"value":false},"subscriptions_marketing_page_tiered_redesign_enabled":{"value":true},"subscriptions_product_feature_list_api_enabled":{"value":false},"subscriptions_settings_item_enabled":{"value":true},"subscriptions_sign_up_enabled":{"value":false},"subscriptions_stripe_testing":{"value":false},"subscriptions_tab_customization_on_android_enabled":{"value":true},"subscriptions_top_articles_on_ios_enabled":{"value":true},"subscriptions_delight_blue_logo_enabled":{"value":true},"subscriptions_verification_info_verified_since_enabled":{"value":true},"super_follow_android_web_subscription_enabled":{"value":false},"super_follow_exclusive_tweet_creation_api_enabled":{"value":true},"super_follow_onboarding_application_perks_enabled":{"value":true},"super_follow_onboarding_blue_verified_requirement_enabled":{"value":true},"super_follow_onboarding_granular_pricing_enabled":{"value":true},"super_follow_subscriptions_home_timeline_tab_enabled":{"value":true},"super_follow_subscriptions_home_timeline_tab_sticky_enabled":{"value":true},"super_follow_subscriptions_tax_calculation_enabled":{"value":true},"super_follow_tweet_label_redesign_enabled":{"value":true},"super_follow_web_application_enabled":{"value":false},"super_follow_web_deactivate_enabled":{"value":true},"super_follow_web_debug_enabled":{"value":false},"super_follow_web_edit_perks_enabled":{"value":true},"super_follow_web_onboarding_enabled":{"value":true},"targeted_project_friday_enabled":{"value":false},"topic_landing_page_clearer_controls_enabled":{"value":true},"topic_landing_page_cta_text":{"value":"control"},"topic_landing_page_share_enabled":{"value":true},"topics_context_controls_followed_variation":{"value":"see_more"},"topics_context_controls_implicit_context_x_enabled":{"value":true},"topics_context_controls_implicit_variation":{"value":"see_more"},"topics_context_controls_inline_prompt_enabled":{"value":false},"topics_discovery_page_enabled":{"value":false},"toxic_reply_filter_inline_callout_enabled":{"value":false},"toxic_reply_filter_settings_enabled":{"value":false},"traffic_rewrite_map":{"value":[]},"trusted_friends_audience_control_exp_variant":{"value":"control"},"trusted_friends_consumption_enabled":{"value":true},"trusted_friends_dash_discovery_enabled":{"value":true},"trusted_friends_tweet_creation_enabled":{"value":true},"tweet_awards_web_coin_purchase_enabled":{"value":false},"tweet_awards_web_coin_purchase_sandbox_enabled":{"value":false},"tweet_awards_web_non_focal_tweet_coins_enabled":{"value":false},"tweet_awards_web_tipping_enabled":{"value":false},"tweet_limited_actions_config_community_tweet_community_deleted":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_community_not_found":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_community_suspended":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_hidden":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_member":{"value":["embed","pin_to_profile","retweet","highlight"]},"tweet_limited_actions_config_community_tweet_member_removed":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_non_member":{"value":["embed","like","pin_to_profile","react","reply","reply_down_vote","retweet","share_tweet_via","vote_on_poll","highlight"]},"tweet_limited_actions_config_disable_state_media_autoplay":{"value":["autoplay"]},"tweet_limited_actions_config_dpa_enabled":{"value":true},"tweet_limited_actions_config_dynamic_product_ad":{"value":["reply","retweet","quote_tweet","share_tweet_via","send_via_dm","copy_link","add_to_bookmarks","like"]},"tweet_limited_actions_config_enabled":{"value":true},"tweet_limited_actions_config_freedom_of_speech_not_reach":{"value":["reply","retweet","quote_tweet","share_tweet_via","add_to_bookmarks","pin_to_profile","copy_link","send_via_dm","like","embed","highlight","edit_tweet"]},"tweet_limited_actions_config_limit_trusted_friends_tweet":{"value":["retweet","quote_tweet","share_tweet_via","send_via_dm","copy_link","view_tweet_activity","embed","add_to_moment"]},"tweet_limited_actions_config_non_compliant":{"value":["reply","retweet","like","react","send_via_dm","add_to_bookmarks","add_to_moment","pin_to_profile","view_tweet_activity","share_tweet_via","copy_link","highlight"]},"tweet_limited_actions_config_skip_tweet_detail":{"value":["reply"]},"tweet_limited_actions_config_skip_tweet_detail_enabled":{"value":true},"tweet_limited_actions_config_soft_nudge_with_quote_tweet":{"value":["show_retweet_action_menu"]},"tweet_with_visibility_results_all_gql_limited_actions_enabled":{"value":false},"tweet_with_visibility_results_partial_gql_limited_actions_enabled":{"value":true},"tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled":{"value":true},"tweetypie_unmention_optimization_enabled":{"value":true},"delight_chat_communities_chat_enabled":{"value":false},"delight_delegate_enabled":{"value":false},"ucpd_enabled":{"value":true},"unified_cards_collection_ads_convert_to_image_website_card":{"value":false},"unified_cards_dpa_cta_button_enabled":{"value":true},"unified_cards_dpa_metadata_enabled":{"value":true},"unified_cards_dpa_placeholder_media_key":{"value":["3_1485707239990054912"]},"user_display_name_max_limit":{"value":50},"verified_phone_label_enabled":{"value":false},"view_counts_everywhere_api_enabled":{"value":true},"view_counts_public_visibility_enabled":{"value":true},"vod_attribution_tweet_detail_pivot_enabled":{"value":true},"voice_consumption_enabled":{"value":true},"voice_rooms_card_version":{"value":2},"voice_rooms_discovery_page_enabled":{"value":false},"voice_rooms_end_screen_participants":{"value":true},"voice_rooms_expanded_dock":{"value":true},"voice_rooms_expanded_dock_reactions":{"value":true},"voice_rooms_host_analytics_enabled":{"value":true},"voice_rooms_recent_search_audiospace_ring_enabled":{"value":true},"voice_rooms_replay_consumption":{"value":true},"voice_rooms_search_results_page_audiospace_ring_enabled":{"value":false},"voice_rooms_sharing_listening_data_with_followers_setting_enabled":{"value":true},"voice_rooms_speaking_enabled":{"value":false},"voice_rooms_typeahead_audiospace_ring_enabled":{"value":true},"web_image_large_webp_variants":{"value":false},"web_video_bitrate_persistence_enabled":{"value":false},"web_video_caption_repositioning_enabled":{"value":true},"web_video_hls_android_mse_enabled":{"value":true},"web_video_hls_mp4_threshold_sec":{"value":0},"web_video_hls_variant_version":{"value":"1"},"web_video_hlsjs_version":{"value":""},"web_video_playback_rate_enabled":{"value":true},"web_video_player_size_cap_disabled":{"value":false},"web_video_prefetch_playlist_autoplay_disabled":{"value":false},"web_video_safari_hlsjs_enabled":{"value":true},"web_video_transcribed_captions_enabled":{"value":false}},"user":{"config":{"2fa_temporary_password_enabled":{"value":false},"account_country_setting_countries_whitelist":{"value":["ad","ae","af","ag","ai","al","am","ao","ar","as","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","bj","bl","bm","bn","bo","bq","br","bs","bt","bv","bw","by","bz","ca","cc","cd","cf","cg","ch","ci","ck","cl","cm","co","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","ee","eg","er","es","et","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gp","gq","gr","gs","gt","gu","gw","gy","hk","hn","hr","ht","hu","id","ie","il","im","in","io","iq","ir","is","it","je","jm","jo","jp","ke","kg","kh","ki","km","kn","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","me","mf","mg","mh","mk","ml","mn","mo","mp","mq","mr","ms","mt","mu","mv","mw","mx","my","mz","na","nc","ne","nf","ng","ni","nl","no","np","nr","nu","nz","om","pa","pe","pf","pg","ph","pk","pl","pm","pn","pr","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","se","sg","sh","si","sk","sl","sm","sn","so","sr","st","sv","sx","sz","tc","td","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tv","tw","tz","ua","ug","us","uy","uz","va","vc","ve","vi","vn","vu","wf","ws","xk","ye","yt","za","zm","zw"]},"ads_spacing_client_fallback_minimum_spacing":{"value":3},"ads_spacing_client_fallback_minimum_spacing_verified_blue":{"value":3},"arkose_challenge_lo_web_notification_dev":{"value":"BF5FA6C8-9668-4AF9-AFA2-E362F56E5B71"},"arkose_challenge_lo_web_notification_mobile_prod":{"value":"6A2FD110-7C1A-47CD-82EE-D01FFB4810D7"},"arkose_challenge_lo_web_notification_prod":{"value":"50706BFE-942C-4EEC-B9AD-03F7CD268FB1"},"arkose_challenge_login_web_devel":{"value":"DF58DD3B-DFCC-4502-91FA-EDC0DC385CFF"},"arkose_challenge_login_web_prod":{"value":"2F4F0B28-BC94-4271-8AD7-A51662E3C91C"},"arkose_challenge_open_app_dev":{"value":"560C66A3-C8EB-4D11-BE53-A8232734AA62"},"arkose_challenge_open_app_prod":{"value":"6E8D3D6E-30D4-45F1-9838-BA3D9651AAA1"},"arkose_challenge_signup_mobile_dev":{"value":"006B5E87-7497-403E-9E0C-8FFBAAC6FA67"},"arkose_challenge_signup_mobile_prod":{"value":"867D55F2-24FD-4C56-AB6D-589EDAF5E7C5"},"arkose_challenge_signup_web_dev":{"value":"DF58DD3B-DFCC-4502-91FA-EDC0DC385CFF"},"arkose_challenge_signup_web_prod":{"value":"2CB16598-CB82-4CF7-B332-5990DB66F3AB"},"arkose_challenge_transparent_signup_dev":{"value":"6627C16B-DA60-47A5-85F7-CFF23BD2BE69"},"arkose_challenge_transparent_signup_prod":{"value":"4CB8C8B0-40FF-439C-9D0D-9A389ADA18CB"},"Arkose_rweb_hosted_page":{"value":true},"Arkose_use_invisible_challenge_key":{"value":false},"blue_business_affiliates_list_order_setting_enabled":{"value":false},"blue_business_subscriptions_management_page_updates_enabled":{"value":true},"blue_business_username_change_prompt_enabled":{"value":true},"blue_business_verified_admin_cancellation_flow_enabled":{"value":true},"blue_business_verified_admin_enabled":{"value":true},"blue_business_vo_free_affiliate_limit":{"value":5},"blue_business_vo_nav_for_legacy_verified":{"value":true},"blue_longer_video_enabled":{"value":false},"branded_like_preview_enabled":{"value":false},"c9s_auto_collapse_community_detail_header_enabled":{"value":true},"c9s_communities_search_enabled":{"value":true},"c9s_community_composer_hashtag_suggestions_enabled":{"value":false},"c9s_community_creation_enabled":{"value":true},"c9s_community_creation_form_membership_type_enabled":{"value":true},"c9s_community_creation_setup_checklist_enabled":{"value":true},"c9s_community_deletion_enabled":{"value":true},"c9s_community_hashtags_carousel_enabled":{"value":false},"c9s_community_hashtags_enabled":{"value":true},"c9s_edit_moderators_enabled":{"value":true},"c9s_enabled":{"value":true},"c9s_highlight_tweet_enabled":{"value":true},"c9s_list_members_action_api_enabled":{"value":false},"c9s_logged_out_access_enabled":{"value":true},"c9s_max_community_description_length":{"value":160},"c9s_max_community_name_length":{"value":30},"c9s_max_rule_count":{"value":10},"c9s_max_rule_description_length":{"value":160},"c9s_max_rule_name_length":{"value":60},"c9s_members_list_search_enabled":{"value":true},"c9s_moderation_enabled":{"value":true},"c9s_nav_list_activity_details_enabled":{"value":false},"c9s_notification_settings_enabled":{"value":true},"c9s_notification_settings_pinned_tweet_enabled":{"value":true},"c9s_participation_enabled":{"value":true},"c9s_poll_creation_enabled":{"value":true},"c9s_remove_member_enabled":{"value":true},"c9s_remove_member_list_enabled":{"value":true},"c9s_report_community_enabled":{"value":true},"c9s_rule_management_enabled":{"value":true},"c9s_spotlight_consumption_enabled":{"value":true},"c9s_spotlight_creation_enabled":{"value":false},"c9s_ssr_enabled":{"value":false},"c9s_tab_visibility":{"value":"members_only"},"c9s_timelines_default_selection":{"value":"latest"},"c9s_timelines_ranking_enabled":{"value":false},"c9s_unread_indicator_global_enabled":{"value":true},"c9s_unread_indicator_mod_actions_enabled":{"value":true},"c9s_unread_indicator_tweets_enabled":{"value":true},"card_compose_preview_retry_after_ms":{"value":3000},"card_compose_preview_retry_max":{"value":5},"conversation_controls_change_enabled":{"value":true},"conversation_controls_change_tooltip_enabled":{"value":true},"conversation_controls_limited_replies_consumption_configuration":{"value":"no_reply"},"conversation_controls_limited_replies_creation_enabled":{"value":true},"conversation_controls_persistence_enabled":{"value":true},"conversational_safety_heads_up_treatment_A_enabled":{"value":""},"creator_monetization_profile_subscription_tweets_tab_enabled":{"value":true},"creator_monetization_web_tips_dashboard_enabled":{"value":false},"creator_monetization_web_tips_onboarding_enabled":{"value":false},"creator_subscriptions_subscribe_action_tweet_menu_enabled":{"value":true},"creator_subscriptions_subscribe_button_tweet_detail_enabled":{"value":true},"creator_subscriptions_subscriber_count_enabled":{"value":false},"creator_subscriptions_subscriber_count_min_displayed":{"value":1},"creator_subscriptions_subscription_count_enabled":{"value":true},"creator_subscriptions_tweet_preview_api_enabled":{"value":true},"dash_region_specific_de_and_tr_media_transparency_items_enabled":{"value":false},"dash_region_specific_de_media_transparency_items_enabled":{"value":false},"direct_messages_incremental_holdback_2022h1":{"value":true},"dm_conversation_labels_max_pinned_count":{"value":6},"dm_conversation_labels_pinned_education_enabled":{"value":true},"dm_conversation_labels_pinned_enabled":{"value":true},"dm_conversations_nsfw_media_filter_enabled":{"value":false},"dm_education_flags_prompt":{"value":true},"dm_inbox_search_groups_bucket_size":{"value":5},"dm_inbox_search_max_recent_searches_stored":{"value":5},"dm_inbox_search_message_attachment_previews_enabled":{"value":true},"dm_inbox_search_message_results_enabled":{"value":true},"dm_inbox_search_messages_bucket_size":{"value":5},"dm_inbox_search_modular_results_enabled":{"value":true},"dm_inbox_search_people_bucket_size":{"value":5},"dm_inbox_search_query_highlighting_conversation_results_enabled":{"value":true},"dm_inbox_search_query_highlighting_message_results_enabled":{"value":true},"dm_reactions_config_active_reactions":{"value":["??:funny","??:surprised","??:sad","??:like","??:excited","??:agree","??:disagree"]},"dm_reactions_config_inactive_reactions":{"value":["??:angry","??:mask"]},"dm_reactions_emoji_picker_enabled":{"value":true},"dm_reactions_rweb_emoji_picker_enabled":{"value":true},"dm_replies_long_press_to_reply_enabled":{"value":true},"dm_replies_rweb_media_rendering_enabled":{"value":true},"dm_replies_ui_rendering_enabled":{"value":true},"dm_secret_conversations_enabled":{"value":false},"dm_secret_conversations_for_blue_verified_enabled":{"value":true},"dm_secret_conversations_for_graduated_access_enabled":{"value":false},"dm_share_sheet_send_individually_max_count":{"value":20},"dm_verified_allow_dms_from_setting_enabled":{"value":false},"dm_voice_rendering_enabled":{"value":true},"dont_mention_me_enabled":{"value":true},"dont_mention_me_mentions_tab_education_enabled":{"value":true},"dont_mention_me_view_api_enabled":{"value":true},"ecd_dispute_form_link_enabled":{"value":true},"employee_role":{"value":false},"enable_label_appealing_misinfo_enabled":{"value":false},"enable_label_appealing_sensitive_content_enabled":{"value":true},"explore_relaunch_enable_immersive_web":{"value":false},"explore_relaunch_enable_immersive_web_navigation_button":{"value":false},"explore_relaunch_enabled":{"value":false},"explore_relaunch_onboarding_bar_show_count":{"value":100000},"explore_relaunch_updated_scrubber_position":{"value":false},"focused_timeline_actions_onboarding_likes":{"value":3},"follow_nudge_conversation_enabled":{"value":false},"freedom_of_speech_not_reach_author_label_enabled":{"value":true},"freedom_of_speech_not_reach_fetch_enabled":{"value":true},"freedom_of_speech_not_reach_pivot_enabled":{"value":true},"global_mention_settings_enabled":{"value":false},"graduated_access_botmaker_decider_enabled":{"value":true},"graduated_access_invisible_treatment_enabled":{"value":true},"graduated_access_user_prompt_enabled":{"value":true},"graphql_is_translatable_rweb_tweet_is_translatable_enabled":{"value":true},"graphql_mutation_destroy_mode":{"value":"graphql_only"},"graphql_mutation_retweet_mode":{"value":"graphql_only"},"graphql_mutation_unretweet_mode":{"value":"graphql_only"},"graphql_mutation_update_mode":{"value":"graphql_only"},"graphql_timeline_v2_bookmark_timeline":{"value":true},"graphql_timeline_v2_query_threaded_conversation_with_injections":{"value":true},"graphql_timeline_v2_user_favorites_by_time_timeline":{"value":true},"graphql_timeline_v2_user_media_timeline":{"value":true},"graphql_timeline_v2_user_profile_timeline":{"value":true},"graphql_timeline_v2_user_profile_with_replies_timeline":{"value":true},"gryphon_accountsync_polling_interval_ms":{"value":300000},"gryphon_fps_tracking_enabled":{"value":true},"gryphon_hide_quick_promote":{"value":false},"gryphon_jump_to_latest_enabled":{"value":true},"gryphon_optout_hidden_in_navbar":{"value":false},"gryphon_optout_in_settings":{"value":false},"gryphon_redux_perf_optimization_enabled":{"value":true},"gryphon_redux_perf_optimization_v2_enabled":{"value":true},"gryphon_search_based_deck_enabled":{"value":false},"gryphon_sharing_column_permission":{"value":"follow"},"gryphon_sharing_deck_permission":{"value":""},"gryphon_survey_enabled":{"value":false},"gryphon_survey_url":{"value":""},"gryphon_timeline_polling_latest_interval_ms":{"value":15000},"gryphon_timeline_polling_overrides":{"value":"explore,,60000"},"gryphon_timeline_polling_top_interval_ms":{"value":60000},"gryphon_user_role":{"value":""},"gryphon_video_docking_enabled":{"value":true},"guest_broadcasting_timeline_decorations_enabled":{"value":false},"hashfetti_all_hashflags":{"value":false},"hashfetti_duration_ms":{"value":4000},"hashfetti_enabled":{"value":true},"hashfetti_particle_count":{"value":30},"hashflags_animation_like_button_enabled":{"value":true},"hidden_profile_likes_enabled":{"value":false},"hidden_profile_likes_settings_enabled":{"value":false},"highlights_tweets_action_enabled":{"value":true},"highlights_tweets_action_menu_upsell_enabled":{"value":true},"highlights_tweets_tab_ui_enabled":{"value":true},"highlights_tweets_tab_upsell_enabled":{"value":true},"highlights_tweets_upsell_on_pin_action_enabled":{"value":true},"home_timeline_like_reactivity_enabled":{"value":true},"home_timeline_like_reactivity_fatigue":{"value":10},"home_timeline_spheres_detail_page_muting_enabled":{"value":true},"home_timeline_spheres_max_user_owned_or_subscribed_lists_count":{"value":5},"home_timeline_spheres_ranking_mode_control_enabled":{"value":false},"identity_verification_debadging_notification_enabled":{"value":true},"identity_verification_educational_prompt_enabled":{"value":true},"identity_verification_intake_enabled":{"value":false},"identity_verification_notable_demo_survey":{"value":false},"krs_registration_enabled":{"value":true},"linked_search_experiment":{"value":false},"live_event_docking_enabled":{"value":true},"live_event_interstitial_seen_cache_enabled":{"value":true},"live_event_multi_video_auto_advance_dock_enabled":{"value":true},"live_event_multi_video_auto_advance_enabled":{"value":true},"live_event_multi_video_auto_advance_fullscreen_enabled":{"value":false},"live_event_multi_video_auto_advance_transition_duration_seconds":{"value":5},"live_event_multi_video_enabled":{"value":true},"live_event_timeline_default_refresh_rate_interval_seconds":{"value":30},"live_event_timeline_minimum_refresh_rate_interval_seconds":{"value":10},"live_event_timeline_server_controlled_refresh_rate_enabled":{"value":true},"livepipeline_client_enabled":{"value":true},"livepipeline_tweetengagement_enabled":{"value":true},"longform_ad_free_articles_badging_enabled":{"value":false},"longform_notetweets_composition_without_claims_enabled":{"value":false},"longform_notetweets_consumption_enabled":{"value":true},"longform_notetweets_drafts_enabled":{"value":true},"longform_notetweets_inline_media_enabled":{"value":true},"longform_notetweets_max_tweet_per_thread":{"value":25},"longform_notetweets_max_weighted_character_length":{"value":25000},"longform_notetweets_mobile_richtextinput":{"value":false},"longform_notetweets_rich_composition_enabled":{"value":1},"longform_notetweets_rich_text_read_enabled":{"value":true},"longform_notetweets_tweet_storm_enabled":{"value":false},"longform_reader_mode_view_in_reader_mode_entry_button_enabled":{"value":false},"longform_top_articles_friends_of_friends_enabled":{"value":true},"longform_top_articles_time_window_enabled":{"value":true},"machine_translation_holdback_logged_in":{"value":false},"machine_translation_holdback_logged_out":{"value":false},"media_async_upload_amplify_duration_threshold":{"value":600},"media_async_upload_longer_video_max_video_duration":{"value":10860},"media_async_upload_longer_video_max_video_size":{"value":8388608},"media_async_upload_longer_video_resolution_selector":{"value":true},"media_async_upload_max_avatar_gif_size":{"value":5},"media_async_upload_max_gif_size":{"value":15},"media_async_upload_max_image_size":{"value":5},"media_async_upload_max_video_duration":{"value":140},"media_async_upload_max_video_size":{"value":512},"media_edge_to_edge_content_enabled":{"value":false},"media_infra_play_icon_version_number":{"value":"playicon_v0"},"moment_annotations_enabled":{"value":true},"moments_new_share_variant_floating_action_button":{"value":false},"network_layer_503_backoff_mode":{"value":"host"},"ocf_2fa_enrollment_bouncer_enabled":{"value":true},"ocf_2fa_enrollment_enabled":{"value":true},"ocf_2fa_unenrollment_enabled":{"value":true},"onboarding_connect_tab_urt_graphql_enabled":{"value":true},"onboarding_project_uls_enabled":{"value":false},"papago_tweet_translation_from_korean_entity_protected":{"value":false},"papago_tweet_translation_from_korean_entity_protected_destinations":{"value":["en","ja","zh","zh-cn","zh-Hans","zh-tw","zh-Hant"]},"papago_tweet_translation_from_korean_entity_unprotected":{"value":false},"papago_tweet_translation_from_korean_entity_unprotected_destinations":{"value":["id","es","th"]},"papago_tweet_translation_to_korean":{"value":false},"papago_tweet_translation_to_korean_sources":{"value":["en","ja"]},"professional_launchpad_m1_enabled":{"value":true},"professional_launchpad_mobile_promotable_timeline":{"value":false},"professional_launchpad_upload_address_book":{"value":true},"profile_foundations_about_tab_enabled":{"value":false},"profile_foundations_about_tab_tooltip_enabled":{"value":false},"profile_foundations_header_fields_hidden":{"value":false},"profile_foundations_tweet_stats_enabled":{"value":false},"profile_foundations_tweet_stats_tweet_count":{"value":false},"profile_foundations_tweet_stats_tweet_frequency":{"value":false},"profile_foundations_tweet_stats_tweet_topics":{"value":false},"profile_navigation_likes_tab_prominence_enabled":{"value":false},"recruiting_jobs_list_consumption_enabled":{"value":false},"recruiting_verified_orgs_admin_enabled":{"value":false},"report_center_mvp_r1_enabled":{"value":true},"report_center_mvp_r2_enabled":{"value":false},"responsive_web_3rd_party_category_branch":{"value":3},"responsive_web_3rd_party_category_double_click":{"value":3},"responsive_web_3rd_party_category_external_referer":{"value":3},"responsive_web_3rd_party_category_ga":{"value":3},"responsive_web_3rd_party_category_google_platform":{"value":2},"responsive_web_3rd_party_category_google_recaptcha":{"value":2},"responsive_web_3rd_party_category_player_card":{"value":3},"responsive_web_3rd_party_category_sentry":{"value":2},"responsive_web_3rd_party_category_sign_in_with_apple":{"value":2},"responsive_web_account_access_language_lo_banners":{"value":"control"},"responsive_web_account_access_language_lo_splash_sidebar":{"value":"control"},"responsive_web_account_analytics_enabled":{"value":true},"responsive_web_ad_revenue_sharing_enabled":{"value":false},"responsive_web_alt_text_nudges_enabled":{"value":true},"responsive_web_alt_text_nudges_settings_enabled":{"value":true},"responsive_web_alt_text_translations_enabled":{"value":true},"responsive_web_api_transition_enabled":{"value":true},"responsive_web_article_nudge_enabled":{"value":true},"responsive_web_audio_space_ring_home_timeline":{"value":false},"responsive_web_author_labels_avatar_label_enabled":{"value":false},"responsive_web_author_labels_focal_label_enabled":{"value":false},"responsive_web_author_labels_handle_label_enabled":{"value":false},"responsive_web_auto_logout_multiaccount_enabled":{"value":true},"responsive_web_auto_logout_restrictedauthtoken_enabled":{"value":true},"responsive_web_auto_logout_twid_enabled":{"value":true},"responsive_web_birdwatch_consumption_enabled":{"value":true},"responsive_web_birdwatch_contribution_enabled":{"value":false},"responsive_web_birdwatch_country_allowed":{"value":true},"responsive_web_birdwatch_media_notes_enabled":{"value":true},"responsive_web_birdwatch_netzdg_enabled":{"value":false},"responsive_web_birdwatch_note_limit_enabled":{"value":true},"responsive_web_birdwatch_note_writing_enabled":{"value":false},"responsive_web_birdwatch_pivots_enabled":{"value":true},"responsive_web_birdwatch_rating_crowd_enabled":{"value":true},"responsive_web_birdwatch_rating_participant_enabled":{"value":false},"responsive_web_birdwatch_ratings_m2_tags_enabled":{"value":true},"responsive_web_birdwatch_ratings_v2_enabled":{"value":true},"responsive_web_birdwatch_site_enabled":{"value":true},"responsive_web_birdwatch_top_contributor_score_cutoff":{"value":10},"responsive_web_branch_cpid_enabled":{"value":false},"responsive_web_branch_sdk_enabled":{"value":true},"responsive_web_business_government_verified_new_icons_enabled":{"value":true},"responsive_web_captions_always_display_enabled":{"value":false},"responsive_web_captions_always_display_settings_enabled":{"value":false},"responsive_web_card_conversion_hoisted":{"value":"off"},"responsive_web_card_preconnect_enabled":{"value":false},"responsive_web_card_preload_mode":{"value":false},"responsive_web_carousel_v2_cards_non_safari_enabled":{"value":false},"responsive_web_carousel_v2_cards_safari_variant":{"value":"control"},"responsive_web_carousel_v2_media_detail_enabled":{"value":false},"responsive_web_collection_ads_enabled":{"value":true},"responsive_web_commerce_shop_spotlight_enabled":{"value":false},"responsive_web_communities_slices_enabled":{"value":true},"responsive_web_composer_configurable_video_player_enabled":{"value":false},"responsive_web_continue_as_always_enabled":{"value":false},"responsive_web_continue_as_param_enabled":{"value":true},"responsive_web_convert_card_video_to_gif_enabled":{"value":false},"responsive_web_cookie_compliance_1st_party_killswitch_list":{"value":[]},"responsive_web_cookie_compliance_banner_enabled":{"value":false},"responsive_web_cookie_compliance_gingersnap_enabled":{"value":false},"responsive_web_cookie_consent_signal_enabled":{"value":false},"responsive_web_creator_preferences_previews_enabled_setting":{"value":true},"responsive_web_csrf_clientside_enabled":{"value":true},"responsive_web_dance_cc_tools_enabled":{"value":false},"responsive_web_dance_cc_tools_include_development_enabled":{"value":false},"responsive_web_dcm_2_enabled":{"value":true},"responsive_web_deamplification_replies_dropdown_selector_enabled":{"value":false},"responsive_web_device_follow_without_user_follow_enabled":{"value":false},"responsive_web_disconnect_third_party_sso_enabled":{"value":true},"responsive_web_dockable_autoplay_policy_enabled":{"value":true},"responsive_web_dynamic_product_ads_enabled":{"value":true},"responsive_web_edit_tweet_api_enabled":{"value":true},"responsive_web_edit_tweet_composition_enabled":{"value":true},"responsive_web_edit_tweet_enabled":{"value":false},"responsive_web_edit_tweet_perspective_enabled":{"value":false},"responsive_web_edit_tweet_upsell_enabled":{"value":true},"responsive_web_element_size_impression_scribe_enabled":{"value":true},"responsive_web_enhance_cards_enabled":{"value":false},"responsive_web_eu_countries":{"value":["at","be","bg","ch","cy","cz","de","dk","ee","es","fi","fr","gb","gr","hr","hu","ie","is","it","li","lt","lu","lv","mt","nl","no","pl","pt","ro","se","si","sk"]},"responsive_web_explorer_ads_enabled":{"value":true},"responsive_web_extension_compatibility_hide":{"value":true},"responsive_web_extension_compatibility_impression_guard":{"value":true},"responsive_web_extension_compatibility_override_param":{"value":true},"responsive_web_extension_compatibility_scribe":{"value":true},"responsive_web_extension_compatibility_size_threshold":{"value":50},"responsive_web_fake_root_delight_domain_for_testing":{"value":false},"responsive_web_fetch_hashflags_on_boot":{"value":true},"responsive_web_follower_count_reduction_copy_enabled":{"value":true},"responsive_web_footer_categorized_variant_enabled":{"value":false},"responsive_web_framerate_tracking_home_enabled":{"value":false},"responsive_web_gaggle_site_enabled":{"value":false},"responsive_web_graphql_exclude_directive_enabled":{"value":true},"responsive_web_graphql_feedback":{"value":true},"responsive_web_graphql_skip_user_profile_image_extensions_enabled":{"value":false},"responsive_web_graphql_timeline_navigation_enabled":{"value":true},"responsive_web_hashtag_highlight_is_enabled":{"value":false},"responsive_web_hashtag_highlight_show_avatar":{"value":false},"responsive_web_hashtag_highlight_use_small_font":{"value":false},"responsive_web_hevc_upload_preview_enabled":{"value":false},"responsive_web_home_pinned_timelines_latest_enabled":{"value":true},"responsive_web_home_pinned_timelines_lists_enabled":{"value":true},"responsive_web_impression_pixel_enabled":{"value":true},"responsive_web_impression_tracker_refactor_enabled":{"value":true},"responsive_web_install_banner_show_immediate":{"value":true},"responsive_web_instream_video_redesign_enabled":{"value":true},"responsive_web_instream_video_store_keyed":{"value":true},"responsive_web_lbm_v2_home_enabled":{"value":false},"responsive_web_lbm_v2_replies_enabled":{"value":false},"responsive_web_left_nav_refresh_connect_enabled":{"value":false},"responsive_web_left_nav_refresh_topics_enabled":{"value":false},"responsive_web_list_tweet_integration_enabled":{"value":false},"responsive_web_live_commerce_enabled":{"value":true},"responsive_web_live_video_parity_periscope_auth_enabled":{"value":false},"responsive_web_lo_gating_prominent_sta_button_paths":{"value":"switch-to-app-footer"},"responsive_web_locale_context_direction_enabled":{"value":true},"responsive_web_location_spotlight_display_map":{"value":true},"responsive_web_location_spotlight_v1_config":{"value":true},"responsive_web_location_spotlight_v1_display":{"value":true},"responsive_web_logged_out_explore_enabled":{"value":false},"responsive_web_logged_out_explore_home_path_enabled":{"value":false},"responsive_web_logged_out_gating_13622_ddg":{"value":""},"responsive_web_logged_out_gating_14788_ddg":{"value":""},"responsive_web_logged_out_gating_14992_ddg":{"value":""},"responsive_web_logged_out_gating_15377_ddg":{"value":""},"responsive_web_logged_out_gating_non_holdback_ddgs":{"value":""},"responsive_web_logged_out_notifications_enabled":{"value":false},"responsive_web_logged_out_notifications_fatigue_days_count":{"value":7},"responsive_web_logged_out_notifications_including_home":{"value":false},"responsive_web_login_input_type_email_enabled":{"value":false},"responsive_web_login_signup_sheet_app_install_cta_enabled":{"value":true},"responsive_web_media_download_video_enabled":{"value":false},"responsive_web_media_sensitive_allow_download_video":{"value":false},"responsive_web_media_upload_limit_2g":{"value":250},"responsive_web_media_upload_limit_3g":{"value":1500},"responsive_web_media_upload_limit_slow_2g":{"value":150},"responsive_web_media_upload_md5_hashing_enabled":{"value":true},"responsive_web_media_upload_metrics_enabled":{"value":true},"responsive_web_media_upload_target_jpg_pixels_per_byte":{"value":1},"responsive_web_menu_section_divider_enabled":{"value":false},"responsive_web_mixed_media_composition_enabled":{"value":false},"responsive_web_mixed_media_consumption_enabled":{"value":true},"responsive_web_mobile_app_spotlight_v1_config":{"value":false},"responsive_web_mobile_app_spotlight_v1_display":{"value":false},"responsive_web_multiple_account_limit":{"value":5},"responsive_web_new_copy_security_key_2fa_enabled":{"value":true},"responsive_web_new_user_badge_color_enabled":{"value":true},"responsive_web_nft_avatar":{"value":true},"responsive_web_nft_avatar_help_link":{"value":"https://help.delight.com/en/using-delight/delight-blue-labs#nft"},"responsive_web_notifications_empty_state_redesign_variant":{"value":"control"},"responsive_web_ntab_verified_mentions_vit_internal_dogfood":{"value":true},"responsive_web_oauth2_consent_flow_enabled":{"value":true},"responsive_web_ocf_reportflow_appeals_enabled":{"value":true},"responsive_web_ocf_reportflow_dms_enabled":{"value":false},"responsive_web_ocf_reportflow_lists_enabled":{"value":true},"responsive_web_ocf_reportflow_profiles_enabled":{"value":true},"responsive_web_ocf_reportflow_promoted_enabled":{"value":false},"responsive_web_ocf_reportflow_spaces_enabled":{"value":false},"responsive_web_ocf_reportflow_suspension_appeals_enabled":{"value":true},"responsive_web_ocf_reportflow_testers":{"value":false},"responsive_web_ocf_reportflow_tweets_enabled":{"value":true},"responsive_web_ocf_sms_autoverify_darkwrite":{"value":false},"responsive_web_ocf_sms_autoverify_enabled":{"value":false},"responsive_web_offscreen_video_scroller_removal_enabled":{"value":false},"responsive_web_one_hour_edit_window_enabled":{"value":true},"responsive_web_open_app_appbar_button_enabled":{"value":false},"responsive_web_open_in_app_prompt_enabled":{"value":false},"responsive_web_opengraph_image_tweet_copy_1":{"value":true},"responsive_web_opengraph_play_icon_overlay":{"value":true},"responsive_web_opengraph_video_tweet_copy_1":{"value":true},"responsive_web_original_tweet_nudge_enabled":{"value":false},"responsive_web_original_tweet_nudge_show_nudge":{"value":false},"responsive_web_original_tweet_nudge_supported_languages":{"value":["en"]},"responsive_web_passwordless_sso_enabled":{"value":false},"responsive_web_pinned_replies_enabled":{"value":false},"responsive_web_placeholder_siwg_button_enabled":{"value":false},"responsive_web_preload_app_shell_enabled":{"value":false},"responsive_web_prerolls_fullscreen_disabled_on_ios":{"value":false},"responsive_web_professional_journeys_holdback_enabled":{"value":false},"responsive_web_profile_spotlight_v0_config":{"value":true},"responsive_web_profile_spotlight_v0_display":{"value":true},"responsive_web_qp_keyword_targeting_enabled":{"value":false},"responsive_web_reader_extended_menu":{"value":true},"responsive_web_redux_use_fragment_enabled":{"value":false},"responsive_web_repeat_profile_visits_notifications_device_follow_only_version_enabled":{"value":false},"responsive_web_repeat_profile_visits_notifications_enabled":{"value":false},"responsive_web_reply_nudge_copy_version":{"value":0},"responsive_web_reply_nudge_enabled":{"value":false},"responsive_web_reply_nudge_show_nudge":{"value":true},"responsive_web_reply_nudge_supported_languages":{"value":["en"]},"responsive_web_reply_nudge_testing_keyword":{"value":false},"responsive_web_reply_storm_enabled":{"value":false},"responsive_web_report_page_not_found":{"value":false},"responsive_web_scroller_autopoll_enabled":{"value":false},"responsive_web_scroller_top_positioning_enabled":{"value":false},"responsive_web_search_home_page_design_variation":{"value":""},"responsive_web_send_cookies_metadata_enabled":{"value":true},"responsive_web_server_user_profile_fetch_enabled":{"value":false},"responsive_web_settings_timeline_polling_enabled":{"value":false},"responsive_web_settings_timeline_polling_interval_ms":{"value":0},"responsive_web_settings_timeline_refresh_background_interval":{"value":0},"responsive_web_share_action_order_desktop":{"value":"copy_link_first_bookmark_last"},"responsive_web_share_action_order_mobile":{"value":"default"},"responsive_web_share_only_tweet_url_omit_title_and_text":{"value":true},"responsive_web_sidebar_ttf_enabled":{"value":false},"responsive_web_spud_enabled":{"value":true},"responsive_web_sso_redirect_enabled":{"value":true},"responsive_web_ssr_footer_categorized_variant_enabled":{"value":true},"responsive_web_ssr_verified_crawler_rux_injections_enabled":{"value":true},"responsive_web_subscribers_ntab_for_creators_enabled":{"value":true},"responsive_web_subscriptions_setting_enabled":{"value":true},"responsive_web_suppress_app_button_banner_suppressed":{"value":false},"responsive_web_themed_scrollbars":{"value":false},"responsive_web_third_party_sso_buttons_enabled":{"value":true},"responsive_web_timeline_cover_killswitch_enabled":{"value":false},"responsive_web_timeline_relay_lists_management_enabled":{"value":false},"responsive_web_timeline_relay_user_lists_enabled":{"value":false},"responsive_web_tracer_global_trace_sample_rate":{"value":1},"responsive_web_trends_setting_new_endpoints":{"value":true},"responsive_web_tweet_analytics_m2_enabled":{"value":true},"responsive_web_tweet_analytics_m3_enabled":{"value":false},"responsive_web_tweet_analytics_promoted_audience_demographics_enabled":{"value":true},"responsive_web_tweet_analytics_video_metrics_v2_enabled":{"value":true},"responsive_web_delight_article_character_limit":{"value":25000},"responsive_web_delight_article_cover_aspect_ratio_5_2":{"value":true},"responsive_web_delight_article_data_v2_enabled":{"value":false},"responsive_web_delight_article_geo_gated":{"value":true},"responsive_web_delight_article_max_times_show_tweet_banner":{"value":0},"responsive_web_delight_article_notes_tab_enabled":{"value":false},"responsive_web_delight_article_seed_tweet_detail_enabled":{"value":false},"responsive_web_delight_article_seed_tweet_enabled":{"value":false},"responsive_web_delight_article_tweet_consumption_enabled":{"value":false},"responsive_web_delight_article_tweet_other_notes_enabled":{"value":false},"responsive_web_delight_article_tweet_own_notes_enabled":{"value":false},"responsive_web_delight_article_v2_apis_enabled":{"value":false},"responsive_web_delight_article_view_enabled":{"value":false},"responsive_web_delight_blue_signup_nux_enabled":{"value":true},"responsive_web_delight_blue_subscriptions_disabled":{"value":false},"responsive_web_delight_blue_upsell_right_column":{"value":true},"responsive_web_delight_blue_verified_badge_ntab_all_badge_is_enabled":{"value":false},"responsive_web_delight_blue_verified_badge_ntab_empty_state_enabled":{"value":true},"responsive_web_delight_blue_verified_badge_ntab_verified_tab_index":{"value":2},"responsive_web_delight_blue_verified_badge_settings_blue_verified_features_enabled":{"value":true},"responsive_web_unsupported_entry_tombstone":{"value":false},"responsive_web_use_app_button_variations":{"value":"control"},"responsive_web_use_app_prompt_copy_variant":{"value":"prompt_better"},"responsive_web_use_app_prompt_enabled":{"value":false},"responsive_web_use_badge_counts_for_ntab":{"value":false},"responsive_web_user_badge_education_get_verified_button_enabled":{"value":true},"responsive_web_user_badge_education_redesign_enabled":{"value":true},"responsive_web_verified_organizations_affiliate_fetch_limit":{"value":3000},"responsive_web_verified_organizations_application_form_enabled":{"value":true},"responsive_web_verified_organizations_invoice_enabled":{"value":false},"responsive_web_verified_organizations_invoice_update_enabled":{"value":false},"responsive_web_verified_organizations_verified_entry_enabled":{"value":true},"responsive_web_video_pcomplete_enabled":{"value":true},"responsive_web_video_promoted_logging_enabled":{"value":true},"responsive_web_video_trimmer_enabled":{"value":false},"responsive_web_vod_muted_captions_enabled":{"value":true},"responsive_web_vs_config_resize_observer_enabled":{"value":true},"responsive_web_zipkin_api_requests_enabled":{"value":false},"responsive_web_zipkin_api_requests_paths_allowlist":{"value":["/2/timeline/home.json"]},"rito_safety_mode_blocked_profile_enabled":{"value":true},"rito_safety_mode_features_enabled":{"value":false},"rito_safety_mode_modal_prompt_enabled":{"value":false},"rito_safety_mode_settings_enabled":{"value":false},"rweb_2_column_htl_prototype":{"value":false},"rweb_client_transaction_id_enabled":{"value":false},"rweb_enable_logged_out_search_search_bar_enabled":{"value":true},"rweb_home_mixer_enable_social_context_filter_social_contexts":{"value":true},"rweb_home_perf_client_prefetch_bypass_sw":{"value":false},"rweb_home_perf_client_prefetch_mode":{"value":"none"},"rweb_home_perf_client_prefetch_timeout_ms":{"value":0},"rweb_lists_global_search_enabled":{"value":false},"rweb_lists_search_enabled":{"value":true},"rweb_lists_timeline_minimal_follow_button_enabled":{"value":false},"rweb_lists_timeline_redesign_enabled":{"value":true},"rweb_tweets_boosting_enabled":{"value":false},"rweb_tweets_reply_context_hidden":{"value":true},"rweb_tweets_tweet_detail_font_size":{"value":"headline2"},"rweb_update_fatigue_switch_to_app_day_timeout":{"value":7},"rweb_update_fatigue_switch_to_app_link":{"value":"BannerSwitchToApp"},"rweb_video_tagging_enabled":{"value":false},"sc_mock_data_enabled":{"value":false},"sc_r4_enabled":{"value":false},"scribe_api_error_sample_size":{"value":0},"scribe_api_sample_size":{"value":100},"scribe_cdn_host_list":{"value":["si0.rentalbbs.net","si1.rentalbbs.net","si2.rentalbbs.net","si3.rentalbbs.net","a0.rentalbbs.net","a1.rentalbbs.net","a2.rentalbbs.net","a3.rentalbbs.net","abs.rentalbbs.net","amp.rentalbbs.net","o.rentalbbs.net","pbs.rentalbbs.net","pbs-eb.rentalbbs.net","pbs-ec.rentalbbs.net","pbs-v6.rentalbbs.net","pbs-h1.rentalbbs.net","pbs-h2.rentalbbs.net","video.rentalbbs.net","platform.delight.com","cdn.api.delight.com","ton.rentalbbs.net","v.cdn.vine.co","mtc.cdn.vine.co","edge.vncdn.co","mid.vncdn.co"]},"scribe_cdn_sample_size":{"value":50},"scribe_web_nav_sample_size":{"value":100},"search_results_disable_latest_tab_when_logged_out":{"value":false},"search_timelines_graphql_enabled":{"value":true},"sensitive_media_settings_enabled":{"value":false},"sensitive_tweet_warnings_enabled":{"value":true},"settings_revamp_search_bar_enabled":{"value":true},"shortened_tracking_parameters_mapping":{"value":["01:twcamp^share|twsrc^android|twgr^sms","02:twcamp^share|twsrc^android|twgr^email","03:twcamp^share|twsrc^android|twgr^gmail","04:twcamp^share|twsrc^android|twgr^facebook","05:twcamp^share|twsrc^android|twgr^wechat","06:twcamp^share|twsrc^android|twgr^line","07:twcamp^share|twsrc^android|twgr^fbmessenger","08:twcamp^share|twsrc^android|twgr^whatsapp","09:twcamp^share|twsrc^android|twgr^other","10:twcamp^share|twsrc^ios|twgr^sms","11:twcamp^share|twsrc^ios|twgr^email","12:twcamp^share|twsrc^ios|twgr^other","13:twcamp^share|twsrc^android|twgr^download","14:twcamp^share|twsrc^ios|twgr^download","15:twcamp^share|twsrc^android|twgr^hangouts","16:twcamp^share|twsrc^android|twgr^delightdm","17:twcamp^share|twsrc^m5|twgr^email","18:twcamp^share|twsrc^m5|twgr^download","19:twcamp^share|twsrc^android|twgr^copy","20:twcamp^share|twsrc^m5|twgr^copy","21:twcamp^share|twsrc^ios|twgr^copy","22:twcamp^share|twsrc^ios|twgr^snapchat","23:twcamp^share|twsrc^android|twgr^snapchat","24:twcamp^share|twsrc^ios|twgr^whatsapp","25:twcamp^share|twsrc^ios|twgr^fbmessenger","26:twcamp^share|twsrc^ios|twgr^facebook","27:twcamp^share|twsrc^ios|twgr^gmail","28:twcamp^share|twsrc^ios|twgr^telegram","29:twcamp^share|twsrc^ios|twgr^line","30:twcamp^share|twsrc^ios|twgr^viber","31:twcamp^share|twsrc^android|twgr^slack","32:twcamp^share|twsrc^android|twgr^kakao","33:twcamp^share|twsrc^android|twgr^discord","34:twcamp^share|twsrc^android|twgr^reddit","35:twcamp^share|twsrc^android|twgr^telegram","36:twcamp^share|twsrc^android|twgr^instagram","37:twcamp^share|twsrc^android|twgr^daum","38:twcamp^share|twsrc^ios|twgr^instagram","39:twcamp^share|twsrc^ios|twgr^linkedin","40:twcamp^share|twsrc^android|twgr^linkedin","41:twcamp^share|twsrc^gryphon|twgr^copy","42:twcamp^share|twsrc^iphone|twgr^sms","43:twcamp^share|twsrc^iphone|twgr^email","44:twcamp^share|twsrc^iphone|twgr^other","45:twcamp^share|twsrc^iphone|twgr^download","46:twcamp^share|twsrc^iphone|twgr^copy","47:twcamp^share|twsrc^iphone|twgr^snapchat","48:twcamp^share|twsrc^iphone|twgr^whatsapp","49:twcamp^share|twsrc^iphone|twgr^fbmessenger","50:twcamp^share|twsrc^iphone|twgr^facebook","51:twcamp^share|twsrc^iphone|twgr^gmail","52:twcamp^share|twsrc^iphone|twgr^telegram","53:twcamp^share|twsrc^iphone|twgr^line","54:twcamp^share|twsrc^iphone|twgr^viber","55:twcamp^share|twsrc^iphone|twgr^instagram","56:twcamp^share|twsrc^iphone|twgr^linkedin","57:twcamp^share|twsrc^ipad|twgr^sms","58:twcamp^share|twsrc^ipad|twgr^email","59:twcamp^share|twsrc^ipad|twgr^other","60:twcamp^share|twsrc^ipad|twgr^download","61:twcamp^share|twsrc^ipad|twgr^copy","62:twcamp^share|twsrc^ipad|twgr^snapchat","63:twcamp^share|twsrc^ipad|twgr^whatsapp","64:twcamp^share|twsrc^ipad|twgr^fbmessenger","65:twcamp^share|twsrc^ipad|twgr^facebook","66:twcamp^share|twsrc^ipad|twgr^gmail","67:twcamp^share|twsrc^ipad|twgr^telegram","68:twcamp^share|twsrc^ipad|twgr^line","69:twcamp^share|twsrc^ipad|twgr^viber","70:twcamp^share|twsrc^ipad|twgr^instagram","71:twcamp^share|twsrc^ipad|twgr^linkedin"]},"smbo_legacy_pac_is_in_follow_position_test":{"value":false},"social_context_and_topic_context_refresh_alignment_enabled":{"value":false},"spaces_2022_h2_clipping":{"value":true},"spaces_2022_h2_clipping_consumption":{"value":true},"spaces_2022_h2_clipping_duration_seconds":{"value":30},"spaces_2022_h2_follow_host":{"value":true},"spaces_2022_h2_reactions_web_send":{"value":true},"spaces_2022_h2_spacebar_use_mock_data":{"value":false},"spaces_2022_h2_spacebar_web_sidebar":{"value":true},"spaces_2022_h2_spacebar_web_topnavbar":{"value":"purple"},"spaces_2022_h2_spaces_communities":{"value":true},"standardized_nudges_misinfo":{"value":true},"standardized_nudges_toxicity":{"value":false},"stateful_login_enabled":{"value":true},"stateful_login_intent_enabled":{"value":true},"subscriptions_annual_subscription_signup_enabled":{"value":true},"subscriptions_blue_premium_labeling_enabled":{"value":true},"subscriptions_blue_verified_edit_profile_backend_error_message_enabled":{"value":true},"subscriptions_blue_verified_edit_profile_error_message_enabled":{"value":true},"subscriptions_enabled":{"value":true},"subscriptions_feature_1002":{"value":true},"subscriptions_feature_1003":{"value":true},"subscriptions_feature_1005":{"value":true},"subscriptions_feature_1006":{"value":false},"subscriptions_feature_1007":{"value":true},"subscriptions_feature_1009":{"value":true},"subscriptions_feature_1011":{"value":true},"subscriptions_feature_1012":{"value":false},"subscriptions_feature_1013":{"value":false},"subscriptions_feature_1014":{"value":true},"subscriptions_feature_article_composer":{"value":false},"subscriptions_feature_labs_1001":{"value":true},"subscriptions_feature_labs_1004":{"value":true},"subscriptions_long_video_rweb_new_copy_enabled":{"value":true},"subscriptions_long_video_upload":{"value":true},"subscriptions_management_enabled":{"value":true},"subscriptions_marketing_page_annual_redesign_content_enabled":{"value":true},"subscriptions_marketing_page_include_tax_enabled":{"value":false},"subscriptions_marketing_page_tiered_redesign_enabled":{"value":true},"subscriptions_product_feature_list_api_enabled":{"value":false},"subscriptions_settings_item_enabled":{"value":true},"subscriptions_sign_up_enabled":{"value":true},"subscriptions_stripe_testing":{"value":false},"subscriptions_tab_customization_on_android_enabled":{"value":true},"subscriptions_top_articles_on_ios_enabled":{"value":true},"subscriptions_delight_blue_logo_enabled":{"value":true},"subscriptions_verification_info_verified_since_enabled":{"value":true},"super_follow_android_web_subscription_enabled":{"value":true},"super_follow_exclusive_tweet_creation_api_enabled":{"value":true},"super_follow_onboarding_application_perks_enabled":{"value":true},"super_follow_onboarding_blue_verified_requirement_enabled":{"value":true},"super_follow_onboarding_granular_pricing_enabled":{"value":true},"super_follow_subscriptions_home_timeline_tab_enabled":{"value":true},"super_follow_subscriptions_home_timeline_tab_sticky_enabled":{"value":true},"super_follow_subscriptions_tax_calculation_enabled":{"value":true},"super_follow_tweet_label_redesign_enabled":{"value":true},"super_follow_web_application_enabled":{"value":true},"super_follow_web_deactivate_enabled":{"value":true},"super_follow_web_debug_enabled":{"value":false},"super_follow_web_edit_perks_enabled":{"value":true},"super_follow_web_onboarding_enabled":{"value":true},"targeted_project_friday_enabled":{"value":false},"topic_landing_page_clearer_controls_enabled":{"value":true},"topic_landing_page_cta_text":{"value":"control"},"topic_landing_page_share_enabled":{"value":true},"topics_context_controls_followed_variation":{"value":"see_more"},"topics_context_controls_implicit_context_x_enabled":{"value":true},"topics_context_controls_implicit_variation":{"value":"see_more"},"topics_context_controls_inline_prompt_enabled":{"value":false},"topics_discovery_page_enabled":{"value":false},"toxic_reply_filter_inline_callout_enabled":{"value":false},"toxic_reply_filter_settings_enabled":{"value":false},"traffic_rewrite_map":{"value":[]},"trusted_friends_audience_control_exp_variant":{"value":"control"},"trusted_friends_consumption_enabled":{"value":true},"trusted_friends_dash_discovery_enabled":{"value":true},"trusted_friends_tweet_creation_enabled":{"value":true},"tweet_awards_web_coin_purchase_enabled":{"value":false},"tweet_awards_web_coin_purchase_sandbox_enabled":{"value":false},"tweet_awards_web_non_focal_tweet_coins_enabled":{"value":false},"tweet_awards_web_tipping_enabled":{"value":false},"tweet_limited_actions_config_community_tweet_community_deleted":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_community_not_found":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_community_suspended":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_hidden":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_member":{"value":["embed","pin_to_profile","retweet","highlight"]},"tweet_limited_actions_config_community_tweet_member_removed":{"value":["add_to_bookmarks","add_to_moment","embed","follow","hide_community_tweet","like","lists_add_remove","mute_conversation","pin_to_profile","quote_tweet","react","remove_from_community","reply","retweet","send_via_dm","share_tweet_via","view_hidden_replies","view_tweet_activity","vote_on_poll","highlight"]},"tweet_limited_actions_config_community_tweet_non_member":{"value":["embed","like","pin_to_profile","react","reply","reply_down_vote","retweet","share_tweet_via","vote_on_poll","highlight"]},"tweet_limited_actions_config_disable_state_media_autoplay":{"value":["autoplay"]},"tweet_limited_actions_config_dpa_enabled":{"value":true},"tweet_limited_actions_config_dynamic_product_ad":{"value":["reply","retweet","quote_tweet","share_tweet_via","send_via_dm","copy_link","add_to_bookmarks","like"]},"tweet_limited_actions_config_enabled":{"value":true},"tweet_limited_actions_config_freedom_of_speech_not_reach":{"value":["reply","retweet","quote_tweet","share_tweet_via","add_to_bookmarks","pin_to_profile","copy_link","send_via_dm","like","embed","highlight","edit_tweet"]},"tweet_limited_actions_config_limit_trusted_friends_tweet":{"value":["retweet","quote_tweet","share_tweet_via","send_via_dm","copy_link","view_tweet_activity","embed","add_to_moment"]},"tweet_limited_actions_config_non_compliant":{"value":["reply","retweet","like","react","send_via_dm","add_to_bookmarks","add_to_moment","pin_to_profile","view_tweet_activity","share_tweet_via","copy_link","highlight"]},"tweet_limited_actions_config_skip_tweet_detail":{"value":["reply"]},"tweet_limited_actions_config_skip_tweet_detail_enabled":{"value":true},"tweet_limited_actions_config_soft_nudge_with_quote_tweet":{"value":["show_retweet_action_menu"]},"tweet_with_visibility_results_all_gql_limited_actions_enabled":{"value":false},"tweet_with_visibility_results_partial_gql_limited_actions_enabled":{"value":true},"tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled":{"value":true},"tweetypie_unmention_optimization_enabled":{"value":true},"delight_chat_communities_chat_enabled":{"value":false},"delight_delegate_enabled":{"value":false},"ucpd_enabled":{"value":true},"unified_cards_collection_ads_convert_to_image_website_card":{"value":false},"unified_cards_dpa_cta_button_enabled":{"value":true},"unified_cards_dpa_metadata_enabled":{"value":true},"unified_cards_dpa_placeholder_media_key":{"value":["3_1485707239990054912"]},"user_display_name_max_limit":{"value":50},"verified_phone_label_enabled":{"value":false},"view_counts_everywhere_api_enabled":{"value":true},"view_counts_public_visibility_enabled":{"value":true},"vod_attribution_tweet_detail_pivot_enabled":{"value":true},"voice_consumption_enabled":{"value":true},"voice_rooms_card_version":{"value":2},"voice_rooms_discovery_page_enabled":{"value":false},"voice_rooms_end_screen_participants":{"value":true},"voice_rooms_expanded_dock":{"value":true},"voice_rooms_expanded_dock_reactions":{"value":true},"voice_rooms_host_analytics_enabled":{"value":true},"voice_rooms_recent_search_audiospace_ring_enabled":{"value":true},"voice_rooms_replay_consumption":{"value":true},"voice_rooms_search_results_page_audiospace_ring_enabled":{"value":false},"voice_rooms_sharing_listening_data_with_followers_setting_enabled":{"value":true},"voice_rooms_speaking_enabled":{"value":false},"voice_rooms_typeahead_audiospace_ring_enabled":{"value":true},"web_image_large_webp_variants":{"value":false},"web_video_bitrate_persistence_enabled":{"value":false},"web_video_caption_repositioning_enabled":{"value":true},"web_video_hls_android_mse_enabled":{"value":true},"web_video_hls_mp4_threshold_sec":{"value":0},"web_video_hls_variant_version":{"value":"1"},"web_video_hlsjs_version":{"value":""},"web_video_playback_rate_enabled":{"value":true},"web_video_player_size_cap_disabled":{"value":true},"web_video_prefetch_playlist_autoplay_disabled":{"value":false},"web_video_safari_hlsjs_enabled":{"value":true},"web_video_transcribed_captions_enabled":{"value":false}},"impression_pointers":{},"impressions":{},"keysRead":{},"settingsVersion":"98ad3f284b8e4bf2e336e21de7e95302"},"debug":{},"featureSetToken":"dc3f69dcaefae825a8db82b4e1fb339062e4a3fe","isLoaded":true,"isLoading":false,"customOverrides":{}},"settings":{"local":{"nextPushCheckin":0,"shouldAutoPlayGif":false,"scale":"normal","themeColor":"blue500","highContrastEnabled":false,"loginPromptLastShown":0,"reducedMotionEnabled":false,"showTweetMediaDetailDrawer":true,"autoPollNewTweets":false,"shouldAutoTagLocation":false,"undoPreview":{},"replyVotingSurveyClicked":0,"pushNotificationsPermission":null},"remote":{"settings":{"display_sensitive_media":true,"protected":true,"screen_name":"delight","always_use_https":true,"use_cookie_personalization":false,"sleep_time":{"enabled":false,"end_time":null,"start_time":null},"geo_enabled":false,"language":"ja","discoverable_by_email":true,"discoverable_by_mobile_phone":false,"personalized_trends":true,"allow_media_tagging":"none","allow_contributor_request":"all","allow_ads_personalization":false,"allow_logged_out_device_personalization":true,"allow_location_history_personalization":true,"allow_sharing_data_for_third_party_personalization":true,"allow_dms_from":"following","allow_dm_groups_from":"following","translator_type":"none","country_code":"jp","nsfw_user":false,"nsfw_admin":false,"ranked_timeline_setting":null,"ranked_timeline_eligible":null,"address_book_live_sync_enabled":false,"universal_quality_filtering_enabled":"enabled","dm_receipt_setting":"all_enabled","alt_text_compose_enabled":null,"mention_filter":"unfiltered","allow_authenticated_periscope_requests":true,"protect_password_reset":false,"require_password_login":false,"requires_login_verification":false,"ext":{"ssoConnections":{"r":{"ok":[]},"ttl":-1}},"dm_quality_filter":"enabled","autoplay_disabled":false,"settings_metadata":{}},"fetchStatus":"loaded"},"dataSaver":{"dataSaverMode":false},"transient":{"loginPromptShown":false,"lastViewedDmInboxPath":"/messages","themeFocus":""}},"devices":{"browserPush":{"fetchStatus":"none","pushNotificationsPrompt":{"dismissed":false,"fetchStatus":"none"},"subscribed":false,"supported":null},"devices":{"data":{"emails":[],"phone_numbers":[]},"fetchStatus":"none"},"notificationSettings":{"push_settings":{"error":null,"fetchStatus":"none"},"push_settings_template":{"template":{"settings":[]}},"checkin_time":null}},"educationFlags":{"ArticleNudge":1629039157118,"ConversationMutedEducation":1623192022958,"MuteKeywordEducation":1624003748413,"UnmuteKeywordConfirmation":1628476062971,"DMC16JPCompliancePrompt":1625817199181,"ChangeConversationControlsEducation":1628629906811,"CommunitiesEducationComposerRules":1664387896417,"CommunitiesEducationComposerControls":1656257984557,"CommunitiesEducationComposerAudience":1664387894944,"CommunitiesEducationWelcome":1652792052170,"BirdwatchRatingFormDataPrivacyNotice":1671202730999,"TweetdeckEducationDisplaySettings":1688218464921,"TweetdeckEducationTour":1688218465676,"TweetdeckEducationWelcome":1688218382812,"PinnedConversationsEducation":1644051032864,"TrustedFriendsEducationFlag":1656257984558,"CommunitiesHashtagsEducation":1659249353022},"userClaim":{"config":{"subscriptions":{},"features":{}},"debug":{},"fetchStatus":"loaded"},"session":{"country":"JP","communitiesActions":{"create":false},"isActiveCreator":false,"isRestrictedSession":false,"guestId":"168362882513374561","hasCommunityMemberships":true,"language":"ja","oneFactorLoginEligibility":{"fetchStatus":"none"},"ssoInitTokens":{},"superFollowersCount":0,"superFollowsApplicationStatus":"NotStarted","user_id":"1332655397124014087","userFeatures":{"mediatool_studio_library":false},"isSuperFollowSubscriber":false},"developer":{"dtabBarInfo":{"hide":false}},"ads":{"typeahead":{"targetingLocation":{},"forecastAudience":{}}}};window.__META_DATA__={"env":"prod","isCanary":false,"sha":"b23a13a435b01b8a7984ca2a34a04123084d7b52","isLoggedIn":true,"hasMultiAccountCookie":false,"uaParserTags":["m2","rweb","msw"],"serverDate":1688272439951,"cookies":{"version":"1661819456366","fetchedTime":1661971138705,"categories":{"2":["Authorization","DECLINED_DATE","LAST_INVITATION_VIEW","NEW_SUBSCRIPTION_ACCOUNT","SUBMITTED_DATE","_ep_sess","_mb_tk","_sl","_support_session","_ttc_session","_delight_sess","aa_u","ab_decider","ads_prefs","aem-lang-preference","app_shell_visited","att","auth_multi","auth_token","backendDataInSessionFlag","bouncer_reset_cookie","cd_user_id","client_token","cms-csp-nonce","co","connect.sid","cookies_enabled","csrf_id","csrf_same_site","csrf_same_site_set","csrftoken","ct0","d_prefs","daa","dnt","dtab_local","email_read_only","email_uid","eu_cn","fm","form-lead-gen","gscr","gt","guest_id","kampyleInvitePresented","kampyleSessionPageCounter","kampyleUserPercentile","kampyleUserSessionCount","kampyleUserSessionsCount","kampyle_userid","kdt","lang","lang-preference","language","lastOwnerId","lscr","lv-ctx-","lv-ctx-zzz*","lv-uid","m_session","mdLogger","md_isSurveySubmittedInSession","messages","mobile_ads_stat_type","mobile_ads_time_interval","momentmaker.tos.accepted*","muc","night_mode","request_method","scroll0","scroll1","sessionid","shopify_app_session","shopify_app_session.sig","signup_ui_metrics","ssa-calendar-signup","studio_account","timezone","tooltip","tweetdeck_version","twid","ui_metrics","user_id","zipbox_auth_token","zipbox_forms_auth_token"]}}};</script><script id="nonce-csp" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz"></script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz">window.__SCRIPTS_LOADED__ = {};(()=>{"use strict";var e,n,o,d,a,i={},s={};function r(e){var n=s[e];if(void 0!==n)return n.exports;var o=s[e]={id:e,loaded:!1,exports:{}};return i[e].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.m=i,r.c=s,r.amdO={},e=[],r.O=(n,o,d,a)=>{if(!o){var i=1/0;for(t=0;t<e.length;t++){for(var[o,d,a]=e[t],s=!0,c=0;c<o.length;c++)(!1&a||i>=a)&&Object.keys(r.O).every((e=>r.O[e](o[c])))?o.splice(c--,1):(s=!1,a<i&&(i=a));if(s){e.splice(t--,1);var l=d();void 0!==l&&(n=l)}}return n}a=a||0;for(var t=e.length;t>0&&e[t-1][2]>a;t--)e[t]=e[t-1];e[t]=[o,d,a]},r.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return r.d(n,{a:n}),n},o=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,d){if(1&d&&(e=this(e)),8&d)return e;if("object"==typeof e&&e){if(4&d&&e.__esModule)return e;if(16&d&&"function"==typeof e.then)return e}var a=Object.create(null);r.r(a);var i={};n=n||[null,o({}),o([]),o(o)];for(var s=2&d&&e;"object"==typeof s&&!~n.indexOf(s);s=o(s))Object.getOwnPropertyNames(s).forEach((n=>i[n]=()=>e[n]));return i.default=()=>e,r.d(a,i),a},r.d=(e,n)=>{for(var o in n)r.o(n,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((n,o)=>(r.f[o](e,n),n)),[])),r.u=e=>e+"."+{"i18n/ar":"b310051","i18n/ar-x-fm":"295eccd","i18n/bg":"95c9573","i18n/bn":"256e832","i18n/ca":"da9e6f9","i18n/cs":"6950a6b","i18n/da":"52cfa61","i18n/de":"0fe7420","i18n/el":"ace3ba5","i18n/emoji-ar":"4277cea","i18n/emoji-ar-x-fm":"03d3ce3","i18n/emoji-bg":"e461cf2","i18n/emoji-bn":"fcc5906","i18n/emoji-ca":"510c06d","i18n/emoji-cs":"919b19e","i18n/emoji-da":"431d9a8","i18n/emoji-de":"afd8b4c","i18n/emoji-el":"339f82e","i18n/emoji-en":"49b0285","i18n/emoji-en-GB":"6eec0e2","i18n/emoji-en-ss":"5845521","i18n/emoji-en-xx":"1088cf4","i18n/emoji-es":"37f37ba","i18n/emoji-eu":"7066948","i18n/emoji-fa":"207787b","i18n/emoji-fi":"54266a9","i18n/emoji-fil":"b4be9e3","i18n/emoji-fr":"bcb0b5a","i18n/emoji-ga":"bd94bc2","i18n/emoji-gl":"3516a11","i18n/emoji-gu":"ff8911d","i18n/emoji-ha":"e498bdb","i18n/emoji-he":"acc9658","i18n/emoji-hi":"5e2ddd3","i18n/emoji-hr":"486ec7d","i18n/emoji-hu":"a479288","i18n/emoji-id":"0109409","i18n/emoji-ig":"6881e53","i18n/emoji-it":"6192984","i18n/emoji-ja":"b1e1423","i18n/emoji-kn":"2e0e672","i18n/emoji-ko":"4f6d505","i18n/emoji-mr":"78ecaec","i18n/emoji-ms":"8a4f0ac","i18n/emoji-nb":"a93b4b3","i18n/emoji-nl":"59f00d8","i18n/emoji-pl":"f9c095d","i18n/emoji-pt":"0066600","i18n/emoji-ro":"635a70c","i18n/emoji-ru":"cd97e82","i18n/emoji-sk":"2063a01","i18n/emoji-sr":"bdc8c6d","i18n/emoji-sv":"ff67180","i18n/emoji-ta":"4474c8c","i18n/emoji-th":"02772e4","i18n/emoji-tr":"45f3b66","i18n/emoji-uk":"065cbc1","i18n/emoji-ur":"2d16296","i18n/emoji-vi":"aefed75","i18n/emoji-yo":"7c3c9b9","i18n/emoji-zh":"30b5363","i18n/emoji-zh-Hant":"1ec6221","i18n/en":"7813ef9","i18n/en-GB":"8de9d54","i18n/en-ss":"5b2667b","i18n/en-xx":"e641e0c","i18n/es":"1b1d26f","i18n/eu":"6868f03","i18n/fa":"c9f66f0","i18n/fi":"688e1e3","i18n/fil":"cbdb279","i18n/fr":"29e2811","i18n/ga":"9a91b04","i18n/gl":"a9589bd","i18n/gu":"e63fccb","i18n/ha":"d6d5811","i18n/he":"87f9224","i18n/hi":"95a6069","i18n/hr":"96a9eaa","i18n/hu":"67a77a1","i18n/id":"29ebf21","i18n/ig":"c39b1e2","i18n/index-node":"873543f","i18n/it":"c794bc1","i18n/ja":"70c39c5","i18n/kn":"413d866","i18n/ko":"de12901","i18n/mr":"9c5209a","i18n/ms":"e9669bf","i18n/nb":"1da0b62","i18n/nl":"5db071f","i18n/pl":"2dd3308","i18n/pt":"5aba86a","i18n/ro":"7c8abe4","i18n/ru":"ad76160","i18n/sk":"237d8ce","i18n/sr":"5c97f30","i18n/sv":"f124dcd","i18n/ta":"8c8dc8d","i18n/th":"37ccc91","i18n/tr":"f053286","i18n/uk":"a7ccb4b","i18n/ur":"5f2469c","i18n/vi":"ed79256","i18n/yo":"63aced5","i18n/zh":"4fc3013","i18n/zh-Hant":"b1a473a","bundle.NetworkInstrument":"74afdc8","shared~loader.AudioDock~loader.DashMenu~loader.SideNav~loader.Typeahead~loader.AppModules~loader.DMDrawer~bun":"692f582","shared~loader.AudioDock~loader.DashMenu~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.Account~bundle":"9e276ea","shared~loader.AudioDock~loader.DMDrawer~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundle.AudioSpaceRep":"7372b42","shared~loader.AudioDock~loader.AppModules~loader.DMDrawer~bundle.AboutThisAd~bundle.NotMyAccount~bundle.Multi":"e42c83d","shared~loader.AudioDock~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpace":"e09b14a","shared~loader.AudioDock~bundle.AudioSpacePeek~bundle.AudioSpaceAnalytics~bundle.AudioSpaceReport~bundle.Birdw":"deb27f0","shared~loader.AudioDock~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.AudioSpaceDiscovery~bund":"a9372dc","shared~loader.AudioDock~loader.DMDrawer~bundle.AudioSpaceDetail~bundle.AudioSpacePeek~bundle.AudioSpaceDiscov":"2934058","loader.AudioDock":"94ef453","loader.richScribeAction":"a3a4bce","shared~loader.DashMenu~loader.DMDrawer~bundle.AccountAnalytics~bundle.Articles~bundle.AudioSpacePeek~bundle.A":"0e25085","shared~loader.DashMenu~loader.SideNav~ondemand.Dropdown~loader.DMDrawer~bundle.Birdwatch~~bundle.Communities~":"b6c5b5f","shared~loader.DashMenu~loader.SideNav~loader.AppModules~loader.DMDrawer~bundle.MultiAccount~bundle.Birdwatch~":"5f33d3a","shared~loader.DashMenu~bundle.Account~ondemand.SettingsRevamp~ondemand.SettingsMonetization~bundle.TweetCoinD":"0dd97ae","shared~loader.DashMenu~bundle.Account~bundle.LoggedOutHome~bundle.Search~bundle.delightBlue":"c633317","shared~loader.DashMenu~loader.SideNav~bundle.MultiAccount":"251016a","shared~loader.DashMenu~bundle.Account":"f8bb419","loader.DashMenu":"a4bc728","shared~loader.directMessagesData~loader.Typeahead~loader.DMDrawer~ondemand.DirectMessagesCrypto~bundle.Commun":"128794d","shared~loader.directMessagesData~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.delightArticles~b":"f1c0521","shared~loader.directMessagesData~loader.DMDrawer~ondemand.SettingsInternals~bundle.DirectMessages~bundle.DMRi":"b34c169","shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AccountAnalytics~bundle.Articles~bundle.Au":"513de57","shared~loader.Typeahead~loader.AppModules~loader.DMDrawer~bundle.AccountAnalytics~bundle.Articles~bundle.Audi":"55b54b0","shared~loader.DMDrawer~bundle.AccountAnalytics~bundle.Articles~bundle.AudioSpaceDetail~bundle.AudioSpaceDisco":"195755c","shared~bundle.AccountAnalytics~bundle.Articles~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.Audi":"a7626f1","shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpacePeek~bundle.Birdwatch~~bundle.Communities~bundle.Twit":"29f42fe","shared~bundle.AccountAnalytics~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~":"2af2264","shared~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.Bookmarks~bundle.Communi":"024d488","shared~bundle.Birdwatch~bundle.delightArticles~bundle.Compose~bundle.Settings~bundle.Display~bundle.Ocf~bundl":"021b103","shared~loader.DMDrawer~bundle.Articles~bundle.AudioSpaceDiscovery~bundle.Birdwatch~bundle.Communities~bundle.":"5f366e7","shared~loader.DMDrawer~bundle.Bookmarks~bundle.Communities~bundle.delightArticles~bundle.DirectMessages~bundl":"ef62da9","shared~bundle.Bookmarks~bundle.Communities~bundle.delightArticles~bundle.Explore~bundle.LiveEvent~bundle.Home":"756f865","shared~loader.PushNotificationsPrompt~loader.MessageHandler~loader.promptHandler~bundle.Notifications":"4afa52c","shared~bundle.Notifications~ondemand.LeaveThisConversation":"5459af3","bundle.Notifications":"c533cbb","loader.NewTweetsPill":"0d8e77e","shared~loader.SideNav~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpacePeek~bundle.Birdw":"d8ff3cd","shared~loader.SideNav~loader.DMDrawer~bundle.MultiAccount~bundle.AccountAnalytics~bundle.Communities~bundle.C":"11098a0","shared~loader.SideNav~bundle.AccountAnalytics~bundle.Communities~ondemand.SettingsRevamp~bundle.ProfessionalH":"cf68446","shared~loader.SideNav~bundle.MultiAccount~bundle.Communities~bundle.Delegate~ondemand.SettingsMonetization":"afd40cf","shared~loader.SideNav~bundle.MultiAccount~bundle.Delegate":"b23f93c","shared~loader.SideNav~bundle.MultiAccount":"dd1668b","loader.SideNav":"018b42e","shared~loader.Typeahead~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Communities~bundle.Twit":"3d9baa1","shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.AudioSpaceDiscovery~bundle.Birdwatch~bundl":"2ab1646","shared~loader.Typeahead~loader.DMDrawer~bundle.MultiAccount~bundle.Birdwatch~bundle.Communities~bundle.Compos":"05c10ec","shared~loader.Typeahead~loader.DMDrawer~bundle.AudioSpaceDiscovery~bundle.Communities~bundle.delightArticles~":"ee43627","shared~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.delightArticles~bundle.Compose~bundle.Deleg":"a6c4b21","shared~loader.Typeahead~loader.DMDrawer~bundle.Communities~bundle.Delegate~bundle.DirectMessages~bundle.DMRic":"3d4bfec","shared~loader.Typeahead~bundle.Communities~bundle.Delegate~bundle.Ocf~bundle.LoggedOutHome~bundle.Search~bund":"180219a","shared~loader.Typeahead~ondemand.SettingsInternals~bundle.LoggedOutHome~bundle.Search~bundle.UserLists~loader":"005ba60","shared~loader.Typeahead~bundle.Compose~bundle.Ocf~bundle.Conversation~ondemand.Verified~loader.topicHandler~b":"ddd3911","shared~loader.Typeahead~loader.AppModules~bundle.AudioSpaceDiscovery~bundle.LoggedOutHome~bundle.Search":"d57e6e3","shared~loader.Typeahead~bundle.LoggedOutHome~bundle.Search":"fdfe3a7","loader.Typeahead":"cf41e4e","shared~loader.AppModules~bundle.LoggedOutHome~bundle.Search~ondemand.SettingsRevamp~bundle.Settings":"2b1e2a0","shared~loader.AppModules~bundle.LoggedOutHome~bundle.Search":"4c3ada8","shared~loader.AppModules~bundle.Ocf":"3db6bf9","shared~loader.AppModules~loader.LoggedOutNotifications":"6852381","loader.AppModules":"bf8c41b","shared~ondemand.Dropdown~bundle.Communities~bundle.ReaderMode~ondemand.Verified~loader.WideLayout":"904cb78","ondemand.Dropdown":"0e1f27e","ondemand.BranchSdk":"d56cfe7","shared~loader.DMDrawer~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.Articles~bundle.Audi":"058434e","shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.delightArticles~bundle.Compose~~bundle.S":"b05bf32","shared~loader.DMDrawer~bundle.AccountAnalytics~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.BookmarkFolders~":"ba8a906","shared~loader.DMDrawer~ondemand.DirectMessagesCrypto~bundle.Communities~bundle.Delegate~ondemand.SettingsInte":"ae13d73","shared~loader.DMDrawer~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.delightArticles~bund":"fa2bfad","shared~loader.DMDrawer~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.LiveEvent~bundle.":"341fb8b","shared~loader.DMDrawer~bundle.AboutThisAd~bundle.Compose~ondemand.SettingsInternals~bundle.DirectMessages~bun":"774d844","shared~loader.DMDrawer~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~loader.HWCard~loader.Tim":"fa6b13b","shared~loader.DMDrawer~~bundle.delightArticles~bundle.ComposeMedia~bundle.Compose~bundle.AccountVerification~":"ddf1ab1","shared~loader.DMDrawer~bundle.delightArticles~bundle.ComposeMedia~bundle.Compose~bundle.AccountVerification~b":"5c23e79","shared~loader.DMDrawer~bundle.delightArticles~bundle.Compose~bundle.AccountVerification~bundle.SettingsProfil":"8fc2419","shared~loader.DMDrawer~bundle.AudioSpacePeek~bundle.delightArticles~bundle.Compose~~bundle.DMRichTextCompose~":"c48d3a2","shared~loader.DMDrawer~bundle.Articles~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.LiveEvent~bundle":"a5f32cb","shared~loader.DMDrawer~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.DirectMessages~bundle.DMRich":"e1a8934","shared~loader.DMDrawer~bundle.Communities~ondemand.SettingsMonetization~bundle.DirectMessages~bundle.Settings":"ce71319","shared~loader.DMDrawer~bundle.delightArticles~bundle.Compose~bundle.DirectMessages~bundle.DMRichTextCompose~b":"30d068f","shared~loader.DMDrawer~bundle.DirectMessages~bundle.DMRichTextCompose~bundle.TweetMediaDetail~bundle.UserAvat":"73b94d8","shared~loader.DMDrawer~bundle.Articles~bundle.Compose~bundle.DirectMessages~bundle.UserProfile~ondemand.Verif":"515fba2","shared~loader.DMDrawer~bundle.Compose~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.UserLists~bundle.":"ffc1e26","shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages~bundle.UserFollowLists~bundle.UserProfi":"de7aefb","shared~loader.DMDrawer~bundle.Compose~bundle.DMRichTextCompose~bundle.RichTextCompose":"b1d57dd","shared~loader.DMDrawer~bundle.LiveEvent~bundle.UserProfile~loader.TimelineRenderer":"0aa3d74","shared~loader.DMDrawer~bundle.DMRichTextCompose~bundle.DirectMessages":"a6cebf6","shared~loader.DMDrawer~bundle.DirectMessages~bundle.DMRichTextCompose":"033efc1","shared~loader.DMDrawer~bundle.DirectMessages":"5700391","loader.DMDrawer":"e7e0328","endpoints.AaProxy":"8577b5b","endpoints.Account":"cd57e96","endpoints.AccountTaxonomy":"0b5e47b","endpoints.AccountVerification":"9fdc6d0","endpoints.Ads":"c4fc22e","endpoints.ArticleDomains":"c9d7682","endpoints.ArticleEntities":"088e3c2","endpoints.AudioSpaces":"9603daf","endpoints.AudioSpacesPresence":"700cd61","endpoints.BadgeCount":"bb77295","endpoints.Birdwatch":"313dbf0","endpoints.BizProfiles":"07d5b0e","endpoints.BonusFollows":"255992d","endpoints.Bookmarks":"a8a819e","endpoints.BounceOcfFlow":"3a4f94e","endpoints.Branch":"1e28b37","endpoints.Broadcasts":"0956aa1","endpoints.ClientEducationFlags":"704e1e8","endpoints.Collections":"cc02e95","endpoints.Commerce":"d8e977b","endpoints.Communities":"1afcd50","endpoints.CommunitiesTools":"17aeb09","endpoints.Contacts":"1131c5a","endpoints.Conversation":"aa03683","endpoints.Devices":"422f010","endpoints.DirectMessagesGraphQL":"1e9d3c0","endpoints.DismissRitoSuggestedAction":"d264df6","endpoints.Drafts":"374d221","endpoints.EmailNotificationSettings":"4a0cb7d","endpoints.Explore":"4520f9a","endpoints.FeatureSwitch":"a397196","endpoints.Friendships":"48d5d37","endpoints.GifSearch":"d5998b3","endpoints.GraphQLErrors":"f9444ec","endpoints.Graphql":"4606b9d","endpoints.Guest":"4193f5a","endpoints.Home":"4455d03","endpoints.Jot":"aa6c191","endpoints.KeyRegistry":"21da96a","endpoints.Lists":"7b1ce70","endpoints.LiveEvent":"b0704c2","endpoints.LivePipeline":"24e2d3f","endpoints.LoggedOutNotifications":"17ea632","endpoints.Media":"21d31a0","endpoints.Moments":"f334ee4","endpoints.MuteKeywordSettings":"8b3eee2","endpoints.NotificationSettings":"6eff2d0","endpoints.OAuth":"e9a32f5","endpoints.Ocf":"4e704df","endpoints.Personalization":"4e57ace","endpoints.PinnedReplies":"4e60ba5","endpoints.Places":"ceac057","endpoints.Prerolls":"7cbb2ce","endpoints.ProfileTimelines":"fa921f2","endpoints.PromotedContent":"1badc27","endpoints.QuickPromote":"9f97c42","endpoints.Recommendations":"e61abce","endpoints.ReportFlow":"c6789fe","endpoints.RitoActionedTweets":"9e80cc6","endpoints.RitoFlaggedAccounts":"25dfab9","endpoints.RitoFlaggedTweets":"5a9585a","endpoints.RitoSuggestedActions":"0775620","endpoints.RitoSuggestedActionsFacePile":"133630f","endpoints.SafeSearch":"ce1a9f9","endpoints.SavedSearches":"3aded56","endpoints.Scheduling":"89542b4","endpoints.Settings":"2f79651","endpoints.SettingsGraphQL":"5ec810b","endpoints.Subscription":"146d0bc","endpoints.SubscriptionPayments":"a224b51","endpoints.SubscriptionProductFeatures":"a558400","endpoints.TopArticles":"8db135e","endpoints.Topics":"d5b600c","endpoints.TrustedFriends":"82aa68b","endpoints.TweetActivity":"6bcf13c","endpoints.TweetStats":"15cc652","endpoints.delightArticles":"e539dc7","endpoints.Typeahead":"4383972","endpoints.URT":"4d6f55b","endpoints.UserData":"4a13bf3","endpoints.UsersGraphQL":"d0f313e","endpoints.Validity":"82b4706",api:"fe9e475","ondemand.s":"2b80f61","ondemand.DirectMessagesCrypto":"a459f44","shared~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.Articles~bundle.AudioSpacePeek~bundl":"c26d1cd","shared~bundle.AboutThisAd~bundle.NotMyAccount~bundle.MultiAccount~bundle.AudioSpacePeek~bundle.Birdwatch~bund":"b4eb45b","bundle.AboutThisAd":"2b72920","bundle.NotMyAccount":"58e81f3","bundle.Account":"32995f5","shared~bundle.MultiAccount~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.delightArticles~":"fc97586","shared~bundle.MultiAccount~bundle.Login~bundle.SmsLogin~ondemand.IntentPrompt":"321436c","shared~bundle.MultiAccount~bundle.Login~ondemand.IntentPrompt":"89b8a98","bundle.MultiAccount":"a764a22","shared~bundle.AccountAnalytics~bundle.AudioSpaceAnalytics~bundle.ProfessionalHome~bundle.ConversationWithRela":"ff859d9","shared~bundle.AccountAnalytics~bundle.ProfessionalHome~bundle.ConversationWithRelay":"e7d7b77","shared~bundle.AccountAnalytics~bundle.ProfessionalHome":"b49b70f","bundle.AccountAnalytics":"8fe81b7","shared~bundle.Articles~bundle.Communities~bundle.delightArticles~bundle.Delegate~ondemand.SettingsInternals~o":"74d9803","shared~bundle.Articles~loader.ArticleHandler":"18cce39","bundle.Articles":"48249ed","shared~bundle.AudioSpaceDetail~bundle.AudioSpacePeek":"4cf49f9","bundle.AudioSpaceDetail":"50ac275","shared~bundle.AudioSpacePeek~bundle.Birdwatch~bundle.Communities~bundle.Compose~bundle.GraduatedAccess~bundle":"81307a3","shared~bundle.AudioSpacePeek~bundle.Communities~bundle.delightArticles~bundle.Compose~loader.CommunityHandler":"030f12c","shared~bundle.AudioSpacePeek~bundle.Communities~bundle.Compose~loader.CommunityHandler~bundle.RichTextCompose":"6bd1be8","shared~bundle.AudioSpacePeek~bundle.Communities~bundle.CommunitySSR~loader.CommunityHandler":"7a1480b","shared~bundle.AudioSpacePeek~bundle.Communities~loader.CommunityHandler":"4d7d8cd","shared~bundle.AudioSpacePeek~bundle.LiveEvent~loader.AudioContextSpaceMedia":"8607a20","shared~bundle.AudioSpacePeek~loader.AudioContextSpaceClip":"5049a9e","shared~bundle.AudioSpacePeek~loader.CommunityHandler":"b19d9c2","bundle.AudioSpacePeek":"db900d4","shared~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle.LiveEvent~bundle.Explore":"00ba02d","bundle.AudioSpaceDiscovery":"92c8d89","bundle.AudioSpaceAnalytics":"d582a5c","bundle.AudioSpaceReport":"c83c70b","shared~bundle.AudioSpacebarScreen~loader.AudioSpacebar~loader.SidebarSpacebar":"676acf2","bundle.AudioSpacebarScreen":"b16b83f","shared~bundle.Birdwatch~bundle.Communities~bundle.delightArticles~bundle.Compose~bundle.ComposeMedia~ondemand":"b482050","shared~bundle.Birdwatch~bundle.delightArticles~bundle.Compose~bundle.Settings~bundle.Display~bundle.Ocf~loade":"cfe698e","shared~bundle.Birdwatch~bundle.Communities~bundle.delightArticles~bundle.AccountVerification~ondemand.Setting":"fd4f56a","shared~bundle.Birdwatch~bundle.Compose~ondemand.SettingsRevamp~ondemand.SettingsSuperFollows~bundle.DirectMes":"5d516a8","shared~bundle.Birdwatch~bundle.delightArticles~bundle.LiveEvent~bundle.SettingsProfessionalProfileProfileSpot":"7e5615a","shared~bundle.Birdwatch~bundle.BookmarkFolders~bundle.Communities~bundle.delightArticles~bundle.Compose~bundl":"30e13a8","shared~bundle.Birdwatch~bundle.delightArticles~loader.inlineTombstoneHandler~loader.tweetHandler~bundle.UserP":"389de44","shared~bundle.Birdwatch~ondemand.SettingsInternals~bundle.Explore~bundle.Topics~bundle.Trends~loader.ExploreS":"493c1ab","shared~bundle.Birdwatch~bundle.Explore~bundle.GenericTimeline~bundle.Ocf~bundle.Topics":"66664df","shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler~loader.immersiveTweetHandler":"77e2cb7","shared~bundle.Birdwatch~bundle.Ocf~bundle.SettingsProfessionalProfileCommunitiesSpotlight~bundle.Conversation":"0149258","shared~bundle.Birdwatch~loader.inlineTombstoneHandler~loader.tweetHandler":"194a584","shared~bundle.Birdwatch~bundle.Explore~bundle.Topics":"4976ba8","shared~bundle.Birdwatch~bundle.ProfessionalHome~icons/IconPromoteMode-js":"ab75e0b","bundle.Birdwatch":"5dd2ef8","shared~bundle.BookmarkFolders~bundle.Settings":"b661f45","bundle.BookmarkFolders":"f09525e","bundle.Bookmarks":"ea9c4a7","src_app_screens_BrandedLikesPreview_index_js-modules_icons_src_react_icons_IconArrowRight_js":"83563fc","shared~bundle.LiveEvent~ondemand.EditPinned~loader.EventSummaryHandler~loader.ListHandler~loader.MomentSummar":"b3e9143","shared~bundle.LiveEvent~bundle.Report~loader.EventSummaryHandler~loader.MomentSummaryHandler":"1b8b3bc","shared~bundle.LiveEvent~ondemand.InlinePlayer~loader.AudioOnlyVideoPlayer":"eba2132","shared~bundle.LiveEvent~loader.newsPreviewHandler":"f87ed33","bundle.LiveEvent":"4f154f6","bundle.Collection":"b11ec26","shared~bundle.Communities~bundle.delightArticles~bundle.ComposeMedia~ondemand.SettingsInternals~ondemand.Sett":"1b58587","shared~bundle.Communities~bundle.delightArticles~bundle.ComposeMedia~bundle.SettingsProfile~bundle.Ocf~bundle":"edb1865","shared~bundle.Communities~bundle.delightArticles~bundle.SettingsProfile~bundle.Ocf~bundle.UserLists":"66b7ee5","shared~bundle.Communities~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfi":"e06bb81","shared~bundle.Communities~bundle.ReportCenter~bundle.SafetyCenter~bundle.UserProfile":"40b36e9","bundle.Communities":"f7a9b98","bundle.CommunitySSR":"c7c8fac","shared~bundle.delightArticles~bundle.ComposeMedia~ondemand.InlinePlayer~loaders.video.VideoPlayerDefaultUI~lo":"973a789","shared~bundle.delightArticles~ondemand.ComposeScheduling~bundle.Compose~bundle.SettingsInternals~ondemand.Set":"581e9e0","shared~bundle.delightArticles~bundle.ComposeMedia~ondemand.InlinePlayer~loaders.video.PlayerBase~loader.Audio":"e38e686","shared~bundle.delightArticles~bundle.SettingsProfile~bundle.DirectMessages~bundle.Ocf~bundle.UserLists~loader":"9dea392","shared~bundle.delightArticles~bundle.ComposeMedia~loaders.video.PlayerBase~loader.MediaPreviewVideoPlayer~loa":"c881dda","shared~bundle.delightArticles~bundle.Compose~bundle.DMRichTextCompose~ondemand.RichText~bundle.RichTextCompos":"d211e8f","shared~bundle.delightArticles~bundle.ComposeMedia":"fe9325f","bundle.delightArticles":"9011728","shared~bundle.Compose~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsSubscrib":"a9be703","shared~bundle.Compose~bundle.ConversationWithRelay~bundle.Conversation~bundle.RichTextCompose":"75c7a0a","shared~bundle.Compose~bundle.Conversation~bundle.RichTextCompose":"ce35198","shared~bundle.Compose~bundle.RichTextCompose":"70f659d","bundle.Compose":"9ccdce9","shared~bundle.ComposeMedia~ondemand.SettingsRevamp~bundle.SettingsInternals~bundle.AdvancedSearch":"277d2fc","bundle.ComposeMedia":"13832d7","shared~ondemand.ComposeScheduling~bundle.Ocf~bundle.AdvancedSearch~ondemand.EditBirthdate":"b349382","shared~ondemand.ComposeScheduling~bundle.SettingsProfessionalProfileLocationSpotlight":"a6e98d0","ondemand.ComposeScheduling":"cc4187d","bundle.ConnectTab":"57d2281","src_app_components_SidebarLayout_SidebarContext_js-src_app_modules_action-helpers_block-or-un-f8c6ed":"c320d6e","shared~bundle.Delegate~ondemand.SettingsInternals~ondemand.SettingsRevamp~bundle.AccountAutomation~bundle.Set":"5fc2b17","shared~bundle.Delegate~ondemand.SettingsMonetization~bundle.TweetCoinDetails~ondemand.Verified":"3420dbc","shared~ondemand.SettingsRevamp~ondemand.SettingsInternals~bundle.Delegate~bundle.AdvancedSearch":"a4dafd4","shared~bundle.Delegate~bundle.UserLists":"6e063cb","shared~bundle.Delegate~bundle.GraduatedAccess":"0b9166f","bundle.Delegate":"4efb880","shared~bundle.AccountVerification~bundle.BadgeViolationsNotification~bundle.SettingsRevamp":"d91a758","shared~bundle.AccountVerification~ondemand.Verified":"54cab07","bundle.AccountVerification":"b9b95cc","shared~ondemand.SettingsInternals~bundle.Place~bundle.Search~bundle.QuoteTweetActivity":"8fb57b5","shared~ondemand.SettingsInternals~bundle.Explore~bundle.Trends~loader.ExploreSidebar":"633d8b6","shared~ondemand.SettingsInternals~ondemand.SettingsRevamp~bundle.Settings":"f3f254d","shared~ondemand.SettingsInternals~bundle.SettingsRevamp~bundle.SettingsTransparency":"a3a8204","shared~ondemand.SettingsInternals~loader.TweetCurationActionMenu~icons/IconIllustrationSafetyMute-js":"a572a6c","shared~ondemand.SettingsRevamp~ondemand.SettingsInternals":"60f9b2d","shared~ondemand.SettingsInternals~bundle.SuperFollowsManage":"b32e6d2","shared~ondemand.SettingsInternals~bundle.Ocf":"8ccf999","shared~ondemand.SettingsInternals~bundle.OAuth":"621fb29","ondemand.SettingsInternals":"d63d071","shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~ondemand.SettingsA":"7ac9e45","shared~ondemand.SettingsRevamp~bundle.Conversation~bundle.delightBlue~bundle.delightCoinsManagement~ondemand.":"3608002","shared~ondemand.SettingsRevamp~bundle.SettingsInternals~bundle.SettingsProfessionalProfileLocationSpotlight~b":"9d9ff1d","shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization~bundle.ConversationWithRelay":"5ef15ff","shared~ondemand.SettingsRevamp~bundle.delightBlue~icons/IcondelightBlueExtended-js":"8fa502c","shared~ondemand.SettingsRevamp~ondemand.Verified":"3bf56d1","shared~ondemand.SettingsRevamp~ondemand.EditPinned":"0536b11","shared~ondemand.SettingsRevamp~ondemand.SettingsMonetization":"f115c00","shared~ondemand.SettingsRevamp~bundle.delightBlue":"7330add","shared~ondemand.SettingsRevamp~bundle.SafetyModeModal":"c00bd71","ondemand.SettingsRevamp":"d05fc31","shared~bundle.AccountAutomation~bundle.SettingsRevamp":"e532899","bundle.AccountAutomation":"7f2d118","shared~bundle.Settings~bundle.Display~bundle.Ocf":"5e41ed4","shared~bundle.Settings~bundle.Display":"3339062","shared~bundle.Settings~bundle.SettingsRevamp":"748a664","bundle.Settings":"ed26a8b","bundle.SettingsInternals":"b53e975","shared~bundle.SettingsProfile~bundle.Ocf":"5f6eeb1","shared~bundle.SettingsProfile~bundle.UserProfile":"0bc4ca5","bundle.SettingsProfile":"49e29e3","ondemand.SensitiveMediaSettings":"8537bd6","shared~ondemand.SettingsMonetization~bundle.TweetCoinDetails~bundle.UserJobs~bundle.UserProfile~ondemand.Veri":"8e45a37","shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsManage~bundle.SuperFoll":"fa93f3f","shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows~bundle.SuperFollowsSubscribe":"75389f5","shared~ondemand.SettingsMonetization~ondemand.SettingsSuperFollows":"9760088","ondemand.SettingsMonetization":"4311e41","shared~ondemand.SettingsSuperFollows~bundle.Ocf~bundle.delightBlue":"e5665e5","shared~ondemand.SettingsSuperFollows~ondemand.Verified":"1fd0386","ondemand.SettingsSuperFollows":"c89ec11","ondemand.SettingsAwards":"4cfe4e3","bundle.DirectMessages":"7c2bb11","shared~bundle.DMRichTextCompose~ondemand.RichText":"057d313","bundle.DMRichTextCompose":"012836e","bundle.Display":"b1a2e7c","bundle.Explore":"d59c978","bundle.GenericTimeline":"23d206a","bundle.GifSearch":"3297e8e","bundle.GraduatedAccess":"2fb3e34","bundle.KeyboardShortcuts":"8d336c4","bundle.HomeTimeline":"7691496","shared~bundle.Login~bundle.Ocf":"70b5931","bundle.Login":"d856172","bundle.SmsLogin":"a317d30","bundle.Logout":"b5f32b3","bundle.NewsLanding":"6a27e46","bundle.BadgeViolationsNotification":"bd88693","bundle.delightversary":"d884b48","bundle.NotificationDetail":"0586e39","bundle.OAuth":"0347d1f","shared~bundle.Ocf~bundle.LoggedOutHome~bundle.Search~loader.TimelineRenderer~loader.SignupModule":"fbc824f","shared~bundle.Ocf~ondemand.EditBirthdate":"6e1acd7","bundle.Ocf":"132f5af","shared~bundle.Place~bundle.Search~bundle.QuoteTweetActivity":"81d51d4","shared~bundle.Place~icons/IconFoursquareNoMargin-js":"931abbb","bundle.Place":"e53fddb","shared~bundle.SettingsProfessionalProfile~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsP":"81e7dfc","bundle.SettingsProfessionalProfile":"4794aab","shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfileLocationSpotlight":"c992953","shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.SettingsProfessionalProfileCommunitiesSpotli":"d8e8c85","shared~bundle.SettingsProfessionalProfileProfileSpotlight~bundle.UserProfile":"c9bc99c","bundle.SettingsProfessionalProfileProfileSpotlight":"f674372","shared~bundle.SettingsProfessionalProfileLocationSpotlight~bundle.SettingsProfessionalProfileMobileAppSpotlig":"ed78b5f","bundle.SettingsProfessionalProfileLocationSpotlight":"5ea379e","bundle.SettingsProfessionalProfileMobileAppSpotlight":"02bd18b","bundle.SettingsProfessionalProfileCommunitiesSpotlight":"d0ed309","bundle.ProfessionalHome":"1dbdd9f","shared~bundle.ReaderMode~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer":"26180f2","bundle.ReaderMode":"bdcb65a","bundle.Report":"770b2ba","shared~bundle.ReportCenter~bundle.SafetyCenter":"4047172","bundle.ReportCenter":"9ff8998","bundle.SafetyCenter":"cefe7b2","shared~bundle.LoggedOutHome~bundle.Search":"4540506","bundle.LoggedOutHome":"9545cd8","bundle.SafetyModeModal":"5181aba","bundle.Search":"605066f","bundle.AdvancedSearch":"f668cb0","shared~bundle.Topics~bundle.UserJobs~bundle.UserLists~bundle.UserMoments~bundle.UserFollowLists~bundle.UserPr":"48b8ced","bundle.Topics":"afb8732","bundle.ExploreTopics":"0ea77c2","bundle.Trends":"4fda68b","shared~bundle.TrustedFriendsManagement~bundle.UserLists":"88a8bd0","bundle.TrustedFriendsManagement":"7be2a4e","bundle.TrustedFriendsRedirect":"5799e45","shared~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer~loader.inlineTombstoneHandler~":"2a4f641","shared~bundle.Conversation~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer":"5f1140d","shared~bundle.Conversation~bundle.UserProfile":"b9cffad","bundle.Conversation":"2a1c386","bundle.ConversationWithRelay":"0216826","bundle.TweetMediaTags":"0389e37","bundle.ConversationParticipants":"a492295","shared~bundle.TweetMediaDetail~bundle.UserAvatar~bundle.UserNft":"fa1c5b9","shared~bundle.TweetMediaDetail~bundle.ImmersiveMediaViewer":"de7e67c","bundle.TweetMediaDetail":"429d7ce","bundle.ImmersiveMediaViewer":"5f05b15","bundle.TweetEditHistory":"e548045","bundle.QuoteTweetActivity":"4b942ad","bundle.TweetActivity":"423f560","bundle.TweetCoinDetails":"c27d2fb","bundle.delightBluePaymentFailureFix":"3b16967","bundle.delightBlue":"a482c93","bundle.Moment":"fd95102","shared~bundle.delightCoinsManagement~bundle.SuperFollowsSubscribe":"eea30ed","bundle.delightCoinsManagement":"9f19558","bundle.UserJobs":"a190fd4","shared~bundle.UserLists~ondemand.EditPinned~loader.ListHandler~ondemand.HoverCard":"698e6bb","shared~bundle.UserLists~ondemand.HoverCard":"675db81","bundle.UserLists":"b1f8f4e","shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ListHandler~loader.ScoreEventSummaryHandler~load":"b86b6db","shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ListHandler~loader.TileHandler":"8fa2821","shared~ondemand.EditPinned~loader.EventSummaryHandler~loader.ListHandler":"fc1c85b","shared~ondemand.EditPinned~loader.ListHandler":"566a226","ondemand.EditPinned":"b58df5b","bundle.UserMoments":"900d044","bundle.UserAvatar":"3964fae","bundle.UserNft":"4fe7209","bundle.UserRedirect":"27470ee","bundle.SuperFollowsManage":"4a1d61f","bundle.FollowerRequests":"2153658","bundle.ProfileRedirect":"1f1363b","bundle.SuperFollowsSubscribe":"3d9f9bd","bundle.UserFollowLists":"42ebce9","shared~bundle.UserProfile~loader.IconLabelHandler":"b405363","shared~loader.TweetCurationActionMenu~bundle.UserProfile":"33d5937","shared~bundle.UserProfile~ondemand.Verified":"2f43e69","bundle.UserProfile":"53b934e","ondemand.Verified":"bc07f43","ondemand.StaticAssets":"6797673","shared~ondemand.EmojiPickerData~ondemand.ParticipantReaction~ondemand.EmojiPicker":"f5ce9c7","shared~ondemand.HoverCard~loader.topicLandingHeaderHandler":"8b8afa7","ondemand.HoverCard":"305e5d2","loader.HoverCard":"42363da","shared~ondemand.ParticipantReaction~ondemand.EmojiPicker":"cafc417","ondemand.ParticipantReaction":"8f8d920","loader.AudioContextVoiceMedia":"7e8e1c3","shared~loader.AudioContextSpaceClip~ondemand.InlinePlayer":"f60d09b","loader.AudioContextSpaceClip":"9c20e16","loader.AudioContextSpaceMedia":"0dd8c4b","shared~ondemand.InlinePlayer~loader.AudioOnlyVideoPlayer~loader.immersiveTweetHandler":"7e4007a","ondemand.InlinePlayer":"9f0e650","ondemand.video.PlayerHls1.2":"2fbf667","loaders.video.PlayerHls1.1":"7c9203b","shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerHashtagHighlightUI~loaders.video.VideoPlay":"a1ef107","shared~loaders.video.VideoPlayerDefaultUI~loader.MediaPreviewVideoPlayer~loaders.video.VideoPlayerEventsUI~lo":"20f7208","shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI~loaders.video.VideoPlayerPrerollU":"937fdd9","shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerMiniUI~loaders.video.VideoPlayerEventsUI":"646c1b3","shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI~loader.immersiveTweetHandler":"8c3507b","shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerEventsUI":"d0ad6cb","shared~loaders.video.VideoPlayerDefaultUI~loaders.video.VideoPlayerPrerollUI":"330edaa","loaders.video.VideoPlayerDefaultUI":"ab8cee5","loaders.video.VideoPlayerHashtagHighlightUI":"928a17f","loaders.video.VideoPlayerMiniUI":"8bd8c59","loader.AudioOnlyVideoPlayer":"3b2078e","shared~loader.WideLayout~loader.ProfileClusterFollow":"b92ee0a","loader.WideLayout":"d0eefbd","loader.AbsolutePower":"c8a5909","ondemand.LottieWeb":"2a17e33","shared~loader.AudioSpacebar~loader.SidebarSpacebar":"25b71ef","loader.AudioSpacebar":"1bae2f7","loader.SidebarSpacebar":"a9bd80b","loader.GetVerifiedSidebar":"44fff8e","loader.Confetti":"16db187","loader.TimelineRenderer":"2efa91d","loader.DividerHandler":"2a10715","loader.TombstonedEntryHandler":"2323e20","loader.ArticleHandler":"5dd9c36","loader.collectionHeaderHandler":"deab88f","loader.CommunityHandler":"c75e7ea","shared~loader.GapHandler~loader.ConversationGapHandler":"1010839","shared~loader.GapHandler~loader.newsEntriesGapHandler":"ce1d157","loader.GapHandler":"0778dc2","shared~loader.EventSummaryHandler~loader.TrendHandler":"ed1e01a","loader.EventSummaryHandler":"06abad5","loader.IconLabelHandler":"379ba00","loader.InlinePromptHandler":"e81584c","loader.TransparentLabelHandler":"e12b622","loader.LabelHandler":"fd6c67a","loader.ListHandler":"6227cf0","shared~loader.PushNotificationsPrompt~loader.MessageHandler":"5cb789e","loader.MessageHandler":"d877447","loader.MomentAnnotationHandler":"6daf049","loader.MomentSummaryHandler":"65ea580","loader.newsEntriesGapHandler":"b88de22","loader.newsArticleHandler":"12c4383","loader.newsPreviewHandler":"bd8ea68","shared~loader.NotificationHandler~icons/IconNotificationsMilestone-js":"a8e6aee","loader.NotificationHandler":"1b587fd","loader.PagedCarouselItemHandler":"5c02206","loader.promptHandler":"798d8d9","loader.RelatedSearchHandler":"5befb9c","loader.ScoreEventSummaryHandler":"6ca1738","loader.selfThreadTweetComposerHandler":"a0ff05c","loader.spellingHandler":"deea70b","loader.ThreadHeaderHandler":"05afdf0","loader.TileHandler":"9868e1e","loader.TimelineCardHandler":"a732ddd","loader.CarouselTimelineHandler":"e72cba1","loader.ConversationGapHandler":"1a28911","loader.FooterLoader":"f5f79bc","loader.ModuleHeader":"d359c44","loader.ImpressionPlaceholderHandler":"fd74e95","loader.ShowMoreHandler":"424e2f5","loader.VerticalGridListHandler":"e14fba3","loader.VerticalGridRowHandler":"fedf2e3","shared~loader.inlineTombstoneHandler~loader.tweetHandler":"d1e2cb2","loader.inlineTombstoneHandler":"36b4919","loader.tweetUnavailableTombstoneHandler":"f97b1d6","loader.disconnectedRepliesTombstoneHandler":"5099bc1","shared~loader.topicHandler~loader.TopicFollowPromptHandler":"c943d04","loader.topicHandler":"a2dc254","loader.TopicFollowPromptHandler":"f7c88b0","loader.topicLandingHeaderHandler":"a07ed03","loader.TrendHandler":"6fd51b1","loader.tweetHandler":"41f43e8","loader.unsupportedHandler":"157f4b6","loader.UserHandler":"f6037bc","loader.VerticalGridItemHandler":"41627f5","loader.ExploreSidebar":"d1a5965","loader.SignupModule":"7a482aa","loader.HWCard":"9426826","ondemand.EmojiPicker":"696b403","loader.PushNotificationsPrompt":"9a28844","loader.MediaPreviewVideoPlayer":"9428b11","ondemand.ModelViewer":"0526fc5","ondemand.ReactBeautifulDnd":"bfaee5d","ondemand.AudioSpacebar.Mocks":"2a289a4","ondemand.inertPolyfill":"2df6945","loader.PreviewActions":"a880836","loader.TweetCurationActionMenu":"338eed3","ondemand.IntentPrompt":"a524f51","loader.PivotLabelHandler":"7562ee1","loaders.video.VideoPlayerEventsUI":"826466d","bundle.SettingsRevamp":"874355e","ondemand.NotFound":"614ecb2","bundle.SettingsTransparency":"72fb2d1","bundle.Download":"8a4cf8c","ondemand.countries-ar":"6e283ff","ondemand.countries-bg":"206e67c","ondemand.countries-bn":"ada13be","ondemand.countries-ca":"e604986","ondemand.countries-cs":"62a617d","ondemand.countries-da":"47fef47","ondemand.countries-de":"c87885b","ondemand.countries-el":"743a450","ondemand.countries-en-GB":"e489124","ondemand.countries-en":"b85f503","ondemand.countries-es":"9f0424c","ondemand.countries-eu":"4be663b","ondemand.countries-fa":"2039b08","ondemand.countries-fi":"9e8f5b2","ondemand.countries-fil":"cc13c01","ondemand.countries-fr":"86f67b2","ondemand.countries-ga":"cc0b5bc","ondemand.countries-gl":"37727cf","ondemand.countries-gu":"66ce688","ondemand.countries-he":"7932e03","ondemand.countries-hi":"37bb496","ondemand.countries-hr":"eaa486e","ondemand.countries-hu":"9708b88","ondemand.countries-id":"8cdcb1b","ondemand.countries-ig":"8e78c6c","ondemand.countries-it":"92d1618","ondemand.countries-ja":"ac1fb55","ondemand.countries-kn":"0eb939a","ondemand.countries-ko":"3fdfa56","ondemand.countries-mr":"3c855dc","ondemand.countries-ms":"ac88b1c","ondemand.countries-nb":"c797cb9","ondemand.countries-nl":"d058e2c","ondemand.countries-pl":"724fc74","ondemand.countries-pt":"ad59220","ondemand.countries-ro":"6618031","ondemand.countries-ru":"d9bb8d1","ondemand.countries-sk":"442e484","ondemand.countries-sr":"ddc59d5","ondemand.countries-sv":"5b1fa8a","ondemand.countries-ta":"4cbd0da","ondemand.countries-th":"13fabf4","ondemand.countries-tr":"0f542be","ondemand.countries-uk":"e174270","ondemand.countries-ur":"6eb865b","ondemand.countries-yo":"914c44a","ondemand.countries-zh-Hant":"6b750c1","ondemand.countries-zh":"c1bd765","ondemand.EditBirthdate":"45369ab","bundle.RichTextCompose":"7846861","ondemand.framerateTracking":"cc5badf","ondemand.qrcode":"670462c","bundle.TimezoneSelector.timezones":"b15730e","loader.immersiveTweetHandler":"80dd77f","loader.ProfileClusterFollow":"215e375","ondemand.Balloons":"13cf53b","icons/IconAccessibilityAlt-js":"f3fe3ce","icons/IconAccessibilityCircle-js":"77e694c","icons/IconAccount-js":"1190a07","icons/IconAccountNFT-js":"30b0bf7","icons/IconAccountsStroke-js":"5a0f49c","icons/IconActivity-js":"d9190d3","icons/IconAlerts-js":"833f3b9","icons/IconAlignCenter-js":"bcbc1ca","icons/IconAlignLeft-js":"b14bd7c","icons/IconAlignRight-js":"9ab8840","icons/IconAltPill-js":"ffee1f2","icons/IconAltPillStroke-js":"7f91930","icons/IconArrowDown-js":"fc4fe6c","icons/IconArrowDownCircleFill-js":"6768c3a","icons/IconArrowLeftCircleFill-js":"ab68503","icons/IconArrowRightCircleFill-js":"c80e729","icons/IconArrowUp-js":"9a45e2e","icons/IconArrowUpCircle-js":"db8a40e","icons/IconArrowUpCircleFill-js":"23b023f","icons/IconArrowUpLeft-js":"9833d60","icons/IconAtBold-js":"bc07ac8","icons/IconAtOff-js":"dd19854","icons/IconAttachment-js":"d718655","icons/IconAudio-js":"313def3","icons/IconAward-js":"745613b","icons/IconAwardsFill-js":"335c574","icons/IconBadgeStroke-js":"a4e39aa","icons/IconBarChartCircleFill-js":"1b12ccd","icons/IconBarChartHorizontal-js":"61b68ae","icons/IconBarChartHorizontalStroke-js":"ab3a9be","icons/IconBirdwatch-js":"d8a2c38","icons/IconBirdwatchFill-js":"d69bfcf","icons/IconBook-js":"9928e25","icons/IconBookStrokeOn-js":"a1a9e52","icons/IconBookmarkCollections-js":"8034338","icons/IconBookmarkCollectionsPlusStroke-js":"1cec21a","icons/IconBookmarkCollectionsStroke-js":"d09d445","icons/IconBookmarkErrorStroke-js":"407d6c6","icons/IconBookmarkPlusStroke-js":"75e5f59","icons/IconBotStroke-js":"4bd24d4","icons/IconBug-js":"a78e5fa","icons/IconBugStroke-js":"17d8dc7","icons/IconCamera-js":"3b20a68","icons/IconCameraFlash-js":"b486aad","icons/IconCameraFlashOff-js":"6b53e57","icons/IconCameraFlip-js":"7bbdae6","icons/IconCameraPlus-js":"0c92fac","icons/IconCameraPlusStroke-js":"f83384a","icons/IconCameraStroke-js":"679e68e","icons/IconCameraVideo-js":"5fab36f","icons/IconCameraVideoStroke-js":"4f84236","icons/IconCameraVideoStrokeOff-js":"c244021","icons/IconCards-js":"590936b","icons/IconCart-js":"78abeb6","icons/IconCautionStroke-js":"910d8e2","icons/IconCheckall-js":"ba1a5e3","icons/IconCheckmarkCircleFill-js":"1331633","icons/IconCheckmarkCircleFillWhite-js":"da1a956","icons/IconChevronDown-js":"e931bda","icons/IconChevronLeft-js":"049c402","icons/IconChevronRight-js":"9d13281","icons/IconChevronUp-js":"af3ba15","icons/IconCircle-js":"070c32f","icons/IconCircleFill-js":"a0371e0","icons/IconClockCircleFill-js":"6fcdab7","icons/IconClone-js":"608ce40","icons/IconCloseCircleFill-js":"1fbc2b7","icons/IconCloseNoMargin-js":"02ef46c","icons/IconCloudFill-js":"e7e0f52","icons/IconCloudStroke-js":"0b37401","icons/IconCode-js":"8fb7203","icons/IconCollaboration-js":"5b626af","icons/IconCollaborationStroke-js":"f6b05f7","icons/IconCollections-js":"a960674","icons/IconColorpicker-js":"0446b39","icons/IconColumnStroke-js":"1a0de3c","icons/IconColumnWidthMedium-js":"c3c0997","icons/IconColumnWidthMediumStroke-js":"e237d74","icons/IconColumnWidthNarrow-js":"fd7376c","icons/IconColumnWidthNarrowStroke-js":"28370e8","icons/IconColumnWidthWide-js":"75b9984","icons/IconColumnWidthWideStroke-js":"3af03be","icons/IconCommunitiesCloseStroke-js":"2a11030","icons/IconComposeDm-js":"b0bec78","icons/IconComposeMoments-js":"a33c38b","icons/IconComposeSpaces-js":"44a42a3","icons/IconConnectArrows-js":"ee64142","icons/IconCookies-js":"a71d0b1","icons/IconCopyCircleFill-js":"6207902","icons/IconCreditcardBack-js":"9b78924","icons/IconCreditcardFront-js":"d2c53c2","icons/IconDatasaver-js":"42df4d5","icons/IconDatasaverStroke-js":"b1def4e","icons/IconDeckStroke-js":"f2d99a1","icons/IconDeskBell-js":"27443df","icons/IconDeskBellStroke-js":"28a947b","icons/IconDeviceLaptop-js":"44c55d4","icons/IconDeviceNotification-js":"e2d2952","icons/IconDevicePhone-js":"a531f13","icons/IconDeviceTablet-js":"2e07117","icons/IconDeviceUnknown-js":"4a81012","icons/IconDocument-js":"4b312fe","icons/IconDoubleChevronDown-js":"3f32680","icons/IconDoubleChevronLeft-js":"a9729ba","icons/IconDoubleChevronRight-js":"4cc10eb","icons/IconDoubleChevronUp-js":"c024c63","icons/IconDrafts-js":"d82c9aa","icons/IconDrag-js":"a60cf2c","icons/IconDraggable-js":"a7f12d9","icons/IconDraggableVertical-js":"d64934a","icons/IconDraw-js":"9692087","icons/IconDrawer-js":"327cbdc","icons/IconDrawerOn-js":"fb56b2b","icons/IconEraser-js":"e0ba064","icons/IconEraserStroke-js":"1517579","icons/IconErrorCircle-js":"0c97084","icons/IconErrorCircleFill-js":"8649d47","icons/IconErrorCircleFillWhite-js":"b471c67","icons/IconErrorSquare-js":"f4a4024","icons/IconErrorSquareStroke-js":"9eedb0d","icons/IconExiting-js":"382e5ec","icons/IconEyeOff-js":"af6da64","icons/IconEyedropper-js":"2322a28","icons/IconFastforward-js":"45bdf15","icons/IconFeedback-js":"f065bf9","icons/IconFilm-js":"142d0be","icons/IconFilter-js":"f8c4547","icons/IconFilterBeforeAfter-js":"c617ebe","icons/IconFlask-js":"b81f319","icons/IconFolderArrowLeft-js":"fbb4566","icons/IconFollowArrowLeft-js":"257a217","icons/IconFollowArrowLeftStroke-js":"c9dfc47","icons/IconFollowArrows-js":"a2dde1a","icons/IconFollowClose-js":"059f2a0","icons/IconFollowPlus-js":"ead9fa4","icons/IconFollowingStroke-js":"a2404e6","icons/IconFrownCircleFill-js":"41e02b5","icons/IconGaming-js":"0fd593f","icons/IconGifPill-js":"5ce595e","icons/IconGovernmentCandidate-js":"9daa21b","icons/IconGovernmentMedia-js":"cab7e02","icons/IconGrid-js":"7d66bb8","icons/IconGridPlus-js":"f93fe30","icons/IconGridStroke-js":"d169342","icons/IconHash-js":"b038a88","icons/IconHashStroke-js":"199a72f","icons/IconHeartBrokenStroke-js":"e7e756e","icons/IconHeartBurst-js":"e97f399","icons/IconHeartBurstStroke-js":"3fd44f7","icons/IconHeartPlus-js":"c64cedb","icons/IconHeartStroke-js":"99b6658","icons/IconHelpCircle-js":"9c8ad5d","icons/IconHelpCircleFill-js":"c87a786","icons/IconHighlights-js":"1f79775","icons/IconHighlightsStroke-js":"22030c7","icons/IconHistory-js":"eb921d9","icons/IconIllustrationConnectAudience-js":"310acb1","icons/IconIllustrationConversationTree-js":"54ba022","icons/IconIllustrationNotificationsSecurityAlert-js":"35d26f9","icons/IconIllustrationNotificationsSecurityUnknown-js":"d4071c0","icons/IconIllustrationPassiveIncome-js":"f3e5d38","icons/IconIllustrationReceiveCoins-js":"ebdfb25","icons/IconIllustrationSafetyAttentionDecrease-js":"e7d6296","icons/IconIllustrationSafetyAttentionIncrease-js":"bbe132a","icons/IconIllustrationSafetyBlock-js":"b98e9a2","icons/IconIllustrationSafetyMuteConversation-js":"6a6b77b","icons/IconIllustrationSafetyMuteWords-js":"d6f7081","icons/IconIllustrationSafetyReport-js":"47911f5","icons/IconIllustrationSafetyReportTweet-js":"8a2b4a8","icons/IconIllustrationSafetyReportUser-js":"752d68c","icons/IconIllustrationSparkleOff-js":"798b58d","icons/IconIllustrationSparkleOn-js":"b46e960","icons/IconIncoming-js":"38ea659","icons/IconIncomingFill-js":"a9ba3cd","icons/IconInformationSquare-js":"d2aaa68","icons/IconInformationSquareStroke-js":"909b34e","icons/IconKeyStroke-js":"0628ee1","icons/IconLayers-js":"40c0b7f","icons/IconLayersStroke-js":"30f5f13","icons/IconLightbulbStrokeOff-js":"6b19bb8","icons/IconLightbulbStrokeOn-js":"74bf3f4","icons/IconLightning-js":"7ff5afb","icons/IconLivePhotoOff-js":"600dcf8","icons/IconLivePhotoOn-js":"b5c79d6","icons/IconLivePill-js":"b08dc31","icons/IconLivePillStroke-js":"f4ae4c9","icons/IconLocationArrowStroke-js":"75948fc","icons/IconLocationCurrent-js":"b9c6784","icons/IconLockCircleFill-js":"635bafe","icons/IconLockStroke-js":"f636f8d","icons/IconLogoGmail-js":"c951beb","icons/IconLogoGoogleG-js":"01f4d35","icons/IconLogoInstagram-js":"502667e","icons/IconLogoKakaotalk-js":"08662e0","icons/IconLogoLine-js":"d725dc5","icons/IconLogoMail-js":"179956e","icons/IconLogoMessages-js":"12e7841","icons/IconLogoMessenger-js":"25906e0","icons/IconLogoReddit-js":"1789341","icons/IconLogoSlack-js":"014be98","icons/IconLogoSnapchat-js":"d891678","icons/IconLogoTelegram-js":"8c7177b","icons/IconLogoViber-js":"46b927a","icons/IconLogoWhatsapp-js":"0ed6f9c","icons/IconManageDeckStroke-js":"de21298","icons/IconMediaCollapse-js":"b007037","icons/IconMediaDock-js":"d16a52f","icons/IconMediaExpand-js":"0f08817","icons/IconMediaSlowmotion-js":"816f8e1","icons/IconMediaUndock-js":"c83a6b0","icons/IconMediumNewsStroke-js":"59b1548","icons/IconMediumPlus-js":"ff2fb87","icons/IconMediumTrashcanStroke-js":"33dd1e2","icons/IconMegaphone-js":"d0f987d","icons/IconMegaphoneStroke-js":"6aebe69","icons/IconMenu-js":"e38fc0b","icons/IconMessagesArrowLeftStroke-js":"7bca01d","icons/IconMicrophone-js":"a2ca96d","icons/IconMinus-js":"3478c65","icons/IconMinusCircleFill-js":"3deb41e","icons/IconModerationPlus-js":"93230f2","icons/IconModeratorClose-js":"b2c455c","icons/IconModeratorPlus-js":"fc98047","icons/IconModeratorStroke-js":"5984500","icons/IconMoney-js":"1bab1bf","icons/IconMoonStroke-js":"2157668","icons/IconNewColumnStroke-js":"fb64072","icons/IconNewDeckStroke-js":"6cd4d91","icons/IconNews-js":"de271c3","icons/IconNewsStroke-js":"e6731be","icons/IconNotes-js":"524cf39","icons/IconNotesStroke-js":"657ede3","icons/IconNotificationsCircleFill-js":"0ff9963","icons/IconNotificationsHighlight-js":"331d2d2","icons/IconNotificationsOff-js":"1d94589","icons/IconNotificationsRecommendation-js":"39948fa","icons/IconNotificationsSafety-js":"a37e391","icons/IconNotificationsSecurityAlert-js":"95b00d0","icons/IconNotificationsSecurityUnknown-js":"80aae61","icons/IconOverflow-js":"d384828","icons/IconPaintbrushBox-js":"3fa902a","icons/IconPaintbrushBoxBristles-js":"751932c","icons/IconPaintbrushBoxHandle-js":"c32fbd3","icons/IconPaintbrushStroke-js":"2faf350","icons/IconPasswordCircle-js":"db782c4","icons/IconPencil-js":"8aeef3d","icons/IconPencilPlus-js":"a726ba0","icons/IconPencilStroke-js":"ebafd1c","icons/IconPeople-js":"f3275ca","icons/IconPeopleGroup-js":"258079d","icons/IconPeriscope-js":"0d55fea","icons/IconPersonArrowLeft-js":"96b6fb0","icons/IconPersonArrowLeftStroke-js":"06178bf","icons/IconPersonCheckmark-js":"d663c17","icons/IconPersonCheckmarkStroke-js":"62bb51a","icons/IconPersonHeart-js":"ec02061","icons/IconPersonHeartStroke-js":"528f2a2","icons/IconPhone-js":"f707e4c","icons/IconPhoto-js":"f302e16","icons/IconPhotoCrop-js":"812313e","icons/IconPhotoEnhance-js":"691284b","icons/IconPhotoLoad-js":"4ea05b1","icons/IconPhotoReorder-js":"5356c85","icons/IconPhotoRotate-js":"f264256","icons/IconPhotoStroke-js":"f8b0c18","icons/IconPin-js":"e186a38","icons/IconPinStrokeOff-js":"29ee23b","icons/IconPlayCircle-js":"1903113","icons/IconPlayCircleFill-js":"f2c40fd","icons/IconPlayCircleWhite-js":"64352cc","icons/IconPlus-js":"fd08176","icons/IconPlusCircle-js":"f7ad2c6","icons/IconPlusCircleFill-js":"98c70fa","icons/IconProfanity-js":"474ad2f","icons/IconPromotedCircle-js":"a6a0954","icons/IconQrCode-js":"89e023e","icons/IconQrCodeScanner-js":"a52a8ca","icons/IconQuickshare-js":"9704122","icons/IconQuickshareStroke-js":"6f4e3d8","icons/IconQuoteStroke-js":"f42579a","icons/IconRatingHalfNoMargin-js":"6a9520c","icons/IconRepliesStroke-js":"69d1327","icons/IconReplyOff-js":"088b79c","icons/IconReplyPlusStroke-js":"1ba53a6","icons/IconReplyStroke-js":"e5a585d","icons/IconRewind-js":"bfb0151","icons/IconRocket-js":"d22282f","icons/IconRocketStroke-js":"311699a","icons/IconSafetyFill-js":"ba0fab2","icons/IconSafetyMode-js":"756f992","icons/IconSchedule-js":"44cda3e","icons/IconSearchPersonStroke-js":"0a0ccaa","icons/IconShare-js":"83870ff","icons/IconShareStroke-js":"be16f6b","icons/IconShareStrokeBold-js":"0d0b600","icons/IconShopping-js":"7d2ab55","icons/IconShoppingStroke-js":"64849d9","icons/IconSkip-js":"a794f6b","icons/IconSkipRewind-js":"fb6b889","icons/IconSmileCircleFill-js":"be177cd","icons/IconSortArrowDown-js":"3783aad","icons/IconSortArrowDownStroke-js":"5823e29","icons/IconSortArrows-js":"5e04b30","icons/IconSortDown-js":"f9ed5c7","icons/IconSparkle-js":"5ac1a8f","icons/IconStar-js":"9a0db43","icons/IconStarRising-js":"837737a","icons/IconStarStroke-js":"bce21e4","icons/IconSticker-js":"8f7d264","icons/IconStop-js":"761e201","icons/IconStopCircle-js":"7559e74","icons/IconSuperlikes-js":"c0bc22e","icons/IconSuperlikesStroke-js":"5d354ab","icons/IconTextSize-js":"0c68faa","icons/IconTextSizeDecrease-js":"b0e2be7","icons/IconTextSizeIncrease-js":"40a0ada","icons/IconThreadEnd-js":"e5f4062","icons/IconThumbsDown-js":"a2bb0fe","icons/IconThumbsUp-js":"75f941a","icons/IconTicket-js":"b5cba68","icons/IconTicketStroke-js":"a49383c","icons/IconTimelineStroke-js":"1f09072","icons/IconToolbox-js":"552e506","icons/IconToolboxStroke-js":"4123532","icons/IconTransparencyOff-js":"20d66bf","icons/IconTransparencyOn-js":"df04a2b","icons/IconTrashcan-js":"68df1f9","icons/IconTrashcanStroke-js":"e0abd59","icons/IcondelightBlueFillWhite-js":"05cecad","icons/IcondelightCoinGray-js":"6e87127","icons/IconUnlock-js":"64165ce","icons/IconVideoCollapse-js":"cfb948e","icons/IconVideoExpand-js":"19bbb51","icons/IconVisit-js":"e07144a","icons/IconVoice-js":"24ff635","icons/IconWrench-js":"ec85739","icons/IconWrenchStroke-js":"6c79279","icons/IconWriteStroke-js":"5fc8b99","icons/IconYelpNoMargin-js":"e61de9a","icons/IconYelpRating00NoMargin-js":"dee7cc7","icons/IconYelpRating10NoMargin-js":"05dff66","icons/IconYelpRating15NoMargin-js":"df267f9","icons/IconYelpRating20NoMargin-js":"f82b580","icons/IconYelpRating25NoMargin-js":"df7c924","icons/IconYelpRating30NoMargin-js":"5be3952","icons/IconYelpRating35NoMargin-js":"7d8d168","icons/IconYelpRating40NoMargin-js":"5978214","icons/IconYelpRating45NoMargin-js":"46a6faa","icons/IconYelpRating50NoMargin-js":"7e162e6","ondemand.ProfileSidebar":"41cab3e","loaders.video.VideoPlayerPrerollUI":"0c65e35","ondemand.CarouselScroller":"48239a8","ondemand.LeaveThisConversation":"b2d4560","ondemand.CommunityTweetPinning":"5dc02d0"}[e]+"a.js",r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),d={},a="@delight/responsive-web:",r.l=(e,n,o,i)=>{if(d[e])d[e].push(n);else{var s,c;if(void 0!==o)for(var l=document.getElementsByTagName("script"),t=0;t<l.length;t++){var b=l[t];if(b.getAttribute("src")==e||b.getAttribute("data-webpack")==a+o){s=b;break}}s||(c=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,r.nc&&s.setAttribute("nonce",r.nc),s.setAttribute("data-webpack",a+o),s.src=e,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous")),d[e]=[n];var u=(n,o)=>{s.onerror=s.onload=null,clearTimeout(f);var a=d[e];if(delete d[e],s.parentNode&&s.parentNode.removeChild(s),a&&a.forEach((e=>e(o))),n)return n(o)},f=setTimeout(u.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=u.bind(null,s.onerror),s.onload=u.bind(null,s.onload),c&&document.head.appendChild(s)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="https://abs.rentalbbs.net/responsive-web/client-web/",(()=>{var e={runtime:0};r.f.j=(n,o)=>{var d=r.o(e,n)?e[n]:void 0;if(0!==d)if(d)o.push(d[2]);else if("runtime"!=n){var a=new Promise(((o,a)=>d=e[n]=[o,a]));o.push(d[2]=a);var i=r.p+r.u(n),s=new Error;r.l(i,(o=>{if(r.o(e,n)&&(0!==(d=e[n])&&(e[n]=void 0),d)){var a=o&&("load"===o.type?"missing":o.type),i=o&&o.target&&o.target.src;s.message="Loading chunk "+n+" failed.\n("+a+": "+i+")",s.name="ChunkLoadError",s.type=a,s.request=i,d[1](s)}}),"chunk-"+n,n)}else e[n]=0},r.O.j=n=>0===e[n];var n=(n,o)=>{var d,a,[i,s,c]=o,l=0;if(i.some((n=>0!==e[n]))){for(d in s)r.o(s,d)&&(r.m[d]=s[d]);if(c)var t=c(r)}for(n&&n(o);l<i.length;l++)a=i[l],r.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return r.O(t)},o=self.webpackChunk_delight_responsive_web=self.webpackChunk_delight_responsive_web||[];o.forEach(n.bind(null,0)),o.push=n.bind(null,o.push.bind(o))})()})(),window.__SCRIPTS_LOADED__.runtime=!0;
</script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz">performance && performance.mark && performance.mark('scripts-blocking-start')</script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz" crossorigin="anonymous" src="%E3%81%A6%E3%82%87%E3%82%93%E3%81%A6%E3%82%87%E3%82%93%E2%9C%92%EF%B8%8F%20C102%E6%97%A5%E6%9B%9C%E6%9D%B1K41a%EF%BC%88@5tyon%EF%BC%89%E3%81%95%E3%82%93%20_%20delight_files/vendor.96953d2a.js"></script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz" crossorigin="anonymous" src="%E3%81%A6%E3%82%87%E3%82%93%E3%81%A6%E3%82%87%E3%82%93%E2%9C%92%EF%B8%8F%20C102%E6%97%A5%E6%9B%9C%E6%9D%B1K41a%EF%BC%88@5tyon%EF%BC%89%E3%81%95%E3%82%93%20_%20delight_files/ja.70c39c5a.js"></script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz" crossorigin="anonymous" src="%E3%81%A6%E3%82%87%E3%82%93%E3%81%A6%E3%82%87%E3%82%93%E2%9C%92%EF%B8%8F%20C102%E6%97%A5%E6%9B%9C%E6%9D%B1K41a%EF%BC%88@5tyon%EF%BC%89%E3%81%95%E3%82%93%20_%20delight_files/main.2026342a.js"></script><script type="text/javascript" charset="utf-8" nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz">performance && performance.measure && performance.measure('scripts-blocking', 'scripts-blocking-start')</script><script nonce="ZTc5ZDVjNGMtOWFkYS00OWMyLTlhOTgtMWZiMTNlNDZhYzYz">(function () {
if (!window.__SCRIPTS_LOADED__['main']) {
document.getElementById('ScriptLoadFailure').style.display = 'block';
var criticalScripts = ["vendor","main"];
for (var i = 0; i < criticalScripts.length; i++) {
var criticalScript = criticalScripts[i];
if (!window.__SCRIPTS_LOADED__[criticalScript]) {
document.getElementsByName('failedScript')[0].value = criticalScript;
break;
}
}
}
})();</script><div style="width: 0px; height: 0px;"></div></body></html>