/* Theme Name: iCing
Theme URI: https://example.com
Author: shihhan
Author URI: https://example.com
Description: A WordPress theme for iCing.
Version: 4.0
*/

@font-face {
  font-family: 'BopomofoRuby';

  src: url('/wp-content/uploads/fonts/BopomofoRuby1909-v1-Regular.ttf') format('truetype');

  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 網站背景與排版 */

body {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: 'BopomofoRuby', sans-serif;
}

.arial{
  font-family:'arial';
}

/* 統一主區塊格式 */

.main-container,
.gua-result {
  width: 100%;
  /*max-width: 1080px;*/
  margin: 0 auto;
  /* Center the container */
  margin-top: 20px;
  border: 5px solid #8B0000;
  background-color: #FFFFFF;
  padding: 20px;
}

/* 主要容器 */

.main-container {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  align-items: center;
}

/* 左側區塊（圖片 + 按鈕） */

.left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 左側圖片 */

.left img {
  max-width: 45%;
}

/* 按鈕容器 */

.left-button{
  display: flex;
  gap: 10px;
  flex-wrap:wrap;
}

/* 統一按鈕樣式 */

button,.botan {
  margin-top: 10px;
  background-color: #8B0000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.875em;
  cursor: pointer;
  border-radius: 5px;
}

button:hover,.botan:hover {
  background-color: #6b0000;
}

#reload-btn {
  display: none;
}

/* 右側區塊（表格） */

.right {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
}

/* 卦象結果表格 */

table {
  width: 100%;
  border-collapse: collapse;
  font-weight: bolder;
}

/* 表格樣式 */

table,
th,
td {
  border: 4px solid #8B0000;
  text-align: center;
  font-size: 1.250em;
}

/* 表格內容 */

td {
  padding: 0.2em;
}

/* 第一列（爻名） */

td:first-child {
  color: #8B0000;
  font-size: 1.250em;
  width: 10%;
}

tr td:nth-child(2) {
  width: 10%;
}

tr td:nth-child(3) {
  width: 27%;
  padding: 0.4em;
}

/* 圖片大小 */

td img {
  width: 100%;
  height: 30%;
  margin: 0px;
}

/* 最後一列（爻辭）隱藏 */

td:last-child {
  text-align: start;
  /* width: 50%; */
}

/*標示注音*/

idiv {
  display:inline-block;
}

.dummy2 {
  /*line-height: 1.75rem;*/
  font-family: 'BopomofoRuby', 'AR KaiB5', 'KaiTi TW';
  display: inline-block;
  /*letter-spacing: 0.25rem;*/
  margin-bottom: 0em;
}

/* 豎標注音 
.v ruby,
.v [data-after]::after {
	writing-mode:vertical-lr;
}*/

/* 漢字 + 注音組的顯示方式 */

.ji {
  display: inline-block;
  /* 讓漢字與注音保持同一個區塊 */
  align-items: center;
  /* 讓注音與漢字垂直對齊 */
  white-space: nowrap;
  /* 確保這個 span 內不會被拆開換行 */
  margin: 0;
  margin-right: 0.45rem;
}

/* 注音基本設置 */

.bpmf {
  letter-spacing: 0rem;
  color: #333;
  text-orientation: upright;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  writing-mode: vertical-lr;
  /*margin-right: -0.5em;*/
}

/*注音位置
.after [data-after] {
	position:relative;
}*/

/* 掛辭文字控制項 */

#guaci.dummy2 {
  letter-spacing: 0.3rem;
}

/* 掛辭注音調整項 */

#guaci .bpmf {
  font-size: 30%;
  /*大小*/
  top: -0.2rem;
  /*X軸*/
  right: 0.8em;
  /*Y軸*/
}

/*爻辭文字控制項*/

#hexagram-table .dummy2 {
  letter-spacing: 0.45rem;
  line-height: 1.75rem;
}

/* 爻辭注音調整項 */

#hexagram-table .bpmf {
  font-size: 30%;
  /*大小*/
  top: -0.2rem;
  /*X軸*/
  right: 0.4em;
  /*Y軸*/
}

/*掛歌文字*/

#uta_1-description p,
#uta_2-description p,
#uta_1-description h3,
#uta_2-description h3
{
  letter-spacing: 1.0rem;
  line-height: 1.5rem;
}

