@charset "UTF-8";
.skipbox .h:before, .exc .l:before, .homecta .ic, .evcard .emo, .phone .hero-illustration, .phone .hero a .gov-badge {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.skipbox .h:before, .exc .l:before, .homecta .ic, .evcard .emo, .phone .hero-illustration, .phone .hero a .gov-badge {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

button,
.btn,
.trackbtn,
.counterbtn,
.sth,
.ti {
  transition: all 0.15s ease;
}

button:active,
.btn:active,
.trackbtn:active,
.counterbtn:active,
.sth:active,
.ti:active {
  transform: scale(0.98);
  opacity: 0.75;
}

body {
  font-family: "微軟正黑體", "PingFang TC", Arial, sans-serif;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
  background: #FDEAF1;
}

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

html {
  scroll-behavior: smooth;
}

.stagehint {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #a12b5e;
  font-weight: 700;
  font-size: 0.90625rem;
  letter-spacing: 0.05em;
}

@keyframes icon-wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes titleFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cardFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.phone {
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.phone .notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 26px;
  background: #10151f;
  border-radius: 0 0 18px 18px;
  z-index: 30;
}
.phone .home-header .block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .phone .home-header .block {
    padding: 5px 20px;
  }
}
.phone .home-header .block .top {
  right: 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .phone .home-header .block .top {
    display: none;
  }
}
.phone .home-header .block .top .menu ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  gap: 20px;
  font-size: 1.1em;
}
.phone .home-header .block .top .menu ul li a {
  font-weight: bold;
}
.phone .home-header .block .top .menu ul li a svg {
  display: inline-block;
  vertical-align: text-bottom;
}
.phone .home-header .block .top .menu ul li a[aria-current=true] {
  color: #095557;
  border-bottom: 2px solid #095557;
}
.phone .home-header .block .top .menu ul li a:hover {
  color: #095557;
}
.phone .home-header .block .top .link {
  margin-bottom: 10px;
  font-size: 0.9em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .phone .home-header {
    justify-content: flex-end;
    background: transparent;
    display: flex;
    position: fixed;
    width: 100%;
    background: #FDEAF1;
    z-index: 1;
  }
}
.phone .sub-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #095557;
  align-items: center;
  justify-content: center;
  gap: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 55px;
}
@media screen and (max-width: 768px) {
  .phone .sub-title {
    right: inherit;
    bottom: inherit;
    top: 15px;
  }
}
.phone .hero {
  padding: 0px 0px 20px;
  position: relative;
}
.phone .hero a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.phone .hero a .gov-badge {
  background: url(../images/logo.svg) no-repeat center;
  background-size: contain;
  width: 90px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .phone .hero a .gov-badge {
    background: url(../images/logo.svg) no-repeat left;
  }
}
.phone .hero a .gov-badge:after {
  content: "";
  display: block;
  width: 85px;
  height: 8px;
  background: #FFC000;
  margin-top: 50px;
  border-radius: 4px;
}
.phone .hero a .title {
  font-size: 2rem;
  line-height: 1.35;
  margin: 0;
  font-weight: 900;
  color: var(--text-dark);
  padding: 0px 0px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .phone .hero a {
    position: relative;
    bottom: 15px;
  }
}
.phone .hero p {
  font-size: 1em;
  line-height: 1.7;
  color: var(--text-mid);
  margin: 0;
  max-width: 78%;
  position: relative;
  z-index: 2;
}
.phone .main {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .phone .main .gov-main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.phone .main .gov-badge {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .phone .main .gov-badge {
    background: url(../images/logo.svg) no-repeat center;
    width: 60px;
    height: 50px;
    font-size: 0;
    color: transparent;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .phone .main .gov-badge:before {
    content: "";
    display: block;
    background: url(../images/logo.svg) no-repeat center;
    width: 60px;
    height: 50px;
  }
}
.phone .main .block {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .phone .main .block {
    height: 50px;
  }
}
.phone .hero-illustration {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 150px;
  height: 150px;
  background: url(../images/header-bg.svg) no-repeat center;
  background-size: contain;
  display: none;
}
@media screen and (min-width: 768px) {
  .phone .hero-illustration {
    top: 90px;
    width: 180px;
    height: 190px;
  }
}
.phone .statusbar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 1rem;
  font-weight: 700;
  color: #3a3a35;
  flex: none;
}
.phone .screen {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.phone .screen::-webkit-scrollbar {
  width: 0;
}
.phone .pad {
  padding: 15px;
  margin-bottom: 60px;
  position: relative;
}
.phone .pad #Accesskey_C {
  color: #fce3e1;
}
@media screen and (min-width: 768px) {
  .phone .pad {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .phone .pad {
    padding-top: 50px;
  }
}

.appbar {
  position: absolute;
  left: 15px;
}
.appbar .back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  border: 1px solid #cdcdc8;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  font-size: 1.09375rem;
  cursor: pointer;
  color: #095557;
}
.appbar .t {
  font-size: 1.09375rem;
  font-weight: 800;
  color: #095557;
}
.appbar .sp {
  margin-left: auto;
}

.miniuser {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #366d28;
  background: #e6f3df;
  border-radius: 20px;
  padding: 3px 10px;
}
.miniuser.out {
  color: #8a6a00;
  background: #fff3d6;
}

.brand {
  padding: 8px 2px 2px;
}
.brand .ey {
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  color: #095557;
  font-weight: 800;
}
.brand h1 {
  font-size: 1.78125rem;
  font-weight: 900;
  color: #2b2b2b;
  margin-top: 4px;
  line-height: 1.2;
}
.brand .u {
  height: 6px;
  width: 70px;
  background: #FFC000;
  border-radius: 3px;
  margin-top: 8px;
}
.brand p {
  margin-top: 12px;
  color: #585854;
  font-size: 0.9375rem;
}

.evgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .evgrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.evcard {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  border: 1px solid #e6cece;
  border-radius: 18px;
  padding: 20px 10px;
  text-align: center;
  transition: 0.15s;
  box-shadow: 0 4px 12px rgba(232, 137, 137, 0.2), 0 4px 12px rgba(0, 0, 0, 0.01);
  border: 2px solid #009d95;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.evcard:hover {
  transform: translateY(-5px);
}
.evcard:active {
  transform: scale(0.97);
}
.evcard .emo {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  border: 2px solid #009d95;
  background-color: transparent;
}
.evcard .emo:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain !important;
}
.evcard .nm {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 8px;
}
.evcard .ds {
  color: #424852;
  margin-top: 3px;
}
.evcard:nth-child(1) {
  animation-delay: 0.25s;
}
.evcard:nth-child(1) .emo:before {
  background: url(../images/index-icon01.svg) no-repeat center;
}
.evcard:nth-child(2) .emo:before {
  background: url(../images/index-icon02.svg) no-repeat center;
}
.evcard:nth-child(3) .emo:before {
  background: url(../images/index-icon04.svg) no-repeat center;
}
.evcard:nth-child(4) .emo:before {
  background: url(../images/index-icon03.svg) no-repeat center;
}

