html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #04040e;
  color: #f5f0ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.aces-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.aces-skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  z-index: 9999;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border-radius: 8px;
}
.aces-front-page,
.aces-blank-page,
.aces-home-page,
.aces-full-page {
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #04040e;
}
.aces-basic-page {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}
.aces-basic-header h1,
.aces-basic-article h1,
.aces-basic-article h2 {
  margin: 0 0 18px;
  line-height: 1.25;
}
.aces-basic-content,
.aces-post-list {
  display: grid;
  gap: 20px;
}
.aces-post-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.05);
}
.aces-basic-meta,
.aces-basic-description {
  color: rgba(245,240,255,.65);
}
