.template-list{display:grid;gap:13px}.template-card{width:100%;text-align:left;padding:21px;background:var(--surface);border:1px solid #eeece6;border-radius:20px;box-shadow:var(--shadow);color:var(--ink);cursor:pointer}.template-card header{display:flex;justify-content:space-between;align-items:center;gap:8px}.template-card h2{font-size:18px;margin:0}.template-card .tag{font:600 10px Inter,sans-serif;color:var(--green);background:var(--green-pale);padding:6px 8px;border-radius:12px;white-space:nowrap}.template-card p{font-size:13px;line-height:1.65;color:var(--muted);margin:9px 0 13px}.template-card footer{font:600 12px Inter,sans-serif;color:var(--green)}.back-button{background:none;border:0;padding:0;margin:0 0 22px;color:var(--green);font:600 13px "Noto Sans TC";cursor:pointer}.selected-template{background:var(--green-pale);border-radius:18px;padding:20px;margin-bottom:24px}.selected-template .section-label{color:var(--green-dark)}.selected-template h2{margin:6px 0;font-size:20px}.selected-template p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.field-label{display:block;font-size:14px;font-weight:600;margin-bottom:9px}.date-input{width:100%;padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);font:500 15px Inter}.field-help{font-size:12px;color:var(--muted);line-height:1.6;margin:8px 0 24px}.green-button{background:var(--green);color:#fff}.dark .green-button{background:var(--green);color:white}
