/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-serif: 'Crimson Text', Georgia, serif;
    --font-mono: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
    --container-lg: 32rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-marble-white: #F5F1E8;
    --color-marble-light: #FFFEF9;
    --color-marble-dark: #E8E3D6;
    --color-stone-gray: #8B8478;
    --color-charcoal: #2C2A27;
    --color-slate: #3D3A35;
    --color-olive-green: #6B7F39;
    --color-olive-light: #8FA752;
    --color-terracotta: #C1664F;
    --color-gold: #D4AF37;
    --color-gold-dark: #B8941F;
    --color-gold-light: #E8D186;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap');
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--color-marble-white);
    color: var(--color-charcoal);
    line-height: 1.6;
    overflow-x: hidden;
    margin: 0;
  }
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    z-index: 1000;
  }
}
@layer components {
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background: linear-gradient(to bottom, var(--color-marble-white) 0%, transparent 100%);
  }
  .logo {
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 48px;
    width: auto;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  nav a:not(.logo) {
    color: var(--color-stone-gray);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
  }
  nav a:not(.logo):hover {
    color: var(--color-charcoal);
  }
  .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    position: relative;
  }
  .hero::before, .hero::after {
    content: '';
    position: absolute;
    top: 15%;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--color-marble-dark) 20%, var(--color-marble-dark) 80%, transparent);
  }
  .hero::before {
    left: 8%;
  }
  .hero::after {
    right: 8%;
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--color-marble-light);
    border: 1px solid var(--color-marble-dark);
    border-radius: 100px;
    font-size: 0.85rem;
    color: var(--color-stone-gray);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out;
  }
  .hero-badge .dot {
    width: 8px;
    height: 8px;
    background: var(--color-olive-green);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  .hero-logo {
    max-width: clamp(280px, 50vw, 500px);
    height: auto;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.1s both;
  }
  .hero-tagline {
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-style: italic;
    color: var(--color-terracotta);
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
  }
  .hero-subtitle {
    font-size: 1.125rem;
    color: var(--color-stone-gray);
    max-width: 500px;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out 0.3s both;
  }
  .hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 0.4s both;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
  }
  .btn-icon {
    height: 28px;
    width: auto;
  }
  .btn-primary {
    background: var(--color-olive-green);
    color: var(--color-marble-white);
    border: 2px solid var(--color-olive-green);
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 127, 57, 0.4);
  }
  .btn-primary .btn-icon {
    filter: brightness(0) invert(1);
  }
  .btn-outline {
    background: transparent;
    color: var(--color-olive-green);
    border: 2px solid var(--color-olive-green);
  }
  .btn-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 127, 57, 0.3);
  }
  .btn-full {
    width: 100%;
    justify-content: center;
  }
  .floating-names {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .floating-name {
    position: absolute;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: var(--color-marble-dark);
    white-space: nowrap;
    animation: float 20s linear infinite;
  }
  .floating-name:nth-child(1) {
    top: 20%;
    left: -200px;
    animation-delay: 0s;
  }
  .floating-name:nth-child(2) {
    top: 35%;
    left: -200px;
    animation-delay: 4s;
  }
  .floating-name:nth-child(3) {
    top: 50%;
    left: -200px;
    animation-delay: 8s;
  }
  .floating-name:nth-child(4) {
    top: 65%;
    left: -200px;
    animation-delay: 12s;
  }
  .floating-name:nth-child(5) {
    top: 80%;
    left: -200px;
    animation-delay: 16s;
  }
  .section-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  .section-header h2 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-charcoal);
  }
  .section-header h2 code {
    font-family: var(--font-mono);
    background: var(--color-slate);
    color: var(--color-terracotta);
    padding: 0.1em 0.4em;
    border-radius: 4px;
    font-size: 0.85em;
  }
  .section-header p {
    color: var(--color-stone-gray);
    font-size: 1.125rem;
  }
  .features {
    padding: 6rem 2rem;
    background: var(--color-marble-light);
    position: relative;
  }
  .features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-marble-dark), transparent);
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }
  .feature-card {
    background: var(--color-marble-white);
    border: 1px solid var(--color-marble-dark);
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-gold);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
  }
  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44, 42, 39, 0.1);
  }
  .feature-card:hover::before {
    transform: scaleY(1);
  }
  .feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-marble-light);
    border: 1px solid var(--color-marble-dark);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .feature-icon.icon-olive i {
    color: var(--color-olive-green);
    --ph-duotone-opacity: 0.3;
  }
  .feature-icon.icon-gold i {
    color: var(--color-gold);
    --ph-duotone-opacity: 0.3;
  }
  .feature-icon.icon-terracotta i {
    color: var(--color-terracotta);
    --ph-duotone-opacity: 0.3;
  }
  .feature-card h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--color-charcoal);
  }
  .feature-card p {
    color: var(--color-stone-gray);
    line-height: 1.7;
  }
  .feature-card code {
    font-family: var(--font-mono);
    background: var(--color-slate);
    color: var(--color-gold-light);
    padding: 0.15em 0.4em;
    border-radius: 3px;
    font-size: 0.85em;
  }
  .code-section {
    padding: 6rem 2rem;
    background: var(--color-slate);
  }
  .code-section .section-header h2 {
    color: var(--color-marble-white);
  }
  .code-section .section-header p {
    color: var(--color-stone-gray);
  }
  .code-steps {
    display: grid;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }
  .code-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: start;
  }
  .step-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-olive-green);
    color: var(--color-marble-white);
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .step-content h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--color-marble-white);
    margin-bottom: 1rem;
  }
  .code-block {
    background: var(--color-charcoal);
    border-radius: 8px;
    overflow: hidden;
    border-left: 4px solid var(--color-gold);
  }
  .code-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .code-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .code-dot:nth-child(1) {
    background: #ff5f56;
  }
  .code-dot:nth-child(2) {
    background: #ffbd2e;
  }
  .code-dot:nth-child(3) {
    background: #27ca40;
  }
  .code-block pre {
    padding: 1.25rem;
    overflow-x: auto;
    font-family: var(--font-mono);
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-marble-white);
  }
  .code-block .comment {
    color: var(--color-stone-gray);
  }
  .code-block .string {
    color: var(--color-olive-light);
  }
  .code-block .response {
    color: var(--color-gold-light);
  }
  .supported-types {
    max-width: 800px;
    margin: 1rem auto 2rem;
    padding-left: 56px;
  }
  .supported-types-label {
    display: block;
    font-size: 0.85rem;
    color: var(--color-stone-gray);
    margin-bottom: 0.75rem;
  }
  .type-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .type-badge {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    background: var(--color-charcoal);
    color: var(--color-gold-light);
    padding: 0.35em 0.75em;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .pricing {
    padding: 6rem 2rem;
    background: var(--color-marble-white);
    text-align: center;
  }
  .pricing-card {
    max-width: 400px;
    margin: 0 auto;
    background: var(--color-marble-light);
    border: 2px solid var(--color-marble-dark);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-olive-green), var(--color-gold), var(--color-terracotta));
  }
  .pricing-badge {
    display: inline-block;
    background: var(--color-olive-green);
    color: var(--color-marble-white);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
  }
  .pricing-amount {
    font-family: var(--font-serif);
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-charcoal);
    margin-bottom: 0.5rem;
  }
  .pricing-period {
    color: var(--color-stone-gray);
    margin-bottom: 2rem;
  }
  .pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 2rem;
  }
  .pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-marble-dark);
    color: var(--color-charcoal);
  }
  .pricing-features li:last-child {
    border-bottom: none;
  }
  .pricing-features .check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-olive-green);
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    flex-shrink: 0;
  }
  .pricing-note {
    font-size: 0.875rem;
    color: var(--color-terracotta);
    font-style: italic;
    margin-top: 1.5rem;
  }
  .philosophy {
    padding: 4rem 2rem;
    background: var(--color-charcoal);
    text-align: center;
  }
  .philosophy blockquote {
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-style: italic;
    color: var(--color-marble-white);
    max-width: 700px;
    margin: 0 auto 1rem;
    line-height: 1.6;
  }
  .philosophy cite {
    color: var(--color-gold);
    font-style: normal;
    font-size: 1rem;
  }
  .nav-greeting {
    color: var(--color-stone-gray);
    font-size: 0.9rem;
  }
  .nav-greeting strong {
    color: var(--color-charcoal);
  }
  .nav-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  .btn-logout {
    font-size: 0.85rem;
    color: var(--color-stone-gray);
    text-decoration: none;
    padding: 0.4rem 0.75rem;
    border: 1px solid var(--color-marble-dark);
    border-radius: 4px;
    transition: all 0.2s;
  }
  .btn-logout:hover {
    color: var(--color-olive-green);
    border-color: var(--color-olive-green);
  }
  .dashboard-main {
    flex: 1;
    padding: 7rem 2rem 4rem;
    display: flex;
    justify-content: center;
  }
  .dashboard-container {
    max-width: 640px;
    width: 100%;
    margin-top: 2rem;
  }
  .dashboard-card {
    background: var(--color-marble-light);
    border: 2px solid var(--color-marble-dark);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-olive-green), var(--color-gold), var(--color-terracotta));
  }
  .card-title-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .card-icon {
    font-size: 1.5rem;
    color: var(--color-gold);
    --ph-duotone-opacity: 0.3;
  }
  .card-title-row h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-charcoal);
  }
  .card-description {
    color: var(--color-stone-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .card-description code {
    font-family: var(--font-mono);
    background: var(--color-slate);
    color: var(--color-gold-light);
    padding: 0.15em 0.4em;
    border-radius: 3px;
    font-size: 0.85em;
  }
  .key-row {
    margin-bottom: 1.5rem;
  }
  .api-key-value {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    background: var(--color-charcoal);
    color: var(--color-stone-gray);
    padding: 1rem 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid var(--color-slate);
  }
  .api-key-value.has-key {
    color: var(--color-gold-light);
  }
  .key-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
  }
  .dashboard-card + .dashboard-card {
    margin-top: 1.5rem;
  }
  .tables-icon {
    color: var(--color-olive-green);
  }
  .table-count {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    background: var(--color-marble-dark);
    color: var(--color-stone-gray);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-refresh {
    background: var(--color-marble-dark);
    color: var(--color-stone-gray);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
  }
  .table-refresh:hover {
    color: var(--color-olive-green);
  }
  .table-refresh .spinning {
    animation: spin 0.6s linear infinite;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .tables-empty {
    text-align: center;
    padding: 1.5rem 0 0.5rem;
    color: var(--color-stone-gray);
    font-size: 0.95rem;
  }
  .tables-hint {
    display: inline-block;
    margin-top: 0.75rem;
    font-family: var(--font-mono);
    font-size: 0.85rem;
    background: var(--color-charcoal);
    color: var(--color-gold-light);
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .tables-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
  }
  .table-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--color-marble-dark);
    transition: background 0.15s;
  }
  .table-item:last-child {
    border-bottom: none;
  }
  .table-item:hover {
    background: var(--color-marble-white);
    border-radius: 6px;
  }
  .table-item i {
    color: var(--color-olive-green);
    font-size: 1.1rem;
    --ph-duotone-opacity: 0.3;
  }
  .table-name {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    color: var(--color-charcoal);
  }
  .docs-icon {
    color: var(--color-terracotta);
  }
  .endpoints-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .endpoint {
    border: 1px solid var(--color-marble-dark);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    background: var(--color-marble-white);
  }
  .endpoint-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
  }
  .method {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.2em 0.6em;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .method-get {
    background: var(--color-olive-green);
    color: var(--color-marble-white);
  }
  .method-post {
    background: var(--color-gold-dark);
    color: var(--color-marble-white);
  }
  .method-put {
    background: #5B7DB1;
    color: var(--color-marble-white);
  }
  .method-delete {
    background: var(--color-terracotta);
    color: var(--color-marble-white);
  }
  .endpoint-path {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    color: var(--color-charcoal);
  }
  .endpoint-description {
    color: var(--color-stone-gray);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
  .endpoint-curl {
    background: var(--color-charcoal);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    overflow-x: auto;
    margin: 0;
  }
  .endpoint-curl code {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: var(--color-gold-light);
    white-space: pre;
    line-height: 1.6;
  }
  footer {
    padding: 3rem 2rem;
    background: var(--color-slate);
    text-align: center;
  }
  .footer-logo {
    height: 38px;
    width: auto;
    margin: 0 auto 1rem;
  }
  footer p {
    color: var(--color-stone-gray);
    font-size: 0.9rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes float {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100vw + 400px));
  }
}
@media (max-width: 768px) {
  nav {
    padding: 1rem;
  }
  .hero::before, .hero::after {
    display: none;
  }
  .floating-names {
    display: none;
  }
  .code-step {
    grid-template-columns: 1fr;
  }
  .step-number {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
  .dashboard-main {
    padding: 6rem 1rem 2rem;
  }
  .dashboard-card {
    padding: 1.75rem;
  }
  .key-actions {
    flex-direction: column;
  }
  .key-actions .btn {
    justify-content: center;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
