/* instrument-sans-latin-ext-wght-normal */
@font-face {
  font-family: 'Instrument Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/assets/instrument-sans-latin-ext-wght-normal-B5bTHO_g.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* instrument-sans-latin-wght-normal */
@font-face {
  font-family: 'Instrument Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/assets/instrument-sans-latin-wght-normal-BbzFLZTg.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* chivo-mono-vietnamese-wght-normal */
@font-face {
  font-family: 'Chivo Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/chivo-mono-vietnamese-wght-normal-CR-pvMd4.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* chivo-mono-latin-ext-wght-normal */
@font-face {
  font-family: 'Chivo Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/chivo-mono-latin-ext-wght-normal-Cnx6d2Yf.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* chivo-mono-latin-wght-normal */
@font-face {
  font-family: 'Chivo Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/chivo-mono-latin-wght-normal-DXNvimoL.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}

body {
  min-height: 100vh;
  color: hsl(var(--foreground));
  background-color: hsl(var(--background));
  transition: background-color 0.15s ease, color 0.15s ease;
}

:root {
  color-scheme: light;
  --background: 0 0% 100%;
  --foreground: 222.2 84% 4.9%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 222.2 84% 4.9%;
  --radius: 0.5rem;
  --radius-sm: 0.25rem;
  --radius-lg: 0.75rem;
  --success: 142.1 76.2% 36.3%;
  --success-foreground: 210 40% 98%;
  --warning: 47.9 95.8% 53.1%;
  --warning-foreground: 222.2 84% 4.9%;
  --error: 0 84.2% 60.2%;
  --error-foreground: 210 40% 98%;
  --info: 221.2 83.2% 53.3%;
  --info-foreground: 210 40% 98%;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --font-sans: 'Instrument Sans Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  --font-mono: 'Chivo Mono Variable', 'Courier New', monospace;
}

[data-theme=dark] {
  color-scheme: dark;
  --background: 0 0% 2%;
  --foreground: 0 0% 95%;
  --card: 0 0% 4%;
  --card-foreground: 0 0% 95%;
  --popover: 0 0% 4%;
  --popover-foreground: 0 0% 95%;
  --primary: 0 0% 95%;
  --primary-foreground: 0 0% 5%;
  --secondary: 0 0% 8%;
  --secondary-foreground: 0 0% 95%;
  --muted: 0 0% 8%;
  --muted-foreground: 0 0% 55%;
  --accent: 0 0% 12%;
  --accent-foreground: 0 0% 95%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 0 0% 10%;
  --input: 0 0% 10%;
  --ring: 0 0% 75%;
  --success: 142.1 70.6% 45.3%;
  --success-foreground: 0 0% 5%;
  --warning: 47.9 95.8% 53.1%;
  --warning-foreground: 0 0% 5%;
  --error: 0 84.2% 60.2%;
  --error-foreground: 0 0% 95%;
  --info: 221.2 83.2% 63.3%;
  --info-foreground: 0 0% 5%;
}

code, pre, kbd, samp {
  font-family: var(--font-mono);
  font-variant-ligatures: none;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: var(--space-md);
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: var(--space-md);
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin-bottom: var(--space-sm);
}

p {
  margin-bottom: var(--space-md);
}

a {
  color: hsl(var(--primary));
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}
.btn:active:not(:disabled) {
  transform: scale(0.98);
}

.btn-secondary {
  background-color: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
  border: 1px solid hsl(var(--border));
}
.btn-secondary:hover:not(:disabled) {
  background-color: hsl(var(--accent));
}

.sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}

.primary {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.primary:hover:not(:disabled) {
  opacity: 0.9;
}

.secondary {
  background-color: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
  border: 1px solid hsl(var(--border));
}
.secondary:hover:not(:disabled) {
  background-color: hsl(var(--accent));
}

.success {
  background-color: hsl(var(--success));
  color: hsl(var(--success-foreground));
}
.success:hover:not(:disabled) {
  opacity: 0.9;
}

.warning {
  background-color: hsl(var(--warning));
  color: hsl(var(--warning-foreground));
}
.warning:hover:not(:disabled) {
  opacity: 0.9;
}

.error {
  background-color: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
}
.error:hover:not(:disabled) {
  opacity: 0.9;
}

.ghost {
  background-color: transparent;
  color: hsl(var(--foreground));
  border: 1px solid hsl(var(--border));
}
.ghost:hover:not(:disabled) {
  background-color: hsl(var(--accent));
}

.loading-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.skeleton {
  background: hsl(var(--muted-foreground)/0.2);
  border-radius: 3px;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-icon {
  flex-shrink: 0;
  background: hsl(var(--muted-foreground)/0.2);
  border-radius: 3px;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-text {
  display: inline-block;
  height: 0.875rem;
  background: hsl(var(--muted-foreground)/0.2);
  border-radius: 3px;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-label {
  height: 0.875rem;
  background: hsl(var(--muted)/0.5);
  border-radius: 3px;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-line {
  height: 0.875rem;
  background: hsl(var(--muted-foreground)/0.15);
  border-radius: 3px;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-heading {
  height: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  background: hsl(var(--muted-foreground)/0.2);
}

.skeleton-code {
  background: hsl(var(--muted-foreground)/0.12);
}

.skeleton-spacer {
  height: 1rem;
}

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
input, textarea, select {
  height: 2.25rem;
  padding: 6px 12px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: hsl(var(--ring));
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: hsl(var(--muted-foreground)/0.7);
}
input:disabled, textarea:disabled, select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=file], textarea[type=file], select[type=file] {
  padding: 0;
  font-size: 0.875rem;
  border: none;
}

textarea {
  height: auto;
  min-height: 5rem;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  cursor: pointer;
}

.card {
  background-color: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: 0 1px 3px 0 hsl(var(--foreground)/0.04), 0 1px 2px -1px hsl(var(--foreground)/0.04);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: hsl(var(--muted-foreground)/0.3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--muted-foreground)/0.5);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
  padding: var(--space-xl) 0;
}

header {
  background-color: hsl(var(--card));
  border-bottom: 1px solid hsl(var(--border));
  padding: var(--space-md) 0;
}

footer {
  border-top: 1px solid hsl(var(--border));
  padding: var(--space-sm) 0;
  margin-top: auto;
  font-size: 0.8rem;
  color: hsl(var(--muted-foreground));
}
.jdenticon[data-v-bab910cf] {
  line-height: 0;
}
.jdenticon[data-v-bab910cf] svg {
  display: block;
}
