/* Untitled Engineering — Custom Styles */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Subtle engineering grid background */
.grid-bg {
  background-size: 48px 48px;
  background-image:
    linear-gradient(to right, rgba(9, 9, 11, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(9, 9, 11, 0.03) 1px, transparent 1px);
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f4f4f5; }
::-webkit-scrollbar-thumb { background: #d4d4d8; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #a1a1aa; }

/* Scheduler embed placeholder */
.scheduler-placeholder {
  border: 2px dashed #3f3f46;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #18181b;
}
