.embed-author {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
}
.embed-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 0.7em;
  border: 2px solid #23272a;
  background: #23272a;
  object-fit: cover;
}
.embed-author-name {
  color: #fff;
  font-weight: 600;
  font-size: 1.08em;
  letter-spacing: 0.01em;
}
.embed-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: none;
  margin-top: -1.5em;
  margin-bottom: 1em;
  padding-right: 2em;
}
body {
  font-family: Arial, sans-serif;
  background: #23272a;
  color: #f6f6f6;
  margin: 0;
  padding: 0;
}
nav {
  background: #1a1b1e;
  color: #fff;
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #23272a;
  display: flex;
  align-items: center;
  height: 48px;
  gap: 1.5em;
}
nav .nav-left {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
nav .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  opacity: 0.85;
  padding: 0.3em 1.1em;
  border-radius: 6px;
  margin-right: 0.2em;
  transition: background 0.18s, opacity 0.18s;
  position: relative;
  z-index: 1;
}
nav .nav-link.active {
  opacity: 1;
  font-weight: 700;
  background: #5865f2;
  color: #fff;
  box-shadow: 0 1px 4px rgba(88,101,242,0.08);
}
nav .nav-link:hover {
  opacity: 1;
  background: #23272a;
}
nav .nav-btn {
  background: #5865f2;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.4em 1.2em;
  font-weight: 700;
  font-size: 1em;
  margin-left: 1.5em;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  transition: background 0.2s;
}
nav .nav-btn:hover {
  background: #4752c4;
}
main {
  max-width: 540px;
  margin: 2em auto;
}

.discord-embed {
  background: #2b2d31;
  border-radius: 12px;
  border: 1px solid #23272a;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  position: relative;
  padding: 0;
  margin-bottom: 2em;
}
.embed-color-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #5865f2;
  border-radius: 12px 0 0 12px;
}
.embed-content {
  padding: 2em 2em 1em 2em;
}
.embed-title {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 1em;
}
/* Embed fields grid layout */
.embed-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2em 1.5em;
}
.embed-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.embed-field[style*="flex-basis:100%"] {
  grid-column: 1 / span 2;
}
.embed-field input,
.embed-field textarea,
.embed-field select {
  width: 100%;
  min-width: 0;
  padding: 0.7em 1em;
  margin-top: 0.2em;
  border: 1px solid #36393f;
  border-radius: 6px;
  background: #23272a;
  color: #f6f6f6;
  font-size: 1.05em;
  box-sizing: border-box;
  transition: border 0.15s;
}
.embed-field input:focus,
.embed-field textarea:focus,
.embed-field select:focus {
  border: 1.5px solid #5865f2;
  outline: none;
}
.embed-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
  background: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-right: 0;
}
.embed-checkbox label {
  color: #fff;
  font-size: 1.08em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.embed-checkbox input[type="checkbox"] {
  width: 1.1em;
  height: 1.1em;
}
.embed-submit button {
  margin-top: 0;
  background: #5865f2;
  color: #fff;
  border: none;
  padding: 0.85em 2.2em;
  border-radius: 6px;
  font-size: 1.08em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 1px 4px rgba(88,101,242,0.08);
}
.embed-submit button:hover {
  background: #4752c4;
}
  gap: 0.5em;
}
.embed-submit button {
  margin-top: 0;
}
.embed-field label {
  color: #b9bbbe;
  font-size: 0.95em;
  margin-bottom: 0.2em;
  display: block;
}
.embed-field input,
.embed-field textarea,
.embed-field select {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.2em;
  border: 1px solid #36393f;
  border-radius: 4px;
  background: #23272a;
  color: #f6f6f6;
  font-size: 1em;
.embed-field input,
.embed-field textarea,
.embed-field select {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.2em;
  border: 1px solid #36393f;
  border-radius: 4px;
  background: #23272a;
  color: #f6f6f6;
  font-size: 1em;
  box-sizing: border-box;
}
.embed-footer {
  color: #b9bbbe;
  font-size: 0.9em;
  margin-top: 1em;
  padding-bottom: 1em;
}
.embed-checkbox {
  margin-top: 1em;
  margin-bottom: 1em;
}
.embed-submit {
  display: flex;
  justify-content: flex-end;
}
.embed-submit button {
  background: #5865f2;
  color: #fff;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.embed-submit button:hover {
  background: #4752c4;
}
form label {
  display: block;
  margin-top: 1em;
}
form input, form textarea {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.5em;
  border: 1px solid #36393f;
  border-radius: 4px;
  background: #23272a;
  color: #f6f6f6;
}
button {
  margin-top: 1em;
  background: #5865f2;
  color: #fff;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
button:hover {
  background: #4752c4;
}