#uta_1-description .ji,
#uta_2-description .ji
{
  margin-right: -0.4rem;
}

/*掛歌注音*/

#uta_1-description .bpmf,
#uta_2-description .bpmf
{
  font-size:35%;
  top: -0.05rem;
  /*X軸*/
  right: 2.35em;
  /*Y軸*/
}

/*開關*/

.switch {
  position: relative;
  display: inline-block;
  width: 5.5rem;
  height: 2.4rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  left: 0.25rem;
  bottom: 0.3rem;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8b0000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8b0000;
}

input:checked + .slider:before {
  transform: translateX(3.2rem);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:after {
  content: "關閉";
  color: white;
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6em;
  transition: opacity 0.4s;
  opacity: 1;
}

.switch input:checked + .slider:after {
  content: "開啟";
  left: 0.3em;
  opacity: 1;
  right: auto;
}

/* Safari調整項 */

@supports (hanging-punctuation: first) and (-webkit-touch-callout: none) 
{
  /* 掛辭文字控制項 */

  #guaci.dummy2 {
    letter-spacing: 0.3rem;
  }

  /* 掛辭注音調整項 */

  #guaci .bpmf {
    font-size: 35%;
    /*大小*/
    top: -0.2rem;
    /*X軸*/
    right: 0.7em;
    /*Y軸*/
  }

  /*爻辭文字控制項*/

  #hexagram-table .dummy2 {
    letter-spacing: 0.45rem;
    line-height: 1.75rem;
  }

  /* 爻辭注音調整項 */

  #hexagram-table .bpmf {
    font-size: 30%;
    /*大小*/
    top: -0.2rem;
    /*X軸*/
    right: 0.9em;
    /*Y軸*/
  }

  /*掛歌文字*/

  #uta_1-description p,
#uta_2-description h3,
#uta_1-description p,
#uta_2-description h3
{
    letter-spacing: 1.5rem;
    line-height: 1.5rem;
  }

  #uta_1-description .ji
#uta_2-description .ji	
	{
    margin-right: 0rem;
  }

  /*掛歌注音*/

  #uta_1-description .bpmf
#uta_2-description .bpmf

	{
    font-size:35%;
    top: -0.05rem;
    /*X軸*/
    right: 3.3em;
    /*Y軸*/
  }
}

/* -------------------- Shepherd 基本樣式覆寫 -------------------- */

/* 引導頭部文字樣式 */

.shepherd-theme-dark .shepherd-header {
  color: #fff;
  height: 30px;
}

/* 引導內容區域樣式 */

.shepherd-theme-dark .shepherd-content {
  background-color: #fff;
  color: #333;
  width: auto;
  margin: 0 auto;
  outline: none;
  padding: 0;
  max-width: 100%;
}

/* 按鈕樣式 */

