:root{--ink: #1a2420;--paper: #f7f5f0;--forest: #2f5d50;--gold: #c9a24b;--line: #ddd8cd;--muted: #8a897f;--danger: #b3402f}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--paper);color:var(--ink);font-family:Hiragino Kaku Gothic ProN,Yu Gothic,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.wrap{max-width:480px;margin:0 auto;padding:28px 22px 60px;min-height:100%}.wrap.center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;min-height:80vh}.brand{font-size:13px;letter-spacing:.16em;color:var(--forest);font-weight:700;text-transform:none;padding-bottom:6px;border-bottom:1.5px solid var(--forest);display:inline-block;margin-bottom:22px}.title{font-size:26px;font-weight:800;letter-spacing:.02em;margin-bottom:14px}.lead{font-size:14px;line-height:1.8;color:#4a4a42;margin-bottom:24px}.muted{color:var(--muted);font-size:14px}.field{margin-bottom:22px}.label{display:block;font-size:13px;font-weight:700;margin-bottom:10px;letter-spacing:.04em}.req{color:var(--danger);font-size:11px;margin-left:6px;font-weight:600}.opt{color:var(--muted);font-size:11px;margin-left:6px;font-weight:500}.hint{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.6}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{flex:1;min-width:72px;padding:12px 8px;border:1.5px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.chip-on{border-color:var(--forest);background:var(--forest);color:#fff}.selects{display:flex;gap:10px}.select,.input{width:100%;padding:13px 14px;border:1.5px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:15px;font-family:inherit}.select:focus,.input:focus{outline:none;border-color:var(--forest)}.btn{width:100%;padding:15px;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}.btn:disabled{opacity:.45;cursor:default}.btn-primary{background:var(--forest);color:#fff}.btn-ghost{background:transparent;color:var(--forest);border:1.5px solid var(--line)}.msg{padding:12px 14px;border-radius:10px;font-size:14px;margin:14px 0;line-height:1.6}.msg.error{background:#fbeae7;color:var(--danger)}.fine{font-size:11px;line-height:1.8;color:var(--muted);margin-top:18px}.card{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:18px;margin-bottom:16px}.card-head{font-size:12px;font-weight:700;color:var(--forest);letter-spacing:.08em;margin-bottom:12px}.row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.row:last-child{border-bottom:none}.key{color:var(--muted);font-size:13px}.val{font-weight:700;font-size:15px}.note{background:#eef2ef;border-left:3px solid var(--forest);padding:12px 14px;border-radius:8px;font-size:13px;line-height:1.7;color:#3a463f;margin-bottom:18px}.stamp-card{background:linear-gradient(160deg,var(--forest),#24483e);border-radius:20px;padding:34px 24px;text-align:center;color:#fff;margin-bottom:24px;position:relative;overflow:hidden}.stamp-card:after{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;background:radial-gradient(circle,rgba(201,162,75,.35),transparent 70%)}.stamp-count{font-size:64px;font-weight:800;line-height:1;color:var(--gold);font-variant-numeric:tabular-nums}.stamp-label{font-size:13px;letter-spacing:.2em;margin-top:8px;opacity:.9}.qr-box{background:#fff;border:1.5px solid var(--line);border-radius:18px;padding:22px;text-align:center}.qr-title{font-size:14px;font-weight:700;margin-bottom:16px}.qr-canvas{width:220px;height:220px;max-width:100%;border-radius:8px}.qr-note{font-size:12px;color:var(--muted);margin:12px 0 14px}.spinner{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--forest);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:2s}*{transition:none!important}}
