@akropolys/kiku 1.7.0 → 1.7.2

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/styles.css CHANGED
@@ -8,10 +8,6 @@
8
8
  .hsk-cb-close,
9
9
  .hsk-cb-topbar-btn,
10
10
  .hsk-cb-chip,
11
- .hsk-cb-sidebar-toggle,
12
- .hsk-cb-sidebar-new,
13
- .hsk-cb-sidebar-session,
14
- .hsk-cb-sidebar-session-del,
15
11
  .hsk-cb-source,
16
12
  .hsk-cb-sources-next,
17
13
  .hsk-action-pill,
@@ -68,24 +64,6 @@
68
64
  display: flex;
69
65
  align-items: center;
70
66
  }
71
- .hsk-brand-a {
72
- color: var(--hsk-brand-green, #2D7A4B) !important;
73
- }
74
- .hsk-akr-breath {
75
- animation: hsk-breath-pulse 3s ease-in-out infinite;
76
- stroke: var(--hsk-brand-green, #2D7A4B);
77
- transform-origin: 8.5px 5px;
78
- }
79
- @keyframes hsk-breath-pulse {
80
- 0%, 100% {
81
- opacity: 0.55;
82
- stroke-width: 1.5;
83
- }
84
- 50% {
85
- opacity: 1;
86
- stroke-width: 2.2;
87
- }
88
- }
89
67
  .hsk-chat-title {
90
68
  font-size: 14px;
91
69
  font-weight: 600;
@@ -522,7 +500,7 @@
522
500
  display: flex;
523
501
  flex-direction: column;
524
502
  height: 100%;
525
- max-width: 780px;
503
+ max-width: 960px;
526
504
  width: 100%;
527
505
  margin: 0 auto;
528
506
  animation: hsk-panel-in .28s cubic-bezier(.34, 1.2, .64, 1) both;
@@ -555,18 +533,6 @@
555
533
  line-height: 1;
556
534
  display: flex;
557
535
  align-items: center;
558
- animation: hsk-sparkle-spin 6s linear infinite;
559
- }
560
- @keyframes hsk-sparkle-spin {
561
- 0%, 100% {
562
- transform: rotate(0deg) scale(1);
563
- }
564
- 25% {
565
- transform: rotate(15deg) scale(1.1);
566
- }
567
- 75% {
568
- transform: rotate(-10deg) scale(.95);
569
- }
570
536
  }
571
537
  .hsk-cb-topbar-title {
572
538
  font-size: 16px;
@@ -836,6 +802,7 @@
836
802
  overflow: hidden;
837
803
  border-radius: var(--hsk-border-radius, 0px);
838
804
  display: block;
805
+ background: var(--hsk-chat-source-bg, #f8f9fa);
839
806
  }
840
807
  .hsk-cb-src-imgwrap img {
841
808
  width: 100%;
@@ -860,6 +827,33 @@
860
827
  .hsk-cb-src-info {
861
828
  padding: 8px 2px 0;
862
829
  }
830
+ .hsk-cb-sources-wrap--compact {
831
+ margin-top: 10px;
832
+ }
833
+ .hsk-cb-sources-wrap--compact .hsk-cb-sources {
834
+ gap: 10px;
835
+ }
836
+ .hsk-cb-sources-wrap--compact .hsk-cb-source {
837
+ flex: 0 0 96px;
838
+ }
839
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap,
840
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty {
841
+ width: 96px;
842
+ height: 96px;
843
+ }
844
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty {
845
+ font-size: 20px;
846
+ }
847
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-name {
848
+ font-size: 11.5px;
849
+ -webkit-line-clamp: 1;
850
+ }
851
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-price {
852
+ font-size: 11px;
853
+ }
854
+ .hsk-cb-sources-wrap--compact .hsk-cb-source-ref-badge {
855
+ display: none;
856
+ }
863
857
  .hsk-cb-src-name {
864
858
  font-size: 13px;
865
859
  font-weight: 600;
@@ -919,56 +913,172 @@
919
913
  gap: 14px;
920
914
  padding: 20px 0;
921
915
  }
922
- .hsk-cb-typing {
923
- display: flex;
924
- align-items: center;
925
- gap: 6px;
926
- padding: 10px 16px;
927
- border-radius: 20px;
928
- background: var(--hsk-typing-bg, rgba(0,0,0,.05));
916
+ .hsk-cb-thinking-icon {
917
+ position: relative;
918
+ width: 40px;
919
+ height: 40px;
920
+ color: var(--hsk-primary, #ff6a33);
921
+ flex-shrink: 0;
922
+ }
923
+ .hsk-cb-thinking-icon .hsk-brand-mark {
924
+ position: absolute;
925
+ inset: 0;
926
+ fill: currentColor;
927
+ opacity: 0.3;
929
928
  }
930
- .hsk-cb-dot {
931
- width: 7px;
932
- height: 7px;
929
+ .hsk-cb-thinking-icon .hsk-brand-mark--sheen {
930
+ opacity: 1;
931
+ -webkit-mask-image:
932
+ linear-gradient(
933
+ 115deg,
934
+ transparent 38%,
935
+ #000 50%,
936
+ transparent 62%);
937
+ mask-image:
938
+ linear-gradient(
939
+ 115deg,
940
+ transparent 38%,
941
+ #000 50%,
942
+ transparent 62%);
943
+ -webkit-mask-size: 300% 100%;
944
+ mask-size: 300% 100%;
945
+ -webkit-mask-repeat: no-repeat;
946
+ mask-repeat: no-repeat;
947
+ animation: hsk-glyph-sheen 2.8s linear infinite;
948
+ }
949
+ @keyframes hsk-glyph-sheen {
950
+ 0% {
951
+ -webkit-mask-position: 130% 0;
952
+ mask-position: 130% 0;
953
+ }
954
+ 100% {
955
+ -webkit-mask-position: -30% 0;
956
+ mask-position: -30% 0;
957
+ }
958
+ }
959
+ .hsk-handle-orbit {
960
+ position: absolute;
961
+ left: 56.8%;
962
+ top: 69.84%;
963
+ width: 0;
964
+ height: 0;
965
+ animation: hsk-orbit-scale 2.8s infinite;
966
+ }
967
+ .hsk-handle-ring {
968
+ position: absolute;
969
+ inset: 0;
970
+ animation: hsk-orbit-spin 2.8s infinite;
971
+ }
972
+ .hsk-handle-ball {
973
+ position: absolute;
974
+ top: 0;
975
+ left: 0;
976
+ width: 4px;
977
+ height: 4px;
978
+ margin: -2px 0 0 -2px;
933
979
  border-radius: 50%;
934
- background: var(--hsk-primary, #ff6a33);
935
- animation: hsk-wave-bounce 1.2s ease-in-out infinite;
936
- transform-origin: bottom center;
937
- flex-shrink: 0;
980
+ background: currentColor;
981
+ transform: rotate(calc(var(--i) * 72deg)) translateX(12px) scale(calc(1 - var(--i) * 0.15));
982
+ opacity: calc(1 - var(--i) * 0.19);
938
983
  }
939
- .hsk-cb-dot:nth-child(1) {
940
- animation-delay: 0s;
984
+ .hsk-handle-ball:nth-child(1) {
985
+ --i: 0;
941
986
  }
942
- .hsk-cb-dot:nth-child(2) {
943
- animation-delay: 0.16s;
987
+ .hsk-handle-ball:nth-child(2) {
988
+ --i: 1;
944
989
  }
945
- .hsk-cb-dot:nth-child(3) {
946
- animation-delay: 0.32s;
990
+ .hsk-handle-ball:nth-child(3) {
991
+ --i: 2;
947
992
  }
948
- @keyframes hsk-wave-bounce {
949
- 0%, 100% {
950
- transform: translateY(0) scale(1, 1);
951
- opacity: 0.55;
993
+ .hsk-handle-ball:nth-child(4) {
994
+ --i: 3;
995
+ }
996
+ .hsk-handle-ball:nth-child(5) {
997
+ --i: 4;
998
+ }
999
+ .hsk-handle-rest {
1000
+ position: absolute;
1001
+ left: 56.8%;
1002
+ top: 69.84%;
1003
+ width: 4px;
1004
+ height: 4px;
1005
+ margin: -2px 0 0 -2px;
1006
+ border-radius: 50%;
1007
+ background: currentColor;
1008
+ animation: hsk-handle-pop 2.8s infinite;
1009
+ }
1010
+ @keyframes hsk-orbit-scale {
1011
+ 0% {
1012
+ transform: scale(0);
1013
+ animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
952
1014
  }
953
1015
  12% {
954
- transform: translateY(0) scale(1.35, 0.65);
955
- opacity: 0.6;
1016
+ transform: scale(1);
1017
+ animation-timing-function: linear;
956
1018
  }
957
- 28% {
958
- transform: translateY(-5px) scale(0.75, 1.3);
959
- opacity: 0.85;
1019
+ 60% {
1020
+ transform: scale(1);
1021
+ animation-timing-function: cubic-bezier(0.55, 0, 0.85, 0.35);
960
1022
  }
961
- 48% {
962
- transform: translateY(-12px) scale(1, 1);
1023
+ 76%, 100% {
1024
+ transform: scale(0);
1025
+ }
1026
+ }
1027
+ @keyframes hsk-orbit-spin {
1028
+ 0% {
1029
+ transform: rotate(0deg);
1030
+ animation-timing-function: ease-in;
1031
+ }
1032
+ 60% {
1033
+ transform: rotate(560deg);
1034
+ animation-timing-function: linear;
1035
+ }
1036
+ 76%, 100% {
1037
+ transform: rotate(650deg);
1038
+ }
1039
+ }
1040
+ @keyframes hsk-handle-pop {
1041
+ 0%, 74% {
1042
+ opacity: 0;
1043
+ transform: scale(0);
1044
+ }
1045
+ 84% {
963
1046
  opacity: 1;
1047
+ transform: scale(1.4);
1048
+ animation-timing-function: ease-out;
964
1049
  }
965
- 68% {
966
- transform: translateY(-5px) scale(0.75, 1.3);
967
- opacity: 0.85;
1050
+ 92% {
1051
+ transform: scale(0.9);
968
1052
  }
969
- 88% {
970
- transform: translateY(0) scale(1.35, 0.65);
971
- opacity: 0.65;
1053
+ 100% {
1054
+ opacity: 1;
1055
+ transform: scale(1);
1056
+ }
1057
+ }
1058
+ .hsk-cb-thinking-text {
1059
+ font-size: 13.5px;
1060
+ font-weight: 500;
1061
+ background-image:
1062
+ linear-gradient(
1063
+ 90deg,
1064
+ var(--hsk-chat-muted, #9aa0a6) 0%,
1065
+ var(--hsk-chat-muted, #9aa0a6) 38%,
1066
+ var(--hsk-chat-text, #1f1f1f) 50%,
1067
+ var(--hsk-chat-muted, #9aa0a6) 62%,
1068
+ var(--hsk-chat-muted, #9aa0a6) 100%);
1069
+ background-size: 220% 100%;
1070
+ -webkit-background-clip: text;
1071
+ background-clip: text;
1072
+ color: transparent;
1073
+ -webkit-text-fill-color: transparent;
1074
+ animation: hsk-shimmer 2.2s linear infinite;
1075
+ }
1076
+ @keyframes hsk-shimmer {
1077
+ 0% {
1078
+ background-position: 130% 0;
1079
+ }
1080
+ 100% {
1081
+ background-position: -110% 0;
972
1082
  }
973
1083
  }
974
1084
  .hsk-cb-input-wrap {
@@ -2010,7 +2120,8 @@
2010
2120
  }
2011
2121
  }
2012
2122
  .hsk-markdown-table {
2013
- width: 100%;
2123
+ width: auto;
2124
+ min-width: 100%;
2014
2125
  border-collapse: separate;
2015
2126
  border-spacing: 0;
2016
2127
  text-align: left;
@@ -2020,6 +2131,10 @@
2020
2131
  overflow: hidden;
2021
2132
  margin: 10px 0;
2022
2133
  }
2134
+ .hsk-markdown-table th,
2135
+ .hsk-markdown-table td {
2136
+ white-space: nowrap;
2137
+ }
2023
2138
  .hsk-markdown-table th {
2024
2139
  padding: 10px 14px;
2025
2140
  background-color: rgba(0, 0, 0, 0.025);
@@ -2035,9 +2150,23 @@
2035
2150
  .hsk-markdown-table tr:nth-child(even) td {
2036
2151
  background-color: rgba(0, 0, 0, 0.015);
2037
2152
  }
2153
+ .hsk-markdown-table tr:nth-child(even) td:first-child {
2154
+ background-color: var(--hsk-bg, #ffffff);
2155
+ }
2038
2156
  .hsk-markdown-table tr:last-child td {
2039
2157
  border-bottom: none;
2040
2158
  }
2159
+ .hsk-markdown-table th:first-child,
2160
+ .hsk-markdown-table td:first-child {
2161
+ position: sticky;
2162
+ left: 0;
2163
+ z-index: 1;
2164
+ background-color: var(--hsk-bg, #ffffff);
2165
+ max-width: 40vw;
2166
+ overflow: hidden;
2167
+ text-overflow: ellipsis;
2168
+ box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
2169
+ }
2041
2170
  @media (prefers-color-scheme: dark) {
2042
2171
  .hsk-markdown-table {
2043
2172
  border-color: #202124;
@@ -2054,6 +2183,14 @@
2054
2183
  .hsk-markdown-table tr:nth-child(even) td {
2055
2184
  background-color: rgba(255, 255, 255, 0.015);
2056
2185
  }
2186
+ .hsk-markdown-table th:first-child,
2187
+ .hsk-markdown-table td:first-child {
2188
+ background-color: #0a0a0a;
2189
+ box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
2190
+ }
2191
+ .hsk-markdown-table tr:nth-child(even) td:first-child {
2192
+ background-color: #0a0a0a;
2193
+ }
2057
2194
  }
2058
2195
  .hsk-markdown-link {
2059
2196
  color: var(--hsk-primary, #ff6a33);
@@ -2312,158 +2449,6 @@
2312
2449
  .hsk-cb-phone-submit:hover {
2313
2450
  border-color: var(--hsk-primary, #6366f1);
2314
2451
  }
2315
- .hsk-cb-panel--with-sidebar {
2316
- display: flex;
2317
- flex-direction: row;
2318
- max-width: 1000px;
2319
- overflow: hidden;
2320
- }
2321
- .hsk-cb-sidebar {
2322
- width: 0;
2323
- min-width: 0;
2324
- flex-shrink: 0;
2325
- overflow: hidden;
2326
- background: var(--hsk-sidebar-bg, #f8f8f7);
2327
- border-right: 1px solid var(--hsk-chat-divide, rgba(0,0,0,.08));
2328
- display: flex;
2329
- flex-direction: column;
2330
- transition: width 0.25s cubic-bezier(.4, 0, .2, 1), min-width 0.25s cubic-bezier(.4, 0, .2, 1);
2331
- }
2332
- .hsk-cb-sidebar--open {
2333
- width: 240px;
2334
- min-width: 240px;
2335
- }
2336
- .hsk-cb-sidebar-header {
2337
- display: flex;
2338
- align-items: center;
2339
- justify-content: space-between;
2340
- padding: 20px 14px 12px;
2341
- flex-shrink: 0;
2342
- border-bottom: 1px solid var(--hsk-chat-divide, rgba(0,0,0,.07));
2343
- }
2344
- .hsk-cb-sidebar-title {
2345
- font-size: 12px;
2346
- font-weight: 600;
2347
- letter-spacing: .06em;
2348
- text-transform: uppercase;
2349
- color: var(--hsk-chat-muted, #5f6368);
2350
- white-space: nowrap;
2351
- }
2352
- .hsk-cb-sidebar-new {
2353
- display: flex;
2354
- align-items: center;
2355
- gap: 5px;
2356
- padding: 5px 10px;
2357
- border-radius: 6px;
2358
- border: 1px solid var(--hsk-chat-divide, rgba(0,0,0,.1));
2359
- background: none;
2360
- color: var(--hsk-primary, #ff6a33);
2361
- font-size: 11px;
2362
- font-weight: 500;
2363
- cursor: pointer;
2364
- font-family: inherit;
2365
- white-space: nowrap;
2366
- transition: background .15s, border-color .15s;
2367
- }
2368
- .hsk-cb-sidebar-new:hover {
2369
- background: color-mix(in srgb, var(--hsk-primary, #ff6a33) 8%, transparent);
2370
- border-color: var(--hsk-primary, #ff6a33);
2371
- }
2372
- .hsk-cb-sidebar-list {
2373
- flex: 1;
2374
- overflow-y: auto;
2375
- padding: 8px 6px;
2376
- display: flex;
2377
- flex-direction: column;
2378
- gap: 2px;
2379
- scrollbar-width: thin;
2380
- scrollbar-color: rgba(0, 0, 0, .1) transparent;
2381
- }
2382
- .hsk-cb-sidebar-empty {
2383
- display: flex;
2384
- flex-direction: column;
2385
- align-items: center;
2386
- justify-content: center;
2387
- gap: 8px;
2388
- padding: 40px 16px;
2389
- color: var(--hsk-chat-muted, #9aa0a6);
2390
- font-size: 12px;
2391
- text-align: center;
2392
- }
2393
- .hsk-cb-sidebar-session {
2394
- position: relative;
2395
- padding: 9px 10px;
2396
- border-radius: 8px;
2397
- cursor: pointer;
2398
- transition: background .15s;
2399
- min-width: 0;
2400
- }
2401
- .hsk-cb-sidebar-session:hover {
2402
- background: rgba(0, 0, 0, .05);
2403
- }
2404
- .hsk-cb-sidebar-session--active {
2405
- background: color-mix(in srgb, var(--hsk-primary, #ff6a33) 10%, transparent) !important;
2406
- }
2407
- .hsk-cb-sidebar-session-title {
2408
- font-size: 12.5px;
2409
- font-weight: 500;
2410
- color: var(--hsk-chat-text, #1f1f1f);
2411
- white-space: nowrap;
2412
- overflow: hidden;
2413
- text-overflow: ellipsis;
2414
- padding-right: 20px;
2415
- }
2416
- .hsk-cb-sidebar-session-meta {
2417
- font-size: 10.5px;
2418
- color: var(--hsk-chat-muted, #9aa0a6);
2419
- margin-top: 2px;
2420
- }
2421
- .hsk-cb-sidebar-session-del {
2422
- position: absolute;
2423
- top: 6px;
2424
- right: 6px;
2425
- width: 18px;
2426
- height: 18px;
2427
- border: none;
2428
- background: none;
2429
- color: var(--hsk-chat-muted, #9aa0a6);
2430
- font-size: 14px;
2431
- cursor: pointer;
2432
- border-radius: 4px;
2433
- display: flex;
2434
- align-items: center;
2435
- justify-content: center;
2436
- opacity: 0;
2437
- transition: opacity .15s, background .15s;
2438
- }
2439
- .hsk-cb-sidebar-session:hover .hsk-cb-sidebar-session-del {
2440
- opacity: 1;
2441
- }
2442
- .hsk-cb-sidebar-session-del:hover {
2443
- background: rgba(239, 68, 68, .12);
2444
- color: #ef4444;
2445
- }
2446
- .hsk-cb-sidebar-toggle {
2447
- width: 34px;
2448
- height: 34px;
2449
- border-radius: var(--hsk-border-radius, 0px);
2450
- border: 1px solid var(--hsk-chat-divide, rgba(0,0,0,.1));
2451
- background: none;
2452
- color: var(--hsk-chat-muted, #5f6368);
2453
- cursor: pointer;
2454
- display: flex;
2455
- align-items: center;
2456
- justify-content: center;
2457
- flex-shrink: 0;
2458
- font-family: inherit;
2459
- transition: all .15s;
2460
- }
2461
- .hsk-cb-sidebar-toggle:hover,
2462
- .hsk-cb-sidebar-toggle--active {
2463
- border-color: var(--hsk-primary, #ff6a33);
2464
- color: var(--hsk-primary, #ff6a33);
2465
- background: color-mix(in srgb, var(--hsk-primary, #ff6a33) 8%, transparent);
2466
- }
2467
2452
  .hsk-cb-main {
2468
2453
  flex: 1;
2469
2454
  min-width: 0;
@@ -2672,47 +2657,17 @@
2672
2657
  background: #f59e0b !important;
2673
2658
  }
2674
2659
  @media (prefers-color-scheme: dark) {
2675
- .hsk-cb-sidebar {
2676
- --hsk-sidebar-bg: #18181a;
2677
- }
2678
2660
  .hsk-action-pill {
2679
2661
  --hsk-pill-bg: rgba(40,40,42,0.85);
2680
2662
  border-color: rgba(255, 255, 255, .1);
2681
2663
  color: var(--hsk-chat-text, #e8eaed);
2682
2664
  }
2683
2665
  }
2684
- [data-hsk-theme=dark] .hsk-cb-sidebar {
2685
- --hsk-sidebar-bg: #18181a;
2686
- }
2687
2666
  [data-hsk-theme=dark] .hsk-action-pill {
2688
2667
  --hsk-pill-bg: rgba(40,40,42,0.85);
2689
2668
  border-color: rgba(255, 255, 255, .1);
2690
2669
  color: var(--hsk-chat-text, #e8eaed);
2691
2670
  }
2692
- [data-hsk-theme=dark] .hsk-cb-sidebar-session-title {
2693
- color: #e8eaed;
2694
- }
2695
- @media (max-width: 600px) {
2696
- .hsk-cb-panel--with-sidebar {
2697
- position: relative;
2698
- }
2699
- .hsk-cb-sidebar {
2700
- position: absolute;
2701
- top: 0;
2702
- left: 0;
2703
- bottom: 0;
2704
- z-index: 10;
2705
- width: 0;
2706
- min-width: 0;
2707
- box-shadow: 4px 0 20px rgba(0, 0, 0, .15);
2708
- border-right: none;
2709
- }
2710
- .hsk-cb-sidebar--open {
2711
- width: 80vw;
2712
- max-width: 280px;
2713
- min-width: unset;
2714
- }
2715
- }
2716
2671
  .hsk-sp-tabs-mobile {
2717
2672
  display: none;
2718
2673
  }
@@ -3379,10 +3334,10 @@
3379
3334
  left: 0;
3380
3335
  min-width: 260px;
3381
3336
  max-width: 340px;
3382
- background: var(--hsk-surface, #232427);
3383
- border: 1px solid var(--hsk-border, rgba(255,255,255,0.08));
3337
+ background: var(--hsk-chat-bg, #ffffff);
3338
+ border: 1px solid var(--hsk-chat-divide, rgba(0,0,0,0.08));
3384
3339
  border-radius: 16px;
3385
- box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28), 0 2px 8px rgba(0, 0, 0, 0.14);
3340
+ box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08);
3386
3341
  overflow: hidden;
3387
3342
  padding: 6px;
3388
3343
  z-index: 120;
@@ -3410,25 +3365,25 @@
3410
3365
  cursor: pointer;
3411
3366
  padding: 9px 10px;
3412
3367
  transition: background 0.12s;
3413
- color: var(--hsk-text, #e8e8ea);
3368
+ color: var(--hsk-chat-text, #1f1f1f);
3414
3369
  font-family: inherit;
3415
3370
  }
3416
3371
  .hsk-kiku-picker-item:hover {
3417
- background: rgba(255, 255, 255, 0.07);
3372
+ background: var(--hsk-chat-input-bg, #f1f3f4);
3418
3373
  }
3419
3374
  .hsk-kiku-picker-item:active {
3420
- background: rgba(255, 255, 255, 0.11);
3375
+ background: var(--hsk-chat-divide, rgba(0,0,0,0.08));
3421
3376
  }
3422
3377
  .hsk-kiku-picker-icon {
3423
3378
  width: 22px;
3424
3379
  height: 22px;
3425
3380
  border-radius: 50%;
3426
- background: rgba(255, 255, 255, 0.06);
3381
+ background: var(--hsk-chat-input-bg, #f1f3f4);
3427
3382
  display: flex;
3428
3383
  align-items: center;
3429
3384
  justify-content: center;
3430
3385
  flex-shrink: 0;
3431
- color: var(--hsk-text-muted, #9a9a9e);
3386
+ color: var(--hsk-chat-muted, #5f6368);
3432
3387
  overflow: hidden;
3433
3388
  }
3434
3389
  .hsk-kiku-picker-icon img {
@@ -3437,7 +3392,8 @@
3437
3392
  object-fit: cover;
3438
3393
  }
3439
3394
  .hsk-kiku-picker-icon--accent {
3440
- color: var(--hsk-primary, #7c5cfc);
3395
+ background: color-mix(in srgb, var(--hsk-primary, #ff6a33) 12%, transparent);
3396
+ color: var(--hsk-primary, #ff6a33);
3441
3397
  }
3442
3398
  .hsk-kiku-picker-item-name {
3443
3399
  font-size: 13.5px;
@@ -3445,24 +3401,29 @@
3445
3401
  white-space: nowrap;
3446
3402
  overflow: hidden;
3447
3403
  text-overflow: ellipsis;
3448
- color: var(--hsk-text, #e8e8ea);
3404
+ color: var(--hsk-chat-text, #1f1f1f);
3449
3405
  flex: 1;
3450
3406
  min-width: 0;
3451
3407
  }
3452
3408
  .hsk-kiku-picker-item-price {
3453
3409
  font-size: 12px;
3454
- color: var(--hsk-text-muted, #9a9a9e);
3410
+ color: var(--hsk-chat-muted, #5f6368);
3455
3411
  flex-shrink: 0;
3456
3412
  }
3413
+ @media (prefers-color-scheme: dark) {
3414
+ .hsk-kiku-picker {
3415
+ box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
3416
+ }
3417
+ }
3457
3418
  .hsk-kiku-badge {
3458
3419
  display: inline-flex;
3459
3420
  align-items: center;
3460
3421
  font-size: 10px;
3461
3422
  font-weight: 700;
3462
3423
  letter-spacing: 0.04em;
3463
- color: var(--hsk-primary, #7c5cfc);
3464
- background: color-mix(in srgb, var(--hsk-primary, #7c5cfc) 16%, transparent);
3465
- border: 1px solid color-mix(in srgb, var(--hsk-primary, #7c5cfc) 30%, transparent);
3424
+ color: #fff;
3425
+ background: rgba(255, 255, 255, 0.16);
3426
+ border: 1px solid rgba(255, 255, 255, 0.35);
3466
3427
  padding: 1px 7px;
3467
3428
  border-radius: 20px;
3468
3429
  margin-right: 6px;
@@ -3470,31 +3431,6 @@
3470
3431
  position: relative;
3471
3432
  top: -1px;
3472
3433
  }
3473
- .hsk-light .hsk-kiku-picker {
3474
- background: #ffffff;
3475
- border-color: rgba(0, 0, 0, 0.08);
3476
- box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
3477
- }
3478
- .hsk-light .hsk-kiku-picker-item {
3479
- color: #1a1a1a;
3480
- }
3481
- .hsk-light .hsk-kiku-picker-item:hover {
3482
- background: rgba(0, 0, 0, 0.045);
3483
- }
3484
- .hsk-light .hsk-kiku-picker-item:active {
3485
- background: rgba(0, 0, 0, 0.08);
3486
- }
3487
- .hsk-light .hsk-kiku-picker-item-name {
3488
- color: #1a1a1a;
3489
- }
3490
- .hsk-light .hsk-kiku-picker-icon {
3491
- background: rgba(0, 0, 0, 0.045);
3492
- color: #6b6b70;
3493
- }
3494
- .hsk-light .hsk-kiku-picker-icon--accent {
3495
- background: color-mix(in srgb, var(--hsk-primary, #7c5cfc) 12%, transparent);
3496
- color: var(--hsk-primary, #7c5cfc);
3497
- }
3498
3434
  .hsk-markdown-img,
3499
3435
  .hsk-cb-user-img-thumb,
3500
3436
  .hsk-cb-source .hsk-cb-src-imgwrap img {