.shepherd-theme-dark .shepherd-button {
  background-color: #8B0000;
  color: #fff;
  border: 2px solid #8B0000;
  border-radius: 4px;
  font-size: 1rem;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

/* 按鈕懸停時效果 */

.shepherd-theme-dark .shepherd-button:hover {
  background-color: #6b0000;
}

/* 高亮元素樣式 */

.shepherd-theme-dark .shepherd-highlight {
  border: 2px solid #8B0000;
  box-shadow: 0 0 10px rgba(139, 0, 0, 0.7);
}

/* 引導箭頭顏色 */

.shepherd-theme-dark .shepherd-arrow {
  border-top-color: #8B0000 !important;
}

/* 引導步驟容器樣式 */

.shepherd-theme-dark .shepherd-step {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* 第二按鈕樣式 */

.shepherd-button-secondary {
  background-color: #f1f1f1;
  color: #333;
}

/* 第二按鈕懸停效果 */

.shepherd-button-secondary:hover {
  background-color: #ddd;
}

/* 遮罩層樣式*/

#shepherd-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* 按鈕可以點擊 */

.shepherd-button {
  cursor: pointer;
}

/* 引導步驟的標題和段落字體樣式 */

.shepherd-content p,
.shepherd-content h3 {
  font-size: 18px;
  color: #333;
}

/* 步驟容器的背景和陰影 */

.shepherd-step {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 前言內容樣式 */

.shepherd-setsumei {
  font-size: 18px;
  color: #4B2A2A;
  font-family: 'arial','Noto Serif', serif;
  padding: 5px;
  max-width: 90%;
  width: auto;
  margin: 0 auto;
}

.shepherd-setsumei li{
  margin-top: 1.25rem;
}

.shepherd-setsumei b{
  margin-bottom: -0.85rem;
  display:block;
}

ol, ul {
  margin: 0 0 1.5em 3em;
}

/* 下一步按鈕透明度 */

.shepherd-button-next {
  opacity: 0.9;
}

/* 按鈕文字樣式 */

.shepherd-button {
  background-color: #8B0000;
  text-align: center;
  font-weight: bold;
}

/* 重要文字的樣式 */

.shepherd-point {
  color: #8B0000;
  font-weight: 1000;
}

/*地球圖*/

.chikyuu {
  width: 25%;
  margin: 0 auto;
  display: block;
}

/* -------------------- Shepherd 遮罩與高亮提示（來自前一代版本） -------------------- */

/* 遮罩層樣式 */

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all .3s ease-out, height 0ms .3s, opacity .3s 0ms;
  width: 100vw;
  z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transform: translateZ(0);
  transition: all .3s ease-out, height 0s 0s, opacity .3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

/* 讓 Shepherd 高亮元素（shepherd-enabled）不被遮罩影響 */

.shepherd-enabled {
  position: relative;
  z-index: 9999;
  /* 確保高亮元素在遮罩之上 */
}

/* 讓返回按鈕靠左 */

.shepherd-button-back {
  margin-right: auto;
}

/*問卦區*/

.gua_question,#AI-switch_area{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  width:95%;
}

#monndaititoru,
#selected-history-info{
  width:100%;
}

/* -------------------- 卦象結果、卦辭 -------------------- */

.gua-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/*標題樣式*/

.gua-result h1,
.gua-title,
#kidoutitoru,
#monndaititoru,
#selected-history-info{
  color: #8B0000;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  text-align: center;
}

/*問卦區標題*/

#kidoutitoru,
#monndaititoru,
#selected-history-info{
  text-align: left;
  margin-bottom: 0rem
}

/* 已選擇匯入紀錄膠囊樣式 */

.history-pill-container {
  display: inline-block;
  margin-top: 0.5rem;
}

.history-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #8B0000;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.history-pill-close {
  margin-left: 0.25rem;
  cursor: pointer;
  background: transparent;
  border: none;
  color: white;
  padding: 0.25rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.history-pill-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.history-pill-close svg {
  width: 16px;
  height: 16px;
}

/* 新版界面膠囊樣式（使用 Tailwind） */

#new-selected-history-pill,
#new-selected-history-pill-free {
  display: inline-block;
}

#new-selected-history-pill button,
#new-selected-history-pill-free button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#new-selected-history-pill button:hover,
#new-selected-history-pill-free button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*文字內容樣式*/

.gua-result p {
  font-size: 1.5rem;
  color: #333;
  text-align: left;
  margin: 0.188rem;
  line-height: 2rem;
}

/* 搜尋卦象按鈕 */

#gua-web-search {
  display: none;
  font-size: 1.250em;
}

/* -------------------- 搜尋與選擇區塊 -------------------- */

.gua-select-search {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 標籤樣式 */

.gua-select-search label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  text-align: left;
  width: 100%;
}

/* 輸入框 & 下拉選單樣式 */

#gua-search,
#gua-select,
#user-question{
  width: 100%;
  padding: 0.7rem;
  margin-bottom: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease-in-out;
}

.user-question-wrapper {
  position: relative;
  /* 設定為相對定位，以便子元素可以絕對定位 */
  width: 95%;
  /* 確保與其他元素寬度一致 */
}

#user-question {
  transition: border-color 0.3s ease-in-out;
  resize: none;
  /* 不允許使用者垂直調整大小 */
  box-sizing: border-box;
  height: 5rem;
}

/*#question-char-remaining {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    color: #555;
    margin-top: -8px;
    margin-bottom: 10px;
}*/

