/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fafafa;
  color: #111;
}

main {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 20px;
  text-align: center;
}

h1 {
  font-size: 40px;
}

.card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
}

button {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  cursor: pointer;
}

button.secondary {
  background: #fff;
  color: #111;
}

button {
  transition: transform 0.08s ease, filter 0.08s ease;
}

button:active {
  transform: scale(0.96);
  filter: brightness(0.92);
}

code {
  word-break: break-all;
  font-size: 13px;
}

textarea,
input[type="text"],
input:not([type]) {
  font-size: 16px;
  font-family: inherit;
  padding: 12px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  background: #fff;
  color: #111;
}

textarea:focus,
input:focus {
  outline: 2px solid #111;
  outline-offset: -1px;
  border-color: #111;
}

.btn-row {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.btn-row button {
  min-width: 120px;
}

.steps {
  text-align: left;
  margin: 0;
  padding-left: 24px;
  line-height: 1.9;
  font-size: 15px;
}

footer {
  max-width: 560px;
  margin: 48px auto 0;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #737373;
}

footer p {
  margin: 4px 0;
}

.clip-item {
  transition: transform 0.08s ease, background-color 0.08s ease;
}

.clip-item:active {
  transform: scale(0.985);
  background-color: #f0f0f0;
}

