@media all {
  body {
    background-color: transparent;
  }
  body[data-embedded] header,
  body[data-embedded] footer {
    display: none;
  }
  body[data-embedded] main {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  body[data-embedded] .layout_odd {
    width: calc(100% - 3em);
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  header,
  footer {
    z-index: 3;
  }
  main {
    min-height: 10em;
    margin-top: calc(2em + 0.5em * 2 + 1em);
    margin-bottom: calc(0.67em + 0.7em * 2 + 1em + 2em);
    float: left;
  }
  a,
  input,
  button {
    outline: none;
  }
  
  p {
    margin-bottom: 0.5em;
  }
  ul {
    list-style: none;
  }
  ol {
    padding-left: 1em;
  }
  .default {
    font-weight: 600;
    color: #9f353a;
  }
  .top {
    width: 3em;
    height: 3em;
    position: fixed;
    right: 0;
    bottom: 5em;
    border-radius: 0.3em 0 0 0.3em;
    background-color: var(--odd-backstage-invert-bg, #414141);
    background-image: url("/oddi_lib/icon/1.x/arrow_top.png");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
    transition: linear 250ms;
  }
  .top:hover {
    opacity: 0.75;
  }
  div.header_odd {
    width: 100%;
  }
  div.header_odd div.title_odd {
    float: left;
  }
  div.header_odd div.title_odd img {
    display: none;
  }
  div.titled_odd {
    width: 100%;
    border-bottom: 1px solid var(--odd-backstage-border, #cbcbcb);
  }
  div.titled_odd img {
    display: none;
  }
  div.titled_odd h3 {
    margin-bottom: -2px;
    border-bottom: 3px solid var(--odd-backstage-deep, rgba(13, 43, 76, 0.9));
    padding-right: 0.9em;
    padding-left: 0.3em;
  }
  div.titled_odd a.more {
    float: right;
    font-size: 0.8em;
    margin-top: 0.5em;
    color: var(--odd-backstage-text-sub, #666);
  }
  
  div.main_odd {
    width: calc(100% - 2px);
    min-height: 1px;
    background: var(--odd-backstage-wash, rgba(240, 240, 240, 0.35));
    border-radius: 0.5em;
    box-shadow: 1px 1px var(--odd-backstage-hairline, rgba(203, 203, 203, 0.4));
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  
  
  div.main_odd > div:first-child > div.contentTriple2_odd:nth-child(1),
  div.main_odd > div:first-child > div.contentTriple2_odd:nth-child(2) {
    border-top: 0;
  }
  
  
  
  div.contents_odd {
    position: relative;
    width: calc(100% - 2em);
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
  
  
  div.contentHalf_odd {
    position: relative;
    float: left;
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
  div.contentTriple_odd {
    float: left;
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
  div.contentFull_odd {
    position: relative;
    float: left;
    width: calc(100% - 2em);
    margin: 0.5em 1em;
    padding-top: 1em;
  }
  div.contentTriple2_odd {
    float: left;
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
  div.panel_odd {
    width: calc(100% - 2em - 2px);
    padding: 0.5em 1em;
    margin: 0.5em 0;
    border: 1px dotted var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
  
  
  
  
  
  
  
  label.tips_odd {
    width: 100%;
    margin: 3px;
    font-size: 0.8em;
    font-style: italic;
    color: var(--odd-backstage-text-sub, #666);
  }
  
  
  input.max {
    width: 100%;
  }
  
  
  span.limitWidth {
    width: 7em;
  }
  
  
  
  
  div.drop_odd.drag_odd {
    background-color: var(--odd-backstage-surface-hover, #F0F0F0);
  }
  div.drop_odd.drag_odd span {
    color: var(--odd-backstage-text-hint, #AAA);
  }
  div.hoverChild {
    display: none;
    text-align: left;
    max-width: 250px;
    padding: 0.3em 0.5em;
    border: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
    border-radius: 0.3em;
    background: var(--odd-backstage-wash, rgba(240, 240, 240, 0.35));
    position: fixed;
    z-index: 2;
    box-shadow: 1px 1px 1px var(--odd-backstage-hairline, rgba(203, 203, 203, 0.4));
    backdrop-filter: blur(2px);
  }
  .Oddi_WarnText {
    color: red;
  }
  div.search_odd {
    float: right;
    border: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.6));
    border-radius: 2px;
    background-color: var(--odd-backstage-brand-light, #d4ebf7);
    padding-left: 4px;
    padding-right: 4px;
    color: var(--odd-backstage-text, #414141);
  }
  div.search_odd input {
    width: 15em;
    border: 0;
  }
  
  i {
    display: inline-block;
    width: 100%;
    color: var(--odd-backstage-text-sub, #666);
    font-size: 0.9em;
  }
  div[data-dropinput] {
    position: relative;
    background: var(--odd-backstage-surface, white);
    border: 1px solid #555;
    border: 1px solid light-dark(#555, #3d4d55);
    height: 1.6em;
  }
  div[data-dropinput] a {
    position: absolute;
    display: block;
    width: 0.7em;
    height: 0.7em;
    top: 0.5em;
    right: 0.2em;
    z-index: 2;
  }
  div[data-dropinput] img {
    width: 100%;
    height: 100%;
    float: left;
  }
  div[data-dropinput] input {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 1.1em);
    height: 100%;
    padding-right: 1.1em;
    line-height: 1.4em;
    border: none;
  }
  div[data-dropinput] select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1;
  }
  div[data-dropinput] select:focus {
    outline: none;
  }
  *[data-active-type] {
    display: none;
  }
}
@media all and (min-width: 0) {
  
  
  
  div.btnArea_odd {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  
  div.contentTriple2_odd {
    width: calc(100% - 2em);
  }
  
}
@media all and (min-width: 1000px) {
  .layout_odd {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  div.header_odd div.title_odd {
    width: auto;
  }
  div.header_odd div.btnArea_odd {
    width: auto;
  }
  div.main_odd {
    margin-bottom: 0;
  }
  div.main_odd.left {
    width: calc(23% - 1em - 2px);
    margin-right: 1em;
    overflow: hidden;
  }
  div.main_odd.center {
    width: calc(77% - 2px);
  }
  div.main_odd.center[data-tri] {
    width: calc(54% - 2px);
  }
  div.main_odd.right {
    width: calc(23% - 1em - 2px);
    margin-left: 1em;
  }
  div.main_odd.half_left {
    width: calc(50% - 2px - 0.5em);
    margin-right: 0.5em;
  }
  div.main_odd.half_right {
    width: calc(50% - 2px - 0.5em);
    margin-left: 0.5em;
  }
  
  
  
  div.contentTriple2_odd {
    width: calc(66.6% - 2em);
  }
  
}
@media all and (min-width: 0) {
  header {
    background: var(--odd-backstage-brand-light, #d4ebf7);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 1px var(--odd-backstage-hairline, rgba(203, 203, 203, 0.6));
  }
  header div.navigation_odd {
    width: 100%;
    float: left;
  }
  header div.navigation_odd > h1 {
    display: none;
    font-size: 1.4em;
    color: var(--odd-backstage-text, #414141);
    float: left;
  }
  header div.navigation_odd > button {
    float: right;
    width: 2em;
    height: 2em;
    background: var(--odd-backstage-surface, white);
    border: 1px solid var(--odd-backstage-border, #cbcbcb);
    border-radius: 3px;
    box-shadow: 1px 1px var(--odd-backstage-hairline, rgba(203, 203, 203, 0.6));
    margin-left: 0.5em;
    cursor: pointer;
    transition: linear 250ms;
    position: relative;
  }
  /* 深色模式：整個方塊拿掉（底色、框線、陰影），白色圖示直接坐在頂列上；滑過才給一層淡浮層 */
  :root[data-theme="dark"] header div.navigation_odd > button {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  :root[data-theme="dark"] header div.navigation_odd > button:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  header div.navigation_odd > button:active {
    border-color: #a0a0a0;
    border-color: light-dark(#a0a0a0, #3d4d55);
    box-shadow: inset 1px 1px rgba(160, 160, 160, 0.8);
    box-shadow: inset 1px 1px light-dark(rgba(160, 160, 160, 0.8), rgba(0, 0, 0, 0.5));
  }
  header div.navigation_odd > button > img {
    margin: 10%;
    width: 80%;
    height: 80%;
  }
  header div.navigation_odd > button.menuBtn_odd {
    float: left;
    margin-left: 0;
    margin-right: 0.5em;
  }
  header div.navigation_odd > button.menuBtn_odd > img {
    background: #554236;
    background: light-dark(#554236, transparent);
  }
  header div.navigation_odd > button.menuBtn_odd:hover > img {
    background: #a96360;
    background: light-dark(#a96360, rgba(255, 255, 255, 0.14));
  }
  header div.navigation_odd > button.createBtn_odd {
    float: left;
    margin-left: 0;
    margin-right: 0.5em;
  }
  header div.navigation_odd > button.createBtn_odd > img {
    background: #0d2b4c;
    background: light-dark(#0d2b4c, transparent);
  }
  header div.navigation_odd > button.createBtn_odd:hover > img {
    background: #1a66b8;
    background: light-dark(#1a66b8, rgba(255, 255, 255, 0.14));
  }
  header div.navigation_odd > button.Oddi_InnerAnnounceBell > img {
    background: #0d2b4c;
    background: light-dark(#0d2b4c, transparent);
  }
  header div.navigation_odd > button.Oddi_InnerAnnounceBell:hover > img {
    background: #1a66b8;
    background: light-dark(#1a66b8, rgba(255, 255, 255, 0.14));
  }
  header div.navigation_odd > button.exitBtn_odd > img {
    background: #8e354a;
    background: light-dark(#8e354a, transparent);
  }
  header div.navigation_odd > button.exitBtn_odd:hover > img {
    background: #cb4042;
    background: light-dark(#cb4042, rgba(255, 255, 255, 0.14));
  }
  header div.navigation_odd > button.newPageBtn_odd > img {
    background: #0f4c3a;
    background: light-dark(#0f4c3a, transparent);
  }
  header div.navigation_odd > button.newPageBtn_odd:hover > img {
    background: #24936e;
    background: light-dark(#24936e, rgba(255, 255, 255, 0.14));
  }
  header div.navigation_odd > button.alertBtn_odd > img {
    background: #d57716;
    background: light-dark(#d57716, transparent);
  }
  header div.navigation_odd > button.alertBtn_odd:hover > img {
    background: #e98b2a;
    background: light-dark(#e98b2a, rgba(255, 255, 255, 0.14));
  }
  /* 這些圖示本身是純白的，深色模式下沒有底色襯著會刺眼，壓成柔和的淺灰；滑過才回到全白 */
  :root[data-theme="dark"] header div.navigation_odd > button > img {
    filter: brightness(0.82);
  }
  :root[data-theme="dark"] header div.navigation_odd > button:hover > img {
    filter: none;
  }
  /* 這 8 顆 header 圖示都是「負空間」畫法——白色的是整塊底板、圖形反而是挖空的，
     所以就算按鈕底色透明，剩下的還是一塊白板。深色模式改用去背的線條版
     （把原檔的 alpha 反相做出來的，見 icon/1.x/*_glyph.png）。 */
  :root[data-theme="dark"] header div.navigation_odd > button.menuBtn_odd > img {
      content: url("/oddi_lib/icon/1.x/menu_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.newPageBtn_odd > img {
      content: url("/oddi_lib/icon/1.x/new_page_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.exitBtn_odd > img {
      content: url("/oddi_lib/icon/1.x/exit_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.Oddi_InnerAnnounceBell > img {
      content: url("/oddi_lib/icon/1.x/alert_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.createBtn_odd > img[src$="announce.png"] {
      content: url("/oddi_lib/icon/1.x/announce_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.createBtn_odd > img[src*="/file"] {
      content: url("/oddi_lib/icon/1.x/file_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.createBtn_odd > img[src*="/album"] {
      content: url("/oddi_lib/icon/1.x/album_glyph.png");
  }

  :root[data-theme="dark"] header div.navigation_odd > button.createBtn_odd > img[src*="/video"] {
      content: url("/oddi_lib/icon/1.x/video_glyph.png");
  }

  header div.navigation_odd > button.alertBtn_odd::after {
    min-width: 1em;
    content: attr(data-alert);
    display: inline-block;
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-color: #ff0a0a;
    color: #F8F8F8;
    border-radius: 3px;
    font-size: 0.6em;
    padding: 0 2px;
  }
  header div.navigation_odd > select {
    float: right;
  }
}
@media all and (min-width: 1000px) {
  header div.navigation_odd > h1 {
    display: inline-block;
  }
}
@media all {
  div.menu_odd {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    background: var(--odd-backstage-deep, rgba(13, 43, 76, 0.9));
    color: #F8F8F8;
    border: 1px solid var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
    border-top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
    z-index: 3;
  }
  div.menu_odd > ul {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
  }
  div.menu_odd > ul a,
  div.menu_odd > ul span {
    display: inline-block;
    width: 100%;
  }
  div.menu_odd > ul li {
    width: calc(100% - 20px);
    margin: 0 10px;
    float: left;
    transition: linear 100ms;
    border-bottom: 1px solid var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
  }
  div.menu_odd > ul li:last-child {
    border-bottom: 0;
  }
  div.menu_odd > ul li > a,
  div.menu_odd > ul li > span {
    width: 100%;
    position: relative;
    padding: 8px 0;
  }
  div.menu_odd > ul li > a:hover,
  div.menu_odd > ul li > span:hover {
    text-decoration: underline;
  }
  div.menu_odd > ul li > a > img,
  div.menu_odd > ul li > span > img {
    width: 0.7em;
    height: 0.7em;
    margin-top: 0.3em;
    margin-right: 0.3em;
  }
  div.menu_odd > ul li > a > img.subList,
  div.menu_odd > ul li > span > img.subList {
    margin: 0;
    position: absolute;
    top: calc(0.6em + 5px);
    right: 5px;
    transform: rotate(-90deg);
    transition: linear 100ms;
  }
  div.menu_odd > ul li > a > img.subList_active,
  div.menu_odd > ul li > span > img.subList_active {
    transform: rotate(0deg);
  }
  div.menu_odd > ul li > ul {
    display: none;
    font-size: 0.95em;
  }
  div.menu_odd > ul li > ul > li {
    border-bottom: 0;
    border-top: 1px solid var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
  }
}
@media all and (min-width: 0) {
  div.menu_odd {
    left: 2%;
  }
  div.menu_odd > ul {
    max-height: 50vh;
  }
}
@media all and (min-width: 1000px) {
  div.menu_odd {
    left: 3%;
  }
  div.menu_odd > ul {
    max-height: 80vh;
  }
}
@media all {
  div.alert_odd {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    background: var(--odd-backstage-deep, rgba(13, 43, 76, 0.9));
    border: 1px solid var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
    border-top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
    z-index: 3;
    color: #F8F8F8;
  }
  div.alert_odd > ul {
    width: calc(100% - 6px);
    max-height: 80vh;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 7px 0;
    margin: 3px;
    border-radius: 2px;
  }
  div.alert_odd > ul a,
  div.alert_odd > ul span {
    display: inline-block;
    width: 100%;
  }
  div.alert_odd > ul li {
    width: calc(100% - 14px);
    float: left;
    transition: linear 100ms;
    padding: 0 7px;
  }
  div.alert_odd > ul li:last-child {
    border-bottom: 0;
  }
  div.alert_odd > ul li > a,
  div.alert_odd > ul li > span {
    width: calc(100% - 10px);
    position: relative;
    padding: 8px 10px 8px 0;
    border-bottom: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
  div.alert_odd > ul li > a:hover,
  div.alert_odd > ul li > span:hover {
    text-decoration: underline;
  }
  div.alert_odd > ul li > a > img,
  div.alert_odd > ul li > span > img {
    width: 0.7em;
    height: 0.7em;
    margin-top: 0.3em;
    margin-right: 0.3em;
  }
  div.alert_odd > ul li > a > img.subList,
  div.alert_odd > ul li > span > img.subList {
    margin: 0;
    position: absolute;
    top: calc(0.6em + 5px);
    right: 5px;
    transform: rotate(-90deg);
    transition: linear 100ms;
  }
  div.alert_odd > ul li > a > img.subList_active,
  div.alert_odd > ul li > span > img.subList_active {
    transform: rotate(0deg);
  }
  div.alert_odd > ul li[data-noread] a {
    font-weight: 500;
  }
}
@media all and (min-width: 0) {
  div.alert_odd {
    right: 2%;
  }
}
@media all and (min-width: 1000px) {
  div.alert_odd {
    right: 3%;
  }
}
@media screen {
  table.table_odd {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    table-layout: fixed;
    border: 1px solid rgba(180, 180, 180, 0.8);
    border: 1px solid light-dark(rgba(180, 180, 180, 0.8), rgba(120, 144, 156, 0.5));
  }
  table.table_odd thead {
    width: 100%;
    background: #d4f7f2;
    background: light-dark(#d4f7f2, #1e3a35);
    color: #414141;
    color: light-dark(#414141, #d7f0ea);
  }
  table.table_odd thead tr {
    width: 100%;
  }
  table.table_odd thead tr th {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
  }
  table.table_odd thead tr th span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  table.table_odd tbody {
    width: 100%;
  }
  table.table_odd tbody tr {
    width: 100%;
    border-bottom-color: var(--odd-backstage-border, #c8c8c8);
    border-bottom-style: dotted;
  }
  table.table_odd tbody tr td {
    border-style: dotted;
    border-color: var(--odd-backstage-border, #c8c8c8);
    border-top-width: 0;
    border-right-width: 0;
    overflow-x: hidden;
  }
  table.table_odd tbody tr td::before {
    content: attr(data-title);
    display: inline-block;
    width: 90px;
    padding: 0 5px;
    font-size: 0.8rem;
    border-right: 1px dotted var(--odd-backstage-border, #c8c8c8);
  }
  table.table_odd tbody tr td.summary > span {
    max-height: calc(1em * 1.45 * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  table.table_odd tbody tr td > span {
    margin: 5px;
  }
  table.table_odd tbody tr td > span.img {
    position: relative;
  }
  table.table_odd tbody tr td > span.img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  table.table_odd tbody tr td > span.img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  table.table_odd tbody tr td > span i {
    text-align: center;
  }
  table.table1_odd {
    width: 100%;
    margin-bottom: 0.5em;
    table-layout: fixed;
    border: 1px solid rgba(180, 180, 180, 0.8);
    border: 1px solid light-dark(rgba(180, 180, 180, 0.8), rgba(120, 144, 156, 0.5));
    border-collapse: collapse;
  }
  table.table1_odd thead {
    background: #d4f7f2;
    background: light-dark(#d4f7f2, #1e3a35);
    color: #414141;
    color: light-dark(#414141, #d7f0ea);
    width: 100%;
  }
  table.table1_odd thead tr {
    width: 100%;
  }
  table.table1_odd thead tr th {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
  }
  table.table1_odd thead tr th[data-m] {
    text-align: center;
  }
  table.table1_odd thead tr th span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  table.table1_odd tbody {
    width: 100%;
  }
  table.table1_odd tbody tr {
    width: 100%;
    border-bottom: 1px dotted var(--odd-backstage-border, #c8c8c8);
  }
  table.table1_odd tbody tr td {
    vertical-align: top;
    width: 100%;
    border-left: 1px dotted var(--odd-backstage-border, #c8c8c8);
    overflow-x: hidden;
  }
  table.table1_odd tbody tr td[data-m] {
    text-align: center;
  }
  table.table1_odd tbody tr td:nth-child(1) {
    border: none;
  }
  table.table1_odd tbody tr td > span {
    margin: 5px;
    width: calc(100% - 10px);
  }
  table.table1_odd tbody tr td > span.img {
    position: relative;
  }
  table.table1_odd tbody tr td > span.img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  table.table1_odd tbody tr td > span.img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  table.table1_odd tbody tr td > span > a {
    width: 100%;
  }
  table.table1_odd tbody tr td > span > [data-dropinput] {
    width: 100%;
  }
  table.table1_odd tbody tr td > span i {
    text-align: center;
  }
}
@media screen and (min-width: 0) {
  table.table_odd thead:nth-child(1) {
    display: none;
  }
  table.table_odd thead:nth-child(2) {
    display: table-header-group;
    text-decoration: initial;
  }
  table.table_odd tbody tr {
    display: block;
    border-bottom-width: 2px;
  }
  table.table_odd tbody tr td {
    display: block;
    width: 100%;
    border-left-width: 0;
    border-bottom-width: 1px;
  }
  table.table_odd tbody tr td::before {
    display: inline-block;
  }
  table.table_odd tbody tr td > span {
    width: calc(100% - 111px - 5px);
  }
}
@media screen and (min-width: 1000px) {
  table.table_odd {
    table-layout: fixed;
  }
  table.table_odd thead:nth-child(1) {
    display: table-header-group;
  }
  table.table_odd thead:nth-child(2) {
    display: none;
  }
  table.table_odd thead th[data-m] {
    text-align: center;
  }
  table.table_odd thead th[data-sub] {
    display: none;
  }
  table.table_odd tbody tr {
    display: table-row;
    border-bottom-width: 1px;
  }
  table.table_odd tbody tr td {
    vertical-align: top;
    display: table-cell;
    width: auto;
    border-bottom-width: 0;
    border-left-width: 1px;
  }
  table.table_odd tbody tr td[data-m] {
    text-align: center;
  }
  table.table_odd tbody tr td[data-sub] {
    display: none;
  }
  table.table_odd tbody tr td:nth-child(1) {
    border: none;
  }
  table.table_odd tbody tr td::before {
    display: none;
  }
  table.table_odd tbody tr td > span {
    width: calc(100% - 10px);
  }
  table.table_odd tbody tr td > span > a {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  table.table_odd thead th[data-sub] {
    display: table-cell;
  }
  table.table_odd tbody tr td[data-sub] {
    display: table-cell;
  }
}
@media all {
  th.t0,
  td.t0 {
    width: 100%;
  }
  th.t1,
  td.t1 {
    width: 1em;
  }
  th.t2,
  td.t2 {
    width: 2em;
  }
  th.t3,
  td.t3 {
    width: 3em;
  }
  th.t4,
  td.t4 {
    width: 4em;
  }
  th.t5,
  td.t5 {
    width: 5em;
  }
  th.t6,
  td.t6 {
    width: 6em;
  }
  th.t7,
  td.t7 {
    width: 7em;
  }
  th.t8,
  td.t8 {
    width: 8em;
  }
  th.t9,
  td.t9 {
    width: 9em;
  }
  th.t10,
  td.t10 {
    width: 10em;
  }
  th.t11,
  td.t11 {
    width: 11em;
  }
  th.t12,
  td.t12 {
    width: 12em;
  }
  th.t13,
  td.t13 {
    width: 13em;
  }
  th.t14,
  td.t14 {
    width: 14em;
  }
  th.t15,
  td.t15 {
    width: 15em;
  }
  th.t20,
  td.t20 {
    width: 20em;
  }
}
@media all and (min-width: 0) {
  th.hide0,
  td.hide0 {
    display: none !important;
  }
  th.hide1,
  td.hide1 {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  th.hide0,
  td.hide0 {
    display: none !important;
  }
  th.hide1,
  td.hide1 {
    display: table-cell !important;
  }
}
@media all and (min-width: 1366px) {
  th.hide0,
  td.hide0 {
    display: table-cell !important;
  }
}
@media print {
  table.table_odd {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    table-layout: fixed;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  table.table_odd thead {
    width: 100%;
  }
  table.table_odd thead:nth-child(1) {
    display: table-header-group;
  }
  table.table_odd thead:nth-child(2) {
    display: none;
  }
  table.table_odd thead tr {
    width: 100%;
  }
  table.table_odd thead tr th {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
  }
  table.table_odd thead tr th[data-m] {
    text-align: center;
  }
  table.table_odd thead tr th span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  table.table_odd tbody {
    width: 100%;
  }
  table.table_odd tbody tr {
    width: 100%;
    border-bottom-color: #BBB;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  table.table_odd tbody tr td {
    border-style: dotted;
    border-color: #CCC;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 1px;
  }
  table.table_odd tbody tr td[data-m] {
    text-align: center;
  }
  table.table_odd tbody tr td:nth-child(1) {
    border: none;
  }
  table.table_odd tbody tr td > span {
    margin: 5px;
    width: calc(100% - 10px);
  }
  table.table_odd tbody tr td > span.img {
    position: relative;
  }
  table.table_odd tbody tr td > span.img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  table.table_odd tbody tr td > span.img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  table.table_odd tbody tr td > span i {
    text-align: center;
  }
  table.table_odd tbody tr td > span > a {
    width: 100%;
  }
}
@media all {
  div.tabs_odd {
    width: 100%;
    float: left;
    margin-top: 0.5em;
  }
  ul.tabsControl_odd {
    width: calc(100% - 1em);
    margin: 0 0.5em;
    overflow: hidden;
    white-space: nowrap;
  }
  ul.tabsControl_odd:hover {
    overflow-x: auto;
  }
  ul.tabsControl_odd li {
    cursor: pointer;
    display: inline;
    width: auto;
    color: #BBB;
    color: light-dark(#BBB, #8fa3ad);
    padding: 0.3em 0.5em 0.4em 0.5em;
    margin: 0.4em 0.3em 0 0.3em;
    background: var(--odd-backstage-wash, rgba(240, 240, 240, 0.35));
    border: 1px solid var(--odd-backstage-surface-hover, #f0f0f0);
    border-bottom: 0;
    border-radius: 0.3em 0.3em 0 0;
    transition: linear 100ms;
    font-size: 0.9em;
  }
  ul.tabsControl_odd li:hover,
  ul.tabsControl_odd li[data-used] {
    color: var(--odd-backstage-text, #414141);
    font-size: 1.1em;
    margin-top: 0;
    box-shadow: 1px 1px 1px #AAA;
    box-shadow: 1px 1px 1px light-dark(#AAA, rgba(0, 0, 0, 0.5));
  }
  div.tabsContent_odd {
    width: 100%;
    display: none;
  }
  div.tabsContent_odd div.main_odd {
    margin-top: 0;
  }
}
@media all {
  div.page_odd {
    width: 100%;
    font-size: 0.8em;
  }
  div.pageContent_odd {
    width: 100%;
    text-align: right;
  }
  div.pageContent_odd a {
    margin-left: 5px;
    transition: linear 200ms;
  }
  div.pageContent_odd a:hover {
    color: #16618c;
    color: light-dark(#16618c, #64b5f6);
  }
  div.pageContent_odd a[data-used] {
    font-size: 1.3em;
    text-decoration: underline;
  }
  div.pageContent_odd a[data-used]:hover {
    color: var(--odd-backstage-text, #414141);
    cursor: not-allowed;
  }
  a.pagePrev_odd {
    font-size: 1.2em;
    margin-right: 3px;
  }
  a.pageNext_odd {
    font-size: 1.2em;
    margin-left: 8px;
  }
  div.pageSelect_odd {
    width: 100%;
    text-align: right;
    margin-top: 8px;
  }
}
@media all {
  ul.step_odd {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    color: var(--odd-backstage-text-sub, #666);
  }
  ul.step_odd li {
    display: inline-block;
  }
  ul.step_odd li a {
    transition: linear 150ms;
    border-bottom: 1px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
    cursor: pointer;
  }
  ul.step_odd li a label {
    display: block;
  }
  ul.step_odd li a:hover,
  ul.step_odd li a[data-used] {
    color: var(--odd-backstage-text, #414141);
    padding-bottom: 1px;
    border-bottom: 3px solid var(--odd-backstage-hairline, rgba(203, 203, 203, 0.5));
  }
}
@media all and (min-width: 0) {
  ul.step_odd li {
    width: calc(100% / 3 - 4px);
  }
  ul.step_odd li a {
    width: calc(100% - 20px);
    margin: 3px 5px;
    padding: 3px 5px;
  }
}
@media all and (min-width: 1000px) {
  ul.step_odd li {
    width: auto;
  }
  ul.step_odd li a {
    min-width: 6em;
    width: auto;
    margin: 3px 10px;
    padding: 3px 10px;
  }
}
@media all {
  div.boardSelect_odd {
    background-color: var(--odd-backstage-surface, white);
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 0.5em;
  }
  div.boardSelectContent_odd {
    float: left;
    margin: 0.5em;
  }
  div.boardSelectContent_odd div.text {
    display: block;
    width: 150px;
    margin-bottom: 0.5em;
  }
  div.boardSelectContent_odd div.img {
    width: 150px;
    height: 200px;
  }
  div.boardSelectContent_odd div.img img {
    width: 100%;
    height: 100%;
  }
}
@media all {
  div.cloud_odd {
    margin: 0.5em;
    width: calc(100% - 1em);
  }
  div.cloud_odd ul {
    text-align: center;
  }
  div.cloud_odd ul li {
    width: 73px;
    height: 100px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    float: left;
    box-shadow: 1px 1px 1px var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
    transition: linear 75ms;
    background: var(--odd-backstage-deep, rgba(13, 43, 76, 0.9));
    color: #F8F8F8;
    filter: brightness(100%);
  }
  div.cloud_odd ul li:hover {
    filter: brightness(120%);
    box-shadow: 1px 1px 1px var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
  }
  div.cloud_odd ul li:active {
    filter: brightness(80%);
    box-shadow: inset 1px 1px 1px var(--odd-backstage-hairline-strong, rgba(203, 203, 203, 0.8));
  }
  div.cloud_odd ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.8em;
  }
  div.cloud_odd ul li a img {
    width: 66px;
    height: 70px;
    margin: 3px;
  }
}
@media all and (min-width: 0) {
  footer {
    text-align: center;
    font-size: 0.67em;
    color: #F8F8F8;
    background: var(--odd-backstage-deep, rgba(13, 43, 76, 0.9));
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media all {
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
@media all and (min-width: 0) {
  
  
  
  
  
}
@media all and (min-width: 1000px) {
  
  
}
@media all and (min-width: 1281px) {
  
}
@media all and (min-width: 1367px) {
  
}
@media all {
  div.mainBlockEditor {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
  }
  div.mainBlockEditor div.mainBlockEditorContent {
    width: 80vw;
    height: 80vh;
    border-radius: 5px;
    margin: 10vh 10vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--odd-backstage-surface, white);
  }
  .mainBlockEditor_header {
    width: calc(100% - 2em);
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 1em;
    background: var(--odd-backstage-brand, #b2d7e9);
    text-align: left;
  }
  .mainBlockEditor_header button {
    float: right;
  }
  div.mainBlockEditor div.mainBlockEditorContent div.mainBlockEditor_content {
    width: calc(100% - 2em);
    height: calc(100% - 4em);
    margin: 2em 0;
    padding: 1em;
    overflow-y: scroll;
  }
}

/* 動作圖示鎖定態（如系統分類的編輯/刪除）：灰階＋禁止游標，仍可點出原因說明 */
a.icon.disabled {
    filter : grayscale(1);
    opacity: .45;
    cursor : not-allowed;
}

/* 淡化在深色下要淡得少一點：淺色底把文字淡向白色只是變灰，深色底把淺色文字淡向底色就等於消失。
   兩條規則的用途都是「還看得到但已停用」，不是「藏起來」 */
:root[data-theme="dark"] a.icon.disabled {
    opacity: .6;
}

:root[data-theme="dark"] span.fancytree-node:has(input[name="category"][disabled]) {
    opacity: .75;
}

@media (prefers-color-scheme: dark) {

    :root[data-theme="system"] a.icon.disabled {
        opacity: .6;
    }

    :root[data-theme="system"] span.fancytree-node:has(input[name="category"][disabled]) {
        opacity: .75;
    }
}

/* 網站基本資料：描述欄（多行）固定尺寸，不讓使用者自行拖拉 */
textarea[data-editor="description"] {
    width : 100%;
    height: 90px;
    resize: none;
}

/* 裁切照片：圖片操作區撐滿 blockUI 可用高度（lib 預設 80% 寬＋自然高，會讓圖縮在角落、操作空間浪費） */
#imgCropper .img-container {
    width : 100%;
    height: calc(76vh - 12em);
    min-height: 300px;
}

#imgCropper .img-container > img {
    max-height: 100%;
}

/* 分類樹：使用權限已被移除且已鎖定（disabled）的分類列灰階呈現 */
span.fancytree-node:has(input[name="category"][disabled]) {
    filter : grayscale(1);
    opacity: .55;
}

/* 發佈預覽頁：預約發佈時的自動上架提示小字，自成一行落在按鈕列下方靠右 */
[data-publish-booking-tip] {
    display   : block;
    text-align: right;
    font-size : .85em;
    color     : var(--odd-backstage-text-sub, #666);
    margin-top: .35em;
}

/* ===== 列表分頁條（lib odd_pagination.html 的專案端配套） ===== */

/* lib 的方向鍵用 Font Awesome 的 <i class="fa fa-angle-*">，本專案不載 FA，改用 unicode 箭頭 */
[data-pagination-bar-direction-btn] > i.fa {
    font-family: inherit !important;
    font-style : normal;
    font-size  : 1.6em;
    line-height: 1;
}

[data-pagination-bar-direction-btn="first"] > i.fa::before {
    content: "\AB";
}

[data-pagination-bar-direction-btn="previous"] > i.fa::before {
    content: "\2039";
}

[data-pagination-bar-direction-btn="forword"] > i.fa::before {
    content: "\203A";
}

[data-pagination-bar-direction-btn="last"] > i.fa::before {
    content: "\BB";
}

/* 以下三個 class 由 lib 的分頁 JS 掛上，但 lib 的 odd-pagination.css 沒有定義它們 */
.odd-hidden {
    display: none !important;
}

.w3-text-deep-orange {
    color: #ff5722 !important;
    /* 深色底上這個橘只有 4.48:1，差一點點沒過 AA，提亮一階 */
    color: light-dark(#ff5722, #ff8a5c) !important;
}

.odd-bg-color-green-light {
    background-color: rgba(38, 87, 40, .1);
}

.odd-pagination-item-pages-ul-2nd > li {
    margin: 0 .4em;
}

/* 可點擊放大的圖（PicZoom 委派用的 hook） */
[data-piczoom] {
    cursor: pointer;
}

/* 列表總筆數 */
[data-list-total] {
    display   : inline-block;
    font-size : .9em;
    color     : #555;
    color     : light-dark(#555, #c3ced4);
    margin-top: .5em;
}

.Oddi_InnerAnnounceBell {
    position: relative;
}

.Oddi_UnreadBadge {
    position     : absolute;
    top          : -.25em;
    right        : -.25em;
    min-width    : 1.25em;
    padding      : 0 .25em;
    border-radius: .75em;
    background   : var(--odd-backstage-badge-danger, #d0021b);
    color        : var(--odd-backstage-surface, #fff);
    font-size    : .75em;
    line-height  : 1.25em;
    text-align   : center;
}

table.table_odd tbody tr[data-unread] {
    background : var(--odd-theme-unread, #cfe6f5);
    font-weight: bold;
}

.table_odd td.Oddi_ListEmpty {
    text-align: center;
}

.Oddi_BellList {
    position     : absolute;
    top          : 2.5em;
    right        : .5em;
    z-index      : 9;
    min-width    : 16em;
    max-width    : 24em;
    max-height   : 20em;
    overflow-y   : auto;
    padding      : .25em 0;
    background   : var(--odd-backstage-surface, #fff);
    border       : 1px solid var(--odd-backstage-border, #cbcbcb);
    border-radius: 3px;
    box-shadow   : 1px 1px .25em rgba(0, 0, 0, .2);
    box-shadow   : 1px 1px .25em light-dark(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.55));
    text-align   : left;
}

.Oddi_BellList li {
    padding    : .5em .75em;
    font-size  : .875em;
    line-height: 1.4;
}

.Oddi_BellList li + li {
    border-top: 1px dotted var(--odd-backstage-border, #cbcbcb);
}

.Oddi_BellList li a {
    display      : block;
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
    cursor       : pointer;
}

a[data-innerannounceview] {
    cursor: pointer;
}

table[data-innerannounce-selectmode="0"] .Oddi_SelectCol {
    display: none;
}

.Oddi_MachineUptime,
.Oddi_MachineOS {
    display    : inline-block;
    margin-left: .5em;
    font-size  : .75em;
    font-weight: normal;
    color      : var(--odd-backstage-text-faint, #999);
    word-break : keep-all;
}

.Oddi_MachineOS.Oddi_MachineOSEol {
    color: var(--odd-backstage-text-danger, #d0021b);
}

a.icon.help.Oddi_MachineOSEolHelp {
    display: none;
}

.Oddi_MachineToolBar {
    margin-left: auto;
    float      : right;
    display    : flex;
    align-items: center;
    gap        : .3em;
    flex-wrap  : wrap;
}

.Oddi_MachineToolBar > * {
    flex: 0 0 auto;
}

.Oddi_StatRow {
    display              : grid;
    grid-template-columns: repeat(auto-fit, minmax(13em, 1fr));
    gap                  : .9em;
    width                : 100%;
    margin               : .5em 0 .9em;
}

.Oddi_StatCard {
    display      : block;
    padding      : .9em 1.1em;
    background   : var(--odd-backstage-surface, #fff);
    border-radius: .5em;
    box-shadow   : 0 .1em .4em var(--odd-backstage-shadow, rgba(0, 0, 0, .08));
}

.Oddi_StatLabel {
    display  : block;
    font-size: .8em;
    color    : var(--odd-backstage-text-sub, #666);
}

.Oddi_StatValue {
    display    : block;
    margin-top : .15em;
    font-size  : 1.5em;
    font-weight: 700;
    white-space: nowrap;
}

.Oddi_StatValueSmall {
    font-size  : .95em;
    white-space: normal;
}

.Oddi_StatSub {
    display   : block;
    font-size : .75em;
    color     : var(--odd-backstage-text-faint, #999);
    word-break: keep-all;
}

.Oddi_ChartRow {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
    gap            : .9em;
    width          : 100%;
}

.Oddi_ChartWrap {
    display : block;
    position: relative;
    width   : 100%;
    height  : 20em;
}

.Oddi_ChartRow .Oddi_ChartWrap {
    flex     : 0 1 calc((100% - 1.8em) / 3);
    min-width: 22em;
}

.Oddi_ChartWrapWide {
    height: 16em;
}

/* 跟隨裝置設定時，套用與 data-theme="dark" 相同的深色微調 */
@media (prefers-color-scheme: dark) {
    :root[data-theme="system"] header div.navigation_odd > button {
        background: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    :root[data-theme="system"] header div.navigation_odd > button:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    :root[data-theme="system"] header div.navigation_odd > button > img {
        filter: brightness(0.82);
    }

    :root[data-theme="system"] header div.navigation_odd > button:hover > img {
        filter: none;
    }

    :root[data-theme="system"] header div.navigation_odd > button.menuBtn_odd > img {
        content: url("/oddi_lib/icon/1.x/menu_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.newPageBtn_odd > img {
        content: url("/oddi_lib/icon/1.x/new_page_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.exitBtn_odd > img {
        content: url("/oddi_lib/icon/1.x/exit_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.Oddi_InnerAnnounceBell > img {
        content: url("/oddi_lib/icon/1.x/alert_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.createBtn_odd > img[src$="announce.png"] {
        content: url("/oddi_lib/icon/1.x/announce_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.createBtn_odd > img[src*="/file"] {
        content: url("/oddi_lib/icon/1.x/file_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.createBtn_odd > img[src*="/album"] {
        content: url("/oddi_lib/icon/1.x/album_glyph.png");
    }

    :root[data-theme="system"] header div.navigation_odd > button.createBtn_odd > img[src*="/video"] {
        content: url("/oddi_lib/icon/1.x/video_glyph.png");
    }
}

/* 主選單工具：這份列表所屬的網站與目前操作中的網站不一致時的提示 */
.Oddi_MenuScopeNotice {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 0.95em;
    line-height: 1.6;
    text-align: center;
    color: var(--odd-backstage-notice-text, #8a5d00);
    background: var(--odd-backstage-notice-bg, #fff8e1);
    border: 1px solid var(--odd-backstage-notice-border, #ffe08a);
    border-radius: 4px;
}
