.gen-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
    .gen-row label { font-size: 13px; color: #9ca3af; white-space: nowrap; }
    .gen-num { width: 72px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; color: #e0e0e0; font-size: 15px; padding: 8px 10px; text-align: center; outline: none; }
    .gen-num:focus { border-color: rgba(0,245,255,0.5); }
    .gen-type { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; color: #e0e0e0; font-size: 13px; padding: 8px 10px; outline: none; cursor: pointer; }
    .gen-type option { background: #0a1628; }
    .opt-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9ca3af; cursor: pointer; }
    .opt-check input { accent-color: #00f5ff; }