hd-wallet-ui 1.2.1 → 1.2.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/styles/main.css CHANGED
@@ -1888,6 +1888,805 @@ body:has(.modal.active) .nav-bar {
1888
1888
  color: var(--accent-primary);
1889
1889
  }
1890
1890
 
1891
+ /* =============================================================================
1892
+ Wallet Tab (Phantom-style)
1893
+ ============================================================================= */
1894
+
1895
+ /* Portfolio Hero */
1896
+ .ph-portfolio {
1897
+ text-align: center;
1898
+ padding: 24px 0 20px;
1899
+ }
1900
+
1901
+ .ph-portfolio-value {
1902
+ font-size: 36px;
1903
+ font-weight: 700;
1904
+ color: var(--white);
1905
+ letter-spacing: -0.02em;
1906
+ line-height: 1.1;
1907
+ font-family: var(--font-mono);
1908
+ }
1909
+
1910
+ .ph-portfolio-label {
1911
+ font-size: 13px;
1912
+ color: var(--muted);
1913
+ margin-top: 4px;
1914
+ }
1915
+
1916
+ .ph-portfolio-xpub {
1917
+ display: flex;
1918
+ align-items: center;
1919
+ justify-content: center;
1920
+ gap: 6px;
1921
+ margin-top: 10px;
1922
+ }
1923
+
1924
+ .ph-xpub-text {
1925
+ font-size: 11px;
1926
+ color: var(--white-40);
1927
+ max-width: 200px;
1928
+ overflow: hidden;
1929
+ text-overflow: ellipsis;
1930
+ white-space: nowrap;
1931
+ }
1932
+
1933
+ .ph-xpub-copy {
1934
+ padding: 2px;
1935
+ opacity: 0.4;
1936
+ transition: opacity 0.15s;
1937
+ }
1938
+
1939
+ .ph-xpub-copy:hover {
1940
+ opacity: 1;
1941
+ }
1942
+
1943
+ /* Wallet Selector */
1944
+ .wallet-selector-row {
1945
+ display: flex;
1946
+ align-items: flex-start;
1947
+ justify-content: flex-start;
1948
+ gap: 0;
1949
+ padding: 0 4px 16px;
1950
+ }
1951
+
1952
+ .wallet-selector-control {
1953
+ display: flex;
1954
+ align-items: center;
1955
+ gap: 8px;
1956
+ width: 100%;
1957
+ min-width: 0;
1958
+ max-width: 560px;
1959
+ }
1960
+
1961
+ .wallet-selector-input.glass-input.compact {
1962
+ flex: 1;
1963
+ width: 100%;
1964
+ min-width: 320px;
1965
+ max-width: none;
1966
+ height: 34px;
1967
+ font-size: 13px;
1968
+ text-align: left;
1969
+ appearance: none;
1970
+ -webkit-appearance: none;
1971
+ -moz-appearance: none;
1972
+ padding-right: 36px;
1973
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 6l4.5 4 4.5-4' stroke='rgba(255,255,255,0.9)' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
1974
+ background-repeat: no-repeat;
1975
+ background-position: right 11px center;
1976
+ }
1977
+
1978
+ #wallet-manage-btn {
1979
+ flex-shrink: 0;
1980
+ }
1981
+
1982
+ /* Action Buttons Row */
1983
+ .ph-actions {
1984
+ display: flex;
1985
+ flex-wrap: wrap;
1986
+ justify-content: center;
1987
+ gap: 12px 20px;
1988
+ padding: 0 0 20px;
1989
+ }
1990
+
1991
+ .ph-action-btn {
1992
+ display: flex;
1993
+ flex-direction: column;
1994
+ align-items: center;
1995
+ gap: 6px;
1996
+ background: none;
1997
+ border: none;
1998
+ color: var(--white-80);
1999
+ cursor: pointer;
2000
+ padding: 0;
2001
+ transition: color 0.15s;
2002
+ }
2003
+
2004
+ .ph-action-btn:hover {
2005
+ color: var(--white);
2006
+ }
2007
+
2008
+ .ph-action-btn:hover .ph-action-icon {
2009
+ background: rgba(171, 130, 255, 0.25);
2010
+ border-color: rgba(171, 130, 255, 0.4);
2011
+ }
2012
+
2013
+ .ph-action-icon {
2014
+ width: 44px;
2015
+ height: 44px;
2016
+ border-radius: 50%;
2017
+ background: var(--white-05);
2018
+ border: 1px solid var(--glass-border);
2019
+ display: flex;
2020
+ align-items: center;
2021
+ justify-content: center;
2022
+ transition: all 0.2s ease;
2023
+ }
2024
+
2025
+ .ph-action-btn span {
2026
+ font-size: 11px;
2027
+ color: var(--muted);
2028
+ font-weight: 500;
2029
+ }
2030
+
2031
+ .ph-action-wrap {
2032
+ position: relative;
2033
+ display: inline-flex;
2034
+ flex-direction: column;
2035
+ align-items: center;
2036
+ }
2037
+
2038
+ .ph-action-menu {
2039
+ position: absolute;
2040
+ top: calc(100% + 10px);
2041
+ left: 50%;
2042
+ transform: translateX(-50%);
2043
+ min-width: 168px;
2044
+ padding: 8px;
2045
+ border-radius: 12px;
2046
+ border: 1px solid var(--glass-border);
2047
+ background: rgba(28, 28, 31, 0.96);
2048
+ backdrop-filter: var(--glass-blur);
2049
+ -webkit-backdrop-filter: var(--glass-blur);
2050
+ box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
2051
+ z-index: 30;
2052
+ display: none;
2053
+ flex-direction: column;
2054
+ gap: 6px;
2055
+ }
2056
+
2057
+ .ph-action-menu.visible {
2058
+ display: flex;
2059
+ }
2060
+
2061
+ .ph-action-menu-item {
2062
+ border: 1px solid var(--glass-border);
2063
+ border-radius: 8px;
2064
+ background: var(--white-03);
2065
+ color: var(--white-80);
2066
+ font-size: 12px;
2067
+ font-weight: 500;
2068
+ text-align: left;
2069
+ padding: 8px 10px;
2070
+ cursor: pointer;
2071
+ transition: all 0.15s ease;
2072
+ }
2073
+
2074
+ .ph-action-menu-item:hover:not(:disabled) {
2075
+ background: var(--white-10);
2076
+ color: var(--white);
2077
+ }
2078
+
2079
+ .ph-action-menu-item:disabled {
2080
+ opacity: 0.45;
2081
+ cursor: not-allowed;
2082
+ }
2083
+
2084
+ /* Scan Status */
2085
+ .ph-scan-status {
2086
+ display: flex;
2087
+ align-items: center;
2088
+ gap: 8px;
2089
+ padding: 10px 14px;
2090
+ margin-bottom: 8px;
2091
+ font-size: 12px;
2092
+ color: var(--muted);
2093
+ background: var(--white-05);
2094
+ border-radius: 12px;
2095
+ }
2096
+
2097
+ .wallet-scan-spinner {
2098
+ width: 14px;
2099
+ height: 14px;
2100
+ border: 2px solid var(--glass-border);
2101
+ border-top-color: #AB82FF;
2102
+ border-radius: 50%;
2103
+ animation: spin 0.8s linear infinite;
2104
+ }
2105
+
2106
+ @keyframes spin {
2107
+ to { transform: rotate(360deg); }
2108
+ }
2109
+
2110
+ /* Token List */
2111
+ .ph-token-list {
2112
+ display: flex;
2113
+ flex-direction: column;
2114
+ gap: 2px;
2115
+ max-height: 340px;
2116
+ overflow-y: auto;
2117
+ scrollbar-width: thin;
2118
+ scrollbar-color: var(--glass-border) transparent;
2119
+ }
2120
+
2121
+ .ph-token-empty {
2122
+ display: flex;
2123
+ flex-direction: column;
2124
+ align-items: center;
2125
+ justify-content: center;
2126
+ gap: 8px;
2127
+ padding: 40px 16px;
2128
+ color: var(--muted);
2129
+ }
2130
+
2131
+ .ph-token-empty p {
2132
+ margin: 0;
2133
+ font-size: 14px;
2134
+ font-weight: 500;
2135
+ }
2136
+
2137
+ .ph-token-empty-sub {
2138
+ font-size: 12px !important;
2139
+ font-weight: 400 !important;
2140
+ color: var(--white-40) !important;
2141
+ }
2142
+
2143
+ /* Token Row */
2144
+ .ph-token-row {
2145
+ display: flex;
2146
+ align-items: center;
2147
+ gap: 12px;
2148
+ padding: 12px 14px;
2149
+ border-radius: 12px;
2150
+ cursor: pointer;
2151
+ transition: background 0.15s ease;
2152
+ }
2153
+
2154
+ .ph-token-row:hover {
2155
+ background: var(--white-05);
2156
+ }
2157
+
2158
+ .ph-token-inactive {
2159
+ opacity: 0.45;
2160
+ }
2161
+
2162
+ .ph-token-icon {
2163
+ width: 40px;
2164
+ height: 40px;
2165
+ border-radius: 50%;
2166
+ display: flex;
2167
+ align-items: center;
2168
+ justify-content: center;
2169
+ font-size: 18px;
2170
+ font-weight: 700;
2171
+ color: white;
2172
+ flex-shrink: 0;
2173
+ }
2174
+
2175
+ .ph-token-info {
2176
+ flex: 1;
2177
+ min-width: 0;
2178
+ }
2179
+
2180
+ .ph-token-name {
2181
+ font-size: 14px;
2182
+ font-weight: 600;
2183
+ color: var(--white);
2184
+ line-height: 1.3;
2185
+ }
2186
+
2187
+ .ph-token-path {
2188
+ font-size: 11px;
2189
+ color: var(--white-40);
2190
+ font-family: var(--font-mono);
2191
+ overflow: hidden;
2192
+ text-overflow: ellipsis;
2193
+ white-space: nowrap;
2194
+ }
2195
+
2196
+ .ph-token-amounts {
2197
+ text-align: right;
2198
+ flex-shrink: 0;
2199
+ }
2200
+
2201
+ .ph-token-balance {
2202
+ font-size: 14px;
2203
+ font-weight: 600;
2204
+ color: var(--white);
2205
+ white-space: nowrap;
2206
+ }
2207
+
2208
+ .ph-token-fiat {
2209
+ font-size: 12px;
2210
+ color: var(--muted);
2211
+ white-space: nowrap;
2212
+ }
2213
+
2214
+ /* Wallet Overlay Views (Settings, Send) */
2215
+ .wallet-overlay-view {
2216
+ animation: fadeSlideIn 0.2s ease;
2217
+ }
2218
+
2219
+ @keyframes fadeSlideIn {
2220
+ from { opacity: 0; transform: translateX(20px); }
2221
+ to { opacity: 1; transform: translateX(0); }
2222
+ }
2223
+
2224
+ .wallet-overlay-header {
2225
+ display: flex;
2226
+ align-items: center;
2227
+ gap: 12px;
2228
+ padding: 4px 0 16px;
2229
+ border-bottom: 1px solid var(--glass-border);
2230
+ margin-bottom: 16px;
2231
+ }
2232
+
2233
+ .wallet-overlay-header h4 {
2234
+ margin: 0;
2235
+ font-size: 16px;
2236
+ font-weight: 600;
2237
+ color: var(--white);
2238
+ }
2239
+
2240
+ .wallet-back-btn {
2241
+ display: flex;
2242
+ align-items: center;
2243
+ gap: 4px;
2244
+ background: none;
2245
+ border: none;
2246
+ color: var(--white-70);
2247
+ font-size: 13px;
2248
+ cursor: pointer;
2249
+ padding: 6px 10px;
2250
+ border-radius: 8px;
2251
+ transition: all 0.15s;
2252
+ }
2253
+
2254
+ .wallet-back-btn:hover {
2255
+ background: var(--white-05);
2256
+ color: var(--white);
2257
+ }
2258
+
2259
+ .wallet-overlay-body {
2260
+ display: flex;
2261
+ flex-direction: column;
2262
+ gap: 20px;
2263
+ max-height: 480px;
2264
+ overflow-y: auto;
2265
+ scrollbar-width: thin;
2266
+ scrollbar-color: var(--glass-border) transparent;
2267
+ }
2268
+
2269
+ .wallet-export-body {
2270
+ max-height: 560px;
2271
+ }
2272
+
2273
+ /* Wallet manager layout: pin headers, scroll only wallet list rows */
2274
+ #wallet-wallets-view {
2275
+ flex-direction: column;
2276
+ height: 100%;
2277
+ min-height: 0;
2278
+ overflow: hidden;
2279
+ }
2280
+
2281
+ #wallet-wallets-view .wallet-overlay-body {
2282
+ flex: 1;
2283
+ min-height: 0;
2284
+ max-height: none;
2285
+ overflow: hidden;
2286
+ }
2287
+
2288
+ #wallet-wallets-view .settings-group {
2289
+ flex: 1;
2290
+ min-height: 0;
2291
+ display: flex;
2292
+ flex-direction: column;
2293
+ }
2294
+
2295
+ .wallet-wallets-header {
2296
+ justify-content: space-between;
2297
+ }
2298
+
2299
+ .wallet-overlay-title-row {
2300
+ display: flex;
2301
+ align-items: center;
2302
+ gap: 12px;
2303
+ min-width: 0;
2304
+ }
2305
+
2306
+ .wallet-wallets-header h4 {
2307
+ line-height: 1;
2308
+ display: flex;
2309
+ align-items: center;
2310
+ }
2311
+
2312
+ .wallet-wallets-header .wallet-back-btn {
2313
+ line-height: 1;
2314
+ }
2315
+
2316
+ .wallet-wallets-header #wallet-new-btn {
2317
+ display: inline-flex;
2318
+ align-items: center;
2319
+ line-height: 1;
2320
+ flex-shrink: 0;
2321
+ }
2322
+
2323
+ .wallet-manage-tabs {
2324
+ display: inline-flex;
2325
+ align-items: center;
2326
+ gap: 6px;
2327
+ padding: 4px;
2328
+ border: 1px solid var(--glass-border);
2329
+ border-radius: 12px;
2330
+ background: var(--white-03);
2331
+ width: fit-content;
2332
+ }
2333
+
2334
+ .wallet-manage-tab {
2335
+ border: none;
2336
+ background: transparent;
2337
+ color: var(--white-60);
2338
+ font-size: 12px;
2339
+ font-weight: 600;
2340
+ line-height: 1;
2341
+ padding: 8px 12px;
2342
+ border-radius: 8px;
2343
+ cursor: pointer;
2344
+ transition: all 0.15s ease;
2345
+ }
2346
+
2347
+ .wallet-manage-tab.active {
2348
+ background: var(--white-15);
2349
+ color: var(--white);
2350
+ }
2351
+
2352
+ .wallet-manage-tab:hover:not(.active) {
2353
+ color: var(--white-80);
2354
+ background: var(--white-08);
2355
+ }
2356
+
2357
+ /* Settings Groups */
2358
+ .settings-group {
2359
+ border: 1px solid var(--glass-border);
2360
+ border-radius: 12px;
2361
+ padding: 16px;
2362
+ background: var(--white-05);
2363
+ }
2364
+
2365
+ .settings-group-header {
2366
+ display: flex;
2367
+ align-items: center;
2368
+ justify-content: space-between;
2369
+ margin-bottom: 12px;
2370
+ }
2371
+
2372
+ .settings-group-label {
2373
+ font-size: 13px;
2374
+ font-weight: 600;
2375
+ color: var(--white-70);
2376
+ text-transform: uppercase;
2377
+ letter-spacing: 0.05em;
2378
+ }
2379
+
2380
+ /* Wallet Name List */
2381
+ .wallet-name-list {
2382
+ display: flex;
2383
+ flex-direction: column;
2384
+ gap: 8px;
2385
+ min-height: 0;
2386
+ flex: 1;
2387
+ overflow-y: auto;
2388
+ padding-right: 4px;
2389
+ scrollbar-width: thin;
2390
+ scrollbar-color: var(--glass-border) transparent;
2391
+ }
2392
+
2393
+ .wallet-name-row {
2394
+ display: grid;
2395
+ grid-template-columns: minmax(0, 1fr) auto auto;
2396
+ align-items: center;
2397
+ gap: 10px;
2398
+ }
2399
+
2400
+ .wallet-name-cell {
2401
+ min-width: 0;
2402
+ display: flex;
2403
+ flex-direction: column;
2404
+ gap: 6px;
2405
+ }
2406
+
2407
+ .wallet-name-input {
2408
+ width: 100%;
2409
+ min-width: 0;
2410
+ font-size: 13px;
2411
+ }
2412
+
2413
+ .wallet-derivation-path {
2414
+ font-size: 10px;
2415
+ line-height: 1.35;
2416
+ color: var(--white-40);
2417
+ font-family: var(--font-mono);
2418
+ white-space: nowrap;
2419
+ overflow: hidden;
2420
+ text-overflow: ellipsis;
2421
+ }
2422
+
2423
+ .wallet-account-count {
2424
+ font-size: 12px;
2425
+ color: var(--muted);
2426
+ white-space: nowrap;
2427
+ }
2428
+
2429
+ .wallet-status-btn {
2430
+ white-space: nowrap;
2431
+ min-width: 74px;
2432
+ justify-content: center;
2433
+ }
2434
+
2435
+ .wallet-manage-empty {
2436
+ color: var(--white-50);
2437
+ font-size: 13px;
2438
+ padding: 8px 4px;
2439
+ }
2440
+
2441
+ .wallet-selected-path {
2442
+ font-size: 12px;
2443
+ color: var(--white-80);
2444
+ background: var(--white-03);
2445
+ border: 1px solid var(--glass-border);
2446
+ border-radius: 8px;
2447
+ padding: 8px 10px;
2448
+ margin-bottom: 10px;
2449
+ }
2450
+
2451
+ /* Custom Derivation Path */
2452
+ .settings-custom-path {
2453
+ margin-top: 8px;
2454
+ }
2455
+
2456
+ .settings-custom-path label {
2457
+ display: block;
2458
+ font-size: 12px;
2459
+ color: var(--white-60);
2460
+ margin-bottom: 6px;
2461
+ }
2462
+
2463
+ .custom-path-row {
2464
+ display: flex;
2465
+ gap: 8px;
2466
+ align-items: center;
2467
+ }
2468
+
2469
+ .custom-path-row select {
2470
+ width: 70px;
2471
+ flex-shrink: 0;
2472
+ }
2473
+
2474
+ .custom-path-row input {
2475
+ flex: 1;
2476
+ min-width: 0;
2477
+ }
2478
+
2479
+ .wallet-export-options {
2480
+ display: grid;
2481
+ grid-template-columns: 1fr;
2482
+ gap: 10px;
2483
+ }
2484
+
2485
+ .export-option-card {
2486
+ border: 1px solid var(--glass-border);
2487
+ background: var(--white-03);
2488
+ border-radius: 10px;
2489
+ }
2490
+
2491
+ .export-option-card .export-label {
2492
+ font-size: 14px;
2493
+ font-weight: 600;
2494
+ }
2495
+
2496
+ .export-option-card .export-desc {
2497
+ font-size: 12px;
2498
+ color: var(--white-50);
2499
+ }
2500
+
2501
+ /* Wallet Group Headers in Token List */
2502
+ .ph-wallet-header {
2503
+ font-size: 11px;
2504
+ font-weight: 600;
2505
+ color: var(--white-40);
2506
+ text-transform: uppercase;
2507
+ letter-spacing: 0.05em;
2508
+ padding: 12px 14px 4px;
2509
+ }
2510
+
2511
+ .ph-wallet-header:first-child {
2512
+ padding-top: 4px;
2513
+ }
2514
+
2515
+ /* Send Flow Styles */
2516
+ .send-field-group {
2517
+ margin-bottom: 16px;
2518
+ }
2519
+
2520
+ .send-label {
2521
+ display: block;
2522
+ font-size: 12px;
2523
+ font-weight: 500;
2524
+ color: var(--white-60);
2525
+ margin-bottom: 6px;
2526
+ }
2527
+
2528
+ .send-balance-display {
2529
+ font-size: 12px;
2530
+ color: var(--muted);
2531
+ margin-top: 4px;
2532
+ }
2533
+
2534
+ .send-amount-row {
2535
+ display: flex;
2536
+ align-items: center;
2537
+ gap: 8px;
2538
+ }
2539
+
2540
+ .send-amount-row input {
2541
+ flex: 1;
2542
+ min-width: 0;
2543
+ }
2544
+
2545
+ .send-currency-label {
2546
+ font-size: 13px;
2547
+ font-weight: 600;
2548
+ color: var(--white-70);
2549
+ min-width: 32px;
2550
+ }
2551
+
2552
+ .send-fiat-estimate {
2553
+ font-size: 12px;
2554
+ color: var(--muted);
2555
+ margin-top: 4px;
2556
+ min-height: 16px;
2557
+ }
2558
+
2559
+ .send-fee-display {
2560
+ display: flex;
2561
+ align-items: center;
2562
+ justify-content: space-between;
2563
+ padding: 10px 14px;
2564
+ margin-bottom: 16px;
2565
+ background: var(--white-05);
2566
+ border-radius: 10px;
2567
+ font-size: 13px;
2568
+ color: var(--white-60);
2569
+ }
2570
+
2571
+ .send-review-card {
2572
+ border: 1px solid var(--glass-border);
2573
+ border-radius: 12px;
2574
+ padding: 16px;
2575
+ margin-bottom: 16px;
2576
+ background: var(--white-05);
2577
+ }
2578
+
2579
+ .send-review-row {
2580
+ display: flex;
2581
+ justify-content: space-between;
2582
+ align-items: center;
2583
+ padding: 8px 0;
2584
+ font-size: 13px;
2585
+ color: var(--white-70);
2586
+ }
2587
+
2588
+ .send-review-row + .send-review-row {
2589
+ border-top: 1px solid var(--glass-border);
2590
+ }
2591
+
2592
+ .send-review-row span:first-child {
2593
+ color: var(--muted);
2594
+ }
2595
+
2596
+ .send-review-row code {
2597
+ font-size: 12px;
2598
+ max-width: 200px;
2599
+ overflow: hidden;
2600
+ text-overflow: ellipsis;
2601
+ white-space: nowrap;
2602
+ }
2603
+
2604
+ .send-review-total {
2605
+ font-weight: 600;
2606
+ color: var(--white) !important;
2607
+ }
2608
+
2609
+ .send-review-total span:first-child {
2610
+ color: var(--white-70) !important;
2611
+ }
2612
+
2613
+ .send-status {
2614
+ margin-top: 12px;
2615
+ padding: 10px 14px;
2616
+ border-radius: 10px;
2617
+ font-size: 13px;
2618
+ text-align: center;
2619
+ }
2620
+
2621
+ .send-status code {
2622
+ font-size: 11px;
2623
+ word-break: break-all;
2624
+ }
2625
+
2626
+ .send-status-pending {
2627
+ background: rgba(171, 130, 255, 0.1);
2628
+ border: 1px solid rgba(171, 130, 255, 0.3);
2629
+ color: #AB82FF;
2630
+ }
2631
+
2632
+ .send-status-success {
2633
+ background: rgba(34, 197, 94, 0.1);
2634
+ border: 1px solid rgba(34, 197, 94, 0.3);
2635
+ color: #22c55e;
2636
+ }
2637
+
2638
+ .send-status-error {
2639
+ background: rgba(239, 68, 68, 0.1);
2640
+ border: 1px solid rgba(239, 68, 68, 0.3);
2641
+ color: #ef4444;
2642
+ }
2643
+
2644
+ /* Receive overlay */
2645
+ .wallet-receive-overlay {
2646
+ display: none;
2647
+ position: absolute;
2648
+ inset: 0;
2649
+ z-index: 50;
2650
+ background: rgba(15, 23, 42, 0.92);
2651
+ backdrop-filter: blur(12px);
2652
+ align-items: center;
2653
+ justify-content: center;
2654
+ flex-direction: column;
2655
+ }
2656
+
2657
+ .wallet-receive-card {
2658
+ text-align: center;
2659
+ padding: 32px 24px;
2660
+ }
2661
+
2662
+ .wallet-receive-card h4 {
2663
+ margin: 0 0 4px;
2664
+ font-size: 16px;
2665
+ font-weight: 600;
2666
+ color: var(--white);
2667
+ }
2668
+
2669
+ .wallet-receive-card canvas {
2670
+ border-radius: 12px;
2671
+ margin: 16px 0;
2672
+ }
2673
+
2674
+ .wallet-receive-address {
2675
+ display: block;
2676
+ font-size: 12px;
2677
+ color: var(--white-60);
2678
+ word-break: break-all;
2679
+ margin: 0 auto 20px;
2680
+ max-width: 260px;
2681
+ line-height: 1.5;
2682
+ }
2683
+
2684
+ .wallet-receive-actions {
2685
+ display: flex;
2686
+ gap: 10px;
2687
+ justify-content: center;
2688
+ }
2689
+
1891
2690
  .trust-summary {
1892
2691
  margin-top: 16px;
1893
2692
  padding: 24px;
@@ -2358,6 +3157,27 @@ body:has(.modal.active) .nav-bar {
2358
3157
  .hd-address-info {
2359
3158
  flex-wrap: wrap;
2360
3159
  }
3160
+
3161
+ .wallet-selector-row {
3162
+ flex-direction: column;
3163
+ align-items: stretch;
3164
+ gap: 8px;
3165
+ }
3166
+
3167
+ .wallet-selector-control {
3168
+ width: 100%;
3169
+ max-width: none;
3170
+ }
3171
+
3172
+ .wallet-selector-input.glass-input.compact {
3173
+ flex: 1;
3174
+ width: 100%;
3175
+ min-width: 0;
3176
+ }
3177
+
3178
+ .ph-actions {
3179
+ gap: 10px 14px;
3180
+ }
2361
3181
  }
2362
3182
 
2363
3183
  @media (max-width: 600px) {