body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.card {
  border-radius: 0.75rem;
}

.navbar-brand {
  letter-spacing: .03em;
}

textarea {
  resize: vertical;
}
.container {
    max-width: 1200px;
}
.table {
    border-radius: 10px;
    overflow: hidden;
}
.card {
    border-radius: 12px !important;
    background: rgba(30, 32, 40, 0.9) !important;
    backdrop-filter: blur(10px);
    color: #fff;
}
.btn {
    border-radius: 6px !important;
}
.btn-primary {
    background: linear-gradient(145deg, #007bff, #6633ff) !important;
    border: 0;
}
body {
    background: #111 !important;
    color: #fff;
}