.soon {
  position: relative;
  transform: inherit !important;
}
.soon:hover {
  transform: inherit;
}
.soon:hover .emo {
  animation: none;
}
.soon:before {
  content: "敬請期待";
  position: absolute;
  right: 10px;
  top: 10px;
  box-shadow: 0px 0px 3px #9f9f9f;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 0.9rem;
  background: #dff5f4;
  z-index: 1;
}
.soon .nm, .soon .ds {
  color: #767676;
}

.homecta {
  margin-top: 16px;
  background: #fff;
  border: 1px dashed #d8cfa8;
  border-radius: 14px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.homecta .ic {
  background: url(../images/remind.svg) no-repeat center;
  width: 100%;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
}
.homecta:hover .ic {
  animation: icon-wiggle 0.5s ease-in-out;
}
.homecta .tx {
  font-size: 1rem;
  color: #585854;
  flex: 1;
}
.homecta b {
  color: #095557;
}

.toast {
  position: absolute;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #2b2b2b;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 22px;
  opacity: 0;
  transition: 0.25s;
  z-index: 40;
  pointer-events: none;
  white-space: nowrap;
}
.toast.on {
  opacity: 0.96;
  transform: translateX(-50%) translateY(0);
}

.nav {
  flex: none;
  display: flex;
  background: #fff;
  border-top: 1px solid #eee;
  position: fixed;
  width: 100%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav a {
  flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  padding: 5px 0;
  color: #5a5a50;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
.nav a .i {
  display: block;
  margin-bottom: 1px;
}
.nav a[aria-current=true] {
  color: #095557;
}

.cmp {
  margin: 10px 0 2px;
  border: 1px solid #e3ddc4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.cmp > summary {
  cursor: pointer;
  list-style: none;
  padding: 11px 14px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #095557;
  background: #eef4fb;
}
.cmp > summary::-webkit-details-marker {
  display: none;
}
.cmp .cbody {
  padding: 6px 14px 12px;
}

.cmp-row {
  padding: 8px 0;
  border-bottom: 1px dashed #eadfbc;
}
.cmp-row:last-child {
  border-bottom: none;
}

.cmp-face {
  font-size: 0.9rem;
  font-weight: 800;
  color: #555;
  margin-bottom: 3px;
}

.cmp-a, .cmp-b {
  font-size: 1rem;
  margin: 2px 0;
  line-height: 1.7;
}

.tg {
  font-weight: 800;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 1px 6px;
  margin-right: 6px;
}
.tg.pub {
  background: #e6f3df;
  color: #366d28;
}
.tg.np {
  background: #fff3d6;
  color: #8a6a00;
}

.cmn {
  font-size: 0.8125rem;
  color: #8a6a3a;
  margin-top: 9px;
  background: #fff8e6;
  border-radius: 8px;
  padding: 6px 9px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  line-height: 1.7;
  z-index: 1;
  display: none;
}
.footer .info {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.footer .pbtn.as-link {
  margin: 0px;
  width: inherit;
}
.footer .icon {
  display: none;
}
.footer ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer {
    display: none;
  }
}

#Accesskey_U, #Accesskey_C, #Accesskey_Z {
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #Accesskey_U, #Accesskey_C, #Accesskey_Z {
    display: none;
  }
}

#Accesskey_Z {
  top: -15px;
}