#question-char-remaining {
  position: absolute;
  /* 設定為絕對定位 */
  right: 10px;
  /* 距離右邊緣10px */
  top: 3.25rem;
  /* 垂直居中 */
  margin: 0;
  /* 移除預設的margin */
  font-size: 0.9rem;
  color: #555;
  white-space: nowrap;
  /* 防止文字換行 */
}

/* 聚焦時變色 */

#gua-search:focus,
#gua-select:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 5px rgba(25, 118, 210, 0.3);
}

/* -------------------- 搜尋建議選單樣式 -------------------- */

.suggestions-container {
  /* position: absolute; */
  width: calc(100% - 20px);
  max-width: 600px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  overflow: hidden;
  font-size: 16px;
}

/* 建議選項 */

.suggestions-container div {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
  transition: background 0.2s ease-in-out;
}

/* 懸停時變色 */

.suggestions-container div:hover {
  background: #f0f0f0;
}

/* 限制高度並允許滾動 */

.suggestions-container {
  max-height: 250px;
  overflow-y: auto;
}

/* 美化滾動條 */

.suggestions-container::-webkit-scrollbar {
  width: 6px;
}

.suggestions-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.suggestions-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 輸入框聚焦時顯示建議框 */

#gua-search:focus+.suggestions-container {
  display: block;
}

/* -------------------- 結果區塊 -------------------- */

.guaCiang,
.guaCi,
.guaExp{
  width: 100%;
  max-width: 600px;
  padding: 20px;
  border-radius: 8px;
  background: #FAFAFA;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.guaExp{
  text-align: left;
  font-size: 1rem;
}

.gua-number-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: stretch;
}

#gua-number {
  padding-right: 0.5rem;
  font-size: 3rem;
  font-weight: bold;
  min-width: 3rem;
  text-align: center;
  align-items: center;
  display: flex;
  padding-bottom: 0.7rem;
}

.gua-result-container {
  display: flex;
  flex-direction: column;
  /* 讓 `gua-result` 和 `gua-tsusyou` 垂直排列 */
}

/* -------------------- 綜卦區塊(已隱藏) -------------------- */

.gua-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 5px solid #8B0000;
  background-color: #FFFFFF;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
}

/* 單個卦象區塊 */

.gua-item {
  text-align: center;
  flex: 1;
  margin: 10px;
  min-width: 150px;
}

/* -------------------- 文字樣式 -------------------- */

.gua-symbol {
  font-size: 2.5rem;
  font-weight: bold;
  color: #8B0000;
  margin-bottom: 5px;
}

.gua-name {
  font-size: 1.25rem;
  color: #333;
}

#gua-tsusyou{
  font-size: 1.1rem;
}

/* -------------------- 響應式設置 -------------------- */

/* 當螢幕寬度小於768px時 */

@media (max-width: 768px) {
  body{
    font-size: 14px;
  }

  .main-container {
    padding: 7.5px;
  }

  .left img {
    max-width: 70%;
  }

  .right {
    padding: 20px 2px;
  }

  button {
    /*font-size: 24px;*/
    padding: 8px 16px;
  }

  .gua-select-search {
    width: 95%;
  }

  .gua-result {
    width: 100%;
    padding: 15px;
  }

  table,
    th,
    td {
    /*font-size: 16px;*/
  }

  /* 表格內容 */

  /*td {
		padding: 5px 2px;
	}*/

  td img {
    width: 100%;
    height: 1rem;
  }

  .gua-title {
    font-size: 1.5rem;
  }

  .gua-result p {
    font-size: 1.25rem;
  }

  /* 掛辭注音調整項 */

  #guaci.v.after [data-after]::after {
    top:-0.27rem;
  }

  #question-char-remaining{
    top:8.5rem;
  }

  #user-question {
    height:10rem;
  }
}

/* 當螢幕寬度小於480px時 */

