@strands.gg/accui 1.7.1 → 1.7.3

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/accui.css CHANGED
@@ -218,8 +218,7 @@
218
218
  .accui-component-scope img,
219
219
  .accui-component-scope picture,
220
220
  .accui-component-scope video,
221
- .accui-component-scope canvas,
222
- .accui-component-scope svg {
221
+ .accui-component-scope canvas {
223
222
  display: block;
224
223
  max-width: 100%;
225
224
  }
@@ -1380,7 +1379,7 @@ input.pr-10[data-v-1fccfe97] {
1380
1379
  padding: 12px;
1381
1380
  }
1382
1381
 
1383
- .modal-overlay[data-v-d18e28d9] {
1382
+ .modal-overlay[data-v-8a7cf999] {
1384
1383
  position: fixed;
1385
1384
  top: 0;
1386
1385
  left: 0;
@@ -1391,11 +1390,11 @@ input.pr-10[data-v-1fccfe97] {
1391
1390
  align-items: center;
1392
1391
  justify-content: center;
1393
1392
  padding: 1rem;
1394
- z-index: 50;
1393
+ z-index: 9999999999;
1395
1394
  font-family: var(--font-sans);
1396
1395
  -webkit-font-smoothing: antialiased;
1397
1396
  }
1398
- .modal-container[data-v-d18e28d9] {
1397
+ .modal-container[data-v-8a7cf999] {
1399
1398
  background: white;
1400
1399
  border-radius: 0.5rem;
1401
1400
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
@@ -1405,12 +1404,12 @@ input.pr-10[data-v-1fccfe97] {
1405
1404
  overflow-y: auto;
1406
1405
  width: auto;
1407
1406
  }
1408
- .modal-header[data-v-d18e28d9] {
1407
+ .modal-header[data-v-8a7cf999] {
1409
1408
  padding-bottom: 1rem;
1410
1409
  border-bottom: 1px solid #e5e7eb;
1411
1410
  margin-bottom: 1.5rem;
1412
1411
  }
1413
- .modal-footer[data-v-d18e28d9] {
1412
+ .modal-footer[data-v-8a7cf999] {
1414
1413
  padding-top: 1rem;
1415
1414
  border-top: 1px solid #e5e7eb;
1416
1415
  margin-top: 1.5rem;
@@ -1418,7 +1417,7 @@ input.pr-10[data-v-1fccfe97] {
1418
1417
 
1419
1418
  /* Fullscreen on mobile */
1420
1419
  @media (max-width: 768px) {
1421
- .modal-container-fullscreen-mobile[data-v-d18e28d9] {
1420
+ .modal-container-fullscreen-mobile[data-v-8a7cf999] {
1422
1421
  width: 100vw;
1423
1422
  height: 100vh;
1424
1423
  max-width: 100vw;
@@ -1429,18 +1428,18 @@ input.pr-10[data-v-1fccfe97] {
1429
1428
  }
1430
1429
 
1431
1430
  /* Scrollbar styling */
1432
- .modal-container[data-v-d18e28d9]::-webkit-scrollbar {
1431
+ .modal-container[data-v-8a7cf999]::-webkit-scrollbar {
1433
1432
  width: 6px;
1434
1433
  }
1435
- .modal-container[data-v-d18e28d9]::-webkit-scrollbar-track {
1434
+ .modal-container[data-v-8a7cf999]::-webkit-scrollbar-track {
1436
1435
  background: #f1f5f9;
1437
1436
  border-radius: 3px;
1438
1437
  }
1439
- .modal-container[data-v-d18e28d9]::-webkit-scrollbar-thumb {
1438
+ .modal-container[data-v-8a7cf999]::-webkit-scrollbar-thumb {
1440
1439
  background: #cbd5e1;
1441
1440
  border-radius: 3px;
1442
1441
  }
1443
- .modal-container[data-v-d18e28d9]::-webkit-scrollbar-thumb:hover {
1442
+ .modal-container[data-v-8a7cf999]::-webkit-scrollbar-thumb:hover {
1444
1443
  background: #94a3b8;
1445
1444
  }
1446
1445
 
@@ -1875,76 +1874,76 @@ input.pr-10[data-v-1fccfe97] {
1875
1874
  }
1876
1875
 
1877
1876
  /* Simple fade transition - gentle and smooth */
1878
- .fade-enter-active[data-v-cf6ed7ab],
1879
- .fade-leave-active[data-v-cf6ed7ab] {
1877
+ .fade-enter-active[data-v-6f6cb2ad],
1878
+ .fade-leave-active[data-v-6f6cb2ad] {
1880
1879
  transition: opacity 350ms cubic-bezier(0.16, 1, 0.3, 1);
1881
1880
  }
1882
- .fade-enter-from[data-v-cf6ed7ab],
1883
- .fade-leave-to[data-v-cf6ed7ab] {
1881
+ .fade-enter-from[data-v-6f6cb2ad],
1882
+ .fade-leave-to[data-v-6f6cb2ad] {
1884
1883
  opacity: 0;
1885
1884
  }
1886
1885
 
1887
1886
  /* Smooth height transitions - handled entirely by JavaScript */
1888
- .smooth-height-enter-active[data-v-cf6ed7ab],
1889
- .smooth-height-leave-active[data-v-cf6ed7ab] {
1887
+ .smooth-height-enter-active[data-v-6f6cb2ad],
1888
+ .smooth-height-leave-active[data-v-6f6cb2ad] {
1890
1889
  /* JavaScript handles all transition logic */
1891
1890
  }
1892
1891
 
1893
1892
  /* Support block transition - gentle fade with subtle scale */
1894
- .support-fade-enter-active[data-v-cf6ed7ab],
1895
- .support-fade-leave-active[data-v-cf6ed7ab] {
1893
+ .support-fade-enter-active[data-v-6f6cb2ad],
1894
+ .support-fade-leave-active[data-v-6f6cb2ad] {
1896
1895
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
1897
1896
  }
1898
- .support-fade-enter-from[data-v-cf6ed7ab] {
1897
+ .support-fade-enter-from[data-v-6f6cb2ad] {
1899
1898
  opacity: 0;
1900
1899
  transform: scale(0.97) translateY(8px);
1901
1900
  }
1902
- .support-fade-leave-to[data-v-cf6ed7ab] {
1901
+ .support-fade-leave-to[data-v-6f6cb2ad] {
1903
1902
  opacity: 0;
1904
1903
  transform: scale(0.99) translateY(-4px);
1905
1904
  }
1906
- .support-fade-enter-to[data-v-cf6ed7ab],
1907
- .support-fade-leave-from[data-v-cf6ed7ab] {
1905
+ .support-fade-enter-to[data-v-6f6cb2ad],
1906
+ .support-fade-leave-from[data-v-6f6cb2ad] {
1908
1907
  opacity: 1;
1909
1908
  transform: scale(1) translateY(0);
1910
1909
  }
1911
1910
 
1912
1911
  /* Expand transition - for alerts using modern height animation */
1913
- .expand-enter-active[data-v-cf6ed7ab],
1914
- .expand-leave-active[data-v-cf6ed7ab] {
1912
+ .expand-enter-active[data-v-6f6cb2ad],
1913
+ .expand-leave-active[data-v-6f6cb2ad] {
1915
1914
  overflow: hidden;
1916
1915
  }
1917
1916
 
1918
1917
  /* Modern browsers with interpolate-size support for expand */
1919
1918
  @supports (interpolate-size: allow-keywords) {
1920
- .expand-enter-active[data-v-cf6ed7ab],
1921
- .expand-leave-active[data-v-cf6ed7ab] {
1919
+ .expand-enter-active[data-v-6f6cb2ad],
1920
+ .expand-leave-active[data-v-6f6cb2ad] {
1922
1921
  interpolate-size: allow-keywords;
1923
1922
  }
1924
- .expand-enter-active[data-v-cf6ed7ab] {
1923
+ .expand-enter-active[data-v-6f6cb2ad] {
1925
1924
  transition:
1926
1925
  opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
1927
1926
  height 550ms cubic-bezier(0.16, 1, 0.3, 1),
1928
1927
  transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
1929
1928
  }
1930
- .expand-leave-active[data-v-cf6ed7ab] {
1929
+ .expand-leave-active[data-v-6f6cb2ad] {
1931
1930
  transition:
1932
1931
  opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
1933
1932
  height 550ms cubic-bezier(0.16, 1, 0.3, 1),
1934
1933
  transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
1935
1934
  }
1936
- .expand-enter-from[data-v-cf6ed7ab] {
1935
+ .expand-enter-from[data-v-6f6cb2ad] {
1937
1936
  opacity: 0;
1938
1937
  height: 0;
1939
1938
  transform: scale(0.99) translateY(-2px);
1940
1939
  }
1941
- .expand-leave-to[data-v-cf6ed7ab] {
1940
+ .expand-leave-to[data-v-6f6cb2ad] {
1942
1941
  opacity: 0;
1943
1942
  height: 0;
1944
1943
  transform: scale(0.997) translateY(1px);
1945
1944
  }
1946
- .expand-enter-to[data-v-cf6ed7ab],
1947
- .expand-leave-from[data-v-cf6ed7ab] {
1945
+ .expand-enter-to[data-v-6f6cb2ad],
1946
+ .expand-leave-from[data-v-6f6cb2ad] {
1948
1947
  opacity: 1;
1949
1948
  height: auto;
1950
1949
  transform: scale(1) translateY(0);
@@ -1953,30 +1952,30 @@ input.pr-10[data-v-1fccfe97] {
1953
1952
 
1954
1953
  /* Fallback for expand in older browsers */
1955
1954
  @supports not (interpolate-size: allow-keywords) {
1956
- .expand-enter-active[data-v-cf6ed7ab] {
1955
+ .expand-enter-active[data-v-6f6cb2ad] {
1957
1956
  transition:
1958
1957
  opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
1959
1958
  max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
1960
1959
  transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
1961
1960
  }
1962
- .expand-leave-active[data-v-cf6ed7ab] {
1961
+ .expand-leave-active[data-v-6f6cb2ad] {
1963
1962
  transition:
1964
1963
  opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
1965
1964
  max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
1966
1965
  transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
1967
1966
  }
1968
- .expand-enter-from[data-v-cf6ed7ab] {
1967
+ .expand-enter-from[data-v-6f6cb2ad] {
1969
1968
  opacity: 0;
1970
1969
  max-height: 0;
1971
1970
  transform: scale(0.99) translateY(-2px);
1972
1971
  }
1973
- .expand-leave-to[data-v-cf6ed7ab] {
1972
+ .expand-leave-to[data-v-6f6cb2ad] {
1974
1973
  opacity: 0;
1975
1974
  max-height: 0;
1976
1975
  transform: scale(0.997) translateY(1px);
1977
1976
  }
1978
- .expand-enter-to[data-v-cf6ed7ab],
1979
- .expand-leave-from[data-v-cf6ed7ab] {
1977
+ .expand-enter-to[data-v-6f6cb2ad],
1978
+ .expand-leave-from[data-v-6f6cb2ad] {
1980
1979
  opacity: 1;
1981
1980
  max-height: 150px;
1982
1981
  transform: scale(1) translateY(0);
@@ -1984,7 +1983,7 @@ input.pr-10[data-v-1fccfe97] {
1984
1983
  }
1985
1984
 
1986
1985
  /* Loading pulse animation */
1987
- @keyframes pulse-cf6ed7ab {
1986
+ @keyframes pulse-6f6cb2ad {
1988
1987
  0%, 100% {
1989
1988
  opacity: 1;
1990
1989
  }
@@ -1992,12 +1991,12 @@ input.pr-10[data-v-1fccfe97] {
1992
1991
  opacity: 0.5;
1993
1992
  }
1994
1993
  }
1995
- .animate-pulse[data-v-cf6ed7ab] {
1996
- animation: pulse-cf6ed7ab 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1994
+ .animate-pulse[data-v-6f6cb2ad] {
1995
+ animation: pulse-6f6cb2ad 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1997
1996
  }
1998
1997
 
1999
1998
  /* Slide up animation for main container - elegant entrance */
2000
- @keyframes slide-up-cf6ed7ab {
1999
+ @keyframes slide-up-6f6cb2ad {
2001
2000
  from {
2002
2001
  opacity: 0;
2003
2002
  transform: translateY(24px) scale(0.96);
@@ -2009,12 +2008,12 @@ to {
2009
2008
  filter: blur(0px);
2010
2009
  }
2011
2010
  }
2012
- .animate-slide-up[data-v-cf6ed7ab] {
2013
- animation: slide-up-cf6ed7ab 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2011
+ .animate-slide-up[data-v-6f6cb2ad] {
2012
+ animation: slide-up-6f6cb2ad 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2014
2013
  }
2015
2014
 
2016
2015
  /* Fade in animation for alerts - gentle appearance */
2017
- @keyframes fade-in-cf6ed7ab {
2016
+ @keyframes fade-in-6f6cb2ad {
2018
2017
  from {
2019
2018
  opacity: 0;
2020
2019
  transform: scale(0.97) translateY(6px);
@@ -2024,41 +2023,41 @@ to {
2024
2023
  transform: scale(1) translateY(0);
2025
2024
  }
2026
2025
  }
2027
- .animate-fade-in[data-v-cf6ed7ab] {
2028
- animation: fade-in-cf6ed7ab 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2026
+ .animate-fade-in[data-v-6f6cb2ad] {
2027
+ animation: fade-in-6f6cb2ad 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2029
2028
  }
2030
2029
 
2031
2030
  /* Email field spacing animation */
2032
- .email-field-spacing[data-v-cf6ed7ab] {
2031
+ .email-field-spacing[data-v-6f6cb2ad] {
2033
2032
  transition: margin-bottom 500ms cubic-bezier(0.16, 1, 0.3, 1);
2034
2033
  }
2035
- .email-field-spacing.has-password[data-v-cf6ed7ab] {
2034
+ .email-field-spacing.has-password[data-v-6f6cb2ad] {
2036
2035
  margin-bottom: 1rem; /* mb-4 equivalent */
2037
2036
  }
2038
- .email-field-spacing.no-password[data-v-cf6ed7ab] {
2037
+ .email-field-spacing.no-password[data-v-6f6cb2ad] {
2039
2038
  margin-bottom: 0;
2040
2039
  }
2041
2040
 
2042
2041
  /* Password field transitions now handled by JavaScript smooth-height system */
2043
2042
 
2044
2043
  /* Auth Container Styles */
2045
- .auth-full-width[data-v-cf6ed7ab] {
2044
+ .auth-full-width[data-v-6f6cb2ad] {
2046
2045
  width: 100%;
2047
2046
  }
2048
- .auth-min-width[data-v-cf6ed7ab] {
2049
- min-width: 100px;
2047
+ .auth-min-width[data-v-6f6cb2ad] {
2048
+ min-width: 350px;
2050
2049
  }
2051
- .auth-max-width[data-v-cf6ed7ab] {
2050
+ .auth-max-width[data-v-6f6cb2ad] {
2052
2051
  max-width: 28rem;
2053
2052
  }
2054
- .auth-center[data-v-cf6ed7ab] {
2053
+ .auth-center[data-v-6f6cb2ad] {
2055
2054
  margin-left: auto;
2056
2055
  margin-right: auto;
2057
2056
  }
2058
- .auth-slide-up[data-v-cf6ed7ab] {
2059
- animation: slide-up-cf6ed7ab 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2057
+ .auth-slide-up[data-v-6f6cb2ad] {
2058
+ animation: slide-up-6f6cb2ad 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2060
2059
  }
2061
- .auth-card-modern[data-v-cf6ed7ab] {
2060
+ .auth-card-modern[data-v-6f6cb2ad] {
2062
2061
  background: white;
2063
2062
  border-radius: 0.5rem;
2064
2063
  padding: 2rem;
@@ -2066,11 +2065,11 @@ to {
2066
2065
  }
2067
2066
 
2068
2067
  /* Header Styles */
2069
- .auth-header[data-v-cf6ed7ab] {
2068
+ .auth-header[data-v-6f6cb2ad] {
2070
2069
  text-align: center;
2071
2070
  margin-bottom: 2rem;
2072
2071
  }
2073
- .auth-title[data-v-cf6ed7ab] {
2072
+ .auth-title[data-v-6f6cb2ad] {
2074
2073
  font-size: 1.875rem;
2075
2074
  font-weight: 700;
2076
2075
  background: linear-gradient(135deg, #EA00A8 0%, #FF6B9D 100%);
@@ -2079,40 +2078,40 @@ to {
2079
2078
  -webkit-text-fill-color: transparent;
2080
2079
  margin-bottom: 0.5rem;
2081
2080
  }
2082
- .auth-subtitle[data-v-cf6ed7ab] {
2081
+ .auth-subtitle[data-v-6f6cb2ad] {
2083
2082
  color: #737373;
2084
2083
  }
2085
2084
 
2086
2085
  /* Tabs Container */
2087
- .auth-tabs-container[data-v-cf6ed7ab] {
2086
+ .auth-tabs-container[data-v-6f6cb2ad] {
2088
2087
  margin-bottom: 2rem;
2089
2088
  }
2090
2089
 
2091
2090
  /* OAuth Provider Styles */
2092
- .auth-oauth-providers[data-v-cf6ed7ab] {
2091
+ .auth-oauth-providers[data-v-6f6cb2ad] {
2093
2092
  display: flex;
2094
2093
  flex-direction: column;
2095
2094
  gap: 0.75rem;
2096
2095
  margin-bottom: 1.5rem;
2097
2096
  }
2098
- .auth-oauth-button[data-v-cf6ed7ab] {
2097
+ .auth-oauth-button[data-v-6f6cb2ad] {
2099
2098
  /* Button styles will be handled by the UiButton component */
2100
2099
  }
2101
- .auth-oauth-icon-container[data-v-cf6ed7ab] {
2100
+ .auth-oauth-icon-container[data-v-6f6cb2ad] {
2102
2101
  width: 1.25rem;
2103
2102
  height: 1.25rem;
2104
2103
  display: flex;
2105
2104
  align-items: center;
2106
2105
  justify-content: center;
2107
2106
  }
2108
- .auth-oauth-icon[data-v-cf6ed7ab] {
2107
+ .auth-oauth-icon[data-v-6f6cb2ad] {
2109
2108
  width: 1.25rem;
2110
2109
  height: 1.25rem;
2111
2110
  }
2112
- .auth-oauth-github[data-v-cf6ed7ab] {
2111
+ .auth-oauth-github[data-v-6f6cb2ad] {
2113
2112
  fill: currentColor;
2114
2113
  }
2115
- .auth-oauth-generic-icon[data-v-cf6ed7ab] {
2114
+ .auth-oauth-generic-icon[data-v-6f6cb2ad] {
2116
2115
  width: 1.25rem;
2117
2116
  height: 1.25rem;
2118
2117
  border-radius: 50%;
@@ -2121,22 +2120,22 @@ to {
2121
2120
  align-items: center;
2122
2121
  justify-content: center;
2123
2122
  }
2124
- .auth-oauth-generic-text[data-v-cf6ed7ab] {
2123
+ .auth-oauth-generic-text[data-v-6f6cb2ad] {
2125
2124
  font-size: 0.75rem;
2126
2125
  font-weight: 600;
2127
2126
  color: #525252;
2128
2127
  }
2129
- .auth-oauth-text[data-v-cf6ed7ab] {
2128
+ .auth-oauth-text[data-v-6f6cb2ad] {
2130
2129
  font-weight: 500;
2131
2130
  }
2132
2131
 
2133
2132
  /* Divider Styles */
2134
- .auth-divider[data-v-cf6ed7ab] {
2133
+ .auth-divider[data-v-6f6cb2ad] {
2135
2134
  position: relative;
2136
2135
  margin: 1.5rem 0;
2137
2136
  text-align: center;
2138
2137
  }
2139
- .auth-divider[data-v-cf6ed7ab]::before {
2138
+ .auth-divider[data-v-6f6cb2ad]::before {
2140
2139
  content: '';
2141
2140
  position: absolute;
2142
2141
  top: 50%;
@@ -2145,7 +2144,7 @@ to {
2145
2144
  height: 1px;
2146
2145
  background: #e5e5e5;
2147
2146
  }
2148
- .auth-divider-text[data-v-cf6ed7ab] {
2147
+ .auth-divider-text[data-v-6f6cb2ad] {
2149
2148
  background: white;
2150
2149
  padding: 0 1rem;
2151
2150
  color: #737373;
@@ -2155,62 +2154,61 @@ to {
2155
2154
  }
2156
2155
 
2157
2156
  /* Form Styles */
2158
- .auth-form[data-v-cf6ed7ab] {
2157
+ .auth-form[data-v-6f6cb2ad] {
2159
2158
  display: flex;
2160
2159
  flex-direction: column;
2161
2160
  gap: 1.5rem;
2162
2161
  }
2163
- .auth-password-field[data-v-cf6ed7ab] {
2162
+ .auth-password-field[data-v-6f6cb2ad] {
2164
2163
  margin-bottom: 1rem;
2165
2164
  }
2166
- .auth-password-header[data-v-cf6ed7ab] {
2165
+ .auth-password-header[data-v-6f6cb2ad] {
2167
2166
  display: flex;
2168
2167
  align-items: center;
2169
2168
  justify-content: space-between;
2170
2169
  margin-bottom: 0.5rem;
2171
2170
  }
2172
- .auth-password-label[data-v-cf6ed7ab] {
2171
+ .auth-password-label[data-v-6f6cb2ad] {
2173
2172
  font-size: 0.875rem;
2174
2173
  font-weight: 500;
2175
2174
  color: #374151;
2176
2175
  }
2177
2176
 
2178
2177
  /* Alert Styles */
2179
- .auth-success-alert[data-v-cf6ed7ab] {
2178
+ .auth-success-alert[data-v-6f6cb2ad] {
2180
2179
  margin-top: 1.5rem;
2181
- animation: fade-in-cf6ed7ab 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2180
+ animation: fade-in-6f6cb2ad 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2182
2181
  }
2183
- .auth-error-alert[data-v-cf6ed7ab] {
2182
+ .auth-error-alert[data-v-6f6cb2ad] {
2184
2183
  margin-top: 1.5rem;
2185
- animation: fade-in-cf6ed7ab 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2184
+ animation: fade-in-6f6cb2ad 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2186
2185
  }
2187
2186
 
2188
2187
  /* Back Link Styles */
2189
- .auth-back-link-container[data-v-cf6ed7ab] {
2188
+ .auth-back-link-container[data-v-6f6cb2ad] {
2190
2189
  margin-top: 2rem;
2191
2190
  text-align: center;
2192
2191
  }
2193
- .auth-back-link[data-v-cf6ed7ab] {
2192
+ .auth-back-link[data-v-6f6cb2ad] {
2194
2193
  display: inline-flex;
2195
2194
  align-items: center;
2196
2195
  gap: 0.5rem;
2197
2196
  }
2198
- .auth-back-icon[data-v-cf6ed7ab] {
2197
+ .auth-back-icon[data-v-6f6cb2ad] {
2199
2198
  width: 1rem;
2200
2199
  height: 1rem;
2201
2200
  }
2202
2201
 
2203
2202
  /* Support Text */
2204
- .auth-support-text[data-v-cf6ed7ab] {
2203
+ .auth-support-text[data-v-6f6cb2ad] {
2205
2204
  color: #a3a3a3;
2206
2205
  font-size: 0.875rem;
2207
2206
  }
2208
2207
 
2209
2208
  /* Modal-specific styles - removes border, radius, background, and padding */
2210
- .auth-container-modal[data-v-cf6ed7ab] {
2211
- min-width: 400px;
2209
+ .auth-container-modal[data-v-6f6cb2ad] {
2212
2210
  }
2213
- .auth-content-modal[data-v-cf6ed7ab] {
2211
+ .auth-content-modal[data-v-6f6cb2ad] {
2214
2212
  /* Remove card styling when in modal */
2215
2213
  background: transparent;
2216
2214
  border: none;
@@ -4268,19 +4266,19 @@ to {
4268
4266
  }
4269
4267
 
4270
4268
  /* Container Styles */
4271
- .profile-container-width[data-v-31d6a9db] {
4269
+ .profile-container-width[data-v-b880e15b] {
4272
4270
  width: 100%;
4273
4271
  }
4274
- .profile-max-width[data-v-31d6a9db] {
4272
+ .profile-max-width[data-v-b880e15b] {
4275
4273
  max-width: 56rem;
4276
4274
  }
4277
- .profile-centered[data-v-31d6a9db] {
4275
+ .profile-centered[data-v-b880e15b] {
4278
4276
  margin: 0 auto;
4279
4277
  }
4280
- .profile-animated[data-v-31d6a9db] {
4281
- animation: slideUp-31d6a9db 0.3s ease-out;
4278
+ .profile-animated[data-v-b880e15b] {
4279
+ animation: slideUp-b880e15b 0.3s ease-out;
4282
4280
  }
4283
- @keyframes slideUp-31d6a9db {
4281
+ @keyframes slideUp-b880e15b {
4284
4282
  from {
4285
4283
  opacity: 0;
4286
4284
  transform: translateY(20px);
@@ -4290,12 +4288,12 @@ to {
4290
4288
  transform: translateY(0);
4291
4289
  }
4292
4290
  }
4293
- .profile-content-layout[data-v-31d6a9db] {
4291
+ .profile-content-layout[data-v-b880e15b] {
4294
4292
  display: flex;
4295
4293
  flex-direction: column;
4296
4294
  gap: 1.5rem;
4297
4295
  }
4298
- .profile-card-modern[data-v-31d6a9db] {
4296
+ .profile-card-modern[data-v-b880e15b] {
4299
4297
  background: #ffffff;
4300
4298
  border: 1px solid #e5e7eb;
4301
4299
  border-radius: 1rem;
@@ -4304,10 +4302,10 @@ to {
4304
4302
  }
4305
4303
 
4306
4304
  /* Modal-specific styles */
4307
- .profile-container-modal[data-v-31d6a9db] {
4305
+ .profile-container-modal[data-v-b880e15b] {
4308
4306
  /* Remove any container-specific styles when in modal */
4309
4307
  }
4310
- .profile-content-modal[data-v-31d6a9db] {
4308
+ .profile-content-modal[data-v-b880e15b] {
4311
4309
  /* Remove card styling when in modal */
4312
4310
  background: transparent;
4313
4311
  border: none;
@@ -4317,39 +4315,39 @@ to {
4317
4315
  }
4318
4316
 
4319
4317
  /* Header */
4320
- .profile-header[data-v-31d6a9db] {
4318
+ .profile-header[data-v-b880e15b] {
4321
4319
  text-align: center;
4322
4320
  display: flex;
4323
4321
  flex-direction: column;
4324
4322
  gap: 0.5rem;
4325
4323
  }
4326
- .profile-title[data-v-31d6a9db] {
4324
+ .profile-title[data-v-b880e15b] {
4327
4325
  font-size: 1.5rem;
4328
4326
  font-weight: 700;
4329
4327
  color: #EA00A8;
4330
4328
  }
4331
- .profile-subtitle[data-v-31d6a9db] {
4329
+ .profile-subtitle[data-v-b880e15b] {
4332
4330
  color: #4b5563;
4333
4331
  font-size: 0.875rem;
4334
4332
  }
4335
4333
 
4336
4334
  /* Profile Image Section */
4337
- .profile-image-section[data-v-31d6a9db] {
4335
+ .profile-image-section[data-v-b880e15b] {
4338
4336
  display: flex;
4339
4337
  flex-direction: column;
4340
4338
  align-items: center;
4341
4339
  }
4342
- .profile-image-container[data-v-31d6a9db] {
4340
+ .profile-image-container[data-v-b880e15b] {
4343
4341
  position: relative;
4344
4342
  }
4345
- .profile-image-wrapper[data-v-31d6a9db] {
4343
+ .profile-image-wrapper[data-v-b880e15b] {
4346
4344
  position: relative;
4347
4345
  display: inline-block;
4348
4346
  }
4349
- .profile-image-wrapper:hover .profile-upload-overlay[data-v-31d6a9db] {
4347
+ .profile-image-wrapper:hover .profile-upload-overlay[data-v-b880e15b] {
4350
4348
  opacity: 1;
4351
4349
  }
4352
- .profile-progress-ring[data-v-31d6a9db] {
4350
+ .profile-progress-ring[data-v-b880e15b] {
4353
4351
  position: absolute;
4354
4352
  z-index: 10;
4355
4353
  top: 50%;
@@ -4357,22 +4355,22 @@ to {
4357
4355
  transform: translate(-50%, -50%);
4358
4356
  pointer-events: none;
4359
4357
  }
4360
- .profile-avatar[data-v-31d6a9db] {
4358
+ .profile-avatar[data-v-b880e15b] {
4361
4359
  width: 6rem;
4362
4360
  height: 6rem;
4363
4361
  border-radius: 50%;
4364
4362
  position: relative;
4365
4363
  }
4366
- .profile-avatar-with-image[data-v-31d6a9db] {
4364
+ .profile-avatar-with-image[data-v-b880e15b] {
4367
4365
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
4368
4366
  overflow: hidden;
4369
4367
  }
4370
- .profile-avatar-image[data-v-31d6a9db] {
4368
+ .profile-avatar-image[data-v-b880e15b] {
4371
4369
  width: 100%;
4372
4370
  height: 100%;
4373
4371
  object-fit: cover;
4374
4372
  }
4375
- .profile-avatar-initials[data-v-31d6a9db] {
4373
+ .profile-avatar-initials[data-v-b880e15b] {
4376
4374
  background-color: #EA00A8;
4377
4375
  display: flex;
4378
4376
  align-items: center;
@@ -4383,7 +4381,7 @@ to {
4383
4381
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
4384
4382
  z-index: 10;
4385
4383
  }
4386
- .profile-upload-overlay[data-v-31d6a9db] {
4384
+ .profile-upload-overlay[data-v-b880e15b] {
4387
4385
  position: absolute;
4388
4386
  inset: 0;
4389
4387
  border-radius: 50%;
@@ -4397,64 +4395,64 @@ to {
4397
4395
  border: none;
4398
4396
  cursor: pointer;
4399
4397
  }
4400
- .profile-upload-overlay[data-v-31d6a9db]:disabled {
4398
+ .profile-upload-overlay[data-v-b880e15b]:disabled {
4401
4399
  cursor: not-allowed;
4402
4400
  }
4403
- .profile-upload-icon[data-v-31d6a9db] {
4401
+ .profile-upload-icon[data-v-b880e15b] {
4404
4402
  width: 1.5rem;
4405
4403
  height: 1.5rem;
4406
4404
  color: white;
4407
4405
  }
4408
- .profile-file-input[data-v-31d6a9db] {
4406
+ .profile-file-input[data-v-b880e15b] {
4409
4407
  display: none;
4410
4408
  }
4411
4409
 
4412
4410
  /* Profile Form */
4413
- .profile-form[data-v-31d6a9db] {
4411
+ .profile-form[data-v-b880e15b] {
4414
4412
  display: flex;
4415
4413
  flex-direction: column;
4416
4414
  gap: 1rem;
4417
4415
  }
4418
- .profile-form-grid[data-v-31d6a9db] {
4416
+ .profile-form-grid[data-v-b880e15b] {
4419
4417
  display: grid;
4420
4418
  grid-template-columns: 1fr;
4421
4419
  gap: 1rem;
4422
4420
  }
4423
4421
  @media (min-width: 768px) {
4424
- .profile-form[data-v-31d6a9db] {
4422
+ .profile-form[data-v-b880e15b] {
4425
4423
  gap: 1.5rem;
4426
4424
  }
4427
- .profile-form-grid[data-v-31d6a9db] {
4425
+ .profile-form-grid[data-v-b880e15b] {
4428
4426
  grid-template-columns: 1fr 1fr;
4429
4427
  gap: 1.5rem;
4430
4428
  }
4431
- .profile-title[data-v-31d6a9db] {
4429
+ .profile-title[data-v-b880e15b] {
4432
4430
  font-size: 1.875rem;
4433
4431
  }
4434
- .profile-subtitle[data-v-31d6a9db] {
4432
+ .profile-subtitle[data-v-b880e15b] {
4435
4433
  font-size: 1rem;
4436
4434
  }
4437
4435
  }
4438
4436
 
4439
4437
  /* Section Styles */
4440
- .profile-section[data-v-31d6a9db] {
4438
+ .profile-section[data-v-b880e15b] {
4441
4439
  display: flex;
4442
4440
  flex-direction: column;
4443
4441
  gap: 0.75rem;
4444
4442
  }
4445
4443
  @media (min-width: 768px) {
4446
- .profile-section[data-v-31d6a9db] {
4444
+ .profile-section[data-v-b880e15b] {
4447
4445
  gap: 1rem;
4448
4446
  }
4449
4447
  }
4450
- .profile-section-title[data-v-31d6a9db] {
4448
+ .profile-section-title[data-v-b880e15b] {
4451
4449
  font-size: 1.125rem;
4452
4450
  font-weight: 600;
4453
4451
  color: #111827;
4454
4452
  }
4455
4453
 
4456
4454
  /* Setting Cards */
4457
- .profile-setting-card[data-v-31d6a9db] {
4455
+ .profile-setting-card[data-v-b880e15b] {
4458
4456
  display: flex;
4459
4457
  flex-direction: column;
4460
4458
  gap: 1rem;
@@ -4462,49 +4460,49 @@ to {
4462
4460
  background-color: #f9fafb;
4463
4461
  border-radius: 0.75rem;
4464
4462
  }
4465
- .profile-setting-header[data-v-31d6a9db] {
4463
+ .profile-setting-header[data-v-b880e15b] {
4466
4464
  display: flex;
4467
4465
  align-items: center;
4468
4466
  justify-content: space-between;
4469
4467
  gap: 0.5rem;
4470
4468
  }
4471
- .profile-setting-title[data-v-31d6a9db] {
4469
+ .profile-setting-title[data-v-b880e15b] {
4472
4470
  font-weight: 500;
4473
4471
  color: #111827;
4474
4472
  }
4475
- .profile-setting-subtitle[data-v-31d6a9db] {
4473
+ .profile-setting-subtitle[data-v-b880e15b] {
4476
4474
  font-size: 0.875rem;
4477
4475
  color: #4b5563;
4478
4476
  }
4479
4477
 
4480
4478
  /* Transitions */
4481
- .expand-enter-active[data-v-31d6a9db] {
4479
+ .expand-enter-active[data-v-b880e15b] {
4482
4480
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
4483
4481
  overflow: hidden;
4484
4482
  }
4485
- .expand-leave-active[data-v-31d6a9db] {
4483
+ .expand-leave-active[data-v-b880e15b] {
4486
4484
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
4487
4485
  overflow: hidden;
4488
4486
  }
4489
- .expand-enter-from[data-v-31d6a9db] {
4487
+ .expand-enter-from[data-v-b880e15b] {
4490
4488
  max-height: 0;
4491
4489
  opacity: 0;
4492
4490
  transform: translateY(-10px);
4493
4491
  }
4494
- .expand-leave-to[data-v-31d6a9db] {
4492
+ .expand-leave-to[data-v-b880e15b] {
4495
4493
  max-height: 0;
4496
4494
  opacity: 0;
4497
4495
  transform: translateY(-10px);
4498
4496
  }
4499
- .expand-enter-to[data-v-31d6a9db],
4500
- .expand-leave-from[data-v-31d6a9db] {
4497
+ .expand-enter-to[data-v-b880e15b],
4498
+ .expand-leave-from[data-v-b880e15b] {
4501
4499
  max-height: 300px;
4502
4500
  opacity: 1;
4503
4501
  transform: translateY(0);
4504
4502
  }
4505
4503
 
4506
4504
  /* MFA Device Chip */
4507
- .mfa-device-chip[data-v-31d6a9db] {
4505
+ .mfa-device-chip[data-v-b880e15b] {
4508
4506
  display: inline-flex;
4509
4507
  align-items: center;
4510
4508
  gap: 0.375rem;
@@ -4518,13 +4516,13 @@ to {
4518
4516
 
4519
4517
 
4520
4518
  /* New semantic classes for Tailwind conversion */
4521
- .profile-change-form[data-v-31d6a9db] {
4519
+ .profile-change-form[data-v-b880e15b] {
4522
4520
  display: flex;
4523
4521
  flex-direction: column;
4524
4522
  gap: 0.75rem;
4525
4523
  overflow: hidden;
4526
4524
  }
4527
- .profile-field-section[data-v-31d6a9db] {
4525
+ .profile-field-section[data-v-b880e15b] {
4528
4526
  display: flex;
4529
4527
  flex-direction: column;
4530
4528
  gap: 1rem;
@@ -4532,76 +4530,76 @@ to {
4532
4530
  background-color: #f9fafb;
4533
4531
  border-radius: 0.75rem;
4534
4532
  }
4535
- .profile-field-header[data-v-31d6a9db] {
4533
+ .profile-field-header[data-v-b880e15b] {
4536
4534
  display: flex;
4537
4535
  align-items: center;
4538
4536
  justify-content: space-between;
4539
4537
  gap: 0.5rem;
4540
4538
  }
4541
- .profile-field-header-vertical[data-v-31d6a9db] {
4539
+ .profile-field-header-vertical[data-v-b880e15b] {
4542
4540
  align-items: flex-start;
4543
4541
  gap: 1rem;
4544
4542
  }
4545
- .profile-password-section[data-v-31d6a9db] {
4543
+ .profile-password-section[data-v-b880e15b] {
4546
4544
  display: flex;
4547
4545
  flex-direction: column;
4548
4546
  gap: 0.75rem;
4549
4547
  }
4550
4548
  @media (min-width: 768px) {
4551
- .profile-password-section[data-v-31d6a9db] {
4549
+ .profile-password-section[data-v-b880e15b] {
4552
4550
  gap: 1rem;
4553
4551
  }
4554
4552
  }
4555
- .profile-mfa-content[data-v-31d6a9db] {
4553
+ .profile-mfa-content[data-v-b880e15b] {
4556
4554
  flex: 1;
4557
4555
  display: flex;
4558
4556
  flex-direction: column;
4559
4557
  gap: 0.75rem;
4560
4558
  }
4561
- .profile-mfa-chips[data-v-31d6a9db] {
4559
+ .profile-mfa-chips[data-v-b880e15b] {
4562
4560
  display: flex;
4563
4561
  flex-wrap: wrap;
4564
4562
  gap: 0.5rem;
4565
4563
  }
4566
- .profile-actions-section[data-v-31d6a9db] {
4564
+ .profile-actions-section[data-v-b880e15b] {
4567
4565
  display: flex;
4568
4566
  flex-direction: column;
4569
4567
  gap: 0.75rem;
4570
4568
  padding-top: 1.5rem;
4571
4569
  border-top: 1px solid #e5e7eb;
4572
- animation: slideUp-31d6a9db 0.3s ease-out;
4570
+ animation: slideUp-b880e15b 0.3s ease-out;
4573
4571
  }
4574
4572
  @media (min-width: 640px) {
4575
- .profile-actions-section[data-v-31d6a9db] {
4573
+ .profile-actions-section[data-v-b880e15b] {
4576
4574
  flex-direction: row;
4577
4575
  }
4578
4576
  }
4579
- .profile-help-item[data-v-31d6a9db] {
4577
+ .profile-help-item[data-v-b880e15b] {
4580
4578
  display: flex;
4581
4579
  align-items: flex-start;
4582
4580
  gap: 0.75rem;
4583
4581
  }
4584
- .profile-help-icon[data-v-31d6a9db] {
4582
+ .profile-help-icon[data-v-b880e15b] {
4585
4583
  width: 1rem;
4586
4584
  height: 1rem;
4587
4585
  flex-shrink: 0;
4588
4586
  }
4589
- .profile-footer-actions[data-v-31d6a9db] {
4587
+ .profile-footer-actions[data-v-b880e15b] {
4590
4588
  display: flex;
4591
4589
  gap: 1rem;
4592
4590
  align-items: stretch;
4593
4591
  }
4594
- .profile-action-icon[data-v-31d6a9db] {
4592
+ .profile-action-icon[data-v-b880e15b] {
4595
4593
  width: 1rem;
4596
4594
  height: 1rem;
4597
4595
  }
4598
- .profile-footer-text[data-v-31d6a9db] {
4596
+ .profile-footer-text[data-v-b880e15b] {
4599
4597
  color: #9ca3af;
4600
4598
  font-size: 0.875rem;
4601
4599
  }
4602
4600
 
4603
4601
  /* Avatar Editor Modal */
4604
- .profile-avatar-modal-overlay[data-v-31d6a9db] {
4602
+ .profile-avatar-modal-overlay[data-v-b880e15b] {
4605
4603
  position: fixed;
4606
4604
  inset: 0;
4607
4605
  background-color: rgba(0, 0, 0, 0.5);
@@ -4611,7 +4609,7 @@ to {
4611
4609
  z-index: 50;
4612
4610
  padding: 1rem;
4613
4611
  }
4614
- .profile-avatar-modal[data-v-31d6a9db] {
4612
+ .profile-avatar-modal[data-v-b880e15b] {
4615
4613
  background-color: #ffffff;
4616
4614
  border-radius: 0.75rem;
4617
4615
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
@@ -4620,18 +4618,18 @@ to {
4620
4618
  max-height: 90vh;
4621
4619
  overflow-y: auto;
4622
4620
  }
4623
- .profile-avatar-modal-content[data-v-31d6a9db] {
4621
+ .profile-avatar-modal-content[data-v-b880e15b] {
4624
4622
  padding: 1.5rem;
4625
4623
  display: flex;
4626
4624
  flex-direction: column;
4627
4625
  gap: 1.5rem;
4628
4626
  }
4629
- .profile-avatar-modal-header[data-v-31d6a9db] {
4627
+ .profile-avatar-modal-header[data-v-b880e15b] {
4630
4628
  display: flex;
4631
4629
  align-items: center;
4632
4630
  justify-content: space-between;
4633
4631
  }
4634
- .profile-avatar-modal-close[data-v-31d6a9db] {
4632
+ .profile-avatar-modal-close[data-v-b880e15b] {
4635
4633
  color: #9ca3af;
4636
4634
  transition: color 0.2s ease;
4637
4635
  background: none;
@@ -4640,50 +4638,50 @@ to {
4640
4638
  padding: 0.25rem;
4641
4639
  border-radius: 0.25rem;
4642
4640
  }
4643
- .profile-avatar-modal-close[data-v-31d6a9db]:hover {
4641
+ .profile-avatar-modal-close[data-v-b880e15b]:hover {
4644
4642
  color: #4b5563;
4645
4643
  }
4646
- .profile-avatar-modal-close-icon[data-v-31d6a9db] {
4644
+ .profile-avatar-modal-close-icon[data-v-b880e15b] {
4647
4645
  width: 1.5rem;
4648
4646
  height: 1.5rem;
4649
4647
  }
4650
4648
 
4651
4649
  /* Profile field styles */
4652
- .profile-field-title[data-v-31d6a9db] {
4650
+ .profile-field-title[data-v-b880e15b] {
4653
4651
  font-weight: 500;
4654
4652
  color: #111827;
4655
4653
  }
4656
- .profile-field-subtitle[data-v-31d6a9db] {
4654
+ .profile-field-subtitle[data-v-b880e15b] {
4657
4655
  font-size: 0.875rem;
4658
4656
  color: #6b7280;
4659
4657
  }
4660
- .profile-availability-message[data-v-31d6a9db] {
4658
+ .profile-availability-message[data-v-b880e15b] {
4661
4659
  font-size: 0.75rem;
4662
4660
  }
4663
- .profile-availability-message.success[data-v-31d6a9db] {
4661
+ .profile-availability-message.success[data-v-b880e15b] {
4664
4662
  color: #16a34a;
4665
4663
  }
4666
- .profile-availability-message.error[data-v-31d6a9db] {
4664
+ .profile-availability-message.error[data-v-b880e15b] {
4667
4665
  color: #dc2626;
4668
4666
  }
4669
- .profile-toggle-container[data-v-31d6a9db] {
4667
+ .profile-toggle-container[data-v-b880e15b] {
4670
4668
  flex-shrink: 0;
4671
4669
  }
4672
- .profile-alert-message[data-v-31d6a9db] {
4670
+ .profile-alert-message[data-v-b880e15b] {
4673
4671
  font-weight: 500;
4674
4672
  }
4675
- .profile-modal-title[data-v-31d6a9db] {
4673
+ .profile-modal-title[data-v-b880e15b] {
4676
4674
  font-size: 1.25rem;
4677
4675
  font-weight: 700;
4678
4676
  color: #111827;
4679
4677
  }
4680
4678
 
4681
4679
  /* Sign out button styles */
4682
- .profile-sign-out-button[data-v-31d6a9db] {
4680
+ .profile-sign-out-button[data-v-b880e15b] {
4683
4681
  width: 100%;
4684
4682
  }
4685
4683
  @media (min-width: 640px) {
4686
- .profile-sign-out-button[data-v-31d6a9db] {
4684
+ .profile-sign-out-button[data-v-b880e15b] {
4687
4685
  width: auto;
4688
4686
  }
4689
4687
  }
@@ -5007,11 +5005,11 @@ to {
5007
5005
  gap: 0.75rem;
5008
5006
  }
5009
5007
 
5010
- .signed-in-fallback[data-v-ab5f199f] {
5008
+ .signed-in-fallback[data-v-669fa3b4] {
5011
5009
  text-align: center;
5012
5010
  padding: 2rem 0;
5013
5011
  }
5014
- .signed-in-icon-container[data-v-ab5f199f] {
5012
+ .signed-in-icon-container[data-v-669fa3b4] {
5015
5013
  width: 4rem;
5016
5014
  height: 4rem;
5017
5015
  margin: 0 auto 1rem;
@@ -5021,22 +5019,22 @@ to {
5021
5019
  align-items: center;
5022
5020
  justify-content: center;
5023
5021
  }
5024
- .signed-in-icon[data-v-ab5f199f] {
5022
+ .signed-in-icon[data-v-669fa3b4] {
5025
5023
  width: 2rem;
5026
5024
  height: 2rem;
5027
5025
  color: #a3a3a3;
5028
5026
  }
5029
- .signed-in-title[data-v-ab5f199f] {
5027
+ .signed-in-title[data-v-669fa3b4] {
5030
5028
  font-size: 1.125rem;
5031
5029
  font-weight: 600;
5032
5030
  color: #171717;
5033
5031
  margin-bottom: 0.5rem;
5034
5032
  }
5035
- .signed-in-subtitle[data-v-ab5f199f] {
5033
+ .signed-in-subtitle[data-v-669fa3b4] {
5036
5034
  color: #525252;
5037
5035
  margin-bottom: 1rem;
5038
5036
  }
5039
- .signed-in-button[data-v-ab5f199f] {
5037
+ .signed-in-button[data-v-669fa3b4] {
5040
5038
  background-color: #EA00A8;
5041
5039
  color: white;
5042
5040
  width: auto;
@@ -5047,7 +5045,7 @@ to {
5047
5045
  font-weight: 600;
5048
5046
  transition: background-color 0.2s ease;
5049
5047
  }
5050
- .signed-in-button[data-v-ab5f199f]:hover {
5048
+ .signed-in-button[data-v-669fa3b4]:hover {
5051
5049
  background-color: #B8006F;
5052
5050
  }
5053
5051
 
@@ -5097,7 +5095,7 @@ to {
5097
5095
  }
5098
5096
 
5099
5097
  /* User Button */
5100
- .user-button[data-v-5acc4f6e] {
5098
+ .user-button[data-v-9e187d2c] {
5101
5099
  position: relative;
5102
5100
  display: flex;
5103
5101
  align-items: center;
@@ -5111,44 +5109,44 @@ to {
5111
5109
  cursor: pointer;
5112
5110
  transition: all 0.15s;
5113
5111
  }
5114
- .user-button[data-v-5acc4f6e]:hover {
5112
+ .user-button[data-v-9e187d2c]:hover {
5115
5113
  background-color: #d1d5db;
5116
5114
  }
5117
- .user-button[data-v-5acc4f6e]:focus {
5115
+ .user-button[data-v-9e187d2c]:focus {
5118
5116
  outline: none;
5119
5117
  box-shadow: 0 0 0 2px #EA00A8;
5120
5118
  }
5121
- .user-button-content[data-v-5acc4f6e] {
5119
+ .user-button-content[data-v-9e187d2c] {
5122
5120
  display: flex;
5123
5121
  align-items: center;
5124
5122
  gap: 0.75rem;
5125
5123
  }
5126
- .user-info[data-v-5acc4f6e] {
5124
+ .user-info[data-v-9e187d2c] {
5127
5125
  display: flex;
5128
5126
  flex-direction: column;
5129
5127
  align-items: flex-start;
5130
5128
  }
5131
- .user-name[data-v-5acc4f6e] {
5129
+ .user-name[data-v-9e187d2c] {
5132
5130
  font-size: 0.875rem;
5133
5131
  font-weight: 500;
5134
5132
  color: #111827;
5135
5133
  }
5136
- .avatar-container[data-v-5acc4f6e] {
5134
+ .avatar-container[data-v-9e187d2c] {
5137
5135
  position: relative;
5138
5136
  flex-shrink: 0;
5139
5137
  }
5140
- .avatar-wrapper[data-v-5acc4f6e] {
5138
+ .avatar-wrapper[data-v-9e187d2c] {
5141
5139
  position: relative;
5142
5140
  width: 2rem;
5143
5141
  height: 2rem;
5144
5142
  }
5145
- .avatar-image[data-v-5acc4f6e] {
5143
+ .avatar-image[data-v-9e187d2c] {
5146
5144
  width: 2rem;
5147
5145
  height: 2rem;
5148
5146
  border-radius: 50%;
5149
5147
  object-fit: cover;
5150
5148
  }
5151
- .avatar-default[data-v-5acc4f6e] {
5149
+ .avatar-default[data-v-9e187d2c] {
5152
5150
  width: 2rem;
5153
5151
  height: 2rem;
5154
5152
  border-radius: 50%;
@@ -5157,27 +5155,24 @@ to {
5157
5155
  align-items: center;
5158
5156
  justify-content: center;
5159
5157
  }
5160
- .avatar-icon[data-v-5acc4f6e] {
5158
+ .avatar-icon[data-v-9e187d2c] {
5161
5159
  width: 1.25rem;
5162
5160
  height: 1.25rem;
5163
5161
  color: #6b7280;
5164
5162
  }
5165
- .dropdown-arrow[data-v-5acc4f6e] {
5163
+ .dropdown-arrow[data-v-9e187d2c] {
5166
5164
  width: 1rem;
5167
5165
  height: 1rem;
5168
5166
  color: #9ca3af;
5169
5167
  transition: transform 0.15s;
5170
5168
  }
5171
- .dropdown-arrow-open[data-v-5acc4f6e] {
5169
+ .dropdown-arrow-open[data-v-9e187d2c] {
5172
5170
  transform: rotate(180deg);
5173
5171
  }
5174
5172
 
5175
5173
  /* Dropdown Menu */
5176
- .dropdown-menu[data-v-5acc4f6e] {
5174
+ .dropdown-menu[data-v-9e187d2c] {
5177
5175
  position: absolute;
5178
- right: 0;
5179
- top: 100%;
5180
- margin-top: 0.5rem;
5181
5176
  width: 18rem;
5182
5177
  background: white;
5183
5178
  border-radius: 0.5rem;
@@ -5185,10 +5180,40 @@ to {
5185
5180
  border: 1px solid #e5e7eb;
5186
5181
  z-index: 50;
5187
5182
  }
5188
- .dropdown-content[data-v-5acc4f6e] {
5183
+
5184
+ /* Horizontal alignment */
5185
+ .dropdown-menu-align-left[data-v-9e187d2c] {
5186
+ left: 0;
5187
+ }
5188
+ .dropdown-menu-align-right[data-v-9e187d2c] {
5189
+ right: 0;
5190
+ }
5191
+ .dropdown-menu-align-center[data-v-9e187d2c] {
5192
+ left: 50%;
5193
+ transform: translateX(-50%);
5194
+ }
5195
+
5196
+ /* Vertical alignment */
5197
+ .dropdown-menu-vertical-bottom[data-v-9e187d2c] {
5198
+ top: 100%;
5199
+ margin-top: 0.5rem;
5200
+ }
5201
+ .dropdown-menu-vertical-top[data-v-9e187d2c] {
5202
+ bottom: 100%;
5203
+ margin-bottom: 0.5rem;
5204
+ }
5205
+
5206
+ /* Center horizontal alignment needs special handling for transforms */
5207
+ .dropdown-menu-align-center.dropdown-menu-vertical-bottom[data-v-9e187d2c] {
5208
+ transform: translateX(-50%);
5209
+ }
5210
+ .dropdown-menu-align-center.dropdown-menu-vertical-top[data-v-9e187d2c] {
5211
+ transform: translateX(-50%);
5212
+ }
5213
+ .dropdown-content[data-v-9e187d2c] {
5189
5214
  padding: 0.5rem;
5190
5215
  }
5191
- .dropdown-header[data-v-5acc4f6e] {
5216
+ .dropdown-header[data-v-9e187d2c] {
5192
5217
  display: flex;
5193
5218
  align-items: center;
5194
5219
  gap: 1rem;
@@ -5196,10 +5221,10 @@ to {
5196
5221
  border-radius: 0.5rem;
5197
5222
  background-color: #f9fafb;
5198
5223
  }
5199
- .dropdown-avatar-container[data-v-5acc4f6e] {
5224
+ .dropdown-avatar-container[data-v-9e187d2c] {
5200
5225
  position: relative;
5201
5226
  }
5202
- .level-progress-overlay[data-v-5acc4f6e] {
5227
+ .level-progress-overlay[data-v-9e187d2c] {
5203
5228
  position: absolute;
5204
5229
  z-index: 10;
5205
5230
  top: 50%;
@@ -5207,13 +5232,13 @@ to {
5207
5232
  transform: translate(-50%, -50%);
5208
5233
  pointer-events: none;
5209
5234
  }
5210
- .dropdown-avatar-image[data-v-5acc4f6e] {
5235
+ .dropdown-avatar-image[data-v-9e187d2c] {
5211
5236
  width: 3.5rem;
5212
5237
  height: 3.5rem;
5213
5238
  border-radius: 50%;
5214
5239
  object-fit: cover;
5215
5240
  }
5216
- .dropdown-avatar-default[data-v-5acc4f6e] {
5241
+ .dropdown-avatar-default[data-v-9e187d2c] {
5217
5242
  width: 3.5rem;
5218
5243
  height: 3.5rem;
5219
5244
  border-radius: 50%;
@@ -5222,17 +5247,17 @@ to {
5222
5247
  align-items: center;
5223
5248
  justify-content: center;
5224
5249
  }
5225
- .dropdown-avatar-icon[data-v-5acc4f6e] {
5250
+ .dropdown-avatar-icon[data-v-9e187d2c] {
5226
5251
  width: 1.25rem;
5227
5252
  height: 1.25rem;
5228
5253
  color: #6b7280;
5229
5254
  }
5230
- .dropdown-user-details[data-v-5acc4f6e] {
5255
+ .dropdown-user-details[data-v-9e187d2c] {
5231
5256
  flex: 1;
5232
5257
  min-width: 0;
5233
5258
  text-align: left;
5234
5259
  }
5235
- .dropdown-user-name[data-v-5acc4f6e] {
5260
+ .dropdown-user-name[data-v-9e187d2c] {
5236
5261
  font-size: 0.875rem;
5237
5262
  font-weight: 500;
5238
5263
  color: #111827;
@@ -5240,24 +5265,24 @@ to {
5240
5265
  overflow: hidden;
5241
5266
  text-overflow: ellipsis;
5242
5267
  }
5243
- .dropdown-user-email[data-v-5acc4f6e] {
5268
+ .dropdown-user-email[data-v-9e187d2c] {
5244
5269
  font-size: 0.875rem;
5245
5270
  color: #6b7280;
5246
5271
  white-space: nowrap;
5247
5272
  overflow: hidden;
5248
5273
  text-overflow: ellipsis;
5249
5274
  }
5250
- .dropdown-divider[data-v-5acc4f6e] {
5275
+ .dropdown-divider[data-v-9e187d2c] {
5251
5276
  height: 1px;
5252
5277
  background-color: #e5e7eb;
5253
5278
  margin: 0.5rem 0;
5254
5279
  }
5255
- .dropdown-menu-items[data-v-5acc4f6e] {
5280
+ .dropdown-menu-items[data-v-9e187d2c] {
5256
5281
  display: flex;
5257
5282
  flex-direction: column;
5258
5283
  gap: 0.25rem;
5259
5284
  }
5260
- .dropdown-menu-item[data-v-5acc4f6e] {
5285
+ .dropdown-menu-item[data-v-9e187d2c] {
5261
5286
  width: 100%;
5262
5287
  display: flex;
5263
5288
  align-items: center;
@@ -5272,29 +5297,29 @@ to {
5272
5297
  transition: all 0.15s;
5273
5298
  text-align: left;
5274
5299
  }
5275
- .dropdown-menu-item[data-v-5acc4f6e]:hover,
5276
- .dropdown-menu-item[data-v-5acc4f6e]:focus {
5300
+ .dropdown-menu-item[data-v-9e187d2c]:hover,
5301
+ .dropdown-menu-item[data-v-9e187d2c]:focus {
5277
5302
  background-color: #f3f4f6;
5278
5303
  outline: none;
5279
5304
  }
5280
- .dropdown-menu-item-danger[data-v-5acc4f6e] {
5305
+ .dropdown-menu-item-danger[data-v-9e187d2c] {
5281
5306
  color: #dc2626;
5282
5307
  }
5283
- .dropdown-menu-item-danger[data-v-5acc4f6e]:hover,
5284
- .dropdown-menu-item-danger[data-v-5acc4f6e]:focus {
5308
+ .dropdown-menu-item-danger[data-v-9e187d2c]:hover,
5309
+ .dropdown-menu-item-danger[data-v-9e187d2c]:focus {
5285
5310
  background-color: #fef2f2;
5286
5311
  }
5287
- .dropdown-menu-icon[data-v-5acc4f6e] {
5312
+ .dropdown-menu-icon[data-v-9e187d2c] {
5288
5313
  width: 1rem;
5289
5314
  height: 1rem;
5290
5315
  color: #9ca3af;
5291
5316
  }
5292
- .dropdown-menu-icon-danger[data-v-5acc4f6e] {
5317
+ .dropdown-menu-icon-danger[data-v-9e187d2c] {
5293
5318
  color: #ef4444;
5294
5319
  }
5295
5320
 
5296
5321
  /* Sign In Button */
5297
- .sign-in-button[data-v-5acc4f6e] {
5322
+ .sign-in-button[data-v-9e187d2c] {
5298
5323
  position: relative;
5299
5324
  display: flex;
5300
5325
  align-items: center;
@@ -5309,30 +5334,30 @@ to {
5309
5334
  cursor: pointer;
5310
5335
  transition: all 0.15s;
5311
5336
  }
5312
- .sign-in-button[data-v-5acc4f6e]:hover {
5337
+ .sign-in-button[data-v-9e187d2c]:hover {
5313
5338
  background-color: #B8006F;
5314
5339
  }
5315
- .sign-in-button[data-v-5acc4f6e]:focus {
5340
+ .sign-in-button[data-v-9e187d2c]:focus {
5316
5341
  outline: none;
5317
5342
  box-shadow: 0 0 0 2px #EA00A8, 0 0 0 4px white;
5318
5343
  }
5319
- .sign-in-icon[data-v-5acc4f6e] {
5344
+ .sign-in-icon[data-v-9e187d2c] {
5320
5345
  width: 1rem;
5321
5346
  height: 1rem;
5322
5347
  }
5323
5348
 
5324
5349
  /* Modal Styles */
5325
- .modal-header[data-v-5acc4f6e] {
5350
+ .modal-header[data-v-9e187d2c] {
5326
5351
  display: flex;
5327
5352
  align-items: center;
5328
5353
  justify-content: space-between;
5329
5354
  }
5330
- .modal-title[data-v-5acc4f6e] {
5355
+ .modal-title[data-v-9e187d2c] {
5331
5356
  font-size: 1.25rem;
5332
5357
  font-weight: 600;
5333
5358
  color: #111827;
5334
5359
  }
5335
- .modal-close-button[data-v-5acc4f6e] {
5360
+ .modal-close-button[data-v-9e187d2c] {
5336
5361
  padding: 0.25rem;
5337
5362
  border-radius: 0.5rem;
5338
5363
  color: #9ca3af;
@@ -5341,37 +5366,61 @@ to {
5341
5366
  cursor: pointer;
5342
5367
  transition: all 0.2s;
5343
5368
  }
5344
- .modal-close-button[data-v-5acc4f6e]:hover {
5369
+ .modal-close-button[data-v-9e187d2c]:hover {
5345
5370
  color: #6b7280;
5346
5371
  background-color: #f3f4f6;
5347
5372
  }
5348
- .modal-close-icon[data-v-5acc4f6e] {
5373
+ .modal-close-icon[data-v-9e187d2c] {
5349
5374
  width: 1.25rem;
5350
5375
  height: 1.25rem;
5351
5376
  }
5352
5377
 
5353
5378
  /* Transitions */
5354
- .dropdown-enter-active[data-v-5acc4f6e],
5355
- .dropdown-leave-active[data-v-5acc4f6e] {
5379
+ .dropdown-enter-active[data-v-9e187d2c],
5380
+ .dropdown-leave-active[data-v-9e187d2c] {
5356
5381
  transition: all 0.15s ease;
5357
5382
  }
5358
- .dropdown-enter-from[data-v-5acc4f6e],
5359
- .dropdown-leave-to[data-v-5acc4f6e] {
5383
+ .dropdown-enter-from[data-v-9e187d2c],
5384
+ .dropdown-leave-to[data-v-9e187d2c] {
5360
5385
  opacity: 0;
5361
- transform: scale(0.95) translateY(4px);
5362
5386
  }
5363
- .dropdown-enter-to[data-v-5acc4f6e],
5364
- .dropdown-leave-from[data-v-5acc4f6e] {
5387
+ .dropdown-enter-to[data-v-9e187d2c],
5388
+ .dropdown-leave-from[data-v-9e187d2c] {
5365
5389
  opacity: 1;
5390
+ }
5391
+
5392
+ /* Transform-based transitions for different alignments */
5393
+ .dropdown-menu-align-left.dropdown-enter-from[data-v-9e187d2c],
5394
+ .dropdown-menu-align-left.dropdown-leave-to[data-v-9e187d2c] {
5395
+ transform: scale(0.95) translateY(4px);
5396
+ }
5397
+ .dropdown-menu-align-left.dropdown-enter-to[data-v-9e187d2c],
5398
+ .dropdown-menu-align-left.dropdown-leave-from[data-v-9e187d2c] {
5366
5399
  transform: scale(1) translateY(0);
5367
5400
  }
5401
+ .dropdown-menu-align-right.dropdown-enter-from[data-v-9e187d2c],
5402
+ .dropdown-menu-align-right.dropdown-leave-to[data-v-9e187d2c] {
5403
+ transform: scale(0.95) translateY(4px);
5404
+ }
5405
+ .dropdown-menu-align-right.dropdown-enter-to[data-v-9e187d2c],
5406
+ .dropdown-menu-align-right.dropdown-leave-from[data-v-9e187d2c] {
5407
+ transform: scale(1) translateY(0);
5408
+ }
5409
+ .dropdown-menu-align-center.dropdown-enter-from[data-v-9e187d2c],
5410
+ .dropdown-menu-align-center.dropdown-leave-to[data-v-9e187d2c] {
5411
+ transform: translateX(-50%) scale(0.95) translateY(4px);
5412
+ }
5413
+ .dropdown-menu-align-center.dropdown-enter-to[data-v-9e187d2c],
5414
+ .dropdown-menu-align-center.dropdown-leave-from[data-v-9e187d2c] {
5415
+ transform: translateX(-50%) scale(1) translateY(0);
5416
+ }
5368
5417
 
5369
5418
  /* Responsive adjustments */
5370
5419
  @media (max-width: 640px) {
5371
- .dropdown-menu[data-v-5acc4f6e] {
5420
+ .dropdown-menu[data-v-9e187d2c] {
5372
5421
  width: 16rem;
5373
5422
  }
5374
- .user-info[data-v-5acc4f6e] {
5423
+ .user-info[data-v-9e187d2c] {
5375
5424
  display: none;
5376
5425
  }
5377
5426
  }