/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.h-full {
  height: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.mask-repeat {
  mask-repeat: repeat;
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.leading-10 {
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-white {
  color: var(--color-white);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1000px) {
  html, body {
    height: auto;
    width: 100%;
    overflow: auto;
  }
  body {
    flex-direction: column-reverse !important;
  }
}
.left_menu {
  box-sizing: border-box;
  height: 100vh;
  width: calc(var(--spacing) * 80);
  background-color: var(--color-black);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 12);
  .left_menu_top {
    .logo {
      margin-right: auto;
      margin-left: auto;
      height: calc(var(--spacing) * 25);
      width: calc(var(--spacing) * 25);
      img {
        display: block;
        height: 100%;
        width: 100%;
      }
    }
    .name {
      text-align: center;
      color: var(--color-white);
      .title {
        margin: calc(var(--spacing) * 0);
        padding-top: calc(var(--spacing) * 10);
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
      }
      .description {
        padding-top: calc(var(--spacing) * 2);
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
  .menu {
    text-align: center;
    .menu_ul {
      margin: calc(var(--spacing) * 0);
      list-style-type: none;
      padding-inline: calc(var(--spacing) * 0);
      padding-block: calc(var(--spacing) * 6);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
      color: var(--color-white);
      a {
        display: block;
        color: var(--color-white);
        text-decoration-line: none;
      }
    }
  }
  .manage_bxo {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    padding: calc(var(--spacing) * 0);
    text-align: center;
    a {
      border-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: color-mix(in srgb, #fff 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
      }
      padding-inline: calc(var(--spacing) * 3);
      padding-block: calc(var(--spacing) * 1);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
      color: var(--color-white);
      text-decoration-line: none;
    }
  }
}
@media (min-width: 0px) and (max-width: 1000px) {
  .left_menu {
    height: auto;
    width: 100%;
    padding: calc(var(--spacing) * 5);
    .left_menu_top {
      display: flex;
      align-items: center;
      justify-content: center;
      .logo {
        margin-right: calc(var(--spacing) * 4);
        margin-left: calc(var(--spacing) * 0);
        height: calc(var(--spacing) * 15);
        width: calc(var(--spacing) * 15);
      }
      .name {
        text-align: left;
        .title {
          margin: calc(var(--spacing) * 0);
          padding-top: calc(var(--spacing) * 0);
          font-size: var(--text-xl);
          line-height: var(--tw-leading, var(--text-xl--line-height));
        }
        .description {
          padding-top: calc(var(--spacing) * 1);
          font-size: var(--text-sm);
          line-height: var(--tw-leading, var(--text-sm--line-height));
        }
      }
    }
    .menu {
      .menu_ul {
        display: flex;
        flex-wrap: wrap;
        padding-block: calc(var(--spacing) * 2);
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
        li {
          width: calc(1/4 * 100%);
        }
        a {
          display: block;
          color: var(--color-white);
          text-decoration-line: none;
        }
      }
    }
    .manage_bxo {
      margin: calc(var(--spacing) * 0);
      list-style-type: none;
      padding: calc(var(--spacing) * 0);
      text-align: center;
      a {
        border-radius: var(--radius-sm);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: color-mix(in srgb, #fff 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
        }
        padding-inline: calc(var(--spacing) * 3);
        padding-block: calc(var(--spacing) * 1);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
        color: var(--color-white);
        text-decoration-line: none;
      }
    }
  }
}
#container {
  padding-inline: calc(var(--spacing) * 10);
  padding-block: calc(var(--spacing) * 5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
@media (min-width: 0px) and (max-width: 1000px) {
  #container {
    margin-left: calc(var(--spacing) * 0);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 5);
  }
}
.article_list {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
  li {
    margin-bottom: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    background-color: var(--color-blue-50);
    padding: calc(var(--spacing) * 3);
    > h3 {
      margin: calc(var(--spacing) * 0);
      padding: calc(var(--spacing) * 0);
      a {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        color: var(--color-black);
        text-decoration-line: none;
        &:hover {
          color: var(--color-blue-500);
        }
      }
    }
    > main {
      padding-block: calc(var(--spacing) * 2);
      * {
        margin: calc(var(--spacing) * 0);
        display: inline;
        padding: calc(var(--spacing) * 0);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        color: #666;
      }
    }
    > footer {
      padding-top: calc(var(--spacing) * 1);
      > * {
        margin-right: calc(var(--spacing) * 3);
        color: #333;
      }
      a {
        color: var(--color-blue-500);
      }
    }
  }
}
#footer {
  padding-top: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: #999;
}
.sub_text_main {
  font-size: 16px;
  line-height: 2em;
  padding-block: calc(var(--spacing) * 4);
}
#pager {
  display: flex;
  justify-content: center;
  padding-block: calc(var(--spacing) * 2);
  span, a {
    margin-inline: calc(var(--spacing) * 1);
    cursor: pointer;
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-500);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    color: var(--color-gray-500);
    text-decoration-line: none;
    &.current {
      background-color: var(--color-gray-500);
      color: var(--color-white);
    }
  }
}
.resource_menu {
  text-align: center;
  padding: 20px 0;
  a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    background: rgba(25, 118, 210, 0.25);
    margin: 0 10px;
    &.active {
      background: #1976d2;
      color: #fff;
    }
  }
}
#resourceContainer {
  padding: 0;
  margin: 0;
  list-style-type: none;
  li {
    padding: 15px 20px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #efefef;
    a {
      text-decoration: none;
      color: #333;
      strong {
        display: block;
        font-size: 16px;
        line-height: 1.2em;
      }
      footer {
        font-size: 14px;
        color: #666;
        line-height: 1.2em;
        padding-top: 10px;
      }
    }
    &:hover {
      box-shadow: 0 0 15px #ddd;
    }
  }
}
.comment_box {
  .comment-respond {
    padding: 15px;
    background: rgba(245, 249, 255, 0.8);
    border-radius: 10px 10px 0 0;
    .comment-reply-title {
      font-size: 16px;
      color: #333;
      margin: 0;
      padding-bottom: 12px;
      > a {
        color: #0d59e3;
        font-size: 14px;
      }
      > small {
        font-size: 14px;
        a {
          color: #0d59e3;
          font-weight: normal;
        }
      }
    }
    form {
      .logged-in-as {
        margin: 0;
        padding: 10px 0;
        a {
          color: #0d59e3;
        }
      }
      .comment_form_comment {
        label {
          display: block;
        }
        textarea {
          display: block;
          width: 100%;
          border: 1px solid rgba(0, 0, 0, 0.1);
          resize: none;
          border-radius: 6px;
          box-sizing: border-box;
          padding: 10px;
        }
      }
      .form-submit {
        text-align: right;
        padding: 15px 0 0 0;
        margin: 0;
        .submit {
          height: 32px;
          line-height: 32px;
          padding: 0 20px;
          font-size: 14px;
          color: #ffffff;
          background: #000;
          border: none;
          border-right: 4px;
          overflow: hidden;
          cursor: pointer;
        }
      }
    }
  }
  .comment_list {
    padding: 0;
    margin: 0;
    a {
      color: #0d59e3;
    }
    &, ul {
      list-style-type: none;
    }
    > li {
      margin-bottom: 15px;
      > .comment-body {
        background: rgba(13, 89, 227, 0.1);
        padding: 15px;
      }
      ul {
        border-left: 2px solid rgba(153, 153, 153, 0.11);
        border-top: 2px solid rgba(153, 153, 153, 0.11);
        margin: 0;
        padding: 0 0 0 30px;
      }
    }
    li {
      .comment-body {
        padding: 15px;
        .comment-author {
          float: left;
          line-height: 30px;
          height: 30px;
          img {
            height: 30px;
            width: 30px;
            display: block;
            float: left;
            border-radius: 50%;
          }
          .fn {
            font-size: 14px;
            font-style: normal;
            padding-left: 15px;
          }
        }
        .comment-meta {
          float: right;
          line-height: 30px;
          height: 30px;
          a {
            font-size: 14px;
            color: #0d59e3;
          }
        }
        > p {
          display: block;
          clear: both;
          padding: 5px 5px 0 45px;
          margin: 0;
        }
        .reply {
          text-align: right;
          padding-top: 8px;
          a {
            color: #0d59e3;
          }
        }
      }
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