@media (max-width: 480px) {
  body{
    font-size: 12px;
  }

  .left img {
    max-width: 80%;
  }

  button {
    /*font-size: 20px;*/
    padding: 6px 12px;
  }

  .gua-select-search {
    width: 100%;
  }

  .gua-result {
    width: 100%;
    padding: 10px;
  }

  table,
    th,
    td {
    /*font-size: 14px;*/
  }

  td img {
    width: 100%;
    height: 1rem;
  }

  .gua-title {
    font-size: 1.25rem;
  }

  /*.gua-result p {
        font-size: 1rem;
    }*/

  /* 掛辭注音調整項 */

  #guaci.v.after [data-after]::after {
    top:-0.4rem;
  }

  /*掛歌文字*/

  #uta_1-description p,
	#uta_2-description p{
    letter-spacing: 1.0rem;
    line-height: 1.5rem;
  }

  #uta_1-description .ji,
	#uta_2-description .ji{
    margin-right: -0.44rem;
  }

  /*掛歌注音*/

  #uta_1-description .bpmf,
        #uta_2-description .bpmf{
    font-size:35%;
    top: -0.1rem;
    /*X軸*/
    right: 2.0em;
    /*Y軸*/
  }

  #question-char-remaining{
    top:11.5rem;
  }

  #user-question {
    height:13rem;
  }
}

/* Modal styles */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

.close {
  float: right;
  font-size: 28px;
  cursor: pointer;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-20 {
  top: 5rem;
}

.z-10 {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-40px\] {
  margin-top: -40px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[2\.4rem\] {
  height: 2.4rem;
}

.h-full {
  height: 100%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[5\.5rem\] {
  width: 5.5rem;
}

.w-\[95\%\] {
  width: 95%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[\#8B0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#AB6E46\] {
  --tw-border-opacity: 1;
  border-color: rgb(171 110 70 / var(--tw-border-opacity, 1));
}

.bg-\[\#8B0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AB6E46\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 110 70 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#A5843B\] {
  --tw-gradient-from: #A5843B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 132 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#B99959\] {
  --tw-gradient-to: rgb(185 153 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #B99959 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#A5843B\] {
  --tw-gradient-to: #A5843B var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[200\%\] {
  line-height: 200%;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\%\] {
  letter-spacing: 0%;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#00260B\] {
  --tw-text-opacity: 1;
  color: rgb(0 38 11 / var(--tw-text-opacity, 1));
}

.text-\[\#8B0000\] {
  --tw-text-opacity: 1;
  color: rgb(139 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#AB6E46\] {
  --tw-text-opacity: 1;
  color: rgb(171 110 70 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.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);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[0\.3rem\]::before {
  content: var(--tw-content);
  bottom: 0.3rem;
}

.before\:left-\[0\.25rem\]::before {
  content: var(--tw-content);
  left: 0.25rem;
}

.before\:h-\[1\.8rem\]::before {
  content: var(--tw-content);
  height: 1.8rem;
}

.before\:w-\[1\.8rem\]::before {
  content: var(--tw-content);
  width: 1.8rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-\[0\.3em\]::after {
  content: var(--tw-content);
  right: 0.3em;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:text-\[1\.6em\]::after {
  content: var(--tw-content);
  font-size: 1.6em;
}

.after\:text-white::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.after\:transition-opacity::after {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\95DC\9589\'\]::after {
  --tw-content: '關閉';
  content: var(--tw-content);
}

.hover\:bg-\[\#6B0000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#8B5A3C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 90 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-\[\#B99959\]:hover {
  --tw-gradient-from: #B99959 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 153 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:via-\[\#A5843B\]:hover {
  --tw-gradient-to: rgb(165 132 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #A5843B var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:to-\[\#A589\]:hover {
  --tw-gradient-to: #A589 var(--tw-gradient-to-position);
}

.hover\:to-\[\#B99959\]:hover {
  --tw-gradient-to: #B99959 var(--tw-gradient-to-position);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#AB6E46\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(171 110 70 / var(--tw-ring-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-\[\#8b0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 0 0 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:before\:translate-x-\[3\.2rem\]::before {
  content: var(--tw-content);
  --tw-translate-x: 3.2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:left-\[0\.3em\]::after {
  content: var(--tw-content);
  left: 0.3em;
}

.peer:checked ~ .peer-checked\:after\:right-auto::after {
  content: var(--tw-content);
  right: auto;
}

.peer:checked ~ .peer-checked\:after\:content-\[\'\958B\555F\'\]::after {
  --tw-content: '開啟';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:max-w-\[320px\] {
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .lg\:top-0 {
    top: 0px;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }

  .lg\:max-w-\[75vw\] {
    max-width: 75vw;
  }

  .lg\:max-w-\[90px\] {
    max-width: 90px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}
