.swz *{box-sizing:border-box} .swz{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Noto Sans JP',sans-serif;color:#0b1220}
.swz h2,.swz h3{margin:0 0 .5rem} .swz small{color:#64748b}
.swz .card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px}
.swz .panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:16px;margin:12px 0}
.swz .grid{display:grid;gap:12px} .swz .two{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.swz label{font-weight:700;margin-bottom:4px;display:block}
.swz input[type="text"], .swz textarea, .swz select{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:10px;background:#fff}
.swz textarea{min-height:88px}
.swz .btns{display:flex;gap:8px;flex-wrap:wrap}
.swz .btn{padding:10px 14px;border-radius:999px;border:1px solid #0ea5e9;background:#0ea5e9;color:#fff;cursor:pointer}
.swz .btn.ghost{background:#fff;color:#0ea5e9}
.swz .btn.warn{border-color:#ef4444;background:#ef4444}
.swz .hint,.swz .muted{color:#64748b}
.swz .success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:12px;padding:10px}
.swz .note{background:#fff8e1;border:1px solid #fde68a;color:#92400e;border-radius:12px;padding:10px}
.swz .page{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#fff}
.swz .overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9999;align-items:center;justify-content:center}
.swz .overlay .box{background:#fff;border-radius:16px;padding:24px 18px;text-align:center;max-width:520px}
.swz .overlay .spin{width:28px;height:28px;border:3px solid #cbd5e1;border-top-color:#0ea5e9;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 10px}
@keyframes spin{to{transform:rotate(360deg)}}
.swz .redo{display:none;align-items:center;justify-content:space-between;gap:8px}

/* ギャラリー */
.swz .gallery{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.swz .thumb{width:96px;height:96px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;position:relative;background:#fff}
.swz .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.swz .pick{position:absolute;inset:auto 6px 6px 6px;background:rgba(0,0,0,.55);color:#fff;font-size:12px;padding:2px 4px;border-radius:6px;text-align:center}
.swz .chosen{outline:3px solid #0ea5e9}