:root { --ink:#173f3a; --ink-soft:#45645f; --paper:#fffaf0; --cream:#f7efd9; --coral:#e86f51; --coral-dark:#c94e34; --sage:#b9cbb8; --line:#ddd4bd; --white:#fffef9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft JhengHei","Noto Sans TC",sans-serif; font-size:18px; line-height:1.65; }
button,input,textarea,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
button:disabled { cursor:not-allowed; opacity:.5; }
a { color:inherit; }
.site-header { min-height:84px; padding:14px clamp(20px,6vw,88px); display:grid; grid-template-columns:minmax(170px,1fr) auto minmax(280px,1fr); align-items:center; border-bottom:1px solid rgba(23,63,58,.14); background:rgba(255,250,240,.94); position:sticky; top:0; z-index:20; backdrop-filter:blur(12px); }
.header-actions { display:flex; align-items:center; gap:10px; }
.header-actions { justify-self:end; }
.project-links { justify-self:center; display:flex; align-items:center; gap:17px; padding:4px 24px; border-inline:1px solid rgba(23,63,58,.16); color:var(--ink-soft); font-size:14px; font-weight:800; letter-spacing:.04em; }
.project-links-label { color:var(--ink-soft); font-size:12px; letter-spacing:.12em; }
.project-link { position:relative; color:var(--ink); text-decoration:none; white-space:nowrap; transition:color .18s ease; }
.project-link>span:first-child { position:relative; }
.project-link>span:first-child::after { content:""; position:absolute; right:0; bottom:-5px; left:0; height:2px; background:var(--coral); transform:scaleX(0); transform-origin:right; transition:transform .18s ease; }
.project-link:hover,.project-link:focus-visible { color:var(--coral-dark); }
.project-link:hover>span:first-child::after,.project-link:focus-visible>span:first-child::after { transform:scaleX(1); transform-origin:left; }
.project-card { position:absolute; top:calc(100% + 18px); left:50%; z-index:30; display:grid; grid-template-columns:82px minmax(0,1fr) auto; gap:13px; align-items:center; width:330px; padding:9px 14px 9px 9px; border:1px solid rgba(23,63,58,.22); border-radius:15px; background:#f5f0e5; box-shadow:0 5px 0 rgba(23,63,58,.14); color:var(--ink); opacity:0; pointer-events:none; transform:translate(-50%,-7px); transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease; }
.project-card-thumb { position:relative; display:grid; width:82px; height:76px; place-items:center; overflow:hidden; border-radius:10px; background:#183f3a; color:#fffaf0; }.project-card-thumb::before,.project-card-thumb::after { content:""; position:absolute; border-radius:50%; background:rgba(255,255,255,.13); }.project-card-thumb::before { width:74px; height:74px; top:-32px; right:-24px; }.project-card-thumb::after { width:50px; height:50px; bottom:-24px; left:-24px; }.project-card-thumb i { position:relative; z-index:1; font-family:Georgia,serif; font-size:34px; font-style:normal; font-weight:800; }.project-card-thumb b { position:absolute; z-index:1; right:8px; height:4px; border-radius:99px; background:rgba(255,255,255,.8); }.project-card-thumb b:nth-of-type(1) { bottom:14px; width:29px; }.project-card-thumb b:nth-of-type(2) { bottom:23px; width:17px; }.project-card-thumb b:nth-of-type(3) { bottom:32px; width:23px; }.project-card-thumb-social { background:#ef6f50; }.project-card-thumb-social::before { background:#fff0ac; }.project-card-thumb-social::after { background:#dcebdc; }.project-card-thumb-social i,.project-card-thumb-social b { color:#173f3a; background:#173f3a; }.project-card-thumb-social i { background:transparent; }
.project-card-copy { display:grid; gap:2px; min-width:0; }.project-card-kicker { color:var(--ink-soft); font-size:13px; font-weight:800; letter-spacing:.02em; }.project-card strong { overflow:hidden; font-family:Georgia,"Noto Serif TC",serif; font-size:25px; line-height:1.15; text-overflow:ellipsis; white-space:nowrap; }.project-card small { overflow:hidden; color:var(--ink-soft); font-size:11px; letter-spacing:0; text-overflow:ellipsis; white-space:nowrap; }.project-card>b { align-self:center; color:var(--coral-dark); font-size:23px; line-height:1; }
.project-link:hover .project-card,.project-link:focus-visible .project-card { opacity:1; transform:translate(-50%,0); }
.brand { display:flex; gap:12px; align-items:center; text-decoration:none; }
.brand-mark { width:48px; height:48px; display:grid; place-items:center; color:var(--paper); background:var(--ink); border-radius:50% 48% 52% 44%; font-family:Georgia,serif; font-weight:800; font-size:25px; transform:rotate(-3deg); }
.brand strong,.brand small { display:block; line-height:1.2; }.brand strong { font-size:22px; letter-spacing:.12em; }.brand small { font-size:13px; letter-spacing:.28em; color:var(--ink-soft); margin-top:3px; }
.primary,.secondary,.danger,.icon-button { min-height:52px; padding:11px 22px; border-radius:14px; border:2px solid transparent; font-weight:800; transition:transform .18s,background .18s,box-shadow .18s; }
.primary { color:white; background:var(--coral); box-shadow:0 6px 0 #b84631; }.primary:hover { background:var(--coral-dark); transform:translateY(-1px); }.primary:active { transform:translateY(4px); box-shadow:0 2px 0 #b84631; }.primary.small { min-height:46px; padding:8px 18px; }
.secondary,.icon-button { color:var(--ink); background:transparent; border-color:var(--ink); }.secondary:hover,.icon-button:hover { background:var(--cream); }
.danger { color:#9c3527; background:#fff1ec; border-color:#d76752; }
.hero { min-height:620px; padding:clamp(56px,9vw,110px) clamp(24px,7vw,110px); display:grid; grid-template-columns:minmax(0,1.4fr) minmax(300px,.65fr); gap:clamp(46px,9vw,130px); align-items:center; position:relative; overflow:hidden; background:radial-gradient(circle at 10% 0%,#fff 0,transparent 35%),var(--paper); }
.hero::after { content:""; position:absolute; width:420px; height:420px; border:86px solid rgba(185,203,184,.35); border-radius:50%; right:-210px; bottom:-210px; }
.eyebrow { margin:0 0 14px; text-transform:uppercase; letter-spacing:.2em; font-size:14px; font-weight:900; color:var(--coral-dark); }.hero-copy>.eyebrow { max-width:100%; margin-bottom:20px; font-size:clamp(28px,3vw,40px); line-height:1.25; letter-spacing:.08em; }
h1,h2,h3,p { margin-top:0; }.hero h1 { margin-bottom:28px; max-width:760px; font-family:Georgia,"Noto Serif TC",serif; font-size:clamp(48px,7vw,92px); letter-spacing:-.055em; line-height:1.04; font-weight:700; }.hero h1 em { color:var(--coral); font-style:normal; }.hero-lead { max-width:670px; color:var(--ink-soft); font-size:clamp(19px,2vw,23px); }.hero-actions { display:flex; align-items:center; gap:28px; margin-top:38px; flex-wrap:wrap; }.text-link { font-weight:800; text-underline-offset:6px; }.line-helper-links { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:26px; }.line-friend-cta { display:grid; grid-template-columns:auto 1fr; column-gap:12px; align-items:center; width:fit-content; max-width:100%; padding:13px 18px; border-radius:14px; background:#06c755; color:white; box-shadow:0 5px 0 #048b3b; text-decoration:none; }.line-friend-cta:hover { background:#05b94f; transform:translateY(-1px); }.line-friend-cta span { grid-row:1/3; display:grid; place-items:center; width:46px; height:46px; border-radius:50%; background:white; color:#06a94a; font-size:11px; font-weight:900; }.line-friend-cta strong { font-size:17px; }.line-friend-cta small { opacity:.92; }.line-guide-link { display:grid; grid-template-columns:auto 1fr; column-gap:12px; align-items:center; width:fit-content; max-width:100%; min-height:72px; padding:13px 18px; border:2px solid var(--ink); border-radius:14px; color:var(--ink); background:#fff3b8; box-shadow:0 5px 0 rgba(23,63,58,.18); text-decoration:none; }.line-guide-link:hover { background:#ffe99a; transform:translateY(-1px); }.line-guide-link span { display:grid; place-items:center; width:46px; height:46px; border:2px solid currentColor; border-radius:50%; font-family:Georgia,serif; font-size:26px; font-weight:800; }.line-guide-link strong { font-size:17px; }.line-friend-cta.compact { margin:0 0 0 auto; padding:8px 13px; grid-template-columns:auto 1fr; box-shadow:none; }.line-friend-cta.compact span { grid-row:auto; width:auto; height:auto; padding:3px 5px; border-radius:5px; font-size:9px; }.line-friend-cta.compact strong { font-size:14px; }
.hero-note { background:#fff3b8; padding:42px 38px 30px; box-shadow:9px 12px 0 rgba(23,63,58,.13); transform:rotate(2deg); position:relative; z-index:1; }.tape { position:absolute; width:110px; height:30px; background:rgba(255,255,255,.62); top:-13px; left:50%; transform:translateX(-50%) rotate(-3deg); }.note-title { font-family:Georgia,"Noto Serif TC",serif; font-size:30px; font-weight:800; margin-bottom:24px; }.hero-note ol { padding:0; margin:0; list-style:none; }.hero-note li { display:flex; gap:15px; align-items:center; padding:15px 0; border-top:1px dashed rgba(23,63,58,.35); }.hero-note li b { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:white; }.hero-note li span,.hero-note li strong { display:block; }.hero-note li span { font-size:15px; color:var(--ink-soft); }.hero-note li strong { font-size:19px; color:var(--ink); }
.access-explainer { padding:96px clamp(38px,10vw,180px); background:linear-gradient(135deg,#fffaf0 0%,#f8f0dc 100%); border-top:1px solid var(--line); }.access-explainer-inner { max-width:1120px; margin:0 auto; }.access-explainer .eyebrow { margin:0 0 22px; font-size:clamp(34px,3vw,44px); line-height:1.15; letter-spacing:.08em; }.access-explainer h2 { margin:0 0 26px; font-family:Georgia,"Noto Serif TC",serif; font-size:clamp(42px,5vw,62px); line-height:1.1; }.access-explainer-note { margin:0 0 34px; padding:21px 26px; border-left:7px solid var(--sage); border-radius:0 18px 18px 0; background:rgba(255,255,255,.72); box-shadow:0 8px 20px rgba(23,63,58,.07); color:var(--ink-soft); font-size:20px; }.access-options-home { display:grid; gap:20px; }.access-option-home { position:relative; min-height:138px; padding:28px 34px 28px 112px; border:3px solid #bdb49d; border-radius:24px; background:rgba(255,255,255,.86); box-shadow:0 8px 0 rgba(23,63,58,.07); }.access-option-home::before { position:absolute; left:28px; top:50%; width:54px; height:54px; display:grid; place-items:center; border-radius:50%; transform:translateY(-50%); background:#f6eed5; color:var(--ink); font-family:Georgia,serif; font-size:25px; font-weight:800; }.access-option-home:nth-child(1)::before { content:"1"; }.access-option-home:nth-child(2)::before { content:"2"; }.access-option-home:nth-child(3)::before { content:"3"; }.access-option-home h3 { margin:0 0 8px; font-size:28px; }.access-option-home h3 span { font-size:21px; }.access-option-home p { margin:0; color:var(--ink-soft); font-size:19px; }.access-option-home.recommended { border:6px solid var(--ink); background:linear-gradient(110deg,#dcebdc 0%,#edf6e8 100%); box-shadow:0 10px 0 rgba(23,63,58,.14); }.access-option-home.recommended::before { background:var(--ink); color:white; }.access-option-home.recommended h3 { font-size:30px; }
.activities { padding:80px clamp(20px,7vw,110px) 110px; background:var(--cream); border-top:1px solid var(--line); }.section-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; max-width:1200px; margin:0 auto 38px; }.section-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }.section-heading h2,.modal h2 { font-family:Georgia,"Noto Serif TC",serif; font-size:clamp(38px,5vw,62px); line-height:1.1; margin-bottom:0; }
.event-grid { max-width:1200px; margin:auto; display:grid; gap:24px; }.event-card { display:grid; grid-template-columns:120px 1fr; background:var(--white); border:1px solid var(--line); box-shadow:0 7px 0 rgba(23,63,58,.08); border-radius:22px; overflow:hidden; }.event-card.cancelled { opacity:.68; }.date-block { background:var(--ink); color:white; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:250px; }.date-block span { font-weight:800; }.date-block strong { font-family:Georgia,serif; font-size:55px; line-height:1; }.event-body { padding:28px 32px; }.event-title-row { display:flex; align-items:center; gap:15px; flex-wrap:wrap; }.event-body h3 { font-family:Georgia,"Noto Serif TC",serif; font-size:32px; margin-bottom:12px; }.status-cancelled { background:#eed2ca; color:#8f3021; padding:3px 10px; border-radius:99px; font-size:14px; font-weight:800; }.event-meta { margin:3px 0; color:var(--ink-soft); }.event-meta span { width:28px; display:inline-block; color:var(--coral-dark); font-weight:900; }.event-description { margin:15px 0; white-space:pre-line; }.attendance { margin-top:18px; display:flex; gap:8px; flex-wrap:wrap; }.attendance strong { color:var(--coral-dark); }.attendance span,.names,.contact { color:var(--ink-soft); }.names { margin:4px 0 0; font-size:15px; }.card-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:22px; }.icon-button { min-height:50px; padding:8px 16px; }.contact { font-size:15px; margin:18px 0 0; }.contact a { color:var(--coral-dark); font-weight:800; }
.notice,.error,.loading { max-width:1200px; margin:0 auto 24px; padding:16px 20px; border-radius:14px; font-weight:700; }.notice { background:#dcebdc; }.error { background:#ffe4dc; color:#8f3021; }.error button { margin-left:14px; border:0; color:inherit; background:transparent; text-decoration:underline; }.loading { background:rgba(255,255,255,.58); }.empty-state { max-width:760px; margin:0 auto; text-align:center; padding:65px 30px; background:rgba(255,255,255,.54); border:2px dashed var(--sage); border-radius:25px; }.empty-state h3 { font-family:Georgia,"Noto Serif TC",serif; font-size:34px; margin-bottom:6px; }.empty-state p { color:var(--ink-soft); }.empty-sun { font-size:48px; color:var(--coral); }
.reassurance { padding:95px clamp(20px,7vw,110px); text-align:center; background:var(--ink); color:white; }.reassurance .eyebrow { color:#ffc0aa; margin-bottom:0; font-size:clamp(42px,5.2vw,70px); line-height:1.12; letter-spacing:.06em; }.reassurance-grid { max-width:1100px; margin:52px auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }.reassurance-grid div { padding:35px 20px; border:1px solid rgba(255,255,255,.22); border-radius:20px; }.reassurance-grid span { width:64px; height:64px; margin:0 auto 16px; display:grid; place-items:center; background:var(--paper); color:var(--ink); border-radius:50%; font-family:Georgia,serif; font-size:25px; font-weight:800; }.reassurance-grid h3 { font-size:24px; margin-bottom:4px; }.reassurance-grid p { color:#c6d8d4; margin-bottom:0; }
.site-footer { display:grid; grid-template-columns:1fr auto auto 1fr; grid-template-areas:"visitor visitor visitor visitor" "owner tagline social top"; align-items:center; column-gap:24px; row-gap:20px; padding:30px clamp(20px,4vw,70px); border-top:1px solid rgba(23,63,58,.22); background:var(--paper); color:var(--ink-soft); font-size:16px; font-weight:800; letter-spacing:.055em; }.visitor-count { grid-area:visitor; justify-self:center; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:9px; min-width:228px; padding:10px 15px; border:1px solid rgba(23,63,58,.24); border-radius:14px; background:#eef5e9; color:var(--ink); box-shadow:0 4px 0 rgba(23,63,58,.1); }.visitor-count-icon { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:var(--ink); color:#fff3b8; font-size:12px; }.visitor-count-label { color:var(--ink-soft); font-size:13px; letter-spacing:.04em; }.visitor-count strong { color:var(--coral-dark); font-size:21px; letter-spacing:.04em; }.footer-owner { grid-area:owner; }.footer-tagline { grid-area:tagline; text-align:center; }.footer-social-link { grid-area:social; color:var(--ink); text-decoration:none; }.footer-social-link:hover,.footer-top-link:hover { color:var(--coral-dark); text-decoration:underline; text-underline-offset:5px; }.footer-top-link { grid-area:top; justify-self:end; color:var(--ink); text-decoration:none; }
.modal-backdrop { position:fixed; inset:0; z-index:50; background:rgba(11,39,35,.7); display:flex; justify-content:center; align-items:flex-start; padding:25px; overflow-y:auto; }.modal { width:min(720px,100%); margin:auto; position:relative; padding:clamp(30px,6vw,55px); border-radius:24px; background:var(--paper); box-shadow:0 25px 70px rgba(0,0,0,.3); }.modal-close { position:absolute; top:18px; right:18px; width:48px; height:48px; border:1px solid var(--line); background:var(--white); color:var(--ink); border-radius:50%; font-size:32px; line-height:1; }.modal h2 { font-size:46px; margin-bottom:28px; }.modal form { display:grid; gap:19px; }.modal label { display:grid; gap:7px; font-weight:800; }.modal label>span { font-size:13px; color:var(--coral-dark); margin-left:7px; display:inline; }.modal input,.modal textarea,.modal select { width:100%; min-height:54px; padding:11px 14px; background:white; color:var(--ink); border:2px solid #bcb39d; border-radius:12px; outline:none; }.modal textarea { resize:vertical; }.modal input:focus,.modal textarea:focus,.modal select:focus { border-color:var(--coral); box-shadow:0 0 0 4px rgba(232,111,81,.18); }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }.form-hint { margin:0; padding:12px 15px; background:#fff3b8; border-radius:10px; font-size:15px; }.form-error { margin:0; padding:12px 15px; background:#ffe4dc; color:#8f3021; border-radius:10px; font-weight:800; }.form-actions { display:flex; justify-content:flex-end; gap:12px; flex-wrap:wrap; margin-top:8px; }.form-actions .danger { margin-right:auto; }.modal-event-meta { padding:15px; background:var(--cream); border-left:5px solid var(--coral); }.modal fieldset { border:0; padding:0; margin:0; }.modal legend { font-weight:800; margin-bottom:8px; }.modal .choice { display:block; position:relative; margin-bottom:8px; }.choice input { position:absolute; opacity:0; width:1px; height:1px; }.choice span { display:block!important; margin:0!important; padding:14px 18px; color:var(--ink)!important; background:white; border:2px solid #bcb39d; border-radius:12px; font-size:18px!important; }.choice input:checked+span { background:#dcebdc; border-color:var(--ink); box-shadow:0 0 0 2px var(--ink); }
@media (max-width:900px) { .site-header { display:flex; justify-content:space-between; }.project-links { display:none; } }
@media (max-width:780px) { body { font-size:17px; }.site-header { min-height:72px; padding:10px 16px; }.header-actions { gap:7px; }.brand-mark { width:42px; height:42px; }.brand strong { font-size:19px; }.brand small { display:none; }.line-friend-cta.compact { padding:8px 10px; }.line-friend-cta.compact strong { font-size:12px; }.primary.small { font-size:14px; padding:8px 10px; }.hero { grid-template-columns:1fr; padding:55px 22px 75px; gap:60px; }.hero h1 { font-size:50px; }.hero-note { margin:0 8px; }.access-explainer { padding:66px 24px; }.access-explainer .eyebrow { font-size:32px; }.access-explainer-note { padding:17px; font-size:17px; }.access-option-home { min-height:0; padding:22px 18px 22px 86px; border-radius:18px; }.access-option-home::before { left:19px; width:48px; height:48px; font-size:22px; }.access-option-home h3,.access-option-home.recommended h3 { font-size:24px; }.access-option-home p { font-size:17px; }.activities { padding:62px 16px 75px; }.section-heading { align-items:center; }.section-heading h2 { font-size:38px; }.section-actions { width:100%; justify-content:stretch; }.section-actions .secondary { flex:1; padding-left:12px; padding-right:12px; }.event-card { grid-template-columns:82px 1fr; border-radius:16px; }.date-block { min-height:100%; }.date-block strong { font-size:40px; }.date-block span { font-size:14px; }.event-body { padding:22px 18px; }.event-body h3 { font-size:27px; }.card-actions .primary { width:100%; }.reassurance-grid { grid-template-columns:1fr; }.form-row { grid-template-columns:1fr; }.modal-backdrop { padding:0; }.modal { min-height:100%; border-radius:0; padding:36px 20px 55px; }.modal h2 { font-size:38px; }.modal-close { top:12px; right:12px; }.form-actions { display:grid; grid-template-columns:1fr 1fr; }.form-actions .primary { grid-column:1/-1; grid-row:1; }.form-actions .danger { grid-column:1/-1; }.form-actions .secondary { grid-column:1/-1; }.site-footer { grid-template-columns:1fr; grid-template-areas:"visitor" "owner" "tagline" "social" "top"; gap:14px; text-align:center; font-size:15px; }.footer-owner,.footer-tagline,.footer-social-link,.footer-top-link { justify-self:center; }.visitor-count { min-width:min(100%,228px); width:min(100%,320px); } }
#attending-fields { display:grid; gap:19px; }
[hidden] { display:none!important; }
.site-footer { grid-template-columns:1fr auto auto auto 1fr; grid-template-areas:"visitor visitor visitor visitor visitor" "owner tagline social portfolio top"; }
.footer-portfolio-link { grid-area:portfolio; color:var(--ink); text-decoration:none; }
.footer-portfolio-link:hover { color:var(--coral-dark); text-decoration:underline; text-underline-offset:5px; }
@media (max-width:780px) { .site-footer { grid-template-columns:1fr; grid-template-areas:"visitor" "owner" "tagline" "social" "portfolio" "top"; }.footer-portfolio-link { justify-self:center; } }
.site-footer { grid-template-columns:1fr auto 1fr; grid-template-areas:"visitor visitor visitor" "owner tagline top"; }
@media (max-width:780px) { .site-footer { grid-template-columns:1fr; grid-template-areas:"visitor" "owner" "tagline" "top"; }.footer-owner,.footer-tagline,.footer-top-link { justify-self:center; } }
.mobile-project-links { display:none; }
@media (max-width:900px) { .mobile-project-links { display:grid; gap:11px; max-width:470px; margin-top:28px; }.mobile-project-links>p { margin:0 0 1px; color:var(--ink-soft); font-size:14px; font-weight:900; letter-spacing:.1em; }.mobile-project-card { display:grid; grid-template-columns:76px minmax(0,1fr) auto; gap:14px; align-items:center; min-height:92px; padding:9px 14px 9px 9px; border:1px solid rgba(23,63,58,.22); border-radius:16px; background:#f5f0e5; box-shadow:0 4px 0 rgba(23,63,58,.12); color:var(--ink); text-decoration:none; transition:transform .18s ease,box-shadow .18s ease; }.mobile-project-card:hover,.mobile-project-card:focus-visible { transform:translateY(-2px); box-shadow:0 7px 0 rgba(23,63,58,.16); }.mobile-project-thumb { position:relative; display:grid; width:76px; height:72px; place-items:center; overflow:hidden; border-radius:11px; background:#183f3a; color:#fffaf0; }.mobile-project-thumb::before,.mobile-project-thumb::after { content:""; position:absolute; border-radius:50%; background:rgba(255,255,255,.13); }.mobile-project-thumb::before { width:70px; height:70px; top:-31px; right:-23px; }.mobile-project-thumb::after { width:48px; height:48px; left:-22px; bottom:-24px; }.mobile-project-thumb i { position:relative; z-index:1; font-family:Georgia,serif; font-size:33px; font-style:normal; font-weight:800; }.mobile-project-thumb b { position:absolute; z-index:1; height:4px; border-radius:99px; background:rgba(255,255,255,.8); }.mobile-project-thumb b:nth-of-type(1) { width:28px; right:8px; bottom:13px; }.mobile-project-thumb b:nth-of-type(2) { width:16px; right:8px; bottom:22px; }.mobile-project-thumb b:nth-of-type(3) { width:22px; right:8px; bottom:31px; }.mobile-project-social .mobile-project-thumb { background:#ef6f50; }.mobile-project-social .mobile-project-thumb::before { background:#fff0ac; }.mobile-project-social .mobile-project-thumb::after { background:#dcebdc; }.mobile-project-social .mobile-project-thumb i { color:#173f3a; }.mobile-project-social .mobile-project-thumb b { background:#173f3a; }.mobile-project-copy { display:grid; gap:2px; min-width:0; }.mobile-project-copy small { color:var(--ink-soft); font-size:14px; font-weight:800; }.mobile-project-copy strong { overflow:hidden; font-family:Georgia,"Noto Serif TC",serif; font-size:22px; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }.mobile-project-arrow { color:var(--coral-dark); font-size:24px; font-weight:900; } }
@media (max-width:780px) { .mobile-project-links { max-width:none; margin-top:25px; }.mobile-project-card { min-height:86px; }.mobile-project-thumb { width:70px; height:66px; }.mobile-project-copy strong { font-size:20px; } }
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } }
.privacy-note { margin:6px 0 0; color:var(--ink-soft); font-size:14px; }
.compact-modal { width:min(620px,100%); }
.admin-backdrop { padding:18px; }
.admin-modal { width:min(1120px,100%); padding:clamp(28px,5vw,54px); }
.admin-modal h2 { max-width:900px; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; margin:25px 0; }
.stats-grid div { display:grid; gap:2px; padding:18px; background:var(--cream); border:1px solid var(--line); border-radius:15px; }
.stats-grid strong { color:var(--coral-dark); font-family:Georgia,serif; font-size:34px; line-height:1.1; }
.stats-grid span { color:var(--ink-soft); font-size:15px; font-weight:800; }
.admin-toolbar { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:34px; }
.admin-section { margin-top:28px; padding-top:28px; border-top:2px solid var(--line); }
.admin-section-title { display:flex; align-items:end; justify-content:space-between; gap:16px; margin-bottom:16px; }
.admin-section-title h3 { margin:0; font-size:27px; }
.admin-section-title .eyebrow { margin-bottom:4px; }
.admin-section-title>a { color:var(--coral-dark); font-weight:800; text-underline-offset:4px; }
.table-scroll { overflow-x:auto; border:1px solid var(--line); border-radius:14px; background:white; }
table { width:100%; border-collapse:collapse; min-width:900px; font-size:15px; }
th,td { padding:13px 14px; border-bottom:1px solid #e9e2d1; text-align:left; vertical-align:top; }
th { background:#f1ead8; font-size:14px; white-space:nowrap; }
tbody tr:last-child td { border-bottom:0; }
.empty-cell { padding:35px; text-align:center; color:var(--ink-soft); }
.response-pill { display:inline-block; padding:3px 9px; border-radius:99px; background:#ece6d7; font-weight:800; white-space:nowrap; }
.response-pill.attending { color:#176149; background:#dcebdc; }
.response-pill.not_attending { color:#8f3021; background:#ffe4dc; }
.rsvp-row-actions { display:flex; align-items:center; gap:8px; white-space:nowrap; }.rsvp-row-actions .secondary { min-height:36px; padding:5px 10px; font-size:14px; }.rsvp-row-actions .text-danger { min-height:36px; padding:5px 2px; font-size:14px; }
.line-section { background:#f4faef; margin-left:-18px; margin-right:-18px; padding:28px 18px 20px; border-radius:20px; border-top:0; }
.meal-section { background:#fffaf0; margin-left:-18px; margin-right:-18px; padding:28px 18px 20px; border-radius:20px; border-top:0; }
.meal-seating-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:18px 0; }
.meal-seating-summary>div { display:grid; gap:2px; padding:14px; background:white; border:1px solid var(--line); border-radius:13px; }
.meal-seating-summary strong { color:var(--coral-dark); font-size:25px; line-height:1; }.meal-seating-summary span { color:var(--ink-soft); font-size:13px; font-weight:800; }
.meal-setup { margin:16px 0; padding:14px 16px; border:1px solid var(--line); border-radius:14px; background:white; }.meal-setup summary { cursor:pointer; font-weight:900; }.meal-setup-fields { display:flex; gap:12px; align-items:end; flex-wrap:wrap; margin-top:14px; }.meal-setup-fields label,.meal-table-head label,.meal-table-note { display:grid; gap:5px; color:var(--ink-soft); font-size:14px; font-weight:800; }.meal-setup input,.meal-table-head input,.meal-table-note input { min-height:42px; padding:7px 9px; border:1px solid #bcb39d; border-radius:9px; background:white; color:var(--ink); font:inherit; }.meal-setup-fields input { width:110px; }.meal-table-name small { min-height:16px; color:#b93f2f; font-size:12px; line-height:1.25; }.meal-table-name .input-error { border-color:#b93f2f; box-shadow:0 0 0 3px rgba(185,63,47,.12); }
.meal-seating-actions { display:flex; justify-content:flex-end; gap:10px; flex-wrap:wrap; margin:16px 0; }.meal-workspace { display:grid; grid-template-columns:minmax(210px,.52fr) minmax(0,1.48fr); gap:16px; align-items:start; }.meal-unassigned { position:sticky; top:16px; display:grid; gap:10px; padding:16px; border:2px dashed #d0c4aa; border-radius:16px; background:#f7f0df; }.meal-unassigned h4 { margin:0; font-size:25px; }.meal-unassigned .eyebrow { margin:0 0 3px; }.meal-party-card { display:grid; gap:4px; width:100%; min-height:74px; padding:13px; border:2px solid #d4c8ae; border-radius:12px; color:var(--ink); background:white; text-align:left; cursor:grab; box-shadow:0 3px 0 rgba(23,63,58,.08); }.meal-party-card:hover,.meal-party-card.selected { border-color:var(--coral-dark); background:#fff0e8; }.meal-party-card strong { font-size:17px; }.meal-party-card span { color:var(--ink-soft); font-size:14px; font-weight:700; }.meal-empty,.meal-empty-state { margin:0; padding:18px; color:var(--ink-soft); background:white; border-radius:11px; text-align:center; }.meal-empty-state { border:1px dashed var(--line); }
.meal-table-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }.meal-table-card { display:grid; gap:12px; min-height:258px; padding:16px; border:2px solid #cdbf9f; border-radius:20px; background:white; box-shadow:0 4px 0 rgba(23,63,58,.08); }.meal-table-card.full { border-color:#a8732d; background:#fffaf0; }.meal-table-card.over { border-color:#b93f2f; background:#fff0eb; }.meal-table-head { display:grid; grid-template-columns:1fr 92px auto; gap:8px; align-items:end; }.meal-table-head label:first-child input { width:100%; }.meal-table-head label:nth-child(2) input { width:100%; }.meal-reserve { display:flex!important; align-items:center; gap:5px; min-height:42px; color:var(--ink)!important; white-space:nowrap; }.meal-reserve input { min-height:auto!important; width:18px!important; }.meal-table-count { display:flex; align-items:baseline; justify-content:space-between; gap:10px; padding:11px 13px; border-radius:12px; background:var(--cream); }.meal-table-count strong { color:var(--coral-dark); font-size:26px; }.meal-table-count span { color:var(--ink-soft); font-size:14px; font-weight:800; }.meal-table-note input { width:100%; }.meal-assignment-list { display:grid; align-content:start; gap:8px; min-height:68px; }.meal-assignment { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:9px 10px; border:1px solid #d7e2d4; border-radius:10px; background:#eff7ee; cursor:grab; }.meal-assignment span { display:grid; gap:1px; }.meal-assignment small { color:var(--ink-soft); font-weight:800; }.meal-assignment .text-danger { min-height:32px; padding:3px; font-size:13px; }.meal-table-actions { display:flex; align-items:center; justify-content:space-between; gap:8px; flex-wrap:wrap; }.meal-table-actions .secondary { min-height:40px; padding:7px 10px; font-size:14px; }
.line-eyebrow { color:#168648; }
.line-status { padding:18px; background:white; border:2px dashed #8bc8a0; border-radius:14px; }
.line-status.connected { border-style:solid; background:#edf9ef; }
.line-status.warning { border-color:#e7b55f; background:#fff8df; }
.line-status p { margin:5px 0 12px; color:var(--ink-soft); }
.line-status a { color:#176149; font-weight:800; }
.line-button { min-height:52px; padding:10px 20px; border:0; border-radius:13px; color:white; background:#06c755; font-weight:900; }
.inline-actions { display:flex; gap:13px; flex-wrap:wrap; align-items:center; }
.text-danger { min-height:44px; padding:8px; border:0; color:#9c3527; background:transparent; font-weight:800; text-decoration:underline; }
.binding-code { display:flex; gap:8px; align-items:center; flex-wrap:wrap; margin:12px 0 16px; padding:14px; background:#e9f8ec; border-radius:12px; }
.binding-code strong { padding:6px 12px; border:2px solid #168648; border-radius:9px; font-size:24px; letter-spacing:.08em; }
.binding-copy { min-height:40px; white-space:nowrap; }
.binding-code small { color:var(--ink-soft); }
.line-command-log { margin-top:18px; padding:16px; border:1px solid #b9d8c0; border-radius:14px; background:white; }.line-command-log>div { display:flex; gap:9px; align-items:baseline; justify-content:space-between; flex-wrap:wrap; }.line-command-log>div span,.line-command-log>p { margin:5px 0 0; color:var(--ink-soft); font-size:13px; }.line-command-log ul { display:grid; gap:7px; padding:0; margin:12px 0 0; list-style:none; }.line-command-log li { display:grid; grid-template-columns:148px 48px 88px minmax(150px,1fr); gap:8px; align-items:center; padding:9px 10px; border-radius:9px; background:#f6faf4; font-size:13px; }.line-command-log time,.line-command-log small { color:var(--ink-soft); }.line-command-log b { color:var(--ink); }.line-command-log em { font-style:normal; font-weight:800; }.line-log-sent { color:#176149; }.line-log-fallback_sent,.line-log-no_arrangement { color:#8a611f; }.line-log-failed { color:#a43526; }
.reminder-options { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin:18px 0 0; padding:18px; border:1px solid #b9d8c0; border-radius:14px; }
.reminder-options legend { padding:0 8px; }
.toggle { display:flex!important; grid-template-columns:auto 1fr; align-items:center; gap:7px!important; padding:9px 12px; background:white; border:1px solid #cbd7c8; border-radius:10px; }
.toggle input { width:22px!important; min-height:22px!important; margin:0; }
.toggle span { margin:0!important; color:var(--ink)!important; font-size:16px!important; }
.guide-page { max-width:900px; margin:0 auto; padding:40px 22px 90px; }
.guide-page h1 { font-family:Georgia,"Noto Serif TC",serif; font-size:clamp(42px,7vw,70px); line-height:1.1; }
.guide-page h2 { margin-top:48px; font-size:30px; }
.guide-step { margin:18px 0; padding:22px; background:white; border:1px solid var(--line); border-radius:16px; }
.guide-step code { overflow-wrap:anywhere; }
.guide-commands { display:grid; gap:12px; margin:18px 0 0; }.guide-commands div { display:grid; grid-template-columns:110px 1fr; gap:14px; align-items:start; padding:15px; background:var(--cream); border-radius:12px; }.guide-commands dt { padding:6px 10px; border-radius:8px; background:var(--ink); color:white; text-align:center; font-weight:900; }.guide-commands dd { margin:3px 0 0; color:var(--ink-soft); line-height:1.6; }
.guide-callout { padding:17px 19px; background:#fff3b8; border-radius:13px; }
.guide-page .primary,.guide-page .secondary { display:inline-flex; align-items:center; text-decoration:none; }
.guide-step > .form-hint { margin:18px 0 16px; }
.guide-step > .primary,.guide-step > .secondary { margin-top:16px; }
.guide-step > .form-hint + .line-join-button { margin-top:0; }
.access-options { display:grid; gap:10px; padding:0; border:0; margin:0; }
.access-options legend { font-weight:800; margin-bottom:8px; }
.access-privacy-note { margin:0 0 4px; padding:12px 14px; border-left:4px solid var(--sage); background:var(--cream); color:var(--ink-soft); font-size:14px; line-height:1.55; }
.access-options .choice small { display:block; margin-top:4px; color:var(--ink-soft); font-weight:500; font-size:14px; line-height:1.4; }
.access-options .choice strong { display:block; }
.share-modal label { display:grid; gap:7px; font-weight:800; }
.share-modal input { width:100%; min-height:50px; padding:10px 12px; border:2px solid #bcb39d; border-radius:12px; background:white; color:var(--ink); }
.qr-card { display:grid; justify-items:center; gap:13px; margin:26px 0 0; padding:24px; border:1px solid var(--line); border-radius:16px; background:white; text-align:center; }
.qr-card img { width:min(260px,100%); image-rendering:pixelated; }
.qr-card figcaption { color:var(--ink-soft); }
.download-qr { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:8px 15px; border:1px solid var(--ink); border-radius:10px; font-weight:800; text-decoration:none; }
.event-page { min-height:100vh; background:var(--cream); }
.event-page-content { max-width:800px; margin:0 auto; padding:clamp(44px,8vw,90px) 22px; }
.event-invitation,.event-gate { padding:clamp(30px,6vw,60px); background:var(--paper); border:1px solid var(--line); border-radius:24px; box-shadow:0 10px 0 rgba(23,63,58,.08); }
.event-invitation h1,.event-gate h1 { font-family:Georgia,"Noto Serif TC",serif; font-size:clamp(42px,7vw,70px); line-height:1.1; margin-bottom:22px; }
.invitation-meta { padding:17px; border-left:5px solid var(--coral); background:var(--cream); font-size:19px; line-height:1.6; }
.event-invitation .primary { margin-top:22px; min-width:180px; }
.event-gate { max-width:580px; margin:0 auto; }
.event-gate form { display:grid; gap:17px; margin-top:24px; }
.event-gate label { display:grid; gap:7px; font-weight:800; }
.event-gate input { min-height:54px; padding:11px 14px; border:2px solid #bcb39d; border-radius:12px; font-size:19px; }
.manage-link { display:block; margin-top:28px; padding:8px 0; border:0; background:transparent; color:var(--ink-soft); font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.locked-recovery { display:flex; gap:14px; align-items:flex-start; margin:20px 0; padding:16px; border:1px solid var(--line); border-radius:14px; background:var(--cream); }.locked-recovery>span { font-size:26px; }.locked-recovery p { margin:2px 0 0; color:var(--ink-soft); }.recovered-activities { display:grid; gap:12px; }.recovered-activity { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:16px; border:1px solid var(--line); border-radius:14px; background:white; }.recovered-activity strong,.recovered-activity span { display:block; }.recovered-activity span { margin-top:2px; color:var(--ink-soft); font-size:15px; }.attendee-roster { margin-top:22px; padding:18px; border:1px solid var(--line); border-radius:16px; background:white; }.attendee-roster h2 { margin:0 0 8px; font-size:22px; }.attendee-roster p { margin:0; color:var(--ink-soft); }.attendee-names { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0 0; padding:0; list-style:none; }.attendee-names li { padding:5px 10px; border-radius:999px; background:var(--cream); font-size:16px; font-weight:800; }
@media (max-width:780px) { .admin-modal { padding:36px 16px 55px; }.stats-grid { grid-template-columns:1fr 1fr; }.admin-toolbar>* { width:100%; }.admin-section-title { align-items:flex-start; flex-direction:column; }.line-section,.meal-section { margin-left:0; margin-right:0; }.reminder-options { align-items:stretch; flex-direction:column; }.reminder-options .secondary { width:100%; }.line-command-log li { grid-template-columns:1fr auto; }.line-command-log small { grid-column:1/-1; }.meal-seating-summary { grid-template-columns:1fr 1fr; }.meal-setup-fields { align-items:stretch; flex-direction:column; }.meal-setup-fields input { width:100%; }.meal-setup-fields .secondary { width:100%; }.meal-seating-actions>* { width:100%; }.meal-workspace { grid-template-columns:1fr; }.meal-unassigned { position:static; }.meal-table-grid { grid-template-columns:1fr; }.meal-table-head { grid-template-columns:1fr 92px; }.meal-reserve { grid-column:1/-1; }.guide-page { padding-top:28px; } }