.a11yBrick {
  color: #fff;
  display: inline-block;
  left: 0;
  line-height: 1.2;
  overflow: hidden;
  padding: 0.05em 0.35em 0.15em;
  position: absolute;
  top: 0;
  z-index: 2;
}
.a11yBrick:focus-visible, .a11yBrick:hover {
  color: #000;
}

/* 從行內 style 屬性搬出來的樣式。
 *
 * 為什麼要搬：CSP 的 style-src 拿掉 'unsafe-inline' 之後，
 * HTML 裡的 style="..." 屬性會被瀏覽器整個忽略（不報錯，樣式就是不套用），
 * 因此原本寫在屬性上的規則一律改成 class 放在這裡。
 *
 * 為什麼獨立成一支、不併進 global.css：
 * global.css 是 sass 的編譯產物（旁邊還有 global.css.map），
 * 重新編譯就會把手動加的規則蓋掉；這一支不在編譯流程裡，改動才留得住。
 *
 * 純粹由 JS 算出來的值（例如進度條的百分比寬度）不在這裡 ——
 * 那類值連續、無法窮舉成 class，改由 JS 以 element.style 設定。
 * element.style 走的是 CSSOM，不受 style-src 限制
 * （被擋的是 HTML 的 style 屬性與 <style> 元素）。
 */
/* 臨櫃辦理的內容區塊，收合時隱藏。
 *
 * 展開狀態早就由 global.css 的 .counterbtn.open .chan { display:block !important }
 * 控制，原本的行內 style="display:none" 只在收合狀態有作用，這裡接手那個角色。
 *
 * [hidden] 的隱藏本來就是瀏覽器預設行為，但那個優先序很低，
 * 只要日後有人替 .chan 加上任何 display 宣告就會被蓋掉，所以在這裡明確寫出來。 */
.chan[hidden] {
  display: none !important;
}

/* 複選題「下一步」在未選任何項目時的停用外觀。
 * 不用 disabled 屬性是為了讓讀屏使用者仍能聚焦、聽見不能按的原因（見 qb-question.js），
 * 但那樣 .pbtn.primary:disabled 就選不到了，因此改以 aria-disabled 當選擇器。 */
.pbtn.primary[aria-disabled=true] {
  background: #616f83;
  box-shadow: none;
  cursor: not-allowed;
}

/* 空狀態畫面中央那顆按鈕（「開始」「前往登入」「回作答群組」） */
.pbtn.narrow {
  max-width: 180px;
  margin: 0 auto;
}

/* 與上一個區塊拉開距離的次要連結（作答群組頁的「登出」） */
.mutelink.spaced {
  margin-top: 18px;
}

/* 帳號頁的「意見回饋」：外觀是按鈕，實際是連結 */
.pbtn.as-link {
  display: block;
  text-align: center;
  text-decoration: none;
}

/* 首頁內文中的登入連結，要在整段文字裡看得出來是可以點的 */
.text-link-strong {
  color: #0056b3;
  text-decoration: underline;
  font-weight: bold;
}

.skipbox .h:before, .exc .l:before, .phone .hero a .gov-badge, .phone .hero-illustration, .evcard .emo, .homecta .ic {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.qwrap {
  margin-bottom: 15px;
}
.qwrap .text {
  margin: 10px 0px;
  text-align: right;
  font-weight: bold;
}
.qwrap .text:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ffc000;
  vertical-align: middle;
  border-radius: 10px;
  margin: 2px;
}

.qstep {
  font-size: 0.9rem;
  font-weight: 800;
  color: #095557;
  letter-spacing: 0.05em;
}

.qtitle {
  font-size: 1.34375rem;
  font-weight: 800;
  margin: 6px 0 8px;
}

.qsub {
  font-size: 1rem;
  color: #424852;
  margin-bottom: 14px;
}
.qsub .qsub {
  margin-bottom: 7px;
  font-weight: bold;
  text-decoration: underline;
}
.qsub .last-link {
  font-weight: bold;
  padding: 5px 0px;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  color: #095557;
  text-decoration: underline;
}
.qsub.hintText {
  text-align: center;
  margin-top: 14px;
  color: #9d0000;
}
.qsub.hintText:before {
  content: "*";
  margin-right: 3px;
}

