:root{--brand-teal:#14b09b;--brand-blue:#0359ae;--brand-sand:#ebe5d9;--brand-cabana:#cc8a56;--teal-deep:#0e8a78;--blue-deep:#023d73;--cabana-deep:#b3743f;--bg:#fff;--surface:#fff;--surface-sunken:#f5f1e8;--ink:#14293b;--ink-muted:#55677a;--line:#14293b24;--font-cjk:"PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Heiti TC", system-ui, -apple-system, sans-serif;--on-accent:#04211d;--fs-eyebrow:.9rem;--fs-body:1.125rem;--fs-lg:1.22rem;--fs-h3:clamp(1.2rem, 1vw + 1rem, 1.45rem);--fs-h2:clamp(1.7rem, 2vw + 1.1rem, 2.35rem);--fs-h1:clamp(2.1rem, 3.4vw + 1.1rem, 3.4rem);--gap-xl:clamp(3.5rem, 7vw, 6.5rem);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0b0f14;--surface:#121821;--surface-sunken:#0f151d;--ink:#dfe6ef;--ink-muted:#8b98a8;--line:#222b38;--brand-teal:#14b09b;--teal-deep:#0e8a78;--brand-blue:#4c9fe0;--blue-deep:#0d1a1c;--brand-cabana:#e0a874;--cabana-deep:#c98a50;--input-bg:#0d131b;--input-line:#2a3542;--on-accent:#04211d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-cjk);font-size:var(--fs-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.75}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3{text-wrap:balance;letter-spacing:.01em;margin:0;font-weight:800}p{margin:0}::selection{background:var(--brand-teal);color:#fff}:focus-visible{outline:2px solid var(--brand-blue);outline-offset:3px}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}.wrap{max-width:1080px;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}section{padding-block:var(--gap-xl)}.nav{z-index:40;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.85rem;display:flex}.brand{flex-direction:column;line-height:1.25;text-decoration:none;display:flex}.brand-name{font-size:1.05rem;font-weight:800}.brand-tag{color:var(--ink-muted);letter-spacing:.04em;font-size:.72rem}.nav-links{gap:1.3rem;font-size:.9rem;font-weight:600;display:flex}.nav-links a{color:var(--ink-muted);text-decoration:none}.nav-links a:hover{color:var(--brand-teal)}.nav-actions{gap:.6rem;display:flex}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand-teal);color:var(--on-accent,#fff)}.btn-primary:hover:not(:disabled){background:var(--teal-deep)}.btn-outline{border-color:var(--line);color:var(--ink);background:0 0}.btn-outline:hover{border-color:var(--brand-blue);color:var(--brand-blue)}.btn-ghost-blue{background:var(--brand-blue);color:#fff}.btn-ghost-blue:hover{background:var(--blue-deep)}.btn-sm{padding:.55rem 1rem;font-size:.85rem}.btn-block{width:100%}.eyebrow{font-size:var(--fs-eyebrow);letter-spacing:.12em;color:var(--ink-muted);text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:.9rem;font-weight:700;display:flex}.eyebrow:before{content:"";background:linear-gradient(180deg, var(--brand-teal), var(--brand-blue));border-radius:2px;width:3px;height:1.4em;display:block}.lede{font-size:var(--fs-lg);color:var(--ink-muted);max-width:52ch;margin-top:.8rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:4px;padding:1.8rem 1.5rem}.tablewrap{-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:4px;overflow-x:auto}.tablewrap table{border:0}table{border-collapse:collapse;background:var(--surface);width:100%;font-size:.92rem}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.75rem .9rem}thead th{background:var(--surface-sunken);letter-spacing:.03em;color:var(--ink-muted);white-space:nowrap;font-size:.8rem}tbody th{white-space:nowrap;font-weight:600}td{font-variant-numeric:tabular-nums}tbody tr:last-child th,tbody tr:last-child td{border-bottom:0}.field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.field label{color:var(--ink);font-size:.98rem;font-weight:700}.field input,.field select,.field textarea{background:var(--input-bg,var(--surface));border:1.5px solid var(--input-line,var(--line));min-height:48px;color:var(--ink);border-radius:6px;padding:.72rem .85rem;font-family:inherit;font-size:1.06rem}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand-teal)}.field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field-hint{color:var(--ink-muted);font-size:.86rem;line-height:1.7}footer{border-top:1px solid var(--line);margin-top:var(--gap-xl);padding-block:2.5rem}footer .wrap{color:var(--ink-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.82rem;display:flex}.mobile-bar{z-index:50;background:var(--surface);border-top:1px solid var(--line);gap:.5rem;padding:.6rem .9rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}:root[data-embed="1"] .nav,:root[data-embed="1"] footer,:root[data-embed="1"] .mobile-bar{display:none}:root[data-embed="1"] body{background:0 0;padding-bottom:0}:root[data-embed="1"] section{padding-block:clamp(1.5rem,4vw,2.5rem)}:is(body:has(#admin-root) .nav-links,body:has(#admin-root) .nav-actions,body:has(#admin-root) .mobile-bar){display:none}body:has(#admin-root){padding-bottom:0}:root[data-embed="1"] [data-embed-hide]{display:none}@media (max-width:860px){.nav-links{display:none}.field-row{grid-template-columns:1fr}.mobile-bar{display:flex}body{padding-bottom:4.2rem}.nav-actions .btn-sm span.full{display:none}}
