opus-react 0.2.33 → 0.2.38

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
@@ -79,7 +79,7 @@
79
79
 
80
80
  .opus_lZkc26_primary {
81
81
  border-color: color-mix(in srgb, var(--opus-accent) 72%, #fff);
82
- background: var(--opus-accent);
82
+ background: color-mix(in srgb, var(--opus-accent) 65%, #11132b);
83
83
  color: var(--opus-accent-contrast, #fff);
84
84
  }
85
85
 
@@ -1450,7 +1450,7 @@
1450
1450
  }
1451
1451
 
1452
1452
  .opus_X6xFEA_selected {
1453
- --choice-chip-bg: var(--opus-accent);
1453
+ --choice-chip-bg: color-mix(in srgb, var(--opus-accent) 65%, #11132b);
1454
1454
  --choice-chip-border: color-mix(in srgb, var(--opus-accent) 82%, white);
1455
1455
  --choice-chip-color: var(--opus-accent-contrast);
1456
1456
  box-shadow: 0 14px 30px color-mix(in srgb, var(--opus-accent) 28%, transparent);
@@ -2751,7 +2751,7 @@
2751
2751
  }
2752
2752
 
2753
2753
  .opus_ZHwfiN_segmentActive {
2754
- background: var(--opus-accent);
2754
+ background: color-mix(in srgb, var(--opus-accent) 65%, #11132b);
2755
2755
  color: #fff;
2756
2756
  box-shadow: 0 8px 18px color-mix(in srgb, var(--opus-accent) 28%, transparent);
2757
2757
  }
@@ -4435,7 +4435,7 @@
4435
4435
  .opus_Y_ikQV_featuredAction {
4436
4436
  border: 1px solid color-mix(in srgb, var(--opus-accent) 58%, transparent);
4437
4437
  border-radius: var(--opus-input-radius);
4438
- background: var(--opus-accent);
4438
+ background: color-mix(in srgb, var(--opus-accent) 65%, #11132b);
4439
4439
  min-height: 32px;
4440
4440
  color: var(--opus-accent-contrast);
4441
4441
  cursor: pointer;
@@ -6358,7 +6358,8 @@
6358
6358
  width: 260px;
6359
6359
  min-width: 260px;
6360
6360
  max-width: 260px;
6361
- height: auto;
6361
+ height: 154px;
6362
+ margin-inline: auto;
6362
6363
  position: relative;
6363
6364
  overflow: hidden;
6364
6365
  }
@@ -8516,7 +8517,7 @@
8516
8517
  min-height: var(--opus-control-height);
8517
8518
  border: 1px solid color-mix(in srgb, var(--opus-accent) 58%, transparent);
8518
8519
  border-radius: var(--opus-input-radius);
8519
- background: var(--opus-accent);
8520
+ background: color-mix(in srgb, var(--opus-accent) 65%, #11132b);
8520
8521
  color: var(--opus-accent-contrast);
8521
8522
  cursor: pointer;
8522
8523
  font: inherit;
@@ -9448,6 +9449,104 @@
9448
9449
  display: grid;
9449
9450
  }
9450
9451
 
9452
+ /* components/ResizeHandle/ResizeHandle.module.css */
9453
+ .opus_PaKREB_handle {
9454
+ z-index: 1;
9455
+ background: color-mix(in srgb, var(--opus-border) 62%, transparent);
9456
+ touch-action: none;
9457
+ border: 0;
9458
+ flex: 0 0 8px;
9459
+ padding: 0;
9460
+ position: relative;
9461
+ }
9462
+
9463
+ .opus_PaKREB_handle[data-orientation="vertical"] {
9464
+ cursor: col-resize;
9465
+ width: 8px;
9466
+ min-width: 8px;
9467
+ }
9468
+
9469
+ .opus_PaKREB_handle[data-orientation="horizontal"] {
9470
+ cursor: row-resize;
9471
+ height: 8px;
9472
+ min-height: 8px;
9473
+ }
9474
+
9475
+ .opus_PaKREB_handle[data-background="none"] {
9476
+ background: none;
9477
+ }
9478
+
9479
+ .opus_PaKREB_handle[data-background="accent"] {
9480
+ background: color-mix(in srgb, var(--opus-accent) 14%, transparent);
9481
+ }
9482
+
9483
+ .opus_PaKREB_handle[data-background="contrast"] {
9484
+ background: color-mix(in srgb, var(--opus-text) 12%, transparent);
9485
+ }
9486
+
9487
+ .opus_PaKREB_handle:hover, .opus_PaKREB_handle:focus-visible {
9488
+ background: color-mix(in srgb, var(--opus-border) 72%, transparent);
9489
+ }
9490
+
9491
+ .opus_PaKREB_handle[data-background="none"]:hover, .opus_PaKREB_handle[data-background="none"]:focus-visible {
9492
+ background: none;
9493
+ }
9494
+
9495
+ .opus_PaKREB_handle:after {
9496
+ content: "";
9497
+ background: color-mix(in srgb, var(--opus-muted) 45%, transparent);
9498
+ border-radius: 999px;
9499
+ transition: background .16s, inset .16s;
9500
+ position: absolute;
9501
+ }
9502
+
9503
+ .opus_PaKREB_handle[data-orientation="vertical"]:after {
9504
+ inset: 26% 3px;
9505
+ }
9506
+
9507
+ .opus_PaKREB_handle[data-orientation="horizontal"]:after {
9508
+ inset: 3px 26%;
9509
+ }
9510
+
9511
+ .opus_PaKREB_handle[data-orientation="vertical"][data-height="short"]:after {
9512
+ inset: 38% 3px;
9513
+ }
9514
+
9515
+ .opus_PaKREB_handle[data-orientation="vertical"][data-height="tall"]:after {
9516
+ inset: 14% 3px;
9517
+ }
9518
+
9519
+ .opus_PaKREB_handle[data-orientation="vertical"][data-height="full"]:after {
9520
+ inset: 5% 3px;
9521
+ }
9522
+
9523
+ .opus_PaKREB_handle[data-orientation="horizontal"][data-height="short"]:after {
9524
+ inset: 3px 38%;
9525
+ }
9526
+
9527
+ .opus_PaKREB_handle[data-orientation="horizontal"][data-height="tall"]:after {
9528
+ inset: 3px 14%;
9529
+ }
9530
+
9531
+ .opus_PaKREB_handle[data-orientation="horizontal"][data-height="full"]:after {
9532
+ inset: 3px 5%;
9533
+ }
9534
+
9535
+ .opus_PaKREB_handle[data-orientation="vertical"]:hover:after, .opus_PaKREB_handle[data-orientation="vertical"]:focus-visible:after {
9536
+ background: color-mix(in srgb, var(--opus-accent) 68%, transparent);
9537
+ inset: 12% 2px;
9538
+ }
9539
+
9540
+ .opus_PaKREB_handle[data-orientation="horizontal"]:hover:after, .opus_PaKREB_handle[data-orientation="horizontal"]:focus-visible:after {
9541
+ background: color-mix(in srgb, var(--opus-accent) 68%, transparent);
9542
+ inset: 2px 12%;
9543
+ }
9544
+
9545
+ .opus_PaKREB_handle:focus-visible {
9546
+ box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--opus-accent) 45%, transparent);
9547
+ outline: none;
9548
+ }
9549
+
9451
9550
  /* components/Splitter/Splitter.module.css */
9452
9551
  .opus_Khgx9s_root {
9453
9552
  border: 1px solid var(--opus-border);
@@ -9490,40 +9589,6 @@
9490
9589
  overflow: auto;
9491
9590
  }
9492
9591
 
9493
- .opus_Khgx9s_handle {
9494
- background: color-mix(in srgb, var(--opus-muted) 16%, transparent);
9495
- cursor: col-resize;
9496
- border: 0;
9497
- flex: 0 0 8px;
9498
- padding: 0;
9499
- position: relative;
9500
- }
9501
-
9502
- .opus_Khgx9s_root[data-orientation="vertical"] .opus_Khgx9s_handle {
9503
- cursor: row-resize;
9504
- }
9505
-
9506
- .opus_Khgx9s_handle:after {
9507
- content: "";
9508
- background: color-mix(in srgb, var(--opus-muted) 55%, transparent);
9509
- border-radius: 999px;
9510
- position: absolute;
9511
- inset: 20% 2px;
9512
- }
9513
-
9514
- .opus_Khgx9s_root[data-orientation="vertical"] .opus_Khgx9s_handle:after {
9515
- inset: 2px 20%;
9516
- }
9517
-
9518
- .opus_Khgx9s_handle:hover, .opus_Khgx9s_handle:focus-visible {
9519
- background: color-mix(in srgb, var(--opus-accent) 22%, transparent);
9520
- }
9521
-
9522
- .opus_Khgx9s_handle:focus-visible {
9523
- box-shadow: 0 0 0 3px color-mix(in srgb, var(--opus-accent) 24%, transparent);
9524
- outline: none;
9525
- }
9526
-
9527
9592
  .opus_Khgx9s_srOnly {
9528
9593
  clip: rect(0, 0, 0, 0);
9529
9594
  white-space: nowrap;
@@ -9637,46 +9702,319 @@
9637
9702
  overflow: auto;
9638
9703
  }
9639
9704
 
9640
- /* components/ScrollArea/ScrollArea.module.css */
9641
- .opus__ZaCog_root {
9705
+ /* components/CustomScrollbar/CustomScrollbar.module.css */
9706
+ .opus_I9wQcM_root {
9642
9707
  width: 100%;
9643
9708
  min-width: 0;
9709
+ height: 100%;
9710
+ max-height: inherit;
9711
+ position: relative;
9644
9712
  overflow: hidden;
9645
9713
  }
9646
9714
 
9647
- .opus__ZaCog_viewport {
9715
+ .opus_I9wQcM_viewport {
9648
9716
  width: 100%;
9649
9717
  height: 100%;
9650
9718
  max-height: inherit;
9651
9719
  overscroll-behavior: contain;
9720
+ scrollbar-width: none;
9721
+ }
9722
+
9723
+ .opus_I9wQcM_viewport::-webkit-scrollbar {
9724
+ width: 0;
9725
+ height: 0;
9726
+ display: none;
9652
9727
  }
9653
9728
 
9654
- .opus__ZaCog_root[data-orientation="vertical"] .opus__ZaCog_viewport {
9729
+ .opus_I9wQcM_root[data-orientation="vertical"] > .opus_I9wQcM_viewport {
9655
9730
  overflow: hidden auto;
9656
9731
  }
9657
9732
 
9658
- .opus__ZaCog_root[data-orientation="horizontal"] .opus__ZaCog_viewport {
9733
+ .opus_I9wQcM_root[data-orientation="horizontal"] > .opus_I9wQcM_viewport {
9659
9734
  overflow: auto hidden;
9660
9735
  }
9661
9736
 
9662
- .opus__ZaCog_root[data-orientation="both"] .opus__ZaCog_viewport {
9737
+ .opus_I9wQcM_root[data-orientation="both"] > .opus_I9wQcM_viewport {
9663
9738
  overflow: auto;
9664
9739
  }
9665
9740
 
9666
- .opus__ZaCog_viewport::-webkit-scrollbar {
9667
- width: 10px;
9668
- height: 10px;
9741
+ .opus_I9wQcM_content {
9742
+ min-width: 100%;
9743
+ height: 100%;
9744
+ min-height: 100%;
9745
+ }
9746
+
9747
+ .opus_I9wQcM_track {
9748
+ z-index: 2;
9749
+ border: 1px solid color-mix(in srgb, var(--opus-accent) 22%, transparent);
9750
+ background: linear-gradient(180deg, color-mix(in srgb, var(--opus-accent) 8%, transparent), transparent),
9751
+ color-mix(in srgb, var(--opus-input-bg) 72%, transparent);
9752
+ opacity: 1;
9753
+ touch-action: none;
9754
+ user-select: none;
9755
+ border-radius: 999px;
9756
+ transition: opacity .15s, background .15s;
9757
+ position: absolute;
9758
+ }
9759
+
9760
+ .opus_I9wQcM_track[data-axis="y"] {
9761
+ width: var(--custom-scrollbar-size, 10px);
9762
+ top: 2px;
9763
+ bottom: 2px;
9764
+ right: 2px;
9765
+ }
9766
+
9767
+ .opus_I9wQcM_track[data-axis="x"] {
9768
+ height: var(--custom-scrollbar-size, 10px);
9769
+ bottom: 2px;
9770
+ left: 2px;
9771
+ right: 2px;
9772
+ }
9773
+
9774
+ .opus_I9wQcM_root[data-vertical-track-shape="square"] > .opus_I9wQcM_track[data-axis="y"], .opus_I9wQcM_root[data-horizontal-track-shape="square"] > .opus_I9wQcM_track[data-axis="x"], .opus_I9wQcM_root[data-vertical-thumb-shape="square"] > .opus_I9wQcM_track[data-axis="y"] > .opus_I9wQcM_thumb, .opus_I9wQcM_root[data-horizontal-thumb-shape="square"] > .opus_I9wQcM_track[data-axis="x"] > .opus_I9wQcM_thumb {
9775
+ border-radius: 0;
9669
9776
  }
9670
9777
 
9671
- .opus__ZaCog_viewport::-webkit-scrollbar-thumb {
9778
+ .opus_I9wQcM_root[data-both-scrollbars="true"] > .opus_I9wQcM_track[data-axis="y"] {
9779
+ bottom: calc(var(--custom-scrollbar-size, 10px) + 6px);
9780
+ }
9781
+
9782
+ .opus_I9wQcM_root[data-both-scrollbars="true"] > .opus_I9wQcM_track[data-axis="x"] {
9783
+ right: calc(var(--custom-scrollbar-size, 10px) + 6px);
9784
+ }
9785
+
9786
+ .opus_I9wQcM_thumb {
9672
9787
  background-clip: padding-box;
9673
- background-color: color-mix(in srgb, var(--opus-muted) 45%, transparent);
9788
+ background-image: linear-gradient(180deg,
9789
+ color-mix(in srgb, var(--opus-accent) 72%, white 12%),
9790
+ color-mix(in srgb, var(--opus-accent) 68%, #252044));
9791
+ box-shadow: 0 0 0 1px color-mix(in srgb, var(--opus-accent) 30%, transparent),
9792
+ 0 0 12px color-mix(in srgb, var(--opus-accent) 22%, transparent);
9793
+ cursor: grab;
9794
+ touch-action: none;
9674
9795
  border: 2px solid #0000;
9675
9796
  border-radius: 999px;
9797
+ transition: border-width .12s, filter .12s;
9798
+ position: relative;
9799
+ }
9800
+
9801
+ .opus_I9wQcM_track[data-axis="y"] .opus_I9wQcM_thumb {
9802
+ width: 100%;
9803
+ }
9804
+
9805
+ .opus_I9wQcM_track[data-axis="x"] .opus_I9wQcM_thumb {
9806
+ height: 100%;
9807
+ }
9808
+
9809
+ .opus_I9wQcM_track[data-axis="y"] .opus_I9wQcM_thumb[data-grabbing="true"] {
9810
+ filter: brightness(1.2);
9811
+ border-width: 0;
9812
+ width: 100%;
9813
+ }
9814
+
9815
+ .opus_I9wQcM_track[data-axis="x"] .opus_I9wQcM_thumb[data-grabbing="true"] {
9816
+ filter: brightness(1.2);
9817
+ border-width: 0;
9818
+ height: 100%;
9819
+ }
9820
+
9821
+ .opus_I9wQcM_cornerDot {
9822
+ z-index: 3;
9823
+ width: var(--custom-scrollbar-size, 10px);
9824
+ height: var(--custom-scrollbar-size, 10px);
9825
+ border: 1px solid color-mix(in srgb, var(--opus-accent) 22%, transparent);
9826
+ background: linear-gradient(180deg, color-mix(in srgb, var(--opus-accent) 8%, transparent), transparent),
9827
+ color-mix(in srgb, var(--opus-input-bg) 72%, transparent);
9828
+ opacity: 1;
9829
+ pointer-events: none;
9830
+ border-radius: 50%;
9831
+ transition: opacity .15s;
9832
+ position: absolute;
9833
+ bottom: 2px;
9834
+ right: 2px;
9835
+ }
9836
+
9837
+ .opus_I9wQcM_root[data-vertical-track-shape="square"][data-horizontal-track-shape="round"] > .opus_I9wQcM_cornerDot {
9838
+ border-radius: 50% 50% 0 0;
9839
+ }
9840
+
9841
+ .opus_I9wQcM_root[data-vertical-track-shape="round"][data-horizontal-track-shape="square"] > .opus_I9wQcM_cornerDot {
9842
+ border-radius: 50% 0 0 50%;
9843
+ }
9844
+
9845
+ .opus_I9wQcM_root[data-vertical-track-shape="square"][data-horizontal-track-shape="square"] > .opus_I9wQcM_cornerDot {
9846
+ border-radius: 0;
9847
+ }
9848
+
9849
+ .opus_I9wQcM_thumb:hover, .opus_I9wQcM_thumb:focus-visible {
9850
+ filter: brightness(1.16);
9851
+ outline: none;
9852
+ }
9853
+
9854
+ .opus_I9wQcM_thumb:focus-visible {
9855
+ box-shadow: 0 0 0 2px color-mix(in srgb, var(--opus-accent) 34%, transparent);
9856
+ }
9857
+
9858
+ .opus_I9wQcM_thumb:active {
9859
+ cursor: grabbing;
9860
+ }
9861
+
9862
+ .opus_I9wQcM_root[data-auto-hide="true"] > .opus_I9wQcM_track, .opus_I9wQcM_root[data-auto-hide="true"] > .opus_I9wQcM_cornerDot {
9863
+ opacity: 0;
9864
+ }
9865
+
9866
+ .opus_I9wQcM_root[data-auto-hide="true"][data-active="true"] > .opus_I9wQcM_track, .opus_I9wQcM_root[data-auto-hide="true"][data-active="true"] > .opus_I9wQcM_cornerDot {
9867
+ opacity: 1;
9868
+ }
9869
+
9870
+ @media (prefers-reduced-motion: reduce) {
9871
+ .opus_I9wQcM_track, .opus_I9wQcM_cornerDot {
9872
+ transition: none;
9873
+ }
9874
+ }
9875
+
9876
+ /* components/ThreePaneLayout/ThreePaneLayout.module.css */
9877
+ .opus_DtnFdK_root {
9878
+ --three-pane-left-width: 260px;
9879
+ --three-pane-right-width: 320px;
9880
+ grid-template-columns: var(--three-pane-left-width)
9881
+ minmax(0, 1fr)
9882
+ var(--three-pane-right-width);
9883
+ width: 100%;
9884
+ min-width: 0;
9885
+ min-height: 320px;
9886
+ color: var(--opus-text);
9887
+ display: grid;
9888
+ overflow: hidden;
9889
+ }
9890
+
9891
+ .opus_DtnFdK_root[data-transitions="true"] {
9892
+ transition: grid-template-columns .24s cubic-bezier(.2, 0, 0, 1);
9893
+ }
9894
+
9895
+ .opus_DtnFdK_root[data-persistence-ready="false"] {
9896
+ visibility: hidden;
9897
+ }
9898
+
9899
+ .opus_DtnFdK_root[data-motion-ready="false"], .opus_DtnFdK_root[data-motion-ready="false"] *, .opus_DtnFdK_root[data-motion-ready="false"] :before, .opus_DtnFdK_root[data-motion-ready="false"] :after {
9900
+ scroll-behavior: auto !important;
9901
+ transition: none !important;
9902
+ animation: none !important;
9903
+ }
9904
+
9905
+ .opus_DtnFdK_root[data-has-left="true"] {
9906
+ grid-template-columns: var(--three-pane-left-width)
9907
+ 8px
9908
+ minmax(0, 1fr)
9909
+ var(--three-pane-right-width);
9910
+ }
9911
+
9912
+ .opus_DtnFdK_root[data-has-right="true"] {
9913
+ grid-template-columns: var(--three-pane-left-width)
9914
+ minmax(0, 1fr)
9915
+ 8px
9916
+ var(--three-pane-right-width);
9917
+ }
9918
+
9919
+ .opus_DtnFdK_root[data-has-left="true"][data-has-right="true"] {
9920
+ grid-template-columns: var(--three-pane-left-width)
9921
+ 8px
9922
+ minmax(0, 1fr)
9923
+ 8px
9924
+ var(--three-pane-right-width);
9925
+ }
9926
+
9927
+ .opus_DtnFdK_root[data-has-left="false"] {
9928
+ --three-pane-left-width: 0px;
9929
+ }
9930
+
9931
+ .opus_DtnFdK_root[data-resizing="true"] {
9932
+ transition: none;
9933
+ }
9934
+
9935
+ .opus_DtnFdK_root[data-has-right="false"] {
9936
+ --three-pane-right-width: 0px;
9937
+ }
9938
+
9939
+ .opus_DtnFdK_sidebar, .opus_DtnFdK_content {
9940
+ min-width: 0;
9941
+ min-height: 0;
9942
+ overflow: hidden;
9943
+ }
9944
+
9945
+ .opus_DtnFdK_sidebar {
9946
+ color: var(--opus-text);
9947
+ font-size: .82rem;
9948
+ }
9949
+
9950
+ .opus_DtnFdK_sidebar[data-side="left"] {
9951
+ grid-column: 1 / 2;
9952
+ }
9953
+
9954
+ .opus_DtnFdK_sidebar[data-side="right"] {
9955
+ grid-column: 4 / 5;
9956
+ }
9957
+
9958
+ .opus_DtnFdK_content {
9959
+ grid-column: 1 / -1;
9960
+ }
9961
+
9962
+ .opus_DtnFdK_root[data-has-left="true"] .opus_DtnFdK_content {
9963
+ grid-column: 3 / 4;
9964
+ }
9965
+
9966
+ .opus_DtnFdK_root[data-has-right="true"] .opus_DtnFdK_content {
9967
+ grid-column: 2 / 3;
9968
+ }
9969
+
9970
+ .opus_DtnFdK_root[data-has-left="true"][data-has-right="true"] .opus_DtnFdK_content {
9971
+ grid-column: 3 / 4;
9972
+ }
9973
+
9974
+ .opus_DtnFdK_handle[data-side="left"] {
9975
+ grid-column: 2 / 3;
9976
+ }
9977
+
9978
+ .opus_DtnFdK_handle {
9979
+ margin-block: var(--three-pane-handle-margin-block, 0px);
9980
+ border-radius: var(--three-pane-handle-radius, 0px);
9981
+ }
9982
+
9983
+ .opus_DtnFdK_handle[data-side="right"] {
9984
+ grid-column: 3 / 4;
9985
+ }
9986
+
9987
+ .opus_DtnFdK_root[data-has-left="true"] .opus_DtnFdK_handle[data-side="right"] {
9988
+ grid-column: 4 / 5;
9989
+ }
9990
+
9991
+ .opus_DtnFdK_root[data-has-left="true"] .opus_DtnFdK_sidebar[data-side="right"] {
9992
+ grid-column: 5 / 6;
9993
+ }
9994
+
9995
+ @media (width <= 860px) {
9996
+ .opus_DtnFdK_root, .opus_DtnFdK_root[data-has-left="true"], .opus_DtnFdK_root[data-has-right="true"], .opus_DtnFdK_root[data-has-left="true"][data-has-right="true"] {
9997
+ grid-template-columns: 1fr;
9998
+ grid-auto-rows: auto;
9999
+ }
10000
+
10001
+ .opus_DtnFdK_handle {
10002
+ display: none;
10003
+ }
10004
+
10005
+ .opus_DtnFdK_sidebar, .opus_DtnFdK_content, .opus_DtnFdK_handle[data-side="left"], .opus_DtnFdK_handle[data-side="right"], .opus_DtnFdK_root[data-has-left="true"] .opus_DtnFdK_handle[data-side="right"], .opus_DtnFdK_root[data-has-left="true"] .opus_DtnFdK_sidebar[data-side="right"] {
10006
+ grid-column: 1 / -1;
10007
+ }
10008
+
10009
+ .opus_DtnFdK_sidebar[data-side="left"], .opus_DtnFdK_sidebar[data-side="right"] {
10010
+ border: 0;
10011
+ }
9676
10012
  }
9677
10013
 
9678
- .opus__ZaCog_viewport::-webkit-scrollbar-thumb:hover {
9679
- background-color: color-mix(in srgb, var(--opus-muted) 70%, transparent);
10014
+ @media (prefers-reduced-motion: reduce) {
10015
+ .opus_DtnFdK_root {
10016
+ transition: none;
10017
+ }
9680
10018
  }
9681
10019
 
9682
10020
  /* components/AspectRatio/AspectRatio.module.css */
@@ -10045,7 +10383,7 @@
10045
10383
  }
10046
10384
 
10047
10385
  .opus_TVuiQN_main, .opus_TVuiQN_caret {
10048
- background: var(--opus-accent);
10386
+ background: color-mix(in srgb, var(--opus-accent) 65%, #11132b);
10049
10387
  color: #fff;
10050
10388
  font: inherit;
10051
10389
  cursor: pointer;
@@ -10390,6 +10728,7 @@
10390
10728
  background: none;
10391
10729
  border: 0;
10392
10730
  justify-content: start;
10731
+ align-items: start;
10393
10732
  gap: 12px;
10394
10733
  width: 100%;
10395
10734
  min-width: 0;
@@ -10409,10 +10748,13 @@
10409
10748
  height: var(--tile-size);
10410
10749
  }
10411
10750
 
10751
+ .opus_zD82gC_tileItem {
10752
+ min-width: 0;
10753
+ }
10754
+
10412
10755
  .opus_zD82gC_row[data-layout="fill"] .opus_zD82gC_tile {
10413
- aspect-ratio: 1;
10414
10756
  width: 100%;
10415
- height: auto;
10757
+ height: var(--tile-size);
10416
10758
  }
10417
10759
 
10418
10760
  @media (width <= 900px) {
@@ -10431,10 +10773,12 @@
10431
10773
  --tile-highlight: color-mix(in srgb, var(--tile-accent) 42%, transparent);
10432
10774
  --tile-sheen: color-mix(in srgb, var(--tile-fill) 88%, #fff 6%);
10433
10775
  --tile-depth: color-mix(in srgb, var(--tile-fill) 82%, #000 18%);
10776
+ --stat-tile-height: 6.75rem;
10777
+ width: min(100%, 12.75rem);
10778
+ height: var(--stat-tile-height);
10434
10779
  border: 1px solid color-mix(in srgb, var(--tile-accent) 22%, transparent);
10435
10780
  background: radial-gradient(70% 55% at 50% 38%, color-mix(in srgb, var(--tile-glow) 18%, transparent), transparent 70%),
10436
10781
  linear-gradient(165deg, var(--tile-sheen), var(--tile-fill) 52%, var(--tile-depth));
10437
- width: min(100%, 12.75rem);
10438
10782
  min-width: 0;
10439
10783
  max-width: 12.75rem;
10440
10784
  box-shadow: inset 0 1px 0 var(--tile-highlight);
@@ -10446,8 +10790,8 @@
10446
10790
  border-radius: 14px;
10447
10791
  justify-content: space-between;
10448
10792
  align-items: flex-start;
10449
- gap: 12px;
10450
- padding: 16px 14px;
10793
+ gap: 10px;
10794
+ padding: 12px;
10451
10795
  transition: transform .16s, border-color .16s, box-shadow .16s;
10452
10796
  display: flex;
10453
10797
  }
@@ -10508,7 +10852,7 @@
10508
10852
  .opus_8DpwUV_body {
10509
10853
  flex-direction: column;
10510
10854
  flex: auto;
10511
- gap: 10px;
10855
+ gap: 6px;
10512
10856
  min-width: 0;
10513
10857
  display: flex;
10514
10858
  }
@@ -10516,7 +10860,7 @@
10516
10860
  .opus_8DpwUV_label {
10517
10861
  color: var(--tile-muted);
10518
10862
  margin: 0;
10519
- font-size: .92rem;
10863
+ font-size: .82rem;
10520
10864
  font-weight: 600;
10521
10865
  line-height: 1.2;
10522
10866
  }
@@ -10525,14 +10869,14 @@
10525
10869
  color: var(--tile-label);
10526
10870
  letter-spacing: -.03em;
10527
10871
  margin: 0;
10528
- font-size: 1.6rem;
10872
+ font-size: 1.38rem;
10529
10873
  font-weight: 700;
10530
10874
  line-height: 1;
10531
10875
  }
10532
10876
 
10533
10877
  .opus_8DpwUV_meta {
10534
10878
  flex-direction: column;
10535
- gap: 4px;
10879
+ gap: 3px;
10536
10880
  display: flex;
10537
10881
  }
10538
10882
 
@@ -10540,7 +10884,7 @@
10540
10884
  align-items: center;
10541
10885
  gap: 4px;
10542
10886
  width: fit-content;
10543
- font-size: .86rem;
10887
+ font-size: .78rem;
10544
10888
  font-weight: 700;
10545
10889
  line-height: 1;
10546
10890
  display: inline-flex;
@@ -10557,19 +10901,19 @@
10557
10901
  .opus_8DpwUV_comparison {
10558
10902
  color: var(--tile-muted);
10559
10903
  margin: 0;
10560
- font-size: .78rem;
10904
+ font-size: .7rem;
10561
10905
  font-weight: 500;
10562
10906
  line-height: 1.2;
10563
10907
  }
10564
10908
 
10565
10909
  .opus_8DpwUV_icon {
10566
- width: 52px;
10567
- height: 52px;
10910
+ width: 44px;
10911
+ height: 44px;
10568
10912
  filter: drop-shadow(0 0 7px color-mix(in srgb, var(--tile-glow) 80%, transparent))
10569
10913
  drop-shadow(0 0 16px color-mix(in srgb, var(--tile-glow) 45%, transparent));
10570
10914
  flex: none;
10571
10915
  place-items: center;
10572
- font-size: 2.2rem;
10916
+ font-size: 1.9rem;
10573
10917
  line-height: 1;
10574
10918
  display: inline-grid;
10575
10919
  }
@@ -10605,11 +10949,13 @@
10605
10949
  /* components/StatTiles/StatTiles.module.css */
10606
10950
  .opus_uhJd8v_row {
10607
10951
  --stat-tile-size: 12.75rem;
10952
+ --stat-tile-height: 6.75rem;
10608
10953
  grid-auto-flow: column;
10609
10954
  grid-auto-columns: var(--stat-tile-size);
10610
10955
  background: none;
10611
10956
  border: 0;
10612
10957
  justify-content: start;
10958
+ align-items: start;
10613
10959
  gap: 12px;
10614
10960
  width: 100%;
10615
10961
  min-width: 0;
@@ -10628,6 +10974,10 @@
10628
10974
  width: var(--stat-tile-size);
10629
10975
  }
10630
10976
 
10977
+ .opus_uhJd8v_statTileItem {
10978
+ min-width: 0;
10979
+ }
10980
+
10631
10981
  .opus_uhJd8v_row[data-layout="fill"] .opus_uhJd8v_statTile {
10632
10982
  width: 100%;
10633
10983
  max-width: none;
@@ -11074,7 +11424,9 @@
11074
11424
  }
11075
11425
 
11076
11426
  .opus_8R-PJ3_footer {
11077
- border-top: 1px solid color-mix(in srgb, var(--dashboard-section-text) 10%, transparent);
11427
+ border-top: 1px solid color-mix(in srgb,
11428
+ var(--dashboard-section-text, var(--opus-text)) 10%,
11429
+ transparent);
11078
11430
  padding-top: 10px;
11079
11431
  }
11080
11432
 
@@ -11448,6 +11800,164 @@
11448
11800
  overflow: hidden;
11449
11801
  }
11450
11802
 
11803
+ /* components/NoteTag/NoteTag.module.css */
11804
+ .opus__ZnbtA_tag {
11805
+ letter-spacing: .01em;
11806
+ white-space: nowrap;
11807
+ border-radius: 999px;
11808
+ align-items: center;
11809
+ gap: 5px;
11810
+ min-height: 1.35rem;
11811
+ padding: 0 8px;
11812
+ font-size: .62rem;
11813
+ font-weight: 700;
11814
+ line-height: 1;
11815
+ display: inline-flex;
11816
+ }
11817
+
11818
+ .opus__ZnbtA_tag[data-size="sm"] {
11819
+ min-height: 1.2rem;
11820
+ padding: 0 7px;
11821
+ font-size: .58rem;
11822
+ }
11823
+
11824
+ .opus__ZnbtA_tag[data-selected="true"] {
11825
+ box-shadow: inset 0 0 0 1px;
11826
+ }
11827
+
11828
+ .opus__ZnbtA_tag[data-tone="purple"] {
11829
+ color: #c4b5fd;
11830
+ background: #7c3aed3d;
11831
+ }
11832
+
11833
+ .opus__ZnbtA_tag[data-tone="orange"] {
11834
+ color: #fdba74;
11835
+ background: #f9731638;
11836
+ }
11837
+
11838
+ .opus__ZnbtA_tag[data-tone="green"] {
11839
+ color: #86efac;
11840
+ background: #22c55e33;
11841
+ }
11842
+
11843
+ .opus__ZnbtA_tag[data-tone="blue"] {
11844
+ color: #93c5fd;
11845
+ background: #3b82f638;
11846
+ }
11847
+
11848
+ .opus__ZnbtA_tag[data-tone="cyan"] {
11849
+ color: #67e8f9;
11850
+ background: #06b6d438;
11851
+ }
11852
+
11853
+ .opus__ZnbtA_tag[data-tone="pink"] {
11854
+ color: #f9a8d4;
11855
+ background: #ec489938;
11856
+ }
11857
+
11858
+ .opus__ZnbtA_tag[data-tone="red"] {
11859
+ color: #fca5a5;
11860
+ background: #ef444438;
11861
+ }
11862
+
11863
+ .opus__ZnbtA_tag[data-tone="slate"] {
11864
+ color: #cbd5e1;
11865
+ background: #94a3b833;
11866
+ }
11867
+
11868
+ .opus__ZnbtA_tag[data-tone="teal"] {
11869
+ color: #5eead4;
11870
+ background: #14b8a638;
11871
+ }
11872
+
11873
+ .opus__ZnbtA_tag[data-tone="yellow"] {
11874
+ color: #fde68a;
11875
+ background: #eab30838;
11876
+ }
11877
+
11878
+ .opus__ZnbtA_removeButton {
11879
+ background: color-mix(in srgb, currentColor 12%, transparent);
11880
+ width: .85rem;
11881
+ height: .85rem;
11882
+ color: inherit;
11883
+ font: inherit;
11884
+ cursor: pointer;
11885
+ border: 0;
11886
+ border-radius: 999px;
11887
+ justify-content: center;
11888
+ align-items: center;
11889
+ margin-right: -3px;
11890
+ padding: 0;
11891
+ font-size: .52rem;
11892
+ line-height: 1;
11893
+ display: inline-flex;
11894
+ }
11895
+
11896
+ .opus__ZnbtA_removeButton:hover, .opus__ZnbtA_removeButton:focus-visible {
11897
+ background: color-mix(in srgb, currentColor 22%, transparent);
11898
+ outline: none;
11899
+ }
11900
+
11901
+ .opus__ZnbtA_list {
11902
+ flex-wrap: wrap;
11903
+ align-items: center;
11904
+ gap: 6px;
11905
+ min-width: 0;
11906
+ display: flex;
11907
+ }
11908
+
11909
+ .opus__ZnbtA_picker {
11910
+ display: inline-flex;
11911
+ position: relative;
11912
+ }
11913
+
11914
+ .opus__ZnbtA_menu {
11915
+ z-index: 40;
11916
+ border: 1px solid color-mix(in srgb, var(--opus-accent) 28%, var(--dashboard-section-border, var(--opus-border)));
11917
+ background: color-mix(in srgb, var(--dashboard-section-bg, var(--opus-bg)) 86%, transparent);
11918
+ backdrop-filter: blur(12px);
11919
+ border-radius: 12px;
11920
+ gap: 8px;
11921
+ width: max-content;
11922
+ min-width: 13.5rem;
11923
+ max-width: min(20rem, 80vw);
11924
+ padding: 10px;
11925
+ display: grid;
11926
+ position: absolute;
11927
+ bottom: calc(100% + 8px);
11928
+ left: 0;
11929
+ box-shadow: 0 16px 40px #02061752;
11930
+ }
11931
+
11932
+ .opus__ZnbtA_menuHeader {
11933
+ color: var(--dashboard-section-text, var(--opus-text));
11934
+ letter-spacing: .12em;
11935
+ text-transform: uppercase;
11936
+ font-size: .62rem;
11937
+ font-weight: 800;
11938
+ }
11939
+
11940
+ .opus__ZnbtA_options {
11941
+ flex-wrap: wrap;
11942
+ gap: 6px;
11943
+ display: flex;
11944
+ }
11945
+
11946
+ .opus__ZnbtA_option {
11947
+ cursor: pointer;
11948
+ background: none;
11949
+ border: 0;
11950
+ border-radius: 999px;
11951
+ min-width: 0;
11952
+ padding: 2px;
11953
+ display: inline-flex;
11954
+ }
11955
+
11956
+ .opus__ZnbtA_option:hover, .opus__ZnbtA_option:focus-visible, .opus__ZnbtA_option[data-selected="true"] {
11957
+ background: color-mix(in srgb, var(--opus-accent) 15%, transparent);
11958
+ outline: none;
11959
+ }
11960
+
11451
11961
  /* components/NoteComposer/NoteComposer.module.css */
11452
11962
  .opus_pQVlNo_root {
11453
11963
  --note-composer-text: var(--dashboard-section-text, var(--opus-text));
@@ -11486,7 +11996,12 @@
11486
11996
  outline: none;
11487
11997
  }
11488
11998
 
11999
+ .opus_pQVlNo_selectedTags {
12000
+ margin-top: -2px;
12001
+ }
12002
+
11489
12003
  .opus_pQVlNo_footer {
12004
+ flex-wrap: wrap;
11490
12005
  justify-content: space-between;
11491
12006
  align-items: center;
11492
12007
  gap: 10px;
@@ -11528,6 +12043,8 @@
11528
12043
  background: #7c3aed;
11529
12044
  border: 0;
11530
12045
  border-radius: 8px;
12046
+ flex: none;
12047
+ margin-left: auto;
11531
12048
  padding: 0 14px;
11532
12049
  font-size: .72rem;
11533
12050
  font-weight: 700;
@@ -11555,7 +12072,14 @@
11555
12072
 
11556
12073
  /* components/ContentTimeline/ContentTimeline.module.css */
11557
12074
  .opus_vApy-v_list {
11558
- grid-template-columns: 2rem minmax(0, 1fr);
12075
+ --timeline-avatar-size: 3rem;
12076
+ --timeline-hover-left: -10px;
12077
+ --timeline-hover-right: 0px;
12078
+ --timeline-hover-radius: 14px;
12079
+ --timeline-title-line: calc(.78rem * 1.2);
12080
+ --timeline-avatar-body-offset: calc((var(--timeline-avatar-size) - var(--timeline-title-line)) / 2);
12081
+ grid-template-columns: var(--timeline-avatar-size) minmax(0, 1fr);
12082
+ align-content: start;
11559
12083
  column-gap: 10px;
11560
12084
  width: 100%;
11561
12085
  margin: 0;
@@ -11569,13 +12093,13 @@
11569
12093
  letter-spacing: .04em;
11570
12094
  text-transform: uppercase;
11571
12095
  grid-column: 1 / -1;
11572
- margin: 0;
12096
+ margin: 0 0 10px;
11573
12097
  font-size: .68rem;
11574
12098
  font-weight: 700;
11575
12099
  }
11576
12100
 
11577
12101
  .opus_vApy-v_groupLabel:not(:first-child) {
11578
- padding-top: 4px;
12102
+ padding-top: 10px;
11579
12103
  }
11580
12104
 
11581
12105
  .opus_vApy-v_item {
@@ -11588,11 +12112,14 @@
11588
12112
 
11589
12113
  .opus_vApy-v_item[data-clickable="true"] {
11590
12114
  cursor: pointer;
11591
- border-radius: 10px;
12115
+ box-sizing: border-box;
12116
+ user-select: none;
12117
+ border-radius: 12px;
12118
+ padding: 0;
11592
12119
  }
11593
12120
 
11594
- .opus_vApy-v_item[data-clickable="true"]:hover {
11595
- background: color-mix(in srgb, var(--dashboard-section-text, var(--opus-text)) 4%, transparent);
12121
+ .opus_vApy-v_item[data-clickable="true"] :is(input, textarea, select, [contenteditable="true"]) {
12122
+ user-select: text;
11596
12123
  }
11597
12124
 
11598
12125
  .opus_vApy-v_item[data-clickable="true"]:focus-visible {
@@ -11610,15 +12137,21 @@
11610
12137
  }
11611
12138
 
11612
12139
  .opus_vApy-v_markerSlot {
12140
+ width: var(--timeline-avatar-size);
12141
+ height: var(--timeline-avatar-size);
11613
12142
  flex-shrink: 0;
11614
12143
  justify-content: center;
11615
12144
  align-items: center;
11616
- width: 2rem;
11617
- height: 2rem;
11618
12145
  display: flex;
11619
12146
  }
11620
12147
 
11621
- .opus_vApy-v_dot {
12148
+ .opus_vApy-v_item[data-marker="dot"] .opus_vApy-v_markerSlot {
12149
+ box-sizing: border-box;
12150
+ height: calc(.936rem + 10px);
12151
+ padding-top: 5px;
12152
+ }
12153
+
12154
+ .opus_vApy-v_dot, .opus_vApy-v_statusDot {
11622
12155
  background: var(--opus-accent);
11623
12156
  width: 10px;
11624
12157
  height: 10px;
@@ -11627,68 +12160,135 @@
11627
12160
  flex-shrink: 0;
11628
12161
  }
11629
12162
 
11630
- .opus_vApy-v_item[data-status="success"] .opus_vApy-v_dot {
12163
+ .opus_vApy-v_item[data-status="success"] :is(.opus_vApy-v_dot, .opus_vApy-v_statusDot) {
11631
12164
  background: #16a34a;
11632
12165
  box-shadow: 0 0 0 3px #22c55e2e;
11633
12166
  }
11634
12167
 
11635
- .opus_vApy-v_item[data-status="warning"] .opus_vApy-v_dot {
12168
+ .opus_vApy-v_item[data-status="warning"] :is(.opus_vApy-v_dot, .opus_vApy-v_statusDot) {
11636
12169
  background: #d97706;
11637
12170
  box-shadow: 0 0 0 3px #f59e0b2e;
11638
12171
  }
11639
12172
 
11640
- .opus_vApy-v_item[data-status="danger"] .opus_vApy-v_dot {
12173
+ .opus_vApy-v_item[data-status="danger"] :is(.opus_vApy-v_dot, .opus_vApy-v_statusDot) {
11641
12174
  background: #dc2626;
11642
12175
  box-shadow: 0 0 0 3px #ef44442e;
11643
12176
  }
11644
12177
 
11645
- .opus_vApy-v_item[data-status="muted"] .opus_vApy-v_dot {
12178
+ .opus_vApy-v_item[data-status="muted"] :is(.opus_vApy-v_dot, .opus_vApy-v_statusDot) {
11646
12179
  background: var(--opus-muted);
11647
12180
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--opus-muted) 16%, transparent);
11648
12181
  }
11649
12182
 
11650
12183
  .opus_vApy-v_line {
11651
12184
  background: color-mix(in srgb, var(--opus-border) 92%, transparent);
12185
+ border-radius: 999px;
11652
12186
  flex: auto;
11653
12187
  width: 2px;
11654
12188
  min-height: 16px;
12189
+ margin-top: -2px;
11655
12190
  }
11656
12191
 
11657
12192
  .opus_vApy-v_body {
11658
12193
  min-width: 0;
11659
- padding-top: 5px;
12194
+ padding-top: 0;
11660
12195
  padding-bottom: 18px;
11661
12196
  }
11662
12197
 
12198
+ .opus_vApy-v_item[data-has-children="true"] > .opus_vApy-v_body {
12199
+ padding-bottom: 4px;
12200
+ }
12201
+
12202
+ .opus_vApy-v_content {
12203
+ z-index: 0;
12204
+ border-radius: var(--timeline-hover-radius);
12205
+ isolation: isolate;
12206
+ padding: 0;
12207
+ position: relative;
12208
+ }
12209
+
12210
+ .opus_vApy-v_content:before {
12211
+ content: "";
12212
+ z-index: 0;
12213
+ inset: -10px var(--timeline-hover-right) -4px var(--timeline-hover-left);
12214
+ border-radius: var(--timeline-hover-radius);
12215
+ pointer-events: none;
12216
+ background: none;
12217
+ position: absolute;
12218
+ }
12219
+
12220
+ .opus_vApy-v_content[data-has-footer="true"]:before {
12221
+ inset: -10px var(--timeline-hover-right) -10px var(--timeline-hover-left);
12222
+ border-radius: calc(var(--timeline-hover-radius) + 2px);
12223
+ }
12224
+
12225
+ .opus_vApy-v_item[data-clickable="true"]:hover > .opus_vApy-v_body > .opus_vApy-v_content:before {
12226
+ background: color-mix(in srgb, var(--dashboard-section-text, var(--opus-text)) 4%, transparent);
12227
+ }
12228
+
12229
+ .opus_vApy-v_content > * {
12230
+ z-index: 1;
12231
+ position: relative;
12232
+ }
12233
+
11663
12234
  .opus_vApy-v_item:last-child .opus_vApy-v_body {
11664
12235
  padding-bottom: 0;
11665
12236
  }
11666
12237
 
11667
12238
  .opus_vApy-v_head {
11668
- justify-content: space-between;
11669
- align-items: baseline;
11670
- gap: 12px;
12239
+ justify-content: flex-start;
12240
+ align-items: center;
12241
+ gap: 8px;
12242
+ width: 100%;
12243
+ min-width: 0;
12244
+ min-height: 1.75rem;
11671
12245
  display: flex;
11672
12246
  }
11673
12247
 
11674
12248
  .opus_vApy-v_title {
11675
12249
  color: var(--dashboard-section-text, var(--opus-text));
12250
+ text-overflow: ellipsis;
12251
+ white-space: nowrap;
12252
+ flex: auto;
12253
+ min-width: 0;
11676
12254
  margin: 0;
11677
12255
  font-size: .78rem;
11678
12256
  font-weight: 700;
11679
12257
  line-height: 1.2;
12258
+ overflow: hidden;
11680
12259
  }
11681
12260
 
11682
12261
  .opus_vApy-v_time {
11683
12262
  color: var(--dashboard-section-muted, var(--opus-muted));
11684
12263
  white-space: nowrap;
12264
+ flex: none;
12265
+ margin-left: auto;
12266
+ padding-right: 16px;
11685
12267
  font-size: .68rem;
11686
12268
  font-weight: 600;
11687
12269
  }
11688
12270
 
12271
+ .opus_vApy-v_metaRow {
12272
+ justify-content: space-between;
12273
+ align-items: center;
12274
+ gap: 8px;
12275
+ min-width: 0;
12276
+ margin-top: 6px;
12277
+ display: flex;
12278
+ }
12279
+
12280
+ .opus_vApy-v_itemAction {
12281
+ flex: none;
12282
+ justify-content: center;
12283
+ align-items: center;
12284
+ display: inline-flex;
12285
+ }
12286
+
11689
12287
  .opus_vApy-v_description {
11690
12288
  color: var(--dashboard-section-muted, var(--opus-muted));
11691
- margin: 6px 0 0;
12289
+ white-space: pre-wrap;
12290
+ word-break: break-word;
12291
+ margin: 0;
11692
12292
  font-size: .74rem;
11693
12293
  line-height: 1.45;
11694
12294
  }
@@ -11696,7 +12296,7 @@
11696
12296
  .opus_vApy-v_tags {
11697
12297
  flex-wrap: wrap;
11698
12298
  gap: 6px;
11699
- margin-top: 6px;
12299
+ min-width: 0;
11700
12300
  display: flex;
11701
12301
  }
11702
12302
 
@@ -11731,21 +12331,310 @@
11731
12331
  background: #3b82f638;
11732
12332
  }
11733
12333
 
12334
+ .opus_vApy-v_children {
12335
+ gap: 0;
12336
+ margin-top: 10px;
12337
+ display: grid;
12338
+ }
12339
+
12340
+ .opus_vApy-v_itemFooter {
12341
+ width: 100%;
12342
+ margin-top: 8px;
12343
+ display: block;
12344
+ }
12345
+
11734
12346
  /* components/NotesActivity/NotesActivity.module.css */
11735
12347
  .opus_ThZ-Bi_root {
12348
+ --notes-activity-avatar-size: 1.8rem;
12349
+ --notes-activity-height: 44rem;
12350
+ --notes-activity-gap: 14px;
12351
+ --timeline-avatar-size: var(--notes-activity-avatar-size);
11736
12352
  gap: 14px;
12353
+ gap: var(--notes-activity-gap);
11737
12354
  width: 100%;
12355
+ height: var(--notes-activity-height);
12356
+ grid-template-rows: auto auto minmax(0, 1fr) auto;
12357
+ grid-template-areas: "opus_ThZ-Bi_tabs"
12358
+ "opus_ThZ-Bi_composer"
12359
+ "opus_ThZ-Bi_feed"
12360
+ "opus_ThZ-Bi_footer";
11738
12361
  min-width: 0;
12362
+ min-height: 0;
11739
12363
  display: grid;
11740
12364
  }
11741
12365
 
12366
+ .opus_ThZ-Bi_root[data-density="compact"] {
12367
+ --notes-activity-gap: 10px;
12368
+ }
12369
+
12370
+ .opus_ThZ-Bi_root[data-density="compact"] .opus_ThZ-Bi_tab {
12371
+ padding-bottom: 10px;
12372
+ font-size: .76rem;
12373
+ }
12374
+
12375
+ .opus_ThZ-Bi_root[data-density="compact"] .opus_ThZ-Bi_footer {
12376
+ padding: 8px 0 14px;
12377
+ }
12378
+
11742
12379
  .opus_ThZ-Bi_tabs {
11743
- border-bottom: 1px solid color-mix(in srgb, var(--dashboard-section-text) 10%, transparent);
12380
+ border-bottom: 1px solid
12381
+ color-mix(in srgb, var(--dashboard-section-text) 10%, transparent);
12382
+ grid-area: opus_ThZ-Bi_tabs;
12383
+ gap: 0;
12384
+ width: 100%;
12385
+ display: flex;
12386
+ }
12387
+
12388
+ .opus_ThZ-Bi_composer {
12389
+ grid-area: opus_ThZ-Bi_composer;
12390
+ }
12391
+
12392
+ .opus_ThZ-Bi_threadItems {
12393
+ --thread-child-avatar-size: var(--notes-activity-avatar-size);
12394
+ --thread-indent: .325rem;
12395
+ --thread-line-color: color-mix(in srgb,
12396
+ var(--opus-accent) 50%,
12397
+ var(--opus-border));
12398
+ --thread-marker-shift: -4px;
12399
+ --thread-nest-offset: calc(var(--thread-child-avatar-size) * -.4);
12400
+ min-width: 0;
12401
+ margin-left: var(--thread-nest-offset);
12402
+ padding-left: var(--thread-indent);
12403
+ isolation: isolate;
12404
+ border-left: 0;
12405
+ margin-top: 2px;
12406
+ display: block;
12407
+ position: relative;
12408
+ }
12409
+
12410
+ .opus_ThZ-Bi_threadItems [data-content-timeline-item="true"][data-clickable="true"] {
12411
+ padding: 2px 8px 2px 14px;
12412
+ }
12413
+
12414
+ .opus_ThZ-Bi_threadConnectors {
12415
+ z-index: 0;
12416
+ pointer-events: none;
12417
+ width: 100%;
12418
+ height: 100%;
12419
+ position: absolute;
12420
+ inset: 0;
12421
+ overflow: visible;
12422
+ }
12423
+
12424
+ .opus_ThZ-Bi_threadConnectors path {
12425
+ fill: none;
12426
+ stroke: var(--thread-line-color);
12427
+ stroke-width: 2px;
12428
+ stroke-linecap: round;
12429
+ stroke-linejoin: round;
12430
+ }
12431
+
12432
+ .opus_ThZ-Bi_threadItems ol {
12433
+ --timeline-avatar-size: var(--thread-child-avatar-size);
12434
+ --timeline-hover-left: calc((var(--timeline-avatar-size) + 7px) * -1);
12435
+ --timeline-hover-radius: 14px;
12436
+ --timeline-hover-right: 0px;
12437
+ z-index: 1;
12438
+ column-gap: 7px;
12439
+ position: relative;
12440
+ }
12441
+
12442
+ .opus_ThZ-Bi_threadItems [data-content-timeline-item="true"] {
12443
+ position: relative;
12444
+ }
12445
+
12446
+ .opus_ThZ-Bi_threadItems [data-content-timeline-item="true"]:before {
12447
+ content: none;
12448
+ display: none;
12449
+ }
12450
+
12451
+ .opus_ThZ-Bi_threadItems [data-content-timeline-item="true"]:after {
12452
+ content: none;
12453
+ display: none;
12454
+ }
12455
+
12456
+ .opus_ThZ-Bi_threadItems [data-content-timeline-rail="true"], .opus_ThZ-Bi_threadItems [data-content-timeline-body="true"] {
12457
+ z-index: 1;
12458
+ position: relative;
12459
+ }
12460
+
12461
+ .opus_ThZ-Bi_threadItems [data-content-timeline-marker="true"] {
12462
+ z-index: 3;
12463
+ isolation: isolate;
12464
+ transform: translateX(var(--thread-marker-shift));
12465
+ position: relative;
12466
+ }
12467
+
12468
+ .opus_ThZ-Bi_root [data-content-timeline-marker="true"] {
12469
+ z-index: 3;
12470
+ position: relative;
12471
+ }
12472
+
12473
+ .opus_ThZ-Bi_feed > [data-content-timeline-list="true"] > [data-content-timeline-item="true"] > [data-content-timeline-rail="true"] > [data-content-timeline-marker="true"] {
12474
+ transform: translateY(-11px);
12475
+ }
12476
+
12477
+ .opus_ThZ-Bi_feed > [data-content-timeline-list="true"] > [data-content-timeline-item="true"] > [data-content-timeline-rail="true"] > [data-content-timeline-line="true"] {
12478
+ margin-top: -13px;
12479
+ }
12480
+
12481
+ .opus_ThZ-Bi_threadItems [data-content-timeline-marker="true"]:before {
12482
+ content: "";
12483
+ z-index: 0;
12484
+ background: var(--dashboard-section-bg, #020617);
12485
+ border-radius: 999px;
12486
+ position: absolute;
12487
+ inset: 2px;
12488
+ }
12489
+
12490
+ .opus_ThZ-Bi_threadItems [data-content-timeline-marker="true"] > * {
12491
+ z-index: 1;
12492
+ position: relative;
12493
+ }
12494
+
12495
+ .opus_ThZ-Bi_root [data-content-timeline-marker="true"] [data-size="lg"] {
12496
+ width: var(--notes-activity-avatar-size);
12497
+ height: var(--notes-activity-avatar-size);
12498
+ font-size: .64rem;
12499
+ }
12500
+
12501
+ .opus_ThZ-Bi_threadItems [data-content-timeline-body="true"] {
12502
+ padding-bottom: 4px;
12503
+ }
12504
+
12505
+ .opus_ThZ-Bi_threadItems [data-content-timeline-item="true"]:last-child > [data-content-timeline-body="true"] {
12506
+ padding-bottom: 0;
12507
+ }
12508
+
12509
+ .opus_ThZ-Bi_threadItems [data-content-timeline-children="true"] {
12510
+ margin-top: 4px;
12511
+ }
12512
+
12513
+ .opus_ThZ-Bi_threadItems .opus_ThZ-Bi_threadItems {
12514
+ margin-top: 2px;
12515
+ }
12516
+
12517
+ .opus_ThZ-Bi_threadItems [data-content-timeline-line="true"] {
12518
+ opacity: 0;
12519
+ }
12520
+
12521
+ .opus_ThZ-Bi_replyBlock {
12522
+ box-sizing: border-box;
12523
+ gap: 0;
12524
+ width: auto;
12525
+ min-width: 0;
12526
+ margin: 8px 8px 6px 0;
12527
+ padding: 0 0 2px;
12528
+ display: grid;
12529
+ }
12530
+
12531
+ .opus_ThZ-Bi_replyComposer {
12532
+ box-sizing: border-box;
12533
+ grid-template-columns: minmax(0, 1fr);
12534
+ align-items: center;
11744
12535
  gap: 0;
11745
12536
  width: 100%;
12537
+ min-width: 0;
12538
+ display: grid;
12539
+ }
12540
+
12541
+ .opus_ThZ-Bi_replyInputShell {
12542
+ border: 1px solid
12543
+ color-mix(in srgb, var(--opus-accent) 30%, var(--dashboard-section-border));
12544
+ background: color-mix(in srgb, var(--opus-input-bg) 88%, transparent);
12545
+ box-sizing: border-box;
12546
+ border-radius: 12px;
12547
+ grid-template-columns: minmax(0, 1fr);
12548
+ align-items: center;
12549
+ min-width: 0;
12550
+ min-height: 2.15rem;
12551
+ display: grid;
12552
+ }
12553
+
12554
+ .opus_ThZ-Bi_replyInputShell[data-has-tools="true"] {
12555
+ grid-template-columns: auto minmax(0, 1fr);
12556
+ }
12557
+
12558
+ .opus_ThZ-Bi_replyInputShell:focus-within {
12559
+ border-color: color-mix(in srgb,
12560
+ var(--opus-accent) 70%,
12561
+ var(--dashboard-section-border));
12562
+ box-shadow: 0 0 0 2px color-mix(in srgb, var(--opus-accent) 20%, transparent);
12563
+ }
12564
+
12565
+ .opus_ThZ-Bi_replyTools {
12566
+ align-self: center;
12567
+ align-items: center;
12568
+ gap: 2px;
12569
+ padding: 4px 0 4px 6px;
11746
12570
  display: flex;
11747
12571
  }
11748
12572
 
12573
+ .opus_ThZ-Bi_replyToolButton {
12574
+ width: 1.5rem;
12575
+ height: 1.5rem;
12576
+ color: var(--dashboard-section-muted);
12577
+ cursor: pointer;
12578
+ background: none;
12579
+ border: 0;
12580
+ border-radius: 7px;
12581
+ justify-content: center;
12582
+ align-items: center;
12583
+ padding: 0;
12584
+ display: inline-flex;
12585
+ }
12586
+
12587
+ .opus_ThZ-Bi_replyToolButton:hover, .opus_ThZ-Bi_replyToolButton:focus-visible {
12588
+ background: color-mix(in srgb, var(--dashboard-section-text) 7%, transparent);
12589
+ color: var(--dashboard-section-text);
12590
+ outline: none;
12591
+ }
12592
+
12593
+ .opus_ThZ-Bi_replyToolButton svg {
12594
+ width: .78rem;
12595
+ height: .78rem;
12596
+ display: block;
12597
+ }
12598
+
12599
+ .opus_ThZ-Bi_replyInput {
12600
+ width: 100%;
12601
+ min-width: 0;
12602
+ min-height: calc(2.15rem - 2px);
12603
+ max-height: 12rem;
12604
+ color: var(--dashboard-section-text);
12605
+ font: inherit;
12606
+ resize: none;
12607
+ box-sizing: border-box;
12608
+ white-space: pre-wrap;
12609
+ word-break: break-word;
12610
+ field-sizing: content;
12611
+ background: none;
12612
+ border: 0;
12613
+ outline: none;
12614
+ margin: 0;
12615
+ padding: 8px 12px 7px;
12616
+ font-size: .72rem;
12617
+ line-height: 1.45;
12618
+ display: block;
12619
+ overflow-y: auto;
12620
+ }
12621
+
12622
+ .opus_ThZ-Bi_replyInput::-webkit-resizer {
12623
+ display: none;
12624
+ }
12625
+
12626
+ .opus_ThZ-Bi_replyInput::placeholder {
12627
+ color: color-mix(in srgb, var(--dashboard-section-muted) 72%, transparent);
12628
+ }
12629
+
12630
+ .opus_ThZ-Bi_replyInput:focus {
12631
+ box-shadow: none;
12632
+ }
12633
+
12634
+ .opus_ThZ-Bi_replyTags {
12635
+ padding: 6px 0 0;
12636
+ }
12637
+
11749
12638
  .opus_ThZ-Bi_tab {
11750
12639
  color: var(--dashboard-section-muted);
11751
12640
  font: inherit;
@@ -11761,6 +12650,22 @@
11761
12650
  position: relative;
11762
12651
  }
11763
12652
 
12653
+ .opus_ThZ-Bi_tabIcon {
12654
+ color: currentColor;
12655
+ justify-content: center;
12656
+ align-items: center;
12657
+ width: .8rem;
12658
+ height: .8rem;
12659
+ margin-right: 6px;
12660
+ display: inline-flex;
12661
+ }
12662
+
12663
+ .opus_ThZ-Bi_tabIcon svg {
12664
+ width: .8rem;
12665
+ height: .8rem;
12666
+ display: block;
12667
+ }
12668
+
11764
12669
  .opus_ThZ-Bi_tab:hover, .opus_ThZ-Bi_tab:focus-visible {
11765
12670
  color: var(--dashboard-section-text);
11766
12671
  outline: none;
@@ -11783,14 +12688,43 @@
11783
12688
  }
11784
12689
 
11785
12690
  .opus_ThZ-Bi_feed {
12691
+ overscroll-behavior: contain;
12692
+ grid-area: opus_ThZ-Bi_feed;
11786
12693
  gap: 0;
11787
12694
  min-width: 0;
12695
+ min-height: 0;
12696
+ padding-right: 4px;
11788
12697
  display: grid;
11789
12698
  }
11790
12699
 
12700
+ .opus_ThZ-Bi_feed > [data-content-timeline-list="true"] {
12701
+ --timeline-hover-left: calc((var(--timeline-avatar-size) + 4px) * -1);
12702
+ --timeline-hover-radius: 14px;
12703
+ --timeline-hover-right: 0px;
12704
+ column-gap: 4px;
12705
+ }
12706
+
12707
+ .opus_ThZ-Bi_root [data-content-timeline-line="true"] {
12708
+ opacity: 0;
12709
+ }
12710
+
12711
+ .opus_ThZ-Bi_root [data-content-timeline-item="true"][data-clickable="true"]:has([data-content-timeline-item="true"][data-clickable="true"]:hover) {
12712
+ background: none;
12713
+ }
12714
+
12715
+ .opus_ThZ-Bi_root [data-content-timeline-item="true"][data-clickable="true"]:has([data-content-timeline-item="true"][data-clickable="true"]:hover) > [data-content-timeline-body="true"] > [data-content-timeline-content="true"]:before {
12716
+ background: none;
12717
+ }
12718
+
12719
+ [data-component="notes-activity"][data-height="full"] .opus_ThZ-Bi_root {
12720
+ height: 100%;
12721
+ }
12722
+
11791
12723
  .opus_ThZ-Bi_footer {
11792
- border-top: 1px solid color-mix(in srgb, var(--dashboard-section-text) 10%, transparent);
11793
- padding-top: 10px;
12724
+ border-top: 1px solid
12725
+ color-mix(in srgb, var(--dashboard-section-text) 10%, transparent);
12726
+ grid-area: opus_ThZ-Bi_footer;
12727
+ padding: 10px 0 14px;
11794
12728
  }
11795
12729
 
11796
12730
  .opus_ThZ-Bi_footerAction {
@@ -12060,6 +12994,22 @@
12060
12994
  min-width: 0;
12061
12995
  }
12062
12996
 
12997
+ .opus_myuwZ6_container[data-padding-top="false"] {
12998
+ padding-top: 0;
12999
+ }
13000
+
13001
+ .opus_myuwZ6_container[data-padding-right="false"] {
13002
+ padding-right: 0;
13003
+ }
13004
+
13005
+ .opus_myuwZ6_container[data-padding-bottom="false"] {
13006
+ padding-bottom: 0;
13007
+ }
13008
+
13009
+ .opus_myuwZ6_container[data-padding-left="false"] {
13010
+ padding-left: 0;
13011
+ }
13012
+
12063
13013
  .opus_myuwZ6_container[data-width="widget"] {
12064
13014
  width: 100%;
12065
13015
  max-width: 24.5rem;
@@ -12088,6 +13038,11 @@
12088
13038
  max-width: none;
12089
13039
  }
12090
13040
 
13041
+ .opus_myuwZ6_container[data-height="full"] {
13042
+ height: 100%;
13043
+ min-height: 22rem;
13044
+ }
13045
+
12091
13046
  [data-preview-root][data-theme="light"] .opus_myuwZ6_container, [data-theme="light"] .opus_myuwZ6_container {
12092
13047
  --dashboard-section-bg: #f8fbff;
12093
13048
  --dashboard-section-border: #60a5fa47;
@@ -14129,9 +15084,7 @@
14129
15084
 
14130
15085
  /* components/Sidebar/Sidebar.module.css */
14131
15086
  .opus_4Pogux_layout {
14132
- border: 1px solid var(--opus-border);
14133
- border-radius: var(--opus-input-radius-large);
14134
- background: color-mix(in srgb, var(--opus-panel) 88%, transparent);
15087
+ background: none;
14135
15088
  width: 100%;
14136
15089
  min-height: 280px;
14137
15090
  display: grid;
@@ -14139,11 +15092,11 @@
14139
15092
  }
14140
15093
 
14141
15094
  .opus_4Pogux_layout[data-side="left"] {
14142
- grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
15095
+ grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
14143
15096
  }
14144
15097
 
14145
15098
  .opus_4Pogux_layout[data-side="right"] {
14146
- grid-template-columns: minmax(0, 1fr) minmax(0, 220px);
15099
+ grid-template-columns: minmax(0, 1fr) minmax(0, 240px);
14147
15100
  }
14148
15101
 
14149
15102
  .opus_4Pogux_layout[data-collapsed="true"][data-side="left"] {
@@ -14155,59 +15108,66 @@
14155
15108
  }
14156
15109
 
14157
15110
  .opus_4Pogux_sidebar {
14158
- border-inline-end: 1px solid var(--opus-border);
14159
- background: color-mix(in srgb, var(--opus-panel) 94%, transparent);
14160
- grid-template-rows: auto minmax(0, 1fr) auto;
15111
+ --sidebar-pad: 0px;
15112
+ --sidebar-gap: 4px;
15113
+ --sidebar-row-pad-block: 8px;
15114
+ --sidebar-row-pad-inline: 10px;
15115
+ width: 100%;
15116
+ min-width: 0;
15117
+ max-width: 100%;
15118
+ height: 100%;
14161
15119
  min-height: 0;
14162
- display: grid;
15120
+ color: var(--opus-text);
15121
+ background: none;
15122
+ flex-direction: column;
15123
+ transition: background .22s, color .22s;
15124
+ display: flex;
15125
+ overflow: hidden;
14163
15126
  }
14164
15127
 
14165
- .opus_4Pogux_layout[data-side="right"] .opus_4Pogux_sidebar {
14166
- border-inline-end: 0;
14167
- border-inline-start: 1px solid var(--opus-border);
15128
+ .opus_4Pogux_sidebar[data-collapsed="true"] {
15129
+ width: 100%;
14168
15130
  }
14169
15131
 
14170
- .opus_4Pogux_sidebar[data-collapsed="true"] {
14171
- width: 56px;
15132
+ .opus_4Pogux_sidebar[data-motion-ready="false"], .opus_4Pogux_sidebar[data-motion-ready="false"] *, .opus_4Pogux_sidebar[data-motion-ready="false"] :before, .opus_4Pogux_sidebar[data-motion-ready="false"] :after {
15133
+ scroll-behavior: auto !important;
15134
+ transition: none !important;
15135
+ animation: none !important;
14172
15136
  }
14173
15137
 
14174
15138
  .opus_4Pogux_sidebar[data-density="compact"] {
14175
- --sidebar-pad: 10px;
15139
+ --sidebar-pad: 0px;
14176
15140
  --sidebar-gap: 2px;
14177
15141
  --sidebar-row-pad-block: 6px;
14178
15142
  --sidebar-row-pad-inline: 8px;
14179
15143
  }
14180
15144
 
14181
- .opus_4Pogux_sidebar[data-density="comfortable"] {
14182
- --sidebar-pad: 14px;
14183
- --sidebar-gap: 4px;
14184
- --sidebar-row-pad-block: 8px;
14185
- --sidebar-row-pad-inline: 10px;
14186
- }
14187
-
14188
15145
  .opus_4Pogux_header, .opus_4Pogux_footer, .opus_4Pogux_body {
14189
15146
  min-width: 0;
14190
15147
  }
14191
15148
 
14192
- .opus_4Pogux_header, .opus_4Pogux_footer {
14193
- padding: var(--sidebar-pad);
14194
- }
14195
-
14196
15149
  .opus_4Pogux_header {
14197
- border-bottom: 1px solid var(--opus-border);
15150
+ background: none;
15151
+ flex-shrink: 0;
15152
+ padding: 0;
14198
15153
  }
14199
15154
 
14200
15155
  .opus_4Pogux_footer {
14201
- border-top: 1px solid var(--opus-border);
14202
- padding: var(--sidebar-pad)
14203
- var(--sidebar-pad)
14204
- var(--sidebar-pad)
14205
- calc(var(--sidebar-pad) + var(--sidebar-row-pad-inline));
15156
+ border-top: 1px solid color-mix(in srgb, var(--opus-border) 82%, transparent);
14206
15157
  color: var(--opus-muted);
15158
+ flex-shrink: 0;
15159
+ margin-top: 8px;
15160
+ padding: 8px 0 0;
14207
15161
  font-size: .78rem;
14208
15162
  line-height: 1.4;
14209
15163
  }
14210
15164
 
15165
+ .opus_4Pogux_sidebar[data-collapsed="true"] .opus_4Pogux_footer {
15166
+ place-items: center;
15167
+ width: 100%;
15168
+ display: grid;
15169
+ }
15170
+
14211
15171
  .opus_4Pogux_headerInner {
14212
15172
  justify-content: space-between;
14213
15173
  align-items: center;
@@ -14216,25 +15176,45 @@
14216
15176
  }
14217
15177
 
14218
15178
  .opus_4Pogux_headerTitle {
14219
- padding-inline: var(--sidebar-row-pad-inline);
14220
- color: var(--opus-text);
14221
- letter-spacing: .04em;
15179
+ color: var(--opus-accent);
15180
+ letter-spacing: .12em;
14222
15181
  text-transform: uppercase;
14223
15182
  margin: 0;
14224
- font-size: .82rem;
14225
- font-weight: 800;
15183
+ font-size: .78rem;
15184
+ font-weight: 700;
15185
+ line-height: 1;
14226
15186
  }
14227
15187
 
14228
15188
  .opus_4Pogux_body {
14229
- padding: var(--sidebar-pad);
14230
- overflow: auto;
15189
+ flex: 1;
15190
+ min-height: 0;
15191
+ padding: 0;
15192
+ }
15193
+
15194
+ .opus_4Pogux_bodyContent {
15195
+ min-width: 0;
15196
+ }
15197
+
15198
+ .opus_4Pogux_sidebar[data-padding-top="true"] .opus_4Pogux_bodyContent {
15199
+ padding-top: 14px;
15200
+ }
15201
+
15202
+ .opus_4Pogux_sidebar[data-padding-right="true"] .opus_4Pogux_bodyContent {
15203
+ padding-right: 16px;
15204
+ }
15205
+
15206
+ .opus_4Pogux_sidebar[data-padding-bottom="true"] .opus_4Pogux_bodyContent {
15207
+ padding-bottom: 12px;
15208
+ }
15209
+
15210
+ .opus_4Pogux_sidebar[data-padding-left="true"] .opus_4Pogux_bodyContent {
15211
+ padding-left: 16px;
14231
15212
  }
14232
15213
 
14233
15214
  .opus_4Pogux_main {
14234
15215
  min-width: 0;
14235
15216
  color: var(--opus-muted);
14236
- background: radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--opus-accent) 10%, transparent), transparent 40%),
14237
- color-mix(in srgb, var(--opus-panel) 82%, transparent);
15217
+ background: none;
14238
15218
  place-items: center;
14239
15219
  padding: 24px;
14240
15220
  font-size: .88rem;
@@ -14242,78 +15222,233 @@
14242
15222
  }
14243
15223
 
14244
15224
  .opus_4Pogux_nav {
15225
+ align-content: start;
14245
15226
  gap: var(--sidebar-gap);
15227
+ min-height: 0;
14246
15228
  display: grid;
14247
15229
  }
14248
15230
 
14249
15231
  .opus_4Pogux_link {
14250
15232
  width: 100%;
15233
+ min-width: 0;
14251
15234
  padding: var(--sidebar-row-pad-block) var(--sidebar-row-pad-inline);
14252
15235
  border-radius: var(--opus-input-radius);
14253
15236
  color: var(--opus-muted);
15237
+ font: inherit;
14254
15238
  text-align: left;
14255
15239
  cursor: pointer;
15240
+ box-sizing: border-box;
14256
15241
  background: none;
14257
- border: 0;
14258
- font-size: .86rem;
15242
+ border: 1px solid #0000;
15243
+ align-items: center;
15244
+ gap: 8px;
15245
+ font-size: .84rem;
14259
15246
  font-weight: 600;
14260
15247
  line-height: 1.3;
14261
15248
  text-decoration: none;
14262
- transition: background .16s, color .16s;
15249
+ transition: background .16s, border-color .16s, color .16s;
15250
+ display: inline-flex;
15251
+ }
15252
+
15253
+ .opus_4Pogux_linkLabel {
15254
+ text-overflow: ellipsis;
15255
+ white-space: nowrap;
15256
+ flex: auto;
15257
+ min-width: 0;
15258
+ overflow: hidden;
15259
+ }
15260
+
15261
+ .opus_4Pogux_overflowTooltip, .opus_4Pogux_overflowTooltip > span {
15262
+ flex: auto;
15263
+ width: 100%;
15264
+ min-width: 0;
15265
+ overflow: hidden;
15266
+ }
15267
+
15268
+ .opus_4Pogux_overflowLabel {
15269
+ text-overflow: ellipsis;
15270
+ white-space: nowrap;
15271
+ width: 100%;
15272
+ min-width: 0;
14263
15273
  display: block;
15274
+ overflow: hidden;
14264
15275
  }
14265
15276
 
14266
15277
  .opus_4Pogux_sidebar[data-collapsed="true"] .opus_4Pogux_link {
14267
- text-align: center;
15278
+ justify-content: center;
14268
15279
  padding-inline: 8px;
14269
15280
  }
14270
15281
 
14271
15282
  .opus_4Pogux_link:hover {
14272
- background: color-mix(in srgb, var(--opus-accent) 10%, transparent);
15283
+ border-color: var(--opus-border);
15284
+ background: color-mix(in srgb, var(--opus-accent-soft) 70%, transparent);
14273
15285
  color: var(--opus-text);
14274
15286
  }
14275
15287
 
14276
15288
  .opus_4Pogux_linkActive {
14277
- background: color-mix(in srgb, var(--opus-accent) 16%, transparent);
14278
- color: var(--opus-text);
15289
+ border-color: color-mix(in srgb, var(--opus-accent) 45%, transparent);
15290
+ background: var(--opus-accent-soft);
15291
+ color: var(--opus-accent);
15292
+ }
15293
+
15294
+ .opus_4Pogux_icon {
15295
+ width: 14px;
15296
+ height: 14px;
15297
+ color: inherit;
15298
+ flex-shrink: 0;
15299
+ justify-content: center;
15300
+ align-items: center;
15301
+ font-size: 14px;
15302
+ line-height: 1;
15303
+ display: inline-flex;
15304
+ overflow: hidden;
15305
+ }
15306
+
15307
+ .opus_4Pogux_icon svg, .opus_4Pogux_icon svg {
15308
+ flex-shrink: 0;
15309
+ width: 14px;
15310
+ max-width: 14px;
15311
+ height: 14px;
15312
+ max-height: 14px;
15313
+ display: block;
14279
15314
  }
14280
15315
 
14281
15316
  .opus_4Pogux_group {
14282
15317
  gap: var(--sidebar-gap);
15318
+ min-width: 0;
14283
15319
  display: grid;
14284
15320
  }
14285
15321
 
14286
- .opus_4Pogux_groupHeader {
14287
- padding: var(--sidebar-row-pad-block) var(--sidebar-row-pad-inline);
14288
- justify-content: space-between;
14289
- align-items: center;
14290
- gap: 8px;
14291
- display: flex;
15322
+ .opus_4Pogux_collapsedGroupWrap {
15323
+ gap: 2px;
15324
+ min-width: 0;
15325
+ display: grid;
14292
15326
  }
14293
15327
 
14294
- .opus_4Pogux_groupLabel {
14295
- color: var(--opus-text);
14296
- font-size: .82rem;
14297
- font-weight: 750;
15328
+ .opus_4Pogux_collapsedTooltip, .opus_4Pogux_collapsedTooltip > span {
15329
+ width: 100%;
15330
+ min-width: 0;
14298
15331
  }
14299
15332
 
14300
- .opus_4Pogux_groupToggle {
14301
- border-radius: var(--opus-input-radius-small);
15333
+ .opus_4Pogux_collapsedGroup {
15334
+ border-radius: var(--opus-input-radius);
15335
+ width: 100%;
15336
+ min-height: 32px;
15337
+ color: var(--opus-muted);
14302
15338
  cursor: pointer;
14303
15339
  background: none;
14304
- border: 0;
14305
- place-items: center;
14306
- width: 24px;
14307
- height: 24px;
15340
+ border: 1px solid #0000;
15341
+ grid-template-columns: 12px minmax(0, 1fr) 12px;
15342
+ align-items: center;
14308
15343
  padding: 0;
14309
15344
  display: grid;
14310
15345
  }
14311
15346
 
15347
+ .opus_4Pogux_collapsedGroup .opus_4Pogux_icon {
15348
+ grid-column: 2;
15349
+ justify-self: center;
15350
+ }
15351
+
15352
+ .opus_4Pogux_collapsedGroupChevron, .opus_4Pogux_collapsedGroupChevronOpen {
15353
+ border-bottom: 1.5px solid;
15354
+ border-right: 1.5px solid;
15355
+ width: 4px;
15356
+ height: 4px;
15357
+ transition: transform .16s;
15358
+ transform: rotate(-45deg);
15359
+ }
15360
+
15361
+ .opus_4Pogux_collapsedGroupChevronOpen {
15362
+ transform: rotate(45deg);
15363
+ }
15364
+
15365
+ .opus_4Pogux_collapsedGroupChevron, .opus_4Pogux_collapsedGroupChevronOpen {
15366
+ grid-column: 3;
15367
+ }
15368
+
15369
+ .opus_4Pogux_collapsedSubmenu {
15370
+ border-left: 1px solid color-mix(in srgb, var(--opus-accent) 32%, transparent);
15371
+ gap: 2px;
15372
+ padding: 2px 0 4px;
15373
+ display: grid;
15374
+ }
15375
+
15376
+ .opus_4Pogux_collapsedGroup:hover, .opus_4Pogux_collapsedGroup:focus-visible {
15377
+ border-color: var(--opus-border);
15378
+ background: color-mix(in srgb, var(--opus-accent-soft) 70%, transparent);
15379
+ color: var(--opus-text);
15380
+ outline: none;
15381
+ }
15382
+
15383
+ .opus_4Pogux_group[data-depth="0"]:not(:first-child) {
15384
+ margin-top: 6px;
15385
+ }
15386
+
15387
+ .opus_4Pogux_group[data-depth="0"] > .opus_4Pogux_groupHeader .opus_4Pogux_groupLabel {
15388
+ min-height: 36px;
15389
+ padding: 8px var(--sidebar-row-pad-inline);
15390
+ color: var(--opus-muted);
15391
+ letter-spacing: .12em;
15392
+ text-transform: uppercase;
15393
+ font-size: .66rem;
15394
+ font-weight: 600;
15395
+ }
15396
+
15397
+ .opus_4Pogux_group[data-depth="0"] > .opus_4Pogux_groupItemsWrap > .opus_4Pogux_groupItems {
15398
+ border-left: 0;
15399
+ margin-left: 0;
15400
+ padding-left: 0;
15401
+ }
15402
+
15403
+ .opus_4Pogux_groupHeader {
15404
+ align-items: center;
15405
+ gap: 4px;
15406
+ min-width: 0;
15407
+ display: flex;
15408
+ }
15409
+
15410
+ .opus_4Pogux_groupLabel {
15411
+ appearance: none;
15412
+ min-width: 0;
15413
+ padding: var(--sidebar-row-pad-block) var(--sidebar-row-pad-inline);
15414
+ border-radius: var(--opus-input-radius);
15415
+ color: var(--opus-accent);
15416
+ cursor: pointer;
15417
+ letter-spacing: .04em;
15418
+ text-align: left;
15419
+ background: none;
15420
+ border: 1px solid #0000;
15421
+ flex: 1;
15422
+ align-items: center;
15423
+ gap: 8px;
15424
+ font-family: inherit;
15425
+ font-size: .84rem;
15426
+ font-weight: 700;
15427
+ line-height: 1.3;
15428
+ display: inline-flex;
15429
+ }
15430
+
15431
+ .opus_4Pogux_groupLabel:hover, .opus_4Pogux_groupLabel:focus-visible {
15432
+ background: color-mix(in srgb, var(--opus-accent-soft) 50%, transparent);
15433
+ outline: none;
15434
+ }
15435
+
15436
+ .opus_4Pogux_groupLabel > span:last-child {
15437
+ text-overflow: ellipsis;
15438
+ white-space: nowrap;
15439
+ flex: auto;
15440
+ min-width: 0;
15441
+ overflow: hidden;
15442
+ }
15443
+
14312
15444
  .opus_4Pogux_groupChevron, .opus_4Pogux_groupChevronOpen {
14313
- border-right: 1.5px solid var(--opus-muted);
14314
- border-bottom: 1.5px solid var(--opus-muted);
15445
+ border-bottom: 1.5px solid;
15446
+ border-right: 1.5px solid;
15447
+ flex-shrink: 0;
14315
15448
  width: 7px;
14316
15449
  height: 7px;
15450
+ margin-top: 0;
15451
+ margin-left: auto;
14317
15452
  transition: transform .16s;
14318
15453
  transform: rotate(-45deg);
14319
15454
  }
@@ -14324,7 +15459,8 @@
14324
15459
 
14325
15460
  .opus_4Pogux_groupItemsWrap {
14326
15461
  grid-template-rows: 0fr;
14327
- transition: grid-template-rows .2s;
15462
+ min-width: 0;
15463
+ transition: grid-template-rows .24s;
14328
15464
  display: grid;
14329
15465
  }
14330
15466
 
@@ -14333,13 +15469,14 @@
14333
15469
  }
14334
15470
 
14335
15471
  .opus_4Pogux_groupItems {
14336
- gap: var(--sidebar-gap);
14337
- min-height: 0;
14338
- margin-left: var(--sidebar-row-pad-inline);
14339
- padding-left: calc(var(--sidebar-row-pad-inline) + 6px);
14340
15472
  opacity: 0;
14341
15473
  border-left: 1px solid #0000;
14342
- transition: opacity .18s, border-color .2s;
15474
+ gap: 2px;
15475
+ min-width: 0;
15476
+ min-height: 0;
15477
+ margin-left: 10px;
15478
+ padding-left: 10px;
15479
+ transition: opacity .2s, border-color .24s;
14343
15480
  display: grid;
14344
15481
  overflow: hidden;
14345
15482
  }
@@ -14366,13 +15503,16 @@
14366
15503
  }
14367
15504
 
14368
15505
  @media (width <= 640px) {
14369
- .opus_4Pogux_layout {
15506
+ .opus_4Pogux_layout, .opus_4Pogux_layout[data-side="left"], .opus_4Pogux_layout[data-side="right"] {
14370
15507
  grid-template-columns: minmax(0, 1fr);
14371
15508
  }
14372
15509
 
15510
+ .opus_4Pogux_layout[data-side="right"] .opus_4Pogux_sidebar {
15511
+ grid-row: 1;
15512
+ }
15513
+
14373
15514
  .opus_4Pogux_sidebar {
14374
- border-inline: 0;
14375
- border-bottom: 1px solid var(--opus-border);
15515
+ max-height: 42vh;
14376
15516
  }
14377
15517
  }
14378
15518