@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap";
/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --primary: #d62d2d;
  --primary-dark: #b22222;
  --secondary: #2d2d2d;
  --accent: #e63946;
  --bg: #fff;
  --bg-offset: #fbfbfc;
  --text: #1a1a1a;
  --text-muted: #57606f;
  --white: #fff;
  --shadow-sm: 0 2px 8px #0000000d;
  --shadow-md: 0 4px 12px #00000014;
  --shadow-lg: 0 10px 30px #0000001a;
  --glass-bg: #ffffffe6;
  --glass-border: #0000000d;
  --transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

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

html, body {
  background-color: var(--bg);
  max-width: 100vw;
  color: var(--text);
  font-family: Noto Sans TC, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  transition: var(--transition);
  text-decoration: none;
}

button {
  cursor: pointer;
  transition: var(--transition);
  background: none;
  border: none;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: 3rem 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: .8s ease-out forwards fadeIn;
}

.glass {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

body.light-page-fix, .light-page-fix {
  color: #1a1a1a !important;
  background-color: #fff !important;
}

body.light-page-fix header, .light-page-fix header {
  -webkit-backdrop-filter: blur(15px) saturate(160%) !important;
  background: #ffffff40 !important;
  border-bottom: 1px solid #ffffff1a !important;
  box-shadow: 0 4px 30px #0000000d !important;
}

.light-page-fix header span, .light-page-fix header a, .light-page-fix header button, .light-page-fix [class*="logoText"], .light-page-fix [class*="navItem"] {
  color: #000 !important;
  text-shadow: none !important;
}

.light-page-fix header svg path {
  fill: #000 !important;
}

.light-page-fix [class*="navItem"]:hover {
  color: #b89d5e !important;
}

div.light-page-fix [class*="storyHTML"], div.light-page-fix [class*="storyHTML"] section, div.light-page-fix [class*="storyHTML"] div, div.light-page-fix [class*="storyHTML"] p, div.light-page-fix [class*="storyHTML"] span, div.light-page-fix [class*="storyHTML"] h1, div.light-page-fix [class*="storyHTML"] h2, div.light-page-fix [class*="storyHTML"] h3, div.light-page-fix [class*="storyHTML"] [style*="background-color"], div.light-page-fix [class*="storyHTML"] [style*="background"] {
  color: #1a1a1a !important;
  background: none !important;
}

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

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

.ql-align-justify {
  text-align: justify;
}

.ql-editor, [class*="storyContent"], [class*="storyHTML"] {
  color: #2d3436;
  font-size: 1.1rem;
  line-height: 1.8;
}

.ql-editor img, [class*="storyContent"] img, [class*="storyHTML"] img {
  vertical-align: middle;
  border-radius: 12px;
  margin: 4px;
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

.ql-editor img:not([width="16"]), [class*="storyContent"] img:not([width="16"]), [class*="storyHTML"] img:not([width="16"]) {
  margin: 1.5rem auto;
  display: block;
}

.ql-editor p, [class*="storyContent"] p, [class*="storyHTML"] p {
  margin-bottom: 1rem;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):not(.search-input-bare), select, .control-base {
  border: 1.5px solid #ced4da;
  border-radius: 8px;
  padding: 0 .85rem;
  font-size: .95rem;
  line-height: 44px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-sizing: border-box !important;
  height: 44px !important;
}

textarea {
  border: 1.5px solid #ced4da;
  border-radius: 8px;
  padding: .75rem .85rem;
  font-size: .95rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-sizing: border-box !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):not(.search-input-bare):hover, select:hover, textarea:hover, .control-base:hover {
  border-color: #0984e3 !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):not(.search-input-bare):focus, select:focus, textarea:focus, .control-base:focus, .control-base:focus-within, button[data-state="open"], .control-base[data-state="open"] {
  border-color: #0984e3 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px #0984e340 !important;
}

.search-input-bare, .search-input-bare:focus, .search-input-bare:hover {
  height: 100% !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.control-base, .cursor-pointer, select, button, [role="button"] {
  cursor: pointer;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/