
@import 'obf.css?cache=20250513.224219';

html {
  font-family: Rubik, sans-serif;
  weight: normal;
}

html, body {
  background: var(--neutral-600);
  color: white;
}

h1 {
  margin-bottom: var(--space-3);
}

h1 small {
  color: var(--neutral-200);
  font-weight: 300;
  font-size: 20px;
  display: block;
}

p {
  font-size: 20px;
}

h2 {
  font-size: 28px;
}

a:link,
a:visited
{
  color: var(--secondary-300);
  text-decoration: none;
}

header {
  background: var(--neutral-600) url(/assets/themes/2024/images/banner-dark-1440.png) top center no-repeat;
  background-size: cover;
}

header.show-banner {
  height: 250px;
}

header .wrap {
  display: flex;
  background: var(--secondary-700-alpha);
  height: 64px;
  padding-left: 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px var(--secondary-300) solid;
}

header .logo {
  display: block;
  left: 64px;
  color: white;
}

header row {
  height: 100%;
  width: 100%;
}

.glyph.ja-a::before {
  content: 'あ';
  font-style: normal;
  font-weight: bold;
}

header nav ul li {
  display: inline;
  margin-left: 4px;
}

header a,
header a:link,
header a:visited
{
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
}

nav a:visited:hover,
nav a:hover {
  background-color: var(--secondary-300);
  color: var(--secondary-900);
}

nav a.active,
nav a:visited.active
{
  background-color: var(--secondary-50);
  color: var(--secondary-900);
}

a:link.primary,
a:visited.primary
{
  color: var(--primary-700);
  text-decoration: none;
  font-weight: 500;
}

.featured.banner {
  max-width: 1152px;
  align-items: center;
  justify-content: start;
  width: 100%;
}

main {
  background: var(--neutral-600);
}

main .canvas {
  background: var(--neutral-800);
  padding: 24px;
  max-width: 1152px;
}

.card {
  display: flex;
  flex-flow: column;
  background: var(--neutral-700);
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px;
}

.card .excerpt {
  flex-grow: 1;
}

.posts {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page .posts {
  display: block;
}

.tag {
  color: white;
}

.tag,
a.tag {
  background: var(--neutral-600);
  padding: 8px 12px;
  border-radius: 8px;
}

.space-between {
  justify-content: space-between;
}

.card h2 {
  margin-bottom: var(--space-1);
}

.card h3 {
    margin-bottom: 8px;
}

.posts .meta {
  margin-bottom: var(--space-4);
}

.card .excerpt {
  font-style: oblique;
}

.button {
  box-sizing: content-box;
  padding: 16px 24px;
  border-radius: 8px;
  display: block;
  text-align: center;
}

.button.primary,
a.button.primary
{
  background-color: var(--primary-700);
  color: white;
}

.button.secondary,
a.button.secondary
{
  font-weight: 500;
  background-color: var(--secondary-700);
  color: white;
}

.button.disabled,
a.button.disabled
{
  background-color: var(--neutral-700);
  color: var(--neutral-500);
}

.all-articles {
  display: block;
  margin-left: var(--space-1);
  margin-bottom: var(--space-3);
}

.mobile.flyout {
  display: flex;
  flex-flow: column nowrap;
  align-items: end;
  background: var(--neutral-700);

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  padding: var(--space-3);

  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.2s ease-in;
}

.menu-opener:checked ~ .mobile.flyout {
  opacity: 1;
  transform: translateX(0%);
}

nav.mobile.flyout ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

nav.mobile.flyout li a {
  display: block;
}

.mobile-show { display: block; }
.active .tablet-hide { display: inherit; }

.mobile-hide,
.tablet-hide,
.menu-opener,
.mobile-hide a .description
{
  display: none;
}

.mobile-hide a.active .description { display: inherit; }

nav a.active .description::before {
  content: '';
  margin-right: var(--space-1);
}

.post,
.page
{
  background: var(--neutral-700);
  color: white;
  padding: var(--space-3);
  border-radius: 8px;
}

.post p {
  margin-bottom: var(--space-2);
}

div.highlight,
figure.highlight {
  background: var(--neutral-600);
  padding: var(--space-3);
  border-radius: 8px;
  overflow-x: auto;
  margin: var(--space-3) 0;
}

.controls .button {
    flex-grow: 1;
}
.controls {
    display: flex
;
    gap: 8px;
    margin: 16px 0;
}

blockquote {
    display: block;
    background: var(--neutral-700);
    padding: 32px;
    border-radius: 16px;
    margin: 16px;
}

@media only screen and (min-device-width: 768px) {
  header .wrap {
    padding: 0 24px;
  }

  header.show-banner {
    height: 500px;
  }

  .mobile-hide { display: block; }
  .mobile-show { display: none; }

  .card .meta {
    min-width: 88px;
  }
}

@media only screen and (min-device-width: 1024px) {
  header .wrap {
    height: 100px;
    padding: 0 64px;
  }

  .tablet-hide { display: inherit }
  .mobile-hide a .description { display: inherit; }
  nav a .description::before {
    content: '';
    margin-right: var(--space-1);
  }
}

@media only screen and (min-device-width: 1440px) {
  .posts {
    gap: 24px;
    justify-content: center;
  }

  .card {
    /*width: 444px;*/
    width: 536px;
  }
}
