:root{--bg: #f9f7f2;--surface: #ffffff;--line: #e7e2d8;--ink: #3d3a34;--muted: #8b8680;--primary: #c4704f;--primary-deep: #a85a3d;--ok: #4c8b5f;--ok-bg: #eef3ee;--warn-bg: #fbf3e4;--bad: #b4533c;--bad-bg: #fbeae5}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:InterVariable,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}button{font:inherit;color:inherit}.wz{max-width:40rem;margin:0 auto;padding:1.15rem 1rem calc(6rem + env(safe-area-inset-bottom))}.wz-top{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:.8rem;background:#f9f7f2e0;backdrop-filter:blur(8px);padding:.6rem 1rem;border-bottom:1px solid var(--line)}.wz-back{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);text-decoration:none;font-size:1.05rem;line-height:1}.wz-brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:-.01em}.wz-logo{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:var(--primary);color:#fff;font-weight:800;font-size:1rem}.wz-top-spacer{flex:1}.wz-progress{display:flex;gap:.2rem;margin-bottom:1.2rem}.wz-dot{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;padding:.25rem 0;color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;position:relative}.wz-dot>:first-child{width:2rem;height:2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid #ddd6c8;background:var(--surface);font-weight:800;font-size:.85rem;transition:all .15s ease}.wz-dot.wz-current>:first-child{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 4px #fdf1ea}.wz-dot.wz-complete>:first-child{background:var(--ok);border-color:var(--ok);color:#fff}.wz-dot:not(:last-child):after{content:"";position:absolute;top:1.25rem;left:calc(50% + 1.35rem);right:calc(-50% + 1.35rem);height:2px;background:#ddd6c8;border-radius:2px}.wz-dot.wz-complete:not(:last-child):after{background:var(--ok)}.wz-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1.3rem 1.2rem;box-shadow:0 2px 10px #3c321e0d}.wz-card h2{margin:0 0 1.1rem;font-size:1.22rem;letter-spacing:-.01em}.wz-field{display:block;margin-bottom:1rem}.wz-field>span{display:block;font-weight:600;font-size:.84rem;margin-bottom:.32rem}.wz-field input[type=text],.wz-field input[type=number],.wz-field input:not([type]),.wz-field textarea{width:100%;min-height:48px;padding:.62rem .78rem;border:1px solid #ddd6c8;border-radius:10px;font:inherit;background:#fdfcf9;color:inherit}.wz-field textarea{resize:vertical}.wz-field input:focus,.wz-field textarea:focus{outline:2px solid #eec3b1;outline-offset:1px;border-color:var(--primary)}.wz-field small{display:block;color:var(--muted);margin-top:.28rem;font-size:.76rem}.wz-photo{display:grid;grid-template-columns:76px 1fr auto;gap:.85rem;align-items:center;padding:.75rem 0;border-bottom:1px dashed #eee8db}.wz-photo:last-of-type{border-bottom:none}.wz-photo-box{width:76px;height:76px;border-radius:12px;overflow:hidden;border:1.5px dashed #ddd6c8;background:#faf8f3;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:1.4rem;font-weight:300}.wz-photo-box img{width:100%;height:100%;object-fit:cover}.wz-photo-info{min-width:0;display:flex;flex-direction:column;gap:.12rem}.wz-photo-info strong{font-size:.92rem}.wz-photo-info small{color:var(--muted);font-size:.78rem}.wz-photo em{font-style:normal;font-size:.76rem;font-weight:600}.wz-photo-btns{display:flex}.wz-good{color:var(--ok)}.wz-bad{color:var(--bad)}.wz-toggle{display:flex;align-items:center;gap:.6rem;padding:.7rem 0;font-weight:600;cursor:pointer}.wz-toggle input{width:1.3rem;height:1.3rem;accent-color:var(--primary)}.wz-warn{background:var(--warn-bg);border:1px solid #ecd9b0;color:#7a5c1e;border-radius:10px;padding:.65rem .85rem;font-size:.85rem;margin-bottom:1rem}.wz-hint{background:var(--ok-bg);border:1px solid #cfdfd2;color:#3f5c48;border-radius:10px;padding:.65rem .85rem;font-size:.85rem;margin-bottom:1rem}.wz-error{background:var(--bad-bg);border:1px solid #ecc4b5;color:#8f3d22;border-radius:10px;padding:.65rem .85rem;font-size:.85rem;margin-bottom:1rem}.wz-status-grid{display:flex;flex-direction:column;gap:.55rem}.wz-status{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:.7rem;row-gap:.05rem;align-items:center;border:2px solid var(--line);border-radius:12px;padding:.8rem .9rem;cursor:pointer;background:var(--surface)}.wz-status input{grid-row:1 / span 2;width:1.25rem;height:1.25rem;accent-color:var(--primary)}.wz-status small{grid-column:2;color:var(--muted);font-size:.8rem}.wz-status.wz-active{border-color:var(--primary);background:#fdf6f1}.wz-review{margin:0}.wz-review dt{font-weight:700;font-size:.7rem;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-top:.85rem}.wz-review dd{margin:.12rem 0 0}.wz-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;gap:.6rem;justify-content:space-between;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));background:#f9f7f2eb;backdrop-filter:blur(8px);border-top:1px solid var(--line)}@media(min-width:42rem){.wz-nav{left:50%;transform:translate(-50%);width:40rem}}.wz-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.4rem;border-radius:999px;border:1px solid #ddd6c8;background:var(--surface);color:var(--ink);font-weight:600;cursor:pointer;white-space:nowrap}.wz-btn:hover:not(:disabled){border-color:#cfc6b4}.wz-btn:disabled{opacity:.45;cursor:default}.wz-btn-sm{min-height:38px;padding:0 .9rem;font-size:.85rem}.wz-btn-primary{background:var(--ink);border-color:var(--ink);color:#fff}.wz-btn-publish{background:var(--primary);border-color:var(--primary);color:#fff;flex:1}.wz-btn-publish:hover:not(:disabled){background:var(--primary-deep);border-color:var(--primary-deep)}.wz-btn-danger{background:var(--bad);border-color:var(--bad);color:#fff}.wz-linkbtn{background:none;border:none;color:var(--primary);cursor:pointer;font:inherit;font-size:.82rem;font-weight:600;text-decoration:underline;padding:0 .2rem}.wz-danger{text-align:center;margin-top:1.3rem}.wz-loading{text-align:center;padding:4rem 1rem;color:var(--muted)}.wz-gate,.wz-done{text-align:center;padding:2.6rem 1.5rem;margin:3rem auto;max-width:26rem;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 2px 10px #3c321e0d}.wz-gate h2,.wz-done h2{margin:0 0 .5rem}.wz-gate p,.wz-done p{color:var(--muted);margin:0 0 1.2rem}.wz-big-check{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:999px;background:var(--ok);color:#fff;font-size:2rem;line-height:4rem}.wz-row{display:flex;gap:.6rem;justify-content:center;margin-top:1.2rem;flex-wrap:wrap}.sa-modal-backdrop{position:fixed;inset:0;z-index:90;background:#1e1e1c80;display:flex;align-items:flex-end;justify-content:center}@media(min-width:640px){.sa-modal-backdrop{align-items:center;padding:1.5rem}}.sa-modal{background:var(--bg);width:100%;max-height:92vh;overflow-y:auto;border-radius:18px 18px 0 0;padding:1rem 1.1rem calc(1.2rem + env(safe-area-inset-bottom))}@media(min-width:640px){.sa-modal{max-width:26rem;border-radius:18px;padding-bottom:1.2rem}}.sa-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.sa-x{background:none;border:none;font-size:1.6rem;line-height:1;color:var(--muted);cursor:pointer}.sa-confirm-msg{margin:0 0 1.2rem}.sa-row-end{display:flex;gap:.55rem;justify-content:flex-end;margin-top:.4rem}