.ctys {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .ctys {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.cbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 1.5px solid #e6cece;
  background: #fff;
  border-radius: 11px;
  padding: 12px 4px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: #2b2b2b;
  position: relative;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.cbtn:active {
  transform: scale(0.96);
}
.cbtn:hover {
  background: #FFC000;
  border-color: #FFC000;
}
.cbtn[aria-pressed=true] {
  background: #FFC000;
  border-color: #FFC000;
  color: #3a2f00;
}
.cbtn[aria-pressed=true] .s-online {
  background-color: #fff;
}
.cbtn .d {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .opts {
    flex-direction: inherit;
  }
}

.obtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: left;
  border: 1.5px solid #e6cece;
  background: #fff;
  border-radius: 14px;
  padding: 15px 16px;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .obtn {
    width: 50%;
    justify-content: center;
  }
}
.obtn:hover {
  background: #FFC000;
  border-color: #FFC000;
}
.obtn.active {
  background: #FFC000;
  border-color: #FFC000;
  color: #3a2f00;
}
.obtn .em {
  font-size: 1.34375rem;
}

.s-online {
  background: #ffc000;
}

.s-partial {
  background: #0c9c92;
}

.s-offline {
  background: #7A3B29;
}

.nextbar {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .nextbar {
    justify-content: center;
  }
}

.pbtn {
  flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-family: inherit;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .pbtn {
    flex: inherit;
  }
}
.pbtn.primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  width: 100%;
  background: #095557;
  color: #ffffff;
  font-weight: 700;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.2);
  transition: all 0.2s ease;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .pbtn.primary {
    width: 30%;
  }
}
.pbtn.primary:hover {
  background: rgb(8.04375, 75.96875, 77.75625);
}
.pbtn.primary:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(30, 64, 175, 0.1);
}
.pbtn.primary:disabled {
  background: #616f83;
}
.pbtn.ghost {
  background: #fff;
  border: 1.5px solid #e6cece;
  color: #095557;
  flex: none;
  width: 64px;
}

