:root{color:#1f2937;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4}*{box-sizing:border-box}body{margin:0}.app{max-width:900px;margin:0 auto;padding:24px}h1{margin:0 0 6px}.subtitle{color:#475569;margin:0 0 20px}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:16px}.panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.panel-header h2{margin:0}form{gap:12px;display:grid}label{gap:6px;font-weight:600;display:grid}label.checkbox-label{align-items:flex-start;gap:10px;font-weight:500;display:flex}label.checkbox-label input{width:auto;margin-top:3px}label.checkbox-label span{color:#334155;line-height:1.35}small{color:#64748b;font-weight:400}input,textarea,select,button{font:inherit}input,textarea,select{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:8px 10px}.button-row{flex-wrap:wrap;gap:10px;display:flex}button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:8px;padding:10px 14px}button:disabled{opacity:.5;cursor:not-allowed}button.button-secondary{background:#64748b}.log{color:#e2e8f0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#0f172a;border-radius:8px;min-height:220px;max-height:320px;margin:0;padding:12px;overflow:hidden auto}
