:root{--bg: #f6eedc;--bg-soft: #efe3c9;--card: #fffaf0;--card-edge: #e3d3b2;--ink: #2b241a;--gold: #c96f2e;--gold-bright: #a8541c;--gold-dim: #d9a86b;--cream: #fdf6e8;--muted: #8a7a61;--danger: #c1492c;--radius: 14px;--font-display: "Permanent Marker", "Noto Sans TC", sans-serif;--font-body: "Noto Sans TC", -apple-system, "PingFang TC", "Microsoft JhengHei", sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='140'%20height='140'%20viewBox='0%200%20140%20140'%3E%3Cg%20fill='none'%20stroke='%232b241a'%20stroke-opacity='0.06'%20stroke-width='1.2'%3E%3Cpath%20d='M35%2019%20L48.9%2027%20L48.9%2043%20L35%2051%20L21.1%2043%20L21.1%2027%20Z%20M35%2035%20L35%2051%20M35%2035%20L48.9%2027%20M35%2035%20L21.1%2027'/%3E%3Cpath%20d='M105%2091.3%20L113.7%2096.3%20L113.7%20106.3%20L105%20111.3%20L96.3%20106.3%20L96.3%2096.3%20Z%20M105%20101.3%20L105%20111.3%20M105%20101.3%20L113.7%2096.3%20M105%20101.3%20L96.3%2096.3'/%3E%3Cpath%20d='M110%2026%20L110%2034%20M106%2030%20L114%2030'/%3E%3C/g%3E%3Ccircle%20cx='40'%20cy='110'%20r='1.5'%20fill='%23c96f2e'%20fill-opacity='0.18'/%3E%3C/svg%3E"),radial-gradient(ellipse 80% 50% at 50% -10%,rgba(201,111,46,.08),transparent),radial-gradient(ellipse 60% 40% at 90% 110%,rgba(201,111,46,.06),transparent);background-repeat:repeat,no-repeat,no-repeat;color:var(--ink);font-family:var(--font-body);line-height:1.65;min-height:100vh}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-bright)}h1,h2,h3{line-height:1.3}.container{max-width:1080px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:10px 22px;border-radius:999px;border:2px solid var(--ink);background:var(--card);color:var(--ink);font-family:var(--font-body);font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:3px 3px #2b241ad9;transition:transform .15s ease,box-shadow .15s ease}.btn:hover{color:var(--ink);transform:translate(-1px,-2px);box-shadow:5px 5px #2b241ad9}.btn.solid{background:var(--gold);color:#fff8eb;border-color:var(--ink)}.btn.solid:hover{color:#fff8eb}.btn.danger{border-color:var(--danger);background:#c1492c14;color:var(--danger);box-shadow:3px 3px #c1492c66}.btn.small{padding:5px 14px;font-size:.85rem;border-width:1.5px;box-shadow:2px 2px #2b241ad9}.card{background:var(--card);border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:5px 5px #2b241a1f}.section-title{font-family:var(--font-display);font-size:2rem;color:var(--ink);margin:0 0 6px;letter-spacing:1px}.section-title{display:inline-block;transform:rotate(-1deg);background:linear-gradient(transparent 64%,rgba(201,111,46,.35) 64%,rgba(201,111,46,.35) 94%,transparent 94%);padding:0 6px}.section-sub{color:var(--muted);margin:0 0 28px}input,select,textarea{width:100%;padding:10px 14px;border-radius:10px;border:1.5px solid var(--card-edge);background:#fffdf7;color:var(--ink);font-family:var(--font-body);font-size:.95rem}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c96f2e26}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:5px;font-weight:500}.field{margin-bottom:16px}.empty{text-align:center;color:var(--muted);padding:60px 20px;border:2px dashed var(--gold-dim);border-radius:var(--radius)}@media(max-width:640px){.container{padding:0 16px}input,select,textarea{font-size:16px;padding:12px 14px}.btn{padding:11px 22px}.section-title{font-size:1.6rem}}header.svelte-12qhfyh{position:sticky;top:0;z-index:10;background:#f6eedce0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--ink)}.inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:64px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:12px;color:var(--ink);font-family:var(--font-display);font-weight:400;font-size:1.05rem;letter-spacing:.5px}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){height:48px;width:48px;object-fit:contain;transition:transform .2s ease}.brand.svelte-12qhfyh:hover img:where(.svelte-12qhfyh){transform:rotate(-8deg) scale(1.06)}.brand.svelte-12qhfyh em:where(.svelte-12qhfyh){font-style:normal;color:var(--gold)}nav.svelte-12qhfyh{display:flex;align-items:center;gap:4px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:inline-flex;align-items:center;white-space:nowrap;padding:7px 14px;border-radius:999px;color:var(--muted);font-weight:500;font-size:.95rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--gold-bright);background:#c96f2e24}.qbadge.svelte-12qhfyh{display:inline-block;background:var(--gold);color:#fff8eb;font-size:.68rem;font-weight:800;min-width:17px;text-align:center;padding:1px 5px;border-radius:999px;margin-left:4px;vertical-align:1px}.cta.svelte-12qhfyh{margin-left:8px;padding:8px 18px;border-radius:999px;border:2px solid var(--ink);background:var(--gold);color:#fff8eb;font-weight:800;font-size:.92rem;box-shadow:2px 2px #2b241ad9;transform:rotate(-1.5deg);transition:box-shadow .15s ease,transform .15s ease}.cta.svelte-12qhfyh:hover{color:#fff8eb;box-shadow:4px 4px #2b241ad9;transform:rotate(-1.5deg) translate(-1px,-2px)}.cta.ctaon.svelte-12qhfyh{background:var(--gold-bright)}.adminbar.svelte-12qhfyh{border-bottom:2px solid var(--gold)}.exit.svelte-12qhfyh{margin-left:8px;padding:7px 14px;border-radius:999px;border:1px solid var(--card-edge);color:var(--muted);font-size:.9rem}.exit.svelte-12qhfyh:hover{color:var(--ink);border-color:var(--gold)}main.svelte-12qhfyh{min-height:calc(100vh - 144px);padding:40px 0 70px}footer.svelte-12qhfyh{border-top:1px solid var(--card-edge);padding:8px 0;color:var(--muted);font-size:.85rem;text-align:center}.adminlink.svelte-12qhfyh{color:var(--muted);opacity:.45;margin-left:6px;text-decoration:none}.adminlink.svelte-12qhfyh:hover{opacity:1;color:var(--gold)}.short.svelte-12qhfyh{display:none}@media(max-width:640px){.inner.svelte-12qhfyh{height:56px}.brand.svelte-12qhfyh{gap:8px}.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){height:40px;width:40px}nav.svelte-12qhfyh a.mobile-hide:where(.svelte-12qhfyh){display:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:7px 11px;font-size:.9rem}.cta.svelte-12qhfyh{padding:7px 14px;margin-left:4px}.exit.svelte-12qhfyh{margin-left:4px;padding:7px 11px;font-size:.85rem}main.svelte-12qhfyh{padding:28px 0 50px}}@media(max-width:380px){.full.svelte-12qhfyh{display:none}.short.svelte-12qhfyh{display:inline}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:7px 9px;font-size:.85rem}.cta.svelte-12qhfyh{padding:6px 11px;font-size:.85rem}}