.skipbox .h:before, .exc .l:before, .phone .hero a .gov-badge, .phone .hero-illustration, .evcard .emo, .homecta .ic {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.flowtop {
  background: #095557;
  border-radius: 24px;
  padding: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.flowtop .ev {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.flowtop .ct {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.olead {
  margin: 12px 0 2px;
  font-size: 1rem;
  color: #366d28;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ftools {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 10px;
  align-items: center;
  flex-wrap: wrap;
}

.expbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e9d5e0;
  color: #a12b5e;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 20px;
  padding: 6px 16px;
  transition: all 0.2s ease;
}
.expbtn:hover {
  background: rgba(30, 64, 175, 0.1);
}

.acclbl {
  font-size: 1rem;
  color: #424852;
  font-weight: 700;
  margin-top: 6px;
  text-align: center;
}

.accmail {
  font-weight: 800;
  color: #095557;
  background: #eefbf8;
  border: 1px solid #d5f2f1;
  border-radius: 11px;
  padding: 13px 15px;
  margin: 6px 0 14px;
  word-break: break-all;
}

.acc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.st {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(232, 137, 137, 0.2), 0 4px 12px rgba(0, 0, 0, 0.01);
  border: #e6cece;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1.7;
  position: relative;
}
.st.markNone {
  border-left: 5px solid #c9c2a8;
}
.st.markNone .snum {
  background: transparent;
  border: 2px solid #2b2b2b;
}
.st.markLocal {
  border-left: 5px solid #FFC000;
}
.st.markLocal .snum {
  background: #FFC000;
  border: 2px solid #E0A100;
}
.st.markCentral {
  border-left: 5px solid #FFC000;
}
.st.markCentral .snum {
  background: #FFC000;
  border: 2px solid #E0A100;
}
.st.open .sth {
  padding-bottom: 0px;
}
.st a.add {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #12a2a8;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #12a2a8;
}
.st.open {
  box-shadow: 0 16px 40px rgba(30, 64, 175, 0.06);
}
.st.open .stb {
  display: block;
}
.st.open .chev {
  transform: rotate(-90deg);
}

.sth {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #333;
}
.sth[aria-expanded=true] {
  padding-bottom: 0px;
}

.snum {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #095557;
  color: #333;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stt {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.stt .nm {
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: bold;
}
.stt .hn {
  font-size: 0.8125rem;
  margin-top: 2px;
}

.way {
  font-weight: 800;
  padding: 1px 7px;
  border-radius: 6px;
  font-size: 1rem;
}
.way.on {
  background: #e6f3df;
  color: #366d28;
}
.way.off {
  background: #faf1d8;
  color: #8a6a00;
}

.chev {
  flex: none;
  color: #585854;
  transition: transform 0.2s;
  transform: rotate(90deg);
}

.stb {
  display: none;
  padding: 0 20px 10px;
  font-size: 1rem;
}

.amount {
  background: rgba(254, 242, 242, 0.9);
  border: 1px solid rgba(252, 165, 165, 0.4);
  border-radius: 12px;
  padding: 12px 15px;
  margin: 4px 0 12px;
  font-weight: 600;
  color: #991B1B;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .amount br {
    display: none;
  }
}
.amount .btn {
  background: linear-gradient(135deg, #a12b5e 0%, #b4346b 100%);
}
@media screen and (min-width: 768px) {
  .amount .btn {
    margin: 0px;
  }
}
.amount .btn:hover {
  background: linear-gradient(135deg, #b4346b 0%, #a12b5e 100%);
}

.rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0px;
}

.r {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .r br {
    align-items: center;
  }
}
.r .k {
  color: #424852;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .r span + span br {
    display: none;
  }
}

.chan {
  border-radius: 16px;
  padding: 10px 15px;
  line-height: 1.7;
}
.chan.soon {
  filter: grayscale(1) invert(0.1);
}
.chan .lbl {
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  margin: 5px 0px;
  margin-right: 8px;
}
.chan.on {
  background: rgba(240, 251, 253, 0.85);
  border: 1px solid rgba(74, 205, 222, 0.4);
  color: #165365;
  margin: 12px 0px;
}
@media screen and (min-width: 768px) {
  .chan.on br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .chan.on {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
.chan.on .lbl {
  background: #bbf7ea;
  color: #165365;
}
@media screen and (max-width: 768px) {
  .chan.on .lbl {
    margin: 4px auto;
  }
}
.chan.off {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 8px;
  border: 1px solid #e2d3bc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  font-weight: normal;
  color: #424852;
}
@media screen and (min-width: 768px) {
  .chan.off br {
    display: none;
  }
}
.chan.off .lbl {
  background: #bbf7ea;
  color: #B45309;
}
.chan.off .btn {
  background: linear-gradient(135deg, #4b310a 0%, #5c4f08 100%);
}
.chan.off .btn:hover {
  background: linear-gradient(135deg, #5c4f08 0%, #4b310a 100%);
}

.btn {
  display: inline-block;
  margin: 6px;
  background: linear-gradient(135deg, #0a4b45 0%, #085c55 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 12px;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.btn:hover {
  background: linear-gradient(135deg, #085c55 0%, #0a4b45 100%);
}
.btn:active {
  transform: scale(0.98);
}

.counterbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 12px 0px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px #b79e5a dotted;
  color: #655016;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.2s ease;
  display: block;
}
.counterbtn p {
  text-align: center;
  position: relative;
}
.counterbtn p:after {
  content: "";
  font-size: 0.6875rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  color: #165365;
  transform: rotate(90deg);
  transition: transform 0.25s ease, opacity 0.25s ease;
  float: right;
  color: #6b6b66;
  position: absolute;
  top: 8px;
  right: 5px;
}
.counterbtn.open {
  background: rgba(253, 247, 240, 0.85);
  border-color: 1px solid rgba(74, 205, 222, 0.4);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.12);
}
.counterbtn.open .chan {
  display: block !important;
}
.counterbtn.open p:after {
  opacity: 1;
  transform: rotate(-90deg);
}

.combo {
  background: rgba(240, 251, 253, 0.85);
  border: 1px solid rgba(74, 205, 222, 0.4);
  border-radius: 10px;
  padding: 9px 12px;
  margin: 12px 0px;
}
.combo .l {
  font-size: 1.05rem;
  font-weight: bold;
  color: #165365;
  border-radius: 6px;
  padding: 3px 8px;
}
.combo .n {
  font-weight: 700;
  color: #2b2b2b;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  gap: 8px;
}
.combo .n::-webkit-details-marker {
  display: none;
}
.combo .n::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  font-size: 0.75rem;
  color: #585854;
  transform: rotate(90deg);
  transition: transform 0.2s ease, color 0.2s ease;
}
.combo .n:hover {
  color: #0c6059;
}
.combo .n:hover:after {
  color: #0c6059;
}
.combo .citem details[open] .n {
  color: #0c6059;
}
.combo .citem details[open] .n:after {
  transform: rotate(-90deg);
}
.combo .cm {
  margin-top: 2px;
}
.combo .cd {
  color: #424852;
  margin-top: 2px;
}
.combo .cd ul {
  margin: 0;
  padding-left: 1.5rem; /* 保留縮排 */
}
.combo .cd ol {
  list-style: none; /* 移除黑點 */
  padding-left: 0; /* 第二層再縮排 */
  margin-top: 0.5rem;
  counter-reset: my-counter; /* 初始化計數器 */
  text-indent: -26px;
  margin-left: 26px;
}
.combo .cd ol li:before {
  counter-increment: my-counter; /* 遞增計數器 */
  content: "(" counter(my-counter) ") "; /* 設定顯示格式為 (數字) */
  font-weight: bold; /* 可選：讓括號數字粗體顯示 */
  margin-right: 5px; /* 可選：調整與文字的間距 */
}
.combo .cd li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.combo .cd p {
  line-height: 1.7;
  padding: 5px 0px 5px 20px;
}
.combo .citem {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px dashed #bfe0b0;
}
.combo .citem:first-of-type {
  margin-top: 0px;
  padding-top: 0;
  border-top: 0;
}
.combo .calt {
  margin-top: 8px;
  background: #fff;
  border: 1px dashed #bfe0b0;
  border-radius: 8px;
  padding: 5px 8px;
  color: #585854;
}
.combo .chn {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  border-radius: 6px;
  padding: 1px 6px;
  margin-left: 6px;
  background: #fff;
  border: 1px solid #bfe0b0;
  color: #366d28;
}
.combo .chn.lim {
  background: #fff3d6;
  border-color: #e6cf88;
  color: #8a6a00;
}

.combo-detail {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 8px;
  border: 1px solid #bcdee2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.exc {
  margin-top: 8px !important;
  background: #fdeeee;
  border: 1px solid #f3cfcf;
  border-radius: 9px;
  padding: 8px 12px;
  margin-right: 5px;
}
.exc .l {
  font-weight: 800;
  color: #7A3B29;
  margin-bottom: 2px;
  background: none;
  padding: 0px;
}
.exc .l:before {
  content: "";
  background: url(../images/exc.svg) no-repeat center;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.exc ul {
  margin: 0;
  padding-left: 17px;
}
.exc li {
  color: #7A3B29;
  margin: 2px 0;
}

.tip {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #7a6a3a;
  background: #fff8e6;
  border: 1px dashed #e6cf88;
  border-radius: 8px;
  padding: 6px 9px;
}

.trackbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  margin-top: 0px;
  background: #095557;
  border: #095557;
  color: #fff;
  font-size: 1rem;
  border-radius: 12px;
  transition: all 0.2s ease;
  display: block;
  padding: 15px;
  font-weight: bold;
}
.st .trackbtn {
  position: absolute;
  right: 35px;
  top: 20px;
  width: 24px;
  padding: 0px;
  line-height: 1.7;
  display: none;
}
.trackbtn:active {
  transform: scale(0.98);
}
.trackbtn.added {
  background: rgb(8.04375, 75.96875, 77.75625);
  border-color: rgb(8.04375, 75.96875, 77.75625);
  color: #fff;
}

.skipbox {
  margin-top: 16px;
  background: #faf8f2;
  border: 1px dashed #d8d4c8;
  border-radius: 14px;
  padding: 15px;
}
.skipbox .h {
  font-weight: 700;
  margin-bottom: 6px;
}
.skipbox .h:before {
  content: "";
  background: url(../images/info.svg) no-repeat center;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0px 5px;
}
.skipbox ul {
  margin: 0;
  padding-left: 1.8rem;
}
.skipbox ul li {
  line-height: 1.7;
}
.skipbox ul li + li {
  margin-top: 0.5rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
}
.chips ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 15px 0 10px;
  align-items: center;
}
.chips ul li {
  background: #f1efe9;
  border-radius: 999px;
  padding: 4px 10px;
  color: #505048;
  font-weight: 600;
  box-shadow: 0px 0px 2px #6f6e6a;
}
.chips .redo {
  color: #1d4473;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 10px;
  font-family: inherit;
  font-size: 0.9rem;
}

.phone .hero a .gov-badge, .phone .hero-illustration, .evcard .emo, .homecta .ic, .exc .l:before, .skipbox .h:before {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.trk {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.trkitem {
  background: #fff;
  border: 1px solid #e6cece;
  border-radius: 13px;
  padding: 12px 14px;
}
.trkitem .ctx {
  font-size: 1rem;
  color: #424852;
  font-weight: 700;
}
.trkitem .ti {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 2px;
}
.trkitem .bot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stpill {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 20px;
  padding: 5px 12px;
}

.stp-todo {
  background: #f0ecdb;
  color: #424852;
}

.stp-doing {
  background: #dbeafe;
  color: #095557;
}

.stp-done {
  background: #e6f3df;
  color: #366d28;
}

.rm {
  margin-left: auto;
  background: none;
  border: none;
  color: #c98;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 700;
}

.empty {
  text-align: center;
  color: #424852;
  font-size: 0.96875rem;
  padding: 40px 16px;
  border: 1.5px dashed #e0d8ba;
  border-radius: 14px;
  margin-top: 10px;
}

.pad .mail-name {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  margin-bottom: 6px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pad .mail-info {
  font-size: 0.9rem !important;
  color: #424852 !important;
  background: #FFFBEB;
  border: 1px solid #FEF3C7;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 12px !important;
  line-height: 1.7;
}

.trk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trkitem {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03), 0 2px 6px rgba(0, 0, 0, 0.01);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trkitem:hover {
  transform: scale(0.97);
}
.trkitem .ctx {
  font-size: 0.9rem;
  font-weight: 800;
  color: #095557;
  background: rgba(13, 148, 136, 0.06);
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.trkitem .ti {
  font-size: 1.0625rem !important;
  font-weight: 700;
  color: #0F172A !important;
  text-decoration: none !important;
  line-height: 1.4;
  padding-bottom: 16px;
  display: block;
  transition: color 0.2s;
}

.bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F1F5F9;
  padding-top: 14px;
}

.stpill {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 16px;
  border-radius: 30px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.stpill.stp-todo {
  background: #F1F5F9;
  color: #475569;
  border-color: #E2E8F0;
}
.stpill.stp-todo::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #475569;
  border-radius: 50%;
}
.stpill.stp-doing {
  background: #EFF6FF;
  color: #1D4ED8;
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}
.stpill.stp-doing::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1D4ED8;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.stpill.stp-done {
  background: #ECFDF5;
  color: #047857;
  border-color: rgba(16, 185, 129, 0.2);
}
.stpill.stp-done::before {
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}
.stpill:active {
  transform: scale(0.96);
}

.rm {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  color: #d53d3d;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s;
}
.rm:hover {
  background: rgba(239, 68, 68, 0.05);
}
.rm:active {
  background: rgba(239, 68, 68, 0.1);
}

.bot .mutelink {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #424852;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.bot .mutelink:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.05);
  border-color: rgba(239, 68, 68, 0.1);
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
}
/* 清單卡 */
.lcards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.lcard2 {
  background: #fff;
  border: 1px solid #e9e1c4;
  border-radius: 14px;
  padding: 20px 14px;
  cursor: pointer;
  position: relative;
  transition: 0.15s;
  box-shadow: 0 4px 12px rgba(31, 73, 125, 0.05);
  width: 100%;
}
.lcard2:active {
  transform: scale(0.99);
}
.lcard2 .row1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lcard2 .ic {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border: 2px solid #009d95;
}
.lcard2 .ic img {
  height: 30px;
  width: auto;
}
.lcard2 .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lcard2 .nm {
  font-size: 1.2rem;
  font-weight: bold;
}
.lcard2 .sub {
  font-size: 0.9rem;
  color: #595952;
  margin-top: 1px;
}
.lcard2 .pbar {
  height: 8px;
  background: #eceae2;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 11px;
}
.lcard2 .pfill {
  height: 100%;
  background: #4e9c3a;
  border-radius: 5px;
}
.lcard2 .pt {
  font-size: 0.78125rem;
  color: #595950;
  font-weight: 700;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lcard2 .done-badge {
  background: #e6f3df;
  color: #2d5921;
  font-weight: 800;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 0.75rem;
}
.lcard2 .rm2 {
  position: absolute;
  top: 11px;
  right: 12px;
  background: none;
  border: none;
  color: rgb(163, 0, 41);
  cursor: pointer;
}

/* checklist 標頭與進度 */
.clhead {
  background: #1f497d;
  color: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 6px;
}
.clhead .ev {
  font-size: 1.15625rem;
  font-weight: 900;
}
.clhead .ct {
  opacity: 0.85;
  margin-top: 2px;
}

.clprog {
  margin: 12px 2px;
}
.clprog .t {
  color: #505048;
  font-weight: 800;
  margin-bottom: 6px;
}

.clbarwrap {
  height: 10px;
  background: #eceae2;
  border-radius: 6px;
  overflow: hidden;
}

.clbar {
  height: 100%;
  background: #4e9c3a;
  border-radius: 6px;
  transition: width 0.3s;
  color: #8a8a80;
}

.clhint {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.7;
  color: #40403a;
  margin-bottom: 10px;
}
.clhint .g {
  padding: 0px 10px;
  border-radius: 14px;
  background-color: #E7F4DE;
  font-weight: bold;
}
.clhint .y {
  padding: 0px 10px;
  border-radius: 14px;
  background-color: #FFF6D4;
  font-weight: bold;
}
.clhint p {
  font-weight: bold;
  padding: 0px 10px;
}
.clhint p + p {
  background: #fff5e2;
  border-radius: 20px;
}

.chkrow .chk {
  flex: none;
  padding: 0 4px 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  margin-top: 20px;
}
.chkrow .chk input {
  width: 22px;
  height: 22px;
  accent-color: #356c27;
  cursor: pointer;
  margin: 0;
}
.chkrow .sth {
  padding-left: 40px;
}
.chkrow.vw {
  background: #FFF6D4;
  border-color: #EFDD9C;
}
.chkrow.dn {
  background: #E7F4DE;
  border-color: #C5E3B5;
}

.congrats {
  position: fixed;
  inset: 0;
  background: rgba(18, 24, 40, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  padding: 26px;
  height: 100vh;
}
.congrats .cgbox {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  animation: cgpop 0.32s ease;
}
.congrats .cgbox h3 {
  font-size: 1.3125rem;
  font-weight: 900;
  color: #0F172A;
  margin-top: 0;
}
.congrats .cgbox p {
  font-size: 0.875rem;
  color: #6a6a60;
  margin-top: 6px;
  line-height: 1.7;
}
.congrats .cgbox .cgbtns {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.congrats .cgbox .cgbtns .pbtn {
  flex: 1;
  margin-top: 0;
}
.congrats .cgbox .cgbtns .pbtn.ghost {
  background: #eee;
  color: #555;
  border: 1.5px solid #ccc;
}

.phone .hero a .gov-badge, .phone .hero-illustration, .evcard .emo, .homecta .ic, .exc .l:before, .skipbox .h:before {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.lcard {
  background: #fff;
  border: 1px solid #e6cece;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0px 5px 10px #eccbca;
  margin-bottom: 15px;
}
.lcard h2 {
  font-size: 1.2rem;
  font-weight: 800;
}
.lcard p {
  font-size: 0.9rem;
  color: #424852;
  margin: 5px 0px;
}
.lcard ul {
  font-size: 0.9rem;
  color: #424852;
  margin: 5px 0px;
  line-height: 1.7;
  list-style: none;
}
.lcard .sitemap {
  line-height: 1.7;
  list-style: none;
}
.lcard .sitemap > li h3 {
  margin: 10px 0px;
  padding: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #009d95;
}
.lcard .sitemap > li .sitemap-info {
  margin-left: 10px;
}
.lcard .sitemap > li .sitemap-info h4 {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  font-weight: inherit;
}
.lcard .sitemap > li .sitemap-info h4 a {
  font-weight: bold;
}

.inp {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: #F8FAFC;
  border: 1.5px solid #e2eef0;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.9375rem;
  color: #0F172A;
  font-weight: 500;
  transition: all 0.2s ease;
}
.inp::-moz-placeholder {
  color: #424852;
  font-weight: 400;
}
.inp::placeholder {
  color: #424852;
  font-weight: 400;
}
.inp:focus {
  background: #ffffff;
  border-color: #1E40AF;
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.25);
}

.mailbox {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.mailbox.show {
  max-height: 500px; /* 大於內容高度即可 */
  opacity: 1;
}

.mail {
  border-radius: 12px;
  padding: 13px 14px;
}
.mail .mh {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.mail .pbtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mail .code {
  font-size: 1.96875rem;
  font-weight: 900;
  letter-spacing: 8px;
  color: #1E40AF;
  text-align: center;
  margin: 8px 0;
}
.mail .lk {
  font-size: 1rem;
}

.mutelink {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #1E40AF;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  width: 100%;
}

.phone .hero a .gov-badge, .phone .hero-illustration, .evcard .emo, .homecta .ic, .exc .l:before, .skipbox .h:before {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

.card {
  width: 100%;
  background: var(--card-bg, #fff);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid #e6cece;
  box-shadow: 0px 5px 10px #eccbca;
}
.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
}
.card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
}
.card__title svg {
  flex-shrink: 0;
}
.card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 6px;
  color: #084B52;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
}
.card__more svg {
  flex-shrink: 0;
}
.card__more:hover {
  text-decoration: underline;
}
.card__more:focus-visible {
  outline: 3px solid #0B6E75;
  outline-offset: 2px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__item + .list__item {
  border-top: 1px solid #E7E9EC;
}
.list__link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 4px 12px;
  padding: 16px 4px;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  min-height: 44px;
}
.list__link:focus-visible {
  outline: 3px solid #0B6E75;
  outline-offset: 2px;
}
.list__link:hover {
  background-color: #F7F9FA;
}
.list__link:active {
  transform: scale(0.99);
}
.list__main {
  grid-column: 1;
  min-width: 0;
}
.list__title {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  color: #12283F;
  line-height: 1.5;
  margin: 0 0 4px;
  word-break: break-word;
}
.list__desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #4A5560;
  font-size: 0.9rem;
  line-height: 1.6;
}
.list__meta {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4A5560;
  font-size: 0.85rem;
  white-space: nowrap;
  padding-top: 2px;
}
.list__chevron {
  flex-shrink: 0;
}

.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 6px;
}
.tag--sys {
  background: #FFE1E6;
  color: #8B1538;
}
.tag--event {
  background: #DCE9FF;
  color: #1B3A78;
}
.tag--update {
  background: #DBF3E3;
  color: #0F5C34;
}
.tag--notice {
  background: #FFE7BF;
  color: #6B3F00;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: no-preference) {
  .list__link {
    transition: background-color 0.15s ease;
  }
  .list__link:hover {
    background: #F7F9FA;
  }
}
/* Narrow screens: stack date under title, keep tap targets generous */
@media (max-width: 420px) {
  .list__link {
    grid-template-columns: 1fr;
  }
  .list__meta {
    grid-column: 1;
    padding-top: 0;
  }
}
/* Respect user forced-colors / high-contrast mode */
@media (forced-colors: active) {
  .tag {
    border: 1px solid CanvasText;
  }
  .list__link:focus-visible, .card__more:focus-visible {
    outline: 3px solid Highlight;
  }
}/*# sourceMappingURL=global.css.map */