9remote 2.0.70 → 2.0.75
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/cli.cjs +74 -72
- package/dist/ptyDaemon.cjs +7 -10
- package/dist/server.cjs +92 -87
- package/dist/ui/assets/{index-CMuW3Xmi.css → index-2AVAJAT8.css} +294 -135
- package/dist/ui/assets/{index-B5-dTL6k.js → index-xgo_TKA1.js} +6699 -6298
- package/dist/ui/index.html +4 -4
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");/**
|
|
2
2
|
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
3
3
|
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
4
4
|
* https://github.com/chjj/term.js
|
|
@@ -435,7 +435,7 @@ html,
|
|
|
435
435
|
-moz-tab-size: 4; /* 3 */
|
|
436
436
|
-o-tab-size: 4;
|
|
437
437
|
tab-size: 4; /* 3 */
|
|
438
|
-
font-family:
|
|
438
|
+
font-family: Sora, system-ui, sans-serif; /* 4 */
|
|
439
439
|
font-feature-settings: normal; /* 5 */
|
|
440
440
|
font-variation-settings: normal; /* 6 */
|
|
441
441
|
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
@@ -501,7 +501,7 @@ code,
|
|
|
501
501
|
kbd,
|
|
502
502
|
samp,
|
|
503
503
|
pre {
|
|
504
|
-
font-family:
|
|
504
|
+
font-family: JetBrains Mono, ui-monospace, monospace; /* 1 */
|
|
505
505
|
font-feature-settings: normal; /* 2 */
|
|
506
506
|
font-variation-settings: normal; /* 3 */
|
|
507
507
|
font-size: 1em; /* 4 */
|
|
@@ -742,7 +742,7 @@ html,
|
|
|
742
742
|
overflow: hidden;
|
|
743
743
|
}
|
|
744
744
|
body {
|
|
745
|
-
font-family: "
|
|
745
|
+
font-family: "Sora", system-ui, sans-serif;
|
|
746
746
|
background-color: var(--bg-main);
|
|
747
747
|
color: var(--text-main);
|
|
748
748
|
-webkit-font-smoothing: antialiased;
|
|
@@ -805,11 +805,13 @@ button {
|
|
|
805
805
|
max-width: 1536px;
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
|
-
/* Clean background */
|
|
808
|
+
/* Clean background — soft radial base (pro5 parity) */
|
|
809
809
|
.dot-grid-bg {
|
|
810
|
-
background: var(--bg-main);
|
|
811
|
-
transition: background
|
|
810
|
+
background: linear-gradient(160deg, var(--bg-alt), var(--bg-main) 55%, var(--bg-body));
|
|
811
|
+
transition: background 0.3s ease;
|
|
812
812
|
}
|
|
813
|
+
/* Conic rainbow shimmer — pro5 parity, no animation */
|
|
814
|
+
/* Warm color wash — pro5 pcb layer minus the photo (warm undertone + brand glow) */
|
|
813
815
|
/* Faint grid overlay — synced with web landing grid (absolute inside relative parent) */
|
|
814
816
|
.landing-grid {
|
|
815
817
|
background-image:
|
|
@@ -818,19 +820,41 @@ button {
|
|
|
818
820
|
background-size: 40px 40px;
|
|
819
821
|
opacity: var(--grid-opacity, 0.05);
|
|
820
822
|
}
|
|
823
|
+
/* Animated aurora blobs — slow drift, brand-tinted, behind content */
|
|
824
|
+
.aurora {
|
|
825
|
+
background:
|
|
826
|
+
radial-gradient(38% 44% at 18% 22%, rgba(var(--brand-rgb), 0.22), transparent 62%),
|
|
827
|
+
radial-gradient(32% 40% at 82% 12%, rgba(var(--brand-rgb), 0.14), transparent 60%),
|
|
828
|
+
radial-gradient(46% 50% at 70% 88%, rgba(var(--brand-rgb), 0.10), transparent 65%);
|
|
829
|
+
filter: blur(40px);
|
|
830
|
+
animation: aurora-drift 26s ease-in-out infinite alternate;
|
|
831
|
+
will-change: transform;
|
|
832
|
+
}
|
|
833
|
+
[data-theme="light"] .aurora { opacity: 0.5; }
|
|
834
|
+
/* Static warm glow — soft even radials that bleed warmth through the glass cards */
|
|
835
|
+
@keyframes aurora-drift {
|
|
836
|
+
from { transform: translate3d(-3%, -2%, 0) scale(1); }
|
|
837
|
+
to { transform: translate3d(4%, 3%, 0) scale(1.08); }
|
|
838
|
+
}
|
|
839
|
+
@media (prefers-reduced-motion: reduce) {
|
|
840
|
+
.aurora { animation: none; }
|
|
841
|
+
}
|
|
842
|
+
/* Vignette + fine grain — darkens edges, focuses center (pro5 parity) */
|
|
821
843
|
/* Dark card — synced with web login card */
|
|
822
844
|
.dark-card {
|
|
823
|
-
background: var(--surface);
|
|
845
|
+
background: var(--surface-2);
|
|
824
846
|
border: 1px solid var(--border);
|
|
825
847
|
border-radius: var(--radius-brand);
|
|
826
848
|
transition: background-color 0.3s ease, border-color 0.3s ease;
|
|
827
849
|
}
|
|
828
850
|
/* Elevated cards — soft shadow, no flat border (web parity) */
|
|
829
851
|
.card-elev {
|
|
830
|
-
background: var(--
|
|
852
|
+
background: var(--glass-bg);
|
|
831
853
|
box-shadow: var(--shadow-elev);
|
|
832
|
-
border: 1px solid var(--border
|
|
833
|
-
border-radius:
|
|
854
|
+
border: 1px solid var(--glass-border);
|
|
855
|
+
border-radius: 20px;
|
|
856
|
+
backdrop-filter: blur(20px) saturate(140%);
|
|
857
|
+
-webkit-backdrop-filter: blur(20px) saturate(140%);
|
|
834
858
|
transition: box-shadow 0.2s ease, border-color 0.2s ease;
|
|
835
859
|
}
|
|
836
860
|
.card-elev:hover {
|
|
@@ -845,29 +869,29 @@ button {
|
|
|
845
869
|
transition: all 0.3s ease;
|
|
846
870
|
}
|
|
847
871
|
.glass-btn {
|
|
848
|
-
background: var(--
|
|
849
|
-
border: 1px solid var(--
|
|
850
|
-
border-radius:
|
|
851
|
-
transition: all 0.2s
|
|
872
|
+
background: var(--surface-2);
|
|
873
|
+
border: 1px solid var(--border);
|
|
874
|
+
border-radius: 10px;
|
|
875
|
+
transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
|
|
852
876
|
}
|
|
853
877
|
.glass-btn:hover {
|
|
854
878
|
background: var(--glass-hover);
|
|
855
|
-
border-color: var(--border);
|
|
879
|
+
border-color: var(--ring, var(--border));
|
|
856
880
|
}
|
|
857
881
|
.btn-primary {
|
|
858
|
-
background: var(--brand-500);
|
|
882
|
+
background: linear-gradient(135deg, var(--brand-500), var(--brand-400));
|
|
859
883
|
border-radius: var(--radius-brand);
|
|
860
884
|
color: #fff;
|
|
861
885
|
font-weight: 600;
|
|
862
|
-
transition: all 0.2s
|
|
863
|
-
box-shadow: 0
|
|
886
|
+
transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
|
|
887
|
+
box-shadow: 0 8px 20px -6px rgba(var(--brand-rgb), 0.5);
|
|
864
888
|
}
|
|
865
889
|
.btn-primary:hover {
|
|
866
|
-
|
|
867
|
-
transform:
|
|
890
|
+
filter: brightness(1.06);
|
|
891
|
+
transform: translateY(-1px);
|
|
868
892
|
}
|
|
869
893
|
.btn-primary:disabled {
|
|
870
|
-
background: rgba(
|
|
894
|
+
background: rgba(var(--brand-rgb), 0.3);
|
|
871
895
|
cursor: not-allowed;
|
|
872
896
|
transform: none;
|
|
873
897
|
box-shadow: none;
|
|
@@ -886,22 +910,30 @@ button {
|
|
|
886
910
|
}
|
|
887
911
|
/* Sidebar — 9router pattern: vibrancy bg + right border */
|
|
888
912
|
.sidebar {
|
|
889
|
-
background:
|
|
890
|
-
border-right: 1px solid var(--border
|
|
913
|
+
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
|
|
914
|
+
border-right: 1px solid var(--border);
|
|
891
915
|
backdrop-filter: blur(20px);
|
|
892
916
|
}
|
|
893
917
|
.brand-text {
|
|
894
|
-
font-family: "
|
|
895
|
-
|
|
896
|
-
|
|
918
|
+
font-family: "Sora", system-ui, sans-serif;
|
|
919
|
+
font-weight: 700;
|
|
920
|
+
font-size: 15px;
|
|
921
|
+
color: var(--text-main);
|
|
922
|
+
letter-spacing: -0.02em;
|
|
897
923
|
}
|
|
898
924
|
.material-symbols-outlined {
|
|
899
|
-
font-
|
|
925
|
+
font-family: "Material Symbols Rounded";
|
|
926
|
+
font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
|
|
900
927
|
}
|
|
901
928
|
/* Filled icon variant for active nav (9router) */
|
|
902
929
|
.fill-1 {
|
|
903
930
|
font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
|
|
904
931
|
}
|
|
932
|
+
/* Monospace → JetBrains Mono with tabular numerals */
|
|
933
|
+
.font-mono {
|
|
934
|
+
font-family: "JetBrains Mono", ui-monospace, monospace;
|
|
935
|
+
font-variant-numeric: tabular-nums;
|
|
936
|
+
}
|
|
905
937
|
.pointer-events-none{
|
|
906
938
|
pointer-events: none;
|
|
907
939
|
}
|
|
@@ -923,9 +955,6 @@ button {
|
|
|
923
955
|
.relative{
|
|
924
956
|
position: relative;
|
|
925
957
|
}
|
|
926
|
-
.sticky{
|
|
927
|
-
position: sticky;
|
|
928
|
-
}
|
|
929
958
|
.inset-0{
|
|
930
959
|
inset: 0px;
|
|
931
960
|
}
|
|
@@ -933,27 +962,42 @@ button {
|
|
|
933
962
|
top: 0px;
|
|
934
963
|
bottom: 0px;
|
|
935
964
|
}
|
|
965
|
+
.-right-1\.5{
|
|
966
|
+
right: -0.375rem;
|
|
967
|
+
}
|
|
968
|
+
.-top-1\.5{
|
|
969
|
+
top: -0.375rem;
|
|
970
|
+
}
|
|
936
971
|
.bottom-0{
|
|
937
972
|
bottom: 0px;
|
|
938
973
|
}
|
|
974
|
+
.bottom-1\.5{
|
|
975
|
+
bottom: 0.375rem;
|
|
976
|
+
}
|
|
939
977
|
.bottom-5{
|
|
940
978
|
bottom: 1.25rem;
|
|
941
979
|
}
|
|
980
|
+
.bottom-full{
|
|
981
|
+
bottom: 100%;
|
|
982
|
+
}
|
|
942
983
|
.left-0{
|
|
943
984
|
left: 0px;
|
|
944
985
|
}
|
|
986
|
+
.left-1\.5{
|
|
987
|
+
left: 0.375rem;
|
|
988
|
+
}
|
|
945
989
|
.right-0{
|
|
946
990
|
right: 0px;
|
|
947
991
|
}
|
|
992
|
+
.right-1\.5{
|
|
993
|
+
right: 0.375rem;
|
|
994
|
+
}
|
|
948
995
|
.right-2{
|
|
949
996
|
right: 0.5rem;
|
|
950
997
|
}
|
|
951
998
|
.right-7{
|
|
952
999
|
right: 1.75rem;
|
|
953
1000
|
}
|
|
954
|
-
.top-0{
|
|
955
|
-
top: 0px;
|
|
956
|
-
}
|
|
957
1001
|
.top-0\.5{
|
|
958
1002
|
top: 0.125rem;
|
|
959
1003
|
}
|
|
@@ -966,9 +1010,6 @@ button {
|
|
|
966
1010
|
.isolate{
|
|
967
1011
|
isolation: isolate;
|
|
968
1012
|
}
|
|
969
|
-
.-z-10{
|
|
970
|
-
z-index: -10;
|
|
971
|
-
}
|
|
972
1013
|
.z-0{
|
|
973
1014
|
z-index: 0;
|
|
974
1015
|
}
|
|
@@ -990,6 +1031,14 @@ button {
|
|
|
990
1031
|
.z-\[60\]{
|
|
991
1032
|
z-index: 60;
|
|
992
1033
|
}
|
|
1034
|
+
.-mx-3{
|
|
1035
|
+
margin-left: -0.75rem;
|
|
1036
|
+
margin-right: -0.75rem;
|
|
1037
|
+
}
|
|
1038
|
+
.mx-1{
|
|
1039
|
+
margin-left: 0.25rem;
|
|
1040
|
+
margin-right: 0.25rem;
|
|
1041
|
+
}
|
|
993
1042
|
.mx-auto{
|
|
994
1043
|
margin-left: auto;
|
|
995
1044
|
margin-right: auto;
|
|
@@ -1015,18 +1064,27 @@ button {
|
|
|
1015
1064
|
.ml-1{
|
|
1016
1065
|
margin-left: 0.25rem;
|
|
1017
1066
|
}
|
|
1067
|
+
.ml-auto{
|
|
1068
|
+
margin-left: auto;
|
|
1069
|
+
}
|
|
1018
1070
|
.mt-0\.5{
|
|
1019
1071
|
margin-top: 0.125rem;
|
|
1020
1072
|
}
|
|
1021
1073
|
.mt-1{
|
|
1022
1074
|
margin-top: 0.25rem;
|
|
1023
1075
|
}
|
|
1076
|
+
.mt-2{
|
|
1077
|
+
margin-top: 0.5rem;
|
|
1078
|
+
}
|
|
1024
1079
|
.mt-8{
|
|
1025
1080
|
margin-top: 2rem;
|
|
1026
1081
|
}
|
|
1027
1082
|
.block{
|
|
1028
1083
|
display: block;
|
|
1029
1084
|
}
|
|
1085
|
+
.inline-block{
|
|
1086
|
+
display: inline-block;
|
|
1087
|
+
}
|
|
1030
1088
|
.inline{
|
|
1031
1089
|
display: inline;
|
|
1032
1090
|
}
|
|
@@ -1063,12 +1121,12 @@ button {
|
|
|
1063
1121
|
.h-4{
|
|
1064
1122
|
height: 1rem;
|
|
1065
1123
|
}
|
|
1066
|
-
.h-44{
|
|
1067
|
-
height: 11rem;
|
|
1068
|
-
}
|
|
1069
1124
|
.h-5{
|
|
1070
1125
|
height: 1.25rem;
|
|
1071
1126
|
}
|
|
1127
|
+
.h-52{
|
|
1128
|
+
height: 13rem;
|
|
1129
|
+
}
|
|
1072
1130
|
.h-6{
|
|
1073
1131
|
height: 1.5rem;
|
|
1074
1132
|
}
|
|
@@ -1078,8 +1136,14 @@ button {
|
|
|
1078
1136
|
.h-8{
|
|
1079
1137
|
height: 2rem;
|
|
1080
1138
|
}
|
|
1081
|
-
.h
|
|
1082
|
-
height:
|
|
1139
|
+
.h-\[10px\]{
|
|
1140
|
+
height: 10px;
|
|
1141
|
+
}
|
|
1142
|
+
.h-\[14px\]{
|
|
1143
|
+
height: 14px;
|
|
1144
|
+
}
|
|
1145
|
+
.h-\[26px\]{
|
|
1146
|
+
height: 26px;
|
|
1083
1147
|
}
|
|
1084
1148
|
.h-full{
|
|
1085
1149
|
height: 100%;
|
|
@@ -1090,11 +1154,17 @@ button {
|
|
|
1090
1154
|
.max-h-\[90vh\]{
|
|
1091
1155
|
max-height: 90vh;
|
|
1092
1156
|
}
|
|
1157
|
+
.max-h-\[calc\(100dvh-14rem\)\]{
|
|
1158
|
+
max-height: calc(100dvh - 14rem);
|
|
1159
|
+
}
|
|
1093
1160
|
.min-h-0{
|
|
1094
1161
|
min-height: 0px;
|
|
1095
1162
|
}
|
|
1096
|
-
.min-h-\[
|
|
1097
|
-
min-height:
|
|
1163
|
+
.min-h-\[128px\]{
|
|
1164
|
+
min-height: 128px;
|
|
1165
|
+
}
|
|
1166
|
+
.min-h-\[164px\]{
|
|
1167
|
+
min-height: 164px;
|
|
1098
1168
|
}
|
|
1099
1169
|
.w-1{
|
|
1100
1170
|
width: 0.25rem;
|
|
@@ -1105,9 +1175,6 @@ button {
|
|
|
1105
1175
|
.w-10{
|
|
1106
1176
|
width: 2.5rem;
|
|
1107
1177
|
}
|
|
1108
|
-
.w-11{
|
|
1109
|
-
width: 2.75rem;
|
|
1110
|
-
}
|
|
1111
1178
|
.w-16{
|
|
1112
1179
|
width: 4rem;
|
|
1113
1180
|
}
|
|
@@ -1117,14 +1184,14 @@ button {
|
|
|
1117
1184
|
.w-4{
|
|
1118
1185
|
width: 1rem;
|
|
1119
1186
|
}
|
|
1120
|
-
.w-44{
|
|
1121
|
-
width: 11rem;
|
|
1122
|
-
}
|
|
1123
1187
|
.w-5{
|
|
1124
1188
|
width: 1.25rem;
|
|
1125
1189
|
}
|
|
1126
|
-
.w-
|
|
1127
|
-
width:
|
|
1190
|
+
.w-52{
|
|
1191
|
+
width: 13rem;
|
|
1192
|
+
}
|
|
1193
|
+
.w-6{
|
|
1194
|
+
width: 1.5rem;
|
|
1128
1195
|
}
|
|
1129
1196
|
.w-7{
|
|
1130
1197
|
width: 1.75rem;
|
|
@@ -1138,8 +1205,17 @@ button {
|
|
|
1138
1205
|
.w-80{
|
|
1139
1206
|
width: 20rem;
|
|
1140
1207
|
}
|
|
1141
|
-
.w
|
|
1142
|
-
width:
|
|
1208
|
+
.w-\[10px\]{
|
|
1209
|
+
width: 10px;
|
|
1210
|
+
}
|
|
1211
|
+
.w-\[264px\]{
|
|
1212
|
+
width: 264px;
|
|
1213
|
+
}
|
|
1214
|
+
.w-\[46px\]{
|
|
1215
|
+
width: 46px;
|
|
1216
|
+
}
|
|
1217
|
+
.w-\[7px\]{
|
|
1218
|
+
width: 7px;
|
|
1143
1219
|
}
|
|
1144
1220
|
.w-full{
|
|
1145
1221
|
width: 100%;
|
|
@@ -1212,6 +1288,14 @@ button {
|
|
|
1212
1288
|
.transform{
|
|
1213
1289
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1214
1290
|
}
|
|
1291
|
+
@keyframes pulse{
|
|
1292
|
+
50%{
|
|
1293
|
+
opacity: .5;
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
.animate-pulse{
|
|
1297
|
+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1298
|
+
}
|
|
1215
1299
|
@keyframes spin{
|
|
1216
1300
|
to{
|
|
1217
1301
|
transform: rotate(360deg);
|
|
@@ -1249,6 +1333,12 @@ button {
|
|
|
1249
1333
|
.flex-col{
|
|
1250
1334
|
flex-direction: column;
|
|
1251
1335
|
}
|
|
1336
|
+
.flex-wrap{
|
|
1337
|
+
flex-wrap: wrap;
|
|
1338
|
+
}
|
|
1339
|
+
.items-end{
|
|
1340
|
+
align-items: flex-end;
|
|
1341
|
+
}
|
|
1252
1342
|
.items-center{
|
|
1253
1343
|
align-items: center;
|
|
1254
1344
|
}
|
|
@@ -1282,6 +1372,9 @@ button {
|
|
|
1282
1372
|
.gap-3{
|
|
1283
1373
|
gap: 0.75rem;
|
|
1284
1374
|
}
|
|
1375
|
+
.gap-3\.5{
|
|
1376
|
+
gap: 0.875rem;
|
|
1377
|
+
}
|
|
1285
1378
|
.gap-4{
|
|
1286
1379
|
gap: 1rem;
|
|
1287
1380
|
}
|
|
@@ -1327,12 +1420,18 @@ button {
|
|
|
1327
1420
|
.rounded-2xl{
|
|
1328
1421
|
border-radius: 1rem;
|
|
1329
1422
|
}
|
|
1423
|
+
.rounded-\[18px\]{
|
|
1424
|
+
border-radius: 18px;
|
|
1425
|
+
}
|
|
1330
1426
|
.rounded-full{
|
|
1331
1427
|
border-radius: 9999px;
|
|
1332
1428
|
}
|
|
1333
1429
|
.rounded-lg{
|
|
1334
1430
|
border-radius: 0.5rem;
|
|
1335
1431
|
}
|
|
1432
|
+
.rounded-md{
|
|
1433
|
+
border-radius: 0.375rem;
|
|
1434
|
+
}
|
|
1336
1435
|
.rounded-xl{
|
|
1337
1436
|
border-radius: 0.75rem;
|
|
1338
1437
|
}
|
|
@@ -1366,6 +1465,10 @@ button {
|
|
|
1366
1465
|
--tw-bg-opacity: 1;
|
|
1367
1466
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1368
1467
|
}
|
|
1468
|
+
.object-cover{
|
|
1469
|
+
-o-object-fit: cover;
|
|
1470
|
+
object-fit: cover;
|
|
1471
|
+
}
|
|
1369
1472
|
.p-1{
|
|
1370
1473
|
padding: 0.25rem;
|
|
1371
1474
|
}
|
|
@@ -1378,15 +1481,15 @@ button {
|
|
|
1378
1481
|
.p-3{
|
|
1379
1482
|
padding: 0.75rem;
|
|
1380
1483
|
}
|
|
1484
|
+
.p-3\.5{
|
|
1485
|
+
padding: 0.875rem;
|
|
1486
|
+
}
|
|
1381
1487
|
.p-4{
|
|
1382
1488
|
padding: 1rem;
|
|
1383
1489
|
}
|
|
1384
1490
|
.p-5{
|
|
1385
1491
|
padding: 1.25rem;
|
|
1386
1492
|
}
|
|
1387
|
-
.p-6{
|
|
1388
|
-
padding: 1.5rem;
|
|
1389
|
-
}
|
|
1390
1493
|
.px-0\.5{
|
|
1391
1494
|
padding-left: 0.125rem;
|
|
1392
1495
|
padding-right: 0.125rem;
|
|
@@ -1407,6 +1510,10 @@ button {
|
|
|
1407
1510
|
padding-left: 0.75rem;
|
|
1408
1511
|
padding-right: 0.75rem;
|
|
1409
1512
|
}
|
|
1513
|
+
.px-3\.5{
|
|
1514
|
+
padding-left: 0.875rem;
|
|
1515
|
+
padding-right: 0.875rem;
|
|
1516
|
+
}
|
|
1410
1517
|
.px-4{
|
|
1411
1518
|
padding-left: 1rem;
|
|
1412
1519
|
padding-right: 1rem;
|
|
@@ -1443,6 +1550,10 @@ button {
|
|
|
1443
1550
|
padding-top: 0.75rem;
|
|
1444
1551
|
padding-bottom: 0.75rem;
|
|
1445
1552
|
}
|
|
1553
|
+
.py-3\.5{
|
|
1554
|
+
padding-top: 0.875rem;
|
|
1555
|
+
padding-bottom: 0.875rem;
|
|
1556
|
+
}
|
|
1446
1557
|
.py-5{
|
|
1447
1558
|
padding-top: 1.25rem;
|
|
1448
1559
|
padding-bottom: 1.25rem;
|
|
@@ -1457,15 +1568,18 @@ button {
|
|
|
1457
1568
|
.pb-3{
|
|
1458
1569
|
padding-bottom: 0.75rem;
|
|
1459
1570
|
}
|
|
1460
|
-
.pb-
|
|
1461
|
-
padding-bottom:
|
|
1462
|
-
}
|
|
1463
|
-
.pl-12{
|
|
1464
|
-
padding-left: 3rem;
|
|
1571
|
+
.pb-6{
|
|
1572
|
+
padding-bottom: 1.5rem;
|
|
1465
1573
|
}
|
|
1466
1574
|
.pl-6{
|
|
1467
1575
|
padding-left: 1.5rem;
|
|
1468
1576
|
}
|
|
1577
|
+
.pl-9{
|
|
1578
|
+
padding-left: 2.25rem;
|
|
1579
|
+
}
|
|
1580
|
+
.pr-1{
|
|
1581
|
+
padding-right: 0.25rem;
|
|
1582
|
+
}
|
|
1469
1583
|
.pr-8{
|
|
1470
1584
|
padding-right: 2rem;
|
|
1471
1585
|
}
|
|
@@ -1482,33 +1596,51 @@ button {
|
|
|
1482
1596
|
text-align: center;
|
|
1483
1597
|
}
|
|
1484
1598
|
.font-mono{
|
|
1485
|
-
font-family:
|
|
1599
|
+
font-family: JetBrains Mono, ui-monospace, monospace;
|
|
1486
1600
|
}
|
|
1487
|
-
.text-
|
|
1488
|
-
font-size:
|
|
1601
|
+
.text-7xl{
|
|
1602
|
+
font-size: 4.5rem;
|
|
1489
1603
|
line-height: 1;
|
|
1490
1604
|
}
|
|
1605
|
+
.text-\[10\.5px\]{
|
|
1606
|
+
font-size: 10.5px;
|
|
1607
|
+
}
|
|
1491
1608
|
.text-\[10px\]{
|
|
1492
1609
|
font-size: 10px;
|
|
1493
1610
|
}
|
|
1611
|
+
.text-\[11\.5px\]{
|
|
1612
|
+
font-size: 11.5px;
|
|
1613
|
+
}
|
|
1494
1614
|
.text-\[11px\]{
|
|
1495
1615
|
font-size: 11px;
|
|
1496
1616
|
}
|
|
1617
|
+
.text-\[12\.5px\]{
|
|
1618
|
+
font-size: 12.5px;
|
|
1619
|
+
}
|
|
1497
1620
|
.text-\[12px\]{
|
|
1498
1621
|
font-size: 12px;
|
|
1499
1622
|
}
|
|
1623
|
+
.text-\[13\.5px\]{
|
|
1624
|
+
font-size: 13.5px;
|
|
1625
|
+
}
|
|
1500
1626
|
.text-\[13px\]{
|
|
1501
1627
|
font-size: 13px;
|
|
1502
1628
|
}
|
|
1629
|
+
.text-\[15px\]{
|
|
1630
|
+
font-size: 15px;
|
|
1631
|
+
}
|
|
1503
1632
|
.text-\[16px\]{
|
|
1504
1633
|
font-size: 16px;
|
|
1505
1634
|
}
|
|
1506
|
-
.text-\[
|
|
1507
|
-
font-size:
|
|
1635
|
+
.text-\[20px\]{
|
|
1636
|
+
font-size: 20px;
|
|
1508
1637
|
}
|
|
1509
1638
|
.text-\[22px\]{
|
|
1510
1639
|
font-size: 22px;
|
|
1511
1640
|
}
|
|
1641
|
+
.text-\[8px\]{
|
|
1642
|
+
font-size: 8px;
|
|
1643
|
+
}
|
|
1512
1644
|
.text-base{
|
|
1513
1645
|
font-size: 1rem;
|
|
1514
1646
|
line-height: 1.5rem;
|
|
@@ -1547,6 +1679,9 @@ button {
|
|
|
1547
1679
|
.leading-5{
|
|
1548
1680
|
line-height: 1.25rem;
|
|
1549
1681
|
}
|
|
1682
|
+
.leading-\[1\.7\]{
|
|
1683
|
+
line-height: 1.7;
|
|
1684
|
+
}
|
|
1550
1685
|
.leading-tight{
|
|
1551
1686
|
line-height: 1.25;
|
|
1552
1687
|
}
|
|
@@ -1580,6 +1715,9 @@ button {
|
|
|
1580
1715
|
.opacity-100{
|
|
1581
1716
|
opacity: 1;
|
|
1582
1717
|
}
|
|
1718
|
+
.opacity-60{
|
|
1719
|
+
opacity: 0.6;
|
|
1720
|
+
}
|
|
1583
1721
|
.shadow-lg{
|
|
1584
1722
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1585
1723
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1623,6 +1761,9 @@ button {
|
|
|
1623
1761
|
.duration-150{
|
|
1624
1762
|
transition-duration: 150ms;
|
|
1625
1763
|
}
|
|
1764
|
+
.duration-200{
|
|
1765
|
+
transition-duration: 200ms;
|
|
1766
|
+
}
|
|
1626
1767
|
.duration-300{
|
|
1627
1768
|
transition-duration: 300ms;
|
|
1628
1769
|
}
|
|
@@ -1642,87 +1783,96 @@ button {
|
|
|
1642
1783
|
}
|
|
1643
1784
|
/* Light theme — GitBook-style softer brand (web light) */
|
|
1644
1785
|
:root[data-theme="light"] {
|
|
1645
|
-
--brand-500: #
|
|
1646
|
-
--brand-600: #
|
|
1647
|
-
--brand-400: #
|
|
1648
|
-
--brand-tint: rgba(
|
|
1649
|
-
--brand-rgb:
|
|
1786
|
+
--brand-500: #E85A2C;
|
|
1787
|
+
--brand-600: #cc4e24;
|
|
1788
|
+
--brand-400: #f2711c;
|
|
1789
|
+
--brand-tint: rgba(232, 90, 44, 0.12);
|
|
1790
|
+
--brand-rgb: 232, 90, 44;
|
|
1791
|
+
--ring: rgba(232, 90, 44, 0.42);
|
|
1650
1792
|
--bg-body: #FCFBF9;
|
|
1651
1793
|
--bg-main: #FCFBF9;
|
|
1652
|
-
--bg-alt: #
|
|
1794
|
+
--bg-alt: #F3F1ED;
|
|
1653
1795
|
--surface: #FFFFFF;
|
|
1654
|
-
--surface-2:
|
|
1655
|
-
--sidebar:
|
|
1656
|
-
--border:
|
|
1657
|
-
--border-subtle:
|
|
1658
|
-
--text-main: #
|
|
1659
|
-
--text-muted: #
|
|
1660
|
-
--glass-bg: rgba(255, 255, 255, 0.
|
|
1661
|
-
--glass-border: rgba(
|
|
1662
|
-
--glass-hover: rgba(255, 255, 255, 0.
|
|
1796
|
+
--surface-2: rgba(255, 255, 255, 0.9);
|
|
1797
|
+
--sidebar: #F5F7FC;
|
|
1798
|
+
--border: rgba(20, 30, 60, 0.10);
|
|
1799
|
+
--border-subtle: rgba(20, 30, 60, 0.06);
|
|
1800
|
+
--text-main: #0C1230;
|
|
1801
|
+
--text-muted: #5A648A;
|
|
1802
|
+
--glass-bg: rgba(255, 255, 255, 0.74);
|
|
1803
|
+
--glass-border: rgba(20, 30, 60, 0.10);
|
|
1804
|
+
--glass-hover: rgba(255, 255, 255, 0.9);
|
|
1663
1805
|
--grid-opacity: 0.08;
|
|
1664
1806
|
--header-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
|
|
1665
1807
|
--surface-3: #E7E7E9;
|
|
1666
|
-
--text-subtle: #
|
|
1808
|
+
--text-subtle: #8A93B4;
|
|
1667
1809
|
--success: #10B981;
|
|
1668
1810
|
--success-rgb: 16, 185, 129;
|
|
1669
|
-
--danger: #
|
|
1670
|
-
--danger-rgb:
|
|
1811
|
+
--danger: #DC2626;
|
|
1812
|
+
--danger-rgb: 220, 38, 38;
|
|
1671
1813
|
--warn: #D97706;
|
|
1672
1814
|
--warn-rgb: 217, 119, 6;
|
|
1673
1815
|
--info: #7C3AED;
|
|
1674
1816
|
--shadow-soft: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
|
|
1675
1817
|
--shadow-elev:
|
|
1676
1818
|
inset 0 1px 0 0 rgba(255, 255, 255, 0.9),
|
|
1677
|
-
0
|
|
1678
|
-
0 16px 44px -12px rgba(15, 23, 42, 0.16);
|
|
1819
|
+
0 24px 50px -20px rgba(60, 70, 120, 0.35);
|
|
1679
1820
|
}
|
|
1680
1821
|
/* Dark theme — Claude-like neutral warm dark (web default) */
|
|
1681
1822
|
:root[data-theme="dark"] {
|
|
1682
|
-
--brand-500: #
|
|
1683
|
-
--brand-600: #
|
|
1684
|
-
--brand-400: #
|
|
1685
|
-
--brand-tint: rgba(
|
|
1686
|
-
--brand-rgb:
|
|
1687
|
-
--
|
|
1688
|
-
--bg-
|
|
1689
|
-
--bg-
|
|
1690
|
-
--
|
|
1691
|
-
--surface
|
|
1692
|
-
--
|
|
1693
|
-
--
|
|
1694
|
-
--border
|
|
1695
|
-
--
|
|
1696
|
-
--text-
|
|
1697
|
-
--
|
|
1823
|
+
--brand-500: #FF6A3D;
|
|
1824
|
+
--brand-600: #e5572c;
|
|
1825
|
+
--brand-400: #ff8155;
|
|
1826
|
+
--brand-tint: rgba(255, 106, 61, 0.12);
|
|
1827
|
+
--brand-rgb: 255, 106, 61;
|
|
1828
|
+
--ring: rgba(255, 106, 61, 0.55);
|
|
1829
|
+
--bg-body: #1a1a1a;
|
|
1830
|
+
--bg-main: #1a1a1a;
|
|
1831
|
+
--bg-alt: #242424;
|
|
1832
|
+
--surface: #16151C;
|
|
1833
|
+
--surface-2: rgba(44, 42, 54, 0.6);
|
|
1834
|
+
--sidebar: #0C1120;
|
|
1835
|
+
--border: rgba(255, 255, 255, 0.08);
|
|
1836
|
+
--border-subtle: rgba(255, 255, 255, 0.05);
|
|
1837
|
+
--text-main: #EAF0FF;
|
|
1838
|
+
--text-muted: #8B98B8;
|
|
1839
|
+
--glass-bg: rgba(56, 56, 61, 0.6);
|
|
1698
1840
|
--glass-border: rgba(255, 255, 255, 0.08);
|
|
1699
|
-
--glass-hover: rgba(48,
|
|
1841
|
+
--glass-hover: rgba(48, 46, 58, 0.72);
|
|
1700
1842
|
--grid-opacity: 0.04;
|
|
1701
1843
|
--header-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
1702
|
-
--surface-3: #
|
|
1703
|
-
--text-subtle: #
|
|
1704
|
-
--success: #
|
|
1705
|
-
--success-rgb:
|
|
1706
|
-
--danger: #
|
|
1707
|
-
--danger-rgb:
|
|
1708
|
-
--warn: #
|
|
1709
|
-
--warn-rgb:
|
|
1844
|
+
--surface-3: #2A3556;
|
|
1845
|
+
--text-subtle: #5B6685;
|
|
1846
|
+
--success: #34E5A4;
|
|
1847
|
+
--success-rgb: 52, 229, 164;
|
|
1848
|
+
--danger: #FF5252;
|
|
1849
|
+
--danger-rgb: 255, 82, 82;
|
|
1850
|
+
--warn: #FFC24B;
|
|
1851
|
+
--warn-rgb: 255, 194, 75;
|
|
1710
1852
|
--info: #A855F7;
|
|
1711
1853
|
--shadow-soft: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
1712
1854
|
--shadow-elev:
|
|
1713
1855
|
inset 0 1px 0 0 rgba(255, 255, 255, 0.06),
|
|
1714
|
-
0
|
|
1715
|
-
0 20px 56px -12px rgba(0, 0, 0, 0.7);
|
|
1856
|
+
0 24px 60px -18px rgba(3, 6, 16, 0.9);
|
|
1716
1857
|
}
|
|
1717
1858
|
/* Brand-tinted text selection (9router) */
|
|
1718
1859
|
::-moz-selection {
|
|
1719
|
-
background-color: rgba(
|
|
1860
|
+
background-color: rgba(var(--brand-rgb), 0.25);
|
|
1720
1861
|
color: var(--brand-500);
|
|
1721
1862
|
}
|
|
1722
1863
|
::selection {
|
|
1723
|
-
background-color: rgba(
|
|
1864
|
+
background-color: rgba(var(--brand-rgb), 0.25);
|
|
1724
1865
|
color: var(--brand-500);
|
|
1725
1866
|
}
|
|
1867
|
+
/* Health dot — soft spreading glow pulse (pro5 parity) */
|
|
1868
|
+
@keyframes health-pulse {
|
|
1869
|
+
50% { box-shadow: 0 0 0 7px rgba(var(--success-rgb), 0.05); }
|
|
1870
|
+
}
|
|
1871
|
+
.health-dot {
|
|
1872
|
+
box-shadow: 0 0 0 4px rgba(var(--success-rgb), 0.18);
|
|
1873
|
+
animation: health-pulse 2.4s ease-in-out infinite;
|
|
1874
|
+
}
|
|
1875
|
+
@media (prefers-reduced-motion: reduce) { .health-dot { animation: none; } }
|
|
1726
1876
|
@keyframes pulse-ring {
|
|
1727
1877
|
0% { transform: scale(0.8); opacity: 1; }
|
|
1728
1878
|
100% { transform: scale(1.6); opacity: 0; }
|
|
@@ -1816,13 +1966,28 @@ button {
|
|
|
1816
1966
|
.card-act:hover { background: var(--surface-2); color: var(--text-main); }
|
|
1817
1967
|
.card-del { color: var(--text-muted); transition: all 0.15s ease; }
|
|
1818
1968
|
.card-del:hover { background: rgba(239,68,68,0.15); color: #ef4444; }
|
|
1819
|
-
.dashed-card { border: 1px dashed
|
|
1820
|
-
.dashed-card:hover { border-color: var(--brand-500); color: var(--brand-500); background: var(--brand-tint); }
|
|
1969
|
+
.dashed-card { border: 1px dashed rgba(230,106,74,0.4); background: rgba(230,106,74,0.05); color: var(--text-muted); transition: all 0.15s ease; }
|
|
1970
|
+
.dashed-card:hover { border-color: var(--brand-500); color: var(--brand-500); background: var(--brand-tint); transform: translateY(-4px); }
|
|
1971
|
+
/* Terminal-window card action buttons (on dark titlebar) */
|
|
1972
|
+
.tw-act { color: rgba(251,191,36,0.7); transition: all 0.15s ease; }
|
|
1973
|
+
.tw-act:hover { background: rgba(251,191,36,0.15); color: #fcd34d; }
|
|
1974
|
+
.tw-del { color: rgba(248,113,113,0.7); transition: all 0.15s ease; }
|
|
1975
|
+
.tw-del:hover { background: rgba(239,68,68,0.2); color: #fca5a5; }
|
|
1821
1976
|
/* Terminal input — brand focus ring (web parity; tailwind brand color unavailable here) */
|
|
1822
1977
|
.term-input:focus { box-shadow: 0 0 0 2px rgba(var(--brand-rgb), 0.4); }
|
|
1978
|
+
.first\:border-t-0:first-child{
|
|
1979
|
+
border-top-width: 0px;
|
|
1980
|
+
}
|
|
1981
|
+
.first\:pt-0:first-child{
|
|
1982
|
+
padding-top: 0px;
|
|
1983
|
+
}
|
|
1823
1984
|
.last\:border-0:last-child{
|
|
1824
1985
|
border-width: 0px;
|
|
1825
1986
|
}
|
|
1987
|
+
.hover\:-translate-y-1:hover{
|
|
1988
|
+
--tw-translate-y: -0.25rem;
|
|
1989
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1990
|
+
}
|
|
1826
1991
|
.hover\:underline:hover{
|
|
1827
1992
|
text-decoration-line: underline;
|
|
1828
1993
|
}
|
|
@@ -1842,8 +2007,8 @@ button {
|
|
|
1842
2007
|
display: none;
|
|
1843
2008
|
}
|
|
1844
2009
|
@media (min-width: 640px){
|
|
1845
|
-
.sm\:grid-cols-
|
|
1846
|
-
grid-template-columns: repeat(
|
|
2010
|
+
.sm\:grid-cols-3{
|
|
2011
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1847
2012
|
}
|
|
1848
2013
|
.sm\:px-4{
|
|
1849
2014
|
padding-left: 1rem;
|
|
@@ -1851,43 +2016,37 @@ button {
|
|
|
1851
2016
|
}
|
|
1852
2017
|
}
|
|
1853
2018
|
@media (min-width: 768px){
|
|
1854
|
-
.md\:col-span-1{
|
|
1855
|
-
grid-column: span 1 / span 1;
|
|
1856
|
-
}
|
|
1857
|
-
.md\:col-span-2{
|
|
1858
|
-
grid-column: span 2 / span 2;
|
|
1859
|
-
}
|
|
1860
2019
|
.md\:flex{
|
|
1861
2020
|
display: flex;
|
|
1862
2021
|
}
|
|
1863
2022
|
.md\:hidden{
|
|
1864
2023
|
display: none;
|
|
1865
2024
|
}
|
|
1866
|
-
.md\:grid-cols
|
|
1867
|
-
grid-template-columns:
|
|
2025
|
+
.md\:grid-cols-\[1fr_1\.7fr\]{
|
|
2026
|
+
grid-template-columns: 1fr 1.7fr;
|
|
1868
2027
|
}
|
|
1869
2028
|
}
|
|
1870
2029
|
@media (min-width: 1024px){
|
|
1871
2030
|
.lg\:block{
|
|
1872
2031
|
display: block;
|
|
1873
2032
|
}
|
|
1874
|
-
.lg\:grid-cols-
|
|
1875
|
-
grid-template-columns: repeat(
|
|
1876
|
-
}
|
|
1877
|
-
.lg\:p-10{
|
|
1878
|
-
padding: 2.5rem;
|
|
2033
|
+
.lg\:grid-cols-4{
|
|
2034
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1879
2035
|
}
|
|
1880
2036
|
.lg\:px-10{
|
|
1881
2037
|
padding-left: 2.5rem;
|
|
1882
2038
|
padding-right: 2.5rem;
|
|
1883
2039
|
}
|
|
2040
|
+
.lg\:pb-10{
|
|
2041
|
+
padding-bottom: 2.5rem;
|
|
2042
|
+
}
|
|
1884
2043
|
.lg\:text-2xl{
|
|
1885
2044
|
font-size: 1.5rem;
|
|
1886
2045
|
line-height: 2rem;
|
|
1887
2046
|
}
|
|
1888
2047
|
}
|
|
1889
2048
|
@media (min-width: 1280px){
|
|
1890
|
-
.xl\:grid-cols-
|
|
1891
|
-
grid-template-columns: repeat(
|
|
2049
|
+
.xl\:grid-cols-5{
|
|
2050
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1892
2051
|
}
|
|
1893
2052
|
}
|