._wrap_sm08e_1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

._card_sm08e_9 {
  max-width: 520px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

._badge_sm08e_18 {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

._badgeAdmin_sm08e_28 {
  background: #e0e7ff;
  color: #3730a3;
}

._badgeClient_sm08e_33 {
  background: #dcfce7;
  color: #166534;
}

._title_sm08e_38 {
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
}

._text_sm08e_43 {
  color: #475569;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}

._subtitle_sm08e_49 {
  font-size: 0.95rem;
  margin: 1.25rem 0 0.5rem;
  color: #334155;
}

._list_sm08e_55 {
  list-style: none;
  padding: 1rem;
  margin: 0;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.9;
}

._noteForm_sm08e_65 {
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0 0.75rem;
}

._noteInput_sm08e_71 {
  flex: 1;
  padding: 0.5rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.9rem;
}

._noteButton_sm08e_79 {
  padding: 0.5rem 0.9rem;
  border: none;
  border-radius: 8px;
  background: #166534;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

._noteButton_sm08e_79:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._notes_sm08e_95 {
  list-style: none;
  padding: 0;
  margin: 0;
}

._noteItem_sm08e_101 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  background: #f1f5f9;
  border-radius: 8px;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

._noteDelete_sm08e_113 {
  border: none;
  background: transparent;
  color: #b91c1c;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

._empty_sm08e_122 {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0.25rem 0 0;
}
:root {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  background: #f8fafc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}
