@kne/system-layout 0.2.0-alpha.2 → 0.2.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -247,30 +247,60 @@
247
247
  content: '\e616';
248
248
  }
249
249
 
250
+ .kne-system-layout_VtEb1 {
251
+ position: relative;
252
+ transform: translateZ(0);
253
+ }
254
+
255
+ .kne-system-layout_UMzfg {
256
+ overflow: auto;
257
+ }
258
+
259
+ :root {
260
+ --kne-viewport-width: 100vw;
261
+ --kne-viewport-height: 100vh;
262
+ --kne-viewport-inline-size: 100vw;
263
+ --kne-viewport-block-size: 100vh;
264
+ }
265
+
266
+ .kne-system-layout_VtEb1 {
267
+ --kne-viewport-width: 100vw;
268
+ --kne-viewport-height: 100vh;
269
+ --kne-viewport-inline-size: 100vw;
270
+ --kne-viewport-block-size: 100vh;
271
+ }
272
+
250
273
  @media (max-width: 768px) {
251
- ._sK89O {
274
+ .kne-system-layout_sK89O {
252
275
  width: 100%;
253
276
  padding: 0;
254
277
  overflow: hidden;
255
- --page-height: 100vh;
256
- --page-content-height: var(--page-height - 2px);
278
+ height: unset;
279
+ min-height: var(--window-height);
280
+ --page-height: 100dvh;
281
+ --page-content-height: var(--page-height);
282
+ --page-inner-height: calc(var(--page-height) - var(--nav-height) - var(--toolbar-height));
257
283
  }
258
- ._sK89O._gyKfI {
259
- --page-content-height: calc(var(--page-height) - 60px - 2px);
284
+ .kne-system-layout_sK89O.kne-system-layout_gyKfI {
285
+ --toolbar-height: 72px;
260
286
  }
261
- ._sK89O ._-LpWn {
262
- position: absolute;
287
+ .kne-system-layout_sK89O.kne-system-layout_X1wZG {
288
+ --nav-height: 48px;
289
+ }
290
+ .kne-system-layout_sK89O .kne-system-layout_-LpWn {
291
+ position: fixed;
292
+ top: 0;
263
293
  left: calc(var(--menu-min-width) * -1);
264
294
  z-index: 900;
265
295
  background: var(--background);
266
296
  height: 100%;
267
297
  }
268
- ._sK89O ._-LpWn._G-zuN {
298
+ .kne-system-layout_sK89O .kne-system-layout_-LpWn.kne-system-layout_G-zuN {
269
299
  left: 0;
270
300
  box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
271
301
  }
272
- ._sK89O ._6TCwG {
273
- position: absolute;
302
+ .kne-system-layout_sK89O .kne-system-layout_6TCwG {
303
+ position: fixed;
274
304
  top: 0;
275
305
  left: 0;
276
306
  right: 0;
@@ -281,59 +311,192 @@
281
311
  pointer-events: none;
282
312
  transition: opacity 300ms;
283
313
  }
284
- ._sK89O ._6TCwG._G-zuN {
314
+ .kne-system-layout_sK89O .kne-system-layout_6TCwG.kne-system-layout_G-zuN {
285
315
  opacity: 1;
286
316
  pointer-events: auto;
287
317
  }
288
- ._sK89O ._5qnw5 {
318
+ .kne-system-layout_sK89O .kne-system-layout_5qnw5 {
289
319
  display: none;
290
320
  }
291
- ._sK89O ._HnwkM {
321
+ .kne-system-layout_sK89O .kne-system-layout_HnwkM {
292
322
  border-radius: 0;
323
+ border: 0;
324
+ backdrop-filter: none;
325
+ -webkit-backdrop-filter: none;
326
+ flex: 1;
327
+ min-height: 0;
328
+ }
329
+ .kne-system-layout_sK89O .kne-system-layout_nyAa2 {
330
+ flex: 1;
331
+ min-height: 0;
332
+ height: 100%;
333
+ }
334
+ .kne-system-layout_sK89O .kne-system-layout_nyAa2 .ant-col {
335
+ height: 100%;
293
336
  }
294
- ._sK89O ._h8PAW {
337
+ .kne-system-layout_sK89O .kne-system-layout_h8PAW {
295
338
  display: block;
296
339
  }
297
- ._sK89O ._OM1Q2 {
340
+ .kne-system-layout_sK89O .kne-system-layout_OM1Q2 {
298
341
  padding: 0;
299
342
  overflow: visible !important;
343
+ height: unset;
344
+ }
345
+ .kne-system-layout_sK89O .kne-system-layout_OM1Q2.kne-system-layout_6gjkS {
346
+ overflow: visible !important;
300
347
  }
301
348
  }
302
- ._sK89O {
303
- --window-width: calc(100vw);
304
- --window-height: calc(100vh);
305
- --page-height: var(--window-height);
349
+ .kne-system-layout_sK89O {
350
+ --window-width: var(--kne-viewport-width, 100vw);
351
+ --window-height: 100dvh;
352
+ --multiple: var(--safe-area-multiple, 1);
353
+ --safe-area-inset-top: calc(env(safe-area-inset-top) * var(--multiple));
354
+ --safe-area-inset-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
355
+ --nav-height: 0px;
356
+ --toolbar-height: 0px;
357
+ --page-height: calc(var(--window-height) - 48px);
306
358
  --page-content-height: calc(var(--page-height) - 48px);
359
+ --page-inner-height: calc(var(--page-height) - 48px - 60px);
307
360
  width: var(--window-width);
308
361
  height: var(--window-height);
309
362
  background: var(--background);
310
363
  box-sizing: border-box;
311
364
  padding: 24px 24px 24px 0;
312
365
  position: relative;
366
+ line-height: 1.4;
367
+ display: flex;
368
+ flex-direction: column;
313
369
  }
314
- ._sK89O._udBgQ {
370
+ .kne-system-layout_sK89O .system-max-width-900 {
371
+ max-width: 900px;
372
+ width: 100%;
373
+ margin: 0 auto;
374
+ }
375
+ .kne-system-layout_sK89O .system-font-title {
376
+ font-size: 16px;
377
+ font-weight: bold;
378
+ }
379
+ .kne-system-layout_sK89O .system-font-title-primary {
380
+ font-size: 16px;
381
+ font-weight: bold;
382
+ color: var(--primary-color);
383
+ }
384
+ .kne-system-layout_sK89O .system-font-sub-title {
385
+ font-weight: bold;
386
+ }
387
+ .kne-system-layout_sK89O .system-font-bold {
388
+ font-weight: bold;
389
+ }
390
+ .kne-system-layout_sK89O .system-font-description {
391
+ color: var(--font-color-grey);
392
+ }
393
+ .kne-system-layout_sK89O .scroller-bar {
394
+ background: transparent !important;
395
+ border-color: transparent !important;
396
+ }
397
+ .kne-system-layout_sK89O .scroller-bar .scroller-bar-inner {
398
+ background: #999 !important;
399
+ height: 40%;
400
+ }
401
+ .kne-system-layout_sK89O .ant-tag {
402
+ background: var(--primary-color-1);
403
+ border-radius: 11px;
404
+ color: var(--font-color-grey);
405
+ }
406
+ .kne-system-layout_sK89O .ant-segmented {
407
+ border: 1px solid #d1d5db;
408
+ border-radius: 17px;
409
+ background: transparent !important;
410
+ }
411
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-item,
412
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-thumb {
413
+ border-radius: 14px;
414
+ }
415
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-item.ant-segmented-item-selected,
416
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-thumb {
417
+ background: var(--primary-color) !important;
418
+ color: #fff !important;
419
+ }
420
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-item:after {
421
+ background: transparent !important;
422
+ }
423
+ .kne-system-layout_sK89O .filter .filter-title {
424
+ border-bottom: none;
425
+ }
426
+ .kne-system-layout_sK89O .react-form .ant-card {
427
+ max-width: 900px;
428
+ margin: 0 auto;
429
+ width: 100%;
430
+ }
431
+ .kne-system-layout_sK89O .max-width-info-page {
432
+ max-width: 900px;
433
+ margin: 0 auto;
434
+ width: 100%;
435
+ }
436
+ .kne-system-layout_sK89O .part.bordered {
437
+ background: rgba(255, 255, 255, 0.4392156863) !important;
438
+ }
439
+ .kne-system-layout_sK89O .part.bordered .part-title {
440
+ font-size: 16px;
441
+ }
442
+ .kne-system-layout_sK89O .ant-pagination-options-size-changer {
443
+ background: rgba(255, 255, 255, 0.4392156863) !important;
444
+ }
445
+ .kne-system-layout_sK89O .ant-tree {
446
+ background: rgba(255, 255, 255, 0.4392156863) !important;
447
+ }
448
+ .kne-system-layout_sK89O .ant-table,
449
+ .kne-system-layout_sK89O .ant-table-placeholder {
450
+ background: rgba(255, 255, 255, 0.4392156863) !important;
451
+ }
452
+ .kne-system-layout_sK89O .ant-table-cell,
453
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-tbody > tr > td.ant-table-cell {
454
+ padding: 4px 8px;
455
+ }
456
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell {
457
+ padding: 6px 16px;
458
+ font-weight: 400 !important;
459
+ color: var(--font-color-grey);
460
+ }
461
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-cell-fix {
462
+ background: transparent;
463
+ }
464
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-cell-fix.ant-table-cell-fix-end-shadow-show, .kne-system-layout_sK89O .ant-table-wrapper .ant-table-cell-fix.ant-table-cell-fix-start-shadow-show {
465
+ background: var(--bg-color-grey);
466
+ }
467
+ .kne-system-layout_sK89O .ant-tooltip-container {
468
+ max-width: 400px;
469
+ }
470
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ {
315
471
  width: 100%;
316
472
  padding: 0;
317
473
  overflow: hidden;
318
- --page-height: 100vh;
319
- --page-content-height: var(--page-height - 2px);
474
+ height: unset;
475
+ min-height: var(--window-height);
476
+ --page-height: 100dvh;
477
+ --page-content-height: var(--page-height);
478
+ --page-inner-height: calc(var(--page-height) - var(--nav-height) - var(--toolbar-height));
320
479
  }
321
- ._sK89O._udBgQ._gyKfI {
322
- --page-content-height: calc(var(--page-height) - 60px - 2px);
480
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ.kne-system-layout_gyKfI {
481
+ --toolbar-height: 72px;
323
482
  }
324
- ._sK89O._udBgQ ._-LpWn {
325
- position: absolute;
483
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ.kne-system-layout_X1wZG {
484
+ --nav-height: 48px;
485
+ }
486
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_-LpWn {
487
+ position: fixed;
488
+ top: 0;
326
489
  left: calc(var(--menu-min-width) * -1);
327
490
  z-index: 900;
328
491
  background: var(--background);
329
492
  height: 100%;
330
493
  }
331
- ._sK89O._udBgQ ._-LpWn._G-zuN {
494
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_-LpWn.kne-system-layout_G-zuN {
332
495
  left: 0;
333
496
  box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
334
497
  }
335
- ._sK89O._udBgQ ._6TCwG {
336
- position: absolute;
498
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_6TCwG {
499
+ position: fixed;
337
500
  top: 0;
338
501
  left: 0;
339
502
  right: 0;
@@ -344,103 +507,167 @@
344
507
  pointer-events: none;
345
508
  transition: opacity 300ms;
346
509
  }
347
- ._sK89O._udBgQ ._6TCwG._G-zuN {
510
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_6TCwG.kne-system-layout_G-zuN {
348
511
  opacity: 1;
349
512
  pointer-events: auto;
350
513
  }
351
- ._sK89O._udBgQ ._5qnw5 {
514
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_5qnw5 {
352
515
  display: none;
353
516
  }
354
- ._sK89O._udBgQ ._HnwkM {
517
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_HnwkM {
355
518
  border-radius: 0;
519
+ border: 0;
520
+ backdrop-filter: none;
521
+ -webkit-backdrop-filter: none;
522
+ flex: 1;
523
+ min-height: 0;
524
+ }
525
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_nyAa2 {
526
+ flex: 1;
527
+ min-height: 0;
528
+ height: 100%;
356
529
  }
357
- ._sK89O._udBgQ ._h8PAW {
530
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_nyAa2 .ant-col {
531
+ height: 100%;
532
+ }
533
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_h8PAW {
358
534
  display: block;
359
535
  }
360
- ._sK89O._udBgQ ._OM1Q2 {
536
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_OM1Q2 {
361
537
  padding: 0;
362
538
  overflow: visible !important;
539
+ height: unset;
363
540
  }
364
- ._sK89O ._h8PAW {
541
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_OM1Q2.kne-system-layout_6gjkS {
542
+ overflow: visible !important;
543
+ }
544
+ .kne-system-layout_sK89O .kne-system-layout_h8PAW {
365
545
  display: none;
366
546
  }
367
- ._sK89O .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
547
+ .kne-system-layout_sK89O .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
368
548
  background: var(--primary-color-2);
369
549
  color: var(--primary-color);
370
550
  }
371
- ._sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
551
+ .kne-system-layout_sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
372
552
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
373
553
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08);
374
554
  backdrop-filter: blur(10px);
375
555
  }
376
- ._sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled):hover:not(:disabled):not(.ant-btn-loading) {
556
+ .kne-system-layout_sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled):hover:not(:disabled):not(.ant-btn-loading) {
377
557
  backdrop-filter: blur(40px) saturate(1.5) brightness(1.2);
378
558
  transform: scale(1.04);
379
559
  }
380
- ._sK89O .ant-btn:active:not(.ant-btn-loading) {
560
+ .kne-system-layout_sK89O .ant-btn:active:not(.ant-btn-loading) {
381
561
  box-shadow: none !important;
382
562
  transform: scale(1);
383
563
  }
384
- ._sK89O .ant-btn:disabled {
564
+ .kne-system-layout_sK89O .ant-btn:disabled {
385
565
  box-shadow: none;
386
566
  color: var(--font-color-disabled);
387
567
  background: rgba(17, 24, 39, 0.2);
388
568
  }
389
- ._sK89O .ant-btn.ant-btn-primary:not(:disabled) {
569
+ .kne-system-layout_sK89O .ant-btn.ant-btn-primary:not(:disabled) {
390
570
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08);
391
571
  }
392
- ._sK89O .ant-btn.ant-btn-loading {
572
+ .kne-system-layout_sK89O .ant-btn.ant-btn-loading {
393
573
  opacity: 0.6;
394
574
  }
395
- ._sK89O .ant-btn {
575
+ .kne-system-layout_sK89O .ant-btn {
396
576
  position: relative;
397
577
  }
398
- ._sK89O .ant-btn .ant-btn-loading-icon {
578
+ .kne-system-layout_sK89O .ant-btn .ant-btn-loading-icon {
399
579
  position: absolute;
400
580
  }
401
581
 
402
- ._-LpWn {
582
+ .kne-system-layout_-LpWn {
403
583
  flex: none;
404
584
  transition: width 0.3s;
405
585
  position: relative;
586
+ height: 100%;
587
+ display: flex;
588
+ flex-direction: column;
406
589
  }
407
- ._-LpWn._G-zuN {
590
+ .kne-system-layout_-LpWn.kne-system-layout_G-zuN {
408
591
  width: var(--menu-max-width);
409
592
  }
410
- ._-LpWn:not(._G-zuN) {
593
+ .kne-system-layout_-LpWn:not(.kne-system-layout_G-zuN) {
411
594
  width: var(--menu-min-width);
412
595
  }
413
- ._-LpWn:not(._G-zuN) ._7wq3X {
414
- padding: 0 16px;
415
- }
416
- ._-LpWn:not(._G-zuN) ._-T-Dc {
596
+ .kne-system-layout_-LpWn:not(.kne-system-layout_G-zuN) .kne-system-layout_-T-Dc {
417
597
  padding: 8px 16px;
418
598
  justify-content: center;
419
599
  }
420
- ._-LpWn:not(._G-zuN) ._LOrmu {
600
+ .kne-system-layout_-LpWn:not(.kne-system-layout_G-zuN) .kne-system-layout_LOrmu {
421
601
  padding: 12px 0;
602
+ margin: 0;
422
603
  border: none;
423
604
  background: none;
424
605
  justify-content: center;
425
606
  }
426
607
 
427
- ._-T-Dc {
608
+ .kne-system-layout_-cMpV {
609
+ position: absolute;
610
+ top: 0;
611
+ left: 0;
612
+ width: 100%;
613
+ height: var(--kne-viewport-height, 100dvh);
614
+ overflow: hidden;
615
+ pointer-events: none;
616
+ z-index: 700;
617
+ }
618
+
619
+ .kne-system-layout_-LpWn.kne-system-layout_leFsD {
620
+ position: absolute;
621
+ flex: none;
622
+ top: 0;
623
+ left: calc(var(--menu-min-width, 84px) * -1);
624
+ z-index: 900;
625
+ height: 100%;
626
+ background: var(--background);
627
+ display: flex;
628
+ flex-direction: column;
629
+ pointer-events: auto;
630
+ transition: left 0.3s, width 0.3s;
631
+ }
632
+ .kne-system-layout_-LpWn.kne-system-layout_leFsD.kne-system-layout_G-zuN {
633
+ left: 0;
634
+ box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
635
+ }
636
+
637
+ .kne-system-layout_6TCwG.kne-system-layout_leFsD {
638
+ position: absolute;
639
+ top: 0;
640
+ left: 0;
641
+ right: 0;
642
+ bottom: 0;
643
+ z-index: 800;
644
+ backdrop-filter: blur(10px);
645
+ opacity: 0;
646
+ pointer-events: none;
647
+ transition: opacity 300ms;
648
+ }
649
+ .kne-system-layout_6TCwG.kne-system-layout_leFsD.kne-system-layout_G-zuN {
650
+ opacity: 1;
651
+ pointer-events: auto;
652
+ }
653
+
654
+ .kne-system-layout_-T-Dc {
428
655
  padding: 8px 24px;
429
656
  display: flex;
430
657
  justify-content: flex-start;
431
658
  }
432
- ._-T-Dc img {
659
+ .kne-system-layout_-T-Dc img {
433
660
  height: 24px !important;
434
661
  object-fit: contain;
435
662
  max-width: 100%;
436
663
  }
437
664
 
438
- ._2cRWf {
665
+ .kne-system-layout_2cRWf {
439
666
  display: flex;
440
667
  align-items: center;
441
668
  }
442
669
 
443
- ._5D-Oq {
670
+ .kne-system-layout_5D-Oq {
444
671
  position: absolute;
445
672
  right: -10px;
446
673
  top: 20px;
@@ -453,11 +680,11 @@
453
680
  justify-content: center;
454
681
  transition: transform 0.3s;
455
682
  }
456
- ._5D-Oq:hover {
683
+ .kne-system-layout_5D-Oq:hover {
457
684
  transform: scale(1.2);
458
685
  }
459
686
 
460
- ._p4eOE {
687
+ .kne-system-layout_p4eOE {
461
688
  position: absolute;
462
689
  width: 100%;
463
690
  height: 100%;
@@ -466,40 +693,49 @@
466
693
  transition: opacity 0.5s;
467
694
  }
468
695
 
469
- ._8dzE7 {
696
+ .kne-system-layout_8dzE7 {
470
697
  transition: transform 0.3s;
471
698
  }
472
- ._8dzE7.is-closed {
699
+ .kne-system-layout_8dzE7.is-closed {
473
700
  transform: scaleX(-1);
474
701
  }
475
702
 
476
- ._7wq3X {
477
- padding: 0 8px 0 16px;
703
+ .kne-system-layout_7wq3X {
478
704
  margin-top: 12px;
705
+ flex: 1;
706
+ min-height: 0;
707
+ display: flex;
708
+ flex-direction: column;
709
+ overflow: hidden;
710
+ position: relative;
711
+ }
712
+ .kne-system-layout_7wq3X:has(.kne-system-layout_5qnw5) .kne-system-layout_8gqbZ {
713
+ padding-bottom: 56px;
479
714
  }
480
715
 
481
- ._LOrmu {
716
+ .kne-system-layout_LOrmu {
482
717
  border-radius: 8px;
483
718
  border: 1px solid rgba(255, 255, 255, 0.3);
484
719
  background: rgba(255, 255, 255, 0.12);
485
720
  backdrop-filter: blur(10px);
486
721
  min-height: 40px;
487
722
  padding: 12px 16px;
723
+ margin: 0 8px 0 16px;
488
724
  display: flex;
489
725
  justify-content: flex-start;
490
726
  overflow: hidden;
491
727
  }
492
728
 
493
- ._b7XeQ {
729
+ .kne-system-layout_b7XeQ {
494
730
  font-weight: 500;
495
731
  }
496
732
 
497
- ._U0YTk {
733
+ .kne-system-layout_U0YTk {
498
734
  font-size: 12px;
499
735
  color: var(--font-color-grey);
500
736
  }
501
737
 
502
- ._HnwkM {
738
+ .kne-system-layout_HnwkM {
503
739
  border-radius: 12px;
504
740
  border: 1px solid rgba(255, 255, 255, 0.1);
505
741
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 100%);
@@ -508,11 +744,13 @@
508
744
  min-width: 0;
509
745
  }
510
746
 
511
- ._8gqbZ {
747
+ .kne-system-layout_8gqbZ {
512
748
  margin-top: 16px;
749
+ flex: 1;
750
+ min-height: 0;
513
751
  }
514
752
 
515
- ._5qnw5 {
753
+ .kne-system-layout_5qnw5 {
516
754
  display: flex;
517
755
  justify-content: center;
518
756
  align-items: center;
@@ -528,13 +766,13 @@
528
766
  cursor: pointer;
529
767
  transition: all 0.3s;
530
768
  }
531
- ._5qnw5:hover {
769
+ .kne-system-layout_5qnw5:hover {
532
770
  background: rgba(255, 255, 255, 0.6);
533
771
  backdrop-filter: blur(40px) saturate(1.5);
534
772
  transform: scale(1.1);
535
773
  }
536
774
 
537
- ._UAJc- {
775
+ .kne-system-layout_UAJc- {
538
776
  --container-width: 400px;
539
777
  --container-height: 400px;
540
778
  --container-base-width: var(--container-width);
@@ -547,10 +785,13 @@
547
785
  position: absolute;
548
786
  bottom: 24px;
549
787
  left: 16px;
788
+ display: flex;
789
+ flex-direction: column;
790
+ overflow: hidden;
550
791
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08);
551
792
  transition: box-shadow 0.3s;
552
793
  }
553
- @keyframes _VjIWn {
794
+ @keyframes kne-system-layout_VjIWn {
554
795
  0%, 100% {
555
796
  transform: scale(1);
556
797
  }
@@ -558,24 +799,104 @@
558
799
  transform: scale(1.02, 0.98);
559
800
  }
560
801
  }
561
- ._UAJc-:hover {
562
- animation: _VjIWn 0.4s ease-out;
802
+ .kne-system-layout_UAJc-:hover {
803
+ animation: kne-system-layout_VjIWn 0.4s ease-out;
563
804
  background: rgba(255, 255, 255, 0.6);
564
805
  backdrop-filter: blur(10px) saturate(1.5);
565
806
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
566
807
  }
808
+ .kne-system-layout_UAJc-.kne-system-layout_tiNSQ {
809
+ position: absolute;
810
+ inset: 0;
811
+ top: 0;
812
+ left: 0;
813
+ right: 0;
814
+ bottom: 0;
815
+ width: 100%;
816
+ height: 100%;
817
+ border-radius: 0;
818
+ z-index: 1000;
819
+ display: flex;
820
+ flex-direction: column;
821
+ box-shadow: none;
822
+ }
823
+ .kne-system-layout_UAJc-.kne-system-layout_tiNSQ.kne-system-layout_UxwXs {
824
+ position: fixed;
825
+ }
826
+ .kne-system-layout_UAJc-.kne-system-layout_tiNSQ:hover {
827
+ animation: none;
828
+ box-shadow: none;
829
+ }
830
+ .kne-system-layout_UAJc-.kne-system-layout_tiNSQ .kne-system-layout_33Tja {
831
+ flex: 0 0 auto;
832
+ padding-top: var(--safe-area-inset-top, 0px);
833
+ height: calc(58px + var(--safe-area-inset-top, 0px));
834
+ }
835
+ .kne-system-layout_UAJc-.kne-system-layout_tiNSQ .kne-system-layout_YmBhl {
836
+ flex: 1 1 auto;
837
+ min-height: 0;
838
+ height: auto;
839
+ padding-bottom: var(--safe-area-inset-bottom, 0px);
840
+ }
841
+
842
+ .kne-system-layout_Nt0Rj {
843
+ position: absolute;
844
+ top: 0;
845
+ left: 0;
846
+ width: 100%;
847
+ height: var(--kne-viewport-height, 100dvh);
848
+ pointer-events: none;
849
+ }
850
+ .kne-system-layout_Nt0Rj .kne-system-layout_ln2Ag,
851
+ .kne-system-layout_Nt0Rj .kne-system-layout_UAJc- {
852
+ pointer-events: auto;
853
+ }
854
+
855
+ .kne-system-layout_ln2Ag {
856
+ display: flex;
857
+ justify-content: center;
858
+ align-items: center;
859
+ box-sizing: border-box;
860
+ right: 16px;
861
+ bottom: calc(var(--toolbar-height, 0px) + var(--safe-area-inset-bottom, 0px) + 28px);
862
+ z-index: 650;
863
+ padding: 12px;
864
+ font-size: 24px;
865
+ border-radius: 50%;
866
+ background: rgba(255, 255, 255, 0.6);
867
+ backdrop-filter: blur(40px);
868
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 8px 24px 0 rgba(0, 0, 0, 0.12);
869
+ cursor: grab;
870
+ touch-action: none;
871
+ -webkit-user-select: none;
872
+ user-select: none;
873
+ transition: background 0.3s;
874
+ }
875
+ .kne-system-layout_ln2Ag.kne-system-layout_dWwHX {
876
+ position: absolute;
877
+ }
878
+ .kne-system-layout_ln2Ag.kne-system-layout_UxwXs {
879
+ position: fixed;
880
+ }
881
+ .kne-system-layout_ln2Ag:active {
882
+ cursor: grabbing;
883
+ background: rgba(255, 255, 255, 0.8);
884
+ }
567
885
 
568
- ._I7Anv {
886
+ .kne-system-layout_I7Anv {
569
887
  padding: 24px 0 24px 24px;
570
888
  }
571
889
 
572
- ._UhsFd {
890
+ .kne-system-layout_UhsFd {
573
891
  background: rgba(255, 255, 255, 0.4);
574
892
  border-radius: 8px;
575
893
  height: 100%;
894
+ display: flex;
895
+ flex-direction: column;
896
+ overflow: hidden;
576
897
  transition: box-shadow 0.3s;
577
898
  }
578
- @keyframes _H7slV {
899
+ @keyframes kne-system-layout_H7slV {
579
900
  0%, 100% {
580
901
  transform: scale(1, 1);
581
902
  }
@@ -583,58 +904,114 @@
583
904
  transform: scale(1.01, 0.99);
584
905
  }
585
906
  }
586
- ._UhsFd:hover {
907
+ .kne-system-layout_UhsFd:hover {
587
908
  backdrop-filter: blur(40px) saturate(1.2);
588
- animation: _H7slV 0.4s ease-out;
909
+ animation: kne-system-layout_H7slV 0.4s ease-out;
589
910
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
590
911
  }
591
912
 
592
- ._2mdNn {
593
- --container-height: calc(var(--page-content-height) - 58px);
594
- height: var(--container-height);
913
+ .kne-system-layout_YmBhl,
914
+ .kne-system-layout_2mdNn {
915
+ box-sizing: border-box;
916
+ flex: 1 1 auto;
917
+ min-height: 0;
918
+ padding: 0;
919
+ scrollbar-width: thin;
920
+ scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
921
+ }
922
+ .kne-system-layout_YmBhl::-webkit-scrollbar,
923
+ .kne-system-layout_2mdNn::-webkit-scrollbar {
924
+ width: 3px;
925
+ height: 3px;
926
+ }
927
+ .kne-system-layout_YmBhl::-webkit-scrollbar-thumb,
928
+ .kne-system-layout_2mdNn::-webkit-scrollbar-thumb {
929
+ background: rgba(0, 0, 0, 0.15);
930
+ border-radius: 999px;
931
+ }
932
+ .kne-system-layout_YmBhl::-webkit-scrollbar-track,
933
+ .kne-system-layout_2mdNn::-webkit-scrollbar-track {
934
+ background: transparent;
935
+ }
936
+ .kne-system-layout_YmBhl *::-webkit-scrollbar,
937
+ .kne-system-layout_2mdNn *::-webkit-scrollbar {
938
+ width: 3px;
939
+ height: 3px;
940
+ }
941
+ .kne-system-layout_YmBhl *::-webkit-scrollbar-thumb,
942
+ .kne-system-layout_2mdNn *::-webkit-scrollbar-thumb {
943
+ background: rgba(0, 0, 0, 0.15);
944
+ border-radius: 999px;
945
+ }
946
+ .kne-system-layout_YmBhl *::-webkit-scrollbar-track,
947
+ .kne-system-layout_2mdNn *::-webkit-scrollbar-track {
948
+ background: transparent;
595
949
  }
596
950
 
597
- ._OM1Q2 {
598
- --container-height: var(--page-content-height);
599
- height: var(--container-height);
951
+ .kne-system-layout_OM1Q2 {
952
+ --container-height: calc(var(--page-content-height) - 48px);
600
953
  padding: 24px;
954
+ box-sizing: border-box;
955
+ height: var(--page-height);
956
+ width: 100%;
957
+ max-width: 100%;
601
958
  }
602
- ._OM1Q2._6gjkS {
959
+ .kne-system-layout_OM1Q2.kne-system-layout_6gjkS {
603
960
  overflow-y: auto;
604
961
  }
605
962
 
606
- ._nyAa2 {
963
+ .kne-system-layout_nyAa2 {
964
+ width: 100%;
965
+ }
966
+ .kne-system-layout_nyAa2 .kne-responsive-container {
967
+ container-type: inline-size;
968
+ container-name: kne-responsive;
607
969
  width: 100%;
970
+ max-width: 100%;
971
+ min-width: 0;
972
+ box-sizing: border-box;
608
973
  }
609
974
 
610
- ._33Tja {
975
+ .kne-system-layout_33Tja {
976
+ flex: 0 0 auto;
611
977
  height: 58px;
612
978
  align-items: center;
613
979
  justify-content: space-between;
614
980
  padding: 0 16px;
615
981
  }
616
- ._33Tja .btn {
982
+ .kne-system-layout_33Tja .btn {
617
983
  font-size: 24px;
618
984
  color: var(--font-color-grey);
619
985
  cursor: pointer;
620
986
  }
621
-
622
- ._YmBhl {
623
- --container-height: calc(var(--container-base-height) - 58px);
624
- height: var(--container-height);
987
+ .kne-system-layout_dVWvr {
988
+ flex: 1;
989
+ min-height: 0;
990
+ overflow: hidden;
991
+ padding: 4px 0;
992
+ }
993
+ .kne-system-layout_dVWvr .rc-virtual-list-holder-inner {
994
+ padding: 0 8px 0 16px;
995
+ }
996
+ .kne-system-layout_dVWvr .rc-virtual-list-scrollbar {
997
+ width: 4px !important;
625
998
  }
626
- ._Rfzv4 {
999
+ .kne-system-layout_dVWvr .rc-virtual-list-scrollbar-thumb {
1000
+ background: rgba(0, 0, 0, 0.15) !important;
1001
+ }
1002
+
1003
+ .kne-system-layout_Rfzv4 {
627
1004
  font-size: 12px;
628
1005
  color: var(--font-color-grey);
629
1006
  line-height: 24px;
630
1007
  padding: 12px;
631
1008
  }
632
1009
 
633
- ._qoDtD {
1010
+ .kne-system-layout_qoDtD {
634
1011
  color: var(--font-color-grey);
635
1012
  }
636
1013
 
637
- ._socoO {
1014
+ .kne-system-layout_socoO {
638
1015
  opacity: 0.6;
639
1016
  background: var(--font-color-grey-3);
640
1017
  height: 1px;
@@ -642,133 +1019,454 @@
642
1019
  margin: 8px auto;
643
1020
  }
644
1021
 
645
- ._Xa-2h {
1022
+ .kne-system-layout_Xa-2h {
646
1023
  line-height: 24px;
647
1024
  padding: 12px;
648
1025
  margin: 2px 0;
649
1026
  border-radius: 8px;
650
1027
  cursor: pointer;
651
1028
  transition: all 0.3s;
1029
+ white-space: nowrap;
1030
+ overflow: hidden;
1031
+ text-overflow: ellipsis;
652
1032
  }
653
- ._Xa-2h:hover {
1033
+ .kne-system-layout_Xa-2h:hover {
654
1034
  backdrop-filter: brightness(1.1);
655
1035
  transform: scale(1.02);
656
1036
  }
657
- ._Xa-2h.is-active {
1037
+ .kne-system-layout_Xa-2h.is-active {
658
1038
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -4%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.3) 100%);
659
1039
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
660
1040
  }
661
- ._Xa-2h.is-active ._qoDtD {
1041
+ .kne-system-layout_Xa-2h.is-active .kne-system-layout_qoDtD {
662
1042
  color: var(--primary-color);
663
1043
  }
664
- ._Xa-2h.is-closed {
1044
+ .kne-system-layout_Xa-2h.is-closed {
665
1045
  display: flex;
666
1046
  justify-content: center;
667
1047
  }
668
- ._Xa-2h.is-closed.is-active {
1048
+ .kne-system-layout_Xa-2h.is-closed.is-active {
669
1049
  background: rgba(255, 255, 255, 0.6);
670
1050
  backdrop-filter: blur(40px) saturate(1.5);
671
1051
  }
672
- ._Xa-2h.is-closed ._qoDtD {
1052
+ .kne-system-layout_Xa-2h.is-closed .kne-system-layout_qoDtD {
673
1053
  font-size: 24px;
674
1054
  }
675
- ._SLK-0 {
676
- height: 60px;
677
- background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 100%);
678
- backdrop-filter: blur(10px);
1055
+ .kne-system-layout_SLK-0 {
1056
+ background: transparent;
679
1057
  }
680
1058
 
681
- ._GTQvM {
682
- height: 60px;
683
- position: fixed;
684
- z-index: 600;
685
- bottom: 0;
1059
+ .kne-system-layout_RgKpk {
1060
+ position: static;
1061
+ pointer-events: none;
1062
+ }
1063
+
1064
+ .kne-system-layout_VEMgn {
1065
+ position: absolute;
1066
+ top: 0;
686
1067
  left: 0;
687
- right: 0;
688
- border-radius: 8px 8px 0 0;
689
- background: rgba(249, 249, 249, 0.75);
690
- box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
691
- backdrop-filter: blur(10px);
1068
+ width: 100%;
1069
+ height: var(--kne-viewport-height, 100dvh);
1070
+ pointer-events: none;
1071
+ z-index: 600;
1072
+ }
1073
+
1074
+ .kne-system-layout_GTQvM {
1075
+ height: 72px;
1076
+ z-index: 600;
1077
+ border-radius: 999px;
1078
+ border: 1px solid rgba(255, 255, 255, 0.5);
1079
+ box-shadow: 0 4px 16px 0 rgba(78, 96, 139, 0.18), 0 2px 6px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1080
+ background: rgba(255, 255, 255, 0.25);
1081
+ backdrop-filter: blur(20px);
1082
+ -webkit-backdrop-filter: blur(20px);
1083
+ padding: 6px 8px;
1084
+ box-sizing: border-box;
1085
+ transition: transform 0.3s ease, width 0.3s ease, background 0.3s ease, padding 0.3s ease;
1086
+ }
1087
+ .kne-system-layout_GTQvM.kne-system-layout_c6f0m {
1088
+ position: fixed;
1089
+ bottom: calc(16px + var(--safe-area-inset-bottom, 0px));
1090
+ left: 16px;
1091
+ right: 16px;
1092
+ pointer-events: auto;
1093
+ }
1094
+ .kne-system-layout_GTQvM.kne-system-layout_3ctCY {
1095
+ position: absolute;
1096
+ bottom: calc(16px + var(--safe-area-inset-bottom, 0px));
1097
+ left: 16px;
1098
+ right: 16px;
1099
+ pointer-events: auto;
1100
+ }
1101
+ .kne-system-layout_GTQvM.is-scrolling {
1102
+ width: calc((var(--kne-viewport-width, 100vw) - 32px) / var(--toolbar-count, 4));
1103
+ right: auto;
1104
+ transform: scale(0.65);
1105
+ transform-origin: left bottom;
1106
+ padding: 8px;
1107
+ backdrop-filter: blur(2px);
1108
+ -webkit-backdrop-filter: blur(2px);
1109
+ background: rgba(255, 255, 255, 0.1);
1110
+ }
1111
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_fAZ3n {
1112
+ padding: 0 !important;
1113
+ flex: none !important;
1114
+ width: 100%;
1115
+ height: 100%;
1116
+ gap: 0 !important;
1117
+ order: 2;
1118
+ }
1119
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_fAZ3n .kne-system-layout_qOB9o {
1120
+ line-height: 1;
1121
+ display: flex;
1122
+ align-items: center;
1123
+ justify-content: center;
1124
+ }
1125
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_fAZ3n:not(.kne-system-layout_ss5zk) {
1126
+ order: 1;
1127
+ }
1128
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_h48es {
1129
+ display: none;
1130
+ }
1131
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_1s-bc {
1132
+ left: 8px !important;
1133
+ right: 8px;
1134
+ width: auto !important;
1135
+ }
1136
+ .kne-system-layout_GTQvM.is-clicked {
1137
+ animation: kne-system-layout_Ys3yu 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
692
1138
  }
693
1139
 
694
- ._fAZ3n {
1140
+ @keyframes kne-system-layout_Ys3yu {
1141
+ 0% {
1142
+ transform: scaleX(1) scaleY(1);
1143
+ filter: brightness(1);
1144
+ }
1145
+ 25% {
1146
+ transform: scaleX(0.98) scaleY(1.015);
1147
+ filter: brightness(1.15);
1148
+ }
1149
+ 55% {
1150
+ transform: scaleX(1.008) scaleY(0.995);
1151
+ filter: brightness(1.05);
1152
+ }
1153
+ 100% {
1154
+ transform: scale(1);
1155
+ filter: brightness(1);
1156
+ }
1157
+ }
1158
+ .kne-system-layout_fAZ3n {
695
1159
  cursor: pointer;
1160
+ border-radius: 999px;
1161
+ padding: 4px 12px;
1162
+ box-sizing: border-box;
1163
+ min-width: 0;
1164
+ position: relative;
1165
+ z-index: 1;
1166
+ transition: opacity 0.2s ease;
1167
+ overflow: hidden;
1168
+ }
1169
+ .kne-system-layout_fAZ3n .kne-system-layout_qOB9o,
1170
+ .kne-system-layout_fAZ3n .kne-system-layout_h48es {
1171
+ color: #333;
1172
+ transition: color 0.5s ease;
696
1173
  }
697
- ._fAZ3n.is-active ._qOB9o,
698
- ._fAZ3n.is-active ._h48es {
1174
+ .kne-system-layout_fAZ3n.is-active .kne-system-layout_qOB9o,
1175
+ .kne-system-layout_fAZ3n.is-active .kne-system-layout_h48es {
699
1176
  color: var(--primary-color);
700
1177
  }
1178
+ .kne-system-layout_fAZ3n.kne-system-layout_ss5zk {
1179
+ opacity: 0;
1180
+ pointer-events: none;
1181
+ flex: 0 !important;
1182
+ width: 0;
1183
+ overflow: hidden;
1184
+ padding: 0;
1185
+ }
701
1186
 
702
- ._fAZ3n ._qOB9o {
1187
+ .kne-system-layout_1s-bc {
1188
+ position: absolute;
1189
+ top: 6px;
1190
+ bottom: 6px;
1191
+ border-radius: 999px;
1192
+ background: rgba(120, 120, 120, 0.22);
1193
+ transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease;
1194
+ z-index: 0;
1195
+ pointer-events: none;
1196
+ will-change: left, width, transform;
1197
+ }
1198
+
1199
+ .kne-system-layout_fAZ3n .kne-system-layout_qOB9o {
703
1200
  width: 24px;
704
1201
  height: 24px;
705
1202
  font-size: 24px;
706
- margin-bottom: 8px;
1203
+ line-height: 1;
707
1204
  }
708
1205
 
709
- ._h48es {
1206
+ .kne-system-layout_h48es {
710
1207
  font-size: 12px;
1208
+ white-space: nowrap;
1209
+ overflow: hidden;
1210
+ text-overflow: ellipsis;
1211
+ max-width: 100%;
711
1212
  }
712
1213
  @media (max-width: 768px) {
713
- ._c1kXt {
1214
+ .kne-system-layout_c1kXt {
714
1215
  gap: 0 !important;
715
1216
  }
716
- ._c1kXt ._h-YXH {
1217
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH {
717
1218
  height: 48px;
718
1219
  padding: 0 16px;
719
1220
  background: #ffffff;
1221
+ margin-bottom: 0;
1222
+ position: fixed;
1223
+ top: var(--safe-area-inset-top, 0px);
1224
+ left: 0;
1225
+ right: 0;
1226
+ z-index: 600;
1227
+ transition: height 0.3s ease, padding 0.3s ease, background 0.3s ease, margin 0.3s ease, top 0.3s ease;
1228
+ }
1229
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy {
1230
+ height: 36px;
1231
+ padding: 0;
1232
+ background: transparent;
1233
+ margin: 8px 16px;
1234
+ top: calc(8px + var(--safe-area-inset-top, 0px));
1235
+ }
1236
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo {
1237
+ border-radius: 999px;
1238
+ padding: 0 12px;
1239
+ height: 36px;
1240
+ border: 1px solid rgba(255, 255, 255, 0.5);
1241
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1242
+ background: rgba(255, 255, 255, 0.25);
1243
+ backdrop-filter: blur(10px);
1244
+ -webkit-backdrop-filter: blur(10px);
1245
+ }
1246
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo:active {
1247
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1248
+ }
1249
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu {
1250
+ border-radius: 999px;
1251
+ padding: 0 8px;
1252
+ height: 36px;
1253
+ border: 1px solid rgba(255, 255, 255, 0.5);
1254
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1255
+ background: rgba(255, 255, 255, 0.25);
1256
+ backdrop-filter: blur(10px);
1257
+ -webkit-backdrop-filter: blur(10px);
720
1258
  }
721
- ._c1kXt ._IOVGr {
1259
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu:active {
1260
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1261
+ }
1262
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_IOVGr {
1263
+ font-size: 14px;
1264
+ color: #333;
1265
+ }
1266
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn {
1267
+ color: #333 !important;
1268
+ }
1269
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn:hover {
1270
+ color: #555 !important;
1271
+ }
1272
+ @keyframes kne-system-layout_Ps1FA {
1273
+ 0% {
1274
+ transform: scaleX(1) scaleY(1);
1275
+ filter: brightness(1);
1276
+ }
1277
+ 25% {
1278
+ transform: scaleX(0.97) scaleY(1.03);
1279
+ filter: brightness(1.2);
1280
+ }
1281
+ 55% {
1282
+ transform: scaleX(1.015) scaleY(0.99);
1283
+ filter: brightness(1.08);
1284
+ }
1285
+ 100% {
1286
+ transform: scale(1);
1287
+ filter: brightness(1);
1288
+ }
1289
+ }
1290
+ .kne-system-layout_c1kXt .kne-system-layout_IOVGr {
722
1291
  font-size: 16px;
723
1292
  flex: 1;
724
1293
  color: var(--primary-color);
1294
+ transition: font-size 0.3s ease, color 0.3s ease;
725
1295
  }
726
- ._c1kXt ._mKsLu {
1296
+ .kne-system-layout_c1kXt .kne-system-layout_mKsLu {
727
1297
  flex: none;
728
1298
  }
729
- ._c1kXt ._wHWje {
1299
+ .kne-system-layout_c1kXt .kne-system-layout_Y1y7o {
1300
+ padding-top: calc(52px + var(--safe-area-inset-top, 0px));
1301
+ }
1302
+ .kne-system-layout_c1kXt .kne-system-layout_wHWje {
1303
+ box-sizing: border-box;
1304
+ --content-height: calc(var(--page-inner-height) - 24px);
730
1305
  padding: 12px;
731
- --content-height: calc(var(--page-content-height) - 48px - 24px);
1306
+ }
1307
+ .kne-system-layout_c1kXt .kne-system-layout_wHWje:after {
1308
+ content: "";
1309
+ display: block;
1310
+ height: calc(var(--toolbar-height) + 48px + var(--safe-area-inset-bottom));
1311
+ }
1312
+ .kne-system-layout_c1kXt .kne-system-layout_wHWje.kne-system-layout_tBnAD {
1313
+ --content-height: var(--page-inner-height);
1314
+ padding: 0;
732
1315
  }
733
1316
  }
734
- ._c1kXt._yRZMx {
1317
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx {
735
1318
  gap: 0 !important;
736
1319
  }
737
- ._c1kXt._yRZMx ._h-YXH {
1320
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH {
738
1321
  height: 48px;
739
1322
  padding: 0 16px;
740
1323
  background: #ffffff;
1324
+ margin-bottom: 0;
1325
+ position: fixed;
1326
+ top: var(--safe-area-inset-top, 0px);
1327
+ left: 0;
1328
+ right: 0;
1329
+ z-index: 600;
1330
+ transition: height 0.3s ease, padding 0.3s ease, background 0.3s ease, margin 0.3s ease, top 0.3s ease;
1331
+ }
1332
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy {
1333
+ height: 36px;
1334
+ padding: 0;
1335
+ background: transparent;
1336
+ margin: 8px 16px;
1337
+ top: calc(8px + var(--safe-area-inset-top, 0px));
1338
+ }
1339
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo {
1340
+ border-radius: 999px;
1341
+ padding: 0 12px;
1342
+ height: 36px;
1343
+ border: 1px solid rgba(255, 255, 255, 0.5);
1344
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1345
+ background: rgba(255, 255, 255, 0.25);
1346
+ backdrop-filter: blur(10px);
1347
+ -webkit-backdrop-filter: blur(10px);
741
1348
  }
742
- ._c1kXt._yRZMx ._IOVGr {
1349
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo:active {
1350
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1351
+ }
1352
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu {
1353
+ border-radius: 999px;
1354
+ padding: 0 8px;
1355
+ height: 36px;
1356
+ border: 1px solid rgba(255, 255, 255, 0.5);
1357
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1358
+ background: rgba(255, 255, 255, 0.25);
1359
+ backdrop-filter: blur(10px);
1360
+ -webkit-backdrop-filter: blur(10px);
1361
+ }
1362
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu:active {
1363
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1364
+ }
1365
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_IOVGr {
1366
+ font-size: 14px;
1367
+ color: #333;
1368
+ }
1369
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn {
1370
+ color: #333 !important;
1371
+ }
1372
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn:hover {
1373
+ color: #555 !important;
1374
+ }
1375
+ @keyframes kne-system-layout_Ps1FA {
1376
+ 0% {
1377
+ transform: scaleX(1) scaleY(1);
1378
+ filter: brightness(1);
1379
+ }
1380
+ 25% {
1381
+ transform: scaleX(0.97) scaleY(1.03);
1382
+ filter: brightness(1.2);
1383
+ }
1384
+ 55% {
1385
+ transform: scaleX(1.015) scaleY(0.99);
1386
+ filter: brightness(1.08);
1387
+ }
1388
+ 100% {
1389
+ transform: scale(1);
1390
+ filter: brightness(1);
1391
+ }
1392
+ }
1393
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_IOVGr {
743
1394
  font-size: 16px;
744
1395
  flex: 1;
745
1396
  color: var(--primary-color);
1397
+ transition: font-size 0.3s ease, color 0.3s ease;
746
1398
  }
747
- ._c1kXt._yRZMx ._mKsLu {
1399
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_mKsLu {
748
1400
  flex: none;
749
1401
  }
750
- ._c1kXt._yRZMx ._wHWje {
1402
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_Y1y7o {
1403
+ padding-top: calc(52px + var(--safe-area-inset-top, 0px));
1404
+ }
1405
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_wHWje {
1406
+ box-sizing: border-box;
1407
+ --content-height: calc(var(--page-inner-height) - 24px);
751
1408
  padding: 12px;
752
- --content-height: calc(var(--page-content-height) - 48px - 24px);
1409
+ }
1410
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_wHWje:after {
1411
+ content: "";
1412
+ display: block;
1413
+ height: calc(var(--toolbar-height) + 48px + var(--safe-area-inset-bottom));
1414
+ }
1415
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_wHWje.kne-system-layout_tBnAD {
1416
+ --content-height: var(--page-inner-height);
1417
+ padding: 0;
753
1418
  }
754
1419
 
755
- ._IOVGr {
1420
+ .kne-system-layout_jhcGo {
1421
+ white-space: nowrap;
1422
+ overflow: hidden;
1423
+ text-overflow: ellipsis;
1424
+ }
1425
+
1426
+ .kne-system-layout_h-YXH {
1427
+ margin-bottom: 12px;
1428
+ }
1429
+
1430
+ .kne-system-layout_IOVGr {
756
1431
  font-size: 20px;
757
1432
  font-weight: 500;
758
1433
  }
759
1434
 
760
- ._wHWje {
761
- --content-height: calc(var(--page-content-height) - 48px - 56px);
762
- min-height: var(--content-height);
1435
+ .kne-system-layout_wHWje {
1436
+ --content-height: var(--page-inner-height);
1437
+ min-height: calc(var(--page-inner-height) + var(--toolbar-height));
1438
+ display: flex;
1439
+ flex-direction: column;
1440
+ flex: 1;
763
1441
  }
764
1442
 
765
- ._mKsLu {
1443
+ .kne-system-layout_mKsLu {
766
1444
  display: flex;
767
1445
  justify-content: flex-end;
768
1446
  flex: 1;
1447
+ max-width: 50%;
1448
+ }
1449
+
1450
+ .kne-system-layout_vcf3J {
1451
+ width: 100%;
1452
+ background: #fff;
1453
+ padding: 12px;
1454
+ border-radius: 12px;
1455
+ }
1456
+
1457
+ .kne-system-layout_Y1y7o {
1458
+ display: block;
1459
+ width: 100%;
1460
+ padding-top: var(--safe-area-inset-top);
1461
+ }
1462
+
1463
+ .kne-system-layout_vXk1s {
1464
+ display: block;
1465
+ width: 100%;
1466
+ padding-bottom: var(--safe-area-inset-bottom);
769
1467
  }
770
1468
 
771
- ._07Mna {
1469
+ .kne-system-layout_07Mna {
772
1470
  display: block;
773
1471
  transform: rotate(180deg);
774
1472
  }