/*
  Base styles from original scss file
*/
html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F9FAFF;
  color: #374151;
}

.container {
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.header {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0F488A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .logo-title .logo {
  width: 56px;
  height: 56px;
}
.header .logo-title .title {
  margin-left: 4px;
  font-size: 32px;
  color: #0F488A;
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header .logo-title .subtitle {
  font-size: 16px;
}
.header .adpc-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.header .adpc-container .adpc-title {
  font-size: 14px;
}

.footer {
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 2px solid #0F488A;
}
.footer .footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  row-gap: 8px;
}
.footer .footer-nav .footer-nav-item {
  padding-right: 8px;
  padding-left: 8px;
  color: #4b4b4b;
  border-right: #0F488A 1px solid;
}
.footer .footer-nav .footer-nav-item:last-child {
  border-right: none;
}
.footer .footer-nav .footer-nav-item img {
  width: 14px;
  height: 14px;
}
.footer .footer-nav .img-center {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer .footer-notice {
  margin-top: 8px;
  margin-left: 8px;
  font-size: 12px;
}

/*
  Utility classes from original scss file
*/
.font-display {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.gradient-text {
  background-image: linear-gradient(to right, #A5B4FC, #5EEAD4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.template-box {
  background: linear-gradient(135deg, #F0F9FF 0%, #EFF6FF 100%);
  border: 1px solid #DBEAFE;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  border-radius: 1rem;
}
@media (min-width: 640px) {
  .template-box {
    padding: 2rem;
  }
}

.instruction-box {
  background-color: #EFF6FF;
  border-left: 5px solid #A5B4FC;
  padding: 1rem;
  border-radius: 0.75rem;
}
@media (min-width: 640px) {
  .instruction-box {
    padding: 1.25rem;
  }
}

.note {
  background-color: #F0F9FF;
  border: 1px solid #E0F2FE;
  color: #075985;
  padding: 1rem;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
}
.note strong {
  color: #0c4a6e;
}
@media (min-width: 640px) {
  .note {
    padding: 1.25rem;
  }
}

/*
  Styles migrated from Tailwind CSS
*/
.main-content {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  max-width: 56rem;
}
@media (min-width: 640px) {
  .main-content {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .main-content {
    padding: 2rem;
  }
}

.page-header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-header {
    margin-bottom: 4rem;
  }
}

.main-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .main-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .main-title {
    font-size: 3rem;
  }
}

.subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #6B7280;
}
@media (min-width: 640px) {
  .subtitle {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 1.25rem;
  }
}

.intro-text {
  margin-top: 1.5rem;
  color: #4B5563;
  text-align: left;
}
@media (min-width: 640px) {
  .intro-text {
    text-align: center;
  }
}

.step-section {
  margin-bottom: 4rem;
}

.step-heading {
  margin-bottom: 1.5rem;
}

.step-badge {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #818CF8;
  color: white;
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3730A3;
  margin-top: 0.75rem;
  text-align: center;
}
@media (min-width: 640px) {
  .step-title {
    font-size: 1.5rem;
  }
}

.step-description {
  margin-bottom: 1.5rem;
}

.step-long-description {
  margin-bottom: 2rem;
}

.step-conclusion {
  margin-top: 2rem;
  font-weight: 700;
  color: #3B82F6;
  text-align: left;
}
@media (min-width: 640px) {
  .step-conclusion {
    text-align: center;
  }
}

.template-box-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 640px) {
  .template-box-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.template-box-description {
  color: #4B5563;
  text-align: left;
}
@media (min-width: 640px) {
  .template-box-description {
    text-align: center;
  }
}

.button-container {
  text-align: center;
}

.create-server-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #14B8A6;
  color: white;
  font-weight: 700;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 9999px;
  margin-top: 2rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(0);
}
.create-server-button:hover {
  background-color: #0D9488;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}
.create-server-button .arrow-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.75rem;
}
@media (min-width: 640px) {
  .create-server-button {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }
}

.image-previews {
  margin-top: 2rem;
}
.image-previews .preview-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .image-previews .preview-group {
    flex-direction: row;
  }
}
.image-previews .preview-item {
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  .image-previews .preview-item:first-child {
    width: 33.333333%;
  }
  .image-previews .preview-item:last-child {
    width: 66.666667%;
  }
}
.image-previews .preview-caption {
  font-size: 0.875rem;
  color: #4B5563;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.image-previews .preview-image {
  display: inline-block;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E7EB;
}
.image-previews .mobile-image {
  max-width: 20rem;
}
.image-previews .pc-image {
  max-width: 420px;
}

.instruction-list {
  list-style-type: decimal;
  list-style-position: inside;
}
.instruction-list > li {
  margin-top: 1rem;
}
.instruction-list > li:first-child {
  margin-top: 0;
}

.section-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid #A5B4FC;
  padding-left: 1rem;
  color: #4B5563;
}
@media (min-width: 640px) {
  .section-subtitle {
    font-size: 1.25rem;
  }
}

.channel-list {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  list-style: none;
}
.channel-list li {
  margin-top: 1rem;
}
.channel-list li:first-child {
  margin-top: 0;
}
@media (min-width: 640px) {
  .channel-list {
    padding: 1.5rem;
  }
}

.note-title {
  font-weight: 700;
}

.note-body {
  margin-top: 0.5rem;
}

.note-body-extra {
  margin-top: 0.75rem;
}

.permission-item {
  margin-bottom: 1.5rem;
}
.permission-item:last-child {
  margin-bottom: 0;
}

.permission-title {
  font-weight: 700;
  font-size: 1rem;
  color: #3730A3;
}
@media (min-width: 640px) {
  .permission-title {
    font-size: 1.125rem;
  }
}

.permission-description {
  margin-top: 0.5rem;
}

.permission-location {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6B7280;
}

.highlight-text {
  color: #4338CA;
}

/*
  Responsive Styles from original scss file
*/
@media screen and (max-width: 450px) {
  .button-middle {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .button-middle img {
    width: 16px;
    height: 16px;
  }
  .main-container {
    margin-left: 8px;
    margin-right: 8px;
  }
  .header {
    padding-top: 8px;
    padding-bottom: 0;
    border-bottom-width: 1px;
  }
  .header .logo-title .logo {
    width: 32px;
    height: 32px;
  }
  .header .logo-title .title {
    font-size: 20px;
  }
  .header .adpc-container {
    display: none;
  }
  .footer {
    margin-top: 24px;
    font-size: 14px;
  }
  .footer .footer-notice {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 10px;
  }
}/*# sourceMappingURL=discord-template.css.map */